/********************************

        GENERAL

*********************************/



*{

	padding:0;

	margin:0;

}



html,body {

	overflow-x: hidden;

}

body{

	font-family: 'Open Sans', sans-serif;

    position: relative;

}

.no-padding {

    padding: 0 !important;

}

.no-margin {

    margin: 0 !important;

}

a {

    color: black;

}

a:hover {

    text-decoration: none;

    color: #fff	;

}

.btn {

    webkit-box-shadow: initial;

    box-shadow: initial;

    font-size: 13px;

    border-radius: initial

}



.btn:hover{

    background-color: #9fc637;

    border-color: #9fc637 !important;

}



.form-control {

    border-color: #d3d8de;

    box-shadow: initial;

    -webkit-box-shadow: initial;

    height: 45px;

    border-width: 2px;

}



.semi-bold {

    font-weight: 600;

}

.bg_black {

    background-color: #000;

}



.bg_gray{

    background-color: #f4f7f9;

}



.bg-green {

    background-color: #00421f;

}



.bg-green-2{

    background-color: #9fc637;

}

.bg-orange {

    background-color: #f65118;

}



.bg-orange-2 {

    background-color: #fcab2b;

} 

.green_text {

    color : #00421f !important;

}



.green_text_2 {

    color: #9fc637;

}

.white_text {

    color: #fff;

}

.orange_text {

    color: #f65118;

}





.yellow_text{

	color: #fecf15;

}



.padding-lr-100 {

    padding-right: 100px;

    padding-left: 100px;

    line-height: 1.8;

}

.padding-top-10 {

    padding-top: 10px;

}





.padding-bottom-10 {

    padding-bottom: 10px;

}

.padding-right-10 {

    padding-right: 10px;

}





.padding-top-8 {

    padding-top: 8px;

}



.padding-bottom-8 {

    padding-bottom: 8px;

}



.no-padding-left {

	padding-left: 0

}



.no-padding-right{

	padding-right: 0

}



.padding-top-50 {

    padding-top: 50px;

}



.padding-bottom-50 {

    padding-bottom: 50px;

}



.padding-top-30 {

    padding-top: 30px;

}



.padding-bottom-30 {

    padding-bottom: 30px;

}



.padding-top-20 {

    padding-top: 20px;

}



.padding-bottom-20 {

    padding-bottom: 20px;

}



.padding-left-20 {

    padding-left: 20px;

}

.padding-right-20 {

    padding-right: 20px;

}



.margin-top-20 {

    margin-top: 20px

}



.margin-bottom-45 {

    margin-bottom: 45px;

}



.margin-bottom-45 {

    margin-bottom: 45px;

}



.text-gray {

    color: #7f7f7f;

}



.text-small {

    font-size: 13px;

}



.text-small-xs {

    font-size: 11px;

}



.custom-title{

    font-weight: 700;

    position: relative;

}



.custom-title:after {

    content: "";

    position: absolute;

    width: 100px;

    left: 0;

    right: 0;

    top: 35px;

    margin: auto;

    border-top: 2px solid #fcab2b;

}





.custom-title:before {

    content: "";

    position: absolute;

    width: 100px;

    left: 24px;

    right: 0;

    top: 40px;

    margin: auto;

    border-top: 2px solid #f65118;

}







.custom-title-1:after {

    content: "";

    position: absolute;

    width: 100px;

    left: 0;

    top: 35px;

    margin: auto;

    border-top: 2px solid #fcab2b;

}



.custom-title-1:before {

    content: "";

    position: absolute;

    width: 100px;

    left: 24px;

    top: 40px;

    margin: auto;

    border-top: 2px solid #f65118;

}





.rtl .custom-title-1:after,.contact .custom-title:after{

    right: 0;

    margin: initial;

}

.rtl .custom-title-1:before,.contact .custom-title:before{

    right: 24px;

    margin: initial;

}

.btn-primary {

    background-color: #ffc61a !important;

    border-color: #ffc61a !important;

    box-shadow: initial !important;

    -webkit-box-shadow: initial !important;

    color: black !important;

    font-size: 13px;

    font-weight: 500;

    border-radius: 15px;

    position: relative;



}



.size-2x{

    font-size: 20px;

}



/********************************

        HEADER

*********************************/

.affix {

    background: white;

    width: 100%;

    z-index: 9999999 !important;

    top: 0;

}



#breadcrumb {

        min-height: 200px;

        line-height: 200px;

        color: #ffffff;

        text-transform: uppercase;

        font-size: 20px;

        font-weight: 600;

        background-image: url(../images/bg-breadcrumb.jpg);

        background-size:cover;

        background-position : center;

        position: relative;

        z-index: 999999;

}



#breadcrumb .overlay {

    content: "";

    background-color: rgba(252, 171, 43, 0.51);

    position:absolute;

    width:100%;

    height:100%;

    top:0;

    left:0;

}





#breadcrumb a {

    color: #eddb66;

    font-size: 25px;

}





ol.carousel-indicators li {

   display: block; 

    border-color: #f65118;

    margin:10px 0 ;



   

}



.carousel-indicators {

    position: absolute;

    right: 0px !important;

    width: 60px;

    margin: 0;

    text-align: initial;

    bottom: 50%;

    left: initial;

}



.carousel-inner>.item>a>img, .carousel-inner>.item>img, .img-responsive, .thumbnail a>img, .thumbnail>img{

    width: 100%

}

.carousel-indicators .active {

    background-color:#f65118;

    width:10px;

    height:10px

}





#menu .navbar-default {

    background-color: transparent;

    border: none;

    margin-bottom: 0;

}



#menu .navbar-default .navbar-nav>.active>a, #menu .navbar-default .navbar-nav>.active>a:focus, #menu .navbar-default .navbar-nav>.active>a:hover {

    background-color: transparent;

    color: #f65118;

}



#menu .navbar-default .navbar-nav>li.home_link>a,#menu .navbar-default .navbar-nav>li>a {

    color: #00421f;

}

div#menu {

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    -webkit-box-align: center;

    -ms-flex-align: center;

    align-items: center;

    min-height: 100px;

}



#menu .navbar-default .navbar-nav>li>a {

    font-weight: 600;

}



#slider .slider-text {

    position: absolute;

    bottom: 150px;

    text-align: center;

    width:55%;

    left:0;

    right:0;

    margin:auto;

    padding: 10px 15px;

    background: rgba(203, 175, 107, 0.67);

    color: white;

    font-size: 1.8em;

    font-weight: 400;

}

#slider .item:nth-child(1) .slider-text {
    background: rgba(151, 223, 198, 0.78) !important;
}

#slider .item:nth-child(2) .slider-text {
    background: rgba(254, 153, 52, 0.62) !important;
}

#slider .item:nth-child(3) .slider-text {
        background: rgba(242, 82, 65, 0.67);  !important;
}




/********************************

        MAIN CONTENT

*********************************/



.products .product-bg {

    background-image: url('../images/product-bg.jpg');

    background-repeat: no-repeat;

    min-height: 500px;

    background-size: cover;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    -webkit-box-align: center;

    -ms-flex-align: center;

    align-items: center;

}



.products .pdt-box {

    width: 300px;

    margin: auto;

    cursor: pointer;

}



.products a:first-child {

    color: white;

}



.products .pdt-box .pdt-img img {

    width: 100%;

}



.products .pdt-box:hover .pdt-text {

    background-color: #00421f;

}



.products .pdt-img {

    position: relative;

}



.products .overlay {

    background-color: rgba(0, 0, 0, 0.52);

    z-index: 999999;

    width: 100%;

    position: absolute;

    height: 100%;

    left: 0;

    right: 0;

    opacity: 0;

}



.products .overlay:after {

    content: "\f067";

    font-family: "fontAwesome";

    left: 0;

    right: 0;

    color: white;

    font-size: 40px;

    text-align: center;

    position: absolute;

    top: 50%;

   -webkit-transform: translateY(-50%);

   -ms-transform: translateY(-50%);

   transform: translateY(-50%)

}

.products .pdt-text p{

    overflow: hidden

}



.products .pdt-box:hover .overlay {

    opacity: 1;

}





.services .service-overlay {

    position: absolute;

    bottom: 100%;

    left: 0;

    right: 0;

    background-color: rgba(159, 198, 55, 0.86);

    overflow: hidden;

    width: 100%;

    height:0;

    transition: .5s ease;

}



.services  .item:hover

 .service-overlay {

    bottom: 0;

    height: 100%;

}



.services .service-text {

    color: white;

    position: absolute;

    left: 0;

    right:0;

    top: 50%;

    text-align:center;

    margin-left:20px;

    margin-right:20px;

    font-weight: 600



}



.service-text i {

    width: 40px;

    height: 40px;

    border: 1px solid white;

    line-height: 39px;

    border-radius: 50px;

    font-size: 20px;

}



.contact h4 {

    font-weight: 700;

    position: relative;

}







.contact #contact-form input[type="submit"] {

    border-color: #9fc637;

    background-color: #9fc637 !important;

    color: white;



}



/*.contact input[type=radio]{

    display: none;

}

/* Affichage par défaut du bouton radio personnalisé */

/*.contact input[type=radio] + label:before {

    background: #fff;

    border: 2px solid #ccc;

    border-radius: 50%;

    margin-top: -3px;

    margin-right: 4px;

    display: inline-block;

    vertical-align: middle;

    content: '';

    width: 13px;

    height: 13px;

}*/

/* Affichage du bouton radio personnalisé quand il est sélectionné */

/*.contact input[type=radio]:checked + label:before {

    background: #9fc637;

    border-color: #9fc637;

    box-shadow: inset 0px 0px 0px 2px #fff;

}*/

/*.contact .element{

    display: inline-block;

}

.contact  .element label{

    cursor:pointer;

}*/













/********************************

        FOOTER

*********************************/

#menu-informations a,#menu-footer-menu-1 a,#menu-ar-footer-menu-1 a,#menu-footer-menu-2 a,#menu-ar-footer-menu-2 a{

    color: white;

}

#menu-informations li,#menu-footer-menu-1 li, #menu-footer-menu-2 li {

    padding-top: 4px;

    padding-bottom: 4px;

}





.footer_top {

    border-top: 10px solid #9fc637;

    line-height: 2;

}



form#newsletter {

    position: relative;

}



form#newsletter button {

    position: absolute;

    top: 0;

    right: 0;

    background-color: transparent;

    bottom: 0;

}



form#newsletter button:hover {

    border-color: transparent !important;

    color: white;

}





/*



    JOB MANAGER 

*/

.job_filters {

    background: #9fc637;

}



.job_filters .job_types {

    border-top: 1px solid #9fc637;

    background: #f5f5f5;

}



.job_filters .search_jobs input, .job_filters .search_jobs select {

    height: 40px;

    padding: 15px;

}



.job_listings a:hover {

    color: #00421f;

}



.job-manager-application-wrapper .application .application_button, .single_job_listing .application .application_button {

    text-align: center;

    font-size: 1.1em;

    line-height: initial;

    display: inline-block;

    margin: initial;

    outline: 0;

    color: white;

    padding: 8px 10px;

}



.hvr-shutter-in-vertical:before {

    background: #9fc637;

    border-color: #9fc637;

}



.products .hvr-shutter-in-vertical:before {

    background:#fcab2b;

}

.products .hvr-shutter-in-vertical:hover {

    background-color: #9fc637;

    border-color: #9fc637 !important;

}





.hvr-shutter-in-vertical:hover {

    background-color: #fcab2b;

    border-color: #fcab2b !important;

}





/* Responsive */

@media (max-width: 768px) {

    div#logo {

        text-align: left;

        margin-left: 10px;

    }



    div#menu {

        display: initial;

    }



    .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {

            background-color: #f45018;

    }

    .navbar-default .navbar-toggle {

        border-color: #f45018;

        background-color: #f45018;

    }

    .fa-navicon:before, .fa-reorder:before, .fa-bars:before{

        color:white

    }



    .navbar-default .navbar-collapse, .navbar-default .navbar-form{

        margin-top:10px;

    }



    .about p {

        padding-left : 10px;

        padding-right: 10px;

    }



    .products .pdt-box {

        margin-top: 10px;

    }

    .products .product-bg{

        padding-bottom: 20px;

    }



    .elementor-column {

        margin-top: 10px;

        margin-bottom: 10px;

    }



    .carousel-indicators{

        right: 10px !important;

    }





}


div#mailpoet_form_1 .mailpoet_text {
    background-color: #00421f;
    height: 40px;
    border: 2px solid #d3d8de;
    box-shadow: initial;
    border-radius: 4px;
    width: 100%;
}

#mailpoet_form_1 p:first-child {
    text-align: justify;
}

#mailpoet_form_1 .mailpoet_submit {
    background-color: #00421f;
    padding: 7px 10px;
    border: 1px solid #d3d8de;
    
}

input.mailpoet_text::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #fff;
    padding-left : 10px;
}
input.mailpoet_text:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #fff;
   padding-left : 10px;
   opacity:  1;
}
input.mailpoet_text::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #fff;
   padding-left : 10px;
   opacity:  1;
}
input.mailpoet_text:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #fff;
   padding-left : 10px;
}
input.mailpoet_text::-ms-input-placeholder { /* Microsoft Edge */
   color:    #fff;
   padding-left : 10px;
}

input.mailpoet_text::placeholder { /* Most modern browsers support this now. */
   color:    #fff;
   padding-left : 10px;
}


