@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,200;0,300;0,400;0,500;0,600;1,200;1,300;1,400;1,500&display=swap');

@font-face{
    font-family:"Poppins";
}


*{
    margin: 0;
    padding: 0;
    -webkit-box-sizing: inherit;
            box-sizing: inherit;
}
  
  html {
    font-size: 62.5%;
    -webkit-box-sizing: inherit;
            box-sizing: inherit;
    outline: none !important;
  }
  
  body {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    scroll-behavior: smooth;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    font-size: 1.6rem;
    font-family: 'Poppins', sans-serif;
}

h1{
    color: #fff;
    text-align: center;
    margin-bottom: 15px;
    font-size: 4rem;
    font-weight: 300;
}

.cgv-baner a{
    color:#fff;
    font-size: 1.7rem;
    text-decoration: none;
}

.top-link{
    color:#333;
    text-decoration: none;
}

.top-link:hover{
    color:#333;
    text-decoration: none;
}


/* header */

.header{
    width: 100%;
    min-height: 8rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 2px 50px;
    position: relative;
    z-index: 1;
}

.sectionBanner{
    min-height: 80rem;
    width: 100%;
    background-image: url(../image/bg_header-2.png);
    background-position:center;
    background-size: cover;
    /* background-size: 100%,991px ; */
    background-repeat: no-repeat;
    background-color: #0f1f39;
    padding-top: 12rem;
}

.sectionBanne.cgv{
    height: 10rem;
}

.text-box{
    width: 55%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    font-family: 'Poppins', sans-serif;
}

.text-box h1{
    color: #fff;
    text-align: center;
    margin-bottom: 15px;
    font-size: 4rem;
    font-weight: 300;
}

.sectionBanner{
    text-align: center;
    color: #fff;
}

.midlle_sections{
   width: 100%;
   position: relative;
}

.presntationbox{
    width: 78%;
    min-height: 20rem;
    background-color: #fff;
    box-shadow: -2px -5px 15px 5px rgba(0,0,0,0.34);
    margin-right: auto;
    position: absolute;
    z-index: 1000;
    top: -315px;
    display: flex;
    padding-top: 4rem ;
    padding-left: 10rem;
    background-image: url(../image/sectionBG.png);
    background-repeat: no-repeat;
    background-position-y:bottom ;
    background-position-x: right;
}

.profil_box{
    flex: 1;
}

.profil-img{
    display: flex;
    justify-content: center;
    height: 40rem;
}

.profil-img img {
 height: 30rem;
}

.textBox_para{
    padding-right: 3rem;
}

.textBox{
    flex:2;
}

.picto{
    margin-top: 5rem;
}

.footer{
    margin-top: 25rem;
}

.footer p{
    text-align: center;
    padding: 0 2rem;
}

.midleText{
    width: 100%;
    height: 35rem;
}

.midleText img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.mobile{
    display: none;
}

/* mention legalge */
.cgv-baner{
    width: 100%;
    background-image: url(../image/bg_header-2.png);
    background-position: center;
    background-size: cover;
    padding: 5rem 8rem;
    text-align: center;
    color: #fff;
}

.conditions{
    width: 70%;
    margin:  0 auto;
    padding: 15px 2.5rem;
    -webkit-box-shadow: -6px -3px 15px -8px rgba(0,0,0,0.78); 
    box-shadow: 0px -3px 15px -8px rgba(0,0,0,0.78);
}

.conditions h2{
    font-size: 2.5rem;
    margin-bottom: 1.5rem;
    font-weight: 300;
    padding-top: 1rem;
}
/* Mobile */

@media only screen and (max-width: 1200px){
    .sectionBanner{
        padding-top: 5rem;
    }

    .text-box{
        width: 70%;
    }

    .midleText{
        height: 20rem;
    }
}

@media  only screen and (max-width: 992px) {
    .presntationbox{
        width: 100%;
        box-shadow:none;
        padding-left: 3rem;
    }

    .midleText{
        height: 10rem;
    }

    .text-box{
        width: 90%;
    }
}


@media  only screen and (max-width: 768px) {
    .desktop{
        display:none;
    }

    .mobile{
        display: block;
        margin-bottom: 1.5rem;
    }

    .presntationbox{
        top:0;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        background-image: none;
        position: static;
        padding-left: 1.5rem;
        padding-right: 1.5rem;
        
    }

    .profil-img{
        height: 32rem;
    }

    .cgv-baner a{
        font-size: 1.4rem;
    }

    .presntationbox p{
        text-align: center;
    }

    .sectionBanner{
        min-height: 10rem;
        padding-bottom: 3rem;
    }

    .textBox_para{
        text-align: center;
    }

    .footer {
        margin-top: 2rem;
    }

    .footer p {
        font-size: 1.3rem;
    }

    .textBox_para{
        padding-right: 0;
    }

    .text-box h1{
        font-size: 2.5rem;
    }

    .text-box p{
        font-size: 1.5rem;
    }

    .header{
        padding: 2rem ;
    }

    .conditions h2{
        font-size: 1.8rem;
    }

    .conditions{
        width: 100%;
    }

    .cgv-baner {
        padding: 4rem 1rem;
    }

    .cgv-baner h1{
        font-size: 2.5rem;
    }

    

    
}

@media only screen and (max-width: 320px){
    .header {
        padding: 1rem;
    }
}



