/*

Theme Name: Site Squash & More
Theme URI: https://avonsquash.com/
Author: Agence M-Créa
Author URI: https://agencemcrea.fr/
Description : Thème Squash & More
Version: 1.0

*/

/* =============================

-------------- ORGANISATION CSS :

CHAPITRE 1 - 
CHAPITRE 2 - 
CHAPITRE 3 - 
CHAPITRE 4 - 
CHAPITRE 5 - 

================================ */

@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Cookie&family=Source+Sans+Pro:wght@400;600&display=swap');

@font-face {
    font-family: 'neuropolregular';
    src: url('fonts/neuropol-webfont.woff2') format('woff2'),
         url('fonts/neuropol-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

/* =============================

--- X - CONSTRUCTION - AVON SQUASH

================================ */

body {
margin: 0;
font-family: 'Source Sans Pro', sans-serif;
font-weight: 400;
line-height: 1.7;
color: var(--avonsquash_noir);
text-align: left;
background-color: var(--avonsquash_blanc);
}

#wrapper {
width: 100%;
overflow: hidden;
}

.container-fluid {padding: 0 10%;}
.container-fluid.init {padding: 0 15px;}

a {
text-decoration: none;
color: var(--avonsquash_orange);    
-webkit-transition: all 0.2s;    
-o-transition: all 0.2s;    
transition: all 0.2s;
}

a:hover {
color: var(--avonsquash_orange);
text-decoration: none;
}

*
*:focus,
*:active {
outline: none !important;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
-o-user-select: none;
user-select: none;
}

p, h1, h2, h3, h4, li {
-webkit-user-select: text !important;
-moz-user-select: text !important;
-ms-user-select: text !important;
user-select: text !important;
}

button *,
h5 a,
img {
-webkit-user-select: none !important;
-moz-user-select: none !important;
-ms-user-select: none !important;
-o-user-select: none !important;
user-select: none !important;
}

input,
input:focus,
input:active,
input:before,
input:after {
-webkit-user-select: initial;
-moz-user-select: initial;
-ms-user-select: initial;
user-select: initial;
} 

p {margin-bottom: 15px;}
[class*="col-"] p:last-child {margin-bottom: 0;}

b, strong {font-weight: 600;}

h1, h2, h3,
h4, h6 {
color: var(--avonsquash_noir);
margin-top: 0;
margin-bottom: 5px;
line-height: 1.3;
}

h1 {
font-family: 'Cookie', arial;
font-weight: 400;
line-height: 0.9;
margin-bottom: 10px;
}

mark {
font-family: 'neuropolregular';
padding: 0;
background: transparent;
}

ul {
-webkit-padding-start: 15px;
padding-inline-start: 15px;
}

canvas {
width: 100% !important;
-o-object-fit: cover !important;
   object-fit: cover !important;
-o-object-position: center !important;
   object-position: center !important;
}

img {
-webkit-user-drag: none;
-khtml-user-drag: none;
-moz-user-drag: none;
-o-user-drag: none;
user-drag: none;
}

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

/* ===== RESPONSIVE ===== */

@media (max-width: 1600px) {
    .container-fluid { padding: 0 5%; }
}

@media (max-width: 1199px) {
    .container-fluid { padding: 0 30px; }
}

@media (max-width: 991px) {
    .container-fluid { padding: 0 20px; }
}

/* ===== Bootstrap Fix 5 Col ===== */

.col-5col {
position: relative;
min-height: 1px;
padding-right: 15px;
padding-left: 15px;
width: 100%;
float: left;
}

@media (min-width: 768px) {
  .col-5col {width: 50%;float: left;}
}

@media (min-width: 992px) {
  .col-5col {width: 25%;float: left;}
}

@media (min-width: 1200px) {
  .col-5col {width: 20%;float: left;}
}


/* ===== COLORS ===== */

:root {
--avonsquash_blanc:     #FFFFFF;
--avonsquash_noir:      #020304;
--avonsquash_orange:    #F2931D;
--avonsquash_orange2:   #EA6209;
--avonsquash_gris:      #F1F1F1;
}

::-moz-selection {
color: #020304;
background-color: #dcfff4;
}

::selection {
color: #020304;
background-color: #dcfff4;
}

/* =============================

--- X - RGPD - AVON SQUASH

================================ */

.wordpress-gdpr-popup-small {
width: 200px !important;
margin-right: 30px !important;
bottom: 30px !important;
}

.wordpress-gdpr-popup {
font-size: 11px !important;
line-height: 15px !important;
}

.wordpress-gdpr-popup-actions {
margin-top: 10px !important;
}

.wordpress-gdpr-popup-decline {
float: left !important;
}

.wordpress-gdpr-popup-actions a {
display: block !important;
}

.wordpress-gdpr-privacy-settings-popup-services-buttons .btn {
border-radius: 0 !important;
}

@media (max-width: 770px) {

    .wordpress-gdpr-popup-small {
    width: 250px !important;
    margin-right: 15px !important;
    bottom: 0px !important;
    }

    .wordpress-gdpr-popup {
    font-size: 9px !important;
    line-height: 11px !important;
    }

    .wordpress-gdpr-popup-agree,
    .wordpress-gdpr-popup-decline {
    padding: 10px 10px !important;
    margin: 0 10px 0 0 !important;
    }

    .wordpress-gdpr-popup-actions-links {
    display: none !important;
    }

}   

/* =============================

--- X - FONTS - AVON SQUASH

================================ */

body {font-size: 16px;}
h1,.h1 {font-size: 50px;}
h2,.h2 {font-size: 27px;}
h3,.h3 {font-size: 22px;}
h4,.h4 {font-size: 18px;}

mark {font-size: 17px;}
h1 mark {font-size: 35px;}
h2 mark {font-size: 28px;}
h3 mark {font-size: 20px;}

@media (max-width: 1200px) {

  body {font-size: 14px;}
  h1,.h1 {font-size: 38px;}
  h2,.h2 {font-size: 24px}
  h3,.h3 {font-size: 19px}
  h4,.h4 {font-size: 16px}

  mark {font-size: 15px;}
  h1 mark {font-size: 30px;}
  h2 mark {font-size: 25px;}
  h3 mark {font-size: 19px;}

}

/* =============================

--- X - LOGOTYPE - AVON SQUASH

================================ */






/* =============================

--- X - BOUTONS - AVON SQUASH

================================ */

h5 {
margin: 10px 0;
}

.zonetxt h5 {
margin-top: 25px !important;
}

h5 a {
display: inline-block;
font-size: 20px;
font-weight: 600;
color: var(--avonsquash_blanc) !important;
cursor: pointer;
padding: 10px 15px;
text-align: center;
border: none;
background-size: 300% 100%;
background-image: -o-linear-gradient( left, var(--avonsquash_orange), var(--avonsquash_orange2), var(--avonsquash_orange), var(--avonsquash_orange2) );
background-image: -webkit-gradient( linear, left top, right top, from(var(--avonsquash_orange)), color-stop(var(--avonsquash_orange2)), color-stop(var(--avonsquash_orange)), to(var(--avonsquash_orange2)) );
background-image: linear-gradient( to right, var(--avonsquash_orange), var(--avonsquash_orange2), var(--avonsquash_orange), var(--avonsquash_orange2) );
border-radius: 50px;
moz-transition: all .4s ease-in-out;
-o-transition: all .4s ease-in-out;
-webkit-transition: all .4s ease-in-out;
transition: all .4s ease-in-out;
}

h5 a:hover {
background-position: 100% 0;
moz-transition: all .4s ease-in-out;
-o-transition: all .4s ease-in-out;
-webkit-transition: all .4s ease-in-out;
transition: all .4s ease-in-out;
}

/* =============================

--- X - HEADER - AVON SQUASH

================================ */

.nav-container {
height: 110px;
}

.nav-container img.imglogo {
position: relative;
top: -2px;
width: 250px;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
}

.nav-container .scroll-on img.imglogo {
width: 190px;
position: absolute;
top: -15px;
}

.start-header.scroll-on {
background: var(--avonsquash_blanc);
/* border-bottom: 1px solid #e6e6e6; */
padding: 20px 0 15px;
}

.navbar-nav li {
margin-left: 50px;
}

.navbar-nav li a {
color: #020304 !important;
font-size: 17px;
}

.navbar-nav li.current_page_parent a,
.navbar-nav li.current-menu-parent a,
.navbar-nav li.current-menu-item a {
color: var(--avonsquash_orange) !important;
}

body.nav_open .navigation-wrap.start-header.start-style {
background: var(--avonsquash_blanc);
}

.navbar-nav li:first-child .dropdown-menu {
left: -10px;
}

/* ====== 
RESPONSIVE
====== */ 

@media (max-width: 1199px) {

    .nav-container img.imglogo {
    width: 140px;
    position: relative;
    top: -3px;
    }

}

@media (max-width: 1199px) {

    .nav-container {
    height: 90px;
    }

    .navbar-light .navbar-toggler-icon {
    border-bottom: 2px solid var(--avonsquash_blanc);
    }

    .navbar-light .navbar-toggler-icon:after,
    .navbar-light .navbar-toggler-icon:before {
    background-color: var(--avonsquash_blanc);
    }

    .navbar-nav {
    margin: 20px 0 10px;
    padding: 10px;
    background: #F1F1F1;
    }

    body.blue.nav_open .navigation-wrap.start-header.start-style {
    background: rgba(0,12,49,1);
    }

    body.blue .navbar-light .navbar-toggler-icon {
    border-bottom: 2px solid var(--avonsquash_blanc);
    }

    body.blue .navbar-light .navbar-toggler-icon:after,
    body.blue .navbar-light .navbar-toggler-icon:before {
    background-color: var(--avonsquash_blanc);
    }

    body.blue .navbar-nav {
    margin: 20px 0 10px;
    padding: 10px;
    background: rgb(8,29,92);
    }

    body.blue.nav_open:after {
    background: rgb(8 29 92 / 80%);
    }

    body .navbar-nav .dropdown-menu .current-menu-item,
    body.white .navbar-nav .dropdown-menu .current-menu-item {
    background: var(--avonsquash_orange) !important;
    }

    body .navbar-nav .dropdown-menu .current-menu-item a, body.white .navbar-nav .dropdown-menu .current-menu-item a {
    color: var(--avonsquash_blanc) !important;
    }

}

/* ==== HOME ==== */

body.home .nav-container {
height: auto;
}

body.home .navigation-wrap {
position: absolute;
}

body.home .start-header.scroll-on {
position: fixed;
}

body.home .start-header:not(.scroll-on) img.imglogo {
display: none;
}

body.home .start-header:not(.scroll-on) .navbar-nav li:after {
background-color: #020304;
}

/* =============================

--- X - SCROLLTOP - AVON SQUASH

================================ */

#scrollTop {
position: fixed;
background: var(--avonsquash_orange);
width: 40px;
height: 40px;
border-radius: 50%;
text-align: center;
z-index: 1000;
bottom: 25px;
right: 10px;
cursor: pointer;
opacity: 0;
visibility: hidden;
}

#scrollTop:hover {
background: var(--avonsquash_orange2);
}

#scrollTop.show {
opacity: 1;
visibility: visible;
}

#scrollTop i {
font-size: 35px;
color: var(--avonsquash_blanc);
}

/* =============================

--- X - ZONE TXT - AVON SQUASH

================================ */

.zonetxt *:last-child {
margin-bottom: 0;
}

#zonetxt h1 {
margin-bottom: 30px;
}

#zonetxt h2 {
margin-bottom: 25px;
}

#zonetxt p {
margin-bottom: 20px;
}

#zonetxt *:not(h5) a:hover,
.zonetxt *:not(h5) a:hover {
text-decoration: underline;
}

blockquote {
border: 1.5px dashed var(--avonsquash_orange);
padding: 20px;
margin: 15px 0;
position: relative;
border-radius: 30px;
}

/* =============================

--- X - HOME - AVON SQUASH

================================ */

#homevideo {
background: #F7F7F7;
}

#homevideo .inside {
position: absolute;
width: 100%;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
text-align: center;
z-index: 1;
}

#homevideo .inside img {
width: 650px;
}

#homevideo .background-video {
height: 400px;
position: relative;
}

#homevideo .background-video:before {
content: '';
position: absolute;
background-image: -o-linear-gradient( left, var(--avonsquash_orange), #FFF0, #FFF0, var(--avonsquash_orange2) );
background-image: -webkit-gradient( linear, left top, right top, from(var(--avonsquash_orange)), color-stop(#FFF0), color-stop(#FFF0), to(var(--avonsquash_orange2)) );
background-image: linear-gradient( to right, var(--avonsquash_orange), #FFF0, #FFF0, var(--avonsquash_orange2) );
top: 0;
left: 0;
width: 100%;
height: 100%;
opacity: .9;
}

#homevideo .background-video video {
height: 100%;
width: 100%;
-o-object-fit: cover;
   object-fit: cover;
opacity: .5;
}

/* Forme */

.homeforme {

}

.homeforme svg {
width: 100%;
position: absolute;
margin-top: -15px;
left: 0;
right: 0;
}

.homeforme svg .st0 {
fill:#FFF;
}

/* Elements */

#elts_build {
position: absolute;
height: 100%;
width: 100%;
top: 0;
}

#elts_build .images {
padding: 0;
overflow: visible;
}

#elts_build .images img {
position: absolute;
z-index: 5;
pointer-events: none;
width: 40px;
}

#elts_build .images .img1 {
left: 20px;
top: 600px;
}

#elts_build .images .img2 {
right: 20px;
top: 1500px;
}

#elts_build .images .img3 {
left: 20px;
top: 2600px;
}

#elts_build .images .img4 {
right: 20px;
top: 2800px;
}

/* Zone 2 */

#homeintro {
padding-top: 40px;
padding-bottom: 80px;
}

#homeintro .introdiapo {

}

#homeintro .introdiapo img {
width: 100%;
height: 600px;
-o-object-fit: cover;
   object-fit: cover;
-o-object-position: center;
   object-position: center;
}

#homeintro .introdiapo  .swiper-pagination-bullet-active {
background: var(--avonsquash_orange);
}

#homeintro .zonetxt {
max-width: 700px;
}

#feedhome {
padding-top: 30px;
padding-bottom: 30px;
}

/* Responsive */

@media (max-width: 991px) {

    /* ===== /// ===== */

    #homevideo .inside {
    margin-top: -25px;
    }

    #homevideo .inside img {
    width: 400px;
    }

    #homeintro {
    padding-top: 20px;
    padding-bottom: 20px;
    }

    #homeintro .zonetxt {
    max-width: 100%;
    margin-top: 40px;
    }

    body.home main#builder .bloc_IMGTXT100 .ztxt {
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
    padding: 40px;
    }

    div#elts_build {
    display: none !important;
    }

    /* ===== /// ===== */

}

@media (max-width: 767px) {

    /* ===== /// ===== */

    .homeforme svg {
    margin-top: -5px;
    }

    #homevideo .inside img {
    width: 350px;
    }

    #homeintro .introdiapo img {
    height: 400px;
    }

    /* ===== /// ===== */

}

/* =============================

--- X - CONSTRUCTION - BUILDER

================================ */

main#builder {
position: relative;
overflow: hidden;
}

main#builder section [class^="col"] *:last-child{
margin-bottom: 0;
}

main#builder section {
padding: 70px 0;
position: relative;
overflow: hidden;
background-position: center !important;
background-size: cover !important;
}

main#builder section img {
max-width: 100%;
}

img.aligncenter {
margin: 0 auto;
display: block;
}

@media (max-width: 991px) {
  main#builder section {
  padding: 60px 0;
  }
}

/* =============================

  SPACER - BUILDER

================================ */

main#builder .bloc_SPACE {
padding: 70px 0 0;
}

/* =============================

  1 COLONNES - BUILDER

================================ */

main#builder .bloc_COL1 .zonetxt {
max-width: 1000px;
}

main#builder .bloc_COL1 #coldroite img {
width: 100%;
height: 100%;
min-height: 300px;
max-height: 750px;
-o-object-fit: contain;
   object-fit: contain;
}

/* =============================

  1 / 2 COLONNES - BUILDER

================================ */

main#builder .bloc_COL1-2 .row [class^="col"] {
margin-bottom: 50px;
}

main#builder .bloc_COL1-2 .row:last-child {
margin-bottom: -50px;
}

/* =============================

  BLOC 3 COLONNES /
  BLOC 5 COLONNES - BUILDER

================================ */

main#builder .bloc_COL-IMG [class^="col"] {
margin: 20px 0;
}

main#builder .bloc_COL-IMG .bloc {
}

main#builder .bloc_COL-IMG img {
margin-bottom: 20px;
}

/* =============================

  IMAGE100 - BUILDER

================================ */

main#builder .bloc_IMAGE100 {
padding: 0;
}

main#builder .bloc_IMAGE100 img {
width: 100%;
}

main#builder .bloc_IMAGE100 .zonetxt {
position: absolute;
top: 5px;
left: 50%;
-webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
        transform: translateX(-50%);
}

main#builder .bloc_IMAGE100 .swiper-pagination {
position: absolute;
top: initial !important;
bottom: 10px !important;
left: 50% !important;
right: initial !important;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
}

/* =============================

  MASONNERIE - BUILDER

================================ */

main#builder .bloc_MASONRY .vignettes {
opacity: 1;
padding: 20px;
}

main#builder .bloc_MASONRY .bloc {
position: relative;
overflow:hidden;
}

/* Vignettes */

main#builder .bloc_MASONRY .vignettes img {
-webkit-transition: all 0.4s;
-o-transition: all 0.4s;
transition: all 0.4s;
width: 100%;
}

main#builder .bloc_MASONRY .vignettes .bloc:hover img{
-webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
        transform: scale(1.3);
}

main#builder .bloc_MASONRY .vignettes .overlay {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
opacity: 0;
padding: 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;
text-align: center;
height: 100%;
width: 100%;
cursor: pointer;
-webkit-transition: .7s all;
-o-transition: .7s all;
transition: .7s all;
}

main#builder .bloc_MASONRY .vignettes:hover .overlay {
opacity: 1;
}

main#builder .bloc_MASONRY .vignettes .overlay h1 {
margin: 0;
color: var(--avonsquash_blanc);
}

/* =============================

  ACCORDEON - BUILDER

================================ */

main#builder .bloc_ACCORDION .item {
margin-bottom: 20px;
}

main#builder .bloc_ACCORDION button {
width: 100%;
background: none;
border-radius: 30px;
border: 1.5px dashed;
}

main#builder .bloc_ACCORDION button:hover {
cursor: pointer;
}

main#builder .bloc_ACCORDION button h1{
padding: 17px 25px;
margin: 0;
text-align: left;
position: relative;
font-size: 20px;
line-height: 1.2;
font-family: 'Source Sans Pro', sans-serif;
}

main#builder .bloc_ACCORDION button h1:after {
content: "\f107";
font-family: 'FontAwesome';
font-size: 25px;
position: absolute;
top: 15px;
right: 15px;
background: -o-linear-gradient( left, var(--avonsquash_orange), var(--avonsquash_orange2));
background: -webkit-gradient( linear, left top, right top, from(var(--avonsquash_orange)), to(var(--avonsquash_orange2)));
background: linear-gradient( to right, var(--avonsquash_orange), var(--avonsquash_orange2));
color: var(--avonsquash_blanc);
width: 25px;
height: 25px;
border-radius: 50%;
line-height: 25px;
text-align: center;
}

main#builder .bloc_ACCORDION button[aria-expanded="true"] h1:after{
content: "\f106";
line-height: 22px;
}

/* =============================

  CHIFFRES ANIMÉES - BUILDER

================================ */

main#builder .bloc_CHIFFRES .bloc {
margin: 20px 0 !important;
}

main#builder .bloc_CHIFFRES h1 {
font-size: 70px;
margin-bottom: 10px;
}

main#builder .bloc_CHIFFRES h3 {
font-weight: 300;
}

main#builder .bloc_CHIFFRES h1,
main#builder .bloc_CHIFFRES h3 {
text-align: center;
}

main#builder .bloc_CHIFFRES .bloc .details {
max-width: 400px;
margin: 0 auto;
}

main#builder .bloc_CHIFFRES .bloc .details * {
font-size: 20px;
font-family: 'Source Sans Pro', sans-serif;
line-height: 1.2;
}

/* =============================

  DIAPORAMA + TEXTE - BUILDER

================================ */

main#builder .bloc_DIAPOTXT {

}

main#builder .bloc_DIAPOTXT .zonetxt {
max-width: 1000px;
}

main#builder .bloc_DIAPOTXT #coldroite img {
width: 100%;
height: 100%;
min-height: 300px;
max-height: 750px;
-o-object-fit: cover;
   object-fit: cover;
}

main#builder .bloc_DIAPOTXT .swiper-pagination {
position: initial;
margin: 20px auto;
display: block;
}

main#builder .swiper-fade .swiper-slide {
opacity: 0 !important;
}

main#builder .swiper-fade .swiper-slide-active {
opacity: 1 !important;
}

/* =============================

  IMG 100% + TEXTE / G&D - BUILDER

================================ */

main#builder .bloc_IMGTXT100,
main#builder .bloc_IMGTXT100 .container-fluid {
padding: 0;
}

main#builder .bloc_IMGTXT100 .ztxt {
padding: 5%;
min-height: 500px;
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;
}

main#builder .bloc_IMGTXT100 .ztxt *:last-child{
margin-bottom: 0;
}

main#builder .bloc_IMGTXT100 .img100 {
background-size: cover !important;
background-position: center !important;
background-repeat: no-repeat !important;
}

/* ====== RESPONSIVE ====== */

@media (max-width: 991px) {

  main#builder .bloc_IMGTXT100 .ztxt {
  padding: 45px;
  min-height: auto;
  }

  main#builder .bloc_IMGTXT100 .img100 {
  height: 400px;
  }

}

/* =============================

  BLOC DDL - BUILDER

================================ */

main#builder .bloc_DDL {

}

main#builder .bloc_DDL #intro {
margin-bottom: 30px;
}

main#builder .bloc_DDL .metadonnes {
border: 1.5px dashed var(--avonsquash_orange);
border-radius: 30px;
padding: 15px;
margin: 20px 0;
text-align: center;
-webkit-transition: all .5s;
-o-transition: all .5s;
transition: all .5s;
}

main#builder .bloc_DDL .metadonnes:hover {
background: var(--avonsquash_orange);
}

main#builder .bloc_DDL .metadonnes h3 {
color: var(--avonsquash_orange);
-webkit-transition: all .5s;
-o-transition: all .5s;
transition: all .5s;
}

main#builder .bloc_DDL .metadonnes:hover h3 {
color: var(--avonsquash_blanc);
}

main#builder .bloc_DDL .metadonnes h3 {
font-size: 20px;
line-height: 1.2;
font-family: 'Source Sans Pro', sans-serif;
}

main#builder .bloc_DDL .metadonnes h3:before {
content: "\f0ed";
font-family: "FontAwesome";
margin-right: 10px;
}

/* =============================

  VIDEO BACKGROUND - BUILDER

================================ */

main#builder .bloc_VIDEOBACK {
padding: 0;
}

main#builder .bloc_VIDEOBACK .background-video {
width: 100%;
height: 375px;
}

main#builder .bloc_VIDEOBACK .background-video:before {
content: '';
position: absolute;
top: 0;
left: 0;
z-index: 1;
width: 100%;
height: 100%;
opacity: .6;
}

main#builder .bloc_VIDEOBACK .background-video video {
width: 100%;
height: 100%;
-o-object-fit: cover;
   object-fit: cover;
-o-object-position: center;
   object-position: center;
}

/* =============================

  SHARE - BUILDER

================================ */

.bloc_SHARE,
.bloc_SHARE .container-fluid {
padding: 0 !important;
}

.bloc_SHARE .share {
position: relative;
display: inline-block;
font-size: 13px;
background: var(--avonsquash_orange);
color: var(--avonsquash_blanc);
text-align: center;
padding: 5px;
}

.share .addtoany_shortcode {
display: inline;
}

.share .addtoany_list.a2a_kit_size_32 a:not(.addtoany_special_service)>span {
height: 25px;
line-height: 25px;
width: 25px;
border-radius: 50%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
cursor: pointer;
background: transparent !important;
border: 0.5px dashed var(--avonsquash_blanc);
opacity: 1 !important;
}

.share .addtoany_list.a2a_kit_size_32 a:not(.addtoany_special_service)>span:hover {
background: var(--avonsquash_blanc) !important;
opacity: 1 !important;
}

.share .addtoany_list.a2a_kit_size_32 a:not(.addtoany_special_service)>span:hover svg path {
fill: var(--avonsquash_orange);
}

.share .a2a_svg svg {
width: 20px;
}

/* =============================

  FORMULAIRE - BUILDER

================================ */

main#builder .bloc_FORMULAIRE {

}

main#builder .bloc_FORMULAIRE .wpcf7 {
position: relative;
margin-top: 30px;
}

/* =============================

--- X - MAPS - AVON SQUASH

================================ */

main#builder .carte {
padding: 0;
}

main#builder #ccmapssite {
width: 100%;
height: 500px;
background: #F1F1F1;
}

main#builder #ccmapssite .marker {
background-size: contain !important;
background-repeat: no-repeat !important;
background-position: center !important;
width: 80px !important;
height: 100px !important;
}

/* =============================

--- X - MENU - AVON SQUASH

================================ */


/* Rubrique Intro */

.bloc_MENU .name {
text-align: center;
padding-bottom: 70px;
}

.bloc_MENU .name h1 {
font-family: 'neuropolregular';
}

.bloc_MENU .name h3 {
margin: 0;
}

/* Elts */

.menu {
border-bottom: 1px dotted var(--avonsquash_noir);
padding-bottom: 10px;
margin: 0 0 20px;
padding-left: 25px;
padding-right: 25px;
}

.menu .prix {
text-align: right;
}

.menu .item {
display: flex;
align-items: center;
}

.menu .item h4 {
font-size: 20px;
margin-right: 10px;
margin-bottom: 0;
}

.menu .item img {
width: 35px;
height: 35px;
margin: 0 5px;
}

.menu .key span {
border: 1px solid var(--avonsquash_noir);
padding: 1px 5px;
margin: 2px;
border-radius: 10px;
font-size: 12px;
display: inline-block;
}

@media (max-width: 991px) {
    .menu .item {
    display: inline;
    }
}

/* =============================

--- X - FORMULAIRE - AVON SQUASH

================================ */

.wpcf7 {
position: relative;
}

.wpcf7-form-control-wrap input,
.wpcf7-form-control-wrap textarea,
.wpcf7-form-control-wrap select {
width: 100%;
padding: 10px 16px;
border: 1.5px dashed var(--avonsquash_orange);
border-radius: 30px;
background: transparent;
}

#newsletter .wpcf7-form-control-wrap input,
#newsletter .wpcf7-form-control-wrap textarea,
#newsletter .wpcf7-form-control-wrap select {
border: 1px solid var(--avonsquash_blanc);
color: var(--avonsquash_blanc);
}

.wpcf7-form-control-wrap input:-internal-autofill-selected {
background-color: transparent !important;
color: var(--avonsquash_blanc) !important;
}

.wpcf7-form-control-wrap textarea {
height: 120px !important;
width: 100% !important;
}

.wpcf7 label {
font-weight: 600;
font-size: 17px;
margin: 20px 0 0;
line-height: 1.2;
}

#newsletter .wpcf7 label {
color: var(--avonsquash_blanc);
}

.wpcf7 label span {
font-weight: 300;
font-size: 12px;
margin-left: 5px;
}

span.form-oblig {
display: inline;
font-size: 12px;
font-weight: 500;
}

#mtn-form {
margin: 5px 0;
}

#newsletter #mtn-form {
margin-top: 20px;
}

#mtn-form label {
margin: 5px;
}

span#mtn-form span {
font-size: 10px;
font-weight: 400;
margin: 0;
}

span#mtn-form input {
display: inline;
width: 20px;
margin: 0;
}

.wpcf7-submit {
float: right;
display: inline-block;
font-size: 20px;
font-weight: 600;
color: var(--avonsquash_blanc) !important;
cursor: pointer;
padding: 10px 15px;
text-align: center;
border: none;
background-size: 300% 100%;
background-image: -o-linear-gradient( left, var(--avonsquash_orange), var(--avonsquash_orange2), var(--avonsquash_orange), var(--avonsquash_orange2) );
background-image: -webkit-gradient( linear, left top, right top, from(var(--avonsquash_orange)), color-stop(var(--avonsquash_orange2)), color-stop(var(--avonsquash_orange)), to(var(--avonsquash_orange2)) );
background-image: linear-gradient( to right, var(--avonsquash_orange), var(--avonsquash_orange2), var(--avonsquash_orange), var(--avonsquash_orange2) );
border-radius: 50px;
moz-transition: all .4s ease-in-out;
-o-transition: all .4s ease-in-out;
-webkit-transition: all .4s ease-in-out;
transition: all .4s ease-in-out;
}

.wpcf7-submit:hover {
background-position: 100% 0;
moz-transition: all .4s ease-in-out;
-o-transition: all .4s ease-in-out;
-webkit-transition: all .4s ease-in-out;
transition: all .4s ease-in-out;
}

.wpcf7-spinner {
display: inline-block;
background-color: var(--avonsquash_noir);
opacity: 1;
width: 24px;
height: 24px;
border: none;
border-radius: 100%;
padding: 0;
margin: 25px 25px 25px 0;
position: relative;
}

div.wpcf7-validation-errors,
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
border: none !important;
background: transparent !important;
padding: 0 !important;
color: var(--avonsquash_orange) !important;
margin: 20px 0px 20px !important;
line-height: 1.4;
font-weight: 600;
text-align: right;
}

div.wpcf7-mail-sent-ok,
.wpcf7 form.sent .wpcf7-response-output {
border: none !important;
background: transparent !important;
padding: 0 !important;
color: #03bb00 !important;
margin: 20px 0px 20px !important;
line-height: 1.4;
font-weight: 500;
text-align: right;
}

span.wpcf7-not-valid-tip {
display: none;
}

.wpcf7-form-control-wrap .wpcf7-not-valid {
background: rgb(234 98 9 / 5%) !important;
}

.wpcf7-not-valid#mtn-form {
background: transparent !important;
}

.wpcf7-not-valid#mtn-form span {
color: var(--avonsquash_orange2) !important;
border-bottom: 0 !important;
background: transparent !important;
}

/* =============================

--- X - SLIDER OTHERS - AVON SQUASH

================================ */

#slider_other {
padding-top: 70px;
padding-bottom: 50px;
border-top: 2px solid var(--avonsquash_orange);
background: url(images/avonsquash-sol.jpg);
position: relative;
background-size: cover;
background-position: center;
}

#slider_other .swiper_autres {
overflow: hidden;
}

#slider_other .item {
padding: 1vw;
}

@media (min-width: 1500px) {
    #slider_other .item {
    padding: 2vw;
    }
}

#slider_other .swiper-wrapper {
height: auto;
}

/* Title */

#slider_other .diaporama_titre {
position: absolute;
top: -50px;
left: 50%;
-webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
        transform: translateX(-50%);
z-index: 10;
width: 100px;
height: 100px;
background: url(images/645051756_balle.png);
background-size: contain;
text-shadow: #000 12px 0 12px;
border-radius: 50%;
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;
text-align: center;
}

#slider_other .diaporama_titre h1 {
color: var(--avonsquash_blanc);
font-family: 'Source Sans Pro', sans-serif;
font-weight: 600;
line-height: 1.1;
font-size: 21px;
margin: 0;
}

@media (max-width: 991px) {
    #slider_other .diaporama_titre {
    display: none;
    }
}

/* Image */

#slider_other .container-img {
width: 100%;
overflow: hidden;
border-radius: 0 0 30px 30px;
}

#slider_other .item .container-img img {
width: 100%;
height: 10vw;
min-height: 200px;
border-radius: 0 0 30px 30px;
pointer-events: none;
-o-object-fit: cover;
   object-fit: cover;
-webkit-transition: all .4s;
-o-transition: all .4s;
transition: all .4s;
}

#slider_other .item:hover .container-img img{
-webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
        transform: scale(1.2);
}

/* Texte */

#slider_other .item .post-content {
position: relative;
padding: 20px 5px;
background: var(--avonsquash_blanc);
border-radius: 30px 30px 0 0;
text-align: center;
}

#slider_other .item:hover .post-content {
background: var(--avonsquash_orange);
}

#slider_other .item .post-content h2 {
margin: 0;
font-family: 'Cookie', arial;
font-weight: 400;
line-height: 0.9;
font-size: 40px;
color: var(--avonsquash_orange);
position: relative;
z-index: 5;
}

@media (min-width: 1500px) {
    #slider_other .item .post-content h2 {
    font-size: 35px;
    }
}

#slider_other .item:hover .post-content h2 {
color: var(--avonsquash_blanc);
}

/* Controls */

div#controls {
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;
}

div#controls a.button {
background: var(--avonsquash_orange);
color: var(--avonsquash_blanc);
border: 1.5px dashed var(--avonsquash_orange);
width: 45px;
height: 45px;
border-radius: 50%;
font-size: 30px;
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
margin: 10px;
cursor: pointer;
}

div#controls a.button:hover {
background: var(--avonsquash_blanc);
color: var(--avonsquash_orange);
}

div#controls a.button.swiper-button-disabled {
display: none !important;
}

/* Archive */

#slider_other.archive {
padding-top: 70px;
padding-bottom: 100px;
border: none;
}

#slider_other.archive .intro h1 {
margin-bottom: 30px;
font-size: 30px;
line-height: 1.2;
font-family: 'Source Sans Pro', sans-serif;
}

#slider_other.archive .intro h1:before {
content: "\f105";
font-family: "FontAwesome";
margin-right: 10px;
background: -o-linear-gradient( left, var(--avonsquash_orange), var(--avonsquash_orange2));
background: -webkit-gradient( linear, left top, right top, from(var(--avonsquash_orange)), to(var(--avonsquash_orange2)));
background: linear-gradient( to right, var(--avonsquash_orange), var(--avonsquash_orange2));
color: var(--avonsquash_blanc);
width: 30px;
height: 30px;
border-radius: 50%;
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-box-pack: center;
    -ms-flex-pack: center;
        justify-content: center;
-webkit-box-align: center;
    -ms-flex-align: center;
        align-items: center;
}

#slider_other.archive .item {
padding: 15px;
}

/* =============================

--- X - FOOTER - AVON SQUASH

================================ */

footer.container-fluid {
background: url(images/pattern.png);
position: relative;
padding-top: 80px;
padding-bottom: 20px;
}

footer.container-fluid * {
color: var(--avonsquash_noir);
}

footer h2 {
font-family: 'Cookie', arial;
font-weight: 400;
font-size: 37px;
}

footer a:hover {
color: var(--avonsquash_orange);
}

body.empty #builder {
margin-bottom: 1000px;
}

/* Logotype */

.footer_logo {
position: absolute;
top: -45px;
z-index: 100;
left: 50%;
-webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
        transform: translateX(-50%);
background: var(--avonsquash_blanc);
width: 85px;
height: 85px;
border-radius: 50%;
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;
}

.footer_logo svg {
width: 70px;
}

/* Feed */

#feed {
position: relative;
overflow: hidden;
}

#feed .bande {
background: #020304;
color: var(--avonsquash_blanc);
font-size: 20px;
font-weight: 600;
display: inline-block;
width: 220px;
text-align: center;
position: absolute;
left: -40px;
top: 15px;
z-index: 100;
-webkit-transform: rotate(-25deg);
    -ms-transform: rotate(-25deg);
        transform: rotate(-25deg);
}

.eapps-facebook-feed-inner {
background: transparent !important;
}

.eapps-facebook-feed-button {
-webkit-box-shadow: none !important;
        box-shadow: none !important;
margin: 0 !important;
left: -10px;
}

.eapps-facebook-feed-posts-item-inner {
border-radius: 16px;
border: 1px solid #f1f1f1;
}

.eapps-facebook-feed-posts-inner {
border: none !important;
}

.eapps-facebook-feed-load-more-label {
background-size: 300% 100%;
background-image: -o-linear-gradient( left, var(--avonsquash_orange), var(--avonsquash_orange2), var(--avonsquash_orange), var(--avonsquash_orange2) );
background-image: -webkit-gradient( linear, left top, right top, from(var(--avonsquash_orange)), color-stop(var(--avonsquash_orange2)), color-stop(var(--avonsquash_orange)), to(var(--avonsquash_orange2)) );
background-image: linear-gradient( to right, var(--avonsquash_orange), var(--avonsquash_orange2), var(--avonsquash_orange), var(--avonsquash_orange2) );
font-size: 20px;
font-weight: 600;
color: var(--avonsquash_blanc) !important;
cursor: pointer;
border-radius: 50px;
}

.eapps-facebook-feed-load-more {
background: transparent !important;
}

#eapps-instagram-feed-1:not(:hover) .eapps-instagram-feed-posts-slider-inner,
.eapps-facebook-feed-inner:not(:hover) {
-webkit-filter: grayscale(1);
        filter: grayscale(1);
}

#feed #eapps-instagram-feed-1 .eapps-instagram-feed-posts-slider-prev {
display: none;
}

.eapps-instagram-feed-posts-slider-nav {
background: -o-linear-gradient( left, var(--avonsquash_orange), var(--avonsquash_orange2)) !important;
background: -webkit-gradient( linear, left top, right top, from(var(--avonsquash_orange)), to(var(--avonsquash_orange2))) !important;
background: linear-gradient( to right, var(--avonsquash_orange), var(--avonsquash_orange2)) !important;
-webkit-box-shadow: none !important;
box-shadow: none !important;
opacity: 1 !important;
}

.eapps-widget.eapps-instagram-feed-popup,
.eapps-facebook-feed-popup-overlay {
background: -o-linear-gradient( left, rgb(242 147 29 / 90%), rgb(234 98 9 / 90%), rgb(242 147 29 / 90%), rgb(234 98 9 / 90%) ) !important;
background: -webkit-gradient( linear, left top, right top, from(rgb(242 147 29 / 90%)), color-stop(rgb(234 98 9 / 90%)), color-stop(rgb(242 147 29 / 90%)), to(rgb(234 98 9 / 90%)) ) !important;
background: linear-gradient( to right, rgb(242 147 29 / 90%), rgb(234 98 9 / 90%), rgb(242 147 29 / 90%), rgb(234 98 9 / 90%) ) !important;
}

.eapps-instagram-feed-popup-close,
.eapps-facebook-feed-popup-close {
background: var(--avonsquash_blanc) !important;
border-radius: 50% !important;
opacity: 1 !important;
width: 50px !important;
height: 50px !important;
}

.eapps-instagram-feed-popup-close::before,
.eapps-instagram-feed-popup-close::after,
.eapps-facebook-feed-popup-close::before,
.eapps-facebook-feed-popup-close::after {
background: var(--avonsquash_orange) !important;
}

.eapps-instagram-feed-popup-close::before,
.eapps-facebook-feed-popup-close::before {
height: 3px !important;
}

.eapps-instagram-feed-popup-close::after,
.eapps-facebook-feed-popup-close::after {
width: 3px !important;
}

@media only screen and (max-width: 1280px) {
    .eapps-widget.eapps-facebook-feed-popup {
    padding: 150px 0;
    }
    .eapps-facebook-feed-popup-wrapper {
    max-width: 80%;
    }
}

/* Content */

footer .adresse {
display: block;
font-size: 20px;
line-height: 1.3;
margin-bottom: 15px;
}

footer .social {
margin-top: 20px;
display: block;
}

footer .social a {
border: 0.5px dashed var(--avonsquash_noir);
border-radius: 50%;
width: 35px;
height: 35px;
margin-right: 10px;
text-align: center;
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-box-pack: center;
    -ms-flex-pack: center;
        justify-content: center;
-webkit-box-align: center;
    -ms-flex-align: center;
        align-items: center;
text-decoration: none !important;
}

footer .social a i {
font-size: 20px;
}

footer .social a:hover {
background: var(--avonsquash_noir);
}

footer .social a:hover i {
color: var(--avonsquash_blanc);
}

/* Crédits */

#copyright {
padding-top: 50px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
  -ms-flex-pack: justify;
    justify-content: space-between;
margin: 0 auto;
position: relative;
z-index: 1;
}

#copyright * {
font-weight: 500;
}

#copyright h6 {
font-family: inherit;
font-size: 13px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
margin: 0;
text-decoration: none !important;
}

#copyright h6 a {
padding: 0;
}

#copyright h6 a:hover {
text-decoration: underline;
}

#copyright .mcrea a:hover {
text-decoration: none !important;
}

#copyright .mcrea .ico {
display: inline-block;
width: 30px;
height: 30px;
margin: 0 10px;
border-radius: 50%;
text-align: center;
position: relative;
text-decoration: none;
z-index: 1;
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;
position: relative;
top: -9px;
/* Effect */
-webkit-transition: -webkit-transform 1s, opacity 1.3s;
-webkit-transition: opacity 1.3s, -webkit-transform 1s;
transition: opacity 1.3s, -webkit-transform 1s;
-o-transition: transform 1s, opacity 1.3s;
transition: transform 1s, opacity 1.3s;
transition: transform 1s, opacity 1.3s, -webkit-transform 1s;
}

#copyright .mcrea:hover .ico {
-webkit-box-shadow: 0 0 0 2px rgb(255 60 80);
    box-shadow: 0 0 0 2px rgb(255 60 80);
background: rgb(255 60 80);
}

#copyright .mcrea .ico:after {
pointer-events: none;
position: absolute;
width: 100%;
height: 100%;
border-radius: 50%;
content:'';
-webkit-box-sizing: content-box;
box-sizing: content-box;
/* Effect */
top: -2px;
left: -2px;
padding: 2px;
z-index: -1;
background: var(--avonsquash_blanc);
-webkit-transition: -webkit-transform 1s, opacity 1.3s;
-webkit-transition: opacity 1.3s, -webkit-transform 1s;
transition: opacity 1.3s, -webkit-transform 1s;
-o-transition: transform 1s, opacity 1.3s;
transition: transform 1s, opacity 1.3s;
transition: transform 1s, opacity 1.3s, -webkit-transform 1s;
}

#copyright .mcrea:hover .ico:after {
background: rgb(255 60 80);
}

#copyright .mcrea .ico:before {
speak: none;
font-size: 48px;
line-height: 90px;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
display: block;
-webkit-font-smoothing: antialiased;
}

#copyright .mcrea:hover .ico:after {
-webkit-transform: scale(1.3);
-ms-transform: scale(1.3);
transform: scale(1.3);
opacity: 0;
}

#copyright .mcrea .ico svg#agencemcrea {
position: absolute;
width: 24px;
left: 4px;
top: 9px;
fill: var(--avonsquash_noir);
-webkit-transition: -webkit-transform 1s, opacity 1.3s;
-webkit-transition: opacity 1.3s, -webkit-transform 1s;
transition: opacity 1.3s, -webkit-transform 1s;
-o-transition: transform 1s, opacity 1.3s;
transition: transform 1s, opacity 1.3s;
transition: transform 1s, opacity 1.3s, -webkit-transform 1s;
}

#copyright .mcrea:hover .ico svg#agencemcrea {
fill: var(--avonsquash_blanc);
}

@media (max-width: 991px) {

  #copyright h6 {font-size: 12px;}

  #copyright .mcrea {
  -webkit-transform-origin: top;
      -ms-transform-origin: top;
          transform-origin: top;
  -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
      transform: scale(0.8);
  }

}

/* =============================

--- X - CUSTOM - AVON SQUASH

================================ */

section#ecolesquash_z3 .zonetxt p img,
section#minisquash_z3 .zonetxt p img,
section#sauna_z3 .zonetxt p img {
max-width: 1100px  !important; 
}

@media (max-width: 1200px) {

    section#ecolesquash_z3 .zonetxt p img {
    max-width: 100% !important; 
    }

}

/* =============================

--- X - RESPONSIVE - AVON SQUASH

================================ */

@media (max-width: 1400px) {

    /* ===== INDEX ===== */

    /* ===== /// ===== */

}


@media screen and (min-width: 1199px) and (max-height: 1000px) {

    /* ===== MENU ===== */

    /* ===== /// ===== */

}


@media screen and (min-width: 1199px) and (max-height: 870px) {

    /* ===== MENU ===== */

    /* ===== /// ===== */

}


@media screen and (min-width: 1199px) and (max-height: 815px) {

    /* ===== /// ===== */


    /* ===== /// ===== */

}


@media (max-width: 1199px) {

    /* ===== /// ===== */


    /* ===== BUILDER ===== */

    main#builder section {
    padding: 50px 0;
    }

    main#builder .bloc_SPACE {
    padding: 30px 0 0;
    }

    main#builder .bloc_DDL .row {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    }

    /* ===== /// ===== */

}

@media (max-width: 991px) {

    /* ===== /// ===== */


    /* ===== BUILDER ===== */

    main#builder section {
    padding: 40px 0;
    }

    main#builder .bloc_SPACE {
    padding: 20px 0 0;
    }

    main#builder .bloc_COL1 #coldroite img {
    max-height: 600px;
    margin-top: 35px;
    }

    main#builder section.bloc_COL-IMG .col-5col img {
    max-width: 100%;
    max-height: 400px;
    }

    main#builder .bloc_CHIFFRES .bloc {
    margin: 20px auto !important;
    }

    main#builder .bloc_DIAPOTXT #coldroite img {
    max-height: 600px;
    margin-top: 35px;
    }

    /* ===== /// ===== */

}

@media (max-width: 767px) {

    /* ===== /// ===== */


    /* ===== FOOTER ===== */

    footer.container-fluid {
    padding-top: 70px;
    text-align: center;
    }

    footer #nb_2 {
    padding-top: 40px;
    padding-bottom: 20px;
    }

    footer #nb_3 {
    display: none;
    }

    #copyright {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 30px;
    }

    #copyright .mcrea {
    margin-top: 15px;
    }

    /* ===== BUILDER ===== */

    main#builder .bloc_CHIFFRES h1 {
    font-size: 50px;
    margin-bottom: 5px;
    }

    main#builder .bloc_ACCORDION button h1 {
    padding: 17px 15px;
    padding-right: 50px;
    font-size: 18px;
    }

    /* ===== /// ===== */

}

@media (max-width: 576px) {

    /* ===== /// ===== */
    

    /* ===== /// ===== */

}