/* header */
.header-section {
	box-shadow:0 0 25px #99999933;
}
.header-section > .et_pb_row {
	display:flex;
	justify-content:center;
}
.header-section > .et_pb_row > .et_pb_column {
	width:90% !important;
	max-width:1180px;
}
.header-section .contact-col {
	display:flex;
	justify-content:right;
}
@media screen and (max-width: 767px) {
	.header-section .contact-col {
		justify-content:center;
	}
	.header-section .contact-col .et_pb_blurb_container {
		display:none;
	}
}

/* menu */
.header-section .et-menu > li > a {
	font-size:16px;
	color:#000;
	font-weight:500;
	padding-top:15px !important;
	padding-bottom:15px !important;
}
.header-section .et-menu > li:hover > a {
	color:#24376e;
	opacity:1;
}
.header-section .et-menu > li.current-menu-item > a {
	color:#24376e;
}
.header-section .et-menu > li.current-menu-item:not(.contact-menu-item) > a:before {
	content:'';
	position:absolute;
	width:100%;
	height:1px;
	background-color:#24376e;
	bottom:15px;
	left:0;
}
.header-section .et-menu > li > .sub-menu {
	border-color: #000;
}
.header-section .et-menu > li > .sub-menu > li {
	padding-left:0;
	padding-right:0;
	width:100%;
}
.header-section .et-menu > li > .sub-menu > li > a {
	width:100%;
	color:#000;
}
.header-section .et-menu > li > .sub-menu > li:hover > a {
	background-color:#000;
	color:#fff;
	opacity:1;
}

/* Bouton contact menu */
.header-section .et_pb_menu__logo {
	margin-right:0;
}
@media screen and (min-width: 981px) {
	.header-section .et_pb_menu__wrap {
		padding-right:124px;
		justify-content:center !important;
	}
}
.header-section .et-menu > .contact-menu-item {
	position:absolute;
	right:0;
	top:50%;
	transform:translatey(-50%);
	background-color:#000;
	padding-left:0;
	padding-right:0;
	border-radius:22px;
}
.header-section .et-menu > .contact-menu-item:hover {
	background-color:#24376e;
}
.header-section .et-menu > .contact-menu-item > a {
	padding-left:30px;
	padding-right:30px;
	color:#fff !important;
}

/* Menu mobile */
.header-section .mobile_menu_bar:before {
	color:#000 !important;
}
.header-section .et_mobile_menu {
	height:-webkit-fit-content !important;
	height:-moz-fit-content !important;
	height:fit-content !important;
	padding:15px 0 !important;
}
.header-section .et_mobile_menu .menu-item a, .header-section .et_mobile_menu .menu-item-has-children {
	color:#000;
	font-weight:500;
	background-color:#fff;
}
.header-section .et_mobile_menu .sub-menu > .menu-item > a {
	padding-left:calc(5% + 20px);
}
.header-section .et_mobile_menu .current_page_item > a:not(.sub-menu-toggle) {
	background-color:#000;
	color:#fff;
}
.header-section .dtb-menu .et_mobile_menu .sub-menu-toggle {
	top:5px;
}
.header-section .dtb-menu .et_mobile_menu .sub-menu-toggle.popped {
	color:#000;
}

/* section */
.banner-section {
	display:flex;
	align-items:center;
	min-height:450px;
}
@media screen and (min-width: 768px) and (max-width: 980px) {
	.banner-section {
		min-height:calc(100vh - 118px - 252px);
	}
}
@media screen and (max-width: 767px) {
	.banner-section {
		min-height:calc(100vh - 118px - 356px - 25px);
	}
}
.banner-section h1 strong {
	display:block;
	font-size:25px;
	line-height:1em;
	color:#ffd302;
	margin-bottom:20px;
}

.vertical-center-row {
	display: flex;
    align-items: center;
}
@media screen and (max-width: 980px) {
	.vertical-center-row {
		flex-direction:column;
	}
}
@media screen and (max-width: 980px) {
  .reverse-row {
    flex-direction:column-reverse;
  }  
  .reverse-row > .et_pb_column:first-child {
    margin-bottom:0 !important;
  }
  .reverse-row > .et_pb_column:last-child {
    margin-bottom:30px !important;
  }
}

.plein-large-row {
	display:flex;
	justify-content:flex-start;	
}
.plein-large-row .text-col {
	width:45% !important;
	max-width:590px !important;
}
@media screen and (max-width: 980px) {
	.plein-large-row:not(.reverse-row) {
		flex-direction:column;
	}
	.plein-large-row.reverse-row > .et_pb_column:last-child {
		margin-bottom:0 !important;
	 }
	.plein-large-row .text-col {
		width:100% !important;
		max-width:100% !important;
	}
	.plein-large-row .et_pb_column:not(.text-col) {
		display:block !important;
		min-height:350px;
	}
}
.plein-large-right-row {
	justify-content:flex-end;
}


/* module */
.et_pb_scroll_top {
	background-color:#ffd302 !important;
}
.et_pb_scroll_top:before {
	color:#000;
}
.img-module span, .img-module img {
	width:100% !important;
}
.img-module img {
	object-fit:cover;
}

/* Accueil */
.banner-accueil-section {
	min-height:calc(100vh - 118px);
}
.onde-module .et_pb_code_inner, .onde-module .ex {
	width:150px;
	height:150px;
}
.onde-module .et_pb_code_inner {
	position:absolute;
	left:-70px;
	top:-65px;
}
.onde-module .ex {
	position:absolute;
	left:0;
	top:0;
	border:solid 2px #fff;
	border-radius:75px;
	transform-origin:center;
	transform:scale(0);
	opacity:0;
}
.onde-module .ex {
	animation: onde 6s linear infinite;
}
.onde-module .e2 {
	animation-delay:2s;
}
.onde-module .e3 {
	animation-delay:4s;
}
@keyframes onde {
	0% {
		transform:scale(0);
		opacity:1;
	}
	100% {
		transform:scale(1);
		opacity:0;
	}
}

@media screen and (min-width: 480px) and (max-width: 980px) {
	.et_pb_section .et_pb_row.chiffre-cle-row {
		max-width:500px !important;
		flex-direction:initial;
	}
}
@media screen and (max-width: 479px) {
	.et_pb_section .et_pb_row.chiffre-cle-row {
		max-width:240px !important;
		transform:translatex(-20px);
	}
}
.chiffre-cle-row .et_pb_number_counter:before {
	content:'';
	position:absolute;
	top:-25px;
	left:20px;
	width:190px;
	max-width:calc(100% - 40px);
	height:calc(100% + 40px);
	border:solid 5px #ffd302;
}
.chiffre-cle-row .percent {	
	margin-bottom:0 !important;
	background-color:#fff;
	max-width:150px;
}

.chiffre-cle-row .title {
	padding-top:0 !important;
	max-width:150px;
	padding-bottom:10px;
	background-color:#fff;
}
.chiffre-cle-row .percent-value {
	visibility:visible;
}
.chiffre-cle-row .percent-value:before {
	content:'+';
	position:absolute;
	left:-40px;
	top:0;
}
@media screen and (max-width: 767px) {
	.chiffre-cle-row .percent-value:before {
		left:-28px;
	}
}

.service-icon-row .et_pb_blurb .et_pb_main_blurb_image {
	transform:rotate(0deg);
	transition:all 0.5s;
}
.service-icon-row .et_pb_blurb:hover .et_pb_main_blurb_image {
	transform:rotate(180deg);
}
.service-icon-row .et_pb_blurb .et_pb_image_wrap {
	transform:rotate(0deg);
	transition:all 0.5s;
}
.service-icon-row .et_pb_blurb:hover .et_pb_image_wrap {
	transform:rotate(-180deg);
}
.service-icon-row .et_pb_blurb img {
	transform:scalex(1);
	transition:all 0.5s;
}
.service-icon-row .et_pb_blurb:hover img {
	transform:scalex(-1);
}

.service-icon-row .et_pb_module_header {
	min-height:44px;
}
.service-icon-row .et_pb_main_blurb_image {
	background-color:#ffd302;
	border-radius:50%;
	padding:20px;
	position:relative;
}
.service-icon-row .et_pb_main_blurb_image:before, .service-icon-row .et_pb_main_blurb_image:after {
	content:'';
	position:absolute;
	background-color:#24376e;
	border-radius:50%;
}
.service-icon-row .et_pb_main_blurb_image:before {
	width:24px;
	height:24px;
	top: 0;
    right: calc(50% - 35px);
}
.service-icon-row .et_pb_main_blurb_image:after {
	width:12px;
	height:12px;
	bottom: 0;
    left: calc(50% - 20px);
}

.valeur-row .text-col .et_pb_blurb {
	display:inline-block;
	vertical-align:top;
}

/* Page service */
.banner-service-section {
	min-height:calc(100vh - 118px - 309px);
}
.img-module {
	overflow: hidden;
}
.img-module:after {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 10;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
/*     background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%); */
	background: linear-gradient(
  to right,
  rgba(255, 211, 2, 0) 0%,
  rgba(255, 211, 2, 0.3) 100%
);
    transform: skewX(-25deg);
}
.img-module:hover:after {
    animation: shine 1.5s;
}
@keyframes shine {
	100% {
		left: 125%;
	}
}
@media screen and (min-width: 768px) and (max-width: 980px) {
	.banner-service-section {
		min-height:calc(100vh - 118px - 252px);
	}
}
@media screen and (max-width: 767px) {
	.banner-service-section {
		min-height:calc(100vh - 118px - 356px - 25px);
	}
}

/* Page contact */
.forminator-module {
	
}
.forminator-module .forminator-button {
	padding:10px 30px !important;
	border-radius:21px !important;
	font-size:14px !important;
	text-transform:uppercase;
}
.forminator-module .forminator-button:hover {
	box-shadow:none !important;
	opacity:1;
}
.forminator-module .forminator-row-last {
	margin-bottom:0 !important;
}

/* Plan du site */
.sitemap-liste h3, .sitemap-liste br {
	display:none;
}
.sitemap-liste ul {
	list-style-type:none;
	padding-bottom:0;
}
.sitemap-liste li {
	position:relative;
	padding-bottom:10px;
	list-style: none !important;
}
.sitemap-liste  li:before {
	content:'+';
	position:absolute;
	top:0;
	left: -30px;
    color: #ffb703;
    font-size: 40px;
}
/* page realisation */

.realisation ul {
    display: flex;
    justify-content: center;
    align-items: center;
  flex-wrap: wrap;
    background-color: transparent !important;
    margin-bottom: 35px !important;
}
.realisation .et_pb_tabs_0.et_pb_tabs {
  margin-bottom: 0 !important;
}
.realisation ul>li {
  width:calc(25% - 15px);
  border: 1px solid #24376E;
  border-right: 1px solid #24376E !important;
    padding-top: 5px !important;
    padding-bottom: 6px !important;
  margin-left: 15px !important;
    border-radius: 12px !important;
  display: flex;
  justify-content: center;
}
.realisation ul>li.et_pb_tab_active {
  background-color: #24376E !important;
}
.realisation ul>li:hover {
  background-color: #24376E !important;
}
.realisation ul>li:hover a {
  color: #fff !important;
}
.realisation ul>li.et_pb_tab_active a {
  color: #fff !important;
}
.realisation .et_pb_all_tabs {
  background-color: transparent !important;
}
.realisation .et_pb_tabs {
  border: none;
}
.galerie-realisation .et_pb_gallery_items {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}
.galerie-realisation .et_pb_gallery_item {
    width: 280px !important;
    margin: 0px 0px 20px 0px !important;
    height: 320px;
    margin-bottom: 0 !important;
}
.galerie-realisation .et_pb_gallery_image{
  height: 320px;
}
.realisation ul>li:first-child {
  margin-left: 0 !important;
}
.realisation .et_pb_tab {
    padding: 0 !important;
}
.galerie-realisation img {
    height: 100% !important;
    object-fit: cover;
    border-radius:  12px !important;
}
.galerie-realisation .et_pb_gallery_item .et_overlay {
  border-radius: 5px !important;
  background-color: #00000082 !important;
}
.galerie-realisation .et_pb_gallery_item .et_overlay:before {
    font-size: 20px !important;
    left: 55% !important;
    top: 55%;
  color: #fff !important;
}
@media(max-width: 980px) {
	.flex-reverse {
		display: flex;
		flex-direction: column-reverse;
	}
	.realisation ul>li { 
	 width:calc(45% - 15px); 
	 margin-bottom: 15px;
	}
}
@media(max-width: 767px) {
	.realisation ul>li { 
	 width:calc(65% - 15px);
	 margin-left: 0px !important;
	}
}
@media(max-width: 580px) {
	.realisation ul>li { 
	 width: 100% !important;
	}
}



