body { 
	margin: 0;
	background-color: #efefef;
	background-image: url('../images/fond_page.jpg');
	font-family: "Roboto", sans-serif;
	font-size: 14px;
	color: var(--marron);
	border-width: 0;
}

a {
	color: inherit;
	text-decoration: none;
}
a:hover, .lien_obf:hover { text-decoration: underline; }
.lien_obf { cursor: pointer; }

h1, h2, h3, h4 {
	margin: 0;
	font-weight: normal;
}

p { 
	margin: 5px 0;
	text-align: justify; 
}

.light { font-weight: 300; }
.regular { font-weight: 400; }
.medium { font-weight: 500; }

.conteneur_centre {
    max-width: 1280px;
	width: 100%;
    margin: 0 auto;
}

.centreur { text-align: center; }

.clear:after {
    content: "";
    clear: both;
    display: block;
}

.mobile, .tablette, 
.hidden { display: none !important; }

.flex { display: -webkit-box; display: -ms-flexbox; display: flex; }
.bloc { -webkit-box-flex: 1; -ms-flex: 1; flex: 1; }

.bloc_page {
	background-color: #fff;
	margin-top: 30px;
	padding: 30px;
}

/* VARIABLE COULEURS */
:root {
	--rouge: #ff0000;
	--marron: #514545;
	--marron_clair: #6f6667;
	--marron_orange: #e7af89;
	--dore: #e6ae89;
}

.rouge { color: var(--rouge) !important; }
.marron { color: var(--marron) !important; }


/* BANDEAU */
#haut_bandeau {
	height: 35px;
	background-color: var(--marron);
	color: #fff;
	font-size: 10px;
	line-height: 20px;
	padding: calc((35px - 20px) / 2) 0;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	text-transform: uppercase;
	position: relative;
    z-index: 15;
}
#haut_bandeau img { 
	display: inline-block; 
	vertical-align: middle;
}
#haut_bandeau .bloc_logo_fpt {
	position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: 1;
}
#haut_bandeau .bloc_gauche,
#haut_bandeau .bloc_droite {
	position: relative;
	z-index: 1;
}
#haut_bandeau .bloc_gauche { float: left; }
#haut_bandeau .bloc_droite { float: right; }
#haut_bandeau .bloc_gauche > *,
#haut_bandeau .bloc_droite > * { margin-left: 15px; }
#haut_bandeau .bloc_gauche > *:first-child,
#haut_bandeau .bloc_droite > *:first-child { margin-left: 0; }
#haut_bandeau .telephone,
#haut_bandeau .email {
	background-repeat: no-repeat;
	background-position: left center;
}
#haut_bandeau .telephone {
	padding-left: 20px;
	background-image: url('../images/pictos/telephone.jpg');
	background-size: auto 13px;
	cursor: default;
	text-decoration: none;
}
#haut_bandeau .email {
	padding-left: 25px;
	background-image: url('../images/pictos/email.jpg');
	background-size: auto 13px;
}
#haut_bandeau .panier { margin-left: 25px; }
#haut_bandeau .panier img { height: 20px; }
#haut_bandeau .bloc_drapeaux { 
	float: right; 
	margin-left: 50px;
}
#haut_bandeau .bloc_drapeaux > a { margin-left: 10px; }
#haut_bandeau .bloc_drapeaux > a:first-child { margin-left: 0; }

#img_bandeau {
	height: 350px;
	background-image: url('../images/fonds_bandeau/fond_mont_saint_michel.jpg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	position: relative;
}
#page_index #img_bandeau { height: 511px; }
#page_index #img_bandeau.diaporama { background-image: none; }

#diapo_bandeau .lslide { 
	height: 511px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
#diapo_bandeau .ligne_diapo {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 100%;
	text-align: center;
}
#diapo_bandeau .prev,
#diapo_bandeau .next { 
	display: inline-block;
	vertical-align: middle;
	width: 30px;
	height: 49px;
	background-repeat: no-repeat;
	cursor: pointer;
}
#diapo_bandeau .prev { background-image: url('../images/fleche_diapo_gauche_2.png'); }
#diapo_bandeau .next { background-image: url('../images/fleche_diapo_droite_2.png'); }
#diapo_bandeau p { 
    display: inline-block;
	vertical-align: middle;
	color: #fff;
    text-shadow: 0px 0px 5px #454545;
    text-transform: uppercase;
    font-size: 35px;
    margin: 0;
	padding: 0 50px;
    text-align: center;
	max-width: calc(100% - (180px)); /* padding + img + 10px */
}
#diapo_bandeau p .long { font-size: 30px; }

/* MENU PRINCIPAL */
#conteneur_menu_princ {
	height: 65px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	padding: 3px 0;
	background-color: var(--marron);
	text-align: center;
}
#conteneur_menu_princ .cadre {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
    padding: 18px 0;
}
#menu_principal {
	display: inline-block;
	vertical-align: top;
	text-transform: uppercase;
	list-style: none;
	margin: 0;
	padding: 0;
	color: #fff;
}
#menu_principal li {
	float: left;
	position: relative;
	line-height: 21px;
	font-size: 18px;
}
#menu_principal li.active {
	color: var(--marron_orange);
}
#menu_principal li .lien { 
	display: block;
	padding: 0 30px; 
}
#menu_principal li .lien:hover{ 
	color: var(--marron_orange);
	text-decoration: none;
}

#menu_principal li.home .texte { display: none; }
#menu_principal li:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 1px;
    height: 15px;
    border-left: 1px solid #fff;
		-ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
			transform: translate(0, -50%);
}
#menu_principal li:first-child:before { display: none; }
#menu_principal li img { display: block; }

/* CONTENU */
#contenu { 
	min-height: 500px; 
	margin: 30px 0;
}
.titre_deco {
	font-size: 26px;
	text-transform: uppercase;
	padding-bottom: 15px;
	margin-top: 0;
	margin-bottom: 30px;
	background-image: url('../images/deco_titre.png');
	background-repeat: no-repeat;
	background-position: bottom center;
	text-align: center;
}
.titre_page.titre_deco,
.titre_services.titre_deco { font-size: 31px; }
.titre_page.titre_deco { font-weight: bold; }

#resa_fixe_mobile {
	width: 100%;
	text-align: center;
	position: fixed;
	bottom: -50px;
	left: 0;
	background-color: var(--marron_clair);
	color: #fff;
	border-top: 2px solid #fff;
	z-index: 10;
	text-transform: uppercase;
	
	-webkit-transition: ease-in-out bottom .5s;
		 -o-transition: ease-in-out bottom .5s;
			transition: ease-in-out bottom .5s;
}
#resa_fixe_mobile a {
	display: block;
	color: #fff;
	line-height: 48px;
	font-size: 20px;
	text-decoration: none;
}
#resa_fixe_mobile.fixed {
	bottom: 0;
}
#footer.resa_fixe {
	margin-bottom: 50px;
}

/* BLOC SERVICES */
#bloc_services { 
	text-align: center; 
	margin-top: 30px;
}
#bloc_services .conteneur_centre { overflow: hidden; }
#bloc_services .conteneur_services { margin: 0 -15px; }
#bloc_services .bloc {
	padding: 0 15px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
#bloc_services .bloc .lien { text-decoration: none; }
#bloc_services .cadre {
	height: 100%;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	background-color: #f8f6f7;
	border: 1px solid var(--marron);
	max-width: 294px;
    margin: 0 auto;
}
#bloc_services .bloc .titre,
#bloc_services .bloc .texte { margin: 8px; }
#bloc_services .bloc .titre {
	text-transform: uppercase;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
}
#bloc_services .bloc .texte {
	font-size: 13px;
	-moz-text-align-last: center;
	     text-align-last: center;
}
#bloc_services .bloc .image {
	display: block;
	max-width: 100%;
	-webkit-filter: grayscale(100%) contrast(100%);
	        filter: grayscale(100%) contrast(100%);
	
	-webkit-transition: .5s filter ease-in-out;
		 -o-transition: .5s filter ease-in-out;
			transition: .5s filter ease-in-out;
}
#bloc_services .bloc .lien:hover .image { -webkit-filter: grayscale(0%); filter: grayscale(0%); }

/* BLOC AFFICHAGE ITEMS */
#bloc_aff_items {
	background-color: #fff;
	margin-top: 35px;
	padding: 30px 35px 40px;
	overflow: hidden;
}
#bloc_aff_items .liste_items {
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	margin: -20px -35px;
	-webkit-box-pack: center;
	   -ms-flex-pack: center;
	 justify-content: center;
}
#bloc_aff_items .bloc {
	-webkit-box-flex: 0;
			-ms-flex: 0 0 calc(100% / 3);
				flex: 0 0 calc(100% / 3);
	padding: 20px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
#bloc_aff_items .cadre {
	border: 1px solid #9b9595;
	border-radius: 1px;
	height: 100%;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	background-image: url(../images/fond_page.jpg);
	position: relative;
}
#bloc_aff_items .image {
    max-width: 100%;
    display: block;
    margin: 0 auto;
}
#bloc_aff_items .bloc_bas {
	padding: 15px 10px 8px;
}
#bloc_aff_items .bloc_texte  {
	color: var(--marron_clair);
}
#bloc_aff_items .titre {
	text-transform: uppercase;
	font-size: 18px;
	margin-bottom: 10px;
	color: var(--marron);
	text-align:center;
}
#bloc_aff_items .txt_apprecie { margin-top: 15px; }
#bloc_aff_items .bloc_texte ul {
	list-style: none;
	padding-left: 10px;
	font-style: italic;
	margin: 10px 0;
}
#bloc_aff_items .bloc_texte li {
	margin: 5px 0;
}
#bloc_aff_items .bloc_texte .points_forts li::before{
	content: '- ';
}
#bloc_aff_items .bloc_texte .liste_produits li {
	text-decoration: underline;
	margin: 20px 0;
	padding-left: 20px;
	background-image: url('../images/fleche_aff_prod.png');
	background-repeat: no-repeat;
	background-position: 0 2px;
	line-height: 18px;
}
#bloc_aff_items .bloc_tarif {
	text-align: right;
    margin: 0 -2px;
	justify-content: flex-end;
}
#bloc_aff_items .bloc_tarif .aff_tarif,
#bloc_aff_items .bloc_tarif .fleche {
    display: inline-block;
	vertical-align: top;
	color: #fff;
}
#bloc_aff_items .bloc_tarif .aff_tarif {
	background-color: var(--marron_clair);
	padding: 6px 22px;
}
#bloc_aff_items .bloc_tarif .a_partir_de {
	font-size: 15px;
	line-height: 15px;
	text-transform: uppercase;
}
#bloc_aff_items .bloc_tarif .tarif {
	font-size: 22px;
	line-height: 22px;
	white-space: nowrap;
}
#bloc_aff_items .bloc_tarif .base_pax {
	font-size: 12px;
}
#bloc_aff_items .bloc_tarif .fleche {
	background-color: var(--marron);
	margin-left: 2px;
	width: 34px;
	height: 100%;
	background-image: url('../images/fleche_aff_item.png');
	background-repeat: no-repeat;
	background-position: center;
}
#bloc_aff_items  .mention_tarifs {
	text-align: center;
	font-style: italic;
	margin-top: 10px;
	font-size: 13px;
}
/* BLOC EXCURSIONS + VISITES GUIDEES */
#bloc_exc_vis_guidees {
	background-image: url('../images/fond_exc_vis_guidees.jpg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: auto 100%;
	min-height: 230px;
	margin-top: 40px;
	text-align: center;
	padding: 38px 0;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
#bloc_exc_vis_guidees .titre {
	text-transform: uppercase;
    font-size: 25px;
	margin: 0;
	text-align: center;
}
#bloc_exc_vis_guidees .texte {
	margin: 30px 0;
	font-size: 15px;
	-moz-text-align-last: center;
	     text-align-last: center;
}
#bloc_exc_vis_guidees .bloc_contact {
	display: inline-block;
	background-color: var(--marron);
	color: #fff;
	padding: 5px 10px;
	font-size: 15px;
}
#bloc_exc_vis_guidees .bloc_contact span { font-weight: 300; }

/* DEMANDE CONTACT */
.bloc_demande_contact {
	margin-top: 30px;
	font-weight: bold;
	font-size: 16px;
}
.bloc_demande_contact .lien {
	display: inline-block;
	background-color: var(--marron);
	color: var(--marron_orange);
	padding: 5px 10px;
	font-size: 15px;
	margin-left: 5px;
}

/* BLOC OFFRE MOMENT ET CONTACT */
#bloc_offre_contact { margin-top: 50px; }
#bloc_offre_contact .bloc { -webkit-box-sizing: border-box; box-sizing: border-box; }
#bloc_offre_contact .bloc_offre_moment { padding-right: 50px; }
#bloc_offre_contact .bloc_contact { padding-left: 50px; }
#bloc_offre_contact .bloc_contact p { font-size: 18px; }
#bloc_offre_contact .bloc_contact ul {
	font-size: 16px;
	margin: 0;
	padding: 0 0 0 5px;
	list-style: none;
}
#bloc_offre_contact .bloc_contact li {
	margin: 10px 0;
	line-height: 20px;
	background-repeat: no-repeat;
	background-position: left center;
}
#bloc_offre_contact .bloc_contact li .lien {
	padding: 2px 0 2px 42px;
	display: inline-block;
    vertical-align: middle;
}
#bloc_offre_contact .bloc_contact li.telephone { background-image: url('../images/pictos/telephone_2.png'); }
#bloc_offre_contact .bloc_contact li.telephone .lien {
	cursor: default;
	text-decoration: none;
}
#bloc_offre_contact .bloc_contact li.email { background-image: url('../images/pictos/email_2.png'); }
#bloc_offre_contact .bloc_image {
	margin-right: 30px;
	-webkit-box-flex: 0;
			-ms-flex: 0 0 auto;
				flex: 0 0 auto;
}
#bloc_offre_contact .bloc_image img { display: block; }
#bloc_offre_contact .bloc_droite .titre {
	font-size: 24px;
	text-transform: uppercase;
	margin: 0;
}

/* BLOC MOTS CLES */
#bloc_mots_cles { 
	margin-top: 50px; 
	text-align:center;
}
#bloc_mots_cles .titre {
	margin-top: 0;
	margin-bottom: 20px;
	font-size: 20px;
	text-align: center;
}
#bloc_mots_cles .texte {
	border-left : 2px solid var(--marron);
	border-right: 2px solid var(--marron);
	padding: 0 10px;
}
#bloc_mots_cles .texte p { 
	margin: 8px 0 0 0; 
	text-align: center;
}
#bloc_mots_cles .texte p:first-child { margin-top: 0; }

/* FOOTER */
#footer {
	background-color: var(--marron);
	background-image: url('../images/fond_footer.jpg');
	padding: 25px 0;
	color: #fff;
	text-align: center;
}
#footer p { 
	text-align: center; 
	margin: 0;
	line-height: 20px;
}


/* <= 1280px */
@media only screen and (max-width: 1280px) {

	.conteneur_centre { max-width: 100%; }
	.conteneur_centre.responsive {
		padding-left: 10px;
		padding-right: 10px;
		-webkit-box-sizing: border-box;
				box-sizing: border-box;
	}

}


/* 801px - 1280px */
@media only screen and (min-width: 801px) and (max-width: 1280px) {

	/* MENU PRINCIPAL */
	#menu_principal li .lien,
	#menu_principal li.home .lien { padding: 0 1.5vw; }

	/* BANDEAU */
	#haut_bandeau .bloc_logo_fpt { top: 35px; }

}


/* 801px - 1080px */
@media only screen and (min-width: 801px) and (max-width: 1080px) {

	/* MENU PRINCIPAL */
	#menu_principal li { font-size: 1.65vw; }

	/* BLOC SERVICES */
	#bloc_services .bloc .titre { font-size: 1.15vw; }

	/* BLOC OFFRE MOMENT ET CONTACT */
	#bloc_offre_contact .bloc_offre_moment { padding-right: 15px; }
	#bloc_offre_contact .bloc_contact { padding-left: 15px; }

}


/* 601px - 1000px */
@media only screen and (min-width: 601px) and (max-width: 1000px) {

	/* BLOC SERVICES */
	#bloc_services .conteneur_services {
		max-width: 610px;
		margin: -10px auto;
		-ms-flex-wrap: wrap;
			flex-wrap: wrap;
	}
	#bloc_services .bloc {
		padding: 10px;
		-ms-flex-preferred-size: 50%;
					 flex-basis: 50%;
	}
	#bloc_services .bloc:nth-child(odd) { padding-left: 0; }
	#bloc_services .bloc:nth-child(even) { padding-right: 0; }
	#bloc_services .bloc .titre { font-size: 15px; }

	/* BLOC AFFICHAGE ITEMS */
	#bloc_aff_items .bloc { -ms-flex-preferred-size: 50%; flex-basis: 50%; }
	#bloc_aff_items .titre { text-align: left; }
	#bloc_aff_items .savoir_plus { 
		display: block; 
		margin-top: 5px;
	}

}


/* TABLETTE + MOBILE : <= 800px */
@media only screen and (max-width: 800px) {

	/* BLOC OFFRE MOMENT ET CONTACT */
	#bloc_offre_contact { display: block; }
	#bloc_offre_contact > .bloc { -webkit-box-flex: 0; -ms-flex: none; flex: none; }
	#bloc_offre_contact .bloc_offre_moment { padding: 0; }
	#bloc_offre_contact .bloc_contact { padding: 15px 0 0 0; }

}


/* TABLETTE : 601px - 800px */
@media only screen and (min-width: 601px) and (max-width: 800px) {

	body { border-style: dashed; }

	.tablette { display: inherit !important; }

	/* BANDEAU */
	#haut_bandeau .bloc_gauche > *, 
	#haut_bandeau .bloc_droite > * { margin-left: 10px; }
	#haut_bandeau .panier,
	#haut_bandeau .bloc_drapeaux { margin-left: 20px; }
	#haut_bandeau .bloc_logo_fpt { top: 35px; }
	#haut_bandeau #logo_fpt { width: 260px; }
	#img_bandeau,
	#page_index #img_bandeau,
	#diapo_bandeau .lslide { height: 260px; }

	/* MENU PRINCIPAL */
	#conteneur_menu_princ { height: 45px; }
	#conteneur_menu_princ .cadre { padding: 8px 0; }
	#menu_principal li { font-size: 1.65vw; }
	#menu_principal li .lien,
	#menu_principal li.home .lien { padding: 0 1.5vw; }
	#menu_principal li img {
		height: 15px;
		padding: 3px 0;
	}

	/* DIAPORAMA */
	#diapo_bandeau .ligne_diapo { top: 65%; }
	#diapo_bandeau p { 
		font-size: 20px;
		padding: 0 20px;
		max-width: calc(100% - 100px);
	}
	#diapo_bandeau p .long { font-size: 15px; }
	#diapo_bandeau .prev, 
	#diapo_bandeau .next {
		background-size: auto 30px;
		background-position: center;
		height: 30px;
		width: 20px;
	}

	/* CONTENU */
	.titre_categorie.titre_deco,
	.titre_produit.titre_deco { margin-bottom: 15px; }

	/* BLOC AFFICHAGE ITEMS */
	#bloc_aff_items .bloc_tarif .a_partir_de { font-size: 1.85vw; }
	#bloc_aff_items .bloc_tarif .tarif { font-size: 2.8vw; }

	/* BLOC EXCURSIONS + VISITES GUIDEES */
	#bloc_exc_vis_guidees  { padding: 30px 0; }
	#bloc_exc_vis_guidees .texte { margin: 20px 0; }
	.bloc_demande_contact { margin-top: 20px; }


	/* BLOC OFFRE MOMENT ET CONTACT */
	#bloc_offre_contact {
		width: 600px;
		max-width: 100%;
		margin-left: auto;
		margin-right: auto;
	}
	#bloc_offre_contact > .bloc { -webkit-box-flex: 0; -ms-flex: none; flex: none; }
	#bloc_offre_contact .bloc_offre_moment { padding: 0; }
	#bloc_offre_contact .bloc_contact { padding: 15px 0 0 0; }

	/* BLOC MOTS CLES */
	#bloc_mots_cles,
	#bloc_mots_cles .texte p { text-align: left; }
	#bloc_mots_cles .texte {
		padding-right: 0;
		border-right: none;
	}

}


/* 601px - 750px */
@media only screen and (min-width: 601px) and (max-width: 750px) {

	#haut_bandeau .conseiller { display: none; }

}


/* PAS MOBILE : > 600px */
@media only screen and (min-width: 601px) {
	
	#bloc_aff_items .cadre {
		display: flex;
		flex-direction: column;
	}
	#bloc_aff_items .cadre > a {
		flex: auto 0 0;
	}
	#bloc_aff_items .bloc_bas {
		flex: auto 1 1;
		display: flex;
		flex-direction: column;
	}
	#bloc_aff_items .bloc_texte {
		flex: auto 1 1;
	}
	#bloc_aff_items .bloc_tarif {
		flex: auto 0 0;
	}
	
	/* MENU BAS MOBILE */
	#menu_bas_mobile { display: none; }

}


/* MOBILE : <= 600px */
@media only screen and (max-width: 600px) {

	body { border-style: dotted; }

	.mobile { display: inherit !important; }

	.bloc_page { 
		padding: 15px; 
		margin-top: 20px;
	}

	/* BANDEAU */
	#haut_bandeau {
		height: auto;
		padding: calc((30px - 20px) / 2) 0;
		text-align: center;
	}
	#haut_bandeau .bloc_gauche , 
	#haut_bandeau .bloc_droite { 
		float: none;
		display: inline-block;
		vertical-align: top;
	}
	#haut_bandeau .bloc_gauche > *,
	#haut_bandeau .bloc_droite,
	#haut_bandeau .bloc_droite > * { margin-left: 4.5vw; }
	#haut_bandeau .telephone {
		display: inline-block;
		vertical-align: middle;
		margin-left: 0;
		padding-left: 0;
		width: 20px;
		height: 20px;
		background-size: 20px auto;
	}
	#haut_bandeau .telephone span,
	#haut_bandeau .conseiller,
	#haut_bandeau .email { display: none; }
	#haut_bandeau .bloc_logo_fpt {
		top: auto; 
		bottom: -60px;
	}
	#haut_bandeau #logo_fpt { height: 60px; }
	#haut_bandeau .bloc_drapeaux {
		float: none;
		display: inline-block;
		vertical-align: top;
	}
	#img_bandeau,
	#page_index #img_bandeau { height: 200px; }
	#page_index #img_bandeau.diaporama { background-image: url('../images/fonds_bandeau/fond_mont_saint_michel.jpg'); }
	#diapo_bandeau { display: none; }

	.accroche_bandeau_mobile {
		position: absolute;
		width: 100%;
		top: 65%;
		-webkit-transform: translateY(-50%);
			-ms-transform: translateY(-50%);
				transform: translateY(-50%);
	}
	.accroche_bandeau_mobile p {
		text-align: center;
		color: #fff;
		font-weight: bold;
		font-size: 5vw;
		padding: 0 10px;
		margin: 0;
		text-transform: uppercase;
	}

	/* MENU PRINCIPAL */
	#conteneur_menu_princ { height: auto; }
	#conteneur_menu_princ .cadre { padding: 0; }
	#conteneur_menu_princ .conteneur_centre { padding: 0; }
	#aff_menu_mobile { 
		color: #fff; 
		font-size: 20px;
		font-weight: bold;
		letter-spacing: 1.5px;
		line-height: 35px;
		padding: 5px 0;
	}
	#aff_menu_mobile > * { vertical-align: middle; }
	#aff_menu_mobile img { height: 18px; }
	#menu_principal { display: none; }
	#menu_principal.visible { 
		display: inherit; 
		margin-top: 0;
	}
	#menu_principal li { float: none; }
	#menu_principal li .lien,
	#menu_principal li.home .lien { 
		padding: 10px 0; 
		background-color: var(--marron_clair);
		border-top: 1px solid #aaa;
	}
	#menu_principal li.home img { display: none; }
	#menu_principal li.home .texte { display: inherit; }
	#menu_principal li:before {
		width: 0;
		height: 0;
		border-left: none;
		-webkit-transform: initial;
			-ms-transform: initial;
				transform: initial;
	}

	/* CONTENU */
	#contenu { margin-top: 20px; }

	#fil_ariane { display: none; }

	.titre_deco { 
		font-size: 20px; 
		margin-bottom: 0;
		display: inline-block;
		vertical-align: top;
	}

	.titre_services.titre_deco { font-size: 20px; }
	.titre_page.titre_deco { font-size: 25px; }

	.titre_categorie.titre_deco,
	.titre_produit.titre_deco {
		margin-bottom: 10px;
		display: inline-block;
		vertical-align: top;
	}

	/* BLOC SERVICES */
	#bloc_services { margin-top: 20px; }
	#bloc_services .conteneur_services { 
		display: block; 
		margin: 20px 0 0 0;
	}
	#bloc_services .bloc {
		padding: 15px 0;
		-webkit-box-flex: 0;
				-ms-flex: none;
					flex: none;
	}
	#bloc_services .bloc:first-child { padding-top: 0; }
	#bloc_services .bloc:last-child { padding-bottom: 0; }
	#bloc_services .bloc .texte { display: none; }

	/* BLOC AFFICHAGE ITEMS */
	#bloc_aff_items {
		padding-left: 10px;
		padding-right: 10px;
	}
	#bloc_aff_items .titre_aff_items { margin-bottom: 20px; }
	#bloc_aff_items .liste_items { 
		display: block; 
		margin: -10px 0;
	}
	#bloc_aff_items .bloc { 
		-webkit-box-flex: 0; 
				-ms-flex: none; 
					flex: none; 
		padding: 10px 0;
		max-width: 350px;
		margin: 0 auto;
	}
	#bloc_aff_items .titre { text-align: left; }

	/* BLOC EXCURSIONS + VISITES GUIDEES */
	#bloc_exc_vis_guidees  { 
		padding: 20px 0; 
		margin-top: 25px;
	}
	#bloc_exc_vis_guidees .titre { font-size: 20px; }
	#bloc_exc_vis_guidees .texte { margin: 10px 0; }
	#page_index .bloc_demande_contact { 
		background-color: var(--marron);
		color: #fff;
		font-weight: 300;
		margin-top: 10px; 
		padding: 5px;
	}
	#page_index .bloc_demande_contact span { 
		display: block;
	}
	#page_index .bloc_demande_contact .lien { 
		margin: 0;
		padding: 0 10px;
		color: inherit;
		font-size: inherit;
		font-weight: 400;
	}

	/* BLOC OFFRE MOMENT ET CONTACT */
	#bloc_offre_contact .bloc_image { 
		-ms-flex-preferred-size: 120px; 
					 flex-basis: 120px; 
		margin-right: 15px;
		position: relative;
	}
	#bloc_offre_contact .bloc_image img { 
		width: 100%;
		position: absolute;
		top: 50%;
		-webkit-transform: translateY(-50%);
			-ms-transform: translateY(-50%);
				transform: translateY(-50%);
	}
	#bloc_offre_contact .bloc_contact { padding: 0; }
	#bloc_offre_contact .bloc_offre_moment { display: none; }

	/* BLOC MOTS CLES */
	#bloc_mots_cles .titre {
		font-size: 18px;
		font-weight: 400;
	}
	#bloc_mots_cles .texte { line-height: 20px; }
	#bloc_mots_cles .texte span { font-size: 15px; }

	/* FOOTER */
	#footer { padding: 15px 15px 75px; }
	#footer .copyright { display: block; }
	#footer .tiret { display: none; }
	
	/* MENU BAS MOBILE */
	#menu_bas_mobile {
		position: fixed;
		z-index: 15;
		bottom: 0;
		right: 0;
		max-width: 100%;
		padding: 0 5px 5px;
		overflow: hidden;
		-webkit-transition: ease-in-out bottom .5s;
		-o-transition: ease-in-out bottom .5s;
		transition: ease-in-out bottom .5s;
	}
	#menu_bas_mobile.resa_fixe { bottom: 50px; }
	#menu_bas_mobile .flex { margin: 0 -5px; }
	#menu_bas_mobile .bloc {
		flex-basis: 60px;
		padding: 0 5px;
	}
	#menu_bas_mobile .icone {
		display: block;
		max-width: 100%;
	}

}