@charset "UTF-8";
/*
Theme Name: Duplantier
Author: Cyril Nahon & Léo Marcou
Version: 1.0
Description: Theme Duplantier
*/
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: underline;
   }

.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
{
  padding: 0px;
  box-sizing: border-box;
  margin: 0 ;
}

.col-right
{
  float: right;
}

:root {
  --width-container: 1180px;
  --espace-colonne: 20px;
  --espace-colonne-negatif: -20px;
}

.centrer, .container { width: var(--width-container); }



 
.section .col-100
{
  grid-column: span 12; 
}

.section .col-50
{
  grid-column: span 6;
}

.section .col-33
{
  grid-column: span 4;
}

.section .col-25
{
  grid-column: span 3;
}

.section .col-66
{
  grid-column: span 8;
}


.section .col-1
{
  grid-column: span 1; 
}

.section .col-2
{
  grid-column: span 2; 
}

.section .col-3
{
  grid-column: span 3; 
}

.section .col-4
{
  grid-column: span 4; 
}

.section .col-5
{
  grid-column: span 5; 
}

.section .col-6
{
  grid-column: span 6; 
}

.section .col-7
{
  grid-column: span 7; 
}

.section .col-8
{
  grid-column: span 8; 
}

.section .col-9
{
  grid-column: span 9; 
}

.section .col-10
{
  grid-column: span 10; 
}

.section .col-11
{
  grid-column: span 11; 
}

.section .col-12
{
  grid-column: span 12; 
}

.gauche-1 {  margin-left: calc(1 / 12 * var(--width-container) - 5px); }
.gauche-2 {  margin-left: calc(2 / 12 * var(--width-container) - 5px); }
.gauche-3 {  margin-left: calc(3 / 12 * var(--width-container) - 5px); }
.gauche-4 {  margin-left: calc(4 / 12 * var(--width-container) - 5px); }
.gauche-5 {  margin-left: calc(5 / 12 * var(--width-container) - 5px); }
.gauche-6 {  margin-left: calc(6 / 12 * var(--width-container) - 5px); }
.gauche-7 {  margin-left: calc(7 / 12 * var(--width-container) - 5px); }
.gauche-8 {  margin-left: calc(8 / 12 * var(--width-container) - 5px); }
.gauche-9 {  margin-left: calc(9 / 12 * var(--width-container) - 5px); }
.gauche-10 {  margin-left: calc(10 / 12 * var(--width-container) - 5px); }
.gauche-11 {  margin-left: calc(11 / 12 * var(--width-container) - 5px); }


.droite-1 {  margin-right: calc(1 / 12 * var(--width-container) - 5px); }
.droite-2 {  margin-right: calc(2 / 12 * var(--width-container) - 5px); }
.droite-3 {  margin-right: calc(3 / 12 * var(--width-container) - 5px); }
.droite-4 {  margin-right: calc(4 / 12 * var(--width-container) - 5px); }
.droite-5 {  margin-right: calc(5 / 12 * var(--width-container) - 5px); }
.droite-6 {  margin-right: calc(6 / 12 * var(--width-container) - 5px); }
.droite-7 {  margin-right: calc(7 / 12 * var(--width-container) - 5px); }
.droite-8 {  margin-right: calc(8 / 12 * var(--width-container) - 5px); }
.droite-9 {  margin-right: calc(9 / 12 * var(--width-container) - 5px); }
.droite-10 {  margin-right: calc(10 / 12 * var(--width-container) - 5px); }
.droite-11 {  margin-right: calc(11 / 12 * var(--width-container) - 5px); }

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


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

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

  }
}

@media (max-width: 1300px)
{

  

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



}



@media (max-width: 1000px)
{


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


}


@media (max-width: 740px)
{

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


}

