@charset "utf-8";
/* Simplify width and height calculations */
html {
    box-sizing: border-box;
    scroll-behavior: smooth; /*Pour une transition douce lors du clic sur la fleche en mobile*/
    height: 100%;
}
*, *:before, *:after {
    box-sizing: inherit;
}
/************* Style généraux *********************************************************************************************************/
body {
    margin: 0;
    color: white;
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-size: 15px;    
    background-color: #1a1a1a;
    min-height: 100%;
}
::-webkit-scrollbar {
  width: 15px;
}
::-webkit-scrollbar-track {
  background: #121212; 
}
::-webkit-scrollbar-thumb {
    background: #4f4f4f; 
    border-radius: 3px;
}
::-webkit-scrollbar-thumb:hover {
  background: #3f3f3f; 
  
}
.preload{
  display: none;
}
#wrapper{
    position: relative;
    min-height: calc(100% - 60px);
    width: 100%;
}
p{
    font-weight: 300;
    font-size: 15px;
    margin-top: 0;
}
a{
    color: white;
    text-decoration: none;
    font-weight: 300;
}
h1 {    
    font-size: 25px;
    font-weight: 600;
    color: #80b5ce;
}
h2 {
    font-size: 25px;
    font-weight: 400;
}
h3{    
    font-size: 18px;
    text-transform: uppercase;
}
h4{
    font-size: 15px;
    font-weight: 400;
    text-transform: uppercase;
}
.IndexSlideshow{    
    position: absolute;
    height: 100vh;
    min-height: 650px;
    float: left;
}
.IndexSlideshow img{    
    height: 100%;
    max-height: 100%;
    max-width: 100%;
    margin-bottom: -6px; /*Parce que FireFox pete les couilles !*/
}
#titreIndex{    
    position: fixed;    
    top: 120px;
    right: 55px;
    height: 26vh;
}
#soustitreIndex {
    position: fixed;
    top: 20px;
    left: 40px;
}
#soustitreIndex a{
    display: grid;
    grid-template-columns: 22px auto;
    grid-column-gap: 1em;
    justify-content: left;
    color: white;
    font-weight: 300;
    height: auto;
}
#soustitreIndex h2{
    font-size: 16px;
    margin: 0;
    text-transform: uppercase;
}
#soustitreIndex img{
    width: 1.37em;
    margin-top: 5px;
}
#soustitreIndex:hover{
    opacity: .75;
    transition: .3s;
}
#principaleIndex {
    margin-right: 70px;
    margin-left: 50%;
}
#principale{
    margin-right: 60px;
    margin-left: 60px;
}
.TextPage{
    margin: 40px 0 20px 0; 
    min-height: 94px;
}
.line{
    height:1px; 
    width:calc(100vw - 60px - 60px);
    margin-bottom: 20px;
}
.item1 { grid-area: image; }
.item2 { grid-area: titre; 
        width: auto;}
.item3 { grid-area: soustitre; }
.item4 { grid-area: texte; }

#titrePage {
    display: grid;
    grid-template-areas: 'image titre texte'
                         'image soustitre texte';
    grid-column-gap: 1em;
    justify-content: left;
    padding: 25px 0 0 5em;
    margin-bottom: 20px;
}
#titrePage img{
    width: 1.85em;
    justify-content: left;
}
#titrePage h1{    
    font-size: 25px;
    margin: 5px 0 0 0;
    line-height: 0.5;   
}       
#titrePage h2{
    margin: 4px 0 0 0;
}
#titrePage p{
    margin-bottom: 0;
}
sup {
    vertical-align: 100%;
    font-size: small;
}
.linkbox{
    position: absolute;
    display: grid;
    grid-template-columns: auto auto auto auto auto auto; 
    grid-column-gap: 0px; 
    top: 30px;
    right: 60px;
    left: auto;
} 
.linkbox img{
    display: none;
}   
.gallerytitle{
    margin: auto;
    text-align: center;  
    color: white;
    font-size: 17px; 
    text-transform: uppercase;
    height: inherit;
    white-space: nowrap;
    padding: 2px 20px 1px 20px;
}
.gallerytitle:hover{
    color: #1a1a1a;   
    background-color: rgba(128, 181, 206, .7);
    transition: 0.4s;
}
#textIndex{
    position: fixed;
    right: 60px;
    bottom: 10vh;
    width: 45vw;
    background-color: rgba(26,26,26,.6);
    padding: 20px;
    border-radius: 3px;
    margin: 0;
}
#textIndex p{
    margin: 0;    
}
.containergallery{
    position: relative;
}
.Gallery{
    display: grid; 
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;   
    grid-column-gap: 1em; 
    grid-row-gap: .85em;  
}
.Page{
    grid-template-columns: 1fr 1fr 1fr 1fr;
}
.Gallery img{
    width: 100%;
    /*max-width: 242px;*/
    display: block;
}
.Gallery img:hover {
    opacity: 0.5;
    transition: 0.3s;
}
.Gallery a{
    margin: 0;
}
.galleryMainTitle{
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    padding: 6px 10px 6px 10px;
    text-align: left;  
    color: #1A1A1A;
    font-size: 16px;
    font-weight: 700;
    line-height: 16px;
    pointer-events: none;
    background-color: rgba(255, 255, 255, .5);
    background-size: cover;
    margin: 0;
}
.Previous{
    display: grid;
    grid-template-columns: auto auto;
    width: 100px;
    margin-top: 10vh;
}
.Previous svg{
    padding: 0;
    border-radius: 100%;
    width: 40px;
    height: 40px;
    fill: white;    
}
.Previous p{
    color: white;
    font-weight: 600;
    margin: auto 10px auto 10px;
}
.Next{
    margin: -40px 15px 0 0;
    float: right;
}
.Next svg{
    transform: rotate(180deg);
}

.gallery-section{
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: 70px;
    margin: 30px 0 50px 0
}
.containerIndex {
    display: grid;
    grid-template-rows: auto auto;
    grid-row-gap: 10px;
}
.containerIndex img{
    width: 100%;    
}
.containerIndex p{
    margin: 0;
}
.container{
    position: relative;
    text-align: left;
    color: white;
    margin-top: 30px; 
}
.container img{
    width: calc(100vw - 15px);
    margin-left: -60px;
}
#banner{
    position: absolute;
    top: calc(50% - 60px);
    left: 0px;
    font-size: 65px;
    font-weight: 600;    
}
#banner2{
    position: absolute;
    top: calc(50% + 10px);
    font-size: 30px;
    left: 213px;
}
.textContainer{
    position: static;
    margin: 25px 0 10px -60px;
    top: 0;
    left: 0px;
    font-size: 25px;
    font-weight: 300;
    line-height: 35px;
    width: calc(100vw - 15px);
    padding: 6px 10px 6px 70px;
    background-image: url(../Image/Club/banner2.jpg);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: cover;
}
.clubTitre{
    margin: 10px 0 0 0;
    font-size: 17px;
    font-weight: 400;
    text-decoration: underline;
    color: #80b5ce;
}
.CorpsClub{
    display: grid;
    grid-column-gap: 40px; 
    justify-content: center;
    margin: 20px 0 0 0;
}
.CorpsClub img{
    max-width: 340px;
}
.Club1{
    grid-template-columns: auto auto;
    grid-column-gap: 60px; 
    background-color: #313131;
    margin: 10px auto 0 auto;
    padding: 20px;
    width: 1100px;
}
.Club2{
    grid-template-columns: auto auto auto;
}
.Club3-1{
    grid-template-columns: auto auto auto;    
}
.Club3-2{
    grid-template-columns: auto auto;   
}
.Club4{
    width: 33vw; 
    background-color: #313131; 
    padding: 20px; 
    margin-top: 15px;
}
.Club5{
    grid-template-columns: auto auto auto auto;  
}
.List{
    display: grid; 
    grid-template-columns: 40px auto;
}
.number{
    color: #1a1a1a; 
    font-size: 15px;
}
.ToTheTop{
    position: fixed;
    text-align: right;
    bottom: 50px;
    right: 0;
}
.ToTheTop a{
    background: #80b5ce; 
    color: #1a1a1a; 
    padding: 22px 13px 10px 13px;
}
.youtube{
    display: block; 
    width: calc(16 * 4vw); 
    height: calc(9 * 4vw); 
    margin: 0 auto;
}
/************* Style Pied page *********************************************************************************************************/
footer{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #1a1a1a; 
    text-align: center;
    margin: 10px 0 0 0;
    height: 50px;
}
#piedpage a{
    color: white;
    margin-right:20px;
    margin-left:20px;
}
#Social a:hover{
    opacity: .7;
    transition: 0.2s;
}
#Social{
    font-size: 23px;
    float: left;
    margin-left: 45px;
    margin-top: 3px;
}
#Social i{
    font-size: 20px;
}
#navigator {
    float: right;
    margin-right: 50px;
    margin-top: 22px;
    display: grid;
    grid-template-columns: auto auto auto auto auto; 
    grid-column-gap: 0px; 
}
#navigator a {
    text-transform: uppercase;
    color: white;
    font-size: 17px;
    font-weight: normal;
    padding: 2px 20px 1px 20px;
    margin: 0;
}
#navigator a.thispage {
    display: none;
}
#navigator a:hover{
    color: #1a1a1a;   
    background-color: rgba(128, 181, 206, .7);
    transition: 0.2s;
}
#LinkArrow, #menulink, #navlinks, #arrowdown, #titreIndexMobile, #indexImageMobile, #indexImageMobile2{
    display: none;
}
/***************************************************************************************************************************************/
/************** Style Mobile  ************************************************************************************************/
/***************************************************************************************************************************************/

/************* Style 1 *********************************************************************************************************/
@media screen and (max-width: 1270px){ 
      
    #soustitreIndex {
        position: absolute;
    }  
    #titreIndex{
        position: absolute;
        top: 55vh;
        right: auto;
        left: 10vw ;    
        height: 23vh;
    }
    #indexImage img{
        display: none;
    }
    #indexImageMobile{
        display: block;
    }
    .IndexSlideshowMobile {
        position: static;
        width: inherit;
        height: 100vh;
        display: block;
        overflow-x: hidden;
        overflow-y: hidden;
        min-height: auto;
    }       
    .IndexSlideshowMobile img{
        position: relative;
        height: 105%;
        min-height: auto;
        overflow-x: hidden;    
        z-index : -1;
    }  
    .Gallery{
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr;   
    }
    .Page{
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }
    .linkbox{
        position: static;
        margin: 0 30px 20px 0;
    } 
    .gallerytitle{
        padding: 0px 10px 0px 10px;
    }
    .index{
        position: absolute;
        grid-template-columns: auto auto auto; 
        top: 20px;
        right: 0px;
    }
    #principaleIndex {
        margin:0 30px;
    }
    #textIndex{
        position: static;
        width: auto;
        background-color: none;
        padding: 0px;
        margin: 25px 25px 0 25px;
    }
    .Gallery{
        grid-template-columns: 1fr 1fr 1fr 1fr;   
    }    
    .Page{
        grid-template-columns: 1fr 1fr 1fr 1fr;
    } 
    .Club1{
        grid-template-columns: auto auto;
        width: auto;
    }
    .Club2{
        grid-template-columns: auto auto auto;
    }
    .Club3-1{
        grid-template-columns: auto auto auto;    
    }
    .Club3-2{
        grid-template-columns: auto auto;   
    }
}

/************* Style 2 *********************************************************************************************************/
@media screen and (max-width: 700px){
    .Gallery{
        grid-template-columns: 1fr 1fr 1fr ;   
    }    
    .Page{
        grid-template-columns: 1fr 1fr;
    }
    .Club1{
        grid-template-columns: auto;
        width: auto;
    }
    .Club2{
        grid-template-columns: auto;
    }
    .Club3-1{
        grid-template-columns: auto;    
    }
    .Club3-2{
        grid-template-columns: auto;   
        margin-bottom: 20px;
    }
    .Club4{
        width: auto; 
        margin-top: 0;
    }
    .Club5{
        grid-template-columns: auto;  
    }
}
/************* Style 3 *********************************************************************************************************/
@media screen and (max-width: 605px){
    .Gallery{
        grid-template-columns: 1fr 1fr ;   
    }  
    .Club1{
        grid-template-columns: auto;
        width: auto;
    }
    .Club2{
        grid-template-columns: auto;
    }
    .Club3-1{
        grid-template-columns: auto;    
    }
    .Club3-2{
        grid-template-columns: auto;   
        margin-bottom: 20px;
    }
    .Club4{
        width: auto; 
        margin-top: 0;
    }
    .Club5{
        grid-template-columns: auto;  
    }
}

/************* Style Mobile + Portrait *********************************************************************************************************/
@media screen and (max-width: 500px) and (orientation: portrait){
    body{
        padding: 0;
        height: 100%;
        min-width: 100%;
    }
    #wrapper{
        margin-top: 0;
        padding-top: 10px;        
        min-height: calc(100% - 70px);
    }
    p, a{
        font-size: 15px;
    }  
    h1{
        font-size: 18px;
        font-weight: 400;
    }  
    h2 {
        font-size: 20px;
    }
    #titreIndex, #indexImage img, #mobilepaysage{
        display: none;
    }
    #textIndex{
        position: static;
        width: auto;
        background-color: none;
        padding: 0px;
        margin: 25px 25px 0 25px;
    }
    #titreIndexMobile{ 
        display: block;
        position: absolute;
        width: 80vw;
        height: auto;
        margin: 0 0 0 5vw;
        bottom: calc(var(--vh, 1vh) * 12);
    }
    #soustitreIndex {
        position: absolute;
        top: 25px;
        left: 60px;
    }   
    #soustitreIndex a{
        grid-template-columns: 22px auto;
        grid-column-gap: 3px;
        justify-content: left;
        color: white;       
    }
    #soustitreIndex h2{
        font-size: 14px;
        line-height: 15px;
    }
    #soustitreIndex img{
        width: 1em;
        margin-top: 0px;
    }
    #principaleIndex {
        display: inline-block;
        margin: 0;
    } 
    #principale{
        padding-bottom: 0px;    
        margin-right: 25px;
        margin-left: 25px;   
        margin-top: 10px;
    }
    .TextPage{
        margin-top: 10px;
        font-size: 16px;
        height: auto;
    }
    .line{
        width:calc(100vw - 25px - 25px);
    } 
    .linkbox{
        display: none;
    }
    .linkbox div{        
        width: 85vw;
        height: 12vh;
    }  
    .linkbox img{
        display: block;
        position: absolute;
        right: 0;
        bottom: 0;
        margin-bottom: 0;
        margin-top: auto;
        height: 100%;
    } 
    .elementGalleryMain{  
        position: relative;
        border: thin solid white;
    }
    .gallerytitle{
        position: absolute;
        font-weight: 700;
        font-size: 2.8vh; 
        top: 50%;
        transform: translate(-50%, -50%);
        left: 28%;
        text-align: center;
        margin: 0;
        white-space: normal;
        width: 190px;
    }
    footer {
        height: 50px;
        position: static;
        margin: 10px 0 10px 0;
        min-width: 100%;
    }
    .footerIndex{
        position: static;
    }
    #Social{
        margin-left: auto;
        padding-top: 5px;
        float: none;
        margin: 0;
    }
    #piedpage a{
        font-size: 3vh;
    }
    #LinkArrow{
        display: block;
        height: 4vh; 
        margin-top: 20vw;
    }
    #arrowdown a{
        transition: 3s;
    }
    #arrowdown svg:after{
        content: "";
        display: block;
    }
    #arrowdown {
        display: block;
        text-align: center;
        height: calc(var(--vh, 1vh) * 100);
        width: 100vw;
        position: absolute;
        top: 0;
        left: 0;
    }             
    #arrowdown svg{
        position: absolute;
        left: calc(50% - 23px);
        bottom: calc(var(--vh, 1vh) * 3);
        background-color: rgba(0,0,0,.5); 
        padding: 12px 6px 4px 6px;
        border-radius: 100%;
        width: 46px;
        height: 46px;
        fill: rgba(255,255,255,.8);
    }    
    #indexImageMobile{
        display: block;
    }
    .IndexSlideshowMobile {
        position: static;
        width: inherit;
        height: 100%;
        display: block;
        overflow-x: hidden;
        overflow-y: hidden;
        min-height: auto;
    }       
    .IndexSlideshowMobile img{
        position: relative;
        left: 50%;
        transform: translateX(-56%); 
        height: 90vh;
        min-height: auto;
        overflow-x: hidden;    
        z-index : -1;
    }    
    #navigator {
        display: none;
    }
    #menulink {
        position: absolute;
        top: 29px;
        left: 20px;
        margin:0 auto 0 6px;
        text-align: center;
        font-style: normal;
        font-weight: bolder;
        padding-top: 0%;
        display: block;
        width: 19px;
        max-width: 30px;
        height: 20px;
        border-top: 5px solid white;
        border-bottom: 5px solid white;
    }
    #menulink a {
        text-transform: uppercase;
        padding-bottom: 0.1em;
        font-weight: normal;
        color: rgba(255,255,255,1.00);
        height: 0px;
        width: auto;
        text-align: right;
        float: right;
        margin-top: -17px;
    }
    #navlinks {
        list-style-type: none;
        background-color: #1a1a1a;
        position: absolute;
        width: 100%;
    }
    #navlinks.displayed {
        z-index: 1;
        opacity: 1;
        position: absolute;
        top: 100px;
        overflow: hidden;
    }
    #navlinks.start {
        display: none;
    }
    #navlinks.collapsed{
        top: -17em;
        opacity: 1; 
    }
    #navlinks li{        
        margin-bottom: 3vh;
    }
    #navlinks a {
        text-transform: uppercase;
        box-sizing: inherit;
        padding-right: 4%;
        padding-left: 4%;
        float: none;
        position: static;
        color: white;
        font-size: 25px;
        font-weight: 700;
    }
    #navlinks a.thispage {
        color:#1a1a1a;
        background-color: white;
    }
    .Gallery{
        grid-template-columns: 1fr;   
    }    
    .Page{
        grid-template-columns: 1fr;
    }
    .Gallery img{     /*Pour smartphone et tablette, sutout ! !*/
        max-width: auto;
        margin: auto auto auto auto;
    }
    .galleryMainTitle{
        font-size: 20px;
        padding: 8px;        
        line-height: 25px;
        text-transform: uppercase;
    }
    .Previous{
        margin-top: 4vh;
    }
    .Next{
        margin: -40px 15px 0 0;
    }  
    #titrePage {        
        padding: 11px 0 0 48px;
    }
    #titrePage img{
        display: none;
    }
    #titrePage h1{
        width: auto;
        margin: 0;
        font-size: 20px;
        font-weight: 400;
        line-height: 25px;
        text-transform: uppercase;
    }
    #titrePage h2{
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 0;
        margin-top: 0px;
        font-weight: 600;
    }    
    sup {
        vertical-align: 20%;
        font-size: x-small;
    }
    .containergallery a{
        width: inherit;
    } 

    .gallery-section{
        grid-template-columns: auto;
    }
    .container img{
        width: 100vw;
        margin-left: -25px;
    }
    #banner{
        top: calc(50% - 20px);
        font-size: 20px; 
    }
    #banner2{
        top: calc(50%);
        font-size: 11px;
        left: 50px;
    }
    .textContainer{
        font-size: 20px;
        line-height: 25px;
        margin-left: -25px;
        width: 100vw;
        padding-left: 25px;
    }
    .clubTitre{
        margin: 0;
    }
    .CorpsClub img{
        max-width: auto;
    }
    .Club1{
        grid-template-columns: auto;
        width: auto;
    }
    .Club2{
        grid-template-columns: auto;
    }
    .Club3-1{
        grid-template-columns: auto;    
    }
    .Club3-2{
        grid-template-columns: auto;   
        margin-bottom: 20px;
    }
    .Club4{
        width: auto; 
        margin-top: 0;
    }
    .List{
        margin-bottom: 20px;
    }
    .ToTheTop{
        display: none;
    }
    .youtube{
        display: block; 
        width: calc(16 * 5vw); 
        height: calc(9 * 5vw); 
        margin: 0 auto;
    }
}

/************** Style Mobile + Landscape ************************************************************************************************/
@media screen and (max-height: 500px) and (orientation: landscape) {
    body{
        margin: 0;
        padding: 0;
        height: 100%;
        min-width: 100%;
    }
    #wrapper{
        margin-top: 0;    
        min-height: calc(100% - 50px);
    }
    p, a{
        font-size: 15px;
    }    
    #titreIndex, #LinkArrow, #mobileportrait{
        display: none;
    }
    .IndexSlideshowMobile {
        height: 100%;
        display: block;
    }       
    .IndexSlideshowMobile img{
        position: relative;
        height: auto;
        width: 100vw;
        min-height: auto;
        overflow-x: hidden;    
        z-index : -1;
    }     
    #indexImageMobile{
        display: block;
    }
    #arrowdown {
        display: block;
        text-align: center;
        height: calc(var(--vh, 1vh) * 100);
        width: 100vw;
        position: absolute;
        top: 0;
        left: 0;
    }   
    #titreIndexMobile{
        display: block;
        position: absolute;
        width: 50vw;
        height: auto;
        margin: 0 0 0 5vw;
        bottom: calc(var(--vh, 1vh) * 12);
    }       
    #arrowdown svg{
        display: none;
    }  
    #soustitreIndex {
        position: absolute;
        top: 25px;
        left: 60px;
    }   
    #soustitreIndex a{
        grid-template-columns: 22px auto;
        grid-column-gap: 3px;
        justify-content: left;
        color: white;       
    }
    #soustitreIndex h2{
        font-size: 14px;
        line-height: 15px;
    }
    #soustitreIndex img{
        width: 1em;
        margin-top: 0px;
    }
    #principaleIndex {
        display: block;
        margin: 0;
    } 
    #principale{
        padding-bottom: 0px;    
        margin-right: 25px;
        margin-left: 25px;   
        margin-top: 10px;
    }    
    .TextPage{
        margin-top: 10px;
        font-size: 16px;
        height: auto;
    }
    .linkbox{
        display: none;
    } 
    .linkbox div{        
        width: auto;
        height: 21vh;
        padding: 0 30px;
    }  
    .linkbox img{
        display: block;
        position: absolute;
        right: 0;
        bottom: 0;
        margin-bottom: 0;
        margin-top: auto;
        height: 100%;
    } 
    .elementGalleryMain{  
        position: relative;
        border: thin solid white;
    }
    .gallerytitle{
        position: absolute;
        font-weight: 600;
        font-size: 2.7vh; 
        top: 50%;
        transform: translate(-50%, -50%);
        left: 28%;
        text-align: center;
        margin: 0;
        white-space: normal;
        width: 20vw;
    }
    #textIndex{
        position: static;
        width: auto;
        background-color: none;
        padding: 0px;
        margin: 25px 25px 0 25px;
    }
    footer{
        height: 50px;
        position: static;
        margin: 10px 0 10px 0;
        min-width: 100%;
    }
    #Social{
        margin-left: auto;
        padding-top: 12px;
        float: none;
        margin: 0;
    }
    #piedpage a{
        font-size: 3vh;
    }
    #navigator {
        display: none;
    }
    #menulink {
        position: absolute;
        top: 30px;
        left: 20px;
        margin:0 auto 0 6px;
        text-align: center;
        font-style: normal;
        font-weight: bolder;
        padding-top: 0%;
        display: block;
        width: 19px;
        max-width: 30px;
        height: 20px;
        border-top: 5px solid white;
        border-bottom: 5px solid white;
    }
    #menulink a {
        text-transform: uppercase;
        padding-bottom: 0.1em;
        font-weight: normal;
        color: rgba(255,255,255,1.00);
        height: 0px;
        width: auto;
        text-align: right;
        float: right;
        margin-top: -17px;
    }
    #navlinks {
        list-style-type: none;
        position: absolute;
    }
    #navlinks.displayed {
        z-index: 1;
        padding-top: 10px;
        padding-left: 0;
        margin-left: 80px;
        overflow: hidden;
    }
    #navlinks.start {
        display: none;
    }
    #navlinks.collapsed{
        top: -17em;
        opacity: 1; 
    }
    #navlinks li{        
        margin: 0 0 5px 0;
        width: content;
    }
    #navlinks a {
        text-transform: uppercase;
        box-sizing: inherit;
        float: none;
        position: static;
        color: white;
        font-size: 25px;
        font-weight: 700;        
        white-space: nowrap;
    }
    #navlinks a.thispage {
        color:#1a1a1a;
        background-color: white;
    }
    #indexImageMobile2{
        display: block;
    }
    .Gallery img{     /*Pour smartphone et tablette, sutout ! !*/
        max-width: auto;
        margin: auto auto auto auto;
    }
    .galleryMainTitle{
        font-size: 15px;
        padding: 4px;
        text-transform: uppercase;
    }
    .Previous{
        margin-top: 4vh;
    }
    .Next{
        margin: -40px 15px 0 0;
    }

    .line{
        width:calc(100vw - 25px - 25px);
        margin-bottom: 20px;
    }   
    #titrePage {        
        padding: 10px 0 0 48px;
    }
    #titrePage img{
        display: none;
    }
    #titrePage h1{
        width: auto;
        margin: 15px 0 0 0;
        font-size: 20px;
        font-weight: 300;
        line-height: 20px;
    }
    sup {
        vertical-align: 20%;
        font-size: x-small;
    }
    #titrePage h2{
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 0;
        margin-top: 0px;
        font-weight: 600;
    }    
    .containergallery a{
        width: inherit;
    }
    .Mobile{
        display: block;
    }   
    
    .gallery-section{
        grid-template-columns: auto;
    }
    .textContainer{
        position: static;
        margin: 10px 0;
        top: 0;
        left: 0px;
        font-size: 21px;
        font-weight: 600;
        line-height: 25px;
        width: 100%;
        padding: 6px 10px 6px 10px;
        background-color: #313131;
    }
    .clubTitre{
        margin: 0;
    }
    .CorpsClub img{
        max-width: auto;
    }
    .Club1{
        grid-template-columns: auto;
        width: auto;
    }
    .ToTheTop{
        display: none;
    }
    .List {
        margin-bottom: 20px;
    }
}
