@charset "utf-8";

/* -- Rose : #ec1946 -- */
/* -- Gris : #414042 -- */

/* ----------------------------------------------------------- */
/* -- Remise à zéro des styles -- */
/* ----------------------------------------------------------- */

  /* http://meyerweb.com/eric/tools/css/reset/
     v2.0 | 20110126
     License: none (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, img, ins, kbd, q, s, samp,
  small, strike, 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 {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    outline:none;

  }
  /* HTML5 display-role reset for older browsers */
  article, aside, details, figcaption, figure,
  footer, header, hgroup, menu, nav, section {
    display: block;
  }

  * {

  }
  body {
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  ol, ul {
    list-style: none;
  }
  blockquote, q {
    quotes: none;
  }
  blockquote:before, blockquote:after,
  q:before, q:after {
    content: '';
    content: none;
  }
  table {
    border-collapse: collapse;
    border-spacing: 0;
  }

  button::-moz-focus-inner,
  [type="button"]::-moz-focus-inner {
    padding:0;
    border:0;
    overflow: visible;
    border:none;
    font-size:1em;
  }

  input, textarea {
    -webkit-border-radius: 0;
  }
  
  .ul-flex {
      display: flex;
      justify-content: center;
  }


/* ----------------------------------------------------------- */
/* -- CLASSES GÉNÉRALES -- */
/* ----------------------------------------------------------- */

  .clear {
    clear:both;
  }

  .clearfix:after {
    clear: both;
    content: "";
    display: block;
    height: 0;
    line-height: 0;
    visibility: hidden;
  }

  .centrer {
    margin:0 auto;
    max-width:1200px;
    padding:0 20px;
  }
  
  .jaune {
     background-color:yellow;
  }

  a.bouton:link,
  a.bouton:visited {
    display:inline-block;
    background-color:#fff;
    color:#ec1946;
    font-size:1.4rem;
    padding:20px 65px;
    font-weight:bold;
    text-decoration:none;
  }



/* ----------------------------------------------------------- */
/* -- GÉNÉRAL -- */
/* ----------------------------------------------------------- */

  body {
    font-family:'nexa_regularregular', Arial, sans-serif;
    color:#414042;
  }

  a:link,
  a:visited {
    opacity:1;
    transition:opacity 0.3s ease-out 0s;
  }

  a:hover,
  a:focus,
  a:active {
    opacity:0.7;
  }


/* ----------------------------------------------------------- */
/* -- HEADER -- */
/* ----------------------------------------------------------- */

  header {
    background:#ec1946 url("../images/banniere.jpg") no-repeat 50% 50%;
    background-size:cover;
    color:#fff;
    padding:40px 0 150px;
  }

  header .logo {
    max-width:372px;
    display:inline-block;
    float:left;
  }

  header .logo img {
    max-width:100%;
  }

  header .reseaux {
    float:right;
    margin-bottom:30px;
  }

  .reseaux li {
    display:inline-block;
    position:relative;
    width:231px;
    height:22px;
  }

  .reseaux li a,
  .reseaux li a:link,
  .reseaux li a:visited {
    color:#fff;
    display:inline-block;
    width:231px;
    height:22px;
    text-indent:30px;
    white-space:nowrap;
    position:relative;
    overflow:hidden;
    text-decoration:none;
    line-height: 22px;
  }

  .reseaux li.facebook a::before,
  .reseaux li.facebook a:link::before,
  .reseaux li.facebook a:visited::before {
    content: "\f09a";
    font-family: FontAwesome;
    left:0px;
    position:absolute;
    top:0px;
    text-indent:0;
    font-size:22px;
    width:235px;
    height:22px;
    text-decoration:none;
  }

  .reseaux li.youtube {
    display:none;
  }

  .reseaux li.youtube a::before,
  .reseaux li.youtube a:link::before,
  .reseaux li.youtube a:visited::before {
    content: "\f16a";
    font-family: FontAwesome;
    left:0px;
    position:absolute;
    top:0px;
    text-indent:0;
    font-size:22px;
    width:22px;
    height:22px;
    text-decoration:none;
  }

  header .menu-principal {
    float:right;
    clear:right;
  }

  header .menu-principal li {
    display:inline-block;
    margin-left:35px;
  }

  header .menu-principal a:link,
  header .menu-principal a:visited {
    text-decoration:none;
    color:#fff;
    text-transform:uppercase;
    font-weight:bold;
  }

  header .infos {
    clear:both;
    text-align:center;
    text-transform:uppercase;
    font-size:1.4rem;
    overflow:hidden;
    font-size:1.9rem;
    font-weight:bold;
  }

  header .infos h2 {
    font-size:3.5rem;
    font-weight:bold;
    margin-top:160px;
    margin-bottom:65px;
  }

  header .infos p {
    margin-bottom:80px;
  }

  header .infos .separateur {
    display:inline-block;
    margin:0 15px;
  }


/* ----------------------------------------------------------- */
/* -- FOOTER -- */
/* ----------------------------------------------------------- */

  footer {
    color:#666666;
    background:transparent url("../images/footer-deco.png") no-repeat 100% 0;
    background-size:auto 100%;
  }

  footer div.interne {
    position:relative;
    padding-top:80px;
    margin:0 280px;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
  }

  footer .reseaux {
    margin-bottom:12px;
  }

  footer .reseaux li {
    margin-left:0;
    margin-right:20px;
  }

  footer .reseaux li a,
  footer .reseaux li a:link,
  footer .reseaux li a:visited,
  footer .reseaux li a::before,
  footer .reseaux li a:link::before,
  footer .reseaux li a:visited::before {
    color:#414042;
  }

  footer a.email {
    text-transform:uppercase;
    color:#414042;
    text-decoration:none;
    padding-left:30px;
    position:relative;
  }

  footer a.email:before {
    content: "\f0e0";
    font-family: FontAwesome;
    left:0px;
    position:absolute;
    top:0px;
    text-indent:0;
    font-size:18px;
  }

  footer a.telephone,
  a[href^="tel"],
  footer a.telephone:link,
  footer a.telephone:visited {
    display: block;
    position: absolute;
    top: 70px;
    right:0;
    font-size:2rem;
    color:#414042;
    /*-webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);*/
    /*background:transparent url("../images/24-7.png") no-repeat 0 50%;*/
    background-size:auto 100%;
    padding:20px 0;
  }

  footer a.telephone:hover,
  footer a.telephone:focus {
    opacity:1;
  }

  a[href^="tel"]{
    color:inherit;
    text-decoration:none;
  }

  footer a.telephone span,
  footer a.telephone:link span,
  footer a.telephone:visited span {
    color:#414042;
    font-size:2rem;
  }


  footer p.droits {
    text-align:center;
    font-size:0.75rem;
    margin-top:60px;
    margin-bottom:10px;
    vertical-align:bottom;
  }

  footer a.realisation:link,
  footer a.realisation:visited {
    display:inline-block;
    margin-left:25px;
    text-decoration:none;
    color:#666666;
    vertical-align:bottom;
  }

  footer a.realisation span {
    display:inline-block;
    width:85px;
    height:15px;
    background:#666666 url("../images/absolu.png") no-repeat 0 0;
    background-size:100% 100%;
    color:#666666;
    overflow:hidden;
    text-indent:100px;
    position:relative;
    top:-1px;
    vertical-align:bottom;
    text-decoration:none;
  }


/* ----------------------------------------------------------- */
/* -- ACCUEIL -- */
/* ----------------------------------------------------------- */

  /* -- Icônes  -- */

    section.icones {
      padding:50px 0;
    }

    section.icones ul li {
      display:inline-block;
      width:12%;
      max-width:130px;
      margin-left:10%;
    }

    section.icones ul li:first-child {
      margin-left:0;
    }

    section.icones ul li img {
      max-width:100%;
    }


  /* -- Contenu  -- */

    div.contenu {
      border-top:solid 3px #ec1946;
    }

    div.contenu img {
      float:left;
      width:56%;
      max-width:1060px;
    }

    div.contenu h2 {
      font-weight:bold;
      text-transform:uppercase;
      color:#ec1946;
      font-weight:bold;
      font-size:1.8rem;
      margin-bottom:25px;
    }

    div.contenu h3 {
      font-weight:bold;
      text-transform:uppercase;
      color:#ec1946;
      font-weight:bold;
      font-size:1.5rem;
      margin-bottom:20px;
      margin-top:40px;
    }

    div.contenu p {
      font-family:'nexa_bookregular', Arial, sans-serif;
      margin-bottom:20px;
      line-height:1.2em;
    }

    div.contenu div.sur-texte {
      padding:60px;
      overflow:auto;
    }

    div.contenu ul {
      margin-bottom:30px;
    }

    div.contenu li {
      margin-bottom:10px;
      margin-left:20px;
      list-style-type:disc;
      list-style-position:outside;
      line-height:1.2em;
    }


  /* -- Partenaires  -- */

    section.partenaires {
      border-top:solid 3px #ec1946;
      border-bottom:solid 3px #ec1946;
      padding:30px 0;
      clear:both;
    }

    section.partenaires ul {
      text-align:center;
    }

    section.partenaires ul li {
      display:inline-block;
      max-width:12%;
    }

    section.partenaires ul li img {
      max-width:100%;
    }