@charset "UTF-8";
/* CSS Document */

@font-face {
  font-family: 'cel';
  src: url('font/champagne_et_limousines/ChampagneLimousines.eot'); /* IE9 Compat Modes */
  src: url('font/champagne_et_limousines/ChampagneLimousines.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('font/champagne_et_limousines/ChampagneLimousines.woff') format('woff'), /* Modern Browsers */
       url('font/champagne_et_limousines/ChampagneLimousines.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('font/champagne_et_limousines/ChampagneLimousines.svg#svgFontName') format('svg'); /* Legacy iOS */
}

@font-face {
  font-family: 'cel_i';
  src: url('font/champagne_et_limousines/ChampagneLimousines-Italic.eot'); /* IE9 Compat Modes */
  src: url('font/champagne_et_limousines/ChampagneLimousines-Italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('font/champagne_et_limousines/ChampagneLimousines-Italic.woff') format('woff'), /* Modern Browsers */
       url('font/champagne_et_limousines/ChampagneLimousines-Italic.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('font/champagne_et_limousines/ChampagneLimousines-Italic.svg#svgFontName') format('svg'); /* Legacy iOS */
}

@font-face {
  font-family: 'cel_b';
  src: url('font/champagne_et_limousines/ChampagneLimousines-Bold.eot'); /* IE9 Compat Modes */
  src: url('font/champagne_et_limousines/ChampagneLimousines-Bold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('font/champagne_et_limousines/ChampagneLimousines-Bold.woff') format('woff'), /* Modern Browsers */
       url('font/champagne_et_limousines/ChampagneLimousines-Bold.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('font/champagne_et_limousines/ChampagneLimousines-Bold.svg#svgFontName') format('svg'); /* Legacy iOS */
}

@font-face {
  font-family: 'cel_bi';
  src: url('font/champagne_et_limousines/ChampagneLimousines-BoldItalic.eot'); /* IE9 Compat Modes */
  src: url('font/champagne_et_limousines/ChampagneLimousines-BoldItalic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('font/champagne_et_limousines/ChampagneLimousines-BoldItalic.woff') format('woff'), /* Modern Browsers */
       url('font/champagne_et_limousines/ChampagneLimousines-BoldItalic.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('font/champagne_et_limousines/ChampagneLimousines-BoldItalic.svg#svgFontName') format('svg'); /* Legacy iOS */
}	

body{
	margin:0px;
	padding:0px;
	font-family: 'Roboto', sans-serif;
	font-family: 'cel';
	font-size:13px;
	letter-spacing: 0.1em;
	color:#FFF;
	overflow-y: scroll;
	overflow-x: hidden;
}

.relative
{
	position: relative;
}

.where_list_off a , .where_list_on a{
    color: #061152;
    font-family: 'cel_b';
    font-size: 16px;
    font-weight: bold;
    transition: all 500ms;
    letter-spacing: 5px;
}

.where_list_off a:hover,
.where_list_on a:hover
{
	color:#FFF;
	color:#7e5ed7;
}

.non_resp_where_menu
{
	position:absolute;
	width:100%;
	display:flex;
	align-content: center;
	align-items:center;
	justify-content: center;
	flex-direction:row;
	top:70px;
	left: 70px;
	transition: all 500ms ease;
}

.non_resp_where_menu.invisible
{
	left: 1000px !important;
}




.mentions_legales_position
{
	position: absolute;
	top: -20px;
	right: 0px;
}

.all_blank
{
	background: #FFFFFF;
	z-index: 99999;
    position: fixed;
    width: 100%;
    height: 100%;
}

/*
img.resp_logo
{
	transition: all 500ms;
}
*/

.class_body{
	background:url("../img/pattern_bg_g.gif") repeat;}

p{
	margin:0px;
	margin-bottom:10px;
	padding:0px;
}

.fancybox-bg {
    background:transparent;
    opacity: 0;
    transition-duration: inherit;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(.47,0,.74,.71);
}

.fancybox-is-open .fancybox-stage {
    overflow: hidden;
    background: rgba(0,0,0,0.85);
}

.fancybox-infobar
{
	display:none;
}

.fancybox-button--arrow_left, .fancybox-button--arrow_right
{
	color:#d3d3d3;
}

.fancybox-caption__body{
	color:#d3d3d3;
}

.clients_non_resp
{
	display:block;
}

.clients_resp
{
	display:none;
}


.parallax-base{
	height:350px;
	position:relative;
}

.parallax-absolute
{
	display:flex;
	align-content:center;
	justify-content:center;
	align-items:center;
}

.parallax-window2 {
    min-height: 350px;
    background: transparent;
	position:relative;
}

.parallax-window3 {
    min-height: 350px;
    background: transparent;
	position:relative;
}

.parallax-title{
	/*position:relative;
	top:-333px;
	max-width:700px;
	margin:auto;	
	z-index:120;*/
	position: absolute;
    top: 0px;
    width: 100%;
    height: 350px;
	
}	

.parallax-title .inner{
	width: 100%;
	max-width: 700px;
	position: relative;
	margin: auto;
	height: 350px;
	display: flex;
	align-items:center;
}	

.parallax-title .inner .img
{
	width:100%;
	position:absolute;
}

.parallax-title .img img
{
	width:100%;
}



.clear, .clear1{
	clear:both;
	height:1px;
}

.clear5
{
	clear:both;
	height:5px;
}

.clear10{
	clear:both;
	height:10px;
}

.clear20{
	clear:both;
	height:20px;
}

.clear25{
	clear:both;
	height:25px;
}

.clear50{
	height:50px;
	clear:both;
}

.clear100{
	height:100px;
	clear:both;
}

a
{
	cursor:pointer;
	text-decoration:none;
}

.fab
{
	font-size: 25px;
	margin-right:20px;
}

.full-width
{
	width:100%;
	overflow-x: hidden;
}

.loader{
	width:100%;
	/*height:100vh;*/
	/*background:url("../img/fond-lumineux.png") center center no-repeat;*/
	background-size: cover;
	display:flex;
	align-items: center;
	justify-content: center;
}

.loader .content{
	width:95%;
	max-width:800px;
	height:300px;
	text-align:center;
}



.loader .content .img_log img{
	width:100%;
}

.enter{
	width:100%;
	max-width:350px;
	height:20px;
	padding:10px;
	margin:auto;
	border-radius:5px;
	color:#707070;
	font-size:20px;
	font-weight:300;
	position:relative;
	/*
	top:80px;
	*/
	cursor:pointer;
	display:none;
	transition: all 500ms;
}

.enter:hover
{
	color:#FFF;
}

.retour{
	width:160px;
	color:#707070;
	font-size:12px;
	font-weight:300;
	position:relative;
	/*
	top:80px;
	*/
	cursor:pointer;
	transition: all 500ms;
}

.retour:hover
{
	color:#FFF;
}


.retourP{

	color:#061152;
	font-weight:300;
	position:absolute;
	/*
	font-size:14px;
    */
    font-size:13px;
    padding-top:6px;
	width:80px;
	cursor:pointer;
	transition: all 500ms;
}

.retourP:hover
{
	color:#7e5ed7;
}


.ma_selection {
    color: #061152;
    font-weight: 300;
    position: absolute;
    top: -20px;
    right: 0px;
    font-size: 13px;
    padding-top: 6px;
    width: 200px;
    cursor: pointer;
    transition: all 500ms;
}

.ma_selection:hover
{
	color:#7e5ed7;
}

a.ma_selection_photo
{
	text-decoration: none;
	color: #061152;
	transition:all 500ms;
}

a.ma_selection_photo:hover
{
	/*opacity: 30%;*/
	color:#7e5ed7;
}


.close_selection_div {
    color: #061152;
    font-weight: 300;
    top: -15px;
    font-size: 13px;
    padding-top: 6px;
    cursor: pointer;
    transition: all 500ms;
}

.close_selection_div:hover
{
	color:#7e5ed7;
}



/*P*/
.header{
	width:95%;
	margin: auto;
	height:110px;
    background:rgba(255,255,255,0.80);
    /*background:rgba(0,0,0,0.30);*/
	position:relative;
	z-index:999;
}

.headerB{
	width:100%;
	height:94px;
}

.header .content{
	width:100%;
	max-width:1200px;
	height:80px;
	margin:auto;
}

.header .content .logo{
	width:34%;
	max-width:400px;
	float:left;
	/*padding-top:26px;*/
	position: relative;
}

.header .content .nav{
	/*
	width: 53%;
    max-width: 611px;
	float:right;
	padding-top:38px;
	*/
	
	/*
    max-width: 703px;
    */
    /*
    max-width: 720px;
    width: 66%;
    max-width:800px;
    */
    /*width: 50%;*/
    float: right;
    padding-top: 38px;
    position:relative;
}

.header .content .nav ul{
	list-style: none;
	margin:0px;
	padding:0px;
	float:right;
}

.header .content .nav ul li{
	float:left;
	margin-right:40px;
}

.nav ul li::after{
	content:'';
	display: block;
    width: 0;
    height: 1px;
    /*
    background: #FFF;
    */
    background: #7e5ed7;
    transition: width 0.5s;	
	position:relative;
	top:2px;
}

/*
.nav ul li::before{
	content:'';
	display: block;
    width: 0;
    height: 1px;
    background: #847092;
    transition: width 0.5s;	
	position:relative;
	top:-1px;
}

.nav ul li:hover::after,.nav ul li:hover::before{
    width: 100%;
    background: #FFF;
}
*/
/*
.nav ul li.focus::before{
	content:'';
	display: block;
    width: 100%;
    height: 1px;
    background: #FFF;
}
*/
.header .content .nav ul li.focus a
{
	/*
	color: #847092;
	*/
	color: #7e5ed7;
	transition: all 500ms;
}

/*
.nav ul li.focus::after{
	content:'';
	display: block;
    width: 100%;
    height: 1px;
    background: #FFF;
}
*/

.header .content .nav ul li:last-child{
	float:left;
	margin-right:0px;
}

.header .content .nav ul li a{
	color:#061152;
	font-family: 'cel_b';
	font-size:16px;
	font-weight: bold;
	transition: all 500ms;
	letter-spacing: 5px;
}

.header .content .nav ul li:hover a, .header .content .nav ul li a:hover
{
	color:#FFF;
	color:#7e5ed7;
}

.header .content .logo img{
	width:100%;
	position: absolute;
}

.header .content .logo img.resp_logo{
	-webkit-transition: opacity 500ms ease-in-out;
  -moz-transition: opacity 500ms ease-in-out;
  -o-transition: opacity 500ms ease-in-out;
  transition: opacity 500ms ease-in-out;
  opacity:0%;
}


.header .content .logo img.transparent {
	opacity:80%;
}

a#qui_mail_equipe {
    color: #7e5ed7;
    transition: all 500ms;
    font-weight: bold;
}

a#qui_mail_equipe:hover {
   opacity: 30%;
}


.links-list {
    margin-bottom: 45px;
    font-size: 15px;
    line-height: 1.8;
    list-style: none;
    margin-left: -46px;
}

.links-list>li
{
	margin-left: 0;
    margin-right: 0;
    display: inline-block;
    margin: 0 5px;
}

.links-list>li:after
{
	content: " /";
	color:#bebebe;
	margin-left: 2px;
	   
}

.links-list>li:last-child:after
{
	content: "";
	margin-left: 2px;
}

.categories ul.links-list li a
{
	display:inline;
	text-decoration: none;
	color:#7e5ed7;
	transition:all 500ms;
	text-transform: uppercase;
	font-size: 13px;
}

.categories ul.links-list li a:hover
{
	color:#FFF;
}

.slider_base{
	width:100%;
	position:relative;
	height:100vh;
	box-sizing:border-box;
	overflow:hidden;
}

.slider_base_contenu
{
	width:100%;
	max-width:450px;
	height:150px;
	background:rgba(0,0,0,0.7);
	padding:10px;
	position:absolute;
	top: 55%;
    left: 3%;
	text-align: center;
	display: flex;
    align-items: center;
    justify-content: center;
}

.slider_base_contenu .titre-slideshow
{
	font-size:32px;
	font-weight:100;
	color:#FFF;
}

.slider_base_contenu .resume-slideshow
{
	color:#FFF;
	font-size:16px;
}

.slider_base_contenu .btn-slideshow
{
	font-size:16px;
	width: 150px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #7e5ed7;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
	margin:auto;

}

.slider_base_contenu .btn-slideshow:hover{
	background:#7e5ed7;
	border: 1px solid #7e5ed7;
	
}

.slider_base_contenu .btn-slideshow a
{
	color: #7e5ed7;
	text-decoration:none;
	transition: all 0.5s;
}

.slider_base_contenu .btn-slideshow:hover a
{
	text-decoration:none;
	color:#FFF;
}


/*
.bg1::after {
  background-image: url('../slider/Landscape_.jpg');
}

.bg2::after {
  background-image: url('../slider/AdobeStock_169009123.jpeg');
}
*/

.main_title{
	text-align:center;
	font-size:28px;
	font-weight:100;
	color:#FFF;
	text-transform: uppercase;
	position:relative;
}


.main_txt{
	height:auto;
	margin:auto;
	text-align:justify;
	font-size: 17px;
	color:#8c8c8c;
}


.list_services {
    width: 100%;
    max-width: 1200px;
    margin: auto;
    color: #333;
    text-align: justify;
}

.col-30{
	width: 30%;
    min-height: 200px;
    height: auto;
    margin-right: 3%;
    float: left;
    box-sizing: border-box;
    text-align: justify;
    margin-bottom: 35px;
    overflow:hidden;
}

.col-30-2{
	/*width:33.3%;*/
	width:32%;
	height:250px;
	float:left;
	overflow:hidden;
}

.col-30-3{
	width:25%;
	float:left;
	min-height:50px;
	height:auto;
	position: relative;
	overflow:hidden;
	margin-bottom:20px;
}

.col-30-4{
	width: 50%;
    min-height: 1px;
    height: auto;
    float: left;
    position: relative;
}



.col-30-links{
	width: 33%;
    min-height: 1px;
    margin-right: 0.5%;
    height: auto;
    float: left;
    position: relative;
}

.col-30-links-r{
	width: 33%;
    min-height: 1px;
    margin-left: 0.5%;
    height: auto;
    float: right;
    position: relative;
}

.col-30-links-2{
	width: 33%;
    min-height: 1px;
    margin-right: 0%;
    height: auto;
    float: left;
    position: relative;
}

.align_center
{
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: center;
    flex-direction: row;
}

.resp_qui_links
{
	width: 100%;
	min-height: 1px;
	position: relative;
	display: none;
	align-items: center;
	align-content: center;
	justify-content: space-between;
    flex-direction: column;
    height: 90px;
}

a#link_nous_contacter
{
	text-align: left;
    font-size: 16px;
    font-weight: 100;
    color: #7e5ed7 !important;
    text-transform: uppercase;
    opacity: 100%;
    transition: all 500ms;
    font-weight: bold;
    font-family: 'cel_b';
    letter-spacing: 5px;
}

a#link_nous_contacter:hover
{
	opacity: 30%;
}

.col-30-5{
	width: 30%;
    min-height: 200px;
    height: auto;
    margin-right: 3%;
    float: left;
    box-sizing: border-box;
    text-align: justify;
    margin-bottom: 20px;
    overflow:hidden;
}

.col-30-5:last-child{
	width: 34%;
    min-height: 1px;
    margin-right: 0%;
}

.equipe_div
{
	width: 100%;
	max-width: 1200px;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: #061152;
    margin: auto;
}

.equipe_div .row
{
	width:100%;
	max-width: 1200px;
	display:flex;
	align-content:center;
	justify-content:center;
	align-items:center;
	flex-direction:row;
	margin: auto;
}

.col-30-qui{
	width: 30%;
    min-height: 200px;
    height: auto;
    /*margin-right: 5%;*/
    /*float: left;*/
    box-sizing: border-box;
    text-align: justify;
    margin-bottom: 20px;
    overflow:hidden;
}

.col-30-qui .personne
{
	width: 100%;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    font-weight: bold;
    font-size: 14px;
}
/*
.col-30-qui:nth-child(3n+3){
	width: 30%;
    min-height: 200px;
    height: auto;
    margin-right: 0%;
    float: left;
    box-sizing: border-box;
    text-align: justify;
    margin-bottom: 20px;
    overflow:hidden;
}


.col-30-qui:first-child{
	width: 30%;
    min-height: 200px;
    height: auto;
    margin-right: 5%;
    float: left;
    box-sizing: border-box;
    text-align: justify;
    margin-bottom: 20px;
    overflow:hidden;
}
*/

.resp_clear_clients
{
	display:none;
	clear:both;
	height:1px;
}

.card1{
    color:#FFF;
	/*height:250px;*/
	height:125px;
	box-sizing:border-box;
	position:relative;
	margin:2px;	
}

.card1 .front{
	width: 100%;
    /*height: 250px;*/
    height:125px;
	 display: flex;
  align-items: center;
  justify-content: center;
z-index:1;
	transition: all 500ms;/* Added */
    text-align: center;
	position: absolute;
	
}

.card1 .front img{
	height: 100%;
    width: 100%;
    object-fit: cover;
}

.card1 .text_front{
		width: 100%;
	    /*height: 250px;*/
	    height:125px;
		display: flex;
	 	align-items: center;
	 	justify-content: center;
	  	text-shadow: 2px 2px 4px #061152;
		z-index:5;
	    text-align: center;
		position: absolute;
		
}

@media only screen and (min-width: 501px) {
	.card1 .text_front{
		opacity:0.3;
		transition:opacity 2s;
	}

	.card1 .text_front:hover
	{
		opacity:100%;
		transition:opacity 0.5s
	}
}

.card1 .back3{
	width: 100%;
    /*height: 250px;*/
    height:125px;
	 display: flex;
  align-items: center;
  justify-content: center;
		background:rgba(0,0,0,0.7);
	position: absolute;
	display:none;
	z-index:2;
}	


.card1 .back{
	width: 100%;
    /*height: 250px;*/
    height:125px;
	 display: flex;
  align-items: center;
  justify-content: center;
	   /*background:#0658a5;*/
	   /*
		background:rgba(41,41,41,0.71);
		*/
		background:rgba(0,0,0,0.7);
	position: absolute;
	z-index: 2;
}

.card1 .front2{
	width: 100%;
    /*height: 250px;*/
    height:125px;
	 display: flex;
  align-items: center;
  justify-content: center;
z-index:1;
    text-align: center;
	position: absolute;
	
}

.card1 .front2 img{
	height: 100%;
    width: 100%;
    object-fit: cover;
}

.card1 .back2{
	width: 100%;
    /*height: 250px;*/
	 display: flex;
  align-items: center;
  justify-content: center;
	   /*background:#0658a5;*/
	   /*
		background:rgba(41,41,41,0.71);
		*/
		background:rgba(0,0,0,0.7);
	position: absolute;
	z-index: 2;
}

.personne a {
	color:#7e5ed7;
	color:#061152;
	font-weight:100; -webkit-transition: all 0.5s;/* Safari prior 6.1 */
  transition: all 0.5s;
	/*font-size:15px;*/
	transition: all 500ms;
}

.personne a:hover {
	color:#FFF;
	color:#7e5ed7;	
}


.footer{
	width:100%;
	min-height:100px;
	height:auto;
	background:rgba(0,0,0,0.50);
	font-size:16px;
	color:#8c8c8c;
	background: #FFFFFF;
}

.footer .content{
	width:100%;
	max-width:1200px;
	height:auto;
	
	margin:auto;
	/*padding-top:50px;*/
}

.footer a {
	color:#7e5ed7;
	color:#061152;
	font-weight:100; -webkit-transition: all 0.5s;/* Safari prior 6.1 */
  transition: all 0.5s;
	font-size:15px;
	font-size:14px;
	transition: all 500ms;
	font-weight: bold;
}

.footer a:hover {
	color:#FFF;
	color:#7e5ed7;	
}

.footer a:hover .contact_btn, .footer a .contact_btn:hover
{
	color:#FFF;
}

.footer ul li.langue_en a
{
	color:#7e5ed7;
}

.footer ul li.langue_en a:hover
{
	color:#FFFFFF;
}

.col-60-2 .white_txt{
	color:#FFF;	
}

a.contact
{
	transition: all 0.4s;
}

.contact_div a
{
	text-decoration: none;
	color:#7e5ed7;
}

.contact_form_margin_top
{
	margin-top:190px;
}

.header .content .nav ul li.langue_fr {
    margin-right: 10px;
}

.langue_fr
{
	display:flex;
	justify-content: center;
	align-items: center;
	align-content:center;
	flex-direction:row;
	/*border:1px solid #847092;*/
	background:#7e5ed7;
	padding:2px;
}

.langue_en 
{
	display:flex;
	justify-content: center;
	align-items: center;
	align-content:center;
	flex-direction:row;
	border:1px solid #7e5ed7;
	padding:2px;
	-webkit-transition: all 0.5s; /* Safari prior 6.1 */
  	transition: all 0.5s;
}

.langue_en:hover{
	background:#7e5ed7;
}

.contact_btn{
	width:99%;
	height:30px;
	display:flex;
	justify-content: center;
	align-items: center;
	border:1px solid #7e5ed7;
	-webkit-transition: all 0.5s; /* Safari prior 6.1 */
  	transition: all 0.5s;
}

.contact_btn{
	font-size:20px;
}

.contact_btn:hover{
	background:#7e5ed7;
}

#contact_fv label
{
	font-size:17px;
}

.col-40-2{
	width:38%;
	float:left;
}


.col-40-2 img{
	width:100%;
}

.col-40-3{
	width:50%;
	float:left;
	height:auto;
	position:relative;
}

.col-40-3 .fixed
{
	position:absolute;
	left: 20%;
}

.col-40-3 .img{
	position: fixed;
	width: 400px;
    margin: auto;
    /*
    margin-top: 10%;
    */
}

.col-40-3 .img img{
	width:100%;
}

.col-40-4
{
	width:38%;
	float:right;
	height:auto;
}


.col-60-2{
	width:59%;
	height:auto;
	float:right;
	color: #8c8c8c;
	text-align: left;
	font-size:16px;
}

.col-60-2 p
{
	font-size:16px;
	color:#8c8c8c;
}

.contact_div{
	    font-size: 16px;	
}

.col-60-3
{
	width:92%;
	height:auto;
	text-align: justify;
	break-inside: avoid-column;
}

.col-50 {
    width: 49.5%;
    height: auto;
    float: left;
}

.col-100
{
	width:100%;
	float:none;
	clear:both;
}

.col-100 .img{
	width: 30%;
    margin: auto;
    margin-top: 5%;
}

.col-100 .img img{
	width:100%;
}

.subtitle{
	color:#7e5ed7;
	font-size:17px;
	 display: inline-block;
    font-size: 15px;
    border-top: 1px solid #7e5ed7;
    border-bottom: 1px solid #7e5ed7;
    text-transform: uppercase;
	margin-bottom:20px;
}


.champs{
	width:100%;
	height:30px;
	border:none;
	color:#8c8c8c;
	/*
	background:#000;
	*/
	font-size:17px;
	background:rgba(0,0,0,0.5);
	/*
	border:1px solid #707070;
	*/
	border:1px solid #8c8c8c;
}

.txtarea_champs{
	width:100%;
	height:100px;
	color:#8C8C8C;
	/*
	background:#000;
	*/
	background:rgba(0,0,0,0.5);
	border:1px solid #8C8C8C;
}

.grey
{
	color: #707070;
}

/*
.btn_envoi{
	width:150px;
	height:30px;
	padding:5px;
	border:none;
	background: rgba(0,0,0,0.50);
	color:#847092;
	font-size:12px;
	-webkit-transition: all 1.5s;
	-moz-transition: all 1.5s;
	-ms-transition: all 1.5s;
	-o-transition: all 1.5s;
	transition: all 1.5s;
	border: 1px solid #847092;

	cursor:pointer;
}

.btn_envoi:hover{
	background:#847092;
	color:#fff;
	border: 1px solid #847092;
}
*/

a.form{
	color:#7e5ed7;
	-webkit-transition: all 0.4s;/* Safari prior 6.1 */
    transition: all 0.4s;
}

a.form:hover
{
	color:#fff;
}

#toTop {
    position: fixed;
    bottom: 10px;
    right: 10px;
    cursor: pointer;
    display: none;
    background: transparent;
    border-color: transparent;
    color: #7e5ed7;
    height: 40px;
    width: 40px;
}




.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}

.btn-dark {
    color: #fff;
}
.btn {
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0;
    -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    -o-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

.btn-dark {
    color: #fff;
    /*
    background-color: #1E232D;
    border-color: #1E232D;
    */
}

.titre_qui, .titre_mentions_legales, #titre_qui
{
	color:#7e5ed7 !important;
	font-weight: 900 !important;
	font-size: 16px !important;
	font-family: 'cel_b';
	letter-spacing: 5px;
}

.btn_envoi{
	width:150px;
	height:30px;
	display:flex;
	justify-content: center;
	align-items: center;
	border:1px solid #7e5ed7;
	-webkit-transition: all 0.5s; /* Safari prior 6.1 */
  	transition: all 0.5s;
}

.btn_envoi{
	font-size:16px;
}

.btn_envoi:hover{
	background:#7e5ed7;
}


.ligne-grise
{
	height: 1px;
    border-top: 2px solid #7e5ed7; 
	margin-bottom:15px;
	margin-bottom:20px;
}

.copyright-fv
{
	font-size:14px;
	padding-bottom:10px;
	color: #061152;
	font-weight: bold;
}

.resp-copyright-fv {
    font-size: 14px;
    padding-bottom: 10px;
    color: #061152;
    font-weight: bold;
}

.nav2{
	width:30%;
	float:right;
	display:none;
	position:relative;
}

	.bar1, .bar2, .bar3 {
    width: 30px;
    height: 3px;
    background-color: #a1a1a1;
    background-color: #7e5ed7;
    margin: 6px 0;
    transition: 0.5s;
}
	
	.change .bar1 {
  -webkit-transform: rotate(-45deg) translate(-9px, 6px);
  transform: rotate(-45deg) translate(-5px, 5px);
}

.change .bar2 {opacity: 0;}

.change .bar3 {
  -webkit-transform: rotate(45deg) translate(-8px, -8px);
  transform: rotate(45deg) translate(-8px, -8px);
}


.button {
    /* float: right; */
    min-width: 50px;
    padding: 5px;
    cursor: pointer;
	position:absolute;
	right:3px;
	top:20px;
}

.menuList{
	display:none;
	width:90px;
	height:auto;
	background:#061152;
	background:rgba(255, 255, 255, 0.95);
	position:absolute;
	top:80px;
	right:0px;
	box-sizing:border-box;
	padding:10px;
	text-align: right;
}

.menuList a{
	color:#FFFFFF;
	color:#061152;
	font-size:16px;
}

.where_list_on a i
{
	font-size: 15px;
	transition: all 500ms;
}

.non_resp_where_menu a
{
	color: #061152;
	text-decoration: none;
	transition: all 500ms;
}

.non_resp_where_menu a:hover
{
	color:#7e5ed7;
}

/*P*/









.content_box{
	width:100%;
	max-width: 1200px;
    margin: auto;
    min-height: 850px;
    height: auto;
    border-radius: 5px;
    padding: 15px;
    box-sizing: border-box;
	color:#8c8c8c;
}

.content_box2{
	width:100%;
	max-width: 1200px;
    margin: auto;
    /*
    min-height: 400px;
    */
    min-height:1px;
    height: auto;
    border-radius: 5px;
    padding: 15px;
    box-sizing: border-box;
	color:#8c8c8c;
}

.content_box3
{
	width:100%;
	max-width: 1200px;
    margin: auto;
    min-height: 1px;
    height: auto;
    border-radius: 5px;
    padding: 15px;
    box-sizing: border-box;
	color:#8c8c8c;
}

.content_box4{
	width:100%;
    margin: auto;
    min-height: 1px;
    height: auto;
    border-radius: 5px;
    padding: 15px;
    box-sizing: border-box;
	color:#8c8c8c;
}

.content_box_motion
{
	width:100%;
	max-width: 1600px;
    margin: auto;
    min-height: 1px;
    height: auto;
    /*
    border-radius: 5px;
    padding: 15px;
    */
    box-sizing: border-box;
	color:#8c8c8c;
}

/*
.content_box .categories
{
	width:100%;
	max-width:900px;
	margin:auto;
	padding:40px;
	top:40px;
	position:relative;
}
*/

.content_box .categories
{
	width: 100%;
    max-width: 1200px;
    margin: auto;
    color: #333;
    text-align: justify;
}

.client-div
{
	/*
	text-align: left;
    font-size: 15px;
    */

    text-align: center;
    font-size: 28px;
    font-weight: 100;
    text-transform: uppercase;
}


.client-div-double
{
	color:#061152;
	display:inline;
	text-align: left;
    font-size: 16px;
    border-top:1px solid #707070;
    border-bottom:1px solid #707070;
    text-transform: uppercase;
    font-weight: bold;
    font-family: 'cel_b';
	letter-spacing: 5px;
}


.client-div-double::before {
    content: '';
    display: inline;
    width: 100%;
    height: 1px;
    background: #707070;
}

.client-div-double::after {
    content: '';
    display: inline;
    width: 0;
    height: 1px;
    background: #707070;
    position: relative;
    top: 2px;
}

.fancybox-button--play, .fancybox-button--thumbs, button.fancybox-button.fancybox-button--zoom
{
	display:none;
}

.col-40
{
	width:40%;
	margin:5%;
	float:left;
}

.col-45
{
	width:45%;
	margin:2%;
	float:left;
}


.content_box .categories div a 
{
	text-decoration: none;
	color:#FFF;
	min-height:200px;
}

.content_box .categories .categorie
{
	position:relative;
}

.content_box .categories .categorie .img
{
	width:100%;
}

.content_box .categories .categorie .img img
{
	width:100%;
}

.content_box .categories .title
{
	font-size: 20px;
	color:#FFF;
}

.content_box .grid, .content_box .categories .grid_client{
	width:100%;
	height:auto;
}

/* clear fix */
.grid:after {
  content: '';
  display: block;
  clear: both;
}

/* ---- .grid-item ---- */

.grid-sizer {
  width: 33%;
}

.gutter-sizer { width: 1px; }

.grid-item {
 	width: calc(33% - 4px);
	height:calc(400px - 4px);
	margin:2px;
	overflow:hidden;
	position:relative;
	cursor:pointer;
}




.grid-item--width2 {
  width: calc(33% - 4px);
	height:calc(200px - 4px);
	margin:2px;
	overflow:hidden;
	position:relative;
}

.grid-item--width3 {
  width: calc(66% - 4px);
	height:calc(400px - 4px);
	margin:2px;
	overflow:hidden;
	position:relative;
}


.grid-item--width4 {
  width: calc(33% - 4px);
	height:calc(600px - 4px);
	margin:2px;
	overflow:hidden;
	position:relative;
}

.grid-item img {
    width: 100%;
	height:100%;
	object-fit: cover;
	margin:2px;
}

.grid-item .hover-portfolio-image
{
    position:absolute; 
    top:0px;
    width:100%;
    height:100vh;
    background:rgba(0,0,0,0.7);
	margin:2px;
	display:none;
}


.iframe-container{
  position: relative;
  /*
  width: 100%;
  padding-bottom: 56.25%; 
  height: 0;
  */
  display:flex;
  align-content: center;
  align-items: center;
  justify-content: center;
  height:100%;
}

.iframe-container iframe{
  position: absolute;
  /*top:-10px;*/
  left: 0;
  width: 100%;
  height: 98%;
  object-fit: cover;
}

.grid_client .grid-sizer {
  width: 5%;
}

.grid_client {
  height: 75%; /* inherit height from body */
}

/* clear fix */
.grid_client:after {
  content: '';
  display: block;
  clear: both;
}

/* ---- .grid-item ---- */

.grid-item-client {
	width:25%;
  	float:left;
	min-height:50px;
	height:auto;
	position: relative;
	overflow:hidden;
	margin-bottom:80px;
}

.grid-item--height2 { min-height: 200px; }

.right
{
	float:right;
}

.btn{
	width:150px;
	float:right;
	padding:5px;
	border-radius:3px;
	background:#333;
	color:#FFF;
	text-align: center;
}

.btn-fix{
	width:40px;
	height:40px;
	float:right;
	padding:5px;
	background:#333;
	color:#FFF;
	text-align: center;
	position:fixed;
	right:0px;
	top:0px;	
	z-index:9999;
}


#container-portfolio {
	width:100%;
	height:100%;
	max-width:1200px;
	max-height:700px;
	margin:100px auto;
	position:relative;
}

.categories .back, .categories .back3
{
	font-size:20px;
	text-transform: uppercase;
}

.centre_last_categories
{
	display:flex;
	align-items:center;
	align-content:center;
	justify-content:center;
	width:100%;
	flex-direction:row;
}

.inline_star
{
	text-shadow: 1px 1px 1px #061152;
}

.fontawesome-star
{
	
	position:absolute;
	top:10px;
	right:10px;
	z-index:800;
	transition:all 500ms;
}

i.far.fa-check-circle.fontawesome-star.add_portfolio_photo {
    color: #FFFFFF;
}

i.far.fa-check-circle.fontawesome-star.add_portfolio_photo:hover {
    color: #7e5ed7;
}

i.far.fa-check-circle.fontawesome-star.remove_portfolio_photo {
    color: #7e5ed7;
}
/*
i.far.fa-check-circle.fontawesome-star.remove_portfolio_photo:hover {
    color: #FFFFFF;
}
*/
.inline_star
{
	position:absolute;
	top:10px;
	right:10px;
	z-index:800;
	transition:all 500ms;
	/*display:none;*/
}

i.far.fa-check-circle.inline_star.add_portfolio_photo {
    color: #FFFFFF;
}

i.far.fa-check-circle.inline_star.add_portfolio_photo:hover {
    color: #7e5ed7;
}

i.far.fa-check-circle.inline_star.remove_portfolio_photo {
    color: #7e5ed7;
}
/*
i.far.fa-check-circle.inline_star.remove_portfolio_photo:hover {
    color: #FFFFFF;
}
*/

@media only screen and (max-width: 1300px)
{
	.col-40-3 .img{
		width:40%;
	}
	
	.slider_base_contenu {
    top: 45%;
}
	
}


@media only screen and (max-width: 1200px) {
	
	/*
	.header .content .nav{
		display:none;
	}
	
	.nav2{
		display:block;
	}
	*/

	.resp_retour
	{
		display:none;
	}

	.close_selection_div
	{
		right: 30px;
	}

	#clear_headerA, #clear_f_propos
	{
		clear:both;
		height:10px;
	}

	.col-40-2.resp_lifestyle_img
	{
		margin-bottom:0px;
	}

	#clear_footerA, #clear_f_contact
	{
		clear:both;
		height:20px;
	}

	#clear_f_mentions
	{
		display:none;
	}

	#clear_f_Cat
	{
		clear:both;
		height:25px;
	}

	#clear_footerB
	{
		clear:both;
		height:25px;
	}

	#reference_div
	{
		min-height:1px;
	}

	ul.links-list:last-child
	{
		margin-bottom:0px;
	}

	.col-50.contact_form_div
	{
		margin-bottom:0px;
	}

	.header .content .logo{
		width:100%;
		max-width:350px;
		float:left;
		/*padding-top:20px;*/
	}
	
	.slider_base_contenu {
    	top: 20%;
	}
}

/*
@media only screen and (max-width: 1020px) {
	.copyright-fv, .footer a 
	{
		font-size: 13px;
	}
}
*/

@media only screen and (max-width: 1030px) {
	.col-30-links, .col-30-links-r, .col-30-links-2
	{
		display: none;
	}

	.resp_qui_links
	{
		display: flex;
	}
}



@media only screen and (max-width:950px){
	.grid-item-client{
  		width: 50%;
  		height:auto;
	}

}

@media only screen and (max-width: 920px) {
	
	.header .content .nav{
	/*width:50%;
	max-width:395px;
	*/
	float:right;
	padding-top:30px;
	}



	.header .content .nav ul li{
		float:left;
		margin-right:20px;
	}
	
	
	.header .content {
		box-sizing: border-box;
		padding-left:5px;
		padding-right:5px;
	}
	
	
	.footer .content {
		width:95%;
	}
	
	
	
}

@media (hover: none) and (max-width: 820px)
{
	.non_resp_where_menu
	{
		left: 40px;
	}
}

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

	
	/*
	.col-30-links{
		width: 100%;
	}
	*/
	

	.col-30{
		width: 48%;
     	float:none;
		margin-right:1%;
	}

	.col-30-4
	{
		width: 100%;
     	float:none;
	}
	

	.col-30-5
	{
		width:100%;
		float:none;
		margin-right:0%;
		min-height:1px;
	}

	.col-30-2, .col-30-3{
		width:50%;
	}

	.col-30-2.index_services, .col-30-2.categorie_div
	{
		width:100%;
	}

	.resp_clear_clients
	{
		display:block;
	}

	.centre_last_categories
	{
		align-items:flex-start;
		align-content: flex-start;
		justify-content:flex-start;
		flex-direction:column;
	}
	
		
		.slider_base_contenu {
    top: 15%;
}

}


@media only screen and (max-width: 700px) {
	.portfolio_title
	{
		font-size:17px;
	}

	/*.grid-item{
  		width: 100%;
  		height:auto;
	}

	.grid-item--width2 {
	  width: 100%;
	  height:auto;
	}*/
	
	.grid-item-client{
  		width: 100%;
  		height:auto;
	}

	.slider_base_contenu
	{
		width:100%;
		max-width:300px;
		height:150px;
		top:20%
	}
		
	.slider_base_contenu .titre-slideshow
	{
		height: auto;
		text-align:left;
		font-size: 24px;
	}
	
	.slider_base_contenu .resume-slideshow
	{
		height: auto;
		text-align:left;
		font-size: 14px;
	}

	.slider_base_contenu .btn-slideshow
	{
		height: 20px;
		padding: 4px;
		-webkit-transition: 0.5s;
		transition: 0.5s;
		text-align:center;
	}
}

.non_resp_lifestyle_img
{
	display:block;
}

.resp_lifestyle_img
{
	display:none;
}

@media only screen and (max-width: 780px) {
	.equipe_div .row
	{
		flex-direction:column;
	}
	.col-30-qui
	{
		width:100%;
	}

	.non_resp_lifestyle_img
	{
		display:none;
	}

	.resp_lifestyle_img
	{
		display:block;
	}
	
	/*
	.header .content .nav{
		display:none;
	}
	
	.nav2{
		display:block;
	}
	*/
	
	.header .content .logo{
		width:50%;
		max-width:350px;
		float:left;
		/*padding-top:20px;*/
	}
	
	.col-40-2{
	width:100%;
	float:none;
		margin-bottom:20px;
	}


	.col-60-2{
		width:100%;
		height:auto;
		float:none;
	}
	
	.col-50{
		width:100%;
		float:none;
		margin-bottom:30px;
	}
	
	
	.slider_content .main_handler .content {
    width: 90%;
    max-width: none;
    margin:auto;
}
	
	.contact_form_margin_top
	{
		margin-top:0px;
	}

	
}

/*********
* Added
*********/
.non_resp_list
{
	display: block;
}

a.en_fr_links 
{
	color:#7e5ed7;
	transition: all 500ms;
}

a.en_fr_links:hover 
{
	color:#7e5ed7;
	opacity: 30%;
}

#videosList {
	max-width: 330px; 
	/*overflow: hidden;*/
}
		
.video
{
	width:200px;
	height:10px;
}
		
.video video{
	background-image: url('https://www.feelingvisuel.com/img/logo_test.png') no-repeat center center fixed;
	background-size: cover; 
	width:inherit;
}
		
/* Hide Play button + controls on iOS */
video::-webkit-media-controls {
	display:none !important;
}

/*
@media only screen and (max-width: 730px){
	
	.header .content .logo {
	    width: 50%;
	    max-width: 350px;
	    float: left;
	    padding-top: 20px;
	}	
}
*/

@media only screen and (max-width: 730px){
	.non_resp_list
	{
		display: none;
	}

	.nav2
	{
		display: block;
	}
}


@media (hover: none) {

	.slider_base_contenu
	{
		display:none;
	}

	.card1 .back3{
		display:flex;
	}

	.col-30-2.index_services, .col-30-2.categorie_div
	{
		width:100%;
	}

	.card1 .text_front
	{
		opacity:100%;
		transition:opacity 0.5s
	}
}

@media only screen and (max-width: 600px) {
			.slider_base_contenu {
    top: 9%;
}
	
		.retourP{
	font-weight:300;
	position:absolute;
	/*font-size:24px;*/
    padding-top:32px;
    padding-top:40px;
	width:80px;
	cursor:pointer;
	transition: all 500ms;
	top: -29px;
	left:-10px;
}

	.col-30, .col-30-3, .col-30-4, .col-30-5{
		width: 100%;
     	float:none;
		margin-right:0px;
	}
	
	.col-30-2{
		width:100%;
		height:300px;
		float:none;
	}
	
	.card1 .front{
	width: 100%;
    height: 300px;


	}



	.card1 .back{
		width: 100%;
		height: 300px;
		 display: flex;
		}

	.card1 .back3{
		 display: none;
		}

	
	.footer .content {
		font-size:14px;
	}
	
	
}



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

	.header .content .logo {
		width: 70%;
   		margin-top: -4px;
	}

	.col-30-4
	{
		width: 100%;
		clear: both;
		float: none;
		padding-top: 30px !important;
	}

	.card1 .text_front{
		opacity:100%;
		transition:opacity 2s;
	}

	.card1 .text_front:hover
	{
		opacity:100%;
		transition:opacity 0.5s
	}
	
	.slider_base_contenu
	{
		display:none;
	}

	.grid-item {
  		width: 100%;
	}

	.grid-item--width2 {
	  width: 100%;
	}

	.slider_base_contenu
	{
		width:100%;
		max-width:275px;
		height: 100px;
		top: 9%;
	}
		
	.slider_base_contenu .titre-slideshow
	{
		height: auto;
		text-align:left;
		font-size: 20px;
	}
	
	.slider_base_contenu .resume-slideshow
	{
		height: auto;
		text-align:left;
		font-size: 12px;
	}

	.slider_base_contenu .btn-slideshow
	{
		height: 20px;
		padding: 4px;
		-webkit-transition: 0.5s;
		transition: 0.5s;
		text-align:center;
	}
	
}



@media (hover: none) and (max-width: 500px) {
	
	.enter
	{
		display: flex !important;
		text-align: center;
	}

	.ma_selection
	{
		right:-88px;
		top:-5px;
	}

	.retourP
	{
		top:-37px;
		left:-26px;
	}

	.portfolio_title
	{
		font-size:14px;
	}

	i.fas.fa-star.fontawesome-star.add_portfolio_photo {
	    font-size:20px;
	}

	i.fas.fa-star.fontawesome-star.remove_portfolio_photo {
	    font-size:20px;
	}


	i.fas.fa-star.inline_star.add_portfolio_photo {
	    font-size:20px;
	}

	i.fas.fa-star.inline_star.remove_portfolio_photo {
	    font-size:20px;
	}

}

@media (hover: none)  and (max-width: 500px) and (orientation:portrait)
{
	.header .content .logo{
			width:70%;
			max-width:350px;
			float:left;
			padding-top:14px;
	}
}