
@font-face {
    font-family: "Centaur";
    src: url("../font/CENTAUR.TTF") format("truetype");

}



:root{
    --main-color: #101323;
    --white:#fff;
}

* {
    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 {
    font-size: 2rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    scroll-behavior: smooth;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    font-family: 'Centaur';
    min-height: 100vh;
    background-image: linear-gradient(#302251db, #302251f7), url(../img/back_img.png);
    background-position: center;
    background-size: cover;
    scroll-behavior: smooth;
    position: relative;
    font-weight: 500;
}

body.bg{
    background-image: none;
    background-color: #302251;
}

a,a:hover{
    color: #000;
    text-decoration: none;
}

.flex-position{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.pading{
    padding: 2rem;
}

.colored_text{
    color: #ffc70c;
}
h1{
    margin-bottom: 0;
}

.signature-text{
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

P.salu{
    margin-bottom: 0!important;
}

.c-magin-top{
    padding: 50px;
}

header {
    width: 100%;
    border-bottom: 5px solid #302251;
}

header img {
    /* height: 170px; */
    width: 100%;
    object-fit: cover;
    object-position: center;
}

/* MAIN CONTENT STYLE */

/* .col-lg-4 img{
    width: 100%;
    height: 100%!important;
    object-fit: contain;
    object-position: top;
} */

.text_box{
    /* background-color:#6d1696a6; */
    padding: 2rem 3rem;
    height: 100%;
    color: #fff;
    font-family: 'Centaur';
    font-size: 2.3rem;

}


.profil_text{
    color: #fff;
    padding-top: 2rem;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.7rem;
}

.img_box{
    width: 100%;
    height: 48%;
}

.img_box img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.img_box:not(:last-child){
    margin-bottom: 3rem;
}

.mt-5.text-center{
    margin-top: 11rem;
}


img.bottom_img{
    position: absolute;
    right: 0;
    bottom: 0;
}

footer {
    color: #000;
    background-color: #eeb464;
    text-align: center;
    width: 100%;
    padding: 2rem;
}

footer p{
    margin-bottom: 0!important;
    font-weight: 700;
    /* font-family: "Center"; */

}

footer p a{
color: #000;
}

/* MENTION LEGALE */
/* .text_box.conditions{
    height: 100vh;
    overflow-y: scroll;

} */

::-webkit-scrollbar {
    width: 10px;
    height: 20px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: rgb(114, 113, 113);
    border-radius: 30px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: rgb(114, 113, 113);
}

.text_box.conditions h2, 
.text_box.conditions h3,
.text_box.conditions h4, 
.text_box.conditions h5,
.text_box.conditions h6{
    font-family: 'EB Garamond', serif;
    color: #bf8f57;
}

h1.cgv-title{
    font-size: 4rem;
    text-align: center;
}

.text_box.conditions h2{
    font-size: 2.5rem;
}

/* RESPONSIVE STYLE */

 @media only screen and (max-width: 991px) {

    .container.c-magin-top .row{
        flex-direction: column-reverse;
    }
       
  .c-magin-top {
      padding: 0;
  }
    .col-lg-4 img{
        height: 450px!important;
        width: 100%;
        object-fit: contain;
    }

    .img_box{
        margin-bottom: 2rem;
        height: 45rem;
    }

    .img_box img{
        object-position: top;
    }

    .img_box.img-none{
        display: none;
    }

    .banner p{
        text-align: right;
    }

    .text_box{
        padding: 0;
    }

    img.bottom_img{
        width: 100px;
    }
}


@media only screen and (max-width: 576px) {
    .c-magin-top {
        padding: 0px 20px;
    }
}
@media only screen and (max-width: 390px){
    .text_box p{
        text-align: justify;
    }
}