/*** 
vert utilisé : #749e5c
***/

@font-face {
  font-family: 'MooreMary';
  src: url('../../../../PWSAddModules/fonts/MooreMaryRegular.ttf?') format('truetype');
  font-weight: normal;
  font-style: normal;
}

/* CSS : Fix le margin-right / left : -15px qui cr�� un d�calage non voulu sur les �crans inf�rieur � 991px */
.row {
	 margin-right: 0px !important;
     margin-left: 0px !important;
}

.container-fluid {
    padding:0px !important;
}

html {
	position: relative;
	font-size: 100%;
	width:100%;
	min-height:675px;
}

@media (min-width: 0px) {
    body{font-size: 80% !important;}
}

@media (min-width: 391px) {
    body{font-size: 90% !important;}
}

@media (min-width: 991px) {
    body{font-size: 100% !important;}
}


body {
    font-family: 'Raleway',Helvetica,Arial,Lucida,sans-serif !important;
	font-size : 0.8em;
    color: black;
    font-weight:500;
    padding-top : 100px;
	background-color : #f8f9fa !important; /* Si modifié alors le modifié aussi dans champ_info et champ_valeur */
}

@media (max-width: 991px) {
	body {
		margin-top:20px;
	    padding-top: 65px;
		width:100%;
	}
}

@media (min-width: 692px) {
	footer {
		position:absolute;
		width: 100%;
		bottom:-294px;
	}
}

footer p, footer a {
	font-size : 0.75em;
}

#DivBodyEnAjax {
	min-width:100%
}
.boutonlike, input.boutonlike {
	color: #FFFFFF ;
	background: #417837 repeat-x top;
	line-height : 16px;
}
input[type="radio"], input[type="checkbox"] { /* Alignement de la case à coché et du label // MODIF VA DU 20201223 */
	margin-bottom:0.5em;
}
h2, h1{
	font-family : 'MooreMary';
	font-variant: small-caps;
}

h3 {
	font-family : 'MooreMary';
    font-size : 1.6em;
    /*text-transform: uppercase;*/
    font-weight: bold;
	font-variant: small-caps;
}
h4, h5 {
	font-family : 'MooreMary';
    font-size : 1.4em;
   /* text-transform: uppercase;*/
    font-weight: bold;
	font-variant: small-caps;
}
h5 {
    min-height : 35px;
}

p, li {
    font-size : 1em;
	line-height: 1.5;
	margin-bottom:0px;
}

main li {
    margin-bottom:10px;
}

a, a:hover {
    text-decoration : none !important;
    color : inherit !important; /* Prend la couleur du texte du body */
}

.fond_1 {
    background-color:#749e5c;
    color:#FFF;
}
.fond_2 {
	background-color:whitesmoke;
}
.texte_1 {
    color:#666;
}
.texte_2 {
    color:#FFF;
}
.texte_3 {
    color:#FFF;
	font-size : 2em;
}
.txt_petit {
	font-size : 0.75em;
}
.txt_tres_gros {
	font-size : 2.5em !important;
}
.txt_gros {
	font-size : 2.0em !important;
}
.txt_centrer {
	text-align:center;
}
.ico_blanc {
    color:#FFF;
    font-size : 1em;
}

/* Spécifique au téléphone */
@media (max-width: 800px) {
	tel_centrer {
		text-align:center;
	}
}
.icon_petit {
	font-size : 1em;
	margin-top : -8px; /* Pour que le texte soit aligné en bas */
}
.icon_margin {
	margin-left : 15px;
}

/*Navbar*/

.bandeau {
	height:50px;
	position: fixed;
    top: 0px !important;
    left: 0px;
    right: 0px;
	text-align: center;
	background-color: #749e5c !important;
	color: white;
	z-index:999;
}

.navbar {
	background-color: white !important;
	top: 25px !important;
	z-index: 1000 !important;
}

@media (max-width: 991px) {
	.navbar {
		background-color: unset !important;
		top:-4px !important;
		display:block !important;
		text-align: center;
	}
}

.navbar-light.color-changed{
	background-color: white !important;
}

.aff-changed {
	display : inline-block !important;
	margin-right: -56px;
}

.navbar-toggler {
	border-color: black !important;
}

.navbar li {
    font-size : 1em;
}

/* Par défaut on veut voir certaines zones */
.nav-aff {
	display : inline; 
}

/* Par défaut on ne veut pas voir certain menu en grand */
.nav-cache{
	display : none; 
}

@media (min-width: 992px) {
	.txt-relocation {
		width: 100%;
		height:25px;
	    padding-left: 5px;
		background: white;
	}
	.navbar {
		height:75px;
		padding:5px !important;
	}
}

/* Par défaut on veut voir certain menu en petit */
@media (max-width: 991px) {
	.nav-aff { display: none; }
	.nav-cache { display: inline-block; }
}

.img_zoom {
	max-width: 100%;
    width: 300px;
    height: 200px;
    overflow:hidden;
    display : inline-block;
}

.img_arrondi {
    max-width:100%;
    max-height:100%;
    border-radius:30px 0 30px 0;
    
}
.img_zoom img {
    /* La transition s'applique à la fois sur la largeur et la hauteur, avec une durée d'une seconde. */
    -webkit-transition: all 1s ease; /* Safari et Chrome */
    -moz-transition: all 1s ease; /* Firefox */
    -ms-transition: all 1s ease; /* Internet Explorer 9 */
    -o-transition: all 1s ease; /* Opera */
    transition: all 1s ease;
}
    
.img_zoom:hover img {
    /* L'image est grossie de 25% */
    -webkit-transform:scale(1.10); /* Safari et Chrome */
    -moz-transform:scale(1.10); /* Firefox */
    -ms-transform:scale(1.10); /* Internet Explorer 9 */
    -o-transform:scale(1.10); /* Opera */
    transform:scale(1.10);
}

.barre_jaune {
    border:2px solid #D3D435;
    margin-bottom : 10px;
    margin-top : 10px;
}

.barre_grise {
	/* // POUR L'INSTANT PASCALE NE LES VEUT PAS (vu au tél le 24/03/2021)
    border:2px solid #666;
    margin-bottom : 10px;
    margin-top : 10px;
    */
}

.barre70  { max-width: 70%; }
.barre100 { max-width:100%; }

.bouton1:hover {
    transition-duration: 0.4s;
	box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);
	background-color : #accc99;
    color: black !important;
}

/* AS: 20210105 */
.bouton1 {
    background-color : #749E5C;
    color: #ffffff !important;
    border-radius: 5px;
    padding: .3em 1em;	
    line-height: 1.7em !important;
	cursor : pointer;
  	text-decoration: none;
	display: inline-block;
	text-align:center;
	box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
    border: none;
	margin-left: 10px;
    margin-right: 10px;
}

.img_accueil {
	width:100%;
	position:relative;
}
.
/* Css pour faire un carré avec une image en fond et du texte par dessus */
.carre_div {
	overflow:hidden;
}
/* CSS spécifique pour les petits écrants */
@media (max-width: 991px) {
	.carre_div_2 { margin-top:15px !important; } /* On met un peu d'espace en haut pour pas que les carrés 1 et 2 se touchent */
	.asp_div { width: 500px; height: 300px; }
	.asp_txt { width: 500px !important; top:20px !important; }
}

.carre_img {
	max-width:100%;
}
.carre_div_txt {
	position:absolute;
	z-index:100;
	top:0;
	text-align:center;
    width: 100%;
	margin:0 auto;
}

.carre_div_txt p, .carre_div_txt h2 {
	width:95%;
	text-align:center;
    margin: auto;
}

.carre_txt_petit {
	font-size:0.75em;
}

.brightness img, .w-100 { /* diminue la luminosité Zoom sur l'image */
    filter: brightness(70%);
    -webkit-filter: brightness(70%);
    -moz-filter: brightness(70%);
    -o-filter: brightness(70%);
    -ms-filter: brightness(70%);
    /* La transition s'applique à la fois sur la largeur et la hauteur, avec une durée d'une seconde. */
    -webkit-transition: all 1s ease; /* Safari et Chrome */
    -moz-transition: all 1s ease; /* Firefox */
    -ms-transition: all 1s ease; /* Internet Explorer 9 */
    -o-transition: all 1s ease; /* Opera */
    transition: all 1s ease;
}
.brightness img:hover { /* Augmente la luminosité et zoom */
    filter: brightness(100%);
    -webkit-filter: brightness(100%);
    -moz-filter: brightness(100%);
    -o-filter: brightness(100%);
    -ms-filter: brightness(100%);
    /* L'image est grossie de 25% */
    -webkit-transform:scale(1.10); /* Safari et Chrome */
    -moz-transform:scale(1.10); /* Firefox */
    -ms-transform:scale(1.10); /* Internet Explorer 9 */
    -o-transform:scale(1.10); /* Opera */
    transform:scale(1.10);
}
.brightness2 img { /* diminue la luminosité Zoom sur l'image */
    filter: brightness(40%);
    -webkit-filter: brightness(40%);
    -moz-filter: brightness(40%);
    -o-filter: brightness(40%);
    -ms-filter: brightness(40%);
    /* La transition s'applique à la fois sur la largeur et la hauteur, avec une durée d'une seconde. */
    -webkit-transition: all 1s ease; /* Safari et Chrome */
    -moz-transition: all 1s ease; /* Firefox */
    -ms-transition: all 1s ease; /* Internet Explorer 9 */
    -o-transition: all 1s ease; /* Opera */
    transition: all 1s ease;
}

/* .brightness2 img:hover { Augmente la luminosité et zoom

    filter: brightness(70%);
    -webkit-filter: brightness(70%);
    -moz-filter: brightness(70%);
    -o-filter: brightness(70%);
    -ms-filter: brightness(70%);
    L'image est grossie de 25%
    -webkit-transform:scale(1.10); Safari et Chrome
    -moz-transform:scale(1.10); Firefox
    -ms-transform:scale(1.10); Internet Explorer 9
    -o-transform:scale(1.10); Opera
    transform:scale(1.10);

} */

.services:hover .brightness2 img {
	filter: brightness(70%);
    -webkit-filter: brightness(70%);
    -moz-filter: brightness(70%);
    -o-filter: brightness(70%);
    -ms-filter: brightness(70%);
    /* L'image est grossie de 25% */
    -webkit-transform:scale(1.10); /* Safari et Chrome */
    -moz-transform:scale(1.10); /* Firefox */
    -ms-transform:scale(1.10); /* Internet Explorer 9 */
    -o-transform:scale(1.10); /* Opera */
    transform:scale(1.10);
}

/* Fin Css pour les carrés */

/* CSS pour les articles */
.art_table {
	height : 100%;
	background-color: #fff;
	border : 0px;
	box-shadow: 0 0 32.2px 2.8px rgba(204, 204, 204, 0.65);
}
table.art_table:hover {
	border: 1px solid #666;
	background-color: none;
	box-shadow: none;
}
.art_date {
	background-color: #749e5c;
	width:50px;
	height:55px;
	color : #FFF;
	text-align:center;
	line-height : 14px;
}
.art_img {
	max-width : 180px;
}
.art_tr_txt {
	vertical-align :top;
}
.art_titre {
	font-weight : bold;
}
/* Fin CSS pour les articles */

.contact_accueil_container {
	background-image:url(img/capitole.jpg);
	/*background-blend-mode:color;*/
	/*background-color: rgba(0,0,0,0.57);*/
	padding-top : 24px;
	padding-bottom : 24px;
	background-position : 30%;
}
.gros_icon {
	font-size : 3em;
	color : #FFF;
}
/* CSS Carrousel */
.centrer-img{ /* Permet de centrer l'image dans le caroussel */
	display: block;
    margin-left: auto;
    margin-right: auto;
	object-fit: cover;
}

/* Fin CSS Carrousel */

/* CSS du logement */
.rechercheLgm {
	color : #749e5c;
	font-size : 1.2em;
}

/* AS: 20210224 */
@media (max-width: 1056px) {
	.recherche { padding-top : 0px !important;}
}

.recherche {
	background-color : #545454;
	padding-top : 10px;
	padding-bottom : 10px;
}
.div_rech {
	position : relative;
	display : inline-block;
	margin-right: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
	text-align: center;
}

/* CSS spécifique pour les petits écrants */
@media (max-width: 991px) {
	.div_rech { display : block;}
}

.rech_btn {
	background-color : #FFFFFF;
	border-radius: 5px !important;
    padding: .3em 1em !important;
    line-height: 1.7em !important;
	position : relative;
	display : inline-block;
	cursor:pointer;
}

.rech_btn_clic {
	background-color : #749e5c !important;
}

#date_d::-webkit-input-placeholder, #date_f::-webkit-input-placeholder { opacity: 1; color:#212529; } /* Chrome 56, Safari 9 */
#date_d:-moz-placeholder, #date_f:-moz-placeholder { opacity: 1; color:#212529; } /* FF 4-18 */
#date_d::-moz-placeholder, #date_f::-moz-placeholder { opacity: 1; color:#212529; } /* FF 19-50 */
#date_d:-ms-input-placeholder, #date_f:-ms-input-placeholder { opacity: 1; color:#212529; } /* IE 10+ */
#date_d::placeholder, #date_f::placeholder { opacity: 1; color:#212529; } /* Modern Browsers */

.rech_zone {
	display:none;
	width: max-content;
	height: auto;
	max-height : 320px;
	overflow : auto;
	position:absolute;
	background-color:#FFF;
	z-index:1001;
	border : 1px solid #666;
	border-radius: 5px;
	padding : 10px;
	margin-top:15px;
	text-align: left;
}
	
@media (max-width: 991px) {
	.rech_zone {
    	left: 50%;
		transform : translateX(-50%);
		margin-top:10px;
	}
}

.rech_zone p {
	font-size:1em;
}
.rech_ajout, .rech_coeur {
    color : #adadad !important;
}
.rech_ajout:hover , .rech_coeur:hover{
    color : #749E5C !important;
    cursor:pointer;
}
.rech_un_lgm {
	position: relative;
    border: 1px solid #C3C3C3;
    box-shadow:0 0 1px 1px #d2d2d2;
    margin-right : 15px;
    margin-bottom : 15px;
}
#map {
    width: 100%;
}

#lst_rech {
    overflow:auto;
}
.rech_hauteur {
    height:720px; /*650px; MODIF VA DU 20201215 */
}
.tab_tarif div {
	padding-right:15px;
}
/* CSS spécifique pour les petits écrants */
@media (max-width: 991px) {
    .rech_btn { min-width:170px;}
    .div_rech { margin-bottom:10px; }
    .rech_hauteur { height:auto; }
    .rech_un_lgm { margin-right : auto; }
}

.rond {
	border : 1px solid #749e5c;
	color : #749e5c;
	border-radius: 50%;
	min-width:25px;
	display:inline-block;
	text-align:center;
	margin-right:5px;
	margin-left:5px;
	cursor : pointer;
}
.lgm_categorie {
	font-size : 1.5em;
	font-weight : 600;
    margin-top : 20px;
}
@media (max-width: 800px) {
    .lgm_presta { /* Permet de mettre 2 icones par ligne quand on est en petit écrants */
        width:50% !important;
        padding-top:25px;
    }
}
.lgm_ligne {
	clear:both;
	position:relative;
}
.pointille {
	left: 20px;
	position: absolute;
	width: 85%;
	border-top: 1px dashed black; /*#212529;*/
	z-index: 2;
	top: 18px;
}
.champ_info {
	float : left;
	font-weight : 600;
	z-index :99;
	position:relative;
	background-color:#f8f9fa;
}
.champ_valeur {
	float : right;
	position: relative;
	z-index :99;
	background-color:#f8f9fa;
}
.moyen_trans {
    border : 1px dashed;
    padding-top : 15px;
    padding-bottom : 15px;
    margin-top : 20px;
}

.lgm_ico_coeur, .lgm_ico_pdf, .lgm_ico_mail, .lgm_ico_facebook {
    position:absolute;
    right:40px;
    z-index:99;
    cursor:pointer;
    border : 1px solid #666;
    border-radius : 5px;
    padding : 5px;
    height:36px;
    width:36px;
    text-align : center;
}
.lgm_ico_pdf {
    right : 80px;
}
.lgm_ico_mail {
    right : 120px;
}
.lgm_ico_facebook {
    right : 160px;
}
.lgm_ico_pdf:hover, .lgm_ico_coeur:hover, .lgm_ico_mail:hover, .lgm_ico_facebook:hover {
    color : #749E5C;
    border : 1px solid #749E5C;
}
.lgm_map {
    height:400px;
	margin-top:15px;
}
.p_border {
    border-top : 1px solid #666;
}

/* Fin CSS du logement */

/* Slider de prix */
#slider-range {
	width:90%;
}
/* Fin slider de prix */

/* Calendrier Lightpick */
.form-control {
	width:auto !important;
	display : inline !important;
}

/* PAGE RESERVATION */
.resa_entete {
	background-image:url(img/reservation.jpg);
	background-blend-mode : color;
	background-color: rgba(0,0,0,0.57);
	color : #FFF;
	background-position : 50%;
	background-repeat: unset;
    background-size: cover;
}
.resa_entete h2 {
	text-align:center;
	font-size:3.5em !important;
	padding-top:40px;
}

.resa_titre {
	color : #749e5c;
	font-size : 1.2em;
	font-weight : bold;
}
.resa_1 {
	padding-top : 30px;
	padding-bottom : 25px;
}
.resa_row {
	padding-top : 10px;
}

.resa_row input {
	width : 100%;
	height : 40px;
}
.resa_row select {
	border:1px solid black;
	border-radius : 0px;
}
.resa_row textarea {
	width:100%;
	border:1px solid black;
	border-radius : 0px;
}

#resa_budget {
	width: 3em;
    height: 1.6em;
    top: 50%;
    margin-top: -.8em;
    text-align: center;
    line-height: 1.6em;
	background-color : #749e5c;
}

#resa_budget:active {
	border: 1px solid black;
}

:focus-visible {
	outline: none;
}

.resa_erreur {
	background-color : #ccdd3a;
	color:#000;
	padding-top : 10px;
	padding-bottom : 10px;
}
.resa_erreur li {
	font-size : 0.8em !important;
}
.resa_pers {
	width:100%; 
	background-color:#FFF;
	color:#000;
}
.resa_pers td {
	padding-top:15px;
	padding-bottom:15px;
	padding-right:15px;
}
.div_cache {
	display : none !important;
}

/* PAGE PROFIL */
.profil_entete {
	background-image:url(img/reservation.jpg);
	background-blend-mode : color;
	background-color: rgba(0,0,0,0.57);
	color : #FFF;
	background-position : 50%;
}
.profil_entete h2 {
	text-align:center;
	font-size:3.5em !important;
}

.profil_titre {
	color : #749e5c;
	font-size : 1.2em;
	font-weight : bold;
	padding-top : 15px;
}

.profil_titre_2 {
	color : #749e5c;
	font-size : 1.1em;
	font-weight : bold;
	padding-top : 15px;
}

.profil_1 {
	padding-bottom : 50px;
}

select, textarea {
	padding:0px;
}

.profil_row input, select, textarea {
	width : 100%;
	height : 35px;
	border:1px solid black;
	border-radius : 2px;
}

@media (max-width: 991px) {
	.profil_row input, select, textarea {
		margin-top: 10px !important;
		margin-bottom: 10px !important;
	}
}

.profil_row input:disabled, select:disabled, textarea:disabled {
	background-color: #dee2e6;
	color: #000000 !important;
}

.profil_row textarea {
	height : 60px;
}

.profil_row input[type="checkbox"] {
	width : auto;
}

.profil_row {
	margin-right:2px !important;
	margin-left:2px !important;
}

@media (min-width: 992px) {
	.profil_row div{
		padding: 5px;
	}
	.custom-control {
		left: 35px;
	}
}

@media (max-width: 991px) {
	.profil_row_responsive {
		width: 50% !important;
		padding: 5px;
	}
	.profil_row_responsive40 {
		width: 40% !important;
		padding: 5px;
	}
	.profil_row_responsive60 {
		width: 60% !important;
		padding: 5px;
	}
	
	.profil_row_right {
		text-align: right;
	}
	.custom-control {
		left: 16px;
	}
	
	.h {
		display: none !important;
	}
}

.box{
	border:1px solid black;
	border-radius : 10px;
}

#profil_budget {
	width: 3.5em;
    height: 1.6em;
    top: 50%;
    margin-top: -.8em;
    text-align: center;
    line-height: 1.6em;
	background-color : #749e5c;
}
.profil_erreur {
	background-color : #ccdd3a;
	color:#000;
	padding-top : 10px;
	padding-bottom : 10px;
}
.profil_erreur li {
	font-size : 0.8em !important;
}
.profil_pers {
	width:100%; 
	background-color:#FFF;
	color:#000;
}
.resa_pers td {
	padding-top:15px;
	padding-bottom:15px;
	padding-right:15px;
}
.div_cache {
	display : none !important;
}

.louer_entete {
	background-image:url(img/louer.jpg);
	background-blend-mode : color;
	background-color: rgba(0,0,0,0.57);
	color : #FFF;
	background-position : 50%;
	background-repeat: unset;
    background-size: cover;
}
.louer_entete h2 {
	font-size:3.5em !important;
	text-align:center;
}

@media (max-width: 800px) {
	#photo_sel {
		width:100% !important;
	}
}

/* PAGE CONNEXION */
.connexion_entete h2 {
	text-align:center;
	font-size:3.5em !important;
	padding-top:40px;
}

.connexion_a a {
  outline: none;
  text-decoration: none;
  padding: 2px 1px 0;
  color: #749E5C !important;
  font-weight: bold;
}

.connexion_a a:hover {
  border-bottom: 1px solid;
  background: #CDFEAA !important;
}

/* Calendrier */
.lightpick__day.is-in-range {
	/*background-color: #749e5c !important;*/
    background-color: #87CE5F !important; /* Vert plus clair */
}

/* PAGE CONTACT */
.contact {
	width:100%;
	background-color: #749e5c;
	margin: 15px;
	padding: 0px !important;
	text-align:center;
	border-radius: 20px 0px 20px 0px;
	color:#FFF;
	height:260px;
}
@media (max-width: 991px) {
	.contact { 
		margin-left:5px; 
		margin-right:5px;
		height:200px;
	}
}
.contact_container {
	background-image:url(img/contact.jpg);
	background-blend-mode:color;
	background-color: rgba(0,0,0,0.57);
}

.contact_container h2 {
	color:#FFF;
}

/* PAGE PANIER */


@media (max-width: 800px) {
	.cacher_en_petit {
		display:none;
	}
}

@media (max-width: 991px) {
	.cacher_en_petit2 {
		display:none !important;
	}
}

table.panier  th {
	text-align: center;
    vertical-align: middle;
	background : #749e5c !important;
	height: 30px !important;
}

/*table.panier th, td {
	border: 1px solid #4e4e4e;
}*/

/* HORIZONTAL SCROLL MENU (RESIDENCE/LOGEMENT) */
div.scrollmenu {
  z-index:99;
  justify-content:center;
  background-color: white !important;
  overflow: auto;
  white-space: nowrap;
  border-radius:10px;
  border: 1px solid black;
}

div.scrollmenu a {
  z-index:100;
  display: inline-block;
  text-align: center;
  padding: 10px;
  text-decoration: none;
}

div.scrollmenu a:hover {
  background-color: #777;
}

.fixScrollmenu{
	position: sticky;
	top: 100px;
}

.fixScrollmenu2{
	position: sticky;
	top: 0px;
}

@media (max-width: 991px) {
	.fixScrollmenu{
		position: sticky;
		top: 50px;
	 }
	 
	.fixScrollmenu2{
		position: sticky;
		top: 0px;
	 }
}

@media (max-width: 391px) {
	#aff table, .overlay-container table{
	    table-layout: fixed;
		border-collapse: collapse;
		display: table;
	}
}

#aff table, .overlay-container table{
	margin: auto;
	width: 95%;
}

#aff tr, .overlay-container tr {
	text-align: center;
}

#aff td, th, .overlay-container td {
	border: 1px solid black;
	white-space: nowrap;
	overflow: hidden;
	text-overflow:ellipsis;
	height: 35px !important;
	max-width:100%;
}

#overlay {
	height:100%;
	width:100%;
	display:none;
	position:fixed;
	z-index:9999;
	top:0;
	left:0;
	background:rgba(0, 0, 0, 0.7);
}

#wrap {
	max-width:375px;
	margin: 5px auto;
	padding:20px;
	background:#fff;
	margin-top: 50vh;
  	transform: translateY(-50%);
	border-radius:20px;
}

.carousel-control-prev-icon {
 background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E") !important;
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E") !important;
}

@media (max-width: 1140px) {
	.overlay-container {
		margin-left:10px !important;
		margin-right:10px !important;
	}
}

/* Set your aspect ratio */
.overlay-container {
  margin: 0 auto;
  margin-top: 50vh;
  transform: translateY(-50%);
  max-width: 1120px;
  position: relative;
  height: 630px;
}

.overlay-container iframe,
.overlay-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-width: 100%;
}

#fermer {
	height: 40px;
    /* width: 40px; */
    cursor: pointer;
    position: absolute;
    right: -2px;
    top: -40px;
}

#photo_div {
	background-color: #f8f9fa;
	color : black;
}

#drop-area {
  border: 2px dashed #ccc;
  border-radius: 20px;
  padding: 20px;
}

#drop-area.highlight {
  border-color: #749E5C;
}

#gallery {
  margin-top: 10px;
  text-align: center;
}

#gallery img {
  width: 150px;
}

.photo_div {
  justify-content:center;
  display : inline-block;
  width: auto;
  margin-bottom: 10px;
  margin-right: 12px;
  vertical-align: middle;
}

#fileElem {
  display: none;
}
.photo_div #prev, .photo_div #next, .photo_div .icon-trash {
	height:20px;
	width:20px;
	cursor:pointer;
	display: inline;
}
.photo_div #prev {
	background:url(img/gauche_blue.png);
}
.photo_div #next {
	background:url(img/droite_blue.png);
}

@media (max-width: 553px) {
	.photo_div #prev {
		background:url(img/haut_blue.png) !important;
	}
	.photo_div #next {
		background:url(img/bas_blue.png) !important;
	}
}

.entete_calendrier {
	justify-content: center;
	vertical-align: middle;
	padding-top:40px;
}

.entete_calendrier h2 {
	font-size:3.5em !important;
	text-align:center;
}

.entete_calendrier img {
	cursor:pointer;
	width: 30px !important;
	height: 30px !important;
}

.avis_box {
    border : 1px dashed;
    padding: 10px;
    margin-top: 8px;
    margin-bottom: 8px;
}

.avis_box > div {
    padding: 5px;
}

#aff {
		width: 100%;
}

@media (min-width: 992px) {
	#aff {
		width: 80%;
	}
}

.aff_td_title:hover:after {
	content: attr(alt);
	padding: 4px 8px;
	white-space: break-spaces;
	margin: 8px;
	position: absolute;
	-webkit-border-radius: 5px;
	-webkit-box-shadow: 0px 0px 4px #222;
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #eeeeee),color-stop(1, #cccccc));
}

.img_legende {
	padding: 5px;
	background-color: #cccccc;
	border-radius: 10px;
    position: absolute;
    margin-left: 70px;
    max-width: 76%;
    -webkit-box-shadow: 0px 0px 4px #222;
}

.nav-link {
	width:fit-content;
}

.nav-item {
	    margin: auto;
}

@media (max-width: 991px) {
	.mr-auto {
		width:100%
	}
}

/* Carousel Slider Testimonial */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&display=swap');

 .owl-carousel .owl-item {
     transition: all 0.3s ease-in-out;
	 width:fit-content;
 }

 .owl-carousel .owl-item .card {
     padding: 10px;
     position: relative;
 }
 
 .card .img-card {
     padding: 20px;
 	 padding-bottom:0px;
 }

 .owl-carousel .owl-stage-outer {
     padding-bottom: 20px;
 }

 .owl-carousel .owl-item img {
     height: 200px;
     object-fit: cover;
     border-radius: 6px;
 }

 .owl-carousel .owl-item .card .name {
     position: absolute;
     bottom: -60px;
     padding: 0.3em 0.4em;
 }

 .owl-carousel .owl-item .card {
     opacity: 0.2;
     transform: scale3d(0.8, 0.8, 0.8);
     transition: all 0.3s ease-in-out;
 }

 .owl-carousel .owl-item.active.center .card {
     opacity: 1;
     transform: scale3d(1, 1, 1);
 }

 .owl-carousel .owl-dots {
     display: inline-block;
     width: 100%;
     text-align: center;
 }

 .owl-theme .owl-dots .owl-dot span {
     height: 20px;
     background: #2a6ba3 !important;
     border-radius: 2px !important;
     opacity: 0.8;
 }

 .owl-theme .owl-dots .owl-dot.active span,
 .owl-theme .owl-dots .owl-dot:hover span {
     height: 13px;
     width: 13px;
     opacity: 1;
     transform: translateY(2px);
     background: #83b8e7 !important;
}

.content-scroll .container-scroll {
    overflow: hidden;
}

.container-scroll .rollers {
    flex: 0 0 230px
}

.container-scroll .start-roller {
    left: 0;
    top: 0;
    background-image: linear-gradient(to right, white 30%, #f8f9fa00)
}

.container-scroll .start-roller,
.container-scroll .end-roller {
    height: 100%;
    width: 40px;
    position: absolute;
    z-index: 1
}

.container-scroll .end-roller {
    right: 0;
    top: 0;
	background-image: linear-gradient(to left, white 30%, #f8f9fa00)
}

.container-scroll .rollers .wrapper {
    position: relative;
    width: 2100px;
    height: 100px;
    margin: 0 0 20px 0;
    flex: 0 0 auto
}

.container-scroll .rollers .wrapper .items-container {
    display: flex;
    align-items: center;
    position: absolute;
    width: 100%;
    height: 100%;
    animation-duration: 30s;
    animation-iteration-count: infinite;
    animation-timing-function: linear
}

.container-scroll .rollers .wrapper .items-container.roll-LL {
    animation-name: roll
}

.container-scroll .rollers .wrapper .items-container.roll-RL {
    animation-name: roll-reverse;
    left: 100%
}

.container-scroll .rollers .wrapper .items-container.reverse-roll-LL {
    animation-name: roll-clockwise;
    left: -100%
}

.container-scroll .rollers .wrapper .items-container.reverse-roll-RL {
    animation-name: roll-reverse-clockwise;
    left: 100%
}

@keyframes roll {
    0% {
        left: 0%
    }

    100% {
        left: -100%
    }
}

@keyframes roll-reverse {
    0% {
        left: 100%
    }

    100% {
        left: 0%
    }
}

@keyframes roll-clockwise {
    0% {
        left: -100%
    }

    100% {
        left: 0%
    }
}

@keyframes roll-reverse-clockwise {
    0% {
        left: 0%
    }

    100% {
        left: 100%
    }
}

.container-scroll .rollers .wrapper .items-container .item {
    flex: 1 1 200px;
    min-width: 0;
    margin: 20px
}

.container-scroll .rollers .wrapper .items-container .item .company {
    filter: grayscale(100%);
    opacity: 0.6;
    width: 100%;
    object-fit: contain
}

.container-scroll .rollers .wrapper .items-container .item .company:hover {
    filter: grayscale(0%);
    opacity: 1;
    cursor: pointer
}

.container-scroll img {
    vertical-align: middle
}

#frmMobiliPass {
	color: black;
	max-width:480px;
	margin: auto;
	padding:40px;
	background:#FFF;
	border-radius:20px;
    border: 1px solid #000;
	margin-top : 20px;
	margin-bottom : 20px;
}

.lightpick {
	margin-top:11px;
}

@media (max-width: 991px) {
	body .lightpick {
		left: 50% !important;
		transform: translateX(-50%);
	}
}

 .container-aide {
     margin: 30px;
 }

 .card-aide {
     width: 100%;
  /* height: 300px; */
     transform-style: preserve-3d;
     perspective: 500px;
     border: none;
 }

 .card-aide .face {
     position: absolute;
     color: #000;
     width: 100%;
     height: 100%;
     overflow: hidden;
     box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
     border-radius: 15px;
     transform-style: preserve-3d;
     transition: 1.0s;
     backface-visibility: hidden;
 	-webkit-backface-visibility: hidden;
     border-top: 1px solid #ddd;
     border-left: 1px solid #ddd;
 	 background-color: white !important;
 }

 .card-aide .face.front-face,
 .card-aide .face.back-face {
     position: absolute;
     display: flex;
     flex-direction: column;
     align-items: center;
     justify-content: center;
 	 text-align: center;
 }

 .card-aide .face.front-face .name {
     letter-spacing: 2px
 }

 .card-aide .face.front-face .designation {
     font-size: 0.8em;
     color: #000;
     letter-spacing: 0.8px
 }

 .card-aide:hover .face.front-face {
     transform: rotateY(180deg)
 }

 .card-aide .face.back-face {
     position: absolute;
     background: rgba(255, 255, 255, 0.06);
     transform: rotateY(180deg);
     padding: 20px 30px;
     text-align: center;
     user-select: none
 }

 .card-aide .face.back-face .fa-quote-left {
     position: absolute;
     top: 25px;
     left: 25px;
     font-size: 1.2em
 }

 .card-aide .face.back-face .fa-quote-right {
     position: absolute;
     bottom: 35px;
     right: 25px;
     font-size: 1.2em
 }

 .card-aide:hover .face.back-face {
     transform: rotateY(360deg)
 }
 
@media (min-width: 992px) {
	.img-aide {
        width:inherit;
    }
}

@media (max-width: 991px) {
	.img-aide {
        width:240px;
        height:65px;
    }
}

 .numberCircle {
 	font: 1.4em Arial, sans-serif;
    width: 1.5em;
 	border: 0.1em solid #D4AF37;
    color: #D4AF37;
    text-align: center;
    border-radius: 50%;
    line-height: 1.5em;
}

.leaflet-top, .leaflet-left {
	z-index:unset !important;
}

#scrollUp
{
	position: fixed;
	bottom : 10px;
	right: -100px;
	opacity: 0.5;
	z-index: 10000;
}

/* CSS pour le logo FAR & MG // MODIF VA DU 20231026 */
.logo_FAR_MG {
	max-height:20px;
	margin-left:25px;
	filter: grayscale(100%);
	margin-top:-10px;
	
}
.logo_FAR_MG:hover {
	filter: none;
}
@media (max-width: 990px) {
	.logo_FAR_MG { display:none;}