@import 'reset.css';
/** yellow : #e6792f dark : #444444 **/
body {
  margin:0;
  padding:0;
  font-family : 'Lato', sans-serif;
  font-size : 16px;
  line-height: 1.4;
  background:#ebf0f1;
  -o-text-shadow : 1px 1px 1px rgba(0,0,0,0.1);
  -webkit-text-shadow : 1px 1px 1px rgba(0,0,0,0.1);
  text-shadow : 1px 1px 1px rgba(0,0,0,0.1);
}
small{
  font-size: smaller;
}
span.red{
  color:red;
  font-size: inherit;
  font-family: inherit;
}
hr.top-line {
  margin:0 auto;
  padding:0 10px 0 10px;
  border : none;
  height : 6px;
  background: #e6792f;
  width: 1200px;
}
div.container{
  width:1200px;
  margin: 0 auto;
  padding:10px 10px;
  background:#fff;
}
header{
  height:104px;
}
.header-left{
  /*border:1px solid #000;*/
  float:left;
}
.header-right{
  width:880px;
  margin:0;
  padding:0;
  float:right;
}
.header-countries{
  padding: 0;
  height: 20px;
  float:left;
  vertical-align: middle;
}
.header-contacts{
  padding: 0;
  height: 20px;
  float:right;
}
.banner{
  margin-top:24px;
  color:#444;
}
.banner p{
  /*font-family: 'Dancing Script', cursive;*/
  font-family:inherit;
  font-size: 20px;
  color:#e6792f;
  font-weight: bold;
  text-transform : uppercase;
}

div.clear{
  clear:both;
  height: 0;
  border:0;
  padding:0;
  margin:0;
}

/* SEARCH BLOC */
div.search-bloc{
}
div.advertise{
  display:block;
  height:52px;
  background:transparent;
}
input.search-input{
  height: 26px;
  width:213px;
  color:#444444;
  font-size:inherit;
  border:1px solid #ebf0f1;
  background:#ebf0f1;
  padding:2px 6px;
}
input.search-submit{
  height:34px;
  width:48px;
  background: #e6792f;
  border:none;
  color:#444444;
  font-size: inherit;
}
input.search-submit:hover{
    background: #444444;
    color:#ffffff;
    cursor:pointer;
}
.header-navigation{
  background : #444444;
  height:40px;
  margin-top:8px;
}
.header-navigation ul{
  list-style: none;
  display: inline-block;
  padding-left:10px;
}
.header-navigation ul li{
  display: inline-block;
  padding:0;
  margin:0;
}
.header-navigation ul li a{
  display:inline-block;
  padding: 10px 12px;
  color:#ffffff;
  text-decoration:none;
  font-weight: bold;
  font-size: 14px;
}
.header-navigation ul li a:hover{
  background:#e6792f;
}
.header-navigation ul li a.active{
  background:#e6792f;
}

/** SLIDER INFORMATIONS **/

div.slider-informations{
  margin-top:8px;
  background: #ddd;
}
.carousel{
  width: 616px;
  height: 316px;
  position:relative;
  float:left;
  margin-top:10px;
  box-shadow : 0px -2px 2px rgba(0,0,0,0.2);
}
.carousel .slide{
  position: absolute;
  padding: 0;
  margin:0;
  top:0;
  left:0;
  width: 616px;
  height: 316px;
}
.carousel .description{
  position:absolute;
  bottom:20px;
  left:0;
  background-color:rgba(0,0,0,0.6);
  color:#d1cece;
  text-align: justify;
  padding:2px 6px;
  line-height: 1.1;
}
.carousel .description h3{
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 4px;
  color:#fff;
}
div.slide{
  display:block;
  float: left;
  position:absolute;
}
.bx-wrapper{
    width: 100%;
}
/* BLOC INFORMATIONS */
div.informations{
  display:flex;
  float:right;
  height: 316px;
  width:570px;
  margin-top:10px;
}
div.informations .newsletter{
  width:260px;
  padding:10px;
  background:#ebf0f1;
}
div.informations .promotion{
  width:258px;
  padding:10px;
  margin-left:10px;
  background:#ebf0f1;
  /* border:1px solid red; */
}
.promotion{
  background:#ddd;
}
.promotion p{
  text-align: justify;
  font-size: inherit;
  margin-bottom:12px;
}
.promotion img{
  display:block;
  margin: 0 auto;
}
.promotion .promotion-follow{
  text-decoration: none;
  /* background: rgba(0,170,78,0.8); */
  background: #e6792f;
  /* border:2px solid #e6792f; */
  padding:3px 0;
  font-size: inherit;
  text-transform: uppercase;
  text-align:center;
  color:#444;
  width:100%;
  display:block;
}
.promotion .promotion-follow:hover{
  background: #946331;
  /* background: rgba(0,170,78,1.0); */
}

div.informations h3{
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 10px;
}
.newsletter .newsletter-input{
  width:95%;
  height:28px;
  border:1px solid #ebf0f1;
  padding:2px 6px;
  font-size: inherit;
}
.newsletter p{
  text-align: justify;
  font-size: inherit;
  margin-bottom: 4px;
}
.newsletter .newsletter-submit{
  background:#444;
  color:#fff;
  text-transform: uppercase;
  padding:4px 12px;
  margin-top:10px;
  float:right;
  border:none;
  font-size: inherit;
  font-family: inherit;
  width:100%;
}
.newsletter .newsletter-submit:hover{
  background: #e6792f;
  color:#444;
  cursor: pointer;
}
.hero{
  display:block;
  height: 80px
  width:inherit;
  padding:10px;
  background: #444444;
  color:#fff;
  margin-top: 10px;
  border-left:6px solid #e6792f;
}
.hero h3{
  color:#e6792f;
  text-transform: uppercase;
  font-weight: bold;
}
.hero p{
  text-align: justify;

}/** DOMAINES **/
.domaines{
  display:block;
  width: inherit;
  height: 300px;
  margin-top: 10px;
}
.domaine{
  display:block;
  float:left;
  margin-left: 34px;
  width: 274px;
  background: #ebf0f1;
}
div.domaine:first{
  margin-left: 0;
}
.domaine-title{
  background: #e6792f;
  height:50px;
  padding:10px;
  vertical-align: center;
  text-align: center;
  color:#fff;
  font-weight: bold;
  font-size: 20px;
}
.domaine p{
  padding:10px;
  text-align:justify;
  font-size: 16px;
  margin-top: 0;
  word-break: keep-all;
}
.domaine p a{
  display:block;
  background:#444;
  color:#fff;
  text-transform:uppercase;
  text-decoration:none;
  text-align: center;
  padding:4px 10px;
}
.domaine p a:hover{
  background:#e6792f;
  padding:4px 10px;
}
.domaine img{
  margin:0 auto;
  text-align:center;
  margin: 14px 50px 0 50px;
}

/** FOOTER **/

footer{
  display:flex;
  height: 200px;
  padding:10px;
  margin:0 auto;
  width: 1200px;
  float:none;
  background:#444444;
}
.footer-block{
  width:40%;
  float:left;
  margin:0;
  padding:10px;
  font-size: inherit;
  font-family: inherit;
  color:#ddd;
  opacity:0.8;
  /* background:red; */
}
.footer-block a{
  text-decoration: none;
  cursor:pointer;
  color:#eee;
}
.footer-block a:hover{
  text-decoration: underline;
}
footer hr.underline{
  background:#e6792f;
  border:none;
  height: 1px;
  margin-top:1px;
}
.footer-block-title{
  text-transform:uppercase;
  color:#e6792f;
  margin-top:0;
  text-decoration: none;
}
.copyright{
  display:block;
  width:1200px;
  margin:0 auto;
  text-align:center;
  background:#eeeeee;
  height:34px;
  padding:10px;
  color:#444px;
}
i.fa{
  margin:0 2px;
  font-size:inherit;
}


/**
** Style de la page <entreprise>
**/
.content__header{
  margin:0;
  margin-top : 10px;
  padding:10px;
}
.content__header h2{
  text-transform: uppercase;
  color:#e6792f;
  font-size:24px;
  font-family: :inherit;
  margin:0;
}
.content__header hr{
  background:#e6792f;
  height: 1px;
  border:0;
  margin-top:4px;
}
.content__header p.introduction{
  padding:8px;
  margin-top:15px;
  background: #ddd;
  border:0;
  border-left:4px solid #e6792f;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 4px -1px;
}
.entreprise__items{
  display: flex;
  justify-content: space-between;
  padding:20px 0;
}
.entreprise__item{
  background:#444;
  padding:20px 20px;
  width: 28%;
  float: left;
}
.entreprise__item:first{
  margin-left:0;
}
.entreprise__item h3{
  font-size: 18px;
  color:#e6792f;
  text-transform:uppercase;
  margin-bottom: 15px;
}
.entreprise__item p{
  color: #ddd;
  text-align : justify;
  -moz-overflow-wrap: break-word;
  margin : 8px 0;
  line-height: 1.4;
}
.entreprise__last__item{
  border:1px solid #ddd;
  padding:10px;
  background: #ddd;
  border-left:4px solid #e6792f;
}
.entreprise__last__item h3{
  text-transform: uppercase;
  font-size:inherit;
  font-weight: bold;
  margin-bottom: 4px;
}
.entreprise__last__item p{
  text-align: justify;
}
.section-title{
  color:#e6792f;
  margin : 10px 0 2px 0;
}
/**
** Style de la page <contacts>
**/
.contacts__items{
  display: flex;
  justify-content: space-between;
  padding:20px 0;
}
.contacts__item{
  padding:20px 20px;
  width: 45%;
  float: left;
  border:1px solid #ddd;
  box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 4px -2px;
}
.contacts__item h3{
  font-size: 18px;
  color:#e6792f;
  text-transform:uppercase;
  margin-bottom: 20px;
}
.contacts__form table{
  width: 100%;
}
.contacts__form table tr{
  width: 100%;
}
.contacts__form table td{
  text-align: right;
}
.contacts__form table td label{
  margin-right:10px;
}
.contacts__form table input{
  width: 99%;
  padding:4px;
  background:#ebf0f1;
  margin-bottom: 20px;
  border:1px solid #ddd;
  height: 24px;
}
.contacts__form table textarea{
  width: 96%;
  padding:10px;
  background:#ebf0f1;
  margin-bottom: 20px;
  border:1px solid #ddd;
  font-family: inherit;
  font-size:inherit;
}
.contacts__form td{
  vertical-align: top;
}
.contacts__form .form-submit{
  background:#444;
  color:white;
  text-transform: uppercase;
  border:1px solid #444;
  padding:4px 10px;
  height: 30px;
  cursor:pointer;
  float: right;
}
.contacts__form .form-submit:hover{
  background:#e6792f;
  border: 1px solid #e6792f
}
.contacts__form input, textarea{
  font-size: inherit;
  font-family: inherit;
}
.google-map{
  margin-top: 10px;
}

.services__tabs{
  display: flex;
  justify-content: space-between;
  padding:20px 0;
}
.services__tab{
  /* background:#ddd; */
  width: 20%;
  text-align: center;
  padding:18px 24px;
  cursor:pointer;
  margin-bottom: 0;
  transition-duration: 0.5s;
  border:2px solid #ebf0f1;
  border-bottom: 0;
}
.services__tab:hover{
  background:#ebf0f1;
}
.services__tab h3{
  /* color:#e6792f; */
  font-size: 17px;
  vertical-align: middle;
  padding-top: auto;
  margin:0 auto;
  font-weight: bold;
}
.services__tabs .active{
  background:#444;
  transition-duration: 0.3s;
  border:2px solid #444;
}
.services__tabs .active h3{
  color:#e6792f;
}
.services__descriptions{
  background:#444;
  color:#ddd;
  padding:10px 20px;
  padding-bottom: 40px;
  margin-top:-20px;
  transition-duration: 0.3s;
}
.services__description{
  text-align:justify;
  display:none;
  margin:0 auto;
  vertical-align: center;
  transition-duration: 0.3s;

}
.services__descriptions .actived{
  display:block;
  transition-duration: 0.3s;
}
.margin-top-bottom{
  margin : 20px 0;
}
.text-bottom-image{
  font-style:italic;
  font-size: 14px;
  text-align: left;
  font-weight: bold;
  color:#ddd;
}

ul.service-items{
  list-style: circle;
  margin-left: 40px;
}
ul.service-items li{
  color:#e6792f;
  font-weight: bold;
  margin:10px 0;
}
/* Flash message */
.flash-message{
  display:block;
  margin-bottom: -10px;
  padding:6px 10px;
  font-size: inherit;
  font-size:inherit;
  font-weight: bold;
}
.flash-message span.message-type{
  font-weight: bold;
  text-transform: uppercase
}
.flash-success{
  background: rgba(0,170,78,0.3);
  border:1px solid rgba(0,170,78,0.8);
}
.flash-error{
  background: rgba(219,31,37,0.3);
  border:1px solid rgba(219,31,37,0.8);
}

i.fa{
  vertical-align: top;
  margin-top: 3px;
}
.download-flyer{
  display:block;
  text-decoration: none;
  text-align: center;
  border: 2px solid #444;
  color:#444;
  text-transform: uppercase;
  padding:2px 0px;
  margin-top:10px;
  float:right;
  font-size: inherit;
  font-family: inherit;
  width:100%;
}
.download-flyer:hover{
  background: #444;
  color:#fff;
}

/* Partenaires */
h2.partenaites__titre{
  color: #e6792f;
  text-transform:uppercase;
  font-weight: bold;
}
hr.partenaires__line{
  background:#e6792f;
  border:none;
  height: 2px;
  margin-bottom: 18px;
}
div.partenaires{
  display:flex;
  flex-direction : row;
  /*justify-content: space-between;*/
  align-items: left;
}
div.partenaire{
  width: 220px;
}

span.partenaires--logo{
  display:inline-block;
  float: left;
  padding: 4px 0;
  margin-right: 40px
}
