body {
	border-style: solid;
	border-width: 0;
}

.medium { font-weight: 500; }

.indent { text-indent: 65px; }
.first_letter::first-letter { font-size: 125%; }

/* BANDEAU */
.bandeau_qsn {
	height: 272px;
	background-image: url('../images/template_v7/qui_sommes_nous/bandeau-seine.jpg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

/* FIL ARIANE */
.fil_ariane {
	padding: 15px 0 10px;
	margin: 0;
}

/* CONTENU */
#conteneur_global { 
	color: #323338;
	width: 100%; 
	padding: 0;
	margin: 0;
}
#conteneur_global .align_center {
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 10px;
}

#contenu_qsn p,
#contenu_qsn li { 
	font-size: 16px;
    line-height: 25px;
	font-weight: 300;
}

.bloc_fond_rempli { background-color: #fff; }

.bloc_qsn_3 { padding: 50px 0; }

/* ENTETE */
.entete_qsn { text-align: center; }
.entete_qsn .titre {
    text-transform: uppercase;
    font-size: 55px;
	line-height: 55px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 4px;
	margin: 0;
}
.entete_qsn hr {
    width: 150px;
    height: 0;
    border-top: 1px solid #000;
    margin: 15px auto 20px;
}
.entete_qsn .accroche { 
	margin: 20px 0; 
	letter-spacing: 1px;
}

/* BLOC PRESENTATION */
.bloc_presentation_qsn {
	max-width: 1100px;
	margin: 0 auto;
}
.bloc_presentation_qsn .image {
	float: left;
	max-height: 320px;
	padding: 0 60px;
}
.bloc_presentation_qsn .bloc_texte { padding: 50px 0 0; }
#contenu_qsn .bloc_presentation_qsn .bloc_texte p {
    font-family: "AppleGaramond", serif;
	font-style: italic;
    font-size: 18px;
	margin: 20px 0 0;
	text-align: justify;
	letter-spacing: .2px;
}
#contenu_qsn .bloc_presentation_qsn .bloc_texte p:first-child { margin-top: 0; }
.bloc_presentation_qsn .france,
.bloc_presentation_qsn .tourisme {
    font-family: "Eras", sans-serif;
    font-weight: bold;
}
.bloc_presentation_qsn .france { color: #dc2205; }
.bloc_presentation_qsn .tourisme { color: #204183; }
.bloc_presentation_qsn hr {
    max-width: 610px;
    height: 0;
    border-top: 1px solid #000;
}

/* BLOC CITATION */
.bloc_citation_qsn { 
	max-width: 960px;
    color: #083d6a;
	padding: 30px 0 40px;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
.bloc_citation_qsn > .cadre { 
    padding: 6px 45px 0;
    background-image: url('../images/template_v7/qui_sommes_nous/pictos/quote-gauche.png'), url('../images/template_v7/qui_sommes_nous/pictos/quote-droite.png');
    background-repeat: no-repeat;
    background-position: top left, bottom 15px right;
}
#contenu_qsn .bloc_citation_qsn p,
#contenu_qsn .bloc_citation_qsn li {
    font-family: "AppleGaramond", serif;
    font-style: italic;
    font-size: 23px;
    text-align: justify;
    font-weight: normal;
	line-height: 30px;
}
.bloc_citation_qsn p { margin: 10px 0; }
.bloc_citation_qsn ul {
	list-style: none;
	padding-left: 30px;
	margin: 10px 0;
}
.bloc_citation_qsn .separateur {
	display: inline-block;
	vertical-align: middle;
	width: 30px;
	height: 0;
    border-top: 1px solid #083d6a;
	margin-left: 10px;
}

/* BLOC PROFESSIONNEL */
.bloc_professionnel_qsn { padding: 30px 0; }
.bloc_professionnel_qsn > .titre {
    font-size: 31px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 1px;
    margin: 0 0 30px;
	text-align: center;
}
.bloc_professionnel_qsn .bloc_texte p { 
	margin: 30px 0 0; 
	letter-spacing: 1px;
}
.bloc_professionnel_qsn .bloc_texte p:first-child { margin-top: 0; }

.bloc_agences_qsn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	   -ms-flex-pack: center;
	 justify-content: center;
	margin-top: 25px;
}
.bloc_agences_qsn > .bloc { padding: 0 50px; }
.bloc_agences_qsn > .bloc > .cadre {
	margin: 0;
    padding: 0;
    list-style: none;
    padding-left: 35px;
    background-image: url('../images/template_v7/commun/pictos/icone-home-gris.png');
    background-repeat: no-repeat;
    background-position: top 6px left;
    background-size: 18px auto;
}
.bloc_agences_qsn .titre,
#contenu_qsn .bloc_agences_qsn li {
	font-family: "AppleGaramond", serif;
    font-style: italic;
    font-weight: 400;
}
.bloc_agences_qsn .titre {
	font-size: 22px;
	line-height: 30px;
	text-align: left;
	margin: 0;
}
#contenu_qsn .bloc_agences_qsn li {
	font-size: 18px;
	line-height: 25px;
	color: #515152;
}

/* BLOC CONSEILLER */
.bloc_conseiller_qsn { 
	display: -webkit-box; 
	display: -ms-flexbox; 
	display: flex;
	-webkit-box-align: center;
	   -ms-flex-align: center;
	      align-items: center;
}
.bloc_conseiller_qsn .bloc_texte { 
	-webkit-box-flex: 1; 
			-ms-flex: 1; 
				flex: 1; 
	padding-right: 40px;
}
.bloc_conseiller_qsn .bloc_texte p {
	margin: 20px 0 0;
	letter-spacing: .5px;
	text-align: justify;
}
.bloc_conseiller_qsn .bloc_texte p:first-child { margin-top: 0; }
.bloc_conseiller_qsn .bloc_diaporama {
	width: 100%;
	max-width: 470px;
}
.bloc_conseiller_qsn .bloc_diaporama li { position: relative; }
.bloc_conseiller_qsn .bloc_diaporama li img {
	display: block;
	max-width: 100%;
}
.bloc_conseiller_qsn .bloc_diaporama li .lib_agence {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	text-align: center;
	font-family: "AppleGaramond", serif;
    font-style: italic;
    font-weight: 400;
	font-size: 22px;
	line-height: 26px;
	color: #083d6a;
	margin: 0;
	padding: 10px 0;
	background-color: rgba(255, 255, 255, .7);
}
.bloc_conseiller_qsn .bloc_diaporama .lSAction > a {
    width: 30px;
    height: 46px;
    top: auto;
    bottom: 0;
	margin-top: 0;
}
.bloc_conseiller_qsn .bloc_diaporama .lSAction .lSPrev {
	background-image: url('../images/template_v7/commun/fleche_diapo_gauche_bleu.png');
	left: 5px;
}
.bloc_conseiller_qsn .bloc_diaporama .lSAction .lSNext {
	background-image: url('../images/template_v7/commun/fleche_diapo_droite_bleu.png');
	right: 5px;
}

/* BLOC DONNEES FT */
.bloc_donnees_FT_qsn { margin-top: 30px; }
.bloc_donnees_FT_qsn .flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    -webkit-box-pack: center;
       -ms-flex-pack: center;
     justify-content: center;
}
.bloc_donnees_FT_qsn .bloc { padding: 0 50px; }
.bloc_donnees_FT_qsn .image {
    display: block;
    margin: 0 auto;
    width: 100%;
    max-width: 70px;
}
.bloc_donnees_FT_qsn .agences .image {
    max-width: 60px;
	padding: 5px;
}
.bloc_donnees_FT_qsn .titre {
    font-family: "AppleGaramond", serif;
    font-style: italic;
    font-weight: 400;
	font-size: 22px;
	margin: 20px 0 0;
}
.bloc_donnees_FT_qsn .titre big {
	font-weight: 500;
	font-size: 115%;
}

/* BLOC LISTE FT */
.bloc_liste_FT_qsn { margin-top: 50px; }
.bloc_liste_FT_qsn .bloc_FT_qsn { margin-top: 40px; }
.bloc_liste_FT_qsn .bloc_FT_qsn:first-child { margin-top: 0; }
.bloc_liste_FT_qsn .bloc_FT_qsn .titre {
    position: relative;
	font-family: "AppleGaramond", serif;
    font-weight: 400;
    color: #083d6a;
    text-transform: uppercase;
    font-size: 25px;
    line-height: 25px;
    padding: 10px 0 10px 60px;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 45px auto;
}
.bloc_liste_FT_qsn .bloc_FT_qsn.vision .titre { background-image: url('../images/template_v7/qui_sommes_nous/pictos/icone-notre-vision.png'); }
.bloc_liste_FT_qsn .bloc_FT_qsn.engagements .titre { background-image: url('../images/template_v7/qui_sommes_nous/pictos/icone-nos-engagements.png'); }
.bloc_liste_FT_qsn .bloc_FT_qsn.futur .titre { background-image: url('../images/template_v7/qui_sommes_nous/pictos/icone-vers-le-futur.png'); }
.bloc_liste_FT_qsn .bloc_FT_qsn .titre hr {
    position: absolute;
    left: 280px;
    top: 50%;
    width: 200px;
    height: 0;
    border-top: 1px solid #083d69;
}
.bloc_liste_FT_qsn .bloc_FT_qsn .bloc_texte { margin-left: 280px; }
.bloc_liste_FT_qsn .bloc_FT_qsn .bloc_texte p { 
	text-align: justify; 
	margin: 20px 0 0;
}
.bloc_liste_FT_qsn .bloc_FT_qsn .bloc_texte p:first-child { margin-top: 0; }
.bloc_liste_FT_qsn .bloc_FT_qsn .bloc_texte p .france-tourisme { white-space: nowrap; }

/* BLOC DIAPORAMA MEILLEURES VENTES */
#bloc_diapo_MV {
    background-color: transparent;
    margin-top: 0;
}
#bloc_diapo_MV .diaporama_suggestions .bloc_diapo_sugg .bloc_bas { background-color: #fff; }