
/* ==========================================================================
   Author's custom styles
   ========================================================================== */

.hidden_overflow{
	overflow: hidden !important;
}

.intro{
	background: #fff;
	width: 100%;
	height: 120vh;
	position: absolute;
	top: 0;
	z-index: 1000;
}

.intro img{
	width: 269px;
    position: absolute;
    top: 25%;
    left: 50%;
    margin-left: -135px;
}

.img-people{
	width: 100%;
	position: relative;
	-webkit-transition: opacity 0.5s ease-in-out;
  	-moz-transition: opacity 0.5s ease-in-out;
  	-o-transition: opacity 0.5s ease-in-out;
  	transition: opacity 0.5s ease-in-out;
}

.img-people.top{
	position: absolute;
	top: 108px;
}
.img-people.top:hover {
  opacity:0;
}

.title-unviers{
	text-align: center;
	height: 78px;
}

.title-unviers img{
	width: 65%;
}

.main_wrapper{
	margin-top: 40px;
}

.wrapper-img{
	float: left;
	width: 100%;
	position: relative;
}

.wrapper-img:hover{
	cursor:pointer;
}

#slides{
	position: absolute !important;
	top: 0;
	z-index: 0;
	opacity: 0;
}

.slides-navigation a.prev {
    left: 30px !important;
}

.slides-navigation a.next {
    right: 30px !important;
}

.slides-navigation img{
	width: 80%;
}

#arrow-close{
	position: absolute;
	top: 30px;
	right: 30px;
	z-index: 2000;
}

#arrow-close:hover{
	cursor: pointer;
}

#share-mail{
	width: 700px;
	margin: 0 auto;
}

#share-mail .parsley-errors-list{
	display: none;
}

.input-text{
	border: 1px solid #000;
	width: 250px;
	font-size: 12px;
	font-weight: lighter;
	height: 25px;
	padding-left: 10px;
}

.input-submit{
	background: #000;
	color:#fff;
	border: none;
	text-transform: uppercase;
	font-size: 12px;
	height: 25px;
	padding-left: 10px;
	padding-right: 10px;
	margin-left: -5px;
    top: -1px;
    position: relative;
}

footer{
    padding-bottom: 40px;
    width: 100%;
    text-align: center;
    margin-top: 30px;
}

.logo_popin{
    width: 95px;
    margin-bottom: 20px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.text-slide{
	position: absolute;
	bottom: 70%;
	right: -20%;
	font-size: 20px;
}

.text-slide img{
	width: 600px !important;
    height: auto !important;
}
.img-people.top{
left: 0 !important;
}

footer{
position: relative !important;
z-index: 9 !important;
}

video#bgvid {
  position: fixed; 
  right: 0; 
  bottom: 0;
  width: 100%;
  z-index: 100;
  height: 100vh;
  background-size: cover;
    background: #000;
}

#share-mail{
	width: 100% !important;
}

#skip_intro{
	position: absolute;
	top:30px;
	right: 50px;
	color: #fff;
	font-size: 20px;
	font-style: italic;
	font-weight: bold;
	z-index: 150;
	font-family: 'Open Sans', sans-serif;
}

#skip_intro{
	cursor: pointer;
}

body{
	overflow-x: hidden !important;
}

#wrapper_btn_contact{
	width: 100%;
	text-align: center;
    margin-top: 10px;
}

#contact_popin_btn{
	background: #000;
    color: #fff;
    border: none;
    text-transform: uppercase;
    font-size: 14px;
    height: 25px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 3px;
    padding-bottom: 3px;
    font-weight: lighter;
}

#contact_popin_btn:hover{
	text-decoration: none;
}


.contact_popin{
	width: 80% !important;
	margin-left: -40%;
	padding: 0 !important;
	border: 0px !important;
}

.contact_popin img{
	width: 100% !important;
}

.open_client_form{
	font-weight: bold;
	position: absolute;
    top: 50%;
    transform: translateY(-50%);
	font-size: 25px;
	text-transform: uppercase;
	text-decoration: none;
}

.open_client_form:hover{
	text-decoration: underline;
	color: #cab383 !important;
}

#particular_btn{
	left: 10%;
	color: #fff;
}

#professional_btn{
	right: 10%;
	color: #000;
}

.wrapper_form {
    
    width: 80%;
    max-width: 900px;
    margin: 0 auto;
    position: relative;
    background: #fff;
    padding: 30px 60px 30px 60px;
    border: 3px solid #000;
}

.cross_close_form {
    position: absolute;
    right: 3px;
    top: 0px;
}

.cross_close_form img{
	width: 15px !important;
}

.left_form, .right_form{
    float: left;
    width: 40%;
    padding-left: 40px;
}

.input_text{
	border: 1px solid #cab383;
	color: #000;
	width: 300px;
	height: 35px;
	margin-bottom: 5px;
	padding-left: 10px;
}

#contact_popin_form{
	background: transparent;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
}


.text_form{
    resize: none;
    border: 1px solid #cab383;
    color: #000;
    width: 100%;
    height: 200px;
    padding-left: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
}

#select_sujet, .input_select{
	border: 1px solid #000;
	color: #000;
	width: 180px;
	height: 35px;
	margin-bottom: 5px;
	padding-left: 10px
}

.submit_contact_form{
	background: #000;
    color: #cab383;
    border: none;
    text-transform: uppercase;
    font-size: 14px;
    height: 25px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 3px;
    padding-bottom: 3px;
    font-weight: lighter;
    float: right;
}

#logo_form{
	width: 100%;
	text-align: center;
	margin-bottom: 30px;
}

#logo_form img{
	width: 90px !important;
}

.label_form{
	font-weight: lighter;	
}

.radion_form{
	border: #000;
}

#wrapper_gender{
	width: 100%;
}

.input_form_hide{
	display: none;
}

#switch_lang{
    position: absolute;
    top: 8px;
    right: 10px;
}

#switch_lang{
	z-index: 100;
}

#switch_lang a{
	opacity: 0.6;
}

#switch_lang a img{
	width: 25px;
}

#current_lang{
	opacity: 1 !important;	
}

#separate_flag{
	height: 20px;
    border-left: 3px solid #000;
    display: inline-block;
    position: relative;
    top: 6px;
    margin-left: 10px;
    margin-right: 10px;
}

.input_text.parsley-error, #select_sujet.parsley-error{
	color: #000 !important;
    background-color: #cab383 !important;
    border: 1px solid #cab383 !important;
}

input.parsley-success,
select.parsley-success,
textarea.parsley-success {
  color: #468847;
  background-color: #DFF0D8;
  border: 1px solid #D6E9C6;
}

input.parsley-error,
select.parsley-error,
textarea.parsley-error {
  color: #B94A48;
  background-color: #F2DEDE;
  border: 1px solid #EED3D7;
}

.parsley-errors-list {
  margin: 2px 0 3px;
  padding: 0;
  list-style-type: none;
  font-size: 0.9em;
  line-height: 0.9em;
  opacity: 0;

  transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  -moz-transition: all .3s ease-in;
  -webkit-transition: all .3s ease-in;
}

.col-ection {
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
}

.slides-container li{
	width: 100vw !important;
}

.slides-container li img.main_slide{
	width: 100% !important;
	left: 0 !important;
}

.parsley-errors-list.filled {
  opacity: 1;
}

@media only screen and (min-width : 991px) {
	.wrapper_form{
		min-width: 820px !important;
	}
	
	.reveal-modal{
		top: 10% !important;
	}
}

@media only screen and (max-width : 990px) {
	.input_text{
		width: 100%;
	}
	
	#select_sujet {
	    width: 100% !important;
	    margin-top: 8px;
	}
}

@media only screen and (min-width : 320px) and (max-width : 480px) {
	.container{
	    min-width: 120% !important;
	}

	#skip_intro{
		display: none !important;
	}

	#slides{
		display: none;
	}
}

@media only screen and (min-device-width : 320px) and (max-device-width : 480px)  {
	/* Styles pour cette Media Queries */
	
	.reveal-modal{
		top: 60% !important;
	}
	
		
	#video_popin{
		max-width: 380px !important;
	}

	#intro_video_popin{
		width: 100% !important;
	}
	
	.open_client_form {
    	font-size: 82% !important;
	}
}

@media only screen and (min-device-width : 560px) and (max-device-width : 736px)  {
	/* Styles pour cette Media Queries */
	#video_popin{
		max-width: 780px !important;
		width: 650px !important;
		margin-left: -325px !important;
	}

	#intro_video_popin{
		width: 100% !important;
	}
}

.text100{
width: 100vw !importan;}