@charset "UTF-8";
/*
Theme Name: Ape
Author: Cyril Nahon
Version: 1.0
Description: Theme Squelette
*/
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, em, img, ins, kbd, q, s, samp,
small, strike, strong, 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;
  font-family: "sans-serif";
 }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1;
  font-family: "sans-serif";
 }

textarea
{

}

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; }

b, strong {
  font-weight: bold; }

i, em {
  font-style: italic; }

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

a, button, textarea, input
{
  outline:none!important;
}

.light {
  font-weight: 300; }

.regular {
  font-weight: 400; }

.bold {
  font-weight: 700; }

.black {
  font-weight: 900; }

.italic {
  font-style: italic; }

.left, .alignleft {
  float: left; }

.alignleft {
  margin-right: 15px; }

.right, .alignright {
  float: right; }

.alignright {
  margin-left: 15px; }

.alignnone {
  margin-bottom: 20px;
  display: block; }

.aligncenter {
  margin: 0 auto;
  display: block; }

.clear {
  clear: both; }




.desktop,
.show-block {
  display: block; }

.mobile,
.hide-block {
  display: none; }

.show {
  opacity: 1;
  filter: alpha(opacity=100); }

.hide {
  opacity: 0;
  filter: alpha(opacity=0); }

body {
  background: #FFF;
  font-weight: 400;
  font-size: 16px;
  font-family: sans-serif; }

p {
  font-size: 16px;
  line-height: 20px;
  padding: 10px 0; }
ul
{
  list-style: disc;
  margin-left: 20px;
}
ol
{
  list-style: decimal;
  margin-left: 20px;
}

li {
  font-size: 16px;
  line-height: 20px;
  padding: 10px 0; }


a{
  text-decoration: none;
  
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s; }

a:hover {
  text-decoration: none;
   }

.align-center
{
  text-align: center;
}

.align-left
{
  text-align: left;
}

.align-right
{
  text-align: right;
}

#main {
  clear: both; }

#access
{
}
#access > div > ul > li
{
  float: left;
  position: relative;
}
#access > div > ul > li > a
{
  display: block;
}
#access > div > ul > li > a:hover
{
}
#access > div > ul > li > ul
{
  display: none;
  position: absolute;
  top:20px;
  left:0;
}
#access > div > ul > li:hover > ul
{
  display: block;
}
#access > div > ul > li > ul > li
{

}
#access > div > ul > li > ul > li > a
{
  
}
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);


}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
    outline: none;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

.centrer
{
  overflow: hidden;
}

.contenu
{
  padding: 0;
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.bloc-contenu
{
}

.bloc-texte-image .image-semi-full
{
  height: 100%;
  width: 50%;
  position: absolute;
  left:0;
  background-repeat: no-repeat;
  background-position: center;
  top:50%;

  -ms-transform: translateY(-50%); /* IE 9 */
    -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.bloc-texte-image iframe
{ 
  height: 100%;
  width: 50%;
  position: absolute;
  left:0;
  top:50%;

  -ms-transform: translateY(-50%); /* IE 9 */
    -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.bloc-texte-image .col-right .image-semi-full
{
  left: auto;
  right: 0;
}

.bloc-texte-image .col-right iframe
{
  left: auto;
  right: 0;
}

.bloc-map iframe
{
  width: 100%;
}

h1
{
  font-size: 50px;
  line-height: 50px;
  font-weight: 900;
  padding-top: 10px;
  padding-bottom: 25px;
}

h2
{
  font-size: 40px;
  line-height: 40px;
  font-weight: 700;
  padding-top: 10px;
  padding-bottom: 20px;
}

h3
{
  font-size: 30px;
  line-height: 30px;
  font-weight: 900;
  padding-top: 10px;
  padding-bottom: 15px;
}

h4
{
  font-size: 20px;
  line-height: 20px;
  font-weight: 900;
  padding-top: 10px;
  padding-bottom: 10px;
}

h5
{
  font-size: 15px;
  line-height: 15px;
  font-weight: 900;
  padding-top: 10px;
  padding-bottom: 10px;
}

.bouton
{
  line-height: 20px;
  background: #4468BB;
  padding: 15px 30px;
  text-align: center;
  font-size: 16px;
  color:#fff;
  display: inline-block;
  cursor: pointer;
}

.bouton:hover
{
  background: #3458AB;
}

.slick .slick-arrow
{
  position: absolute;
  height: 25px;
  width: 12px;
  text-indent: -10000px;
  background: none;
  top:50%;

  -ms-transform: translateY(-50%); /* IE 9 */
    -webkit-transform: translateY(-50%);
  transform: translateY(-50%); 
  background-repeat: no-repeat;
  background-position: center;
  z-index: 999;
  border:none;
  cursor: pointer;
}

.slick .slick-prev
{
  left: 20px;
  background-image: url('images/fleche-left.svg');
}

.slick .slick-next
{
  right: 20px;
  background-image: url('images/fleche-right.svg');
}

blockquote
{
  /*padding: 0 40px;*/
}

blockquote p
{
 
}

blockquote::after,
blockquote::before
{
  
}

.metas
{
  display: none;
}

.display-inline-block
{
  display: inline-block;
}

.display-inline
{
  display: inline;
}

.display-block
{
  display: block;
}





.formulaire-contact .input-bloc
{
  position: relative;
  height: 50px;
  margin-bottom: 10px;
  width: 100%;
  display: block;
}

.formulaire-contact .input-bloc input[type="text"]
{
  position: absolute;
 
  font-size: 16px;
  color: #fff;
  line-height: 25px;
  border:none;
  padding: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 25px;
  z-index: 99;
  background: none;
  border-bottom:1px solid #fff;
  font-style: italic;

}

.formulaire-contact .input-bloc label
{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 25px;
  line-height: 25px;
  transition: 0.2s;
  z-index: 9;
  text-align: left;
  font-size: 16px;
  color:#fff;
  font-style: italic;
}
.formulaire-contact .input-bloc input[type="text"]:focus + label
{
  bottom:25px;
  /*font-size: 16px;*/
}


.formulaire-contact .input-bloc input[type="text"].not-empty + label {
  bottom:25px;
  /*font-size: 16px;*/
}

.formulaire-contact .select-bloc select
{
  display: none;
}

.formulaire-contact .select-bloc .selecteur
{
  position: relative;
}

.formulaire-contact .select-bloc .liste-val
{
  display: none;
  background: #3667AF;
  color:#fff;
  position: absolute;
  top:25px;
  width: 100%;
  z-index: 99999;
}


.formulaire-contact .select-bloc .liste-val .val
{
  border-bottom: 1px solid #fff;
  line-height: 25px;
  padding: 0 10px;
  height: 25px;
  font-style: italic;
}

.formulaire-contact .select-bloc .liste-val .val:hover
{
  cursor: pointer;
  background: #26579F;

}

.formulaire-contact .select-bloc .liste-val.active
{
  display: block;
}

.formulaire-contact .select-bloc .affichage-selecteur
{
  font-style: italic;
  border-bottom: 1px solid #fff;
  height: 25px;
  padding-top: 25px;
  line-height: 25px;
  color:#fff;
  cursor: pointer;
}



.formulaire-contact .textarea-bloc
{
  position: relative;
  height: 215px;
  margin-bottom: 10px;
  width: 100%;
  display: block;
}

.formulaire-contact .textarea-bloc textarea
{
  position: absolute;
  resize: none;
  font-size: 16px;
  color: #fff;
  line-height: 25px;
  border:none;
  padding: 10px;
  bottom: 0;
  left: 0;
  display: block;
  height: 160px;
  z-index: 9999;
  background: none;
  border:1px solid #fff;
  font-style: italic;
  width: 100%;
}


.formulaire-contact .textarea-bloc label
{
  position: absolute;
  bottom: 155px;
  left: 10px;
  width: 100%;
  height: 25px;
  line-height: 25px;
  transition: 0.2s;
  z-index: 9;
  text-align: left;
  font-size: 16px;
  color:#fff;
  font-style: italic;
}
.formulaire-contact .textarea-bloc textarea:focus + label
{
  bottom:190px;
  left: 0px;
  /*font-size: 16px;*/
}


.formulaire-contact .textarea-bloc textarea.not-empty + label {
  bottom:190px;
  left: 0px;
  /*font-size: 16px;*/
}


.erreur-js > div
{
  position: fixed;
  line-height: 30px;
  font-size: 20px;
  text-transform: uppercase;
  background: #9d3030;
  color:#fff;
  padding: 20px;
  z-index: 99000002;
  text-align: center;
  width: 100%;
  left: 0;
  transform: translateY(100%);
  bottom:0;
  opacity: 0;
  -moz-transition: .5s transform ease-in-out;
  -webkit-transition: .5s transform ease-in-out;
  transition: .5s transform ease-in-out;
}

.erreur-js > div.active
{
  transform: translateY(0%);
  opacity: 1;
}

.formulaire-contact .envoyer
{
  margin-top: 40px;
}

#back_to_top
{
  width: 20px;
  height: 10px;
  /*background: url('images/top.svg') no-repeat center center;*/
  position: fixed;
  right: 20px;
  bottom: 20px;
  text-indent: -10000px;
  cursor: pointer;
  z-index: 999999;
  display: none;
}

#site-generator
{
  overflow: hidden;
  padding: 10px 0;
}

#site-generator a
{
  color:#fff;
}

.bloc-listing
{
  text-align: center;
}

.bloc-listing > div
{
  text-align: left;
}



.bloc-contact
{
  text-align: center;
}

.bloc-contact form
{
  display: inline-block;
}

ul.pagination
{
  list-style: none;
  margin: 0;
  text-align: center;
}

ul.pagination li
{
  display: inline-block;
  padding: 5px;
}

.loader
{
  position: fixed;
  left: 0;
  top:0;
  width: 100%;
  height: 100%;
  background: url('images/spin.svg') center center no-repeat #FFF;
  opacity: 0;
  visibility: hidden;
  z-index: 9999999;


  -moz-transition: .5s all ease-in-out;
  -webkit-transition: .5s all ease-in-out;
  transition: .5s all ease-in-out;
}

.loader.active
{
  visibility: visible;
  opacity: .7;
}

.centrer,
.container {
  width: 1200px;
  margin: 0 auto; }


.col
{
  float: left;
  padding: 0 25px;
  min-height: 1px;
}

.col-right
{
  float: right;
}

.centrer, .container { width: 1200px; }

/*COLONNES*/

.l-m-col-1 { width: 50px; }
.l-m-col-2 { width: 150px; }
.l-m-col-3 { width: 250px; }
.l-m-col-4 { width: 350px; }
.l-m-col-5 { width: 450px; }
.l-m-col-6 { width: 550px; }
.l-m-col-7 { width: 650px; }
.l-m-col-8 { width: 750px; }
.l-m-col-9 { width: 850px; }
.l-m-col-10 { width: 950px; }
.l-m-col-11 { width: 1050px; }
.l-m-col-12 { width: 1150px; }

/*POURCENTAGE*/

.l-m-prc-25 { padding: 0; width: 25%; }
.l-m-prc-33 { padding: 0; width: 33%; }
.l-m-prc-50 { padding: 0; width: 50%; }
.l-m-prc-66 { padding: 0; width: 66%; }
.l-m-prc-75 { padding: 0; width: 75%; }
.l-m-prc-100 { padding: 0; width: 100%; }


/*ESPACE GAUCHE*/

.l-m-l-col-1 { padding-left: 125px; }
.l-m-l-col-2 { padding-left: 225px; }
.l-m-l-col-3 { padding-left: 325px; }
.l-m-l-col-4 { padding-left: 425px; }
.l-m-l-col-5 { padding-left: 525px; }
.l-m-l-col-6 { padding-left: 625px; }
.l-m-l-col-7 { padding-left: 725px; }
.l-m-l-col-8 { padding-left: 825px; }
.l-m-l-col-9 { padding-left: 925px; }
.l-m-l-col-10 { padding-left: 1025px; }
.l-m-l-col-11 { padding-left: 1125px; }

.l-m-l-prc-25 { padding-left: 25%; }
.l-m-l-prc-33 { padding-left: 33%; }
.l-m-l-prc-50 { padding-left: 50%; }
.l-m-l-prc-66 { padding-left: 66%; }
.l-m-l-prc-75 { padding-left: 75%; }


/*ESPACE DROITE*/

.l-m-r-col-1 { padding-right: 125px; }
.l-m-r-col-2 { padding-right: 225px; }
.l-m-r-col-3 { padding-right: 325px; }
.l-m-r-col-4 { padding-right: 425px; }
.l-m-r-col-5 { padding-right: 525px; }
.l-m-r-col-6 { padding-right: 625px; }
.l-m-r-col-7 { padding-right: 725px; }
.l-m-r-col-8 { padding-right: 825px; }
.l-m-r-col-9 { padding-right: 925px; }
.l-m-r-col-10 { padding-right: 1025px; }
.l-m-r-col-11 { padding-right: 1125px; }

.l-m-r-prc-25 { padding-right: 25%; }
.l-m-r-prc-33 { padding-right: 33%; }
.l-m-r-prc-50 { padding-right: 50%; }
.l-m-r-prc-66 { padding-right: 66%; }
.l-m-r-prc-75 { padding-right: 75%; }



/*************************************************************
************************ RESPONSIVE **************************
*************************************************************/


@media (min-width: 1920px)
{
  .contenu
  {
    background-size: cover;
  }

  .fond-full-height .image-semi-full
  {
    background-size: cover!important;

  }
}

@media (max-width: 1300px)
{

  

  .col
  {
    padding: 0 20px;
    min-height: 1px;
  }

    
  .centrer, .container { width: 960px; }

  /*COLONNES*/

  .l-m-col-1 { width: 40px; }
  .l-m-col-2 { width: 120px; }
  .l-m-col-3 { width: 200px; }
  .l-m-col-4 { width: 280px; }
  .l-m-col-5 { width: 360px; }
  .l-m-col-6 { width: 440px; }
  .l-m-col-7 { width: 520px; }
  .l-m-col-8 { width: 600px; }
  .l-m-col-9 { width: 680px; }
  .l-m-col-10 { width: 760px; }
  .l-m-col-11 { width: 840px; }
  .l-m-col-12 { width: 920px; }

  /*POURCENTAGE*/

  .l-m-prc-25 { padding: 0; width: 25%; }
  .l-m-prc-33 { padding: 0; width: 33%; }
  .l-m-prc-50 { padding: 0; width: 50%; }
  .l-m-prc-66 { padding: 0; width: 66%; }
  .l-m-prc-75 { padding: 0; width: 75%; }
  .l-m-prc-100 { padding: 0; width: 100%; }


  /*ESPACE GAUCHE*/

  .l-m-l-col-1 { padding-left: 100px; }
  .l-m-l-col-2 { padding-left: 180px; }
  .l-m-l-col-3 { padding-left: 260px; }
  .l-m-l-col-4 { padding-left: 340px; }
  .l-m-l-col-5 { padding-left: 420px; }
  .l-m-l-col-6 { padding-left: 500px; }
  .l-m-l-col-7 { padding-left: 580px; }
  .l-m-l-col-8 { padding-left: 660px; }
  .l-m-l-col-9 { padding-left: 740px; }
  .l-m-l-col-10 { padding-left: 820px; }
  .l-m-l-col-11 { padding-left: 900px; }

  .l-m-l-prc-25 { padding-left: 25%; }
  .l-m-l-prc-33 { padding-left: 33%; }
  .l-m-l-prc-50 { padding-left: 50%; }
  .l-m-l-prc-66 { padding-left: 66%; }
  .l-m-l-prc-75 { padding-left: 75%; }


  /*ESPACE DROITE*/

  .l-m-r-col-1 { padding-right: 100px; }
  .l-m-r-col-2 { padding-right: 180px; }
  .l-m-r-col-3 { padding-right: 260px; }
  .l-m-r-col-4 { padding-right: 340px; }
  .l-m-r-col-5 { padding-right: 420px; }
  .l-m-r-col-6 { padding-right: 500px; }
  .l-m-r-col-7 { padding-right: 580px; }
  .l-m-r-col-8 { padding-right: 660px; }
  .l-m-r-col-9 { padding-right: 740px; }
  .l-m-r-col-10 { padding-right: 820px; }
  .l-m-r-col-11 { padding-right: 900px; }

  .l-m-r-prc-25 { padding-right: 25%; }
  .l-m-r-prc-33 { padding-right: 33%; }
  .l-m-r-prc-50 { padding-right: 50%; }
  .l-m-r-prc-66 { padding-right: 66%; }
  .l-m-r-prc-75 { padding-right: 75%; }


  .avantages .liste-avantages .bloc-avantage
  {
      width: calc(960px/4);
  }


}



@media (max-width: 1000px)
{


   .col
  {
    padding: 0 15px;
  }

    
 .centrer, .container { width: 720px; }

  /*COLONNES*/

  .s-col-1 { width: 90px; }
  .s-col-2 { width: 210px; }
  .s-col-3 { width: 330px; }
  .s-col-4 { width: 450px; }
  .s-col-5 { width: 570px; }
  .s-col-6 { width: 690px; }

  /*POURCENTAGE*/

  .s-prc-25 { padding: 0; width: 25%; }
  .s-prc-33 { padding: 0; width: 33%; }
  .s-prc-50 { padding: 0; width: 50%; }
  .s-prc-66 { padding: 0; width: 66%; }
  .s-prc-75 { padding: 0; width: 75%; }
  .s-prc-100 { padding: 0; width: 100%; }


  /*ESPACE GAUCHE*/

  .s-l-col-1 { padding-left: 135px; }
  .s-l-col-2 { padding-left: 255px; }
  .s-l-col-3 { padding-left: 375px; }
  .s-l-col-4 { padding-left: 495px; }
  .s-l-col-5 { padding-left: 615px; }
  
  .s-l-prc-25 { padding-left: 25%; }
  .s-l-prc-33 { padding-left: 33%; }
  .s-l-prc-50 { padding-left: 50%; }
  .s-l-prc-66 { padding-left: 66%; }
  .s-l-prc-75 { padding-left: 75%; }


  /*ESPACE DROITE*/

  .s-r-col-1 { padding-right: 135px; }
  .s-r-col-2 { padding-right: 255px; }
  .s-r-col-3 { padding-right: 375px; }
  .s-r-col-4 { padding-right: 495px; }
  .s-r-col-5 { padding-right: 615px; }
  
  .s-r-prc-25 { padding-right: 25%; }
  .s-r-prc-33 { padding-right: 33%; }
  .s-r-prc-50 { padding-right: 50%; }
  .s-r-prc-66 { padding-right: 66%; }
  .s-r-prc-75 { padding-right: 75%; }


  .avantages .liste-avantages .bloc-avantage
  {
    width: calc(720px/4);
  }

}


@media (max-width: 740px)
{

  .centrer, .container
  {
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
  }

  .col
  {
    padding: 0 10px;
    box-sizing: border-box;
  }

  /*POURCENTAGE*/

  .xs-prc-25 { padding: 0; width: 25%; }
  .xs-prc-50 { padding: 0; width: 50%; }
  .xs-prc-75 { padding: 0; width: 75%; }
  .xs-prc-100 { padding: 0; width: 100%; }


  /*ESPACE GAUCHE*/

  .xs-l-prc-25 { padding-left: 25%; }
  .xs-l-prc-50 { padding-left: 50%; }
  .xs-l-prc-75 { padding-left: 75%; }


  /*ESPACE DROITE*/

  .xs-r-prc-25 { padding-right: 25%; }
  .xs-r-prc-50 { padding-right: 50%; }
  .xs-r-prc-75 { padding-right: 75%; }




    

  .bloc-texte-image .image-semi-full
  {
    transform: none;
    width: 100%;
    height: 280px;
    background-size: auto 100%;
    top:0;
    position: static;
    margin-bottom: 20px;
  }

  .bloc-texte-image iframe
  {
    display: none;
  }

 

}

