/*
Theme Name: S_entiel 1.0
Author: Lead Multimédias | Dominique Senay
Author URI: http://leadmultimedias.com/
Version: 1.0
Tags: custom header (logo), Alante slider.
*/

/*---------------------------------------------------------------------------
-----------------------------------------------------------------------------
Général
-----------------------------------------------------------------------------
----------------------------------------------------------------------------- */

@import url('https://fonts.googleapis.com/css?family=Oswald:200,300,400,500,600,700&display=swap');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800&display=swap');


body {
  margin:0;
  padding:0;
  font-size:14px;
  font-family:'Oswald', sans-serif;
  font-weight:300;
}

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

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

br {
  line-height:1.4em;
}

b, strong {
  font-weight:600;
}

h1 {
  font-size:2.4em;
  font-weight:400;
}

h1 a {
  color:#fff;
}

h1 a:focus {
  color:#fff;
}

h2 {
  font-size:1.8em;
  font-weight:400;
  margin-top:1.6em;
}

h3 {
  font-size:1.4em;
}

.h3-article::before,
.h3-article::after {
  display:block;
  width:100%;
  height:1px;
  background-color:#b2b2b2;
  margin:0 auto;
  content:"";
}

.h3-article {
  font-weight:400;
  color:#444;
  line-height:2.9em;
  text-align:center;
  display:block;
  font-weight:400;
}

h4 {
  font-size:1.3em;
  line-height:2em!important;
  font-weight:400;
}

h1, h2, h3, h4, h5, h6 a {
  color:#000;
  line-height:normal;
}

#header-principal {
  position:fixed;
  width:100%;
  z-index:9100;
  box-shadow:#8a8a8a 1px 1px 4px;
  background-color:#fff;
}

#page {
  padding-top:98px;
}

.attachment-post-thumbnail {
  margin-top:17px;
  top:3px;
  position:relative;
}

.a-button {
   position:relative;
   top:60px;
   color:#fff;
   max-width:320px;
   margin:0 auto;
   background-color:#8cc63e;
   font-weight:700;
   font-size:1.3em;
   display:block;
   text-decoration:none;
   padding:14px 32px;
   box-sizing:border-box;
   text-align:center;
   text-decoration:none;
   border-radius:12px;
   cursor:pointer;
}

.a-button:hover,
.a-button:focus {
   background-color:#ade069;
   color:#fff;
   transition:0.4s;
}

#a-propos {
   position:relative;
   top:80px;
}

.vert {
  background-color: #8cc63e; /* Green */
  border: none;
  color: white;
  padding: 14px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 1.1em;
  font-weight:500;
  border-radius:12px;
}

.vert2 {
  background-color: #8cc63e; /* Green */
  border: none;
  color: white;
  padding: 12px 26px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size:0.9em;
  font-weight:300;
  border-radius:12px;
  margin-right:auto;
  margin-left:auto;
  text-align:center;
  cursor:pointer;
}

.vert2:hover {
  background-color: #ade069; /* Green */
  color: white;
  cursor:pointer;
  -webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.vert2:focus {
  background-color: #ade069; /* Green */
  color: white;
  cursor:pointer;
  -webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  clear:both;
}

.container-fluid-archive {
  padding-top:40px;
  padding-right: 15px;
  padding-left: 15px;
  margin-bottom:40px;
  margin-right: auto;
  margin-left: auto;
}

.container-fluid-acces {
  padding-right: 15px;
  padding-left: 15px;
  border-top:1px solid #d8d8d8;
  margin-right: auto;
  margin-left: auto;
  clear:both;
}
.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
}

.container {
  max-width: 960px;
  margin-left:auto;
  margin-right:auto;
  width:100%;
}

.container-actualite {
  max-width: 1120px;
  margin-left:auto;
  margin-right:auto;
  width:100%;
}

article {
  padding-top:60px;
  padding-bottom:80px;
  max-height:100%;
  height:auto;
  line-height:30px;
  font-size:17px;
}

.article-archive {
  padding-top:20px;
  padding-bottom:45px;
  height:auto;
  line-height:30px;
  font-size:20px;
}

.entry-header {
  margin-top:40px;
  margin-bottom:40px;
}

.entry-header-single {
  margin-top:20px;
  margin-bottom:40px;
}

.entry-header-archive {
  margin-top:20px;
  margin-bottom:40px;
}

.entry-header-archive-title {
  margin-top:40px;
  margin-bottom:20px;
}

.entry-meta {
  display:none;
}

.entry-meta a {
  color:#000!important;
  text-decoration:none;
  -webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.entry-meta a:hover {
  color:#b3b3b3!important;
  -webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.entry-meta a:focus {
  color:#b3b3b3!important;
  -webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.entry-content a {
  color:#439ef3;
  -webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.entry-content a:hover {
  color:#283f89;
  -webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.entry-content a:focus {
  color:#283f89;
  -webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.single {
  padding-top:20px;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  float:left;
}

.col-md-1 {
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.col-md-2 {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
  padding-bottom:80px;
}

.col-md-4 {
  -ms-flex: 0 0 31.1%;
  flex: 0 0 31.1%;
  max-width: 31.1%;
  padding:0 10px;
}

.col-md-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
  padding-bottom:60px;
}

.site-branding {
  z-index:8888;
  padding: 0 15px;
	position:absolute;
  min-width:800px;
  float:left;
  line-height:85px;
  vertical-align:middle;
}

.site-branding img {
  vertical-align:middle;
}

img.alignright {
  float:right;
  margin:0 0 1em 1em;
}

img.alignleft {
  float:left;
  margin:0 2em 1em 0;
}

img.aligncenter {
  display:block;
  margin-left:auto;
  margin-right:auto;
}

.alignleft {
	float: left;
	margin: 0.375em 1.75em 1.75em 0;
}

.alignright {
	float: right;
	margin: 0.375em 0 1.75em 1.75em;
}

.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto 1.75em;
}

.swpm-more-tag-not-logged-in a {
  color:#439ef3;
  -webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.swpm-more-tag-not-logged-in a:hover {
  color:#283f89;
  -webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.swpm-more-tag-not-logged-in a:focus {
  color:#283f89;
  -webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.swpm-login-link {
  color:#439ef3;
  -webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.swpm-login-link:hover {
  color:#283f89;
  -webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.swpm-login-link:focus {
  color:#283f89;
  -webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.swpm-login-form-inner a {
  color:#439ef3;
  line-height:1.5em;
  -webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.swpm-login-form-inner a:hover {
  color:#283f89;
  -webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.swpm-login-form-inner a:focus {
  color:#283f89;
  -webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.swpm-rember-label {
  font-size:1.2em;
}

#swpm-registration-form {
  font-size:13px!important;
}

#swpm-registration-form td {
  padding-right:20px;
}

#s {
  width:100%;
}

.screen-reader-text {
  color:#000;
  font-size:1em;
  font-weight:300;
  cursor:auto;
  text-decoration:none;
}

#searchsubmit {
  background-color:#8cc63e; /* Green */
  border:none;
  color:white;
  padding:10px 19px;
  text-align:center;
  text-decoration:none;
  display:inline-block;
  font-size:0.9em;
  font-weight:500;
  border-radius:9px;
  width:inherit;
  cursor:pointer;
  -webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

#searchsubmit:hover {
  background-color:#ade069;
  -webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

button, html input[type="button"], input[type="submit"] {
  background-color: #8cc63e; /* Green */
  border: none;
  color: white;
  padding: 14px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 1.1em;
  font-weight:500;
  border-radius:12px;
  width:inherit;
  -webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

button, html input[type="button"], input[type="submit"]:hover {
  background-color: #ade069; /* Green */
  color: white;
  cursor:pointer;
  -webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

button, html input[type="button"], input[type="submit"]:focus {
  background-color: #ade069; /* Green */
  color: white;
  cursor:pointer;
  -webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

input, textarea {
  padding: 8px 12px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  width:250px;
}

label {
  font-size:1.2em;
  cursor:text;
}

.swpm-pw-reset-submit {
  margin-top:1em;
}

.swpm-registration-submit-section {
  max-width:478px;
  margin-top:-80px;
}

#swpm-registration-form table tbody tr td {
  max-width:300px;
}

.page-numbers {
  background-color:#4a4a4a;
  border:none;
  color:white;
  padding:6px 12px;
  text-align:center;
  text-decoration:none;
  text-transform:uppercase;
  display:inline-block;
  font-size:1.1em;
  font-weight:500;
  border-radius:3px;
  width:inherit;
  -webkit-transition:all 0.4s ease;
  -moz-transition:all 0.4s ease;
  transition:all 0.4s ease;
}

.page-numbers:hover {
  background-color:#787878;
  color:white;
  -webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	transition:all 0.4s ease;
}

.page-numbers:focus {
  background-color:#519ce2;
  color:white;
  -webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	transition:all 0.4s ease;
}

.formErrorContent {
  display:none;
}

.formErrorArrow {
  display:none;
}

#swpm-registration-form {
  margin-top:-40px;
}

#swpm-registration-form {
  font-size:1.2em;
  font-family:'Oswald', sans-serif;
  font-weight:400;
}

#swpm-registration-form {
  white-space:pre;
}

.attachment-post-thumbnail{
  margin-left:auto;
  margin-right:auto;
  display:block;
}

.image-a-la-une-2 {
  margin-bottom:-4px;
  margin-left:auto;
  margin-right:auto;
  display:block;
}

.image-a-la-une-2 img {
  margin-left:auto;
  margin-right:auto;
  display:block;
}

.ezcol-one-third {
  margin-top:40px;
}

.wp-caption {
	margin-bottom: 1.75em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0;
}

.wp-caption .wp-caption-text {
	color: #686868;
	line-height: 1.6153846154;
	padding-top: 0.5384615385em;
}

#map iframe {
  max-width:960px;
}


/*---------------------------------------------------------------------------
-----------------------------------------------------------------------------
Navigation
-----------------------------------------------------------------------------
----------------------------------------------------------------------------- */

/* Menu principal */

.barrenav {
  background-color:#fff!important;
  display:block!important;
  height:auto!important;
}

#navigation-site {
  max-width:960px;
  margin-right:auto;
  margin-left:auto;
  padding:0;
  z-index:9999;
  position:relative;
}

#navigation-site ul {
  margin:0;
  padding:0;
  list-style-type:none;
  float:right;
}

#navigation-site li {
  float:left;
  margin:auto;
  text-align:center;
  padding:34px 0px;
  font-size:1.12em;
  font-weight:700;
  font-family: 'Open Sans', sans-serif;
}

#navigation-site li a {
  color:#000;
  text-decoration:none;
  margin:0;
  padding:34px 18px;
  transition:0.5s;
  -webkit-transition:0.5s; /* Safari */
}

#navigation-site li a:hover {
  background-color:#efefef;
}

#navigation-site ul li ul {
  padding:0;
  width:200px;
  display:none;
  position:absolute;
}

#navigation-site ul li ul li {
  font-size:13px;
}

#navigation-site ul li ul li a {
  display:block;
  float:left;
  width:112px;
  background-color:#626569;
  transition:0.5s;
  -webkit-transition:0.5s; /* Safari */
  opacity:0.92;
}

#navigation-site ul li ul li a:hover {
  background-color:#5a8397;
}

#navigation-site ul li:hover ul {
  display:block;
}

.menu-container {
  display:inline-block;
  cursor:pointer;
  float:right;
  margin:5px 15px 5px 0;
}

.bar1, .bar2, .bar3 {
  width:52px;
  height:7px;
  background-color: #939393;
  border-radius:3px;
  margin:10px 0;
  transition:0.4s;
  -webkit-transition:0.4s; /* Safari */
}

.change .bar1 {
  -webkit-transform:rotate(-45deg) translate(-17px, 5px);
  transform:rotate(-45deg) translate(-17px, 5px);
}

.change .bar2 {
  opacity: 0;
}

.change .bar3 {
  -webkit-transform: rotate(45deg) translate(-19px, -7px);
  transform: rotate(45deg) translate(-19px, -7px);
}

.bascule {
  width:100%;
  position:absolute;
  z-index:99999;
  opacity:0.94;
  display:none;
  margin-top:98px;
}

#bascule-navigation-site ul {
  list-style-type:none;
  padding:0;
  margin:0;
  border-top:1px dotted #e1e1e1;
}

#bascule-navigation-site li {
  background-color:#626569;
  line-height:39px;
  margin-left:20px;
  margin-right:20px;
}

#bascule-navigation-site li a {
  color:#fff;
  cursor:pointer;
  border:none;
  text-align:left;
  outline:none;
  font-size:15px;
  transition:0.4s;
  -webkit-transition:0.4s; /* Safari */
  text-decoration:none;
  display:block;
  padding:2px 0px 0 20px;
  text-transform:uppercase;
}

#bascule-navigation-site li a:hover {
  background-color:#4f5256;
}

#bascule-navigation-site li ul li {
  border-bottom:1px dotted #e1e1e1;
}

#bascule-navigation-site li ul li a {
  font-size:14px;
  line-height:35px;
}


/*///////////////// Menu secondaire ////////////////*/

.top-menu {
  height:28px;
  background-color:#4a4a4a;
	z-index:8888;
	position:relative;
  margin-right: auto;
  margin-left: auto;
}

.secondary-menu ul {
  font-family:'Oswald', sans-serif;
  font-size:0.95em;
  list-style:none;
  white-space:nowrap;
  margin:0;
  padding:0;
  margin-right:20px;
  margin-left:15px;
	z-index:8888;
}

.secondary-menu ul li {
  display:inline;
  vertical-align:middle;
  color:#fff;
  line-height:25px;
  float:right;
  margin-left:44px;
	z-index:8888;
  font-family: 'Open Sans', sans-serif;
}

.secondary-menu ul li:first-child {
  margin-left:29px;
}

.secondary-menu ul li:first-child a {
  background-color:#8cc63e!important;
  padding:100% 16px 6px 16px;
}

.secondary-menu ul li:first-child a:hover {
  color:#5d5d5d;
}

.secondary-menu ul li a  {
  color:#fff;
	text-decoration:none;
  transition:0.4s;
  -webkit-transition:0.4s; /* Safari */
}

.secondary-menu ul li a:hover, a:focus  {
  color:#9a9a9a;
	text-decoration:none;
}

#secondary input {
   width:100%;
}

/*///////////////// Menu responsive ////////////////*/

.icone-responsive {
  position: absolute;
  margin-right:15px;
  z-index:8888;
  min-width:10px;
  height:auto;
}

#icone-responsive {
  float:right !important;
  text-align: right;
  position: absolute;
  margin-right:15px;
  z-index:8888;
  min-width:10px;
  height:auto;
  left:90%;
}

/*///////////////// Menu Accès ////////////////*/

#header-acces {
  position:relative;
  margin-top:23px;
  background-color:#efefef;
  border-bottom:1px solid #d8d8d8;
}

#acces {
  padding:0;
  margin:0 auto;
  text-align:center;
}

#acces li {
  display:inline-block;
  text-align:center;
  font-size:1.2em;
  font-weight:400;
  font-family: 'Oswald', sans-serif;
  list-style:none;
  margin:15px 0;
}

#acces li a {
  color:#000;
  text-decoration:none;
  padding:15px 1em;
  transition:0.4s;
  -webkit-transition:0.4s; /* Safari */
}

#acces li a:hover {
  background-color:#e7e7e7;
  padding:15px 1em;
  transition:0.3s;
  -webkit-transition:0.3s; /* Safari */
}

#acces li a:focus {
  background-color:#e7e7e7;
  padding:15px 1em;
  transition:0.3s;
  -webkit-transition:0.3s; /* Safari */
}

/*///////////////// Barre latérale ////////////////*/

#secondary {
  margin-top:45px;
  width:110%;
}

#secondary ul {
  margin-top:1em;
  margin-bottom:1.7em;
}

#secondary ul li {
  font-size:0.8em;
  line-height:2.65em;
}

#secondary section h3, #secondary section ul li {
  color:#fff;
  background-color:#4a4a4a;
  width:100%;
  padding-left:20px;
  box-sizing:border-box;
  cursor:pointer;
  font-size:16px;
  transition:0.3s;
  -webkit-transition:0.3s;
  -moz-transition:0.3s ease;
  display:block;
}

#secondary section h3, #secondary section ul li:first-child {
  border-top-left-radius:9px;
  border-top-right-radius:9px;
}

#secondary section h3, #secondary section ul li:last-child {
  border-bottom-left-radius:9px;
  border-bottom-right-radius:9px;
}

#secondary section ul li:hover {
  background-color:#787878;
  transition:0.3s;
  -webkit-transition:0.3s;
	-moz-transition:0.3s ease;
}

#secondary section ul li a:focus {
  color:#b3b3b3;
  -webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.secondary-title {
  color:#000;
  font-size:1.2em!important;
  font-weight:700;
  text-decoration:underline;
}

form .screen-reader-text {
  font-size:1em;
}

/*---------------------------------------------------------------------------
-----------------------------------------------------------------------------
Homepage
-----------------------------------------------------------------------------
----------------------------------------------------------------------------- */

.bandeau-001 {
  background-image:url("https://www.sentiel.ca/wp-content/themes/sentiel/images/bandeau-001.jpg");
  background-repeat:no-repeat;
  background-position: center;
  max-height:306px;
  display: block;
  height:306px;
  clear:both;
}

.grillage {
  background-image:url("https://www.sentiel.ca/wp-content/themes/sentiel/images/arriere-plan-grillage.jpg");
  background-repeat: repeat-y;
  background-position: center;
  height:auto;
  min-height:600px;
}

.grillage-boite {
  display:block;
  background-color:#fff;
  padding:34px 50px 50px 50px;
  margin-top:40px;
  margin-left:375px;
  margin-right:15px;
  max-width:405px;
  width:auto;
  z-index:5555;
  position:absolute;
}

#a-propos img {
  margin-top:93px;
  position:absolute;
  z-index:4444;
  width:423px;
  height:323px;
}

.texte-001 {
  font-size:1.2em;
  line-height:1.6em;
  font-weight:300;
  margin-left:12px;
}

#services p {
  font-size:0.95em;
}

/* =Pre-Designed Homepage (code also in style-responsive.css)
----------------------------------------------------------------------------- */

#section-home {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
#section-home-inner {
  padding:60px 0 0;
  max-width: 960px;
  margin-left:auto;
  margin-right:auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#services {
  margin-bottom:20px;
  text-align:center;
}

#services p {
  text-transform:uppercase;
}


/*---------------------------------------------------------------------------
-----------------------------------------------------------------------------
Footer
-----------------------------------------------------------------------------
----------------------------------------------------------------------------- */

footer {
  width:100%;
  height:auto;
  background-color:#4a4a4a;
}

.widget-colonne {
  padding:115px 0 60px 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-right:15px;
  padding-left:15px;
}

.widget-title {
  font-size:1.6em;
  color:#fff;
}

aside h3 {
  margin-top:0;
}

.widget {
  font-size:1.2em;
  color:#fff;
}

.widget ul {
  margin:0;
  padding:0;
}

.widget a {
  color:#fff;
  text-decoration:none;
}

.widget ul li {
  text-decoration:none;
  list-style:none;
}

footer .widget-colonne .col-md-4 img {
  padding-right:25px;
  padding-top:7px;
}

aside br {
  line-height:1.5em;
}

#nav_menu-2 li {
  margin-bottom:0.4em;
  color:#fff;
  font-size:1.1em;
}

.filet {
  display:block;
  height:3px;
  background-color:#343434;
  width:77.777777%;
}

.filet-container {
  margin-right:auto;
  margin-left:auto;
  display:flex;
  justify-content:center;
}

.credits {
  padding:40px;
  font-size:0.9em;
  color:#fff;
}

.credits a {
  color:#fff;
}

/*---------------------------------------------------------------------------
-----------------------------------------------------------------------------
Slider
-----------------------------------------------------------------------------
----------------------------------------------------------------------------- */

#slider {
  height:auto;
  padding-top: 20px;
}

#slider-core {
	position: relative;
	z-index:1;
  max-height:679px;
  height:auto;
}

/* SlideDeck 2 Slider */
#slider .slidedeck-frame {
	margin: 0 auto;
}

/* Responsive ThinkUpSlider */
#slider .slides {
	height: auto;
	margin: 0;
}
#slider .rslides {
	margin: 0;
	overflow: hidden;
}
.rslides li {
	width: 100%;
}

.rslides-inner ul {
	padding:0;
}

.rslides img {
	width: 100%;
}
#slider .rslides-inner {
	position: relative;
	width: 100%;
	max-width:1920px;
	max-height:680px;
	height:auto;
	margin: 0 auto;
	border: 0;
	overflow: hidden;
}
#slider .rslides-inner li {
	height: auto;
	list-style: none;
}
#slider .rslides-container {
	padding: 0;
  height:auto;
}
.home #slider .rslides-container {
	padding-top: 0;
}
#slider a.rslides_nav {
	color: white;
	color: white;
	text-align: center;
	background: #333;
	background: rgba(0, 0, 0, 0.5);
	position: absolute;
	top: 50%;
	z-index: 999;
	width: 60px;
	height: 60px;
	line-height: 1;
	margin: -40px 0px 0;
	overflow: hidden;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
#slider a.rslides_nav.prev {
	-webkit-border-radius: 0 2px 2px 0;
	-moz-border-radius: 0 2px 2px 0;
	-o-border-radius: 0 2px 2px 0;
	border-radius: 0 2px 2px 0;
}
#slider a.rslides_nav.next {
	-webkit-border-radius: 2px 0 0 2px;
	-moz-border-radius: 2px 0 0 2px;
	-o-border-radius: 2px 0 0 2px;
	border-radius: 2px 0 0 2px;
}
#slider a.rslides_nav:hover {
	color: #333;
	background: #FFF;
}
#slider a.rslides_nav.prev {
	left: -70px;
}
#slider a.rslides_nav.next {
	right: -70px;
}
#slider a.rslides_nav.prev:before,
#slider a.rslides_nav.next:before {
	display: inline-block;
	font-family: FontAwesome;
	font-size: 30px;
	line-height: 60px;
	position: relative;
	z-index: 999;
}
#slider a.rslides_nav.prev:before {
	content: "\f104";
}
#slider a.rslides_nav.next:before {
	content: "\f105";
}
#slider .rslides-inner:hover a.rslides_nav {
	opacity: 1;
}
#slider .rslides-inner:hover a.rslides_nav.prev {
	left: 0;
}
#slider .rslides-inner:hover a.rslides_nav.next {
	right: 0;
}
#slider .rslides_tabs {
	position: absolute;
	z-index: 999;
	text-align: center;
	width: 100%;
	bottom: 10px;
	margin: 0;
}
#slider .rslides_tabs li {
	list-style: none;
	margin: 0 6px;
	display: inline-block;
	zoom: 1;
}
#slider .rslides_tabs li a {
	width: 11px;
	height: 11px;
	display: block;
	background: #666;
	background: rgba(0, 0, 0, 0.4);
	cursor: pointer;
	text-indent: -9999px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-o-border-radius: 20px;
	border-radius: 20px;
	-webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: inset 0 0 3px rgba(0,0,0,0.3);
	-o-box-shadow: inset 0 0 3px rgba(0,0,0,0.3);
	box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
}
#slider .rslides_tabs li a:hover,
#slider .rslides_tabs li.rslides_here a {
	background: #333;
	background: rgba(0, 0, 0, 0.7)
}

/* Full width slider */
.slider-full #slider .rslides-inner {
	width: 100%;
	position: relative;
	top:30px;
}
.slider-full #slider .rslides-container {
	padding: 0;
}

/* Responsive ThinkUpSlider - Content */
#slider .rslides-content,
.thinkupslider-sc .rslides-content {
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	padding: 0 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
#slider .rslides-content-inner,
.thinkupslider-sc .rslides-content-inner {
	display: table;
	width: 50em;
	max-width: 1140px;
	height: 100%;
	margin: 21em auto 18em auto;
}
#slider .featured,
.thinkupslider-sc .featured {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
#slider .featured-title,
.thinkupslider-sc .featured-title {
	margin-bottom: 10px;
}
#slider .featured-title span,
.thinkupslider-sc .featured-title span {
	display: inline-block;
	color: #FFF;
	font-size: 3em;
	font-weight: 900;
   text-decoration:underline;
	line-height: 1.3em;
	padding: 5px 10px;
   text-shadow: 0 0 4px #636363;
}
#slider .featured-excerpt p,
.thinkupslider-sc .featured-excerpt p {
	margin-bottom: 10px;
}
#slider .featured-excerpt span,
.thinkupslider-sc .featured-excerpt span {
	display: inline-block;
	color: #FFF;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.5;
	padding: 4px 10px;
}
#slider .featured-link a,
.thinkupslider-sc .featured-link a {
  background-color: #8cc63e; /* Green */
  border: none;
  color: white;
  padding: 14px 32px;
  text-align: center;
  text-decoration: none;
  text-transform:uppercase;
  display: inline-block;
  font-size: 1.1em;
  font-weight:500;
  margin-top:20px;
  border-radius:12px;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	-ms-border-radius: 12px;
	-o-border-radius: 12px;
}
#slider .featured-link a:hover,
.thinkupslider-sc .featured-link a:hover {
	color: #fff;
	background: #ade069;
}

/* Slider - Video Slider - YouTube / Vimeo */
#slider.style2 .featured.one_half,
.thinkupslider-sc.style2 .featured.one_half {
	padding-left: 40px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
#slider.style3 .featured.one_half,
.thinkupslider-sc.style3 .featured.one_half {
	padding-right: 40px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
#slider.style2 .wrap-safari,
#slider.style3 .wrap-safari,
.thinkupslider-sc.style2 .wrap-safari,
.thinkupslider-sc.style3 .wrap-safari {
	display: table;
	height: 100%;
	max-width: 1140px;
	margin: 0 auto;
	width: 100%;
}
#slider.style2 .rslides-content-inner,
#slider.style3 .rslides-content-inner,
.thinkupslider-sc.style2 .rslides-content-inner,
.thinkupslider-sc.style3 .rslides-content-inner {
	display: table-cell;
	width: 100%;
	vertical-align: middle;
	margin: 0 auto;
}
#slider.style2 .featured-video,
#slider.style3 .featured-video,
.thinkupslider-sc.style2 .featured-video,
.thinkupslider-sc.style3 .featured-video {
	margin-bottom: 0;
}

/* Slider - Video code */
#slider .featured-video .wp-video,
#slider .wp-video-shortcode,
.thinkupslider-sc .featured-video .wp-video,
.thinkupslider-sc .wp-video-shortcode {
	max-width: 100%;
}
#slider .videoBG video,
.thinkupslider-sc .videoBG video {
	top: 0% !important;
	width: 100%;
}
#slider .mejs-layers,
.thinkupslider-sc .mejs-layers {
	max-width: 100%;
}
#slider .videoBG,
#slider .videoBG_wrapper,
#slider .videoBG_wrapper li,
.thinkupslider-sc .videoBG,
.thinkupslider-sc .videoBG_wrapper,
.thinkupslider-sc .videoBG_wrapper li {
	width: 100% !important;
	height: 100% !important;
}

/* Animate slide content */
#slider .featured-title,
#slider .featured-excerpt p,
#slider .featured-link,
.thinkupslider-sc .featured-title,
.thinkupslider-sc .featured-excerpt p,
.thinkupslider-sc .featured-link {
	opacity: 0;
	filter: alpha(opacity=0);
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
	-webkit-transform: translateY(35px);
	-moz-transform: translateY(35px);
	-ms-transform: translateY(35px);
	-o-transform: translateY(35px);
	transform: translateY(35px);
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
#slider .rslides > [class*="_on"] .featured-title,
#slider .rslides > [class*="_on"] .featured-excerpt p,
#slider .rslides > [class*="_on"] .featured-link,
.thinkupslider-sc .rslides > [class*="_on"] .featured-title,
.thinkupslider-sc .rslides > [class*="_on"] .featured-excerpt p,
.thinkupslider-sc .rslides > [class*="_on"] .featured-link {
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
}
#slider .rslides > [class*="_on"] .featured-title,
.thinkupslider-sc .rslides > [class*="_on"] .featured-title {
	-webkit-transition-delay: 1.0s;
	-moz-transition-delay: 1.0s;
	-ms-transition-delay: 1.0s;
	-o-transition-delay: 1.0s;
	transition-delay: 1.0s;
}
#slider .rslides > [class*="_on"] .featured-excerpt p,
.thinkupslider-sc .rslides > [class*="_on"] .featured-excerpt p {
	-webkit-transition-delay: 1.2s;
	-moz-transition-delay: 1.2s;
	-ms-transition-delay: 1.2s;
	-o-transition-delay: 1.2s;
	transition-delay: 1.2s;
}
#slider .rslides > [class*="_on"] .featured-link,
.thinkupslider-sc .rslides > [class*="_on"] .featured-link {
	-webkit-transition-delay: 1.4s;
	-moz-transition-delay: 1.4s;
	-ms-transition-delay: 1.4s;
	-o-transition-delay: 1.4s;
	transition-delay: 1.4s;
}

/* Slider - Alignment */
#slider .rslides-content.slider-left .featured-title,
#slider .rslides-content.slider-left .featured-excerpt,
#slider .rslides-content.slider-left .featured-link,
.thinkupslider-sc .rslides-content.slider-left .featured-title,
.thinkupslider-sc .rslides-content.slider-left .featured-excerpt,
.thinkupslider-sc .rslides-content.slider-left .featured-link {
	text-align: left;
}
#slider .rslides-content.slider-left .featured-title span:after,
.thinkupslider-sc .rslides-content.slider-left .featured-title span:after {
	left: 0;
	right: auto;
}
#slider .rslides-content.slider-right .featured-title,
#slider .rslides-content.slider-right .featured-excerpt,
#slider .rslides-content.slider-right .featured-link,
.thinkupslider-sc .rslides-content.slider-right .featured-title,
.thinkupslider-sc .rslides-content.slider-right .featured-excerpt,
.thinkupslider-sc .rslides-content.slider-right .featured-link {
	text-align: right;
}
#slider .rslides-content.slider-right .featured-title span:after,
.thinkupslider-sc .rslides-content.slider-right .featured-title span:after {
	left: auto;
	right: 0;
}

#slider .rslides-content.slider-center .featured-title,
#slider .rslides-content.slider-center .featured-excerpt,
#slider .rslides-content.slider-center .featured-link,
.thinkupslider-sc .rslides-content.slider-center .featured-title,
.thinkupslider-sc .rslides-content.slider-center .featured-excerpt,
.thinkupslider-sc .rslides-content.slider-center .featured-link {
	text-align: center;
}
#slider .rslides-content.slider-half .featured-title,
#slider .rslides-content.slider-half .featured-excerpt,
#slider .rslides-content.slider-half .featured-link,
.thinkupslider-sc .rslides-content.slider-half .featured-title,
.thinkupslider-sc .rslides-content.slider-half .featured-excerpt,
.thinkupslider-sc .rslides-content.slider-half .featured-link {
	width: 50%;
}
#slider .rslides-content.slider-middle .featured-title,
#slider .rslides-content.slider-middle .featured-excerpt,
#slider .rslides-content.slider-middle .featured-link,
.thinkupslider-sc .rslides-content.slider-middle .featured-title,
.thinkupslider-sc .rslides-content.slider-middle .featured-excerpt,
.thinkupslider-sc .rslides-content.slider-middle .featured-link {
	width: 50%;
	margin-left: auto;
	margin-right: 0;
}

/* Slider - Parallax */
#slider img.slider-parallax,
.thinkupslider-sc img.slider-parallax {
	background-attachment: fixed !important;
}

/* Slider - Style 2 (Title - Theme, Excerpt - Black ) */
#slider .rslides-content.style2 .featured-title span,
.thinkupslider-sc .rslides-content.style2 .featured-title span {
    background: #333;
    background: rgba(0,0,0,0.25);
}
#slider .rslides-content.style2 .featured-excerpt span,
.thinkupslider-sc .rslides-content.style2 .featured-excerpt span {
    background: #333;
    background: rgba(0,0,0,0.25);
}
#slider .rslides-content.style2 .featured-link a,
.thinkupslider-sc .rslides-content.style2 .featured-link a {
	font-weight: 700;
	background: #D33E33;
	border-color: #D33E33;
	margin-left: 0;
	margin-right: 0;
}
#slider .rslides-content.style2 .featured-link a:hover,
.thinkupslider-sc .rslides-content.style2 .featured-link a:hover {
	color: #333;
	background: #fff;
	border-color: #fff;
}

.mystyle {
  display:block;
}

/*---------------------------------------------------------------------------
-----------------------------------------------------------------------------
@ Media query
-----------------------------------------------------------------------------
----------------------------------------------------------------------------- */
@media screen and (max-width:960px) {

  #slider .rslides-content-inner,
  .thinkupslider-sc .rslides-content-inner {
  	margin: 16em auto 21em auto;
  }

  #slider .featured-title span,
  .thinkupslider-sc .featured-title span {
  	font-size: 3em;
  }

  .widget-title {
    font-size:1.4em;
    margin-top: -5px;
  }

  .iconimage, .iconmain {
    padding:0 8px;
  }
}

@media screen and (min-width:941px) {

  .bascule {
    display:none;
  }

  .menu-container {
    display:none;
  }
}

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

  #header-principal {
    position:absolute;
  }

  .navigation-principale {
    display:none;
  }

  .site-branding {
    line-height:69px;
  }

  .site-branding img {
    max-height:55px;
    width:auto;
  }

  #header-acces {
    margin-top:39px;
  }

  #page {
    padding-top:61px;
  }

  #slider {
    height: auto;
    padding-top:38px;
  }

  .attachment-post-thumbnail {
    margin-top:34px;
    top:3px;
    position:relative;
  }

  .entry-header {
    margin-top:0px;
    margin-bottom:40px;

}

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

    .site-branding {
      width:auto;
      min-width:250px;
    }

    #slider .rslides-content-inner,
    .thinkupslider-sc .rslides-content-inner {
    	margin: 16em auto 14em auto;
      width: 40%;
    }

    #slider .featured-title span,
    .thinkupslider-sc .featured-title span {
    	font-size: 4.5vmin;
    }
    #slider .featured-link a,
    .thinkupslider-sc .featured-link a {
      padding: 10px 26px;
      margin-top:20px;
    }

    .col-md-1 {
      -ms-flex: 0 0 6%;
      flex: 0 0 6%;
      max-width: 6%;
      }

    .col-md-2 {
      -ms-flex: 0 0 18%;
      flex: 0 0 18%;
      max-width: 18%;
      }

    .widget-title {
      font-size:1.2em;
      margin-top: -5px;
    }

    .col-md-4 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    min-height: 100px;
    min-width:220px;
    height:auto;
    margin-right:auto;
    margin-left:auto;
    text-align:center;
    margin-bottom:2em;
    }

    footer .widget-colonne .col-md-4 img {
      padding-right:5px;
    }

    footer .widget-colonne .col-md-4 .espace {
      display:none;
    }
}

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

  #slider .rslides-content-inner,
  .thinkupslider-sc .rslides-content-inner {
    margin: 16em auto 14em auto;
    width: 60%;
  }

  #slider .featured-title span,
  .thinkupslider-sc .featured-title span {
    font-size: 4.5vmin;
  }

  #slider .featured-link a,
  .thinkupslider-sc .featured-link a {
    padding: 10px 26px;
    margin-top:20px;
  }

  .grillage-boite {
    position:relative;
    margin-left:auto;
    margin-right:auto;
    width:auto;
    margin-top:15px;
  }

  #a-propos img {
    position:relative;
    width:100%;
    height:auto;
  }

  .ezcol-one-third .wp-caption {
    margin:0 auto;
    margin-bottom:40px;
  }

  .ezcol-one-third {
    width:46%!important;
    margin-right:2%!important;
  }

  .ezcol-last {
    width:46%!important;
    margin-right:2%!important;
    float:left!important;
  }

  .ezcol-divider {
    display:none!important;
  }

  footer .widget-colonne .col-md-4 img {
    padding-right:5px;
  }

  footer .widget-colonne .col-md-4 .espace {
    display:none;
  }
}

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

  .col-md-1 {
    display:none;
  }

  .col-md-2 {
    flex: 0 0 100%;
    max-width: 100%;
    border-top:1px solid #d8d8d8;
  }

  .col-md-9 {
    flex: 0 0 100%;
    max-width: 100%;
    padding-bottom:18px;
  }

  #secondary {
    margin-top:30px;
  }

  #secondary ul li {
    display:inline-block;
  }

  #secondary ul li a {
    margin:3px 0;
  }

  section {
    flex: 0 0 50%;
    min-width: 50%;
    float:left;
  }

}

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

  #slider .rslides-content-inner,
  .thinkupslider-sc .rslides-content-inner {
    margin: 14em auto 14em auto;
    width: 90%;
  }

  #slider .featured-title span,
  .thinkupslider-sc .featured-title span {
    font-size: 3.5vmin;
  }

  #slider .featured-link a,
  .thinkupslider-sc .featured-link a {
    padding: 6px 20px;
    margin-top:10px;
  }

  footer .widget-colonne .col-md-4 .espace {
    display:none;
  }
}

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

  h1 {
    font-size:2em;
    vertical-align:middle;
  }

  h4 {
    font-size:1.1em;
  }

  #acces li {
    font-size:1em;
    margin:8px 0;
  }

  #acces li a {
    color:#000;
    text-decoration:none;
    padding:8px 1em;
  }

  #acces li a:hover {
    background-color:#e0e0e0;
    padding:8px 1em;
    transition:0.4s;
    -webkit-transition:0.4s; /* Safari */
  }

  #slider .rslides-content-inner,
  .thinkupslider-sc .rslides-content-inner {
    margin: 12em auto 14em auto;
    width: 95%;
  }

  #slider .featured-title span,
  .thinkupslider-sc .featured-title span {
    font-size: 1.3em;
  }

  #slider .featured-link a,
  .thinkupslider-sc .featured-link a {
    padding: 6px 20px;
    margin-top:0px;
  }

  .texte-001 {
    font-size:1.5em;
  }

  .col-md-4 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  min-height: 100px;
  min-width:220px;
  height:auto;
  margin-right:auto;
  margin-left:auto;
  text-align:center;
  }

  #services {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 50px;
  }

  .ezcol-last {
    margin-bottom:30px;
  }

  .widget-separation {
    width:66.666666%;
    border-bottom:3px solid #343434;
    display:block;
    margin-right:auto;
    margin-left:auto;
    margin-top:3em;
    margin-bottom:3em;
  }

  footer .widget-colonne .col-md-4 .espace {
    display:none;
  }
}

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

   #site-navigation li {
      margin-left:30px;
   }

}

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

   #site-navigation li:last-child {
      display:none;
   }

}

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

   #site-navigation li {
      margin-left:18px;
   }

   .secondary-menu ul {
      font-size:0.9em;
   }

}

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

    #slider .rslides-content-inner,
    .thinkupslider-sc .rslides-content-inner {
      display:none;
    }

    #slider .featured-title span,
    .thinkupslider-sc .featured-title span {
      display:none;
    }

    #slider .featured-link a,
    .thinkupslider-sc .featured-link a {
      display:none;
    }

    .grillage-boite {
      padding:20px 20px 40px 20px;
    }

    .texte-001 {
      font-size:1.2em;
      margin-left:0;
    }

    footer .widget-colonne .col-md-4 img {
      padding-right:5px;
    }

    footer .widget-colonne .col-md-4 .espace {
      display:none;
    }

    section {
      flex: 0 0 100%;
      min-width: 100%;
      float:left;
      text-align:center;
    }

    #search-2 {
      text-align:left;
    }

}

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

  .h3-article {
    font-size:1.2em;
    font-weight:400;
    color:#fff;
    line-height:1.8em;
    padding-left:0;
    display:block;
    background-color:#4a4a4a;
  }

  .secondary-menu {
    margin-left:0;
  }

  .secondary-menu ul  {
    text-align:left;
  }

  .secondary-menu ul li {
    display:inline;
    vertical-align:middle;
    color:#fff;
    line-height:28px;
    float:none;
    margin-left:auto;
    margin-right:auto;
    padding:0 10px;
    z-index:8888;
    text-align:center;
    font-size:0.8em;
  }

  .secondary-menu ul li:first-child {
    margin-left:0;
    margin-right:-20px;
  }

  .secondary-menu ul li:last-child {
    display:none;
  }

   #site-navigation li {
      margin-left:0;
   }

}

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

  .secondary-menu {
    margin-left:0;
  }

  .secondary-menu ul  {
    text-align:left;
  }

  .secondary-menu ul li {
    display:inline;
    vertical-align:middle;
    color:#fff;
    line-height:28px;
    float:none;
    margin-left:auto;
    margin-right:auto;
    padding:0 8px;
    z-index:8888;
    text-align:center;
  }

  .site-branding {
    line-height:58px;
  }

  .site-branding img {
    max-height:43px;
  }

  .bascule {
    margin-top:87px;
  }

  #header-acces {
    margin-top:29px;
  }

  .menu-container {
    display:inline-block;
    cursor:pointer;
    float:right;
    margin:5px 15px 5px 0;
  }

  .bar1, .bar2, .bar3 {
    width:42px;
    height:6px;
    background-color: #939393;
    border-radius:3px;
    margin:8px 0;
    transition:0.4s;
    -webkit-transition:0.4s; /* Safari */
  }

  .change .bar1 {
    -webkit-transform:rotate(-45deg) translate(4px, 22px);
    transform:rotate(-45deg) translate(4px, 22px);
  }

  .change .bar3 {
    -webkit-transform: rotate(45deg) translate(2px, -23px);
    transform: rotate(45deg) translate(2px, -23px);
  }

  .attachment-post-thumbnail {
    margin-top:23px;
  }

  #slider {
    height: auto;
    padding-top: 26px;
  }

  #secondary section ul li {
    width:100%;
  }

  #secondary section h3, #secondary section ul li a {
    color:#000;
    padding:2px 10px 2px 14px;
    border:0;
    margin:0 0 1px 0;
    background-color:#efefef;
    width:100%;
    max-width:92%;
    cursor:pointer;
    transition:0.3s;
    -webkit-transition:0.3s; /* Safari */
  	-moz-transition:0.3s ease;
    display:block;
  }
}

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

    .texte-001 {
      font-size:0.8em;
      margin-left:0;
    }

    #footer-sidebar3 {
      font-size:0.9em;
    }

    .widget-title {
      font-size:1.4em;
    }

    footer .widget-colonne .col-md-4 img {
      padding-right:2px;
    }

    footer .widget-colonne .col-md-4 .espace {
      display:none;
    }
}

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

  #acces {
    padding-top:5px;
  }

  #acces li {
    width:100%;
    padding:8px 0;
    margin:0;
    display:block;
  }

  #acces li a {
    width:100%;
    height:auto;
    padding:8px 0;
    margin:0
  }

  #acces li a:hover {
    width:100%;
    height:auto;
    background-color:#efefef;
  }

}
