*{
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    transition: all 1s ease, font-size 0s;
}
a,a:hover{
    color:inherit;
    text-decoration:none;
}
h2,h2,h3,h4,h5,h6,p{
    color: #fff;
}
.container{
    max-width: 900px;
    margin:auto;
    padding: 0 0px;
}

body{
    background-size: cover;
    background-image: url("../css/Background-lecocondubonheur.jpg");
    background-repeat: no-repeat;
    min-height: 100vh;
} 
.clr{
    background-color: #fff;
    text-align: center;
    display: inline-block;
    width: 100%;
    opacity: 0.75;
}
.logo{
    width: 32%;
    margin-top: 30px;
}
.lft{
    background-color: #37AAE2;
    height: 100%;
}
.rgt{
    background-color: #E4226C;
    height: 100%;
}
.row{
    margin:40px 0;
    padding: 0 15px;
}
.padd{
    padding:10px 30px
}
.pad{
    padding:10px 30px;
}
.titre{
    font-size: 24px;
    margin-bottom: 20px;
    font-weight: 400;
}
.small-size{
    font-size: 16px;
}
.my-btn1{
    background-color: #96C11F;
    padding:7px 12px;
    display:  inline-block;
    margin-bottom: 12px;
    color: #fff!important;
    font-size: 16px;
    transition: 1s ease;
}
.my-btn2{
    background-color: #fff;
    padding:7px 12px;
    display:  inline-block;
    margin-bottom: 12px;
    color: #37aae2!important;
    font-size: 16px;
    transition: 1s ease;
}
.my-btn3{
    background-color: #fff;
    padding:7px 12px;
    display:  inline-block;
    margin-bottom: 12px;
    color: #E4226C!important;
    font-size: 16px;
    transition: 1s ease;
}

.my-btn1:hover,.my-btn2:hover,.my-btn3:hover{ font-size: 18px;}


@media screen and (max-width: 768px) {
    .pad{
           padding:10px 0px;
    }
}