@charset "UTF-8";
/*
Theme Name: Gers Numérique
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: 30px; }

.right, .alignright {
  float: right; }

.alignright {
  margin-left: 30px; }

.alignnone {
  margin-bottom: 30px;
  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
{
  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, h2, h3, h4, h5
{
  padding-top: 10px;
  padding-bottom: 10px;
}


p + h1, p + h2, p + h3, p + h4, p + h5,
li + h1, li + h2, li + h3, li + h4, li + h5
{
  padding-top: 20px;
}

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

.centrer 
{
  width: 1164px;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  margin: 0 auto;
  grid-gap: 30px;
}

.alignement-haut .centrer
{
  align-items: start;

}

.alignement-milieu .centrer
{
  align-items: center;
}

.alignement-bas .centrer
{
  align-items: end;

}


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

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

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

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

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

.col-1 {  grid-column: span 1; }
.col-2 {  grid-column: span 2; }
.col-3 {  grid-column: span 3; }
.col-4 {  grid-column: span 4; }
.col-5 {  grid-column: span 5; }
.col-6 {  grid-column: span 6; }
.col-7 {  grid-column: span 7; }
.col-8 {  grid-column: span 8; }
.col-9 {  grid-column: span 9; }
.col-10 {  grid-column: span 10; }
.col-11 {  grid-column: span 11; }
.col-12 {  grid-column: span 12; }





.tablette, .mobile
{
  display: none;
}

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


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

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

  }
}

@media (max-width: 1300px)
{

  




  :root {
    --width-container: 960px;
    --espace-colonne: 20px;
    --espace-colonne-negatif: -20px;
  }
    
  .col
  {
  }

  .col-inside
  {
    margin: 0 var(--espace-colonne-negatif);
  }

  .centrer, .container { width: var(--width-container); }
  .col-, .col-100
{
  grid-column: span 12;
}

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

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

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

.col-1 {  grid-column: span 1; }
.col-2 {  grid-column: span 2; }
.col-3 {  grid-column: span 3; }
.col-4 {  grid-column: span 4; }
.col-5 {  grid-column: span 5; }
.col-6 {  grid-column: span 6; }
.col-7 {  grid-column: span 7; }
.col-8 {  grid-column: span 8; }
.col-9 {  grid-column: span 9; }
.col-10 {  grid-column: span 10; }
.col-11 {  grid-column: span 11; }
.col-12 {  grid-column: span 12; }


}



@media (max-width: 1000px)
{


  :root {
    --width-container: 720px;
    --espace-colonne: 20px;
    --espace-colonne-negatif: -20px;
  }
    
  .col
  {
  }

  .col-inside
  {
    margin: 0 var(--espace-colonne-negatif);
  }

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

  .tablette
  {
    display: block;
  }

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

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

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

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

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

}


@media (max-width: 740px)
{

  :root {
    --width-container: 100%;
    --espace-colonne: 10px;
    --espace-colonne-negatif: 0px;
  }

  .centrer, .container
  {
    padding: 0 20px
  }

  .centrer .centrer
  {
    padding: 0;
  }
  
  .col-100,
  .col-,
  .m-col-100,
  .col-66,
  .col-50, .m-col-50,
  .col-33,
  .col-25
  {
    grid-column: span 12;
    width: calc(100vw - 40px);
  }


 

}

