@font-face {
  font-family: 'Ballare';
  src: url('../ballare.tff') format('tff'),
       url('../ballare.woff') format('woff');
}
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');



/****** MAIN ******/

/***** DEBUT SETION PRESENTATION *****/

#presentation{
    max-width: 90%;
    margin: auto;
    text-align: center;
}

main img{
    width: 90%;
    height: 230px;
    border-radius: 20px;
    margin: 5em auto;
}

#pres h1{
    font-family: "Ballare",sans-serif;
    font-size: 5.6rem;
    margin-bottom: 0.5em;
}

#pres p{
    font-size: 2.4rem;
    text-align:left ;
}

#pres p:last-child{
    margin-bottom: 5em;
}

@media screen and (min-width:780px) {
    main img{
        width: 700px;
        height: 300px;
    }
    
@media screen and (min-width:1100px) {
    #pres{
        display: flex;
        flex-direction:row-reverse ;
        align-items: flex-start;
        justify-content: space-between;
        margin-top: 10em;
    }

    main img {
        width: 40%;
        height: auto;
        border-radius:10px;
    }
    #art{
        width: 50%;
        text-align: left;
    }
}

}

/******FIN SECTION PRESENTATION*****/

/*******DEBUT SECTION PLUS LOIN******/
#plusLoin{
    max-width: 90%;
    margin: auto;
    text-align: center;
}
#plus img{
    margin:0;
    margin-bottom: 5em;
}

#plus img:last-child{
    display:none;
}

#plusTexte{
    font-size: 2.4rem;
    text-align: left;
}

#plusTexte p{
    margin: 0 auto 2em auto;
}

#plusTexte button{
    margin: 3em 0;
    
    width: 45%;
}

.ebook{
  display:none;
}
@media screen and (min-width:780px) {
    #plusTexte button{
        width: 30%;
    }
}

@media screen and (min-width:1100px){
#plus{
    display:flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-top:10em ;
}

#images img:last-child{
    display: block;
    margin-top: 10em;
}

#images{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 40%;
}

#images img{
    width:100%;
    height: auto;
}
#plusTexte{
    width: 50%;
}

  
.ebook{
    display:block;
  }
  
#ebook .ebook{
    width:45%;
  }
  
#ebook{
    display: flex;
    flex-direction:row;
    justify-content : space-around;
    align-items:center;
  }
}

/********FIN SECTION PLUS LOIN********/

/*******SECTION TARIF*******/

#sec_tarif{
    margin: auto;
    padding-top:5em;
    text-align: center;
    background-color: #fcede6;
}

#tarif h3{
    font-size: 3.2rem;
    margin-bottom: 2em;
}

#titre_tarif button{
    display:none;
}

#Prix{
    font-size: 1.6rem;
    display: flex;
    flex-direction: column;
    width: 90%;
    margin: auto;
}

.tarif{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 2em;
    border-bottom:1px solid #CD8A5E ;
}

@media screen and (min-width:1100px){

    #ensemble_tarif{
        display:flex;
        flex-direction: row;
        justify-content: space-between;
        max-width: 90%;
        margin: auto;
    }

    #Prix{
        width: 60%;
        font-size: 2.4rem;
        margin-left:8em ;
        margin-top: 2em;
        margin-bottom: 3em;
    }

    #titre_tarif{
    margin-top: 3em;
    }

    #Prix strong{
        font-size: 1.8rem;
        margin-bottom: 3em;
    }

    #Prix button{
        display: none;
    }
    #titre_tarif button{
        display: block;
        width:80%;
    }
}
/*********FIN SECTION TARIF*********/
/*******FIN MAIN*******/

/*******DEBUT FOOTER*******/

footer{
    background-color: rgb(49,44,81);
    padding-top: 5em;
    padding-bottom: 5em;

}

#foot{
    width: 90%;
    margin: auto;
}

#reserve_foot{
     display: flex;
     flex-direction: column;
}

footer a {
    font-size: 2.4rem;
    color:#CD8A5E;
    text-decoration: underline;
    margin-top: 0.5em;
}

footer address{
    font-size: 1.8rem;
    margin-top: 2em;
    color: white;
}

footer address p:first-child{
    font-weight: 600;
}

footer address p:first-child,
footer address p:nth-child(3),
footer address p:last-child{
    margin-bottom: 1.5em;
}

footer #ico{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 40%;
}
#ico i{
    color:white;
}
#logo_foot{
    display: none;
}

@media screen and (min-width:780px) {
    #foot{
        display: flex;
        flex-direction: row;
        justify-content: space-evenly;
        align-items: flex-start;
        padding-bottom: 1em;
    }
    footer address{
        margin-top: 1em;
    }

    footer #ico{
        width:100%
    }
}

@media screen and (min-width:1100px) {
    #logo_foot{
        display: block;
    }

    #logo_foot img{
        max-height: 120px;
        margin-top: 2em;
    }
}

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