/* -------------------------------- 



-------------------------------- */
*, *::after, *::before {
  box-sizing: border-box;
}
html {
  font-size: 62.5%;
}
body {
  font-size: 1.6rem;
  font-family: 'Open Sans', sans-serif;
  color: #f5f1e9;
  background-color: #f39200;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
/*  background-image: url(../images/fond_motif.png);
  background-repeat: repeat;*/
}
body::before {
  /* never visible - this is used in jQuery to check the current MQ */
  content: 'mobile';
  display: none;
}
a {
  color: #267481;
  text-decoration: none;
}
/*-----------------------------

MENU

-------------------------------*/
#main_menu {
  width: 100%;
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
}
#main_menu ul {
  list-style: none;
  width: 100%;
  overflow: hidden;
  background-color: #ec621f !important;
}
#main_menu li {
  float: left;
  width: 16.66%;
  font-size: 16px;
}
#main_menu a {
  display: block;
  text-align: center;
  text-decoration: none;
  color: #f5f1e9;
  padding: 20px 0;
  height: 60px;
}
#main_menu a:hover {
  color: #f39200;
  /*	transition-duration: 2s;*/
}
.current {
  height: 70px;
  color: #f5f1e9 !important;
  background-color: #f39200 !important;
}
#logo_menu {
  background-color: #f39200;
  margin: 0 auto;
}
#logo_menu img {
  padding: 3px 0;
  margin: 0 auto;
  text-align: center;
  display: block;
  width: 100%;
  max-width: 150px;
}
#home {
  padding: 5px !important;
}
/* -------------------------------- 

MSECTION COMMUNE

-------------------------------- */
#presentation, #fonctionnalites, #a_lorigine, #references, #contact {
  overflow: hidden;
  padding-top: 60px;
}
#accueil {
  overflow: hidden;
  position: relative;
}
.cd-section {
  overflow: hidden;
}
.retrait {
  width: 85%;
  padding: 0 0 5% 0;
  overflow: hidden;
  margin: 0 auto;
  max-width: 1300px;
}
.container {
  width: 100%;
  /*  min-height:600px;*/
  overflow: hidden;
}
.cd-section:first-of-type > div {
  background-color: #f5f1e9;
  color: #f5f1e9;
}
.cd-section:nth-of-type(2) > div {
  background-color: #f5f1e9;
  color: #212121;
}
.cd-section:nth-of-type(3) > div {
  background-color: #212121;
  color: #f5f1e9;
}
.cd-section:nth-of-type(4) > div {
  background-color: #f5f1e9;
  color: #212121;
}
.cd-section:nth-of-type(5) > div {
  background-color: #212121;
  color: #f5f1e9;
}
.cd-section:nth-of-type(6) > div {
  background-color: #f5f1e9;
  color: #212121;
}
/* -------------------------------- 

SECTION ACCUEIL

-------------------------------- */
#logo h1 {
  font-size: 35px;
  display: block;
  margin: 0;
  padding: 40px 0;
}
#logo h2 {
  font-size: 24px;
  border: 0;
}
#accueil p {
  text-align: justify;
  width: 90%;
  margin: 0 auto;
}
#logo img {
  width: 85%;
  max-width: 300px;
  margin: 10px auto;
  display: block;
  padding: 40px 0;
}
#papier img {
  width: 100%;
  max-width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}
/* -------------------------------- 

SECTION PRESENTATION

-------------------------------- */
#img_presentation, #img_presentation_1 {
  max-width: 100%;
  margin: 0 auto;
  vertical-align: middle;
  padding-top: 20px;
}
/* -------------------------------- 

SECTION FONCTIONNALITES

-------------------------------- */
#fonctionnalites {
  min-height: 600px;
}
#fonctionnalites p {
  font-size: 14px;
  line-height: 1.3;
  margin: 10px 0;
  text-align: center;
}
.picto {
  max-width: 70px;
  margin: 10px auto;
  text-align: center;
  display: block;
  vertical-align: middle;
}
.picto:hover, .picto:focus {
  border-radius: 50%;
  box-shadow: 1px 1px 10px 1px rgba(0, 0, 0, 0.5);
}
/* -------------------------------- 

SECTION A PROPOS

-------------------------------- */
#img_propos {
/*  width: 80%;
  max-width: 150%;*/
  margin: 0 auto;
  text-align: center;
  display: block;
  vertical-align: middle;
  padding: 15px;
}
#a_lorigine a:hover {
  color: #212121;
  text-decoration: none;
}
#a_lorigine a {
  color: #ec621f;
  text-decoration: none;
}
/* -------------------------------- 

SECTION REFERENCES

-------------------------------- */
#logo_references {
  margin-bottom: 20px;
}
#logo_references p {
  text-align: center;
  margin-bottom: 80px;
}
#logo_references img {
  width: 78%;
}
#logo_references img:hover {
  opacity: 0.6;
}
#logo_references .row {
  margin: 15px 0;
}
/* -------------------------------- 

SECTION CONTACT

-------------------------------- */
input {
  width: 100%;
  height: 50px;
  border-radius: 2px;
  border: none;
  background-color: #fff;
  color: #22283f;
  margin-top: 30px;
  padding-left: 10px;
}
#formulaire label {}
#formulaire p {}
#formulaire textarea {
  width: 100%;
  min-height: 50px;
  border-radius: 2px;
  border: none;
  background-color: #fff;
  color: #22283f;
  padding-left: 10px;
  margin-top: 30px;
}
#go {
  background-color: #212121;
  width: 40%;
  padding: 10px;
  display: block;
  cursor: pointer;
  font-size: 18px;
  color: #fff;
}
#go:hover {
  background-color: #282828;
  color: #fff;
}
#miel {
  visibility: hidden;
}
#date {
  visibility: hidden;
}
.error, .alerte {
  color: #212121;
  font-size: 12px;
  text-align: left;
  line-height: 0.5;
}
#envoye {
  color: #EF7D00;
  text-align: left;
  font-size: 21px;
  text-transform: uppercase;
}
#formulaire a {
  color: #212121;
  text-decoration: none;
}
p.rgpd {
  font-size: 10px;
  padding-top: 10px;
}
/* -------------------------------- 

FOOTER

-------------------------------- */
footer {
  height: 80px;
  background-color: #212121;
}
footer p {
  font-size: 14px;
  color: #f5f1e9;
  text-align: center;
  padding-top: 20px;
}
footer a {
  font-size: 14px;
  color: #f5f1e9;
}
footer a:hover, footer a:focus, footer a:visited {
  font-size: 14px;
  color: #f39200;
  text-decoration: none;
}
/* -------------------------------- 

SLIDER

-------------------------------- */
#slider {
  margin-top: 60px;
  width: 100%;
}
#slider_masque {
  width: 100%;
  height: 285px;
  position: relative;
  overflow: hidden;
}
#bandeau_slider {
  width: 4800px;
  height: 285px;
  position: absolute;
}
#bandeau_slider figure {
  width: 960px;
  height: 285px;
  position: relative;
  float: left;
}
#bandeau_slider figcaption {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 960px;
  height: 50px;
}
#bandeau_slider span {
  display: block;
  padding: 14px 10px;
}
.theme-default .nivoSlider {
  webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
/* -------------------------------- 

COULEURS

-------------------------------- */
.fond_bleu {
  background-color: rgba(78, 77, 77, 1);
}
.bleu {
  color: #212121;
}
.fond_beige {
  background-color: rgba(233, 226, 210, 1);
}
.transp_beige {
  background-color: rgba(233, 226, 210, 0.1);
  padding-left: 5px;
}
.beige {
  color: #f5f1e9;
}
.fond_orange {
  background-color: rgba(236, 98, 31, 1);
}
.orange {
  color: #ec621f;
}
.fond_jaune {
  background-color: rgba(243, 146, 0, 1);
}
.jaune {
  color: #f39200;
}
.centerimg {
  text-align: center;
  display: block;
}
/* -------------------------------- 

Mise en page

-------------------------------- */
h1 {
  font-size: 24px;
  text-align: center;
  margin: 20px 0px;
}
h2 {
  font-family: "Syncopate", sans-serif;
  font-size: 25px;
  text-align: center;
  margin: 20px 0px;
  padding-bottom: 20px;
  border-bottom: dashed 1px #ec621f;
}
h2 img {
  padding-right: 10px;
}
h3 {
  font-size: 16px;
  text-align: center;
  margin: 5px 0px;
  font-weight: bold;
}
p {
  font-size: 15px;
  line-height: 1.4;
  text-align: justify;
}
.script {
  font-family: "Syncopate", sans-serif;
  font-size: 18px;
}
strong {
  font-weight: bold;
  color: #ec621f;
}
.left {
  text-align: left;
}
/*---------------------------------------------------

PAGE 404

---------------------------------------------------*/
#rub_404 img {
  text-align: center;
  margin: 0 auto;
}
#rub_404 a {
  text-align: center;
  color: #fff;
  text-decoration: none;
}
/*

---------------------------------------------------

MENTIONS LEGALES

---------------------------------------------------

*/
.retrait_mentions {
  margin: 0 auto;
  width: 90%;
  max-width: 1300px;
  overflow: hidden;
}
#rub-mentions {
  margin: 50px 0;
}
#rub-mentions h2 {
  font-size: 34px;
  color: #212121;
}
#rub-mentions h3 {
  font-size: 18px;
  color: #212121;
  text-align: left;
  padding-bottom: 10px;
  padding-top: 20px;
}
#rub-mentions p {
  text-align: justify;
  color: #212121;
}
#rub-mentions a {
  text-decoration: none;
  color: #f39200;
}
#rub-mentions #logo img {
  width: 20%;
  margin: 0 auto;
}
#rub-mentions b {
  font-weight: bold;
}
#logo {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
#close_mentions img {
  width: 50px;
  text-align: left;
  margin: 20px 0 0 30px;
}
ul.politique {
  list-style: disc outside;
  padding-left: 2em;
}
ul.politique li {
  text-align: justify;
  color: #212121;
  font-size: 15px;
  line-height: 1.4;
  display: list-item;
}
/*-----------------------------------------------

@MEDIA 1050px

------------------------------------------------*/
@media only screen and (min-width: 1050px) {

}
/*-----------------------------------------------

@MEDIA 769px

------------------------------------------------*/
/*---@media MENU ------------------------------*/
@media screen and (max-width:768px) {
  .tab_none {
    display: none;
  }
  #main_menu {
    padding: 60px 0 0;
    background-image: url(../images/btn_menu_smartphone.png);
    background-repeat: no-repeat;
    background-position: 5px 5px;
    background-color: #ec621f;
  }
  #main_menu ul {
    display: none;
  }
  #main_menu li {
    float: none;
    clear: both;
    width: 100%;
    margin-bottom: 10px;
  }
  .block {
    display: block !important;
  }
  #fonctionnalites p {
    font-size: 12px;
    line-height: 1.3;
    margin: 10px 0;
    text-align: left;
  }
  #fonctionnalites h3 {
    text-align: left;
  }
    #logo h1 {
    font-size: 25px;
    padding: 10px 0;
}
}
/*-----------------------------------------------

@MEDIA 500px

------------------------------------------------*/
@media screen and (max-width:500px) {
  .none {
    display: none;
  }
  .xxs {
    width: 100%;
  }
  #slider {
    display: none;
  }
  #logo img {
    width: 80%;
    padding-top: 40px;
  }
}
/*-----------------------------------------------

/*-----------------------------------------------

@MEDIA 320

------------------------------------------------*/
@media screen and (max-width:376px) {
  #main_menu li {
    margin-bottom: 0px;
  }
  h2 {
    font-size: 25px;
    margin: 30px 0 20px 0;
    padding-bottom: 20px;
    border-bottom: dashed 1px #ec621f;
  }
}