


body {
	font-family: 'PFDINTextStd-Light', sans-serif;
	color: white;
	font-size: 16px;
	-webkit-font-smoothing: antialiased;
	
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
          box-sizing: border-box;
}	
	

.container {
	width: 50vw;
	float:right;
	overflow:hidden;
	padding-bottom:240px;
}




.content {
	padding: 7%;
	-webkit-animation: slide-in-content 1s;
	        animation: slide-in-content 1s;
	-webkit-animation-fill-mode: forwards;
	        animation-fill-mode: forwards;
	-webkit-animation-delay: 0.8s;
	        animation-delay: 0.8s;
	opacity: 1;
	-webkit-transform: translateY(400px);
	 -ms-transform: translateY(400px);
	        transform: translateY(400px);
	-webkit-transition-duration: 0.2s; /* Safari */
	-o-transition-duration: 0.2s;
	
	   transition-duration: 0.2s;
}

iframe header .container{
	display: none !important;
}


@-webkit-keyframes slide-in-content {	
   0% {
		opacity: 0;
	
	}				
	100% {
		opacity: 1;
		-webkit-transform: translateY(200px);
		        transform: translateY(200px);
	}
}

@keyframes slide-in-content {	
  0% {
		opacity: 0;
	
	}				
	100% {
		opacity: 1;
		-webkit-transform: translateY(200px);
		        transform: translateY(200px);
	}
}

/*
	------------------------------
	Image Cover
	------------------------------
*/


.imageCover {
	width: 50vw;
	height: 100%;
	background-size: cover;
	background-position:center center;
	position: fixed;
	z-index: -1;
	-webkit-transform-origin: right;
	    -ms-transform-origin: right;
	        transform-origin: right;
	-webkit-animation: zoom-image 1.6s;
	        animation: zoom-image 1.6s;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
}

@-webkit-keyframes zoom-image {					
	100% {
		-webkit-transform: scale(1.1, 1.1);
		        transform: scale(1.1, 1.1);
	}
}


@keyframes zoom-image {					
	100% {
		-webkit-transform: scale(1.1, 1.1);
		        transform: scale(1.1, 1.1);
	}
}
/*
	------------------------------
	Styles de base
	------------------------------
*/

.logo {
	margin: 3%;
	float: left;
	position: fixed;
	width: 40vw;
	height: 100px;
	background-image: url("../img/logo.svg");
	background-repeat: no-repeat;
	-webkit-transition-duration: 0.2s; /* Safari */
	-o-transition-duration: 0.2s;
	   transition-duration: 0.2s;
	opacity: 1;
    cursor: pointer;
	z-index:9999;
	text-decoration:none;
	border:none;
}
.logo:hover{
	text-decoration:none;
	border:none;
}

.fade-in {
}

h1 {
	font-family: aw-conqueror-didot, serif;
	font-weight: 300;
	font-style: normal;
	font-size: 3.75rem;
	line-height: 3.75rem;
	margin-bottom: 30px;
}

h2 {
	font-weight: normal;
	font-family: 'PFDINTextStd-Medium';
	font-size: 1.125rem;
	line-height: 1.75rem;
	margin-bottom: 5px;
	text-transform: uppercase;
}
h3 {
    font-family: aw-conqueror-didot, serif;
    font-weight: 300;
    font-style: normal;
    font-size: 2.125rem;
    line-height: 2.75rem;
    margin-bottom: 40px;
    text-transform: none;
    text-align: center;
}

p {
	font-size: 1.25rem;
	line-height: 1.85rem;
	margin-bottom: 30px;
}

strong {
	font-weight: normal;
	font-family: 'PFDINTextStd-Medium';
}

a {
	color: white;
	text-decoration: none;
	border-bottom: 1px solid rgba(255, 255, 255, 1);
	-webkit-transition-duration: 0.2s; /* Safari */
	-o-transition-duration: 0.2s;
	   transition-duration: 0.2s;
	padding-bottom: 2px;
}

a:hover {
	border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}

a[href^="tel"] {
	color: inherit; /* Inherit text color of parent element. */
	text-decoration: none; /* Remove underline. */
	border-bottom: none;
}

.clear {
	clear: both;
}


form #website{
	display: none;
}


/*
	------------------------------
	Menu
	------------------------------
*/

/* Hamburger */

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after 	{
    width: 21px;
    height: 1px;
    background-color: #fff;
    }
    
.hamburger--collapse .hamburger-inner::after {
	bottom: -6px;
	top: -16px;
	}

.hamburger-inner::before {
    top: -8px;
    }

.hamburger:focus {
  	outline: none;
	}

.hamburger.is-active .hamburger-inner, .hamburger.is-active .hamburger-inner::before, .hamburger.is-active .hamburger-inner::after {
    background-color: #fff;
}

.hamburger--collapse .hamburger-inner {
    bottom: -1px;
}

/* Navigation */

.nav {
	float: left;
	width:100%;
   
}

.nav p {
	margin-left: 30px;
	margin-top: 30px;
	font-size: 1rem;
	line-height: 1.5rem;
}

.nav ul {
	list-style-type: none;
	margin: -33px 0 60px 30px;
	padding: 0;
	text-transform: uppercase;
	font-family: 'PFDINTextStd-Medium';
}

.nav li {
	margin: 0 0 15px 0;
	cursor: pointer;
	-webkit-transition: margin-left .5s cubic-bezier(.75,0,.25,1);
	-o-transition: margin-left .5s cubic-bezier(.75,0,.25,1);
	transition: margin-left .5s cubic-bezier(.75,0,.25,1);
}


.navActive {
	margin-right: 15px;
	width: 20px;
	height: 1px;
	background-color: white;
    margin-top: 8px;
    float: left;
}

.navLangue {
	font-size: 0.825rem;
	margin-top: -20px;
}

.navLangue ul {
	font-family: arial, sans-serif;
}

navAddresse {
	display: inherit;
}

.menuContainer {
	position: fixed;
	top:0;
	left:0;
	height: 100vh;
/* 	overflow: hidden; */
	
	z-index: 9999;
}

.menuBackgroundContainer {
	width: 100%;
	background-color: rgba(0, 0, 0, 0.6);
}

.menu {
	position: fixed;
	top:0;
	right: 0;
	width: 30%;
	height: 100vh;
	background-color: black;
}

.menuText {
	top: -5px;
    position: relative;
    opacity: 1;
    -webkit-transition-duration: 0.2s; /* Safari */
	-o-transition-duration: 0.2s;
	   transition-duration: 0.2s;
}

.fade-in-menu {
	opacity: 0;
}

.fade-in-menu-open {
	opacity: 0;
}

.menuOpen {
	position: relative;
	right: 80px;
	margin-top: 50px;
	text-transform: uppercase;
	font-size: 0.625rem;
	font-family: 'PFDINTextStd-Medium';
	cursor: pointer;
	float: left;
}

/* Animations link */

 a.linelink,  a.linelink_big{
	display:inline-block;
	text-decoration:none !important;
	border-bottom:none !important;
	
}
 a.linelink:before,  a.linelink_big:before {
	display:inline-block;
	content:'';
	width: 0;
	height: 1px;
	background-color: white;
    margin-top: 8px;
    margin-right: 0;
    float: left;
	-webkit-transition: width .5s cubic-bezier(.75,0,.25,1), margin-right .5s cubic-bezier(.75,0,.25,1);
	-o-transition: width .5s cubic-bezier(.75,0,.25,1), margin-right .5s cubic-bezier(.75,0,.25,1);
	transition: width .5s cubic-bezier(.75,0,.25,1), margin-right .5s cubic-bezier(.75,0,.25,1);
}

 a.linelink:hover:before, a.linelink.Selected:before  {
	margin-right: 15px;
	width: 20px;
}
 a.linelink_big:hover:before, a.linelink_big.Selected:before  {
	margin-right: 25px;
	width: 120px;
}
/* Animations menu */

.transform-move {
	right: -30%;
}

.transform-opacity {
	background-color: rgba(0, 0, 0, 0);
}

/*
	------------------------------
	Animations de transitions
	------------------------------
*/

/* Paramètres généraux */

.transform {
  -webkit-transition: all 1s ease;  
  -o-transition: all 1s ease;  
  transition: all 1s ease;
}

.transformFast {
  -webkit-transition: all 0.5s ease;  
  -o-transition: all 0.5 ease;  
  transition: all 0.5 ease;
}

/* Entrée */

.slideIn {
  height: 100vh;
  position: fixed;
  width: 100vw;
  margin-left: 0;
  float: right;
  top: 0;
  right: 0;
  margin: 0;
  -webkit-animation: slide-in 1.6s 0.5s;
   -ms-animation: slide-in 1.6s 0.5s;
          animation: slide-in 1.6s 0.5s;
  -webkit-animation-fill-mode: forwards;
    -ms-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
		  z-index:999;
}

@-webkit-keyframes slide-in {					
	100% {
		width: 0vw;
	}
}

@keyframes slide-in {					
	100% {
		width: 0vw;
	}
}




/* Sortie */

.slideOut {  
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  width: 0vw;
    z-index:999;
}






/* Loader */

.loader {
  border: 2px solid #fff;
  border-radius: 50%;
  border-top: 2px solid rgba(0, 0, 0, 0);
  width: 40px;
  height: 40px;
  margin-left: calc(50vw - 20px);
  margin-top: calc(50vh - 20px);
  -webkit-animation: spin 2s linear infinite; /* Safari */
  animation: spin 2s linear infinite;
  position: fixed;
}

/* Safari */
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); }
}

/*
	------------------------------
	Carousel home
	------------------------------
*/


.carouselhome{
	width:50vw;
	height:100vh;
	
}
 .carouselhome_slide{
	 top:0px;
	 left:0px;
	width:50vw;
	height:100vh;
	background-size:cover;
	background-position:center center;
	background-repeat:no-repeat;
}

.carouselhomeleft{
	float:left;
	
}
.carouselhomeright{
	
	float:right;	
}

.contentCarrousel {
    padding: 25% 10% 7% 7%;
/*	max-width:900px;*/
    -webkit-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    transition-duration: 0.2s;
    position: relative;
}


.contentCarrousel a {
    border-bottom: 0 solid white;
    margin-left: 0;
    text-transform: uppercase;
    font-family: 'PFDINTextStd-Medium';
}

.contentCarrousel h1 {
    font-size: 5.5rem;
    line-height: 5rem;
}




.my-pager{
	position:absolute;
	width:12px;
	right:12px;
	top:50%;
	z-index: 10;
	
-ms-transform: translateY(-50%);
-webkit-transform:translateY(-50%);
-moz-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateY(-50%);

}
.my-pager span.cycle-pager-active {
	opacity:1;
}

.my-pager span {
	font-size:0px;
    width: 10px;
    height: 10px;
	border-radius:50%;
    display: inline-block;
	background-color:#FFF;
    cursor: pointer;
	margin:6px 0px;
	opacity:0.5;
}




/*	
	------------------------------
	Team
	------------------------------
*/



.flexBox {

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 -2% 2% -2%;

}

.card, .cardTraitement {

    background: #FFFFFF;
    border-radius: 5px;
    width: 46%;
    margin: 2%;
    padding: 2%;
    color: #4A4A4A;
    text-align: center;

}

.card h2, .cardTraitement h2 {
    font-family: aw-conqueror-didot, serif;
    font-weight: 300;
    font-style: normal;
    font-size: 1.75rem;
    margin-bottom: 5px;
    text-transform: none;
}
.cardTraitement h2 {
    margin-bottom: 15px;
    margin-top: 15px;
}

.card h3 {
    font-size: 0.875rem;
    line-height: 1.55rem;
    margin-bottom: 0;
    font-weight: normal;
}

.card p, .cardTraitement p {
    font-size: 0.94rem;
    line-height: 1.55rem;
    margin-bottom: 10px;
}

.img_team{ 
height:150px;
min-height:150px;
text-align:center;
/* -webkit-filter: grayscale(100%); 
  filter: grayscale(100%);*/
  margin-bottom:10px;

}
.img_team img{
	max-width:auto;
	height:100%;
	border-radius: 5000px;
}



/*	
	------------------------------
	Popup content
	------------------------------
*/

.mfp-bg{
	z-index:99999;	
}
.mfp-bg, .mfp-wrap{
	z-index:99999;	
}
.mfp-close{
 background-image: url("../img/icone_close.svg")!important;
background-repeat: no-repeat !important;
background-position:center center !important;
width: 80px;
height: 80px;
font-size:0px;

	
}
.popup-container{
    max-width: 870px;
    margin: 5% auto;
    padding: 50px 100px 80px 100px;
    background-color: white;
    border-radius: 5px;
    position: relative;
	color: #4A4A4A;
	
}

.popup-container a{
	color:#000;	
}
.popup-container ul, .popup-container ol {
    margin-left: 15px;
}

.popup-container li{
	font-size:16px;
font-size: 1.25rem;
line-height: 1.85rem;
margin-bottom: 10px;	
}

 .popup-container h2 {
    font-family: aw-conqueror-didot, serif;
    font-weight: 300;
    font-style: normal;
    font-size: 3.125rem;
    line-height: 3.75rem;
    margin-bottom: 40px;
    text-transform: none;
    text-align: center;
}


.mfp-content{
	    -webkit-animation: rotate-overlay 0.4s ease-in-out 0.2s;
    animation: rotate-overlay 0.4s ease-in-out 0.2s;
        animation-fill-mode: none;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
	opacity:0;
}


@-webkit-keyframes rotate-overlay {					
	0% {
		opacity: 0;
		-webkit-transform: perspective(800px) rotateY(20deg);
		        transform: perspective(800px) rotateY(20deg);
	}
	
	100% {
		opacity: 1;
		-webkit-transform: perspective(800px) rotateY(0deg);
		        transform: perspective(800px) rotateY(0deg);
	}
}

@keyframes rotate-overlay {					
	0% {
		opacity: 0;
		-webkit-transform: perspective(800px) rotateY(20deg);
		        transform: perspective(800px) rotateY(20deg);
	}
	
	100% {
		opacity: 1;
		-webkit-transform: perspective(800px) rotateY(0deg);
		        transform: perspective(800px) rotateY(0deg);
	}
}

/*
	------------------------------
	Events
	------------------------------
*/

.events_listing_container{
	overflow-y: scroll;
}
.events_listing{
	border-bottom: 1px solid #FFF;
	padding: 20px 0px 0px 0px;
}

.events_date_listing{
	font-size: 1rem;
}
.events_titre_listing{
    text-align: left;
	margin-bottom: 4px;
}
.events_listing p{
	font-size: 1rem;
	line-height: 1.2rem;
}

.events_listing a.linelink{
	text-transform: none;
	margin-top: -30px;
	padding-bottom: 50px;
}


/*
	------------------------------
	Galeries
	------------------------------
*/


.img_galerie{
width: 21%;
margin: 2%;
}
.img_galerie img, .popup_media_inside img{
width: 100%;
	height: auto;
}

.img_galerie a{
	display: inline-block;
	border-bottom: 0px !important;
}

.popup_media_inside {
	padding-top: 20px;
	
}

.img_galerie_full img{
width: 100%;
max-width: 100%;
	padding: 20px 0px;
}
.video_galerie_full iframe{
	width: 100%;
}

.video_galerie_full {
		padding: 20px 0px;
}


/*	
	------------------------------
	Formulaire
	------------------------------
*/


input[type=text] {
    width: 96%;
    padding: 12px 20px;
    margin: 0 0 30px 0;
    border: 2px solid #FFFFFF;
    border-radius: 4px;
    box-sizing: border-box;
    font-size: 1.2rem;
    font-family: 'PFDINTextStd-Medium';
    -webkit-appearance: none;
}
input.errormsg, a.errormsg{
	border:2px solid #FF0000 !important;
	
	
}
textarea {
    width: 96%;
    height: 250px;
    padding: 12px 20px;
    margin: 0 0 30px 0;
    border: 2px solid #FFFFFF;
    border-radius: 4px;
    box-sizing: border-box;
    font-size: 1.2rem;
    font-family: 'PFDINTextStd-Medium';
}

input[type=text]:focus, textarea:focus {
	border: 2px solid #636363;
	outline: none;
}

select {
    font-size: 1rem;
    font-family: 'PFDINTextStd-Medium';
    color: #405365;
}

.select-style {
    border: 2px solid #FFFFFF;
    font-size: 1rem;
    font-family: 'PFDINTextStd-Medium';
    width: 96%;
    border-radius: 4px;
    margin-bottom: 20px;
    overflow: hidden;
    background: #fff url("../img/icone_select.svg") no-repeat 96% 50%;
}

.select-style select {
    padding: 15px 8px;
    width: 100%;
    border: none;
    box-shadow: none;
    background: transparent;
    background-image: none;
    -webkit-appearance: none;
}

.select-style select:focus {
    outline: none;
}

#message {
	height: 230px;
}

.name {
	text-transform: uppercase;
	font-weight: 600;
	font-size: 0.6875rem;
  	line-height: 2.1rem;
  	margin-top: 10px;
}

/* CheckBox */

/* The container */
.containerCheckbox {
	font-size: 1.25rem;
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 20px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    
}

/* Hide the browser's default checkbox */
.containerCheckbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 21px;
    width: 21px;
    background-color: #FFFFFF;
    border: 2px solid #FFFFFF;
    border-radius: 4px;
}

/* On mouse-over, add a grey background color */
.containerCheckbox:hover input ~ .checkmark {
    background-color: #FFFFFF;
}

/* When the checkbox is checked, add a background */
.containerCheckbox input:checked ~ .checkmark {
    background-color: #FFFFFF;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.containerCheckbox input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.containerCheckbox .checkmark:after {
    left: 5px;
    top: 0px;
    width: 7px;
    height: 12px;
    border: solid #636363;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.bookDay{
	width: 110px;
	float: left;
}

.checkDay{
	width: 130px;
	float: left;	
}

.addAttachment{
	width: 180px;
	float: left;
	margin-top: 4px;
	margin-bottom: -20px;
}

.addAttachmentButton{
	margin-bottom: -20px;
}

/* CheckBox fin */

/* Radio */

/* The container */
.containerRadio {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 15px;
    cursor: pointer;
    font-size: 1.25rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default radio button */
.containerRadio input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom radio button */
.checkmarkRadio {
    position: absolute;
    top: 0;
    left: 0;
    height: 22px;
    width: 22px;
    background-color: #FFFFFF;
    border: 2px solid #FFFFFF;
    border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.containerRadio:hover input ~ .checkmarkRadio {
    background-color: #ffffff;
}

/* When the radio button is checked, add a blue background */
.containerRadio input:checked ~ .checkmarkRadio {
    background-color: #FFFFFF;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmarkRadio:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.containerRadio input:checked ~ .checkmarkRadio:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.containerRadio .checkmarkRadio:after {
 	top: 4px;
	left: 4px;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #636363;
}

/* Radio fin */

.contactButton {
	background-color: transparent;
	font-family: 'PFDINTextStd-Medium';
	border: 1px solid #fff;
	border-radius: 50px;
	color: #FFFFFF;
	padding: 10px 25px 8px 25px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	display: inline-block;
	-webkit-transition-duration: 0.2s; /* Safari */
	transition-duration: 0.2s;
	font-size: 0.9rem;
	margin: 0 23px 50px 0;
	cursor: pointer;
}

.contactButton:hover {
	background-color: #FFFFFF;
	border: 1px solid #FFFFFF;
	color: #636363;
}




.page_content img{
	max-width: 100%;
	height: auto;
}



/*	
	------------------------------
	------------------------------
	------------------------------
	Media queries
	------------------------------
	------------------------------
	------------------------------
*/
	
@media only screen and (max-width: 1100px) 
{
	.card,.cardTraitement {
	width: 100%;
	margin-bottom: 10%;
	padding: 5%;
	}
}
	
	  			
@media only screen and (max-width: 960px) 
{	  	  	
	
	
	.logo {
		margin: 6%;
		background-size: 100%;
	    max-width: 300px;
	    min-width: 220px;
	}
	
	h1 {
		font-size: 2.75rem;
		line-height: 2.75rem;
		margin-bottom: 15px;
	}
	
	.nav {
    	margin-top: 0;
	}
	
	.navAddresse {
		display: none;
	}
	
	.fade-in {
		opacity: 0;
	}
	
	.imageCover {
		width: 100vw;
	}
	
	.menu {
		width: 85%;
	}
	
	.menuOpen {
		margin-top: 25px;
		right: 80px;
	}
	
	.transform-move {
		right: -85%;
	}
	
	
	
	
/*
	------------------------------
	Carrousel - Media queries
	------------------------------
*/

#homecarousel{
	position: absolute;
	width:100%;
	height:100%;
	overflow:hidden;
}

.carouselhome{
	width:100vw;
	height:50%;
	overflow:hidden;
	position:relative;
}
 .carouselhome_slide{
	 top:0px;
	 left:0px;
	width:100vw;
	height:54vh;
	background-size:cover;
	background-position:center center;
	background-repeat:no-repeat;
}
	.carouselhome_slide_right{
		margin-top:-4px;
		
	}
		
	.contentCarrousel p {
	font-size: 1.05rem;
	line-height: 1.65rem;
	}

	.imageCarrousel {
		width: 100vw;
		height: 50vh;
		float: right;
	}
	
	.containerCarrousel {
		width: 100vw;
		height: 50vh;
		margin-left: 0;
		float: right;
	}
	
	

	
	.track {
		height: 100vh;
		width: 300vw;
		-webkit-transform: translate3d(-200vw, 0, 0);
		        transform: translate3d(-200vw, 0, 0);
	}
	
	.trackText {
		height: 300vh;
		width: 300vw;
		margin-top: 45vh;
		-webkit-transform: translate3d(0, 0, 0);
		        transform: translate3d(0, 0, 0);
	}
	
	.contentCarrousel h1 {
		font-size: 2rem;
		line-height: 2rem;
		margin-bottom: 25px;
	}
	
	.contentCarrousel {
		padding: 7%;
	}
	
	
	
	
	
/* 	Barre de progression - Media queries */

	.progress {
		width: 100vw;
		height: 1px;
		position: fixed;
		top:45vh;
		left: 0;
		z-index: 100;
	}
	
	.progressPart {
		background-color: rgba(255, 255, 255, 0.2);
		width: 32.6vw;
		height: 1px;
		margin-right: 1vw;
		float: left;
	}
	
	.progressPart:last-child {
		margin-right: 0;
	}
	
	.progressPartAnimation {
		background-color: rgba(255, 255, 255, 1);
		width: 0;
		height: 1px;
	}
	
	.progressPartAnimation1 {
		-webkit-animation: progress-animation1 10s infinite 2s;
		        animation: progress-animation1 10s infinite 2s;
	}
	
	.progressPartAnimation2 {
		-webkit-animation: progress-animation2 10s infinite 2s;
		        animation: progress-animation2 10s infinite 2s;
	}
	
	.progressPartAnimation3 {
		-webkit-animation: progress-animation3 10s infinite 2s;
		        animation: progress-animation3 10s infinite 2s;
	}
	
	
/*
	------------------------------
	Overlay traitement - Media queries
	------------------------------
*/

.popup-container  {
	max-width: 90vw;
}

.popup-container  h2 {
	font-size: 2.75rem;
    line-height: 2.75rem;
    margin-top: 20px;
}

.popup-container  {
	padding: 50px 20px 20px 20px;

}

	.imageCover {
		height: 50vh;
	}

.container {
		width: 100vw;
		margin-left: 0vw;
		margin-top: 50vh;
	}
	
	.content {
		padding: 0 7%;
		-webkit-animation: none;
	        animation: none;
		-webkit-transform: translateY(50px) !important;
	 -ms-transform: translateY(50px) !important;
	   transform: translateY(50px) !important;
	}	

}

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

}
