/*!
Theme Name: cfpaluminium
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: cpfaluminium
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

cpfaluminium is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}




@media (min-width: 1920px){
    .container {
        max-width: 1550px;
    }
}



body{
    font-size: 16px;
    color: #2a303d;
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
}





/**navbar css starts**/

.navbar{
    padding-top: 15px;
    position: relative;
    overflow-x: hidden;
}
.navbar .blue_box{
    position: absolute;
    width: 55%;
    height: 41px;
    background-color: #0000fe;
    bottom: 0;
    right: -20px;
    border-radius: 41px;
}
.navbar a.navbar-brand{
    width: 200px;
    margin: 0px;
    padding: 0px;
    margin-top: 10px;
}
.navbar a.navbar-brand img{
    width: 100%;
    
}

.navbar .btn_sec .phn a{
    text-decoration: none;
    color: #000;
    font-size: 18px;
    font-weight: 600;
    transition: .25s;
}
.navbar .btn_sec .phn a:hover{
    color: #e91206;
}
.navbar .btn_sec .phn a img.icon{
    width: 22px;
    margin-right: 12px;
}
.navbar .navbar-nav .nav-link{
    padding: 0px;
    font-size: 15px;
    font-weight: 800;
    color: #2a303d;
    text-transform: uppercase;
    margin-right: 30px;
    margin-left: 30px;
    position: relative;
    transition: .25s;
}
.navbar ul.navbar-nav{
    margin-top: 18px;
}
.navbar .navbar-nav .nav-link:hover{
    color: #00ff01;
}
.navbar .navbar-nav .nav-link:before{
    content: '';
    position: absolute;
    left: 0;
    width: 0px;
    height: 2px;
    background-color: #00ff01;
    bottom: -5px;
    transition: .25s;
}
.navbar .navbar-nav .nav-link:hover:before{
    width: 100%;
}
.navbar .navbar-nav li.nav-item:first-child .nav-link{
    margin-left: 0px;
}
.navbar .navbar-nav li.nav-item:last-child .nav-link{
    margin-right: 0px;
}




/**banner_sec css starts**/

.banner_sec{
    overflow-x: hidden;
    position: relative;
    padding-top: 20px;
}
.banner_sec .blue_box{
    position: absolute;
    width: 55%;
    height: 41px;
    background-color: #0000fe;
    top: 0px;
    right: -20px;
    border-radius: 41px;
    z-index: 4;
}
.banner_sec .banner_pic {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: 621px;
}
.banner_sec .banner_pic img.overlay{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.banner_sec .banner_pic .banner_txt{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    z-index: 3;
}
.banner_sec .banner_pic .banner_txt h1{
    font-size: 52px;
    color: #fff;
    text-transform: uppercase;
}
.banner_sec .banner_pic .banner_txt h1 span.bold{
    font-weight: 900;
}
.banner_sec .banner_pic .banner_txt h1 span.green{
    color: #00ff01;
    font-weight: 900;
}

.banner_sec .banner_pic a.mouse {
    width: 35px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 40px;
    z-index: 9;
    animation: UpDown 1s linear infinite;
    margin-bottom: 125px;
}
@keyframes UpDown {
    0% {
      bottom: 0;
    }
    50% {
      bottom: .5em;
    }
    100% {
      bottom: 0;
    }
}
.banner_sec .owl-theme.bannersection .owl-dots{
    margin-top: 0px;
    display: none;
}




/**qui_sommes_sec css starts**/

.qui_sommes_sec{
    padding-top: 90px;
    padding-bottom: 80px;
}
.qui_sommes_sec .top_sec .pic_sec{
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: 350px;
}
.qui_sommes_sec .top_sec .col-lg-5{
    width: 46%;
    max-width: 46%;
    flex: 0 0 46%;
}
.qui_sommes_sec .top_sec .col-lg-7{
    width: 54%;
    max-width: 54%;
    flex: 0 0 54%;
}
.qui_sommes_sec .top_sec .text_sec{
   padding-left: 25px; 
}
.qui_sommes_sec .heading.title{
    margin-bottom: 25px;
}
.heading.title h2{
    font-size: 35px;
    font-weight: 900;
    color: #000;
    text-transform: uppercase;
    position: relative;
    z-index: 1;
}
.heading.title h2::before{
    content: '';
    position: absolute;
    left: -20px;
    width: 87px;
    height: 30px;
    background-color: #00ff01;
    border-radius: 30px;
    bottom: -10px;
    z-index: -1;
    
}
.qui_sommes_sec .top_sec{
    position: relative;
}
.qui_sommes_sec .top_sec .button a{
    position: absolute;
    right: 0;
    bottom: 40px;
    width: 280px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    font-size: 15px;
    font-weight: 900;
    color: #fff;
    text-transform: uppercase;
    background-color: #0000fe;
    border-radius: 33px;
    margin-left: auto;
    margin-top: 35px;
    transition: .25s;
}
.qui_sommes_sec .top_sec .button a:hover{
    background-color: #00ff01;
}


.qui_sommes_sec .top_sec .text_sec h6{
    font-size: 18px;
    font-weight: 800;
    color: #2a303d;
    text-transform: uppercase;
    line-height: 22px;
}
.qui_sommes_sec .top_sec .text_sec p{
    font-size: 15px;
    font-weight: 400;
    color: #2a303d;
    line-height: 22px;
}
.qui_sommes_sec .top_sec .text_sec ul{
    padding-left: 0px;
    list-style-type: none;
}
.qui_sommes_sec .top_sec .text_sec ul li{
    font-size: 15px;
    font-weight: 600;
    position: relative;
    padding: 3px 0px;
}
.qui_sommes_sec .top_sec .text_sec ul li i{
    margin-right: 8px;
}

.qui_sommes_sec .btm_sec .border_pic_box{
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: 310px;
    border: 34px solid #fff;
    width: 53%;
    max-width: 53%;
    flex: 0 0 53%;
    margin-top: -50px;
}
.qui_sommes_sec .btm_sec .pic_box{
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: 245px;
    width: 47%;
    max-width: 47%;
    flex: 0 0 47%;
    margin-top: 25px;
}




/**kpi-sec css starts**/

.kpi-sec{
    background-color: #0000fe;
    padding: 54px 0px;
}

.kpi-sec .box{
    display: flex;
    justify-content: center;
    align-items: center;
}
.kpi-sec .box .icon{
    width: 130px;
    max-width: 130px;
}
.kpi-sec .box .text{
    flex: 1;
    padding-top: 5px;
}
.kpi-sec .box .text .number{
    font-size: 66px;
    font-weight: 900;
    color: #fff;
    line-height: 60px;
    text-transform: uppercase;
}
.kpi-sec .box .text .heading{
    font-size: 23px;
    font-weight: 400;
    color: #fff;
    text-transform: uppercase;
}




/**realisation_sec css starts**/

.realisation_sec{
    padding-top: 70px;
    padding-bottom: 65px;
    position: relative;
}
.realisation_sec .row.main{
    margin-top: 50px;
}
.realisation_sec a.box {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 301px;
    position: relative;
    transition: .65s;
    display: block;
    text-decoration: none;
    border-radius: 40px;
}
.realisation_sec a.box img.arrow{
    position: absolute;
    right: 25px;
    width: 20px;
    bottom: 30px;
    filter: invert(1);
    z-index: 3;
    opacity: 0;
    transition: .65s;
}
.realisation_sec a.box:hover img.arrow{
    opacity: 1;
}
.realisation_sec a.box .overlay{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 40px;
    z-index: 2;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#0000fe+0,0000fe+99&0+0,0.65+100 */
background: linear-gradient(to bottom,  rgba(0,0,254,0) 0%,rgba(0,0,254,0.64) 99%,rgba(0,0,254,0.65) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    transition: .65s;
    display: none;

}
.realisation_sec a.box:hover .overlay{
    display: block;
}
.realisation_sec a.box .cont{
    max-width: 78%;
    left: 20px;
    position: absolute;
    bottom: 16px;
    opacity: 0;
    transition: .65s;
    z-index: 3;
}
.realisation_sec a.box:hover .cont{
    opacity: 1;
}
.realisation_sec a.box .cont h4{
    font-size: 22px;
    font-weight: 900;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 2px;
}
.realisation_sec a.box .cont h6{
    font-size: 17px;
    font-weight: 400;
    color: #fff;
}
.realisation_sec .owl-theme.realisation_slider .owl-dots{
    display: none;
    margin-top: 0px;
}
.realisation_sec .owl-theme.realisation_slider .owl-nav{
    display: none;
}
.realisation_sec .button a{
    width: 280px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    font-size: 15px;
    font-weight: 900;
    color: #fff;
    text-transform: uppercase;
    background-color: #0000fe;
    border-radius: 33px;
    margin-left: auto;
    margin-top: 35px;
    transition: .25s;
}
.realisation_sec .button a:hover{
    background-color: #00ff01;
}




/**partners_sec css starts**/

.partners_sec{
    padding-top: 50px;
    background-color: #f3f2f2;
    padding-bottom: 60px;
}
.partners_sec .row.main{
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
}
.partners_sec a.box{
    width: 173px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    
}
.partners_sec a.box img{
    width: 100%;
    border-radius: 38px;
}
.partners_sec .owl-theme.partner_slider .owl-dots{
    display: none;
    margin-top: 0px;
}
.partners_sec .owl-theme.partner_slider .owl-nav{
    display: none;
    margin-top: 0px;
}




/**footer_sec css starts**/

.footer_sec{
    background-color: #000000;
    padding-top: 50px;
    padding-bottom: 40px;
}
.footer_sec .footer_logo{
    width: 195px;
}
.footer_sec .footer_logo img{
    width: 100%;
}
.footer_sec .box ul{
    padding-left: 0px;
    list-style-type: none;
}
.footer_sec .box .c_list li a{
    display: flex;
    align-items: flex-start;
    font-size: 15px;
    color: #fff;
    text-decoration: none;
    transition: .25s;
}
.footer_sec .box .c_list li a:hover{
    opacity: 0.7;
}
.footer_sec .box .c_list li{
    padding: 3px 0px;
}
.footer_sec .box .c_list li:nth-child(2){
    margin-bottom: 22px;
}
.footer_sec .box .c_list li:nth-child(3) a{
    max-width: 205px;
}
.footer_sec .box .c_list li a img.icon{
    width: 16px;
    filter: invert(71%) sepia(63%) saturate(6270%) hue-rotate(86deg) brightness(122%) contrast(123%);
    margin-top: 5px;
    margin-right: 10px;
}

.footer_sec .box .footer_heading h6{
    font-size: 17px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 800;
    margin-bottom: 15px;
}
.footer_sec .box .f_list li{
    padding: 2px 0px;
}
.footer_sec .box .f_list li a{
    font-size: 15px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 400;
    text-decoration: none;
    transition: .25s;
}
.footer_sec .box .f_list li a:hover{
    color: #00ff01;
}
.footer_sec .box .partner_logo a img{
    width: 100px;
    float: right;
}




/*copyright_sec css starts*/

.copyright{
    background-color: #fff;
    text-align: center;
    padding-top: 19px;
    padding-bottom: 19px;
    color: #000;
    font-size: 15px;
}
.copyright a{
    color: #0a2e49;
    text-decoration: none;
}
.copyright a:hover{
/*    color: #008eab;*/
    text-decoration: underline;
}
.copyright .fa-heart{
    color: #ee2a22;
     -webkit-animation: breathing 3s ease-out infinite normal;
    animation: breathing 3s ease-out infinite normal;
}
.copyright p{
    margin-bottom: 0px !important;
    font-size: 16px;
    font-weight: 400;
    color: #000;
   
    
}


@-webkit-keyframes breathing {
  0% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }

  25% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  60% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }

  100% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
}

@keyframes breathing {
  0% {
   -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
  }

  25% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }

  60% {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
  }

  100% {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
  }
}

/*copyright_sec css ends*/





/**innerpage banner css starts**/

.innerpage_banner_sec{
    padding-top: 25px;
    position: relative;
    overflow-x: hidden;
    margin-top: -10px;
}
.innerpage_banner_sec .innerpage_banner{
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: 235px;
    display: flex;
    align-items: center;
    
}
.innerpage_banner_sec .blue_box {
    position: absolute;
    width: 55%;
    height: 41px;
    background-color: #0000fe;
    top: 0px;
    right: -20px;
    border-radius: 41px;
    z-index: 4;
}
.innerpage_banner_sec .banner_txt h2{
    font-size: 52px;
    font-weight: 900;
    text-transform: uppercase;
    color: #fff;
}







.realisation_sec.innerpage {
    padding-top: 10px;
    padding-bottom: 15px;
    
}
.realisation_sec.innerpage .col-lg-3{
    margin-bottom: 36px;
}






/**contactpage css starts**/

.contact_sec.innerpage{
    background-color: #f3f2f2;
    padding-top: 90px;
    padding-bottom: 70px;
}

.contact_sec.innerpage .contactform{
    
}
.contact_sec.innerpage .contactform .formbold {
    margin-bottom: 2px;
}
.contact_sec.innerpage .contactform .formbold-form-input {
    width: 100%;
    height: 44px;
    border-radius: 21px;
    border: 0px;
    padding-left: 20px;
}
.contact_sec.innerpage .contactform .formbold-form-input:focus{
    outline: none;
    border: 0px;
    box-shadow: nome;
}
.contact_sec.innerpage .contactform .formbold-form-input::placeholder{
    font-size: 15px;
    color: #4d4d4d;
}
.contact_sec.innerpage .contactform .formbold textarea#message {
    width: 100%;
    height: 130px;
    padding-top: 15px;
}

.contact_sec.innerpage .contactform .formbold input#apply {
    opacity: 0;
    position: absolute;
}
.contact_sec.innerpage .contactform .formbold span.file_type {
    display: block;
    font-size: 13px;
    color: #4d4d4d;
}
.contact_sec.innerpage .contactform .formbold label.pdf {
    display: flex;
    align-items: baseline;
    font-size: 18px;
    color: #4d4d4d;
}
.contact_sec.innerpage .contactform .formbold img.pdf_icon {
    margin-right: 6px;
}
.contact_sec.innerpage .contactform .formbold.pdf_upload {
    margin-top: 10px;
    margin-bottom: 30px !important;
    display: block;
}
.contact_sec.innerpage .contactform .formbold label.form-check-label {
    font-size: 16px;
    color: #4d4d4d;
}
.contact_sec.innerpage .contactform .formbold .form-check-input[type=checkbox] {
    border-radius: 0.25em;
    margin-top: 4px;
}

.contact_sec.innerpage .contactform button.formbold-btn {
    text-decoration: none;
    color: #000;
    font-weight: 800;
    font-size: 12px;
    text-transform: uppercase;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 183px;
    height: 37px;
    background-color: #00ff3c;
    border: 2px solid #00ff3c;
    border-radius: 17px;
    margin-left: auto;
    transition: .25s;
}
.contact_sec.innerpage .contactform button.formbold-btn img {
    width: 15px;
    height: auto;
    margin-left: 8px;
    transition: .25s;
}
.contact_sec.innerpage .contactform button.formbold-btn:hover {
    border: 2px solid #00ff3c;
    color: #000;
    background-color: #fff;
}
.contact_sec.innerpage .contactform button.formbold-btn:hover img{
    filter: invert(0);
}

.contact_sec.innerpage .contactform span.required_fields{
    font-size: 12px;
    font-weight: 400;
    color: #4d4d4d;
    padding-top: 5px;
    padding-bottom: 15px;
}

.contact_sec.innerpage .contactform .formbtm_part .row{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.contact_sec.innerpage .contactform .formbtm_part .form-check.formbold{
    width: 70%;
    max-width: 70%;
    flex: 0 0 70%;
}
.contact_sec.innerpage .contactform .formbtm_part .button{
    width: 30%;
    max-width: 30%;
    flex: 0 0 30%;
}









/**rejoindrepage css starts**/

.rejoindre_details_sec{
    position: relative;
    padding-bottom: 40px;
}
.rejoindre_details_sec .blue_part{
    position: absolute;
    top: 0;
    left: 0;
    height: 115px;
    background-color: #0000fe;
    width: 56.5%;
}
.rejoindre_details_sec .ash_part{
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    background-color: #f3f2f2;
    width: 66%;
}
.rejoindre_details_sec .left_sec{
   /* width: 58%;
    max-width: 58%;*/
    flex: 1;
    padding-top: 30px;
}
.rejoindre_details_sec .right_sec{
    width: 66%;
    max-width: 66%;
    flex: 0 0 66%;
    position: relative;
    padding-top: 50px;
    padding-left: 50px;
}
.rejoindre_details_sec .top_part{
    position: relative;
    padding-top: 15px;
}
.rejoindre_details_sec .top_part h5{
    font-size: 23px;
    font-weight: 800;
    color: #fff;
    letter-spacing: -0.025rem;
    position: relative;
    z-index: 2;
    margin-bottom:45px;
}
.rejoindre_details_sec .top_part ul{
    padding-left: 0;
    list-style-type: none;
    display: flex;
    align-items: center;
}
.rejoindre_details_sec .top_part ul li{
    display: flex;
    align-items: center;
    font-size: 20px;
    color: #fff;
    font-weight: 400;
}
.rejoindre_details_sec .top_part ul li:first-child{
    padding-right: 20px;
}
.rejoindre_details_sec .top_part ul li img.icon{
    width: 18px;
    margin-right: 8px;
    filter: invert(1);
}

.rejoindre_details_sec .left_sec .box{
    padding-top: 60px;
}
.rejoindre_details_sec .left_sec .box h6{
    font-size: 20px;
    font-weight: 800;
    color: #000;
    letter-spacing: -0.025rem;
    margin-bottom: 18px;
}
.rejoindre_details_sec .left_sec .box p{
    font-size: 16px;
    font-weight: 400;
    color: #000;
    margin-bottom: 8px;
    max-width: 95%;
    line-height: 21px;
}
.rejoindre_details_sec .left_sec .box ul{
    padding-left: 0px;
    list-style-type: none;
}
.rejoindre_details_sec .left_sec .box ul li{
    font-size: 16px;
    font-weight: 400;
    color: #000;
}
.rejoindre_details_sec .left_sec .box ul li i{
    margin-right: 6px;
}


.box_rej{
    margin-bottom: 0px;
}

.box_rej h3{
    font-size: 23px;
    font-weight: 800;
    color: #000;
    margin-bottom: 17px;
}

.box_rej ul{
    display: flex;
}
.rejoindre_details_sec .left_sec .box.box_rej ul li{
    margin-right: 25px;
    font-size: 20px;
    font-weight: 500;
}

.box_rej ul li svg{
    height: 22px;
    margin-right: 5px;
    margin-bottom: 4px;
}



.rejoindre_details_sec .right_sec h3{
    font-size: 30px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: -0.025rem;
    margin-bottom: 15px;
}
.rejoindre_details_sec .right_sec h3 span.normal{
    font-weight: 400;
}
.rejoindre_details_sec .right_sec h3 span.blue{
    color: #0000fe; 
}

.rejoindre_details_sec .right_sec .contactform .formbold-form-input {
    width: 100%;
    height: 44px;
    border-radius: 21px;
    border: 0px;
    padding-left: 20px;
}
.rejoindre_details_sec .right_sec .contactform .formbold-form-input:focus{
    outline: none;
    border: 0px;
    box-shadow: nome;
}

.rejoindre_details_sec .contactform .formbold label.pdf {
    isplay: flex;
    align-items: baseline;
    font-size: 15px;
    color: #4d4d4d;
    margin-right: 40px;
}
.rejoindre_details_sec .contactform .formbold input#apply {
    opacity: 0;
    position: absolute;
}

.rejoindre_details_sec .contactform .formbold input#apply1 {
    opacity: 0;
    position: absolute;
}

.rejoindre_details_sec .contactform .formbold img.pdf_icon {
    margin-right: 6px;
}
.rejoindre_details_sec .contactform .formbold.cv_upload {
    width: 32%;
}
.rejoindre_details_sec .contactform .formbold.pdf_upload {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding-top: 30px;
    padding-bottom: 40px;
}
.rejoindre_details_sec .contactform span.file_type {
    display: block;
    font-size: 13px;
    color: #4d4d4d;
    margin-top: 15px;
}
.rejoindre_details_sec .contactform .row.upload{
    margin-top: 35px;
    margin-bottom: 2px;
}
.rejoindre_details_sec .contactform .col-lg-12.formbtm_part{
    margin-top: 30px;
}
.rejoindre_details_sec .contactform button.formbold-btn {
    text-decoration: none;
    color: #000;
    font-weight: 800;
    font-size: 12px;
    text-transform: uppercase;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 183px;
    height: 37px;
    background-color: #00ff3c;
    border: 2px solid #00ff3c;
    border-radius: 17px;
    margin-right: auto;
    transition: .25s;
    margin-top: 35px;
}
.rejoindre_details_sec .contactform button.formbold-btn img {
    width: 15px;
    height: auto;
    margin-left: 8px;
    transition: .25s;
}
.rejoindre_details_sec .contactform button.formbold-btn:hover {
    border: 2px solid #00ff3c;
    color: #000;
    background-color: #fff;
}






/**realisation_details_sec css starts**/

.realisation_details_sec.innerpage{
    padding-top: 75px;
    padding-bottom: 130px;
    position: relative;
    overflow-x: hidden;
}
.realisation_details_sec.innerpage:before{
    content: '';
    position: absolute;
    left: -30px;
    top: 55px;
    width: 500px;
    height: 40px;
    border-radius: 30px;
    background-color: #00ff01;
    z-index: 2;
}
.realisation_details_sec.innerpage:after{
    content: '';
    position: absolute;
    right: 25%;
    bottom: 29%;
    width: 380px;
    height: 40px;
    border-radius: 30px;
    background-color: #00ff01;
    z-index: 2;
}
.realisation_details_sec.innerpage .left_sec{
    width: 64%;
    max-width: 64%;
    flex: 0 0 64%;
    position: relative;
}
.realisation_details_sec.innerpage .right_sec{
    width: 36%;
    max-width: 36%;
    flex: 0 0 36%;
    padding-top: 45px;
    color: #000;
}
.realisation_details_sec.innerpage{
    
}
.realisation_details_sec.innerpage .left_sec .main_pic{
    background-repeat: no-repeat;
    background-size: cover;
    margin-left: auto;
    height: 478px;
    width: 78%;
    background-position: center center;
}
.realisation_details_sec.innerpage .left_sec .secondary_pic{
    background-repeat: no-repeat;
    background-size: cover;
    height: 320px;
    width: 387px;
    background-position: center center;
    margin-right: auto;
    border: 30px solid #fff;
    border-left: 0px;
    border-bottom: 0px;
    margin-top: -200px;
}
.realisation_details_sec.innerpage .right_sec .heading{
    padding-left: 40px;
    margin-bottom: 20px;
}
.realisation_details_sec.innerpage .right_sec h4{
    font-size: 24px;
    font-weight: 800;
    margin-bottom: 12px;
}
.realisation_details_sec.innerpage .right_sec span{
    font-size: 16px;
    display: block;
    font-weight: 500;
}
.realisation_details_sec.innerpage .right_sec ul{
    list-style-type: none;
}
.realisation_details_sec.innerpage .right_sec ul li{
    font-size: 18px;
    color: #000;
    font-weight: 800;
    padding: 20px 0px;
    position: relative;
    display: flex;
    align-items: center;
}
.realisation_details_sec.innerpage .right_sec ul li::before{
    content: '';
    position: absolute;
    width: 125px;
    height: 42px;
    border-radius: 30px;
    background-color: #0000fe;
    top: 50%;
    left: -85px;
    transform: translateY(-50%);
    z-index: -1;
}
.realisation_details_sec.innerpage .right_sec ul li img.icon{
    width: 24px;
    margin-right: 35px;
    filter: invert(1);
} 
.realisation_details_sec.innerpage .right_sec ul li svg{
    width: 24px;
    margin-right: 35px;
    filter: invert(1);
} 






/**propos_page_sec css starts**/

.propos_page_sec{
    padding-top: 80px;
}
.propos_page_sec .heading.title{
    padding-bottom: 15px;
}
.propos_page_sec .top_sec .text_sec h6{
    font-size: 18px;
    font-weight: 800;
    color: #2a303d;
    text-transform: uppercase;
    margin-bottom: 10px;
    padding-top: 12px;
}
.propos_page_sec .top_sec .text_sec p{
    font-size: 15px;
    font-weight: 400;
    color: #2a303d;
/*    line-height: 21px;*/
    margin-bottom: 10px;
    line-height: 17px;
}

.propos_page_sec .text_sec{
    margin-bottom: 40px;
}


.propos_page_sec .top_sec .right_sec .box{
    padding-top: 15px;
}
.propos_page_sec .top_sec .right_sec .box h6{
    font-size: 18px;
    font-weight: 800;
    color: #2a303d;
    display: flex;
    align-items: center;
}
.propos_page_sec .top_sec .right_sec .box h6 span.num{
    font-size: 25px;
    font-weight: 900;
    color: #fff;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background-color: #0000fe;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 12px;
}
.propos_page_sec .top_sec .right_sec .box ul{
    padding-left: 0px;
    list-style-type: none;
}
.propos_page_sec .top_sec .right_sec .box ul li {
    font-size: 15px;
    color: #2a303d;
    font-weight: 400;
    padding: 3px 0px;
}
.propos_page_sec .top_sec .right_sec .box ul li i{
    margin-right: 5px;
}


.propos_page_sec .top_sec .left_sec{
    padding-right: 25px;
}
.propos_page_sec .top_sec .left_sec .top_pic{
    background-repeat: no-repeat;
    background-size: cover;
    height: 407px;
    width: 100%;
    background-position: center center;
    margin-left: auto;
}
.propos_page_sec .top_sec .left_sec .middle_pic{
    background-repeat: no-repeat;
    background-size: cover;
    height: 400px;
    width: 75%;
    background-position: center center;
    margin-right: auto;
    border: 30px solid #fff;
    border-right: 0px;
    margin-top: -90px;
    position: relative;
    margin-left: auto;
    margin-right: 0px;
}

.propos_page_sec .top_sec .left_sec .middle_pic:before {
    content: '';
    position: absolute;
    width: 235px;
    height: 40px;
    background-color: #0000fe;
    border-radius: 30px;
    right: 106%;
    top: 90px;
}
.propos_page_sec .top_sec .left_sec .btm_pic{
    background-repeat: no-repeat;
    background-size: cover;
    height: 310px;
    width: 67%;
    background-position: center center;
    margin-left: auto;
    margin-top: -70px;
    position: relative;
    z-index: -1;
}





.propospage_middle_sec{
    padding-bottom: 80px;
}
.propospage_middle_sec .heading.title{
    padding-bottom: 15px;
}
.propospage_middle_sec .text_sec h6{
    font-size: 15px;
    font-weight: 800;
    color: #2a303d;
    margin-bottom: 12px;
}

.propospage_middle_sec .text_sec ul{
    padding-left: 0px;
    list-style-type: none;
}
.propospage_middle_sec .text_sec ul li{
    padding: 3px 0px;
}
.propospage_middle_sec .text_sec ul li i{
    margin-right: 6px;
}
.propospage_middle_sec .pic_sec {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: 420px;
    margin-right: 30px;
    margin-left: 70px;
}

.propospage_middle_sec .btm_sec .pic_box {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: 310px;
    width: 47%;
    max-width: 47%;
    flex: 0 0 47%;
    margin-top: -60px;
}
.propospage_middle_sec .btm_sec .border_pic_box {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: 310px;
    border: 30px solid #fff;
    width: 53%;
    max-width: 53%;
    flex: 0 0 53%;
    margin-top: -90px;
}

.btm_sec{
    padding-top: 15px;
}





.propospage_btm_sec{
    padding-top: 30px;
    padding-bottom: 100px;
    overflow-x: hidden;
}
.propospage_btm_sec .text_sec .heading.title{
    padding-bottom: 15px;
}
.propospage_btm_sec .text_sec p{
    font-size: 15px;
    font-weight: 400;
    color: #2a303d;
    line-height: 21px;
}
.propospage_btm_sec .left_sec{
    padding-right: 35px;
}
.propospage_btm_sec .left_sec .pic_sec {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: 400px;

}
.propospage_btm_sec .left_sec .pic_sec:before {
    content: '';
    position: absolute;
    width: 350px;
    height: 40px;
    background-color: #0000fe;
    border-radius: 30px;
    right: -40px;
    bottom: -20px;
}





/*sticky menu css*/
.navbar.sticky {
    position: fixed;
    width: 100%;
    top: 0px;
    z-index: 99999;
    left: 0px;
    background-color: #FFF !important;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.12);
    animation-name: stickytopani;
    animation-duration: .5s;
    animation-timing-function: ease-out;
    animation-delay: 0;
    animation-direction: alternate;
    animation-iteration-count: once;
    animation-fill-mode: none;
    animation-play-state: running;
    padding: 0;
    margin-top: 0px;
}
.navbar.sticky::before{
    display: none;
}
.navbar.sticky .logo{
    width: 105px;
    padding-top: 0px;
    height: auto;
}
.navbar.sticky .navbar-brand{
    color: #000;
}

.header_nav.sticky .right_side{
    
}
.header_nav.sticky .smenu{
    top: 10px;
    height: 80px;
}
.header_nav.sticky .right_side ul{
    padding-top: 0px;
}

.header_nav.sticky .nav_menu ul li:last-child{
    
}

.header_nav.sticky .nav_menu ul li a.active::before{
    display: none;
}

@keyframes stickytopani {
  0% {
    top: -150px;
  }
  /*50% {
     top: 50px;
  }*/
  100% {
    top: 0px;
  }
}




/*Mobile Menu*/


/**respomsive_menu_starts**/
.smenu {
    position: absolute;
    top: 19px;
    right: 25px;
    height: 38px;
    width: 50px;
    cursor: pointer;
    transition: 0.3s;
    z-index: 999;
    background-repeat: no-repeat;
    background-position: center center;
    display: none;
    z-index: 9999;
    background-color: transparent;
    color: #000 !important;
}
.smenu span{
    position: absolute;
    height: 2px;
    width: 40px;
    background-color: #000;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    transition: 0.3s;
    border-radius: 5px;
}
.smenu span:before {
    content: '';
    position: absolute;
    top: -8px;
    background-color: #000;
    height: 2px;
    width: 30px;
    transition: 0.3s;
    border-radius: 5px;
    left: 10px;
}
.smenu span:after {
    content: '';
    position: absolute;
    top: 8px;
    background-color: #000;
    height: 2px;
    width: 20px;
    transition: 0.3s;
    border-radius: 5px;
    left: 20px;
}

.smenu.active span { background-color: transparent; }
.smenu.active span:before { transform: rotate(45deg);top: 0; left: 0px; width: 40px;}
.smenu.active span:after { transform: rotate(-45deg);top: 0;left: 0px; width: 40px; }


/*
.navbar-menu .smenu.active span { background-color: transparent; }
.navbar-menu .smenu span:before { transform: rotate(45deg);top: 0; left: 0px; width: 40px;}
.navbar-menu .smenu span:after { transform: rotate(-45deg);top: 0;left: 0px; width: 40px; }
.navbar-menu .smenu span { background-color: transparent; }
.navbar-menu .smenu.active span:before { transform: rotate(45deg);top: 0; left: 0px; width: 40px;}
.navbar-menu .smenu.active span:after { transform: rotate(-45deg);top: 0;left: 0px; width: 40px; }*/


/** End **/
.navbar-menu .menu-listing{
    max-width: 460px;
    margin-left: auto;
    margin-right: auto;
}
.navbar-menu .menu-listing ul{
    margin: 0px;
    padding: 0px;
    padding-left: 0px;
    margin-bottom: 0px;
}
.menu-listing li { 
/*    display: inline-block;*/
    display: block;
}
.menu-listing li a {
    color: #0000fe;
    display: block;
    font-size: 18px;
    padding: 12px 20px 12px 20px;
    letter-spacing: 1px;
    text-decoration: none;
    transition: 0.5s;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
}
/*.menu-listing li a:hover { background-color: #262626;color: #fff;transition: 0.5s; }*/

.navbar-menu .menu-listing ul li ul.sub-menu{
    background-color: transparent;
    position: relative;
    display: none;
}

.navbar-menu .menu-listing ul li:hover ul{
    display: block;
}

.navbar-menu .menu-listing ul ul.sub-menu:before{
  width: 0; 
  height: 0; 
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  content: '';
  border-bottom: 10px solid black;
  position: absolute;
  top: -10px;
  left: 50%;
  margin-left: -5px;
}


.navbar-menu .menu-listing ul ul.sub-menu a{
    background-color: transparent;
    font-size: 1rem;
    font-weight: 700;
}
.navbar-menu .menu-listing ul ul.sub-menu a:hover{
    color: #1f265c;
}
.navbar{
    z-index: 99999;
}


.navbar-menu {
    background-color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 50px;
    transform: translateX(100%);
    transition: 0.5s;
    bottom: 0px;
    z-index: 99;
    padding-top: 140px;
    height: 100vh;
    right: 0;
    left: auto;
}


.navbar-menu.active {
    transform: translateX(0);
    transition: 0.5s;
    z-index: 999;
    display: none;
    
}
.navbar-menu.active .navbar-nav{
    display: none;
}
.navbar-menu .menu-listing {
    padding: 0;
    position: relative; 
    text-align: center; 
    top: 50px;
    /*transform: translateY(-50%);*/
    z-index: 99;
}

.navbar-menu .smenu{
 background-image: none !important;
}
/*
.smenu.active {
    filter: invert(1);
}
*/


.navbar.sticky a.navbar-brand{
    margin-bottom: 10px;
}
.navbar.sticky ul.navbar-nav {
    margin-top: 0px;
}



/**menu ends**/

.BannerOverly{
    position: absolute;
    z-index: 2;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}

.innerBannerOverly{
    position: absolute;
    z-index: 2;
    left: 0px;
    top: 25px;
    width: 100%;
    bottom: 0px;
    /*background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(2px);*/
    background: rgba(0, 0, 0, 0.2);
}
.innerpage_banner_sec .container{
    position: relative;
    z-index: 3;
}




.InnerpageContent{
    padding-top: 60px;
    padding-bottom: 80px;
}

.InnerpageContent .entry-header{
    display: none;
}

#SiteMap{
  margin: 0px;
  padding: 10px 20px;
  list-style: none !important;
  line-height: normal;
  display: block;
}

#SiteMap li{
  margin-left: 20px;
  position: relative;
  padding-left: 10px;
  margin-bottom: 10px;
  list-style: none;
  line-height: normal;
}

#SiteMap li a{
  font-weight: 600;
  padding:12px 5px;
  color: #000;
  position: relative;
  line-height: normal;
  display: block;
  text-transform: uppercase;
  text-decoration: none;
}

#SiteMap li a:hover{
  color: #666;
}

#SiteMap li:before {
    font-family: 'FontAwesome';
    position: absolute;
    left: 0px;
    top: 14px;
    content: "\f105";
    line-height: normal;
    background-color: transparent;
}

#SiteMap li a:hover{
    text-decoration: none;
    color: #666;
}

.btm_sec {
    padding-top: 15px;
    position: relative;
    z-index: 9;
}

.btm_sec .col-lg-3{
    padding: 15px;
    position: relative;
}

.btm_sec .picture_sec{
    height: 270px;
    background-size: cover;
    background-position: center center;
    border: 0px solid #FFF;
    position: relative;
}

.btm_sec .picture_sec img{
    max-width: 100%;
    height: auto;
}

.btm_sec_first_cf{
    margin-top: -110px;
    border: 30px solid #FFF;
    background-color: #FFF;
    position: relative;
    z-index: 2;
}

.btm_sec .col-lg-3:first-child::before{
    position: absolute;
    background-color: #FFF;
    top: -125px;
    height: 100%;
    width: 100%;
    right: -15px;
    content: '';
    z-index: 1;
}

.propospage_middle_sec{
    position: relative;
}

.propospage_middle_sec:after{
    content: '';
    position: absolute;
    width: 20%;
    height: 40px;
    background-color: #0000fe;
    border-radius: 30px;
    left: -35px;
    bottom: 95px;
}