/************************************/
/*             GENERAL              */
/************************************/


body {
    background-color: #f1f1f1;
    line-height: normal;
    padding: 0;
    margin: 0;
	box-sizing: border-box;
	font-size: 0;
	overflow-x: hidden;
    text-align: center;
}
* {
	box-sizing: border-box;
}
.video_container {
    position: absolute;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}
.video {
    height: 100vw;
    width: 100%;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    border: 1px solid #b1b1b1;
    background-color: #065d42;
}
.video_text_container {
	position: relative;
	height: 100%;
	width: 100%;
	left: 50%;
	transform: translateX(-50%);
}
.video_text {
	position: absolute;
	left: 50%;
	top: 50%;
	height: auto;
	transform: translate(-50%, -50%);
	font-family: brandon-grotesque, sans-serif;
    font-style: normal;
    font-weight: 100;
    font-size: .7em;
	text-align: center;
	line-height: 120%;
	display: block;
	opacity: 0;
    color: #ffffff;
    width: auto;
	white-space: nowrap;
    text-transform: uppercase;
    user-select: none;
	/*margin-top: 5%;*/
}
.video_text sup {
    text-transform: none;
}
.video_text b {
	font-weight: 700;
}
.video_mention {
	font-weight: 100;
    font-size: .8em;
    font-style: italic;
    text-transform: none;
    line-height: 100%;
    display: block;
}
.video_mention b {
	font-weight: 700;
    color : #bb6327;
}

.unselectable {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.flex_container {
    display: flex;
    align-items: center;
    justify-content: center;
}
.col_left, .col_right {
    display: inline-block;
    height: 100vh;
    position: relative;
}
.col_left {
    max-width: 100vh;
    z-index: 200;
    width: 100%;
    hright: 100vw;
}
.fr, .en {
    display: none;
}
.col_right {
    width: 300px;
    background-color: #fff;
    margin-left: -300px;
    display: none;
}
.content {
    text-align: left;
    padding: 30px;
    width: 300px;
    font-family: brandon-grotesque, sans-serif;
    font-style: normal;
    font-weight: 100;
    font-size: 15px;
    color: #013B26;
    line-height: 130%;
    background-color: #fff;
}
.content .date {
    white-space: nowrap;
}
.content h1 {
	font-size: 16px;
    padding: 0;
    margin: 0;
    color: #0E895A;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 20px;
}
.content b {
    font-weight: 700;
}
.content sup {
    text-transform: lowercase;
}
.content .titre {
	font-size: 16px;
    padding: 0;
    margin: 0;
    color: #000000;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    position: relative;
    margin-bottom: 35px;
}
.content .titre::after {
	content: '';
    position: absolute;
    width: 83px;
    height: 5px;
    background-color: #0E895A;
    bottom: -14px;
    left: 50%;
    transform: translateX(-50%);
}
.content .agenda {
	font-size: 15px;
    color: #000000;
    font-weight: 700;
    text-transform: uppercase;
}
.content .liens {
	margin-top: 26px;
    margin-bottom: 30px;
    user-select: none;
}
.lien {
	color: #0E895A;
	cursor: pointer;
	padding-left: 24px;
	background-image: url('../medias/picto_acces.png');
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 20px auto;
    padding-bottom: 3px;
    -webkit-transition: color 0.2s ease-out;
    -moz-transition: color 0.2s ease-out;
    transition: color 0.2s ease-out;
}
.lien:hover {
	color: #000;
}

.lien_plan {
    background-image: url('../medias/picto_acces.png');
}
.lien_pass {
    background-image: url('../medias/picto_pass.png');
    display: none;
    color: #bb6327;
}
.lien_mesures {
    background-image: url('../medias/picto_mesures.png');
    display: none;
}
.lien_objets {
    background-image: url('../medias/picto_objets.png');
}
.lien_bagages {
   background-image: url('../medias/picto_bagages.png'); 
}

.content .ML {
	border-top: 1px solid #0E895A;
    border-bottom: 1px solid #0E895A;
    padding: 10px 0;
}








@media only screen and (max-width : 768px) {
	.flex_container {
		display: block;
	}
    .col_left {
        max-height: 100vw;
        width: 100vw;
        position: relative;
    }
    .col_right {
        width: 100%;
        height: auto;
        display: block;
        border: 0;
        margin-left: -100vw;
        z-index: 200;
    }
    .col_right .content {
        padding: 20px;
        width: 100%;
        font-weight: 100;
    }
    .video {
        height: 100%;
        width: 100%;
        position: relative;
        top: 0;
        transform: translateY(0);
    }
}


/************************************/
/*        Popup           */
/************************************/
.popup {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background-color: rgba(0,0,0,0.3);
	z-index: 1000;
	display: none;
}
.centrage {
    width: 100%;
    height: 100%;
}
.visuel_popup {
    display: none;
}
.visuel_img {
    box-shadow: 0px 0px 10px rgba(0,0,0,.5);
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
    max-width: 100vw;
    max-height: 100vh;
    width: auto;
    height: auto;
}
.bagagerie {

}
.mesures_sanitaires {

}
.objets_interdits {

}
.plan_acces img {
    max-width: 100vw;
    max-height: 90vh;
    width: auto;
    height: auto;
    /*box-shadow: 0px 0px 10px rgba(0,0,0,.5);*/
}
.drop_shadow {
    box-shadow: 0px 0px 10px rgba(0,0,0,.5);
}
.plan_acces {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.popup .x_close{
    font-size: 40px;
    color: #fff;
    position: absolute;
    right: 20px;
    top: 20px;
    width: 70px;
    height: 70px;
    background-repeat: no-repeat;
    background-image: url(../medias/popups/close_white.svg);
    background-position: center center;
    background-size: 80% auto;
	cursor: pointer;
    user-select: none;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
.popup .x_close:hover {
    transform: scale(1.2);
}
.lien_pdf {

}
.lien_pdf a {
    color: #fff;
    font-family: brandon-grotesque, sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    background-color: #444;
    padding: 7px 12px;
    box-shadow: 2px 2px 5px rgba(0,0,0,.2);
    text-decoration: none;
    cursor: pointer;
    user-select: none;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    right: 0;
}
.lien_pdf a:hover {
    background-color: #333;
}
.lien_pdf img {
    height: 18px;
    width: auto;
    box-shadow: 0px 0px 15px rgba(0,0,0,0);
    margin-left: 10px;
    vertical-align: middle;
}



@media only screen and (max-width : 768px) {
	.popup .x_close{
		right: 5px;
		top: 5px;
	}
}






