body{
    width :99%;
    color:#333333;
    font-size: 1.1em;
    font-family: calibri, arial, sans-serif;
}

@font-face {
    font-family: "masque";
    src: url('MASQUE__.ttf');
    } 

#global{
    width :95%;
    margin :auto;
    padding :auto;
}

header{
    width :100%;
}

#sousmenu{
    width:100%;
    margin-top: -5px;
}

#sousmenu td{
    width: 25%;
}

#sousmenu td.border-right{
    border: 1px solid #fff; 
}

#sousmenu img{
    max-width: 100%;  
}

#sousmenu a{
    cursor: pointer;
}

#sousmenu a:hover{
    filter: grayscale(100%);
    cursor: pointer;
}

.responsive {
  max-width: 100%;
  height: auto;
}

.responsive2 {
  max-width: 200px;
  height: auto;
    float: right;
}

#clear{
    clear: left;
}

.vert{
    color:#72bd18;
    font-weight: bold;
}

/* ----- MENU PRINCIPAL ----- */
#menu-deroulant{
    width: 100%;
}


#menu ul{
    font-weight: bold;
    background-color: white;
}


#menu-deroulant, #menu-deroulant ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

#menu-deroulant {
/* on centre le menu dans la page */
    text-align: center;
}
#menu-deroulant li {
/* on place les liens du menu horizontalement */
    display: inline-block;
}
#menu-deroulant ul li {
/* on enlève ce comportement pour les liens du sous menu */
    display: inherit;
}
#menu-deroulant a {
    text-janvoration: none;
	color:#000;
}
#menu-deroulant ul {
    position: absolute;
/* on cache les sous menus complètement sur la gauche */
    left: -999em;
    text-align: left;
    z-index: 1000;
}
#menu-deroulant li:hover ul {
/* Au survol des li du menu on replace les sous menus */
    left: auto;
}


ul.menudroite{
    float:right;
}

#menu-deroulant a{
    cursor: pointer;
    text-decoration: none;
    color: #333;
}

#menu-deroulant a:hover{
    cursor: pointer;
    text-decoration: none;
    color: #333;
}

#menu {
    width: 100%;
    font-family: calibri, arial, sans-serif;
    font-size: 0.9em;
}

#menu li.float {
    float:left;
    padding-right:10px;
    list-style-type:none;
    margin-right: 5px;
}

.italic{
    font-style: italic;
}

.suiveznous{
    margin-top:-6px;
    float:left;
}

.suiveznous img{
    margin-right: 5px;
}

/* ----- FIN MENU PRINCIPAL ----- */

#contenu1 p, #contenu3 p{
    margin-bottom: -10px;
    text-align: right;
    vertical-align: top;
    padding: 0px 20px 0px 20px;
}

#contenu2 p{
    margin-bottom: -10px;
    text-align: left;
    vertical-align: top;
    padding: 0px 20px 0px 20px;
}

#contenu1 button, #contenu2 button, #contenu3 button, .C2 button{
    margin-top: 50px;
    margin-bottom: 50px;
    border-radius: 30px;
    text-transform: uppercase;
    background-color: #8fd247;
    border: none;
    color: white;
    padding: 10px 27px;
    text-align: center;
    text-janvoration: none;
    display: inline-block;
    font-size: 0.8em;
    font-weight: bold;
    cursor: pointer;
    transition-duration: 0.4s;
}

#contenu1 button:hover, #contenu2 button:hover, #contenu3 button:hover, .C2 button:hover{
  background-color: #72bd18;
}

.break{
    word-break: break-word;
    /*height: 300px;
    background-color: aqua;*/
}

#titre-gauche1{
    width: 100%;
    float :left;
    background-color: #f2f2f2;
    text-align: center;
    font-size: 1.5em;
}

#titre-gauche3{
    width: 100%;
    float :left;
    background-color: #f2f2f2;
    text-align: center;
    height: 100%;
    font-size: 1.5em;
}

#titre-gauche2{
    width: 100%;
    float :left;
    background-color: #616161;
    text-align: center;
    height: 100%;
    font-size: 1.5em;
}

#contenu1, #contenu2, #contenu3{
    width :50% ;
    float :left;
}

#image-droite1,#image-droite2,#image-droite3{
    width :30% ;
    float :left;
    
}

#titre-gauche1, #titre-gauche3{
    }
    
     #titre-gauche2{
         color: #fff;
    }


/* ----- HORAIRES ----- */

 #horaires table.horaire{
    margin:auto;
    width: 900px;
    border: 0px;
} 
#horaires table{
    margin:auto;
    width: 900px;
    border-collapse: collapse;
    border: 0px solid #dddcdc;
}

#horaires td{
    text-align: center;
    border: 0px solid #dddcdc;
    padding: 5px 0px 5px 5px;
    font-size: 0.9em;
}

#horaires th{
    height: 30px;
    background-color: #8fd247;
    border: 0px solid #dddcdc;
    color: #fff;
    font-weight: bold;
}

#horaires td.Lcategories{
    background-color: #f6f0f0;
    text-align: left;
}

#horaires .C1{
    width: 40px;
}

#horaires .C2, .C3, .C4, .C5{
    width:15px;
}

/* ----- RESULTATS -----*/

#resultats .button{
    border-radius: 30px;
    text-transform: uppercase;
    background-color: #8fd247;
    border: none;
    color: white;
    padding: 5px 25px;
    text-align: center;
    text-janvoration: none;
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
    transition-duration: 0.4s;
}

#resultats .button:hover {
  background-color: #72bd18;
}

#resultats table{
    margin:auto;
    width: 900px;
    border-collapse: collapse;
    border: 1px solid #dddcdc;
    margin-bottom: 20px;
}

#resultats td{
    text-align: center;
    border: 1px solid #dddcdc;
    padding: 5px 0px 5px 5px;
    font-size: 0.9em;
}

#resultats th{
    height: 30px;
    background-color: #f6f0f0;
    border: 1px solid #dddcdc;
    color: #333;
    font-weight: bold;
}

#resultats .titremois{
    background-color: #8fd247;
    color: #333;
    font-weight: bold;
}

#resultats .C1,#resultats .C2,#resultats .C3{
    width: 28.33%;
}

#resultats .C4{
    width: 15%;
}

.titreannee{
    font-size: 1.2em;
    text-align: center;
}

/* ----- CALENDRIER -----*/
#calendrier1 table{
    margin:auto;
    width: 900px;
    border-collapse: collapse;
    border: 1px solid #dddcdc;
}

#calendrier1 td.jour{
    height: 110px;
    border: 1px solid #dddcdc;
    text-align: center;
    color: #ccc;
    font-size: 2em;
}

#calendrier1 td.jourON{
    background-color: #72bd18;
}

#calendrier1 .texteON{
    text-align: center;
    vertical-align: middle;
    color: #fff;
    font-size: 0.7em;
}

#calendrier1 td.joursemaine{
    border: 1px solid #dddcdc;
    text-align: center;
    width: 14.285%;
    background-color: #8fd247;
    color: #fff;
    height: 30px;
    font-weight: bold;
}

.titremois{
    font-size: 1.2em;
    text-align: center;
    height: 60px;
}

#popup table{
    width: 100%;
    height: 120px;
    color: #fff;
    border: 0px;
    border: 0px;
}


#popup td.jourchif{
     padding-left: 5px;
    font-size: 1.5em;
}

#popup td.center{
    text-align: center;
}

.modalDialog {
        position: fixed;
        font-family: Arial, Helvetica, sans-serif;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background: rgba(0,0,0,0.8);
        z-index: 99999;
        opacity:0;
        -webkit-transition: opacity 400ms ease-in;
        -moz-transition: opacity 400ms ease-in;
        transition: opacity 400ms ease-in;
        pointer-events: none;
    }

.modalDialog:target {
        opacity:1;
        pointer-events: auto;
    }

.modalDialog > div {
        width: 600px;
        position: relative;
        margin: 10% auto;
        padding: 15px;
        background: #fff;
    }

.modalDialog2 {
        position: fixed;
        font-family: Arial, Helvetica, sans-serif;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background: rgba(0,0,0,0.8);
        z-index: 99999;
        opacity:0;
        -webkit-transition: opacity 400ms ease-in;
        -moz-transition: opacity 400ms ease-in;
        transition: opacity 400ms ease-in;
        pointer-events: none;
    }

.modalDialog2:target {
        opacity:1;
        pointer-events: auto;
    }

.modalDialog2 > div {
        width: 750px;
        position: relative;
        margin: 10% auto;
        padding: 15px;
        background: #fff;
    }

.close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
  text-janvoration: none;
}

.close:hover,
.close:focus {
  color: #000;
  text-janvoration: none;
  cursor: pointer;
}

table#calendrier{
    width: 100%;
    font-size: 22px;
    color:#fff;
}

#calendrier .maj{
    text-transform: uppercase;
    text-align: center;
    margin-bottom: -10px;
}

#calendrier .date{
    font-size: 40px;
    text-align: right;
    font-weight: bold;
    margin-bottom: -25px;
}

#calendrier .datemaj{
    text-transform: uppercase;
    text-align: right;
    font-weight: bold;
}

#calendrier .txt{
    text-align: center;
}
#calendrier p{
    font-weight: bold;
}

#calendrier td{
    width: 33.33%;
    margin-bottom: 20px;
}
#calendrier tr{
    padding-bottom: 20px;
}

#calendrier td a {
    display: block;
    padding: 20px;
    text-janvoration: none;
    color:#fff;
}

#calendrier a:hover {
 background-color: rgba(0,0,0,0.2);
    color:#fff;
}

#calendrier a {
 transition: .5s ease;
    cursor: pointer;
}

.case1{
    background-color: #99cc33;
}

.case2{
    background-color: #72bd18;
    
}

.case3{
    background-color: #99cc33;
   
}



#popup1{
    width:100%;
    border: 1px solid #cccccc;
    font-family: times, serif;
}

.top li{
    float: left;
    list-style-type: none;
}

#popup1 .date{
    font-size: 40px;
    font-weight: bold;
    padding-left: 0px;
    margin-top: 0px;
}

.date2{
    border-left: 1px solid #cccccc;
    background-color: aqua;
    width: 375px;
}

.colGa{background-color: red;
width: 50%;}

#popup1 .datemaj{
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: -45px;
    padding-left: 0px;
    margin-bottom: 5px;
    padding-right: 20px;
}

#popup1 .maj{
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 0px;
    margin-top: 2px;
}

#popup1 .details{
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    padding-top: 30px;
    padding-left: 10px;
     background-color: #f5f5f5;
}

#popup1 .detailstxt p, .heuretxt p, .lieutxt p{
    margin-bottom: -10px;
}

#popup1 .detailstxt{
    height: 170px;
    vertical-align: top;
    padding-left: 40px;
    border-bottom: 1px solid #cccccc;
     background-color: #f5f5f5;
    font-size: 15px;
}

#popup1 .heuretxt, .lieutxt{
    vertical-align: top;
    padding-left: 40px;
    border-bottom: 1px solid #cccccc;
     background-color: #f5f5f5;
    font-size: 15px;
    padding-bottom: 20px;
}

#popup1 .txt{
    font-size: 17px;
    font-weight: bold;
    margin-top: 5px;
    margin-bottom: -5px;
}

#popup1 .top{
         height:70px;
}

#popup1 .vide{
    border-bottom: 1px solid #cccccc;
    background-color: #f5f5f5;
}

#popup1 .heure{
    border-right: 1px solid #cccccc;
    width:50%;
    background-color: #f5f5f5;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: bold;
    padding-top: 15px;
    padding-left: 10px;
}

#popup1 .heuretxt{
    border-right: 1px solid #cccccc;
}

#popup1 .lieu{
    width:50%;
    background-color: #f5f5f5;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: bold;
    padding-top: 15px;
    padding-left: 10px;
}

/* ----- CONTACT -----*/

#contact table{
    margin:auto;
    width: 900px;
    border-collapse: collapse;
    margin-bottom: 20px;
}

input{
     padding:3px;
     width:250px;
    background-color: #dddcdc;
    font-family: arial, sans-serif;
    font-size: 0.7em;
    color: #333;
    margin-bottom: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
 }

input.tel{
     padding:3px;
     width:518px;
    background-color: #dddcdc;
    font-family: arial, sans-serif;
    font-size: 0.7em;
    color: #333;
    margin-bottom: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
 }

textarea{
     padding:3px;
     width:518px;
    height: 100px;
    background-color: #dddcdc;
    font-family: arial, sans-serif;
    font-size: 0.7em;
    color: #333;
    margin-bottom: 10px;
 }

.btnenvoyer{
    border-radius: 30px;
    text-transform: uppercase;
    background-color: #8fd247;
    border: none;
    color: white;
    padding: 10px 25px;
    text-align: center;
    text-janvoration: none;
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
    transition-duration: 0.4s;
    margin-left: 190px;
    width: 150px;
}

.btnenvoyer:hover {
  background-color: #72bd18;
}

.captcha{
    padding-left: 80px;
}

#contact .center{
    text-align: center;
}

#contact td{
    border: 0px solid red;
}

/* ----- MEMBRES CSL -----*/

#membrescsl td{
    width: 25%;
}

#membrescsl{
    text-align: center;
    width: 100%;
}

#membrescsl .nom{
    font-family: masque;
}

/* ------ PASSAGE DE GRADE -----*/

#blocpassagegrade table{
    margin:auto;
    width: 900px;
    border-collapse: collapse;
    border: 1px solid #dddcdc;
}

#passagegrade tr.ligne1{
    background-color: #f6f0f0;
}

#passagegrade .button{
    border-radius: 30px;
    text-transform: uppercase;
    background-color: #8fd247;
    border: none;
    color: white;
    padding: 5px 25px;
    text-align: center;
    text-janvoration: none;
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
    transition-duration: 0.4s;
    text-decoration: none;
}

#passagegrade .button:hover {
  background-color: #72bd18;
}

#passagegrade img{
    width: 200px;
}

#passagegrade .col1{
    width: 20%;
}

#passagegrade .col2{
    width: 35%;
    text-align: left;
}

#passagegrade .col3{
    width: 20%;
}
#passagegrade .col4{
    width: 25%;
}

/* ----- REVISIONS -----*/
#revisions table{
    margin:auto;
    width: 900px;
    border-collapse: collapse;
    border: 1px solid #dddcdc;
}


#revisions img{
    max-width: 100%;
}

#revisions th{
    height: 30px;
    background-color: #f6f0f0;
    border: 1px solid #dddcdc;
    color: #333;
    font-weight: bold;
}

#revisions td.soustitre{
    text-align: center;
    background-color: #f6f0f0;
    color: #333;
    font-weight: bold;
}

#revisions img.grade{
    height: 520px;
    width: 293px;
}

#titreceinture h1{
    float: left;
}

#titreceinture .bouton{
    margin-top: 25px;
    margin-right: 50px;
    border-radius: 30px;
    text-transform: uppercase;
    background-color: #8fd247;
    border: none;
    color: white;
    padding: 10px 27px;
    text-align: center;
    text-janvoration: none;
    display: inline-block;
    font-size: 0.8em;
    font-weight: bold;
    cursor: pointer;
    transition-duration: 0.4s;
    float: left;
    right: 0;
    position: absolute;
}

.bouton:hover {
  background-color: #72bd18;
}

/* ----- STAGES -----*/

#stagesmenu{
    padding:0;
    margin: 0;
    list-style: none;
    float:right;
    width: 100%;
    font-family: masque;
    text-align: center;
}

#stagesmenu td{
    width: 33.33%;
    width: 475px;
}
    
#stagesmenu a,#stagesmenu a:hover{
    text-janvoration:none;
    display: block;
    }
#stagesmenu .aulnay:hover,.aulnayON{
    height:20px;
    padding:15px; 
    background-color:#8fd247;
    color:#ffffff;
    border: 2px solid #8fd247;
    }
    
#stagesmenu .aulnay{
    height:20px;
    padding:15px; 
    color:#8fd247;
    border: 2px solid #8fd247;
    
    }

#stagesmenu .thonon:hover,.thononON{
    padding:15px;  
    height:20px;
    background-color:#72bd18;
    color:#ffffff;  
    border: 2px solid #72bd18;
    }

#stagesmenu .thonon{
    padding:15px;  
    height:20px;
    color:#72bd18;
    border: 2px solid #72bd18;
    }
    
#stagesmenu .auvergne:hover,.auvergneON{
    padding:15px;  
    height:20px;
    background-color:#529301;
    color:#ffffff;
    border: 2px solid #529301;
    }

#stagesmenu .auvergne{
    height:20px;
    padding:15px; 
    color:#529301;
    border: 2px solid #529301;
    }

#stagesmenu .granville:hover,.granvilleON{
    padding:15px;  
    height:20px;
    background-color:#447901;
    color:#ffffff;
    border: 2px solid #447901;
    }

#stagesmenu .granville{
    height:20px;
    padding:15px; 
    color:#447901;
    border: 2px solid #447901;
    }

#Pdroite{
    float: left;
    width: 25%;
}
#Pgauche{
    float: left;
    width: 75%;
    text-align: justify;
}

#Pdroite img{
  width:96%;
  height:96%;
  display:block;
  margin-bottom: 5px;
  border-left: 15px solid #8dd43a;
}

#Pdroite img:hover{
    border-left: 15px solid #64ae01;
}

/* ------ BJMENU ----- */

#bjmenu{
    padding:0;
    margin: 0;
    list-style: none;
    float:right;
    width: 100%;
    font-family: masque;
    text-align: center;
}

#bjmenu td{
    width: 25%;
    width:360px;
}
    
#bjmenu a,#bjmenu a:hover,#stagesmenu a,#stagesmenu a:hover{
    text-janvoration:none;
    display: block;
    }
    

#bjmenu .babyjudo,.babyjudo:visited{
    height:20px;
    padding:15px; 
    color:#8fd247;
    border: 2px solid #8fd247;
    } 

#bjmenu .babyjudo:hover,.babyjudoON{
    height:20px;
    padding:15px; 
    background-color:#8fd247;
    color:#ffffff;
    border: 2px solid #8fd247;
    } 
    
#bjmenu .ecolejudo:hover,.ecolejudoON{
    padding:15px;  
    height:20px;
    background-color:#72bd18;
    color:#ffffff;  
    border: 2px solid #72bd18;
    }

#bjmenu .ecolejudo{
    padding:15px;  
    height:20px;
    color:#72bd18;
    border: 2px solid #72bd18;
    }
    
#bjmenu .competitions:hover,.competitionsON{
    padding:15px;  
    height:20px;
    background-color:#64ae01;
    color:#ffffff;
    border: 2px solid #64ae01;
    }

#bjmenu .competitions{
    height:20px;
    padding:15px; 
    color:#64ae01;
    border: 2px solid #64ae01;
    }

#bjmenu .handijudo:hover,.handijudoON{
    padding:15px;  
    height:20px;
    background-color:#529301;
    color:#ffffff;
    border: 2px solid #529301;
    }
    
#bjmenu .handijudo{
    padding:15px;  
    height:20px;
    color:#529301  ;
    border: 2px solid #529301;
    
    }

#inscription{
    width: 100%;
}

#inscription .button2{
    margin-top: 15px;
    margin-bottom: 15px;
    }

.button2{
    margin-top: 50px;
    margin-bottom: 50px;
    border-radius: 30px;
    text-transform: uppercase;
    background-color: #8fd247;
    border: none;
    color: white;
    padding: 10px 27px;
    text-align: center;
    text-janvoration: none;
    display: inline-block;
    font-size: 1.5em;
    font-weight: bold;
    cursor: pointer;
    transition-duration: 0.4s;
    width: 80%;
}

.button2:hover{
  background-color: #72bd18;
}


/* ----- FOOTER ----- */

footer{
    background-color: #616161;
    margin-top: 20px;
    color:#fff;
    text-align: center;
    width: 100%;
    padding: 0px;
    padding-bottom: 20px;
    margin-left: auto;
  margin-right: auto;
}

footer ul{
    display: inline-block;
}

footer li{
    float: left;
    list-style: none;
    padding-right: 10px;
}

footer a{
    color: #fff;
    text-janvoration: none;
}

footer a:hover{
    color: #fff;
    text-janvoration: underline;
}

.vertical-line{
        border-left: 1px solid #fff;
        display: inline-block;
        height: 20px;
        margin: 0 20px;
}

/* ----- GALLERY ----- */

#gallery{
overflow:auto;
}

#gallery td{
padding: 5px;
}

/* ----- FIN FOOTER ----- */

/* PC portable */
@media(min-width: 951px){
    #global{
        width :100% ;
        padding :0px ;
        
    }
   #titre-gauche1 .soustitre{
    font-size: 2em;
}
    #bloc1, #bloc2, #bloc3{
        width: 80%;
        margin-left:10%;
    }
    #titre-gauche1, titre-gauche2, titre-gauche3{
        width :100% ;
    }
    
    #contenu1,#contenu2,#contenu3{
        width :70% ;
    }
    
    #image-droite1, #image-droite2, #image-droite3{
        width :30% ;
        text-align: right;
        vertical-align: middle;
        display: block;
        margin-top: 10px;
    }

}

/* tablette */
@media(min-width: 481px) and (max-width: 950px){ 
    #global{
        width :100% ;
        padding :0px ;
    }
    
    .soustitre{
    font-size: 1em;
}
    #titre-gauche1, #titre-gauche2, #titre-gauche3{
        width :100% ;
    }
    
    
    
    #contenu1, #contenu2, #contenu3{
        width :70% ;
    }

    #image-droite1, #image-droite2, #image-droite3{
        width :30% ;
    }
}

/* smartphone */
@media screen and (max-device-width: 480px),
       screen and (max-width: 480px) {
    #global{
        width :100% ;
        padding :0px ;
    }
    
    #titre-gauche1, #titre-gauche2, #titre-gauche3{
        width :100% ;
    }
    
    
    
    #Pdroite{
        width: 100%;
    }
        
    #Pgauche{
        width: 100%;
    }
           
    #video{
        width: 0%;
        height: 0%;
    }
    
              
}

/* --------------------------- */