@font-face {
	font-family: "Montserrat";
	src: url("Montserrat-Bold.woff") format("woff"), url("Montserrat-Bold.ttf") format("truetype");
	font-weight: bold;
	font-style: normal;
}


html,
body {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	-webkit-text-size-adjust: none;
	-ms-text-size-adjust: none;
	background-color: #050033;
}

table.largeurfull {
	margin: 0 auto;
}

.containerdiv {
	overflow: hidden;
}

button::-moz-focus-inner {
	border: 0;
}

#container {
	display: block;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
	border: 0px;
	position: absolute;
	top: 5vw;
	/*154px;*/
	left: 50%;
	transform: translate(-50%);
	height: 70vw;
}

#vid {
	margin: 0 auto;
	position: relative;
}

#startImg {
	position: relative;
	top: -360px;
}

#startImg img {
	width: 1493px;
	height: 840px;
}

#videoContainer {
	position: relative;
}

.video-overlay {
	display: none;
	position: fixed;
	width: 100vw;
	height: 100vh;
	background: rgba(0, 0, 0, .85);
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 1;
	transition: opacity .2s ease;
}

.container-wrapper.is-active::before {
	display: block;
}

/** PLAYER VIDEO */
#videoPlayer {
	position: relative;
	overflow: hidden;
	display: block;
	top: -1px;
	width: 100% !important;
	height: 39vw !important;
}

#myPlayerID {
	background-color: transparent !important;
}

#trBouton {
	height: 150px;
}

.jp-video-play,
.jp-video-replay {
	display: flex;
	justify-content: center;
	align-items: center;
}


/* Bouton playpause */
#jp-video-playpause-icon {
	border: none;
	cursor: pointer;
	outline: none;
	width: 14vw;
	height: auto;
	margin-top: 28.7vw;
}


/* Bouton replay */
#jp-video-replay-icon {
	/*position: absolute;
	top:0;
	left:0;*/
	border: none;
	cursor: pointer;
	outline: none;
	display: none;
	width: 14vw;
	height: auto;
	margin-top: 28.7vw;
}

.tagline {
	width: 274px;
	height: auto;
	margin: 0;
	margin-right: 25px;
	margin-top: 0px;
}

/* Bouton son */
#jp-video-sound-icon {
	position: absolute;
	bottom: 16px;
	right: 14px;
	display: block;
	border: none;
	cursor: pointer;
	outline: none;
	display: none;
	width: 42px;
	height: 34px;
	background: url("../img/btSound.png") 0px -34px no-repeat;
}

/* Bouton close */
#jp-video-close-icon {
	position: absolute;
	top: 19px;
	right: 22px;
	display: block;
	border: none;
	cursor: pointer;
	outline: none;
	display: none;
	width: 29px;
	height: 29px;
	background: url("../img/closeb.png") 0px 0px no-repeat;
}

/* no solution */
.jp-no-solution {
	padding: 5px;
	font-size: .8em;
	background-color: #eee;
	color: #000;
	display: none;
}

.jp-no-solution a {
	color: #000;
}

.jp-no-solution span {
	font-size: 1em;
	display: block;
	text-align: center;
	font-weight: bold;
}

.jp-type-single {
	/*overflow:hidden!important;*/
	display: block;
	margin: 0px;
	padding: 0px;
	border: 0px;
	margin-top: -1px;
	margin-left: -1px;
	/*width:640px;
	height:350px;*/
}

#vid {
	overflow: hidden !important;
	margin: 0px;
	padding: 0px;
	border: 0px;
	display: block;
	width: 70vw;
	height: 42vw;
}


.largeurside {
	width: 140px;
	margin-top: 240px;

}

.largeurmid {
	width: 640px;
}

.hauteurlogo {
	height: 11vw;
	;
	position: absolute;
	top: 2.7vw;
	left: 50vw;
	transform: translate(-50%);
}

#tdMessage {
	width: 30vw;
	padding-top: 8vw;
}

.largeurvideo {
	/*	width: 50vw; */
}

.hauteurvideo {
	height: 840px;
}

.largeurbt {
	width: 610px;
}

.hauteurBackGround {
	height: 608px;
	/*530px;*/
	position: relative;
	margin: auto;
}

.hauteur6 {
	margin-top: 90px;
}

.fondleft {
	position: absolute;
	width: 100%;
	height: 58vw;
	margin: 0px;
	padding: 0px;
	border: 0px;
	top: 0;
	left: 0px;
	background-position: cover;
	background-image: url(../img/2026/desktop-bg.jpg);
	background-repeat: no-repeat;
	background-size: 100vw auto;
}

.messagePerso {
	margin: 0px;
	text-align: left;
	width: 100%;
	font-family: Montserrat;
	color: #ffd27f;
	overflow: hidden;
	font-weight: normal;
	font-size: 0.8vw;
	line-height: 1.4;
	/*2 lignes */
	word-wrap: break-word;
	padding-top: 5px;
}

.signaturePerso {
	padding-top: 3vw;
	margin: 0px;
	text-align: center;
	width: 100%;
	font-family: Montserrat;
	color: #ffd27f;
	font-weight: 400;
	overflow: hidden;
	font-size: 0.8vw;
	max-width: 640px;
	word-wrap: break-word;
}


.tailleXL {
	display: block;
}

.tailleL {
	display: none;
}

.tailleS {
	display: none;
}