/*
Theme Name:   HOMAZING
Description:  Thème
Version:      1.0
Author:       EKELA
Template:     Divi
*/


/*Add your own styles here:*/


/**************************/
/*        VARIABLES       */
/**************************/


:root {
  --jaune: #F7A823;
  --rose : #E83C75;
  --bleu: #263C49;
  --bleu30: #263C4950;

  --font1: 'Quicksand',Helvetica,Arial,Lucida,sans-serif;
  --font2: 'Roboto',Helvetica,Arial,Lucida,sans-serif;
  
  --degrade1-webkit: -webkit-gradient(linear, left bottom, right top, from(rgba(247, 168, 35, 0.1)), to(rgba(232, 60, 117, 0.1)));
  --degrade1: linear-gradient(50deg, rgba(247, 168, 35, 0.1), rgba(232, 60, 117, 0.1));
  --degrade2-webkit: -webkit-gradient(linear, right top, left bottom, from(#E83C75), to(#F7A823));
  --degrade2: linear-gradient(-150deg, var(--rose), var(--jaune));

}


/**************************/
/*        GENERAL         */
/**************************/


html {
  scroll-behavior: auto !important;
}

html body {
  font-weight: 300;
}

body #page-container {
  overflow: hidden;
}

p strong {
  color: #50636D;
}

.et_pb_text p a,
.et_pb_text li a,
.qe-toggle-content a{
  text-decoration: underline;
}

/* Titres */

body h1 {
  padding-bottom: 0.6em;
}

body h2,
body .et_pb_column_1_3 h2,
body .et_pb_column_1_4 h2,
body .et_pb_column_2_5 h2 {
  font-size: 50px;
  padding-bottom: 0.7em;
}

body h3,
body .et_pb_column_1_3 h3,
body .et_pb_column_1_4 h3 {
  font-size: 28px;
  font-weight: 400;
}

body h3,
body h4 {
  font-family: var(--font2);
}


@media (max-width: 1500px) {
  
  body h2,
  body .et_pb_column_1_3 h2,
  body .et_pb_column_1_4 h2,
  body .et_pb_column_2_5 h2 {
    font-size: 44px;
  }
}

@media (max-width: 1200px) {
  
  body h2,
  body .et_pb_column_1_3 h2,
  body .et_pb_column_1_4 h2,
  body .et_pb_column_2_5 h2 {
    font-size: 38px;
  }
  
  body h3 {
    font-size: 24px;
  }
}


@media (max-width: 600px) {
  
  body h2,
  body .et_pb_column_1_3 h2,
  body .et_pb_column_1_4 h2,
  body .et_pb_column_2_5 h2 {
    font-size: 26px;
  }
  
  body h3 {
    font-size: 20px;
  }
}

p + h2 {
  padding-top: 0.4em;
}

p + h3 {
  padding-top: 0.6em;
}

/* Listes */

body .entry-content ul {
  padding-left: 6%;
}

body .entry-content .liste-centree ul {
  padding-left: 0;
}

.liste-centree li {
  list-style-position: inside;
}

/*
.et_pb_text p + ul,
.et_pb_text p + ol {
  padding-top: 1em;
}*/

p:not(.has-background):last-of-type + ul,
p:not(.has-background):last-of-type + ol {
  padding-top: 1em;
}

.et_pb_text ul li,
.et_pb_text ol li,
.et_pb_post_content ul li,
.et_pb_post_content ol li {
  margin: 0.4em 0;
}

.et_pb_text ul li::marker,
.et_pb_text ol li::marker,
.et_pb_post_content ul li::marker,
.et_pb_post_content ol li::marker {
  color: var(--rose);
  font-weight: 600;
}

.fond-rose .et_pb_text ul li::marker,
.fond-rose .et_pb_text ol li::marker {
  color: var(--jaune);
}

body .et_pb_text ul ul {
  padding-bottom: 0.1em;
}

.et_pb_text ul ul li::marker {
  color: var(--jaune);
}


/* Citations */

.et_pb_text blockquote {
  background-color: var(--rose);
  color: #fff;
  padding: 6px;
  border-radius: 10px;
  border-width: 0;
  margin: 10px 0 20px 0;
}

.et_pb_text blockquote strong {
  color: #fff;
}


/* Images */

.img-arrondies .et_pb_image img {
  border-radius: 20px;
}


/* Etiquette Picto */

.et_pb_row.ligne-etiquette {
  padding: 30px 0;
}

.et_pb_row.ligne-etiquette + .ligne-etiquette {
  padding-top: 0;
}

.ligne-etiquette .et_pb_column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 10px 15px;
}

.et_pb_module.module_etiquette_picto {
  margin-bottom: 0 !important;
}


.module_etiquette_picto .custom-etiquette-picto {
  background-color: var(--bleu);
  color: #fff;
  font-weight: 500;
  padding: 10px 12px 10px 45px;
  line-height: 1.2;
  border-radius: 10px;
}

.ligne-etiquette.rose .custom-etiquette-picto {
  background-color: var(--rose);
}

.custom-etiquette-picto img {
  position: absolute;
  left: 10px;
  width: 25px;
  -o-object-fit: contain;
  object-fit: contain;
  height: 100%;
  bottom: 0;
}

@media (max-width: 980px) {
  
  .custom-etiquette-picto {
    padding: 8px 10px 8px 35px;
  }
  
  .custom-etiquette-picto img {
    width: 20px;
  }
}

@media (max-width: 600px) {
  
  .custom-etiquette-picto {
    font-size: 14px;
  }
}


/* Bloc picto */

.et_pb_module.module_bloc_picto {
  width: 28.333%;
  display: inline-block;
  margin: 30px 2.5% !important;
  color: #fff;
  background: var(--degrade2-webkit);
  background: var(--degrade2);
  border-radius: 20px;
  padding: 20px 2% 10px;
  line-height: 1.2;
  text-align: center;
  font-weight: 500;
}

.module_bloc_picto .custom-bloc-picto {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 10px;
  min-height: 205px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.et_pb_module.module_bloc_picto img {
  width: 100px;
  margin: 0 auto;
  max-width: 100px;
}

.module_bloc_picto .custom-bloc-picto .label {
  min-height: 92px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media (max-width: 1200px) {
  
  .et_pb_module.module_bloc_picto {
    width: 31.3333%;
    margin: 30px 1% !important;
    font-size: 16px;
  }
  
  .et_pb_module.module_bloc_picto img {
    width: 80px;
    max-width: 80px;
  }
}

@media (max-width: 600px) {
  
  .et_pb_module.module_bloc_picto {
    width: 100%;
    display: block;
    margin: 20px 0 !important;
    padding: 15px 4%;
  }
  
  .module_bloc_picto .custom-bloc-picto {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: row;
    -webkit-column-gap: 10px;
    column-gap: 10px;
    min-height: inherit;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  
  .et_pb_module.module_bloc_picto img {
    width: 50px;
    max-width: 50px;
  }
  
  .module_bloc_picto .custom-bloc-picto .label {
    min-height: inherit;
    display: inline;
    width: calc(100% - 50px);
    text-align: left;
  }
  
}



/* Boutons */

.et_pb_button_module_wrapper .et_pb_button {
  font-weight: 400;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

body.et_button_no_icon .et_pb_button,
body.et_button_no_icon .et_pb_button:hover {
  padding: 0.3em 2em !important;
}

body .et_pb_button::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -100 !important;
  margin: 0;
  background-color: var(--bleu);
  opacity: 1;
}

.et_pb_button_module_wrapper .et_pb_button:hover {
  -webkit-transform: rotate(-8deg);
  transform: rotate(-8deg);
}

#page-container .et-l .et_pb_section .et_pb_button::before { /*shadow*/
  content: '' !important;
  display: block !important;
  background-color: var(--bleu);
  position: absolute;
  left: 0;
  right: 0;
  /*top: 2px;*/
  top: 12px;
  bottom: -2px;
  opacity: 1;
  z-index: -100;
  margin: 0;
  border-radius: 8px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

#page-container .et-l .et_pb_section .et_pb_button::after { /*background*/
  content: '' !important;
  display: block !important;
  font-family: inherit;
  background-color: var(--jaune);
  position: absolute;
  inset: 0;
  opacity: 1;
  z-index: -90;
  border-radius: 8px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.et_pb_button_module_wrapper .et_pb_button:hover::before {
  -webkit-transform: rotate(8deg);
  transform: rotate(8deg);
}

#page-container .et-l .et_pb_section .et_pb_button:hover::after {
  background-color: var(--rose);
}

@media (max-width: 980px) {
  
  html body .et_pb_button {
    font-size: 20px;
  }
}

/* Boutons sur sections colorées */

#page-container .et-l .et_pb_section .btn-noir.et_pb_button::after,
#page-container .et-l .et_pb_section.fond-jaune .et_pb_button::after,
#page-container .et-l .et_pb_section.fond-rose .et_pb_button::after {
  background-color: var(--bleu);
}
#page-container .et-l .et_pb_section .btn-noir.et_pb_button:hover::after,
#page-container .et-l .et_pb_section.fond-jaune .et_pb_button:hover::after {
  background-color: var(--rose);
}
#page-container .et-l .et_pb_section.fond-rose .et_pb_button:hover::after {
  background-color: var(--jaune);
}
#page-container .et-l .et_pb_section.fond-jaune .et_pb_button::before,
#page-container .et-l .et_pb_section.fond-rose .et_pb_button::before {
  background-color: #fff;
}

#page-container .et-l .et_pb_section .btn-noir.et_pb_button::before {
  background-color: #6A8CA0;
}

body .et_pb_button.btn-noir,
body .et_pb_button.btn-noir:hover {
  font-size: 17px;
  padding: 0.5em 2.5em !important;
}



/* Bouton Scroll */

.et_pb_scroll_top.et-pb-icon {
  bottom: 60px;
}


/* TABLEAU */

.et_pb_text.et_pb_module table {
  font-size: 16px;
  line-height: 1.4;
  border-bottom-color: var(--rose);
  border-right-width: 0;
  border-left-width: 0;
  margin-top: 15px;
  margin-bottom: 30px;
}

.et_pb_text table tr:first-child {
  font-size: 18px;
}

.et_pb_text table tr td {
  border-color: var(--bleu30);
  border-left-width: 0;
  border-right-width: 0;
  padding: 14px 10px;
}

.et_pb_text table tr:first-child td {
  border-top-color: var(--rose);
  padding: 20px 10px;
}

.et_pb_text table tr:nth-child(2) td {
  border-top-color: var(--rose);
}

.et_pb_text table tr td:first-child {
  padding-left: 0;
}

@media (max-width: 980px) {
  
  .et_pb_text.et_pb_module table {
    font-size: 14px;
  }

  .et_pb_text table tr:first-child {
    font-size: 15px;
  }
}

@media (max-width: 767px) {
  
  .tableau-scrollable::before {
    content: "";
    position: absolute;
    right: -6vw;
    width: 20vw;
    top: 0;
    bottom: 0;
    background: -webkit-gradient(linear, left top, right top, from(#fff0), to(#fff));
    background: linear-gradient(to right, #fff0, #fff);
    z-index: 10;
    pointer-events: none;
  }
  
  .tableau-scrollable table {
    width: auto !important;
    min-width: 800px;
    margin-right: 15vw !important;
  }
  
  .tableau-scrollable .et_pb_text_inner {
    overflow-x: scroll;
    margin-right: -5.5vw;
  }
}


/***********************************/
/*    SECTIONS / LIGNES / BLOCS    */
/***********************************/

/********** SECTIONS **********/

/* Section fond couleur */

.et_pb_section.fond-jaune {
  background-color: var(--jaune);
  color: #fff;
  overflow: hidden;
}

.et_pb_section.fond-rose {
  background-color: var(--rose);
  color: #fff;
  overflow: hidden;
}

.et_pb_section.fond-bleu {
  background-color: var(--bleu);
  color: #fff;
  overflow: hidden;
}

.et_pb_section.fond-jaune h2,
.et_pb_section.fond-rose h2,
.et_pb_section.fond-bleu h2,
.et_pb_section.fond-jaune h2 strong,
.et_pb_section.fond-rose h2 strong,
.et_pb_section.fond-bleu h2 strong,
.et_pb_section.fond-jaune h3,
.et_pb_section.fond-rose h3,
.et_pb_section.fond-bleu h3,
.et_pb_section.fond-jaune strong,
.et_pb_section.fond-rose strong,
.et_pb_section.fond-bleu strong,
.fond-jaune .et_pb_text a,
.fond-rose .et_pb_text a,
.fond-bleu .et_pb_text a {
  color: #fff;
}


/* Section fond logo txt Homazing */

.et_pb_section.fond-homazing .et_pb_row:last-child::before {
  content: "";
  position: absolute;
  left: -2%;
  right: -2%;
  bottom: 0;
  aspect-ratio: 4.4;
  opacity: 0.1;
  background: url(gfx/homazing.svg) center center /contain no-repeat;
  -webkit-transform: translateY(30%);
  transform: translateY(30%);
}

.et_pb_section.fond-homazing.fond-jaune .et_pb_row:last-child::before {
  -webkit-filter: brightness(0) saturate(100%) invert(94%) sepia(8%) saturate(6887%) hue-rotate(326deg) brightness(100%) contrast(95%);
  filter: brightness(0) saturate(100%) invert(94%) sepia(8%) saturate(6887%) hue-rotate(326deg) brightness(100%) contrast(95%);
  opacity: 0.5;
}

.et_pb_section.fond-homazing.fond-rose .et_pb_row:last-child::before {
  -webkit-filter: brightness(0) saturate(100%) invert(54%) sepia(85%) saturate(2550%) hue-rotate(299deg) brightness(97%) contrast(91%);
  filter: brightness(0) saturate(100%) invert(54%) sepia(85%) saturate(2550%) hue-rotate(299deg) brightness(97%) contrast(91%);
  opacity: 0.3;
}

@media (max-width: 980px) {
  
  .et_pb_section.fond-homazing .et_pb_row::before {
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
  }
}


/* Section avec fond isotype homazing */

.et_pb_section.fond-isotype::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 25%;
  height: 555px;
  -webkit-mask: url(gfx/isotype.svg) center center /contain no-repeat;
  mask: url(gfx/isotype.svg) center center /contain no-repeat;
  background-color: #fff;
  opacity: 0.22;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.et_pb_section.sect-img-txt.fond-isotype::before {
  background-color: var(--bleu);
  top: 190px;
  left: 140px;
}

@media (max-width: 1200px) {
  
  .et_pb_section.sect-img-txt.fond-isotype::before {
    background-color: var(--bleu);
    top: 110px;
    left: 0px;
  }
}


@media (max-width: 600px) {
  
  .et_pb_section.fond-isotype::before {
    width: 50%;
  }
  
  .et_pb_section.sect-img-txt.fond-isotype::before {
    background-color: var(--bleu);
    top: 110px;
    left: 0px;
  }
}


/* section avec fond G */

@media (min-width: 981px) {
  
  .et_pb_section.fond-g::before {
    content: "";
    position: absolute;
    left: -10%;
    top: 60px;
    width: 14%;
    aspect-ratio: 6/10;
    background-color: var(--jaune);
    -webkit-mask: url(gfx/g.svg) center center /contain no-repeat;
    mask: url(gfx/g.svg) center center /contain no-repeat;
    -webkit-transform: rotate(11deg);
    transform: rotate(11deg);
  }
  
  .et_pb_section.fond-g.g-degrade::before {
    background: var(--degrade2-webkit);
    background: var(--degrade2);
  }
}

@media (min-width: 1601px) {

  .et_pb_section.fond-g::before {
    left: -6%;
  }
}

@media (min-width: 1921px) {
  
  .et_pb_section.fond-g::before {
    width: 266px;
  }
}


/* Section avec trait degradé */

@media (min-width: 981px) {
    
  .et_pb_section.trait-degrade1,
  .et_pb_section.trait-degrade2,
  .et_pb_section.trait-degrade3 {
    z-index: 10;
  }

  .et_pb_section.trait-degrade1::before {
    content: "";
    position: absolute;
    width: 33.5%;
    aspect-ratio: 64/78;
    top: -14.5vw;
    left: -18.5%;
    background: url(gfx/trait-degrade1.svg) center center /contain no-repeat;
    pointer-events: none;
  }
  
  .et_pb_section.trait-degrade2::before {
    content: "";
    position: absolute;
    width: 40.5%;
    aspect-ratio: 77/132;
    right: -24%;
    top: -24.2vw;
    background: url(gfx/trait-degrade2.svg) center center /contain no-repeat;
    pointer-events: none;
  }
  
  .et_pb_section.trait-degrade3::before {
    content: "";
    position: absolute;
    width: 52%;
    aspect-ratio: 99/105;
    /*bottom: -25.5vw;*/
    top: 50px;
    left: -21%;
    background: url(gfx/trait-degrade3.svg) center center /contain no-repeat;
    pointer-events: none;
  }
}

@media (min-width: 1921px) {
  
  .et_pb_section.trait-degrade1::before {
    width: 640px;
    left: -350px;
    top: -280px;
  }
  
  .et_pb_section.trait-degrade2::before {
    width: 770px;
    top: -465px;
    right: -450px;
  }
  
  .et_pb_section.trait-degrade3::before {
    width: 990px;
    top: 50px;
    left: calc(50% - 1500px);
  }
}


/* Section avec séparateur degradé */

.et_pb_section.sep-degrade::after {
  content: "";
  position: absolute;
  left: calc(50% - 50px);
  bottom: 20px;
  height: 7px;
  width: 100px;
  background: linear-gradient(60deg, var(--jaune), var(--rose));
  border-radius: 4px;
}


/* Section avec fond degrade */

.et_pb_section.fond-degrade {
  background: var(--degrade1-webkit);
  background: var(--degrade1);
}


/* Section hero */

.et_pb_section.section-hero {
  color: #fff;
  min-height: 60vh;
  /*padding: 0;*/
}

.et_pb_section.section-hero h1 {
  color: #fff;
  font-size: 38px;
}

@media (max-width: 1400px) {
  .et_pb_section.section-hero h1 {
    font-size: 34px;
  }
}

@media (max-width: 1200px) {
  
  .et_pb_section.section-hero {
    min-height: 40vh;
  }
  
  .et_pb_section.section-hero h1 {
    font-size: 32px;
  }
}

@media (max-width: 600px) {
  
  .et_pb_section.section-hero {
    min-height: 30vh;
  }
  
  .et_pb_section.section-hero h1 {
    font-size: 26px;
  }
}


/* Section intro */

.home-sect-intro h2 {
  padding-bottom: 0.1em;
}


/* Section padding Large */

@media only screen and (max-width: 980px) {
  .et_pb_section.padding-l,
  .et_pb_section.padding-xl {
    padding: 50px 0;
  }
}

@media only screen and (max-width: 767px) {
  .et_pb_section.padding-l,
  .et_pb_section.padding-xl {
    padding: 45px 0;
  }
}

@media only screen and (min-width: 981px) {
  
  .et_pb_section.padding-l {
    padding: 4.5% 0;
  }
  
  .et_pb_section.padding-xl {
    padding: 6.5% 0;
  }
}

@media only screen and (min-width: 2100px) {
  
  .et_pb_section.padding-l {
    padding: 70px 0;
  }
  
  .et_pb_section.padding-xl {
    padding: 90px 0;
  }
}


/* Section colonne Texte  + colonne image */

.sect-txt-img .col-txt {
  padding-right: 4%;
}

.sect-img-txt .col-txt {
  padding-left: 4%;
}

.et_pb_section.sect-txt-img .col-img img,
.et_pb_section.sect-img-txt .col-img img {
  border-radius: 20px; 
}

@media (min-width: 981px) {
  
  .sect-txt-img > .et_pb_row,
  .sect-img-txt > .et_pb_row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  
  .et_pb_section.sect-txt-img .et_pb_row_inner,
  .et_pb_section.sect-img-txt .et_pb_row_inner {
    padding: 3% 0;
  }
  
  .et_pb_section.sect-txt-img .et_pb_row_inner + .et_pb_row_inner,
  .et_pb_section.sect-img-txt .et_pb_row_inner + .et_pb_row_inner {
    padding-top: 0;
  }
}

.et_pb_section.sect-txt-img .et_pb_column_1_2 > .et_pb_row_inner > .et_pb_column_1_4,
.et_pb_section.sect-img-txt .et_pb_column_1_2 > .et_pb_row_inner > .et_pb_column_1_4 {
  width: 48.5% !important;
  margin-right: 3%;
  margin-bottom: 0;
}

@media (max-width: 980px) {
  
  .et_pb_section.sect-txt-img .et_pb_row_inner,
  .et_pb_section.sect-img-txt .et_pb_row_inner {
    padding: 1.5% 0;
  }
}

@media (max-width: 480px) {
  
  .et_pb_section.sect-txt-img .col-img img,
  .et_pb_section.sect-img-txt .col-img img {
    border-radius: 12px;
  }
}


.img3-paysage img {
  width: 100% !important;
  aspect-ratio: 400/341;
  -o-object-fit: cover;
  object-fit: cover;
}

.img3-portrait img {
  width: 100% !important;
  aspect-ratio: 400/709;
  -o-object-fit: cover;
  object-fit: cover;
}

.img3-paysage-large img {
  width: 100% !important;
  aspect-ratio: 820/340;
  -o-object-fit: cover;
  object-fit: cover;
}

@media (max-width: 980px) {
  
  body .et_pb_image.img3-paysage,
  body .et_pb_image.img3-portrait,
  body .et_pb_image.img3-paysage-large {
    margin-bottom: 6.7%;
  }
}


/* Section colonne background  + colonne texte */

.et_pb_section.sect-bg-txt {
  padding: 0;
}

.et_pb_section.sect-bg-txt .et_pb_row {
  padding: 0;
  width: 100%;
  max-width: 100%;
}

.et_pb_section.sect-bg-txt .col-bg {
  margin-bottom: 0;
}

.et_pb_section.sect-bg-txt .col-txt {
  padding: 40px 5%;
}

@media (max-width: 600px) {
  
  .et_pb_section.sect-bg-txt .col-bg {
    display: block;
    aspect-ratio: 3/2;
  }
}

@media (min-width: 601px) and (max-width: 980px) {
  
  .et_pb_section.sect-bg-txt .col-bg {
    display: block;
    aspect-ratio: 2;
  }
}

@media (min-width: 601px) {
  
  .et_pb_section.sect-bg-txt .col-txt {
    padding: 50px 10%;
  }
}

@media (min-width: 981px) {
  
  .et_pb_section.sect-bg-txt .et_pb_row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  
  .et_pb_section.sect-bg-txt .col-bg {
    width: 40%;
    margin-right: 0;
  }
  
  .et_pb_section.sect-bg-txt .col-txt {
    width: 60%;
    padding: 70px 5% 80px;
  }
}

@media (min-width: 1401px) {
  
  .et_pb_section.sect-bg-txt .col-txt {
    padding: 100px 7% 120px;
  }
}

@media (min-width: 1801px) {
  
  .et_pb_section.sect-bg-txt .col-txt {
     padding: 120px 10% 140px;
  }
}


/* Section pleine largeur */

.et_pb_section.sect-fullwidth {
  padding: 0;
}

.et_pb_section.sect-fullwidth .et_pb_row {
  padding: 0;
  width: 100%;
  max-width: 100%;
}

.et_pb_section.sect-fullwidth .et_pb_column.col-contenu {
  padding: 100px 6%;
}

@media (min-width: 1921px) {
  
  .et_pb_section.sect-fullwidth .et_pb_column.col-contenu {
    padding: 100px 10%;
  }
}

@media (max-width: 980px) {
  
  .et_pb_section.sect-fullwidth .et_pb_column.col-contenu {
    padding: 70px 7.5%;
  }
}

@media (max-width: 600px) {
  
  .et_pb_section.sect-fullwidth .et_pb_column.col-contenu {
    padding: 50px 5%;
  }
}


/********** LIGNES **********/

/* Ligne RWD */

@media (max-width: 600px) {
  
  .et_pb_row {
    width: 90%;
  }
}

/* Largeur XS */

.et_pb_row.ligne-largeur-xs {
  max-width: 960px;
}

/* Largeur S */

.et_pb_row.ligne-largeur-s {
  max-width: 1180px;
}

/* Largeur M */

.et_pb_row.ligne-largeur-m {
  max-width: 1400px;
}

/* Largeur L */

@media (min-width: 601px) {
  
  .et_pb_row.ligne-largeur-l,
  .et_pb_section.sect-txt-img > .et_pb_row,
  .et_pb_section.sect-img-txt > .et_pb_row {
    width: 85%;
  }
}


/* Ligne avec colonnes centrees */

@media (min-width: 981px) {
  
  .et_pb_row.center-col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

/* Ligne avec colonnes inversees en mobile */

@media (max-width: 980px) {
  
  .et_pb_row.inverse-col,
  .sect-txt-img > .et_pb_row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  
  .et_pb_row.inverse-col .et_pb_column:nth-child(1),
  .sect-txt-img > .et_pb_row > .et_pb_column:nth-child(1) {
    margin-bottom: 0;
  }
  .et_pb_row.inverse-col .et_pb_column:nth-child(2),
  .sect-txt-img > .et_pb_row > .et_pb_column:nth-child(2) {
    margin-bottom: 40px;
  }
}


/* Ligne fond degradé */

.et_pb_row.ligne-fond-degrade {
  background: var(--degrade1-webkit);
  background: var(--degrade1);
  padding-left: 3%;
  padding-right: 3%;
  border-radius: 20px;
}

@media (max-width: 980px) {
  
  .et_pb_row.ligne-fond-degrade {
    padding-left: 5%;
    padding-right: 5%;
  }
}


/********** COLONNES **********/

/* Colonne avec fond degrade */

.et_pb_column.col-fond-degrade {
  background: var(--degrade1-webkit);
  background: var(--degrade1);
}

/* Colonne avec fond flou */

.et_pb_column.fond-flou .et_pb_module {
  -webkit-backdrop-filter: blur(18px) brightness(0.75);
  backdrop-filter: blur(18px) brightness(0.75);
}



/* Sliders Swiper */


.swiper-horizontal .swiper-button-next {
  color: var(--bleu);
  top: auto;
  bottom: -12px;
  height: 30px;
  width: 30px;
  right: calc(50% - 40px);
}

.swiper-horizontal .swiper-button-prev {
  color: var(--bleu);
  top: auto;
  bottom: -12px;
  height: 30px;
  width: 30px;
  left: calc(50% - 40px);
}

.swiper-horizontal .swiper-button-next::after,
.swiper-horizontal .swiper-button-prev::after {
  font-size: 28px;
}

@media (min-width: 1280px) {
  
  .swiper-horizontal .swiper-button-next::after,
  .swiper-horizontal .swiper-button-prev::after {
    font-size: 32px;
  }
}




/* Carrousel 3 Photos */

.swiper-carrousel.carrousel-3p {
  padding: 0 0 40px 0;
}

.swiper-carrousel.carrousel-3p .swiper-slide {
  -webkit-transform: scale(0.7);
  transform: scale(0.7);
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.swiper-carrousel .swiper-slide img {
  border-radius: 20px;
}

.swiper-carrousel.carrousel-3p .swiper-slide.swiper-slide-prev,
.swiper-carrousel.carrousel-3p .swiper-slide.swiper-slide-next {
  opacity: 0.6;
}

.swiper-carrousel.carrousel-3p .swiper-slide.swiper-slide-active {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }

@media (min-width: 601px) {
  
  .swiper-carrousel.carrousel-3p {
    padding: 50px 0 90px;
  }
  
  .swiper-carrousel.carrousel-3p .swiper-slide.swiper-slide-active {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}


/* Carrousel 2 Photos */

.swiper-carrousel.carrousel-2p {
  padding-bottom: 35px;
}

.swiper-carrousel .swiper-slide img {
  width: 100%;
  aspect-ratio: 4/3;
  -o-object-fit: cover;
  object-fit: cover;
}

@media (min-width: 981px) {
    
  .swiper-carrousel.carrousel-2p {
    /*overflow: hidden;*/
    margin-right: -10vw !important;
    padding-bottom: 60px;
  }
  
  .swiper-carrousel.carrousel-2p .swiper-slide {
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  
  .swiper-carrousel.carrousel-2p .swiper-slide-next {
    opacity: 0.4;
  }
  
  .swiper-carrousel.carrousel-2p .swiper-slide.swiper-slide-active {
    opacity: 1;
  }
  
  .swiper-carrousel.carrousel-2p .swiper-button-prev {
    left: calc(38% - 40px);
  }
  
  .swiper-carrousel.carrousel-2p .swiper-button-next {
    right: calc(62% - 40px);
  }
}

@media (min-width: 1201px) {
  
  .swiper-carrousel.carrousel-2p {
    padding-bottom: 80px;
  }
  
  .swiper-carrousel.carrousel-2p .swiper-slide-next + .swiper-slide {
    opacity: 0.4;
  }
  
  .swiper-carrousel.carrousel-2p .swiper-slide.swiper-slide-active,
  .swiper-carrousel.carrousel-2p .swiper-slide.swiper-slide-next {
    opacity: 1;
  }
  
  .swiper-carrousel.carrousel-2p .swiper-button-prev {
    left: calc(23% - 40px);
  }
  
  .swiper-carrousel.carrousel-2p .swiper-button-next {
    right: calc(77% - 40px);
  }
}


/*********************************/
/*            HEADER             */
/*********************************/

.et_pb_section.custom-header {
  padding: 0;
  position: absolute;
  width: 100%;
  -webkit-box-shadow: 0 0 20px #0001;
  box-shadow: 0 0 20px #0001;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.custom-header .ligne-main {
  padding: 10px 0;
}

body .custom-header .et_pb_menu .et_pb_menu__logo-wrap {
  margin-bottom: 0;
}

.custom-header .et_pb_menu__logo img {
  width: 150px;
}

.custom-header #menu-menu-header-principal li {
  font-size: 14px;
  font-family: var(--font1);
  font-weight: 400;
  text-transform: uppercase;
}

.custom-header #menu-menu-header-principal li a {
  color: var(--bleu);
  line-height: 1.2;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}

.custom-header #menu-menu-header-principal li li {
  text-transform: initial;
}

.custom-header #menu-menu-header-principal > li a:hover {
  /*color: var(--jaune);*/
  opacity: 1;
}

.custom-header #menu-menu-header-principal > li:hover > a {
  color: var(--jaune) !important;
}

.custom-header #menu-menu-header-principal > li.header-reserver:hover > a {
  color: #fff !important;
}

.custom-header .sub-menu {
  border-radius: 0 10px 10px 10px;
  -webkit-box-shadow: 0 3px 3px #0000000b;
  box-shadow: 0 3px 3px #0000000b;
}

body .custom-header .et_pb_menu .et_pb_menu__menu > nav > ul > li > ul {
  top: calc(100% - 17px);
  background-color: #fff !important;
}

.custom-header .nav li ul {
  border-top-width: 0;
}

.custom-header .nav li li {
  padding: 0 7px;
}

.custom-header .et-menu li li a {
  padding: 7px 20px;
  width: 220px;
  font-size: 15px;
}

.custom-header .et-menu li.menu-item-308 li a {
  width: 300px;
}

.nav li.menu-item-308 > ul.sub-menu {
  width: 305px;
}

.custom-header .et-menu li li a:hover {
  background-color: transparent;
}


@media (max-width: 1200px) {
  
  .custom-header .topbar,
  .custom-header .et_pb_menu__wrap {
    display: none !important;
  }
  
  body .custom-header .et_pb_menu__logo {
    margin-left: 0;
  }
}

@media (min-width: 601px) {
  
  .custom-header .et_pb_row {
    width: 98%;
  }
}

@media (min-width: 981px) and (max-width: 1200px) {
  
  .custom-header .et_pb_menu__logo-wrap {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

@media (min-width: 980px) {
  
  .custom-header .et_pb_menu__logo img {
    width: 200px;
  }
}

@media (min-width: 1201px) {
  
  .et_pb_section.custom-header {
    border-top: 8px solid var(--bleu);
  }
  
  body .et_pb_menu .et-menu > li {
    padding-left: 13px;
    padding-right: 13px;
  }

  body .et-menu .menu-item-has-children > a:first-child {
    padding-right: 15px;
  }
  
  body .et-menu .menu-item-has-children > a:first-child::after {
    right: -2px;
  }
    
  .custom-header .header-reserver a {
    z-index: 100;
    color: #fff !important;
    text-transform: initial;
    padding-left: 28px !important;
    padding-right: 28px !important;
  }
  
  .custom-header .header-reserver a:hover {
    -webkit-transform: rotate(-8deg);
    transform: rotate(-8deg);
  }
  
  .custom-header .header-reserver a::before {
    content: "";
    position: absolute;
    left: 0 !important;
    right: 0 !important;
    bottom: 18px !important;
    top: 25px !important;
    left: 0;
    right: 0;
    bottom: -2px;
    
    background-color: var(--bleu);
    z-index: -100;
    border-radius: 8px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
  
  .custom-header .header-reserver a::after {
    content: "";
    position: absolute;
    inset: 0 !important;
    background-color: var(--jaune);
    z-index: -90;
    border-radius: 8px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
  
  .custom-header .header-reserver a:hover::before {
    -webkit-transform: rotate(8deg);
    transform: rotate(8deg);
  }
  
  .custom-header .header-reserver a:hover::after {
    background-color: var(--rose);
  }
  
}

@media (min-width: 1401px) {
  
  .custom-header .et_pb_menu__logo img {
    width: 268px;
  }
  
  .custom-header #menu-menu-header-principal li {
    font-size: 16px;
  }
  
  body .et_pb_menu .et-menu > li {
    padding-left: 16px;
    padding-right: 16px;
  }
}

@media (min-width: 1601px) {
  
  .custom-header #menu-menu-header-principal li {
    font-size: 17px;
  }
  
  body .et_pb_menu .et-menu > li {
    padding-left: 28px;
    padding-right: 28px;
  }
}

@media (min-width: 1800px) {
  
  body .et_pb_menu .et-menu > li.et_pb_menu__logo-slot {
    padding-left: 60px;
    padding-right: 60px;
  }
}

/* equilibrage menu - logo centré */

@media (min-width: 1201px) {
  
  .custom-header .menu-item-304,
  .custom-header .menu-item-311 {
    margin-left: 15px !important;
  }

  .custom-header .header-reserver {
    margin-left: 20px !important;
  }
}

@media (min-width: 1401px) {
  
  .custom-header .menu-item-304,
  .custom-header .menu-item-311 {
    margin-left: 20px !important;
  }

  .custom-header .header-reserver {
    margin-left: 22px !important;
  }
}

/* Gestion transparence */

.et_pb_section.custom-header:not(.et_pb_sticky--top) {
  /*background-color: transparent;*/
  background: -webkit-gradient(linear,left top, left bottom,from(#0009),to(#0000));
  background: linear-gradient(#0009,#0000);
  -webkit-box-shadow: none;
  box-shadow: none;
  border-top-color: #0009;
}

.custom-header:not(.et_pb_sticky--top) .et_pb_menu__logo a img {
  opacity: 0;
}

.custom-header:not(.et_pb_sticky--top) .et_pb_menu__logo a {
  background: url("https://homazing.fr/wp-content/uploads/2025/07/homazing-logo-blanc.png") center center /contain no-repeat;
}

.custom-header:not(.et_pb_sticky--top) #menu-menu-header-principal li a {
  color: #fff;
}

body .custom-header:not(.et_pb_sticky--top) .et_pb_menu .et_pb_menu__menu > nav > ul > li > ul {
  background-color: #0008 !important;
}

.custom-header:not(.et_pb_sticky--top) #menu-menu-header-principal > .menu-item-has-children::before {
  content: "";
  position: absolute;
  top: 20px;
  left: 0px;
  right: 0;
  bottom: 17px;
  background-color: #0008;
  opacity: 0;
  border-radius: 10px 10px 0 0;
}

.custom-header:not(.et_pb_sticky--top) #menu-menu-header-principal > .menu-item-has-children.et-hover::before {
  opacity: 1;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.custom-header:not(.et_pb_sticky--top) #menu-menu-header-secondaire {
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: #121d2377;
}


/* TOPBAR */

.custom-header .ligne-topbar{
  padding: 0;
  z-index: 100 !important;
}

.custom-header #menu-menu-header-secondaire {
  background-color: var(--bleu);
  border-radius: 0 0 15px 15px;
  padding: 7px 10px 0 10px !important;
  position: relative;
  top: -8px;
}

.custom-header #menu-menu-header-secondaire li {
  font-size: 13px;
  font-weight: 400;
  font-family: var(--font1);
  text-transform: uppercase;
  padding-left: 12px;
  padding-right: 12px;
  margin-top: 0;
}

.custom-header #menu-menu-header-secondaire li a {
  color: #fff;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.custom-header #menu-menu-header-secondaire li a:hover {
  color: var(--jaune);
  opacity: 1;
}

.custom-header .ligne-topbar .et_pb_menu__menu {
  position: absolute;
  z-index: 1000;
  left: calc(50% + 280px);
}

@media (min-width: 1400px) {
  
  .custom-header .ligne-topbar .et_pb_menu__menu {
    left: calc(50% + 344px);
  }
  
  .custom-header #menu-menu-header-secondaire li {
    font-size: 14px;
  }
}

@media (min-width: 1600px) {
  
  .custom-header #menu-menu-header-secondaire {
    border-radius: 0 0 20px 20px;
    padding: 7px 30px 0 30px !important;
  }
  
  .custom-header .ligne-topbar .et_pb_menu__menu {
    left: calc(50% + 370px);
  }
  
  .custom-header #menu-menu-header-secondaire li {
    font-size: 16px;
  }
}

@media (min-width: 1800px) {
  
  .custom-header .ligne-topbar .et_pb_menu__menu {
    left: calc(50% + 401px);
  }
}


/* MENU MOBILE BURGER */

.mob-menu-header-holder.mobmenu {
  height: 1px;
  z-index: 100000;
}

body .mob-icon-menu::before {
  content: "a";
  font-family: "ETmodules";
  font-size: 48px;
}

body .mob-icon-cancel-1::before {
  content: "M";
  font-family: "ETmodules";
  font-size: 48px;
}

.mob-expand-submenu i::before {
  margin-right: 0;
  font-size: 22px;
}

body.scrolling .mobmenur-container i {
  color: var(--bleu);
}

body .mobmenu-right-panel .mobmenu-right-bt {
  right: 10px;
  top: 10px;
}

@media only screen and (min-width: 981px) and (max-width: 1200px) {
  
  body .mobmenur-container,
  body .mobmenu-right-panel .mobmenu-right-bt {
    top: 16px;
  }
}

@media (max-width: 480px) {
  
   body .mobmenu-right-panel {
    width: 100%;
  }
}

body .mobmenu-content {
  padding-bottom: 160px;
}

body #mobmenuright {
  padding-left: 20px;
  padding-right: 20px;
}

body #mobmenuright > li {
  border-bottom: 1px solid;
  padding: 15px 0 5px 0;
}

body #mobmenuright li a {
  font-family: var(--font1);
}

body #mobmenuright > li > a {
  position: relative;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 18px;
  letter-spacing: 1px;
  padding-right: 50px;
}

body #mobmenuright > li .sub-menu {
  margin-bottom: 10px !important;
}

body #mobmenuright > li li {
  padding: 0;
}

body #mobmenuright > li li a {
  padding-top: 6px;
  padding-bottom: 6px;
  font-weight: 400;
}

body .mob-expand-submenu {
  position: absolute;
  top: 8px;
  right: 15px;
}


body .rightmbottom {
  padding: 0;
}

.widget_nav_menu .menu-item {
  padding: 0;
}

.widget_nav_menu li.menu-item a {
  text-transform: uppercase;
  font-family: var(--font1);
  font-weight: 600;
  font-size: 18px;
}

#mobmenuright li.header-tel.menu-item,
#mobmenuright li.header-reserver.menu-item {
  position: absolute;
  bottom: 110px;
  left: 0;
  right: 0;
  text-align: center;
  border-bottom-width: 0;
}

#mobmenuright li.header-reserver.menu-item {
  bottom: 30px;
}

body #mobmenuright li.header-tel.menu-item a,
body #mobmenuright li.header-reserver.menu-item a {
  width: auto;
  background-color: var(--bleu);
  color: #fff;
  border-radius: 8px;
  padding: 11px 15px;
  display: inline-block;
}

body #mobmenuright li.header-reserver.menu-item a {
  background-color: var(--jaune);
  padding: 15px 80px;
  -webkit-box-shadow: 0px 2px 0px var(--bleu);
  box-shadow: 0px 2px 0px var(--bleu);
}






/*********************************/
/*            FOOTER             */
/*********************************/

/* SECTION QUESTIONS */

.footer-sect-questions .ligne-pictos h3 {
  font-weight: 500;
  font-size: 20px;
}

@media (max-width: 980px) {
  
  .footer-sect-questions .ligne-pictos {
    max-width: 300px;
  }
  
  .footer-sect-questions .ligne-titre .et_pb_text {
    text-align: center;
  }
  
  .footer-sect-questions .ligne-titre h2 br {
    display: none;
  }
  
  .footer-sect-questions .ligne-pictos .et_pb_column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 15px;
    column-gap: 15px;
    word-break: keep-all;
  }
  
  .footer-sect-questions .ligne-pictos .et_pb_image {
    width: 90px;
    margin-bottom: 0;
  }
  
  .footer-sect-questions .ligne-pictos .et_pb_text {
    width: calc(100% - 105px);
  }
}

@media (min-width: 981px) {
  
  .footer-sect-questions .ligne-pictos .et_pb_image {
    width: 120px;
  }
  
  .footer-sect-questions .ligne-pictos .et_pb_text {
    text-align: center;
  }
}

@media (min-width: 981px) and (max-width: 1280px) {
    
  .code-footer-questions .ligne-titre,
  .code-footer-questions .ligne-pictos {
    width: 100%;
  }
}

@media (min-width: 1281px) {
  
  .footer-sect-questions .code-footer-questions .et_pb_code_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 6%;
    column-gap: 6%;
  }
  
  .footer-sect-questions .ligne-titre {
    width: 36%;
  }
  
  .footer-sect-questions .ligne-pictos {
    width: 60%;
  }
  
}

@media (min-width: 1600px) {
  
 .footer-sect-questions .ligne-pictos .et_pb_image {
    width: 160px;
  }
}

@media only screen and (min-width: 2100px) {
  
  .et_pb_section.footer-sect-questions {
    padding: 90px 0;
  }
}

/* SECTION FOOTER */

.et_pb_section.custom-footer {
  background-color: var(--bleu);
  padding-bottom: 0;
}

.et_pb_section.custom-footer.fond-isotype::before {
  top: 50%;
  width: 10%;
  height: 200px;
  -webkit-transform: translate(10%, -38%);
  transform: translate(10%, -38%);
}

@media (max-width: 980px) {
  .et_pb_section.custom-footer.fond-isotype::before {
    content: none;
  }
}

.custom-footer h3 {
  font-weight: 600;
  font-size: 18px;
}

@media (min-width: 1501px) and (max-width: 2099px) {
  
  .et_pb_section.custom-footer {
    padding-top: 2.8%;
  }
  
}

/* Logo Footer */

.custom-footer .ligne-logo {
  padding: 5px 0;
}

.footer-logo img {
  max-width: 210px;
}

@media (min-width: 1401px) {
  
  .custom-footer .ligne-logo {
    padding: 0;
  }
  
  .custom-footer .footer-logo {
    position: absolute;
    right: 0;
    top: 12px;
    width: calc(74% - 600px);
  }
}

@media (min-width: 1701px) {
  
  .custom-footer .footer-logo {
    top: 0;
  }
  
  .footer-logo img {
    max-width: 268px;
  }
}

/* Bloc Blog */

.footer-code-blog .et_pb_code_inner {
  background: var(--degrade1-webkit) #fff;
  background: var(--degrade1) #fff;
  padding: 30px 5%;
  border-radius: 20px;
  font-size: 14px;
  line-height: 1.6;
}

.footer-blog-btn.et_pb_button {
  z-index: 10;
  margin-top: 22px;
  font-size: 18px;
}

#page-container .et-l .et_pb_section.custom-footer .et_pb_button::before {
  background-color: #fff;
}

#page-container .et-l .et_pb_section.custom-footer .et_pb_button::after {
  background-color: var(--bleu);
}

#page-container .et-l .et_pb_section.custom-footer .et_pb_button:hover::after {
  background-color: var(--rose);
}

/*
.footer-code-blog .et_pb_button_module_wrapper {
  text-align: center;
}*/

.footer-code-blog .footer-btn-wrapper {
  text-align: center;
}

.footer-code-blog .footer-blog-btn {
  position: relative;
  padding: 0.4em 2.5em;
  font-size: 17px;
  color: #fff;
  font-weight: 500;
  display: inline-block;
  margin-top: 10px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.footer-code-blog .footer-blog-btn .label {
  z-index: 100;
  position: relative;
}

.footer-code-blog .footer-blog-btn::before {
  position: absolute;
  content: '' !important;
  display: block !important;
  background-color: #fff;
  left: 0;
  right: 0;
  top: 12px;
  bottom: -2px;
  opacity: 1;
  z-index: -100;
  margin: 0;
  border-radius: 8px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  z-index: 0;
}

.footer-code-blog .footer-blog-btn::after {
  content: '' !important;
  display: block !important;
  font-family: inherit;
  background-color: var(--bleu);
  position: absolute;
  inset: 0;
  opacity: 1;
  z-index: -90;
  border-radius: 8px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  z-index: 10;
}

.footer-code-blog .footer-blog-btn:hover {
  -webkit-transform: rotate(-8deg);
  transform: rotate(-8deg);
}

.footer-code-blog .footer-blog-btn:hover::before {
  -webkit-transform: rotate(8deg);
  transform: rotate(8deg);
}

.footer-code-blog .footer-blog-btn:hover::after {
  background-color: var(--rose);
}




@media (min-width: 981px) {
  
  .footer-code-blog .et_pb_code_inner {
    min-height: 279px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
  }
  
  .footer-code-blog .footer-blog-texte {
    max-width: 130px;
    margin: 0 auto;
  }
}


/* Bloc Onglets */

.footer-onglet-col {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: none;
}

.footer-onglet-col.active {
  display: block;
}

.custom-footer ul {
  list-style: none;
  padding-left: 0;
  line-height: 1.2;
}

.custom-footer ul li {
  margin-bottom: 0.5em;
}

.custom-footer .et_pb_module.et_pb_social_media_follow {
  /*margin-top: 20px;*/
  margin-bottom: 20px !important;
}

.footer-onglet .footer-onglet-content {
  font-size: 14px;
}

.footer-onglet ul li a {
  display: inline-block;
}

.footer-onglet-titles .footer-onglet-tab {
  cursor: pointer;
}


@media (max-width: 980px) {
  
  .custom-footer .et_pb_row {
    width: 80%;
  }
  
  .footer-onglet {
    display: block;
  }
  
  .footer-onglet-col {
    display: block;
    margin-bottom: 10px;
  }
  
  .custom-footer .et_pb_social_media_follow li a.icon {
    background-color: #fff3 !important;
  }
  
  .footer-onglet-titles {
    display: none;
  }
  
  .footer-onglet-content {
    display: none;
  }
  
  .footer-code-onglets,
  .footer-code-onglets a,
  .footer-code-onglets h3 {
    color: #fff;
  }
  
  .custom-footer .footer-onglet-title {
    margin-bottom: 12px;
  }
  
  .custom-footer .footer-onglet-title h3 {
    position: relative;
    border-bottom: 1px solid #fff;
    padding: 8px 40px 8px 8px;
  }
  
  .footer-onglet-col .footer-onglet-title h3::before {
    content: "3";
    position: absolute;
    right: 0;
    width: 40px;
    top: calc(50% - 15px);
    height: 30px;
    text-align: center;
    line-height: 30px;
    font-family: "ETmodules";
    font-size: 30px;
    font-weight: 400;
  }
  
  .footer-onglet-col.open .footer-onglet-title h3::before {
    content: "2";
  }
  
  .footer-onglet .footer-onglet-content {
    padding: 8px;
  }
}

@media (min-width: 981px) {
    
  .footer-onglet-title {
    display: none;
  }
  
  .footer-onglet-titles {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    background-color: #fff2;
    border-radius: 20px 20px 0 0;
    border: 1px solid #fff;
    border-bottom: none;
  }
  
  .footer-onglet-titles .footer-onglet-tab {
    min-width: 175px;
    text-align: center;
    padding: 18px;
    border-radius: 20px 20px 0 0;
  }
  
  .footer-onglet-titles .footer-onglet-tab.active {
    background: var(--degrade1-webkit) #fff;
    background: var(--degrade1) #fff;
  }
  
  body .footer-onglet-titles h3 {
    padding: 0;
    color: #fff;
    font-weight: 400;
  }
  
  .footer-onglet-titles .footer-onglet-tab.active h3 {
    color: var(--bleu);
    font-weight: 600;
  }
  
  .custom-footer .footer-onglet-content {
    min-height: 220px;
    background: var(--degrade1-webkit) #fff;
    background: var(--degrade1) #fff;
    border-radius: 0 20px 20px 20px;
    padding: 40px 5% 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 20px;
    column-gap: 20px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  
  .footer-onglet .footer-menu,
  .footer-onglet .footer-villas-menu,
  .footer-onglet .footer-seo-menu {
    -webkit-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 20px;
    column-gap: 20px;
  }
  
  .footer-onglet ul li {
    margin-bottom: 1.5em;
  }
  
  .footer-onglet .coord p {
    line-height: 1.2;
    padding: 0;
    margin-bottom: 1.5em;
  }
}

@media (min-width: 1401px) {
  
  .footer-onglet .footer-villa-menu {
    -webkit-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 30px;
    column-gap: 30px;
  }
}

@media (min-width: 1501px) {
    
  .footer-onglet-titles .footer-onglet-tab {
    min-width: 200px;
  }
  
  .custom-footer .footer-onglet-content {
    padding: 50px 5% 10px;
  }
  
  .footer-onglet .footer-menu,
  .footer-onglet .footer-villas-menu,
  .footer-onglet .footer-seo-menu {
    -webkit-column-count: 3;
    column-count: 3;
  }
}

@media (min-width: 1601px) {

  .footer-onglet .footer-menu,
  .footer-onglet .footer-villas-menu,
  .footer-onglet .footer-seo-menu {
    -webkit-column-gap: 40px;
    column-gap: 40px;
  }
}



/* SECTION SOCKET */

.et_pb_section.custom-socket {
  padding: 0;
  font-size: 12px;
  line-height: 1.2;
  background-color: var(--bleu);
  color: #fff;
}

.custom-socket .et_pb_row {
  padding-top: 0;
}

.custom-socket .copyright-ekela {
  text-transform: uppercase;
}

.custom-socket a {
  position: relative;
  color: #fff;
  padding-right: 66px;
}

.custom-socket .copyright-ekela svg {
  padding: 1px;
  /*position: relative;
  top: 3px;*/
  top: -4px;
  position: absolute;
  right: 0;
}


@media (max-width: 1200px) {
  
  .custom-socket .socket-wrapper {
    text-align: center;
  }
  
  .custom-socket .socket-wrapper > div {
    margin-bottom: 10px;
  }
}

@media (min-width: 1201px) {
  
  .socket-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}


/*********************************/
/*          PAGE ACCUEIL         */
/*********************************/

/* SECTION HERO */

.et_pb_section.section-hero.home-hero {
  min-height: 90vh;
}

.home-hero .ligne-recherche {
  max-width: 1140px;
  width: 90%;
  background-color: #0004;
  border-radius: 10px;
  /*-webkit-backdrop-filter: blur(25px);
  backdrop-filter: blur(25px);*/
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  padding: 25px 12px 12px 12px;
  
  position: absolute;
  bottom: 50px;
  left: 50%;
  -webkit-transform: translate(-50%);
  transform: translate(-50%);
}

.code-widget-lodgify .css-13bifmc {
  padding: 10px 20px;
}


.section-hero .ligne-bouton-carte {
  padding: 0;
  width: 100%;
  max-width: 100%;
  bottom: -25px;
  position: absolute;
  pointer-events: none;
}

.section-hero .ligne-bouton-carte .et_pb_button {
  pointer-events: auto;
}

.swiper-sliderhero.swiper-horizontal .swiper-button-prev,
.swiper-sliderhero.swiper-horizontal .swiper-button-next {
  width: 55px;
  height: 55px;
  background-color: #0004;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  border-radius: 30px;
  color: #fff;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.swiper-sliderhero.swiper-horizontal .swiper-button-prev::after,
.swiper-sliderhero.swiper-horizontal .swiper-button-next::after {
  font-size: 28px;
}

@media (min-width: 981px) {
  
  .swiper-sliderhero.swiper-horizontal .swiper-button-prev:hover,
  .swiper-sliderhero.swiper-horizontal .swiper-button-next:hover {
    background-color: var(--rose);
  }
}

.swiper-sliderhero.swiper-horizontal .swiper-button-prev {
  left: 2.5%;
  top: 50%;
}
.swiper-sliderhero.swiper-horizontal .swiper-button-next {
  right: 2.5%;
  top: 50%;
}

@media (max-width: 1400px) {
  
  .home-hero .ligne-recherche {
    max-width: 1080px;
  }
}

@media (max-width: 1240px) {
  
  .section-hero .ligne-bouton-carte {
    bottom: 18px;
  }
  
  .swiper-sliderhero.swiper-horizontal .swiper-button-prev,
  .swiper-sliderhero.swiper-horizontal .swiper-button-next {
    width: 40px;
    height: 40px;
    top: auto;
    bottom: 20px;
  }
  
  .swiper-sliderhero.swiper-horizontal .swiper-button-prev::after,
  .swiper-sliderhero.swiper-horizontal .swiper-button-next::after {
    font-size: 22px;
  }
  
}

/* slider */

.home-hero .ligne-sliderhero {
  padding: 0;
  position: absolute;
  width: 100%;
  max-width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
}

.home-hero .ligne-sliderhero .et_pb_column,
.home-hero .ligne-sliderhero .et_pb_module,
.home-hero .ligne-sliderhero .et_pb_code_inner,
.home-hero .ligne-sliderhero .swiper-sliderhero {
  height: 100%;
}

.home-hero .ligne-sliderhero .swiper-slide img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media (max-width: 1240px) {
  
  .home-hero .ligne-recherche {
    max-width: 600px;
    bottom: 82px;
  }
  
  .swiper-sliderhero.swiper-horizontal .swiper-button-prev {
    left: calc(50% - 150px);
  }
  
  .swiper-sliderhero.swiper-horizontal .swiper-button-next {
    right: calc(50% - 150px);
  }
}


/* Module reservation */

@media (max-width: 400px) {
  
  body .css-1jsq48n {
    padding-right: 20px;
    min-width: 130px;
  }
}

@media (max-width: 1240px) {
  
  .ligne-recherche .code-widget-lodgify {
    display: none !important;
  }
  
  .code-btn-popup-lodgify .et_pb_code_inner {
    text-align: center;
  }
  
  .code-btn-popup-lodgify .btn-open-popup-lodgify {
    position: relative;
    display: inline-block;
    background-color: var(--jaune);
    padding: 10px 25px 10px 50px;
    border-radius: 8px;
    margin: -10px 0 8px 0;
  }
  
  .code-btn-popup-lodgify .btn-open-popup-lodgify svg {
    position: absolute;
    left: 25px;
    top: 11px;
  }
  
}

/* SECTION LODGIFY MOBILE */

@media (min-width: 1241px) {
  
  .et_pb_section.sect-lodgify-mobile,
  .et_pb_code.code-btn-popup-lodgify {
    display: none !important;
  }
  
  .ligne-recherche .code-widget-lodgify {
    margin-bottom: 0 !important;
  }
}

@media (max-width: 1240px) {
  
  .et_pb_section.sect-lodgify-mobile {
    position: fixed;
    bottom: -400px;
    opacity: 0;
    left: 0;
    right: 0;
    z-index: 10000;
    background-color: var(--bleu);
    padding-bottom: 5px;
    pointer-events: none;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
  }

  .et_pb_section.sect-lodgify-mobile.open {
    bottom: 0;
    opacity: 1;
    pointer-events: auto;
  }

  .sect-lodgify-mobile .lodgify-fermer {
    position: absolute;
    right: 0;
    top: -30px;
    color: #fff;
    font-family: "ETmodules";
    font-size: 36px;
    cursor: pointer;
  }
}

/* SECTION DECOUVREZ NOS VILLAS */

.home-sect-villas .et_pb_text h2 {
  font-size: 72px;
  line-height: 1;
  padding-bottom: 1.2em;
}

@media (max-width: 1920px) {
  
  .home-sect-villas .et_pb_text h2 {
    font-size: 3.7vw;
  }
}

@media (max-width: 1200px) {
  
  .home-sect-villas .et_pb_text h2 {
    font-size: 38px;
  }
  
  .home-sect-villas .et_pb_button_module_wrapper {
    display: none !important;
  }
}

@media (max-width: 980px) {
  
  .home-sect-villas .et_pb_text h2 {
    text-align: center;
    padding-bottom: 0;
  }
  
  .home-sect-villas .et_pb_text h2 br {
    display: none;
  }
}
  
@media (max-width: 600px) {
  
  .home-sect-villas .et_pb_text h2 {
    font-size: 26px;
  }
}

/* Slider Villas */

.swiper-container.swiper-villas {
  padding-bottom: 50px;
}

.swiper-villas .villa-photo {
  font-size: 0;
  line-height: 1;
}

.swiper-villas .villa-contenu {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 50px 20px 30px 20px;
  line-height: 1.4;
  background: -webkit-gradient(linear, left top, left bottom, from(#0000), to(var(--bleu)));
  background: linear-gradient(#0000, var(--bleu));
  pointer-events: none;
}

.swiper-villas .villa-contenu h3 {
  font-weight: 500;
  font-size: 22px;
}

.swiper-villas.swiper-horizontal .swiper-button-prev {
  top: calc(100% - 5px);
  width: 90px;
  height: 25px;
  left: 0;
}

.swiper-villas .swiper-button-next {
  top: calc(100% - 5px);
  width: 90px;
  height: 25px;
  right: calc(100% - 200px);
}

.swiper-villas.swiper-horizontal .swiper-button-prev::after {
  content: "";
  position: absolute;
  inset: 0;
  background: url(gfx/fleche-villas.svg) center center /contain no-repeat;
}

.swiper-villas.swiper-horizontal .swiper-button-next::after {
  content: "";
  position: absolute;
  inset: 0;
  background: url(gfx/fleche-villas.svg) center center /contain no-repeat;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

@media (max-width: 1200px) {
  
  .swiper-villas .villa-lien,
  .home-sect-villas .btn-rond-villas {
    display: none;
  }
  
  .swiper-villas .villa-photo img {
    aspect-ratio: 416/480;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}

@media (min-width: 981px) {
  
  .swiper-container.swiper-villas {
    overflow: hidden;
  }
}


@media (min-width: 1201px) {
  
  .swiper-container.swiper-villas {
    margin-left: -25px;
    margin-right: -25px;
  }
  
  .swiper-villas .villa-photo img {
    position: absolute;
    left: 25px;
    width: calc(100% - 50px);
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  
  .swiper-villas .swiper-slide {
    height: 500px;
    overflow: hidden;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  
  .swiper-villas .swiper-slide.swiper-slide-active {
    width: 54% !important;
  }
  
  .swiper-villas .swiper-slide.swiper-slide-active + .swiper-slide,
  .swiper-villas .swiper-slide.swiper-slide-active + .swiper-slide + .swiper-slide {
    width: 23% !important;
  }
  
  .swiper-villas .villa-contenu {
    bottom: -20px;
    left: 25px;
    right: 25px;
    opacity: 0;
    -webkit-transition: all 0.1s ease;
    transition: all 0.1s ease;
  }
  
  .swiper-villas .swiper-slide.swiper-slide-active .villa-contenu {
    opacity: 1;
    bottom: 0;
  }
  
  .villa-contenu .villa-lien {
    color: #fff;
    text-decoration: underline;
  }
  
  .home-sect-villas .btn-rond-villas a {
    position: absolute;
    top: 10px;
    left: -60px;
    z-index: 100;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    background-color: var(--rose);
    line-height: 1.2;
    font-size: 19px;
    font-weight: 400;
    text-align: center;
    color: #fff;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transform: rotate(-14deg);
    transform: rotate(-14deg);
    -webkit-box-shadow: 0 3px 0px #fff;
    box-shadow: 0 3px 0px #fff;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  
  .home-sect-villas .btn-rond-villas a:hover {
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg);
  }
  
  .home-sect-villas .btn-rond-villas a .label {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  
  .home-sect-villas .btn-rond-villas a:hover .label {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  
  .home-sect-villas .fleche-btn {
    position: absolute;
    top: 12vw;
    left: -152px;
    width: 105px;
    height: 38px;
    background-color: #fff;
    z-index: 50;
    -webkit-mask: url(gfx/fleche-btn.svg) center center /contain no-repeat;
    mask: url(gfx/fleche-btn.svg) center center /contain no-repeat;
  }  
}

@media (min-width: 981px) and (max-width: 1200px) {
  
  .swiper-container.swiper-villas {
    margin-right: -10vw;
  }
}

@media (min-width: 1201px) and (max-width: 1600px) {
  
  .swiper-villas .villa-contenu {
    font-size: 0.9em;
  }
}

@media (min-width: 1601px) {
  
  .swiper-villas .swiper-slide {
    height: 560px;
  }
  
  .villa-contenu .villa-lien {
    position: absolute;
    right: 25px;
    bottom: 30px;
  }
  
  .home-sect-villas .btn-rond-villas a {
    left: -90px;
    width: 180px;
    height: 180px;
    font-size: 22px;
  }
  
  .home-sect-villas .fleche-btn {
    top: 11.3vw;
  }
}

@media (min-width: 2100px) {
  
  .home-sect-villas .fleche-btn {
    top: 222px;
    left: -190px;
  }
}


/* Survol */

@media (min-width: 1201px) {
  
  #page-container .swiper-villas .swiper-wrapper .swiper-slide.slide-hover {
    width: 54% !important;
  }
  
  #page-container .swiper-villas .swiper-wrapper .swiper-slide.slide-nohover {
    width: 23% !important;
  }
  
  #page-container .swiper-villas .swiper-wrapper .swiper-slide.slide-hover .villa-contenu {
    opacity: 1;
    bottom: 0;
    -webkit-transition: all 0.2s ease 0.4s;
    transition: all 0.2s ease 0.4s;
  }
  
  #page-container .swiper-villas .swiper-wrapper .swiper-slide.slide-nohover .villa-contenu {
    opacity: 0;
    bottom: -20px;
  }
}


/* SECTION A PROPOS */

.et_pb_section.home-sect-apropos {
  overflow: hidden;
}

@media (min-width: 981px) {
  
  .home-sect-apropos .col-img {
    position: absolute;
    right: 0;
  }
}

.home-img-apropos .et_pb_image_wrap {
  position: relative;
  top: -250px;
  right: -160px;
  width: 150%;
  max-width: 150%;
}

.home-img-apropos img {
  border-radius: 1000px;
  width: 100% !important;
}

.home-img-apropos .et_pb_image_wrap::before {
  content: "";
  position: absolute;
  left: 38.5%;
  top: 74.5%;
  background: -webkit-gradient(linear, left top, left bottom, from(var(--rose)), to(var(--jaune)));
  background: linear-gradient(var(--rose), var(--jaune));
  z-index: 10;
  -webkit-mask: url("gfx/g.svg") center center /contain no-repeat;
  mask: url("gfx/g.svg") center center /contain no-repeat;
  width: 27.6%;
  height: 47%;
  -webkit-transform: rotate(-30deg);
  transform: rotate(-30deg);
}

@media (max-width: 980px) {
  
  .home-img-apropos .et_pb_image_wrap {    
    margin-top: -140px;
    -webkit-transform: translateY(140px);
    transform: translateY(140px);
  }
  
  .home-img-apropos .et_pb_image_wrap::before {
    left: 2%;
    top: 65.4%;
    width: 20%;
    height: 32%;
  }
}

@media (max-width: 600px) {
  
  .home-img-apropos .et_pb_image_wrap {
    top: -180px;
    right: -40px;
    width: 190%;
    max-width: 190%;
    
    margin-top: -160px;
    -webkit-transform: translateY(160px);
    transform: translateY(160px);
  }
}

/* Pictos reassurance */

.home-sect-apropos .ligne-reassurance {
  padding-top: 0;
}

.ligne-reassurance .bloc-reassu {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
}

.ligne-reassurance .item-reassu {
  margin-bottom: 0;
  line-height: 1.3;
  font-weight: 600;
  font-size: 17px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 10px;
  column-gap: 10px;
}

.ligne-reassurance .item-reassu .reassu-picto {
  width: 35%;
  max-width: 100px;
}

.ligne-reassurance .item-reassu .reassu-texte {
  width: 65%;
}

@media (max-width: 1700px) {
  
  .ligne-reassurance .item-reassu .reassu-picto {
    max-width: 80px;
  }
}


@media (max-width: 1400px) {
  
  .ligne-reassurance .bloc-reassu {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 5px;
  }
  
  .ligne-reassurance .item-reassu {
    font-size: 15px;
  }
  
  .ligne-reassurance .item-reassu .reassu-picto {
    max-width: 70px;
  }
}

@media (max-width: 600px) {
  
  .ligne-reassurance .bloc-reassu {
    grid-template-columns: 1fr;
  }
  
  .ligne-reassurance .reassu-texte br {
    display: none;
  }
}

/* Reassurance bouton Reserver */

.item-reassu .et_pb_button {
  margin: 20px 0 20px 100px;
}

.css-jj122v .css-13bifmc.primary {
  background-color: var(--jaune);
  border-radius: 8px;
  color: #fff;
}

.css-jj122v .css-13bifmc.primary:hover {
  background-color: var(--rose);
  color: #fff;
}

.item-reassu .et_pb_button_module_wrapper::before {
  content: "";
  position: absolute;
  left: 8px;
  width: 60px;
  top: 0;
  bottom: 0;
  background-color: var(--jaune);
  -webkit-mask: url(gfx/fleche-btn.svg) center center /contain no-repeat;
  mask: url(gfx/fleche-btn.svg) center center /contain no-repeat;
  -webkit-transform: rotate(20deg);
  transform: rotate(20deg);
}

@media (max-width: 1400px) {
  
  .item-reassu .et_pb_button {
    margin-left: 80px;
  }
}

@media (max-width: 600px) {
  
  .item-reassu .et_pb_button_module_wrapper {
    margin-top: 20px;
  }
}

/* Reassurance Page Villas */

@media (min-width: 1401px) {
  .ligne-reassurance.reassu-villas .bloc-reassu {
    grid-template-columns: 1fr 1fr;
    gap: 5px 50px;
  }
}


/* SECTION ETAPES */

.et_pb_section.home-sect-etapes {
  z-index: 20;
}

.home-sect-etapes h2 {
  padding-bottom: 0;
}

/* Slider etapes */

.home-sect-etapes .swiper-etapes {
  padding-bottom: 50px;
}

.slide-etape .slide-nb {
  position: absolute;
  top: 3px;
  display: inline-block;
  width: 36px;
  background-color: #fff;
  color: var(--rose);
  height: 36px;
  text-align: center;
  line-height: 36px;
  border-radius: 20px;
  font-size: 20px;
  font-weight: 600;
  font-family: var(--font1);
}

.slide-etape .etape-content {
  padding-left: 46px;
}

.slide-etape h3 {
  font-weight: 500;
  font-size: 18px;
}

@media (min-width: 981px) {
  
  .slide-etape .slide-nb {
    top: 5px;
    width: 95px;
    height: 95px;
    line-height: 95px;
    border-radius: 50px;
    font-size: 50px;
  }
  
  .slide-etape .etape-content {
    padding-left: 125px;
  }
  
  .slide-etape h3 {
    font-size: 24px;
  }
}

@media (min-width: 1280px) {
  
  .slide-etape h3 {
    font-size: 28px;
  }
}

.fond-rose .swiper-horizontal .swiper-button-prev,
.fond-rose .swiper-horizontal .swiper-button-next {
  color: #fff;
}


/* SECTION AVIS GOOGLE */

.home-sect-avis .avis-txt {
  min-width: 270px;
}

body .home-sect-avis .avis-txt h2 {
  font-size: 50px;
  padding-bottom: 0.4em;
}

.home-sect-avis .avis-txt p {
  padding-bottom: 0.5em;
}

@media (max-width: 1500px) {
  
  body .home-sect-avis .avis-txt h2 {
    font-size: 44px;
  }
}

@media (max-width: 1200px) {
  
  .home-sect-avis .avis-txt {
    min-width: 220px;
  }
  
  body .home-sect-avis .avis-txt h2 {
    font-size: 38px;
  }
}

@media (max-width: 980px) {
  
  .home-sect-avis .avis-txt {
    text-align: center;
  }
}


@media (max-width: 600px) {
  
  body .home-sect-avis .avis-txt h2 {
    font-size: 26px;
  }
}

/* widget note */

.avis-txt .wp-google-stars,
.avis-txt .wp-google-powered {
  display: none !important;
}

.avis-txt .wp-google-rating {
  position: relative !important;
  font-size: 40px !important;
  font-family: var(--font1) !important;
  font-weight: 700 !important;
  padding: 0.6em 20px !important;
  display: inline-block;
  background: linear-gradient(60deg, var(--jaune), var(--rose)) !important;
  color: transparent !important;
  background-clip: text !important;
}

.avis-txt .wp-google-rating::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 5px; /* épaisseur de bordure */
  background: linear-gradient(60deg, var(--jaune), var(--rose));
  border-radius: 15px;
  -webkit-mask:
    -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) content-box,
    -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  z-index: -1;
}

@media (max-width: 980px) {
  
  .avis-txt .wpac {
    text-align: center !important;
  }
}


@media (max-width: 600px) {
  
  .avis-txt .wp-google-rating {
    font-size: 36px !important;
  }
}

.avis-txt .wp-google-rating::after {
  content: "/5";
}

/* widget avis */

body .wpac {
  font-family: var(--font2) !important;
}

body .wp-gr:not(.wp-dark) .grw-review-inner.grw-backgnd {
  background: var(--degrade1-webkit) !important;
  background: var(--degrade1) !important;
}

body .wp-gr .grw-review-inner {
  padding: 30px 10% !important;
}

body .wp-gr .grw-review-inner.grw-round {
  border-radius: 20px !important;
}

body .wp-gr .wp-google-left img {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

body .wp-gr.wpac a.wp-google-name {
  pointer-events: none;
}

body .wp-gr .grw-review .wp-google-feedback {
  scrollbar-width: thin;
}

body .wp-gr .wp-google-text {
  font-weight: 300 !important;
  line-height: 1.5 !important;
}

body .wp-gr .wp-more-toggle {
  display: block;
  margin-top: 5px !important;
  text-decoration: none !important;
  font-weight: 500 !important;
  font-size: 0 !important;
  color: var(--bleu) !important;
}

body .wp-gr .wp-more-toggle::after {
  content: "Lire la suite";
  font-size: 15px !important;
  text-decoration: underline !important;
}

body .wp-gr .grw-review-inner > svg {
  top: 30px !important;
  right: 8% !important;
}

@media (min-width: 533px) {
  
  body .wp-gr.wpac[data-layout="grid"] .grw-review-inner {
    padding: 30px 6% !important;
  }
}

@media (min-width: 981px) {
  
  body .wp-gr.wpac[data-layout="grid"] .grw-review-inner {
    padding: 30px 50px !important;
  }
}

.wp-gr.wpac[data-layout="grid"] .grw-content {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.wp-gr a.wp-google-url {
  background: var(--degrade1-webkit) !important;
  background: var(--degrade1) !important;
  display: inline-block;
  padding: 15px 30px !important;
  color: var(--bleu) !important;
  text-decoration: underline !important;
  border-radius: 20px !important;
  margin: 20px auto !important;
  font-size: 19px !important;
  font-weight: 300 !important;
}




/* SECTION OCCASIONS */

.liste-occasions > .bloc-occasion {
  position: relative;
  background-color: var(--bleu);
  color: #fff;
  padding: 10px;
  margin: 0 !important;
  border-radius: 20px;
  line-height: 1.2;
  font-size: 20px;
  font-weight: 400;
  
  /*display: block;*/
  background-size: cover;
  background-position: center;
  
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
  
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.liste-occasions > .bloc-occasion p {
  z-index: 10;
}

.et_pb_code .liste-occasions {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  grid-template-rows: repeat(6,110px);
  grid-gap: 15px;
}

.liste-occasions > .bloc-occasion::before {
  content: "";
  position: absolute;
  inset: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff5), to(#000));
  background: linear-gradient(#fff5, #000);
  opacity: 0.5;
  border-radius: 20px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}


@media (min-width: 980px) {
  
  .et_pb_code .liste-occasions {
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(5, 220px);
  }
  
  .liste-occasions .bloc-occasion:nth-child(1) {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 1;
    grid-row-end: 3;
    color: #D8C1C1;
  }
  .liste-occasions .bloc-occasion:nth-child(2) {
    grid-column-start: 2;
    grid-column-end: 3;
    grid-row-start: 1;
    grid-row-end: 2;
    color: #BEDDDE;
  }
  .liste-occasions .bloc-occasion:nth-child(3) {
    grid-column-start: 3;
    grid-column-end: 5;
    grid-row-start: 1;
    grid-row-end: 2;
    color: #DEBCA3;
  }
  .liste-occasions .bloc-occasion:nth-child(4) {
    grid-column-start: 2;
    grid-column-end: 4;
    grid-row-start: 2;
    grid-row-end: 3;
    color: #CBB8B8;
  }
  .liste-occasions .bloc-occasion:nth-child(5) {
    grid-column-start: 4;
    grid-column-end: 5;
    grid-row-start: 2;
    grid-row-end: 4;
    color: #DEDABC;
  }
  .liste-occasions .bloc-occasion:nth-child(6) {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 3;
    grid-row-end: 4;
    color: #E9E0E0;
  }
  .liste-occasions .bloc-occasion:nth-child(7) {
    grid-column-start: 2;
    grid-column-end: 3;
    grid-row-start: 3;
    grid-row-end: 5;
    color: #EBA0A0;
  }
  .liste-occasions .bloc-occasion:nth-child(8) {
    grid-column-start: 3;
    grid-column-end: 4;
    grid-row-start: 3;
    grid-row-end: 4;
    color: #DDDFE1;
  }
  .liste-occasions .bloc-occasion:nth-child(9) {
    grid-column-start: 3;
    grid-column-end: 5;
    grid-row-start: 4;
    grid-row-end: 5;
    color: #DDEFD9;
  }
  .liste-occasions .bloc-occasion:nth-child(10) {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 4;
    grid-row-end: 6;
    color: #C0D9E5;
  }
  .liste-occasions .bloc-occasion:nth-child(11) {
    grid-column-start: 2;
    grid-column-end: 4;
    grid-row-start: 5;
    grid-row-end: 6;
    color: #E2BEC9;
  }
  .liste-occasions .bloc-occasion:nth-child(12) {
    grid-column-start: 4;
    grid-column-end: 5;
    grid-row-start: 5;
    grid-row-end: 6;
    color: #D9BDE5;
  }
  
  .liste-occasions > .bloc-occasion {
    font-size: 28px;
    padding: 15px;
  }
  
  .liste-occasions > .bloc-occasion:hover {
    color: #fff !important;
  }
  
  .liste-occasions > .bloc-occasion:hover::before {
    opacity: 0.5;
    background-color: #000;
  }
}

@media (min-width: 1500px) {
  
  .et_pb_code .liste-occasions {
    grid-template-rows: repeat(5, 260px);
  }
  
  .liste-occasions > .bloc-occasion {
    font-size: 36px;
    padding: 22px;
    line-height: 1.1;
  }
}

@media (min-width: 1800px) {
  
  .et_pb_code .liste-occasions {
    grid-template-rows: repeat(5, 300px);
  }
}


/* SECTION RESERVER */

/* slider photos rond */

.sect-reserver .et_pb_row.ligne-slider {
  padding: 0;
  width: 430px;
  position: absolute;
  left: -120px;
  top: 40px;
}

.sect-reserver.home-sect-reserver .et_pb_row.ligne-slider {
  top: 10px;
}

.swiper-sliderrond {
  width: 430px;
  position: relative;
}

/*
.swiper-sliderrond .swiper-slide {
  width: 430px !important;
}
*/

.swiper-sliderrond .sliderrond-img {
  width: 430px;
  aspect-ratio: 1;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 50%;
}

.swiper-sliderrond.swiper-horizontal .swiper-button-prev,
.swiper-sliderrond.swiper-horizontal .swiper-button-next{
  bottom: 30px;
  top: auto;
  width: 30px;
  height: 30px;
  color: #fff;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.swiper-sliderrond.swiper-horizontal .swiper-button-prev {
  left: calc(50% - 40px);
}

.swiper-sliderrond.swiper-horizontal .swiper-button-next {
  right: calc(50% - 40px);
}

.swiper-sliderrond.swiper-horizontal .swiper-button-prev::after,
.swiper-sliderrond.swiper-horizontal .swiper-button-next::after {
  font-size: 28px;
}

.sliderrond-trigger {
  cursor: pointer;
  line-height: 0;
  border-radius: 50%;
}


@media (max-width: 1800px) {
  
  .et_pb_row.ligne-slider {
    width: 360px;
    left: -120px;
  }
  
  .swiper-sliderrond {
    width: 360px;
  }
  
  .swiper-sliderrond .sliderrond-img {
    width: 360px;
  }
}

@media (max-width: 1600px) {
  
  .et_pb_row.ligne-slider {
    display: none !important;
  }
}

/* SECTION OFFRES */

.home-sect-offres h2 {
  padding-bottom: 0;
}

.home-sect-offres .liste-offre {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 90px 5%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.home-sect-offres .bloc-offre {
  position: relative;
  /*background-color: #fff;*/
  width: 12.5%;
  max-width: 200px;
  color: var(--bleu);
  text-align: center;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.2;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.home-sect-offres .bloc-offre h3 {
  color: var(--rose);
  font-size: 62px;
  font-weight: 800;
  line-height: 1;
  padding-bottom: 0.1em;
}

.home-sect-offres .bloc-offre::after {
  content: "";
  position: absolute;
  inset: -30px -12px;
  background-color: #fff;
  border-radius: 20px;
  z-index: -1;
  -webkit-box-shadow: 0 3px 30px #0004;
  box-shadow: 0 3px 30px #0004;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.home-sect-offres .bloc-offre:hover::after {
  -webkit-transform: rotate(4deg);
  transform: rotate(4deg);
}

.home-sect-offres .bloc-offre::before {
  content: "";
  position: absolute;
  inset: -30px -12px;
  background-color: #fff;
  border-radius: 20px;
  z-index: -1;
  -webkit-transform: rotate(-8deg);
  transform: rotate(-8deg);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.home-sect-offres .bloc-offre:hover::before {
  -webkit-transform: rotate(-11deg);
  transform: rotate(-11deg);
}

@media (max-width: 1600px) {
  
  .home-sect-offres .bloc-offre h3 {
    font-size: 46px;
  }
}

@media (max-width: 1400px) {
  
  .home-sect-offres .bloc-offre {
    width: 30%;
    max-width: 250px;
  }
}

@media (max-width: 1200px) {
  
  .home-sect-offres .bloc-offre {
    font-size: 14px;
  }
  
  .home-sect-offres .bloc-offre h3 {
    font-size: 40px;
  }
}

@media (max-width: 980px) {
  
  .home-sect-offres h2 {
    text-align: center;
  }
  
  .home-sect-offres .bloc-offre::after,
  .home-sect-offres .bloc-offre::before {
    inset: -25px -5px;
  }
}

@media (max-width: 600px) {
  
  .home-sect-offres .liste-offre {
    gap: 70px 8%;
  }
  
  .home-sect-offres .bloc-offre {
    width: 46%;
    max-width: 180px;
  }
}

@media (max-width: 480px) {
  
  .home-sect-offres .bloc-offre {
    font-size: 13px;
  }
}


/* SECTION FAQ */

.et_pb_section.home-sect-faq {
  overflow: hidden;
}

.home-sect-faq h2 {
  padding-bottom: 0;
}

.et_pb_code .qae-faqs-container {
  margin-bottom: 30px;
}

.shortcode-faq.no-filter .qe-faqs-filters-container {
  display: none !important;
}

/* image dans le G */

.et_pb_row.ligne-img-g {
  width: 100%;
  max-width: 100%;
  padding: 0;
}

.et_pb_image.img-g {
  position: absolute;
  right: -40px;
  top: 400px;
}

.et_pb_image.img-g img {
  width: 9.3vw;
  aspect-ratio: 1;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 50%;
}

@media (min-width: 1601px) {
  .et_pb_image.img-g {
    right: 10px;
  }
}

@media (min-width: 1920px) {
  
  .et_pb_image.img-g img {
    width: 180px;
  }
}

.img-g .et_pb_image_wrap::before {
  content: "";
  position: absolute;
  width: 144%;
  aspect-ratio: 6/10;
  top: -28%;
  left: -5%;
  background-color: var(--rose);
  -webkit-mask: url(gfx/g.svg) center center /contain no-repeat;
  mask: url(gfx/g.svg) center center /contain no-repeat;
  -webkit-transform: rotate(-22deg);
  transform: rotate(-22deg);
  z-index: 10;
}


@media (max-width: 980px) {
  
  .et_pb_row.ligne-img-g {
    display: none;
  }
}

@media (min-width: 981px) {
  
  .page-id-106 .footer-sect-questions .ligne-pictos .et_pb_column {
    width: 47%;
  }
}
  
.page-id-106 .footer-sect-questions .col-faq {
  display: none !important;
}


/* SECTION RESEAUX SOCIAUX */

.et_pb_module.et_pb_social_media_follow {
  padding-left: 0;
}

body .et_pb_social_media_follow li a.icon {
  background-color: var(--bleu) !important;
  height: 30px;
  width: 30px;
  border-radius: 30px;
}

body .et_pb_social_media_follow li:last-child a.icon {
  margin-right: 0;
}

body .et_pb_social_media_follow li a.icon::before {
  color: #fff;
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 15px;
  text-shadow: none;
}

.home-sect-social .et_pb_social_media_follow li a.icon {
  background-color: #fff !important;
  height: 38px;
  width: 38px;
  border-radius: 38px;
  margin-right: 15px;
}

.home-sect-social .et_pb_social_media_follow li a.icon::before {
  color: var(--bleu);
  width: 38px;
  height: 38px;
  line-height: 38px;
  font-size: 19px;
}

.home-sect-social .et_pb_social_media_follow li a.icon:hover::before {
  color: var(--rose);
}

.home-sect-social .et_pb_social_media_follow::before {
  content: "Suivez-nous ";
  font-weight: 400;
  margin-right: 20px;
}

@media (min-width: 1251px) {
  
  .home-sect-social .et_pb_column {
    display: grid;
    grid-template-columns: 1fr 300px;
  }
  
  .home-sect-social .module-insta {
    grid-row-start: 2;
    grid-column-start: 1;
    grid-column-end: 3;
  }
  
  .home-sect-social .module-pictos {
    text-align: right;
    margin-top: 18px;
  }
  
  .home-sect-social .module-titre h2 {
    padding-bottom: 0.2em;
  }
  
}


@media (max-width: 980px) {
  
  body .home-sect-social .et_pb_module {
    margin-bottom: 10px;
  }
  
  .home-sect-social h2 {
    text-align: center;
  }
  
  .home-sect-social .et_pb_social_media_follow {
    text-align: center;
  }
  
  .home-sect-social .et_pb_social_media_follow::before {
    display: block;
    margin-right: 0;
    margin-bottom: 10px;
  }
  
  #sb_instagram #sbi_images {
    gap: 10px !important;
  }
}


/*********************************/
/*           PAGE FAQ            */
/*********************************/

/* Filtres */

body .qae-faqs-container .qe-faqs-filters-container {
  position: relative;
  overflow: hidden;
  background: var(--degrade1-webkit);
  background: var(--degrade1);
  padding: 30px 5%;
  border-radius: 20px;
  margin-bottom: 35px;
}

body .qae-faqs-container .qe-faqs-filters-container::before {
  content: "";
  width: 162px;
  height: 186px;
  position: absolute;
  right: -32px;
  top: 30px;
  background-color: var(--bleu);
  -webkit-mask: url(gfx/isotype.svg) center center /contain no-repeat;
  mask: url(gfx/isotype.svg) center center /contain no-repeat;
  opacity: 0.06;
}

body .qe-faqs-filters-container li a {
  border: 1px solid var(--bleu);
  border-radius: 8px;
  margin-bottom: 8px;
  line-height: 1.2;
  padding: 6px 10px;
}

body .qe-faqs-filters-container li a:hover {
  background-color: #fff;
  border-bottom-width: 1px;
}

body .qe-faqs-filters-container li.active a {
  font-weight: inherit;
  background-color: var(--bleu);
  color: #fff;
  border: 1px solid var(--bleu);
}


@media (min-width: 981px) {

  body .qe-faqs-filters-container li a {
    border: 1px solid var(--bleu);
    border-radius: 8px;
    margin-bottom: 10px;
    line-height: 1.2;
    padding: 7px 12px;
  }
}



@media (min-width: 1251px) {

  .shortcode-faq.filtres .qae-faqs-container .qe-faqs-filters-container {
    float: left;
    width: 300px;
    padding: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  
  .shortcode-faq.filtres .qae-faqs-container .qe-faq-toggle {
    margin-left: calc(300px + 5%);
  }
  
}


/* Questions */

.entry-content .qe-faq-toggle {
  border-bottom: 1px solid var(--rose);
}

.qae-faqs-container .qe-faq-toggle:first-of-type {
  border-top: 1px solid var(--rose);
}

body .qe-faq-toggle .qe-toggle-title {
  position: relative;
  padding: 1em 60px 1em 0;
}

.qe-faq-toggle .qe-toggle-title::before {
  content: "3";
  font-family: ETmodules !important;
  font-weight: 400 !important;
  font-size: 38px;
  position: absolute;
  right: 0;
  top: 50%;
  width: 60px;
  text-align: center;
  height: 40px;
  line-height: 36px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.qe-faq-toggle.active .qe-toggle-title::before {
  content: "2";
}

body .qe-faq-toggle.active .qe-toggle-title,
body .qe-faq-toggle .qe-toggle-title:hover {
  background-color: #fff;
}

.entry-content .qe-faq-toggle h2,
.entry-content .qe-faq-toggle h3,
.entry-content .qe-faq-toggle h4 {
  padding: 0;
  font-weight: 500;
  color: var(--rose);
  font-size: 19px;
  font-family: var(--font2);
}

.entry-content .qe-faq-toggle h2 i,
.entry-content .qe-faq-toggle h3 i,
.entry-content .qe-faq-toggle h4 i {
  display: none !important;
}

body .qe-faq-toggle .qe-toggle-content {
  padding: 0 0 1.5em 0;
}

@media (max-width: 980px) {
  
  .entry-content .qe-faq-toggle h2,
  .entry-content .qe-faq-toggle h3,
  .entry-content .qe-faq-toggle h4 {
    font-size: 16px;
  }
}

/*********************************/
/*        PAGES OCCASIONS        */
/*********************************/

.sect-reassurance h2 {
  padding-bottom: 0.2em;
}

.et_pb_image.img-contenu-fleche {
  -webkit-transform: translateY(-20px);
  transform: translateY(-20px);
}

/* Section reassurance */

.et_pb_row.ligne-picto-reassurance {
  padding: 0.8% 0;
}

.ligne-picto-reassurance .col-picto img {
  width: 120px;
}

.ligne-picto-reassurance .et_pb_column.col-picto {
  width: 120px;
}

.ligne-picto-reassurance .et_pb_column.col-txt {
  width: calc(97% - 120px);
}

@media (max-width: 980px) {
  
  .et_pb_row.ligne-picto-reassurance {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 1.5% 0;
  }
  
  .ligne-picto-reassurance .col-picto img {
    width: 80px;
    max-width: 80px;
  }

  .ligne-picto-reassurance .et_pb_column.col-picto {
    width: 80px;
    margin-right: 3%;
    margin-bottom: 0;
  }

  .ligne-picto-reassurance .et_pb_column.col-txt {
    width: calc(97% - 80px);
  }
}

@media (max-width: 480px) {
  
  .et_pb_row.ligne-picto-reassurance {
    padding: 3% 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}


/*********************************/
/*          PAGE VILLAS          */
/*********************************/

/* Carte des villas */

.sect-carte-villas .et_pb_row {
  padding: 0;
}

.mapp-dir-wrapper {
  display: none !important;
}

body .mapp-layout * {
  color: var(--bleu);
}

body .mapp-ib {
  border-radius: 10px;
}

body .mapp-ib .mapp-iw * {
  font-size: 15px;
}

body .mapp-iw .mapp-template a {
  display: inline-block;
  margin-top: 10px;
  color: #fff !important;
  background-color: var(--rose);
  padding: 5px 12px;
  font-weight: 500 !important;
  border-radius: 5px;
  line-height: 1.2;
}

body .mapp-iw .mapp-thumbnail img {
  aspect-ratio: 3/4;
  max-width: 150px;
}

body .mapp-layout {
  border-radius: 20px;
  overflow: hidden;
}

@media (max-width: 600px) {

  body .mapp-layout {
    height: 480px !important;
  }
}



/* Galerie Photos Lightbox MODULE*/

.custom_swiper_gallery .gallery-trigger {
  line-height: 0;
  cursor: pointer;
}

.custom-swiper-gallery .gallery-item {
  position: relative;
}

.custom-swiper-gallery .gallery-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 3%;
  column-gap: 3%;
}

.custom_swiper_gallery .gallery-col-2 .gallery-item {
  line-height: 0;
}

.custom_swiper_gallery .gallery-col-2 .gallery-item:first-child {
  margin-bottom: 6.593%;
}

.custom_swiper_gallery .gallery-count {
  position: absolute;
  inset: 0;
  background-color: #0006;
  color: #fff;
  font-size: 0.9em;
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  opacity: 1;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.custom_swiper_gallery .gallery-count:hover {
  /*opacity: 1;*/
  background-color: #0009;
}

.custom_swiper_gallery .gallery-count span {
  line-height: 1.4;
}

.custom_swiper_gallery .gallery-count .link {
  text-decoration: underline;
}


@media (max-width: 480px) {

  .custom_swiper_gallery .gallery-count {
    border-radius: 12px;
  }
}


/* Galerie Photos Lightbox LIGHTBOX */

.swiper-lightbox {
  position: fixed;
  z-index: 1000000;
  top: 150vh;
  opacity: 0;
  pointer-events: none;
  padding: 60px 4%;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.swiper-lightbox.open {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #263c49dd;
  -webkit-backdrop-filter: blur(30px);
  backdrop-filter: blur(30px);
  opacity: 1;
  pointer-events: auto;
}

.swiper-lightbox .swiper-close {
  position: absolute;
  top: 10px;
  right: 1.5%;
  display: inline-block;
  color: #fff;
  font-family: ETmodules;
  font-size: 38px;
  line-height: 1;
  cursor: pointer;
  padding: 5px;
}

.swiper-lightbox .swiper-container {
  height: 100%;
  width: 1280px;
  max-width: 96%;
  margin: 0 auto;
}

.swiper-lightbox .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 0.3;
}

.swiper-lightbox .swiper-slide.swiper-slide-next,
.swiper-lightbox .swiper-slide.swiper-slide-prev {
  opacity: 0.8;
}

.swiper-lightbox .swiper-slide.swiper-slide-active {
  opacity: 1;
}

.swiper-lightbox .swiper-slide img {
  border-radius: 20px;
}

.swiper-lightbox .swiper-horizontal .swiper-button-prev {
  color: #fff;
  left: 2%;
  top: 50%;
}

.swiper-lightbox .swiper-horizontal .swiper-button-next {
  color: #fff;
  right: 2%;
  top: 50%;
}



/*********************************/
/*         PAGE CONCEPT          */
/*********************************/

/* Section origine projet */

.et_pb_section.sect-fullwidth.sect-origine-projet2 .et_pb_column.col-contenu {
  padding: 0;
}

.et_pb_section.sect-fullwidth.sect-origine-projet2 .et_pb_column.col-contenu .et_pb_module {
  padding: 100px 12%;
}

@media (min-width: 1921px) {
  
  .et_pb_section.sect-fullwidth.sect-origine-projet2 .et_pb_column.col-contenu .et_pb_module {
    padding: 100px 18%;
  }
}

@media (max-width: 980px) {
  
  .et_pb_section.sect-fullwidth.sect-origine-projet2 .et_pb_column.col-contenu .et_pb_module {
    padding: 70px 7.5%;
  }
  
  .sect-fullwidth .et_pb_column.col-illu {
    display: block;
    aspect-ratio: 2;
  }
  
  .sect-origine-projet2 .et_pb_column.col-illu {
    display: none;
  }
}

@media (max-width: 600px) {
  
  .et_pb_section.sect-fullwidth.sect-origine-projet2 .et_pb_column.col-contenu .et_pb_module {
    padding: 50px 5%;
  }
  
  .sect-fullwidth .et_pb_column.col-illu {
    aspect-ratio: 16/10;
  }
}


/*********************************/
/*         PAGE CONTACT          */
/*********************************/

.code-formulaire h3 {
  padding-bottom: 1em;
}

.wpcf7 label {
  font-weight: 400;
  font-size: 0.9em;
  color: var(--bleu);
}

.wpcf7 input.text,
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 input[type="text"],
.wpcf7 input[type="date"],
.wpcf7 select,
.wpcf7 textarea {
  background-color: transparent;
  width: 100%;
  font-size: 16px;
  padding: 12px;
  border-radius: 8px;
  color: var(--bleu);
  border: 1px solid var(--bleu);
  font-weight: 400;
  margin-top: 3px;
}

.wpcf7 input.text:focus,
.wpcf7 input[type="email"]:focus,
.wpcf7 input[type="tel"]:focus,
.wpcf7 input[type="text"]:focus,
.wpcf7 input[type="date"]:focus,
.wpcf7 select:focus,
.wpcf7 textarea:focus {
  border: 1px solid var(--jaune);
}

.wpcf7 .wpcf7-not-valid-tip {
  font-size: 0.85em;
}

.wpcf7-radio .wpcf7-list-item {
  display: block;
}

.wpcf7 textarea {
  min-width: 100%;
  max-width: 100%;
  height: 150px;
}

.wpcf7 .wpcf7-acceptance .wpcf7-list-item {
  margin-left: 0;
  line-height: 1.5;
  font-size: 0.95em;
}

.wpcf7 .wpcf7-acceptance .wpcf7-list-item-label {
  color: var(--bleu1);
}

.wpcf7 .wpcf7-acceptance .wpcf7-list-item-label a {
  text-decoration: underline;
}

.wpcf7 .wpcf7-acceptance input[type="checkbox"] {
  margin-left: 1px;
}

.wpcf7 .wpcf7-submit {
  background-color: var(--jaune);
  color: #fff;
  padding: 12px 50px;
  border: none;
  border-radius: 8px;
  font-size: 19px;
  margin-bottom: 10px;
  cursor: pointer;
  font-weight: 500;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.wpcf7 .wpcf7-submit.has-spinner.et_pb_button:not([disabled=""]) {
  cursor: pointer;
}

.wpcf7 .wpcf7-spinner {
  position: absolute;
}

.wpcf7-submit:not([disabled]):hover {
  background-color: var(--rose);
}

body .wpcf7 form.invalid .wpcf7-response-output,
body .wpcf7 form.unaccepted .wpcf7-response-output,
body .wpcf7 form.payment-required .wpcf7-response-output,
body .wpcf7 form.sent .wpcf7-response-output {
  border-radius: 5px;
}

.wpcf7 form.sent .wpcf7-response-output {
  background-color: #ebf8eb;
}

.wpcf7 .form-row p {
  padding-bottom: 1.2em !important;
}

.wpcf7-turnstile.cf-turnstile {
  text-align: center;
}

@media (min-width: 681px) {

  .form-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .form-row p {
    width: 48.5%;
    margin-right: 3%;
  }

  .form-row p:nth-child(2) {
    margin-right: 0;
  }
}

@media (min-width: 981px) {
  
  .ligne-form-contact .et_pb_column {
    padding: 60px 15% 50px 15%;
  }
}

@media (max-width: 980px) {
  
  .wpcf7 .form-row p {
    padding-bottom: 0.8em !important;
  }

  .wpcf7 input.text,
  .wpcf7 input[type="email"],
  .wpcf7 input[type="tel"],
  .wpcf7 input[type="text"],
  .wpcf7 select,
  .wpcf7 textarea {
    font-size: 16px;
    padding: 10px 15px;
  }
  
  .wpcf7 textarea {
    height: 130px;
  }
}

@media (min-width: 981px) {
  
  .page-id-102 .footer-sect-questions .ligne-pictos .et_pb_column {
    width: 47%;
  }
}

.page-id-102 .footer-sect-questions .col-form {
  display: none !important;
}


/*********************************/
/*      PAGE BLOG / LE MAG       */
/*********************************/

.code-articles-blog .liste-articles-blog {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 30px 3%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.code-articles-blog .liste-articles-blog > article {
  width: 31.333%;
}

.code-articles-blog .article-blog {
  background: var(--degrade1-webkit) !important;
  background: var(--degrade1) !important;
  border-radius: 20px;
  overflow: hidden;
}

.code-articles-blog .article-blog h2.titre-article-blog {
  font-size: 23px;
  font-weight: 600;
  padding: 18px 5% 30px 5%;
}

.code-articles-blog .article-blog .thumb-link img {
  border-radius: 20px;
  aspect-ratio: 4/3;
  -o-object-fit: cover;
  object-fit: cover;
}

@media (max-width: 1080px) {
  
  .code-articles-blog .liste-articles-blog > article {
    width: 48.5%;
  }
}

@media (max-width: 767px) {
  
  .code-articles-blog .article-blog h2.titre-article-blog {
    font-size: 20px;
  }
}


@media (max-width: 600px) {
  
  .code-articles-blog .liste-articles-blog > article {
    width: 100%;
  }
}


/* Pagination */

.code-articles-blog .pagination-blog {
  text-align: center;
  margin-top: 40px;
}

.code-articles-blog .pagination-blog .page-numbers {
  background: var(--degrade1);
  min-width: 40px;
  display: inline-block;
  height: 40px;
  line-height: 25px;
  padding: 8px;
  border-radius: 5px;
}

.code-articles-blog .pagination-blog .page-numbers.current {
  font-weight: 700;
}



/*********************************/
/*        SINGLE ARTICLE         */
/*********************************/

/* Img de une + Titre */

.et_pb_section.article-sect-titre {
  padding: 0;
} 

.et_pb_section.article-sect-titre .et_pb_row {
  padding: 0;
  max-width: 100%;
  width: 100%;
}

.et_pb_section.article-sect-titre .et_pb_post_title img {
  height: 60vh;
  -o-object-fit: cover;
  object-fit: cover;
}

@media (max-width: 1200px) {
  .et_pb_section.article-sect-titre .et_pb_post_title img {
    height: 40vh;
  }
}

@media (max-width: 600px) {
  .et_pb_section.article-sect-titre .et_pb_post_title img {
    min-height: 30vh;
  }
}

.et_pb_section.article-sect-titre .et_pb_post_title h1.entry-title {
  max-width: 1024px;
  font-weight: 700;
  text-align: center;
  margin: 50px auto 0;
  padding: 0 5%;
}

@media only screen and (max-width: 980px) {
  
  .et_pb_section.article-sect-titre .et_pb_post_title h1 {
    font-size: 38px;
  }
}

@media only screen and (max-width: 767px) {
  
  .et_pb_section.article-sect-titre .et_pb_post_title h1 {
    font-size: 26px;
  }
}


/* Contenu article */

body .article-sect-contenu .et_pb_row {
  max-width: 1024px;
}

.et_pb_post_content img {
  border-radius: 20px;
  margin-top: 20px;
}


/***************************/
/*          POPUP          */
/***************************/

.pum-container h2 {
  font-size: 38px;
}

.pum-container p {
  line-height: 1.5;
}

.pum-theme-2774 .pum-container p a {
  background-color: var(--jaune);
  padding: 10px 30px;
  border-radius: 8px;
  color: #fff;
  font-weight: 500;
  display: inline-block;
  margin-top: 6px;
}

.pum-theme-2784 .pum-container p {
  font-size: 0;
}

@media only screen and (max-width: 600px) {
  
  .pum-container h2 {
    font-size: 32px;
  }
  
  body .pum-theme-2774 .pum-container {
    padding: 40px 5%;
  }
}

/***************************/
/*     TARTE AU CITRON     */
/***************************/

/* Ecran Accueil */

html body div#tarteaucitronAlertBig::before {
  background-color: red;
  content: '';
  background: url("https://homazing.fr/wp-content/uploads/2025/07/homazing-logo.png") center center no-repeat;
  background-size: contain;
  width: 250px;
  height: 72px;
  display: inline-block;
}

body #tarteaucitronRoot div#tarteaucitronAlertBig {
  max-width: 800px;
  -webkit-box-shadow: 0 20px 80px #0008 !important;
  box-shadow: 0 20px 80px #0008 !important;
}

body #tarteaucitronRoot span#tarteaucitronDisclaimerAlert {
  font-size: 16px;
  line-height: 1.5;
  margin: 3px 0 28px;
}

body #tarteaucitronDisclaimerAlert a {
  color: #000;
  text-decoration: underline;
}

body #tarteaucitronAlertBig #tarteaucitronPersonalize2 {
  background-color: #222;
  border: 1px solid #222;
  color: #fff;
  padding: 8px 10px;
}

body #tarteaucitronRoot button.tarteaucitronDeny {
  color: #222;
  background-color: #fff;
  border: 1px solid #222;
  padding: 8px 10px;
}

body #tarteaucitronAlertBig button#tarteaucitronCloseAlert {
  border: 1px solid #222;
  padding: 8px 10px;
  color: #222;
}

@media (max-width: 600px) {
  
  body #tarteaucitronRoot span#tarteaucitronDisclaimerAlert {
    font-size: 14px;
    line-height: 1.4;
    padding: 0;
  }
  
  html body div#tarteaucitronAlertBig::before {
    width: 200px;
    height: 58px;
    /*padding: 25px 15px;*/
  }
}

/* Ecran Personnalisation */

body #tarteaucitron #tarteaucitronInfo {
  border: none;
  padding: 0 !important;
  font-weight: 400;
  line-height: 1.4;
}

body #tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronAsk .tarteaucitronAllow,
body #tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronAsk .tarteaucitronDeny {
  background: #ddd;
}

body #tarteaucitronRoot .tarteaucitronAllow {
  background: #222;
  color: #fff;
}

html body #tarteaucitronRoot #tarteaucitron div#tarteaucitronSave {
  border-top: 1px solid #ddd;
}

.tarteaucitronBorder > ul > li {
  position: relative;
}

.tarteaucitronBorder > ul > li::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 1px;
  border-top: 1px solid #ddd;
}

#tarteaucitron #tarteaucitronServices .tarteaucitronBorder .tarteaucitronLine {
  padding-top: 0;
}

body #tarteaucitron #tarteaucitronServices #tarteaucitronAllAllowed.tarteaucitronIsSelected {
  background-color: #bfe5b5;
}

body #tarteaucitron #tarteaucitronServices #tarteaucitronAllDenied.tarteaucitronIsSelected,
body #tarteaucitron #tarteaucitronServices #tarteaucitronAllDenied2.tarteaucitronIsSelected {
  background-color: #f5c2bd;
}
























