@font-face {
    font-family: "Objectivity";
    src: url("../assets/font/objectivity/OBJECTIVITY-REGULAR.OTF");
}
@font-face {
    font-family: "Objectivity-bold";
    src: url("../assets/font/objectivity/OBJECTIVITY-BOLD.OTF");
}
@font-face {
    font-family: "Nexa";
    src: url("../assets/font/nexa/NEXA-BOLD.OTF");
}
body{
    background-color: #ffffff;
    font-family: Objectivity;
}
*{
    margin: 0;
    padding: 0;
}

/* header */

.logo{
    margin-top: 20px;
    margin-left: 40px;
}

.container-cgv{
    display: flex;
    align-items: center;
    flex-direction: column;
    margin-top: 200px;
}
.container-text-cgv{
    text-align: center;
    margin-top: 100px;
    width: 1300px;
}
.date-cgv{
    font-family: Objectivity-bold;
    font-size: 24px;
    color: #5F5F5F;
}

/* clause 1 */
.clause{
    margin-top: 70px;
}
.title-clause1{
    font-family: Objectivity-bold;
    font-size: 24px;
    color: #5F5F5F;
}
.txt-clause1{
    color: #5F5F5F;
}

/* footer */

footer{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 100px;
    background-color: #ffffff;
    padding-top: 30px;
}
.titles-contact{
    font-size: 40px;
    font-weight: bold;
    color: #EF233C;
    margin-bottom: 60px;
    font-family: Nexa;
}
.btns-contact{
   margin-top: 40px; 
}
.btn-contact{
    cursor: pointer;
    background-color: #EE6C4D;
    border-radius: 99px;
    color: #ffffff;
    margin-left: 10px;
    margin-right:10px;
    padding: 10px 40px;
    box-shadow: 0px 4px 80px rgba(0, 0, 0, 0.3);
    border: none;
}
.copyright{
    margin-top: 100px;
    margin-bottom: 25px;
}

/* background */

.rellax{
    position: absolute;
}
#crayon1{
    top: 30%;
    left: 5%;
}
#cercle1{
    top: 100%;
}
#triangle1{
    top: 60%;
    left: 87%;
}
#chaine1{
    top: 200%;
    left: 5%;
}
#barre1{
    top: 200%;
    left: 67%;
}
#carré1{
    top: 240%;
    left: 5%;
}







@media screen and (max-width: 1300px) {
    .container-text-cgv{
        width: auto;
    }
}

@media screen and (max-width: 1709px) {
    .img-para5{
        width: 250px;
    }
    #barre1{
        top: 250%;
    }
    #cercle1{
        display: none;
    }
    #triangle1{
        left: 70%;
        top: 40%;
    }
}

@media screen and (max-width: 1632px) {
    #carré1{
        top: 250%;
        left: 0%;
    }
    .img-para4{
        width: 200px;
    }
}
@media screen and (max-width: 1141px) {
    #carré1{
        top: 110%;
        left: 0%;
    }
    #barre1{
        top: 260%;
    }
    .img-para4{
        width: 200px;
    }
}
@media screen and (max-width: 893px) {
    #carré1{
        display: none;
    }
    #chaine1{
        display: none;
    }
    #barre1{
        top: 270%;
    }
    .img-para4{
        width: 200px;
    }
    #triangle1{
        top: 20%;
    }
}

@media screen and (max-width: 767px) {
    #carré1{
        top: 290%;
        left: 0%;
    }
    #barre1{
        top: 280%;
    }
    .img-para4{
        width: 200px;
    }
    #triangle1{
        top: 20%;
    }
    #barre1{
        left: 60%;
    }
}

@media screen and (max-width: 657px) {
    
    #triangle1{
        top: 20%;
    }
    .img-para3{
        width: 150px;
    }
    #barre1{
        top: 310%;
    }
    #carré1{
        top: 310%;
    }
    .img-para5{
        width: 210px;
    }
    .btns-contact{
        display: flex;
        align-items: center;
        flex-direction: column;
    }
    .btn-contact{
        margin-top: 20px;
    }

}
@media screen and (max-width: 520px) {
    .img-para2{
        width: 150px;
    }
    #crayon1{
        top: 35%;
    }
    #carré1{
        top: 285%;
    }
}
@media screen and (max-width: 450px) {
    #barre1{
        display: none;
    }
    #triangle1{
        left: 60%;
        top: 15%;
    }
    #carré1{
        top: 330%;
    }
    .img-para4{
        width: 150px;
    }
}
@media screen and (max-width: 375px) {
    #carré1{
        top: 337%;
    }
}

@media screen and (max-width: 375px) {
    #carré1{
        top: 337%;
    }
}

@media screen and (max-width: 425px) and (max-height:900px) {
    #crayon1{
        top: 55%;
    }
    #carré1{
        display: none;
    }
}
