html, body {
 margin:0;
 padding:0;
 }

.body{
    
    background: no-repeat top/100% url("../img/background.svg");
    font-family: 'Jost', sans-serif;
}

.header{

    font-family: 'Jost', sans-serif;
    font-weight: 400;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    justify-content:center;
    margin: 10px 20px 0px 20px;
}

@media (max-width: 950px){
    .body{
        background:no-repeat top/100% url("../img/visuel-home-mobile.svg");
       } 
    .visuel-home{  
    opacity: 0%;
    }
    .header{
        display: flex;
        flex-direction: column;
        justify-content: center;
        text-align: center;
    }  
    .onglet{
        padding:5px;

    }

}

#menu{
    display: flex;
    flex-direction: flex-end;
    list-style:none; 
    padding:0px;
    justify-content:center;
}

@media (max-width: 650px){
    #menu{
        display: flex;
        flex-direction: column;
        list-style:none; }
    .body{
        background:no-repeat top/100% url("../img/visuel-home-mobile2.svg");}

}



.onglet a{
    
    margin: 0px 20px;
    font-size:12px;
    color:#F69E6B;
    
}
.onglet a:hover{
    color:#4376F9;
    cursor: auto;
}

.bandeau-home{
    
    display: flex;
    flex-wrap: wrap;
    justify-content:center;
    height: 500px;
    width:100%;

}

.visuel-home{
        
    width:40%;

}

.caption{
    
    text-align: center;
    text-transform: uppercase;
    letter-spacing: .2rem;
    margin-top: 50px;

}






.reseauxsociaux{
    
    display: flex;
    flex-wrap: wrap;
    justify-content:center;
    width: 100%;
    height: 100px;
    margin-top:30px;

}

.round {
    
    margin: 0px 5px 0px 5px;
    background-color:black;
    border-radius: 50%;
    width: 45px;
    height: 45px;
    display: flex;
    justify-content:center;
    align-items: center;


}
.round:hover {
    background-color:#E5BBF4;
}
    



@media screen and (max-width: 499px){
    
    .round img{
    
        width:56%;

    }
    .round{
        width: 40px;
        height: 40px;
    }
  

}




.content{
    display: flex;
    flex-wrap: wrap;
    justify-content:center;
    margin: 40px 0 40px 0;
}

.content img{
    margin:10px 25px 10px 25px;
}


.apropos{
    

    display: flex;
    flex-wrap: wrap;
    justify-content:center;


}

.text{

    width: 490px;
    height: 170px;
    justify-content:left;
    color: #F69E6B;
    font-weight: 300;
    letter-spacing: 0.03em;
    padding:30px;

}

#photoronde{
    border-radius:50%;
    width:160px;
    height:160px;
    padding:30px;

}

a{
    text-decoration: none;
    cursor: auto;
}


h3{
    font-size:12px;
    letter-spacing: .1rem;
    color: #D9D9D9;
}
h2{
    font-family: 'DM Serif Display', serif;
    font-size:22px;
    text-transform: none;
    letter-spacing: .05rem;
}
h1{
    font-size:26px;
    line-height:25px;

}
p{
    font-size: 18px;
}
.typo-empattement{
    font-family: 'DM Serif Display', serif;
}
.legende{
    font-size: 13px;
    font-weight: 300;

}  

.legende a{
    text-decoration: none;
    color: #F69E6B;
    padding-right:20px;

}
.legende a:hover{
    color:#4376F9;
    cursor: auto;
}

.orange{
    margin-top:-50px;
    width:80%;
    color:#F69E6B;
    font-size:12px;
    font-weight: 300;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    }
.bloc{
    border:dashed 1px #F69E6B;
    width:40%;
    margin:20px;
    text-align: center;
}

.bleu{    
    background: #F5F8FF;
    width:70%;
    padding:50px;
    color:#4376F9;
    font-size:12px;
    font-weight: 300;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.blocbleu1{

    width:30%;
    margin-right:8%;
}
.blocbleu2{

    width:60%;
}


@media (max-width: 820px){
    .bloc{
    width:100%;
}
    .bleu{    
    width:98%;       
}
    .blocbleu1{
        width:100%;
}
    .blocbleu2{
        width:100%;
}
    .text{
        text-align: center;
} 
}  
    
.bouton{
    margin-top: 15px;
    border-radius: 30px;
    padding: 10px;
    text-align: center;
    width:150px;
    background-color:#87D0E5;
    color:white;
    

}

.bouton:hover{
    background-color:black;
}



#conteneur{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width:100%;
}

.galerie img{

    width: 160px;
    height:160px;
    margin: 0px 3px 0px 3px;

    
}

.galerie{
 

    
}

.center{
    text-align: center;
}

.footer{   
    background-color: #4376F9;
    width:100%;
    text-align: center;
    padding:3% 0 3% 0;
    color: white;
    margin-top: 30px;
}
    .footer a{
    color: white;
    }
    

