.body{
    background: linear-gradient(#dfe9f3);
    margin: 0px;
    padding: 0px;
    width: 100%;
    height: 100%;
}



header{
    background-image: url(image/1-fond-site.png);
    border-radius: 20px;
    height:100%;
    width:100%;
    margin: 0;
    padding: 0;
    
}

.logo{
    float: left;
    height: 5%;
    width: 14%;
    padding-left: 1%;
}

.presentation{
    text-align: center;
    font-family: "questrial";
    color: white;
    padding-top: 2%;
    padding-bottom: 3%;  
    font-size: 250%;
}

.maison{
    float: right;
    height: 30%;
    width:10%;
    padding-right: 5%;
    padding-top: 1%;
}

.insta{
    float: right;
    height: 30%;
    width:10%;
    padding-right: 0%;
    padding-top: 3%;
}

.facebook{
    float: right;
    height: 30%;
    width:10%;
    padding-right: 0%;
    padding-top: 3%;
}


nav{
background-color: #145da0;
width: 100%;
margin: 0px;
padding: 0px;
border-radius: 20px;
text-align: left;
margin: auto;
}


nav ul{
    list-style-type: none;
   
}


nav ul li{

    width: 15%;
    text-align: center;
    position: relative;
    padding: 25px;
    display: inline-block;
}

nav ul::after{
    display: table;
    clear: both;
}

nav a{
    display: block;
    text-decoration: none;
    color: white;
    border-bottom: 0px solid transparent;
    padding: 0px 0px;
    font-family: "questrial";
}

nav a:hover{
    color: orange;
    border-bottom: 0px solid transparent
}
.sous{
    display: none;
    box-shadow:  #ccc;
    background-color: black;
    position: absolute;
    width: 100%;
    z-index: 1000;
    border-radius: 10px;
       
}

nav > ul li:hover .sous{
    display:block;
}

.sous li{
    float: none;
    width: 90%;
    text-align: left;
}

.sous a{
    padding: 10px;
    border-bottom: none;
}

.deroulant{
    color: white;
}



.enfant{
    text-align: center;
    font-family: "questrial";
    font-size: 350%;
    margin-top: 5%;
}



.conteneur-1{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    margin-left: 0%;
    padding-top: 5%;
}
.conteneur-1 h2 a{
    color: #c85103;
    text-decoration: none;
}

.conteneur-1 a:hover{
    color: #ffbd29;
}

.eveil{
    background-color: #caddff;
    border-radius: 50%;
    width: 300px;
    height: 300px
}

.eve{
    text-align: center;
    padding-top: 10%;
}

.imgeve{
    width:90%;
    border-radius: 50%;
    float: right;
    padding-right: 5px;
}

.classique{
    background-color: #caddff;
    border-radius: 50%;
    width: 300px;
    height: 300px
}

.cla{
    text-align: center;
    padding-top: 10%;
}

.imgcla{
    width:90%;
    border-radius: 50%;
    float: right;
    padding-right: 5px;
}

.modern{
    background-color: #caddff;
    border-radius: 50%;
    width: 300px;
    height: 300px
}

.mod{
    text-align: center;
    padding-top: 10%;
}

.imgmod{
    width:90%;
    border-radius: 50%;
    float: right;
    padding-right: 5px;
}

.conteneur-2{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    padding-top: 5%;
}

.conteneur-2 h2 a{
    color: #c85103;
    text-decoration: none;
}

.conteneur-2 a:hover{
    color: #ffbd29;
}

.contemporain{
    background-color: #caddff;
    border-radius: 50%;
    width: 300px;
    height: 300px
}

.con{
    text-align: center;
    padding-top: 10%;
}

.imgcon{
    width:90%;
    border-radius: 50%;
    float: right;
    padding-right: 15px;
}


.capoeira{
    background-color: #caddff;
    border-radius: 50%;
    width: 300px;
    height: 300px;
    
}

.cap{
    text-align: center;
    padding-top: 10%;
}

.imgcap{
    width:90%;
    border-radius: 50%;
    float: right;
    padding-right: 5px;
}



footer{
    background-image: url(image/1-fond-site.png);
    background-position: bottom;
    margin-top: 25px;
    color: black;
    border-radius: 20px;
}

.contenu-footer{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}
.contenu-footer a{
    color: black;
    text-decoration: none;
}


.contenu-footer a:hover{
      color: orange;
}

.contenu-footer .liste-contact li{
    list-style: none;
    padding-right: 10%;
}


