html{
    height: 100%;
    width: 100%;
}
body{
    background-color: #9f215c;
    width: 100%;
    height: 100%;
    font-family: 'Open Sans', sans-serif;
    
}

#gcr_top{padding: 0;}
#bandeau_haut{position: absolute;
    top: 0px;
    left: 0;
    right:0;
    width: 100%;
    z-index: 100;}

#logo_gcr{
    position: absolute;
    top: 9vh;
    left: 0;
    right:0;
    width: 100%;
    z-index: 100;
}

img{
    vertical-align: top;
}

#logo_mma{position: absolute;
    top: 40vh;
    left: 0;
    right:0;
    width: 100%;
    z-index: 100;
}

#selection{
    position: absolute;
    top: 53vh;
    left: 0;
    right:0;
    font-size:24px;
    color: #FFFFFF;
    text-align: center;
    width: 100%;
    z-index: 100;

}

#logo_mma_pro{position: absolute;
    top: 47vh;
    left: 0;
    right:0;
    width: 100%;
    z-index: 100;

}


#gauche{
  height:  100vh;
    background-color: rgba(13, 2, 21, 0.5);
    background: rgba(13, 2, 21, 0.5);
    color: rgba(13, 2, 21, 0.5);
    padding: 0;
    transition-property: all;
    transition-duration: 1s;
    transition-timing-function: ease;
}

#droite{
      height:  100vh;
    padding: 0;
    background-color: rgba(13, 2, 21, 0.5);
    background: rgba(13, 2, 21, 0.5);
    color: rgba(13, 2, 21, 0.5);
    transition-property: all;
    transition-duration: 1s;
    transition-timing-function: ease;
}

#gauche:hover, #droite:hover{
background-color: rgba(13, 2, 21, 0);
    background: rgba(13, 2, 21, 0);
    color: rgba(13, 2, 21, 0);
    height:  100vh;
}

.opacite{
    background-image: url(../images/fond_sans_survol.jpg);
    background-repeat: no-repeat;
    background-position: center center;
}

#craponne{
    padding-top: 60vh;
    width: 40vw;
    float: right;
    text-align: center;
    
}

#ambert{
    padding-top: 60vh;
    width: 40vw;
    float: left;
    text-align: center;
    
}

#ville{
    padding-top: 20px;
    font-size: 20px;
    color: #FFFFFF;
    font-weight: bold;
}
#telephone{
    font-size: 20px;
    color: #FFFFFF;
    padding-bottom: 35px;
}

#choisir{
	display:none;
}

#gauche:hover #choisir, #droite:hover #choisir{
	display:inherit;
	
}

@media all and (max-device-width: 480px)

{
	#choisir{
	display:inherit;
}
	
	
    #gcr_top{padding: 0;}
#bandeau_haut{position: inherit;
    top: 0px;
    left: 0;
    right:0;
    width: 100%;
    z-index: 100;}

#logo_gcr{
    position: inherit;
    padding-top:20px ;
    left: 0;
    right:0;
   
    z-index: 100;
    text-align: center;
}

    #logo_gcr img{
         width: 80%;
        display: inline-block;
    }
    
img{
    vertical-align: top;
}

#logo_mma{position: inherit;
    padding-top:30px;
    left: 0;
    right:0;
    z-index: 100;
    text-align: center;
}
    #logo_mma img{
        width: 40%;
        display: inline-block;
    }
    

#selection{
    position: inherit;
    padding-top:30px;
    left: 0;
    right:0;
    font-size:18px;
    color: #FFFFFF;
    text-align: center;
    width: 100%;
    z-index: 100;

}


#gauche{
  height:  inherit;
    background-color: inherit;
    background: inherit;
    color: inherit;
    padding: 0;
    transition-property: all;
    transition-duration: 1s;
    transition-timing-function: ease;
    background-image:inherit;
}

#droite{
  height:  inherit;
    background-color: inherit;
    background: inherit;
    color: inherit;
    padding: 0;
    transition-property: all;
    transition-duration: 1s;
    transition-timing-function: ease;
    background-image:inherit;
    padding-bottom: 20px;
}

#gauche:hover, #droite:hover{
background-color: rgba(13, 2, 21, 0);
    background: rgba(13, 2, 21, 0);
    color: rgba(13, 2, 21, 0);
    height:  100vh;
}

.opacite{
    background-image:none;
    background-repeat: no-repeat;
    background-position: center center;
}

#craponne{
    padding-top: 20px;
    width: 100vw;
    float: inherit;
    text-align: center;
    
}

#ambert{
    padding-top: 20px;
    width: 100vw;
    float: inherit;
    text-align: center;
	padding-bottom:30px;
    
}

#ville{
    padding-top: 20px;
    font-size: 20px;
    color: #FFFFFF;
    font-weight: bold;
}
#telephone{
    font-size: 20px;
    color: #FFFFFF;
    padding-bottom: 35px;
}



}

@media all and (max-device-width: 1024px)

{#gauche{
  height:  inherit;
    background-color: inherit;
    background: inherit;
    color: inherit;
    padding: 0;
    transition-property: all;
    transition-duration: 1s;
    transition-timing-function: ease;
    background-image:inherit;
}

#droite{
  height:  inherit;
    background-color: inherit;
    background: inherit;
    color: inherit;
    padding: 0;
    transition-property: all;
    transition-duration: 1s;
    transition-timing-function: ease;
}
    
}