/*
@font-face{
    font-family:"Filson-Book";
    src:url("./fonts/4f7ab3ca-3447-48b1-86b7-8d37506af873.eot?#iefix");
    src:url("./fonts/4f7ab3ca-3447-48b1-86b7-8d37506af873.eot?#iefix") format("eot"),url("./fonts/488e35da-45ac-49ea-9193-b3e857119e67.woff2") format("woff2"),url("./fonts/8a762fea-acde-43b2-a97f-3f52293552ed.woff") format("woff"),url("./fonts/df3109a6-5e6e-4f14-a5ad-ff9554ac351a.ttf") format("truetype");
}

// font-family:'Filson-Book'; 
*/
/* ==========================================================================
|  RESPONSIVE
========================================================================== */
/* ==========================================================================
|  TAILLE DES TEXTES
========================================================================== */
/* ==========================================================================
|  ANIMATIONS - TRANSITIONS
========================================================================== */
:root {
  --main-color: #007bff;
  --main-color-darken-1: #0056b2;
  --main-color-darken-2: #003d7f;
  --main-color-lighten:#edf1ff;
  --main-color-light:#edf1ff;
  --secondary-color: #FF8833;
}

.noir {
  color: #000000;
}

.gris1 {
  color: #dee2e6;
}

.gris2 {
  color: #CCCCCC;
}

.gris3 {
  color: #666666;
}

.gris4 {
  color: #2b354f;
}

.blanc {
  color: #FFFFFF;
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*:focus {
  outline: none !important;
}

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, sub, sup, 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;
  color: inherit;
  vertical-align: baseline;
}

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

body {
  line-height: 1;
}

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

strong {
  font-weight: bold;
}

/* ==========================================================================
|  RESET EFIL
========================================================================== */
.clear {
  clear: both;
}

.uppercase {
  text-transform: uppercase;
}

.ombre {
  -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 7px rgba(0, 0, 0, 0.5);
}

svg,
img {
  max-width: 100%;
  height: auto;
  display: block;
}

small {
  font-size: 70%;
}

iframe {
  max-width: 100%;
  width: 100%;
}

em {
  font-style: italic;
}

strong {
  font-weight: bold;
}

sub,
sup {
  font-size: 60%;
}

#main p {
  padding-bottom: 20px;
}

#main li {
  padding-bottom: 10px;
}

#main .carousel li {
  padding-bottom: 0;
}

img {
  display: block;
}

.ajax-progress {
  display: none !important;
}

/*
@media (min-width: 1200px){
  .container {
      max-width: 1200px;
  }
}*/
.transition, a, .social-links a, body #main #sub-menu, body #main:before {
  /*transition: all 0.3s linear;*/
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

/* ==========================================================================
|  ANIMATION AU SCROLL
========================================================================== */
.scroll-anim-left {
  position: relative;
  -webkit-transform: translateX(-100px);
          transform: translateX(-100px);
}

.scroll-anim-right {
  position: relative;
  -webkit-transform: translateX(100px);
          transform: translateX(100px);
}

.scroll-anim-top {
  position: relative;
  -webkit-transform: translateY(100px);
          transform: translateY(100px);
}

.scroll-anim-bottom {
  position: relative;
  -webkit-transform: translateY(-100px);
          transform: translateY(-100px);
}

.scroll-anim {
  opacity: 0;
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
}

.scroll-anim.show {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

/* ==========================================================================
|  EFFET
========================================================================== */
.anim_left {
  position: relative;
  left: 0;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.anim_left:hover {
  left: 10px;
}

.img_up {
  overflow: hidden;
}

.img_up img {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.img_up:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.effet_menu:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 100%;
  height: 2px;
  background-color: var(--main-color);
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transform: translate(-50%) scaleX(0);
          transform: translate(-50%) scaleX(0);
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.effet_menu:hover {
  color: var(--main-color);
}

.effet_menu:hover:before {
  -webkit-transform: translate(-50%) scaleX(1);
          transform: translate(-50%) scaleX(1);
}

.effet_button:before, body .button:before {
  content: "";
  z-index: -1;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  background-color: #2b354f;
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transform: translate(-50%, -50%) scale(0);
          transform: translate(-50%, -50%) scale(0);
  -webkit-transition: all 0.15s linear;
  transition: all 0.15s linear;
}

.effet_button:hover, body .button:hover {
  color: #FFFFFF;
}

.effet_button:hover:before, body .button:hover:before {
  -webkit-transform: translate(-50%, -50%) scale(22);
          transform: translate(-50%, -50%) scale(22);
}

.effet_button_dark:before, body .button.button-dark:before {
  content: "";
  z-index: -1;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  background-color: var(--main-color);
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transform: translate(-50%, -50%) scale(0);
          transform: translate(-50%, -50%) scale(0);
  -webkit-transition: all 0.15s linear;
  transition: all 0.15s linear;
}

.effet_button_dark:hover, body .button.button-dark:hover {
  color: #FFFFFF;
}

.effet_button_dark:hover:before, body .button.button-dark:hover:before {
  -webkit-transform: translate(-50%, -50%) scale(22);
          transform: translate(-50%, -50%) scale(22);
}

/*section{padding-bottom: $space2;
  .section-header{text-align: center; margin-bottom: $space2;}
}
*/
/* ANCRES */
section {
  padding: 40px 0;
  position: relative;
}

section .section-header {
  text-align: center;
  margin-bottom: 40px;
}

section .section-ancre {
  margin-top: -120px;
  padding-top: 140px;
}

/* ==========================================================================
|  TITRES
========================================================================== */
body .titre,
body h1 {
  font-size: 3.125rem;
  /*
  @if $size == $taille8 {
    @media screen and (max-width: $md){
      font-size: calculateRem($size/1.8); 
    }
    @media screen and (max-width: $xs){
      font-size: calculateRem($size/2); 
    }
  }
  @if $size == $taille7 {
    @media screen and (max-width: $md){
      font-size: calculateRem($size/1.5); 
    }
  }
  */
  line-height: 1.5;
  line-height: 1.2;
  font-family: "Lato", sans-serif;
  color: var(--main-color);
  margin-bottom: 40px;
}

body h2 {
  font-size: 2rem;
  /*
  @if $size == $taille8 {
    @media screen and (max-width: $md){
      font-size: calculateRem($size/1.8); 
    }
    @media screen and (max-width: $xs){
      font-size: calculateRem($size/2); 
    }
  }
  @if $size == $taille7 {
    @media screen and (max-width: $md){
      font-size: calculateRem($size/1.5); 
    }
  }
  */
  line-height: 1.5;
  line-height: 1.2;
  font-family: "Lato", sans-serif;
  font-weight: 300;
  color: var(--main-color);
  margin: 20px 0;
}

body h3 {
  font-size: 1.25rem;
  /*
  @if $size == $taille8 {
    @media screen and (max-width: $md){
      font-size: calculateRem($size/1.8); 
    }
    @media screen and (max-width: $xs){
      font-size: calculateRem($size/2); 
    }
  }
  @if $size == $taille7 {
    @media screen and (max-width: $md){
      font-size: calculateRem($size/1.5); 
    }
  }
  */
  line-height: 1.5;
  line-height: 1.2;
  font-weight: bold;
}

@media (max-width: 991px) {
  body .titre,
  body h1 {
    font-size: 2rem;
    /*
  @if $size == $taille8 {
    @media screen and (max-width: $md){
      font-size: calculateRem($size/1.8); 
    }
    @media screen and (max-width: $xs){
      font-size: calculateRem($size/2); 
    }
  }
  @if $size == $taille7 {
    @media screen and (max-width: $md){
      font-size: calculateRem($size/1.5); 
    }
  }
  */
    line-height: 1.5;
    line-height: 1.2;
  }
  body h2 {
    font-size: 1.5rem;
    /*
  @if $size == $taille8 {
    @media screen and (max-width: $md){
      font-size: calculateRem($size/1.8); 
    }
    @media screen and (max-width: $xs){
      font-size: calculateRem($size/2); 
    }
  }
  @if $size == $taille7 {
    @media screen and (max-width: $md){
      font-size: calculateRem($size/1.5); 
    }
  }
  */
    line-height: 1.5;
    line-height: 1.2;
  }
  body h3 {
    font-size: 1.25rem;
    /*
  @if $size == $taille8 {
    @media screen and (max-width: $md){
      font-size: calculateRem($size/1.8); 
    }
    @media screen and (max-width: $xs){
      font-size: calculateRem($size/2); 
    }
  }
  @if $size == $taille7 {
    @media screen and (max-width: $md){
      font-size: calculateRem($size/1.5); 
    }
  }
  */
    line-height: 1.5;
    line-height: 1.2;
  }
}

/* ==========================================================================
|  BOUTONS
========================================================================== */
body .button {
  -webkit-transition: all 0.15s linear linear;
  transition: all 0.15s linear linear;
  overflow: hidden;
  position: relative;
  z-index: 1;
  padding: 5px 20px;
  border-radius: 8px;
  display: inline-block;
  font-weight: bold;
  margin: 10px 0;
  font-size: 1rem;
  /*
  @if $size == $taille8 {
    @media screen and (max-width: $md){
      font-size: calculateRem($size/1.8); 
    }
    @media screen and (max-width: $xs){
      font-size: calculateRem($size/2); 
    }
  }
  @if $size == $taille7 {
    @media screen and (max-width: $md){
      font-size: calculateRem($size/1.5); 
    }
  }
  */
  line-height: 1.5;
  background-color: var(--main-color);
  border: none;
  color: #FFFFFF;
  text-transform: uppercase;
  text-decoration: none;
}

body .button.button-large {
  padding: 10px 30px;
  font-size: 1.25rem;
  /*
  @if $size == $taille8 {
    @media screen and (max-width: $md){
      font-size: calculateRem($size/1.8); 
    }
    @media screen and (max-width: $xs){
      font-size: calculateRem($size/2); 
    }
  }
  @if $size == $taille7 {
    @media screen and (max-width: $md){
      font-size: calculateRem($size/1.5); 
    }
  }
  */
  line-height: 1.5;
}

body .button.button-dark {
  background-color: #2b354f;
}

a {
  text-decoration: none !important;
  color: var(--main-color);
}

a:hover {
  color: var(--secondary-color);
}

/* ==========================================================================
|  LIENS
========================================================================== */
/* ==========================================================================
|  PUCES
========================================================================== */
.puce {
  height: 10px;
  width: 10px;
  display: inline-block;
  margin-right: 10px;
  border-radius: 100%;
}

.puce.puce-vert {
  background: #00ff00;
}

.puce.puce-rouge {
  background: #ff0000;
}

/* ==========================================================================
|  QUOTES
========================================================================== */
.quote::before {
  content: "\201C";
}

.quote::after {
  content: "\201D";
}

/* ==========================================================================
|  MENU
========================================================================== */
/* ==========================================================================
|  FORM
========================================================================== */
.form-field {
  margin-bottom: 20px;
}

.form-check-input {
  position: relative;
  margin: 0 5px 0 0;
}

/* ==========================================================================
|  RESEAUX SOCIAUX
========================================================================== */
.social-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 20px;
}

.social-links a {
  background: #FFF;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 10px;
  border: 2px solid #FFF;
}

.social-links a i {
  color: var(--main-color-darken-1);
  font-size: 20px;
}

.social-links a:hover {
  background: var(--main-color-darken-1);
}

.social-links a:hover i {
  color: #FFF;
}

/* ==========================================================================
|  TABLEAU
========================================================================== */
/* ==========================================================================
|  COLOR PICKER
========================================================================== */
#color-picker {
  position: fixed;
  top: 100px;
  right: 0;
  z-index: 1000;
}

@media (max-width: 991px) {
  #color-picker .card-body {
    padding: 10px;
  }
  #color-picker .card-body .pickr .pcr-button {
    width: 1.4em;
    height: 1.4em;
  }
}

body {
  font-family: "Open Sans", sans-serif;
  font-size: 1rem;
  /*
  @if $size == $taille8 {
    @media screen and (max-width: $md){
      font-size: calculateRem($size/1.8); 
    }
    @media screen and (max-width: $xs){
      font-size: calculateRem($size/2); 
    }
  }
  @if $size == $taille7 {
    @media screen and (max-width: $md){
      font-size: calculateRem($size/1.5); 
    }
  }
  */
  line-height: 1.5;
  color: #869ab8;
  color: var(--secondary-color);
}

body #main #sub-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #078dcc;
  position: fixed;
  z-index: 90;
  background: #078dcc;
  height: 100vh;
  width: 50%;
  top: 0;
  left: -50%;
}

body #main #sub-menu a {
  width: 50%;
  margin-left: 130px;
}

body #main #sub-menu.active {
  left: 0;
}

body #main #gauche {
  height: 100vh;
  position: fixed;
  z-index: 100;
  background: #FFF;
  -webkit-box-shadow: 0 0 10px #666;
          box-shadow: 0 0 10px #666;
  width: 130px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

body #main #droite {
  width: calc(100% - 130px);
  margin-left: 130px;
}

body #main #droite #video-wrapper {
  width: 100%;
  position: fixed;
}

body #main #droite #video-wrapper #titre {
  position: absolute;
  z-index: 20;
  top: 50%;
  left: 100px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

body #main #droite #video-wrapper #titre img {
  width: 300px;
}

body #main #droite #video-wrapper video {
  width: 100%;
}

body #main #droite #presentation-wrapper {
  /*#rectangle{overflow: hidden; height: 170px;
                    img{min-height: 170px;}
                }*/
}

body #main #droite #presentation-wrapper #rectangle img {
  width: 100%;
}

body #main #droite #presentation-wrapper #presentation {
  background: #FFF;
  padding: 40px 0;
}

body #main #droite #page-wrapper {
  padding: 0;
}

body #main #droite #page-wrapper #presentation {
  background: #FFF;
  padding: 0 0;
}

body #main:before {
  content: "";
  opacity: 0;
  visibility: hidden;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
}

body #main.active:before {
  opacity: 1;
  visibility: visible;
}
/*# sourceMappingURL=style.css.map */