
/*2024*/
#close {
    width: 60px;
    height: 60px;
    background-color: #0b2d2b;
    color: #fff;
    position: absolute;
    top: 0;
    right: 0;
    text-align: center;
    cursor: pointer;
    display: none;
    z-index: 3;
}

#close i {
    font-size: 28px;
    line-height: 60px;
}

#close.actif {
    display: block;
}

body {
    font-family: 'FONTSPRING DEMO - Pontiac', arial;
}

.ms-left {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0 50px;
    justify-content: space-between;
    background-color: #0b2d2b;
}


.video_container {
    position: absolute;
    height: 100%;
    width: 100%;

    z-index: 2;
    display: none;
    top: 0;
    left: 0;

}


/*.info {display: flex;margin-bottom: 90px;}*/

.location_adress,
.location_adress_last {
    padding: 0px 15px;
    border-right: 1px solid #b89b71;
}

.info_adress,
.info_tel,
.info_mail_site {
    padding: 0px 30px;
    border-right: 3px solid #b89b71;
}

.location .info_mail_site:last-child {
    border: none;
}

.location .location_adress_last:last-child {
    border: none;
}

.info .info_mail_site:last-child {
    border: none;
}

.info {
    display: flex;
}

.location {
    display: flex;
    padding-top: 50px;
}


.location .location_adress span,
.location_adress a {
    font-size: 16px;
    font-weight: 300;
    color: #fff;
    font-family: 'FONTSPRING DEMO - Pontiac', sans-serif;
    white-space: nowrap;
    text-transform : uppercase;
    letter-spacing: 1.6px;
}
.location .location_adress_last span,
.location_adress_lasta {
    font-size: 16px;
    font-weight: 300;
    color: #fff;
    font-family:'FONTSPRING DEMO - Pontiac', sans-serif;
    white-space: nowrap;
    text-transform : uppercase;
    letter-spacing: 1.6px;

}
/* .text-news i {font-size: 20px;color:#518fc2;line-height: 30px;    margin-right: 6px;}*/
.info_tel span,
.info_tel a {
    font-size: 16px;
    font-weight: 300;
    color: #fff;
    line-height: 25px;
    font-family: 'Work Sans';
    font-style: normal;
    white-space: nowrap;
}

.info_adress span,
.info_adress a {
    font-size: 16px;
    font-weight: 300;
    color: #fff;
    line-height: 25px;
    font-family: 'Work Sans';
    font-style: normal;
    white-space: nowrap;
}

.info_mail_site span,
.info_mail_site a {
    font-size: 16px;
    font-weight: 300;
    color: #fff;
    line-height: 25px;
    font-family: 'Work Sans';
    font-style: normal;
    white-space: nowrap;
}




.ms-right {
    width: 50%;
    position: absolute;
    height: 100%;
    right: 1px;
    top: 0px;

}

.ms-right .ms-section {
    height: 100%;
    background-color: #f9f9f9;
}

.ms-left {
    width: 50%;
    position: absolute;
    height: 100%;
    left: 0px;
    top: 0px;
    padding-top: 100px;
    padding-bottom: 80px;
}


/**/

body {
    background-color: #0b2d2b;
}

h1 {
    font-family: 'FONTSPRING DEMO - Pontiac', sans-serif;
    font-size: 48px;
    line-height: 80px;
    color: #fff;
    font-weight: 300;
    text-align: center;
	text-transform : uppercase;

}


h1 span {

    font-weight: 300;
    color: #fff;
}

#right1 {
    background: #0b2d2b;
}

/*.logo {
    width: 350px;
    margin-top: 100px;
    margin-bottom: 10px;
}*/

.separator-middle {
    background: #bda13c;
    height: 3px;
    width: 97px;
    margin: 35px auto;
}

#multiscroll-nav {
    display: none;
}

.vegas-slide-inner {
    background-position: top center !important;
}


@media only screen and (max-width: 1024px) {

    .ms-left,
    .ms-right {
        height: 100% !important;
        padding-top: 80px;
        padding-bottom: 30px;
    }

    h1 {
        font-size: 38px;
        line-height: 65px;
    }

    .ms-right .ms-section {
        height: 100% !important;
    }

    .ms-right {
        display: none;
    }
    .contenu .logo {
        display:flex ;
        height: 140px;
        justify-content: space-evenly;
    }
   
}

@media only screen and (max-width: 768px) {

    .contenu .logo {
        display:flex ;
        height: 140px;
        justify-content: space-evenly;
    }

    .location .info_adress,
    .info_mail_site {
        padding: 0px 5px;
        border-right: 3px solid #b89b71;
    }

    .info {
        display: block;
    }

    .info .info_adress:after {
        content: "";
        display: block;
        width: 80px;
        height: 3px;
        background-color: #b89b71;
        margin-top: 10px;

    }

    .info .info_tel:after {
        content: "";
        display: block;
        width: 80px;
        height: 3px;
        background-color: #b89b71;
        margin-top: 10px;

    }

    .info .info_mail_site:after {
        content: "";
        display: block;
        width: 80px;
        height: 3px;
        background-color: #b89b71;
        margin-top: 10px;



    }

    .info_adress,
    .info_tel,
    .info_mail_site {

        border-right: none;
        padding: 10px 0px;
    }



}