/* ------ Balises ------ */

body{
    font-family: 'Roboto', sans-serif;
    font-size: 1.0em;
    margin-top: 90px;
}
h1{
    font-size: 2.8em;
    color: rgb(255, 255, 255);
    text-align: center;
    
}
h2{
    font-size: 1.8em;
    color: rgb(241, 89, 29);
    border-bottom: 1px dotted rgb(241, 89, 29);
}
h3{
    font-size: 1.0em;
    font-weight: bold;
}
h4{
    font-size: 1.8em;
    color: rgb(255, 255, 255);
    text-align: center;
}
p{  
    font-size: 0.9em;
    color: rgba(126, 126, 126, 0.9);
    line-height: 140%;
    margin: 10px 0;
}
img{
    max-width: 100%;
}
header{
    padding: 10px 0;
}

/* Menu */

#menu_haut{
    width: 100%;
    position: fixed;
    top:0;
    z-index: 999;
    background-color: rgb(255, 255, 255);
    -webkit-box-shadow: 0 0 8px 1px rgba(0,0,0,0.3);
    box-shadow: 0 0 8px 1px rgba(0,0,0,0.3);
}


#openBtn{
    position: fixed;
    top: 20px;
    right: 10px;
    z-index: 1000;
}
.burger-icon span {
    display: block;
    width: 35px;
    height: 5px;
    background-color: black;
    margin: 6px 0;
}
.fermer span:nth-last-of-type(2){
    display: none;
}
.fermer .burger-icon span:nth-last-of-type(1){
    -moz-transform: scale(1) rotate(40deg);
    -webkit-transform: scale(1) rotate(40deg);
    -o-transform: scale(1) rotate(40deg);
    -ms-transform: scale(1) rotate(40deg);
    transform: scale(1) rotate(40deg);
    margin-top: 15px;
}
.fermer span:nth-last-of-type(3){
    -moz-transform: scale(1) rotate(-40deg);
    -webkit-transform: scale(1) rotate(-40deg);
    -o-transform: scale(1) rotate(-40deg);
    -ms-transform: scale(1) rotate(-40deg);
    transform: scale(1) rotate(-40deg);
    position: absolute;
    margin-top: 15px;
}
#menu_container{
    width: 100%;
    height: 100vh;
    position: fixed;
    top:0px;
    right: 100vw;
    z-index: 999;
    background-color: rgb(255, 255, 255);
    text-align: center;
    opacity: 0;
}
#menu_container ul {
    border: none;
}
#menu_container a{
    font-size: 1.9em;
    color: rgb(241, 89, 29);
    transition: all 300ms;
    padding: 0 10px;
    margin: 5px 0;
}
#menu_container a:hover{
    color: rgb(248, 225, 76);
    
}

/* ------ Page Index ------ */

.vegas{
    min-height: calc(100vh - 90px);
}
.gallerie_haut{
    width: 40%;
    margin: 0 auto;
}
.gallerie_haut h1{
    width: 100%;
    font-size: 1.8em;
    color: rgb(255, 255, 255);
    text-align: center;
}
.gallerie_haut p{
    text-align: justify;
    color: rgb(255, 255, 255);
}
.gallerie_haut img{
    display: block;
    margin: 0 auto;
}
#hide{
    display: none;
}
#home{
    text-align: center;
}
#home a{
   
    display: inline-block;
    padding: 0;
    margin: 0 auto;
}
.hiden{
    display: none;
}
.btnLirePlus{
    text-align: right;
}
.btnLirePlus a{
    width: 100px;
    display: inline-block;
    font-size:0.9em;
    color: rgba(255, 255, 255, 0.9);
    text-decoration: none;
    background: url(images/btn-plus.png) no-repeat 15px rgba(235, 98, 48, 1);
    line-height: 200%;
    padding: 0 20px 0 30px;
}
.btnLirePlus a::after{
    content: "+";   
}
.btnLirePlus.fermer a::after{
    content: "-";
}
#gallerie{
    background: url("images/pattern.png");
    margin: 0;
    padding: 20px 0;
}
.container_gallerie{
    max-width: 1380px;
    margin: 0;
    padding: 40px 10px;
}
.btnGalerie{
    font-size: 0.8em;
    color: rgb(255, 255, 255);
    text-decoration: none;
}
.btnGalerie::after{
    content: "+";   
}
.btnGalerie.fermer::after{
    content: "-";
}
#gallerie h3{
    font-size: 1.8em;
    text-align: center;
    color: rgba(255, 255, 255, 0.9);
    margin: 20px 0;
}
#gallerie img{
    border: 1px solid rgba(255, 255, 255, 0.9);
    display: block;
    margin: 10px auto;
}
/* ------ Page ------ */

.img_haut{
    min-height: 350px;
    border-bottom: 5px solid rgb(248, 225, 76);
}
#intro{
    
    margin-top: 60px;
}
#intro p{
    font-size: 1.0em;
    font-weight: bold;
    line-height: 200%;
    text-align: justify;
}
.img_bas{
    height: 350px;
    border-bottom: 5px solid rgb(248, 225, 76);
}

#participation li{
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 0.8em;
    color: rgba(126, 126, 126, 0.9);
    line-height: 140%;
    list-style-type: disc;
    margin: 0 0 0 20px;
}
#participation a{
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 1.0em;
    color: rgba(235, 98, 48, 1);
    text-decoration: none;
}
#afrique img{
    width: 100%;
}
#boutique h3{
    font-size: 1.8em;
    font-weight: normal;
}
#boutique p{
    text-align: center;
}
#boutique a{
    background-color: rgba(235, 98, 48, 1);
    color: rgb(255, 255, 255);
    display: block;
    margin: 0 auto;
}
a.revenir{
    font-size: 0.7;
    text-decoration: none;
    color: rgba(126, 126, 126, 1);
    border: 1px solid rgba(126, 126, 126, 1);
    padding: 5px;
}
.revenir::before{
    content: " < ";
}
#casquette_beige img a{
    display: block;
    margin: 0 auto;
}
#casquette_beige #en_stock{
    max-width: 80px;
    color: rgba(106, 253, 1, 1);
    border: 1px solid rgba(106, 253, 1, 1);
    text-align: center;
    margin: 0 0 20px 0;
    padding: 0;
}
#casquette_beige .prix{
    font-size: 2.0em;
    font-weight: bold;
    color: rgba(126, 126, 126, 1);
    margin: 30px 0;
}
/* ------ Footer ------ */

#nous_suivre h3, #nous_suivre p, #nous_suivre img{
    text-align: center;
}
footer{
    min-height: 120px;
    margin: 60px 0 0 0;
    padding: 0;
    background-color: rgb(241, 89, 29);
}
footer p{
    line-height: 800%;
    color: rgba(255, 255, 255, 0.9);
    text-align: center;
}

