@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');
/* Header */
*{
	margin: 0;
	padding: 0;
}
body, html{
	font-family: 'Montserrat', sans-serif;
	overflow-x: hidden;
	font-size: 1rem;
	color: #262626;
	background-repeat: repeat;
	width: 100%;
	max-width: 100%;
	overflow-x: hidden;
	font-weight: 400;
}
h1, h2, h3, h4, h5, h6{
	font-family: 'Bebas Neue', sans-serif;
	margin: 0;
	font-weight: 700;
	color: #87888a;
}
p{
	margin-bottom: 0;
}
a{
	text-decoration: none;
	transition: all .3s;
	cursor: pointer;
	display: inline-block;
}

/* Header */
.section.header {
    z-index: 3;
    width: 70%;
    left: 15%;
    background-color: #272d34;
    border-radius: 0 0 12px 12px;
    overflow: visible;
}
.topHeader{
	background-color: #272d34;
	z-index: 3;
}
.topHeader a{
	color: #b7b9bc !important;
	font-size: .7rem;
	margin-right: 10px;
	font-weight: 400;
	position: relative;
}
.topHeader a.active,
.topHeader a:hover{
	color: #faa002 !important;
}
.topHeader .col-9 a:last-child,
.topHeader .col-3 a:last-child{
	margin: 0;
}
.topHeader .rs{
	margin-right: 50px;
}
.topHeader .rs a {
    margin-right: 10px;
    font-size: 1.1rem;
    line-height: 2.1rem;
    margin-top: 7px;
}
.languages img {
    width: auto;
    height: 12px;
}
.topHeader .languages a {
    margin-right: 10px;
}
.topMenu,
.rs{
	position: relative;
}
.topMenu::before, .rs::before {
    content: '';
    position: absolute;
    right: 30px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 1px;
    height: 50%;
    background-color: rgba(255,255,255,.5);
}
.topMenu a:hover::before,
.topMenu a.active::before
 {
    content: '';
    position: absolute;
    right: auto;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 2px;
    height: 60%;
    background-color: #faa002;
	left: -5px;
}
.topMenu a.active{
	color: #faa002 !important;
}
.rs::before {
    right: -25px;
}
.header{
	background-color: transparent;
}
.header .logo img {
    width: 125px;
    margin-top: -35px;
}
.header .nav a {
    color: #b7b9bc;
    font-weight: 450;
    margin: 0;
    padding: 5px;
    font-family: 'Montserrat';
    font-size: 1rem;
}
.header .nav a.active{
    font-weight: 700;
}
.header .nav a:hover,
.header .nav a.active{
	color: #faa002;
}
.header .nav ul li{
	margin-right: 35px;
}
.header .nav ul li.last,
.header .nav ul li:last-child{
	margin-right: 0;
}
.header a.btnSearch{
	color: #FFF;
}
.myHeader{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
}
.sub-menu {
    background-color: #272d34;
    border-radius: 0;
	box-shadow: 0 0 10px rgba(0,0,0,0.3);
    top: 29px;
	transition: all .3s;
	padding: 10px 0;
}
.header .nav .sub-menu a{
	padding: 5px 10px;
	display: block;
}
.header .nav .sub-menu a:hover,
.header .nav .sub-menu a.active{
	background-color: #FFF;
	color: #faa002;
}
.header .menu-item ul li{
	border-color: #444a50;
	margin-bottom: 0;
}
.myPopup{
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: -100%;
	background-color: rgba(0,0,0,0.85);
	z-index: -1;
	display: none;
	opacity: 0;
	transition: all .3s;
}
.myPopup.active{
	opacity: 1;
	z-index: 99999;
	top: 0;
}
.myPopup input[type = "submit"]{
	background-color: #000;
	color: #FFF;
	transition: all .3s;
}
.myPopup input[type = "submit"]:hover{
	background-color: #faa002;
	color: #000;
}
.closePopup{
	font-size: 3rem;
	color: #FFF;
	position: absolute;
	right: 15px;
	top: 15px;
}
.closePopup:hover{
	opacity: .7;
}
/* Header */

/* Slider */
.slide .caption{
	position: absolute;
	left: 10%;
	z-index: 1;
}
.section.slider .slide h2{
	font-size: 3.5rem;
	line-height: 5.5rem;
	font-family: 'Bebas Neue';
	margin-bottom: 20px;
	color: #FFF;
}
.section.slider .slide p{
	font-family: 'Montserrat';
	font-size: 2rem;
	line-height: 2.5rem;
	margin-bottom: 50px;
	font-weight: 400;
	color: #FFF;
}
a.readMore:hover,
.btnSubmit:hover,
.single_add_to_cart_button:hover,
.cta a:hover,
.section.slider .slide a:hover{
	color: #272d34;
}
a.readMore,
.btnSubmit,
.single_add_to_cart_button,
.cta a,
.section.slider .slide a{
	font-family: 'Bebas Neue';
	padding: 5px 40px 5px 5px;
	background-color: transparent;
	color: #edad43;
	border: 0;
	font-size: 1.1rem;
	font-weight: 400;
	position: relative;
}
a.readMore::before{
	content: '\f105';
	font-family: 'FontAwesome';
    position: absolute;
    width: 30px;
    height: 30px;
    left: auto;
    right: 0;
    top: 0;
    bottom: 0;
	margin: auto;
    font-size: 1.1rem;
    transition: all .3s;
	line-height: 30px;
	text-align: center;
	border-radius: 50%;
	border: 1px solid #edad43;
}
.slider .icons {
    position: absolute;
    width: 150px;
    height: auto;
    right: 10%;
    top: 30%;
}
.slider .icons.icon2 {
    right: auto;
    top: auto;
    left: 34%;
    bottom: 15%;
}
.slider .icons.icon3 {
    width: 60px;
    height: auto;
    right: 0;
    top: auto;
    left: 0;
    bottom: 20px;
    margin: auto;
}
/* Slider */

/* Body */
/* About */
.about{
    background-color: transparent;
}
.page952 .sec2 h3,
.about h2{
    font-size: 1.7rem;
    color: #faa002;
    margin-bottom: 15px;
    text-transform: uppercase;
	padding-left: 30px;
	background-image: url(../images/greyQuote.png);
	background-size: 20px;
	background-position: top .4rem left;
	background-repeat: no-repeat;
}
.about h3,
.depots h2,
.depots h3,
.page296 h5,
.about.service h5,
.about h4{
    font-family: 'Bebas Neue', sans-serif;
    font-size: 3rem;
	line-height: 3rem;
    color: #87888a;
    margin-bottom: 1px;
}
.page296 h4,
.page296 h5,
.about.service h4,
.about.service h5{
	font-size: 6rem;
	line-height: 6rem;
}
.page296 h3,
.about.service h3{
	font-size: 2.5rem;
	font-weight: 200;
	font-family: 'Montserrat';
}
.depots h4{
    font-size: 1.5rem;
	line-height: 1.5rem;
    color: #57595e;
    margin-bottom: 5px;
	font-weight: 600;
}
.depots h2,
.about.service h5,
.page296 h5,
.about h4{
    display: inline-block;
	padding-right: 50px;
	background-image: url(../images/yellowQuote.png);
	background-size: 40px;
	background-position: center right;
	background-repeat: no-repeat;
}
.about.service h5,
.page296 h5{
    padding-right: 90px;
    background-size: 75px;
}
.page296 h4,
.about.service h4{
	padding-right: 0;
	background-image: none;
	display: block;
}
.about.service p{
	margin: 0 0 25px;
}
.page296 p{
	font-size: .9rem;
}
.page296 p strong,
.about.service p strong{
	color: #f6b916;
	font-size: 1.3rem;
	font-weight: 600;
}
.service .imgEmployee {
    margin-top: 0px;
}
.page296 h6,
.service.about h6 {
    font-size: 2.5rem;
    font-weight: 400;
	color: #f6b916;
}
.page296 h6 strong,
.service.about h6 strong {
    font-weight: 900;
}
.about.posts{
	position: relative;
}
.about.posts img{
	border-top: 5px solid #faa002;
}
.about.posts::before{
	content: '';
	position: absolute;
	width: 100%;
	height: 40%;
	left: 0;
	top: 0;
	background-color: #f6f6f6;
	z-index: -1;
}
.about.posts p {
	margin: 0 0 15px;
}
.about.posts a.readMore {
	margin-top: 15px;
}
.about.posts h3 {
    font-size: 2rem;
    padding-right: 37px;
    margin-bottom: 15px;
    background-image: url(../images/yellowQuote.png);
    background-size: 30px;
    background-repeat: no-repeat;
    background-position: right center;
    display: inline-block;
}
.products p,
.about p{
    font-size: 1rem;
    color: #000;
    margin: 25px 0;
	text-align: justify;
}
.sites.about h3,
.sites.about h4
{
    font-size: 6rem;
    line-height: 6rem;
}
.sites.about h4 {
    padding-right: 85px;
    background-size: 70px;
}
.sites h5{
	position: relative;
	background-color: #faa002;
	border-radius: 15px;
	padding: 5px 5px;
	color: #FFF;
	font-size: .9rem;
	text-align: center;
}
.sites h5::before{
	content: '\f3c5';
	font-family: 'FontAwesome';
	position: absolute;
	left: 1px;
	top: -15px;
	font-size: 1.7rem;
	color: #f73033;
	width: 20px;
	height: 50px;
}
.sites .item p{
	font-size: .75rem;
	text-align: left;
	margin: 7px 0;
	padding: 0 5px 0 0;
}
.sites .style2 .item p{
	color: #FFF;
}
.sites .citation p{
	color: #FFF;
	font-size: 1.1rem;
}
.sites .citation p i{
	display: inline-block;
	width: 30px;
	height: 25px;
	background-image: url(../images/yellowQuote.png);
	background-size: 20px;
	background-repeat: no-repeat;
	background-position: left top 5px;
}
.sites .imgSites {
    position: absolute;
    width: 50%;
    right: 0;
    top: -65px;
}
.sites::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -37px;
    width: 100%;
    height: 48.5%;
    background-color: #f6f6f6;
    z-index: -1;
}
.w-20{
	width: 20%;
}
.video iframe{
    width: 100%;
    height: 500px;
}
.bgVideo{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-position: center;
    background-size: cover;
    z-index: 3;
}
.btnPlay{
    position: absolute;
    width: 100px;
    height: 100px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background-image: url(../images/iconPlay.png);
    background-position: center;
    background-size: 100px;
    z-index: 4;
}
.btnPlay:hover{
    opacity: .7;
}
img.icons {
    position: absolute;
    width: 450px;
    height: auto;
    right: -3%;
    top: -25%;
}
img.icons.icon2 {
    right: auto;
    left: 0;
    z-index: 5;
    top: -80px;
    width: 200px;
}
.banner h2{
    font-size: 5.5rem;
	line-height: 5.5rem;
    text-transform: uppercase;
    color: rgb(255, 255, 255, .5);
    font-weight: 400;
    margin: 170px 0 0;
	text-align: left;
	position: relative;
}
.banner h2::before{
	content: '';
	position: absolute;
	width: 40px;
	height: 40px;
	left: -50px;
	top: 15px;
	background-image: url(../images/yellowQuote.png);
	background-size: 40px;
	background-repeat: no-repeat;
	background-position: center;
}
.president .container{
	background-image: url(../images/quote.png);
	background-size: 50px;
	background-repeat: no-repeat;
	background-position: left 15px top 0;
}
.president li,
.president p{
	text-align: justify;
	margin-bottom: 15px;
}
.president h3{
	font-family: 'Montserrat';
	font-size: 1.3rem;
	font-weight: 500;
	position: relative;
	display: inline-block;
	color: #f4b224;
	margin-bottom: 20px;
}
.president h3::before{
	content: '';
	position: absolute;
	width: 80%;
	height: 1px;
	background-color: #f4b224;
	left: 0;
	bottom: -10px;
}
.president h4{
	color: #262626;
	font-family: 'Montserrat';
	font-weight: 200;
	font-size: 1.1rem;
}
.president ul{
	list-style: disc;
	padding-left: 20px;
}
.president ul li{
	margin-bottom: 5px;
}
/* Reference */
.references{
	background-color: #f7f7f7;
}
.references h3{
	color: #f2af1e;
	font-size: 1.3rem;
	font-family: 'Montserrat';
	font-weight: 600;
	margin-bottom: 15px;
}
/* Ammonix */
.ammonix .blocs .item{
	background-color: #FFF;
	padding: 20px;
	border-bottom: 3px solid #f2af1e;
}
.ammonix .blocs .item h3{
	position: relative;
	display: inline-block;
	font-family: 'Montserrat';
	font-size: 1.3rem;
	margin-bottom: 20px;
	font-weight: 600;
	color: #f2af1e;
}
.tovex.ammonix .blocs .item{
	border: 0;
}
.tovex.ammonix .blocs .item h3::before{
	content: none;
}
.tovex.ammonix .blocs .item ul{
	margin-bottom: 40px;
	list-style: disc;
	padding-left: 20px;
}
.tovex.ammonix .blocs .item li{
	margin-bottom: 5px;
	text-align: justify;
}
.ammonix .blocs .item h3::before{
	content: '';
	position: absolute;
	width: 80%;
	height: 1px;
	background-color: #c8c8c8;
	left: 0;
	right: 0;
	bottom: -10px;
	margin: auto;
}
.ammonix.tableau .col-md-7{
	background-color: #f4b224;
	padding: 50px 30px;
	position: relative;
}
.ammonix.tableau h3 {
    font-size: 1.6rem;
    font-family: 'Montserrat';
    font-weight: 600;
    color: #FFF;
    margin-bottom: 20px;
    background-color: #4c5156;
    display: inline-block;
    padding: 5px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    width: 300px;
    top: -30px;
    text-align: center;
}
.ammonix.tableau ul{
	list-style: disc;
	padding-left: 20px;
}
.ammonix.tableau ul li{
	font-weight: 400;
	color: #29363c;
	margin-bottom: 5px;
}
.ammonix p{
	margin-bottom: 10px;
}
.tovex.secHover .item::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    background-color: #f4b224;
    height: 100%;
    width: 100%;
    z-index: -1;
}
.tovex ul{
	list-style: disc;
	padding-left: 20px;
}
.tovex.secHover .item h3 {
    position: absolute;
    display: inline-block;
    padding: 5px 25px;
    background-color: #4c5156;
    color: #FFF;
    left: 0;
    top: -30px;
    right: 0;
    margin: auto;
    text-align: center;
    width: 200px;
}
.tovex.table2 p{
	margin: 0;
}
.tovex.table2{
	margin-top: -50px;
}
.emulsions.citation h2{
	font-size: 5rem;
	font-weight: 400;
	color: #000;
	padding-top: 60px;
	background-image: url(../images/quote1.png);
	background-size: auto 50px;
	background-repeat: no-repeat;
	background-position: left top;
}
.emulsions.citation h3{
	font-size: 3rem;
	line-height: 3.1rem;
	font-weight: 400;
	color: #faa002;
}
.emulsions.citation .left{
	position: relative;
}
.emulsions.citation .left::before{
	content: '';
	position: absolute;
	right: 0;
	bottom: 0;
	width: 100vw;
	height: 100vh;
	background-color: #f7f7f7;
	z-index: -1;
}
.emulsions.citation .right{
	position: relative;
	padding-top: 60px;
	background-image: url(../images/quote2.png);
	background-size: auto 50px;
	background-repeat: no-repeat;
	background-position: left 3rem top;
}
.emulsions.domaine h2{
	font-size: 4rem;
	color: #faa002;
	font-weight: 400;
}
.emulsions.domaine .bg{
	padding: 30px 50px;
	background-image: linear-gradient(to right, #d75b12, #f1be1f);
}
.emulsions.domaine .bg p{
	color: #FFF;
	margin-bottom: 20px;
	font-size: 1.1rem;
}
.emulsions.domaine .bg p:last-child{
	margin-bottom: 0px;
}
.bgb{
	position: relative;
}
.bgb::before{
	content: '';
	position: absolute;
	width: 120vw;
	height: 100%;
	left: -20vw;
	top: 0;
	background-color: #f7f7f7;
	z-index: -1;
}
.emulsions.presentation p{
	font-size: 1.1rem;
	margin-bottom: 20px;
}
.page412 .banner h2 {
    font-size: 7.5rem;
    line-height: 7.5rem;
    text-transform: uppercase;
    color: rgb(255, 255, 255, .5);
    font-weight: 400;
    margin: 100px 0 0 50vw;
    text-align: left;
    display: inline-block;
    position: relative;
}
.page412 .banner h2::before {
    width: 70px;
    height: 80px;
    left: -80px;
    top: 14px;
    background-size: 70px;
}
.menu-item .sub-menu .sub-menu {
    top: 0px;
}
.about.leader p{
	font-size: 1.2rem;
}
.about.leader h3{
	font-size: 2.5rem;
	line-height: 2.9rem;
	color: #87888a;
	margin-bottom: 0;
}
.about.atouts .bgb::before {
    width: 95%;
    height: 90%;
    left: 2.5%;
    top: 0;
    background-color: #FFF;
}
.about.atouts p {
    margin: 0;
}
.about.presence h3 {
    font-size: 1.7rem;
	line-height: 2.1rem;
	margin-bottom: 20px;
	color: #87888a;
	font-weight: 400;
}
.about.presence ul {
    list-style-type: disc;
	padding-left: 20px;
}
.about.presence ul {
    list-style-type: disc;
	padding-left: 20px;
}
.about.presence li {
    font-size: 1rem;
	margin-bottom: 7px;
}
.sine.about p{
	margin: 0 0 10px;
}
.sine.about p:last-child{
	margin: 0;
}
.sine.about h3{
	color: #f9af2b;
	font-size: 1.5rem;
}
.sine.about h3{
	color: #f9af2b;
	font-size: 1.5rem;
}
.sine.about.detonateur .col-md-6 img{
	margin-bottom: 25px;
}
.sine.about.detonateur .col-md-6 img {
    width: 300px;
    margin: 0 auto 20px;
}
.page589 .sie p{
	font-size: 1.3rem;
}
.sie p{
	margin: 0 0 20px;
}
.sie h3{
	color: #000;
	font-size: 1.7rem;
}
.page589 .sec2 h3{
	color: #f4b224;
	font-size: 3.5rem;
	background-color: #374451;
	margin-bottom: 10px;
	padding: 5px 10px;
	display: inline-block;
	margin-left: -150px;
}
.page589 .sec1.bgGray,
.page589 .sec3.bgGray{
	background-color: #FFF;
}
.page589 .sec2{
	background-color: #f7f7f7;
}
.page589 .sie p{
	font-size: 1.3rem;
}
.page589 .content3 p{
	display: block;
	height: 1px;
	overflow: hidden;
	margin: 0;
}
.myvideo video{
	width: 100vw;
	height: auto;
}
.myvideo::before{
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-image: url(../images/bgSlider-v2.png);
	background-size: cover;
	background-position: center;
	z-index: 0;
}
/* Page280 */
.page280 .sie.sec1 {
    padding-bottom: 0 !important;
}
.page280 .sie.sec1 h2 {
    margin-bottom: 0 !important;
}
.about.sec2.section,
.sec4.section{
	z-index: 3;
	overflow: visible;
}
.pagexx .sec2 .col1 .content1,
.pagexx .sec4 .col1 .content1{
	background-color: #f4b224;
	padding: 25px;
	position: relative;
}
.page942 .sec2 .content1 ul,
.sec4 .content1 ul {
    position: relative;
	list-style: none;
	padding-left: 20px;
}
.page942 .sec2 .content1 ul::before,
.sec4 .content1 ul::before {
    content: '';
	width: 2px;
	height: 95%;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	background-color: #df9d11;
}
.page589 .sec2 .content1 li::before,
.sec4 .content1 li::before {
	content: '';
	position: absolute;
	left: -10px;
	top: 11px;
	width: 7px;
	height: 3px;
	background-color: #000;
}
.page589 .sec2 .content1 li,
.sec4 .content1 li {
    width: 40%;
    display: inline-block;
    margin: 0 4.5%;
    vertical-align: text-top;
	margin-bottom: 7px;
	color: #000;
	font-size: 1.1rem;
	font-weight: 500;
	position: relative;
}
.page942 .sec2.about h2,
.page292 .sec2.about h3,
/* .sec4.about h2, */
.sec4.about h3 {
    color: #FFF;
    background-size: 35px;
    font-size: 2.5rem;
    background-color: #425261;
    margin-bottom: 10px;
    margin-top: -120px;
    background-image: none;
    padding: 5px 10px;
    position: relative;
    margin-left: 40px;
    display: inline-block;
    margin-right: 40%;
}
.page292 .sec2.about h3,
.sec4.about h3 {
	margin-bottom: 30px;
	margin-top: -50px;
}
.sec4.about h2::before {
	content: none;
	position: absolute;
	left: -40px;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 30px;
	height: 30px;
	background-image: url(../images/greyQuote.png);
	background-size: 30px;
	background-repeat: no-repeat;
	background-position: center left;
}
.pageTextes a.readMore,
.page294 .content2 a{
	padding: 3px 20px;
	background-color: #faa002;
	color: #FFF;
}
.pageTextes a.readMore:hover,
.page294 .content2 a:hover{
	background-color: #425261;
}
.pageTextes a.readMore::before{
	content: none;
}
.page284 .sec1{
	padding-bottom: 0 !important;
}
.page284 .sec2 p{
	font-size: 1.3rem;
	font-weight: 500;
}
.page284 .sec3 ul{
	list-style: disc;
}
.page284 .sec3 ul li{
	font-size: 1.1rem;
	margin-bottom: 20px;
}
/* page286 */
.page286 .sec1 {
    padding-bottom: 0 !important;
}
.page286 .sec1 p{
    margin-bottom: 0;
	font-size: 1.3rem;
}
.page286 .sec2 .align-self-center {
    align-self: start !important;
}
.page286 .sec2.about h2 {
    display: inline-block;
    position: relative;
    margin-top: 0;
    padding-bottom: 30px;
	margin-bottom: 10px;
}
.page286 .sec2.about h2::before {
    content: '';
	position: absolute;
	width: 100vw;
	height: 1px;
	left: -50vw;
	bottom: -30px;
	background-color: #ededed;
}
.page286 .sec2.about .d-block {
    text-align: center;
	box-shadow: 0 0 20px rgba(0,0,0,0.3);
}
.page286 .sec2.about p {
    margin: 0;
}
.page286 .sec2.about .content2 {
    padding: 15px;
	overflow: hidden;
}
.page288 .sec1,
.page294 .sec1,
.page298 .sec1,
.page290 .sec1 {
    padding-bottom: 0 !important;
}
.page294 .sec1 h2,
.page298 .sec1 h2,
.page290 .sec1 p{
    margin-bottom: 0;
}
.page296 .align-self-center,
.page288 .align-self-center {
    align-self: start !important;
}
.page288 p {
    font-size: 1.3rem;
}
.page296 .align-self-center img{
	margin-bottom: 15px;
}
.page296 p,
.page296 p strong {
    font-size: 1rem;
	line-height: 1.1rem;
	margin-bottom: 10px;
}
.page296 .sec1{
	padding-bottom: 0 !important;
}
.page296 .content4,
.page296 .content3,
.page296 .content2,
.page296 .content1{
	margin-bottom: 15px;
}
.page298 p{
	font-size: 1.1rem;
}
/* News */
.news .article span.date{
	color: #df9d11;
	font-weight: 600;
}
.news .article h3{
	color: #000;
	font-size: 1.5rem;
}
.news .article a.readMore::before{
	content: none;
}
.news .article a.readMore{
	padding: 10px 10px;
	color: #df9d11;
	border: 1px solid #000;
	transition: all .3s;
	font-size: 1.5rem;
}
.news .article img{
	transition: all .3s;
}
.news .article a.readMore:hover,
.news .article img:hover{
	filter: grayscale(100%);
}
.pagination li{
	display: inline-block;
	margin: 0 5px;
}
.pagination a{
	color: #000;
}
.pagination span,
.pagination a:hover{
	color: #faa002;
}
.academy.about h2{
	display: inline-block;
}
.academy .bgb::before{
	content: '';
	position: absolute;
	width: 95%;
	height: 100%;
	background-color: #FFF;
	left: 2.5%;
}
.academy .bgb h3,
.academy .bgb h4{
	font-family: 'Montserrat';
	font-size: 1.5rem;
	line-height: 1.5rem;
	font-weight: 200;
	color: #000;
	margin-bottom: 5px;
}
.academy .bgb h4{
	font-weight: 500;
	background-image: none;
	position: relative;
	margin-bottom: 20px;
}
.academy .bgb h4::before{
	content: '';
	position: absolute;
	width: 170px;
	height: 1px;
	background-color: #df9d11;
	left: 0;
	bottom: -15px;
}
.academy .bgb img{
	height: 45px;
	width: auto;
}
.academy .hover{
	overflow: hidden;
}
.academy .hover .align-self-end{
	position: relative;
	padding: 15px 0;
	z-index: 3;
}
.academy .hover .align-self-end::before{
	content: '';
	position: absolute;
	width: 120%;
	height: 100%;
	left: -10%;
	bottom: 0;
	background-color: rgba(0,0,0,0.5);
	padding: 15px;
	z-index: -1;
}
.academy.about .hover h3{
	font-size: 1.3rem;
}
.academy.about .hover p,
.academy.about .hover h3{
	color: #FFF;
	margin: 0;
}
.academy.about .hover span.date{
	color: #df9d11;
	font-size: .8rem;
	font-weight: bold;
}
.academy .hover .d-block{
	z-index: 1;
}
.formContact input[type = 'text'],
.formContact input[type = 'email']{
	height: 45px;
}
.formContact textarea{
	height: 170px;
}
.formContact button{
	padding: 3px 35px;
	background-color: #f78b29;
	color: #FFF;
	transition: all .3s;
	font-family: 'Montserrat';
	font-weight: 400;
	text-transform: uppercase;
}
.formContact button:hover{
	filter: grayscale(100%);
}
.academy .coordonnees h3{
	font-family: 'Montserrat';
	font-size: 1.3rem;
	text-transform: uppercase;
	color: #000;
	margin-bottom: 10px;
}
.academy .coordonnees a:hover{
	color: #f78b29;
}
.academy .coordonnees a,
.academy .coordonnees p{
	font-size: .9rem;
	color: #000;
	margin: 0;
	display: block;
}
.academy .coordonnees .d-block{
	position: relative;
	padding-left: 40px;
}
.academy .coordonnees .d-block::before{
	content: '\f3c5';
	font-family: 'FontAwesome';
	position: absolute;
	width: 30px;
	height: 30px;
	color: #FFF;
	text-align: center;
	font-size: 1.3rem;
	line-height: 30px;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	background-color: #f78b29;
}
.academy .coordonnees .d-block.phone::before{
	content: '\f095';
}
.academy .coordonnees .d-block.email::before{
	content: '\f0ac';
}
.form-check a{
	color: #000;
	font-size: .8rem;
}
.form-check a:hover{
	color: #df9d11;
}
.academy .about p{
	margin: 0;
}
/* Page516 */
.page516 .sec1 h3{
	font-family: 'Montserrat';
	font-weight: 600;
	font-size: 1.1rem;
	line-height: 1.5rem;
	line-height: normal;
}
.page516 .sec1 p strong{
	color: #f9af2b;
}
.page516 .sec3 .align-self-center{
	align-self: start !important;
}
.page300 .about h2 {
	font-family: 'Montserrat';
    font-size: 1.3rem;
    color: #30363e;
    margin-bottom: 15px;
    text-transform: none;
    padding-left: 30px;
    background-image: url(../images/yellowQuote.png);
    background-size: 20px;
    background-position: top .4rem left;
    background-repeat: no-repeat;
	font-weight: 500;
}
.page475 .about p{
	margin: 0;
}
.page589 .sec1 .col2 .content1{
	padding: 30px 0;
}
.page288 .sec2.about h2::before, .page589 .sec2.about h2::before, .page589 .sec2.about h3::before, .page589 .sec4.about h2::before, .page589 .sec4.about h3::before {
	content: none;
}
.page589 .sec2.about h2, .page589 .sec2.about h3, .page589 .sec4.about h2, .page589 .sec4.about h3 {
	font-size: 1.7rem;
	color: #faa002;
	margin-bottom: 15px;
	text-transform: uppercase;
	padding-left: 30px;
	background-image: url(../images/greyQuote.png);
	background-size: 20px;
	background-position: top .4rem left;
	background-repeat: no-repeat;
	margin: 0 0 15px;
	background-color: transparent;
}
.page589 .sec4 .content1 ul{
	padding: 15px;
	background-color: #F6F6F6;
}
.page589 .page942 .sec2 .content1 ul::before, .page589 .sec4 .content1 ul::before{
	content: none;
}
.page589 .sec2 .content1 li, .page589 .sec4 .content1 li{
	width: auto;
	margin-bottom: 15px;
}

.page952 .sec2 h3{
	font-size: 2.3rem;
	line-height: 2.7rem;
}
.page952 .sec2.about h3{
	padding: 0 0 0 2.5rem;
	margin: 1.5rem 0;
	display: block;
	background-color: transparent;
	width: 100%;
	color: #faa002;
	background-image: url(../images/greyQuote.png);
    background-size: 2rem;
}
.page938 .sec1 ul,
.page952 .sec2 .content2 ul{
	padding-left: 1.5rem;
}
.page938 .sec1 li,
.page952 .sec2 .content2 li{
	list-style: disc;
}
.page938 .sec1 li,
.page952 .sec2 .content2 li,
.page952 .sec2 .content2 p{
	margin-bottom: 1.3rem;
	font-size: 1.3rem;
	font-weight: 200;
}
.page938 .sec1 li strong,
.page952 .sec2 .content2 li strong{
	font-weight: 600;
}
.page950 .sec2{
	padding-top: 0 !important;
}
.page938 .sec1 .align-self-center{
	align-self: start !important;
}
.page1010 .sec2 .col1 p {
	text-align: center;
}
.page1010 .sec2 img {
    width: 40%;
    margin: auto;
}
.page1010 .sec2 ol{
	list-style: none;
}
.page1010 ol li{
	font-size: 1.2rem;
	font-weight: 600;
	margin-bottom: 1rem;
	position: relative;
	padding-left: 30px;
}
.page1010 .sec2 li::before {
    content: counter(list-item);
    counter-increment: list-item;
    position: absolute;
    left: -10px;
    top: 0;
    color: #000;
    font-weight: bold;
    font-size: .9rem;
    width: 27px;
    height: 27px;
    line-height: 27px;
    text-align: center;
}
.page1010 .sec2 li::after {
    content: '';
    position: absolute;
    width: 27px;
    height: 27px;
    border-radius: 50%;
    background-color: #f27507;
    left: -10px;
    top: 0;
    z-index: -1;
}
.page1010 h6{
	font-family: 'Montserrat';
	font-weight: 500;
	text-transform: none;
	font-size: 1rem;
	line-height: 1.5rem;
	color: #000;
}
.page1010 .sec5{
	padding-top: 0 !important;
}
.page1010 .sec5 .row{
	justify-content: center;
}
.page1010 .sec5 p{
	padding: 15px;
	background-color: #f8ae2a;
	color: #000;
	font-size: 1.3rem;
	line-height: 2rem;
}
.page1010 .sec5 .col2 p{
	text-align: center;
}
.page277 .sec2{
	padding: 0 !important;
}
.page277 .sec2{
	padding: 0 !important;
}
.page277 .sec3{
	padding-top: 0 !important;
}
.page277 .sec3 .align-self-center{
	align-self: flex-start !important;
}
.page277 .sec4.about h3 {
    margin: 0 0 1px;
	color: #000;
    font-size: 1.7rem;
	padding: 0;
	background-color: transparent;
	width: auto;
}
.page277 .about.sec3 .col1,
.page277 .about.sec3 .col2 {
    display: block;
}
.page277 .about.sec3 .col3 {
    display: none;
}
.page277 .sec1 p {
    padding: 15px;
    background-color: #F6F6F6;
}
.page282 .about {
    min-height: 40vh;
}














/* Change the white to any color */
.newsletter input:-webkit-autofill,
.newsletter input:-webkit-autofill:hover, 
.newsletter input:-webkit-autofill:focus, 
.newsletter input:-webkit-autofill:active{
    -webkit-box-shadow: 0 0 0 30px black inset !important;
}
/*Change text in autofill textbox*/
input:-webkit-autofill{
    -webkit-text-fill-color: #FFF !important;
}
.hover{
	position: absolute;
	width: 100%;
	height: auto;
	/* background-image: linear-gradient(to top,rgba(0,0,0,.95),transparent); */
	left: 0;
	bottom: 0;
    top: 0;
	padding: 0 15px;
}
.slick-dots {
    bottom: -25px;
    width: auto;
    height: 20px;
    overflow: hidden;
    margin: auto;
    left: 0;
    right: 0;
}
.slick-dots li button:hover {
	opacity: .7;
}
.slick-dots li button:before {
    font-family: 'Montserrat';
    line-height: 25px;
    width: 15px;
    height: 7px;
    content: '';
    opacity: 1;
    background-color: #1a1a1a;
	border-radius: 4px;
}
.slick-dots li.slick-active button:before{
	opacity: 1;
	background-color: #edad43;
    width: 20px;
}
.slick-next, .slick-prev {
    font-size: 4rem;
    line-height: normal;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 70px;
    height: 90px;
    margin: auto;
    padding: 0;
    -webkit-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    transform: translate(0,-50%);
    cursor: pointer;
    color: transparent;
    overflow: hidden;
    border: none;
    outline: 0;
    background: 0 0;
    right: -150px;
    z-index: 99;
    background-color: transparent;
	transition: all .5s;
    opacity: 0;
}
.temoins:hover .slick-next, .temoins:hover .slick-prev{
    opacity: 1;
}
.slick-next:focus, .slick-next:hover, 
.slick-prev:focus, .slick-prev:hover {
	opacity: .65;
	cursor: pointer;
}
.slick-prev {
	right: auto;
	left: -150px;
}
.slick-next:before, .slick-prev:before {
    font-family: 'FontAwesome';
    content: '\f054';
    position: absolute;
    width: 50px;
    height: 50px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    color: #000;
    font-size: 5rem;
    transition: all .3s;
}
.slick-prev:before{
	content: '\f053';
}
.slick-next:hover:before, .slick-prev:hover:before{
    color: #faa002;
}
/* MODAL */
.modal{
	z-index: 99999;
}
.modal-dialog {
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
    height: 100vh;
    margin: 0;
	background-color: #00182c;
	background-image: url(../images/logo-form.png);
	background-size: 20%;
	background-repeat: no-repeat;
	background-position: top 100px right 50px;
}
.modal-content{
	background-color: transparent;
}
button.btn-close.float-end {
    width: 3rem;
    height: 3rem;
    background-size: 2rem;
    position: absolute;
    right: 15px;
    top: 15px;
	background: none;
	opacity: 1;
}
button.btn-close.float-end::before{
	content: '\f00d';
	font-family: 'FontAwesome';
	font-size: 3rem;
	color: #FFF;
	opacity: 1;
	z-index: 1;
	position: absolute;
	width: 3rem;
    height: 3rem;
	left: 0;
	top: 0;
	transition: all .3s;
}
button.btn-close.float-end:hover::before{
	opacity: .7;
}

.posRel{
	position: relative;
}

.full-width{
	width: 100%;
	max-width: 100%;
}
.slick-dotted.slick-slider{ margin-bottom: 0;}
.messagesV p.valide{
	font-size: 13px;
	color: green;
	margin-bottom: 5px;
}
.messagesV p.error{
	font-size: 13px;
	color: #F00;
	margin-bottom: 5px;
}
.card-columns{ width: 100%;}
@media (min-width: 576px) {
    .card-columns {
        column-count: 2;
    }
}

@media (min-width: 768px) {
    .card-columns {
        column-count: 3;
    }
}

@media (min-width: 992px) {
    .card-columns {
        column-count: 4;
    }
}

@media (min-width: 1200px) {
    .card-columns {
        column-count: 4;
    }
}
.msgs{
  position: fixed;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  text-align: center;
  display: none;
  top: 0;
  background-color: rgba(0,0,0,0.5);
  z-index: 999;
}
.msg{
  position: fixed;
  width: 80%;
  height: 80vh;
  text-align: center;
  background-color: #FFF;
  overflow-y: auto;
  /*box-shadow: 4px 6px 10px rgba(0,0,0,0.4);*/
  padding: 30px 40px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  max-width: 100%;
}
.msg p{
  font-size: 21px;
  color: #f08b86 !important;
  margin: 0;
  background: #FFF;
  padding: 30px;
}
.fermer{
  background-image: url(../images/close.svg);
  background-size: cover;
  height: 25px;
  width: 25px;
  position: absolute;
  right: 15px;
  top: 15px;
  z-index: 999;
  cursor: pointer;
}
.popup{
	height: 0;
	overflow: hidden;
	-webkit-transition: all .3s; /* Safari */
    transition: all .3s;
}
.popup.active{
	padding: 60px 0 0;
	display: block;
	height: auto;
}
.popup .fermer{
	position: static;
	width: 25px;
	height: 25px;
	background-image: url("../images/close.svg");
	background-size: 25px;
	background-position: center;
	float: right;
	margin: 0 0 20px;
}
.popup img{
	width: 100%;
	margin: 0 0 20px;
}
.popup h3{
	font-size: 31px;
	margin: 0 0 20px;
}
.popup p{
	margin: 0 0 10px;
}
.fermer:hover{
	opacity: 0.7;
}

.borderGray{
	border: 1px solid #c8c8c8;
}

.contact ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  opacity: .8;
  color: #1a1a1a;
}
.contact ::-moz-placeholder { /* Firefox 19+ */
  opacity: .8;
  color: #1a1a1a;
}
.contact :-ms-input-placeholder { /* IE 10+ */
  opacity: .8;
  color: #1a1a1a;
}
.contact :-moz-placeholder { /* Firefox 18- */
  opacity: .8;
  color: #1a1a1a;
}

.newsletter ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	opacity: 0.9;
	color: #1a1a1a;
  }
.newsletter ::-moz-placeholder { /* Firefox 19+ */
	opacity: 0.9;
	color: #1a1a1a;
  }
.newsletter :-ms-input-placeholder { /* IE 10+ */
	opacity: 0.9;
	color: #1a1a1a;
  }
 .newsletter :-moz-placeholder { /* Firefox 18- */
	opacity: 0.9;
	color: #1a1a1a;
  }

.search ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	opacity: 0.5;
	color: #000;
  }
.search  ::-moz-placeholder { /* Firefox 19+ */
	opacity: 0.5;
	color: #000;
  }
.search :-ms-input-placeholder { /* IE 10+ */
	opacity: 0.5;
	color: #000;
  }
.search :-moz-placeholder { /* Firefox 18- */
	opacity: 0.5;
	color: #000;
}
img{
	max-width: 100%;
	height: auto;
}
input.error, textarea.error{
	border-color: #F00 !important;
	color: #F00 !important;
	background-color: transparent !important;
}
.preload{
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #272d34;
	left: 0;
	top: 0;
	z-index: 99999999;
	position: fixed;
}
.preload div{
	width: 100px;
	height: 100px;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	text-align: center;
}
.preload .logo{
	max-width: 100px;
	margin: -30px 0 30px
}
.preload .load{ max-width: 50px; }
.thumbnail{
	padding: 0;
	border: 0;
	border-radius: 0;
}

.section{ 
	display: block;
	clear: both;
	position: relative;
	height: auto;
	z-index: 1;
	overflow: hidden;
}
.bgblack{ background-color: #000; }
.bgred{ background-color: #ca222b; }
.bgGray{ background-color: #f6f6f6; }
.bgWhite{ background-color: #FFF; }
.cb{
	clear: both;
	width: 100%;
	float: left;
	min-height: 1px;
}
a:hover, a:focus{
	text-decoration: none;
	-webkit-transition: all .3s; /* Safari */
    transition: all .3s;
    cursor: pointer;    
}
/*margin*/
.paddingRightLeft{
	padding: 0 15px;
}
.paddingMin{
	padding-left: 5px;
}
.noPadding{ padding: 0; }
.mb-20{margin-bottom: 20px;}
.mb-40{margin-bottom: 40px;}
.mb-60{margin-bottom: 60px;}
.mb-80{margin-bottom: 80px;}
.mb-100{margin-bottom: 100px;}
.mt-20{margin-top: 20px; }
.mt-40{margin-top: 40px; }
.mt-60{margin-top: 60px; }
.mt-80{margin-top: 80px; }
.mt-100{margin-top: 100px; }
/*Padding*/
.no-padding{ padding: 0  }
.pt-10{padding-top: 10px;}
.pt-15{padding-top: 15px;}
.pt-20{padding-top: 20px;}
.pt-30{padding-top: 30px;}
.pt-40{padding-top: 40px;}
.pt-60{padding-top: 60px;}
.pt-80{padding-top: 80px;}
.pt-100{padding-top: 100px;}

.pb-10{padding-bottom: 10px;}
.pb-15{padding-bottom: 15px;}
.pb-20{padding-bottom: 20px;}
.pb-30{padding-bottom: 30px;}
.pb-40{padding-bottom: 40px;}
.pb-60{padding-bottom: 60px;}
.pb-80{padding-bottom: 80px;}
.pb-100{padding-bottom: 100px;}
ul, ol{
	list-style: none;
	padding: 0;
	margin: 0;
}
img{ max-width: 100%; }

/* Footer */
.newsletter{
	background-color: #FFF;
}
.newsletter input.form-control{
	border: 1px solid #251f1c;
	border-radius: 0;
	background-color: transparent;
	color: #251f1c;
}
.newsletter input:focus {
    background-color: transparent;
    border-color: #251f1c;
    box-shadow: none;
}
.btnNewsletter{
	position: absolute;
	right: 10px;
	font-size: 1.3rem;
	top: 0;
	bottom: 0;
	margin: auto;
	border: 0;
	color: #251f1c;
	background-color: transparent;
}
.btnNewsletter:hover{
	opacity: .7;
}
.newsletter h2{
	color: #251f1c;
}
.footer{
	background-color: #1e2228;
}
.footer .container-fluid{
	border-top: 0;
}
.d-block.w-20 {
    width: 25%;
}
.footer h3{
	font-size: 1.3rem;
    line-height: 1.3rem;
	font-weight: 500;
	margin-bottom: 15px;
	padding-left: 7px;
	border-left: 5px solid #edad43;
	color: #FFF;
}
.footer h4{
	font-size: .9rem;
	font-weight: 700;
	color: #faa002;
}
.footer p,
.footer a{
	color: #a8aaad;
	font-size: .85rem;
	margin-right: 30px;
	position: relative;
}
.footer a:hover{
	color: #faa002;
}
.footer .links a::before{
	content: '';
	position: absolute;
	width: 1px;
	height: 60%;
	right: -15px;
	left: auto;
	bottom: 0;
	top: 0;
	margin: auto;
	background-color: #f27507;
}
.footer .links a:last-child{
	margin-right: 0;
}
.footer .links a:last-child::before{
	content: none;
}
.footer a.toTop{
	color: #f27507;
	padding-right: 40px;
	position: relative;
}
.footer a.toTop::before{
	content: '\f106';
	font-family: 'FontAwesome';
	position: absolute;
	left: auto;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	font-size: 1.1rem;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	border-radius: 50%;
	border: 1px solid #f27507;
	color: #f27507;
}
.copyright{
	background-color: #FFF;
}
.copyright p{
	color: #251f1c;
}
.footer .logo img{
	filter: grayscale(100%);
}
.footer .logo img:hover{
	filter: grayscale(0%);
}
.contact .form-control{
	border-color: #251f1c;
	border-radius: 0;
}
.contact textarea.form-control{
	height: 120px;
}
.contact .btnSubmit{
	text-transform: uppercase;
}
.contact{
    background-color: #FFF;
}
.contact h2{
    font-family: 'Bebas Neue';
    font-size: 2.5;
    margin-bottom: 30px;
}
.contact .icon img{
    width: 130px;
    margin-bottom: 15px;
}
.contact h4{
    font-size: 1.1rem;
    margin-bottom: 10px;
}
.contact p{
    font-size: .9rem;
    margin-bottom: 30px;
    color: #1a1a1a;
}
.contact a{
    font-size: .9rem;
    color: #1a1a1a;
}
.contact a:hover{
    color: #edad43;
}
.contact h5 a,
.contact h5{
    font-size: 1rem;
    color: #faa002;
    font-family: 'Montserrat';
    font-weight: 600;
}
.maps iframe{
    width: 100%;
    height: 450px;
}
/* Footer */
.filiales a.showItem{
	position: absolute;
	width: 10px;
	height: 10px;
	background-color: #faa002;
	border-radius: 50%;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	z-index: 5;
	transition: all .3s;
}
.filiales .item {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 200px;
    height: 150px;
    opacity: 0;
    transition: all .3s;
	z-index: 4;
}
.filiales .item h3{
	font-size: 1.5rem;
	line-height: 1.5rem;
	color: #FFF;
	display: inline-block;
	background-color: #faa002;
	padding: 3px 6px;
}
/* Details Items */
.filiales .item.item1 {
    left: -30%;
    top: -42%;
}
.filiales .item.item2 {
    left: -28%;
    top: -22%;
}
.filiales .item.item3 {
    left: 32%;
    top: -23%;
}
.filiales .item.item4 {
    left: -37%;
    top: 1%;
}
.filiales .item.item5 {
    left: 19%;
    top: -15%;
}
.filiales .item.item6 {
    left: -11%;
    top: 30%;
}
.filiales .item.item7 {
    left: -11%;
    top: 24%;
}
.filiales .item.item8 {
    left: -28%;
    top: 10%;
}
.filiales .item.item9 {
    left: -8%;
    top: -12%;
}
.filiales .item.item10 {
    left: 8%;
    top: -36%;
}
/* Points */
/* Maroc */
a.showItem.showItem1 {
    left: -21.5%;
    top: -47%;
}
/* Mauritanie */
a.showItem.showItem2 {
    left: -24.5%;
    top: -28%;
}
/* ASA */
a.showItem.showItem3 {
    left: 27.5%;
    top: -25%;
}
/* Senegal */
a.showItem.showItem4 {
    left: -27.5%;
    top: -16%;
}
/* Soudan */
a.showItem.showItem5 {
    left: 15.5%;
    top: -21%;
}
/* Cameroun */
a.showItem.showItem6 {
    left: -0.5%;
    top: 7%;
}
/* Cote d'ivoire */
a.showItem.showItem7 {
    left: -15.5%;
    top: -3%;
}
/* Guinée */
a.showItem.showItem8 {
    left: -25.5%;
    top: -7%;
}
/* Mali */
a.showItem.showItem9 {
    left: -13.5%;
    top: -20%;
}
/* Lybie */
a.showItem.showItem10 {
    left: 2.5%;
    top: -41%;
}
a.showItem.active,
a.showItem:hover{
	transform: scale(1.5);
}
.filiales .item.active{
	opacity: 1;
}
p.pays, p.usines {
    width: 170px;
    position: absolute;
    left: -1.3%;
    right: 0;
    top: -12%;
    bottom: 0;
    margin: auto;
    height: 100px;
    font-size: 5rem;
    line-height: 9rem;
    color: #87888a;
    font-family: 'Bebas Neue';
    font-weight: 900;
    z-index: 3;
}
p.pays strong,
p.usines strong {
    font-family: 'Montserrat';
    font-size: 1.5rem;
    font-weight: 400;
	padding: 3px;
}
p.usines {
    left: 17%;
    top: 7%;
	color: #87888a;
}
p.pays.filiales {
    top: -46%;
    left: -4%;
	color: #faa002;
}
p.pays.depots {
    left: 14%;
    top: 55%;
	color: #87888a;
}
/* references */
.page273 .section p{
	margin-bottom: 2rem;
}
.container{
	width: 1200px;
	max-width: 100%;
}
.page952 .sec2{
	padding-top: 0 !important;
}
.page952 .sec2 .align-self-center{
	align-self: start !important;
}
.page952 .sec2 .col1 .content1{
    background-color: transparent;
    padding: 0;
}
















@media screen and (max-width: 1350px) {
	.section.header {
		z-index: 3;
		width: 80%;
		left: 10%;
		background-color: #272d34;
		border-radius: 0 0 12px 12px;
		overflow: visible;
	}
	
}
@media screen and (max-width: 768px) {
	
}

@media screen and (max-width: 650px) {
	.section.header {
		position: relative;
		z-index: 99999;
		left: 0;
		top: 0px;
		background-color: #272d34;
		width: 100%;
		transition: all .3s;
		overflow: visible;
	}
	.header .logo img {
		width: 110px;
		margin-top: 0;
	}
	.header .nav{
		padding: 0;
	}
	.nav-mobile {
		top: -33px;
		right: -5px;
	}
	.fixed.header {
		position: fixed;
	}
	.fixed.header .logo img {
		width: 80px;
	}
	.fixed .row.py-4 {
		padding: 10px 0 !important;
	}
	.fixed .nav-mobile {
		top: -31px;
	}
	.nav-mobile {
		background-image: url(../images/nav-blanc.png);
	}
	.header .nav li {
		display: block;
		text-align: left;
		margin-bottom: 10px;
		border: 0;
	}
	.nav{
		background-color: #272d34;
	}
	.nav ul {
		display: none;
		padding: 30px 0 30px;
		background-color: #272d34;
		max-width: 100%;
		overflow-y: auto;
		max-height: 100vh;
	}
	.row.mainMenu {
		position: absolute;
		width: 103%;
		background-color: #272d34;
		padding: 10px 10px 0  !important;
		left: 0;
	}
	.d-block.w-20{
		width: 50%;
	}
	.slide .caption::before{
		content: none;
	}
	.slide .caption {
		width: 100%;
		position: static;
		height: auto;
		padding: 0;
	}
	.slider .icons {
		width: 100px;
		height: auto;
		right: 8%;
		top: 7%;
	}
	.slider .icons.icon2 {
		right: auto;
		left: 1%;
		bottom: auto;
		top: 23%;
		width: 130px;
	}
	.section.slider .slide h2 {
		font-size: 1.7rem;
		line-height: 3rem;
	}
	.section.slider .slide p {
		font-size: 1.7rem;
		line-height: 2.5rem;
		margin-bottom: 30px;
	}
	.section.slider {
		padding-top: 45px;
	}
	.sites .imgSites {
		position: static;
		width: 100%;
	}
	.sites.about h3, .sites.about h4 {
		font-size: 4rem;
		line-height: 4rem;
	}
	.sites.about h4 {
		padding-right: 69px;
		background-size: 55px;
	}
	.sites .item p{
		color: #000;
	}
	.sites .style2 .item p{
		color: #000;
	}
	.w-20 {
		width: 50%;
	}
	.sites .citation p {
		margin: 0 0 20px;
	}
	.sites::before {
		height: 40.5%;
	}
	.about.service h3 {
		font-size: 2.1rem;
	}
	.about.service h4, .about.service h5 {
		font-size: 4rem;
		line-height: 4rem;
	}
	.about.service h5 {
		padding-right: 70px;
		background-size: 55px;
	}
	.banner h2, .default .wc-block-grid__product-title {
		font-size: 2.5rem;
		line-height: 2.6rem;
		margin: 60px 0 0;
	}
	.footer p {
		margin-bottom: 15px;
	}
	.banner h2::before {
		width: 25px;
		height: 25px;
		left: -35px;
		top: 5px;
		background-size: 25px;
	}
	.ammonix.tableau h3 {
		font-size: 1.5rem;
	}
	.emulsions.domaine h2 {
		font-size: 3rem;
	}
	.page412 .banner h2 {
		font-size: 2rem;
		line-height: 2.1rem;
	}
	.page412 .banner h2::before {
		width: 50px;
		height: 40px;
		left: -50px;
		top: -7px;
		background-size: 35px;
	}
	.about.atouts .bgb::before {
		height: 100%;
	}
	.page412 .banner h2 {
		margin: 30px 0 0 47vw;
	}
	.page589 .sec2 h3 {
		font-size: 3rem;
		margin-left: 0;
	}
	.topMenu::before, .rs::before{
		display: none;
	}
	.page296 h4, .page296 h5, .about.service h4, .about.service h5 {
		font-size: 4rem;
		line-height: 4rem;
	}
	.topHeader .col-md-5.text-center.align-self-center {
		border-top: 1px solid #3b3b3b;
		padding: 20px 0;
	}
	.topHeader .rs {
		margin-right: 0;
		border-top: 1px solid #3b3b3b;
		border-bottom: 1px solid #3b3b3b;
		display: block !important;
		float: none !important;
		padding: 20px 0;
		margin-bottom: 20px;
	}
	.languages img {
		height: 25px;
	}
	.d-inline-block.float-start.languages.text-start {
		padding-top: 20px;
		margin-right: 30px;
	}
	.topHeader .rs a {
		font-size: 1.7rem !important;
	}
	p.pays, p.usines {
		height: auto;
		position: static;
		padding: 5px;
		float: left;
		width: 49%;
	}
	.filiales .item.active {
		left: 10px !important;
		top: 10px !important;
		right: auto !important;
		bottom: auto !important;
	}
	.sec2.about h2, .page292 .sec2.about h3, .sec4.about h3 {
		margin-bottom: 110px;
		margin-top: -90px;
		margin-right: 0;
		z-index: 1;
	}
	.page292 .sec2.about h3, .sec4.about h3 {
		margin-bottom: 50px;
	}
	.page589 .sec2 .content1 li, .sec4 .content1 li {
		width: 91%;
		margin: 0 4.5%;
		vertical-align: text-top;
		margin-bottom: 15px;
	}
	.page942 .sec2 .content1 ul::before, .sec4 .content1 ul::before {
		content: none;
	}
	.slider .align-self-center {
		width: 250px;
	}
	.page1010 .sec2 img {
		width: 100%;
	}
	.page277 .about.sec3 .col1,
	.page277 .about.sec3 .col2 {
		display: none;
	}
	.page277 .about.sec3 .col3 {
		display: block;
	}
	.page277 .sec2.about h2{
		margin: 0;
	}
}
