/*
 Theme Name:     Divi Child
 Theme URI:      https://www.elegantthemes.com/gallery/divi/
 Description:    Divi Child Theme
 Author:         Elegant Themes
 Author URI:     https://www.elegantthemes.com
 Template:       Divi
 Version:        1.0.0
*/

/* =Theme customization starts here
------------------------------------------------------- */

/***************lire plus**************/
 details{
  display:inline;
}
details {
  position:relative;
}
details summary {
	color: #debe5f;
    display: block;
    cursor: pointer;
    font-size: 16px !important;
    font-weight: 500;
	font-weight: 700;
}
details summary:focus {
  outline:none;
}
details[open] {
  display:block;
  padding-bottom:25px;
  /*padding-top:10px;*/
  animation: open .2s linear;
}
details[open] summary {
  position:absolute;
  bottom: 0;
  left:0;
}
details[open] #close {
    position: relative;
    top: 15px;
    padding-bottom: 10px;
	
}
details #open{text-align:center;}
details #open:after{
		display: inline-block;
    position: relative;
    top: 1px;
    margin-left: 8px;
    content: '\f078';
	font-family: 'Font Awesome 6 Free';
}
details #close:after {
    display: inline-block;
    position: relative;
    top: 0px;
    margin-left: 10px;
    content: '\f107';
    transform: rotate(180deg);
	font-family: 'Font Awesome 6 Free';
}
details[open] #open{display:none;}
details #close{display:none;}
details[open] #close{display:block;}
::-webkit-details-marker {display: none;}
@keyframes open {
  0% {
    opacity: 0;
    transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
details[open] summary {
    width: 100%;
}
/**********Fin lire plus***********/




.cls-milieu {
    align-items: center;
}
.cls-services .et_pb_image img {
	border: 2px solid rgb(222 190 95 / 70%);
}
.cls-service .et_pb_image img {
	border: 2px solid rgb(222 190 95 / 70%);
}
.et_mobile_menu .menu-item-has-children .sub-menu{
display: none !important;
}
.pa-block{
display: block !important;
height: fit-content !important;
padding-top: 0 !important;
margin-top: 0 !important;
padding: 5% !important;
margin-bottom: 0 !important;
margin-top: 0 !important;
}
.et_mobile_menu .menu-item-has-children .pa-submenu{
display: block !important;
}
.opened .et_mobile_menu{
height: fit-content !important;
padding: 5% !important;
}
.menu-item-has-children > a{
    display: flex !important;
}
.menu-item-has-children > a i{
	margin-left:auto;
}

#main-header .et_mobile_menu li ul.sub-menu.show, 
.et_pb_fullwidth_menu .et_mobile_menu li ul.sub-menu.show, 
.et_pb_menu .et_mobile_menu li ul.sub-menu.show{
    display: block!important;
	visibility: visible!important;
}

#asl-storelocator.asl-cont .sl-main-cont .asl-panel ul {
    display: flex;
    flex-direction: column;
}
#asl-storelocator.asl-cont ul#p-statelist li.sl-item:nth-child(1) {
  order: 4;
}
#asl-storelocator.asl-cont ul#p-statelist li.sl-item:nth-child(2) {
  order: 3;
}
#asl-storelocator.asl-cont ul#p-statelist li.sl-item:nth-child(3) {
  order: 5;
}
#asl-storelocator.asl-cont ul#p-statelist li.sl-item:nth-child(4) {
  order: 1;
}
#asl-storelocator.asl-cont ul#p-statelist li.sl-item:nth-child(5) {
  order: 2;
}


#asl-storelocator .pol-12 p {
    font-size: 18px !important;
    color: #000 !important;
}
.icon-footer li a.icon {
    border-radius: 10px;
    background-color: #fff !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
	height: 43px;
    width: 43px;
}
.logo-header .et_pb_image_wrap:after {
    content: "ZÉRO SURPRISE !";
    top: 74px;
    right: -130px;
    position: absolute;
    font-size: 18px;
    font-weight: 900;
    font-style: italic;
}
.has_et_pb_sticky .logo-header .et_pb_image_wrap:after {
    top: 62px;
	right: -130px;
}
.cls-title .et_pb_slide_title {
    background: #debe5f;
    padding: 15px 10px 10px !important;
}
.cls-title .et_pb_slide_description {
    width: 80%;
    float: none;
}
.et_pb_slide_title{
	transform:skewX(-10deg) skewY(-1deg)
}
.et_pb_bg_layout_dark .et_pb_slide_description {
    text-shadow: none;
}

.et_pb_slide_content span.small{
	font-size:13px;
	font-style:italic;
}
.et_pb_slide_content .content-slide-1 span.margin-top{
	display:block;
	margin-top:-15px;
}
.et_pb_slide_content ul.offre-liste,
.et_pb_slide_content .content-slide-1{
	margin-top:20px;
}
.et_pb_slide_content ul.offre-liste li{
	padding:10px 0;
}
.et_pb_slide_content ul.offre-liste li::marker{
	color:#debe5f !important;
}
.et_pb_slide_content .offre-prix{
	color:#debe5f;
	font-size:45px;
}

.custom_bullets_wpcc ul li::before {
    content: '\5a';
    display: inline-block;
    margin-right: 7px;
    margin-left: -30px;
    padding-right: 5px;
    font-family: 'ETmodules';
    font-size: 24px;
    vertical-align: middle;
    color: #debe5f;
    font-weight: 700;
}
.custom_bullets_wpcc ul li {
    padding-left: 30px;
    list-style: none;
    margin-bottom: 10px;
	padding-bottom: 5px;
}
.custom_bullets_wpcc .et_pb_pricing_content {
    min-height: 355px;
	padding-bottom: 0px;
}
.custom_bullets_wpcc .et_pb_pricing_heading {
    background-color: #debe5f;
    /*background-image: linear-gradient(5deg, #b99f4f, transparent);*/
}
.cls-border-ba:before {
    content: "";
    position: absolute;
    border-top: 2px solid #debe5f;
    border-left: 2px solid #debe5f;
    width: 90px;
    height: 90px;
	z-index: 1;
}
.cls-border-ba:after {
    content: "";
    position: absolute;
    border-right: 2px solid #debe5f;
    border-bottom: 2px solid #debe5f;
	right: 0;
    bottom: 0;
    width: 90px;
    height: 90px;
}
.cls-border-ba .et_pb_text_inner {
    padding: 30px 30px;
    background: rgb(0 0 0 / 20%);
    backdrop-filter: blur(5px);
}
.et-social-facebook a {
    background-image: linear-gradient(45deg, #395692, #395692);
}
.et-social-instagram a {
    background-image: linear-gradient(45deg, #e7d606,#e93631,#cd1e8a, #5951a0);
}
.et-social-tiktok a {
    background-image: linear-gradient(45deg, #000, #000);
}
.letter-gold{
	color:#debe5f;
}
.z-white{
	color:#fff !important;
}
#asl-storelocator.asl-cont .sl-main-cont .asl-panel-inner .sl-main-cont-box ul.sl-list li.sl-item .sl-addr-sec h3{
	cursor:pointer;
}
.et-l--footer .et_pb_text_inner a:hover,
.et-l--footer .et_pb_blurb_description p:hover{
	color:#debe5f !important;
}

.mobile_menu_bar {
    margin: 22px 0;
}
h1, h2 {
    font-style: italic;
	font-weight: 700;
}
.cls-btn-with a.et_pb_button {
    width: 215px;
}
h2.cls-titte-contct:after {
    content: "";
    display: block;
    margin-top: 20px;
    border-top-color: #debe5f;
    border-top-style: double;
    border-top-width: 10px;
    max-width: 100px;
    transform: skewX(-20deg) skewY(0deg);
}
h2.cls-titte-contct {
    margin-bottom: 25px;
}
.cls-phone {
    color: #debe5f;
    font-size: 40px;
    font-family: 'Khand';
    font-weight: 700;
    font-style: italic;
    text-transform: uppercase;
}
.cls-btn-header .et_pb_with_border {
    margin: 0 7px;
}
.cls-btn-header .et_pb_blurb:hover .et-pb-icon {
   /* color: #fff;*/
}
.cls_pb_column.et_pb_css_mix_blend_mode_passthrough:hover {
	color: #fff;
    background-position: center bottom 28%;
    background-image: linear-gradient(180deg,rgba(10,1,1,0.7) 0%,rgba(10,1,1,0.95) 100%),url(/wp-content/uploads/2022/10/az-service.jpg)!important;
}
.cls_pb_column.et_pb_css_mix_blend_mode_passthrough:hover h4{
	color: #fff;
}
.cls-icons .et_pb_main_blurb_image {
	background: #fff;
    border-radius: 100px;
    width: 120px;
    height: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
	border: 4px solid #ddae21;
}
.cls-icons .et_pb_main_blurb_image img {
    max-width: 80% !important;
	filter: brightness(0%);
}
.cls-icons .et_pb_blurb_content {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.et_mobile_menu {
    text-align: left;
	/*top:73px;*/
	left: auto;
	right: 0;
    width: 350px;
}
.has_et_pb_sticky .et_mobile_menu {
	/*top:66px;*/
}
.et_pb_contact_form_0.et_pb_contact_form_container .input[type="checkbox"]+label i{
	border-color: rgb(0 0 0 / 20%) !important;
}
form.et_pb_contact_form option {
    /*background: #debe5f;*/
}
.cls_pb_contact_form {
    box-shadow: 0px 0px 25px 10px rgb(0 0 0 / 5%);
}
form.et_pb_contact_form .input {
    border-color: rgb(0 0 0 / 20%) !important;
}
.cls-menu-align .et_pb_menu__wrap {
    justify-content: flex-end !important;
}
.nav li ul {
    width: 270px !important;
}
.et_mobile_menu li a {
    padding: 8px 5%;
}
.sub-menu li a {
    font-size: 15px !important;
	padding: 5px 0px !important;
	width: 240px !important;
}
.cls-btn-transform h2.et_pb_slide_title:after {
    content: "";
    display: block;
    margin-top: 20px;
    border-top-color: #debe5f;
    border-top-style: double;
    border-top-width: 10px;
    max-width: 100px;
    transform: skewX(-20deg) skewY(0deg);
}
.cls-btn-transform .et_pb_button.et_pb_more_button{
    transform: skewX(-15deg) skewY(0deg);
}
.cls-menu .et_pb_column {
    margin-right: 0px !important;
}
.cls-list ul {
    float: left;
    margin-right: 10%;
}
.cls-head a.et_pb_button {
    transform: skewX(-5deg);
}
.themecolor {
    color: #debe5f;
}
.cls-btn-en .et_pb_button {
    min-width: 10em;
}
.et-l.et-l--footer #menu-menu-principal-2 {
    flex-direction: column;
}
/***********grid*****************/
figure.effect-goliath h3 {
    background-image: linear-gradient(0deg, rgb(0 0 0 / 70%), transparent);
}

.grid figure {
	position: relative;
	overflow: hidden;
	max-width: 100%;
	width: 100%;
	height: auto;
	text-align: center;
	cursor: pointer;
}

.grid figure img {
	position: relative;
	display: block;
	min-height: 100%;
	max-width: 100%;
	/*opacity: 0.8;*/
}
.grid {
    margin: 0 10px;
}
.grid figure figcaption::before,
.grid figure figcaption::after {
	pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid figure figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}
figure.effect-goliath {
	background: #debe5f;
}
figure.effect-goliath img,
figure.effect-goliath h3 {
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
}
figure.effect-goliath img {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
figure.effect-goliath h3,
figure.effect-goliath p {
	position: absolute;
	bottom: 0;
	padding: 18px 20px;
    font-size: 28px;
    line-height: 1.3em;
	width: 100%;
	color: #fff;
}
figure.effect-goliath p {
	text-transform: none;
	font-size: 16px;
  font-weight:bold;
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(0,35px,0);
	transform: translate3d(0,35px,0);
	margin-bottom: 17px !important;
    width: 100%;
    text-transform: uppercase;
}
figure.effect-goliath:hover figcaption {
    background:rgba(218,39,96,0);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}
figure.effect-goliath:hover img {
	-webkit-transform: translate3d(0,-55px,0);
	transform: translate3d(0,-55px,0);
}
figure.effect-goliath:hover h3 {
	-webkit-transform: translate3d(0,-55px,0);
	transform: translate3d(0,-55px,0);
}
figure.effect-goliath:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

/***********Stylebtnsidetel**********/
.fixed-pos {
    right: -5px;
    position: fixed;
    z-index: 999999;
}
.pos1 {
    top: 300px;
}
.pos2 {
    top: 370px;
}
.pos3 {
    top: 440px;
}
.pos1 .et-pb-icon:before {
    /*content: "\e093";*/
	content:url(/wp-content/uploads/2022/11/facebook-1.png);
}
.pos2 .et-pb-icon:before {
    /*content: "\e09a";*/
	content:url(/wp-content/uploads/2022/11/instagram-1.png);
}
.pos3 .et-pb-icon:before {
    /*content: "e07b";*/
	content:url(/wp-content/uploads/2022/11/tiktok-1.png);
}
.hide767 {
    padding-left: 10px;
}
ul.et_social_icons_container {
    padding-left: 0 !important;
}
ul.et_social_icons_container li {
    position: relative;
    width: 60px;
    overflow: hidden;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
}
ul.et_social_icons_container li {
    left: 0;
}
/*.pos1 .et_social_facebook {
    background-image: linear-gradient(45deg, #395692, #395692);
}
.pos2 .et_social_facebook {
	background-image: linear-gradient(45deg, #e7d606,#e93631,#cd1e8a, #5951a0);
}
.pos3 .et_social_facebook {
	background-image: linear-gradient(45deg, #000, #000);
}*/
ul.et_social_icons_container li a {
    color: #fff;
}

ul.et_social_icons_container a {
    display: block;
    padding: 13px 0px 8px;
    float: left;
    width: 100%;
    height: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
ul.et_social_icons_container li:hover {
    width: 65px;
}
.et_social_facebook:hover {
    /*background: #ad8b40;*/
}
ul.et_social_icons_container li a i {
    font-size: 21px !important;
}
i.fa-brands.fa-tiktok {
    text-shadow: 3px 2px 0px #f7294d;
}
.et-social-tiktok a.icon:before {
    text-shadow: 3px 1px 0px #f7294d;
}
ul.et_social_icons_container li {
    border-radius: 5px 0px 0px 5px;
	padding-left: 5px;
	/*box-shadow: 0px 0px 35px 0px rgb(255 255 255 / 20%);*/

}
div#top_bar {
    display: none;
}
ul.et_social_icons_container li a {
    text-decoration: none;
}
.fixed-pos .et-pb-icon {
	font-size: 20px;
    background: #fff;
    padding: 7px;
    border-radius: 10px 0 0 10px;
    box-shadow: 0px 0px 5px rgb(0 0 0 / 50%);
	padding:10px;
}
.cls_tb_header {
    width: 35%!important;
}
@media only screen and (max-width: 1100px) and (min-width: 980px){
.cls_tb_header {
    width: 50%!important;
}
}
@media only screen and (max-width: 1100px) and (min-width: 980px){
.et_pb_menu_0_tb_header.et_pb_menu ul li a {
    font-size: 15px !important;
}
}
@media only screen and (max-width: 1470px) and (min-width: 980px){
	.cls-btn-header .et_pb_blurb {
    font-size: 13px !important;
	width: 85px;
    margin: auto;
	}
	.cls-services h3 {
    font-size: 22px !important;
	}
	.cls-services h2 {
    font-size: 30px !important;
	}
	.cls-btn-header .et_pb_blurb_container {
	display: none !important;
	}
	.cls_tb_header {
	width: 100%!important;
	}
}
@media only screen and (max-width: 980px){
.has_et_pb_sticky .et_pb_menu__logo-wrap {
    width: 25% !important;
}
.cls-btn-header .et_pb_blurb_container {
    display: none !important;
}
.cls-non-mrg .et_pb_column {
    margin-bottom: 0px !important;
}
.grid {
    margin-bottom: 40px;
}
.et_pb_sticky .cls_tb_header .et_pb_image_0_tb_header {
    width: 40%;
}
.cls-flex {
    display: flex;
    flex-direction: column-reverse;
}
}
@media only screen and (max-width: 767px){
.has_et_pb_sticky .et_pb_menu__logo-wrap {
    width: 40% !important;
}
ul.et_social_icons_container li {
    width: 50px;
}
.cls-btn-header {
    display: none !important;
}
.et_pb_section_0_tb_header .et_pb_column.et-last-child {
    width: 50% !important;
}
}
@media only screen and (max-width: 480px){
.et_pb_section_0_tb_header .et_pb_image_0_tb_header {
    width: 80% !important;
}

}
@media only screen and (min-width: 980px){
.cls-services .et_pb_image img {
    height: 320px;
    max-height: 320px;
    min-height: 320px;
    object-fit: cover;
	object-position: center;
	border: 2px solid rgb(222 190 95 / 70%);
}
.cls-service .et_pb_image img {
    height: 470px;
    max-height: 470px;
    min-height: 470px;
    object-fit: cover;
	object-position: center;
	border: 2px solid rgb(222 190 95 / 70%);
}
}
/*---------fonction-click------------*/
.cls-dissplay-non {
	display: none;
}
.cls-dissplay-non#button1-content{
	display: block;
}
/***************************************/