/*
 Theme Name:   Com et Net Child
 Description:  Com et Net Child Theme
 Author:       com-et-net.com
 Author URI:   https://com-et-net.com/
 Template:     com-et-net
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  com-et-net
*/
/*
font-family: 'Open Sans', sans-serif;

font-family: 'Oswald', sans-serif;

color: #00AEEF;
*/

/* open-sans-regular - latin */
@font-face {
    font-display: swap;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: url('fonts/open-sans-v43-latin-regular.woff2') format('woff2');
}

/* oswald-300 - latin */
@font-face {
    font-display: swap;
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 300;
    src: url('fonts/oswald-v56-latin-300.woff2') format('woff2');
}

/* oswald-regular - latin */
@font-face {
    font-display: swap;
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 400;
    src: url('fonts/oswald-v56-latin-regular.woff2') format('woff2');
}

/* oswald-700 - latin */
@font-face {
    font-display: swap;
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 700;
    src: url('fonts/oswald-v56-latin-700.woff2') format('woff2');
}



html {
    font-size: 16px;
}

body {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 1.25rem;
    color: #000;
    line-height: 1.6;
}

/* h1 {
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
  font-size: 3.75rem;
  color: #00AEEF;
  text-transform: uppercase;
}

h2 {
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
  font-size: 1.875rem;
  color: #000;
  text-transform: uppercase;
}

h3 {
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  font-size: 1.5rem;
  color: #000;
  text-transform: none;
} */


:root {
    /* Couleurs */
    --color-bleu: #00AEEF;
    --color-blanc: #FFFFFF;
    --color-noir: #000000;
    --color-gris-foncé: #999999;
    --color-gris-trés-foncé: #231F20;
    --color-gris-clair: #D9D9D9;

    /* Typo base */
    --font-size-base: clamp(1rem, 1rem + 0.5vw, 1.25rem);
    /* 16px à 20px */
    --line-height-base: 1.6;

    /* Titres */
    --font-size-h1: clamp(2.5rem, 1rem + 5vw, 3.75rem);
    /* 40px → 60px */
    --font-size-h2: clamp(1.5rem, 1rem + 2vw, 1.875rem);
    /* 24px → 30px */
    --font-size-h3: clamp(1.125rem, 0.9rem + 1vw, 1.5rem);
    /* 18px → 24px */
}

body {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: var(--font-size-base);
    line-height: var(--line-height-base);
    color: #000;
    position: relative;
    background-color: #fff;
    z-index: 0;
}

body::before {
    content: "";
    position: absolute;
    inset: 0;
    background: url('img/bg-body-montagne.jpg') no-repeat right bottom;
    background-size: 100%;
    opacity: 0.2;
    z-index: -1;
    pointer-events: none;
}

@media (max-width: 768px) {
    body::before {
        background-size: cover;
        background-position: center bottom;
        display:none;
    }

    body.home::before {
        background-size: cover;
        display:none;
        background-position: center bottom 200px;
    }

    .wpcf7 input[type="url"],
    .wpcf7 input[type="email"],
    .wpcf7 input[type="tel"],
    .wpcf7 input[type="text"] {
        max-width: 100%;
    }
}

body.home::before {
    background: url('img/bg-body-vtt.jpg') no-repeat;
    background-position: right 0 bottom 380px;
    background-size: 100%;
    opacity: 0.1;
    z-index: -1;
    pointer-events: none;
}

h1 {
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    font-size: var(--font-size-h1);
    color: var(--color-bleu);
    margin: 0 0 1rem;
}

h2 {
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    font-size: var(--font-size-h2);
    color: var(--color-noir);
    margin: 0 0 1rem;
}

h3 {
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    /* plus doux que h2 */
    font-size: var(--font-size-h3);
    text-transform: none;
    color: var(--color-noir);
    margin: 0 0 1rem;
}

h1,
h2 {
    text-transform: uppercase;
}

.home #conteneurTitle h1 {
    margin-top: -565px;
    text-align: left;
    font-size: var(--font-size-h1);
    color: var(--color-blanc);
    z-index: 1;
    position: relative;
}

#conteneurTitle h1 {
    margin-top: 0;
    text-align: left;
    font-size: var(--font-size-h1);
    color: var(--color-bleu);
    max-width: 850px;
    line-height: 70px;
}

@media (max-width: 767px) {
    /* #containerH1EntryTitle {
    color: #000;
  }

  #conteneurTitle h1 {
    color: #000;
    margin-top: auto;
  } */

    .vc_row-o-equal-height>.vc_col-has-fill {
        min-height: 400px;
    }
}

.error-404 .page-header {
    text-align: center;
}

ul,
ol {
    padding: 0;
    margin-left: 30px;
}

#breadcrumbWrap ol {
    margin-left: 0;
    margin-bottom: 0;
}

td,
th {
    border-width: 1px;
    padding: 5px;
}

.wpcf7 .label-contact {
    display: inline-block;
    width: fit-content;
    font-weight: bold;
}

.astered {
    color: red;
}


/* === Header === */
#masthead {
    position: relative;
    margin-bottom: 150px;
    margin-top: 0;
}

/* #masthead .site-branding {
  display: flex;
  padding: 0 30px;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0;
} */

#masthead .site-branding {
    position: relative;
    display: block;
    padding: 10px 30px;
    margin-bottom: 0;
}



#containerLogo {
    position: absolute;
    z-index: 4;
    top: 0;
}

#containerLogo img {
    width: 100%;
    height: auto;
}

#containerLogo.fixed {
    position: fixed;
    z-index: 4;
    top: 4px;
    left: 30px;
}

#containerLogo.fixed img {
    width: 150px;
}

nav#site-navigation.fixed {
    background-color: var(--color-noir);
    padding: 10px 30px;
}

nav#site-navigation.fixed ul.sub-menu {
    background-color: var(--color-noir);
    padding-bottom: 10px;
}

#masthead::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom,
            rgba(30, 30, 30, 0.9) 0%,
            rgba(30, 30, 30, 0) 75%);
    pointer-events: none;
    /* important si liens dessous */
    z-index: 1;
}

#masthead .conteneur-bg {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 450px;
    position: relative;
    /* overflow: hidden; */
}

.home #masthead .conteneur-bg {
    height: 800px;
}



#masthead .conteneur-bg:before {
    content: "";
    position: absolute;
    bottom: -250px;
    left: 0;
    width: 100%;
    height: 430px;
    background-image: url(img/bg-eclaboussure.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center bottom;
    z-index: 2;
    pointer-events: none;
}


#masthead .conteneur-bg:after {
    content: "";
    position: absolute;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    z-index: 2;
    pointer-events: none;
}


#masthead.vtt .conteneur-bg:after {
    background-image: url(img/bg-silhouette-vtt.png);
    bottom: -10px;
    right: 0;
    width: 286px;
    height: 221px;
}

#masthead.groupe .conteneur-bg:after {
    background-image: url(img/bg-silhouette-groupe.png);
    bottom: -60px;
    right: 0;
    width: 500px;
    height: 320px;
}

#masthead.biathlon .conteneur-bg:after {
    background-image: url(img/bg-silhouette-biathlon.png);
    bottom: -40px;
    right: 0;
    width: 320px;
    height: 320px;
}

#masthead.raquettes .conteneur-bg:after {
    background-image: url(img/bg-silhouette-raquettes.png);
    bottom: -40px;
    right: 0;
    width: 320px;
    height: 320px;
}

#masthead.ski-fond .conteneur-bg:after {
    background-image: url(img/bg-silhouette-ski-fond.png);
    bottom: -40px;
    right: 0;
    width: 320px;
    height: 320px;
}






.home #masthead .conteneur-bg:after {
    background-image: url(img/bg-silhouette-vtt.png);
    bottom: -20px;
    right: 0;
    width: 446px;
    height: 345px;
}






/* === Menu === */
#conteneurMenus {
    position: relative;
    z-index: 3;
}

#conteneurMenus #containerReseaux {
    text-align: right;
    margin-bottom: 10px;
    padding-top: 10px;
    z-index: 3;
    position: relative;
}

#conteneurMenus #containerReseaux a {
    margin-right: 10px;
    display: inline-block;
}

nav#site-navigation ul {
    text-transform: none;
    justify-content: right;
}

nav#site-navigation {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 1.125rem;
    color: var(--color-blanc);
}

nav#site-navigation,
ul.sub-menu {
    background-color: transparent;
}

nav#site-navigation li a {
    position: relative;
    padding: 2px 15px;
}

nav#site-navigation li a:hover {
    color: var(--color-blanc);
    background-color: transparent;
}

nav#site-navigation li a span {
    display: inline-block;
    border-bottom: 1px solid transparent;
    transition: border-color 0.35s ease-in;
}

nav#site-navigation li a:hover span {
    border-color: var(--color-blanc);
}


.main-navigation ul ul a {
    width: max-content;
}

.main-navigation ul ul {
    box-shadow: none;
}

nav#site-navigation ul#primary-menu>li:last-of-type>a,
nav#site-navigation ul#primary-menu>li:last-of-type>a:hover {
    color: var(--color-bleu);
    background-color: var(--color-blanc);
    border-radius: 5px;
    margin-left:15px;
}


/* === pages === */

/*HTML BRUT*/
/* .brush-wrapper {
  position: relative;
  background: linear-gradient(to bottom,
      rgba(240, 240, 240, 0) 0%,
      #f0f0f0 15%,
      #f0f0f0 85%,
      rgba(240, 240, 240, 0) 100%);
  padding-top: 8vw;
  padding-bottom: 8vw;
  z-index: 0;
}


.brush-wrapper::before,
.brush-wrapper::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  height: 19vw;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  pointer-events: none;
  z-index: -1;
}

.brush-wrapper::before {
  top: 0;
  background-image: url('img/bg-brush-gris-haut.png');
}

.brush-wrapper::after {
  bottom: 0;
  background-image: url('img/bg-brush-gris-bas.png');
} 
  


@media (max-width: 768px) {
  .brush-wrapper {
    padding-top: 12vw;
    padding-bottom: 12vw;
  }

  .brush-wrapper::before,
  .brush-wrapper::after {
    height: 12vw;
  }
}
*/
/*FIN HTML BRUT*/

/*TEST BACKERY*/
.vc_row.brush-row {
    position: relative;
    background: linear-gradient(to bottom,
            rgba(240, 240, 240, 0) 0%,
            #f0f0f0 15%,
            #f0f0f0 85%,
            rgba(240, 240, 240, 0) 100%);
    padding-top: 12vw;
    padding-bottom: 10vw;
    margin-bottom: 6vw;
    z-index: 0;
}

.vc_row.brush-row::before,
.vc_row.brush-row::after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    height: 19vw;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    pointer-events: none;
    z-index: -1;
}

.vc_row.brush-row::before {
    top: 0;
    background-image: url('img/bg-brush-gris-haut.png');
}

.vc_row.brush-row::after {
    bottom: 0;
    background-image: url('img/bg-brush-gris-bas.png');
}

/*FIN TEST BACKERY*/

/* TABLEPRESS */

.vc_row.brush-row table {
    margin-top: 50px;
}

.vc_row.brush-row .tablepress> :where(thead, tfoot)>tr>* {
    background-color: #808080;
    color: #fff;
    font-weight: 700;
    vertical-align: middle;
    word-break: normal;
}

.vc_row.brush-row .tablepress>tbody>tr>* {
    /* padding: 30px; */
}

.vc_row.brush-row .tablepress img {
    width: 400px !important;
}

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

/* FIN TABLEPRESS */

/* === Patchwork === */
.col-patchwork-img .img-1 img {
    margin-top: 75px;
    width: 330px;
}

.home .col-patchwork-img .img-1 img {
    margin-top: 130px;
}

.col-patchwork-img .img-2 img {
    margin-top: -250px;
    margin-left: 250px;
    width: 210px;
}

.col-patchwork-img .img-3 img {
    margin-top: -216px;
    margin-right: 50px;
    width: 160px;
}

/* === Cta === */

.cta-bleu {
    text-align: center;
}

.cta-bleu a {
    background-color: var(--color-bleu);
    color: var(--color-blanc);
    padding: 0.5rem 3rem;
    border-radius: 5px;
    text-decoration: none;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    font-size: 1.563rem;
    font-weight: 400;
    transition: all .3s ease-in;
    border: 2px solid var(--color-bleu);
    display: inline-block;
}

.cta-bleu a:hover,
.cta-bleu a:focus {
    background-color: transparent;
    color: var(--color-bleu);
}

/* === Home === */

#section-bg-montagne {
    position: relative;
    z-index: 0;
    padding-bottom: 500px;
}

#section-bg-montagne::before {
    content: "";
    position: absolute;
    inset: 0;
    /* height: 100%;
  width: 100%; */
    background: url('img/bg-body-montagne.jpg') no-repeat right bottom;
    background-size: 100%;
    opacity: 0.2;
    z-index: -1;
    pointer-events: none;
}

/* === Portail === */
#rangee-bloc-portail {
    margin-top: 100px;
}


.intro-bloc-portail {
    text-align: center;
}

.blocPortail {
    margin-bottom: 10px !important;
}

.blocPortail>div,
.blocPortail a {
    height: 100%;
    width: 100%;
}

.blocPortail a {
    display: block;
    position: relative;
    text-decoration: none;
}

.colPortail>div {
    padding: 5px !important;
}

.titrePortail {
    margin-bottom: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: end;
    padding: 15px;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    transition: all .4s ease-in !important;
    font-size: 1.688rem;
}


.textPortail {
    color: var(--color-blanc);
    font-size: 1.125rem;
    margin-bottom: 0;
    opacity: 0;
    transition: all .4s ease-in !important;
    display: flex;
    width: 100%;
    height: 100%;
    align-items: end;
    padding: 20px;
    background-color: rgba(0, 0, 0, .7);
}

#col2Portail>div>div {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#col2Portail>div>div div {
    height: 300px;
}

#col2Portail>div>div>div:nth-child(1),
#col2Portail>div>div>div:nth-child(4) {
    width: calc(40% - 5px);
}

#col2Portail>div>div>div:nth-child(2),
#col2Portail>div>div>div:nth-child(3) {
    width: calc(60% - 5px);
}

#col1Portail .blocPortail,
#col3Portail .blocPortail {
    height: 610px;
}

.blocPortail a:hover .titrePortail,
.blocPortail a:focus .titrePortail {
    opacity: 0;
}

.blocPortail a:hover .textPortail,
.blocPortail a:focus .textPortail {
    opacity: 1;
}

.mask-brush-row {
    text-align: center;
    color: var(--color-blanc);
    /* background-color: #0044aa; */
    padding: 386px 0;
    margin-top: -460px;
    width: 100%;
    height: auto;
    background-image: url('img/mask-brush.png');
    background-size: cover;
    background-position: center;

    -webkit-mask-image: url('img/mask-brush.png');
    mask-image: url('img/mask-brush.png');

    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;

    -webkit-mask-size: cover;
    mask-size: cover;

    -webkit-mask-position: center;
    mask-position: center;



}

.mask-brush-row .accroche-cta h2 {
    color: var(--color-blanc);
    font-size: 2.5rem;
}

.mask-brush-row .accroche-cta p {
    font-family: 'Oswald', sans-serif;
    font-size: 1.875rem;
    font-weight: 400;
    color: var(--color-blanc);
}

#rangee-reassurance {
    margin-top: 200px;
}

#rangee-reassurance .col-img-superposee img {
    border: 10px solid var(--color-bleu);
}

#rangee-reassurance .col-img-superposee .img1 {
    margin-top: -55px;
}

#rangee-reassurance .col-img-superposee .img2 {
    margin-top: -350px;
    margin-left: 200px;
}

#rangee-reassurance .col-accordeon {
    position: relative;
    z-index: 1;
}

#rangee-reassurance .col-accordeon::before {
    content: "";
    position: absolute;
    top: -30px;
    right: 190px;
    width: 224px;
    height: 173px;
    background: url('img/silhouette-cyclyste-bleu.png') no-repeat;
    background-size: contain;
    pointer-events: none;
    z-index: -1;
}

#rangee-reassurance .col-accordeon h2 {
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    font-size: 3.125rem;
    color: var(--color-bleu);
    text-transform: uppercase;
    margin-bottom: 0;
    margin-left: -276px;
    line-height: 1.25;
    width: 680px;
}

#rangee-reassurance .vc_tta.vc_tta-style-classic .vc_tta-panel,
#rangee-reassurance .vc_tta.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading {
    background-color: transparent !important;
    border: none !important;
}

#rangee-reassurance .vc_tta.vc_tta-style-classic .vc_tta-panel:hover .vc_tta-panel-heading,
#rangee-reassurance .vc_tta.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-heading {
    background-color: transparent !important;
}

#rangee-reassurance .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body,
#rangee-reassurance .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body::before,
#rangee-reassurance .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body::after {
    background-color: transparent !important;
    border-color: transparent !important;
}

/* === Footer === */

footer#colophon {
    background-color: #000;
    padding-top: 50px;
    margin-top: 600px;
}

#containerFooter {
    position: relative;
    background-color: #000;
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: end;
    color: #fff;
    padding: 3rem 6rem 1rem 6rem;
    text-transform: uppercase;
}

#containerFooter::before {
    content: "";
    position: absolute;
    top: -22vw;
    left: 0;
    width: 100%;
    height: auto;
    aspect-ratio: 1419 / 333;
    background: url('img/bg-footer.png') no-repeat top center;
    background-size: 100% auto;
    z-index: 2;
    pointer-events: none;
}

#accrocheFooter {
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    font-size: 2.813rem;
    max-width: 690px;
}

#accrocheFooter p {
    margin-bottom: 0;
}

#mapFooter {
    /* position: relative; */
    height: 100%;
    display: flex;
    justify-content: center;
}

#mapFooter img {
    width: 585px;
    /* aspect-ratio: 1 / 1; */
    border-radius: 50%;
    /* object-fit: cover; */
    display: block;
    /* margin: 0 auto; */
    z-index: 2;
    position: absolute;
    top: -225px;
}

footer#colophon .site-info {
    text-align: right;
    color: #fff;
    padding: 15px 20px 10px;
}

/* === Responsive === */
/*@media (min-width: 1400px) { body { background-color:pink!important; } }
@media (max-width: 1399px) { body { background-color:pink!important; } } .col-lg-
@media (max-width: 1199px) { body { background-color:green!important; } } .col-md-
@media (max-width: 991px) { body { background-color:blue!important; } } .col-sm-
@media (max-width: 767px) { body { background-color:red!important; } } .col-xs-
@media (max-width: 575px) { body { background-color:grey!important; } } */

@media (max-width: 1399px) {
    #mapFooter img {
        top: -170px;
        width: 500px;
    }

    #accrocheFooter {
        font-size: 2.25rem;
    }

    #rangee-reassurance .col-accordeon::before {
        right: 140px;
    }
}

@media (max-width: 1199px) {

    #rangee-reassurance .col-accordeon::before {
        right: 40px;
    }
    #rangee-reassurance .col-img-superposee .img1 {
    margin-top: 265px;
    }

    #rangee-reassurance .col-img-superposee .img2 {
    margin-top: -400px;
    margin-left: 90px;
    }
    .main-navigation ul#primary-menu {
        padding-right: 35px;
        padding-top:60px;
    }

    .navbar-toggler {
        z-index: 3;
        padding: 0.25rem 0.5rem;
    }

    /* 
  Mobile menu (burger) – slide in/out from right
  Utilisation de `position: fixed` + `right` pour éviter l’ascenseur horizontal.
  Ne pas repasser en `absolute` : cela casse le layout en mobile (scroll + rupture).
  `overflow-x: hidden` sur body reste nécessaire pour WPBakery (vc_row animations).
  Transition fluide via `right`, suffisant ici (pas besoin de `translateX()`).
*/
    #site-navigation .menu-menu-1-container {
        display: block;
        position: fixed;
        right: -110vw;
        width: 40%;
        height: 100vh;
        top: 0;
        background-color: var(--color-noir);
        transition: all 0.5s ease-in-out;
        box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.5);
        padding-top: 85px;
    }

    #site-navigation.toggled .menu-menu-1-container {
        right: 0;
        top: 0;
    }

    nav#site-navigation.fixed ul.sub-menu {
        padding-bottom: 0;
    }



    #site-navigation.toggled ul#primary-menu {
        height: 100%;
        overflow-y: auto;
    }

    #site-navigation.toggled ul#primary-menu>li {
        padding: 10px 0;
    }

    nav#site-navigation li a,
    #site-navigation ul ul {
        background-color: transparent;
    }

    nav#site-navigation .sub-menu {
        margin-bottom: 15px;
    }

    nav#site-navigation .sub-menu li a {
        color: var(--color-blanc);
    }



    nav#site-navigation li a {
        padding: 0;
        font-size: 1em !important;
    }


    nav#site-navigation ul#primary-menu>li:last-of-type>a,
    nav#site-navigation ul#primary-menu>li:last-of-type>a:hover {
        color: inherit;
        background-color: inherit;
        border-radius: 0;
    }

    #site-navigation.fixed.toggled .menu-menu-1-container {
        right: 0;
        top: 0;
    }



    .col-patchwork-img .img-2 img {
        margin-left: 165px;
    }

    #accrocheFooter {
        font-size: 2rem;
    }

    footer#colophon {
        background-color: #000;
        padding-top: 50px;
        margin-top: 300px;
    }

    #mapFooter img {
        width: 400px;
        top: -140px;
    }


    .vc_row.brush-row {
        background: linear-gradient(to bottom, rgba(240, 240, 240, 0) 0%, #f0f0f0 10%, #f0f0f0 90%, rgba(240, 240, 240, 0) 100%);
    }
}



@media (max-width: 991px) {

    #rangee-reassurance .col-accordeon::before {
        right: 0px;
        width:145px;
    }
     #rangee-reassurance .col-img-superposee .img2 img {
    margin-top: 280px;
    margin-left: 20px;
  }

    #containerFooter {
        padding: 3rem 3rem 1rem 3rem;
    }

    #accrocheFooter {
        font-size: 1.813rem;
    }

    #mapFooter img {
        width: 325px;
        top: -100px;
    }

    #site-navigation .menu-menu-1-container {
        width: 50%;
    }

    .vc_row.brush-row {
        background: linear-gradient(to bottom, rgba(240, 240, 240, 0) 0%, #f0f0f0 5%, #f0f0f0 95%, rgba(240, 240, 240, 0) 100%);
    }
}

@media (max-width: 767px) {

    #rangee-reassurance {
  margin-top: 100px;
}
#rangee-reassurance .col-accordeon h2 {
    margin-left:0;
    width:auto;
    margin-top:50px;
}
  #rangee-reassurance .col-accordeon::before {
    width: 85px;
  }
     #rangee-reassurance .col-img-superposee .img1 {
    margin-top: 0;
  }
  .home #conteneurTitle h1 {
  margin-top: -675px;
    }

    #containerFooter {
        grid-template-columns: 1fr;
    }

    #mapFooter img {
        position: relative;
        top: 0;
    }

    #accrocheFooter {
        text-align: center;
        margin-bottom: 70px;
    }

    #containerFooter::before {
        top: -25vw;
    }

    #site-navigation .menu-menu-1-container {
        width: 75%;
    }

    footer#colophon {
        margin-top: 225px;
    }

    #col2Portail > div > div > div:nth-child(1),
    #col2Portail > div > div > div:nth-child(2),
    #col2Portail > div > div > div:nth-child(3),
    #col2Portail > div > div > div:nth-child(4) {
        width: 100%;
    }
    #col2Portail > div > div > div,
    #col1Portail .blocPortail,
    #col3Portail .blocPortail {
        height:300px!important;
    }
}

@media (max-width: 575px) {
    #masthead {
        margin-bottom:130px;
    }
    .home #masthead .conteneur-bg {
        height:600px;
    }



    .home #masthead .conteneur-bg::after {
  width: 187px;
  height: 145px;
}
#conteneurTitle h1 {
    line-height: 50px;;
}
 .home #conteneurTitle h1 {
    margin-top: -555px;
  }

#rangee-reassurance .col-accordeon h2 {
  font-size: 2.125rem;
}
    
     #rangee-reassurance .col-img-superposee .img2 {
    margin-top: 0;
    margin-left: 0;
  }

    #masthead .site-branding {
        padding: 10px;
    }

    #containerLogo img {
        width: 175px;
    }

    #conteneurMenus #containerReseaux {
        margin-bottom: 0;
        padding-top: 0;
    }

    #site-navigation .menu-menu-1-container {
        width: 100%;
    }


    .col-patchwork-img .img-1 img,
    .col-patchwork-img .img-2 img,
    .col-patchwork-img .img-3 img {
        margin: 0 auto;
        display: block;
    }

    .col-patchwork-img .img-2 img,
    .col-patchwork-img .img-3 img {
        margin-left: 0;
        margin-right: 0;
        margin-top: 0;
    }

    #containerFooter::before {
        top: -28vw;
    }

    #containerFooter {
        padding: 1rem;
    }
  #accrocheFooter {
    font-size: 1.6rem;
  }
    footer#colophon {
        margin-top: 150px;
    }


    
#masthead.vtt .conteneur-bg::after {
  width: 220px;
  height: 170px;
}
#masthead.biathlon .conteneur-bg::after,
#masthead.ski-fond .conteneur-bg::after {
  width: 230px;
  height: 230px;
}
#masthead.groupe .conteneur-bg::after {
  bottom: -40px;
  width: 312px;
  height: 200px;
}
}