/*GENERAL*/
*
{   margin: 0;
    padding: 0;
}

body
{   font-family: arial, serif;
    width: auto;
    background-color: #696969;
    /*margin-left: 5px;*/
    
}

h1
{   font-family: 'Matura MT Script Capitals',serif;
    font-size: 90px;
    color: black;
    /*text-align: center;*/
    margin: 5px 10px 5px 20px;
}

h2
{   font-family: 'Cherry Cream Soda',serif;
    font-size: 20px;
    color: orange;
}

h3
{   font-family: 'Cherry Cream Soda',serif;
    font-size: 18px;
    color: aliceblue;  
}

h4
{   font-family: 'Cherry Cream Soda',serif;
    font-size: 10px;
    color: black; 
}
    
p
{
    font-size: 30px
    color: black;
    font-family: 'Cherry Cream Soda',serif;
}

ul
{
    list-style: none;
}

a
{
    text-decoration:none;
    color:white;
}

.wrapper
{
    height: auto;
    width: auto;
    /*margin: 0px 40px 0px 0px;*/
    padding: 0 1px;
}


.pyrenees
{
    padding: 1px 2px 2px 20px;
    background-color: blue;
}

.clear
{
    clear: both;
}

.versaccueil
{   height: 25px;
    width: auto;
    position:static;
}

.RetourAccueil
{
    color:orange;
    width: 150px;
    float: left;
    font-family: 'Cherry Cream Soda',serif;
    margin-top: 5px;
    
}

.RetourAccueil:hover
{
    color: black;
}

/*logo*/
.logo
{
    background-image: url(Images/Capturelogo100.png);
    height: 120px;
    background-repeat: no-repeat;
    background-position: center;
}
/*Pour faire tourner le logo*/
#logo img
{
  -webkit-transition:-webkit-transform .9s; 
  transition:transform 1.9s;
    background-position: center;
    margin-top: 5px;
    margin-bottom: 5px;
}

#logo  img:hover
{
  -webkit-transform:rotate(720deg); 
  -moz-transform:rotate(720deg);
  -o-transform:rotate(720deg); 
  -ms-transform:rotate(720deg); 
  transform:rotate(720deg);
}


/*HEADER*/

/*header
{   height: auto;
    background-color:#696969;
    line-height: 60px;
    width: 700px;
    background-color: aqua
}*/

.head
{
    height: auto;
    background-color: #696969;
    
}

.nomgroupe
{
    display: flex;
    margin-top: 1px;
    width: auto;
    height: auto;
    background-color:#696969;
}

.pyrenees
{
    display: flex;
    width: auto;
    height: auto;
    background-color:#696969;
}


/**************** menuresponsive ********************/
nav
{
    margin: 2px auto;
    width: 100%;
    height: 50px;
    background: #696969;
}
nav .menuresponsive
{display: flex;
justify-content: space-around;
align-items: center;
}
nav .menuresponsive a
{
    width: 30%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    text-decoration: none;
    font-family: 'Cherry Cream Soda',serif;
    color: orange;
}
nav a:hover 
{
    background: black;
}
nav label:hover 
{
    background: black;
}
label
{
    display: none;
}
@media all and (max-width: 991px)
{
    nav
    {
        height: 60px;    
    }
  
    nav .menuresponsive
    {
        display: none;
    }   
     label
    {
        width: 30px;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0 auto;
        font-size: 40px; 
        color: white;
        cursor: pointer;
    }
}

label,#toggle
    {
    display:none;
    }

@media all and (max-width: 991px)
{
        nav
        {
            height: 60px;
        }
        
        nav .menuresponsive
        {
            display: none;
            flex-direction: column;
            background: #696969;
            height: 150px;
            float: left;
        }
    
        nav .menuresponsive a
        {
        width: 100%;
        }
    
        label
        {
            width: 30px;
            display: flex;
            justify-content: center;
            float: left;
            align-items: center;
            margin:  5px 5px 0px 20px;
            font-size: 40px;
            color: orange;
            cursor: pointer;
        }
    
    #toggle:checked + .menuresponsive
        {
        display: flex;        
        }
}


header a:hover
{
    color:orange;
}

/*header h1
{   float: left;
    margin-top:22px;
    height: 50px;
}*/



nav li:hover ul
{
    max-height: 15em;
}



.menusuppl
{   position:absolute;
    display: inherit;
    font-size: 8px;
    line-height: 1%;
    width: 115px;
    height: 50px;
    max-height:0;
    overflow: hidden;
    transition: .8s all .3s;
    background-image:linear-gradient(to bottom, #ffa500 0%, #cc8400 100%);
    border-radius: 0 0 10px 10px;
}


.menusuppl :hover
{
    color: #696969;
}



/* zone centrale de l'index *********************/
 
.DernierCD
{
    height: auto;
    margin-top:  5px;
    text-align-last: center;
}

.videocentrale
{
    height: auto;
    width: auto;
    background-color: #696969;
    padding: 5px 0 5px 0;
    text-align: center;
}

.Notre-Actu
{
    height: auto;
    width: auto;
    padding: 4px 0 5px 0;
    text-align: center;
    background-color:#696969;
    margin-top: 10px;
}

.lesprochainesdates 
{
    text-align: center;
    color: orange;
    height: auto;
    width: auto;
    margin-top:10px;
    font-family: 'Cherry Cream Soda',serif;
    background-color:#696969;  
}


/* FOOTER de l'index ***************/
footer
{
    height: auto;
    width: auto;
    background-color: #5a4f4f;
    text-align: center;
    margin-top: 10px;  
}

.Copyright
{
    color: white;
    font-size: 12px;
}



/*PAGE "LE GROUPE" ***********************/
#presentation
{
    background-color: #696969;
    text-align: left;
}

#presentation p
{
    font-family: 'Cherry Cream Soda',serif;
    font-size: 18px;
    text-align: left;
}

.presentationGroupe2002
{
    height: auto;
    width: auto;
    text-align-last: center; 
}

.presentationPhotoCD1
{
    height: 205px;
    width: 950px;
    text-align-last: center; 
}
    
.presentationPhotoCD2
{
    /*height: 205px;
    width: 950px;*/
    display: flex;
    text-align-last: center; 
}

.presentationPhotoCD3
{
    height: 205px;
    width: 950px;
    text-align-last: center; 
}

.presentationPhotoCD4
{
    height: 205px;
    width: 950px;
    text-align-last: center; 
}

.presentationpetiteths
{
    /*height: 510px;
    width: 950px;*/
    display: flex;
    text-align-last: center; 
}

.presentationDellonQuezel
{
    /*height: 300px;
    width: 950px;*/
    display: flex;
    text-align-last: center;
}

.presentationGroupe2016
{
    height: 510px;
    width: 950px;
    text-align-last: center; 
}

.presentationCD2019
{
    height: 550px;
    width: 1100px;
    text-align-last: center;
}

.presentationCD2025
{
    /*height: 230px;
    width: 1100px;*/
    display: flex;
    text-align-last: center;
}

.presentationbodega
{
    height: 850px;
    width: 1000px;
    text-align-last: center;
}

.presentationgeorges
{
    height: 450px;
    width: 1100px;
    text-align-last: center;
}

.presentationlaurent
{
    height: 450px;
    width: 1100px;
    text-align-last: center;
}
/*PAGE PHOTOS *******************************/

#photodefilement,p
{
    font-size: 15px;
    color: black;
    text-align: center
}

.video
{
    height: 150px;
    width: 1000px;
    text-align: center;
}

/*PAGE CD*/
#CD
{
    text-align: center;
    height: 350px;
    /*background-color: aqua;*/
}

/*#CD h4
{
    font-family: 'Cherry Cream Soda',serif;
    font-size: 10px;
    color: white;
    padding: 5px;
    text-align: right;
    display: contents;
}*/

nav ul li :hover
{
    color: orange;
}
  
#CD6
{
    background-color: #696969;
    height:auto;
}
.PhotoCD6
{
    height: auto;
    width: auto;
    float: left;
    margin-top: 20px;
    margin-left: 2px;
    padding: 5px;
    text-align: center;
}
.tableauchants6
{ 
    height: auto;
    width: auto;
    float: right;
    padding: 10px;
}

#CD5
{
    background-color: #393939;
    height:auto;
}

.PhotoCD5
{
    height: auto;
    width: auto;
    float: left;
    margin-top: 20px;
    margin-left: 2px;
    padding: 5px;
    text-align: center;
}

.tableauchants5
{ 
    height: auto;
    width: auto;
    float: right;
    padding: 10px;
}

#CD4
{
    background-color: #696969;
    height:auto;
}

.PhotoCD4
{
    height: auto;
    width: auto;
    float: left;
    margin-top: 20px;
    margin-left: 2px;
    padding: 5px;
    text-align: center;
}

.tableauchants4
{ 
    height: auto;
    width: auto;
    float: right;
    padding: 10px;
}

#CD3
{
   background-color: #393939;
   height:auto; 
}

.PhotoCD3
{
    height: auto;
    width: auto;
    float: left;
    margin-top: 20px;
    margin-left: 2px;
    padding: 5px;
    text-align: center;
 }

.tableauchants3
{
    height: auto;
    width: auto;
    float: right;
    padding: 10px;
}

#CD2
{
   background-color: #696969;
    height:auto; 
}

.PhotoCD2
{
    height: auto;
    width: auto;
    float: left;
    margin-top: 20px;
    margin-left: 2px;
    margin-bottom: 10px;
    padding: 5px;
    text-align: center;
 }

.tableauchants2
{
    height: auto;
    width: auto;
    float: right;
    padding: 10px;
}

#CD1
{
    background-color: #393939;
    height:auto;
    
}

.PhotoCD1
{
    height: auto;
    width: auto;
    float: left;
    margin-top: 20px;
    margin-left: 2px;
    padding: 5px;
    text-align: center;
}

.tableauchants1
{
    height: auto;
    width: auto;
    float: right;
    padding: 10px;
}


td /* Toutes les cellules des tableaux... */
{
    border: 3px solid black;  
}

.table
{
    border-collapse: collapse;
    border-color: orange;
}

td, th 
{
    border: 1px solid orange; 
    font-family:'Cherry Cream Soda',serif;
    color: gwhitsmoke;
    font-size: 18px;
    text-align: center;
    padding: 5px;
}

caption
{
    font-family:'Cherry Cream Soda',serif;
    color: orange;
    font-weight: bold;
    font-size: 22px;
    margin-bottom: 10px;
}

/* Section livret */
#livret
{
    height: auto;
    margin-left: auto;
    padding: 2px 0px 10px 70px ;
    background-color: #696969;
    
}

/*.livretchants
{
    height: 750px;
    padding: 15px;
    float: right;
    background-color: green;
}*/

h2
{
    font-size: 22px;
}



/*Page PARTENAIRES*/

#Partenaires
{
    background-color: #696969;
}



/*PRIVE (ETHS2017)*/
#PRIVE
{
    background-color: #696969;
}

#PRIVE h1
{
    font-size: 30px;
    text-align: center;
}

#PRIVE p
{
    font-size: 30px;
    text-align: left;
    color: orange;
    font-family:'Cherry Cream Soda',serif;   
}

.menueths
{
    height: 50px;
}

#PRIVE nav ul li
{
    text-transform: upercase;
    font-weight: bold;
    margin-top: 23px;
    margin-right: 20px;
    float: Left;
    border: 5px ridge orange;
}

nav ul li :hover
{
    color: orange;
}


#logo
{
    text-align: center;
}

.retourhaut
{
    height: 20px;
    width: 950px;
    margin-top: 10px;
    margin-bottom: 5px;
    text-align:leftcenter;
    font-family:'Cherry Cream Soda',serif;        
}

.retourhaut a
{
    color: orange
}

.retourhaut :hover
{
    color: black  
}


#AGENDA
{   margin-bottom:50px;
    margin-top: 50px;  
}


#Repet
{   margin-bottom:50px;
    margin-top: 50px;
    font-size:20px;
    font-family:'Cherry Cream Soda',serif; 
    
}


#PAROLES
{   margin-top:50px;
    font-size:20px;
    font-family:'Cherry Cream Soda',serif;           
}

#PAROLES a
{   font-size:40px
    font-family:'Cherry Cream Soda',serif; 
}


#membres
{   margin-top:50px;       
}


#AG
{
    margin-top:50px;
    float: left;    
}


#ARCHIVES
{
    margin-top:50px;
    float: left;
}

        

/*pages ARCHIVES*/

#cadre_slider
{   background: #696969
    height: 500px;
    width: 100%;   
}

.slider
{
    margin-top: 20px;
    color: aqua;
}

#cadreslider
{
    background: orange; 
    height: 1100px;
    width: 800px;
    margin: auto;
    margin-top: 30px;
    /*overflow: hidden*/  
}

#contenuslider
{
    float: left;
    height: 1100px;
    width: 800px;
}

#contenuslider>*
{
    float: left;
}

/*https://www.youtube.com/watch?v=Vxrt5NWIhdI*/





/*CHANTER AVEC NOUS*/

#CHANT p
{
    font-family: 'Cherry Cream Soda',serif;
    font-size: 18px;
    color: orange;
}

#CHANT h2
{
    color: black;
}


