@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
*{
	margin: 0;
	padding: 0;
}
body, html{
	font-family: 'Poppins', sans-serif;
	overflow-x: hidden;
	font-size: 1rem;
	color: #202248;
	background-repeat: repeat;
	width: 100%;
	max-width: 100%;
	overflow-x: hidden;
	background-color: #FFF;
	font-weight: 400;
}
h1, h2, h3, h4, h5, h6{
	font-family: 'Poppins', sans-serif;
	margin: 0;
	font-weight: 700;
}
p{
	margin-bottom: 0;
}
a{
	text-decoration: none;
	transition: all .3s;
	cursor: pointer;
	display: inline-block;
}
.page .section.header {
    background-color: #FFF;
    position: relative;
    border-bottom: 1px solid #E1E1E1;
}
.section.header{
	background-color: transparent;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 3;
	border-top: 5px solid #d41a24;
}
.header .logo img{
	width: 130px;
}
.header .nav a{
	color: #202248;
	font-weight: 400;
	margin: 0;
	padding: 5px;
	font-size: .85rem;
	position: relative;
}
.header .nav a::before{
	content: '';
	position: absolute;
	width: 2px;
	height: 40%;
	top: 0;
	bottom: 0;
	left: -12.5px;
	margin: auto;
	background-color: #d41a24;
}
.header .nav ul li{
	margin-right: 25px;
}
.header .nav ul li:last-child{
	margin-right: 0;
}
.header .nav ul li:last-child a::before,
.header .nav ul li:first-child a::before{
	content: none;
}
.header a:hover{
	opacity: .7;
}
.header .nav ul li a.active,
.header .nav ul li a:hover{
	color: #d41a24;
}
.header .nav ul li li:last-child a{ 
	background-color: transparent; 
	color: #202248;
	padding: 5px 0;
}
.header .nav ul li:last-child a{
	color: #FFF;
	background-color: #d41a24;
	border-radius: 5px;
	padding: 3px 7px;
}
/* .page .section.header.py-2.py-md-4.fixed {
	position: relative;
} */
.section.header.py-2.py-md-4.fixed {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    background-color: rgba(255,255,255,.9);
    padding: 10px 0 !important;
}
.section.header.fixed .logo img{
	width: 90px;
}
.myPopup{
	position: fixed;
	width: 100%;
	height: 100vh;
	left: 0;
	top: 0;
	background-color: rgba(0,0,0,.85);
	transition: all .5s;
	opacity: -1;
	display: none;
	z-index: -1;
}
.myPopup.active{
	display: block;
	opacity: 1;
	z-index: 999999;
	transition: all .5s;
}
.video1{
	width: 400px;
	height: auto;
	margin: auto;
}
.btnClose{
	font-size: 3.5rem;
	color: #FFF;
	position: absolute;
	right: 15px;
	top: 15px;
	z-index: 999999;
	display: none;
	opacity: -1;
}
.btnClose.active{
	display: block;
	opacity: 1;
}
.btnClose:hover{
	opacity: .5;
}
.slider .caption{
	position: absolute;
	width: 40%;
	height: 100%;
	left: 10%;
	z-index: 9;
}
.slider h2 {
    font-size: 3.3rem;
    line-height: 3.5rem;
    margin-bottom: 40px;
}
.slider h2 strong{
	color: #d41a24;
	font-weight: 700;
}
.slider p{
	margin-bottom: 40px;
}
.slider a{
	padding: 5px 20px;
	color: #202248;
	border: 1px solid #202248;
	border-radius: 5px;
}
.slider a:hover{
	color: #d41a24;
	border: 1px solid #d41a24;
}
.carouselL {
    position: static;
    width: 100%;
    padding: 10px;
}
.carouselL .item{
	padding: 0 20px;
}
.carouselL .item img{
	width: auto;
	height: 70px;
}
.about{
	background-image: url(../images/bgAbout.jpg);
	background-size: cover;
	background-position: center;
}
.sections.about h2,
.sections h2{
	color: #202248;
	font-weight: 700;
	font-size: 2rem;
	position: relative;
	display: inline-block;
}
.about.sections h2,
.about h2{
	font-size: 1.3rem;
	color: #d41a24;
	text-transform: uppercase;
	font-weight: 200;
	position: relative;
}
.about.sections h2::before,
.about h2::before{
	content: '';
	position: absolute;
	width: 90px;
	height: 30px;
	left: -100px;
	top: 0;
	bottom: 0;
	margin: auto;
	background-image: url(../images/bgTitle.png);
	background-color: transparent;
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center right;
}
.sections h2::before{
	content: '';
	position: absolute;
	width: 70px;
	height: 5px;
	left: 0px;
	top: auto;
	bottom: -10px;
	background-color: #d41a24;
}
.about h3{
	font-size: 1.3rem;
	color: #202248;
}
.about .col-md-3,
.about.news .col-md-4,
.about .col-md-4{
	position: relative;
	padding: 25px;
	transition: all .3s;
}
.about .col-md-4{
	position: relative;
	padding: 0 25px;
	transition: all .3s;
}
.about.carte .col-md-3{
	padding: 0px;
}
.news .col-md-4:hover::before,
.about.section2 .col-md-3 .myItem:hover::before,
.about .item:hover::before {
	background-color: #1f3a83;
	opacity: .7;
	
}
.news .col-md-4:hover p,
.news .col-md-4:hover h4{
	color: #FFF;
}
.about .sec2{
	padding-top: 3rem;
}
.about .col-md-3 .myItem{
	padding: 0 15px;
}
.news .col-md-4::before,
.about.section2 .col-md-3 .myItem::before,
.about.section2 .item::before {
    content: '';
    position: absolute;
    left: 5%;
    top: 0;
    width: 90%;
    height: 100%;
    z-index: -1;
    background-color: #FFF;
    border-radius: 0 0 0 30px;
	transition: all .3s;
}
.about.section2 .myItem .image img,
.about .item .icon img {
    height: 55px;
    margin-bottom: 20px;
}
.about.section2 .sec2 .myItem:hover h4,
.about.section2 .sec2 .item:hover h4{
	color: #FFF;
}
.about.section2 .myItem h4,
.about .item h4{
	font-size: .9rem;
	color: #202248;
	font-weight: 500;
	margin-bottom: 15px;
	min-height: 41px;
	text-transform: uppercase;
}
.news.about .item h4{
	font-size: 1.1rem;
	min-height: auto;
	margin-bottom: 0;
}
.news.about .item img{
	margin-bottom: 0;
}
.about.section2 .sec2 .myItem:hover p,
.about .item:hover p{
	color: #FFF;
	font-size: .9rem;
}
.about.section2 .myItem p,
.about .item p{
	font-size: .9rem;
	color: #4a4a4a;
}
.about h4{
	font-size: 1.3rem;
	color: #1f3a83;
	font-weight: 500;
}
a.readMore{
	color: #FFF;
	font-weight: 500;
	background-color: #d41a24;
	border-radius: 5px;
	padding: 5px 30px;
}
.about.clients .item::before{
	content: none;
}
.about.clients .item{
	border: 0;
}
.keys .sec2 .col-md{
	align-self: start !important;
}
.page87 .section2 .sec1 .col-md,
.keys .sec2 .col-md,
.about.section2 .keys .item{
	border-left: 1px solid #cacaca;
	position: relative;
	padding-left: 15px;
}
.page87 .section2 .sec1 .col-md::before,
.keys .sec2 .col-md::before,
.about.section2 .keys .item::before{
	content: '';
	position: absolute;
	width: 7px;
	height: 20px;
	top: 0;
	left: -4px;
	border-radius: 0;
	background-color: #d41a24;
	z-index: 0;
}
.page87 .section2 .sec1 .col-md h3,
.keys .sec2 .col-md h3,
.about .keys .item h3{
	font-size: .9rem;
	font-weight: 200;
	text-transform: uppercase;
}
.keys .sec2 .col-md h3 span,
.page87 .section2 .sec1 .col-md h3 strong,
.keys .sec2 .col-md h3 strong,
.keys h3 span,
.about .keys .item h3 strong{
	font-size: 2.1rem;
	font-weight: 600;
	color: #d41a24;
}
.page87 .section2 .sec1 .col-md p,
.keys .sec2 .col-md p,
.about .keys .item p{
	font-size: 1rem;
	font-weight: 400;
}
.keys .sec2 .col-md:hover p,
.about .keys .item:hover p{
	color: #4a4a4a;
}
.about.section3 .sec3{
	padding-top: 3rem;
	background-color: #FFF;
}
.values{
	background-image: url(../images/bgValeurs.jpg);
}
.values.section5 .slick-dots{
	margin-top: 0;
}
.page87 .values .content1 h3,
.page87 .values .sec2 .content1 h3,
.values .content1 h3{
	color: #0e2971;
	font-size: 1.3rem;
	padding-bottom: 50px;
	position: relative;
	margin-bottom: 20px;
	font-weight: 700;
}
.page87 .values .section .content h3,
.page87 .values .sec2 .content h3{
	text-align: left;
	text-transform: none;
}
.page87 .values .section .content1 h3::before,
.page87 .values .content1 h3::before,
.page87 .values .sec2 .content1 h3::before,
.page87 .values .content1 h3::before,
.values .content1 h3::before{
	content: '';
	position: absolute;
	width: 40px;
	height: 40px;
	left: 0;
	bottom: 0px;
	background-image: url(../images/quote.png);
	background-size: 40px;
	background-repeat: no-repeat;
}
/* .values .sec5 .content h3::before, */
.values .sec2 .content h3::before{
	content: none;
}
.values .content p{
	margin-bottom: 10px;
}
.page87 .sec3 .content3::before,
.page87 .sec4 .content3::before,
.page87 .sec2 .content3::before,
.values .sec3 .slidesC h4::before,
.values .content .signature::before {
    content: none;
    position: absolute;
    width: 100.4%;
    height: 50px;
    left: -.1px;
    bottom: -20px;
    background-image: url(../images/motif1.png);
    background-position: left bottom;
    background-size: 100%;
    background-repeat: no-repeat;
}
.values .sec2 .content3,
.values .sec4 .content3,
.values .sec2 .content3,
.values .sec3 .slidesC h4,
.page87 .sec2 .content3,
.values .content .signature {
	display: inline-block !important;
    padding: 7px 10px 0px;
    border: 0;
    position: relative;
    background-image: url(../images/bgMotif1.png);
    background-position: left top;
    background-size: 100%;
    background-repeat: no-repeat;
    height: 105px;
	margin-top: 30px;
}
.values .sec2 .content3,
.values .sec4 .content3,
.values .sec2 .content3{
	margin-top: 0;
}
.page87 .values .section .content2, .page87 .values .section .content3, .page87 .sec4 .content3, .page87 .sec3 .content3, .page87 .sec2 .content3 {
    display: inline-block !important;
    padding: 15px 20px 15px;
    border: 0;
    position: relative;
    background-image: url(../images/bgMotif1.png);
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    height: auto;
    margin-top: 0px;
	text-align: left;
}
.page87 .values .section .content2 h3,
.page87 .values .section .content3 h3,
.values .sec2 .content3 h3,
.page87 .sec4 .content3 h3,
.page87 .sec3 .content3 h3,
.page87 .sec2 .content3 h3,
.values .sec3 .slidesC h4 strong,
.values .content .signature h3{
	font-size: 1.1rem;
	font-weight: 500;
	color: #0e2971;
	margin-bottom: 15px;
	padding-bottom: 0;
	position: relative;
	display: inline-block;
}
.values .sec3 .slidesC h4 strong::before{
	content: '';
	width: 50%;
	height: 3px;
	border-radius: 6px;
	background-color: #ca222b;
	position: absolute;
	left: 0;
	bottom: -7px;
}
.values .sec2 .content3 h3::before,
.page87 .section .content2 h3::before,
.page87 .section .content3 h3::before,
.page87 .sec3 .content3 h3::before,
.page87 .sec4 .content3 h3::before,
.page87 .sec2 .content3 h3::before,
.values .content .signature h3::before{
	content: '';
	position: absolute;
	width: 33%;
	height: 3px;
	background-color: #d41a24;
	left: 0;
	bottom: -10px;
}
.page87 .sec4 p{
	margin-bottom: 20px;
}
.values .sec2 .content3 h4,
.page87 .values .section .content2 h4,
.page87 .values .section .content3 h4,
.page87 .sec4 .content3 h4,
.page87 .sec3 .content3 h4,
.page87 .sec2 .content3 h4,
.values .sec3 .slidesC h4,
.values .content .signature h4{
	font-size: .9rem;
	font-weight: 400;
	color: #202248;
}
.about.expertises{
	background-image: url(../images/bgExpertise.jpg);
}
.about.expertises.services{
	background-image: url(../images/bgAbout.jpg);
}
.about.expertises h2{
	color: #01cfe7;
}
.about.expertises.services h2{
	color: #d41a24;
}
.about.expertises.services .formulaire h2::before{ content: none;}
.about.expertises.services .formulaire h2{
	font-weight: 600;
	color: #202248;
}
.about.expertises h3,
.about.expertises p{
	color: #FFF;
}
.about.expertises.services h3,
.about.expertises.services p{
	color: #202248;
}
.btns a{
	margin-right: 30px;
}
.expertises .tabs .ui-tabs-tab:last-child a::before,
.nav-pills .nav-link.last::before{
	content: none;
}
.expertises .tabs .ui-tabs-tab a::before,
.nav-pills .nav-link::before {
    content: '';
    position: absolute;
    width: 1px;
    height: 60%;
    right: 10px;
    top: 0;
    bottom: auto;
    margin: auto;
    background-color: #FFF;
    opacity: 1;
    opacity: .7;
}
.expertises .tabs li.ui-tabs-active a,
.expertises .tabs .ui-tabs-tab a:hover{
	color: #00befe;
}
.expertises .tabs .ui-tabs-tab a,
.nav-pills .nav-link {
    text-align: left;
    font-size: .9rem;
    line-height: 1.2rem;
    font-weight: 500;
    color: #FFF;
    background-color: transparent;
    padding: 0 30px 0 45px;
    background-image: url(../images/expertises/icon1.png);
    background-size: 35px;
    background-repeat: no-repeat;
    background-position: left top;
    min-height: 63px;
    position: relative;
	font-family: 'Poppins' !important;
}
.services .nav-pills .nav-link{
	color: #202248;
	padding: 0 40px 0 65px;
	background-size: 50px;
}
.services .nav-pills .nav-link{
	background-image: url(../images/service/pro/1.png);
}
.services .nav-pills .nav-link.tab2{
	background-image: url(../images/service/pro/2.png);
}
.services .nav-pills .nav-link.tab3{
	background-image: url(../images/service/pro/3.png);
}
.services .nav-pills .nav-link.tab4{
	background-image: url(../images/service/pro/4.png);
}
/* managés */
.services .manages .nav-pills .nav-link{
	background-image: url(../images/service/manages/1.png);
}
.services .manages .nav-pills .nav-link.tab2{
	background-image: url(../images/service/manages/2.png);
}
.services .manages .nav-pills .nav-link.tab3{
	background-image: url(../images/service/manages/3.png);
}
.services .manages .nav-pills .nav-link.tab4{
	background-image: url(../images/service/manages/4.png);
}
.tabs li.ui-tabs-active a, 
.nav-pills .nav-link.active, 
.nav-pills .show>.nav-link{
	color: #00befe;
	background-color: transparent;
}
.services .nav-pills .nav-link.active, .services .nav-pills .show>.nav-link{
	color: #00befe;
}
.services .nav-pills .nav-link{
	display: block;
	width: 100%;
}
.services .nav-pills .nav-link.last::before{
	content: none;
}
.services .nav-pills .nav-link::before{
	content: '';
    position: absolute;
    width: 1px;
    height: 60%;
    right: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
    background-color: #d41a24;
    opacity: 1;
    opacity: .7;
}
.expertises .tabsContent,
.expertises .tab-content{
	position: relative;
	padding-top: 1.5rem;
}
.expertises .tabsContent::after,
.services .tab-content::after,
.services .tab-content::before,
.nav-pills .nav-link.active::after,
.expertises .tabs .ui-tabs-tab.ui-tabs-active a::after,
.expertises .tab-content::before{
	content: '';
	position: absolute;
	width: 100%;
	height: 1px;
	left: 0;
	top: 10px;
	background-color: #FFF;
	opacity: .7;
	z-index: -1;
}
.services .tab-content::before{
	background-color: #5A5A5A;
}
.expertises .tabs .ui-tabs-tab.ui-tabs-active a::after,
.nav-pills .nav-link.active::after {
    width: 25px;
    height: 7px;
    top: auto;
    left: 5px;
    background-color: #d41a24;
    right: auto;
    margin: auto;
    bottom: -14px;
    z-index: 0;
    opacity: 1;
}
.expertises .ui-tabs-panel p,
.expertises .tab-content p{
	color: #FFF;
	font-size: 1.1rem;
	padding-top: 10px;
}
.expertises .ui-tabs-panel ul,
.expertises .tab-content ul{
	list-style: disc;
	padding: 30px 0 0 30px;
}
.expertises .ui-tabs-panel ul li,
.expertises .tab-content ul li{
	margin-bottom: 10px;
	color: #FFF;
	font-size: 1.1rem;
}
.services.expertises .tab-content ul li{
	color: #202248;
}
.expertises.services .tab-content p{
	color: #202248;
}
.services.expertises a.readMore{
	color: #d41a24;
}
.services.expertises a.readMore:hover{
	color: #FFF;
}
.expertises a.readMore{
	background-color: transparent;
	border: 1px solid #d41a24;
	padding: 7px 25px;
}
.expertises a.readMore:hover{
	background-color: #d41a24;
}
.nav-pills .nav-link.tab2{
	background-image: url(../images/expertises/icon2.png);
}
.nav-pills .nav-link.tab3{
	background-image: url(../images/expertises/icon3.png);
}
.nav-pills .nav-link.tab4{
	background-image: url(../images/expertises/icon4.png);
}
.nav-pills .nav-link.tab5{
	background-image: url(../images/expertises/icon5.png);
}
.nav-pills .nav-link.tab6{
	background-image: url(../images/expertises/icon6.png);
}
.cases h3{
	font-size: 1.3rem;
	margin-bottom: 15px;
	color: #202248;
}
.cases p{
	font-size: 1.1rem;
	color: #202248;
}
.about.cases a.readMore{
	display: inline-block;
	width: 35px;
	height: 35px;
	padding: 0;
	font-size: 1.5rem;
	line-height: 35px;
	text-align: center;
	color: #FFF;
	background-color: #2daae1;
	border-radius: 50%;
	border: 0;
}
.about.cases a.readMore:hover{
	background-color: #d41a24;
}
.about.cases.services{
	background-image: none;
	background-color: #ececec;
}
.about.expertises.services.carte{
	background-image: url(../images/bgValeurs.jpg);
	background-color: transparent;
}
.about.expertises.services .country h3{
	font-size: 1.5rem;
	color: #2daae1;
	text-transform: uppercase;
}
.carte .country h4:hover{
	color: #d41a24;
}
.carte .country h4{
    font-size: 1rem;
    color: #202248;
    padding: 7px 10px 5px;
    background-image: url(../images/bgMotif1.png);
    width: 130px;
    height: 40px;
    background-size: 130px;
    background-position: left top;
    background-repeat: no-repeat;
	cursor: pointer;
	transition: all .3s;
}
.carte .country{
	position: relative;
}
.carte .country::after,
.carte .country::before{
	content: '';
	position: absolute;
	width: 100%;
	height: 1px;
	left: 0;
	top: 10px;
	background-color: #cacaca;
	opacity: 1;
}
.carte .country::before{
	width: 10px;
	height: 7px;
	top: 7px;
	left: 0;
	background-color: #202248;
	z-index: 1;
}
.about.services.carte .location p{
	padding: 0 5px;
	margin-bottom: 7px;
	font-size: .85rem;
	display: none;
	font-weight: 200;
	color: #202248;
}
.about.services.carte .location a:hover{
	color: #d41a24;
}
.about.services.carte .location a{
	padding: 0 5px;
	font-size: .85rem;
	line-height: .85rem;
	display: none;
	font-weight: 500;
	color: #202248;
}
.about.services.carte .location a{
	display: none;
}
.carte .location.active h4{
	color: #d41a24;
}
.about.services.carte .location.active a,
.about.services.carte .location.active p{
	display: block;
}
/* .values .sec5 .content1 img, */
.values .sec2 .image img,
.values .icons img{
	height: 60px;
	width: auto;
	margin-bottom: 15px;
}
.page87 .values .section .image img,
.page87 .values .sec2 .image img{
	width: 100%;
	height: auto;
}
/* .values .sec5 h3, */
.page87 .values .section h3,
.values .sec2 h3,
.values .icons h3{
	font-size: 1.3rem;
	font-weight: 400;
	text-transform: uppercase;
}
.temoins img{
	width: 100%;
	height: auto;
	margin: 0;
}
.temoins h4,
.temoins h5,
.temoins h6{
	font-size: .8rem;
	line-height: .9rem;
	font-weight: 200;
	margin-bottom: 5px;
	text-transform: none;
}
.temoins h5,
.temoins h6{
	color: #202248;
	font-weight: 600;	
}
.temoins h6{
	font-size: .8rem;
	color: #d41a24;
}
.temoins p{
	font-size: .9rem;
	margin-bottom: 10px;
	text-align: center;
}
.temoins .slick-next, .temoins .slick-prev {
    font-size: 4rem;
    line-height: normal;
    position: absolute;
    top: 130px;
    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: -100px;
	left: auto;
    z-index: 99;
    background-color: transparent;
	transition: all .5s;
    opacity: 0;
}
.temoins:hover .slick-next, .temoins:hover .slick-prev{
    opacity: 1;
}
.temoins .slick-next:focus, .temoins .slick-next:hover, 
.temoins .slick-prev:focus, .temoins .slick-prev:hover {
	opacity: .65;
	cursor: pointer;
}
.temoins .slick-prev {
	right: auto;
	left: -8%;
}
.temoins .slick-next:before, .temoins .slick-prev:before {
    font-family: 'FontAwesome';
    content: '\f054';
    position: absolute;
    width: 40px;
    height: 90px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    color: #bdbdbd;
    font-size: 4rem;
    transition: all .3s;
	background-color: transparent;
}
.temoins .slick-prev:before{
	content: '\f053';
}
.temoins .slick-next:hover,
.temoins .slick-prev:hover{
	opacity: 1;
}
.temoins .slick-next:hover:before, .temoins .slick-prev:hover:before{
    color: #d41a24;
	opacity: 1;
}
.myvideo video {
    width: 100vw;
    height: auto;
    margin: 0 0 -15px;
}
.temoins .carouselT{
	background-color: #FFF;
	padding: 30px;
	box-shadow: 0 0 20px rgba(0,0,0,.2);
}
.temoin .col-md-4{
	position: relative;
}
.temoin .col-md-4::before{
	content: '';
	position: absolute;
	width: 2px;
	height: 90%;
	background-color: #dddddd;
	right: 0;
	top: 5%;
}
.carouselTThumb .d-block {
    padding: 10px;
}
.carouselTThumb .d-block .bg{
    background-color: #FFF;
	box-shadow: 0 0 20px rgba(0,0,0,.2);
    text-align: center;
    height: 130px;
	padding: 15px;
}
.about.temoins a.readMore{
	background-color: transparent;
	color: #d41a24;
	border: 1px solid #d41a24;
	border-radius: 5px;
	padding: 7px 15px;
}
.about.expertises.services.partners h3 {
    font-size: 1.3rem;
    font-weight: 600;
}
.about.clients .item img {
    filter: grayscale(100%);
	transition: all .3s;
}
.about.clients .item img:hover {
    filter: grayscale(0%);
}
a:-webkit-any-link:focus-visible {
    outline-offset: unset;
	border: 0;
}
.footer{
	background-color: #f2f2f2;
}
.footer h3{
	text-transform: uppercase;
	margin-bottom: 30px;
	font-size: 1.3rem;
	color: #202248;
	position: relative;
}
.footer h3::after,
.footer h3::before{
	content: '';
	position: absolute;
	width: 70%;
	height: 3px;
	left: 0;
	bottom: -15px;
	background-color: #FFF;
	z-index: -1;
}
.footer h3::after{
	background-color: #d41a24;
	width: 35%;
}
.footer p,
.footer a{
	color: #4a4a4a;
	font-size: 1rem;
	display: inline-block;
	margin-bottom: 10px;
}
.footer .bloc1 a:last-child:hover{
	color: #202248;
}
.footer .bloc1 a:last-child{
	color: #d41a24;
	font-weight: 700;
}
.footer a.recrut:hover{
	color: #202248;
}
.footer a:hover{
	color: #d41a24;
}
.footer button,
.footer input{
	width: 100%;
	border: 0;
	height: 40px;
	padding: 5px 10px;
	color: #4a4a4a;
	margin-bottom: 10px;
	border-radius: 0;
}
.footer button{
	background-color: #d41a24;
	color: #FFF;
	padding: 10px;
	transition: all .3s;
}
.footer button:hover{
	background-color: #4a4a4a;
}
/* Carte */
.mcarte{
	width: 500px;
	height: auto;
	overflow-x: auto;
	overflow: visible;
}
.mcarte img{
	width: 500px;
	height: auto;
}
.tCD.active, .tS.active, .tMaroc.active { transform: scale(1.5);}
.mcarte.active .city.c4.active {
    left: 90px;
    top: -29px;
}
.mcarte.active .city.c3.active {
    left: 110px;
    top: 10px;
}
.mcarte.active .active.city.c2 {
    left: 82px;
    top: 0px;
}
.mcarte.active .active.city.c1 {
    left: 74px;
    top: 8px;
}
.mcarte.active .active.city.c5 {
    left: 82px;
    top: 33px;
}
.mcarte.active .active.city.c6 {
    left: 52px;
    top: 45px;
}
.mcarte.active .active.city.c7 {
    left: -20px;
    top: 170px;
}
.mcarte.active .active.city.c8 {
    left: 101px;
    top: 253px;
}
.tCD, .tS, .tMaroc {
    position: absolute;
    width: 116px;
    height: 135px;
    left: 7px;
    top: 15px;
    background-image: url(../images/carte/t-maroc.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: left top;
    z-index: 3;
	transition: all .3s;
}
.tCD {
    position: absolute;
    width: 48px;
    height: 63px;
    left: 66px;
    top: 205px;
    background-image: url(../images/carte/t-cote-divoir.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: left top;
    z-index: 3;
}
.tS {
    position: absolute;
    width: 50px;
    height: 42px;
    left: 3px;
    top: 161px;
    background-image: url(../images/carte/t-sinegal.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: left top;
    z-index: 3;
}
.city {
    position: absolute;
    left: 0%;
    top: 0%;
    width: 13px;
    height: 13px;
    background-color: #e30613;
    border-radius: 50%;
    border: 1px solid #FFF;
    z-index: 4;
	transition: all .3s;
}
.city.active,
.city:hover{
	transform: scale(1.5);
	background-color: #2daae1;
}
.city.c1{
	left: 64px;
    top: 32px;
}
.city.c2{
	left: 72px;
    top: 28px;
}
.city.c3{
	left: 90px;
    top: 30px;
}
.city.c4{
	left: 85px;
    top: 7px;
}
.city.c5{
	left: 72px;
    top: 49px;
}
.city.c6{
	left: 55px;
    top: 57px;
}
.city.c7{
	left: 0px;
    top: 168px;
}
.city.c8{
	left: 93px;
    top: 243px;
}
.keys .sec1 p{
	padding-top: 25px;
	padding-bottom: 40px;
}
.history .sec1 p:first-child{
	padding-top: 25px;
}
.qualite .sec1 p{
	margin-top: 15px;
}
.history .sec1{
	margin-bottom: 40px;
}
.timeLine{
	height: 360px;
}
.timeLine .item.impaire{
	margin-top: 180px;
}
.timeLine .item {
    padding: 30px 10px 0 60px;
    position: relative;
    height: 180px;
}
.timeLine .item img{
	position: absolute;
	width: 40px;
	height: auto;
	left: 0;
	top: 25px;

}
.timeLine .item p{
	color: #29235c;
	font-size: .9rem;
	line-height: 1rem;
}
.timeLine .item h3{
	font-size: 1.5rem;
	font-weight: 700;
	color: #FFF;
	padding: 5px 25px;
	border-radius: 30px;
	display: inline-block;
	background-image: linear-gradient(to right, #1d71b8, #29235c);
	margin-bottom: 15px;
}
.timeLine::before{
	content: '';
	position: absolute;
	width: 100%;
	height: 1px;
	left: 0;
	top: 50%;
	background-color: #dadada;
}
.timeLine .item::before {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    left: 40px;
    top: -9px;
    border-radius: 50%;
    background-color: #be1622;
    z-index: 0;
}
.timeLine .item::after {
    content: '';
    position: absolute;
    width: 15px;
    height: 100%;
    left: 42px;
    top: 0;
    background-color: transparent;
    background-image: url(../images/barTimeline.jpg);
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: center bottom 1px;
    z-index: -1;
}
.timeLine .item.paire::after {
	transform: rotate(180deg);
}
.timeLine .item.paire::before {
    left: 39px;
    top: auto;
    bottom: -9px;
}
.timeLine .slick-next, .timeLine .slick-prev {
    width: 50px;
    height: 50px;
	z-index: 99;
	left: auto;
	right: -20px;
	top: 55px;
	bottom: 0;
	margin: auto;
}
.timeLine .slick-prev {
    left: -20px;
	right: auto;
}
.slick-next:hover:before, .slick-prev:hover:before {
	color: #be1622;
}
.slick-next:before, .slick-prev:before {
    font-size: 40px;
    line-height: 1;
    opacity: 1;
    color: #1e6cb2;
	background-color: #FFF;
	border-radius: 50%;
}
.section.expertise.active{
	background-size: 100% 60%;
	background-position: left top;
}
.section.expertise.services .sec3,
.section.expertise .sec2{
	display: block;
	padding: 2rem 0;
}
.section.expertise.services.section6{
	margin-bottom: 3rem !important;
}
.section.expertise.services.section6 .sec3,
.section.expertise.active .sec2{
	display: block;
	position: relative;
}
.section.expertise.services.section6 .sec2::before{
	content: none;
}
.section.expertise.services.section6 .sec3::before,
.section.expertise.services.section2 .sec3::before,
.section.expertise .sec2::before,
.section.expertise.active .sec2::before{
	content: '';
	position: absolute;
	width: 100%;
	height: 60%;
	left: 0;
	bottom: 0;
	background-color: #FFF;
	z-index: -1;
}
.section.expertise.section2 .sec2::before{
	content: none;
}
.section.expertise.services {
    padding-bottom: 0 !important;
    padding-top: 0 !important;
}
.section.expertise.section1 .col-md-6.col2 {
    align-self: end !important;
}
body.page297,
body.page245{
	background-image: url(../images/bg-expertise.jpg);
	background-position: center right;
	background-size: cover;
}
body.page297{
	background-image: url(../images/bg-services.jpg);
}
.expertise .sec2 .align-self-center,
.expertise .sec1 .align-self-center{
	align-self: flex-start !important;
}
.sections.expertise.section6 h2::before{
	content: none;
}
.sections.expertise.section6 .sec1 .content{
	margin-bottom: 0;
}
.sections.expertise.section6 .sec1 .content h2{
	margin-bottom: 0;
}
.page297 .secTitle h2,
.sections.expertise.section6 h2,
.sections.expertise.section2 h2,
.sections.expertise.section1 h2{
	font-size: 1.3rem;
	text-transform: uppercase;
	color: #01cfe7;
	font-weight: 200;
	margin-bottom: 30px;
	display: block;
	position: relative;
	text-align: left;
}
.page297 .secTitle h2{
	margin: 0 !important;
	line-height: 3.3rem;
}
.sections.expertise h3{
	position: relative;
	display: inline-block;
}
.sections.expertise.section1 h3::before{
	content: '';
}
.sections.expertise h3::before, 
.expertise.services.section1 h3::before,
.expertise.section1 h2::before {
    content: '';
    position: absolute;
    background-image: url(../images/bgTitle.png);
    background-color: transparent;
    background-size: auto 100%;
    background-position: center right;
    background-repeat: no-repeat;
    right: auto;
    left: -215px;
    top: 1rem;
    bottom: auto;
    height: 20px;
    width: 200px;
}
.expertise.section2 h2::before,
.expertise.section1 h2::before{
	content: none;
}
.sections.expertise.section1 .sec1 .col2 .content{
	margin-bottom: 30px;
}
.sections.expertise.section1 .sec1 .col1 h2{
	margin-bottom: 3rem;
}
.sections.expertise h3.active,
.sections.expertise h3:hover{
	cursor: pointer;
	/* color: #01cfe7; */
	color: #FFF;
}
.sections.expertise.services.section6 .sec2 .col2 .content,
.sections.expertise .sec1 .col2 .content{
	position: relative;
	padding-left: 15px;
	padding-top: 0 !important;
	margin-top: 1.5rem !important;
	margin-bottom: 50px;
}
.sections.expertise.services.section6 .sec2 .col2 .content{
	margin-bottom: 20px;
}
.sections.expertise.services.section6 .sec2 .col2 .content::after,
.sections.expertise.services.section6 .sec2 .col2 .content::before,
.sections.expertise .sec1 .col2 .content::after,
.sections.expertise .sec1  .col2 .content::before{
	content: '';
	position: absolute;
	width: 1px;
	height: 100%;
	left: 0;
	top: 0;
	background-color: #cacaca;
	z-index: -1;
}
.sections.expertise.services.section6 .sec2 .col2 .content::after,
.sections.expertise .sec1 .col2 .content::after{
	width: 8px;
	height: 15px;
	left: -4px;
	top: 0;
	background-color: #d41a24;
	z-index: 0;
}
.sections.expertise h3,
.sections.expertise h2{
	color: #FFF;
	font-size: 2rem;
	line-height: 2.3rem;
	font-weight: 700;
	margin-bottom: 30px;
}
.sections.expertise .content p{
	margin-bottom: 15px;
}
.sections.expertise .sec1 .content p{
	color: #FFF;
	font-size: 1rem;
	font-weight: 200;
	margin-bottom: 30px;
}
.sections.expertise .content img{
	width: 100%;
	margin-bottom: 0;
}
.sections.expertise.services.section6 .sec3 .content1,
.sections.expertise.services.section2 .sec3 .content1,
.sections.expertise .sec2 .content1{
	padding: 0 20px 20px;
}
.sections.expertise.services.section6 .sec3 .content1 img,
.sections.expertise.services.section2 .sec3 .content1 img,
.sections.expertise .sec2 .content1 img{
	transition: .3s;
}
.sections.expertise.services.section6 .sec3 .content1 img:hover,
.sections.expertise.services.section2 .sec3 .content1 img:hover,
.sections.expertise .sec2 .content1 img:hover{
	opacity: .7;
}
.sections.expertise.services.section6 .sec3 .align-self-center,
.sections.expertise .sec2 .align-self-center{
	align-self: auto !important;
}
.page297 .services.section.section6 .sec3 .col-md-3,
.page297 .services.section .sec3 .col-md-3,
.page297 .services.section .sec2 .col-md-3,
.page297 .services.section .sec2 .col-md,
.page245 .expertise.section .sec2 .col-md-3,
.page245 .expertise.section .sec2 .col-md{
	position: relative;
}
.page297 .services.section.section6 .sec3 .col-md-3{
	margin-bottom: 3rem !important;
}
.page297 .services.section.section6 .sec3 .col-md-3::before,
.page297 .services.section .sec3 .col-md-3::before,
.page297 .services.section .sec2 .col-md-3::before,
.page297 .services.section .sec2 .col-md::before,
.page245 .expertise.section .sec2 .col-md-3::before,
.page245 .expertise.section .sec2 .col-md::before,
.page297 .services.section6 .sec2 .col-md-3::before,
.page297 .services.section4 .sec2 .col-md-6::before,
.page297 .services.section3 .sec2 .col-md-3::before,
.page297 .services.section2 .sec2 .col-md-4::before,
.page297 .services.section1 .sec2 .col-md-6::before,
.page245 .expertise.section6 .sec2 .col-md::before,
.page245 .expertise.section5 .sec2 .col-md::before,
.page245 .expertise.section4 .sec2 .col-md::before,
.page245 .expertise.section3 .sec2 .col-md::before,
.page245 .expertise.section2 .sec2 .col-md::before,
.page245 .expertise.section1 .sec2 .col-md-3::before{
	content: '';
	position: absolute;
	width: 92%;
	height: 100%;
	left: 4%;
	top: 0;
	background-color: #FFF;
	box-shadow: 0 0 10px rgba(0,0,0,.2);
	border-radius: 0 0 0 30px;
	padding: 20px;
	z-index: -1;
}
.page297 .services.section4 .sec2 .col-md-6::before,
.page297 .services.section1 .sec2 .col-md-6::before,
.page245 .expertise.section6 .sec2 .col-md::before,
.page245 .expertise.section5 .sec2 .col-md::before{
	width: 95%;
	left: 2.5%;
}
.sections.expertise .content h4 a:hover{
	color: #202248;
}
.sections.expertise .content h4 a,
.sections.expertise .content h4{
	font-size: 1.1rem;
	color: #d41a24;
	margin-bottom: 15px;
}
.sections.expertise .content ul{
	padding-left: 0;
}
.sections.expertise .sec2 .content p, 
.sections.expertise .sec2 .content li {
    font-size: .9rem;
    color: #071038;
    margin-bottom: 3px;
    position: relative;
    padding-left: 20px;
}
.sections.expertise .sec2 .content p{
	padding-left: 0;
	margin-bottom: 15px;
}
.sections.expertise .content li::before{
	content: '\f054';
	position: absolute;
	width: 20px;
	height: 20px;
	left: 0;
	top: 0px;
	font-family: 'FontAwesome';
	font-size: 1rem;
	color: #d41a24;
}
.sections.expertise .align-self-center{
	padding: 0 15px !important;
	position: relative;
}
.sections.expertise .align-self-center .d-block{
	height: 100%;
}
.page297 .secTitle h2,
.sections.expertise.services.section1 h2 {
    color: #202346;
}
.sections.expertise.services h3.active,
.sections.expertise.services h3:hover{
	color: #202248;
}
.sections.expertise.services h3,
.sections.expertise.services h2 {
	color: #d41a24;
	transition: .3s;
}
.sections.expertise.services.section6 .sec2 .content p,
.sections.expertise.services .sec1 .content p{
	color: #202346;
}
.page .slider .caption::before { content: none;}
.page .slider .caption {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0%;
    z-index: 9;
	background-color: transparent;
	background-image: none;
}
.page .slider .caption h2::after{
	content: '';
	position: absolute;
	width: 75px;
	height: 5px;
	background-color: #d41a24;
	right: 0;
	bottom: -11px;
}
.page .slider .caption h2{
    color: #FFF;
	font-size: 5rem;
	font-weight: 500;
	text-transform: uppercase;
	display: inline-block;
	position: relative;
}
.menu_expertises,
.menu_media{
	text-align: center;
}
.menu_expertises p br,
.menu_media p br{
	display: none;
}
.menu_media .sec1 p{
	text-align: center !important;
}
.menu_media .sec1 p a,
.menu_expertises a,
.menu_media a{
	display: inline-block;
	padding: 10px 25px;
	background-color: #e5e5e5;
	color: #202248;
	font-size: 1.3rem;
	width: 20%;
	margin: 0 10px;
	/* overflow: hidden; */
}
.menu_media .sec1 p a:first-child,
.menu_expertises a:first-child {
	margin-left: 0;
}
.menu_media .sec1 p a:last-child,
.menu_expertises a:last-child {
	margin-right: 0;
}
.menu_media .sec1 p a,
.menu_expertises a {
    width: auto;
    margin: 10px 5px;
    text-transform: uppercase;
    border: 2px solid #FFF;
    padding: 7px;
    font-size: .85rem;
    border-radius: 6px;
}
.menu_media .sec1 p a{
	font-size: 1.1rem;
	padding: 7px 15px;
	margin: 15px;
	min-width: 160px;;
}
.menu_media .sec1 p a:hover,
.menu_media .sec1 p a.active,
.menu_expertises a:hover,
.menu_expertises a.active,
.menu_media a.active{
	background-color: #d41a24;
	color: #FFF;
}
.evenements .pt-4{
	padding-top: 0 !important;
}
.evenements .d-flex{
	display: -webkit-box !important;
}
.evenements .container .row{
	display: flex !important;
}
.temoins .container{
	max-width: 75%;
}
.temoins .slick-track {
    padding: 30px 0;
}
.evenements .container{
	max-width: 75%;
	position: relative;
	border: 1px solid #E1E1E1;
	border-radius: 20px;
	margin-bottom: 50px;
	position: relative;
	box-shadow: 0 0 20px rgba(0,0,0,.3);
}
.evenements .slick-track {
    padding: 20px 0;
}
.evenements .col-md-6:first-child{
	padding: 0 !important;
}
.evenements .col-md-6:last-child{
	border-radius: 0;
	padding: 40px !important;
	position: relative;
}
.evenements .col-md-6{
	align-self: center !important;
	overflow: hidden;
}
.evenements .col-md-6 img{
	border-radius: 20px 0 0 20px;
}
.evenements .col-md-6 p b,
.evenements .col-md-6 p strong{
	padding: 5px;
	position: absolute;
	right: 15px;
	top: 15px;
	font-weight: 300;
	font-size: .9rem;
}
.evenements h4{
	font-size: 2rem;
	font-weight: 500;
	position: relative;
	padding: 0;
	margin-bottom: 30px;
	background-color: #FFF;
	display: inline-block;
}
.evenements h4::before {
    content: none;
    position: absolute;
    width: 35vw;
    height: 3px;
    left: 107%;
    top: 20px;
    background-color: #d41a24;
    z-index: -1;
}
.evenements .slick-dots {
    margin: 15px 0 0;
	max-width: 1320px;
	margin: auto;
	position: relative;
}
.slick-next, .slick-prev {
	top: auto;
    bottom: 27px;
    width: 15px;
    height: 15px;
	left: 40%;
	right: auto;
	z-index: 9;
}
.evenements .slick-next{
	left: auto;
	right: 40%;
}
.temoins .slick-next:hover::before,
.temoins .slick-prev:hover::before,
.evenements .slick-next:hover::before,
.evenements .slick-prev:hover::before{
	color: #d41a24;
}
.evenements .slick-next::before,
.page87 .values .slick-next::before,
.presse .slick-next::before,
.slidesC .slick-next::before,
.slidesC .slick-prev::before,
.clients .slick-next::before,
.clients .slick-prev::before,
.temoins .slick-next::before,
.temoins .slick-prev::before,
.page87 .values .slick-prev::before,
.presse .slick-prev::before,
.evenements .slick-prev::before,
.evenements .slick-next::before,
.evenements .slick-prev::before{
	content: '\f0d9';
	font-family: 'FontAwesome';
	position: absolute;
	width: 3rem;
	height: 3rem;
	color: #828282;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	font-size: 3rem;
	line-height: 3rem;
	background-color: transparent;
}
.page87 .values .slick-next::before,
.presse .slick-next::before,
.slidesC .slick-next::before,
.slidesC .slick-prev::before,
.presse .slick-prev::before,
.page337 .temoins .slick-next::before,
.page337 .temoins .slick-prev::before{
	color: #202248;
}
.page87 .values .slick-next:hover::before,
.presse .slick-next:hover::before,
.slidesC .slick-next:hover::before,
.slidesC .slick-prev:hover::before,
.presse .slick-prev:hover::before,
.page337 .temoins .slick-next:hover::before,
.page337 .temoins .slick-prev:hover::before{
	color: #d41a24;
}
.slidesC .slick-next::before,
.page87 .values .slick-next::before,
.presse .slick-next::before,
.evenements .slick-next::before{
	content: '\f0da';
}
.temoins .slick-prev::before,
.evenements .slick-prev::before,
.clients .slick-prev::before,
.page87 .values .slick-prev::before,
.presse .slick-prev::before{
	content: '\f053';
	color: #202248;
	transition: .3s;
}
.temoins .slick-next::before,
.clients .slick-next::before,
.evenements .slick-next::before,
.page87 .values .slick-next::before,
.presse .slick-next::before{
	content: '\f054';
	color: #202248;
	transition: .3s;
}
.temoins .slick-prev:hover::before,
.temoins .slick-next:hover::before,
.clients .slick-prev:hover::before,
.clients .slick-next:hover::before,
.evenements .slick-prev:hover::before,
.evenements .slick-next:hover::before,
.presse .slick-prev:hover::before,
.presse .slick-next:hover::before{
	color: #d41a24;
}
.evenements .slick-dots li button:before {
    line-height: 10px;
    width: 10px;
    height: 10px;
    content: '';
    opacity: 1;
    background-color: #ececec;
    border-radius: 50%;
}
.menu_media.secTitle h3{
	font-size: 3rem;
	line-height: 4rem;
	font-weight: 700;
	text-align: left;
}
.page337 .temoins .row{
	padding: 0 !important;
	background-color: #FFF;
}
.page337 .temoins .container{
	box-shadow: 0 0 20px rgba(0,0,0,.3);
}
.page337 .temoins .col-12 {
    padding: 5rem 3rem 3rem !important;
    background-color: #FFF;
    border-radius: 30px;
    background-image: url(../images/quote2.png);
    background-size: 5rem;
    background-repeat: no-repeat;
    background-position: top -6px left 100px;
}
.page337 .secTitle{
	background-color: #f8f8f8;
}
.page337 .temoins .container{
	text-align: center;
}
.page337 .temoins .container .content1::before {
	content: '';
	position: absolute;
	width: 100%;
	height: 1px;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	background-image: linear-gradient(to right, transparent, #202248, transparent);
}
.page337 .temoins .container .content1 {
    text-align: left;
    padding-bottom: 30px;
    margin-bottom: 30px;
	position: relative;
}
.page337 .temoins .container .content3,
.page337 .temoins .container .content2{
	display: inline-block !important;
	width: 46%;
}
.page337 .temoins .container .content3{
	margin-left: 40px;
	position: relative;
}
.page337 .temoins .container .content.pt-4{
	padding-top: 0 !important;
	margin-top: 30px;
}
.page337 .temoins .container .content3::before{
	content: '';
	position: absolute;
	width: 2px;
	height: 100%;
	background-color: #E1E1E1;
	left: -20px;
	top: 0;
	bottom: 0;
	margin: auto;
}
.page337 .temoins h4, .page337 .temoins h5, .page337 .temoins h6 {
    text-align: right;
}
.page87 .values:hover .slick-next, 
.presse:hover .slick-next, 
.evenements:hover .slick-next, 
.evenements:hover .slick-prev,
.clients:hover .slick-next, 
.clients:hover .slick-prev,
.temoins:hover .slick-next, 
.temoins:hover .slick-prev,
.slidesC:hover .slick-next, 
.slidesC:hover .slick-prev,
.page87 .values:hover .slick-prev,
.presse:hover .slick-prev,
.page337 .temoins:hover .slick-next, .page337 .temoins:hover .slick-prev { 
	opacity: 1;
}
.page87 .values .slick-next, 
.presse .slick-next, 
.evenements .slick-prev,
.evenements .slick-next, 
.clients .slick-prev,
.clients .slick-next, 
.temoins .slick-prev,
.temoins .slick-next, 
.slidesC .slick-next, 
.slidesC .slick-prev,
.page87 .values .slick-prev,
.presse .slick-prev,
.page337 .temoins .slick-next, .page337 .temoins .slick-prev {
    font-size: 3rem;
    top: 0px;
    bottom: 0;
    width: 3rem;
    height: 4rem;
    margin: auto;
    right: 3%;
    left: auto;
    opacity: 0;
	transition: .3s;
}
.temoins .slick-next{
	right: -8%;
}
.clients .slick-next{
	right: -5%;
}
.temoins .slick-prev {
    right: auto;
    left: -8%;
}
.clients .slick-prev {
    right: auto;
    left: -5%;
}
.page87 .values .slick-prev,
.presse .slick-prev,
.slidesC .slick-prev,
.page337 .temoins .slick-prev{
	right: auto;
	left: 2%;
}
.page337 .menu_media a.active{
	position: relative;
}
.page337 .menu_media a.active::after {
    content: none;
    position: absolute;
    width: 80%;
    height: 190px;
    left: 10%;
    bottom: -190px;
    background-image: url(https://cbi.clarke.ma/wp-content/uploads/2024/10/bg-temoins-2.png);
    background-size: 80%;
    background-position: center top;
    background-repeat: no-repeat;
    z-index: -1;
}
.categories .sec1 a.active{
	background-color: #f7f7f7;
	font-weight: 500;
}
.categories .sec1 a:hover{
	background-color: #f7f7f7;
}
.categories .sec1 a{
	background-color: #FFF;
	padding: 25px;
	border-radius: 20px 20px 0 0;
	color: #202248;
	font-weight: 300;
	text-transform: uppercase;
	text-align: center;
}
.categories .sec1 h4{
	font-size: 2.4rem;
	line-height: 2.4rem;
	color: #202248;
}
.categories .sec1 .content1 p br{
	display: none;
}
.categories .sec1 .content1 p a br{
	display: block;
}
.categories.section{
	padding-bottom: 0 !important;
	background-size: cover;
	background-position: right top;
}
.categories.section .sec1 .col2{
	text-align: right;
}
.presse .slick-slide .content1{
	border-radius: 20px;
	overflow: hidden;
}
.presse.section3 .sec1 .container{
	max-width: 100%;
}
.page439 .presse .sec1 .container,
.page433 .presse .sec1 .container,
.page396 .presse .sec1 .container{
	max-width: 80%;
}
.presse.section3 .sec1 .date{
	position: relative;
	display: inline-block;
	left: 0;
	top: 0;
	margin-top: 10px;
}
.presse.section3 .sec1 .col-md{
	padding: 0 0 !important;
	max-width: 95%;
	margin: 0 2.5%;
	position: relative;
	border-radius: 20px;
	overflow: hidden;
	height: auto !important;
}
.presse.section3 .sec1 .col-md::before{
	content: '';
	width: 100%;
	left: 0;
	top: 0;
	position: absolute;
	height: 100%;
	background-color: #FFF;
	box-shadow: 0 0 10px rgba(0,0,0,.3);
	z-index: -1;
}
.presse .col-md .thumb{
	width: 100%;
	float: none;
}
.presse .col-md .post {
    width: 100%;
    float: none;
    padding-top: 1rem;
	position: relative;
	padding: 0 15px;
	background-color: transparent;
}
.evenements .col-md-6 p b::after,
.evenements .col-md-6 p strong::after,
.presse .date::after{
	content: '';
	position: absolute;
	right: 0;
	top: 15%;
	width: 2px;
	height: 70%;
	background-color: #d41a24;
}
.evenements .col-md-6 p b::after,
.evenements .col-md-6 p strong::after{
	height: .9rem;
	right: auto;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}
.presse .date{
	position: absolute;
	right: 0;
	top: 40px;
	font-weight: 300;
	color: #999999;
	padding-right: 7px;
}
.presse img{
	margin-bottom: 0;
}
.presse h4{
	font-size: 1.1rem;
	font-weight: 600;
	padding: 15px 0;
	text-align: left;
}
.presse p{
	margin-bottom: 20px;
	text-align: left;
	font-size: .9rem;
}
.presse a.readMore::after {
    font-family: 'FontAwesome';
    content: '\f0da';
    position: absolute;
    width: 1.3rem;
    height: 1.8rem;
    left: auto;
    right: 0px;
    top: 0;
    bottom: 0;
    margin: auto;
    color: #d41a24;
    font-size: 1.3rem;
    transition: all .3s;
    background-color: transparent;
	text-align: center;
}
.presse a.readMore:hover { opacity: .7;}
.presse a.readMore {
    color: #d41a24;
    font-weight: 500;
    background-color: transparent;
	border: 1px solid #d41a24;
    border-radius: 0;
    padding: 5px 20px;
	margin-bottom: 15px;
    float: none;
	position: relative;
}
.presse .sec1 .col-12{
	/* background-image: url(https://cbi.clarke.ma/wp-content/uploads/2024/10/bg-presse.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top right;
	border-radius: 30px; */
}
.page87 .values .slick-next, 
.presse .slick-next, 
.slidesC .slick-next, 
.slidesC .slick-prev,
.page87 .values .slick-prev,
.presse .slick-prev{
	left: -3rem;
}
.page87 .values .slick-prev,
.presse .slick-prev{
	left: 2rem;
}
.page439 .presse .slick-prev,
.page433 .presse .slick-prev,
.page396 .presse .slick-prev{
	left: -8%;
}
.page337 .temoins .slick-prev,
.evenements .slick-prev{
	left: 5%;
	right: auto;
}
.page87 .values .slick-next::before, 
.presse .slick-next::before, 
.clients .slick-next::before, 
.clients .slick-prev::before,
.evenements .slick-next::before, 
.evenements .slick-prev::before,
.slidesC .slick-next::before, 
.slidesC .slick-prev::before,
.page87 .values .slick-prev::before,
.presse .slick-prev::before{
    width: 3rem;
    height: 3rem;
    font-size: 3rem;
    line-height: 3rem;
}
.slidesC .slick-next,
.page87 .values .slick-next,
.presse .slick-next{
    right: -3rem;
    left: auto;
}
.page87 .values .slick-next,
.presse .slick-next{
	right: 2rem;
}
.page433 .presse .slick-prev::before,
.page433 .presse .slick-next::before{
	color: #FFF;
}
.page433 .presse .slick-prev:hover:before,
.page433 .presse .slick-next:hover::before{
	color: #d41a24;
}
.page439 .presse .slick-next,
.page433 .presse .slick-next,
.page396 .presse .slick-next{
	right: -8%;
}
.page337 .temoins .slick-next,
.evenements .slick-next{
	right: 5%;
}
.slidesC .slick-next::before,
.page87 .values .slick-next::before,
.presse .slick-next::before{
    width: 3rem;
    height: 3rem;
    font-size: 3rem;
    line-height: 3rem;
}
.clients .slick-next, .clients .slick-prev,
.temoins .slick-next, .temoins .slick-prev,
.evenements .slick-next, .evenements .slick-prev {
    top: 0;
    bottom: 0;
    margin: auto;
}
.article p{
	text-align: justify;
	margin-bottom: 1.5rem;
}
.section.presse{
	padding-top: 0 !important;
}
.sub-menu, .nav-submenu {
    padding: 10px;
    top: 27px;
    box-shadow: 0 0 10px rgba(0,0,0,.3);
}
.header .sub-menu li a,
.header .sub-menu li {
    display: block;
}
.article.section{
	background-color: #F1F1F1F1;
}
.article.section h2{
	font-size: 1.5rem;
	padding: 2rem 0 .7rem;
	margin-bottom: 3rem;
	font-weight: 700;
}
.article.section h3{
	font-size: 1.3rem;
	margin-bottom: 1.5rem;
	font-weight: 600;
}
.article.section h4{
	font-size: 1rem;
	margin-bottom: 1.5rem;
	font-weight: 400;
}
.article.section ul{
	padding: 0 0 30px 30px;
	list-style: disc;
}
.article.section ul li{
	margin-bottom: .5rem;
}
.article.section p{
	margin-bottom: 1rem;
}
/* .values .sec5 .pt-4, */
.values .sec2 .pt-4 {
    padding-top: 0 !important;
}
.values .sec2 .d-block.image {
    text-align: center;
}
/* .values .sec5 .container {
	padding: 0;
} */
/* .values .sec5 .content h3, */
.values .sec2 .content2 h3 {
    padding-bottom: 20px;
}
.sections.section.section1.banner {
    padding: 0 !important;
}
.sections.section.section1.banner .pt-4 {
    padding: 0 !important;
}
.sections.section.section1.banner .container {
    max-width: 100%;
	padding: 0;
}
.sections.section.section1.banner img {
    width: 100%;
}
.sections.expertise .d-flex{
	/* display: -webkit-box !important; */
}
.sections.expertise .col-md {
    min-width: 20%;
    max-width: 20%;
}
.expertise.section5 .col-md {
    min-width: 33.33%;
}
.expertise.section6 .col-md,
.expertise.section5 .col-md {
    min-width: 50%;
}
.page530 .section1{
	margin-top: 3rem;
}
/* .values .sec5, */
.values .sec2{
	padding-top: 3rem;
}
.values .icons p,
/* .values .sec5 .content2 p, */
.values .sec2 .content2 p{
	display: none;
}
.page87 .values .section .content2 p,
.page87 .values .sec2 .content2 p{
	display: block;
	text-align: left;
}
.values .icons.active p,
/* .values .sec5 .col-6.active .content2 p, */
.values .sec2 .col-6.active .content2 p{
	display: block;
	color: #202248;
}
.values .icons:hover h3,
/* .values .sec5 .col-6:hover h3, */
.values .sec2 .col-6:hover h3{
	color: #d41a24;
	cursor: pointer;
	transition: .3s;
}
.about.clients h3{
	margin-bottom: 1.5rem;
}
.about.clients h2,
.about.partners h2{
	margin-bottom: 2rem;
}
.about.partners .item img{
	margin-bottom: 1.5rem;
}
.partners .sec4{
	padding-top: 3rem;
	text-align: center;
	background-color: #FFF;
}
.clients .sec2, .partners .sec4 {
	text-align: center;
}
.clients .sec2 h4, .partners .sec4 h4 {
	text-align: left;
	font-size: 1rem;
	font-weight: 700;
	color: #202249;
	margin-bottom: 1rem;
}
.clients .sec2 img, .partners .sec4 img {
    height: 40px;
    margin: 12px;
    width: auto !important;
    display: inline-block;
}
.clients .sec2 img{
    height: 70px;
    margin: 5px;
}
.clients .slick-slide,
.partners .slick-slide {
    padding: 0 10px;
}
.partners .sec4 .myItem {
    background-color: #FFF;
    padding: 10px 15px 40px !important;
}
/* .values .sec5 .content, */
.values .sec2 .content2{
	text-align: center;
}
.values .sec2 .content2{
	padding: 1rem 0 .5rem 0;
}
/* .values .sec5 .content2 h3, */
.values .sec2 .content2 h3{
	color: #202248;
}
.ui-widget-header,
.ui-widget.ui-widget-content {
    border: 0;
	background-color: transparent;
}
.ui-tabs .ui-tabs-nav li:first-child {
	padding: 0;
}
.ui-tabs .ui-tabs-nav li {
    list-style: none;
    float: left;
    position: relative;
    top: 0;
    margin: 0;
    border-bottom-width: 0;
    padding: 0 .5rem;
    white-space: normal;
}
.tabs .ui-state-default{
    border: 0;
    background: transparent;
    font-weight: normal;
    color: #FFF;
}
.tabs .ui-state-default a{
    color: #FFF;
}
.expertises .sec1 .content{
	margin-bottom: 3rem;
}
.expertises .sec1 .content:last-child{
	margin-bottom: 0;
}
.ui-tabs .ui-tabs-panel {
    display: block;
    border-width: 0;
    padding: 1.5rem 0 0;
    background: none;
}
/* .values .sec5 .row, */
.values .sec2 .row {
	justify-content: center;
}
.services.expertises .ui-tabs .ui-tabs-nav li a {
    color: #202248;
    display: block;
    width: 100%;
    float: none;
}
.services.expertises .ui-tabs .ui-tabs-nav li {
    width: 25%;
}
.services .sec1 h2{
	margin-bottom: 1.5rem;
}
.services .sec1 .content{
	margin-bottom: 3rem;
}
.expertises .tabs .ui-tabs-tab a::before{
	background-color: #ca222b;
}
.expertises .tabs .ui-tabs-tab a::after{
	background-color: #ca222b;
}
.services.expertises .tabsContent::after{
	background-color: #5A5A5A;
}
.expertises.services .ui-tabs-panel p,
.expertises.services .ui-tabs-panel ul li{
    color: #202248;
}
.news .sec2 .d-block.myItem {
    padding: 30px;
}
.news .d-block.myItem a::before {
	content: '\f054';
	font-family: 'FontAwesome';
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	width: 1.5rem;
	height: 1.5rem;
	margin: auto;
	text-indent: 0;
	z-index: 0;
	text-align: center;
}
.news .d-block.myItem a {
	color: #FFF;
	font-weight: 500;
	background-color: #d41a24;
	border-radius: 5px;
	padding: 5px 30px;
	text-transform: uppercase;
	position: relative;
	overflow: hidden;
	text-indent: -90000px;
}
.news .content1,
.news .content2{
	width: 20%;
	float: left;
}
.news .content2{
	width: 80%;
	float: left;
}
.news .content3{
	clear: both;
}
.news .content1 img{
	height: 55px;
}
.about.news h4{
	padding-top: 15px;
}
.news .content{
	margin-bottom: 1.5rem;
}
.news .content p{
	margin-bottom: 1.5rem;
}
.news .content:last-child{
	margin-bottom: 0;
}
.page87 .section2 .sec1 .content2{
	padding-top: 3rem;
}
.page87 .values .sec4 {
    padding-top: 2rem;
}
.page.sections h2{
	color: #FFF;
	font-size: 2rem;
}
.page.sections.section2 p{
	color: #FFF;
	font-weight: 300;
	margin-bottom: 1rem;
}
.page.section3 h3{
	color: #000;
	font-size: 1.5rem;
	font-weight: 700;
	margin: 3rem 0;
}
.page.section3 p{
	color: #000;
}
.page.section3 .col-md-4 .myItem{
	padding: 1.5rem;
}
.page.section3 .col-md-4{
	padding: 0 1.5rem !important;
	position: relative;
	margin-bottom: 3rem !important;
}
.page.section3 .col-md-4::before {
    content: '';
    position: absolute;
    left: 5%;
    top: 0;
    width: 90%;
    height: 100%;
    background: linear-gradient(135.48deg, rgba(238, 238, 238, 0.69) 24.79%, rgba(214, 215, 218, 0.69) 100%);
    z-index: -1;
}
.page.section3 .col-md-4 img{
	width: 70px;
	height: auto;
	margin-bottom: 3rem;
}
.page.section3 .col-md-4 p{
	font-size: 1rem;
	font-weight: 300;
}
.page.section3 .col-md-4 p strong{
	font-weight: 600;
}
.page.section3 .col-md-4 h3{
	font-size: 1.3rem;
	font-weight: 600;
	margin-bottom: 1.5rem;
}
.menu_media .sec1 .container{
	max-width: 100%;
	padding: 0;
}
.menu_media .sec1 p a.active {
	color: #FFF;
}
.menu_media .sec1 p a:hover {
	color: #FFF;
}
.menu_media .sec1 p a:hover::before,
.menu_media .sec1 p a.active::before {
	/* content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background-color: rgba(195, 50, 47, 1);
	z-index: -1; */
}
.menu_media .sec1 p a {
    /* width: 33.33%;
    height: auto;
    display: block;
    background-image: url(https://cbi.clarke.ma/wp-content/uploads/2024/12/evenements.jpg);
	background-color: #C4C4C4;
    background-position: center;
    background-size: cover;
    padding: 10px;
    margin: 0;
    float: left;
    line-height: normal;
    font-size: 2rem;
    font-weight: 400;
    text-transform: uppercase;
    color: #202248;
    position: relative;
    z-index: 1;
	border-left: .5px solid #FFF;
	border-right: .5px solid #C4C4C4; */
}
.menu_media .sec1 p a:first-child{
	/* background-image: url(https://cbi.clarke.ma/wp-content/uploads/2024/12/img-presse.jpg); */
}
.menu_media .sec1 p a:last-child{
	/* background-image: url(https://cbi.clarke.ma/wp-content/uploads/2024/12/temoignages.jpg); */
}
.menu_media.section1{
	padding-top: 0 !important;
}
.menu_media .sec1 .pt-4{
	padding-top: 0 !important;
}
.categories .sec2{
	padding-top: 3rem;
}
.categories .sec2 a.active{
	font-weight: 600;
}
.categories .sec2{
	text-align: center;
}
.categories .sec2 br{ display: none;}
.categories .sec2 a br{ display: block;}
.categories .sec2 p{
	display: inline-block;
	position: relative;
	padding-bottom: 10px;
	border-image-source: linear-gradient(90deg, rgba(79, 86, 172, 0) 0%, #202346 29%, #202346 69.5%, rgba(79, 86, 172, 0) 100%);
}
.categories .sec2 p::before{
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 1px;
	border: 0.5px solid;
}
.categories .sec2 a.active::after {
	content: '';
	position: absolute;
	width: 25px;
	height: 7px;
	left: 15px;
	bottom: -13px;
	background-color: #d41a24;
	z-index: 1;
}
.categories .sec2 a::before {
    content: '';
    position: absolute;
    width: 1px;
    height: 50px;
    right: 0;
    top: auto;
    bottom: 0;
    margin: auto;
    background-color: #202346;
}
.categories .sec2 a:last-child::before{
	content: none;
}
.categories .sec2 a:hover{ opacity: .7;}
.categories .sec2 a{
	display: inline-block;
	font-size: 1.3rem;
	line-height: 1.5rem !important;
	font-weight: 400;
	text-align: center;
	position: relative;
	color: #202346;
	padding: 5px 40px;
}
.presse.section3{
	margin-top: 3rem;
	padding-top: 3rem !important;
}
.reportage iframe{
	width: 100%;
	height: 500px;
}
.presse .reportage p,
.presse .reportage h6,
.presse .reportage h4{
	color: #FFF;
	margin-bottom: 10px;
}
.presse .reportage.col-md .post {
    padding-top: 1rem;
    position: relative;
    padding: 0;
    background-color: transparent;
}
.page331 div#section2 {
    padding: 0 !important;
}
.page337 div#section2 {
    padding: 0 0 3rem !important;
}
.temoins .slick-list {
    height: auto !important;
}
.presse.section.videos .sec1 .col-md::before {
    background-color: transparent;
}
.home div#section3 {
    padding-bottom: 0 !important;
}
.page87 .sections.section2 h2 {
    font-size: 1rem;
}
.history.section6 .sec1 .content2 {
    padding-top: 25px;
}
.section1.expertise{
	padding-top: 0 !important;
}
.page297 .secTitle.pt-5.section.expertise.services.wow.fadeIn {
    margin-bottom: 1.5rem !important;
}
.qualite .sec1 p:first-child {
    margin-top: 25px;
}
.menuArticle{
	background-position: left top;
}
.menuArticle .sec1 .content1 p:last-child{ margin-right: 0;}
.menuArticle .sec1 .content1 p{
	display: inline-block;
	margin-right: 25px;
}
.menuArticle .sec1 a{
	font-size: 1.3rem;
	font-weight: 600;
	padding: 7px 30px;
	border: 2px solid #C3322F;
	color: #C3322F;
}
.menuArticle .sec1 a.active,
.menuArticle .sec1 a:hover{
	background-color: #C3322F;
	color: #FFF;
}
.menuArticle .sec2{
	padding-top: 5rem;
}
.menuArticle .sec2 h2 strong{
	color: #C3322F;
}
.menuArticle .sec2 h2{
	font-size: 2.1rem;
	color: #202248;
	font-weight: 600;
}
.menuArticle .sec2 p:last-child{
	margin-bottom: 0;
}
.menuArticle .sec2 p{
	font-size: 1rem;
	color: #202248;
	margin-bottom: 1.3rem;
}
.menuArticle .sec2 a.active::before{
	content: '\f077';
}
.menuArticle .sec2 a::before{
	content: '\f078';
	font-family: 'FontAwesome';
	margin-right: 7px;
	transition: .3s;
}
.menuArticle .sec2 a:hover{
	color: #C3322F;
}
.menuArticle .sec2 a{
	font-size: 1.5rem;
	font-weight: 600;
	color: #202248;
	position: relative;
}
.block.block1{
	text-align: center;
}
.block.block1 img{
	margin: 0 auto 2rem;
	width: 100px;
}
.block.block1 p{
	color: #FFF;
	margin-bottom: 1rem;
}
.section.block2 h2{
	margin-bottom: 4rem;
	font-weight: 600;
}
.section.block2 h3::after {
    content: '';
    position: absolute;
    width: 90px;
    height: 40px;
    left: -150px;
    top: 0;
    background-image: url(../images/bgTitle.png);
    background-size: 90px;
    background-repeat: no-repeat;
    background-position: left top;
}
.section.block2 h4::before,
.section.block2 h3::before{
	content: '';
	position: absolute;
	width: 40px;
	height: 40px;
	left: -50px;
	top: 0;
	background-image: url(https://cbi.clarke.ma/wp-content/uploads/2024/12/1-13.png);
	background-size: 40px;
	background-repeat: no-repeat;
	background-position: left top;
}
.section.block2 h3#item-2::before{
	background-image: url(https://cbi.clarke.ma/wp-content/uploads/2024/12/2-13.png);
}
.section.block2 h3#item-3::before{
	background-image: url(https://cbi.clarke.ma/wp-content/uploads/2024/12/3-13.png);
}
.section.block2 h3#item-4::before{
	background-image: url(https://cbi.clarke.ma/wp-content/uploads/2024/12/4-12.png);
}
.section.block2 h3#item-5::before{
	background-image: url(https://cbi.clarke.ma/wp-content/uploads/2024/12/5-9.png);
}
.section.block2 h3:first-child{
	margin-top: 0;
}
.section.block2 h3{
	padding-bottom: 1.3rem;
	font-weight: 600;
	color: #202248;
	position: relative;
}
.section.block2 p{
	margin-bottom: 1rem;
	font-weight: 400;
	color: #202248;
}
.section.block2 .content::before{
	content: '';
    position: absolute;
    width: 1px;
    height: 100%;
    top: 8.5px;
    left: 0;
    background-color: #CECECF;
}
.section.block2 .content:last-child:before,
.section.block2 .content.content6:before,
.section.block2 .content.content1::before{
	content: none;
}
.section.block2 .content{
	padding-left: 150px;
	position: relative;
	padding-bottom: 3rem;
}
.section.block2 .content.content1{
	padding-left: 0;
	padding-bottom: 1rem;
}
.section.block2 h4{
	font-size: 1.3rem;
	color: #202248;
	font-weight: 600;
	line-height: normal;
	position: relative;
}
.section.block2 h4::before{
    width: 85px;
    height: 100%;
    left: -90px;
    top: 8px;
    background-size: 80px;
}
.section.block2 h4::before{
	background-image: url(https://cbi.clarke.ma/wp-content/uploads/2024/12/6-8.png);
}
.contact.section5 .row,
.block1#section3 .row {
    justify-content: center;
}
.contact.section5 h3{
	font-size: 1.3rem;
	font-weight: 600;
	color: #FFF;
	margin-bottom: 2rem;
}
.contact.section5 a:hover {
	opacity: .7;
}
.contact.section5 a::before {
    content: '\f054';
    font-family: 'FontAwesome';
    position: absolute;
    width: 1rem;
    height: 2.2rem;
    right: 15px;
    top: 0;
    bottom: 0;
    margin: auto;
    font-size: 1.5rem;
}
.contact.section5 a{
	font-size: 1rem;
	font-weight: 600;
	color: #FFF;
	padding: 7px 40px 7px 30px;
	background-color: #C3322F;
	position: relative;
}
.block{
	display: none !important;
	width: 100%;
	height: 0;
	transition: .3s;
}
.block.active{
	display: block !important;
	height: auto;
}
body.padTop68{
	padding-top: 108px;
}
.page1064 .section.block2 .content.content6::before{
	content: '';
}
.page1064 .section.block2 .content.content8::before{
	content: none;
}
.page1064 .section.block2 h3::before {
    content: '';
    position: absolute;
    width: 40px;
    height: 40px;
    left: -50px;
    top: 0;
    background-image: url(https://cbi.clarke.ma/wp-content/uploads/2024/12/Group-6.png);
    background-size: 40px;
    background-repeat: no-repeat;
    background-position: left top;
}
.page1064 .section.block2 h3#item-2::before {
    background-image: url(https://cbi.clarke.ma/wp-content/uploads/2024/12/mdi_target.png);
}
.page1064 .section.block2 h3#item-3::before {
    background-image: url(https://cbi.clarke.ma/wp-content/uploads/2024/12/eos-icons_monitoring.png);
}
.page1064 .section.block2 h3#item-4::before {
    background-image: url(https://cbi.clarke.ma/wp-content/uploads/2024/12/carbon_dashboard.png);
}
.page1064 .section.block2 h3#item-5::before {
    background-image: url(https://cbi.clarke.ma/wp-content/uploads/2024/12/raphael_roadmap.png);
}
.page1064 .section.block2 h3#item-6::before {
    background-image: url(https://cbi.clarke.ma/wp-content/uploads/2024/12/Group-11.png);
}
.page1064 .section.block2 h3#item-7::before {
    background-image: url(https://cbi.clarke.ma/wp-content/uploads/2024/12/5-9.png);
}
.page1064 .section.block2 h4::before {
    width: 75px;
    left: -70px;
    top: 0px;
    background-size: 60px;
}
.page297 .expertise.section.section2 .sec3 .row,
.page297 .expertise.section .sec2 .row,
.page245 .expertise.section .sec2 .row{
	justify-content: center;
}
.menu_expertises.section1 .container{
	max-width: 100%;
	padding: 0;
}
.menu_expertises.section1.section .sec1 p{ 
	text-align: center !important;
}
.menu_media.sections,
.menu_expertises.section1.section{
	padding: 0 !important;
	background-color: #e5e5e5;
	text-align: center;
}
.menu_expertises.section1.section .pt-4{
	padding: 0 !important;
	text-align: center;
}
.page.single .section h2{
	margin-bottom: 2rem;
}
.page.single .section p{
	margin-bottom: 1rem;
}
.offres .sec1.section {
    margin-bottom: 2rem;
}
.offres.section h3{
	font-size: 1.3rem;
	font-weight: 600;
	margin-bottom: .5rem;
}
.offres.section .date{
	font-size: .9rem;
	font-weight: 300;
	margin-bottom: .5rem;
	color: #999999;
}
.offres.section p{
	font-size: 1rem;
	margin-bottom: .5rem;
}
.offres.section a.readMore{
	padding: 5px 20px;
}
.pagination li,
.pagination span,
.pagination a{
	display: inline-block;
	margin: 0 2.5px;
	color: #202248;
	font-size: 1rem;
	font-weight: 400;
}
.pagination a:hover{
	color: #d41a24;
}
.pagination span{
	font-weight: 700;
	color: #d41a24;
}
.page521 .section1{
	display: none;
}
.home .section9.section{
	display: none;
}
.menu_expertises.sticky {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 99999 !important;
}
.menu-placeholder {
	display: none;
}
.page487 div#section5 p,
.page1064 div#section5 p {
    text-align: center !important;
}
.keys h3 span.plusDe {
    font-size: .7rem !important;
    text-transform: none !important;
}













/* Sections */
.vision .sec1 .content2,
.page87 .sec4 .content2,
.page87 .sec6 .content2,
.page87 .sec10 .content2,
.page87 .sec11 .content2,
.page87 .sec10 .content3,
.page87 .sec8 .content2,
.page87 .sec2 .content2{
	padding-top: 30px;
}
.page87 .sec4 .content2{
	padding-top: 0;
}
.page87 .sec2 .content2{
	padding-top: 10px;
}
.page87 .sec10 p{
	margin-bottom: 15px;
}
.qualite .sec1 a,
.page87 .sec10 a{
	color: #d41a24;
}
.page87 .sec10 a:hover{
	color: #202248;
}
.page87 .sec3 .col-md{
	text-align: center;
}
.recrut .sec1 p{
	margin: 40px 0;
}
.formulaire a:hover,
.recrut a:hover{
	color: #d41a24;
}
.formulaire a,
.recrut a{
	color: #202248;
	font-size: .9rem;
}
.formulaire button:hover,
.recrut button:hover{
	background-color: #d41a24;
}
.formulaire button,
.recrut button{
	background-color: #202248;
	color: #FFF;
	border: 0;
	padding: 5px 25px;
	font-size: 1rem;
	transition: all .3s;
}
.formulaire button{
	margin-top: 20px;
	padding: 10px 30px;
	display: inline-block;
	font-size: 1.3rem;
}
.page87 .sec3 .col-md img{
	height: 55px;
	width: auto;
	margin: 0 auto 10px;
}
.page87 .sec3 .col-md.align-self-center{
	align-self: flex-start !important;
}
.vision .sec2{
	padding-top: 40px;
}
.vision .sec1 img{
	padding-top: 20px;
}
.vision .sec2 .d-block h3{
	font-size: 1.3rem;
	font-weight: 500;
}
.vision .sec2 .d-block{
	padding: 13px 10px;
	background-color: #FFF;
	box-shadow: 0 0 10px rgba(0,0,0,.2);
	text-align: center;
}
.page87 .sec9 .col-md-6{
	margin-bottom: 30px !important;
	position: relative;
}
.page87 .sec9 .content2::after {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    left: 0;
    bottom: 0;
    background-image: url(../images/iconHistoire.png);
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: left bottom;
}
.page87 .sec9 .content2{
	display: inline-block !important;
	width: 30%;
	margin-right: 4%;
	position: relative;
}
.page87 .sec9 .content3 p {
    font-size: 1.3rem;
    align-self: center;
}
.page87 .sec9 .content3 {
    width: 65%;
    position: absolute;
    height: 82.5%;
    background-image: url(../images/bgMotif1.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: left top;
    padding: 0 15px;
    display: flex !important;
    left: 34%;
	top: 18%;
}
.page87 .temoins.sections h3{
	font-size: 1.3rem;
	padding-bottom: 30px;
}
.page87 .temoins.sections p strong{
	color: #d41a24;
}
.formulaire .form-control{
	height: 45px;
}
.formulaire textarea.form-control,
.recrut textarea.form-control{
	height: 150px;
}
/* Video */
.video iframe{
	width: 100%;
	height: 570px;
	border: 2px solid #202248;
	box-shadow: 0 0 20px rgba(0,0,0,.2);
}
.bgVideo{
	position: absolute;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	z-index: 1;
}
.playVideo::before {
    content: '\f04b';
    font-family: 'FontAwesome';
    font-size: 4rem;
    width: 100px;
    height: 100px;
    position: absolute;
    left: 5px;
    right: 0;
    top: 10px;
    bottom: 0;
    margin: auto;
    color: #202248;
}
.playVideo {
    width: 100px;
    height: 100px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    opacity: 1;
    z-index: 3;
    background-color: #FFF;
    text-align: center;
    border-radius: 50%;
}
.playVideo.hidd{
	z-index: -1;
	opacity: 0;
}
.video video{
	width: 100%;
	height: auto;
}
/* Footer */
.copyright{
	background-image: url(../images/bgFooter.jpg);
	background-size: cover;
	background-position: center;
}
.copyright {
    position: static;
	z-index: 9999;
    width: 100%;
    left: 0;
    bottom: 0;
    background-color: rgba(0,0,0,1);
}
.copyright a:hover{
	opacity: .7;
}
.copyright a,
.copyright p{
	font-size: .8rem;
	display: inline-block;
	color: #FFF;
	margin-right: 15px;
	position: relative;
	margin-bottom: 0;
}
.copyright .links a{
	margin: 0;
}
.copyright .links a:first-child{
	margin: 0 30px 0 0;
}
.copyright .links a:first-child:before{
	content: '';
	position: absolute;
	width: 1px;
	height: 60%;
	background-color: #d41a24;
	right: -20px;
	top: 0;
	bottom: 0;
	margin: auto;
}
.copyright .rs a{
	font-size: 1.1rem;
}
.partners img{
	height: 90px;
	width: auto;
	contain-intrinsic-size: none;
}
.partners .carouselL .p2 img{
	height: 60px;
	width: auto;
}
.about.expertises.services.partners h4{
	font-size: 1.1rem;
	font-weight: 200;
}
.about.expertises.services.partners h4 span{
	font-size: 3rem;
	font-weight: 600;
	color: #d41a24;
}
.about.cases.services.partners {
    background-image: url(../images/bgValeurs.jpg);
}
.about.cases.services.partners.p2 {
    background-image: none;
	background-color: #EEEEEE;
}
.about.cases.services.clients {
    background-image: url(../images/bgAbout.jpg);
}
.about.contact{
	background-image: none;
}
.contact.about.expertises.services .country h3 {
    font-size: 1.3rem;
    color: #2daae1;
    font-weight: 600;
}
.contact.about.expertises.services .country h3 {
    font-size: 1.3rem;
    color: #2daae1;
    font-weight: 600;
}
.secTitle.pt-5.section.expertise.services {
    padding-top: 0 !important;
}
.banner .col-12.col1.px-md-3.mb-4.mb-md-0.wow.fadeIn {
    padding: 0 !important;
}
















input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type="number"] {
    -moz-appearance: textfield;
}
.hover{
	position: absolute;
	width: 100%;
	height: auto;
	background-image: linear-gradient(to top,rgba(0,0,0,.5),transparent);
	left: 0;
	bottom: 0;
	padding: 0 15px;
	z-index: 9;
}
.myvideo .hover{
	background-image: none;
}
.presse .slick-dots {
	margin-top: 15px;
}
.slick-dots {
    position: static;
    /* bottom: -25px; */
    display: block;
    width: 100%;
    padding: 0;
    margin: 45px 0 0;
    list-style: none;
    text-align: center;
}
.slick-dots li button:hover {
	opacity: .7;
}
.slick-dots li button:before {
    font-family: 'Roboto';
    line-height: 15px;
    width: 15px;
    height: 15px;
    content: '';
    opacity: 1;
    background-color: #D9D9D9;
	border-radius: 50%;
}
.slick-dots li.slick-active button:before{
	opacity: 1;
	background-color: #d41a24;
}

/* 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: #d41a24;
	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;
  greenical-align: middle;
  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;
}

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

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

.search ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	opacity: 0.5;
	color: #202248;
  }
.search  ::-moz-placeholder { /* Firefox 19+ */
	opacity: 0.5;
	color: #202248;
  }
.search :-ms-input-placeholder { /* IE 10+ */
	opacity: 0.5;
	color: #202248;
  }
.search :-moz-placeholder { /* Firefox 18- */
	opacity: 0.5;
	color: #202248;
}
img{
	max-width: 100%;
	height: auto;
}
input.error, textarea.error{
	border: 1px solid #F00 !important;
	color: #F00 !important;
	background-color: #FFF !important;
}
.preload{
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #202248;
	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;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.bgblack{ background-color: #202248; }
.bgred{ background-color: #ca222b; }
.bgGray{ background-color: #ededed; }
.bgWhite{ background-color: #FFF; }
.cb{
	clear: both;
	width: 100%;
	float: left;
	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%; }

.for-desktop{ display: block !important; }
.for-mobile{ display: none !important; }

@media screen and (max-width: 1400px){
	.container, .container-lg, .container-md, .container-sm, .container-xl {
		max-width: 1200px;
	}
}

@media screen and (max-width: 768px) {
	.for-mobile{ display: block !important; }
	.for-desktop{ display: none !important; }
	
}

@media screen and (max-width: 650px) {
	.section.header {
		position: relative;
		z-index: 9;
		left: 0;
		top: 0px;
		background-color: #FFF;
		width: 100%;
		transition: all .3s;
		border-bottom: 1px solid rgba(0,0,0,.2);
	}
	.header .logo img {
		width: 125px;
	}
	.header .nav{
		padding: 0;
	}
	.nav-mobile {
		top: -45px;
		right: -5px;
	}
	.fixed.header {
		position: fixed !important;
	}
	.fixed.header .logo img {
		width: 80px;
	}
	.fixed .row.py-4 {
		padding: 10px 0 !important;
	}
	.fixed .nav-mobile {
		top: -40px;
	}
	.nav-mobile {
		background-image: url(../images/nav.png);
	}
	.header .nav li {
		display: block;
		text-align: left;
		margin-bottom: 10px;
		border: 0;
	}
	.nav{
		background-color: #FFF;
	}
	.nav ul {
		display: none;
		padding: 30px 0 30px;
		background-color: #FFF;
		max-width: 100%;
		overflow-y: auto;
		max-height: 100vh;
	}
	.row.mainMenu {
		position: absolute;
		width: 103%;
		background-color: #FFF;
		padding: 10px 10px 0  !important;
		left: 0;
	}
	.carouselL .item img {
		height: 70px;
	}
	.carouselL {
		position: static;
		width: 100%;
		left: 0;
		bottom: 120px;
		padding: 0 15px;
		background: none;
		background-color: transparent;
		padding-top: 0px;
	}
	.slider .caption {
		width: 90%;
		height: 100%;
		left: 0;
		padding: 15px;
	}
	.myvideo video {
		width: 100vw;
		height: auto;
		margin: 0 0 -15px;
		background-color: #f0f0f0;
	}
	.slider h2 br{
		display: block;
	}
	.slider h2 {
		font-size: 2rem;
		line-height: 2.5rem;
		margin-bottom: 15px;
	}
	.slider p {
		margin-bottom: 15px;
		font-size: 1rem;
	}
	.about h2 {
		margin-left: 30px;
	}
	.copyright .links a:first-child:before{
		content: none;
	}
	.expertises .tabs .ui-tabs-tab a::before,
	.nav-pills .nav-link::before{
		content: none;
	}
	.expertises .tabs .ui-tabs-tab a br,
	.nav-pills .nav-link br {
		display: none;
	}
	.ui-tabs .ui-tabs-nav li{
		display: block;
		float: none;
	}
	.expertises .tabs .ui-tabs-tab a,
	.nav-pills .nav-link {
		padding: 0 0 0 60px;
		background-size: 40px;
	}
	.temoins img {
		margin: 0 auto;
	}
	.services .nav-pills .nav-link::before{
		content: none;
	}
	.page87 .sec7.section.py-4 {
		padding-left: 30px;
	}
	.page87 .sec9 .content3 p {
		font-size: 1rem;
	}
	.page87 .sections h2 {
		font-size: 1.5rem;
	}
	.page87 .sec11.section.py-4 {
		padding: 0 !important;
	}
	.about .row.pt-5.count.keys {
		padding-left: 30px;
	}
	element.style {
		width: 205px;
	}
	.page87 .sec2 .col-md-3 img,
	.about .col-md-3.mb-4.mb-md-0.align-self-center.pe-md-4.wow.fadeInDown img{
		width: 205px;
		margin: auto;
	}
	.page87 .sec2 .col-md-3 .content1 p,
	.about .col-md-3.mb-4.mb-md-0.align-self-center.pe-md-4.wow.fadeInDown{
		text-align: center;
	}
	.page87 .sec9 .content3 {
		height: 100%;
		padding: 0 7px;
		top: 1%;
	}
	.page87 .sec9 .content3 p {
		font-size: .95rem;
	}
	/* .timeLine .item::before {
		top: 0px;
	}
	.timeLine .item.paire::before {
		top: auto;
		border-radius: 50%;
		background-color: #be1622;
		z-index: 0;
	}
	.timeLine .item.impaire{
		margin-top: 0px;
	}
	.timeLine {
		padding-top: 15px;
	}
	.timeLine::before {
		top: auto;
		bottom: 10px;
	}
	.timeLine{
		height: auto;
	}
	.timeLine .item::before {
		top: auto;
		bottom: -10px;
	}
	.timeLine .slick-list{
		padding: 0 0 11px;
	}
	.timeLine .item::after {
		transform: rotate(180deg);
	}
	.timeLine .slick-next, .timeLine .slick-prev {
		top: auto;
		bottom: -90px;
		left: auto;
		right: 35%;
	}
	.timeLine .slick-prev {
		top: auto;
		bottom: -90px;
		left: auto;
		right: 50%;
	} */
	.sections.expertise.section1 h2 {
		padding-left: 30px;
	}
	.sections.expertise h3::before, .expertise.section1 h2::before {
		top: .5rem;
		left: -177px;
	}
	.sections.expertise h3, .sections.expertise h2 {
		font-size: 2rem;
		line-height: 2.3rem;
		padding-left: 30px;
	}
	.sections.expertise .sec2 .align-self-center {
		margin-bottom: 3rem !important;
	}
	.menu_media a {
		padding: 10px 10px;
		width: 13%;
		margin: 0 5px;
	}
	.menu_media a.active {
		width: 60%;
	}
	.categories .sec1 h4 {
		font-size: 2.1rem;
	}
	.categories.section .sec1 .col2{
		margin-bottom: 0 !important;
	}
	.categories.section .sec1 .col2 {
		text-align: center;
	}
	.presse .col-md .thumb {
		width: 100%;
	}
	.presse .col-md .post {
		width: 100%;
		padding: 20px;
	}
	.presse .date {
		position: static;
	}
	.page87 .values .slick-next, 
	.presse .slick-next, 
	.slidesC .slick-next, 
	.slidesC .slick-prev,
	.presse .slick-prev {
		left: .5rem;
		top: auto;
		bottom: -50px;
		opacity: 1;
	}
	.slidesC .slick-next,
	.page87 .values .slick-next,
	.presse .slick-next {
		left: auto;
		right: .5rem;
	}
	.slick-dots {
		margin: 5px 0 20px;
	}
	.evenements .slick-next {
		left: auto;
		right: 15%;
	}
	.evenements .slick-prev {
		left: 15%;
		right: auto;
	}
	.page337 .menu_media a.active::after {
		width: 90%;
		left: 5%;
	}
	.menu_media.secTitle h3 {
		font-size: 2.7rem;
		font-weight: 700;
		text-align: left;
		padding: 0 10px;
	}
	.page337 .temoins .container .content3, 
	.page337 .temoins .container .content2 {
		width: 100%;
	}
	.page337 .temoins h4, .page337 .temoins h5, .page337 .temoins h6 {
		text-align: center;
	}
	.page337 .temoins .container .content3::before{
		content: none;
	}
	.page337 .temoins .container .content3 {
		margin-left: 0;
	}
	.page337 .temoins .col-12 {
		padding: 15px !important;
	}
	.page337 .temoins .container {
		background-size: 95% 100%;
		padding-bottom: 100px;
	}
	.page337 .temoins .slick-next, .page337 .temoins .slick-prev {
		top: auto;
		bottom: 22px;
		right: 10%;
		left: auto;
		opacity: 1;
	}
	.page337 .temoins .slick-prev {
		right: auto;
		left: 10%;
	}
	.menu_media a,
	.menu_media a.active {
		width: 97%;
		margin-bottom: 10px;
	}
	.page .slider .caption h2{
		font-size: 3rem;
	}
	.page .slider .caption h2::after {
		width: 50px;
	}
	.sections.expertise .d-flex{
		display: flex !important;
	}
	.expertise .col-6.col-md{
		width: 100%;
	}
	.sections.expertise .col-md {
		max-width: 100%;
	}
	.page245 .expertise.section6 .sec2 .col-md::before, .page245 .expertise.section5 .sec2 .col-md::before {
		width: 90%;
		left: 5%;
	}
	.nav-pills .nav-link.active::after{
		content: none;
	}
	.sections.expertise h3::before, .expertise.services.section1 h3::before, .expertise.section1 h2::before {
		left: -177px;
	}
	.secTitle.services .container{
		padding: 0 .5rem !important;
	}
	.secTitle.services .container h2{
		padding-left: 30px;
	}
	.about .keys {
		padding-left: 30px;
	}
	.about .sec2 .keys .col-md {
		width: 50%;
	}
	.ui-tabs .ui-tabs-nav .ui-tabs-anchor{
		float: none;
		display: block;
	}	
	.expertises .tabs .ui-tabs-tab.ui-tabs-active a::after{
		content: none;
	}
	.services.expertises .ui-tabs .ui-tabs-nav li {
		width: 100%;
	}
	.footer .col-6 {
		width: 100%;
	}
	.categories .sec2 a br{
		display: none;
	}
	.categories .sec2 a.active::after,
	.categories .sec2 a::before{
		content: none;
	}
	.menu_media .sec1 p a {
		width: 100%;
	}
	.page439 .presse .sec1 .container, .page433 .presse .sec1 .container, .page396 .presse .sec1 .container {
		max-width: 95%;
	}
	.page439 .presse .slick-next, .page433 .presse .slick-next, .page396 .presse .slick-next {
		right: 0%;
	}
	.page439 .presse .slick-prev, .page433 .presse .slick-prev, .page396 .presse .slick-prev {
		left: 0;
	}
	.evenements .container {
		max-width: 95%;
	}
	.evenements .slick-next, .evenements .slick-prev {
		top: auto;
		bottom: -26px;
		opacity: 1;
	}
	.evenements .slick-next {
		left: auto;
		right: 3%;
	}
	.evenements .slick-prev {
		left: 3%;
	}
	.evenements .col-md-6:last-child {
		padding: 40px 20px !important;
	}
	.temoins .container {
		max-width: 95%;
	}
	.page335 .presse .slick-prev::before,
	.page335 .presse .slick-next::before {
		color: #FFF;
	}
	.menuArticle .sec1 a {
		margin-bottom: 1rem;
	}
	.section.block2 .content {
		padding-left: 90px;
	}
	.section.block2 h3::before {
		width: 30px;
		height: 40px;
		left: -38px;
		background-size: 30px;
	}
	.section.block2 .content::before {
		top: 0;
		left: 0;
	}
	.section.block2 .content.content3:before,
	.section.block2 .content.content4:before,
	.section.block2 .content.content2::before {
		top: 8.5px;
	}
	.section.block2 .content.content6 h3:after{
		top: -8.5px;
	}
	.section.block2 h3::after {
		left: -89px;
		width: 45px;
		background-position: right top;
	}
	.menu_media .sec1 p a,
	.menu_expertises a {
		width: 100%;
	}
	.menu_expertises .mb-4 {
		margin-bottom: 0 !important;
	}
	.menu_media .sec1 p a,
	.menu_expertises a {
		margin: 3px 5px;
	}
}
