/*
Theme Name: Vezina
Theme URI: http://wordpress.org/
Description: Theme par Dix-Onze inc.
Author: Dix-Onze inc.
Version: 5.0

strppd.css by Iain MacDonald(http://iainspad.com/strppd-css/)

Based on the Meyer Reset by MeyerWeb (http://meyerweb.com/eric/tools/css/reset/)
This is a modified version with additional resetting such as setting certain elements to certain properties, as they should.
This also carries some resets for HTML5 elements i.e. the ':required' pseudo-selector, as well as resetting for mobile browsers.
Also included is some typographical styling, just to set them to their respective type styles.
Finally, there's also form and interactive element styling so forms and navigation elements look clickable.

Be sure to contribute any improvements and changes to this reset as you see fit. Have fun!

v. 1.0
License: Public Domain

*/
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, main {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	font-weight: inherit;
	font-style: inherit;
	font-family: inherit;
	vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary, main {
	display: block;
}

/*---Universal Selector to add additional resets, such as text-size adjust and tap highlighting---*/

* {
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
}

a {
	text-decoration: none;
}


ol, ul {list-style-type: none;}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
}

/*---Additional Form resets---*/

button, input[type="button"] {
	background: none;
}

:required {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
}

/*---Typographic Styling---*/

em, i {
	font-style: italic;
}

strong, b {
	font-weight: bold;
}

u {
	text-decoration: underline;
}

pre, code {
	font-family: Monaco, Courier, monospace;
}

pre {
    white-space: pre;
    white-space: pre-wrap;
    white-space: pre-line;
    word-wrap: break-word;
}

blockquote, q {
	quotes: "" "";
}

blockquote:before, blockquote:after, q:before,  q:after {
	content: "";
}

/*---Interactive Element Settings---*/

a, input[type="submit"], input[type="button"], button, label[for] {
	cursor: pointer;
}

/*---Misc. Element Styling---*/

img {
	-ms-interpolation-mode: bicubic;
}

/* End strppd.css */

/* Custom fonts */
/*
@font-face {
    font-family: 'ModernPictogramsNormal';
    src: url('fonts/modernpictograms/modernpics-webfont.eot');
    src: url('fonts/modernpictograms/modernpics-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/modernpictograms/modernpics-webfont.woff') format('woff'),
         url('fonts/modernpictograms/modernpics-webfont.ttf') format('truetype'),
         url('fonts/modernpictograms/modernpics-webfont.svg#ModernPictogramsNormal') format('svg');
    font-weight: normal;
    font-style: normal; }
*/

/* Proper box model */
* { }

/* General styles */

html {
	font-family: 'Kanit', sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #231f20;
	letter-spacing: .08em;
}

body {
}

a { 
  color: #025687;
  text-decoration: none;
  transition: all .3s;
}
a:hover {
	text-decoration: underline !important;
}

address{  }

aside{  }

b, strong{  }

blockquote{  }

button{ cursor: pointer; }
button:hover{  }
button:active{  }

caption, th, td{ vertical-align: middle; }

h1 {
	font-size: 2.4rem; /* 18px / 12px */
	line-height: 2.8rem; /* 22px / 16px */
	color: #464444;
	font-weight: bold;
	text-transform: uppercase;
	text-align: left;
	margin-bottom: 24px;
}


h2 {
	font-size: 1.5rem; /* 18px / 12px */
	line-height: 1.8rem; /* 22px / 16px */
	color: #f0ce11;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 12px;
}

h3 {
	font-size: 1.3333rem; /* 16px / 12px */
	line-height: 1.8rem; /* 20px / 16px */
	color: #f0ce11;
	font-weight: bold;
	text-transform: uppercase;
	text-align: left;
	padding-top: 10px;
	padding-bottom: 12px;
}

h4 {
	font-size: 1.1666rem; /* 14px / 12px */
	line-height: 1.7rem; /* 18px / 16px */
	color: #666464;
	text-transform: uppercase;
	text-align: left;
	padding-top: 10px;
	padding-bottom: 12px;
}

h5 {
	font-size: 1.1666rem; /* 14px / 12px */
	line-height: 1.125rem; /* 18px / 16px */
	color: #666464;	
	text-transform: uppercase; 
	text-align: left;
}	

h6 {
	font-size: 1.1666rem; /* 14px / 12px */
	line-height: 1.125rem; /* 18px / 16px */
	color: #666464;	
	text-transform: uppercase; 
	text-align: left;
}

.fonce h1, .fonce h2, .fonce h3, .fonce h4, .fonce h5, .fonce h6 {
	color: #fff;
}

i, em{  }

i {
	
}

img {
	max-width: 100%;
	height: auto;
}

input, select, textarea{  }

input[type=radio]{  }
input[type=checkbox]{  }

label{  }

li{  }

p {
	font-size: 1.16666rem;
	line-height: 1.8rem;
	margin-bottom: 12px;
}

p:last-child {
	
}

select{  }
select option{  }

table{ border: 0; border-spacing:0; empty-cells:show; }

textarea{ margin-bottom: 12px; }

ul, ol{  }

hr {
	
}

/*font-family: 'Roboto', sans-serif;/*
/*font-family: 'Raleway', sans-serif;/*


/* Custom styles */

.grid_12.txt-centre,
.grid_2.txt-centre {
	text-align: center;
}


ul {
	list-style-type: none;
}

.boite {
	padding-top: 120px;
}

.boite ul {
	list-style: disc;
	margin-left: 18px;
	margin-bottom: 12px;
	font-size: 1.16666rem;
	line-height: 1.8rem;
}

.entete {
	height: 200px;
	position: relative;
}



.bouton-info {
	padding: 15px 30px;
	background-color: #ed1c24;
	position: fixed;
	top: 0;
	right: 0;
  z-index: 50000;
}

a.bouton-info {
	color: #fff;
	font-weight: bold;
	font-size: 1.1666rem;
	
}

.bouton-info:hover {
	background-color: #3e3e3e;
	text-decoration: none !important;
}



.logo-entete {
	position: absolute;
	top: 50px;
	left: 0;
}

#entete-secondaire {
	width: 100%;
	height: 600px;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	background-color: #444;
}

#menu-principal {
	position: absolute;
	top: 150px;
	right: 0;
}
	#menu-principal .sf-menu {
		margin: 0;
	}
	#menu-principal li {
		margin-left: 24px;
		background: none;
		border: none;
	}
	#menu-principal li a {
		color: #fff;
		font-size: 15px;
		font-weight: 500;
		margin: 0;
		padding: 0;
		border: none;
	}
	#menu-principal li a:hover {
		color: #7f7f7f;
	}
	#menu-principal ul.sub-menu {
		background: transparent;
    border: none;
    border-top: none;
    border-radius: 0;
    padding-top: 20px;
    box-shadow: none;
	}
	#menu-principal ul.sub-menu li {
		background: #000;
		text-align: left;
		margin: 0;
		padding: 6px 12px;
	}
	#menu-principal ul.sub-menu li a {
		color: #fff;
	}
	.sf-menu ul {
		min-width: 10em !important;
	}
 	#menu-principal ul.sub-menu i {
		font-size: 14px;
		color: #fff;
		margin-right: 6px;
	}

#menu-mobile {
	cursor: pointer;
	display: none;
}

#menu-mobile:before {
	font-size: 2rem;
}

#menu-principal li a {
	font-size: 1.1666rem;
	color: #025687;
	font-weight: 500;
	text-decoration: none;
	text-transform: uppercase;
}

#menu-principal li:first-child a {
	margin-left: 0;
}

#menu-principal > ul > li.current-menu-item > a,
#menu-principal ul li a:hover {
	color: #f0ce11;
	text-decoration: none !important;
}

.sf-menu li {
	white-space: normal !important;
}

.photo-accueil {
	width: 100%;
	display: block;
}


.bandeau-secteur {
	height: 54px;
	background-image: url(images/photo-bandeau.jpg);
	width: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	text-align: center;
}

.bandeau-secteur li {
	font-size: 1.5rem;
	letter-spacing: .18em;
	color: #fff;
	padding-left: 30px;
	padding-right: 30px;
}

.bandeau-secteur ul { 
  list-style-type: disc;
 }

.bandeau-secteur ul {
	line-height: 54px;	
	vertical-align: center;
}

.bandeau-secteur ul li {
	display: inline-block;
	position: relative;
}
.bandeau-secteur ul li:after {
	content: "•";
	display: block;
	position: absolute;
	right: -4px;
	top: 0;
}
.bandeau-secteur ul li:last-child:after {
	content: "";
}

.bandeau-secteur ul li:last-child {
	margin-right: 0;
}


.bouton-equipe img {
	vertical-align: middle;
}

.bouton-equipe {
	margin-right: 20px;
}
	
.texte-icone-equipe{
	display: inline-block;
	vertical-align: middle;
}

a.texte-icone-equipe {
	color: #025687;
	font-weight: 500;
	font-size: 1.3333rem;
	text-decoration: none !important;
}

.texte-icone-equipe:hover {
	color: #f0ce11;
	text-decoration: none !important;
}

.secteurs-offerts {
	padding-top: 50px;
	padding-bottom: 50px;
	background-image: url(images/photo-secteur.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	text-align: center;
}

.icone-secteur img {
	display: block;
	margin: 0 auto 30px;
	text-decoration: none !important;
}

a.icone-secteur {
	color: #fff;
	font-size: 1.166rem;
	letter-spacing: .2em;
	font-weight: bold;
	font-family: 'Raleway', sans-serif;
	text-decoration: none !important;
}

.icone-secteur:hover {
	color: #f0ce11;
	text-decoration: none !important;
}

.photo-blogue {
	margin-bottom: 30px;
	
}

.depositaires h2,
.certifications h2,
.clients h2,
.blogue h2 {
	padding-bottom: 40px;
}

.depositaires img {
	margin-left: auto;
	margin-right: auto;
}

.logos-certifications {
	margin: 0 auto;
  text-align: center;
}

.logos-certifications img {
  padding: 0 10px;
}

.blogue p,
.blogue time {
	color: #3e3e3e;
}

.bouton-jaune {
	margin-top: 25px;
	margin-right: 20px;
}


.bouton-jaune i {
	line-height: 36px;
}

.bouton-jaune a {
	width: 36px;
	height: 36px;
	display: inline-block;
	text-align: center;
	background-color: #f0ce11;
	border-radius: 50%;
	float: right;
}

.bouton-jaune.fleche a {
	float: none;
}

.bouton-jaune.fleche a.bouton-fleche-droite {
	float: right;
}

.bouton-jaune a.petit-plus i,
.bouton-jaune a.bouton-fleche-gauche i,
.bouton-jaune a.bouton-fleche-droite i {
	font-size: 1.1666rem !important;
	color: #fff;
}

.bouton-jaune a:hover {
	background-color: #0a5587;
	border-bottom: none !important;
}

.bouton-jaune.fleche {
	margin-top: 40px;
	margin-bottom: 44px;
	margin-right: 0;
}

.entete-page-blogue {
	height: 350px;
	width: 100%;
	background-image: url(images/photo-page-blogue.png);
	background-repeat: no-repeat;
	background-size: cover;
}

.photo-page-blogue p.gros {
	font-size: 4rem;
	color: #fff;
	text-align: left;
	padding-top: 90px;
	padding-bottom: 10px;
	font-weight: 400;
}

.entete-page-blogue p {
	font-size: 2.6666rem;
	color: #fff;
	line-height: 3.833rem;
}
	
.un-article {
	max-width: 580px;
}
	
.photo-realisation {
	float: left;
	margin-bottom: 24px;
}

.realisations time {
	margin-bottom: 12px;
	font-size: 1.1666rem;
	color: #666464;
	text-transform: uppercase;
	display: block;
	clear:  both;
}

.realisations p {
	padding-bottom: 15px;
	margin-right: 30px;
}

.publications {
	margin-bottom: 30px;
}

#sidebar ul {
	list-style: none;
	columns: 1;
}

#sidebar h2,
#sidebar p {
	font-size: 1.1666rem;
	color: #6d6e71;
	padding-bottom: 14px;
	text-align: left;
}
#sidebar h2 {
	font-weight: normal;
	margin-bottom: 0;
}
#sidebar li.widget {
	margin-bottom: 48px;
}
#sidebar li.widget li {
	margin-bottom: 10px;
}

#sidebar a {
	color: #000;
}

#sidebar a:hover {
	color: #f0ce11;
	text-decoration: none !important;
}

.photo-equipe {
	width: 100%;
	display: block;
}

.equipe h2 {
	font-size: 1.1666rem; /* 14px / 12px */
	line-height: 1.125rem; /* 18px / 16px */
	color: #666464;	
	text-transform: uppercase; 
	text-align: left;
	padding-top: 8px;
	padding-bottom: 24px;
	font-weight: 400;
}
	


.equipe h1 {
	text-align: left;
}


.icone-equipe {
	position: absolute;
	height: 60px;
	width: 60px;
	bottom: 4px;
	left: 10.3448%;
}

.photo-employe {
	margin-top: 30px;
}

.employe {
	position: relative;
	/*height: 400px;*/
	margin-bottom: 20px;
	max-width: 580px;
}

.employe .barre {
	position: absolute;
	left: 0;
	bottom: 3px;
	width: 100%;
	height: 10px;
	background: rgba(2, 86, 135, 0.8);
}

.employe-ouvert {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(2, 86, 135, 0.8);
	display: none;
}

.employe-ouvert h2 {
	position: absolute;
	top: 215px;
	left: 50px;
	text-align: left;
	color: #f0cc00;
	font-size: 1.5rem;
	line-height: 1.8rem;
}

.employe-ouvert p {
	position: absolute;
	top: 280px;
	left: 50px;
	color: #fff;
	font-size: 1rem;
	text-align: left;
}

.employe-ouvert .icone-equipe {
	position: absolute;
	height: 60px;
	width: 60px;
	top: 30px;
	left: 10.3448%;
}

.icone-magasin {
	height: 60px;
	width: 60px;
	margin-top: -15px;
}

.info-joindre {
	padding-top: 120px;
	color: #3e3e3e;
}

a.mail {
	padding-top: 25px;
	padding-bottom: 25px;
}

.info-joindre a:hover {
	color: #f0ce11;
	text-decoration: none !important;
}

.info-joindre h2 {
	padding-top: 50px;
	padding-bottom: 8px;
	font-weight: bold;
	color: #3e3e3e;
	font-size: 1.1666rem; /* 14px / 12px */
	line-height: 1.125rem; /* 18px / 16px */
	text-align: left;
}

td {
	line-height: 1.8rem;
	padding-right: 10px;
	text-align: right;
}


.formulaire img {
	margin-top: 45px;
}

.map img,
.photo-entete-produits {
	width: 100%;
	background-repeat: no repeat;
	background-size: cover;
	display: block;
}

.produits h2 {
	text-align: left;
}

.produits h3 {
	font-size: 1.1666rem; /* 14px / 12px */
	line-height: 1.125rem; /* 18px / 16px */
	font-weight: 400;
	padding-top: 15px;
	padding-bottom: 20px;
	color: #666464;
}

.produits .boite{
	padding-bottom: 120px;
}

.un-article-l,
.un-produit {
	max-width: 980px;
	margin: 50px auto 50px auto;
}
.un-article-l .img-article,
.un-produit .img-produit {
	width: 200px;
	float: left;
}

.un-produit .txt-produit {
	width: 680px;
	margin-left: 20px;
	float: right;
}

.un-article-l .txt-article {
	width: 570px;
	float: right;
}
.un-article-l .txt-article h2 {
	margin-top: 48px;
}
.un-article h3 a,
.un-article-l .txt-article h2 a {
	color: #f0ce11;
}

.produits-icone-magasin  {
	height: 110px;
	width: 110px;
}

.txt-centre h3 {
	text-align: center;
	font-family: 'Raleway', sans-serif;
	font-weight: bold;
}

.txt-centre p {
	text-align: center;
	padding-bottom: 25px;
}

.produits li {
  font-size: 1.1rem;
  line-height: 1.6rem;
  color: #000;
}

.produits ul {
  list-style-type: disc;
  /*list-style-position: inside;*/
  display: block;
  columns: 1;
}


footer {
	padding-top: 46px;
	padding-bottom: 30px;
	background-color: #f0ce11;
	margin-top: 120px;
}

.pied-de-page {
	font-weight: 500;
	color: #3e3e3e;
}

.pied-de-page h2 {
	font-size: 1.1666rem; /* 14px / 12px */
	line-height: 1.125rem; /* 18px / 16px */
	font-weight: bold;
	color: #3e3e3e;
	text-align: left;
}


.pied-de-page a,
.pied-de-page p {
	font-weight: 500;
	color: #3e3e3e;
}


.pied-de-page a:hover {
	color: #0a5587;
	border-bottom: 2px solid #0a5587;
	padding-bottom: 1px;
	text-decoration: none !important;
}

.pied-de-page p {
	line-height: 1.5rem;
	margin-bottom: 12px;
}

.pied-de-page h2 {
	margin-bottom: 12px;
}

.menu-pied-page {
	line-height: 2rem;
}
.menu-pied-page a {
	text-transform: uppercase;
}

p.menu-pied-page {
	padding-top: 40px;
}

.ouverture {
	margin-left: 30px;
}

.ouverture table {
	color: #3e3e3e;
	font-weight: 500;
}
	
ul.dernier-bloc {
	margin-bottom: 12px;
}

ul.dernier-bloc li {
	margin-top: 5px;
}

.resize {
    width: 50px;
    height: auto;
	margin-top: 20px;
}

.resize-1 {
    width: 40px;
    height: auto;
	margin-top: 20px;
}

.reseaux-sociaux {
	padding-top: 24px;
}

.reseaux-sociaux ul {
	display: block;
}

.reseaux-sociaux ul li {
	display: inline;
	line-height: 30px;
}

.reseaux-sociaux i {
	color: #000;
	font-size: 12px !important;
	line-height: 30px;
}

.reseaux-sociaux a.fa:hover {
	padding-bottom: 0;
	text-decoration: none !important;
	border-bottom: 0;
}

.reseaux-sociaux a.rs-facebook,
.reseaux-sociaux a.rs-twitter,
.reseaux-sociaux a.rs-instagram {
	width: 30px;
	height: 30px;
	display: inline-block;
	text-align: center;
	margin-left: 10px;
	background-color: #fff;
	border-radius: 50%;
}

.reseaux-sociaux a.rs-facebook i,
.reseaux-sociaux a.rs-twitter i,
.reseaux-sociaux a.rs-instagram i  {
	font-size: 18px !important;
}

.reseaux-sociaux a.rs-facebook i {
	color: #3b5999;
}
.reseaux-sociaux a.rs-facebook:hover {
	background-color: #3b5999;
}

.reseaux-sociaux a.rs-twitter i {
	color: #55acee;
}
.reseaux-sociaux a.rs-twitter:hover {
	background-color: #55acee;
}

.reseaux-sociaux a.rs-instagram i {
	color: #e4405f;
}
.reseaux-sociaux a.rs-instagram:hover {
	background-color: #e4405f;
}

.reseaux-sociaux a.rs-facebook{
	margin-left: 0;
}

.reseaux-sociaux a.rs-facebook:hover i,
.reseaux-sociaux a.rs-twitter:hover i,
.reseaux-sociaux a.rs-instagram:hover i	{
	color: #fff;
}

.reseaux-sociaux li a.rs-facebook:hover,
.reseaux-sociaux li a.rs-twitter:hover,
.reseaux-sociaux li a.rs-instagram:hover {
	border-bottom: none !important;
}

.wp-pagenavi {
	text-align: center;
}
	.wp-pagenavi .pages {
		display: none !important;
	}
	.wp-pagenavi a,
	.wp-pagenavi span {
		border: none !important;
		height: 30px;
		width: 30px;
		padding: 0 !important;
		line-height: 30px !important;
		text-align: center;
		display: inline-block;
	}
	.wp-pagenavi a {
		color: #000;
		background-color: #fff;
	}
	.wp-pagenavi span.current {
		color: #fff;
		background-color: #000;
	}

.retour {
	text-transform: uppercase;
}

#sidebar {
	text-align: left;
}

#sidebar h3 {
  font-weight: bold;
}

.img-art-tl {
	margin-right: 24px;
	margin-bottom: 24px;
}

.a-propos {
	margin-bottom: 120px;
}

.bouton-secteur {
	display: block;
	width: 105px;
	height: 105px;
	border-radius: 53px;
	background-color: #f0ce11;
	margin: 0 auto;
}
a:hover .bouton-secteur {
	background-color: #025687;
}

.bouton-equipe {
	display: inline-block;
	width: 50px;
	height: 50px;
	border-radius: 25px;
	background-color: #025687;
}
a:hover .bouton-equipe {
	background-color: #f0ce11;
}



div.wpcf7-mail-sent-ok,
div.wpcf7-validation-errors {
	border: 0 !important;
	color: #fff;
	margin: 0 0 30px 0 !important;
	padding: 10px !important;
}
div.wpcf7-validation-errors {
	background-color: #c6213d !important;
}
span.wpcf7-not-valid-tip {
	color: #c6213d !important;
}
div.wpcf7-mail-sent-ok {
	background-color: #398F14;
}
span.wpcf7-not-valid-tip {
	font-size: 0.9rem !important;
}

.wpcf7-form input[type=text],
.wpcf7-form input[type=email],
.wpcf7-form textarea {
	color: #000;
	font-weight: bold;
	border: none;
	border-bottom: 3px solid #f0ce11;
	width: 100%;
	padding: 6px 0;
	font-size: 1rem;
	margin-bottom: 12px;
}

.wpcf7-form textarea:focus, 
.wpcf7-form input:focus {
    outline: none;
}

.wpcf7-form input[type=submit] {
	border: none;
	background: #f0ce11;
	color: #fff;
	padding: 12px 24px;
}
.wpcf7-form input[type=submit]:hover {
	background: #3e3e3e;
}

div#wpcs_tab_222 {
	top: 50% !important;
	margin-top: -86px !important;
}

.alignleft {
	float: left;
	margin-bottom: 24px;
	margin-right: 24px;
}
.alignright {
	float: right;
	margin-bottom: 24px;
	margin-left: 24px;
}


.faq-more h3 {
	cursor: pointer;
}
.faq-details {
	display: none;
}

.liste-noire {
  list-style: disc;
  margin-left: 20px;
}

/* Slider */
.slick-slide {
    margin: 0px 20px;
}

.slick-slide img {
    width: 100%;
}

.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}










/* Au max */

@media screen and (max-width: 1220px) {
h1, h2, h3, h4, h5, h6 {
  text-align: center;
}

  #sidebar h2, #sidebar p {
    text-align: center;    
  }  
  #entete-secondaire {
    height: 450px;
  }
  
img {
	max-width: 100% !important;
}

.boite {
	padding-top: 80px;
}

.a-propos p {
	padding-right: 20px;
}

.un-article,
.blogue .container_12 .grid_6,
.produits .container_12 .grid_10,
.produits .container_12 .grid_2 {
	width: 100% !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
	text-align: center !important;
	display: block !important;	
	clear: both !important;
	float: none !important;
	margin-left: auto;
	margin-right: auto;
}

.produits-icone-magasin{
	height: 50px;
	width: 50px;
}

.pied-de-page .container_12 .grid_2,
.pied-de-page .container_12 .grid_4,
.pied-de-page .container_12 .grid_3 {
	width: 100% !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
	text-align: center !important;
	display: block !important;	
	clear: both !important;
	float: none !important;
}

.bouton-jaune.plus {
	margin-right: 0;
}

.bouton-jaune a {
	float: none;
}

.photo-blogue {
	margin-top: 30px;
}

.produits h4,
.blogue h3,
.pied-de-page h2,
.pied-de-page td {
	text-align: center;
}


.pied-de-page h2 {
	padding-top: 20px;
}

.txt-centre p,
.txt-produit h2,
.txt-produit h3 {
	text-align: center;
}

.un-produit,
.img-produit,
.txt-produit {
	width: 100% !important;
	float: none;
}

.produits h1,
.txt-produit h2 {
	padding-top: 15px;
}

.produits ul {
	margin: auto 0;
}

.menu-pied-page {
	display: none;
}

.equipe .container_12 .grid_6 {
	margin: 0 auto;
	padding-left: 0 !important;
	padding-right: 0 !important;
	text-align: center !important;
	display: block !important;	
	clear: both !important;
	float: none !important;
}

.ouverture {
	margin-left: 0;
}
.ouverture table {
	display: inline-block;
}

}

	

@media screen and (min-width: 961px) {
	#menu-mobile {
		display: none;
	}
	#menu-principal > ul {
		display: block !important;
	}
}	

@media screen and (max-width: 960px) {

#menu-principal ul.sub-menu {
	left: auto;
	top: auto;
	right: auto;
	float: none;
	clear: both;
	position: relative;
	padding:  0;
}
	
#menu-principal ul.sub-menu li {
  white-space: normal;
	background: #f0ce11;
}
#menu-principal ul.sub-menu li a {
	color: #333
}
	
#menu-mobile {
	display: inline-block;
	position: absolute;
	right: 0;
	top: -40px;
	z-index: 300;
}

#menu-principal ul {
	display: none;
	width: 200px;
	padding: 12px;
	background: #f0ce11;
	text-align: center;
	position: absolute;
	right: 40px;
	top: -40px;
	z-index: 300;
}

#menu-principal ul li {
	margin-left: 0;
	display: block;
	line-height: 0;
	float: none;
	clear: both;
}

#menu-principal ul a {
	color: #000;
	line-height: 1.7rem;
	margin: 0;
	text-align: left;
}
	
#menu-principal > ul > li > a {
	font-weight: bold;
	padding: 6px 0;
}
	
#menu-principal > ul > li.current-menu-item > a,
#menu-principal > ul > li > a:hover {
	color: #000;
}

#menu-principal ul li a:hover {
	border: none;
	color: #025687;
}

#menu-principal li:first-child a {
	margin-left: 0;
}



.menu-pied-page {
	display: none;
}




html {
	font-size: 10px;
	line-height: 14px;
}

.equipe .container_12 .grid_6 {
	margin: 0 auto;
	padding-left: 0 !important;
	padding-right: 0 !important;
	text-align: center !important;
	display: block !important;	
	clear: both !important;
	float: none !important;
}


.ajustement {
display: none;
}
}

@media screen and (max-width: 760px) {
#entete-secondaire {
  height: 200px;
}
  
.bandeau-secteur {
	height: 44px;
}

.bandeau-secteur li {
	font-size: 1rem;
	padding-left: 15px;
	padding-right: 15px;
}

.bandeau-secteur ul {
	line-height: 44px;		
}

.a-propos .container_12 .grid_6,
.realisations .container_12 .grid_10,
.realisations .container_12 .grid_2 {
	width: 100% !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
	text-align: center !important;
	display: block !important;	
	clear: both !important;
	float: none !important;
}

.realisations p {
	margin-right: 0;
}

.realisations h1 {
	text-align: center;
	padding-left: 0;
}

h1,
h2,
h3,
h4 {
	text-align: center !important;
}

.a-propos p {
	padding-right: 0;
}

img.photo-a-propos {
	margin-bottom: 60px;
}

.map iframe {
	height: 300px;
}
	
ul {
	text-align: center;
	list-style-position: inside !important;
}

.container_12 .grid_1,
.container_12 .grid_2,
.container_12 .grid_3,
.container_12 .grid_4,
.container_12 .grid_5,
.container_12 .grid_6,
.container_12 .grid_7,
.container_12 .grid_8,
.container_12 .grid_9,
.container_12 .grid_10,
.container_12 .grid_11,
.container_12 .grid_12 {
	width: 98% !important;
	padding-left: 1% !important;
	padding-right: 1% !important;
	text-align: center !important;
	display: block !important;	
	clear: both !important;
	float: none !important;
}
	
.info-joindre table {
	margin: 0 auto;
}

img.photo-a-propos{
	display: none;
}

.bouton-jaune.fleche a {
	float: left;
}

.produits ul {
	columns: 1;
}
	
.formulaire {
	margin-top: 36px;
}

}