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

.medium { font-weight: 500; }

/* BLOC HAUT PAGE */
.bloc_haut_contact .image_fond_bloc_haut { background-image: url('../../images/template_v7/contact/bandeau-nous-contacter-mobile.png'); }

.bloc_haut_type_1 .bloc_accroche { text-shadow: none; }
.bloc_haut_type_1 .bloc_accroche .titre {
	font-family: "Arial", sans-serif;
	text-transform: initial;
	font-size: 30px;
	font-weight: 600;
	letter-spacing: 0;
	line-height: 28px;
	margin: 0 0 8px;
	color: #083c6b;
}
.bloc_haut_type_1 .bloc_accroche .texte {
	font-family: "Arial", sans-serif;
	margin: 8px 0 0;
	font-size: 20px;
	line-height: 28px;
	color: #083c6b;
}
.bloc_haut_contact .whatsapp {
	display: inline-block;
    background-color: rgba(255, 255, 255, .65);
    border-radius: 10px;
    padding: 8px 8px 8px 4px;
    margin-top: 10px;
}
.bloc_haut_contact .whatsapp:hover { text-decoration: none; }
.bloc_haut_contact .whatsapp > span {
	display: block;
	font-family: "Arial", sans-serif;
	color: #083c6b;
    font-size: 18px;
    line-height: initial;
    letter-spacing: .8px;
    padding-left: 50px;
    background-image: url('../../images/template_v7/contact/pictos/icone-whatsapp.png');
    background-repeat: no-repeat;
    background-position: -5px 0px;
    background-size: auto 40px;
}

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

#contenu_contact {
	background-color: #fff;
	padding: 40px 0 20px;
}

#contenu_contact .bloc_contact .titre {
	font-family: "AppleGaramond", serif;
	color: #000;
	font-weight: 400;
	font-size: 28px;
}
#contenu_contact .bloc_contact .texte_rouge {
	font-family: "Arial", sans-serif;
	color: #e15437;
	font-size: 15px;
	line-height: initial;
}

/* BLOC LISTE SERVICES */
.bloc_liste_service {
	display: flex;
	justify-content: center;
	gap: 30px;
	flex-wrap: wrap;
}
.bloc_liste_service .bloc_service {
	display: flex;
    flex-direction: column;
}
.bloc_liste_service .bloc_service .titre { 
	text-align: left; 
	margin: 0;
}
.bloc_liste_service .bloc_service .dispo { 
	flex: auto 1 1;
	margin: 10px 0 0 0;
	line-height: 22px !important;
}
.bloc_liste_service .bloc_service ul {
	flex: 69px 0 0; /* nice */
	list-style: none;
	margin: 12px 0 0;
	padding-left: 0;
}
.bloc_liste_service .bloc_service li {
	font-family: "AppleGaramond", serif;
	color: #000;
	line-height: 18px;
	font-size: 15px;
	letter-spacing: .5px;
	background-repeat: no-repeat;
	background-size: auto 18px;
	background-position: top left;
	padding-left: 35px;
	margin-top: 8px;
}
.bloc_liste_service .bloc_service li:first-child { margin-top: 0; }
.bloc_liste_service .bloc_service li.whatsapp { background-image: url('../../images/template_v7/contact/pictos/icone-whatsapp.png'); }
.bloc_liste_service .bloc_service li.email { background-image: url('../../images/template_v7/contact/pictos/icone-mail-gris.png'); }
.bloc_liste_service .bloc_service li.telephone { background-image: url('../../images/template_v7/contact/pictos/icone-phone-gris.png'); }
.bloc_liste_service .bloc_service li.telephone a:hover { 
	color: initial;
	text-decoration: initial;
	cursor: default;
}

/* BLOC LIEN VERS FAQ */
.bloc_lien_faq {
	margin-top: 30px;
	text-align: center;
}
.bloc_lien_faq .btn_lien_faq {
	background-color: #2e5982;
	color: #fff;
	border-radius: 12px;
	font-size: 20px;
	padding: 6px 50px;
	display: inline-block;
	margin-top: 10px;
}

/* BLOC FORMULAIRE CONTACT */
.bloc_form_contact { margin-top: 30px; }
.bloc_form_contact > .titre,
.bloc_form_contact > .texte_rouge { text-align: center; }

.bloc_form_contact .align_form_contact { 
	margin-top: 20px;
	text-align: center; 
}
.bloc_form_contact form {
	display: inline-block;
	text-align: left;
}
.bloc_form_contact .champs { font-size: 0; }
.bloc_form_contact .champs > *:not(label) { font-size: 16px; }
.bloc_form_contact .champs > * { vertical-align: middle; }
.bloc_form_contact .champs,
.bloc_form_contact .g-recaptcha { padding: 8px 0; }
.bloc_form_contact .ligne { margin: 0 -5px; }
.bloc_form_contact .ligne .champs { padding: 8px 5px; }
.bloc_form_contact label { 
	font-family: "AppleGaramond", serif;
	font-size: 18px;
	letter-spacing: .5px;
	color: #000;
	font-weight: 300;
}
.bloc_form_contact label[for="remarque"] { vertical-align: top; }
.bloc_form_contact input,
.bloc_form_contact select { height: 25px; }
.bloc_form_contact input:not([type='submit']),
.bloc_form_contact select,
.bloc_form_contact textarea { -webkit-box-sizing: border-box; box-sizing: border-box; }
.bloc_form_contact textarea { 
	margin: 0; 
	height: 100px;
	max-width: 575px;
	width: 100%;
}
.bloc_form_contact .submit { margin-top: 15px; }

/* BLOC AGENCE LOUVRE */
.bloc_agence_louvre { margin-top: 30px; }
.bloc_agence_louvre > .titre { text-align: center; }
.bloc_agence_louvre .contenu_louvre { margin-top: 20px; }
.bloc_agence_louvre .conteneur_img_arrets { 
	float: none; 
	padding-left: 0;
}


/* RESPONSIVE > 800px */
@media only screen and (min-width: 801px) {

/* BLOC FORMULAIRE CONTACT */
.bloc_form_contact .ligne { 
	display: -webkit-box; 
	display: -ms-flexbox; 
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}
.bloc_form_contact .ligne .champs { -webkit-box-flex: 1; -ms-flex: auto 0 0px; flex: auto 0 0; }
.bloc_form_contact label {
	width: 150px;
	display: inline-block;
	text-align: right;
	margin-right: 5px;
}
.bloc_form_contact input:not([type='submit']),
.bloc_form_contact select { width: 230px; }
.bloc_form_contact .submit,
.bloc_form_contact .g-recaptcha { margin-left: 154px; }

}

/* RESPONSIVE > 480px */
@media only screen and (min-width: 481px) {

/* BLOC AGENCE LOUVRE */
.bloc_agence_louvre .contenu_louvre {
	display: flex;
    justify-content: center;
    gap: 30px;
    margin-top: 20px;
    align-items: center;
}
.bloc_agence_louvre iframe {
	flex: 600px 0 1;
	max-height: 350px;
}
.bloc_agence_louvre .conteneur_img_arrets { flex: 300px 0 0; }

}

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

.bloc_agence_louvre .contenu_louvre { gap: 15px; }
.bloc_agence_louvre .conteneur_img_arrets { 
	flex: auto 0 1; 
	min-width: 200px;
}

/* BLOC FORMULAIRE CONTACT */
.bloc_form_contact form {
	overflow: hidden;
	max-width: 100%;
}
.bloc_form_contact .g-recaptcha {
	position: relative;
	left: 8vw;
	-webkit-transform: scale(.8);
	    -ms-transform: scale(.8);
	        transform: scale(.8);
	-webkit-transform-origin: 0 0;
	    -ms-transform-origin: 0 0;
	        transform-origin: 0 0;
}
.bloc_form_contact .champs { text-align: center; }
.bloc_form_contact label { 
	width: 100px;
	display: inline-block;
	text-align: right;
	margin-right: 5px;
}
.bloc_form_contact label[for="remarque"] {
	margin-right: 0;
	width: auto;
	margin-bottom: 3px;
}
.bloc_form_contact .submit { 
	text-align: center; 
	margin-top: 0;
}
.bloc_form_contact input:not([type='submit']),
.bloc_form_contact select { width: 230px; }

}

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

body { border-style: dotted; }

/* CONTENU */
#contenu_contact { padding: 25px 0 15px; }

/* BLOC HAUT PAGE */
.bloc_haut_type_1 .bloc_accroche .texte { font-weight: normal; }

/* BLOC LISTE SERVICES */
.bloc_liste_service .bloc_service { min-width: 250px; }

/* BLOC FORMULAIRE CONTACT */
.bloc_form_contact label { 
	display: block;
	margin-right: 0;
	margin-bottom: 3px;
	width: auto;
	text-align: center;
}

}