/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}
/* ==========================================================================
   Helper classes
   ========================================================================== */
.clearfix {
    *zoom: 1;
}
.clearfix:after {
    content: "";
    display: block;
    clear: both;  
}
.clear{
    clear: both;
}
.wrapper{
    width:1200px;
    margin:0 auto;
}
a,
a:visited,
a:hover,
a:focus{
    color:initial;
    text-decoration:none;
}
h1,h2,h3,h4,h5,h6,p{
  margin:0;
  padding:0;
}
ul{
  padding:0;
  margin:0;
  list-style:none;
}
b,strong{
    font-weight:bold;
}
html,body,*{
    box-sizing:border-box;
}
/* ==========================================================================
   HEADER
   ========================================================================== */
header{
  padding:20px 0;
  background:#ffffff;
  line-height:1.3;
  font-family:"Montserrat", sans-serif;
}
header .wrapper{
  display:flex;
  justify-content:space-between;
  align-items:flex-end;
  position:relative;
}
/*NAV*/
header nav{
  padding-bottom: 10px;
}
header nav > ul{
  display:flex;
  justify-content:space-between;
  align-items:center;
}
header nav > ul > li{
  margin-left: 15px;
  text-transform: uppercase;
}
header nav > ul > li > a{
  font-size:15px;
  font-weight:500;
  color:#000000;
  padding: 5px;
  position:relative;
  transition:color 0.2s linear;
}
header nav > ul > li > a:after{
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  height: 3px;
  bottom: 9px;
  background: #006f42;
  opacity: 0;
  transition:all 0.2s linear;
}
header nav > ul > li:first-child > a{
  font-size:0;
}
header nav > ul > li:first-child > a:before{
  content:url('img/picto-home.png');
}
header nav > ul > li > a:hover{
  color:#006f42;
  transition:color 0.2s linear;
}
header nav > ul > li > a:hover:after{
  opacity:1;
  bottom:-5px;
  transition:all 0.2s linear;
}
/*SURHEADER*/
header .surheader{
  position:absolute;
  display:flex;
  justify-content:space-between;
  align-items:center;
  top:0;
  right:0;
}
header .surheader li:nth-child(1) a{
  font-weight:bold;
  font-size:13px;
  color:#232323;
}
header .surheader li:nth-child(1) a:before{
  content:url('img/picto-phone.png');
  vertical-align:-2px;
  margin-right:5px;
}
header .surheader li:nth-child(2){
  margin:0 15px;
  padding:3px 15px;
  border-left:1px solid #ddd;
  border-right:1px solid #ddd;
}
header .surheader li:nth-child(2) a {
  font-size: 14px;
}
header .surheader li:nth-child(2) a:before{
  content:url('img/picto-mail.png');
  vertical-align: -1px;
  margin-right: 10px;
}
header .surheader li:nth-child(3) a{
  font-size: 13px;
  color: #232323;
  border: 1px solid #ddd;
  text-transform: uppercase;
  padding: 6px 15px;
  display: block;
  border-radius: 15px;
}
header .surheader li:nth-child(1) a:hover,
header .surheader li:nth-child(2) a:hover{
  opacity:0.7;
  transition:all 0.2s linear;
}
header .surheader li:nth-child(3) a:hover{
  color: #ffffff;
  background:#232323;
  transition:color 0.2s linear,background 0.2s linear;
}
/*MOBILE*/
header .show-menu {
  text-decoration: none;
  background: #fff;
  text-align: center;
  padding: 10px 15px 10px 35px;
  cursor: pointer;
  display: none;
  position: absolute;
  top: 11px;
  border: 1px solid #acacac;
  font-size: 14px;
  right:0;
}
header .show-menu:before{
  content:url('img/picto-hamburger-menu.png');
  position:absolute;
  top: 7px;
  left: 8px;
}
header .show-menu:hover{

}
header input[type=checkbox]{
  display: none;
}
header input[type=checkbox]:checked ~ ul{
  display: block;
}
/* ==========================================================================
   FOOTER
   ========================================================================== */
footer{
  font-family:"Montserrat",sans-serif;
  padding:35px 0 45px 0;
  background:#232323;
  color:#ffffff;
  font-size:14px;
  font-weight:400;
  line-height:1.3;
}
footer .wrapper{
  display:flex;
  justify-content:space-between;
  align-items:flex-start;
  position:relative;
}
footer h3{
  font-size:18px;
  color:#4c4c4c;
  text-transform:uppercase;
}
footer h3:after{
  content:'';
  display:block;
  width:36px;
  height:3px;
  background:#4f4f4f;
  margin:10px 0 15px 0;

}
footer div a{
  color:#ffffff !important;
}
footer div a:hover,
footer div a:visited,
footer div a:focus,
footer div a:focused{
  color:#ffffff !important;
  opacity:0.7;
}
footer div a.ceasy{
  color:#ffffff !important;
  opacity:0.3;
}
footer .logo{
  margin-top: 10px;
}
footer .logo img{
  margin-bottom:15px;
}
footer .contacts{
  margin-top:40px;
}
footer .web{
  margin-top:40px;
}
footer .site{
  margin-top:40px;
}
footer .site .flex{
  display:flex;
  justify-content:space-between;
  align-items:flex-start;
}
footer .site .flex ul:last-child{
  margin-left: 20px;
  padding-left:10px;
  border-left:1px solid #2f2f2f;
}
footer .mentions{
  color:#6e6e6e;
}
footer .mentions img{
  margin-bottom:15px;
}
footer a:hover{
  opacity:0.6;
  transition:opacity 0.2s linear;
}
/* ==========================================================================
   CUSTOM FIXES
   ========================================================================== */
/*ACCUEIL - LEGENDES SLIDERS REALISATIONS*/
#home-slider .elementor-widget-image-carousel .swiper-container .swiper-slide figure {
  position: relative;
}
#home-slider .elementor-widget-image-carousel .swiper-container .swiper-slide figure:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 100%;
  right: 0;
  background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 20%);
}
#home-slider .elementor-element.elementor-element-e788539 .elementor-image-carousel-caption {
  text-align: center;
  position: absolute;
  z-index: 10;
  color: white;
  bottom: 20px;
  left: 0;
  right: 0;
  text-transform: uppercase;
  font-style: normal;
}
/*ACCUEIL RESPONSIVE ARTICLES*/
@media only screen and (max-width : 768px) {
  #home-actu .elementor-post{
    display:block;
  }
  #home-actu .elementor-post .elementor-post__thumbnail{
    margin-bottom:10px;
  }
}
/*LIENS DANS LES NEWS*/
body.single .elementor-widget-theme-post-content a,
body.single .elementor-widget-theme-post-content a:visited{
  text-decoration:underline;
  color:#006f42;
}
body.single .elementor-widget-theme-post-content a:hover,
body.single .elementor-widget-theme-post-content a:visited:hover{
  color:#9addbe;
}
/* ==========================================================================
   Styles responsive
   ========================================================================== */   
@media only screen and (max-width : 1200px) {
    .wrapper{
      width:970px;
    }
    /*HEADER*/
    header .logo img{
      width: 220px;
    }
    header nav{
      padding-bottom:0;
    }
    header nav > ul > li {
      margin-left: 5px;
    }
    header nav > ul > li > a {
      font-size: 13px;
    }
    /*FOOTER*/
    footer .wrapper {
      justify-content: center;
      flex-wrap: wrap;
    }
    footer .wrapper > div{
      width:33%;
    }
    footer .wrapper > div.site{
      width:66%;
    }
    footer .wrapper > div.mentions{
      margin-top: 50px;
    }
    footer .site .flex ul{
      width:50%;
    }
    footer .site .flex ul:last-child {
      margin-left: 0px;
      padding-left: 0;
      border-left: none;
    }
}
@media only screen and (max-width : 992px) {
    .wrapper {
        width:760px;
    }
    /*HEADER*/
    header .wrapper{
      flex-wrap:wrap;
    }
    header nav{
      padding-top:20px;
    }
}
@media only screen and (max-width : 800px) {
    .wrapper{
        width:480px;
    }
    /*HEADER*/
    header .wrapper{
      display:block;
    }
    header nav{
      padding:0;
    }
    header .show-menu {
        display:block;
    }
    header .surheader{
      display:none;
    }
    header nav > ul {
        position: static;
        display: none;
        margin-top: 40px;
    }
    header nav > ul > li{
        margin-bottom: 1px;
    }
    header nav > ul > li,
    header nav > ul > li > a {
        width: 100%;
    }
    header nav > ul > li > a {
      display:block;
      padding:10px 0;
    }
    /*FOOTER*/
    footer .wrapper > div.logo{
      width: 100%;
    }
    footer .wrapper > div.contacts{
      width: 50%;
    }
    footer .wrapper > div.web{
      width: 50%;
    }
}
@media only screen and (max-width : 500px) {
    .wrapper{
        width:100%;
        padding:0 20px;
    }
    /*FOOTER*/
    footer .wrapper > div.logo,
    footer .wrapper > div.contacts,
    footer .wrapper > div.web,
    footer .wrapper > div.site,
    footer .wrapper > div.mentions{
      width:100%;
      margin-bottom:30px;
      margin-top:0;
    }
}