@font-face {
    font-family: 'Celebes';
    src: url('../fonts/Celebes-SemiBold.eot');
    src: url('../fonts/Celebes-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Celebes-SemiBold.woff2') format('woff2'),
        url('../fonts/Celebes-SemiBold.woff') format('woff'),
        url('../fonts/Celebes-SemiBold.ttf') format('truetype'),
        url('../fonts/Celebes-SemiBold.svg#Celebes-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
*{
	margin: 0;
	padding: 0;
}
body{
	font-family: 'Celebes', sans-serif;
	overflow-x: hidden;
	font-size: 1rem;
	line-height: normal;
	color: #FFF;
	width: 100%;
	max-width: 100%;
	min-height: 100vh;
	overflow-x: hidden;
	background-color: #000;
}
h1, h2, h3, h4, h5, h6{
	font-family: 'Celebes', sans-serif;
	font-weight: normal;
	color: #000;
}
p{
	margin-bottom: 0;
}
a{
	text-decoration: none;
	transition: .3s;
	color: #FFF;
}
.container{
	width: 1024px;
	max-width: 100%;
}
.main video{
	max-width: 100%;
}
.title {
    position: absolute;
    padding: 25px;
    width: 40%;
}
.title img{
	margin-bottom: 1rem;
}
.title img{
	margin-bottom: .5rem;
}
.playlist{
	position: absolute;
	right: 10%;
	width: 30%;
}
.title h2 {
    color: #FFF;
    font-size: 7.2rem;
    line-height: 6rem;
}
.line *{
	align-self:center;
}
.line .col-10 *{
	padding-right: 15px;
}
.arrow{
	width: 35px;
}
.background{
	width: 70px;
}
.play{
	display: inline-block;
	padding-left: 50px;
	line-height: 35px;
	/* background-image: url(../images/play.png); */
	background-size: 35px;
	background-repeat: no-repeat;
	background-position: center left;
	transition: .3s;
	margin-right: 15px;
	font-size: 1.5rem;
	text-transform: uppercase;
	color: #FFF;
	position: relative;
}
.play:hover::before{
	background-color: #ad765b;
}
.play.active::before{
	content: '\f04c';
}
.play::before{
	content: '\f04b';
	font-family: 'FontAwesome';
	position: absolute;
	width: 35px;
	height: 35px;
	background-color: #6e7f9a;
	border-radius: 50%;
	left: 0;
	top: 0;
	text-align: center;
	color: #FFF;
	font-size: 1rem;
}
.play:hover{
	color: #ad765b;
	/* background-image: url(../images/favicon.png); */
}
.download{
	width: 35px;
	display: inline-block;
}
.download:hover{
	opacity: .7;
}
.line{
	position: relative;
	margin-bottom: 3rem;
}
.line::before{
	content: '';
	position: absolute;
	width: 88%;
	right: 0;
	bottom: -1.5rem;
	height: 1px;
	background-color: #FFF;
}

/* Bouton play actif */
  a.play.active {
    color: #ad765b;
    font-weight: 700;
    text-decoration: underline;
  }

  /* Popup (modal) */
  .modal-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.65);
    display: none;              /* caché par défaut */
    align-items: center;
    justify-content: center;
    z-index: 9999;
  }

  .modal-overlay.show {
    display: flex;
  }

  .modal-content {
    background-color: rgba(0,0,0,.7);
    color: #fff;
    padding: 35px;
    max-width: 100%;
    width: 600px;
    border-radius: 10px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.5);
    position: relative;
}

  .modal-content h3 {
    margin-top: 0;
    margin-bottom: 1rem;
    font-size: 2rem;
    text-transform: uppercase;
    letter-spacing: 1px;
	color: #ad765b;
  }

  .modal-content p {
    font-size: 21px;
    margin-bottom: 12px;
    color: #ccc;
}

  .modal-close {
    position: absolute;
    top: 8px;
    right: 10px;
    border: none;
    background: transparent;
    color: #fff;
    font-size: 41px;
    cursor: pointer;
  }

  .modal-content .form-group {
    margin-bottom: 10px;
  }

  .modal-content label {
    display: block;
    font-size: 13px;
    margin-bottom: 4px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
  }

  .modal-content input {
    width: 100%;
    padding: 7px 9px;
    border-radius: 4px;
    border: 1px solid #444;
    background: #222;
    color: #fff;
    font-size: 14px;
  }

  .modal-content input:focus {
    outline: none;
    border-color: #ad765b;
  }

  .modal-content .btn-primary:hover {
	opacity: .7;
  }
  .modal-content .btn-primary {
    display: inline-block;
    padding: 8px 16px;
    border-radius: 4px;
    border: none;
    background: #ad765b;
    color: #000;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 700;
    cursor: pointer;
    margin-top: 8px;
	transition: .3s;
  }

  #formError {
    color: #ff8080;
    font-size: 13px;
    margin-top: 6px;
  }













/* MODAL */
.modal{
	z-index: 99999;
}
.modal-dialog {
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
    height: 100vh;
    margin: 0;
	background-color: #231d38;
	background-image: url(../img/logo-form.png);
	background-size: 20%;
	background-repeat: no-repeat;
	background-position: top 100px right 50px;
}
button.btn-close.float-end {
    width: 3rem;
    height: 3rem;
    background-size: 2rem;
    position: absolute;
    right: 15px;
    top: 15px;
	background: none;
	opacity: 1;
}
button.btn-close.float-end::before{
	content: '\f00d';
	font-family: 'FontAwesome';
	font-size: 3rem;
	color: #FFF;
	opacity: 1;
	z-index: 1;
	position: absolute;
	width: 3rem;
    height: 3rem;
	left: 0;
	top: 0;
	transition: all .3s;
}
button.btn-close.float-end:hover::before{
	opacity: .7;
}

.posRel{
	position: relative;
}

.full-width{
	width: 100%;
	max-width: 100%;
}
.slick-dotted.slick-slider{ margin-bottom: 0;}
.messagesV p.valide{
	font-size: 13px;
	color: green;
	margin-bottom: 5px;
}
.messagesV p.error{
	font-size: 13px;
	color: #FFF;
	margin-bottom: 5px;
}
.card-columns{ width: 100%;}
@media (min-width: 576px) {
    .card-columns {
        column-count: 2;
    }
}

@media (min-width: 768px) {
    .card-columns {
        column-count: 3;
    }
}

@media (min-width: 992px) {
    .card-columns {
        column-count: 4;
    }
}

@media (min-width: 1200px) {
    .card-columns {
        column-count: 4;
    }
}
.msgs{
  position: fixed;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  text-align: center;
  display: none;
  top: 0;
  background-color: rgba(0,0,0,0.5);
  z-index: 999;
}
.msg{
  position: fixed;
  width: 80%;
  height: 80vh;
  text-align: center;
  background-color: #FFF;
  overflow-y: auto;
  /*box-shadow: 4px 6px 10px rgba(0,0,0,0.4);*/
  padding: 30px 40px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  max-width: 100%;
}
.msg p{
  font-size: 21px;
  color: #f08b86 !important;
  margin: 0;
  background: #FFF;
  padding: 30px;
}
.fermer{
  background-image: url(../img/close.svg);
  background-size: cover;
  height: 25px;
  width: 25px;
  position: absolute;
  right: 15px;
  top: 15px;
  z-index: 999;
  cursor: pointer;
}
.popup{
	height: 0;
	overflow: hidden;
	-webkit-transition: all .3s; /* Safari */
    transition: all .3s;
}
.popup.active{
	padding: 60px 0 0;
	display: block;
	height: auto;
}
.popup .fermer{
	position: static;
	width: 25px;
	height: 25px;
	background-image: url("../img/close.svg");
	background-size: 25px;
	background-position: center;
	float: right;
	margin: 0 0 20px;
}
.popup img{
	width: 100%;
	margin: 0 0 20px;
}
.popup h3{
	font-size: 31px;
	margin: 0 0 20px;
}
.popup p{
	margin: 0 0 10px;
}
.fermer:hover{
	opacity: 0.7;
}

.borderGray{
	border: 1px solid #c8c8c8;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	opacity: .5;
	color: #FFF !important;
  }
::-moz-placeholder { /* Firefox 19+ */
	opacity: .5;
	color: #FFF !important;
  }
:-ms-input-placeholder { /* IE 10+ */
	opacity: .5;
	color: #FFF !important;
}
:-moz-placeholder { /* Firefox 18- */
	opacity: .5;
	color: #FFF !important;
}

.search ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	opacity: 0.5;
	color: #000;
  }
.search  ::-moz-placeholder { /* Firefox 19+ */
	opacity: 0.5;
	color: #000;
  }
.search :-ms-input-placeholder { /* IE 10+ */
	opacity: 0.5;
	color: #000;
  }
.search :-moz-placeholder { /* Firefox 18- */
	opacity: 0.5;
	color: #000;
}
img{
	max-width: 100%;
	height: auto;
}
input.error, textarea.error{
	border-color: #F00 !important;
	color: #F00 !important;
	background-color: transparent !important;
}
.preload{
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #000;
	left: 0;
	top: 0;
	z-index: 99999999;
	position: fixed;
}
.preload div{
	width: 100px;
	height: 100px;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	text-align: center;
}
.preload .logo{
	max-width: 100px;
	margin: -30px 0 30px
}
.preload .load{ max-width: 50px; }
.thumbnail{
	padding: 0;
	border: 0;
	border-radius: 0;
}

.section{ 
	display: block;
	clear: both;
	position: relative;
	height: auto;
	z-index: 1;
}
.bgblack{ background-color: #000; }
.bgred{ background-color: #ca222b; }
.bgGray{ background-color: #e7e7e7; }
.bgwhite{ background-color: #FFF; }
.cb{
	clear: both;
	width: 100%;
	float: left;
	height: 1px;
}
a:hover, a:focus{
	text-decoration: none;
	-webkit-transition: all .3s; /* Safari */
    transition: all .3s;
    cursor: pointer;    
}
/*margin*/
.paddingRightLeft{
	padding: 0 15px;
}
.paddingMin{
	padding-left: 5px;
}
.noPadding{ padding: 0; }
.mb-20{margin-bottom: 20px;}
.mb-40{margin-bottom: 40px;}
.mb-60{margin-bottom: 60px;}
.mb-80{margin-bottom: 80px;}
.mb-100{margin-bottom: 100px;}
.mt-20{margin-top: 20px; }
.mt-40{margin-top: 40px; }
.mt-60{margin-top: 60px; }
.mt-80{margin-top: 80px; }
.mt-100{margin-top: 100px; }
/*Padding*/
.no-padding{ padding: 0  }
.pt-10{padding-top: 10px;}
.pt-15{padding-top: 15px;}
.pt-20{padding-top: 20px;}
.pt-30{padding-top: 30px;}
.pt-40{padding-top: 40px;}
.pt-60{padding-top: 60px;}
.pt-80{padding-top: 80px;}
.pt-100{padding-top: 100px;}

.pb-10{padding-bottom: 10px;}
.pb-15{padding-bottom: 15px;}
.pb-20{padding-bottom: 20px;}
.pb-30{padding-bottom: 30px;}
.pb-40{padding-bottom: 40px;}
.pb-60{padding-bottom: 60px;}
.pb-80{padding-bottom: 80px;}
.pb-100{padding-bottom: 100px;}
ul, ol{
	list-style: none;
	padding: 0;
	margin: 0;
}
img{ max-width: 100%; }

.for-desktop{ display: block !important; }
.for-mobile{ display: none !important; }

@media screen and (max-width: 768px) {
	.for-mobile{ display: block !important; }
	.for-desktop{ display: none !important; }
	
}

@media screen and (max-width: 650px) {
	.title h2 {
		color: #FFF;
		font-size: 2.7rem;
		line-height: 2.7rem;
	}
	.arrow{
		width: 30px;
	}
	.play {
		display: inline-block;
		padding-left: 40px;
		line-height: 30px;
		background-size: 30px;
		margin-right: 0px;
		font-size: .9rem;
	}
	.background {
		width: 60px;
	}
	.download {
		width: 30px;
	}
	.line .col-10 * {
		padding-right: 10px;
	}
	.line::before {
		width: 70%;
		right: 12px;
	}
}