* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: raleway, Arial, Helvetica, sans-serif;
    /* font-weight: 100; */

}

header {
    display: flex;
    padding: 30px;
}
header img {
    margin-right: 20px;
}
header span {
    font: 18px / 1.875em raleway;
}
header h1 {
    font-weight: 400;
}

.blue{
    color: #078aec;
}

h1 {
    font-size: xxx-large;
}

.nav {
    /* height: 40px; */
    background-color: #f7f7f7;
    margin-bottom: 50px;
}
nav{
    padding: 0 50px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

nav a, nav span{
    display: inline-block;
    margin-right: 5px;
    padding: 10px;
    text-decoration: none;
    color: black;
}
nav a:hover {
    text-decoration: underline;
}
nav .actif{
    background-color: #ddd;
    cursor: default;
}
nav .actif:hover{
    text-decoration: none;
}

.top{
    margin: 0 auto;
    max-width: 1000px;
    line-height: 1.875em;
    text-align: center;
}
.top h1 {
    line-height: 1.3em;
    text-align: center;
    font-size: 70px;
    font-family: 'Times New Roman', Times, serif;
    font-weight: 100;
}
.top h2 {
    line-height: 1.5em;
    text-align: center;
    font : 20px / 1.67em raleway;
}
.top-flex {
    margin-bottom: 50px;
    display: flex;
    justify-content: space-between;
}
.content{
    padding: 0 50px;
}

footer{
    margin: 0 auto;
    width: 80%;
    line-height: 1.875em;
    text-align: center;
}
.left{
    text-align: left;
}
.benefices {
    margin: 0 auto;
    max-width: 1300px;
    line-height: 1.875em;
    text-align: center;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    text-align: left;
}

.benefices div{
    margin: 10px;
    width: 45%;
    background-color: #eee;
    padding: 40px 25px;
    border-radius: 4px;
}
.benefices h3 {
    margin-top: 40px;
    width: 100%;
    text-align: center;
}
.benefices ul{
    list-style: circle inside;
    margin-top: 20px;
    list-style-type: none ; 
}
.benefices ul li::before{
    content: "\2713";
    margin-right: 15px;
    color: rgba(0, 128, 0, 0.5);
}
.tarif{
    margin: 0 auto;
    width: 80%;
    line-height: 1.875em;
}
.tarif img {
    min-width: 50%;
    height: auto;
    border-radius: 4px;
}
.tarif div{
    border-radius: 4px;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    background-color: #eee;
}

.tarif div p {
    text-align: center;
    padding: 50px;
}
.quotes {
    margin:  100px auto;
    width: 50px;
    fill: #078aec;
}
.rumeur{
    margin: 0 auto;
    width: 80%;
    line-height: 1.875em;

}
.rumeur ul{
    list-style: number inside;
}
.rumeur ul h4 {
    display: inline;
}
.rumeur ul li{
    margin-bottom: 20px;
}


.versus .titre{
    margin-top: 100px;
    background-color: #eee;
    padding: 70px 0;
}
.versus h1{
    text-align: center;
}
.versusText{
    margin: 0 auto;
    width: 80%;
    line-height: 1.875em;
}
.versus h2{
    color: #078aec;
    margin: 40px 0 20px 0;
    
}
.versus .explication{
    padding: 50px 0;
    border-top: 1px dotted #eee;
}
.contact{
    margin: 70px auto;
    width: 60%;

    text-align: center;
}
.contact p{
    line-height: 1.875em;
    margin-top: 50px;
}
.contact span {
    font-size: 1.5em;
    margin-top: 10px;
}
.video {
    text-align: left;
    width: 700px;
    margin: 30px auto;
    padding: 50px 0;
    border-top: 1px dotted #eee;

}

.video h3{
    margin-bottom: 20px;
}

