/*
Theme Name: Databack 2022
URI: http://www.strat-engine.com
Description: Thème refonte site 2022 Databack (https://www.databack.fr/)
Version: 1.1
Author: Strat Engine
Dernière mise à jour : septembre 2022
*/

/*#wpadminbar {bottom: 0 !important;top: auto !important;}*/*/

:root {
    --main-orange: #F47E32;
    --main-bleu: #105D6A;
	--main-vert: #4C6A10;
	--main-violet: #4D254B;
	--main-beige: #C98D13;
	--main-bg: #06171f;

	--main-recuperation: #105D6A;
  }


/* ----------------- FONTS -----------------------*/
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,700;0,800;1,300;1,400;1,700;1,800&display=swap');

@font-face {
    font-family: 'Bebasneue';
    src: url('font/BebasNeue-Regular.eot');
    src: local('BebasNeue Regular'), local('BebasNeue-Regular'),
        url('font/BebasNeue-Regular.eot?#iefix') format('embedded-opentype'),
        url('font/BebasNeue-Regular.woff') format('woff'),
		url('font/BebasNeue-Regular.woff2') format('woff2'),
        url('font/BebasNeue-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
.orange {color: #F47E32;}

.coloration {color: #F47E32;}

.gras {font-weight: 700;}
body {
	font: normal normal 300 16px/29px 'Open Sans';
	letter-spacing: 0px;
	color: #000000;
	width: 100%;
}
p {font: normal normal 300 16px/24px 'Open Sans';}
h1, .h1 {
	font: normal normal normal 63px/79px 'Bebasneue';
	letter-spacing: 0px;
	text-transform: uppercase;
	color: #FFF;
}
h2 {
	font: normal normal normal 50px/60px 'Bebasneue';
	letter-spacing: 0px;
	color: #000000;
	text-transform: uppercase;
	color: #000000;
}
h3, .h3 {
    font-size: 1.6rem;
}


a {
	-webkit-transition: .3s all ease;
	-o-transition: .3s all ease;
	transition: .3s all ease;
}
a, a:hover {
	text-decoration: none !important;

}
section {padding: 80px 0;}
.sstitre {font: normal normal normal 33px/45px 'Bebasneue';}
.sstitre.recuperation {color: #105D6A;}


span.recuperation {color: #105D6A;}
span.ransomware { color: #C98D13;}
span.migration { color: #4C6A10;}
span.effacement {color: #4D254B;}

.colblanc {color: #FFF;}
.colrecuperation {color: #105D6A;}
.colransomware { color: #C98D13;}
.colmigration { color: #4C6A10;}
.coleffacement {color: #4D254B;}

.bt {padding: 5px 15px;border-radius: 5px; display: inline-block;margin: 15px 0;font-size: 15px;}
.btn {border: 0 !important;}


.bt:hover,
.bt:focus {
-webkit-animation: pulse .8s;
		animation: pulse .8s;
	box-shadow: 0 0 0 15px transparent;
}

@-webkit-keyframes pulse {
	0% {box-shadow: 0 0 0 0 #F47E32;}
}
@keyframes pulse {
	0% {box-shadow: 0 0 0 0 #F47E32;}
}
@-webkit-keyframes pulsegris {
	0% {box-shadow: 0 0 0 0 #A7A7A7;}
}
@keyframes pulsegris {
	0% {box-shadow: 0 0 0 0 #A7A7A7;}
}




.bt.btgris {background-color: #A7A7A7;color: #FFF;font-weight: 700;}
.bt.btgris:hover,
.bt.btgris:focus {
-webkit-animation: pulsegris .8s;
		animation: pulsegris .8s;
	box-shadow: 0 0 0 15px transparent;
	color: #FFF !important;
}
.bt.btorange {background-color: #FF8537;color: #FFF;font-weight: 700;}

.bt.btorange.cont {background-image: url(images/btcontact.png);background-repeat: no-repeat; background-position: center left 10px;padding-left: 40px;margin-left: 10px;text-transform: uppercase;}
.bt.btorange.cont:hover {color: #FFF !important;}
.bt.btorange.suite {background-image: url(images/esp.png);background-repeat: no-repeat; background-position: center right 10px;padding-right: 50px;}

.bt.btorange.services {
    background-image: url(images/bgbtservices.png);
	background-color: #FF8537;
    background-repeat: no-repeat;
    background-position: center left 10px;
    padding-left: 44px;
    margin-left: 20px;
    background-size: 22px;
	color: #FFF;
}

.bt.btrecuperation {background-color: #105D6A !important;    -webkit-box-shadow: 0px 5px 22px 2px rgb(0 0 0 / 15%);
    box-shadow: 0px 5px 22px 2px rgb(0 0 0 / 15%);color: #FFF;}
.bt.btransomware { background-color: #C98D13 !important;    -webkit-box-shadow: 0px 5px 22px 2px rgb(0 0 0 / 15%);
    box-shadow: 0px 5px 22px 2px rgb(0 0 0 / 15%);color: #FFF;}
.bt.btmigration { background-color: #4C6A10 !important;    -webkit-box-shadow: 0px 5px 22px 2px rgb(0 0 0 / 15%);
    box-shadow: 0px 5px 22px 2px rgb(0 0 0 / 15%);color: #FFF;}
.bt.bteffacement {background-color: #4D254B !important;    -webkit-box-shadow: 0px 5px 22px 2px rgb(0 0 0 / 15%);
    box-shadow: 0px 5px 22px 2px rgb(0 0 0 / 15%);color: #FFF;}

ul.cr li {
	list-style-type: none;
	background-image: url(images/pucecn.png);
	background-repeat: no-repeat;
	background-position: 0 10px;
	padding-left: 50px;
}

.wp-pagenavi .pages {border: 0;}


.wp-pagenavi a, .wp-pagenavi span {
    text-decoration: none;
    border: 0;
    padding: 6px 10px;
    margin: 5px;
}
.wp-pagenavi .page , .nextpostslink, .previouspostslink{background-color: #F47E32; border: 1px solid #F47E32;color: #FFF;width: 40px;}
.wp-pagenavi .page.current {background-color: transparent; border: 1px solid #F47E32;color: #FFF;width: 40px;}
#main {overflow: hidden;}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.tsh_breadcrumbs {display: inline-block; padding: 0;margin: 0;}
.tsh_breadcrumbs li {display: inline-block;}
.tsh_breadcrumbs li:before {content: none !important;}
.tsh_breadcrumbs li:last-child {color: #909c1d !important;}
.tsh_breadcrumbs li:first-child {padding-left: 0 !important;}
.tsh_breadcrumbs li, .tsh_breadcrumbs li a {padding: 0 5px; color: #014B6C !important;font-size: 14px;}




/* ----------------------------------------------------- HEADER */
.menutop {
	position: absolute;
    right: 0;
	margin-right: 470px;
	transition: 0.2s;
	padding: 0 12px;
	transition: .3s;
	}
.bttop {
    margin-left: 20px;
    position: fixed;
    right: 20px;
    top: 50px;
    transition: 0.2s;
	z-index: 9999;
}
.bttop a {margin-left: 2px !important;}
/*.btdevis {
    position: fixed;
    top: 50px;
    left: 500px;
    padding: 0 12px;
    transition: .3s;
    z-index: 9999;
}*/


.menutop #menu-menuprinc li:first-child .wp-megamenu-sub-menu li a {	transition: .3s;color: #FFF !important}
.menutop #menu-menuprinc li:first-child .wp-megamenu-sub-menu li:nth-child(0n+1) a:hover{
    color:#FF8537  !important;
	font-weight: 600;
	/*transform: translateX(3px);*/

}
.menutop #menu-menuprinc li:first-child .wp-megamenu-sub-menu li:nth-child(0n+2) a:hover{
    color:#FF8537  !important;
	font-weight: 600;
	/*transform: translateX(3px);*/
}
.menutop #menu-menuprinc li:first-child .wp-megamenu-sub-menu li:nth-child(0n+3) a:hover{
    color:#FF8537  !important;
	font-weight: 600;
	/*transform: translateX(3px);*/
}
.menutop #menu-menuprinc li:first-child .wp-megamenu-sub-menu li:nth-child(0n+4) a:hover{
    color:#FF8537  !important;
	font-weight: 600;
	/*transform: translateX(3px);*/
}

.hoverransom:hover {color:#C98D13 !important;}
.hovermigration:hover {color:#4C6A10 !important;}
.hovereffacement:hover {color:#4D254B !important;}
.hoverrecup:hover {color:#105D6A !important;}

#header {
	position: fixed;
	z-index: 99;
	height: 150px;
	padding: 50px;
	width: 100%;
	left: 0;
	padding: 50px;
	transition:0.2s;
	}


body.sticky #header {
	padding: 10px 50px;
	top: 0;
	height: 110px;
	z-index: 500;
	width: 100%;
	background-color: #051920;
	padding-bottom: 15px;
	box-shadow: 0px 0px 5px rgb(224 224 224);
}


body.sticky #header .logohead{max-width: 250px;}
body.sticky #header .menutop{top: 50px;}
body.sticky .bttop{/*top: 0px;*/z-index: 999;}


@media (min-width: 1400px){
	body.sticky #header {height: auto;}
    body.sticky .bttop {top: 0;}
    body.sticky .btdevis {top: 0;}
	body.sticky #header .menutop {top: 0;}
}


body.sticky.service .bttop{top: 0px;}

body.sticky.service #header {top: 0px;height: auto;}


.logohead {transition:0.2s;max-width: 350px;}


/* ------- PAGE GENERIQUE --------------------*/
.page-template-default.page .containtersupport {
    max-width: 1067px;
    margin: auto;
    margin-top: -100px;
    background-color: #FFF;
    transform: translateY(-60px);
    padding: 50px 50px 20px 50px;
    /* border: 1px solid #EEEEEE; */
}
.page-template-default.page .firstsecserv {
    height: 65vh;
    align-items: flex-end;
}

.page-template-default.page .firstsecservcont {
    padding-bottom: 0;
}



.page-template-default.page .supportdiv {
    background: #19292E url(images/supportdivbg.jpg) no-repeat top center;
    background-size: cover;
}
.page-template-default.page .supportdiv h2 {color: #FFF;}
.page-template-default.page .supportdiv .actu {padding-top: 120px;}


/*------------------------ HEADER ENFANT ------------------------*/
.decoservice {max-width: 500px;margin: 20px auto;width: 100%;}


/* ----------------------------------------------------- PAGES SERVICES */
.firstsecserv {
	height: 100vh;
	display: flex;
	align-items: center;
	justify-content: center;
	background: transparent url(images/bg_header_services.webp) no-repeat bottom center;
	background-size: cover;

}

.firstsecservcont {
    padding-bottom: 8%;
    text-align: center;
    display: flex;
    flex-direction: column;
    max-width: 1000px;
}
.firstsecservcont lottie-player {margin: auto;margin-bottom: 20px;}


.firstsecservcont h1 {color: #FFF;}
.firstsecservcont p {color: #FFF;}


.barrebottom {
    position: fixed;
    bottom: 0;
    height: 20px;
    width: 100%;
    z-index: 99;
}

.recuperation .barrebottom {	background-color: #105D6A;}
.ransomware .barrebottom { background-color: #C98D13;}
.migration .barrebottom { background-color: #4C6A10;}
.effacement .barrebottom { background-color: #4D254B;}

.recuperation .bt, .bt.recuperation  {background-color: #105D6A;color: #FFF;font-weight: 700;}
.ransomware .bt, .bt.ransomware {background-color: #C98D13;color: #FFF;font-weight: 700;}
.migration .bt, .bt.migration {background-color: #4C6A10;color: #FFF;font-weight: 700;}
.effacement .bt, .bt.effacement {background-color: #4D254B;color: #FFF;font-weight: 700;}

.menubottom {
	position: fixed;
	bottom: 0;
	right: 0;
	height: 180px;
	padding: 8px 15px 0 15px;
	margin-right: 30px;
	transition: 0.5s;
	transform: translateY(132px);cursor: pointer;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;

	z-index: 99;
}


.recuperation .menubottom {	background-color: #105D6A;}
.ransomware .menubottom { background-color: #C98D13;}
.migration .menubottom { background-color: #4C6A10;}
.effacement .menubottom { background-color: #4D254B;}

.menubottomdatab {
    position: fixed;
    bottom: 0;
    right: 342px;
    height: 180px;
    padding: 8px 15px 0 15px;
    margin-right: 30px;
    transition: 0.5s;
    transform: translateY(132px);
    cursor: pointer;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    z-index: 99;
    color: #FFF !important;
    font-size: 20px;
    font-family: 'Bebasneue';
}

.recuperation .menubottomdatab {	background-color: #105D6A;}
.ransomware .menubottomdatab { background-color: #C98D13;}
.migration .menubottomdatab { background-color: #4C6A10;}
.effacement .menubottomdatab { background-color: #4D254B;}
.liendatab {display: none !important;}

.menubottomdatab a {color: #FFF !important;}

.menubottom.show {transform: translateY(0);}

.menuitembottom a {
    display: block;
    color: #FFF !important;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: -0.5px;
}
.menubottom .entete {
	padding: 0 0px 15px 30px;
    color: #FFF !important;
	font-size: 20px;
    font-family: 'Bebasneue';
}

.menubottom .entete::before{
    content: '';
    position: absolute;
    left: 16px;
    top: 15px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 8px 11px 8px;
	border-color: transparent transparent #ffffff transparent;
    clear: both;
	transition: .8s;
}
.menubottom.show .entete::before{
	transform: rotate(180deg);
}


.swiper {
	width: 100%;
	overflow: hidden;

  }

  .swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #102A34;
	color: #FFF;
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
  }

.swiper-button-prev, .swiper-container-rtl .swiper-button-prev {


	/*background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='%23FF8537'/%3E%3C/svg%3E");*/

}

.swiper-button-next, .swiper-container-rtl .swiper-button-next {
    /*background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%F47E32ff'/%3E%3C/svg%3E");*/
	/*background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%23FF8537'/%3E%3C/svg%3E");*/
}


  .lunchbox {position: relative;}

  .lunchbox  {
	position: relative;
    margin-left: auto;
	  margin-right: auto;
		width: 100%;
		padding-left: 4em;
		padding-right: 4em;
	}

  .mySwiperAvis  .swiper-slide {flex-direction: column;padding: 20px 30px;height: auto;}
  .mySwiperAvis  .contentslidetext{font-size: 14px;line-height: 150%;flex-grow: 1;padding-top: 20px;overflow: hidden;text-align: left;}
  .mySwiperAvis  .contentslidenom {
    color: #F47E32;
    font-size: 15px;
    width: 100%;
    text-align: right;
    margin-top: 15px;
    line-height: 130%;
}
  .mySwiperAvis  .contentslidedate{color: #7b97a1;font-size: 13px;width: 100%;text-align: left; margin-top: 5px;}
  .mySwiperAvis .swiper-button-next, .mySwiperAvis .swiper-container-rtl .swiper-button-prev {
    background-image: none !important;
}

  .swiper-button-prev {
	/* but first hide on small viewports */
	display: block;
	left: 0;
	top: 0;
	margin-top: 0;
	/* subtract .swiper-wrapper bottom-margin to vertically center arrow */
	height: calc(100% - 3em);
	color: #FF8537 !important;
	display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.swiper-button-next {
	/* hide on small viewports */
	display: block;
	right: 0;
	top: 0;
	margin-top: 0;
	/* subtract .swiper-wrapper bottom-margin to vertically center arrow */
	height: calc(100% - 3em);
	color: #FF8537 !important;
	display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}


/* ----------------------------------------------------- HOME */
video.fullscreen {
	position: absolute;
	z-index: 0;
	object-fit: cover;
	width:100%;
	height:100%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
  }
.homevideo {
	position: relative;
	display: grid;
	place-items: center;
	height: 100vh;
	margin: 0 auto;
	background: #05171e;
	color: #FFF;
 }
 .homevideo .content {
	z-index: 2;
 }
 .homevideo .content h1{
	color: #FFF;
 }
 .homevideo .content h1 span{
	display: block;
	font-family: 'Open Sans';
	margin: 10px 0;
	font-size: 20px;
	line-height: 130%;
	text-transform: none;
}

.homevid2{
	background-color: #05171E;
}

.bthomecontainer {
	margin: 0 auto;
	/*margin-left: 20%;*/
	display: grid;
	gap: 0;
	grid-template-columns: repeat(auto-fit, minmax(0, 1fr));
	margin-top: auto;
	height: 220px;
}
.bthomecontainer .bthome {
	color: white;
	padding: 0;
	min-height: 550px;
	display: flex;
	flex-direction: column;
	margin-top: -270px;


}

.bthomecontainer .bthome p {opacity: 0; transition: 0.5s;font-weight: 700;}
.bthomecontainer .bthome:hover .esp {
	left: 40px;
}

.bthomecontainer .bthome .bthomebod {text-align: center;height: 100%;position: relative;padding: 15px;}
.bthomecontainer .bthome .bthomebod h2 {color: #FFF;font-size: 40px;padding-top: 30px;line-height: 110%;}
.bthomecontainer .bthome.recup .bthomebod {background: #05171E url(images/homebtrecup.webp);background-size: cover;}
.bthomecontainer .bthome.ransom .bthomebod {background: #05171E url(images/homebtransom.webp);background-size: cover;}
.bthomecontainer .bthome.migration .bthomebod {background: #05171E url(images/homebtmigration.webp);background-size: cover;}
.bthomecontainer .bthome.efface .bthomebod {background: #05171E url(images/homebtefface.webp);background-size: cover;}
.bthomecontainer .bthome .encartop {background-color: transparent;padding: 5px 15px;color: transparent;transition: all 0.3s;z-index: 9;
	background-position: center right 50px;}

.bthomecontainer .bthome:hover {
	margin-top: -290px;
	margin-bottom: 35px;
	
}
.bthomecontainer .bthome:hover p {opacity: 1;margin-top: 15px;}

.bthomecontainer .bthome.recup .encartop {background: #FF8537 url(images/encartop.png) center right 10px no-repeat;color: #FFF;}


.bthomecontainer .bthome.recup:hover .encartop {
	background-image: none;
	background-color: transparent;
	color: transparent;
}

.esp {
	position: absolute;
    bottom: 0px;
    left: 20px;
	display: block;
    background: transparent url(images/esp.png) right 15px center no-repeat;
	padding: 5px 50px 5px 15px;
	transition: 0.5s;
}
.bthomecontainer .bthome.recup:hover  .esp {
	left: 40px;
	background-color: #105D6A;
}
.bthomecontainer .bthome.ransom:hover  .esp {
	left: 40px;
	background-color: #C98D13;
}
.bthomecontainer .bthome.migration:hover  .esp {
	left: 40px;
	background-color: #4C6A10;
}
.bthomecontainer .bthome.efface:hover  .esp {
	left: 40px;
	background-color: #4D254B;
}

.decouvrir {
	background: #06171f url(images/homedecouvrir.jpg) right -50px center no-repeat;
	color: #FFF;
	padding-bottom: 160px;
}
.decouvrir .container .row {padding-bottom: 34px;}
.decouvrir h2{
	color: #FFF;
}
.laboratoire {padding-bottom: 150px;position: relative;}

.homenewsletter {
    background-color: #F47E32;
    color: #FFF;
    padding: 26px 0;
}


.homenewsletter h2 {color: #FFF;}
.labocontent2 {margin-top: -232px;}
.labocontent2 h2 {
	color: #FFF;
	text-align: center;
    padding-bottom: 0;
    margin-bottom: 0;
}

.labocontent3 {background: #FFF url(images/laboratoirebg.png) no-repeat right 30px top 30px;padding: 80px;}

.decolab {
	background: #FFF url(images/labo.jpg) no-repeat right 0px top 0px;
	background-size: contain;


}


.homeactu {background-color: #05171E;}
.homedemande {
	background-color: #F47E32;
	color: #FFF;
	padding: 35px 50px;
	/*transform: translateY(-170px);*/
	margin-top: -170px;

}
.homecont {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 250px;
	height: 170px;
	font-weight: 700;
	box-shadow:	8px 8px 10px #cc6b2e,-2px -2px 15px #f19150;
	color: #FFF !important;
	border-radius: 14px;
	background: transparent url('images/picto_contact.png') top 20px center no-repeat padding-box;
	background-size: 80px;
	text-align: center;
	padding-top: 80px;
	margin: auto;
}
.homecont:hover {
    box-shadow: 2px 2px 5px #cc6b2e, -2px -2px 5px #f19150;
    color: #FFF;
	background-size: 75px;
	padding-top: 70px;
}

.actucontent {
	color: #FFF;
	padding-top: 60px;
}
.actucontent a:not(.wp-block-button__link) {
    color: #FFF;
    /*border-bottom: 1px dashed #FFFFFF77;*/
}
article a:not(.wp-block-button__link) {
	color: #FFF;
    border-bottom: 1px dashed #FFFFFF77;
}
article img.alignright {
    float: right;
    margin: 15px 0 15px 40px;
}

article img.aligncenter {margin: 15px 0;display: block;width: 100%;}
article img.alignleft {margin: 10px 30px 15px 0;float: left;}
article img.imgauto.aligncenter {width:auto !important;margin: auto;}

.contentart {
	display: flex;

	}
  .artcont {background: #0b2731;  flex-grow: 1;
			  flex-shrink: 0;
			  flex-basis: 30%;}
  .artcont3 {
	display: flex;
	flex-direction: column;
	flex-basis: 40%;
  }
  .artcont31 {border-bottom: 20px solid #05171e;}
  .arcont2 {

  }
  .contentart > div {
	color: white;
	margin: 10px;
  }


.actucontent article {margin: 10px;}


.actucontent h2 {color: #FFF;}

.actucontent .card {background-color: #0B2731;border-radius: 0;padding: 30px; border: 0;}

.actucontent .card-body {padding: 10px 0 0 0;}
.actucontent .card2 .card-body {padding: 0 0 0 20px;}
.actucontent .card-img-top, .actucontent .card-img {border-radius: 0;}
.actucontent .card-title {
    font-family: 'Bebasneue';
    font-size: 30px;
    margin-top: 10px;
}
.actucontent .card-body .dateart {color: #F47E32;font-size: 90%;}
.actucontent .card-text {line-height: 140%;font-size: 80%;}



.actu4art img{object-fit: cover;
	filter: brightness(50%);
	-webkit-filter: brightness(50%);
	filter: grayscale(1);
    -webkit-filter: grayscale(1);
	transition: 0.5s;

}
.actu4art.card-deck {
	display: grid;
    grid-template-columns: repeat(auto-fill, minmax(25%, 1fr));
}

.actu4art .card:hover img {	filter: grayscale(0);
    -webkit-filter: grayscale(0);}


.actucontent .card2 img {
	width: 200px
}

.avisgoogle {
	padding: 60px 0;
	background: #05171E url(images/home_bg_avis.webp) no-repeat;
	background-size: cover;
	color: #FFF;
}
.main-stars-yellow {
    background-image: url(images/ekomi-stars.png)!important;
}
.review-stars-yellow {
    background-image: url(images/ekomi-stars-mini.png)!important;
}
#ekw100 .client-review {
    width: 200px;
    outline: none;
    height: 150px !important;
    padding: 15px 15px 0 15px !important;
    overflow: hidden;
    text-align: center;
    margin: 10px;
	background-color: #102A34;
	/*-webkit-box-shadow: 0px -7px 29px 5px rgba(244,126,50,0.92);
	box-shadow: 0px -7px 29px 5px rgba(244,126,50,0.92);*/
}
#ekw100 .review-text:after {
    content: '';
    position: relative !important;
    right: 5px;
    width: 1em;
    height: 1em;
    margin-top: 0.2em;
    background: white;
}

.homepartenaire {
    background-color: #05171E;
	background-image : url(images/bg_partner2.webp);
	background-position: center center;
    background-size: cover;
	background-repeat: no-repeat;
	color: #FFF;
}
.homepartenaire h2 {color: #FFF;}
.homepartenaire a {
    color: #FFF !important;
    font-weight: 700;
    /*border-bottom: 1px dashed #FFFFFF55;*/
}

.homepartenaire iframe{
	width: 100%;
}








/*--------------------------------------------------------------
# Page Blog /Single
--------------------------------------------------------------*/

.page-template-page_blog .firstsecservcont img {max-width: 400px;margin: auto;}
.page-template-page_blog .menublog {margin-top: 30px;}


.entry-content h1 {font-size: 50px;line-height: 110%;margin: 2rem 0;}
.entry-content h2 {font-size: 40px;line-height: 110%;margin: 1.5rem 0;}

.blogwrapper {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-auto-rows: minmax(150px, auto);
  }
  @media screen and (max-width: 992px){
	.blogwrapper {grid-template-columns: 1fr 1fr;}
  }

  @media screen and (max-width: 550px){
	.blogwrapper {grid-template-columns: 1fr;}
  }


  .blogpagi {margin: 0 16px;}
  .blogpagi span,  .blogpagi a {display: inline-block; padding: 5px 10px; background-color: #0B2731; margin: 0 5px; color: #FF8537;font-weight: normal;border: 1px solid #FF8537;}
  .blogpagi span.current {border: 1px solid #FF8537;background-color: #FF8537;color: #0B2731;}

  .blogwrapper .gridart {
	margin: 20px 20px;
	background-color: #0B2731;
	padding: 30px;
  }

  .terms a {
	display: inline-block;
	padding: 5px 15px;
	color: #555;
	margin-right: 5px;
	margin-bottom: 5px;
	border: 1px solid #d4d4d4;
	text-decoration: none;
	font-weight: 100;
	font-size: 11px;
  }
  .listcat a {
	  display: inline-block;
	  padding: 5px 15px;
	  color: #555;
	  margin-right: 5px;
	  margin-bottom: 5px;
	  border: 1px solid #d4d4d4;
	  text-decoration: none;
	  font-weight: 100;
	  font-size: 10px;
  }

ul.listact{
	padding: 0;
}
ul.listact li{
	list-style: none;
    background-color: #0B2731;
    padding: 5px 20px;
	margin-bottom: 10px;
	font-size: 12px;

}
ul.listact li a{
	color: #FFF;
	font-family: 'Bebasneue', sans-serif;
	font-weight: 400;
	font-size: 20px;
}
ul.listact li span{
	float: right;
}
  .gridcont {
	padding: 15px 0;
	display: flex;
    flex-direction: column;
  }
  .gridcont a {width: fit-content;}

  .gridcont .titgridblog{
	font-size: 22px;
	text-transform: uppercase;
	font-family: 'Bebasneue', sans-serif;

  }
  .gridcont .txtgridblog{
	font-size: 15px;
	line-height: 130%;
	flex-grow: 1;
  }
  .gridart .dategridblog {
	color: #FF8537;
	font-size: 13px;
	padding-bottom: 10px;
  }

  .gridcont .appointment-btn, .pt-cv-ifield .appointment-btn {
	background: var(--color-bgrouge);
	color: #FFF;
	border: 0;
	border-radius: 0px;
	padding: 3px 15px;
	white-space: nowrap;
	transition: 0.3s;
	font-size: 12px;
	display: inline-block;
	margin: 10px 0;
  }
  .gridcont .appointment-btn:hover, .pt-cv-ifield .appointment-btn:hover {
	background: #FFF;
	color: var(--color-bgrouge);
  }


  .listcatmen{
	padding-left: 15px;
	margin: 10px 0;
  }
  .listcatmen .appointment-btn {
	background-color: #0B2731;
	color: #FFF;
	border: 0;
	border-radius: 0px;
	padding: 8px 15px;
	white-space: nowrap;
	transition: 0.3s;
	font-size: 12px;
	display: inline-block;
	margin: 10px 10px 10px 0;

  }
  .listcatmen .appointment-btn.active:hover, .listcatmen .appointment-btn.active {
	background-color: #0B2731;
	color: #FF8537;
	transition: 0.3s;

  }


  .slidelistlastpost  {
	list-style-type: none;
	padding: 0;
  }
  .slidelistlastpost  li {
    background-color: #0B2731;
    padding: 16px 5px 16px 20px;
    /* font-family: 'Bebasneue'; */
    line-height: 130%;
    margin-bottom: 15px;
}

.titsidebar {font-family: 'Bebasneue';font-size: 20px; text-align: center;padding-top: 20px;}

.artdate {display: block;
    clear: both;}


/* --------------------- SINGLE ---------------------------*/
.firstsecsingle {
	height: 50vh;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    background: transparent url(images/bg_header_services.webp) no-repeat bottom center;
    background-size: cover;
	padding-bottom: 0px;
}
.single .firstsecservcont {max-width: 100%;padding: 50px;}
.firstsec {padding-bottom: 0;align-items: end; background: #05171e; height: 100vh;}

.single section {padding: 20px 0;}

/* ---------------------------- SEARCH -------------------------*/
.searchgrid {background-color: #05171E;padding: 50px 10%;}
.firstsecsearch {
    height: auto;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    background: transparent url(images/bg_header_services.webp) no-repeat bottom center;
    background-size: cover;
    padding-bottom: 0px;
    padding: 150px 0 10px 0;
	overflow: hidden;
}
.firstsecsearch .firstsecservcont {padding-bottom: 40px;}
.searchexcerpt {line-height: 130%;}
.search h2.entry-title  a {color: #FFF;font-size: 30px;}
.datesearch {font-size: 13px;}

.search .wp-pagenavi {
    text-align: center;
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
}

.search hr {
    margin-top: 1rem;
    /* margin-bottom: 0; */
    border: 0;
    border-top: 1px solid rgb(117 117 117);
}

.search .searchgrid .bt.btorange i {padding-left: 5px;}
/* --------- ZONE ELEMENTOR ---------------------- */
.contentpage section {padding: 0;}
.contentpage h2 {
	font-size: 40px;
	line-height: 120%;
    margin: 30px 0 20px 0;
}
.contentpage a {
font-weight: 700;
color: #FF8537;
}
.liseretcol {
border-left: 1px solid #f47e32;
padding-left: 31px;
}
/* ---------------------------- PAGE CONTACT ENFANT -------------------------*/

.page-template-page_domaine_contact .formcontact {
	background-image:  url(images/bgcontact2.jpg) ,url(images/bgcontact1.jpg);
	background-position: right 20px top 50px, left -50px top 80px;
	background-repeat: no-repeat, no-repeat;

	}
	.page-template-page_domaine_contact .firstsecserv {
		height: 70vh;
	}
	.page-template-page_domaine_contact .containercontact {
		max-width: 1200px;
		margin: auto;
		margin-top: -20px;
		background-color: #FFF;
		/* z-index: 99999999999999; */
		transform: translateY(-60px);
		padding: 50px 0 0 0;
		font-weight: 700;
	}


/* ---------------------------- PAGE GEOLOC -------------------------*/
.firstsec {padding-bottom: 0;align-items: center;
	background: #05171e url(images/bggeoloc.jpg) no-repeat center center;
	background-size: cover;
	height: 100vh;}



.firstsec h1 {color: #FFF;}
.firstsec p {color: #FFF;}
.firstsec .row {align-items: end;}
.firstsec .content h1 span {display: inline;color: #F47E32; }
.imggeolochead img {width: 100%;}
.firstcolgeo {padding-bottom: 8%;}
.page-template-page_geoloc .contentpage {
    background-color: #05171E;
    padding-bottom: 250px;
}
.page-template-page_geoloc .contentpage,
.page-template-page_geoloc .contentpage p,
.page-template-page_geoloc .contentpage h1,
.page-template-page_geoloc .contentpage h2 {
	color: #FFF;
}
.page-template-page_geoloc .labocontent3 {
    background-color: #FFF;
	background-image: none;
    padding: 100px 50px 60px 50px;
}
.page-template-page_geoloc .contentpage {}

.page-template-page_geoloc div.container.actu {margin-top: 60px;}


/* ------------------------------ ENCART GENERAL ---------------------- */

.btencartgeneralcontainer {
	margin: 0 auto;
    display: grid;
    gap: 1%;
    grid-template-columns: repeat(auto-fit, minmax(0, 1fr));
    margin-top: auto;
}
.btencartgeneralcontainer .bthome .bthomebod {
    text-align: center;
    height: 100%;
    position: relative;
    padding: 15px 10%;
}
.btencartgeneralcontainer .bthome.recup .bthomebod {
    background: #05171E url(images/homebtrecup.webp);
    background-size: cover;
}
.btencartgeneralcontainer .bthome.ransom .bthomebod {
    background: #05171E url(images/homebtransom.webp);
    background-size: cover;
}
.btencartgeneralcontainer .bthome.migration .bthomebod {
    background: #05171E url(images/homebtmigration.webp);
    background-size: cover;
}.btencartgeneralcontainer .bthome.efface .bthomebod {
    background: #05171E url(images/homebtefface.webp);
    background-size: cover;
}


.btencartgeneralcontainer .bthome .bthomebod h2 {
    color: #FFF;
    font-size: 40px;
    padding-top: 30px;
    line-height: 110%;
}
.btencartgeneralcontainer .bthome .bthomebod p {color: #FFF;text-align: left;}

.encartbottom {
    color: #FFF;
    text-align: right;
    font-weight: 700;
    padding: 5px 20px;
    height: 70px;
    line-height: 120%;
    display: flex;
    align-content: center;
    flex-wrap: wrap;
    justify-content: flex-end;
}
.recup .encartbottom {background-color: #105D6A;}
.ransom .encartbottom {background-color: #F6A400;}
.migration .encartbottom {background-color: #4C6A10;}
.efface .encartbottom {background-color: #6A1067;}

/* ---------------------------- FORMNEWSLETTER -------------------------*/
.newsform-wrapper {
    width: 450px;
    margin: auto;
    border-radius: 0px;
  	background: transparent;
	position: relative;
}
.newsform-wrapper input {
	padding-left: 20px;
	width: 100%;
	height: 66px;
	padding: 10px 5px;
	float: left;
	font: bold 13px 'lucida sans', 'trebuchet MS', 'Tahoma';
	border: 0;
	background: #fff;
	border-top-style: none;
  }

.newsform-wrapper input:focus {
	outline: 0;
	background: #fff;
	box-shadow: 0 0 2px rgba(0,0,0,0.8) inset;
}

.newsform-wrapper input::-webkit-input-placeholder {
	color: #999;
	font-weight: normal;
	font-style: italic;
	padding-left: 20px;
}

.newsform-wrapper input:-moz-placeholder {color: #999;font-weight: normal;font-style: italic;}

.newsform-wrapper input:-ms-input-placeholder {color: #999;font-weight: normal;font-style: italic;border-style: none;}

  /* Form submit button */
  .newsform-wrapper button {
	  overflow: visible;
	  position: absolute;
	  top: -1px;
	  right: 0;
	  border: 0;
	  padding: 0;
	  cursor: pointer;
	  height: 68px;
	  width: 68px;
	  background: transparent;
  }

  .newsform-wrapper button:hover{
  /*     background: #e54040; */
  }

  .newsform-wrapper button:active,
  .newsform-wrapper button:focus{
	  background: #198cff;
	  outline: 0;
  }

  .newsform-wrapper button:focus:before,
  .newsform-wrapper button:active:before{
		  border-right-color: #c42f2f;
  }

  .newsform-wrapper button::-moz-focus-inner { /* remove extra button spacing for Mozilla Firefox */
	  border: 0;
	  padding: 0;
  }
  .newsform-wrapper button img {width: 68px;}

  .rsformnews {display: inline-block;}

  .formnewsletter iframe {
	width: 100%;
    min-height: 300px;
  }

  .formnewsletter .form_15iP5 .error>span {
		display: none !important;
}
.formnewsletter .form_15iP5 .error {
	display: none !important;
}

.formnewsletter div.wpforms-container-full .wpforms-form .wpforms-error-container, .formnewsletter div.wpforms-container-full .wpforms-form noscript.wpforms-error-noscript,
.homenewsletter div.wpforms-container-full .wpforms-form .wpforms-error-container, .homenewsletter div.wpforms-container-full .wpforms-form noscript.wpforms-error-noscript {
    color: #ffffff !important;
    position: absolute !important;
    top: 70px !important;
}


/* ---------------------------- PAGES CONTACT -------------------------*/

.page-template-page_contact .formcontact {
background-image:  url(images/bgcontact2.jpg) ,url(images/bgcontact1.jpg);
background-position: right 20px top 50px, left -50px top 80px;
background-repeat: no-repeat, no-repeat;

}
.page-template-page_contact .firstsecserv {
	height: 60vh;
}
.page-template-page_contact .containercontact {
	max-width: 1200px;
    margin: auto;
    margin-top: -100px;
    background-color: #FFF;
    /* z-index: 99999999999999; */
    transform: translateY(-60px);
    padding: 50px 0 0 0;
	font-weight: 700;
}

.page-template-page_contact .homenewsletter img {
	display: block;
	margin: auto;
	margin-bottom: 20px;
}


.mauticform_wrapper {margin: 10px auto;}
.mauticform-innerform {}
.mauticform-post-success {}
.mauticform-name { font-weight: bold; font-size: 1.5em; margin-bottom: 3px; }
.mauticform-description { margin-top: 2px; margin-bottom: 10px; }
.mauticform-error { margin-bottom: 10px; color: red; }
.mauticform-message { margin-bottom: 10px;color: green; }
.mauticform-row { display: block; margin-bottom: 20px; }
.mauticform-label { font-size: 1.1em; display: block; font-weight: bold; margin-bottom: 5px; }
.mauticform-row.mauticform-required .mauticform-label:after { color: #e32; content: " *"; display: inline; }
.mauticform-helpmessage { display: block; font-size: 0.9em; margin-bottom: 3px; }
.mauticform-errormsg { display: block; color: red; margin-top: 2px; }
.mauticform-selectbox, .mauticform-input, .mauticform-textarea {
	width: 100%;
	padding: 0.5em 0.5em;
	border: 1px solid #707070;
	background: #fff;
	box-shadow: 0px 0px 0px #fff inset;
	border-radius: 4px;
	box-sizing: border-box;
}

.mauticform-checkboxgrp-label { font-weight: normal; }

.mauticform-radiogrp-row {margin: 50px 0;}
.mauticform-radiogrp-label {
    font-weight: normal;
    padding: 20px 10px 0px 10px;
	cursor: pointer;
}
.mauticform-radiogrp-radio label{cursor: pointer;}
.mauticform-page-wrapper {
	max-width: 1000px;
    margin: auto;
    display: block;
}
.mauticform-button-wrapper .mauticform-button.btn-default, .mauticform-pagebreak-wrapper .mauticform-pagebreak.btn-default {
	color: #ffffff;
    background-color: #FF8537;
    margin: auto;
    display: block;
    padding: 10px 55px;
    font-family: 'Bebasneue';
    font-size: 20px;
	font-weight: 400;
}

.mauticform-button-wrapper .mauticform-button, .mauticform-pagebreak-wrapper .mauticform-pagebreak { display: inline-block;margin-bottom: 0;font-weight: 600;text-align: center;vertical-align: middle;cursor: pointer;background-image: none;border: 1px solid transparent;white-space: nowrap;padding: 6px 12px;font-size: 13px;line-height: 1.3856;border-radius: 3px;-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;}
.mauticform-button-wrapper .mauticform-button.btn-default[disabled], .mauticform-pagebreak-wrapper .mauticform-pagebreak.btn-default[disabled] {
	background-color: #ffffff; border-color: #dddddd; opacity: 0.75; cursor: not-allowed; }
.mauticform-pagebreak-wrapper .mauticform-button-wrapper {  display: inline; }

.radio-block {
    display: flex;
    justify-content: center;
    /* margin: 10px; */
    gap: 2%;
	flex-wrap: wrap;
}

.radio-block .mauticform-radiogrp-row label {
	position: relative;
    display: inline-block;
    vertical-align: top;
    width: 10rem;
    min-height: 11rem;
    text-align: center;
	border-radius: 15px;
	-webkit-box-shadow: 0px 5px 22px 2px rgba(0,0,0,0.15);
	box-shadow: 0px 5px 22px 2px rgba(0,0,0,0.15);
	cursor: pointer;
	transition: 0s;

}
.radio-block .mauticform-radiogrp-row label:hover, .radio-block .mauticform-radiogrp-row label.active {
	background-color: #EEE;
	box-shadow: none;
}
.radio-block  input[type=radio] {
    display: none;
}


.formradiotitre {
    padding-top: 15px;
    line-height: 120%;
    font-size: 17px;
    font-family: 'Bebasneue',sans-serif;
}


/* ----------- WPFORM ------------ */




div.wpforms-container-full .wpforms-form ul.wpforms-image-choices-modern label:not(.wpforms-error) {
    max-width: 200px !important;
}
div.wpforms-container-full .wpforms-form ul.wpforms-image-choices-modern .wpforms-image-choices-image:after {
    content: "\2714";
    background: #F47E32 !important;
}
.wpforms-image-choices {
	display: flex !important;
    justify-content: space-around !important;
    flex-wrap: wrap !important;
}
div.wpforms-container-full .wpforms-form .wpforms-field-label {
    text-align: center !important;
	margin: 0 0 6px 0 !important;
}


div.wpforms-container-full .sstitre {font: normal normal normal 30px/30px 'Bebasneue' !important;}
div.wpforms-container-full .titre {
    font: normal normal normal 40px/40px 'Bebasneue' !important;
    margin-bottom: 29px !important;
}

.formcontactwrap {margin: 20px 200px !important;}
.wpforms-field-layout-columns {margin: 0 200px !important;}

div.wpforms-container-full .wpforms-form ul.wpforms-image-choices-modern label:not(.wpforms-error) {
    background-color: #fff;
    display: block;
    margin: 0 10px !important;
    border: 0px !important;
    border-radius: 20px !important;
    padding: 20px 20px 18px 20px;
    transition: all 0.5s;
    text-align: center;
    box-shadow: 0px 5px 15px 2px rgb(0 0 0 / 15%) !important;
	min-height: 220px !important;
    min-width: 200px !important;
}

div.wpforms-container-full .wpforms-form ul.wpforms-image-choices-modern .wpforms-selected label {
    box-shadow: 0 0 5px 0 rgb(0 0 0 / 33%) !important;
}

div.wpforms-container-full .wpforms-form ul.wpforms-image-choices-modern .wpforms-image-choices-label {
    display: block;
    margin-top: 24px !important;
    font-family: 'Bebasneue'  !important;
    font-size: 22px !important;
    font-weight: 400 !important;
}


.wpforms-confirmation-container-full, div[submit-success]>.wpforms-confirmation-container-full:not(.wpforms-redirection-message) {
    background: #f47e32 !important;
    border: 0 !important;
    color: #FFF !important;
    font-weight: 600 !important;
	margin-top: 66px !important;
}



.homenewsletter .wpforms-form {display: flex;}
.homenewsletter .wpforms-form input[type=submit], .homenewsletter .wpforms-form button[type=submit] {
    padding: 8px 35px !important;
    background-color: #05171e !important;
    color: #fff !important;
    border: 0 !important;
    border-radius: 0px !important;
    /* font-weight: bold; */
    font-family: 'Bebasneue';
    font-size: 20px !important;
}

.homenewsletter div.wpforms-container-full .wpforms-form input[type=email] {

	background-color: #fff;
    box-sizing: border-box;
    border-radius: 0px !important;
    color: #333 !important;
    font-size: 16px !important;
    border: 1px solid #ffffff !important;
    padding: 20px 10px !important;
    height: 45px !important;
    line-height: 1.3;
    width: 300px !important;
}

.homenewsletter div.wpforms-container-full .wpforms-form .wpforms-submit-container {
    padding: 0;
    margin-top: 0 !important;
}
.homenewsletter div.wpforms-container-full .wpforms-form .wpforms-field {
    padding: 0 !important;
}

.formcontactwrap {
	margin: 0 200px;
}
div.wpforms-container-full .wpforms-form .wpforms-field {
    padding: 5px 0 !important;
}
div.wpforms-container-full .wpforms-form input[type=date],
div.wpforms-container-full .wpforms-form input[type=datetime],
div.wpforms-container-full .wpforms-form input[type=datetime-local],
div.wpforms-container-full .wpforms-form input[type=email],
div.wpforms-container-full .wpforms-form input[type=month],
div.wpforms-container-full .wpforms-form input[type=number],
div.wpforms-container-full .wpforms-form input[type=password],
div.wpforms-container-full .wpforms-form input[type=range],
div.wpforms-container-full .wpforms-form input[type=search],
div.wpforms-container-full .wpforms-form input[type=tel],
div.wpforms-container-full .wpforms-form input[type=text],
div.wpforms-container-full .wpforms-form input[type=time],
div.wpforms-container-full .wpforms-form input[type=url],
div.wpforms-container-full .wpforms-form input[type=week],
div.wpforms-container-full .wpforms-form select,
div.wpforms-container-full .wpforms-form textarea,
.formcontact input[type=email],
.formcontact input[type=text],
.formcontact input[type=email],
.formcontact input[type=number],
.formcontact textarea,
.formcontact select
{
    background-color: #fff;
    box-sizing: border-box;
    border-radius: 8px !important;
    color: #333 !important;
    font-size: 16px !important;
    border: 1px solid #e4e4e4 !important;
    padding: 6px 10px !important;
    height: 38px;
    line-height: 1.3;
}

/* New button styles */
.wpforms-form input[type=submit],
.wpforms-form button[type=submit],
.formcontact input[type=submit]
{
	padding: 8px 35px !important;
    background-color: #f47e32 !important;
    color: #fff !important;
    border: 0 !important;
    border-radius: 10px !important;
    /* font-weight: bold; */
    font-family: 'Bebasneue';
    font-size: 20px !important;
}
.wpforms-submit-container {text-align: center !important;margin-top: 20px !important;}

.formcontact textarea {width: 100%;height: 150px;}
.formcontact input[type=email],
.formcontact input[type=text],
.formcontact input[type=email],
.formcontact input[type=number] {width: 100%;}

.colsubmit {
	display: flex;
    align-items: flex-end;
    justify-content: center;
    margin-bottom: 20px;
}
.formcontact input[type=submit] {
	background-color: #105D6A !important;
}

#select_capacite select {width: 80%;}

.formpartenaire {
	border-radius: 20px;

}
.formpartenaire div.wpforms-container-full .wpforms-form .wpforms-field-label {
    text-align: left !important;
    margin: 0 0 6px 0 !important;
}

/* ---------------------------- PAGES DEVIS -------------------------*/

.page-template-page_devis .formcontact {
	background-image:  url(images/bgdevis.png) ,url(images/bgcontact1.jpg),url(images/bgdevis.png);
	background-position: right 20px top 50px, left -50px top 80px, left 20px top 765px;
	background-repeat: no-repeat, no-repeat, no-repeat;
}
.page-template-page_devis .firstsecserv {
	height: 60vh;
}
.page-template-page_devis .containercontact {
    max-width: 1200px;
    margin: auto;
    margin-top: -100px;
    background-color: #FFF;
    transform: translateY(-60px);
    padding: 50px 20px 0 20px;
}
.page-template-page_devis .form-group {
    padding: 20px 0;
    max-width: 1041px;
    margin: auto;
}

.page-template-page_devis .sstitre{font: normal normal normal 30px/30px 'Bebasneue' !important;margin-top: 30px;}
.page-template-page_devis .titre {
    color: #105D6A;
    font: normal normal normal 40px/40px 'Bebasneue';
    margin-bottom: 20px;
}


.page-template-page_devis .radio {
    text-align: center;
    border-radius: 15px;
    background-color: #F3F3F3;
    padding: 20px;
    box-shadow: 5px 5px 10px 0px rgb(0 0 0 / 20%) !important;
    min-height: 150px;
    min-width: 130px;
    position: relative;
    cursor: pointer;
    transition: .3s;
    margin-bottom: 15px;
}
.page-template-page_devis .radio .radio-label {cursor: pointer;}
.page-template-page_devis .radio .radio-label  img {margin: auto; display: block;padding-bottom: 15px;}
.page-template-page_devis .radio-value {
    line-height: 120%;
    display: block;
    font-style: italic;
    font-weight: 400;
}

.page-template-page_devis .radio.active {

    box-shadow: 2px 2px 5px 0px rgb(0 0 0 / 20%) !important;
	background-color: #f0f0f0;
}
.page-template-page_devis .radio.active label:after {
    content: "\2714";
    font-size: 22px;
    line-height: 32px;
    color: #fff;
    background: #f47e32;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -16px 0 0 -16px;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    transition: all 0.5s;
}

.page-template-page_devis #panne_constatee .radio, .page-template-page_devis #niveau_urgence .radio {
    padding: 10px 50px 5px 50px;
    min-height: 81px;
    min-width: 220px;
}

.page-template-page_devis #panne_constatee .radio.active label:after,
.page-template-page_devis #niveau_urgence .radio.active label:after
{
    top: 10px;
    left: 33px;
}

#err_type_support, #err_capa_support, #err_panne_support, #err_service, #err_nom, #err_tel, #err_email {
    display: none;
    font-size: 15px;
    font-weight: 700;
    background-color: #ffffff;
    color: #d9534f;
    width: 100%;
    padding: 0 10px;
    border-radius: 3px;
    margin: auto;
	text-align: center;
}
.messageOKFormDevis {
    padding: 30px 30px 20px 30px;
    text-align: center;
    font-weight: 700;
    font-size: 16px;
}
.messageOKEntete {    font-weight: 700;
    font-size: 16px;}

.timeline{margin-left:20px;}
.timeline a {
    color: #000;
    text-decoration: dashed;
    border-bottom: 1px dashed #cfcfcf;
}
.timeline a:hover {color: rgb(105, 105, 105);}
.timeline--item{position:relative;padding-left:30px;padding-top:7px;padding-bottom:40px}
.timeline--item:before{content:"";position:absolute;top:0;left:0;width:2px;height:100%;background-color:#e2e2e2}
.timeline--item:after {
    content: "1";
    position: absolute;
    top: 0;
    left: -19px;
    width: 40px;
    height: 40px;
    background-color: #ee7e29;
    color: #fff;
    text-align: center;
    font-weight: 700;
    font-size: 20px;
    border-radius: 50%;
    padding-top: 4px;
}
.code_html ul li:before,.list-orange li:before,blockquote:before{font-family:icomoon;font-weight:400;speak:none;font-style:normal;font-variant:normal;text-transform:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}
.timeline--item:nth-child(2):after{content:"2"}
.timeline--item:nth-child(3):after{content:"3"}
.timeline--item:nth-child(4):after{content:"4"}
.timeline--item:nth-child(5):after{content:"5"}
.timeline--item:nth-child(6):before{display:none! important;}
.timeline--item:nth-child(6):after{display:none;}
.timeline--item:last-child:before{display:none}

.timeline--title {
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 25px;
    color: #ee7e29;
    line-height: 100%;
}

.timeline--item {
    position: relative;
    padding-top: 7px;
    padding-bottom: 5px;
}


/* ---------------------------- PAGES PRODUITS -------------------------*/
.menusupport {
	background-color: #19292E;
	padding: 30px 0;
}
.menusupport .menusup {
	display: grid;
	grid-template-columns: repeat(6, 140px);
	grid-auto-rows: 150px;
	justify-content: space-between;
	align-content: space-between;
	gap: 1rem;
	width: 100%;
	max-width: 1200px;
	padding: 0.5rem;
	margin: 0 auto;
}

.menusupport .menusup .itemmenu {
	border-radius: 15px;
	background-color: #faf7fa;
	color: #FFF;
	display: flex;
	flex-direction: column;
	-webkit-box-shadow: 6px 9px 5px 1px rgba(0,0,0,0.14), -8px -8px 12px 1px #223940;
	box-shadow: 6px 9px 5px 1px rgba(0,0,0,0.14), -8px -8px 12px 1px #223940;
	text-align: center;
	border: 1px solid #105D6A00;

  }
  .menusupport .menusup .itemmenu:hover, .menusupport .menusup .itemmenu.active {
	-webkit-box-shadow: 0px 2px 5px 1px rgb(0 0 0 / 50%), -2px -4px 5px 1px #223940;
	box-shadow: 0px 2px 5px 1px rgb(0 0 0 / 50%), -2px -4px 5px 1px #223940;
	border: 1px solid #105D6A77;

  }

  .menusupport .menusup .itemmenu > div {text-align: center;margin-top: auto;padding-bottom: 15px;}


  @media (max-width: 996px) {
	.menusupport .menusup { grid-template-columns: repeat(3, 150px); }
  }
  @media (max-width: 500px) {
	.menusupport .menusup { grid-template-columns: repeat(1, 100%); }
  }

  .menusupport .menusup .itemmenu.dd {background: #19292E url(images/mensup_hdd.png) no-repeat top 20px center;}
  .menusupport .menusup .itemmenu.ssd {background: #19292E url(images/mensup_ssd.png) no-repeat top 20px center;}
  .menusupport .menusup .itemmenu.sp {background: #19292E url(images/mensup_sp.png) no-repeat top 20px center;}
  .menusupport .menusup .itemmenu.mv {background: #19292E url(images/mensup_mv.png) no-repeat top 20px center;}
  .menusupport .menusup .itemmenu.raid {background: #19292E url(images/mensup_raid.png) no-repeat top 20px center;}
  .menusupport .menusup .itemmenu.nas {background: #19292E url(images/mensup_nas.png) no-repeat top 20px center;}


/* ---------------------------- PAGE RECUPERATION SUPPORT -------------------------*/

.page-template-page_recuperation_support .coloration {color: #105D6A;}
.page-template-page_recuperation_support .firstsecserv {height: 60vh;}
.page-template-page_recuperation_support .supportcontent {
    background-image: url(images/supportbg.png);
    background-position: left -540px top 245px;
    background-size: 800px;
    background-repeat: no-repeat;
}
.page-template-page_recuperation_support .containtersupport {
    max-width: 1067px;
    margin: auto;
    margin-top: -100px;
    background-color: #FFF;
    transform: translateY(-60px);
	padding: 50px 50px 20px 50px;
    /* border: 1px solid #EEEEEE; */
}

.page-template-page_recuperation_support span.sstitre.recuperation {display: block;}


.page-template-page_recuperation_support .containtersupport .supportentetetitre {
    font-family: 'Bebasneue',sans-serif;
    font-size: 40px;
    text-align: center;
    line-height: 120%;
}
.page-template-page_recuperation_support .containtersupport .supportentetetitre {font-family: 'Bebasneue',sans-serif;font-size: 40px;text-align: center;}
.page-template-page_recuperation_support .containtersupport .supportenteteparaph {padding-top: 20px;text-align: center;}

.page-template-page_recuperation_support .tsh_breadcrumbs {    position: absolute;
    top: 10px;
    left: 30px;
}
.page-template-page_recuperation_support .supportdiv{
	background: #19292E url(images/supportdivbg.jpg) no-repeat top center;
	background-size: cover;
}
.page-template-page_recuperation_support .supportdiv .encart {
margin-bottom: 150px;
}
.page-template-page_recuperation_support .supportdiv .actu {color: #FFF;}
.page-template-page_recuperation_support .supportdiv .actu .card{background-color: #0B2731;}


.page-template-page_recuperation_support .contentpage {
    max-width: 1200px;
    margin: auto;
    padding: 0 15px;
}

/* ---------------------------- PAGE ENTREPRISE -------------------------*/
.page-template-page_entreprise .firstsecserv {
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent url(images/bg_header_entreprise.webp) no-repeat bottom center;
    background-size: cover;
}
.page-template-page_entreprise .contentpage {background-color: #05171E;margin-top: -500px;color: #FFF;}
.page-template-page_entreprise .contentpage h1 {line-height: 110%;}
.page-template-page_entreprise .contentpage h1 span {display: block;font-size: 70%;line-height: 110%;}

.page-template-page_entreprise .supportdiv {
    background: #19292E url(images/supportdivbg.jpg) no-repeat top center;
    background-size: cover;
}
.page-template-page_entreprise .supportdiv h2 {color: #FFF;}
.page-template-page_entreprise .supportdiv .actu {padding-top: 120px;}



/* ---------------------------- FOOTER -------------------------*/
footer {padding: 50px 0;background-color: #000000;color: #FFF;}
footer a.foot {color:#FFF;display: block;transition: .3s;}
footer a.foot:hover {transform: translateX(5px);}

footer .entetefoot {font-weight: 700;}
footer .logofoot {
    max-width: 300px;
    height: auto;
}

#searchfoot input {background-color: #656565 !important;border: 0;color: #FFF;}

#searchfoot .form-control::placeholder {
	color: #AAA;
	opacity: 1; /* Firefox */
}

#searchfoot .form-control:-ms-input-placeholder {
	color: #AAA;
}

#searchfoot .form-control::-ms-input-placeholder {
	color: #AAA;
}
.linkfoot, .linkfoot:hover {color: #FFF;display: inline;}

.btfootsearch {background-color: #F47E32;border: 0;}
.btfootsearch img {width: 25px;}

.foot2 {font-size: 80%;}
.foot2 a {color: #FFF !important;}
.copyright, .copyright a {color: #666 !important;}

.hero {
	height: 100vh;
	width: 100%;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.avertnews {font-size: 13px;line-height: 130%;margin: 20px 0;}
.avertnews a {color: #FFF !important;border-bottom: 1px dashed #FFF;}




.site-navbar-wrap a {
	color: #fff; }
.site-navbar-wrap .site-navbar-top {
	font-size: 0.8rem; }




.site-navbar-top {
border-bottom: 1px solid rgba(255, 255, 255, 0.4); }

.site-navigation{
	padding-right: 240px;
}

/* PAGE SITE ENFANT */

.page-template-page_domaine_faq .main {
	background-color: #05171E;
}
/* PAGE FAQ ENFANT */

.page-template-page_domaine_faq .contentpage{
background-color: #05171E;

}
section.faq {
    background-color: #05171E;
    color: #FFF;
}

/* PLUGIN FAQ */
section.faq {
	background-color: #05171E;
	color: #FFF;
}
section.faq .sstitre {color: #FFF;}
section.faq .titre {color: #FFF;font: normal normal normal 60px/79px 'Bebasneue';}

section.faq .card{
	border: 0 !important;
	background: none !important;
	border-radius: 0 !important;
}

section.faq .card-header{
	position: relative;
	border: 0 !important;
    cursor:pointer;
    margin:0px 0px 15px 0px !important;

	background:  -moz-linear-gradient(135deg, rgb(11,39,49) 0, rgb(13,51,62) 100%);
	background:  -webkit-gradient(135deg, rgb(11,39,49) 0, rgb(13,51,62) 100%);
	background:  -webkit-linear-gradient(135deg, rgb(11,39,49) 0, rgb(13,51,62) 100%);
	background:  -o-linear-gradient(135deg, rgb(11,39,49) 0, rgb(13,51,62) 100%);
	background:  -ms-linear-gradient(135deg, rgb(11,39,49) 0, rgb(13,51,62) 100%);
	background:  linear-gradient(135deg, rgb(11,39,49)575 0, rgb(13,51,62) 100%);




    /*background-image: linear-gradient(to right, rgb(11,39,49), rgb(13,51,62)), url(images/accordionoff.png);
	background-repeat: no-repeat, no-repeat;
	background-position: center center, right 20px center ;*/
    color:#FFF !important;
    width:100%;
	border: 0 !important;
	border-radius: 15px !important;
    box-sizing: border-box;
	-moz-user-select: none; /* Firefox */
 	-webkit-user-select: none; /* Chrome, Safari, Opéra depuis la version 15 */
 	-ms-user-select: none; /* Internet explorer depuis la version 10 et Edge */
 	user-select: none; /* Propriété standard */
}
section.faq .card-header a {color: #FFF;}

section.faq .card-body{
	width: 90%;
	margin-left: 20px;
	background-color: transparent;
	padding: 10px 101px 10px 10px;
}

section.faq .pAskFaq {
    font-size: 18px;
	font-family: 'Bebasneue', sans-serif;
	font-size: 25px;
	line-height: 120%;
    color: #FFF !important;
    padding: 10px;
}
section.faq .card-header a.open .pAskFaq {background: url('images/accordionon.png') no-repeat right 0px center;}
section.faq .card-header a.open.collapsed .pAskFaq {background: url('images/accordionoff.png') no-repeat right 0px center;}
section.faq .pContent{
	color: #FFF !important;
    font-weight: 400 !important;
    font-size: 14px !important;
}


section.faq .pContent .bt {
    color: #FFF;
    font-weight: 400;
    font-size: 14px;
    padding: 3px 56px;
}

section.faq .collapsed, .collapse{
	transition: all .5s;
}


section.faq .open.collapsed .flecheAccor::after{
	opacity: 0;
}

section.faq .open:not(.collapsed) .flecheAccor::after{
	opacity: 1;
}

section.savoir {margin-bottom: 70px;}



.site-navbar {
margin-bottom: 0px;
width: 100%; }
.site-navbar .site-logo {
	font-weight: 200;
	line-height: 0;
	top: -7px;
	position: relative; }
	.site-navbar .site-logo a {
	font-weight: 200;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	text-transform: uppercase; }
.site-navbar .site-navigation .site-menu {
	margin-bottom: 0; }
	.site-navbar .site-navigation .site-menu a {
	text-decoration: none !important;
	display: inline-block;
	font-weight: 500; }
	.site-navbar .site-navigation .site-menu > li {
	display: inline-block;
	padding: 10px 5px; }
	.site-navbar .site-navigation .site-menu > li > a {
		padding: 20px 10px;
		color: rgba(255, 255, 255, 0.6);
		font-size: 15px;
		text-decoration: none !important; }
		.site-navbar .site-navigation .site-menu > li > a.active {
		color: #fff; }
		.site-navbar .site-navigation .site-menu > li > a:hover {
		color: #fff; }
	.site-navbar .site-navigation .site-menu > li:last-child {
		padding-right: 0; }
		.site-navbar .site-navigation .site-menu > li:last-child > a {
		padding-right: 0; }
	.site-navbar .site-navigation .site-menu .has-children {
	position: relative; }
	.site-navbar .site-navigation .site-menu .has-children > a {
		position: relative;
		padding-right: 20px; }
		.site-navbar .site-navigation .site-menu .has-children > a:before {
		position: absolute;
		content: "\e313";
		font-size: 16px;
		top: 50%;
		right: 0;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
		font-family: 'icomoon'; }
	.site-navbar .site-navigation .site-menu .has-children .dropdown {
		visibility: hidden;
		opacity: 0;
		top: 100%;
		position: absolute;
		text-align: left;
		-webkit-box-shadow: 0 0px 4px 0px rgba(0, 0, 0, 0.25);
		box-shadow: 0 0px 4px 0px rgba(0, 0, 0, 0.25);
		padding: 0px 0;
		margin-top: 20px;
		margin-left: 0px;
		background: #fff;
		-webkit-transition: 0.2s 0s;
		-o-transition: 0.2s 0s;
		transition: 0.2s 0s;
		border-radius: 4px; }
		.site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top {
		position: absolute; }
		.site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top:before {
			bottom: 100%;
			left: 20%;
			border: solid transparent;
			content: " ";
			height: 0;
			width: 0;
			position: absolute;
			pointer-events: none; }
		.site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top:before {
			border-color: rgba(136, 183, 213, 0);
			border-bottom-color: #fff;
			border-width: 10px;
			margin-left: -10px; }
		.site-navbar .site-navigation .site-menu .has-children .dropdown a {
		font-size: 14px;
		text-transform: none;
		letter-spacing: normal;
		-webkit-transition: 0s all;
		-o-transition: 0s all;
		transition: 0s all;
		color: #343a40; }
		.site-navbar .site-navigation .site-menu .has-children .dropdown a.active {
			color: #007bff; }
		.site-navbar .site-navigation .site-menu .has-children .dropdown .active > a {
		color: #fff !important; }
		.site-navbar .site-navigation .site-menu .has-children .dropdown > li {
		list-style: none;
		padding: 0;
		margin: 0;
		min-width: 200px; }
		.site-navbar .site-navigation .site-menu .has-children .dropdown > li:first-child > a {
			border-top-left-radius: 4px;
			border-top-right-radius: 4px; }
		.site-navbar .site-navigation .site-menu .has-children .dropdown > li:last-child > a {
			border-bottom-left-radius: 4px;
			border-bottom-right-radius: 4px; }
		.site-navbar .site-navigation .site-menu .has-children .dropdown > li > a {
			padding: 9px 20px;
			display: block; }
			.site-navbar .site-navigation .site-menu .has-children .dropdown > li > a:hover {
			background: #ebeef0;
			color: #212529; }
		.site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > a:before {
			content: "\e315";
			right: 20px; }
		.site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > .dropdown, .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > ul {
			left: 100%;
			top: 0; }
		.site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:hover > a, .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:active > a, .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:focus > a {
			background: #ebeef0;
			color: #212529; }
	.site-navbar .site-navigation .site-menu .has-children:hover > a, .site-navbar .site-navigation .site-menu .has-children:focus > a, .site-navbar .site-navigation .site-menu .has-children:active > a {
		color: #fff; }
	.site-navbar .site-navigation .site-menu .has-children:hover, .site-navbar .site-navigation .site-menu .has-children:focus, .site-navbar .site-navigation .site-menu .has-children:active {
		cursor: pointer; }
		.site-navbar .site-navigation .site-menu .has-children:hover > .dropdown, .site-navbar .site-navigation .site-menu .has-children:focus > .dropdown, .site-navbar .site-navigation .site-menu .has-children:active > .dropdown {
		-webkit-transition-delay: 0s;
		-o-transition-delay: 0s;
		transition-delay: 0s;
		margin-top: 0px;
		visibility: visible;
		opacity: 1; }

.site-mobile-menu {
width: 300px;
position: fixed;
right: 0;
z-index: 2000;
padding-top: 20px;
background: #fff;
height: calc(100vh);
-webkit-transform: translateX(110%);
-ms-transform: translateX(110%);
transform: translateX(110%);
-webkit-box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
-webkit-transition: .3s all ease-in-out;
-o-transition: .3s all ease-in-out;
transition: .3s all ease-in-out; }
.offcanvas-menu .site-mobile-menu {
-webkit-transform: translateX(0%);
-ms-transform: translateX(0%);
transform: translateX(0%); }
.site-mobile-menu .site-mobile-menu-header {
width: 100%;
float: left;
padding-left: 20px;
padding-right: 20px; }
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close {
float: right;
margin-top: 8px; }
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span {
font-size: 30px;
display: inline-block;
padding-left: 10px;
padding-right: 0px;
line-height: 1;
cursor: pointer;
-webkit-transition: .3s all ease;
-o-transition: .3s all ease;
transition: .3s all ease; }
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span:hover {
color: #dee2e6; }
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo {
float: left;
margin-top: 10px;
margin-left: 0px; }
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a {
display: inline-block;
text-transform: uppercase; }
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a img {
max-width: 70px; }
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a:hover {
text-decoration: none; }
.site-mobile-menu .site-mobile-menu-body {
overflow-y: scroll;
-webkit-overflow-scrolling: touch;
position: relative;
padding: 20px;
height: calc(100vh - 52px);
padding-bottom: 150px; }
.site-mobile-menu .site-nav-wrap {
padding: 0;
margin: 0;
list-style: none;
position: relative; }
.site-mobile-menu .site-nav-wrap a {
padding: 10px 20px;
display: block;
position: relative;
color: #212529; }
.site-mobile-menu .site-nav-wrap a.active, .site-mobile-menu .site-nav-wrap a:hover {
color: #007bff; }
.site-mobile-menu .site-nav-wrap li {
position: relative;
display: block; }
.site-mobile-menu .site-nav-wrap li.active > a {
color: #007bff; }
.site-mobile-menu .site-nav-wrap .arrow-collapse {
position: absolute;
right: 0px;
top: 10px;
z-index: 20;
width: 36px;
height: 36px;
text-align: center;
cursor: pointer;
border-radius: 50%; }
.site-mobile-menu .site-nav-wrap .arrow-collapse:hover {
background: #f8f9fa; }
.site-mobile-menu .site-nav-wrap .arrow-collapse:before {
font-size: 12px;
z-index: 20;
font-family: "icomoon";
content: "\f078";
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%) rotate(-180deg);
-ms-transform: translate(-50%, -50%) rotate(-180deg);
transform: translate(-50%, -50%) rotate(-180deg);
-webkit-transition: .3s all ease;
-o-transition: .3s all ease;
transition: .3s all ease; }
.site-mobile-menu .site-nav-wrap .arrow-collapse.collapsed:before {
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%); }
.site-mobile-menu .site-nav-wrap > li {
display: block;
position: relative;
float: left;
width: 100%; }
.site-mobile-menu .site-nav-wrap > li > a {
padding-left: 20px;
font-size: 20px; }
.site-mobile-menu .site-nav-wrap > li > ul {
padding: 0;
margin: 0;
list-style: none; }
.site-mobile-menu .site-nav-wrap > li > ul > li {
display: block; }
.site-mobile-menu .site-nav-wrap > li > ul > li > a {
padding-left: 40px;
font-size: 16px; }
.site-mobile-menu .site-nav-wrap > li > ul > li > ul {
padding: 0;
margin: 0; }
.site-mobile-menu .site-nav-wrap > li > ul > li > ul > li {
display: block; }
.site-mobile-menu .site-nav-wrap > li > ul > li > ul > li > a {
font-size: 16px;
padding-left: 60px; }

.sticky-wrapper {
position: absolute;
z-index: 100;
width: 100%; }
.sticky-wrapper + .site-blocks-cover {
	margin-top: 96px;
}
.sticky-wrapper .site-navbar {
	-webkit-transition: .3s all ease;
	-o-transition: .3s all ease;
	transition: .3s all ease;
}
	  .sticky-wrapper .site-navbar ul li.active a {
		color: #fff; }
.sticky-wrapper.is-sticky .site-navbar {
	background-color: #05171e;
}
.sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu > li {
	display: inline-block;
	padding: 10px 5px;
}
.sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu > li:last-child {
	padding-right: 0;
}
.sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu > li:last-child > a {
	padding-right: 0;
}
.sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu > li.has-children > a {
	padding-right: 20px;
}
.sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu > li > a {
	padding: 10px 10px;
	color: rgba(255, 255, 255, 0.6);
	font-size: 15px;
}
.sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu > li > a:hover {
	color: #fff !important;
}
.sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu > li > a.active {
	color: #fff !important;
}
.sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu > li.active a {
	color: #fff;
}

/*-- PAGE TARIFS -----*/
.page-template-page_recup_tarif .container.contentpage {max-width: 1200px;}
.page-template-page_recup_tarif span.sstitre.recuperation {
    display: block;
}


.tarifwrap .tabletarif {
	display: flex;
	flex-wrap: wrap;
	margin: 0 auto;
	max-width: 1100px;
	padding: 2rem 0rem 0rem 0rem;
  }

  .tab2wrap .tab2 {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	margin: 0 auto;
	max-width: 1100px;
	padding: 2rem 0rem 0rem 0rem;
  }

.table-cell {
	box-sizing: border-box;
	/*flex-grow: 1;*/
	width: 100%;
	padding: 0.8em 1.2em;
	overflow: hidden;
	list-style-type: none;
	outline: 1px solid #ddd;
	text-align: center;
	font-weight: 300;
	margin-top: 1px;
	margin-left: 1px;
  }
  .tarifwrap .table-cell:first-child {
	outline: 1px solid #fff;
	background: transparent;
  }
  .tarifwrap .table-cell.centre {
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
}
  .tarifwrap .table-cell:nth-child(4n-7){
    width: calc( 40% - 1px );
  }


  @media only screen and (max-width: 768px) {
	.tarifwrap .table-cell:first-child {
	  display: none;
	}
  }
  .tarifwrap .table-cell:nth-child(-n+4) {
	padding-top: 20px;
    padding-bottom: 20px;
  }
  .tarifwrap .table-cell.cell-feature {
	text-align: left;
	font-size: 18px;
  }
  .table-cell.enteteorange {
	background-color: #F47E32;
	color: #FFF;
  }

  .page-template-page_recup_tarif .supportdiv .actu {padding-top: 120px;}
  .nivserv {
    display: flex;
    font-family: 'Bebasneue';
    font-size: 30px;
    align-items: center;
    justify-content: center;
}


  /* Table columns
  ================================== */
  .gris {background-color: #EEE;}
  .tarifwrap .table-cell {
	width: calc(20% - 1px);
  }

  @media only screen and (max-width: 768px) {
	.tarifwrap .table-cell.cell-feature {
	  width: 100%;
	  text-align: center;
	}
	.tarifwrap .table-cell {
		width: calc(33.33% - 1px);
	  }
  }

  .tarifwrap svg.enterprise-check path {
	fill: #30305b !important;
  }



/* ------------------- PRELOEADER  -----------------*/

#preloader {
	background: #fff;
	height: 100%;
	left: 0;
	opacity: 0;
	filter: alpha(opacity=100);
	position: fixed;
	text-align: center;
	top: 0;
	width: 100%;
	z-index: 999999999;
  }

  .preloader {
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	text-align: center;
	position: absolute;
  }

  .preloader span {
	position: absolute;
	display: block;
	bottom: 0;
	width: 9px;
	height: 5px;
	border-radius: 5px;
	background: #fff;
	-webkit-animation: preloader 2s infinite ease-in-out;
	animation: preloader 2s infinite ease-in-out;
  }

  .preloader span:nth-child(2) {
	left: 11px;
	-webkit-animation-delay: 200ms;
	animation-delay: 200ms;
  }

  .preloader span:nth-child(3) {
	left: 22px;
	-webkit-animation-delay: 400ms;
	animation-delay: 400ms;
  }

  .preloader span:nth-child(4) {
	left: 33px;
	-webkit-animation-delay: 600ms;
	animation-delay: 600ms;
  }

  .preloader span:nth-child(5) {
	left: 44px;
	-webkit-animation-delay: 800ms;
	animation-delay: 800ms;
  }

  .preloader span:nth-child(6) {
	left: 55px;
	-webkit-animation-delay: 1000ms;
	animation-delay: 1000ms;
  }

  @-webkit-keyframes preloader {
	0% {
	  height: 5px;
	  -webkit-transform: translateY(0);
	  transform: translateY(0);
	  background: rgba(0, 0, 0, 0.1);
	}
	25% {
	  height: 30px;
	  -webkit-transform: translateY(15px);
	  transform: translateY(15px);
	  background: #f8b424;
	}
	50%, 100% {
	  height: 5px;
	  -webkit-transform: translateY(0);
	  transform: translateY(0);
	  background: rgba(0, 0, 0, 0.1);
	}
  }

  @keyframes preloader {
	0% {
	  height: 5px;
	  -webkit-transform: translateY(0);
	  transform: translateY(0);
	  background: #fff;
	}
	25% {
	  height: 30px;
	  -webkit-transform: translateY(15px);
	  transform: translateY(15px);
	  background: #f8b424;
	}
	50%, 100% {
	  height: 5px;
	  -webkit-transform: translateY(0);
	  transform: translateY(0);
	  background: #fff;
	}
  }

.ppms_cm_footer {display: none !important;}
div.ppms_cm_popup_overlay div.ppms_cm_popup_wrapper, div.ppms_cm_popup_overlay div.ppms_cm_popup_wrapper:focus, div.ppms_cm_popup_overlay div.ppms_cm_popup_wrapper:hover {
    margin-top: 15px !important;

}


.grecaptcha-badge {display: none !important;}
