/* 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:#333333; font-family:'Poppins',arial,sans-serif; font-weight: 400; font-size:16px;text-align:left;}
li {margin-bottom: 5px;}
ol, ul {list-style:none; padding-left: 30px;}
em {font-style:italic;}
strong {font-weight: 500;}
html,body {height:100%; width:100%; margin:0; padding:0;}
/* Masquer cadres liens Firefox */
a {outline: none; color:#26bcef; text-decoration:none; transition:color 0.2s ease-out 0s;}
a:hover {color:#1a1057;}
:focus {-moz-outline-style: none;outline-style: none;}

::-moz-selection {color:#FFF; background:#26bcef;}
::selection {color:#FFF; background:#26bcef;} 

/* Preloader */
	#preloader {display: none;}

	/* Standard grid */
	/* Définitions */
	.row {margin-left: auto;margin-right: auto;}/*padding-bottom: 20px;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;}
	.row.flex {display: flex;flex-wrap: wrap;justify-content: center;flex-direction: row;}

	/* 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.c70 {width: 70%;margin-left: auto;left: auto;right: auto;} 			/* c70=70%    */
	.row .col.c30 {width: 30%;margin-left: auto;left: auto;right: auto;} 			/* c30=30%    */

	/* 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%; margin: 0px 0;}/*padding-top: 80px;padding-bottom: 80px;*/
	section.no-mb,.row.no-mb{margin-bottom: 0;}
	section.no-mt,.row.no-mt{margin-top: 0;}
	.t_center,.texte.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;}
	.no_pb_row {padding-bottom: 0;}
	.sticky_sidebar {position: -webkit-sticky; position: sticky; top: 90px;}

/* -------------------------------------------- */
/* Fin BASES CSS								*/
/* Ok pour modifications :] 					*/
/* -------------------------------------------- */
a {outline: none; color:#333; text-decoration:none; transition:color 0.2s ease-out 0s;}
a.under_line, .desc_projet a, article#blog_details a {position:relative; color:#f07f1a; cursor:pointer; font-weight: 600; display:inline-block;}
a.under_line:before, .desc_projet a:before, article#blog_details a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0px;
  left: 0;
  background-color: #f07f1a;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
a.under_line:hover:before, .desc_projet a:hover:before, article#blog_details a:hover:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.italic {font-style: italic;}

::-moz-selection {color:#FFF; background-color:#26bcef;}
::selection {color:#FFF; background-color:#26bcef;} 

/* 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:'Poppins',arial,sans-serif;font-size:15px;color:#fff;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: 180px;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(51,51,51,0.5); transition-duration: 0.3s; -webkit-transition-duration: 0.3s; -moz-transition-duration: 0.3s; -o-transition-duration: 0.3s; transform: translateX(-100%); -webkit-transform: translateX(-100%); -moz-transform: translateX(100%);}
.owl--text {max-width: 1300px; width:100%; padding:0 1%; margin: 0 auto; color:#333132; text-align: center; font-family: 'Poppins',arial,sans-serif; font-size: 60px; font-weight: 500; position:relative; display: flex; flex-direction: column; justify-content: center; align-items: normal; height: 100%;}
.owl--text .titre_header::after {content:''; position: relative; top:10px; left:0; display:block; margin-bottom: 0;}
.owl--text .titre_header {color:#e33884;font-size: 80px; text-align: center; text-transform:initial; font-family: 'Pacifico',arial,sans-serif;/*text-shadow: 0px 0px 20px rgba(0,0,0,0.85);*/}
.owl--text .titre_header span {font-weight: 600;}
.owl--text .txt_header {min-width: auto; color:#333132; text-align: center; font-family: 'Poppins',arial,sans-serif; font-size: 25px; font-weight: 300; display: inline-block; padding:0 0;}
.owl--text .txt_header ul {list-style: square;}
.owl--text .rotate_words span.titre_header_bis div {color: #333333;display: inline-block;}
.owl--text .lien_header {display: inline-block; background:url(grafx/sel-paw.png) no-repeat 15px 50%#fff; padding:10px 30px 10px 40px; color:#e33884; font-family: 'Poppins',arial,sans-serif; font-weight:700; font-size: 16px; margin-top:0; -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px; text-transform: uppercase;} 
.owl--text .lien_header:hover {background-color: #fff; color:#333333;}
#logo-bandeau {max-width: 177px;width: 100%;height: auto;}

/* Header */
#header_top {-webkit-box-shadow: 0px 0px 10px -2px rgba(0,0,0,0.2);box-shadow: 0px 0px 10px -2px rgba(0,0,0,0.2);opacity: 1;visibility: visible; padding: 0 0; box-sizing:border-box; top:0; position:fixed; background-color: rgba(255,255,255,1); 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.transparent-header {background-color: transparent;}
#header_top.transparent-header #logo {width:auto; height:auto; z-index:1000; display: inline-block;-webkit-transition: width .4s; transition: width .4s;}
#header_top #logo, #header_top #logo-resp {width:177px;height:auto; z-index:1000; display: inline-block;-webkit-transition: width .4s; transition: width .4s;}
#logo img, #logo-resp img {max-width: 100%; vertical-align: middle;}
#header_top #logo-resp {display: none;}
.btn_cta_header {margin-top:3%; display:inline-block; transition: background-color .35s; -webkit-transition: background-color .35s; color:#fff; font-size: 20px; font-weight:500; font-family: 'Poppins',arial,sans-serif; background-color: #f07f1a; padding:1rem 2.5rem; -webkit-border-radius: 3px; -moz-border-radius: 3px;border-radius: 3px;}
.btn_cta_header:hover {background-color: #333;color:#fff;}

/* Navigation Pal */
#burger {display:none; position:fixed; top:7%; right:2%; cursor:pointer; z-index:65535;}
#header_top.transparent-header #navigation {height:195px; line-height: 75px;}
#navigation {
	font-family: 'Poppins',arial,sans-serif; font-weight: 500; font-size: 13px;
	margin:0 auto;
	padding: 0 2.5%;
    box-sizing: border-box;
	max-width: 100%;
	width:100%;
	height:195px;
	line-height: 195px;
	vertical-align: middle;
	text-align:center;
	z-index:2;
	}
.nav,.nav ul {
	list-style:none;
	margin:0;
	padding:0;
}
.nav {display: inline-block;width: 100%;text-align: center; margin:0 0 0 0; height:195px;}
.nav ul {
	height:0;
	left:0;
	overflow:hidden;
	position:absolute;
}
.nav li {
	list-style-type:none;
	display: inline-block;
	position:relative;
	font-family: 'Poppins',arial,sans-serif; font-weight: 500; font-size: 14px;
	color:#333132;
	letter-spacing:initial;
}
#header_top.transparent-header .nav li a {color: #fff;}
.nav li a {
	/*-moz-transition:0.2s;-o-transition:0.2s;-webkit-transition:0.2s;transition:0.2s;*/
	font-family: 'Poppins',arial,sans-serif; font-weight: 500; font-size: 14px; text-transform: uppercase;
	color:#333132;
	letter-spacing:initial;
	display:block;
	line-height:inherit;
	padding:0 1.5rem;
	margin:0 0;
	text-decoration:none;	
	cursor:pointer;
}
.nav li:hover > a, #header_top.transparent-header .nav li:hover > a  {
	font-family: 'Poppins',arial,sans-serif; font-weight: 500; font-size: 14px;
	color:#e33884;
	background-color:transparent;
	letter-spacing:initial;
	-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 a:focus {color:#e33884;background:url(grafx/sel-paw.png) no-repeat left center;}
.links.selection > a {
	font-family: 'Poppins',arial,sans-serif; font-weight: 500; font-size: 14px;
	color:#e33884;
	background-color:transparent;
	letter-spacing:initial;
	-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;
}
.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:#029fe2;
	border-bottom:1px solid #a1a1a1;
	color:#e33884;
	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;
}
.nav ul li a:hover {
	color:#e33884;
	background-color:#3b8aca;
	border-bottom:1px solid #a1a1a1;
}

/* Navigation secondaire */
#left_nav a, #left_nav a:visited {background-color: #f8f8f8; display:block; width:85%; padding:0 5%; height:65px; line-height: 65px; text-align: right; text-transform:uppercase; font-family: 'Lora',arial,sans-serif; font-size: 14px; font-weight: 600; color:#555555; margin-bottom: 10px;}
#left_nav a.devis, #left_nav a.devis:visited {-webkit-border-radius: 3px; -moz-border-radius: 3px;border-radius: 3px; margin-top:45px; background-color: #333; color:#fff; text-align: center; transition: background-color .35s; -webkit-transition: background-color .35s; color:#fff;}
#left_nav a:hover, #left_nav a.selection:hover {background-color: #f07f1a; color:#fff;}
#left_nav a.devis:hover {background-color: #f07f1a; color:#fff;}
#left_nav a.selection {color: #f07f1a; border-right:solid 3px #f07f1a;}

/* Corps de texte */
#content {width:100%; min-height: 100%; padding:0 0 0 0; margin:0 0 0 0; background-color:#fff;}/*margin:0 0 78px 0*/
#content.home {padding:0 0 0 0;}
.fullbg {margin:0;padding:0;text-align:center; max-height: 850px; height:100%;background-color: #fff;}
.fullbg.stdpage {max-height:120px;}
[class^="col c"] img, [class*="col c"] img {max-width: 100%; max-height: 100%; height: initial;}/*width:initial; */
.texte {font-family: 'Poppins',arial,sans-serif; font-size:16px; font-weight:400; color:#333132; line-height: normal; width:100%; max-width: 1300px; margin-left:auto; margin-right:auto; text-align:left; padding-top: 0;padding-bottom: 80px;}/*padding-top: 80px;*/
.texte.marge {margin-top:50px;}

.title {text-align:center; text-transform:initial; font-weight: 500; font-family: 'Pacifico',arial,sans-serif; letter-spacing:initial; font-size: 45px; color:#e33884; margin-bottom: 40px;line-height: 45px;padding-top: 80px;}
.title span {color:#333132;font-family: 'Poppins',arial,sans-serif;font-weight: 500; font-size:16px;display: block;}
.title.t_left {text-align:left;}
.title.t_right {text-align:right;}
.title.black {color: #323232;}
.big_title {text-align:center; text-transform:initial; font-weight: 500; font-family: 'Pacifico',arial,sans-serif; letter-spacing:initial; font-size: 80px; color:#e33884; margin-bottom: 40px;line-height: 45px;padding-top: 80px;}
.intro {text-align: center; margin:0 auto; font-family: 'Poppins',arial,sans-serif; font-size: 20px; font-weight: 400; line-height:1.25em; color:#333132; padding :0 0 50px 0;}
.intro.t_left {text-align: left;}

.mini_box {cursor:pointer; margin:10% 0;-webkit-transition: margin 0.5s; transition: margin 0.5s;}
.row .col.mini_box, .row .col.mini_box .text, .row .col.mini_box .col {font-family: 'Poppins',arial,sans-serif; font-size: 14px; font-weight: 500; color:#8c8c8c; padding:0 0;}
.row .col.mini_box .col.c9::after {content:'En savoir plus'; display: block; text-align: right; color:#f07f1a; font-family: 'Poppins',arial,sans-serif; font-size: 13px; font-weight: 600;}
.row .col.mini_box .text {max-height:50px; height:100%; overflow: hidden; -webkit-transition: max-height 0.5s; transition: max-height 0.5s;}
.row .col.mini_box .titre,.box_process strong.titre {font-family: 'Poppins',arial,sans-serif; font-size: 15px; font-weight: 600; color:#555555; text-transform:uppercase; display:block;}
.row .col.mini_box.selection .col.c9::after {content:''; display: none;}
.row .col.mini_box.selection .text {max-height: 450px;} .row .col.mini_box.selection {margin:0 0;}

/* Accueil */
.ico_accueil {background-image:url(grafx/ico_accueil.png); background-repeat: no-repeat; background-size: initial; width:64px; height:56px; margin: 0 auto 10px auto;}
.services_home {position: relative;}
.services_home:hover .ico_accueil {background-position-x: 0;}
.services_home:hover .t_services {color:#f07f1a;}
.ico_1 {background-position: -64px 0;}
.ico_2 {background-position: -64px -56px;}
.ico_3 {background-position: -64px -112px;}
.ico_4 {background-position: -64px -168px;}
.services_home span.link {width:70px; height:2px; background-color: #f07f1a; display: block; margin:40px auto;-webkit-transition: width 0.5s; transition: width 0.5s;}
.services_home span.txt {position:absolute; width:100%; left:0; bottom:30px; font-size:13px; font-family: 'Poppins',arial,sans-serif; font-weight: 500; color:#f07f1a; opacity:0; -webkit-transition: opacity 0.5s; transition: opacity 0.5s;}
.services_home:hover span.link {width:0;}
.services_home:hover span.txt {opacity:1;}

.home_bg_1 {
	background-image: url(grafx/bg_clavier.jpg), url(grafx/bg_cafe.jpg);
	background-position: left top, right bottom;
  	background-repeat: no-repeat, no-repeat;
  	padding-bottom: 100px;
}
.texte_home {
	-webkit-column-count: 3; -webkit-column-gap: 30px; /* Old Chrome, Safari and Opera */
	-moz-column-count: 3; -moz-column-gap: 30px; /* Old Firefox */
	column-count: 3; column-gap: 30px; /* Standard syntax */
}

/* Offres */
a.link_arrow::after {content:''; opacity:1; display : inline-block;height : 0;width : 0;border-top : 6px solid transparent;border-bottom : 6px solid transparent;border-left : 10px solid #f07f1a;position: absolute;top: Calc(50% - 5px);left:0px;-webkit-transition: left 0.3s; transition: left 0.3s;}
a.link_arrow::before {content:''; position:absolute; width:9px; left:0; top:50%; height:2px; background-color: #f07f1a; -webkit-transition: width 0.3s; transition: width 0.3s;}
a.link_arrow {width:100%; display: block; height:40px; line-height:40px; position:relative;}
a.link_arrow span {position:absolute; width:100%; left:0; bottom:0; padding-left: 15px; box-sizing: border-box; font-size:13px; font-family: 'Poppins',arial,sans-serif; font-weight: 500; color:#f07f1a; opacity:1; -webkit-transition: opacity 0.3s; transition: opacity 0.3s;}
a.link_arrow:hover::before, [class^="col c"]:hover a.link_arrow::before, [class*="col c"]:hover a.link_arrow::before {width:70px;} 
a.link_arrow:hover::after, [class^="col c"]:hover a.link_arrow::after, [class*="col c"]:hover a.link_arrow::after {left:70px;}
a.link_arrow:hover span, [class^="col c"]:hover a.link_arrow span, [class*="col c"]:hover a.link_arrow span {opacity:0;}

/* Formulaires */
.inputs.adresses {display: none;}
.titre_form {font-family: 'Poppins',arial,sans-serif; font-size: 15px; font-weight: 600; color:#555555; text-transform:uppercase; display:block; margin-bottom: 2%;}
.inputs{width:100%;min-height:40px;height:100%;line-height:40px;position:relative;display:inline-block;margin: 0 0 10px 0;}
.inputs > label {width:19%;padding:0 0 0 1%;white-space:nowrap;vertical-align:top;line-height:40px;position: absolute; z-index: 1;}
.inputs input:not([type=submit]) {border-radius: 5px; height: 40px; width: 100%; box-sizing: border-box; background-color: #FFF; border: solid 1px rgba(85, 85, 85, 0.05); padding-left:10px; font-family: 'Poppins',arial,sans-serif; font-size:15px; font-weight:400; color:#333;-moz-box-shadow:none;-webkit-box-shadow:none;-o-box-shadow:none;box-shadow:none;position:relative;z-index: 2;}
.inputs select {background:url(grafx/select_arrow.png) no-repeat 100% transparent;text-overflow:'';-moz-box-shadow:none;-webkit-box-shadow:none;-o-box-shadow:none;box-shadow:none;position:relative;z-index: 2;}
.inputs select, .inputs select > option {height: 40px; width: 100%; box-sizing: border-box; background-color: #fff; border: solid 1px #FFF; padding-left:10px; font-family: 'Poppins',arial,sans-serif; font-size:15px; font-weight:400; color:#333;position:relative;z-index: 2;}
.inputs textarea {border-radius: 5px;height: 100%;min-height:250px; width: 100%; box-sizing: border-box; background-color: #FFF; border: solid 1px rgba(85, 85, 85, 0.05); padding:10px 10px; font-family: 'Poppins',arial,sans-serif; font-size:15px; font-weight:400; color:#333;-moz-box-shadow:none;-webkit-box-shadow:none;-o-box-shadow:none;box-shadow:none;resize: none;outline: none;position:relative;z-index: 2;}
.inputs input[type=checkbox], .inputs input[type=checkbox]:focus {border:0;vertical-align:middle;width:20px;height:20px;position:relative;z-index: 2;}
.inputs input[type=radio] {width:5%;height:15px;margin-top:12px;position:relative;z-index: 2;}

.inputs input.required{background-image:url(grafx/required.png); background-repeat:no-repeat; background-position:right center;}
.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{display:none;width:100%;text-align:left;color:#000000;}
.form_ok {display:block;margin:20px 0;color:#13A4CC;font-weight:700;color:#21B339;}
.form_err {display:block;margin:20px 0;color:#000000;font-weight:700;}
.btn_sub, .btn_sub:focus, .inputs .btn_sub, .inputs .btn_sub:focus{font-family: 'Poppins',arial,sans-serif; font-weight: 400; font-size: 16px;margin:0 0;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:12px;}
.btn_sub.bg_error {background-color: #e00735;}
.form_sep {float:left; width: 100%; height: 40px; content: '\00a0';}

.inputs input[type=submit].devis {-webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; background-color: #333; color:#fff; text-align: center; transition: background-color .35s; -webkit-transition: background-color .35s; display:block; width:auto; min-width:35%; padding:0 5%; height:65px; line-height: 65px; text-transform:uppercase; font-family: 'Poppins',arial,sans-serif; font-size: 14px; font-weight: 600; margin-bottom: 10px; border:none; cursor:pointer;}
.inputs input[type=submit].devis:hover {background-color: #f07f1a; 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.oblig {width: 100%;font-size: 13px; color: #fff; line-height: initial;}
.inputs.oblig input[type=checkbox] {width: 15px;height: 15px;}

/* Making placeholder text disappear when clicked on */
::placeholder {color:#8c8c8c; opacity: 1; font-family: 'Poppins',arial,sans-serif; font-size:15px; font-weight:300;}
:-ms-input-placeholder {color:#8c8c8c; font-family: 'Poppins',arial,sans-serif; font-size:15px; font-weight:300;}
::-ms-input-placeholder {color:#8c8c8c; font-family: 'Poppins',arial,sans-serif; font-size:15px; font-weight:300;}

[placeholder]:focus::-webkit-input-placeholder {opacity: 0;}
[placeholder]:focus::-moz-placeholder {opacity: 0;}
[placeholder]:focus::-ms-input-placeholder  {opacity: 0;}
input:focus{outline: transparent;}

/* Custom checkbox */
.inputs label.container {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:#fff;font-size: 14px;}
.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: #333;}
.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);}

/* Contact */
.mini_titre_contact {color: #333; font-size: 14px; font-weight: 700; font-family: 'Poppins',arial,sans-serif;}
.mini_link {margin:30px 0 10px 0;width: 100%; display: block; padding: 1%; background-color: #333; box-sizing: border-box; text-align: center; font-size: 13px; color: #fff; font-weight: 600; text-transform: uppercase;transition: background-color .35s; -webkit-transition: background-color .35s;}
.mini_link:hover {background-color: #f07f1a; color: #fff;}
.gmap {margin:10px 0;}
#contact_box .col.c3 {padding-right: 1.5%;}

/* Mentions */
#section-ml {display: none;}
#section-ml.active {display: block;}

/* ---------------------------------------------------------- */
/*MISE EN PAGE MISSTIBIDOU - Ne pas modifier cette section :] */
/* ---------------------------------------------------------- */
.box_modalite {max-width:1300px; margin:0 auto; display: flex;}
.box_modalite .col {position: relative;margin: 2rem;padding: 2rem;display: flex;flex-direction: row;flex-wrap: wrap;align-items: center;}
.box_modalite .num_modalite {position:absolute;top:-35px;left:1rem;background-color: #fff;width: 65px;height: 65px;border:solid 5px #e33884;border-radius: 50%;text-align: center;line-height: 60px;color:#e33884;font-size: 40px;font-family: 'Pacifico',arial,sans-serif;}
.box_modalite .col:last-child .num_modalite:not(.centre) {right:1rem;left:auto;}
.box_modalite .num_modalite.centre {left:calc(50% - 35px);}

.row .col.box_sblanc {background-color: #fff; margin:0 1%; padding: 70px 10px; width:23%; min-height: 470px;}
.chapo {text-align: center; font-family: 'Poppins',arial,sans-serif; font-size: 17px; font-weight: 400; line-height:26px; color:#fff; padding-bottom: 30px; margin-bottom:30px; margin-top: -10px;}
.chapo.t_left {text-align: left;}
.t_txt {font-family: 'Poppins',arial,sans-serif; color:#252525; font-size: 18px; font-weight: 500; margin-bottom: 5px;}
ul li {display: list-item; list-style-image: url(grafx/square.png); margin-bottom: 10px;}
.txt_modalite {font-family: 'Poppins',arial,sans-serif; font-weight: 400; color:#333132; font-size: 16px; line-height: 24px;padding: 2rem;}
.t_missions {font-family: 'Poppins',arial,sans-serif; font-weight: 700; color:#27bfc5; font-size: 16px;  line-height:30px;margin-bottom: 30px; margin-top: 20px; text-align: left; background-image: url(grafx/ico_missions.png); background-repeat:no-repeat; background-position:center left; padding-left: 50px;}
.txt_missions {font-family: 'Poppins',arial,sans-serif; font-weight: 300; color:#333132; font-size: 15px; line-height: 24px; padding: 0 20px; text-align: justify;}
.txt_service {margin-top:50px; line-height: 26px;}

.t_engagement {font-family: 'Poppins',arial,sans-serif; font-weight: 500; color:#e33884; font-size: 25px;  margin-bottom: 30px; margin-top: 5px; text-align: left; text-transform: uppercase;}
.txt_engagement {font-family: 'Poppins',arial,sans-serif; font-weight: 300; color:#333132; font-size: 16px; line-height: 24px; padding: 0 20px; text-align: justify;}

.t_footer {color: #f07f1a; font-family: 'Poppins',arial,sans-serif; font-weight: 700; font-size: 14px; text-transform: uppercase;}
.padding_bottom {padding-bottom: 80px;}
.txt_footer {color: #333333; font-family: 'Poppins',arial,sans-serif; font-weight: 400;  font-size: 14px;}
.txt_footer a,.txt_footer a:visited {color:#26bcef;}
.txt_footer a:hover {color:#26bcef;}
.t_c6 {font-family: 'Montserrat',arial,sans-serif; color:#029fe2; text-transform: uppercase; font-size: 14px; font-weight: 600; margin-bottom: 5px;}
.txt_c6 {font-family: 'Poppins',arial,sans-serif; font-weight: 300; color:#252525; text-transform: initial; font-size: 14px;}
.mb_30{margin-bottom: 30px;}


/* -------------------------------------------- */
/* Fin MISE EN PAGE MISSTIBIDOU 				*/
/* Ok pour modifications :] <3					*/
/* -------------------------------------------- */
.btn_plus::after {content: '→'; display: inline-block; margin-left:.5rem; font-size: 20px; position: relative; top:2px;}
.btn_plus {font-family: 'Poppins',arial,sans-serif; font-weight: 700;  font-style:italic; font-size: 13px; padding:15px 35px; text-align: center; color: #e33884; margin-top: 40px; display: inline-block;}
.btn_plus:hover {color:#27bfc5;}
.btn_or {display: inline-block; background-color: #e33884; padding: 10px 30px; color:#fff; font-family: 'Poppins',arial,sans-serif; font-weight: 500; font-size: 14px; margin-top:30px; -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px; text-transform: uppercase;}
.btn_orblanc {font-family: 'Lora',arial,sans-serif; font-weight: 400;  font-size: 14px; padding:10px 35px; text-align: center; color: #d5b065; background-color: #fff; margin-top: 40px; display: inline-block;}
.btn_:hover {color:#27bfc5;}
.btn_border, .btn_border:visited {display: inline-block; background-color: #333333; padding: 15px 30px; color:#fff; font-family: 'Poppins',arial,sans-serif; font-weight: 500; font-size: 20px; margin-top:60px; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; border:none;}
.btn_noir, .btn_noir:visited, input.btn_noir {cursor:pointer; display:inline-block; margin-top:30px; padding:20px 45px; font-family: 'Poppins',arial,sans-serif; font-weight: 400; font-size:20px; background-color:#252525; color:#fff; border:solid 2px transparent;}
.btn_noir:hover, input.btn_noir:hover {background-color:#FFF; color:#252525; border:solid 2px #252525;}
.ligne_top::before {content:''; position: relative; top:0; left:0; display:block; width:95px; height:4px; background-color:#f07f1a; margin-bottom: 20px;}
.box_vertical_center {display: flex; align-items: center; justify-content: center;flex-wrap: wrap;}
.no_pb {padding-bottom: 0;}

/* Accordeon */
.content_form.accordion,.accordion {width: auto; max-width: 100%;padding:0 0; cursor:pointer; margin-bottom: 4%;}
.accordion-title {display:block;background-color:#f4f4f4; font-family:'Poppins',arial,sans-serif; font-weight: 600; font-size: 18px; color:#646464; width:100%; height:70px;line-height:70px;box-sizing:border-box;-moz-box-shadow:none;-webkit-box-shadow:none;-o-box-shadow:none;box-shadow:none; padding:0 2% 0 0;}
.accordion-title::before {content:''; float: left; width:40px; height:100%; background-image: url(grafx/points.png); background-repeat:no-repeat; background-position:center center; background-size: content; -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: 'Times',arial; font-size:28px;}
.accordion-title.active::before {content:''; float: left; width:40px; height:100%; background-image: url(grafx/points-blc.png); background-repeat:no-repeat; background-position:center center; background-size: content; transform: rotate(90deg); -webkit-transform:rotate(90deg); -ms-transform: rotate(90deg);}
.accordion-title.active {background-color:#26bcef; color:#fff; box-sizing: border-box; margin-bottom:0; overflow:hidden;}
.accordion-content {padding: 3%; display: none; cursor: default; font-family:'Poppins',arial,sans-serif; font-weight: 300; font-size: 15px;}
.accordion.active .accordion-content {display: block;box-sizing: border-box;}
.content_form.accordion.hidden, .accordion.hidden {display: none;}


/* Footer */
#footer {z-index:9; position: relative; bottom:0; left:0; width:100%; height:auto; background-color:#191416; margin-bottom: 0; padding: 1rem 0; display: block; clear:both;}
#footer #footer_content {width: 100%; height: auto; background-color: #191416; color:#fff; box-sizing: border-box; border-bottom: 1px solid #eeeeee;}
#footer #bande_ml {background-color:#191416; font-size: 14px; color:#fff; font-family: 'Poppins',arial,sans-serif; font-weight: 400;}
#footer #bande_ml a, #footer #bande_ml a:visited {display: inline-block;font-size: 13px; color:#fff; font-family: 'Poppins',arial,sans-serif; font-weight: 400; text-decoration: none;}
#footer a.tel_footer, #footer a.tel_footer:visited {font-size: 14px; font-family: 'Poppins',arial,sans-serif; font-weight: 500; margin-top: 10px; display: inline-block;}
.copyright {font-size: 13px; color:#fff; font-family: 'Poppins'arial,sans-serif; font-weight: 400;}
#footer #bande_ml a.social, #footer #bande_ml a.social:visited, #social_links a.social, #social_links a.social:visited {vertical-align:middle; color:#e33884; font-size: 20px; display: inline-block; padding:0 10px;transition: color .35s; -webkit-transition: color .35s;}
#social_links a.social, #social_links a.social:visited {color:#f07f1a;}
#footer #bande_ml a.social:hover, #social_links a.social:hover {color:#fff; font-weight: 600;}
.ptop70 {padding-top: 70px;} .pbot70 {padding-bottom: 70px;}
.social {color:#e33884; padding:10px;}

.content_img {max-height:285px; width:100%; overflow:hidden;}
.content_img.zoom_in img {-ms-transition: transform 1s cubic-bezier(0, 1, 0.5, 1);-webkit-transition: transform 1s cubic-bezier(0, 1, 0.5, 1);transition: transform 1s cubic-bezier(0, 1, 0.5, 1);}
.content_img.zoom_in:hover img, [class^="col c"]:hover .content_img.zoom_in img, [class*="col c"]:hover .content_img.zoom_in img {-webkit-transform: scale(1.1);-ms-transform: scale(1.1);transform: scale(1.1);}


/* Effets */
@-webkit-keyframes fadeInEspricrea {
	0%		{opacity:0;-webkit-transform:translate3d(0,100px,0);transform:translate3d(0,100px,0)}
	100%	{opacity:1;-webkit-transform:none;transform:none}
}
@keyframes fadeInEspricrea {
	0%		{opacity:0;-webkit-transform:translate3d(0,100px,0);transform:translate3d(0,100px,0)}
	100%	{opacity:1;-webkit-transform:none;transform:none}
}
.fadeInEspricrea {-webkit-animation-name:fadeInEspricrea; animation-name:fadeInEspricrea;}



@keyframes fadeInDownEspricrea {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2.5%, 0);
    transform: translate3d(0, -2.5%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInDownEspricrea {
  -webkit-animation-name: fadeInDownEspricrea;
  animation-name: fadeInDownEspricrea;
}


@-webkit-keyframes pop-in {
	0%		{opacity: 0;
    -webkit-transform: translateY(-4rem) scale(.8);
    transform: translateY(-4rem) scale(.8);}
	100%	{opacity: 1;
    -webkit-transform: none;
    transform: none;}
}
@keyframes pop-in {
	0%		{opacity: 0;
    -webkit-transform: translateY(-4rem) scale(.8);
    transform: translateY(-4rem) scale(.8);}
	100%	{opacity: 1;
    -webkit-transform: none;
    transform: none;}
}
.animate-pop-in {-webkit-animation-delay: 0.8s; animation-delay: 0.8s; -webkit-animation: pop-in .6s cubic-bezier(0, 0.9, 0.3, 1.5) forwards; animation: pop-in .6s cubic-bezier(0, 0.9, 0.3, 1.5) forwards; opacity: 0;}
.owl--text {animation-delay: .2s; text-align: left; width: 100%;}
.owl--text span.titre_header_bis {animation-delay: .5s;}
.txt_header{animation-delay: 1s;}



@-webkit-keyframes pulseEspricrea {to {box-shadow: 0 0 0 25px rgba(224,224,224, 0);}}
@keyframes pulseEspricrea {to {box-shadow: 0 0 0 25px rgba(224,224,224, 0);}}
.pulse-button {box-shadow: 0 0 0 0 rgba(224,224,224, 0.7);-webkit-animation: pulseEspricrea 1.25s infinite cubic-bezier(0.66, 0, 0, 1);animation: pulseEspricrea 1.25s infinite cubic-bezier(0.66, 0, 0, 1);}
.pulse-button:hover {-webkit-animation: none;-moz-animation: none;-ms-animation: none;animation: none;}



.rotation_image img {-webkit-transition: -webkit-transform .5s ease-in-out; transition: transform .5s ease-in-out;}
.rotation_image:hover img {-webkit-transform: rotate(360deg);transform: rotate(360deg);}

/* Buzz Out */
@-webkit-keyframes hvr-buzz-out {
  0% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  5% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  10% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  15% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  20% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  25% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  30% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  35% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  40% {
    -webkit-transform: translateX(1px) rotate(0);
    transform: translateX(1px) rotate(0);
  }
  45% {
    -webkit-transform: translateX(0px) rotate(0);
    transform: translateX(0px) rotate(0);
  }
}
@keyframes hvr-buzz-out {
  0% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  5% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  10% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  15% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  20% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  25% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  30% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  35% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  40% {
    -webkit-transform: translateX(1px) rotate(0);
    transform: translateX(1px) rotate(0);
  }
  45% {
    -webkit-transform: translateX(0px) rotate(0);
    transform: translateX(0px) rotate(0);
  }
}
.hvr-buzz-out {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-animation-name: hvr-buzz-out;
  animation-name: hvr-buzz-out;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.hvr-buzz-out:hover {-webkit-animation-play-state:paused;-moz-animation-play-state:paused;-o-animation-play-state:paused;animation-play-state:paused;}


@keyframes short-press {
  0% {
    transform: scale(1);
  }
  
  50% {
    transform: scale(.9);
  }
  
  100% {
    transform: scale(1);
  }
}


.row .col .box_offres {background-color: #f8f9fa;margin:1rem 0;border-radius: 10px;padding:3.5rem 2rem;}
.detail_offres {text-align: left;font-size: 13px; color:#000; font-family: 'Poppins',arial,sans-serif; font-weight: 300; margin-top: 1rem;}
.detail_offres p {margin-left:50px; padding-left: .5rem; margin-bottom: 1rem; line-height: initial;}
.titre_offres {display: block; line-height: 50px; font-size: 20px; color:#000; font-family: 'Poppins',arial,sans-serif; font-weight: 500;}
.titre_offres img {vertical-align: middle; margin-right: .5rem; display: inline-block;}

.select-offre {font-size: 12px; font-family: 'Poppins',arial,sans-serif; font-weight: 400; margin-bottom: .85rem; line-height: 1.5rem;}
.box_offres .titre-offre {display:block; color:#2b2b2b; font-size: 30px; font-weight: 400; font-family: 'Poppins',arial,sans-serif; margin-bottom: .5rem;}
.box_offres .titre-prix::after {content:'€'; font-size: 15px; vertical-align: text-top;}
.box_offres .titre-prix {display:block; color:#00bcd4; font-size: 48px; line-height:48px; font-weight: 400; font-family: 'Poppins',arial,sans-serif; margin-bottom: 1.5rem;}
.box_offres p {color:#858585; font-size: 16px; font-weight: 300; font-family: 'Poppins',arial,sans-serif; margin: 1rem 0;}
.select-offre::before {content:''; margin: 0 .5rem 0 0;width: 12px; height: 9px; display: inline-block; background-image: url(grafx/select.png);background-repeat: no-repeat;background-size: cover; background-position: 0 0;}
.select-offre.select-ok::before {background-position: 0 0;}
.select-offre.select-ko::before {background-position: 0 -9px;}

a.btn_offre,a.btn_offre:visited {margin-top:1.5rem;display:block; border-radius: 30px; background-color: #00bfd4; width: 100%; line-height: 48px; color:#fff; font-size: 16px; font-family: 'Poppins',arial,sans-serif; text-decoration: none; text-align: center;}
a.btn_offre:hover {background: -webkit-linear-gradient(45deg, #988cff, #00bfd4 100%); background-color: #988cff;}

input.btn_submit {padding:0 3rem;border:none;margin-top:1.5rem;display:block; border-radius: 10px; background-color: #fff; width: auto; line-height: 48px; color:#e33884; font-size: 16px; font-family: 'Poppins',arial,sans-serif; font-weight: 600; margin:0 auto 30px; text-decoration: none; text-align: center;cursor: pointer;}
input.btn_submit:hover {background-color: #fff;}

.gradient {width:auto; height:100%; background: -webkit-linear-gradient(-35deg, #00bfd4, #988cff 100%); background-color: #988cff;}
.h600 {height: 600px;}
#mapid {height: 100%;}

.cta {padding: 40px 0; line-height: normal;}
.cta .texte {padding-top: 0; display: flex; flex-direction: row; flex-wrap: wrap;}
.cta .texte .col-cta {display: flex;align-items: flex-end;flex-direction: column;justify-content: center;}

.d-block {display: block;}

/* Modules */
#temoignages {width: 100%; height: 100%; display: inline-block; margin-bottom: 60px;}
#temoignages .col.c4 {border-right: solid 1px #e33884;}
#temoignages p.txt-tem {padding-right: 2rem;}



/* Sections */
#section-0 {position: relative; margin-top: -2.5%; z-index: 10;}
#section-0 .row.texte {padding-top: 0;}
#section-0 .row.texte .col {background-color: #fff; width: 31.33%; margin: 0 1%; padding:3% 2.5%; text-align: center; font-weight:500; font-size: 14px; color:#3e3e3e; font-family: 'Poppins',arial,sans-serif;}
#section-0 .titre-box-top {color:#27bfc5; font-size: 25px; font-family: 'Lora',serif; margin-bottom:1.25rem;}

/* Galeries */
#filters {text-align: center;}
#filters button.button {padding: 10px 10px; border:solid 1px #191416; color:#e33884; background-color: transparent; margin:0 5px 20px 5px;}
#filters button.button:hover,#filters button.button.is-checked {color:#fff; background-color: #e33884; cursor: pointer}
#filters button.button:focus {outline:0;}
/* clear fix */
.nav_galerie {width: 100%;padding: 0 0 20px 0;font-size: 16px;font-weight: 500;font-family: 'Poppins',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:18px; color:#fff; font-family:'Poppins',arial,sans-serif;font-weight:500; background-color:rgba(190,140,51,.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: scale(1.3) rotate(5deg);-ms-transform: scale(1.3) rotate(5deg);transform: scale(1.3) rotate(5deg);}
.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);}

.content_img {overflow:hidden;}
.content_img:hover img {-webkit-transform: scale(1.3) rotate(5deg);-ms-transform: scale(1.3) rotate(5deg);transform: scale(1.3) rotate(5deg);}
.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);}


.row .col.padding-text {padding:4rem}

a.big_tel {font-size:60px;font-family: 'Poppins',arial,sans-serif;font-weight: 800;margin-bottom: 3rem;display: block;}
a.big_tel:hover {color:#e33884}

#new_dog {display: flex;flex-direction: row;flex-wrap: wrap;align-content: center;justify-content: center;align-items: center;}
#new_dog .chiwa {width:30%;margin:0 1rem 4rem 1rem;text-align: center;text-transform: initial;font-weight: 500;font-family: 'Pacifico',arial,sans-serif;letter-spacing: initial;font-size: 25px;color: #e33884;}
#new_dog .chiwa div {margin: 0 auto;border: solid 10px #e33884;width: 230px;height: 230px;box-sizing: border-box;border-radius: 50%;}