/*
Theme Name: Divi Community Child Theme
Description: Theme enfant de Divi par Divi Community
Author: Julien - WebMate
Author URI: https://www.divi-community.fr
Template: Divi
Version: 1.1
*/


@media only screen and (min-width : 980px) {
	#btns-footer .et_pb_button_alignment_phone_center{
		flex-direction: initial !important;
		max-width: 100% !important;
	}
}

/* 
** CENTRER DU CONTENU VERTICALEMENT 
** Voir tuto : https://www.divi-community.fr/snippets-divi/centrer-du-contenu-verticalement
*/

.dc-centrer-verticalement {
	display: flex;
	flex-direction: column;
	justify-content: center;
  	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	 -moz-box-orient: vertical;
	 -moz-box-direction: normal;
	  -ms-flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
}


/*
** INVERSER LE SENS DES COLONNES SUR MOBILE
** Voir tuto : https://www.divi-community.fr/snippets-divi/inverser-ordre-des-colonnes-sur-mobile
*/

@media only screen and (max-width : 980px) {
	.dc-inverser-colonnes--section .dc-inverser-colonnes--ligne {
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		-webkit-flex-direction: column-reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
	}
}


/*
** MENU MOBILE : en pleine largeur et le hamburger devient une croix pour fermer
*/

.et_mobile_menu {
	margin-left: -30px;
	padding: 5%;
	width: calc( 100% + 60px);
}

.mobile_nav.opened .mobile_menu_bar:before {
	content: "\4d";
}


/* 
** AUGMENTER LA LARGEUR CHAMP RÉSULTAT CAPTCHA 
** Parfois, suivant la taille du texte, certains chiffres du résultat sont masqués
*/
.et_pb_contact_right p input {
	max-width: 50px;
}


/*
** METTRE EXPOSANTS ET INDICES À LA BONNE TAILLE
** Généralement, ils sont bien trop gros…
*/
sup, sub {
    font-size: 70%;
}

button{
	cursor: pointer;
}

.display-titling{
	font-family: 'Neutraface 2 Display Tilting';	
}

.grecaptcha-badge{
	visibility: hidden !important;
}
/* webp */
#section-service-1{
	background-position: top center;
    background-blend-mode: multiply;
    background: no-repeat;
    background-size: cover;
}
#section-service-1.nowebp{
	background-image: url(/wp-content/uploads/2020/12/CIT_Background_voyage_premium.png) !important;
}

/* bouton */
.custom-btn:after{
	display: inline !important;
}
.btns-footer:first-child:before, .light-btn-border:before{
	border-color: #656F97 !important;
}
.btns-footer:last-child:before{
	border-color: #3E3E72 !important;
}
body  #page-container #main-content a.et_pb_button:before, #contact-form button:before {
	content: '' !important;
    display: block !important;
    opacity: 1 !important;
    position: absolute !important;
    top: -5px;
    right: -5px;
    bottom: -5px;
    left: 26px;
    border: 1px solid #22224F;
    border-radius: 50px;
}
#contact-form button:before {
	border-color:#656F97;
}
.et_pb_module.dsm_button.padding-btn .et_pb_button:first-child:before{
	border-color: #FFFFFF57 !important;
}
.et_pb_module.dsm_button.padding-btn .et_pb_button:last-child:before{
	border-color: #656F97 !important;
}
/** animation btn**/
.et_pb_module.dsm_button.padding-btn .et_pb_button:last-child, .et_pb_module.dsm_button.padding-btn .et_pb_button:first-child{
	background-color: unset !important;
	background-image: linear-gradient(45deg, #FFFFFF38 50%, #656F97 50%);
    background-size: 250% 100%;
    background-position: right bottom;
    transition: background-position .8s ease;
}
.et_pb_module.dsm_button.padding-btn .et_pb_button:last-child:hover, .et_pb_module.dsm_button.padding-btn .et_pb_button:first-child:hover{
	background-color: unset !important;
	background-image: unset !important;
	background-image: linear-gradient(45deg, #FFFFFF38 50%, #656F97 50%) !important;
	background-position:  left top;
}

.et_pb_module.dsm_button.padding-btn .et_pb_button:first-child,.et_pb_module.dsm_button.padding-btn .et_pb_button:first-child:hover{
	background-image: linear-gradient(45deg, #656F97 50%, #FFFFFF38 50%) !important;
}
/* menu */
@media (max-width: 980px) {
	.et_non_fixed_nav.et_transparent_nav #main-header, .et_non_fixed_nav.et_transparent_nav #top-header, .et_fixed_nav #main-header, .et_fixed_nav #top-header {
		position: fixed;
	}
}

.wpml-ls-flag[alt="French"]{
	content: url(/wp-content/uploads/2020/12/Groupe-972.svg);
	width: 21px;
    height: 21px;
}
.wpml-ls-flag[alt="Anglais"]{
	content: url(/wp-content/uploads/2021/02/english_flag.svg);
	width: 21px;
    height: 21px;
}
@media screen and (max-width: 1450px) {
	#a-tel{
		display:none !important;
	}
}
@media screen and (min-width: 980px) {
	#main-header .menu-item-object-wpml_ls_menu_item{
		position: absolute;
    	margin-top: -4px;
		right: 103px;
	}
	#main-header .menu-item-object-wpml_ls_menu_item a:after{
		display: none !important;
	}
}
@media screen and (max-width: 980px) {
	/*
	#et_mobile_nav_menu .menu-item-object-wpml_ls_menu_item{
		position: absolute;
    	top: -62px;
		display: block !important;
	}
	*/
	#mobile_menu .wpml-ls-menu-item{
		display: none;
	}
	#main-header .logo_container{
		text-align: center;
	}
}

#main-header li.menu-item:nth-of-type(5), #main-header li.menu-item:nth-of-type(6){
	padding-right:0px !important;
}
#main-header #a-tel{
	margin-right: 50px;
	font-size: 17px;
}
.mobile_menu_bar:before {
    color: #656F97;
}
.et_mobile_menu{
	border-color: #656F97;
}
@media screen and (min-width: 1300px) {
	#main-header #top-menu li:not(:last-child) {
		padding-right: 5%;
	}
}
#main-header li.menu-item:nth-of-type(6)>a{
	display: none;
}
#top-menu ul.sub-menu{
	padding-top: 0px;
	margin-left: -22%;
	border-top: none !important;
	width: 190px !important;
	padding-bottom: 0px !important;
	box-shadow: none !important;
    -moz-box-shadow: none !important;
    webkit-box-shadow: none !important;
}
#top-menu ul.sub-menu:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 40px 90px 0 100px;
    border-color: #ffffff transparent transparent transparent;
    display: block;
    position: absolute;
}
#main-header #top-menu ul.sub-menu li{
	width: 100%;
}
#main-header #top-menu ul.sub-menu li a{
	padding-left: 30px;
	width: 100%;
	padding-right: 0px;
    font-size: 13px;
    letter-spacing: 0px;
    /*font-family: 'Neutraface Text Demi';*/
	font-family: 'neutraface 2 text demi',Helvetica,Arial,Lucida,sans-serif;
}
#main-header #top-menu ul.sub-menu li a:hover, #main-header #top-menu ul.sub-menu li a:hover:before{
	color: #BABECC !important;
}

#main-header #top-menu ul.sub-menu li a:before{
	transition: 0.4s ease-in-out;
    position: absolute;
    opacity: 0;
    left: -5px;
    content: "⬪";
	transform: scaleX(1.3);
    color: #141724;
    font-size: 23px;
    font-weight: bold;
    vertical-align: bottom;
    margin-right: 5px;
}
#main-header .nav ul li a:hover {
    background-color: unset !important;
    opacity: 1 !important;
}
#main-header #top-menu ul.sub-menu li a:hover:before{
	left: 20px;
	opacity: 1;
	margin-left:4px;
	/*position: relative;*/
}
#main-header #top-menu ul.sub-menu li a:hover{
	transition: 0.4s ease-in-out;
	padding-left:40px;
}
@media screen and (min-width: 981px) {
	#main-header ul#top-menu>li.current-menu-item>a:before, #main-header ul#top-menu>li.current-menu-ancestor>a:before {
		display: block;
		content: '';
		border-top: solid 5px #656F97;
		width: 90px;
		position: absolute;
		top: -31px;
		left: 50%;
		transform: translateX(-50%);
	}
	
@-webkit-keyframes expand { from { width:20px;opacity:1; } to {width: 90px;opacity:1; }  }
@keyframes expand { from { width:0px;opacity:1; } to { width: 90px;opacity:1; }  }
	#main-header ul:not(.sub-menu)>li:first-child:hover>a:after, #main-header ul:not(.sub-menu)>li:first-child:hover>a:before, #main-header ul:not(.sub-menu)>li:first-child>a:before {
		left: calc(50% - 10px) !important;
	}
	#main-header ul:not(.sub-menu)>li:hover>a:after {
		display: block;
		content: '';
		border-top: solid 5px #656F97;
		width: 90px;
		position: absolute;
		top: -31px;
		left: 50%;
		transform: translateX(-50%);
		animation: 0.6s ease expand;
	}
	#menu-infos{
		display: flex;
		align-items: center;
		margin-top: -4px;
	}
	#menu-infos a{
		letter-spacing: 0 !important;
		font-family: 'Source Sans Pro' !important;
		font-weight: 600 !important;
	}
	#menu-infos .et-pb-icon{
		margin-left: 15px !important;
	}
	#menu-infos .et-pb-icon {
		font-size: 21px !important;
		color: #656f97 !important;
	}
	#menu-infos .et-pb-icon:hover {
		transition: all .4s ease-in-out;
		opacity: .7;
	}
	#main-header #et-top-navigation{
		width: 100%;
		padding-left: 0px !important;
		text-align: center;
	}
	#main-header #top-menu-nav, #top-menu{
		width: 100%;
		float: unset !important;
	}
	#main-header #top-menu li.menu-item:nth-of-type(6){
		position: absolute;
		right: 30px;
	}
}
@media screen and (max-width: 1050px) {
	#main-header #top-menu li.menu-item:nth-of-type(6), #et_mobile_nav_menu li.menu-item:nth-of-type(6){
		display: none !important;
	}
	#main-header #top-menu #et-top-navigation {
		text-align: right !important;
	}	
}

@media screen and (max-width: 1050px) and (min-width: 980px) {
	#top-menu{
		display: flex;
    	justify-content: flex-end;
		padding-right: 50px;
	}
	#main-header .menu-item-object-wpml_ls_menu_item {
		right: 30px;
	}
}
/** homepage **/
#main-title{
	/*font-family: 'Neutraface Text Demi',Helvetica,Arial,Lucida,sans-serif;
	font-family: 'neutraface 2 text demi',Helvetica,Arial,Lucida,sans-serif;
	font-family: 'Neutraface Text Bold',Helvetica,Arial,Lucida,sans-serif;*/
}
.section-shadow{
	box-shadow: inset 0px 100px 60px -50px #141724, inset 0px -100px 60px -50px #141724;
	-moz-box-shadow: inset 0px 100px 60px -50px #141724, inset 0px -100px 60px -50px #141724;
    webkit-box-shadow: inset 0px 100px 60px -50px #141724, inset 0px -100px 60px -50px #141724;
}
.section-shadow .et_parallax_bg{
	box-shadow: inset 0px 200px 60px -20px #141724;
	-moz-box-shadow: inset 0px 200px 60px -20px #141724;
    webkit-box-shadow: inset 0px 200px 60px -20px #141724;
}
.section-shadow-down{
	box-shadow: inset 0px -100px 60px -50px #141724;
	-moz-box-shadow: inset 0px -100px 60px -50px #141724;
    webkit-box-shadow: inset 0px -100px 60px -50px #141724;
}

.section-shadow-footer{
	box-shadow: inset 0px 100px 60px -50px #141724, inset 0px -100px 60px -50px #141724;
	-moz-box-shadow: inset 0px 100px 60px -50px #141724, inset 0px -100px 60px -50px #141724;
    webkit-box-shadow: inset 0px 100px 60px -50px #141724, inset 0px -100px 60px -50px #141724;
}
#btn_booking {
	font-family: 'neutraface 2 text demi',Helvetica,Arial,Lucida,sans-serif;
    position: fixed;
    top: 50%;
    left: -5px;
    margin-top: -230px;
    z-index: 100;
    width: 241px;
    height: 508px;
    background: url(/wp-content/uploads/2020/11/Groupe-137.svg) no-repeat;
    font-size: 24px;
    font-weight: 200;
    line-height: 1em;
    padding: 160px 0 0 25px;
    color: #fff;
    text-transform: uppercase;
    transition: background 0.8s ease-in-out;
}
#btn_booking a{
	color: white !important;
}
@media screen and (max-width: 1700px) {
	#btn_booking{
		display: none !important;
	}
}
#services .icon-services {
	display: none !important;
}
#services .icon-services .et_pb_blurb_content{
	position:absolute;
	bottom: 0;
	width: 100%;
}
@media screen and (max-width: 1400px) and (min-width: 1200px){
	#home-services{
		padding-right: 15%;
		padding-left: 15%;
	}
}
@media screen and (max-width: 1200px) and (min-width: 980px){
	#home-services{
		padding-right: 10%;
		padding-left: 10%;
	}
}
#main-content #home-services{
	background-image: url(/wp-content/uploads/2020/11/service-citypremium-background.jpg)!important;
}
@media screen and (min-width: 981px) {
	.service-row-right .et_pb_column{
		float: right;
	}
	.homepage-li .et_pb_column:first-child {
		margin-right: 0px !important;
	}
	.homepage-li .et_pb_column:last-child {
		margin-right: 25px !important;
	}
}
@media screen and (min-width: 981px) {
	.section-home:nth-child(even) .et_pb_row>.et_pb_column:last-child,
	.section-home:nth-child(odd) .et_pb_row>.et_pb_column:first-child{
		min-width: 600px;
	}
	.section-home:nth-child(even) .et_pb_row{
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-end;
	}
}
@media screen and (max-width: 605px) {
	#home-services .dsm_button .et_pb_button_two {
		margin-left: 0px !important;
		display: table;
	}
	.section-home .dsm_button .et_pb_button_two {
		margin-left: 0px !important;
		display: table;
	}
}
body #page-container #main-content .et_pb_module.dsm_button .et_pb_button:after, #contact-form button:after{
	font-family: 'ETModules' !important;
    content: "\35";
    font-size: 23px;
    position: relative !important;
    display: inline !important;
    opacity: 1 !important;
    vertical-align: sub;
    margin-left: 10px !important;
}
.padding-btn .et_pb_button{
	min-width: 142px;
	text-align:center;
}
body #page-container .padding-btn .et_pb_button, body #page-container .padding-btn .et_pb_button_module_wrapper a.et_pb_button,
body #page-container #btns-footer.padding-btn .et_pb_button{
	padding: 6px 20px 6px 35px !important;
}
.padding-btn .et_pb_button:hover{
	padding: 6px 20px 6px 35px !important;
}
.padding-btn-footer .et_pb_button{
	padding: 10px 0px !important;
	width: 145px;
}
.padding-btn-footer .et_pb_button:hover{
	padding: 10px 0px !important;
}
.homepage-li .et_pb_column {
	width: max-content !important;
}
.homepage-li .et_pb_column:first-child {
	margin-right: 25px !important;
}
.homepage-li ul {
	padding-bottom: 0px !important;
	list-style: "5";
}
.homepage-li ul ::marker{
	content: url(/wp-content/uploads/2020/11/Rectangle-1253.svg);
    vertical-align: bottom;
    /*content: "♦  ";*/
}
@media screen and (max-width: 980px) {
	.homepage-li h5, .homepage-li h3{
		font-size: 16px !important;
	}
}
.homepage-li h5, .homepage-li h3{
	margin-left:5px;
	font-family: 'neutraface 2 text demi',Helvetica,Arial,Lucida,sans-serif !important;
}
#homepage-actualites .vp-portfolio__item-meta{
	display: flex;
    flex-wrap: wrap;
}
#homepage-actualites .vp-portfolio__item-meta-categories{
	width: 100%;
	order: 5;
	margin-top: 10px;
}
#homepage-actualites .vp-portfolio__item-meta-category a{
	background: #656F97;
    border-radius: 13px;
    padding: 0px 15px !important;
    color: white;
    font-size: 11px;
}
#homepage-actualites .vp-portfolio__item-meta-category{
	opacity: 1;
}
#homepage-actualites .vp-portfolio__item-meta-category a:before{
	content: "#";
}
#homepage-actualites .meta-article{
	margin-left: 50px;
	margin-right: 30px;
    margin-top: 8%;
}
#homepage-actualites .meta-article h5{
	margin-bottom:5%;
	padding-bottom: 0px;
}
#homepage-actualites .vp-portfolio__item-meta{
	background: white;
}
#homepage-actualites .vp-portfolio__item-meta-title{
	margin-bottom: 20px !important;
	padding-bottom: 0;
}
#homepage-actualites .vp-portfolio__item-meta-title a{
	font-size: 16px;
    font-family: 'Neutraface 2 Display Tilting';
}
/*
@media screen and (min-width: 1050px) {
	#homepage-actualites article:nth-child(1){
		height: 46.5% !important;
		overflow: hidden;
		background: white;
	}
}
@media screen and (min-width: 1190px) {
	#homepage-actualites article:nth-child(1){
		height: 49% !important;
		background: white;	
	}
}
@media screen and (min-width: 1440px) {
	#homepage-actualites article:nth-child(1){
		height: 49.8% !important;
		background: white;	
	}
}
*/
@media screen and (min-width: 1024px) {
	#homepage-actualites article:nth-child(2) .vp-portfolio__item-meta-category a{
		color: #656F97;
		background: white;
	}
	#homepage-actualites article{
		position: relative !important;
		top: unset !important;
		left: unset !important;
	}
	#homepage-actualites article:nth-child(1){
		height: 31.3vw !important;
		position: relative !important;
		background: white;
		max-height: 390px !important;
	}
	#homepage-actualites article:nth-child(2){
		width: 66.6%;
	}
	#homepage-actualites article:nth-child(2) .vp-portfolio__item-overlay{
		background-color: rgba(129, 197, 253, 0.7);
	}

	#homepage-actualites article:nth-child(2) .vp-portfolio__item-meta{
		background: #656F97;
	}
	#homepage-actualites article:nth-child(2) .vp-portfolio__item-overlay .vp-portfolio__item-meta{
		position: absolute;
    	bottom: 0;
		background: transparent;
	}
	#homepage-actualites article:nth-child(2) .vp-portfolio__item-meta-title a{
		font-size: 30px !important;
		color : white !important;
	}
	#homepage-actualites article:nth-child(2) .vp-portfolio__item-meta-title{
		margin-bottom: 10px !important;
		line-height: 1.5em;
	}
	#homepage-actualites article:nth-child(2) .vp-portfolio__item-meta-excerpt{
		opacity: 1 !important;
	}
	#homepage-actualites article:nth-child(2) .vp-portfolio__item-meta-excerpt{
		margin: 0 !important;
		color: white;
		font-size: 20px;
		max-width: 500px;
	}
	@media screen and (max-width: 1200px) {
		#homepage-actualites article:nth-child(2) .vp-portfolio__item-meta-title{
			font-size: 30px;
		}
		#homepage-actualites article:nth-child(2) .vp-portfolio__item-meta-excerpt{
			font-size: 16px;
		}
	}
	#homepage-actualites article:not(:nth-child(2)) .vp-portfolio__item-overlay{
		/*display: none !important;*/
	}
}

#clients .vp-portfolio__item-meta-title{
	font-size: 30px!important;
}
#clients .vp-pagination__load-more span{
	font-size: 30px;
    background: #2699fb;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    color: white;
    margin-top: 30px;
}

/* equipe */
#equipe-sec .et_pb_blurb_content img{
	border: 1px #3E3E72 solid;
    border-radius: 100%;
    padding: 7px;
}
#equipe-sec .et_pb_blurb_content .role{
	color: #B8B8B8 !important;
    text-transform: uppercase;
    font-size: 15px !important;
    font-family: 'Neutraface Text Demi',Helvetica,Arial,Lucida,sans-serif;
    letter-spacing: 1.5px;
}
/** service **/
@media screen and (min-width: 980px) {
	.row-clients #dior-logo{
		width: 150px;
		margin: auto;
	}
}
.row-clients .et_pb_column{
	display: flex;
    align-items: center;
}
#service-temoignage .et_pb_blurb_content .et_pb_blurb_description h5{
	color:#B8B8B8 !important;
	text-transform: uppercase;
	font-size: 15px;
	padding-bottom: 25px;
}
#service-temoignage .et_pb_blurb_content .et_pb_blurb_description p{
	font-style: italic;
}

.services-realisations article{
	background: transparent !important;
}
.services-realisations article {
    padding-left: 0px !important;
	padding-right: 0px !important;
	display: flex;
    flex-wrap: wrap;
}
.services-realisations article .et_pb_image_container {
    margin: 0px 0px 0px !important;
}
.services-realisations article .post-meta a{
	background: #656F97;
    border-radius: 13px;
    padding: 3px 15px !important;
}
.services-realisations article .post-meta{
	order:5;
}
.services-realisations article .post-meta a:before{
	content: "#";
}
.services-realisations article .post-meta{
	margin-bottom: 20px !important;
}
.services-realisations article .post-content-inner{
	margin-bottom:12px;
}
.services-realisations article .more-link{
	display: none;
	visibility: hidden;
    position: relative;
}
.services-realisations article .more-link:after{
	font-family: ETmodules;
    content: "\24";
    visibility: visible;
    position: absolute;
    left: 0;
    font-size: 40px;
}
/** transports **/
@media screen and (min-width: 980px) {
	#transport-section-jet .slick-list{
		overflow:visible;
	}
}
#transport-section-jet .slick-slide:last-child .item{
	margin-top: -5px;
}
#transport-section-jet .slick-slide:last-child img{
	padding-bottom: 13px;
    margin-bottom: 15px;
}
#transport-section-jet .et_parallax_bg_wrap{
	overflow: visible !important;
	opacity: 0.5;
}
#img-zoom img{
	height:316px;
	object-fit: scale-down;
}
#slider-voiture img{
	max-width: 150px;
    margin: auto;
    height: 88.5px;
    object-fit: contain;
}
#slider-jet .desc{
	display: flex;
	justify-content:center;
}
#slider-jet p{
	color: #141724;
	font-weight: 600;
	font-size:16px;
	padding-bottom: 0px;
}
#slider-hebergement p{
	color: white;
	font-weight: 600;
	font-size:19px;
}
@media screen and (min-width: 981px) {
	#slider-jet .item{
		width: 260px;
	}
	#slider-jet{
		max-width: 1000px;
		margin: auto;
	}
}
#slider-hebergement .slick-prev:before, #slider-hebergement .slick-next:before {
	color: #ffffff;
	font-size:40px;
}
#slider-hebergement .selected{
	box-shadow: 0px 0px 13px 2px white;
	-webkit-box-shadow: 0px 0px 13px 2px white;
	-moz-box-shadow: 0px 0px 13px 2px white;
	box-shadow: 0px 0px 13px 2px white;
}
#hebergement-sec{
	-webkit-transition: background-image 0.2s ease-in-out;
    transition: background-image 0.2s ease;
}
#slider-hebergement .slick-slide{
	position: relative;
}
#slider-hebergement .item{
	width: 150px; 
    height: 150px; 
    margin: 55px auto;
    -ms-transform: rotate(-45deg); 
    -webkit-transform: rotate(-45deg); 
    transform: rotate(-45deg); 
    overflow: hidden;
	border: 1px solid #656F97;
}
#slider-hebergement .border{
	position: absolute;
    left: 50%;
    transform: translateX(-50%) rotate(-45deg) scale(1.1);
    top: 0px;
    border: 1px solid #656F97;
}
#slider-hebergement .pic { 
    background-size: cover !important;
    background-position: center !important;
    width: 210px;
    height: 210px;
    margin: -30px;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
#slider-hebergement .pic1{ background: url(/wp-content/uploads/2020/11/hotel-hebergement-citypremium.jpg); }
#slider-hebergement .pic2{ background: url(/wp-content/uploads/2020/11/villa-hebergement-citypremium.jpg); }
#slider-hebergement .pic3{ background: url(/wp-content/uploads/2020/11/chalet-hebergement-citypremium.jpg); }
#slider-hebergement .pic4{ background: url(/wp-content/uploads/2020/11/Slide_hebergement_4.jpg); }
#slider-hebergement .pic5{ background: url(/wp-content/uploads/2020/11/Slide_hebergement_1.jpg); }
#slider-hebergement .pic6{ background: url(/wp-content/uploads/2020/11/Slide_hebergement_3.jpg); }
#slider-hebergement .pic7{ background: url(/wp-content/uploads/2020/11/Slide_hebergement_2.jpg); }

.slider-s .item{
	width:200px;
	/*background-image: url("http://placehold.jp/99ccff/003366/200x150.png?text=image");*/
	margin: auto;
}
.slider-s .item:hover{
	/*background-image: url("http://placehold.jp/003366/fafafa/200x150.png?text=hover");*/
}
.slider-s div p{
	margin: auto;
    width: fit-content;
    margin-top: 10px;
    color: #656F97;
    font-size: 15px;
}

#btn-article{
	width:70px;
	height:70px;
	background:#2699FB;
	border-radius:100%;
	margin:auto;
}
#btn-article:before{
	font-family: 'ETModules';
    content: "\24";
    font-size: 35px;
    color: white;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
}

article{
	border: none !important;
}
#services-article article .entry-title, #services-article article .post-content{
	margin-left: -20px !important;
}

/** cas-pratiques **/
#cas-pratiques .vp-portfolio__item-meta-title{
	font-size:20px;
	font-weight: bold;
	margin-bottom: 5px;
}
#cas-pratiques .vp-portfolio__item-meta-title{
	font-size: 21px !important;
}
#cas-pratiques .vp-portfolio__item-meta-category span{
	background: #656F97;
    border-radius: 13px;
    padding: 0px 15px !important;
    font-size: 11px;
    color: white;
}
#cas-pratiques .vp-portfolio__item-meta-excerpt div{
	font-size: 13px;
}
#cas-pratiques .vp-portfolio__item-meta-category,#cas-pratiques .vp-portfolio__item-meta-excerpt div{
	opacity: 1 !important;
}
#cas-pratiques .vp-portfolio__item-meta-category span:before{
	content: "#";
}
#cas-pratiques .vp-portfolio__item-meta-title{
	order: 1;
}
#cas-pratiques .vp-portfolio__item-meta-categories{
	order: 2;
}
#cas-pratiques .vp-portfolio__item-meta-excerpt{
	order:3;
}

@media screen and (max-width: 600px) {
	#cas-pratiques .vp-filter__item a {
		font-size: 14px !important;
		padding: 6px;
	}
	#cas-pratiques .vp-filter__item {
		margin-top: 10px !important;
	}
}
#cas-pratiques .vp-portfolio__layout-elements.vp-portfolio__layout-elements-top {
    margin-bottom: 41px;
}
#cas-pratiques  .vp-filter__item {
    border: 2px solid #656F97;
    border-radius: 4px;
    width: 200px;
	margin-top: 20px;
}
@media screen and (min-width: 517px) {
	#cas-pratiques  .vp-filter__item:not(:last-child){
		margin-right: 13px;
	}
}
#cas-pratiques  .vp-filter__item a{
	color: #656f97 !important;
    font-size: 17px;
    font-weight: bold;
}
#cas-pratiques  .vp-filter__item.vp-filter__item-active {
    background: #656F97;
}
#cas-pratiques  .vp-filter__item.vp-filter__item-active a{
    color: white !important;
}
/** contact **/
@media screen and (min-width: 880px) {
	#contact-header{
		background-position-y: -60px;
	}
}
#contact-form span.wpcf7-list-item-label {
    font-size: 14px;
}
#contact-form input,#contact-form textarea{
	color: #B8B8B8;
    font-size: 14px;
}
#contact-form .line{
    font-size: 18px;
}
#contact-form span.wpcf7-list-item{
	margin-left: 0px;
	width: 180px;
}
#contact-form span.wpcf7-list-item.last, #contact-form span.wpcf7-list-item.last{
	width: fit-content;
}
#contact-form  input[type=checkbox]{
	margin-left: 5px;
    margin-bottom: 0;
    margin-right: 10px;
	transform: scale(1.6);
}
#contact-form h4, #contact-form h2{
	font-size: 22px;
	padding-bottom: 25px;
}
#contact-form .line{
	line-height:35px;
}
#contact-form select.wpcf7-select{
	background-color: white;
    border: solid 1px;
	margin-bottom: 20px;
	cursor: pointer;
}
/* #contact-form .dsm-contact-form-7-select:after{
	font-family: 'ETModules';
    content: "\33";
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
	font-size: 20px;
	color: #656F97;
    font-weight: bold;
	pointer-events: none;
} */
#contact-form .wpcf7-checkbox{
	line-height: 43px;
}
#contact-form .wpcf7-textarea{
	width: 100%;
	padding: 15px;
}
#contact-form .wpcf7-text{
    padding: 15px !important;
	margin-bottom: 15px;
}
#contact-form  #input-container{
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#contact-form #input-container .wpcf7-form-control-wrap{
	width:48%;
}
#contact-form #input-container .wpcf7-form-control-wrap input{
	width:100%;
}
#contact-form .w-100,#contact-form  .wpcf7-form-control-wrap.adresse, #contact-form .w-100,#contact-form  .wpcf7-form-control-wrap.adress{
	width:99% !important;
}
#contact-form button{
	color: white !important;
    font-family: 'neutraface 2 text demi';
    background: #656F97;
    border: none;
    text-transform: uppercase;
    border-radius: 50px;
    font-size: 17px;
    padding: 14px 35px !important;
    font-weight: bold;
    margin-top: 40px;
}
@media screen and (max-width: 880px) {
	#contact-form #input-container .wpcf7-form-control-wrap,#contact-form #input-container .wpcf7-text{
		width:100% !important;
	}
}
/** footer **/
#images-footer .et_pb_image_5_tb_footer{
	margin-bottom: 2.75% !important;
}
@media screen and (max-width: 980px) {
	#images-footer .et_pb_image_5_tb_footer{
		margin-bottom: 30px !important;
	}
}
#footer-custom a:hover{
	color: #656F97 !important;
}
div.wpcf7 .ajax-loader{
	display: none;
}
#footer-custom #col-images{
	display:flex;
	flex-wrap:wrap;
	align-items: center;
}
@media screen and (max-width: 980px) {
	#footer-custom #col-images{
		display: grid;
		grid-template-columns: 1fr 1fr;
		grid-template-rows: 1fr;
		gap: 0px 0px;
	}
}
@media screen and (max-width: 480px) {
	#footer-custom #col-images{
		grid-template-columns: 1fr !important;
		margin-bottom: 20px;
	}
}
#footer-custom #icone-rs a.icon {
    background-color:#656F97 !important;
}
#footer-custom #icone-rs a.icon:hover {
	transition: all .3s ease-in-out;
    background-color:#515979 !important;
}
#footer-custom #icone-rs a.icon:before {
    color:#141724 !important;
	font-size: 20px;
}
#footer-custom a{
	color:#495278 !important;
}
#footer-custom form.wpcf7-form .wpcf7-response-output{
	color: white !important;
}
#footer-custom form.wpcf7-form input.wpcf7-email{
	font-size: 14px;
    width: 90%;
    border: none;
    border-bottom: 1px solid #656f97;
    padding: 11px 20px;
    background: #fff0f000;
    color: #656f97 !important;
    margin-right: 20px !important;
}
#footer-custom form.wpcf7-form input::placeholder{
	color: #656f97 !important;
}
#footer-custom form.wpcf7-form button{
	font-size: 10px;
    font-weight: bold;
    color: #ffffff;
    background: #495278;
    border: none;
    border-radius: 5px !important;
    padding: 0px 16px !important;
}
#footer-custom form.wpcf7-form button:hover{
    background: #656f97;
}
#footer-custom form.wpcf7-form p{
	display: flex;
}




/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}


/* Slider */
.slick-loading .slick-list
{
    background: #fff url('./ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('./fonts/slick.eot');
    src: url('./fonts/slick.eot?#iefix') format('embedded-opentype'), url('./fonts/slick.woff') format('woff'), url('./fonts/slick.ttf') format('truetype'), url('./fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    color: #656f97;
    font-weight: bold;
    font-size: 25px;
    font-family: 'ETModules';
    content: "\34";
    opacity: 1 !important;
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    color: #656f97;
    font-weight: bold;
    font-size: 25px;
    font-family: 'ETModules';
    content: "\35";
    opacity: 1 !important;
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}