*{
    box-sizing: border-box;
}
body, html{
    font-size: 16px;
    color: rgba(0,0,0,0.87);
    font-family: "Montserrat", sans-serif;
    line-height: 1;
    margin: 0;
    padding: 0;
    font-weight: 500;
    
}


.topbar{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    background: #FFF;
    padding: 40px 70px 20px 70px;
    z-index: 3;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.2);
}

.topbar nav{
    float: left;
}

.topbar nav a{
    color: #9F9F9F;
    text-decoration: none;
    font-weight: 500;
    padding: 0 53px;
    transform: color .4s;

}

.topbar nav a:hover{
    color: black;
}

.social {
    float: right;
}

.social a{
    padding: 0 12px;
    opacity: .6;
}

.social a:hover {
    opacity: 1;
}

.banniere {
    height: 500px;
    background: url("img/baniere.JPG");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center ;
    margin-top: 100px;
}


.body{
    display: flex;
}

.main {
    position: relative;
    background-color: white;
    width: 100%;
}

h1{
    font-family: "Bebas Neue";
}

.presentation{
    text-align: center;
    font-size: 4rem;
    margin-top: 35px;
    margin-bottom: 0;
}


.container1{
    display: inline-flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100vw;
}

.container1 h2{
    text-align: center;
}

.container1 p{
    text-align: center;
}



.boite:nth-child(1) {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.boite:nth-child(2) {
    align-self: center ;
}


.container1 div{
    width: 450px;
}

.pictures {
    display: flex;
    width: 100%;
    justify-content: center;
}

.photo img{
    height: 262px;
}


.article{
    position: relative;
    margin: 50px 0;
    font-size: 1.2rem;
    line-height: 1.3;
}

.article blockquote{
    text-align: center;
}

.article-title {
    font-size: 2rem;
    line-height: 1.1;
    font-family: "Lobster", sans-serif;
    margin: 0 0 15px 0 ;
}

.formules{
    text-align: center;
    font-size: 4rem;
    margin-top: 65px;
    margin-bottom: 35px;
}


.rack{
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.card{
    width: 350px;
    background-color: #f1f1f1;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.6);
    margin: 10px 0;
}

.decouverte-title{
    color: rgb(0, 93, 0);
}

.sensations-title {
    color: rgb(169, 0, 0);
}

.personnalise-title{
    color: #777676;
}

.card-title{
    font-family: "Lobster";
    font-size: 25px;
}

.card-date{
    font-weight: bold;
}

.card img{
    width: 350px;
}

.card-body{
    padding: 0 15px;
}

.card .card-body{
    text-align: center;
    margin: 2px;
}

.card-body h3{
    margin-bottom: 1px;
}

.card-body p:first-child{
    margin-top: 5px;
}

.reduc{
    display: flex;
    justify-content: center;
}

.reduc-card{
    text-align: center;
}

.reduc-title{
    font-family: "Bebas Neue";
    font-size: 1.2rem;
}


.contact{
    text-align: center;
    font-size: 4rem;
    margin-top: 55px;
    margin-bottom: 20px;
}


.contact-rack{
    display: flex;
    flex-wrap: wrap;
    justify-content: center ;
    padding-bottom: 30px;
}

.card-contact{
    width: 350px;
    margin: 20px;
    font-size: 1.2rem;
    color: rgb(40, 40, 40);
}

.card-contact:nth-child(1){
    padding: 10px 0 20px 20px;
    text-align: justify;
    line-height: 1.3;
}

.card-contact:nth-child(2){
    padding: 0 0 0 20px;
}

.br{
    border: solid 1px;
    width: 170px;
    color: black;
}

.champ{
    margin: 5px;
}

ul{
    text-align: start ;
    text-decoration: none;
    list-style: none;
    padding: 0;
}

ul a{
    text-decoration: none;
    color: gray;
    line-height: 2.5;
}

.contact-social-media{
    position: relative; 
    text-align: start;
}

.coordonnées{
    display: flex;
}


.footer {
    clear: both;
    display: flex;
    justify-content: space-evenly;
    margin: 5px 0;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.2);
}

.footer a{
    text-decoration: none;
}

.footer-obligations {
    background: #c6c6c6;
    clear: both;
    display: flex;
    justify-content: space-evenly;
    margin: 5px 0 0;
    padding: 10px 0;
}

.footer-obligations a{
    text-decoration: none;
}

.obligations{
    margin: 150px 0 60px;

}

.obligations-p{
    padding: 0 40px 40px;
}

.obligations-title{
    text-align: center;
}

.obligations-title{
    font-family: "Bebas Neue";
    font-size: 2rem;
}

h3{
    font-family: "Bebas Neue";
}

@media screen and (max-width:1200px){
    .container1 div{
        width: auto;
    }

    .article{
        margin: 20px 0;
    }
}


@media screen and (max-width:900px){
    .body {
        display: block;
    }

    .banniere {
        height: 350px;
        background: url("img/baniere.JPG");
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center ;
        margin-top: 100px;
        margin-bottom: 0;
    }

    .main{
        width: 100%;
    }


    .topbar nav,  .social { 
        float: none;
        text-align: center;
    }
    
    .topbar nav a {
        display: inline-block;
        margin: 0 20px 5px 20px; 
        padding: 0 2px;
        white-space: nowrap;
        text-transform: uppercase;
    } 

    .topbar{
        padding-top: 35px;
        padding-bottom: 0;
        padding-left: 35px;
        padding-right: 35px;
    }

    .presentation{
        font-size: 2.25rem;
    }

    .formules{
        font-size: 2.25rem;
    }

    .article{
        margin: 20px 0;
        align-self: center;
        font-size: 1rem;
    }

    .container1 p{
        text-align: justify;
        padding: 0 30px;
    }

    .container1{
        padding: 10px;
    }

    .article-title{
        padding: 0 30px;
    }

    .rack{
        padding: 0 10vh ;
    }

    .card{
        width: 300px;
    }

    .card-contact{
        line-height: 1;
        font-size: 1rem;
        margin: 0;
    }

    .card img{
        width: 300px;
    }

    .reduc{
        margin: 0 25px;
    }

    .reduc-p{
        font-size: 1.15em;
    }

    .contact{
        font-size: 2.25rem;
    }

    footer{
        padding: 0 35px;
        font-size: smaller;
    }
    
    .pictures div:nth-child(2){
        display: none;
    }

    .pictures div:nth-child(5){
        display: none;
    }

    .pictures div:nth-child(4){
        display: none;
    }

    .photo img{
        height: 22vh;
    }

    .card-contact:nth-child(1){
    text-align: justify;
    padding: 0 40px 10px;
    }

    .card-contact:nth-child(2){
    padding: 0  40px;
    }

    ul{
    margin: 0;
    padding: 0;
    }

    .coordonnées{
    align-items: center;
    }

    .reduc-card{
    padding: 0 30px;
    }

    .reduc-p{
    text-align: justify;
    }

    .obligations{
        margin: 170px 0 60px;
    }

}


@media screen and (max-width:350px){
    .card{
        width: 250px;
    }

    .card img{
        width: 250px;
    }

    .reduc{
        margin: 0 20px;
    }

    .reduc-p{
        font-size: 1em;
    }

    .footer{
        padding: 0 20px;
    }

    .banniere {
        height: 300px;
    }

    .topbar{
        padding-top: 25px;
    }
}


@media screen  and (min-width:900px){
    .container1{
        padding: 0 150px;
    }
}

@media screen  and (min-width:1800px){
    .container1{
        padding: 0 400px;
    }
}