/* style-fonts.css 		-> polices de caractères 								*/
/* style-colors.css 	-> couleurs de base										*/ 
/* style-sociaux.css	-> réseaux sociaux sous forme de police de caractères	*/
/* style-responsive.css	-> css pour adaptation médias							*/

/* -------------------------------------------- */
/* BASES CSS - Ne pas modifier cette section :] */
/* -------------------------------------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {margin: 0;padding: 0;border: 0;font-size: 100%;font: inherit;vertical-align: baseline;}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block;}
body {background:#fff; color:#1d1d1d; font-family:'Lato',arial,sans-serif; font-weight: 400; font-size:16px;text-align:left;}
ol, ul {list-style:none; padding-left: 30px;}
em {font-style:italic;}
strong {font-weight: 700;}
html,body {height:100%; width:100%; margin:0; padding:0;}
/* Masquer cadres liens Firefox */
a {outline: none; color:#e6007e; text-decoration:none; transition:color 0.2s ease-out 0s;}
a:hover {color:#fff;}
:focus {-moz-outline-style: none;outline-style: none;}

::-moz-selection {color:#FFF; background:#e6007e;}
::selection {color:#FFF; background:#e6007e;} 

.flex {display: flex; flex-wrap: wrap;}

/* Preloader */
	#preloader {display: none; position: fixed; top: 0; left: 0; right: 0; bottom: 0; background-color: rgba(0,0,0,0.5); z-index: 999999;}
	.canvas {position: absolute; margin: auto; top: 50%; left: 50%; text-indent: -9999px; -webkit-transform: translate(-50%,-50%); text-indent: -9999px;-ms-transform: translate(-50%,-50%); transform: translate(-50%,-50%);}
	.preloader {border: 8px solid #f3f3f3; border-radius: 50%; border-top: 8px solid #ff4081; width: 50px; height: 50px; -webkit-animation: spin 2s linear infinite; animation: spin 2s linear infinite;}
	/* Safari */
	@-webkit-keyframes spin {
	  0% { -webkit-transform: rotate(0deg); }
	  100% { -webkit-transform: rotate(360deg); }
	}
	@keyframes spin {
	  0% { transform: rotate(0deg); }
	  100% { transform: rotate(360deg); }
	}

/* Standard grid */
	/* Définitions */
	.row {margin-left: auto;margin-right: auto;padding-bottom: 80px; margin-top: 15px;}/*margin-bottom: 20px;*/
	.row:after {content: "";display: table;clear: both;}
	.row .col {float: left;-webkit-box-sizing: border-box;box-sizing: border-box; padding:0 0.75rem;min-height: 1px;}
	.row .col[class*="left-"], .row .col[class*="right-"] {position: relative;}

	/* Dimensions */
	.row .col.c1 {width: 8.3333333333%;margin-left: auto;left: auto;right: auto;} 	/* c1 = 8.3%   */
	.row .col.c2 {width: 16.6666666667%;margin-left: auto;left: auto;right: auto;} 	/* c2 = 16.6%  */
	.row .col.c3 {width: 25%;margin-left: auto;left: auto;right: auto;} 			/* c3 = 25%    */
	.row .col.c4 {width: 33.3333333333%;margin-left: auto;left: auto;right: auto;} 	/* c4 = 33.33% */
	.row .col.c5 {width: 41.6666666667%;margin-left: auto;left: auto;right: auto;} 	/* c5 = 41.6%  */
	.row .col.c6 {width: 50%;margin-left: auto;left: auto;right: auto;} 			/* c6 = 50%    */
	.row .col.c7 {width: 58.3333333333%;margin-left: auto;left: auto;right: auto;} 	/* c7 = 58.3%  */
	.row .col.c8 {width: 66.6666666667%;margin-left: auto;left: auto;right: auto;} 	/* c8 = 66.6%  */
	.row .col.c9 {width: 75%;margin-left: auto;left: auto;right: auto;} 			/* c9 = 75%    */
	.row .col.c10 {width: 83.3333333333%;margin-left: auto;left: auto;right: auto;} /* c10= 83%    */
	.row .col.c11 {width: 91.6666666667%;margin-left: auto;left: auto;right: auto;} /* c11=91.6%   */
	.row .col.c12 {width: 100%;margin-left: auto;left: auto;right: auto;} 			/* c12=100%    */

	.row .col.c20 {width: 20%;margin-left: auto;left: auto;right: auto;} 			/* c20=20%     */

	/* Positionnements */
	.row .col.offset-c1 {margin-left: 8.3333333333%;}
	.row .col.right-c1 {right: 8.3333333333%;}
	.row .col.left-c1 {left: 8.3333333333%;}
	.row .col.offset-c2 {margin-left: 16.6666666667%;}
	.row .col.right-c2 {right: 16.6666666667%;}
	.row .col.left-c2 {left: 16.6666666667%;}
	.row .col.offset-c3 {margin-left: 25%;}
	.row .col.right-c3 {right: 25%;}
	.row .col.left-c3 {left: 25%;}
	.row .col.offset-c4 {margin-left: 33.3333333333%;}
	.row .col.right-c4 {right: 33.3333333333%;}
	.row .col.left-c4 {left: 33.3333333333%;}
	.row .col.offset-c5 {margin-left: 41.6666666667%;}
	.row .col.right-c5 {right: 41.6666666667%;}
	.row .col.left-c5 {left: 41.6666666667%;}
	.row .col.offset-c6 {margin-left: 50%;}
	.row .col.right-c6 {right: 50%;}
	.row .col.left-c6 {left: 50%;}
	.row .col.offset-c7 {margin-left: 58.3333333333%;}
	.row .col.right-c7 {right: 58.3333333333%;}
	.row .col.left-c7 {left: 58.3333333333%;}
	.row .col.offset-c8 {margin-left: 66.6666666667%;}
	.row .col.right-c8 {right: 66.6666666667%;}
	.row .col.left-c8 {left: 66.6666666667%;}
	.row .col.offset-c9 {margin-left: 75%;}
	.row .col.right-c9 {right: 75%;}
	.row .col.left-c9 {left: 75%;}
	.row .col.offset-c10 {margin-left: 83.3333333333%;}
	.row .col.right-c10 {right: 83.3333333333%;}
	.row .col.left-c10 {left: 83.3333333333%;}
	.row .col.offset-c11 {margin-left: 91.6666666667%;}
	.row .col.right-c11 {right: 91.6666666667%;}
	.row .col.left-c11 {left: 91.6666666667%;}
	.row .col.offset-c12 {margin-left: 100%;}
	.row .col.right-c12 {right: 100%;}
	.row .col.left-c12 {left: 100%;}	
/* Mise en page */
	article, section {width:100%; margin:0 auto;}
	section {z-index:10; display:block; position:relative; top:0; left:0; height: auto; width:100%;} /*max-height:100%; height:initial*/
	.t_center,.t-center {text-align: center;}
	.t_left {text-align: left;}
	.t_right {text-align: right;}
	.f_left {float: left;}
	.f_right {float: right;}
	.clear_both {clear:both;}
	.mleft_auto {margin-left: auto;}
	.mright_auto {margin-right: auto;}
/* -------------------------------------------- */
/* Fin BASES CSS								*/
/* Ok pour modifications :] 					*/
/* -------------------------------------------- */

::-moz-selection {color:#FFF; background:#e6007e;}
::selection {color:#FFF; background:#e6007e;} 

/* Bandeau slider */
#box_home {z-index:1;position:relative;top:0px; width:100%; max-height: 100%; height:100%;margin:0 auto 0 auto;font-family:'Lato',arial,sans-serif;font-size:15px;color:#3d3d3d;text-align:center; }
#box_home .titre_home {font-family:Tahoma,Geneva,Verdana,sans-serif;font-weight: 700;font-size:48px;text-align: center;color:#FFF;text-transform:uppercase;padding-top: 150px;padding-bottom: 30px;margin:2% 0 0 0;}
#box_home p {width:100%; font-size: 20px;}
#overlay-home {width: 100%;height: 100%;position: fixed; z-index: 100; background-color: rgba(0,0,0,0.5); left:-100%;}
.fullbg .owl--text {height:100%;width: 100%;margin: 0 auto;color: #FFF;text-align: center;font-family: 'Lato',arial,sans-serif;font-size: 17px;font-weight: 400;position: absolute;bottom: 0%;display: flex;align-items: center;justify-content: center;flex-direction: column;}
.fullbg.stdpage .owl--text {width: 100%;margin: 0 auto;color: #FFF;text-align: center;font-family: 'Lato',arial,sans-serif;font-size: 17px;font-weight: 400;position: absolute;bottom: 0%;display: flex;align-items: center;justify-content: center;flex-direction: column;background-color:rgb(67 214 221 / 75%);}
.owl--text .titre_header {width:100%; min-width: 500px; color:#fff; margin-top:0; text-align: center; font-family: 'Lato',arial,sans-serif; text-transform: initial; font-size: 120px; line-height: 120px;font-weight: 700; display: inline-block;}
.owl--text .titre_header span {color: #cf0222;}
.owl--text .txt_header {font-size: 18px; text-align: center; font-family: 'Lato',arial,sans-serif; font-weight: 400;  display:block; width:40%; margin: 25px auto 30px auto;color:#000}
.owl--text .chapo_header {font-size: 35px;color: #000;text-align: center; font-family: 'Lato',arial,sans-serif; font-weight: 400; display: block;margin: 0 0 -10px 0;}

.owl--text .titre_header_reg {width:100%;min-width:500px;color:#fff;margin-top:0;text-align:center;font-family:'Lato',arial,sans-serif;text-transform:none;font-size:70px;font-weight:700;letter-spacing:.01em;display:inline-block;}
.owl--text .titre_header_reg span {color: #cf0222;}
.owl--text .chapo_header_reg {font-size: 20px; text-transform:uppercase; color:#cf0222; text-align: center; font-family: 'Lato',arial,sans-serif; font-weight: 400; display: block; margin-bottom: 5px;}
#breadcrumb, #breadcrumb a {color:#fff}
#breadcrumb a:hover {color:#e6007e}

/* Header */
#header_top {opacity: 1;visibility: visible; padding: 0 0; box-sizing:border-box; top:0; position:fixed; min-height:90px; width:100%; z-index:1000; -webkit-transition: opacity .15s linear; -moz-transition: opacity .2s linear; -o-transition: opacity .2s linear; -ms-transition: opacity .2s linear; transition: opacity .2s linear;transition: all 0.5s;}
#header_top.scrollUp {background-color:#fff;border-bottom:solid 1px #e7e7e7}
#logo {height:auto; z-index:1000; display: inline-block;padding: 0 0}
#logo a {display: block;}
#logo img {width:auto; max-width: 100%; vertical-align: middle;}

/* Top Header */
#bande_coords {display:none;width:100%;height:40px;line-height:40px;box-sizing:border-box;padding:0 60px;background-color:#e6007e;color:#fff;}
#bande_coords p {width: 100%;max-width:100%;margin: 0 auto;}
#bande_coords .top_info {margin-right:45px;color:#d7d7d5;font-family: 'Lato',arial,sans-serif; font-size:15px; font-weight: 300;}
#bande_coords .top_info img {vertical-align: middle; margin-right: 10px;}
#bande_coords .top_info a span.mail_no_sp, #bande_coords .top_info a {color:#d7d7d5;font-family: 'Lato',arial,sans-serif; font-size:15px; font-weight: 300;}
a {color:#1d1d1d;font-family: 'Lato',arial,sans-serif;  font-weight: 400;}
#bande_coords .top_info a:hover span.mail_no_sp, a:hover {color:#434444;}
#bande_coords .sel_soci {float: right;}
#bande_coords .sel_soci a {font-size: 16px;color: #fff;background-color: transparent;margin: 0 .25rem;padding: 0.25rem;font-weight: 500;}
#bande_coords .sel_soci a:hover, #bande_coords .top_info a:hover {color:#cf0222;}
#bande_coords .sel_lng {float: right; font-style: italic;}
#bande_coords .sel_lng a:hover, #bande_coords .sel_lng a.selection {color:#e6007e;}
#info_ste {display: flex;flex-direction: row;height: 100%;justify-content: flex-end;}
.info_ste {position:relative;display: flex;flex-direction: column;justify-content: center;line-height:initial;text-align:left;color:#434444;font-family: 'Lato',arial,sans-serif; font-size:14px; font-weight: 500; background-image: url(grafx/pin_header.png); background-position: left center; background-repeat: no-repeat; padding-left: 50px;margin: 0 3rem;}
.info_ste strong {color:#1d1d1d;font-family: 'Lato',arial,sans-serif; font-size:14px; font-weight: 700; display: block;}

/* Navigation Pal */
#burger {display:none; position:fixed; top:7%; right:2%; cursor:pointer; z-index:65535;}
#navigation {font-family: 'Lato',arial,sans-serif; font-weight: 600; font-size: 15px;	margin:0 0;padding:0 30px; box-sizing: border-box;max-width: 100%;width:100%;height:90px;line-height: 90px;vertical-align: middle;text-align:left;z-index:2;display:inline-block}
.nav,.nav ul {list-style:none;margin:0;padding:0;}
#navigation .row.navig {padding-bottom:0; margin:0 auto; max-width:100%; display: block; height: 100%;}
.nav {height:90px; line-height: initial;display:block; width:auto;text-align: left; margin:0 0; float: right;}
.nav ul {height:0;left:0;position:absolute;display: none;}
.nav li.links.langues {border-bottom: 61px solid #000;border-left: 15px solid transparent;height: 0;width: auto;float: right;color:#000;}
.nav li.links.langues a {color: #e6007e;font-family: 'Lato',arial,sans-serif; font-weight: 500; font-size: 12px;}
.nav li.links.langues:hover {color:#000;}
.nav li {
	list-style-type:none;
	display: inline-block;
	position:relative;
	font-family: 'Lato',arial,sans-serif; font-weight: 600; font-size: 14px;
	color:#e6007e;
	letter-spacing:initial;
}
.nav li a {
	-moz-transition:0.2s;-o-transition:0.2s;-webkit-transition:0.2s;transition:0.2s;
	font-family: 'Lato',arial,sans-serif; font-weight: 600; font-size: 14px;
	text-transform: uppercase;
	color:#000;
	letter-spacing:normal;
	display:block;
	line-height:90px;
	padding:0 20px;
	margin:0 0;
	text-decoration:none;	
	cursor:pointer;
}
.nav li:last-child a {padding:0 15px 0 35px;color:#fff;background:url(grafx/ico-burger.png) no-repeat 10px 0 #e40079;line-height:40px;border-radius:3px;border:solid 1px #e40079}
.nav li:hover:last-child a {background-position-y:-40px}


.nav li:hover > a,#header_top.scrollUp .nav li:hover > a {
	font-family: 'Lato',arial,sans-serif; font-weight: 600; font-size: 14px;
	color:#e6007e;
	background-color:transparent;
	letter-spacing:normal;
	-moz-transition-duration:0.05s;-o-transition-duration:0.05s;-webkit-transition-duration:0.05s;transition-duration:0.05s;
	-moz-transition-delay:0s;-o-transition-delay:0s;-webkit-transition-delay:0s;transition-delay:0s;
}
.links.selection > a {
	font-family: 'Lato',arial,sans-serif; font-weight: 600; font-size: 14px;
	color:#e6007e;
	background-color:transparent;
	letter-spacing:normal;
	-moz-transition-duration:0.05s;-o-transition-duration:0.05s;-webkit-transition-duration:0.05s;transition-duration:0.05s;
	-moz-transition-delay:0s;-o-transition-delay:0s;-webkit-transition-delay:0s;transition-delay:0s;
}
.nav li:hover ul.subs {
	height:auto;
	min-width:130px;
	line-height: initial;
	display: block;
}
.nav li ul.subs li ul.subss {
	transition: all .25s;
	z-index: -1;
	display: inline;
    overflow: visible;
    -ms-transform: translateX(-100%);transform: translateX(-100%);
    opacity: 0;
    left:100%;
    top: 0;
    position: absolute;
}
.nav li ul.subs li ul.subss a {font-size: 15px; border-left:1px solid #a1a1a1;}
.nav li ul.subs li:hover ul.subss {display: inline;-ms-transform: translateX(0%);transform: translateX(0%);opacity: 1}
.nav ul li {
	-moz-transition:0.5s;-o-transition:0.5s;-webkit-transition:0.5s;transition:0.5s;
	opacity:0;	
	width:100%;
}
.nav li ul li {
	margin:0;
	-moz-transition-delay:0s;-o-transition-delay:0s;-webkit-transition-delay:0s;transition-delay:0s;
}
.nav li:hover ul li {opacity:1;}
.nav ul li a {
	margin:0 0;
	padding:0 40px 0 30px;
	background:#FFF;
	border-bottom:1px solid #a1a1a1;
	color:#000;
	line-height:1px;
	-moz-transition:0.35s;-o-transition:0.35s;-webkit-transition:0.35s;transition:0.35s;
	white-space:nowrap;
}
.nav li:hover ul li a {
	line-height:45px; margin:0 0; background-color: #fff;
}
.nav ul li a:hover {
	color:#cf0222;
	background-color:#3b8aca;
	border-bottom:1px solid #a1a1a1;
}
.slogan_header {display: flex;margin-bottom: 60px;flex-direction: row;align-content: center;justify-content: flex-start;flex-wrap: wrap;align-items: stretch;width: 100%;}
.slogan_header .flex-one {flex:1;padding: 3em 5em;background-image: url(grafx/bg_bandes_65.png);background-repeat: no-repeat;background-position: 0 100%;background-size: 65px;}
.slogan_header .flex-one p {color:#fff}
/* Navigation secondaire */
#left_nav a, #left_nav a:visited {background-color: #f8f8f8; display:block; width:90%; padding:0 5%; height:65px; line-height: 65px; text-align: right; text-transform:uppercase; font-family: 'Lato',arial,sans-serif; font-size: 14px; font-weight: 600; color:#555555; margin-bottom: 10px;}

/* Corps de texte */
#content {width:100%; padding:0 0 0 0; margin:0 0 0 0; color:#1d1d1d; font-family:'Lato',arial,sans-serif; font-weight: 400; font-size:17px;}/* line-height: 22px;*/
#content.home {padding:0 0 0 0;}
.fullbg {margin:0;padding:0;text-align:center; max-height: 800px; height:100%;background-color: #fff;box-sizing: border-box;}
.fullbg.stdpage {max-height:395px;margin-bottom:100px}
[class^="col c"] img, [class*="col c"] img {max-width: 100%; width:initial;}
.row.no_padding_bottom {padding-bottom: 0;}
.row.no_margin_top {margin-top: 0;}
.row.padding_tb_5 {padding:5rem 0}
.row .col.padding_bottom_txt {padding-bottom: 3%;}
.texte {font-size:20px;font-weight:300;color:#1d1d1d; line-height: 1.50rem; width:100%; max-width: 1300px; margin-left:auto;margin-right:auto;padding-left:15px;padding-right:15px;box-sizing:border-box}
.texte.marge {margin-top:50px;}
.col.padding-4 {padding: 4rem;}
.titre.padding-4 {padding-top: 4rem;}
.quotes::before,.quotes::after{content:'';width:100%;height:34px;display:block;background:url(grafx/quotes.png) no-repeat 0 0;}
.quotes::after{background-position:100% -34px}
.padding-top-4 {padding-top:4rem} .padding-bottom-4 {padding-bottom:4rem}
.padding-left-4 {padding-left:4rem} .padding-right-4 {padding-right:4rem}

.titre, h2.titre, h3.titre,div.titre {line-height:50px;text-transform:none; font-family: 'Lato',arial,sans-serif; font-size: 25px; font-weight:500; letter-spacing: normal; color:#202020;  padding-bottom: 15px;text-align:left;}
.titre span, h2.titre span, h3.titre span,div.titre span {line-height: normal;letter-spacing:.3rem;font-weight:500; font-family: 'Lato',arial,sans-serif;font-size: 18px;color:#cf0222;display:block;margin-bottom:5px}
.titre strong, h2.titre strong, h3.titre strong,div.titre strong {font-weight: 800;}
.titre.t_left, h2.titre.t_left, h3.titre.t_left, div.titre.t_left {text-align: left; display: table;}
.titre.t_right, h2.titre.t_right, h3.titre.t_right, div.titre.t_right {text-align: right;}
.titre.t_center, h2.titre.t_center, h3.titre.t_center, div.titre.t_center {text-align: center;}
.titre.blanc {color: #fff;}
.titre::after{content:'';width:40px;height:2px;background-color:#e40079;display:block}

.intro {text-align: left; font-family: 'Lato',arial,sans-serif; font-size:18px; font-weight: 600; line-height:initial; padding-bottom:20px;display: block;}
.row .col.txt_boxed {padding-right: 5%; padding-left: 5%;}
.forma {margin-bottom: 10px; font-size:18px; display: block;}

/* Menu left */
#menu_left {margin-top: 0px; padding-right: 0px; padding-left: 0px;}
#menu_left li {background:#f7f7f7;display:flex;align-items: center; list-style:none; padding:0 0 0 0; border-bottom:solid 1px #eee; margin:0 0 0 0;line-height:30px;}
#menu_left li a,#menu_left li a:visited {font-family: 'Lato',arial,sans-serif; text-transform: uppercase; font-style:italic; font-size:16px; font-weight:600; color:#434244; width: 100%;}
#menu_left li a:hover,#menu_left li.selection a {color:#e6007e;}
#menu_left li.ln_rub {background-repeat: no-repeat; background-size: cover; background-position: center;line-height:110px;height:110px;}
#menu_left li.ln_rub a {line-height: initial;}
#menu_left li.ln_rub p {padding: 0 1.5rem; transition: all 0.5s;}
#menu_left li.ln_rub p span {font-family: 'Lato',arial,sans-serif; font-style: italic; text-transform: uppercase; font-size:25px; font-weight: 600; color:#434244;}
#menu_left li.ln_rub p span:nth-child(2n)::after {content:'→';font-size: 30px;vertical-align: sub;margin-left: 10px;display:inline-block;}
#menu_left li.ln_rub p span:nth-child(2n)  {font-family: 'Lato',arial,sans-serif;font-size: 12px;font-weight: 700;color: #fff;text-transform: uppercase;line-height: 20px;height: 20px;display: block;}
#menu_left li.ln_rub:hover p {padding: 0 0 0 2.5rem;}
#menu_left li span.link_arrow {font-size: 16px; color:#828282; font-weight: 500; font-family: 'Lato',arial,sans-serif; padding-left:.75rem;transition: all 0.25s;}
#menu_left li:hover span.link_arrow {padding-left:1rem;}
#menu_left li.margin_top15 {margin-top: 15px;}

/*  Contact -> Formulaire */
.inputs.adresses {display: none;}
.titre_form {display:block; text-align:left; text-transform:uppercase; font-family: 'Lato',arial,sans-serif; font-size: 20px; font-weight: 700; letter-spacing: normal; color:#9ac032; padding-bottom:6px;}
.inputs{width:100%;min-height:50px;line-height:50px;position:relative;display:inline-block;margin: 0 0 10px 0;}
.inputs > label{width:19%;padding:0 0 0 1%;display:none;white-space:nowrap;vertical-align:top;line-height:50px;}
.inputs input:not([type=submit]):not([type=radio]):not([type=checkbox]), .inputs input:not([type=submit]):not([type=radio]):not([type=checkbox]):focus, .inputs select:focus {height: 50px; width: 100%; box-sizing: border-box; background-color: #f6f6f6; border: solid 1px #f6f6f6; padding-left:10px; font-family: 'Lato',arial,sans-serif; font-size:15px; font-weight:500; color:#000;-moz-box-shadow:none;-webkit-box-shadow:none;-o-box-shadow:none;box-shadow:none;outline: none;}
.inputs select {background:url(grafx/select_arrow.png) no-repeat 100% transparent;-webkit-appearance:none;-moz-appearance:none;text-overflow:'';-moz-box-shadow:none;-webkit-box-shadow:none;-o-box-shadow:none;box-shadow:none;}
.inputs select, .inputs select > option {height: 55px; width: 100%; box-sizing: border-box; background-color: #f6f6f6; border: solid 1px #f6f6f6; padding-left:10px; font-family: 'Lato',arial,sans-serif; font-size:15px; font-weight:500; color:#000;}
.inputs textarea {min-height:165px; width: 100%; box-sizing: border-box; background-color: #f6f6f6; border: solid 1px #f6f6f6; padding:10px 10px; font-family: 'Lato',arial,sans-serif; font-size:15px; font-weight:500; color:#000;-moz-box-shadow:none;-webkit-box-shadow:none;-o-box-shadow:none;box-shadow:none;}

.inputs input[type=checkbox], .inputs input[type=checkbox]:focus{border:0;vertical-align:middle;width:35px;height:20px;}
.inputs input[type=radio]{width:5%;height:15px;margin-top:12px;}

/*#message_client{height:220px;width:100%;margin-top:1.5%;}*/
.inputs input.required{background:url(grafx/required.png) no-repeat 98% 50%;}
.inputs input.required.form_error, .inputs textarea.required.form_error, .inputs select.required.form_error{outline:#FF0000;border-color:#FF0000;-moz-box-shadow:0px 0px 5px 0px #ff0000;-webkit-box-shadow:0px 0px 5px 0px #ff0000;-o-box-shadow:0px 0px 5px 0px #ff0000;box-shadow:0px 0px 5px 0px #ff0000;filter:progid:DXImageTransform.Microsoft.Shadow(color=#ff0000, Direction=NaN, Strength=5);}
.help_mess{position:absolute;display:none;right:8%;top:0;width:auto;text-align:right;color:#FF0000;}
.help_mess.coche {position: relative;left:0;text-align: left;}
.form_ok{display:block;margin:20px 0;color:#13A4CC;font-weight:700;color:#21B339;}
.form_err{display:block;margin:20px 0;color:#FF0000;font-weight:700;}
.btn_sub, .btn_sub:focus, .inputs .btn_sub, .inputs .btn_sub:focus{font-family:'Lato',arial,sans-serif; font-weight: 400; font-size: 16px;margin:2% auto;display:block;border:none;background:#ce1b2d;padding:10px 35px 10px 25px;color:#FFF;cursor:pointer;text-transform:uppercase;background-image:url(grafx/fleche_btn.png); background-repeat:no-repeat;background-position: 90% center;}
.o_field{font-size:14px;}
.btn_sub.bg_error {background-color: #e00735;}
.form_sep {float:left; width: 100%; height: 55px; content: '\00a0';}


/* Custom checkbox */
.inputs label.container {margin-top:20px; text-align:left;width:calc(100% - 30px); white-space: normal; display: block; position: relative; padding-left: 30px; margin-bottom: 12px; cursor: pointer; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; line-height: initial; height:unset; color: #a9a9a9;font-size: 14px;font-family: 'Lato',arial,sans-serif;font-weight: 300;}
.inputs label.container a {font-size: 14px;font-family: 'Lato',arial,sans-serif;font-weight: 500;}
.container input {position: absolute; opacity: 0; cursor: pointer; height: 0; width: 0;}
.checkmark {position: absolute;top: 0; left: 0; height: 18px; width: 18px; background-color: #EFEFEF; border: solid 1px rgba(85, 85, 85, 0.05);}
.container:hover input ~ .checkmark {background-color: #ccc;}
.container input:checked ~ .checkmark {background-color: #e40079;}
.checkmark:after {content: ""; position: absolute; display: none;}
.container input:checked ~ .checkmark:after {display: block;}
.container .checkmark:after {left: 5px; top: 1px; width: 5px; height: 10px; border: solid white; border-width: 0 3px 3px 0; -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg);transform: rotate(45deg);}

.inputs input[type=submit].devis {background-color: #e40079; color:#fff; text-align: center; transition: background-color .35s; -webkit-transition: background-color .35s; display:block; width:100%; padding:0 0; height:50px; line-height: 50px; text-transform:uppercase; font-family: 'Lato',arial,sans-serif; font-size: 16px; font-weight: 700; margin-bottom: 10px; border:none; cursor:pointer;}
.inputs input[type=submit].devis:hover {background-color: #1d1d1d; color:#fff;}
.devis.active {animation: .5s short-press cubic-bezier(0.770, 0.000, 0.175, 1.000) forwards;}
.devis.send,.inputs input[type=submit].devis.send {background-color: #4caf50;}
.inputs.vide {height: 30px;margin:0 0;}

/* Making placeholder text disappear when clicked on */
::placeholder {color:#757575; opacity: 1;font-family: 'Lato',arial,sans-serif; font-size:15px; font-weight:500;}
:-ms-input-placeholder {color:#757575;font-family: 'Lato',arial,sans-serif; font-size:15px; font-weight:500;}
::-ms-input-placeholder {color:#757575;font-family: 'Lato',arial,sans-serif; font-size:15px; font-weight:500;}

[placeholder]:focus::-webkit-input-placeholder {opacity: 0;}
[placeholder]:focus::-moz-placeholder {opacity: 0;}
[placeholder]:focus::-ms-input-placeholder  {opacity: 0;}
input:focus{outline: transparent;}

.coord_box {background-color: #f6f6f6;color:#1d1d1d;padding:2rem;line-height: initial;}
/* CTA Box */
.cta_box {width:100%; margin: 0 0 0 0; padding:40px 0; min-height: 130px;background:url(grafx/bg-splash-cta.png) no-repeat bottom center #cf0222;}
.cta_box .titre {padding-bottom: 20px;}
.cta_box .texte {display: flex; align-items: center; justify-content: center;height: 100%; line-height: normal; font-size: 50px; font-weight:400; font-family: 'Lato',arial,sans-serif; color:#fff;padding-top:0;padding-bottom: 0;}
.cta_box .texte strong {font-weight: 600;}
.cta_box .texte .col {line-height: initial;}
.cta_box .texte span {display:block;font-size: 16px; font-weight:400; font-family: 'Lato',arial,sans-serif; color:#333;}
.parallax-window {background-attachment: fixed;background-repeat: no-repeat;position: relative;background-position: 50% 50%;}

.btn_cta {border:none;cursor:pointer;display:inline-block;color: #fff; background-color: #e6007e; font-family: 'Lato',arial,sans-serif; font-weight: 500; font-size:14px; padding:15px 30px; text-align: center; text-transform: uppercase;transform:skewX(-10deg);-ms-transform:skewX(-10deg)}
.btn_cta_mini {text-transform:uppercase; display:inline-block; text-align:center; margin-bottom:30px;transition: background-color .35s; -webkit-transition: background-color .35s; color:#000; font-size: 14px; font-weight:500; font-family: 'Raleway',arial,sans-serif; background-color: #fff; padding:1rem 2.5rem; -webkit-border-radius: 3px; -moz-border-radius: 3px;border-radius: 3px;}
.btn_cta:hover, .btn_cta_mini:hover {background-color: #fff; color:#cf0222;}

/* Footer */
/* CTA Footer */
#footer #cta-footer {text-align:center;background-color:#cf0222;color:#000;padding:1.25rem 0;font-family:'Lato',arial,sans-serif;font-size:40px;font-weight:600;}
#footer #cta-footer a, #footer #cta-footer a:visited {display:inline-block;font-family:'Lato',arial,sans-serif;font-size:20px;font-weight:500;color:#000;padding:.5rem 1rem}
#footer #cta-footer a:hover {color:#434444}
#footer {z-index:9; position: relative; left:0; width:100%; height:auto; margin-bottom: 0; padding-bottom: 0; display: block; clear:both; background-color:#fbfbfb;}
#footer .row {color:#000;padding-top: 2.5rem; padding-bottom: 2.5rem; margin-top:0;display: flex; flex-direction: row; align-items: flex-start; flex-wrap: wrap; line-height: 1.25rem;}
#footer a:not(.social), #footer a:not(.social):visited {font-family: 'Lato',arial,sans-serif; font-size:16px; font-weight:500; color:#434444; text-decoration: none;}
#footer a:hover, #footer a:not(.social):hover, #social_links a:hover{color:#e6007e;}
#footer span.titre-footer {display: block; margin-bottom:20px; font-weight:600; color:#434444; font-family: 'Lato',arial,sans-serif; font-size:16px;}
#footer p {font-weight: 400; color:#000; font-family: 'Lato',arial,sans-serif; font-size:16px;line-height:24px;padding-right:1rem;}
#footer span.libel {font-weight: 500;color: #fff;font-family: 'Lato',arial,sans-serif;font-size: 16px;}
#footer .slogan-footer {font-family: 'Lato',arial,sans-serif; color: #fff; font-weight: 600; font-style: italic; font-size:15px;letter-spacing: .02rem; margin-top: 1.5rem;}
a.social, a.social:visited {vertical-align:middle;color:#434444;font-weight:400;font-size:16px;display:inline-block;padding:0 10px;transition:color .35s;-webkit-transition:color .35s}
#footer #bande_ml.row {padding:10px 0 10px 0; font-family: 'Lato',arial,sans-serif; font-size: 14px; color:#fff; font-weight: 400; width:100%; height:auto; display: inline-block; line-height:35px; vertical-align:middle; background-color: #e6007e;}
#footer #bande_ml a, #footer #bande_ml a:visited {font-family: 'Lato',arial,sans-serif; font-size: 14px; color:#fff; font-weight: 400; padding-left:0}
#footer #bande_ml a:hover {color:#434444;}
#footer #bande_ml .sel_soci {margin-left:2rem;}
#footer #bande_ml .sel_soci a {font-size: 16px;color: #fff;margin: 0 .65rem 0 0;padding: 0.6rem;font-weight: 500;}
#footer #bande_ml .sel_soci a:hover {background-color:#cf0222;color:#fff;}
#footer .nav_foot a, #footer .nav_foot a:visited {font-weight: 500; color:#fff; font-family: 'Lato',arial,sans-serif; font-size:16px;line-height: 1.5rem}
#footer .nav_foot a:hover {color:#cf0222;}
#footer .slogan_footer {padding: 0 3rem; line-height: 1.25rem; margin: 1.5rem 0;}
#footer .ico img{vertical-align:middle;margin-right:8px}
.coord-footer{margin-bottom:15px;display:block;font-family:'Lato',arial,sans-serif;font-size:16px;font-weight:500;color:#434444;text-decoration:none}

.sociaux-form{text-align:center;margin-top:50px}

/* bouton */
.btn_rouge {border:none;cursor:pointer;display:inline-block;color: #fff; text-transform:uppercase; background-color: #cf0222; font-family: 'Lato',arial,sans-serif; font-weight: 600; font-size: 14px; padding:10px 18px; text-align: center;}
.btn_rouge:hover {color:#262626}
.btn_header {border:none;cursor:pointer;display:inline-block;color: #fff;background-color: #14a19a;letter-spacing:0.05em;font-family: 'Lato',arial,sans-serif; font-weight:500; font-size: 14px; padding:15px 25px; text-align: center;text-transform: uppercase;border-radius:3px}
.btn {border:none;cursor:pointer;display:inline-block;color: #fff;background-color: #e40079; font-family: 'Lato',arial,sans-serif; font-weight: 700; font-size: 14px; padding:15px 45px; text-align: center;text-transform: uppercase;border-radius:3px}
.btn-adherer{font-size:16px;letter-spacing:.05em;background-image:url(grafx/ico-btn-adherer.png);background-repeat:no-repeat;background-position:center;background-position:15px 50%;padding:20px 20px 20px 80px}

/* clear fix */
.nav_galerie {width: 100%;padding: 0 0 20px 0;font-size: 15px;font-weight: 600;font-family: 'Lato';}
.grid:after {content: '';display: block;clear: both;}
.grid-item { width: 24%; margin: 0 .5% 1% .5%; overflow:hidden; }
.grid-item a::before {content:attr(data-content); font-size:18px; color:#000; font-family:'Lato',arial,sans-serif;font-weight:500; background-color:rgba(245,183,7,.5);z-index: 65535; display: none; align-items: center; justify-content: center; position: absolute; width: 100%; height: 100%;}
.grid-item a {display:flex;}
.grid-item a:hover::before {display:flex;}
.grid-item a:hover img {-webkit-transform:translateY(-5px) scale(1.1);-ms-transform:translateY(-5px) scale(1.1);transform:translateY(-5px) scale(1.1);}
.grid-item a img {max-width:100%; margin:0 0; cursor:pointer;-ms-transition: transform .25s cubic-bezier(0, 1, 0.5, 1);-webkit-transition: transform .25s cubic-bezier(0, 1, 0.5, 1);transition: transform .25s cubic-bezier(0, 1, 0.5, 1);-webkit-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1);}

.content_img {overflow:hidden;}
.content_img:hover img {-webkit-transform:translateY(-5px) scale(1.1);-ms-transform:translateY(-5px) scale(1.1);transform:translateY(-5px) scale(1.1);}
.content_img img {max-width:100%; margin:0 0; cursor:pointer;-ms-transition: transform .25s cubic-bezier(0, 1, 0.5, 1);-webkit-transition: transform .25s cubic-bezier(0, 1, 0.5, 1);transition: transform .25s cubic-bezier(0, 1, 0.5, 1);-webkit-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1);}

/* Accueil */
.mini-cta-home {margin: 0 auto;font-size: 30px;color: #fff;text-align:center; min-height: 90px;font-family: 'Lato',arial,sans-serif; font-weight:900;}
.mini-cta-home.t_left {text-align: left;}
.mini-cta-home img {max-width:100%;height:auto;margin-right:.5em}
.mini-cta-home p {line-height: initial;}
.flex-services {display: flex;flex-direction: row;flex-wrap: wrap;align-content: center;justify-content: center;align-items: center;}
.box-services {display:inline-block;text-align:left;margin:0 0 0 60px;position:relative}
.box-services img {position: absolute;left:-60px}

.parallax-bg{min-height:410px;margin:0 0;padding:0 0;display:flex;background-attachment:fixed;background-position:center;background-repeat:no-repeat;background-size:cover}
.mot-president{padding:4rem 0}

#box-actualites{display:flex;justify-content:space-between}
#box-actualites .box-flex{width:32.5%}
.box-actualites strong.titre{font-size:20px}
.box-actualites img{max-width:100%}
.box-actualites p{margin-top:15px;color:#434444;font-family:'Lato',arial,sans-serif;font-weight:300;font-size:16px}
.box-actualites a.link_arrow{padding:10px 30px;font-weight:400;letter-spacing:.05rem;font-size:12px}


/* Adherents */
#logo-adherents {background:#f8f8f8;padding:85px 0}
#logo-adherents .box-titre-logos{color:#434444;font-size:50px;font-weight:500;text-align:center}
#logo-adherents .box-img-logos{}

#adherents{display:flex;flex-wrap:wrap;justify-content:space-evenly;gap:15px}
#adherents a {display:flex;flex-direction:column;justify-content:center;background-color:#fff;border-radius:3px;border:solid 1px #e7e7e7;padding:20px 10px 20px 10px;align-items:center;margin-bottom:24px;flex:0 0 22%;min-width:225px}
#adherents a:hover{border-color:#e40079}
#adherents a:hover .nom-ste{color:#e40079}
#adherents a .logo-adh{width:180px;height:180px;border:solid 1px rgb(231 231 231 / 70%);display:flex;justify-content:center;align-items:center;margin-bottom:10px}
#adherents a .logo-adh img{max-width:100%}
#adherents a .nom-ste{font-size:15px;font-weight:500;text-transform:uppercase;color:#1d1d1d}
.box-logo-adh{display:flex;flex-direction:column;background:#fff;width:100%;height:200px}
.box-logo-adh img{max-width:100%;margin:0 auto}
#fiche-adherents .box-infos{border-radius:3px;border:solid 1px #e7e7e7;padding:20px 0 30px 0;text-align:center;font-size:17px;font-weight:500;margin-bottom:10px}
#fiche-adherents .box-infos.click-this{text-transform:uppercase;font-size:14px;font-weight:600;padding:20px 0}
#fiche-adherents .nom-ste{font-size:18px;font-weight:600;text-transform:uppercase;color:#e40079;text-align:center;    margin-bottom: 20px;
    border-bottom: solid 1px #e7e7e7;
    padding-bottom: 20px;}
#fiche-adherents .box-infos a{font-size:17px;font-weight:500;display:block}
#fiche-adherents .box-infos a:hover{color:#e40079;}
#hidden-tel,#hidden-mail{background:#1d1d1d;color:#fff;cursor:pointer;margin:15px 0 0 0}
#fiche-adherents .box-infos#hidden-tel a{margin:0;color:#fff}
#hidden-tel:hover,#hidden-mail:hover{background:#e40079;}
.titre-info{color:#9e9e9e;font-size:12px;font-weight:600;text-transform:uppercase}
.row#intro-adh {padding-bottom:0}
#total-adh{display:flex;flex-direction:row;flex-wrap:nowrap;align-content:center;justify-content:flex-start;align-items:center;width:100%;padding:10px 0 20px}

/* -------------------------------------------- */
/* DBBUT MISE EN PAGE MISSTIBIDOU 				*/
/* Na pas modifier :] <3					*/
/* -------------------------------------------- */
.col.pleft_70 {padding-left:70px;}
.col.mtop_70 {margin-top:70px;}
.txt_metiers.blanc {color: #fff;}
.texte li, .col li {display: list-item; list-style-image: url(grafx/square.png); margin-bottom: 5px;}
.row_padding {padding-top:60px;padding-bottom:60px;margin-bottom:60px}
.titre-box {font-family: 'Lato',arial,sans-serif; text-transform:uppercase; font-weight: 600; font-size: 18px; margin-bottom:15px; margin-top:25px; text-align:center}
.txt_box {font-family: 'Lato',arial,sans-serif; text-align: center; font-weight: 400; font-size: 14px; color:#333}
.t_rejoindre {display:inline-block;line-height:initial;font-family: 'Lato',arial,sans-serif; font-weight: 700; font-size: 60px; color:#fff;margin-bottom:15px}
.t_rejoindre::after{content:'';width:100%;height:2px;background-color:#e40079;display:block;margin-top:15px}
.txt_rejoindre {font-family: 'Lato',arial,sans-serif; font-weight: 300; font-size: 20px; color:#fff}

/* -------------------------------------------- */
/* Fin MISE EN PAGE MISSTIBIDOU 				*/
/* Ok pour modifications :] <3					*/
/* -------------------------------------------- */

.select-ok::before {content:'✓'; font-size:12px;}
.select-ok {border-radius: 50%; color:#fff; background-color: #9ac032; width: 20px; line-height: 20px; text-align:center; display: inline-block; margin-right: 1rem; margin-bottom: 10px}


/* Accordeon */
.content_form.accordion,.accordion {width: auto; max-width: 100%;padding:0 0; cursor:pointer;border:solid 1px #e2e6e7;margin-bottom:-1px}
.accordion-title {position:relative;padding: 0 0 0 35px;height:30px;display: flex;align-items: center;flex-direction: row; font-family:'Lato',arial,sans-serif; font-weight: 500; font-size: 18px;color:#8c8c8c; width:calc(100% - 35px); box-sizing:border-box;-moz-box-shadow:none;-webkit-box-shadow:none;-o-box-shadow:none;box-shadow:none; background-color: #fff; margin:20px 0 20px 20px}
.accordion-title::after {content:'>';border: solid 1px #e40079;border-radius: 50%;position: absolute;justify-content:center;left:0;display: flex;align-items: center;  width:23px; height:23px; -webkit-transition: .25s ease-in-out; -moz-transition: .25s ease-in-out; -o-transition: .25s ease-in-out; transition: .25s ease-in-out; font-family:monospace; font-size:20px; font-weight: 300; text-align:center;color:#e40079;}
.accordion-title.active::after {content:'>'; position: absolute;justify-content:center;left:0;display: flex;align-items: center; width:23px; height:23px; transform: rotate(90deg); -webkit-transform:rotate(90deg); -ms-transform: rotate(90deg); font-family:monospace; font-size:20px; font-weight: 300; text-align: center;color:#e40079}
.accordion-title.active {background-color:#fff; color:#e40079; box-sizing: border-box; margin-bottom:0; overflow:hidden;}
.accordion-content {padding: 3%; display: none; cursor: default; font-family:'Lato',arial,sans-serif; font-weight: 300; font-size: 14px; line-height: 25px; margin-bottom: 4%;}
.accordion.active .accordion-content {display: block;box-sizing:border-box; color:#8c8c8c; font-family:'Lato',arial,sans-serif;font-weight:300;font-size:15px}
.content_form.accordion.hidden, .accordion.hidden {display: none;}
.content_form.accordion.active {border-bottom:solid #e1e1e1 1px;}

.flex-valign-middle {display:flex;align-items: center;justify-content: center;flex-wrap: wrap;}
.flex-valign-middle.t_left {align-items: baseline;}
.flex-column {flex-direction: column;}
.flex-row {flex-direction: row;}
img.img_w80c {max-width: 80%;margin: 0 10%;}

/* Modules */


/* Styles */
img.dblock {display: block;}
.padding-2rem, .row .col.padding-5rem {padding:5rem 5rem 5rem 5rem;}

/*ul.puce-rouge {list-style-image:url(grafx/puce-rouge.png);}*/
ul.puce-rouge li {line-height: 1.5rem; margin: 0 0 1.5rem 0;position: relative;}
ul.puce-rouge li::before {content: '';background-image: url(grafx/puce-rouge.png);background-repeat: no-repeat;background-size: cover;width: 18px;height: 18px;display: block;position: absolute;left: -25px;top: 2px;}

.ombre-img {-webkit-box-shadow: -20px 20px 0px 0px #d21116; box-shadow: -20px 20px 0px 0px #d21116;}


.bande-img {display: block;width:100%; margin:1rem 0; text-align: left;}
.bande-img img {display: inline-block; margin: 8px 8px 10px 0; height: 190px;}
.bande-img.t_center {text-align: center;}

#carrousel_logo.row {padding:2rem 0;height:auto;color:#1d1d1d;font-family: 'Lato',arial,sans-serif;font-size:14px;font-weight: 300;}
#carrousel_logo img {max-width:100%;cursor:grab; display: initial;vertical-align: middle;}
#carrousel_logo img:active {cursor:grabbing;}    
#carrousel_logo.row a p {margin-top:15px;line-height:20px;}


a.home_categ {background-repeat: no-repeat;background-position: center; background-size: cover; display: block; margin:.25rem;box-sizing:border-box;position: relative;}
div.show_title_home {display: none;}
a.home_categ:hover div.show_title_home {cursor: pointer;position:absolute;top: 0;display: flex;align-items: center;justify-content: center;width: 100%;height: 100%;background: rgb(210 17 22 / 75%);}
div.show_title_home div {position: absolute;left: 0;bottom: 2.5rem;background: #fff;padding: 1.5rem 2rem;width: 70%;text-align: center;}
div.show_title_home div::after {content: '⟶ DÉCOUVRIR'; color:#e6007e;position: absolute;bottom: .5rem;right: .5rem;font-size: 10px;font-family:'Lato',arial,sans-serif;font-weight:900;}

img.t_center {margin-left:auto;margin-right: auto;}

#logo-content .col.c3 .logo-box {border:solid 1px #1d1d1d;background-repeat:no-repeat;background-position: center;background-size:80%;margin-bottom: 2rem;background-color: #1d1d1d;}

/* Table.top_tab  */
.top_tab {width: 100%;}
.top_tab tr:first-child {background-color: #000; color:#fff;}
.top_tab tr:not(:first-child) td:first-child {background-color: #e6007e;color:#fff;}
.top_tab tr:not(:first-child):nth-child(odd) {background-color: #c9c8c9}
.top_tab tr:first-child td,.top_tab td {padding: .5rem;color:#fff;}
.top_tab td {padding: .5rem;color:#000;text-align: center;}

.top_tab2 {width: 100%;border-collapse: collapse;}
.top_tab2 td {padding: .5rem;color:#000; border:solid 1px #000;text-align: center;}
.top_tab2 tr:not(:first-child) td:nth-child(1) {color: #000;}
.top_tab2 tr:not(:first-child) td:nth-child(2) {color: #3b8aca;}
.top_tab2 tr:not(:first-child) td:nth-child(3) {color: #ec407a;}
.top_tab2 tr:not(:first-child) td:nth-child(4) {color: #e6007e;}

/* Contact */
#mapid {height: 500px;}
.ico_contact {flex-direction: row;display: flex;align-items: center;justify-content: center;padding: 2.75rem 0;}
.ico_contact img {margin-right:2rem;}
.offset-right-c6 {margin-right:50%;}

.nav li.sel_lng_resp {display: none;}
.nav li.sel_lng_resp a {display: inline-block;}

/* Isotope */
.button-filter {display: block;border:solid 1px #e3e3e3;padding: .25rem .5rem;font-size:15px;color:#1d1d1d}
.button-filter:hover {cursor:pointer;background:#434444;color:#fff}
.button-filter.is-checked {cursor:pointer;background:#cf0222;color:#fff}
/* clear fix */
.grid:after {content: '';display: block;clear: both; }
.element-item {
	box-sizing: border-box;
	position: relative;
	float: left;
	width: 25%;
	padding:.5rem;
	color: #262524;
  }
.element-item a.contenu {border:solid 1px #e3e3e3;height:330px;padding:0;text-align:center;display: block;font-size:15px}
a.contenu-loc {border:solid 1px #e3e3e3;height:auto;padding:0;text-align:center;display: block;font-size:15px;padding-bottom:1rem}
.element-item a.contenu.nouveaute {background:url(grafx/ico-new.png) no-repeat top right;}
.element-item > * {margin: 0;padding: 0;}  
.element-item .contenu img {max-width: 100%;}
.element-item .contenu p {padding: 1rem;}
#avis_clients_car {font-family:'Lato',arial,sans-serif;font-weight:400;font-size:60px;color:#fff;}
#avis_clients_car  .txt_avis{padding:2rem 20% 2rem 20%}

.Lato {font-family: 'Lato';}


/* Galeries */
#filters {text-align: center;}
#filters button.button,#filters a.button {padding: 10px 10px; border:solid 1px #e8e8e8; color:#363636; background-color: transparent; margin:0 5px 20px 5px;font-family:'Lato',arial,sans-serif; font-weight: 400; font-size:15px;}
#filters button.button:hover,#filters button.button.is-checked,#filters a.button:hover,#filters a.button.is-selected {color:#fff; background-color: #cf0222; cursor: pointer}
#filters button.button:focus,#filters a.button:focus {outline:0;}
/* clear fix */
.nav_galerie {width: 100%;padding: 0 0 20px 0;font-size: 16px;font-weight: 500;font-family: 'Lato',arial,sans-serif;}
.grid:after {content: '';display: block;clear: both;}
.grid-item { width: 32.33%; margin: 0 .5% 1% .5%; overflow:hidden; }
.grid-item a::before {content:attr(data-content); font-size:30px; color:#fff; font-family:'Lato',arial,sans-serif;font-weight:500; background-color:rgba(32,32,32,.85);z-index: 65535; display: none; align-items: center; justify-content: center; position: absolute; width: 100%; height: 100%;}
.grid-item a {display:block;}
.grid-item a:hover::before {display:flex;}
.grid-item a:hover img {-webkit-transform:translateY(-5px) scale(1.1);-ms-transform:translateY(-5px) scale(1.1);transform:translateY(-5px) scale(1.1);}
.grid-item a img {max-width:100%; margin:0 0; cursor:pointer;-ms-transition: transform .25s cubic-bezier(0, 1, 0.5, 1);-webkit-transition: transform .25s cubic-bezier(0, 1, 0.5, 1);transition: transform .25s cubic-bezier(0, 1, 0.5, 1);-webkit-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1);}

.content_img {overflow:hidden;display:inline-block;margin:0 0 10px 0}
.content_img img{display:block}
.content_img:hover img {-webkit-transform:translateY(-5px) scale(1.1);-ms-transform:translateY(-5px) scale(1.1);transform:translateY(-5px) scale(1.1);}
.content_img img {max-width:100%; margin:0 0; cursor:pointer;-ms-transition: transform .25s cubic-bezier(0, 1, 0.5, 1);-webkit-transition: transform .25s cubic-bezier(0, 1, 0.5, 1);transition: transform .25s cubic-bezier(0, 1, 0.5, 1);-webkit-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1);}
.titre-galerie {line-height:50px;text-transform:none; font-family: 'Lato',arial,sans-serif; font-size: 40px; font-weight:600; letter-spacing: normal; color:#434444;text-align:left;}

/* Produits */
.filters-button-group {width:100%;margin:1rem 0 3rem 0;}
.button-group {width:100%;}
.grid-item.byfour {width: 24%;border: solid 1px #434444;box-sizing: border-box;}
.grid-item.byfour a img {display: block}
.grid-item.byfour a p {position: relative;z-index: 10;background-color:#434444;height: 120px;display: flex;flex-direction: column;align-content: center;flex-wrap: nowrap;justify-content: center;align-items: center;}
.element-item .contenu .titre-fiche,.titre-fiche {font-family: 'Lato',arial,sans-serif;font-size:15px;color:#cf0222;font-weight: 600;text-align: center;}
.element-item .contenu .prix-fiche,.prix-fiche {font-family: 'Lato',arial,sans-serif;font-size:15px;color:#fff;font-weight: 600;}
.slugprod,.slugprod a {text-transform: uppercase;font-size:14px;color:#434444;font-family:'Lato',arial,sans-serif;}
.slugprod a:hover {color:#cf0222;}
.titre-tarif {font-weight:600;font-size:13px;color:#434444;font-family:'Lato',arial,sans-serif;}
.box-tarif {margin-bottom: 1rem;background-color:#434444;color:#fff;text-align: center; font-family: 'Lato',arial,sans-serif;font-size:50px;font-weight: 400;padding: 1rem 1rem;line-height: initial;}
.box-tarif span {font-size: 30px;}
.box-tarif div {text-align: right; font-family: 'Lato',arial,sans-serif;font-size:20px;font-weight: 400;}
.d_block {display: block;}

#image_pal {margin-bottom: 1rem;}
#image_pal div{width:100%;height:auto;display:block;background-repeat:no-repeat;background-position:center;background-size:auto;}
#image_pal img {height:480px;width:100%;display:block}
#thumbs-produits {margin-top:0;margin-bottom:20px;padding:0 0 0 0}
#thumbs-produits div {opacity:.7;width:16.6666666667%;height:100px;background-repeat:no-repeat;background-position:center;background-size:cover;cursor:pointer; margin: 0 0 1em 0;display: inline-block;box-sizing: border-box;border:solid 6px #fff;}
#thumbs-produits div:hover,#thumbs-produits div.selimg {opacity: 1;}
#thumbs-produits img {display: block;width: 100%;height: 100%;}
.titre-caract {font-size:14px;color:#fff;line-height:24px;white-space:nowrap;font-weight:900;display:inline-block;margin-bottom:.5rem;cursor: default;}
.detail-caract {font-family:'Lato',arial,sans-serif;font-weight:400;font-size:16px;color:#1d1d1d;display:block;line-height:initial}
.detail-caract.caract {line-height: 1.75rem;}
.detail-caract.caract span {width:35%;min-width:100px;display: inline-block;}
.detail-caract.caract strong{font-weight:900}
.hidden-price {display: none;}

/* Blog */
.titre-actu{font-size:18px;color:#1d1d1d;font-family:'Lato',arial,sans-serif}
.date-actu{font-size:12px;color:#cf0222}

/* Flex */
.row-by-flex{display:flex;flex-direction:row;flex-wrap:wrap;margin:20px 0;justify-content:center;width:100%}
.box-by-two{flex:1;max-width:50%;margin:1rem}
.box-by-three{flex:1;margin:1rem;max-width:33.33%;background-repeat:no-repeat;background-position:center;background-size:cover}
.green-border{border:solid 1px #e7e7e7}
.margin-box{margin:20px;padding:45px 35px;box-sizing:border-box}

#objectifs .row-by-flex,#objectifs .margin-box{margin:0 0}
#objectifs .box-by-three img{display:block;margin:0 auto 15px auto}
#objectifs .box-by-three:hover {cursor:pointer;color:#fff;background:#12a19a}
#objectifs .box-by-three.hover-rose:hover{background-color:#e40079}
#objectifs .box-by-three.hover-jaune:hover{background-color:#f9b233}
#objectifs .box-by-three.hover-bleu:hover{background-color:#042dde}
#objectifs .box-by-three.hover-violet:hover{background-color:#662483}
#objectifs .box-by-three.hover-vert:hover{background-color:#97bd33}
#objectifs .box-by-three.hover-turquoise:hover{background-color:#23cad4}

#objectifs .box-by-three:hover .txt_box,#objectifs .box-by-three:hover .titre-box{color:#fff}
#objectifs .box-by-three:hover img{-webkit-filter: brightness(0) invert(1);filter: brightness(0) invert(1)}

/* Actualités */
#top_blog {margin-bottom:20px}
#top_blog .titre_actu{margin-top:10px}
#categories, #categories div {display:flex;flex-direction:column;flex-wrap:wrap;margin-bottom:15px}
#box_blog {display:flex;flex-wrap:wrap;gap:15px;align-items:center;justify-content:center;align-content:center;flex-direction:row;}
.box_texte{margin-bottom:50px}
/*#box_blog .texte a{font-size:inherit}*/
#box_blog .texte a:not(.btn-article):hover{color:#e40079}
#box_blog .box_texte .texte{font-size:16px;}
#box_blog .box_texte {padding:0 20px;margin-bottom:0}
#box_blog .box_news a{max-width:45%}
.titre_sidebar {padding:0 0 10px 0;display:block}
.titre_actu {font-size:22px;font-weight:600}
.meta-info{display:flex;font-size:12px;font-weight:600;margin:0 0 5px 0;color:#e40079}
.meta-info a{color:#e40079;font-size:12px;font-weight:600}
.meta-sep{font-size:14px;margin:0 5px}
a.btn-article{display:inline-block;letter-spacing:.05rem;font-size:12px;border:none;cursor:pointer;color:#fff;background-color:#e40079; font-family:'Lato',arial,sans-serif;font-weight:400;padding:10px 30px;text-align:center;text-transform:uppercase;border-radius:3px;margin:10px 0}
a.btn-article:hover{color:#434444}
.box_news{border:solid 1px #e9ebed;display:flex;flex-wrap:nowrap;align-content:center;justify-content:center;align-items:center}
.box_news .content_img {overflow:hidden;margin:0 0 0 0;display:block}