@font-face {
    font-family: 'brownprobold';
    src: url('./font/brownpro-bold-webfont.woff2') format('woff2'),
         url('./font/brownpro-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

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

}

@font-face {
    font-family: 'Circlotte';
    src: url('./font/Circlotte-Regular.woff2') format('woff2'),
         url('./font/Circlotte-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

#messagedefilant {
    z-index: 98;
}


a:hover, button:hover, .nav1 div:hover {
    cursor: url("./image/mouseHover.png"), pointer;
}
body {
    margin: 0px;
    font-family: 'brownproregular';
    width: 100vw;
    font-size: 20px;
    padding-left: 1vw;
    --SizeCirclecalc: calc(98.2vw / 15);
    cursor: url("./image/mouse.png"), pointer;
}

.portfolio-btn {
  position: fixed;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  
  background: white;
  color: red;
  text-decoration: none;
  font-family: sans-serif;
  font-weight: 600;
  letter-spacing: 0.05em;
  
  padding: 10px 20px;
  border-radius: 30px;
  border: 1px solid red;
  
  z-index: 9999;
  transition: all 0.2s ease;
}

.portfolio-btn:hover {
  background: red;
  color: white;
}

h1 {
    font-size: 3.8vw;
    margin: 0px;
    margin-left: 10px;
}

.Section {
    display: flex;
    flex-wrap: wrap;
    
    margin-bottom: 100px;
    width: calc(100vw - 12px);
}

.SectRight {
    width: 57vw;
    height: 45vw;
}


.SectLeft {
    width: calc(43vw - 12px);
}



.SectPanneau {
 display: flex;
 width: calc(50vw - 105px);
 height: 6.6vw;
}

.SectFleche img {
    height: 5vw;
}


.SectAcronyme {
    border: 3px solid black;
    width: 6.3vw;
}

.SectFleche {
    border-top: 3px solid black;
    border-bottom: 3px solid black;
    width: 6.3vw;
    align-items: center;
}

.SectTitre {
    border: 3px solid black;
    width: 25vw
}
.SectAcronyme div:nth-of-type(1) {
    background-color: black;
    border-radius: 50% ;
    height: 5.7vw;
    width: 5.7vw;
    margin: 0.3vw 0px 0px 0.3vw;
}
h2 {
    font-size: 3.3vw;
    color: white;
    text-align: center;
    margin: 0px;
    padding-top: 0.29vw;
}

.LigneCouleur {
    width: 100%;
    height: 20px;
}

#SectionCarte .SectRight img { 
    width: 55vw;
    margin-left: 0.9vw;
}

/* --------------------------------- Navigation ------------------------------------ */
.nav1 {
    display: flex;
    justify-content: flex-end;
    position: fixed;
    right: 0.6vw;
    margin-top: 2px;
    z-index: 99;
}

.nav1 div {
    margin: 0 0.2vw ;
}

.nav1 a, .nav1 a:visited, .nav1 a:hover, .nav1 a:active, .nav1 a:focus {
    color: inherit; /* Hérite la couleur du parent */
    text-decoration: none; /* Aucune décoration de texte (pas de soulignement) */
    background-color: transparent; /* Fond transparent */
    outline: none; /* Aucun contour lors de la sélection ou du focus */
    cursor: pointer; /* Style de curseur pour indiquer qu'il s'agit d'un lien */
    -webkit-tap-highlight-color: transparent; /* Supprime la surbrillance sur les appareils tactiles */
}

.NavPlein{
    font-size: 2vw;

}

.NavShort {
    font-size: 2vw;
    align-self: center;
}

nav a {
    text-align: center;
}

.NavShort div {
    background-color: red;
    border-radius: 50%;
    width: 3.5vw;
    height: 3.3vw;
    padding-top: 0.2vw;
}
.NavPlein div {
    background-color: red;
    border-radius: 2vw;
    height: 3.3vw;
    padding-top: 0.2vw;
    padding: 0 0.3vw
}

/* État "plein" par défaut */
nav span.NavPlein {
    display: inline;
}

nav span.NavShort {
    display: none;
}

/* État "short" lors du défilement */
nav.short span.NavPlein {
    display: none;
}

nav.short span.NavShort {
    display: inline;
}

/* Au survol de la barre de navigation, affiche l'état "plein" */
nav:hover span.NavPlein {
    display: inline;
}

nav:hover span.NavShort {
    display: none;
}

.nav1 div:nth-of-type(1) div {
    background-color: #fbd401;
}
.nav1 div:nth-of-type(2) div {
    background-color: #EEC042;
}
.nav1 div:nth-of-type(3) div {
    background-color: #DD9136;
}
.nav1 div:nth-of-type(4) div {
    background-color: #e16a11;
}
.nav1 div:nth-of-type(5) div {
    background-color: #BB2E2A;
}

.nav2 {
    display: none;
}

/* --------------------------------- Acceuil design -------------------------------- */

#Acceuil img:nth-of-type(1) {
   width: calc(var(--SizeCirclecalc) * 3.2);
   margin-left: 0.1vw;
   margin-bottom: 12vh;
}

#CallToAction {
   --MargeFleche : calc(98vw - var(--SizeCirclecalc));
   margin: 0 calc(var(--MargeFleche) / 2);
   padding: 0;
}

#CallToAction img {
    height: var(--SizeCirclecalc);
    width: var(--SizeCirclecalc)!important;
    margin: 0!important;
 }

.Rond {
    width: var(--SizeCirclecalc);
    height: var(--SizeCirclecalc);
    background-color: black;
    border-radius: 50% ;
    margin: 0.2vw;
}

.Rond2 {
    display: none;
}

#listRond {
    display: flex;
    flex-wrap: wrap;
}

.Rond:nth-of-type(5n + 1) {
    background-color: #fbd401;
}

.Rond:nth-of-type(5n + 2) {
    background-color: #EEC042;
}

.Rond:nth-of-type(5n + 3) {
    background-color: #DD9136;
}
.Rond:nth-of-type(5n + 4) {
    background-color: #e16a11;
}

.Rond:nth-of-type(5n + 5) {
    background-color: #BB2E2A;
}

#RondQuoi {
    width: calc(99.8vw /5);
    padding-right: 0.8vw;
    background-color: white;
    display: flex;
    margin: 0.2vw;
}

#RondCarte {
    --largeurA: calc(99.8vw / 15);
    --largeurB: calc(var(--largeurA) * 2);
    width: calc(var(--largeurB) - 0.2vw);
    padding-right: 0.8vw;
    background-color: white;
    display: flex;
    margin: 0.2vw;
}


h3 {
    font-size: 3.4vw;
    text-align: center;
    margin: 0;
    padding-top: 0.6vw;
}

#Acceuil a, #Acceuil a:visited, #Acceuil a:active, #Acceuil a:focus {
    color: inherit; /* Hérite la couleur du parent */
    text-decoration: none; /* Aucune décoration de texte (pas de soulignement) */
    background-color: transparent; /* Fond transparent */
    outline: none; /* Aucun contour lors de la sélection ou du focus */
    cursor: pointer; /* Style de curseur pour indiquer qu'il s'agit d'un lien */
    -webkit-tap-highlight-color: transparent; /* Supprime la surbrillance sur les appareils tactiles */
}

#Acceuil a:hover {
    cursor: url("./image/mouseHover.png"), pointer;
}

/* --------------------------------- Actualite ------------------------------- */
/* ------------- Slider ------------- */
#slider {
    position: relative;
    width: 98%; /* Ajustez la taille selon vos besoins */
    overflow: hidden;
    height: 44vw;
    margin: auto;
    display: flex;
    position: relative;
}

.slide {
    width: 60vw; /* Doit être le même que la largeur du slider */
    display: none;
}
.slide h2 {
    color: black;
    text-align: start;
    margin-top: -1.2vw;
}

.slide img {
    position: absolute;
    bottom: 0;
}

/* Affichez la première slide par défaut */
#slide1 {
    display: block;
}

.slide img {
    width: 100%;
}

#SliderNav button {
    background: none; /* Enlève l'arrière-plan */
    border: 1vw solid;
    border-radius: 50%;
    padding: 1vw;
}

#SliderNav img {
    width: 5vw;
}

#next img {
    margin-right: 0.4vw;
    margin-top: 0.2vw;
    margin-bottom: 0.2vw;
}

#prev img {
    margin-left: 0.4vw;
    margin-top: 0.2vw;
    margin-bottom: 0.2vw;
}

#SliderNav button:nth-child(1) img {
    rotate: 135deg;
}

#SliderNav button:nth-child(3) img {
    rotate: -45deg;
}

#SliderNav {
    display: flex;
    justify-content: space-between;
    margin: 0% 1vw 0 1vw;
}

.SliderNav {
    border: 1vw solid black;
    border-radius: 50%;
    margin: 0;
    padding-left: 0.3vw;
    padding-top: 0.15vw; 
    padding-bottom: 0.2vw;
}

#slideIndicator p {
    font-size: 6vw;
    width: 6vw;
    margin: -1.2vw 0.8vw -1.5vw -0.6vw;
    padding-left: 1vw;
    font-family:  'brownprobold';
    text-align: center;
}

.SliderTxt div {
    display: none;
}

.SliderTxt .slide1 {
    display: block;
}

.SliderTxt {
    height: 20vw;
    margin-top: 8.9vw;
}

@media (max-width: 1680px) {
    .SliderTxt {
        height: 22.9vw;
        margin-top: 6vw;
    }
}

@media (max-width: 1580px) {
    .SliderTxt {
        height: 25.9vw;
        margin-top: 3vw;

    }
}

@media (max-width: 1460px) {
    .SliderTxt {
        height: 28.5vw;
        margin-top: 0vw;
    }

    body p {
        font-size: 17px;
    }
}

/* ----------------- Section quoi ------------------ */

.QuoiMoins {
    display: none;
}

#SectQuoiButton div img {
    width: 3vw;
    height: 3vw;
    margin-top: 0.5vw;
    margin-left: 0.5vw;
}

#SectQuoiButton {
    margin-top: 27.5vw;
    width: 38.3vw;
}

#RQuoi1, #RQuoi2, #RQuoi3 {
    display: none;
}

#RQuoi1 {
    display: block;
}

.QuoiPlusHidden {
    display: none;
}

.SectRight h2 {
    text-align: left;
    color: black;
    margin: -1.2vw 0 0 0;
}
#SectQuoiButton div a{
    display: flex;
    font-size: 2.5vw;
    font-family: 'brownprobold';
    margin: 0px;
    justify-content: space-between;
}

#Quoi1 a .QuoiMoins {
    display: block;
}

#Quoi1 a .QuoiPlus {
    display: none;
}
#SectQuoiButton a, #SectQuoiButton a:visited, #SectQuoiButton a:active, #SectQuoiButton a:focus {
    color: inherit; /* Hérite la couleur du parent */
    text-decoration: none; /* Aucune décoration de texte (pas de soulignement) */
    background-color: transparent; /* Fond transparent */
    outline: none; /* Aucun contour lors de la sélection ou du focus */
    cursor: pointer; /* Style de curseur pour indiquer qu'il s'agit d'un lien */
    -webkit-tap-highlight-color: transparent; /* Supprime la surbrillance sur les appareils tactiles */
}

#SectQuoiButton a:hover {
    cursor: url("./image/mouseHover.png"), pointer;
}

#SectQuoi .SectRight div {
    padding: 0 0.8vw;
}

/* --------- Objet -------------- /*/

.ListeObjet img {
    filter: invert(1);
    width: 8.7vw;
    height: 8.7vw;
    margin: auto;
    margin: 0.75vw 0 0 0.75vw;
}

.ListeObjet div {
    background-color: black;
    width: calc(8.7vw + 1.5vw);
    height: calc(8.7vw + 1.5vw);
    border-radius: 50%;
    align-items: center;
    margin: 0.15vw;
}

.ListeObjet div:nth-of-type(1) {
    background-color: #e16a11;
}

.ListeObjet {
    display: flex;
    flex-wrap: wrap;
    width: 45vw;
    margin-top: 7vw;
    padding-left: 0.15vw;
}

#SectAide .ListeObjet {
    width: 30vw;
    margin-top: 17.5vw;
}

#SectAide .SectRight2 div {
    margin: 0.8vw;
}

#SectAide .SectRight2 div {
    display: none;
}

#SectAide .SectRight2 div:nth-of-type(1) {
    display: block;
}

.Red {
    background-color: #e16a11;
}


.SectRight2 {
    width: 57vw;
    height: 45vw;
}

.SectRight2 h2 {
    text-align: left;
    color: black;
    margin: -1.2vw 0 0 0;
}






/*--------- Objet ----------------- */


.ListeObjet2 img {
    filter: invert(1);
    width: 8.7vw;
    height: 8.7vw;
    margin: auto;
    margin: 0.75vw 0 0 0.75vw;
}

.ListeObjet2 div {
    background-color: black;
    width: calc(8.7vw + 1.5vw);
    height: calc(8.7vw + 1.5vw);
    border-radius: 50%;
    align-items: center;
    margin: 0.15vw;
}

.ListeObjet2 div:nth-of-type(1) {
    background-color: #BB2E2A;
}

.ListeObjet2 {
    display: flex;
    flex-wrap: wrap;
    width: 45vw;
    margin-top: 7vw;
    padding-left: 0.15vw;
}

#SectObjet .SectRight3 div {
    display: none;
}

#SectObjet .SectRight3 div:nth-of-type(1) {
    display: block;
}

#SectObjet .SectRight3 div {
    margin: 0.8vw;
}


.SectRight3 {
    width: 57vw;
    height: 45vw;
}

.SectRight3 h2 {
    text-align: left;
    color: black;
    margin: -1.2vw 0 0 0;
}

.Red2 {
    background-color: #BB2E2A;
}

/* ------------------------ Footer constant ------------------- */
#messagedefilant img {
    width: 101vw!important;
    
}

#messagedefilant {
    position: fixed;
    left: -3px;
    top: calc(100vh - 2vw);
    
}


html {
    overflow-x: hidden;
}

select {
    background-color: black;
    color: white;
    font-size: 1vw;
    border: none;
    background: url(./image/Fleche-menu-deroulant.png) no-repeat right black;
    background-size: 7%;
    font-family: 'Circlotte';
}



/* ----------------------- couleur ---------------------- */

#SectionCarte .LigneCouleur, #SectionCarte .SectRight{
    background-color: #fbd401;
}

#SectActualite .LigneCouleur, #SectActualite .SectRight{
    background-color: #EEC042;
}

#SectQuoi .LigneCouleur, #SectQuoi .SectRight{
    background-color: #DD9136;
}

#SectAide .LigneCouleur, #SectAide .SectRight2{
    background-color: #e16a11;
}

#SectObjet .LigneCouleur, #SectObjet .SectRight3{
    background-color: #BB2E2A;
}


.messagedefilant {
    position:sticky;
    top: 10px;
}




/* -------------------- footer ------------------- */
.FooterHidden {
    display: none;
}

.FooterHidden:nth-of-type(1) {
    display: block;
}

footer {
    background-color: black;
    color: white;
    font-family: 'Circlotte';
    margin-left: -1vw;
    padding: 0 2vw 3vw 2vw;
}

.FooterHidden div {
    display: flex;
    justify-content: space-between;
}

.FooterHidden div div {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

footer a {
    font-size: 2.5vw;
}

footer a, footer a:visited, footer a:active, footer a:focus {
    color: inherit; /* Hérite la couleur du parent */
    text-decoration: none; /* Aucune décoration de texte (pas de soulignement) */
    background-color: transparent; /* Fond transparent */
    outline: none; /* Aucun contour lors de la sélection ou du focus */
    cursor: pointer; /* Style de curseur pour indiquer qu'il s'agit d'un lien */
    -webkit-tap-highlight-color: transparent; /* Supprime la surbrillance sur les appareils tactiles */
}

footer:hover {
    cursor: url("./image/mouseW.png"), pointer;
}

.footerLogo {
    padding-top: 23px;
    border-top: solid white 1px;
    margin-top: 15px;
    display: flex;
    justify-content: space-between;
}

.footerLogo img:nth-of-type(2) {
    width: 220px;
    height: auto;
}

/* ----------  adaptation présentation ---------------- */ 

.SectPanneauPhone {
    display: none;
}

.SectRight div {
    overflow-y: scroll; 
    max-height: 45vw;
}

.SectRight2 div {
    overflow-y: scroll; 
    max-height: 45vw;
}

.SectRight div {
    width: 95vw;
    overflow-y:unset;
    width: 50vw;
}

.SectRight div p {
    width: 42vw;
}

.SectRight2 div {
    width: 42vw;
}

.SectRight3 div {
    width: 42vw;
}

footer img {
    width: 250px;
}



@media (max-width: 1150px) {

    html {
        overflow-x: hidden;
    }

    body {
        font-size: 15px;
        padding-left: 0vw;
        width: 100vw;
        --SizeCirclecalcB: calc(100vw / 9);
        --SizeCirclecalcC: calc(100vw / 15);
    }

    body p {
        font-size: 15px;
    }

    .Section .LigneCouleur {
        order: 1;
        width: 100vw;
        display: none;
    }

    .Section .SectRight {
        order: 2;
        width: 102vw;
        height: 40vh;
        }

    #SectQuoi .SectRight {
        order: 2;
        width: 102vw;
        height: 550px;
        overflow-y: scroll;
    }

    .Section .SectRight3 {
        order: 2;
        width: 102vw;
    }
    .Section .SectRight2 {
        order: 2;
        width: 100vw;
    }

    .Section .SectLeft {
        order: 3;
        width: 100vw;
        height: 40vh;
    }

    .SectPanneauPhone {
        width: 100vw;
        height: 13vw;
    }

    .SectPanneauPhone div {
        height: 13vw;
    }


    .SectFleche {
        width: 12.5vw;
        height: 12.5vw;
       
    }
    
    .SectFleche img {
        rotate: 90deg;
        margin-top: 0.8vw;  
    }


    h1 {
        font-size: 10vw;
        margin-top: -1.2vw;
    }

    .SectTitre {
        height: 13vw;
        width: 78vw;
    }

    .SectAcronyme {
        width: 13vw;
    }

    .SectAcronyme div:nth-of-type(1) {
        width: 11.6vw;
        height: 11.6vw;
        margin-top: 0.8vw;
    }

    .SectAcronyme div h2 {
        padding: 0.9vw 0 0 0;
    }

    .SectFleche img {
        width: 10vw;
        height: 10vw;
        margin: 1vw;
    }
    


    .SectRight2 div {
        width: 95vw;
        overflow-y:unset;
    }


    .SectRight3 div {
        width: 95vw;
        overflow-y:unset;
    }

    /* ---------------- Slider ------------- */
    .slide {
        width: 96vw;
        height: 80vw;
    }
    
    #SectActualite .SectRight div {
        max-height: 76vw;
    }

    .slide h2 {
        margin-bottom: 10vh;
    }
    #slider {
        height: 80vw;
        width: 96vw;
    }

    #slides {
        height: 80vw;
        width: 96vw;
    }

    h2 {
        font-size: 6vw;
    }

    .SliderTxt {
        margin: 1vw;
        height: 360px;
        overflow-y: scroll;
    }
    #SectActualite {
        display: flex;
        flex-direction: row;
    }

    #SliderNav {
        margin-top: 2vw;
    }


    #SliderNav button {
        border: 2.8vw solid;
        padding: 2.8vw;
        width: 22vw;
        height: 22vw;
    }

    #SliderNav img {
        width: 10vw;
    }


    .SliderNav {
        border: 2.8vw solid black;
        border-radius: 50%;
        margin: 0;
        padding: 0;
        width: 16vw;
        height: 16vw;
    }

    #SliderNav {
        justify-content: space-between;
    }

    #slideIndicator p {
        font-size: 16vw;
        width: 6vw;
        margin: -5.2vw 0.8vw -1.5vw 2.9vw;
        padding-left: 1vw;
        font-family:  'brownprobold';
        text-align: center;
    }

   

    .SectPanneau {
        display: none;
    }

    .SectPanneauPhone {
        display: block;
        display: flex;
        margin-bottom: 6px;
        
    }

    #SectActualite {
        margin-bottom: 180px;
    }

    .Section {
        width: 100vw;
    }
    
    #SectActualite .SectRight {
        height: 80vw;
    }

    .SliderTxt p {
        margin-top: 0;
        margin-bottom: 0px;
    }



    /* ---------------------------- Section quoi ------------------------ */

    #SectQuoi {
        padding-top: 20vw;
    }
    #SectQuoi .SectRight div {
        height: auto;
    }

    #SectQuoiButton  {
        margin-top: 10px;
        width: calc(100vw - 6px);
        padding: 3px;
        height: auto;
    }

    #SectQuoiButton div a {
        font-size: 6vw;
    }
    #SectQuoiButton div img {
        width: 7vw;
        height: 7vw;
        margin-top: 2vw;
    }

    #SectQuoi .SectLeft {
        height: auto;
    }

    /* ----------------- nous aider ----------------- */

    #SectAide .SectRight2 div {
        height: auto;
    }

    .SectRight2 {
        height: 630px;
    }

    #SectAide .ListeObjet {
        width: 100vw;
        margin-top: 10px;
    }
    #SectAide .Red {
        width: 23vw;
        height: 23vw;
        margin: 1vw;
    }

    #SectAide .Red img {
        width: 21vw;
        height: 21vw;
        margin : 0.6vw 0 0 0.75vw;
    }

    #SectAide .SectLeft {
        height: auto;
    }

    /* ---------------- Objet -------------- */
    
    .SectRight3 {
        height: 100vw;
        padding: 0.9vw;
    }

    #SectObjet .ListeObjet2 {
        width: 100vw;
        margin-top: 10px;
    }
    #SectObjet .Red2 {
        width: 23vw;
        height: 23vw;
        margin: 1vw;
    }

    #SectObjet .Red2 img {
        width: 21vw;
        height: 21vw;
        margin : 0.6vw 0 0 0.75vw;
    }

    #SectObjet .SectLeft {
        height: auto;
    }

    .nav1 {
        display: none;
    }

    .nav2 {
        display: block;
        position: fixed;
        z-index: 95;
        width: 100vw;
        
    }

    .nav2 div:nth-of-type(1) img {
        width: 12vw;
        height: 12vw;
    }
    

    /* -------------------------- Menu phone ------------------ */
    .MenuPhone {
        padding: 2vw;
        position: fixed;
        background-color: black;
        padding-top: 70px;
        width: 96vw;
        display: none;
    }
    
    .MenuPhone div {
        display: flex;
        margin-bottom: 5px;
        margin-right: 20px;
    }

    .MenuPhone div a {
        font-size: 33px;
        
    }

    .MenuPhone a, .MenuPhone a:visited, .MenuPhone a:active, .MenuPhone a:focus {
        text-decoration: none;
        color: white;
    }

    .MenuPhone div a img {
        width: 50px!important;
        height: 50px!important;
    }

    .MenuPhone div a:nth-of-type(2) {
        color: black;
        align-self: center;
        align-items: center;
        text-align: center;
        width: 50px;
        height: 50px;
        justify-content: space-between;
    }

    .nav2 {
        width: 100vw;
        height: 350px;
    }

    .nav2 .MenuClose {
        z-index: 99;
        top: 5px;
        display: none;
    }
    .nav2 .MenuOpen {
        top: 5px;
        display: block;
    }

    .nav2 div img {
        position: fixed;
        right: 5px;
    }

    .LogoNavPhone {
        z-index: 99;
        position: fixed;
        width: 150px;
        top: 5px;
    }
    
    .LogoNavPhone {
        display: none;
    }
    
    footer img {
        width: 100px;
    }

    .footerLogo img:nth-of-type(2) {
        width: 90px;
        height: auto;
    }

    .footerLogo {
        padding-top: 7px;
        border-top: solid white 1px;
        margin-top: 5px;
        display: flex;
        justify-content: space-between;
    }

    /*----------------------- Acceuil ----------------- */

    .Rond {
        width: var(--SizeCirclecalcB);
        height: var(--SizeCirclecalcB);
        background-color: black;
        border-radius: 50% ;
        margin: 0.2vw;
    }

    #Acceuil {
        margin-bottom: 110px!important;
    }

    #CallToAction img {
        height: var(--SizeCirclecalcB);
        width: var(--SizeCirclecalcB)!important;
        margin: 0!important;
    }

    .Rond2 {
        display: block;
    }

    #listRond {
        display: flex;
        flex-wrap: wrap;
        margin-bottom: 50px;
    }

    #RondQuoi {
        width: calc(100vw / 3);
        padding-right: 0.8vw;
        background-color: white;
        display: flex;
        margin: 0.2vw;
    }

    #RondCarte {
        --largeurA: calc(98.2vw / 9);
        --largeurB: calc(var(--largeurA) * 2);
        width: calc(100vw / 3);
        padding-right: 0.8vw;
        background-color: white;
        display: flex;
        margin: 0.2vw;
    }   

    h3 {
        font-size: 5.6vw;
        text-align: center;
        margin: 0;
        padding-top: 0.6vw;
    }

    .Rond2 {
        display: block;
    }

    #listRond {
        margin-left: 4.2vw;
    }
        
    #Acceuil img:nth-of-type(1) {
        width: 40vw;
        margin-left: 5px;
        margin-top: 3px;
    }

    #messagedefilant {
        display: none;
    }

    body {
        overflow-x: hidden!important;
    }

    /* -------------------- Section carte ------------------ */ 
    #SectionCarte .SectRight img {
        width: 97vw;
        margin-top: 5px;
        margin-left: 5px;
    }

    #SectionCarte .SectRight {
        height: 80vw;
    }

    #SectionCarte .SectLeft {
        height: 0px;
    }

    .SectRight div {
        width: 95vw;
    }
    .SectRight div p {
        width: 95vw;
    }


    /* -------------------- footer ------------------- */


    .FooterHidden div {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .FooterHidden div div:nth-child(1) {
        width: 90vw;
    }

    .FooterHidden div div {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        margin-top: 20px;
    }

    footer a {
        font-size: 6vw;
    }

    #selectDiv {
        width: 80vw;
        font-size: 5vw;
    }

    .footerLogo img:nth-of-type(2) {
        width: 160px;
        height: auto;
    }

    .footerLogo img:nth-of-type(1) {
        width: 180px;
        height: auto;
    }

    @media (min-width: 700px) {

        body p {
            font-size: 20px;

        }
    
        .footerLogo img:nth-of-type(2) {
            width: 260px;
            height: auto;
        }
    
        .footerLogo img:nth-of-type(1) {
            width: 280px;
            height: auto;
        }  

        .Rond3 {
            display: none;
        }

        #Acceuil img:nth-of-type(1) {
            margin-bottom: 7vh;
        }    

        #listRond { 
            margin-bottom: 20px;
        }
    }
}



