/*
NOT MOBILE-FIRST:
@media (max-width: 991px) { }
@media (max-width: 767px) { }
@media (max-width: 479px) { }
@media (max-width: 413px) { }
@media (max-width: 374px) { }
*/


/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 *
 * Detailed information about this CSS: h5bp.com/css
 *
 * ==|== normalize ==========================================================
 */


/* =============================================================================
   HTML5 display definitions
   ========================================================================== */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }


/* =============================================================================
   Base
   ========================================================================== */

/*
 * 1. Correct text resizing oddly in IE6/7 when body font-size is set using em units
 * 2. Prevent iOS text size adjust on device orientation change, without disabling user zoom: h5bp.com/g
 */

html { font-size: 100%; }

html, button, input, select, textarea { font-family: sans-serif; color: #222; }

body { margin: 0; font-size: 1em; line-height: 1.4; }

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate
 * Also: hot pink! (or customize the background color to match your design)
 */

::selection { background: #777; color: #fff; text-shadow: none; }


/* =============================================================================
   Links
   ========================================================================== */

a,
a span { color: #065baa; text-decoration: underline; transition:all 0.2s ease;}
a:hover { color: #063662; }
a:focus { outline: thin dotted; }

/* Remove dotted lines (outline) on Firefox */
a:active {outline: none;}
:-moz-any-link:focus {outline: none;}

/* Improve readability when focused and hovered in all browsers: h5bp.com/h */
a:hover, a:active { outline: 0; }

/* Enlever la transition sur le lien du logo */
.top_barre_logo a,
.btn_1,
.btn_2,
.btn_3,
.btn_4,
.btn_googlemap {transition:none !important;}



/* =============================================================================
   Typography
   ========================================================================== */

abbr[title] { border-bottom: 1px dotted; }

b, strong { font-weight: bold; }

blockquote { margin: 1em 40px; }

dfn { font-style: italic; }

hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }

ins { background: #ff9; color: #000; text-decoration: none; }

mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }

/* Redeclare monospace font family: h5bp.com/j */
pre, code, kbd, samp { font-family: monospace, serif; _font-family: 'courier new', monospace; font-size: 1em; }

/* Improve readability of pre-formatted text in all browsers */
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }

q { quotes: none; }
q:before, q:after { content: ""; content: none; }

small { font-size: 85%; }

/* Position subscript and superscript content without affecting line-height: h5bp.com/k */
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }


/* =============================================================================
   Lists
   ========================================================================== */

ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }


/* =============================================================================
   Embedded content
   ========================================================================== */

/*
 * 1. Improve image quality when scaled in IE7: h5bp.com/d
 * 2. Remove the gap between images and borders on image containers: h5bp.com/i/440
 */

img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }

/*
 * Correct overflow not hidden in IE9
 */

svg:not(:root) { overflow: hidden; }


/* =============================================================================
   Figures
   ========================================================================== */

figure { margin: 0; }


/* =============================================================================
   Forms
   ========================================================================== */

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }

/* Indicate that 'label' will shift focus to the associated form element */
label { cursor: pointer; }

/*
 * 1. Correct color not inheriting in IE6/7/8/9
 * 2. Correct alignment displayed oddly in IE6/7
 */

legend { border: 0; *margin-left: -7px; padding: 0; white-space: normal; }

/*
 * 1. Correct font-size not inheriting in all browsers
 * 2. Remove margins in FF3/4 S5 Chrome
 * 3. Define consistent vertical alignment display in all browsers
 */

button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }
button {font-family:'Open Sans', Arial, Helvetica, sans-serif; font-weight: 400; font-size:14px; }

/*
 * 1. Define line-height as normal to match FF3/4 (set using !important in the UA stylesheet)
 */

button, input { line-height: normal; }

/*
 * 1. Display hand cursor for clickable form elements
 * 2. Allow styling of clickable form elements in iOS
 * 3. Correct inner spacing displayed oddly in IE7 (doesn't effect IE6)
 */

button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; *overflow: visible; }

/*
 * Re-set default cursor for disabled elements
 */

button[disabled], input[disabled] { cursor: default; }

/*
 * Consistent box sizing and appearance
 */

input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; *width: 13px; *height: 13px; }
input[type="search"] { -webkit-appearance: textfield; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button { -webkit-appearance: none; }

/*
 * Remove inner padding and border in FF3/4: h5bp.com/l
 */

button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }

/*
 * 1. Remove default vertical scrollbar in IE6/7/8/9
 * 2. Allow only vertical resizing
 */

textarea { overflow: auto; vertical-align: top; resize: vertical; }

/* Colors for form validity */
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }


/* =============================================================================
   Tables
   ========================================================================== */

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }


/* =============================================================================
   Chrome Frame Prompt
   ========================================================================== */

.chromeframe { margin: 0.2em 0; background: #ccc; color: black; padding: 0.2em 0; }


/* ==|== primary styles =====================================================
   Author: Francis Boudreau
   ========================================================================== */
/* Reset .................................................................... */
body, p, ul, li, ol, h1, h2, h3, h4, table, tr, td {margin:0; padding:0;}
a img {border:0;}


/* Tags de base ...................................................................... */
html { }

	/* L'image du pattern est appliqué partout dans le fond du site */
	body {font-family:'Open Sans', Arial, Helvetica, sans-serif; font-weight: 400; font-size:14px; color:#303030; background:#f1f1f1 url(../../img/bg_pattern.gif) repeat 0 0;}


/* h1, h2, etc. ....................................................................... */
/* Titre qu'on retrouve dans le haut de chaque page */
h1 {margin-bottom: 10px; margin-top:0; line-height:27px; font-size:18px; font-weight:normal;}
.h1_restrict_width {max-width: 470px;}

/* Titre bleu qu'on retrouve un peu partout */
h2 {color: #065baa; font-size: 20px; line-height:20px; font-weight: bold; margin: 35px 0 10px; text-transform: uppercase;}
	h2 span {font-size:13px; text-transform:none; line-height:10px;}
	h2 span.btn_on_right {font-size:20px; text-transform:uppercase; float:left; margin-right:15px; padding-top:2px; line-height:20px;}
	h2.first {margin-top:0;}

/* Mini titre : on mets seulement le texte en gras */
h3 {font-size: 14px; line-height: 21px; font-weight: 700; margin-bottom:0;}
	h3.add_margin {margin-bottom:10px; margin-top:30px;}


	/* Media queries */
	@media (max-width: 991px) {
		/* Titre bleu qu'on retrouve un peu partout */
		h2 span {display: inline-block;}
	}

	@media (max-width: 767px) {
		/* Titre bleu qu'on retrouve un peu partout */
		h2 span.btn_on_right {margin-bottom: 5px;}
	}


/* Header ........................................................................... */
/* Image qui rotate (avec couleur de fond pour pleine largeur) */
.top {height: 445px; position:relative; z-index:10; background:#282828; overflow:hidden;}
.top_page {height:285px;}

/* Banner avec images rotatives */
.banner { }
.banner img {position:absolute; left:50%; margin-left:-537px; top:50%; margin-top:-223px;}

/* Bordure gradient de chaque côté de l'image */
.top_png_over {background: url(../../img/bg_over_image.png) repeat-y 50% 0;padding-top:1px;height: 445px;position:relative;z-index:10;}

/* Largeur du site */
.top_width {width:980px; margin:0 auto; position:relative; z-index:10;}

	/* Barre bleu dans le fond du menu */
	.top_barre {background: url(../../img/bg_menu.png) no-repeat 50% 18px;height:127px;width:980px;position: relative;}

	/* Numéro de téléphone dans le haut */
	.top_barre_telephone {
		width: 400px;
		width: auto;
		position: absolute;
		top: -10px;
		right: 22px;
		padding-top: 10px;
		border-bottom-left-radius: 10px;
		border-bottom-right-radius: 10px;
		background-image: linear-gradient( -86deg, rgba(0,0,0,0.10196) 0%, rgba(0,0,0,0.34902) 100%);
		box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.58);
	}
	.top_barre_telephone p {color:#fff;font-size:12px;padding: 9px 26px;text-align:right;/* opacity:0.85; */letter-spacing:1px;}
	.top_barre_bullet {margin: 0 8px;opacity: 0.5;}
	.top_barre_portail_client {color: #fff;text-transform: uppercase;text-decoration: none;font-weight: bold;opacity: 0.7;}
	.top_barre_portail_client:hover {opacity:1; color:#fff;}

	/* Logo : Float left pour laisser de la place au menu à droite */
	.top_barre_logo {float:left; width:290px;}
	.top_barre_logo a {width: 227px;height: 100px;background: url(../../img/logo-physio-tech.svg) no-repeat 0 0;background-size: 197px 100px;overflow: hidden;display: block;margin-left: 70px;margin-top: 20px;}
/* 	.top_barre_logo a:hover {background-position: 0 -124px;} */

	/* Trigger */
	.topbar__trigger {color: #fff;margin: 0;padding: 0;line-height: 1;background: transparent;border: none;cursor: pointer;display: block;font-size: 2.5em;margin-right: 10px;margin-top: 30px;float: right;display: none;}
	.hamburger { }
	.hamburger:hover {cursor: pointer;}
	.hamburger__line {width: 45px; height: 5px; background-color: #fff; display: block; margin: 7px auto; transition: all 0.3s ease-in-out;}
	.topbar__trigger.on .hamburger__line:nth-child(2) {opacity: 0;}
	.topbar__trigger.on .hamburger__line:nth-child(1) {transform:translateY(12px) rotate(45deg);}
	.topbar__trigger.on .hamburger__line:nth-child(3) {transform:translateY(-12px) rotate(-45deg);}


	/* Menu du haut : la classe est un ul */
	.top_barre_menu {float: right;font-size: 14px;line-height: 14px;text-transform: uppercase;margin-right: 26px;margin-top: 62px; *width:591px;}
		.top_barre_menu li {float: left;position: relative;list-style: none;margin-left: 4px;}

		.top_barre_menu a {color:#fff; text-decoration:none; padding:9px 15px; background:none; font-weight:700; border:0 solid #065baa; letter-spacing:0.05em; letter-spacing:0\9;}
		.top_barre_menu .home-link { }
		.top_barre_menu a:hover,
		.top_barre_menu a.selected {
			color: #fff;
			background:#0f4a88;
			border-bottom:1px solid #429bd9;
			border-top:1px solid #083a79;
			border-radius: 10px;
			box-shadow: inset 0 0 8px #072e68;
		}


	/* Box pour la bannière :
		Largeur 626px. Padding left 30px, right 40px, donc width 556px */
	.top_box_wrap {overflow: hidden;width: 100%;height: 317px;}
	.top_page .top_box_wrap {height: 157px;}
	.top_box {background:url(../../img/bg_box.png) no-repeat 0 0; padding:20px 25px 0 30px; width:571px; height:250px; margin-top:103px; margin-left:20px; position:relative; z-index:10;}
	.top_box_page {margin-top:30px;}
		.top_box h1,
		.top_box h2 {font-family:'Allura', Georgia, "Times New Roman", Times, cursive; font-size:47px; line-height:40px; color:#fff; text-shadow:2px 2px 2px #065BAA; text-transform:none; margin-top:8px; margin-bottom:11px; font-weight:400;}
		.top_box p.text {color:#c6c6c6; font-size:13px; line-height:19px; float:left; width:315px;}
		.top_box p.action_btn {float:right; margin-top:25px;}

	/* Bordure bleu */
	.bordure_bleu {border-bottom:3px solid #065baa; position:relative; z-index:11;}

	/*
	ALT :
	Titre sur 3 lignes dans une page standard. */
	.top_page--higher {height:323px;}
	.top_page--higher .top_box_wrap {height: 198px; }


	/* Media queries */
	@media (max-width: 991px) {
		/* Largeur du site */
		.top_width {width: 765px;}

			/* Barre bleu dans le fond du menu */
			.top_barre {width: 100%;background: url(../../img/bg_menu_tablet.png) no-repeat 50% 18px;}

			/* Numéro de téléphone dans le haut */
			.top_barre_telephone {right: 9px;}

			/* Logo : Float left pour laisser de la place au menu à droite */
			.top_barre_logo {width: 275px;}
			.top_barre_logo a {margin-left: 60px;}

			/* Menu du haut : la classe est un ul */
			.top_barre_menu {margin-right: 19px;}
				.top_barre_menu li {margin-left: 2px;}

				.top_barre_menu a {letter-spacing: 0;padding: 9px 12px;}
				.top_barre_menu .home-link {display: none;}
	}

	@media (max-width: 767px) {
		/* Image qui rotate (avec couleur de fond pour pleine largeur) */
		.top {overflow: visible; z-index: 12;}
		.top_page,
		.top_page--higher {height: 285px;}

		/* Banner avec images rotatives */
		.banner {overflow: hidden;height: 445px;position: absolute;z-index: 0;width: 100%;}
		.top_page .banner {height: 285px;}
		.banner img {margin-left: 0;margin-top: 0 !important;transform: translate(-60%, -50%);}

		/* Bordure gradient de chaque côté de l'image */
		.top_png_over {background: none;}
		.top_page .top_png_over {height: 284px;}

		/* Largeur du site */
		.top_width {width: 100%;position: static;}

			/* Barre bleu dans le fond du menu */
			.top_barre {background: none;}

			/* Numéro de téléphone dans le haut */
			.top_barre_telephone {position: static;border-radius: 0;padding-top: 1px;}
			.top_barre_telephone p {text-align: center;padding-left: 5px;padding-right: 5px;}

			/* Logo : Float left pour laisser de la place au menu à droite */
			.top_barre_logo {float: none;width: auto;background: rgba(6, 91, 170, 0.8);padding: 0 2%;overflow: hidden;}
			.top_barre_logo a {margin-top: 0;margin-left: 10px;float: left;}

			/* Trigger */
			.topbar__trigger {display: block;}

			/* Menu du haut : la classe est un ul */
			.top_barre_menu {float: none;margin: 0;position: relative;z-index: 15;position: absolute;width: 100%;display: none;}
				.top_barre_menu li {float: none;display: block;margin: 0;}

				.top_barre_menu a {display: block;background: #065baa;padding: 1.2em 2em;font-size: 18px;line-height: 1;border: 0;}
				.top_barre_menu .home-link {display: block;}
				.top_barre_menu a:hover,
				.top_barre_menu a.selected {border-radius: 0;border: 0;}

			/* Box pour la bannière :
				Largeur 626px. Padding left 30px, right 40px, donc width 556px */
			.top_box_wrap,
			.top_page .top_box_wrap {overflow: visible;height: auto;}
			.top_box {width: 100%;box-sizing: border-box;background: rgba(0,0,0,0.5);margin: 0;margin-top: 0 !important;position: absolute;bottom: 0;height: 310px;display: flex;align-items: center;}
			.top_box_page {height: 149px;padding-top: 18px;padding-bottom: 5px;}
				.top_box h1,
				.top_box h2 {font-size: 8vw;line-height: 0.9;}
				.top_box p.text {font-size: 3.9vw;line-height: 1.5;width: auto;float: none;}
				.top_box p.action_btn {margin-top: 20px !important;margin-bottom: 15px;float: none;}
		
		/* Titre plus long dans une page standard */
		.top_page--higher .top_box_page h1 {font-size: 7.5vw; }
	}

	@media (max-width: 413px) {
		/* Image qui rotate (avec couleur de fond pour pleine largeur) */
		.top {height: 345px;}
		.top_page,
		.top_page--higher {height: 210px;}

		/* Banner avec images rotatives */
		.banner {height: 345px;}
		.top_page .banner {height: 210px;}

		/* Bordure gradient de chaque côté de l'image */
		.top_png_over {height: 345px;}
		.top_page .top_png_over {height: 209px;}

			/* Barre bleu dans le fond du menu */
			.top_barre {height: 110px;}

			/* Logo : Float left pour laisser de la place au menu à droite */
			.top_barre_logo a {background-size: 150px 75px;height: 75px;width: 170px;}

			/* Trigger */
			.hamburger {margin-top: 16px;}

			/* Box pour la bannière :
				Largeur 626px. Padding left 30px, right 40px, donc width 556px */
			.top_box {height: 235px;}
			.top_box_page {height: 99px;}
		
		/* Titre plus long dans une page standard */
		.top_page--higher .top_box_page h1 {font-size: 6.5vw; }
	}

	@media (max-width: 374px) {
		/* Menu du haut : la classe est un ul */
		.top_barre_menu a {font-size: 15px;}
	}


/* Container de la page, colonnes ................................................... */
.page {padding-top: 17px; padding-bottom:30px; margin:0 auto; width:940px; overflow:hidden; position:relative; z-index:11; background:#f1f1f1 url(../../img/bg_pattern.gif) repeat 0 0;}

	.col_wrapper {margin:0 30px;}

	.col_left_style_1 {width: 570px; float: left; margin-right: 24px; margin-top:15px;}
	.col_right_style_1 {width: 285px; float:left; border-left:1px solid #c8c8c8;}

		/* Box dans la colonne de droite */
		.box_1 {margin-left:26px; font-size:13px; line-height:15px; margin-bottom:45px; margin-top:20px;}
		.box_1 h2 {margin-top:10px;}

		/* Box radio */
		.box_radio {margin-left:26px; font-size:13px; line-height:15px; margin-bottom:45px; margin-top:20px;}
		.box_radio h2 {margin-top:10px;}
		.box_radio figure {width: 100%;max-width: 5em;float: right;margin: 0.7em 0 1em 1em;}
		.box_radio img {width: auto; max-width: 100%;}

		/* Liste pour radio */
		.page .list_radio { }
		.page .list_radio li {background: url(../../img/icon_fleche.png) no-repeat 0 14px;border-bottom:1px solid #bbb;margin: 0;}
		.page .list_radio li:first-child {border-top:1px solid #bbb;}
		.page .list_radio li a {display: block;text-decoration: none;line-height: 1.3;color: #303030;padding: 0.6em 0;font-weight: bold;}
		.page .list_radio li a .date {display:block;color: #808080;font-size: 12px;text-transform: uppercase;text-decoration: none;font-weight: normal;}
		.page .list_radio li a:hover {color:#065baa;}

		.box_2 {padding:15px 14px 1px 26px; font-size:13px; line-height:15px; background:#e1e1e1; margin-bottom:60px; margin-top:25px;
			border-top-right-radius: 10px;
			border-bottom-right-radius: 10px;
		}
		.box_2_contact { }

		/* 2 cols items content (accueil) */
		.b2IC {display: flex; gap: 5%; margin-top: 35px; }
		.b2IC__m {flex:0 0 auto; width: 40%; margin: 15px 0; }
		.b2IC__s {flex:0 0 auto; width: 1px; background-color: #c8c8c8; }
		.b2IC__f {flex:1 1 auto; margin: 15px 0 0 0; }
		.b2IC h3 {margin-bottom: 11px; }

			/* Stacked */
			@media (max-width:500px) {
				.b2IC {display: block; }
				.b2IC__m {width: 100%; }
				.b2IC__s {width: 100%; height: 1px; }
			}


	/* Media queries */
	@media (max-width: 991px) {
		.col_left_style_1 {width: 420px;}
		.col_right_style_1 { width: 220px; }

		/* Box dans la colonne de droite */
		.box_2 {padding-right: 26px;}
	}

	@media (max-width: 767px) {
		.col_wrapper {margin: 0;}

		.col_left_style_1 {float: none;width: 100%;margin-right: 0;}
		.col_right_style_1 {width: 100%;float: none;border: 0;border-top: 1px solid #c8c8c8;margin-top: 50px;padding-top: 10px;}

			/* Box dans la colonne de droite */
			.box_1 {margin-left: 0;width: 100%;max-width: 290px;box-sizing: border-box;}
			.box_radio {margin-left: 0;width: 100%;max-width: 290px;box-sizing: border-box;}

			.box_2 {max-width: 280px;width: 100%;box-sizing: border-box;border-radius: 10px;padding-right: 25px;margin-bottom: 20px;}
			.box_2_contact {max-width: none;}
	}


/* Footer .......................................................................... */
/* Contient le pattern qui se répète */
.footer {border-top:3px solid #065baa; background:#525252 url(../../img/bg_footer_pattern.gif) repeat; color:#ababab;}

/* Contient l'image du dégradé dans le haut */
.footer_degrade {background:url(../../img/bg_footer_degrade.gif) repeat-x 0 0; padding-top:30px;}

/* Largeur du footer */
.footer_width {margin:0 auto; width:880px;}

	/* Styles généraux des tags du footer */
	.footer h2 {color:#fff; margin-bottom:20px;}
	.footer p {margin-bottom:10px;}
	.footer a {color:#74a1ca;}
	.footer a:hover {color:#fff;}

	/* Menu (boutons) du footer */
	.footer_menu {list-style:none;}
	.footer_menu li { }
	.footer_menu li a {background:#393939; border:1px solid #3c4d5d; text-decoration:none; padding:7px 20px; color:#d4d4d4; display:inline-block; margin-bottom:4px; border-radius: 10px; }
	.footer_menu li a .date {display:block;color: #ababab;font-size: 12px;text-transform: uppercase;text-decoration: none;}

		/* Hover */
		.footer_menu li a:hover,
		.footer_menu li a.selected {background-color:#262626;}

		/* Modifs pour le menu avec PDF */
		.footer_menu_formulaire li a {background:#393939 url(../../img/icon_pdf_small.png) no-repeat 13px 7px; padding-left:43px;}

		/* Infolettres */
		.footer_menu.infolettres {margin-bottom:20px;}
		.footer_menu.infolettres li a {background: none; border: none; border-bottom: 1px solid #333; padding: 10px 0; display: block; margin-bottom: 0; color: #fff; border-radius: 0;}
		.footer_menu.infolettres li.first a {border-top:1px solid #333;}
		.footer_menu.infolettres li a:hover,
		.footer_menu.infolettres li a:hover span {color:#74a1ca;}
		.under-infolettres a {color:#fff;}

	/* Colonnes du footer */
	.footer_col_01 {float:left; width:261px; margin-right:50px;}
	.footer_col_02 {float:left; width:260px; margin-right:50px;}
	.footer_col_03 {float:left; width:250px; margin-right:0;} /* 250 pour être certain que ça break pas sur l'autre ligne */

	/* Pour le bouton Google Map à droite */
	.footer_text_left {float:left; width:140px;}
	.footer_btn_right {float:right;}

	/* Bas du footer */
	.footer_bottom {background:#333 url(../../img/bg_footer_bottom.gif) repeat-x 0 0; color:#777; font-size:12px; line-height:13px; height:41px;}
	.footer_bottom a {color:#3370a8; text-decoration:none;}
	.footer_bottom a:hover {color:#fff;}

		/* Left with copy and links, right with conception par */
		.fBottom {display: flex; padding-top: 15px; }
		.fBottom__cLeft {flex:1 1 auto;width: 100%;display: flex;gap: 0 1.5em;flex-wrap: wrap;}
		.fBottom__cRight {flex: 0 0 auto;width: 18em;text-align: right;}
		.fBottom__copy { }
		.fBottom__link { }


	/* Media queries */
	@media (max-width: 991px) {
		/* Largeur du footer */
		.footer_width {width: 700px;}

			/* Colonnes du footer */
			.footer_col_01 {width: 30%;margin-right: 5%;}
			.footer_col_02 {width: 30%;margin-right: 5%;}
			.footer_col_03 {width: 30%;}

			/* Bas du footer */
			.footer_bottom {background: #333;border-top: 1px solid #232323;height: auto;position: relative;}
			.footer_bottom:before {content: " "; position: absolute; z-index: 0; top: 0; left: 0; right: 0; border-top: 1px solid #424242;}

			/* Pour le bouton Google Map à droite */
			.footer_btn_right {float: none;}

			/* Conception par under everything */
			.fBottom {display: block;padding-bottom: 7px;}
			.fBottom__cRight {width: auto;text-align: left;margin-top: 0.5em;}
	}

	@media (max-width: 767px) {
		/* Contient l'image du dégradé dans le haut */
		.footer_degrade {padding-top: 50px;}

		/* Largeur du footer */
		.footer_width {width: 90%;margin: 0 5%;}

			/* Colonnes du footer */
			.footer_col_01 {width: 100%;margin-right: 0;margin-bottom: 50px;float: none;}
			.footer_col_02 {width: 100%;margin-right: 0;margin-bottom: 50px;float: none;}
			.footer_col_03 {width: 100%;margin-right: 0;margin-bottom: 20px;float: none;}
	}



/* Styles du contenu des pages ..................................................... */
.page {color: #303030; font-size: 14px; line-height: 23px; font-weight: 400;}

.page p {margin-bottom: 15px;}
.page ul {margin-bottom: 15px; list-style: none;}
.page ul li {background:url(../../img/icon_fleche.png) no-repeat 0 9px; padding-left:18px; margin-bottom:10px; overflow:hidden; line-height: 23px;}
.page ol {margin-bottom: 15px;}
.page ol li {margin-bottom:10px; line-height: 23px;}


/* jQuery Accordion styling (pas vraiment un accordion, juste un slide up/down du texte */
.accordion_style {border-bottom:1px solid #bbb;}
	.accordion_style h2 {margin:0;}
	.accordion_style h2 a {text-decoration:none;display:block;background:url(../../img/icon_fleche.png) no-repeat 13px 22px;padding-left:31px;padding-top:15px;padding-bottom:15px;overflow:hidden;position: relative; outline:none;}
	.accordion_style h2 a:hover {background-color:#ddd;}
	.accordion_style h2 a span.details {font-size:10px; text-transform:uppercase; padding-left:5px; color:#aaa; font-weight:normal;text-decoration: none;}
	.accordion_style h2 a span.plus {font-size: 30px;color:#aaa;font-weight: bold;text-decoration: none;position: absolute;top: 50%;right: 10px;width: 16px;opacity: 0.2;}
	.accordion_style h2 a span.plus img {width:100%;height:auto;transition: opacity 0.3s ease-out;position: absolute;top: 50%;transform: translateY(-50%);}
	.accordion_style h2 a span.plus img.icon-plus {opacity: 1;}
	.accordion_style h2 a span.plus img.icon-moins {opacity: 0;}
	.accordion_style h2 a span.plus.on img.icon-plus {opacity: 0;}
	.accordion_style h2 a span.plus.on img.icon-moins {opacity: 1;}
	.accordion_style div {padding-left:31px; padding-bottom:20px;}


	/* Media queries */
	@media (max-width: 991px) {
		.page {width: 725px;}
	}

	@media (max-width: 767px) {
		.page {width: 90%;margin-left: 5%;margin-right: 5%;}
	}

	@media (max-width: 479px) {
		.accordion_style h2 a span.details {display: block;padding-left: 0;padding-top: 5px;}
	}


/* Page contact (blocs) ...................................................... */
.contact_petits_blocs {float:left;height:130px;margin-top:15px;margin-bottom:20px;width:30%;box-sizing: border-box;}
.contact_petits_blocs.adresse {width: 23%;}
.contact_petits_blocs.telephone {width: 30%;}
.contact_petits_blocs.heures {width: 37%;}
.contact_ligne_gauche {border-left:1px solid #bbb;margin-left: 5%;padding-left: 5%;}
.contact_petits_blocs p { }


	/* Media queries */
	@media (max-width: 991px) {
		.contact_petits_blocs.adresse {width: 45%;}
		.contact_petits_blocs.telephone {width: 45%;}
		.contact_petits_blocs.heures {border-left: 0;margin-left: 0;padding-left: 0;width: 100%;height: auto;margin-top: 10px;}
		.contact_ligne_gauche {margin-left: 5%;padding-left: 8%;}
	}

	@media (max-width: 413px) {
		.contact_petits_blocs.adresse {width: 100%;height: auto;margin-bottom: 0;}
		.contact_petits_blocs.telephone {width: 100%;border-left: 0;margin-left: 0;padding-left: 0;height: auto;margin-bottom: 0;margin-top: 8px;}
		.contact_petits_blocs.heures {margin-top: 8px;}
	}


/* Blogue ................................................................... */
.iArticle {display: grid; grid-template-columns: 32% 1fr; grid-template-rows: auto 1fr; gap: 0 2em; }
.iArticle__img {grid-column: 1 / 2;grid-row: 1 / 3; }
.iArticle__title {grid-column: 2 / 3;grid-row: 1 / 2;margin-top: 0; }
.iArticle__apercu {grid-column: 2 / 3;grid-row: 2 / 3;color: #303030;line-height: 1.2; }

.iArticle + .iArticle {margin-top: 2em; }
.iArticle p:last-child {margin-bottom: 0; }
.iArticle__img img {display: block; max-width: 100%; }

.articleImg {float: right; width: 38%; margin: 0 0 2em 2em; }
.articleImg img {display: block; max-width: 100%; }

	/* Link */
	a.iArticle {text-decoration: none; transition: opacity 0.3s;}
	a.iArticle:hover {opacity: 0.7;}
	
	/* Stacked */
	@media (max-width: 767px) {
		.iArticle {display: block; }
		.iArticle__title {margin-top: 1em; }

		.articleImg {float: none;width: 100%; margin: 0 0 2em 0; }
	}


/* Page contact (Google Map) ............................................ */
.google_map iframe {border:2px solid #ccc; margin-top:10px;}
.google_map a { }
.google_map a:color { }


	/* Media queries */
	@media (max-width: 991px) {
		.google_map iframe {width: 100%;box-sizing: border-box;}
	}


/* Contact Form ............................................................. */
.contactform {margin-bottom:20px;}
	.contactform p {margin-bottom:10px;}
	.contactform label {line-height: 20px; font-weight: bold;}
	.contactform label.error {cursor: auto; color: #c40000; white-space: nowrap;}

	.form-input {width:212px; font-family: 'Open Sans', Arial, Helvetica, sans-serif; font-size:13px; padding:7px 8px; border:1px solid #999; color: #303030; margin-right: 0;
		background:#e5e5e5; /* Old browsers */
		background: linear-gradient(to bottom,  #e5e5e5 0%,#ffffff 100%); /* W3C */
		border-radius: 5px;
	}
	.form-textarea {width:210px; font-family: 'Open Sans', Arial, Helvetica, sans-serif; font-size:13px; padding:8px 9px; border:1px solid #999; color: #303030; height: 113px; min-height: 113px;
		background:#e5e5e5; /* Old browsers */
		background: linear-gradient(to bottom,  #e5e5e5 0%,#ffffff 100%); /* W3C */
		border-radius: 5px;
	}

	.form-input:focus,
	.form-textarea:focus {border:1px solid #065baa;}

	/* N'est pas utilisé dans ce site, on prend plutôt un style de bouton comme btn_1 */
	.form-button {border:1px solid #444; color: #fff; font-family: 'Open Sans', Arial, Helvetica, sans-serif; font-size: 14px; font-weight: 700; padding: 8px 25px;
		background: rgb(222,155,0); /* Old browsers */
		background: linear-gradient(to bottom,  rgba(222,155,0,1) 0%,rgba(206,108,0,1) 100%); /* W3C */
		border-radius: 5px;
	}
	.form-button:hover {color:#000; background: #fff;}

	input.error, textarea.error { border: 1px solid #c40000; }
	.errorContainer {margin: 1em 0;}


	/* Extension du formulaire de base : celui-ci est pour la consultation gratuite */
	.contactform_consultation {margin-top:30px;}
		.contactform_consultation p {clear:both; overflow:hidden;}
		.contactform_consultation label {display:block; width:220px; text-align:right; padding-right:10px; float:left; margin-top:5px;}
		.contactform_consultation label.error,
		.contactform_consultation span.error {color: #C40000;font-weight:bold;cursor: auto;display: inline;float: none;padding-left: 10px;text-align: left;/* white-space: nowrap; */width: auto;margin-left:220px;}

		.contactform_consultation .form-input {width:282px;}
		.contactform_consultation .form-textarea {width:280px;}

		.contactform_consultation .form-input-smaller {width: 130px;box-sizing: border-box;}

	/* Google reCAPTCHA */
	.contactform__captcha {opacity: 0.5;font-size: 0.85em; line-height: 1.4; margin-top: 3em; }
	.grecaptcha-badge {visibility: hidden; }


	/* Bouton checkbox (radio) */
	#id_wrapper .cb-enable,
	#id_wrapper .cb-disable,
	#id_wrapper .cb-enable span,
	#id_wrapper .cb-disable span { background: url(../../img/switch.gif) repeat-x; display: block; float: left; margin:0; padding:0; text-align:left; width:auto; }
	#id_wrapper .cb-enable span,
	#id_wrapper .cb-disable span { line-height: 45px; display: block; background-repeat: no-repeat; font-weight: bold;  color:#aaa;}
	#id_wrapper .cb-enable span { background-position: left -135px; padding: 0 10px; }
	#id_wrapper .cb-disable span { background-position: right -270px;padding: 0 10px;}
	#id_wrapper .cb-disable.selected { background-position: 0 -45px; }
	#id_wrapper .cb-disable.selected span { background-position: right -315px; color: #fff; }
	#id_wrapper .cb-enable.selected { background-position: 0 -90px; }
	#id_wrapper .cb-enable.selected span { background-position: left -225px; color: #fff; }
	#id_wrapper .switch label { cursor: pointer; }
	#id_wrapper .switch input { display: none; }


	/* Media queries */
	@media (max-width: 991px) {
		.contactform label.error {white-space: normal;line-height: 1;margin-top: 5px;display: inline-block;}

		.form-input {width: 100%;box-sizing: border-box;}
		.form-textarea {width: 100%;box-sizing: border-box;}
	}

	/*  Form de consultation avec label en haut du input.
		Ce layout est utile quand l'espace est restreint. */
	@media (min-width:768px) and (max-width: 991px), (max-width: 600px) {
		/* Extension du formulaire de base : celui-ci est pour la consultation gratuite */
		.contactform_consultation { }
			.contactform_consultation p { }
			.contactform_consultation p.add_margin_left {margin-left: 0;}
			.contactform_consultation label {width: auto;text-align: left;padding-right: 0;float: none;margin-bottom: 5px;}
			.contactform_consultation label.error,
			.contactform_consultation span.error {margin-left: 0;padding-left: 0;}

			.contactform_consultation .form-input {width: 100%;box-sizing: border-box;}
			.contactform_consultation .form-textarea {width: 100%;box-sizing: border-box;}

			.contactform_consultation .form-input-smaller {width: 130px;}
	}

	@media (max-width: 767px) {
		.form-input {font-size: 16px;}
		.form-textarea {font-size: 16px; }
	}


/* Boutons .................................................................. */
.btn_1 {background:url(../../img/btn_1.png) no-repeat 0 0; width:159px; height:48px; display:block; overflow:hidden; font-size:17px; line-height:18px; color:#fff; font-weight:700; text-transform:uppercase; text-shadow:0 2px 1px #444444; text-decoration:none; text-align:right; padding:7px 48px 0 0; border:0;}
	.btn_1:hover {background-position:0 -60px; color:#fff;}
	.btn_1:active {background-position:0 -120px;}

.btn_2 {background:url(../../img/btn_2.png) no-repeat 0 0; width:197px; height:30px; display:block; overflow:hidden; font-size:13px; line-height:26px; color:#fff; font-weight:300; text-decoration:none; text-align:center; text-transform:none;}
	.btn_2:hover {background-position:0 -40px; color:#fff;}
	.btn_2:active {background-position:0 -80px;}

.btn_3 {background:url(../../img/btn_3.png) no-repeat 0 0; width:146px; height:30px; display:block; overflow:hidden; font-size:13px; line-height:26px; color:#fff; font-weight:300; text-decoration:none; text-align:center; text-transform:none;}
	.btn_3:hover {background-position:0 -40px; color:#fff;}
	.btn_3:active {background-position:0 -80px;}

.btn_4 {background:url(../../img/btn_4.png) no-repeat 0 0; width:188px; height:48px; display:block; overflow:hidden; font-size:17px; line-height:17px; color:#f0f0f0; font-weight:700; text-transform:uppercase; text-shadow:0 2px 1px #656667; text-decoration:none; text-align:left; padding:8px 0 0 19px;}
	.btn_4:hover {background-position:0 -60px; color:#f0f0f0;  text-shadow:0 2px 1px #323234;}
	.btn_4:active {background-position:0 -120px;}
	.btn_4 img {margin-right:13px; float:left;}
	.btn_4 span {color:#d9d9da; font-size:11px; line-height:15px; text-transform:none; font-weight:300; display:block;text-decoration: none;}

.btn_googlemap {background: url('../../img/btn_google_map.png') no-repeat scroll 0 0 transparent; color: #D4D4D4 !important; display: block; font-size: 12px; height: 41px; line-height: 13px; overflow: hidden; padding-left: 57px; padding-top: 14px; text-align: left; text-decoration: none; width: 55px;}
	.btn_googlemap:hover {background-position:0 -60px; color:#fff;}
	.btn_googlemap:active {background-position:0 -120px;}

/* Bouton plus moderne créé en 2024 (pour la cookie bar) */
.btn_modern {background: hsl(209deg 93% 35%);color: #fff;display: inline-block;font-size: 14px;font-weight: 700;line-height: 1;padding: 0.7em 1.2em;text-align: center;text-decoration: none;text-transform: uppercase;border: 1px solid hsl(209 93% 15% / 1);transition: background-color 0.3s;}
.btn_modern:hover {background: hsl(209 93% 15% / 1);}

	/*
	ALT :
	Gris. */
	.btn_modern--gray {background: hsl(240 0% 65% / 1);border-color: hsl(240 0% 45% / 1);}
	.btn_modern--gray:hover {background: hsl(240 0% 40% / 1);}


	/* Media queries */
	@media (max-width: 991px) {
		/* Smaller on tablet */
		.btn_1_smaller_tablet {background-size: 100%;width: 155px;height: 41px;font-size: 13px;line-height: 1;padding-top: 6px;padding-right: 36px;box-sizing: border-box;}
		.btn_1_smaller_tablet:hover {background-position: 0 -45px;}
		.btn_1_smaller_tablet:active {background-position: 0 -90px;}

		/* Smaller on tablet */
		.btn_4_smaller_tablet {background-size: 100%;width: 155px;height: 41px;font-size: 13px;line-height: 1;padding-top: 6px;padding-left: 13px;box-sizing: border-box;}
		.btn_4_smaller_tablet:hover {background-position: 0 -45px;}
		.btn_4_smaller_tablet:active {background-position: 0 -90px;}
		.btn_4_smaller_tablet img {width: 21px;height: auto;margin-right: 10px;}
		.btn_4_smaller_tablet span {font-size: 10px;line-height: 1.2;}
	}

	@media (max-width: 413px) {
		.btn_1 {background-size: 100%;width: 155px;height: 41px;font-size: 13px;line-height: 1;padding-top: 6px;padding-right: 36px;box-sizing: border-box;}
			.btn_1:hover {background-position: 0 -45px;}
			.btn_1:active {background-position: 0 -90px;}
	}


/* Cookie bar ............................................................... */
.iCookieBar {--gap: 1em;background: #e1e1e1;position: fixed;z-index: 15;bottom: var(--gap);left: var(--gap);box-sizing: border-box;width: calc(100vw - (2 * var(--gap)));max-width: 27em;padding: 1.4em;transition: opacity 0.3s, visibility 0.3s;}
.iCookieBar__ctn { }
.iCookieBar__ctn p {font-size: 0.9em;line-height: 1.2;}
.iCookieBar__buttons {margin-top: 1em;}
.iCookieBar__button {font-size: 13px;padding: 0.7em 2em;}
.iCookieBar__button--deny { }

.iCookieBar--hide {opacity: 0; visibility: hidden; }

	@media (max-width: 767px) {
		.iCookieBar {--gap: 0px;padding: 5%;max-width: none;width: calc(100vw - (2 * var(--gap)) - 3.3em);}
	}


/* Classes "accent" et "attenuer" .............................................. */
.accent {font-weight: 700;}
.accent_2 {font-weight: 700; text-transform: uppercase;}
.accent_3 {color:#fff; font-weight:700;}

.attenuer_1 {font-size:13px; line-height:15px; color:#777;}
.attenuer_2 {font-size:13px; line-height:15px;}



/* Autre classes ................................................................ */
.clear {clear:both; display:block; overflow:hidden; visibility:hidden; width:0; height:0;}
.hide {display:none;}
.hide_text {text-indent: 100%; white-space: nowrap; overflow: hidden;}

.br {display: none;}
.br-desktop-only {display: block;}
.br-mobile { }

.weird-margin-1 {margin-left: 25px;}

.msg_warning {color: #C40000; font-weight:bold;}
.msg_confirm {color:#66a736; font-weight:bold; font-size:1.3em; line-height:1.4;}

.width_470 {width:470px;}
.max_width_470 {max-width:470px;}
.espacement_haut_1 {margin-top: 16px;}
.align_right {text-align: right;}
.add_margin_left {margin-left:230px;}


	/* Media queries */
	@media (max-width: 991px) {
		.br-desktop-only {display: none;}
		.weird-margin-1 {margin-left: 0;}
	}

	@media (max-width: 767px) {
		.br-mobile {display: block;}
	}





/* ==|== media queries ======================================================
   EXAMPLE Media Query for Responsive Design.
   This example overrides the primary ('mobile first') styles
   Modify as content requires.
   ========================================================================== */

@media all and (max-width: 990px) {

}

/* ==|== non-semantic helper classes ========================================
   Please define your styles before this section.
   ========================================================================== */

/* For image replacement */
.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; *line-height: 0; }
.ir br { display: none; }

/* Hide from both screenreaders and browsers: h5bp.com/u */
.hidden { display: none !important; visibility: hidden; }

/* Hide only visually, but have it available for screenreaders: h5bp.com/v */
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }

/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: h5bp.com/p */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }

/* Hide visually and from screenreaders, but maintain layout */
.invisible { visibility: hidden; }

/* Contain floats: h5bp.com/q */
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }



/* ==|== print styles =======================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
  * { background: transparent !important; color: black !important; box-shadow:none !important; text-shadow: none !important; filter:none !important; } /* Black prints faster: h5bp.com/s */
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* h5bp.com/t */
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}
