
/* @font-face {
    font-family: "Iowan Old Style Roman";
    src: url("../font/Iowan\ Old\ Style.ttc") format("truetype");

}
 */


:root{
    --main-color: #6d1696;
    --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-weight: 500;
    min-height: 100vh;
    background-image: url(../img/back.png);
    background-position: center;
    background-size: cover;
    scroll-behavior: smooth;
    position: relative;
}

a,a:hover{
    color: #fff;
    text-decoration: none;
}

.flex-position{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.pading{
    padding: 2rem;
}

.colored_text{
    color: #ffc70c;
}

h1{
    font-family: "Iowan Old Style Roman"!important;
    font-size: 7rem;
    margin-bottom: 5rem;
}

h1 span{
    font-size: 3rem;
    display: block;
    font-family: 'Arial Narrow', sans-serif;
    margin-top: -10px;
}

p{
    font-family: 'Arial Narrow', sans-serif;
}

P.salu{
    margin-bottom: 0!important;
}


.color-para.under-none{
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.c-magin-top{
    background-color:#4c6074;
    padding: 50px;
    width: 80%;
    margin: 12rem auto 2rem;
}

/* 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;

}

.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{
    font-family: "Bodoni SvtyTwo ITC TT Book";
    margin-top: 11rem;
}


img.bottom_img{
    position: absolute;
    right: 0;
    top: -100px;
    width: 400px;
    object-fit: contain;
  
}

footer{
    text-align: center;
    width: 100%;
    padding: 2rem ;
}

footer p,
footer p a{
    margin-bottom: 0!important;
    font-family: "Arial";
    font-weight: 300;
    color: #002646;
}

/* 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: "Bodoni SvtyTwo ITC TT Book";
    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: 1300px){
    img.bottom_img {
        width: 300px;
    }
 }

 @media only screen and (max-width: 991px) {

    .c-magin-top{
        width: 85%;
        padding: 30px;
    }

    .container.c-magin-top .row{
        flex-direction: column-reverse;
    }

    .col-lg-4 img{
        height: 450px!important;
    }

    .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;
    }


}

@media only screen and (max-width: 576px) {
    img.bottom_img {
        display: none;
    }
}

@media only screen and (max-width: 390px){
    .text_box p{
        text-align: justify;
    }

    .c-magin-top{
        width: 95%;
        padding: 20px;
    }


    h1{
        font-size: 5rem;
        margin-bottom: 3rem;
    }


}