
/******************************************************************************************************************************************/
/*                                                               FONTS                                                                    */
/******************************************************************************************************************************************/
    #containerCertifications{
        width: 720px;
        margin: auto;
        display: flex;
        flex-wrap: wrap;
    }
    
    /* Police principale */
		@font-face {
			font-family: 'Roboto';
			src: url('../fonts/Roboto-Regular.ttf') format('truetype');
			font-weight: normal;
			font-style: normal;
			font-display: swap;
		}

        @font-face {
			font-family: 'Roboto regular';
			src: url('../fonts/Roboto-Regular.ttf') format('truetype');
			font-weight: normal;
			font-style: normal;
			font-display: swap;
		}	

        @font-face {
			font-family: 'Roboto bold';
			src: url('../fonts/Roboto-Regular.ttf') format('truetype');
			font-weight: normal;
			font-style: normal;
			font-display: swap;
		}

        @font-face {
			font-family: 'Roboto medium';
			src: url('../fonts/Roboto-Regular.ttf') format('truetype');
			font-weight: normal;
			font-style: normal;
			font-display: swap;
		}

        @font-face {
			font-family: 'Heebo bold';
			src: url('../fonts/Heebo-Bold.ttf') format('truetype');
			font-weight: normal;
			font-style: normal;
			font-display: swap;
		}

        
        @font-face {
			font-family: 'Karla light';
			src: url('../fonts/Karla-Light.ttf') format('truetype');
			font-weight: normal;
			font-style: normal;
			font-display: swap;
		}	

/******************************************************************************************************************************************/
/*                                                             CSS GENERAL                                                                */
/******************************************************************************************************************************************/
	body{
        width: 100vw!important;
        max-width: 100vw!important;
        overflow-x: hidden;
    }
    
    #container {
		color: black !important;
		font-family: 'Roboto regular' !important;
		font-size: 11pt;
	}  
    #content {
  		width: 1280px;
		margin-left: auto;
		margin-right: auto;			
	}  

	@media only screen and (max-width : 1280px) {
		#content{
			width: 100%;
		}

		.vc_row{
			margin-left: 0px;
			margin-right: 0px;
		}


		.vc_column_container>.vc_column-inner{
			padding-left: 0px!important;
			padding-right: 0px!important;
		}
	}

	.left {
		text-align: left;	
	}
	.justify {
		text-align: justify;	
	}
	.center {
		text-align: center;	
	}	
	.right {
		text-align: right;	
	}
	.bold {
		font-weight: bold;	
	}
    /* Polices: .fontPrincipal, .fontSecondaire, ... */
    	.fontPrincipal{font-family: 'Roboto regular';}.fontTitre{font-family: 'Heebo bold';}        
	/* Couleurs de police: .font-couleurPrincipal, .font-couleurSecondaire, ... */
    	.font-couleurPrincipale{color: black;}.font-couleurSecondaire{color: #333333;}.font-couleurTertiaire{color: greygreen;}.font-couleurQuaternaire{color: lightgrey;}    
    /* Soulignement */
    	.underline-couleurPrincipale{width: 60px;height: 2px;margin-bottom: 10px !important;border-bottom: 2px solid #252249;}.underline-couleurSecondaire{width: 60px;height: 2px;margin-bottom: 10px !important;border-bottom: 2px solid navyblue;}.underline-couleurTertiaire{width: 60px;height: 2px;margin-bottom: 10px !important;border-bottom: 2px solid skyblue;}.underline-couleurQuaternaire{width: 60px;height: 2px;margin-bottom: 10px !important;border-bottom: 2px solid lightblue;}        .underline-center {
        	margin-left: auto;
            margin-right: auto;
        }
	/* Colonnes */
        .col-md-3 {
            padding-bottom: 20px;
            width: 33.33333333%;
            float: left;
            position: relative;
            min-height: 1px;
            padding-left: 15px;
            padding-right: 15px;
        }
        
	/* Eléments */
    .badge {
    	text-align: center;
        padding : 10px 10px;
        color: #FFF;
        background-color: #333;
        text-transform: uppercase;
        font-size: 11pt;
        margin : 0;
    }
    .arrow-down {
        width: 0;
        height: 0;       
        border-right: 16px solid transparent;
        border-left: 16px solid transparent;        
        border-top: 20px solid #333;
        margin-left: 40%;
	}
    .arrow-up {
        width: 0;
        height: 0;        
        border-right: 16px solid transparent;
        border-left: 16px solid transparent;        
        border-bottom: 20px solid #333;
    }
    .arrow-left {
        width: 0;
        height: 0;        
        border-top: 16px solid transparent;
        border-bottom: 16px solid transparent;        
        border-right: 20px solid #333;
    }
    .arrow-right {
        width: 0;
        height: 0;        
        border-top: 16px solid transparent;
        border-bottom: 16px solid transparent;        
        border-left: 20px solid #fafafa;
    }
    .diaporama-reference .vc_item {
    	text-align: center !important;
        width: 15%;
		display: flex;
        -webkit-box-orient: vertical;
-webkit-box-direction: normal;
flex-direction: column;
vertical-align: middle;
    }
    .diaporama-reference img {
    	height: auto;
        width: 80%;
        display: table-cell;
  		vertical-align: middle;
    }



/******************************************************************************************************************************************/
/*                                                                  Hn                                                                    */
/******************************************************************************************************************************************/
	h1, h2, h3, h4, h5, h6 {
        margin-top: 10px;
        margin-bottom: 10px;
        font-family: 'Heebo bold';
        font-weight: 300;
        line-height: 1.1;
    }
    
    h1 {
    	font-size: 22pt;
        text-transform: uppercase;
        padding: 20px 0 10px 0;
        font-weight: 500;
    }

    h2{
        font-size: 45px;
        color : #252249;
        text-align: left!important;
    }



    h2.titreLigneBlue:after{
        content: '';
        display: block;
        position: relative;
        margin: auto;
        margin-top: 32px;
        margin-bottom: 64px;
        width: 68px;
        height: 1px;
        border-top: 5px solid #2C62B0;
    }
    
    h4 {
        font-size: 16pt;
        line-height: 20px;	
    }
	footer h4 {
        position: relative;
        color: white;
        text-align: left;
        font-family: 'Heebo bold', arial, sans-serif;
    }
    footer h4 span {
        padding-bottom: 7px;
        display: inline-block;
        margin-bottom: -1px;
	}


/******************************************************************************************************************************************/
/*                                                                MENUS                                                                   */
/******************************************************************************************************************************************/
    
    /* Menu principal */
        .separateur{
            margin: 0 15px;
            border-right: 1px solid white;
            width: 2px;
            height: 20px;
            display: inline-block;
        }

        .separateur.contact{
            border-right: 1px solid #0B1B49;
        }

		.bloc-menu {
  
		}		
        
        .bloc-menu ul.nav > li > a {
			color: #FFF;
			text-decoration: none;
            padding: 12px 0px 0px 0px;
            margin: 0px 12px 9px 12px;
            border-bottom: 3px solid transparent;
		}


        .bloc-left.contact ul.nav > li > a, .bloc-right.contact ul.nav > li > a {
            color: #0B1B49;
        }

        .bloc-right.contact ul.nav > li > a:hover, .bloc-right.contact ul.nav > li:hover > a {
            color: #0B1B49;
            border-bottom: 3px solid #0B1B49;
        }

        

		/*.bloc-menu ul.nav > li > a:hover, .bloc-menu ul.nav > li.current_page_item > a, .bloc-menu ul.nav > li:hover > a, .bloc-menu ul.nav > li.current_page_item > a{ 
            color: #FFF;
            text-decoration: underline;
		}*/

        .bloc-left.contact .bloc-menu ul.nav > li > a:hover, .bloc-left.contact .bloc-menu ul.nav > li:hover > a{ 
            color: #0B1B49!important;
            border-bottom: 3px solid #0B1B49;
		}

        .bloc-menu ul.nav > li > a:hover, .bloc-menu ul.nav > li:hover > a{ 
            color: white;
            border-bottom: 3px solid white;
		}

		.bloc-menu ul.nav > li.current-menu-parent{

		}

		/*.bloc-menu ul.nav > li.current-menu-parent > a{
            color: #FFF;
		}*/

        .nav li.menu-item{
            position: relative;
        }


		.nav li.menu-item ul.sub-menu, .nav li ul.children {		
			border: none !important;
			background: rgba(255,255,255,1);
			position: absolute;
    		z-index: -1!important;
            display:flex;
            width: fit-content!important;
            border-radius: 10px;
		}

		.nav li.menu-item a{		
    		z-index: 2!important;
		}
		.nav li ul.sub-menu li a, .nav li ul.children li a {
			float: left;
            text-align: center;
            padding-left: 0 0 0 10px !important;
			border: 0 !important;
			color: #333;	
			font-size: 12pt !important;
			line-height: 12pt !important;
            font-weight: 500;
			width: 100%;
            padding: unset!important;
		}

		.sub-menu li.menu-item
		{
			margin: 10px 0;
            
            border-left: 1px solid #d0d0d0;
		}

		.sub-menu li.menu-item img
		{
			height: 82px !important;
			width: 151px !important;

		}

		/*.nav li ul.sub-menu li a:hover, .nav li ul.children li a:hover {
			color: #333333 !important;
			text-decoration: none !important;
            filter: grayscale(0);
            -webkit-filter: grayscale(0);
		}*/

        .sub-menu .menu-item-type-post_type.menu-item-object-page{
            width: 201px!important;
            padding: 25px;
            display: flex;
            flex-direction: column;
            align-items: center;
        }

        .sub-menu a .extraitMenu{
            color: black!important;
            font-family: 'Roboto regular', arial, sans-serif;
            font-size: 13px;
            text-align: left!important;
        }

        .sub-menu  a.linkSubMenu span{
            padding: 10px 0!important;
            text-align: left!important;
            font-family: 'Roboto bold', arial, sans-serif;
            font-size: 16px;
            display: block;
            color: black!important;
            font-weight: bold;
        }

/******************************************************************************************************************************************/
/*                                                               HEADER                                                                  */
/******************************************************************************************************************************************/


	/* Header global */
    	.global-header {
			clear: both; 
			width: 100%; 
			position: absolute;
            top: 60px;
			text-align: left;
			background: transparent!important;
			z-index: 2;
            font-family: 'Roboto', Arial, sans-serif;
            color: white;
            font-size: 16px!important;
		}		
		.bloc-header {
            width: 1156px;
            max-width: 1156px!important;
            margin-left: auto;
            margin-right: auto;
            display: flex;
            justify-content: space-between;
            position: relative;
            transition: 0.5s
            opacity: 1;
		}

        .bloc-left{
            display: flex;
            justify-content: space-between;
            align-items: center;
            position: absolute;
            top: 0;
            left: 0;
        }

        .bloc-right{
            display: flex;
            justify-content: space-between;
            align-items: center;
            position: absolute;
            top: 0;
            right: 0;
        }

        .bloc-menu-responsive{
            display:none;
        }

        #menu-contact li:last-child a, #decouvrirVideo, .boutonWhite{
            display: flex;
            justify-content: center;
            align-items: center;
            background: white;
            border-radius: 30px!important;
            color: #0B1B49!important;
            position: relative;
            font-weight: bold!important;
            padding: 12px 20px 9px 20px!important;
            font-family: 'Roboto', Arial, sans-serif!important;
            color: white;
            font-size: 16px!important;
            text-decoration: none!important;
        }

        #titreJobPost{
            margin-top: 50px; 
            font-family: \'Heebo bold\', arial, sans-serif; 
            font-size: 45px; 
            color: #0B1B49;
        }

        #decouvrirVideo{
            display: none!important;
        }

        .boutonWhite{
            width: fit-content;
        }

		.bloc-logo {
            display: flex;
            justify-content: space-between;
			text-align: center;
		}
		.bloc-logo img {
			height: 48px;
			vertical-align: middle;
            padding-right: 10px;
		}

        .bloc-logo a, .bloc-logo span{
			text-decoration: none!important;
            color: white!important;
            font-size: 16px!important;
		}

        .contact .bloc-logo a, .contact .bloc-logo span{
            color: #0B1B49!important;
		}

        .bloc-left .bloc-logo a, .contact .bloc-logo span{
            color: white;
		}

        .sjb-filters-v2{
            min-height: 100px;
        }
    
    /* Slide / Header des pages */
		.bloc-header-page {
        	width: 100vw;
            height: 100vh;
            background-position: center;
			background-size: cover;
			background-repeat: no-repeat;
            overflow: hidden;            
        }

        .bloc-header-page-contact{
        	width: 100vw;
            height: 140px;
            background: white;
            
        }

        .bloc-header-page-postuler{
        	width: 100vw;
            height: 333px;
            background: #0B1B49;
            overflow: hidden;
            display: flex;
            justify-content: center;
            align-items: center;
            margin: auto;
            padding: 50px;
        }

        .image_une {
			width: 100vw;
            height: 100vh;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
			text-align: center;
			//padding: 30vh 0 15vh 0;
            /*backdrop-filter: brightness(60%);
            -webkit-backdrop-filter: brightness(60%);*/
            position: relative;
		}	
		
        h1.bloc-titre-ligne-1 {
			display: block;
            text-align: center;
			color: #FFF !important;
			font-family: 'Heebo bold', arial, sans-serif;
			font-size: 55px;
			font-weight: bold;	
            text-transform: unset!important;
		}

        #containerBlocTitreLigne2{
            max-width: 700px;
            margin-left: auto;
            margin-right: auto;
        }    

		.bloc-titre-ligne-2 {
            text-align: center;
			color: #FFF !important;
			font-size: 20px;
            font-family: arial, sans-serif;
            width: 100%;
		}

        #containerDecouvrir{
            display: flex;
            flex-direction: column;
            justify-content: space-between;
            align-items: center;
            position: absolute;
            bottom: 30px;
            color: white;
            height: 65px;
            font-family: 'Roboto bold', arial, sans-serif;
            font-size: 16px;
        }

        .containerDecouvrirSpan{
            text-align: center!important;
            display:flex;
            justify-content:center;
            color: white;
            font-family: 'Roboto bold', arial, sans-serif!important;
            font-size: 16px!important;
            top: calc(100% - 70px)!important;
        }

        .containerDecouvrirImg{
            color: white;
            font-family: 'Roboto bold', arial, sans-serif;
            font-size: 16px;
            width: 20px!important;
            height: 11px!important;
            top: calc(100% - 30px)!important;

        }

	/* Titres des pages */
    	.page-title-woocommerce {
        	padding: 15vh 0 1vh 0;
            text-align: center;
            color: #333333 !important;
            border-bottom: 5px solid #252249;
        }


        
/******************************************************************************************************************************************/
/*                                                               SLIDERS                                                                  */
/******************************************************************************************************************************************/
	/* Home */
        .aden {
            filter: hue-rotate(0deg) contrast(.9) saturate(.85) brightness(0.8) !important;
        }
        .background-transparent {
			padding: 70px;
            overflow: hidden;
            background: rgba(0,0,0,0.4);
        }
        .texte-slide-ligne-1 {
            width: 100%;
            font-style: normal;
            font-family: 'Roboto regular';
            text-align: center;
            text-transform: none;
            font-size: 35pt;
            font-weight: bold;	
            line-height: 50pt;
        }
        .texte-slide-ligne-2 {
            width: 100%;
            font-style: normal;
            font-family: 'Roboto regular';
            text-align: center;
            text-transform: uppercase;
            font-size: 26pt;
            font-weight:100;
            line-height: 30pt;
        }
        .texte-slide-ligne-3 {
            width: 100%;
            font-style: normal;
            margin-top: 20px;
            font-family: 'Roboto regular';
            text-align: center;
            font-size: 20pt;
            font-weight:100;
            line-height: 22pt;
        }
        
/******************************************************************************************************************************************/
/*                                                          BLOCS RECURRENTS                                                              */
/******************************************************************************************************************************************/
    
    #cadreBleuMateriel{
        padding: 50px 121px; 
        width:565px; 
        height: 413px; 
        z-index:1; 
        position: absolute; 
        top:0; 
        left: 0; 
        background: #0B1B49; 
        display: flex; 
        flex-direction: column; 
        justify-content: space-between;
    }

	/* Widget-contact */

		@media only screen and (max-width : 767px) {
			.widget-contact{
				margin: auto;
				width: 60%;
			}

			#menu-menu-footer li{
				width: 60%!important;
    			margin: auto!important;
			}
		}

        .widget-contact td {
			font-family: 'Roboto regular';
            color: black;
			font-size: 10pt;
			padding: 7px 0 0 6px;
			margin-top: 3px;
			}
        .widget-contact td:first-child {
            padding-top: 10px;
            text-align: center!important;
            vertical-align: top;
        }
        .widget-contact i {
            color: black;
            font-size: 11pt;
        }
        .widget-contact a i {
            color: #333333;
            font-size: 17pt;
            padding: 5px 5px 5px 0;
            -webkit-transition: all 0.2s ease-in-out;
			-moz-transition: all 0.2s ease-in-out;
			transition: all 0.2s ease-in-out;
			-webkit-transform: translate3d(0, 0, 0);
        }
        .widget-contact a:hover i {
            font-size: 20pt;
        }
        .socialnetwork
        {
            padding-top: 0 !important;
            text-align: left !important;
        }     

        .itemCertification.wpb_column.vc_column_container.vc_col-sm-3{
            margin-bottom: 50px;
        }

        .itemCertification .wpb_wrapper{
            display: flex;
            justify-content: space-between;
            align-items:center;
        }

        .itemCertification .wpb_wrapper .width225 .wpb_wrapper{
            display: flex;
            flex-direction: column;
            justify-content: space-between;
            align-items: flex-start;
        }
/******************************************************************************************************************************************/
/*                                                       FORMULAIRES DE CONTACT                                                           */
/******************************************************************************************************************************************/

	/* Page contact */
    .ligne_1 {
		width: 33%;
		padding: 5px;
		float: left;	
	}
	.ligne_2 {
		claer: both;
		width: 99%;
		padding: 5px;
		float: left;	
	}
	.ligne_captcha
	{
		clear: both;
		width: 50%;
		float: left;
		text-align: left;
		padding: 0 0 15px 15px;	
	}
	.ligne_valid
	{
		width: 100%;
		float: left;
		text-align: right;
		padding: 15px 15px 15px 0;
	}
    .contact input[type="text"], .contact input[type="tel"], .contact input[type="email"], .contact textarea {
		font-family: 'Roboto regular';
		text-align: left;
		border: 1px solid #333 !important;
		color: #000 !important;
		border-radius: 30px !important;
		background-color: #FFF !important;
		font-size: 1em;
        width: 100%;
	}
	.contact input[type="submit"]
	{
		border: 1px solid #252249 !important;
		background-color: #252249;
		font-family: 'Roboto regular';
		text-align: center;
		text-transform: uppercase;
		font-size: 0.8em;
		padding: 10px 50px;
		color: #FFF;
		float: right;
        font-weight: bold;
	}
	.contact input[type="submit"]:hover
	{
		background-color: #FFF;
		color: #333333;
	}

    .your-message{
        width: 100%;
    }

    .wpcf7{

    }

    .wpcf7-form-control{
        border-radius: 30px!important;
        padding: 10px 20px;
        background: white!important;
        border: 1px solid #C4C4C4!important;
    }

    #box2{
        display: none;
        margin-top: -20px;
    }
        
        
/******************************************************************************************************************************************/
/*                                                               FOOTER                                                                   */
/******************************************************************************************************************************************/
	footer {
		clear: both;
		width: 100%;
        background-color: #0B1B49!important;
        color: white!important;
        width: 100vw!important;
        padding-top: 64px!important;
        margin: 0!important;
        margin-left: -15px!important;
        margin-right: -15px!important;
	}
    
    /* Footer top */
        .footer-top {
            clear: both;
            max-width: 900px!important;
            //width: 100vw;
            padding-top: 96px!important;
            margin: auto;
            display: flex;
            justify-content: space-between;
            align-items: start;
            font-family: 'Karla light', arial, sans-serif;
            font-size: 16px;
            line-height: 23px!important;
            position: relative;
		} 
		
		@media only screen and (max-width : 1280px) {
			.footer-top {
				width: 100%;
			} 
		}


        .footer-widget {
            overflow: hidden;
        }

        .footer-widget i{
            display:none;
        }

        #menu-menu-footer li {
        	float: left;
            width: 45%;
		}
		
		@media only screen and (max-width : 1020px) {
			#menu-menu-footer li {
				float: unset!important;
				width: 100%;
			} 
		}

        #menu-menu-footer li:before {
        	content: "\f178";
            color: #6c6c6c;
            font-family: FontAwesome;
            font-size: 10px;
            line-height: 18px;
            margin-right: 10px;            
        }
        #menu-menu-footer li a {
            color: #6c6c6c;
            text-decoration: none;
            font-size: 10pt;
            line-height: 18pt;
            margin-left: 10px;  
            -webkit-transition: all 0.4s ease-in-out;
			-moz-transition: all 0.4s ease-in-out;
			transition: all 0.4s ease-in-out;
			-webkit-transform: translate3d(0, 0, 0);          
        }
        #menu-menu-footer li a:hover {
            margin-left: 15px !important;           
        }
        
        .tnp-submit {
        	background-color: #252249 !important;
        }
        
        
        
        
        
        
    .footer-copyright {
		clear: both;    
        width: 100%;
        height: 20px;
        background: #252249;
        /*border-bottom: 1px solid #e6e6e6;*/
        text-align: center;
        color: greygreen;
		padding: 0 !important;
		font-family: 'Roboto regular';
        font-size: 11pt;
    } 
    .footer-copyright a { 
		color: black; 
		text-decoration: none;
	}
	.footer-copyright a:hover { 
		color: black;
		text-decoration: underline;
	}
    
    
	/* Woocommerce */
    .page-category {
    	width: 100%;
        padding-top: 20px;
    }
    .page-article {
    	width: 100%;
        padding-top: 20px;
    }
    .woocommerce-notices-wrapper {
    	display: none !important;
    }
    .woocommerce-result-count {
    	/*display: none !important;*/
        padding-bottom: 30px;
    }
    .woocommerce-ordering {
    	display: none !important;
    }
    .woocommerce-loop-product__title {
    	font-size: 9pt !important;
    }
    h2.woocommerce-loop-product__title::after {
    	content: none !important;
    }
    .woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
        text-align: center !important;
        color: #333333 !important;
    }
    ul.products li.product{
		height: 370px;
		display: flex;
		flex-direction: column; 
		justify-content : space-between;
		align-items: center;
	}    
    .woocommerce ul.products li.product a img {        
        height: 270px !important;
        width: auto !important;
		-webkit-transition: all 0.5s ease-in-out;
		-moz-transition: all 0.5s ease-in-out;
		transition: all 0.5s ease-in-out;
		-webkit-transform: translate3d(0, 0, 0);
    }
    .woocommerce ul.products li.product a img:hover {        
        height: 265px !important;
        width: auto !important;
    }

    
    /* Popin identification */
    .lrm-switcher .-is-login-only {
    	background-color: #252249 !important;
    }
    .lrm-form a.button, .lrm-form button, .lrm-form button[type=submit], .lrm-form #buddypress input[type=submit], .lrm-form input[type=submit] {
        background-color: #252249 !important;
    }
    .lrm-user-modal-container .lrm-switcher a {
        color: black !important;
        text-transform: uppercase;
    }
    
/******************************************************************************************************************************************/
/*                                                            PAGE PRODUIT                                                                */
/******************************************************************************************************************************************/
    
    /* page */
    	#content-product {
        	width: 100vw;
            padding-top: 90px !important;
            /*background: linear-gradient(to bottom,#e5e5e5 585px,#e5e5e5 585px,#fff 585px,#fff 100%);*/
            background: #0E1833;
        }

        h1.page-title{
            color: white!important;
            margin-top: 64px;
            margin-bottom: 32px;
        }
    
    /* Fil d'ariane */
    	#breadcrumbs a 
        {
        	text-decoration: none;
            color: black !important;
            padding: 0 5px 0 0;
		}
        #breadcrumbs span:first-child 
        {
            padding: 0 5px 0 0;
		}
        #breadcrumbs span
        {
            padding: 0 5px;
		}
        #breadcrumbs
        {
        	color: black !important;
            font-family: 'Roboto regular' !important;
            font-size: 10pt;            
		}
        #breadcrumbs span:last-child 
        {
            color: #333333 !important;
            /*font-weight: bold;*/
		}
        
	/* Titre produit */
        .page-article h1 {
            font-size: 20pt;
            padding: 15px 0 5px 0;
        }

        .page-article h2{
            font-size: 16pt!important;
            padding: 15px 0 5px 0;
        }
    
    /* Partie haute */
        woocommerce div.product {
            margin-bottom: 0;
            position: relative;
            width: 100%;
        }
        
        /* Images */
        	.woocommerce div.product div.images.woocommerce-product-gallery {
                position: relative;
            }
            
            /* Image tête */
                div.images img {
                    display: block;
                    margin-left: auto;
                    margin-right: auto;
                    max-height: 350px !important;
                    width: auto !important;
                    box-shadow: none;
                }
            
            /* Thumbs */
/*
                .woocommerce div.product div.images .flex-control-thumbs {
                    overflow: hidden;
                    zoom: 1;
                    margin: 0;
                    padding: 0;
                    width: 35%;
                }
                .woocommerce-product-gallery {
                    display: flex;
                }
                
                .woocommerce-product-gallery .flex-control-thumbs {
                    order: -10;
                }            
                .woocommerce div.product div.images .flex-control-thumbs li {
                    width: 100%;
                    padding: 10px;
                }
                */
    
    /* Metas */
    	.sku_wrapper 
        {
            color: black !important;
            font-family: 'Roboto regular' !important;
            font-size: 11pt; 
        }
        .sku 
        {
        	text-decoration: underline;
        }
        .tagged_as a 
        {
        	color: #333333 !important;
            font-family: 'Roboto regular' !important;
            font-size: 11pt;
            text-decoration: none;
        }
        
     /* Description */
     	.summary 
        {
        	background: #fff;
            border: 1px solid #F6F8F9;
            box-shadow: 0 0.25em 0.25em rgba(0,0,0,.25);
            padding: 15px;
            margin: 0 0 15px;
        }
    
    /* Tabs */
        .woocommerce-tabs {
            border-bottom: 1px solid #CDD5DA;
        }
        .woocommerce-tabs h2 {
            display: none;
        }
    
    /* Produits apparentés */
        .related h2 {
            text-align: left;
            text-transform: none;
            font-size: 16pt;
            padding: 20px 0;
        }    
        .related h2:after {
            content: none;
        }
        .related .product {
            background-color: #fff;
            background-clip: border-box;
            border: 1px solid rgba(0,0,0,.125);
            padding: 20px !important;
        }
        .related ul.products li.product .button {
            display: none;
        }
        .woocommerce ul.products li.product .woocommerce-loop-product__title {
            text-align: center;
            padding: 0;
        }
    
/******************************************************************************************************************************************/
/*                                                                RGPD                                                                    */
/******************************************************************************************************************************************/
    .stm_gdpr_popup-main {
        position: fixed !important;
        padding: 3px 31px 10px !important;
        width: 97% !important;
        border-radius: 5px !important;
        z-index: 9999999 !important;
        background-color: rgba(0,0,0,0.7) !important;
        color: #fff !important;
        left: 20px !important;
        bottom: 10px !important;
    }
    .stm_gdpr_popup-main .stm_gdpr_popup-links {
        margin-top: 7px !important;
        font-size: 14px !important;
    }
    .stm_gdpr_popup-content {
    	width: 75% !important;
        float: left;
        margin-top: 7px;
    }
    .stm_gdpr_popup-links {
    	width: 25% !important;
        float: right;
    }
    .stm_gdpr_popup-main .stm_gdpr_popup-links a.stm_gdpr_popup-accept {
        float: left;
        background-color: #5e5cc7;
        border: 1px solid #5e5cc7;
        margin-left: -5px;
    }

    /** CSS perso du projet */

    .textSecondaire{
        color: #333333    }

    #boxContainerValeurs{
        display: none;
    }
    #boxContainerEtiquettes, .containerEtiquettes{
        display: flex;
        justify-content: space-between;
        align-items: center;
        max-width: 800px!important;
    }

    .etiquette{
        display: flex;
        justify-content: center;
        align-items: center;
        height: 330px;
        position: relative;
        top: 0;
        width:250px!important;
        transition: 1s;
        color: white!important;
        font-family: 'Roboto bold', arial, sans-serif;
        font-size: 40px;
        cursor: pointer;
        text-decoration: none!important;
        margin-left: 15px;
        margin-right: 15px;
    }

    .etiquette:first-child{
        margin-left: 0px!important;
    }

    .etiquette:last-child{
        margin-right: 0px!important;
    }

    .etiquette:hover{
        top: -25px;
        transition: 1s;
    }

    #firstEtiquette{
        background: no-repeat center/cover url("https://www.ftcs-forage.com/wp-content/uploads/2021/02/Fond-noir-Opacite-50.png"), no-repeat center/cover url("https://www.ftcs-forage.com/wp-content/uploads/2021/02/Background-Image-2.png");
    }
	
    #secondEtiquette{
        background: no-repeat center/cover url("https://www.ftcs-forage.com/wp-content/uploads/2021/02/Fond-noir-Opacite-50.png"), no-repeat center/cover url("https://www.ftcs-forage.com/wp-content/uploads/2021/02/Background-Image.png");
    }

    #thirdEtiquette{
        background: no-repeat center/cover url("https://www.ftcs-forage.com/wp-content/uploads/2021/02/Fond-noir-Opacite-50.png"), no-repeat center/cover url("https://www.ftcs-forage.com/wp-content/uploads/2021/02/Background-Image-1.png");
    }

    .textEtiquette{
        text-align: center;
        max-width: 200px;
        line-height: 45px!important;
    }

    #travauxSpeciaux1, #travauxSpeciaux2{
        display:none;
    }

    .supprAffichageAnnonce{
        font-size: 45px;
        display: block;
        position: absolute;
        top: 0px;
        right: 15px;
        cursor: pointer;
        font-family: 'Roboto', arial, sans-serif;
    }


    #aProposDeNousHome h3{
        font-size: 45px!important;
        color : #252249!important;
        text-align: left!important;
    }

    #aProposDeNousHome p{
        font-family: 'Roboto regular', arial, sans-serif;
        font-size: 16px;
        color: #333333;
    }

    #accueilContent1{
        width: 100%;
        background-image: url("https://www.ftcs-forage.com/wp-content/uploads/2021/02/Image-27.jpg");
        background-size: cover;
        background-position: center;
        height: 100%!important;
    }

    #accueilContent2{
        width: 100%;
        background-image: url("https://www.ftcs-forage.com/wp-content/uploads/2021/02/Image-1.png");
        background-size: cover;
        background-position: center;
        height: 100%!important;
    }

    

    #containerSolutionsDesktop{
        display: block;
    }

    #boxContainerSupports{
        display: none;
    }

    #titreBoxContainerSupports{
        display:none;
    }

    .boutonTextContent a, .boutonBlue a, a.boutonBlue, .boutonBlue input[type="submit"], .boutonBlue.postulerItemJob, button.boutonBlue, .bloc-right.contact #menu-contact li:last-child a, .wpcf7-submit{
        color: white!important;
        background-color: #0E1833!important;
        border-radius: 30px!important;
        border: 0!important;
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
        font-weight: bold!important;
        padding: 12px 20px!important;
        font-family: 'Roboto', Arial, sans-serif!important;
        color: white;
        font-size: 16px!important;
        text-decoration: none!important;
        background-image: unset!important;
    }

    .boutonBlue input[type="submit"]{
        padding: unset!important;
    }

    .boutonBlue.postulerItemJob, button.boutonBlue{
        padding: 10px 25px!important;
        width: fit-content!important;
        margin-left: 5px;
        margin-bottom: 10px;
        cursor: pointer;
    }

    .backgroundWhite{
        background: white;
        //padding: 0 0 0 20px;
    }

    .backgroundBlue{
        background: #0E1833;
        margin-top: -1px;
        //padding: 0 0 0 20px;
    }

    .backgroundLightBlue{
        background: #EBF2F9;
        //padding: 0 0 0 20px;
    }

    .backgroundSkyBlue{
        background: #EEF5FC;
    }

    .backgroundBlue h2, .backgroundBlue h3{
        text-align: center!important;
        color: white!important;
    }

    .backgroundBlue p{
        color: white!important;
        margin: auto!important;
    }

    #accueilContentWithH3 h3{
        font-family: 'Heebo bold', arial, sans-serif;
        font-size: 45px;
        color: black;
        margin-top: 0!important;
    }

    #materielTitre1{
        font-family: 'Heebo bold', arial, sans-serif; 
        font-size: 45px; 
        color: #060606; 
        width: 100%; 
        text-align: center!important;
    }

    h4.avecBulle{
        font-family: 'Heebo bold', arial, sans-serif;
        font-size: 32px;
        color: black;
        width: 100%;
    }

    h4.avecBulle::before{
        content:'';
        display: inline-block;
        height: 30px;
        width: 30px;
        background-image: url("https://www.ftcs-forage.com/wp-content/uploads/2021/02/ronds.png");
        background-repeat: no-repeat;
        background-size: cover;
    }

    #accueilContentWithH3 p{
        font-family: 'Roboto regular', arial, sans-serif!important;
        font-size: 16px!important;
        color: #333333!important;
    }

    .paddingTop60{
        margin-top: 160px;
    }

    .listPartenaires{
        margin: auto;
        text-align: center;
    }

    .columnPartenaires .vc_column-inner, .columnPartenaires .vc_column-inner .wpb_wrapper{
        height: 100%;
    }

    .columnPartenaires .vc_column-inner .wpb_wrapper{
        text-align: center;
        display: flex;
        flex-direction:column;
        justify-content: space-between;
        align-items: center;
        height: 100%;
    }

    .columnPartenaires img{
        width: 100%;
        max-width: 180px;
    }

    .columnPartenaires .vc_column-inner .wpb_wrapper .vc_single_image-wrapper{
        display: flex;
        flex-direction: column;
        justify-content: center;
        height: 180px;
    }

    /** Personnalisation de l'inscription à la newsletter */

    .tnp-email{
        background: white!important;
        height: 50px!important;
        padding: 0 10px!important;
        color: black!important;
        text-align: center!important;
        font-family: 'Roboto regular', arial, sans-serif!important;
        font-size: 18px!important;
        border-radius: 30px!important;
        border: none!important;
        width: 450px!important;
        display: flex!important;
        justify-content: center!important;
        align-items: center!important;
        position: relative!important;
        left: 25px!important;
        z-index: 1!important;
        margin-bottom: unset!important;
        max-width: unset!important;
    }

    .tnp-submit{
        background-color: #0E1833!important;
        height: 50px;
        padding: 0 10px;
        color: white;
        text-align: center;
        font-family: 'Roboto bold', arial, sans-serif;
        font-size: 16px;
        border-radius: 30px;
        border: none!important;
        width: 240px;
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
        left: -25px;
        z-index: 2;
    }

    #textNewsletter{
        font-family: 'Roboto regular', arial, sans-serif;
        font-size: 20px;
        color: #0E1833!important;
    }

    /** Partenaires */

    #boxContainerPartenaires{
        display: flex;
        justify-content: space-between;
        align-items:center;
        width: 100%;
    }

    .itemPartenaire{
        width: calc(50% - 15px)!important;
    }

    #boxContainerPartenaires img{
        max-width: 100%;
        max-height: 150px;
    }

    .boxImgPartenaire{
        height: 150px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .boxTextPartenaire{
        height: 50px;
        display: flex;
        justify-content: center;
        align-items: start;
    }

    #titrePartenaire{
        text-align: center!important; 
    }


    #containerPartenaires{
        max-width: 700px;
        margin: auto!important;
        text-align: center!important;
        font-family: 'Roboto regular', arial, sans-serif;
        font-size: 18px;
        color: #0B1B49!important;
    }

    #textPartenaires{
        font-family: 'Roboto regular', arial, sans-serif;
        font-size: 18px; 
        color: #0B1B49!important;
        text-align: center;
        max-width: 700px;
        margin: auto!important;
    }

    #containerImgPartenaires img{
        max-width: 270px!important;
        max-height: 104px!important;
        width: auto;
        height: auto;
    }

    .decouvrirPartenaire {
        padding: 15px 0;
    }

    .decouvrirPartenaire a{
        color: white!important;
        background-color: #0B1B49!important;
        border: none!important;
        border-radius: 30px!important;
        margin-top: 15px;
        font-size: 14px;
        padding-top: 14px;
        padding-bottom: 14px;
        padding-left: 20px;
        padding-right: 20px;
        text-decoration: none!important;
        background-image: -webkit-linear-gradient(top,rgba(255,255,255,.2) 0,rgba(255,255,255,.01) 100%);
        background-image: -o-linear-gradient(top,rgba(255,255,255,.2) 0,rgba(255,255,255,.01) 100%);
        background-image: linear-gradient(to bottom,rgba(255,255,255,.2) 0,rgba(255,255,255,.01) 100%);
        background-repeat: repeat-x;
    }

    #containerImgPartenaires{
        display:flex;
        justify-content: space-between;
        align-items: center;
    }

    #containerPartenaires .vc_row.wpb_row.vc_inner.vc_row-fluid{
        display:flex;
        justify-content: space-between;
        align-items: start;
    }

    #containerImgPartenaires .wpb_column.vc_column_container.vc_col-sm-6, #containerPartenaires .wpb_column.vc_column_container.vc_col-sm-6{
        width: 50%;
    }

    /** Footer */

    .footer-firstLine{
        display: flex;
        justify-content: space-between;
        max-width: 800px!important;
        margin: auto!important;
    }

    .footer-firstLine div{
        /*width: 33%;
        max-width: 330px;*/
        text-align: center;
    }

    .footer-firstLine img{
        width: 20px;
        height: 20px;
        display: inline-block;
        position: relative;
        top: 5px;
    }

    .footer-firstLine span{
        color: white!important;
        text-decoration: underline!important;
        font-family: 'Roboto regular', arial, sans-serif;
        font-size: 16px;
    }  

    .footer-top .footer-widget{
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 15px;
    }

    .footer-top .footer-widget:first-child img{
        width: 50px;
        height: 50px;
        margin-bottom: 32px;
        margin: auto;
    }

    #containerReseauxSociaux{
        display: flex;
        justify-content: space-around;
    }

    .footer-top .footer-widget:last-child img{
        width: 25px;
        height: 25px;
    }

    .boutonContactezNous{
        background: white;
        color: #0B1B49!important;
        font-family: 'Roboto bold', arial, sans-serif;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 50px;
        max-width: 150px;
        width: 100%;
        margin: auto;
        border-radius: 30px;
        margin-bottom: 32px;
        text-decoration: none!important;
    }

    .boutonContactezNous a{
        text-decoration: none!important;
    }

    .col-md-4{
        width: calc(25% - 5px);
    }

    .footer-top p{
        font-family: 'Karla light', arial, sans-serif!important;
        font-size: 16px!important;
        line-height: 23px!important;
        text-align: justify;
    }

    .footer-top ul{
        margin: 0!important;
        padding: 0!important;
    }

    .footer-top li{
        font-family: 'Roboto regular', arial, sans-serif!important;
        font-size: 16px!important;
        line-height: 24px!important;
        text-align: justify;
        list-style: none;
        margin-bottom: 10px;
    } 

    .footer-top li a{
        color: white!important;
        text-decoration:none!important;
    }

    #forageDirigeSolutionContent img{
        height: 68px;
        width: 68px;
    }

    #forageDirigeSolutionContent .containerImg{
        height: 68px;
    }

    #forageDirigeSolutionContent .containerTitre{
        height: 40px!important;
    }


    #forageDirigeSolutionContent h3{
        font-family: 'Heebo bold', arial, sans-serif;
        font-size: 35px;
        color: #212353;
        text-align: center!important;
    }

    #forageDirigeSolutionContent .firstText{
        color: #4B5D68;
        font-family: 'Roboto bold', arial, sans-serif;
        font-size: 16px;
        text-align: center;
        margin-top: 10px!important;
        height: 80px;
        font-weight: bold;
    }

    .flexSpaceBetween, .flexSpaceBetween > .vc_column-inner > .wpb_wrapper{
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .maxWidth212{
        max-width: 212px!important;
    }

    #forageDirigeSolutionContent .secondText{
        color: #4B5D68;
        font-size: 16px;
        text-align: center;
        margin-top: 15px!important;
        height: 80px;
    }

    .contentTextRowStretched{
        height: 547px!important;
        display:flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        //margin: auto;
        //width: 50%;
    }

    .contentTextRowStretched.height501{
        height: 501px!important;
    }

    .contentTextRowStretched.height565{
        height: 565px!important;
    }

    .contentTextRowStretched.height674{
        height: 674px!important;
    }

    .contentTextRowStretched.height496{
        height: 496px!important;
    }

    .contentTextRowStretched .wpb_wrapper{
        height: 100%;
        width:100%;
        display:flex;
        flex-direction: column;
        justify-content: center; 
    }

    .contentTextRowStretched .vc_column-inner{
        height: 100%;
    }




    .contentTextRowStretched .innerText{
        margin: auto!important;
        color: white!important;
    }

    .maxWidth433{
        max-width: 433px;
        margin: auto;
    }


    .backgroundDarkBlue{
        background-color: #0E1833!important;
    }

    .backgroundDarkBlue h3{
        font-family: 'Heebo bold', arial, sans-serif;
        font-size: 35px;
        color: white!important;
        text-align: left!important;
        margin-top: 64px;
        margin-bottom: 20px;
        width: 100%;
    }

    .backgroundDarkBlue p{
        font-family: 'Roboto regular', arial, sans-serif;
        color: white;
        font-size: 16px;
        text-align: justify;
        margin-bottom: 64px!important;

    }

    .backgroundWhite h3{
        font-family: 'Heebo bold', arial, sans-serif;
        font-size: 35px;
        color: black!important;
        text-align: left!important;
        margin-top: 64px;
        margin-bottom: 20px;
        width: 100%;
    }

    .backgroundWhite p{
        font-family: 'Roboto regular', arial, sans-serif;
        color: black;
        font-size: 16px;
        text-align: justify;
        margin-bottom: 64px!important;

    }

    #containerImageMaterielCadreBleuBis{
        display: none;
    }

    #materielCadreBleu1{
        width: 132px; 
        height: 117px; 
        background: #265CFF; 
        position: absolute; 
        right: 0; 
        bottom: 0;
    }

    #containerMaterielContent3{
        padding: 50px 80px; 
        width:420px; 
        height: 453px; 
        z-index:3; 
        position: absolute; 
        bottom:0; right: 0; 
        background: #EEF5FC; 
        display: flex; 
        flex-direction: column; 
        justify-content: space-between;
    }

    #containerImageMaterielContent3Bis{
        display:none;
    }

    #forageDirigeContent1bis, #forageDirigeContent2bis, #forageDirigeContent3bis{
        display:none;
    }

    #forageDirigeContent1{
        width: 100%;
        background-image: url("https://www.ftcs-forage.com/wp-content/uploads/2021/02/Image-25.jpg");
        background-size: cover;
        background-position: center;
        height: 100%!important;
        display:block;
    }

    #forageDirigeContent2{
        width: 100%;
        background-image: url("https://www.ftcs-forage.com/wp-content/uploads/2021/02/Image-26.jpg");
        background-size: cover;
        background-position: center;
        height: 100%!important;
        display:block;
    }

    #forageDirigeContent3{
        width: 100%;
        background-image: url("https://www.ftcs-forage.com/wp-content/uploads/2021/02/Image-24.jpg");
        background-size: cover;
        background-position: center;
        height: 100%!important;
        display:block;
    }

    #forageTariereContent1bis, #forageTariereContent2bis, #forageTariereContent3bis{
        display:none;
    }

    #forageTariereContent1{
        width: 100%;
        background-image: url("https://www.ftcs-forage.com/wp-content/uploads/2021/02/Image-8-1.jpg");
        background-size: cover;
        background-position: center;
        height: 100%!important;
        display: block;
    }

    #forageTariereContent2{
        width: 100%;
        background-image: url("https://www.ftcs-forage.com/wp-content/uploads/2021/02/Image-9-1.jpg");
        background-size: cover;
        background-position: center;
        height: 100%!important;
        display: block;
    }

    #forageTariereContent3{
        width: 100%;
        background-image: url("https://www.ftcs-forage.com/wp-content/uploads/2021/02/Image-10-1.jpg");
        background-size: cover;
        background-position: center;
        height: 100%!important;
        display: block;
    }

    .withBlueSquare:after{
        content: '';
        display:block;
        position: absolute;
        background-color: #0E1833;
        width: 47px;
        height: 157px;
        bottom: 0;
        right: 0;
    }

    .withLightBlueSquare:after{
        content: '';
        display:block;
        position: absolute;
        background-color: skyblue;
        width: 118px;
        height: 27px;
        top: 0;
        right: 0;
        z-index: -1;
    }

    .maxWidth675{
        max-width: 675px;
    }

    .maxWidth720{
        max-width: 720px;
        margin:auto!important;
    }

    .imageFixe, .imageFixe img{
        max-width: 100%;
        width: 655px;
        height: 475px;
    }

    #actualites{
        margin-left: -15px;
        margin-right: -15px;
        width: 100%!important;
    }

    .relative{
        position: relative;
    }

    .width100{
        width: 100%!important;
    }

    .width5douziemes{
        width: 42%!important;
    }

    .width7douziemes{
        width: 58%!important;
    }

    .maxWidth342{
        max-width: 342px!important;
    }

    .maxWidth330{
        max-width: 330px!important;
    }

    /** template page 2 */
    

    .template-page2{
        display: flex;
        width: 100vw;
        height: 850px;
    }

    .boxContainer{
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .containerTextHeader{
        max-width: 690px;
        margin: auto;
        display: flex;
        flex-direction: column;
    }

    .template-page2 h1{
        font-family: 'Heebo bold', arial, sans-serif;
        font-size: 55px;
        color: white!important;
        text-transform: none!important;
        line-height: 120%;
        margin-bottom: 20px;
    }

    .template-page2 p{
        font-family: 'Roboto regular', arial, sans-serif;
        font-size: 20px;
        color: white!important;
        text-align: center;
    }

    .template-page2 .boutonWhite{
        margin-top: 40px;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
    }


    /** page entreprise */

    .margin10{
        margin: 0 10px;
    }

    .padding10{
        padding: 0 10px;
    }

    .textAlignCenter, .textAlignCenter h3, .textAlignCenter p{
        text-align: center;
    }

    .textAlignCenter h3{
        width: 100%;
    }

    .textAlignCenter p{
        margin: auto;
    }

    #certifications h3{
        font-family: 'Roboto bold', arial, sans-serif;
        font-size: 45px;
    }

    #certifications p{
        font-family: 'Roboto regular', arial, sans-serif;
        font-size: 16px;
    }

    .flexCenter{
        display: flex;
        justify-content:center;
    }

    .maxWidth310{
        max-width: 310px;
    }

    .width75{
        width: 75px!important;
    }

    .width225{
        width: 225px;
        text-align: justify;
    }

    .width225 h4{
        font-family: 'Roboto bold', arial, sans-serif;
        font-size: 32px;
        color:white!important;
    }

    .width225 p{
        font-family: 'Roboto regular', arial, sans-serif;
        font-size: 16px;
    }

    #valeursContent1 h3{
        color: #0E1833!important;
        font-size: 45px;
    }

    #valeursContent1 p{
        font-size: 16px!important;
        font-family: 'Roboto regular', arial, sans-serif;
        color: #4B5D68!important;
    }

    .maxWidth802{
        max-width: 802px;
    }

    .maxWidth682{
        max-width: 682px;
    }

    .maxWidth690{
        max-width: 690px;
    }

    
    .maxWidth919{
        max-width: 919px;
    }


    .maxWidth501{
        max-width: 501px;
    }

    .marginAuto{
        margin: auto!important;
    }

    .barreAuDessus:before{
        content: '';
        display: block;
        position: relative;
        margin: auto;
        background: #0E1833;
        width: 122px;
        height: 13px;
        margin-bottom: 48px;
    }

    #containerValeursContent2 h3, #containerValeursContent3 h3, #containerValeursContent4 h3, #containerValeursContent6 h3{
        font-family: 'Heebo bold', arial, sans-serif!important;
        font-size: 35px!important;
        color: #031B3D!important;
    }

    #containerValeursContent2 p, #containerValeursContent3 p, #containerValeursContent4 p, #containerValeursContent6 p{
        color: #070707!important;
    }

    #valeursContent2bis, #valeursContent3bis, #valeursContent4bis, #valeursContent5bis{
        display:none;
    }


    #valeursContent2{
        width: 100%;
        background-image: url("https://www.ftcs-forage.com/wp-content/uploads/2021/02/Image-17.jpg");
        background-size: cover;
        background-position: center;
        height: 100%!important;
    }

    #valeursContent3{
        width: 100%;
        background-image: url("https://www.ftcs-forage.com/wp-content/uploads/2021/02/Image-18.jpg");
        background-size: cover;
        background-position: center;
        height: 100%!important;
    }

    .maxWidth1273{
        max-width: 1273px;
    }

    .width919{
        width: 919px!important;
    }

    .width330{
        width: 330px!important;
    }

    #containerValeursContent5 .vc_column_container>.vc_column-inner, #containerValeursContent6 .vc_column_container>.vc_column-inner{
        padding-left: 0!important;
        padding-right: 0!important;
    }

    .height559, .height559 img{
        height: 559px!important;
    }

    .width353{
        width: 353px!important;
    }

    .width872{
        width: 872px;
    }

    .maxWidth469{
        max-width: 469px;
    }

    .maxWidth282{
        max-width: 282px;
    }

    .maxWidth1000{
        max-width: 1000px;
    }

    .flexColumnCenter{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    #image1AnimationMapPain, #image3AnimationMapPain{
        position: relative;
        z-index:2;
    }

    #image2AnimationMapPain, #image4AnimationMapPain{
        position: relative;
        z-index: 1;
    }

    #containerImagesCertificationsHistorique img{
        width: 155px!important;
        height: 155px!important;
    }

    .maxWidth448{
        max-width: 448px;
    }

    .maxWidth919{
        max-width: 919px;
    }

    .height720{
        height: 720px;
    } 
    
    .width1151{
        width: 1151px;
    }

    .height768{
        height: 768px;
    } 
    
    .width1280{
        width: 1280px;
    }

    .relative{
        position: relative;
    }

    .backgroundRed{
        background: red;
    }

    #materielContent2 .vc_column_container, #materielContent3 .vc_column_container{
        height: 100%;
    }

    #imageMaterielContent2{
        position: absolute; 
        bottom: 25px;
        right: 25px;
        z-index: 2;

    }

    #imageMaterielContent2 img{
        height: 607px;
        width: 653px;
    }

    #imageMaterielContent3{
        position: absolute; 
        top: 35px;
        left: 0px;
        z-index: 2;
    }

    #imageMaterielContent3 img{
        height: 530px;
        width: 803px;
    }

    .width1298{
        width: 1298px;
    }
    
    .absoluteTop0Right0{
        position: absolute;
        top: 0;
        right: 0;
    }

    #containerPhotos{
        width: 540px;
        height: 100%;
        position: absolute;
        top: 0;
        left: 590px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .itemPhoto{
        width: 540px;
        height: 450px;
    }

    .itemDescription{
        display: none;
        position: absolute;
        width: 252px;
        left: 262px;
        top: 0;
        font-family: 'Roboto regular', arial, sans-serif;
        font-size: 16px;
        text-align: justify;
    }

    .itemTitre:hover .itemDescription, .itemTitre.active .itemDescription{
        display: block;
    }

    .itemTitre, .itemTitre.active.cache{
        font-family: 'Roboto medium', arial, sans-serif;
        font-size: 28px;
        color: #939393;
        line-height: 40px;
        padding: 15px 0;
        padding-left: 50px;
        position: relative;
        cursor: pointer;
        font-weight: unset;
        width: 252px;
    }

    .itemTitre:hover, .itemTitre.active{
        font-weight: bold;
        color: black;
    }

    .itemTitre:hover:before, .itemTitre.active:before{
        content: '';
        height: 20px;
        width: 20px;
        border-radius: 500px;
        background: #0B1B49;
        display: block;
        position: absolute;
        top: 25px;
        left: 0px;
    }

    .itemTitre.active.cache:before{
        background: transparent!important;
    }

    .width1162{
        width: 1162px;
    }

    /** Custom page postuler */

    .sjb-page{
        background: unset!important;
    }

    #content.contentEmploi{
        position: relative;
        top: -75px;
    }

    .containerBoxFilters{
        background: white!important;
        max-width: 1156px;
        width: 100%;
        border-radius: 10px!important;
        margin: auto!important;
        height: 137px;
        box-shadow: 0px 0px 5px #e4e4e4;


    }

 

    .sjb-page .sjb-filters.sjb-filters-v2 .form-control{
        border-radius: 50px!important;
    }

    .sjb-page .sjb-filters.sjb-filters-v2 select{
        background: transparent url(../images/chevron-down.png) no-repeat center right 10px!important;
    }

    #location{
        padding-left: 40px;
    }

    .sjb-search-location .form-group{
        background: url(../images/map-pin.png) no-repeat center left 10px!important;
    }

    #containerAnnonces{
        display: flex;
        justify-content: space-between;
        width: 100%;
        margin: auto;
    }

    #containerAnnoncesLeft{
        display: flex;
        flex-direction: column;
        align-items: center;
        width: calc(33% - 15px);
    }

    #containerAnnoncesRight{
        display: flex;
        flex-direction: column;
        align-item: center;
        width: calc(66% - 15px);
        position: relative;
    }

    #travaillonsEnsemble{
        text-align: center!important;
    }

    .job-item{
        display: none;
        position: relative;
    }

    #containerAnnoncesRight .job-item{
        display: block;
    }

    .jobExtract-item{
        cursor: pointer;
        width: 100%;
        height: 366px;
        background: white;
        border: none!important;
        box-shadow: 0 0 5px #e4e4e4;
        border-radius: 10px;
    }

    .job-title{
        font-family: 'Roboto bold', arial, sans-serif;
        font-size: 24px;
        color: black!important;
    }

    #containerAnnoncesRight .job-title{
        padding: 0 30px;
        position: absolute;
        top: 15px;
        left: 0;
    }

    .jobExtract-item:hover{
        box-shadow: 0 0 5px grey;
    }

    .sjb-job-type-location-date{
        border-top: none!important;
        border: none!important;
    }

    .sjb-job-type-location-date .row{
        display: flex;
        padding: 0 15px;
    }

    .sjb-job-type-location-date .row div:first-child{
        margin-right: 10px;
        margin: unset!important;
    }

    .sjb-job-type-location-date .row div{
        margin: 0 10px;
    }

    .sjb-job-type-location-date .row div:last-child{
        margin-left: 10px;
        margin: unset!important;
    }

    .justDate{
        padding: 0 25px!important;
    }

    .justDate .col-md-4{
        width: 100%!important;
    }

    .job-date{
        color: #8A8A8A!important;
        font-family: 'Roboto regular', arial, sans-serif!important;
        font-size: 16px!important;
    }

    .job-type, .job-category{
        background: #6CA8FF;
        color: #0B1B49!important;
        border-radius: 30px;
        font-family: 'Roboto medium', arial, sans-serif!important;
        font-size: 14px!important;
        padding: 2px 30px;
        width: fit-content!important;
    }

    .job-location{
        background: #EBF2F9;
        color: #0B1B49!important;
        font-size: 14px!important;
        padding: 2px 10px;
        border-radius: 30px;
        font-family: 'Roboto medium', arial, sans-serif!important;
        width: fit-content!important;
    }

    .job-description-list{
        max-height: 185px;
        overflow: hidden;
        text-align: justify;
    }

    .job-item{
        margin: 15px 0;
        width: 100%;
        height: 900px;
        background: white;
        border: none!important;
        box-shadow: 0 0 5px #e4e4e4;
        border-radius: 10px;
        padding: 25px;
        padding-top : 120px!important;
        padding-bottom : 60px!important;
    }

    .job-item .job-description{
        text-align: justify;
        height: 530px;
        max-height: 530px;
        overflow-y: auto;
    }

    #containerAnnoncesRight .sjb-job-type-location-date.justDate {
        padding: 0 30px!important;
        position: absolute;
        top: 66px!important;
        left: 15px!important;
    }

    #containerAnnoncesRight .sjb-job-type-location-date {
        padding: 0 30px;
        position: absolute;
        top: 103px;
        left: 0px;
    }

    .jobpost-form{
        display: none;
    }

    #applicant-resume{
        opacity: 1!important;
    }

    .height710{
        height: 710px;
    }
    
    #contactLeft{
        height: 520px;
        margin: auto;
        width: calc(40% - 15px);
        display: flex;
        flex-direction: column;
        justify-content: center;

    }

    /*#contactLeft > .vc_column-inner, #contactLeft > .vc_column-inner > .wpb_wrapper{
        height: 100%;
    }

    #contactLeft > .vc_column-inner > .wpb_wrapper{
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }*/

    #contactRight{
        margin: auto;
        width: calc(60% - 15px);

    }

    .clickContact{
        font-family: 'Roboto regular', arial, sans-serif;
        font-size: 16px;
        color: #B2B2B2;
        cursor: pointer;
    }

    .clickContact:hover, .clickContact.active{
        color: black;
        font-weight: bold;
        text-decoration: underline;
    }

    .clickContact.active{
        cursor: unset!important;
    }


    /** video */

    #videoPlay{
        cursor: pointer;
        z-index: 9999999;
        transition: 0.5s;
        opacity: 1;
        top: calc(75% - 50px)!important;
    }

    #homeSliderText, .containerDecouvrirSpan, .containerDecouvrirImg{
        transition: 0.5s;
        opacity: 1;
    }

    #videoPlayOff, #videoPlayOff:hover{
        display: none;
        background-color: transparent!important;
        color: white!important;
    }

    .padding20{
        padding-left: 20px;
        padding-right: 20px;
    
    } 
    
    .maxWidth400{
        max-width: 400px;
    }

    .marginLeft{
        margin-left: auto;
    }

    .textwidget{
        max-width: 150px;
        position: relative;
    }

    #imgFooter1{
        display: block;
        width: 50px;
        height: 50px;
        position: absolute;
        top: 32px;
        left: 65px;
    }

    /*.textwidget:before{
        content: '';
        display: block;
        width: 100%;
        height: 50px;
        position: absolute;
        top: -50px;
        left: 0;
        background-image: url("https://www.ftcs-forage.com/wp-content/uploads/2021/02/Logo-desktop-Fond-Sombre-1.png");
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
    }*/

    /*#menu-contact li:last-child a:focus, #decouvrirVideo:focus, .boutonWhite:focus, .boutonTextContent a:focus, .boutonBlue a:focus, a.boutonBlue:focus, .boutonBlue input[type="submit"]:focus, .boutonBlue.postulerItemJob:focus, button.boutonBlue:focus, .bloc-right.contact #menu-contact li:last-child a:focus, .wpcf7-submit:focus{
    {
        outline: none!important;
        border: 1px solid skyblue!important;
        border-radius: 30px!important;
    }*/

    button.boutonBlue:focus, input[type="submit"]:focus, #menu-item-101 a:focus, .etiquette:focus, #boutonDecouvrirEntreprise a:focus, .boutonTextContent a:focus, .decouvrirPartenaire a:focus, .boutonContactezNous:focus, a.boutonWhite:focus, .boutonBlue a:focus, a.boutonBlue:focus{
        outline: none!important;
        border: 1px solid skyblue!important;
        border-radius: 30px!important;
    }

    button.boutonBlue:focus, input[type="submit"]:focus{
        color: white!important;
    }

    input:focus, textarea:focus, select:focus{
        outline: none!important;
        border: 1px solid black!important;
        border-radius: 30px!important;
        color: black!important;
    }

    #menu-item-101 a:hover, #boutonDecouvrirEntreprise a:hover, .boutonTextContent a:hover, input[type="submit"]:hover, .decouvrirPartenaire a:hover, .boutonContactezNous:hover, a.boutonWhite:hover, .boutonBlue a:hover, a.boutonBlue:hover, .boutonWhite:hover{
        box-shadow: 0px 3px 15px grey;
    }

    #boutonDecouvrirEntreprise{
        position: relative; 
        top: -10px;
    }

    .mapp-layout {
        border: 0px solid black!important;
        color: black;
        margin: 0px!important;
        max-width: unset!important;
        padding: 0px;
        font-family: sans-serif;
        width: 100%!important;
        height: 400px!important;
    }

    .mapp-wrapper{
        height: 400px!important;
    }

    /** Menu responsive */

    .rmp-menu-title-image{
        height:50px;
        width: 50px;
        margin-top: 20px!important;
    }

    #rmp-menu-title-600:hover {
        background-color: #0E1833!important;
    }

    #rmp-menu-wrap-600 .rmp-menu-item-link{
        width: 230px!important;
        padding-left: 40px!important;
        padding-right: 40px!important;
        margin: auto;
        text-align: center;
        line-height: 45px!important;
        height: 45px!important;
    }

    #rmp-menu-wrap-600 .rmp-menu-subarrow{
        background-color: #0E1833!important;
    }

    #rmp-menu-wrap-600 .rmp-submenu a.rmp-menu-item-link:last-child{
        /*border-bottom: unset!important;*/
    }




    #rmp-menu-wrap-600 .rmp-submenu .rmp-menu-item-link{
        background-color: #0E1833!important;
        text-align: center;
        font-weight: normal;
        border-bottom: 1px solid white;
        width: 150px!important;
        margin: auto;
        padding: unset!important;
    }

    #rmp-menu-item-50 .rmp-menu-item-link, #rmp-menu-item-48 .rmp-menu-item-link{
        border-bottom: unset!important;
    }



    #containerContact{
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
        height: 150px;
        width: 100%;
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
    }

    #containerContact .boutonWhite{
        width: calc(100% - 40px);
        text-align: center;
    }

    #containerReseauxSociauxMenuBurger{
        width: 150px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 10px;
    }

    @media only screen and (max-width : 767px) {
        .bloc-menu-responsive{
            display:block!important;
        }
    }

    #containerTextVideo{
        max-width: 90vw;
        margin: auto;
    }

    .bloc-header-page-contact{
        height: 0!important;
    }

    rs-fullwidth-wrap{
        min-height: 100vh!important;
        height: 100vh!important;
    }


    .itemCertification.wpb_column.vc_column_container.vc_col-sm-3{
        width: 360px!important;
    }

    .wpcf7 .ajax-loader{
        display:none!important;
    }

    #rmp_menu_trigger-600{
        display: flex;
        justify-content: center;
        width: 55px;
        height: 55px;
    }

    #rmp_menu_trigger-600 img{
        width: 24px;
        height: 20px;
    }



    /** Responsive Mobile */
    @media only screen and (max-width : 767px) {
        #containerTextVideo h1, #containerTextVideo p{
           text-align: left!important;
        }

        .emptySpace200{
            height: 32px!important;
        }

        .contentWithText{
            padding-left: 40px!important;
            padding-right: 40px!important;
        }

        #boxContainerEtiquettes{
            overflow-x: auto;
            width: calc(100vw - 40px);
            flex-wrap: no-wrap;
        }

        .textOnImgMobile1, .textOnImgMobile2{
            padding-left: 20px!important;
            padding-right: 20px!important;
            color: white!important;
            padding-top:40px;
            padding-bottom:40px;
        }

        .textOnImgMobile1{
            background-image: url("https://www.ftcs-forage.com/wp-content/uploads/2021/02/Fond-Opacite-65.png"), url("https://www.ftcs-forage.com/wp-content/uploads/2021/02/Image-27.jpg");
            background-size: cover, cover;
            background-position: center, center;
        }

        .textOnImgMobile2{
            background-image: url("https://www.ftcs-forage.com/wp-content/uploads/2021/02/Fond-Opacite-65.png"), url("https://www.ftcs-forage.com/wp-content/uploads/2021/02/Image-1.png");
            background-size: cover, cover;
            background-position: center, center;
        }


        #aProposDeNousHome h3, .textOnImgMobile1 h3, .textOnImgMobile1 p, .textOnImgMobile2 h3, .textOnImgMobile2 p{
            color: white!important;
            margin-top: 20px!important;
        }

        .imgBgMobile{
            display:none;
        }

        .contentTextRowStretched.height565{
            height: unset!important;

        }

        .contentTextRowStretched.height674{
            height: unset!important;

        }

        .textOnImgMobile1 .padding20{
            padding-top: 40px;
        }

        .boutonTextContent a{
            display: flex;
            justify-content: center;
            align-items: center;
            background: white!important;
            border-radius: 30px!important;
            color: #0B1B49!important;
            position: relative;
            font-weight: bold!important;
            padding: 12px 20px 9px 20px!important;
            font-family: 'Roboto', Arial, sans-serif!important;
            color: white;
            font-size: 15px!important;
            text-decoration: none!important;
            width: 100%!important;
            text-align: center;
            margin: auto;
        }

        .emptySpace200DisplayNone{
            display:none!important;
        }

        #accueilContentWithH3{
            margin-top: 20px;
        }

        h3 span{
            color: white!important;
        }

        #accueilContentWithH3 h3{
            font-size: 35px;
        }

        h4.avecBulle, #accueilContentWithH3 p{
            color: white!important;
        }

        #accueilContent1{
            width: 100%;
            background-image: url("https://www.ftcs-forage.com/wp-content/uploads/2021/02/Fond-Opacite-65.png"), url("https://www.ftcs-forage.com/wp-content/uploads/2021/02/Image-27.jpg");
            background-size: cover, cover;
            background-position: center, center;
            height: 100%!important;
        }

        #accueilContent2{
            width: 100%;
            background-image: url("https://www.ftcs-forage.com/wp-content/uploads/2021/02/Fond-Opacite-65.png"), url("https://www.ftcs-forage.com/wp-content/uploads/2021/02/Image-1.png");
            background-size: cover, cover;
            background-position: center, center;
            height: 100%!important;
        }

        .padding20{
            padding-right: unset!important;
            padding-left: unset!important;
        }

        .backgroundWhite p{
            margin-bottom: 0px!important;
        }

        .emptySpace32DisplayNone{
            display:none!important;
        }

        #aProposDeNousHome h3{
            font-size: 35px!important;
        }

        #boxListPartenaires{
            width: 100vw;
            overflow-x: auto;
        }

        .listPartenaires{
            width: fit-content!important;
            display: flex!important;
            flex-wrap: nowrap!important;
        }

        .columnPartenaires{
            width: 100vw!important;
        }

        footer{
            margin-left: unset!important;
            margin-right: unset!important;
        }

        .vc_row.vc_column-gap-20{
            margin-left: unset!important;
            margin-right: unset!important;
        }

        .footer-firstLine{
            flex-direction: column;
        }

        .footer-firstLine div{
            text-align: left!important;
            padding-left: 20px;
            height: 50px;
        }

        .footer-firstLine img{
            position: relative;
            left: -5px;
        }

        .footer-top{
            flex-direction:column;
        }

        .col-md-4, .footer-widget{
            width: 100%!important;
        }

        #imgFooter1{
            left: calc(50% - 25px)!important;
        }
        .textwidget{
            max-width: unset!important;
        }

        .footer-widget.retractable h4{
            border-bottom: 1px solid white;
            height: 48px;
            line-height: 48px;
            margin: unset!important;
            display: block;
            padding-left: 15px;
        }

        .footer-widget.retractable h4 span{
            margin: unset!important;
            padding: 0px!important;
        }

        .footer-widget.retractable{
            height: 50px;
            overflow: hidden;
            position:relative;
            justify-content: unset!important;
            padding: unset!important;
            transition:0.5s;
        }

        .footer-widget.retractable.deplie{
            height: 172px!important;
        }

        .footer-widget.retractable i{
            color: white;
            display: blok;
            position: absolute;
            right: 15px;
            top: 10px;
            font-size: 30px;
        }

        .boutonContactezNous{
            max-width: unset!important;
        }

        .footer-top li{
            padding: 7px 15px;
            margin-bottom: unset!important;
        }

        #textNewsletter {
            font-size: 24px;
            padding: 0px 20px;
        }

        #actualites form{
            flex-direction:column;
        }

        #actualites .tnp-email, #actualites .tnp-submit{
            width: 100%!important;
            margin: auto;
            left: unset!important;
            right: unset!important;
        }

        #actualites .tnp-email{
            margin-bottom: 15px!important;
        }

        #titrePartenaire{
            font-size: 35px;
            text-align: left!important;
            padding-left: 15px;
        }

        #containerPartenaires p{
            padding-left: 15px;
            padding-right: 15px;
            text-align: left!important;
        }

        #boxContainerPartenaires{
            flex-direction: column;
        }

        .itemPartenaire{
            width: calc(100% - 30px)!important;
            padding-left: 15px;
            padding-right: 15px;
        }

        .decouvrirPartenaire, .decouvrirPartenaire a{
            width: 100%;
        }

        .footer-widget i{
            display:block!important;
        }

        #regardHome{
            margin-top: -1px;
            margin-bottom: -1px;
        }

        h1.bloc-titre-ligne-1{
            font-size:35px;
            text-align: left!important;
            width: calc(100vw - 30px);
            padding-left: 15px;
            padding-right: 15px;
        }

        #containerBlocTitreLigne2 p{
            width: calc(100vw - 30px);
            text-align: left!important;
            padding-left: 15px;
            padding-right: 15px;
        }

        .itemSolution{
            width: calc(100vw - 30px)!important;
            padding-left: 15px;
            padding-right: 15px;
            max-width: unset!important;
            margin: auto;
        }

        .itemSolution .secondText{
            margin-bottom: 30px!important;
        }

        #forageDirigeContent1, #forageDirigeContent2, #forageDirigeContent3{
            display:none!important;
        }

        #forageDirigeContent1bis{
            width: 100%;
            background-image: url("https://www.ftcs-forage.com/wp-content/uploads/2021/02/Image-25.jpg");
            background-size: cover;
            background-position: center;
            height: 210px!important;
            display:block!important;
            margin-bottom: 25px;
        }

        #forageDirigeContent2bis{
            width: 100%;
            background-image: url("https://www.ftcs-forage.com/wp-content/uploads/2021/02/Image-26.jpg");
            background-size: cover;
            background-position: center;
            height: 210px!important;
            display:block!important;
            margin-bottom: 25px;
        }

        #forageDirigeContent3bis{
            width: 100%;
            background-image: url("https://www.ftcs-forage.com/wp-content/uploads/2021/02/Image-24.jpg");
            background-size: cover;
            background-position: center;
            height: 210px!important;
            display:block!important;
            margin-bottom: 25px;
        }

        .contentTextRowStretched .wpb_wrapper{
            height: unset!important;
        }

        .imageDisplayNoneMobile{
            display: none!important;
        }

        .contentForageDirige h3, .contentForageDirige p{
            padding-left: 15px;
            padding-right: 15px;

        }

        .contentForageDirige p{
            margin-bottom: 64px!important;

        }


        .contentTextRowStretched{
            height: fit-content!important;
        }

        #forageTariereContent1, #forageTariereContent2, #forageTariereContent3{
            display:none!important;
        }

        #forageTariereContent1bis{
            width: 100%;
            background-image: url("https://www.ftcs-forage.com/wp-content/uploads/2021/02/Image-8-1.jpg");
            background-size: cover;
            background-position: center;
            height: 210px!important;
            display: block!important;
            margin-bottom: 25px;
        }

        #forageTariereContent2bis{
            width: 100%;
            background-image: url("https://www.ftcs-forage.com/wp-content/uploads/2021/02/Image-9-1.jpg");
            background-size: cover;
            background-position: center;
            height: 210px!important;
            display: block!important;
            margin-bottom: 25px;
        }

        #forageTariereContent3bis{
            width: 100%;
            background-image: url("https://www.ftcs-forage.com/wp-content/uploads/2021/02/Image-10-1.jpg");
            background-size: cover;
            background-position: center;
            height: 210px!important;
            display: block!important;
            margin-bottom: 25px;
        }


        .imgDisplayNoneMobile, .displayNoneMobile{
            display:none!important;
        }

        .width5douziemes{
            width: 100vw!important;
        }

        

        #travauxSpeciaux1{
            width: 100%;
            background-image: url("https://www.ftcs-forage.com/wp-content/uploads/2021/02/image-36.jpg");
            background-size: cover;
            background-position: center;
            height: 210px!important;
            display: block!important;
            margin-bottom: 25px;
        }

        #travauxSpeciaux2{
            width: 100%;
            background-image: url("https://www.ftcs-forage.com/wp-content/uploads/2021/02/Image-7.jpg");
            background-size: cover;
            background-position: center;
            height: 210px!important;
            display: block!important;
            margin-bottom: 25px;
        }

        .containerTextHeader{
            padding-left: 15px;
            padding-right: 15px;
        }

        .containerTextHeader h1{
            font-size: 45px;
        }

        .containerTextHeader p{
            text-align: left!important;
        }

        .containerTextHeader .boutonWhite{
            width: 100%!important;
        }

        #entrepriseContent1{
            display: flex;
            justify-content: flex-end;
            flex-direction: column;
        }

        #boxContainerValeurs{
            display: flex;
            margin-bottom: 15px;
            width: calc(100vw - 30px);
            overflow-x: auto;
            padding-left: 15px;
            padding-right: 15px;
        }

        #containerValeurs{
            display: flex;
            width: fit-content!important;
            padding-bottom: 20px;
        }

        .itemValeur{
            height:120px;
            width: 120px;
            display: flex;
            flex-direction: column;
            justify-content: space-between;
            align-items: center;
        }

        .imageValeur{
            height:120px;
            width: 120px;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
        }

        .imageValeur img{
            height:80px;
            width: 80px;
        }

        #entrepriseContent1 p{
            margin-bottom: 32px!important;

        }

        #certifications p{
            text-align: left!important;
        }

        #entrepriseContent1 .boutonBlue{
            width: 100vw;
        }

        #entrepriseContent1 .boutonBlue a{
            width: calc(100vw - 30px)!important;
            margin: auto!important;
        }

        #certifications h3{
            font-size: 35px!important;
            text-align: left!important;
        }

        .itemCertification.wpb_column.vc_column_container.vc_col-sm-3{
            width: 100vw!important;
        }

        #boxContainerCertifications{
            width: 100vw;
            overflow-x: auto;
        }


        .itemCertification{
            width: 100vw!important;
        }

        .itemCertification h4{
            margin-top:15px!important;
            margin-bottom: 15px!important;
        }

        .titreHistorique{
            font-size: 140px!important;
        }

        .maxWidth282{
            max-width:unset!important;
            width: 100vw!important;
        }

        .titreH3{
            font-size: 80px!important;
        }

        .fontSize35Mobile p, .fontSize35Mobile{
            font-size: 35px!important;
        }

        .maxWidthUnsetMobile{
            max-width:unset!important;

        }

        .height350Mobile{
            height: 350px!important;
            margin-top: -75px;
            margin-bottom: 25px;
            position: relative;
        }

        .textAlignLeftMobile{
            text-align:left!important;
        }

        .marginBottom0Mobile{
            margin-bottom: 0!important;
        }

        .justPadding h2, .justPadding h3, .justPadding p{
            padding-left: 15px;
            padding-right: 15px;

        }

        .marginBottom64Mobile{
            margin-bottom: 64px!important;
        }

        #boxContainerImagesCertificationsHistorique{
            width: 100vw!important;
            overflow-x: auto;
        }

        #containerImagesCertificationsHistorique{
            width: fit-content!important;
            display: flex;
            flex-wrap: nowrap;
        }

        .itemImagesCertificationsHistorique{
            width:100vw;
            height: 155px;

        }

        #travaillonsEnsemble{
            text-align: left!important;
            font-size: 35px;
        }

        #boxContainerTravaillonsEnsembleImages{
            width: 100vw;
            overflow-x: auto;
        }

        #containerTravaillonsEnsembleImages{
            width: fit-content;
            display: flex;
            flex-wrap: nowrap;
            padding: 15px;
        }

        .itemTravaillonsEnsembleImage{
            width: 100px;
            margin: 15px;
        }

        #valeursContent2, #valeursContent3{
            display:none!important;
        }


        #valeursContent2bis{
            width: 100%;
            background-image: url("https://www.ftcs-forage.com/wp-content/uploads/2021/02/Image-17.jpg");
            background-size: cover;
            background-position: center;
            height: 250px!important;
            display: block!important;
        }

        #valeursContent3bis{
            width: 100%;
            background-image: url("https://www.ftcs-forage.com/wp-content/uploads/2021/02/Image-18.jpg");
            background-size: cover;
            background-position: center;
            height: 250px!important;
            display: block!important;
        }

        #valeursContent4bis{
            width: 100%;
            background-image: url("https://www.ftcs-forage.com/wp-content/uploads/2021/02/Image-1-1.jpg");
            background-size: cover;
            background-position: center;
            height: 250px!important;
            display: block!important;
        }

        #valeursContent5bis{
            width: 100%;
            background-image: url("https://www.ftcs-forage.com/wp-content/uploads/2021/02/Image.jpg");
            background-size: cover;
            background-position: center;
            height: 250px!important;
            display: block!important;
        }

        .height496, .contentTextRowStretched.height496{
            max-height: unset!important;
            height: fit-content!important;
        }

        .maxWidth330{
            max-width: unset!important;
        }

        .marginTop32Mobile{
            margin-top: 32px!important;
        }

        .width353{
            width: unset!important;
            max-width: unset!important;
        }

        #materielTitre1{
            text-align: left!important;
            font-size: 35px; 
        }

        #materielContent2 .vc_align_right{
            text-align: unset!important;
            padding-left: 15px;
            width: calc(100vw - 30px);
            margin-bottom: 20px!important;
        }

        .marginTop32Mobile{
            margin-top: 32px!important;
        }

        #cadreBleuMateriel{
            padding: 0px!important; 
            width: 100vw;
            z-index:1; 
            position: relative!important; 
            background: #0B1B49; 
            display: flex; 
            flex-direction: column; 
            justify-content: space-between;
            height: fit-content!important;
        }

        #cadreBleuMateriel h3{
            font-size: 32px!important;
            padding-left: 15px;
            padding-top: 64px;
            padding-bottom: 16px;
        }

        #cadreBleuMateriel a{
            width: calc(100% - 30px);
            margin-top: 32px;
            margin-bottom: 64px;
            margin-left: 15px;
            margin-right: 15px;
        }

        #cadreBleuMateriel p{
            width: 100%;
            padding-left: 15px;
            padding-right: 15px;
            margin-top: 32px!important;
        }

        #materielCadreBleu1Bis{
            width: 132px; 
            height: 117px; 
            background: #265CFF; 
            position: absolute; 
            right: 0; 
            bottom: -20px;
            z-index:-1;
        }

        #containerImageMaterielCadreBleuBis{
            width: 100vw;
            margin-top: 15px;
            margin-bottom: 15px;
            position: relative;
            z-index:1;
        }

        #containerImageMaterielCadreBleuBis img{
            width: calc(100vw - 20px);
            z-index: 2;
            display: block;
            min-height: 100%!important;
        }

        .width1151{
            width: unset!important;
        }

        .height720 {
            height: fit-content!important;

        }

        #materielCadreBleu1{

            display:none;
        }

        #containerImageMaterielCadreBleuBis{
            display: block!important;
        }

        #containerMaterielContent3{
            padding: 0px!important;
            width:unset!important; 
            height: fit-content!important; 
            position: relative!important; 
        }

        #containerMaterielContent3 h3{
            font-size: 32px!important;
            padding-left: 15px;
            padding-top: 64px;
            padding-bottom: 16px;
        }

        #containerMaterielContent3 a{
            width: calc(100% - 30px);
            margin-top: 32px;
            margin-bottom: 64px;
            margin-left: 15px;
            margin-right: 15px;
        }

        #containerMaterielContent3 p{
            width: 100%;
            padding-left: 15px;
            padding-right: 15px;
            margin-top: 32px!important;
        }

        #materielCadreBleu2Bis{
            width: 132px; 
            height: 117px; 
            background: #6CA8FF; 
            position: absolute; 
            right: 0; 
            top: -20px;
            z-index:-1;
        }

        #containerImageMaterielContent3Bis{
            width: 100vw;
            margin-top: 15px;
            margin-bottom: 15px;
            position: relative;
            z-index:1;
            display: block!important;
        }

        #containerImageMaterielContent3Bis img{
            width: calc(100vw - 20px);
            z-index: 2;
            display: block;
            min-height: 100%!important;
        }

        #boxContainerSupports{
            display: block!important;
            width: 100vw!important;
            overflow-x: auto;
        }

        #titreBoxContainerSupports{
            display: block!important;
        }

        #containerSupports{
            width: fit-content!important;

            display: flex;
            justify-content: space-between;
            align-items: center;
            flex-wrap: nowrap;
        }

        .itemSupport{
            width: 100vw;
            padding-left: 15px;
            padding-right: 15px;
        }

        #containerSolutionsDesktop{
            display: none!important;
        }

        .titreBoxSupports{
            position: relative;
            margin-top: 50px!important;
        }

        .titreBoxSupports h1{
            padding-left: 15px;
            padding-right: 15px;

            
        }

        #boxContainerSupports img{
            width: auto;
            height: 210px;
        }

        #boxContainerSupports p{
            font-size: 16px!important;
        }


        h3.titreSupport{
            width: fit-content;
            text-align: center;
            font-family: 'Roboto', arial, sans-serif;
            font-size: 32px;
            font-weight: bold;
            display: block;
            position: relative;
            margin: auto;
            padding-left: 35px;
            margin-top:25px;
            margin-bottom:25px;
        }

        h3.titreSupport:before{
            content: '';
            height: 20px;
            width: 20px;
            border-radius: 500px;
            background: #0B1B49;
            display: block;
            position: absolute;
            top: 7px;
            left: 0px;
        }

        #backgroundBlue3quarts{
            display:block;
            position: absolute;
            top: 0;
            left: 25%;
            background-color: #579FE2;
            width: 75%;
            height: 550px;
            opacity:0.1;
            z-index:-1;
        }

        #boutonDecouvrirEntreprise{
            position: relative; 
            top: 20px;
        }

        .bloc-header-page-postuler{
            padding: 30px!important;
        }

        .containerBoxFilters {
            width: 80vw;
            height: fit-content;
        }

        #titreJobPost{
            font-size: 35px; 
            padding-left: 15px;
            padding-right: 15px;
        }

        #containerAnnoncesLeft{
            display: block;
            width: 100vw!important;

        }

        #containerAnnoncesRight{
            display: block;
            position: fixed;
            top: 0;
            left: 0;
            width: 100vw!important;
            height: 100vw!important;
            overflow-y: auto;
        }

        .paddingTop60{
            margin-top: 0px;
            padding-top: 60px;
        }

        #contactLeft{
            height: fit-content;
            margin: auto;
            width: 100vw;
            padding-left: 15px;
            padding-right: 15px;
            position: absolute;
            top: 0;
            left: 0;

        }

        #contactLeft h2{
            font-size: 35px!important;
        }

        #contactRight{
            margin: auto;
            width: 95vw;
            margin-top: 100px;
        }

        .containerFullWidthMobile{
            flex-wrap: wrap;
            margin-bottom: 0!important;
        }

        .containerFullWidthMobile .fullWidthMobile{
            width: 100vw!important;
        }

        .boxContainerFormContact{
            height: 550px!important;
        }

        div.wpcf7 .ajax-loader{
            display:none!important;
        }

        #containerCertifications{
            width: fit-content;
            flex-wrap: nowrap;
        }

        .itemCertification .wpb_wrapper{
            flex-direction: column;
        }

        .itemCertification .wpb_wrapper .width225 .wpb_wrapper{
            align-items: center!important;
        }

    }


