@charset "UTF-8";
/*sas*/
/*variable*/
/* palette couleur à partir du marron */
/* As hex codes */
/* Main Primary color */
/* Main Secondary color (1) */
/* Main Secondary color (2) */
/* police interface user */
/* 
Valeur	Nom communément utilisé
100	Thin (Hairline)
200	Extra Light (Ultra Light)
300	Light
400	Normal
500	Medium
600	Semi Bold (Demi Bold)
700	Bold
800	Extra Bold (Ultra Bold)
900	Black (Heavy)
*/
/* agency */
@font-face {
  font-family: "agency";
  font-weight: 700;
  src: url("../fonts/AGENCY/AGENCYB.ttf") format("truetype"), url("../fonts/AGENCY/AGENCYB.ttf") format("OpenType");
}

@font-face {
  font-family: "agency";
  font-weight: 400;
  src: url("../fonts/AGENCY/AGENCYR.ttf") format("truetype"), url("../fonts/AGENCY/AGENCYR.ttf") format("OpenType");
}

/* Myriad pro */
@font-face {
  font-family: "Myriad pro";
  font-weight: 400;
  src: url("../fonts/Myriad pro/MyriadPro-Regular.otf") format("truetype"), url("../fonts/Myriad pro/MyriadPro-Regular.otf") format("OpenType");
}

@font-face {
  font-family: "Myriad pro";
  font-weight: 600;
  src: url("../fonts/Myriad pro/MyriadPro-Semibold.otf") format("truetype"), url("../fonts/Myriad pro/MyriadPro-Semibold.otf") format("OpenType");
}

@font-face {
  font-family: "Myriad pro";
  font-weight: 700;
  src: url("../fonts/Myriad pro/MyriadPro-Bold.otf") format("truetype"), url("../fonts/Myriad pro/MyriadPro-Bold.otf") format("OpenType");
}

/* fontBody User */
/* fontBody2 User */
/* fontBody3 User */
/* header User */
/* Titre-1 User */
/* footer*/
/*mixin*/
/*function*/
/*keyframes animation*/
@-webkit-keyframes tiroirbis {
  from {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  to {
    -webkit-transform: translateY(160px);
            transform: translateY(160px);
  }
}
@keyframes tiroirbis {
  from {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  to {
    -webkit-transform: translateY(160px);
            transform: translateY(160px);
  }
}

@-webkit-keyframes tiroir {
  from {
    -webkit-transform: translateY(-160px);
            transform: translateY(-160px);
    opacity: 0;
  }
  21% {
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    opacity: 1;
  }
}

@keyframes tiroir {
  from {
    -webkit-transform: translateY(-160px);
            transform: translateY(-160px);
    opacity: 0;
  }
  21% {
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    opacity: 1;
  }
}

@-webkit-keyframes tiroircible {
  from {
    scale: 1;
  }
  21% {
    scale: 1;
  }
  to {
    scale: 1.2;
  }
}

@keyframes tiroircible {
  from {
    scale: 1;
  }
  21% {
    scale: 1;
  }
  to {
    scale: 1.2;
  }
}

@-webkit-keyframes zoom32to100 {
  from {
    width: 32%;
  }
  to {
    width: 100%;
  }
}

@keyframes zoom32to100 {
  from {
    width: 32%;
  }
  to {
    width: 100%;
  }
}

@-webkit-keyframes zoom100to32 {
  from {
    width: 100%;
  }
  to {
    width: 32%;
  }
}

@keyframes zoom100to32 {
  from {
    width: 100%;
  }
  to {
    width: 32%;
  }
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none;
}

figure {
  margin: 0;
  padding: 0;
}

a {
  font-family: "Myriad Pro", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: black;
  letter-spacing: normal;
  line-height: 27px;
  text-decoration: none;
  text-decoration: underline;
}

a:hover {
  color: #a17413;
}

.container {
  margin: 0 auto;
  width: 100%;
  padding: 0 8px;
}

.formulaireContainer {
  margin: 0 auto;
  max-width: 900px;
  padding: 0 8px;
}

body {
  font-family: "Myriad Pro", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: black;
  letter-spacing: normal;
  line-height: 27px;
  text-decoration: none;
  background: white;
  background-size: cover;
  width: 100%;
}

h1, h2 {
  text-align: center;
  margin: 0 auto;
  font-family: "agency";
  font-size: 22px;
  font-weight: 400;
  color: #a17413;
  letter-spacing: normal;
  line-height: normal;
  text-decoration: none;
}

h3 {
  font-family: "Myriad Pro", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: black;
  letter-spacing: normal;
  line-height: 27px;
  text-decoration: none;
}

.display {
  display: block;
}

.displaynone {
  display: none;
}

/*Mobile*/
header {
  width: 100%;
  background: url("../images/fond/FOND PRINCIPAL.jpg");
  background-size: cover;
  padding: 16px 0px 17px;
  margin-bottom: 12px;
}

header #navBigScreen {
  display: none;
}

header #navSmallScreen .b-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}

header #navSmallScreen .b-container a img {
  height: 45px;
  display: block;
  margin-left: 35px;
}

header #navSmallScreen nav a {
  position: relative;
  z-index: 1;
  font-family: "agency";
  font-size: 24px;
  font-weight: 400;
  color: #f3f3f3;
  letter-spacing: normal;
  line-height: normal;
  text-decoration: none;
  color: white;
  /* mobile15 */
  padding: 19.45px 18px 19.45px;
  margin: 0px 10px;
  text-decoration: none;
}

header #navSmallScreen nav a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  margin-left: 0;
  height: 3px;
  width: 100%;
  background: white;
  -webkit-transform-origin: right center;
  transform-origin: right center;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  /* mobile15 */
}

header #navSmallScreen nav a:hover:after {
  -webkit-animation: animationMenu 0.2s cubic-bezier(0.165, 0.84, 0.44, 1) 0s 1 normal forwards;
          animation: animationMenu 0.2s cubic-bezier(0.165, 0.84, 0.44, 1) 0s 1 normal forwards;
}

@-webkit-keyframes animationMenu {
  from {
    -webkit-transform-origin: right center;
    transform-origin: right center;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
  }
  to {
    -webkit-transform-origin: left center;
    transform-origin: left center;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}

@keyframes animationMenu {
  from {
    -webkit-transform-origin: right center;
    transform-origin: right center;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
  }
  to {
    -webkit-transform-origin: left center;
    transform-origin: left center;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}

header #navSmallScreen nav #pageActive:after {
  -webkit-animation: animationMenu 0.2s cubic-bezier(0.165, 0.84, 0.44, 1) 0s 1 normal forwards;
          animation: animationMenu 0.2s cubic-bezier(0.165, 0.84, 0.44, 1) 0s 1 normal forwards;
}

@keyframes animationMenu {
  from {
    -webkit-transform-origin: right center;
    transform-origin: right center;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
  }
  to {
    -webkit-transform-origin: left center;
    transform-origin: left center;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}

header #navSmallScreen nav a i {
  font-size: 1.5rem;
}

#index {
  margin: 0 auto;
  width: 100%;
}

#index .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0 auto;
  padding: 0 8px;
  /*swiper */
  /*
        .slider {
            background-color:rgba(0,0,0,0);
            .flexslider{
                margin: 0px 0px 16px;
                border-radius: 1%;
                .flex-direction-nav{
                    a{
                        margin: 0 0 0;
                    }
                    .flex-nav-prev{
                        .flex-prev{
                            left: 10px;
                            opacity: 1;
                        }
                    }
                    .flex-nav-next{
                        .flex-next{
                            opacity: 1;
                            right: 10px;
                        }
                    }
                }
                .slides{
                    figure{
                        img{
                            max-width:100%;
                            height:440px;
                            object-fit: cover;
                            object-position: right top;
                            @include  box-shadow;
                            padding: 0 30px;
                            border-radius: 1%;
                        }
                    }
                    
                }
            }
        }
        */
}

#index .flex .swiper-container {
  margin-bottom: 40px;
  width: 100%;
  -webkit-box-shadow: 0 4px 16px 0 black;
          box-shadow: 0 4px 16px 0 black;
  border-radius: 1%;
}

#index .flex .swiper-container .swiper-slide {
  height: auto;
}

#index .flex .swiper-container .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

#index .flex .swiper-container .swiper-button-prev {
  height: 35px;
  left: 2px;
}

#index .flex .swiper-container .swiper-button-next {
  height: 35px;
  right: 2px;
}

#index .flex .swiper-container .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%237D4A00'%2F%3E%3C%2Fsvg%3E") !important;
}

#index .flex .swiper-container .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%237D4A00'%2F%3E%3C%2Fsvg%3E") !important;
}

#index .flex .flux {
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 1%;
  -webkit-box-shadow: 0 4px 16px 0 black;
          box-shadow: 0 4px 16px 0 black;
  width: 100%;
  padding: 20px 40px;
}

#index .flex .flux p {
  word-break: break-word;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  -o-hyphens: auto;
  hyphens: auto;
}

#index .flex .flux .lien {
  text-align: center;
}

#index .flex .flux figure {
  text-align: center;
}

#index .flex .flux figure img {
  max-height: 200px;
  max-width: 200px;
}

.gallerie .grid .gutter-sizer {
  width: 2%;
}

.gallerie .grid .grid-sizer, .gallerie .grid .grid-item {
  width: 49%;
}

.gallerie .grid .grid-item--width2 {
  width: 49%;
  -webkit-animation: 0.9s ease-in 0s 1 normal forwards zoom32to100;
          animation: 0.9s ease-in 0s 1 normal forwards zoom32to100;
}

.gallerie .grid .grid-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 4px;
  height: auto;
}

.gallerie .grid .grid-item .animation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.gallerie .grid .grid-item .animation .imggallerie {
  border-radius: 1%;
  -webkit-box-shadow: 0 4px 16px 0 black;
          box-shadow: 0 4px 16px 0 black;
  width: 100%;
  z-index: 15;
}

.gallerie .grid .grid-item .animation .hidden {
  border-radius: 5px;
  z-index: 3;
  margin-top: 10px;
}

.gallerie .grid .grid-item .animation .hidden p {
  font-family: "Myriad Pro", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: black;
  letter-spacing: normal;
  line-height: normal;
  text-decoration: none;
  margin: 0px;
}

.gallerie .grid .grid-item .small {
  width: auto;
  padding: 0px;
}

.gallerie .grid .grid-item .small .ciblecontenant {
  position: relative;
}

.gallerie .grid .grid-item .small .ciblecontenant .cible {
  /*button*/
  background-color: white;
  -webkit-box-shadow: 0 4px 16px 0 black;
          box-shadow: 0 4px 16px 0 black;
  border-radius: 10%;
  padding: 7px;
  opacity: 0.5;
  font-size: 20px;
  color: grey;
  position: absolute;
  cursor: pointer;
  top: 6px;
  right: 5px;
  z-index: 50;
}

.gallerie .grid .grid-item .small .ciblecontenant .cible:hover {
  color: black;
  background-color: #a17413;
  opacity: 1;
}

.gallerie .grid .grid-item .small .animation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.gallerie .grid .grid-item .small .animation .imggallerie {
  width: 100%;
}

.gallerie .grid .grid-item .small .animation .hidden {
  display: block;
}

.gallerie .grid .grid-item .small:hover .hidden {
  -webkit-animation: 0.9s ease-in 0s 1 normal forwards tiroir;
          animation: 0.9s ease-in 0s 1 normal forwards tiroir;
  display: block;
}

.gallerie .grid .grid-item .small:hover .imggallerie {
  opacity: 1;
}

.gallerie .grid .grid-item .big {
  border-radius: 1%;
}

.gallerie .grid .grid-item .big img {
  position: relative;
  -webkit-box-shadow: 0 4px 16px 0 black;
          box-shadow: 0 4px 16px 0 black;
  border-radius: 1%;
  margin-top: 60px;
}

.gallerie .grid .grid-item .big .ciblecontenant {
  position: relative;
}

.gallerie .grid .grid-item .big .ciblecontenant .cible {
  color: grey;
  font-size: 20px;
  position: absolute;
  cursor: pointer;
  top: 5px;
  right: 301px;
  z-index: 20;
  /*button*/
  background-color: white;
  -webkit-box-shadow: 0 4px 16px 0 black;
          box-shadow: 0 4px 16px 0 black;
  border-radius: 10%;
  padding: 7px;
  opacity: 0.5;
}

.gallerie .grid .grid-item .big .ciblecontenant .cible:hover {
  background-color: #a17413;
  opacity: 1;
  color: black;
}

.gallerie .grid .grid-item .big .animation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.gallerie .grid .grid-item .big .animation .imggallerie {
  width: 100%;
  opacity: 1;
}

.gallerie .grid .grid-item .big .animation .hidden {
  display: none;
}

.gallerie .grid .grid-item .slider .flexslider {
  margin: 0 0;
  background-color: rgba(0, 0, 0, 0);
}

.gallerie .grid .grid-item .slider .flexslider .flex-direction-nav a {
  margin: 0 0 0;
  top: 2%;
  left: 51px;
}

.gallerie .grid .grid-item .slider .flexslider .flex-direction-nav a::before {
  font-size: 1.9rem;
}

.gallerie .grid .grid-item .slider .flexslider .flex-direction-nav .flex-nav-prev .flex-prev {
  opacity: 1;
}

.gallerie .grid .grid-item .slider .flexslider .flex-direction-nav .flex-nav-next .flex-next {
  opacity: 1;
  left: 82px;
}

.gallerie .grid .grid-item .slider .flexslider .slides li figure {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.gallerie .grid .grid-item .slider .flexslider .slides li figure img {
  border-radius: 0;
  width: 100%;
}

.gallerie .grid .grid-item .slider .flexslider .slides li figure .small {
  max-height: 500px;
  width: 100%;
}

.gallerie .grid .grid-item .slider .flexslider .slides li figure .medium {
  max-height: 700px;
  width: 100%;
}

.gallerie .grid .grid-item .slider .flexslider .slides li figure .marginLeft {
  max-height: 400px;
}

.gallerie .grid .grid-item .slider .flexslider .slides li figure figcaption {
  font-family: "Myriad Pro", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: black;
  letter-spacing: normal;
  line-height: normal;
  text-decoration: none;
  border-radius: 1%;
  display: block;
  margin: 8px auto;
  margin-top: 40px;
  padding: 8px 0px;
  text-align: center;
  width: 100%;
  min-height: 90px;
  max-width: 600px;
}

.gallerie .grid .grid-item .slider .flexslider .slides li figure figcaption h3 {
  margin: 7px 0px 16px;
}

.gallerie .grid .grid-item .slider .flexslider .slides li figure figcaption .description {
  margin: 0 auto;
  padding: 0px;
}

.gallerie .grid .grid-item .slider .flexslider:hover .flex-direction-nav .flex-next {
  opacity: 0.7;
  right: -50px;
}

.gallerie .grid .grid-item .slider .flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 0.7;
  left: 51px;
}

.gallerie .grid .grid-item .zoom figure {
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0;
  background-color: rgba(0, 0, 0, 0);
}

.gallerie .grid .grid-item .zoom figure img {
  border-radius: 1%;
  border-radius: 0;
  width: 100%;
  opacity: 1;
}

.gallerie .grid .grid-item .zoom figure figcaption {
  display: none;
  font-family: "Myriad Pro", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: black;
  letter-spacing: normal;
  line-height: normal;
  text-decoration: none;
  border-radius: 1%;
  display: block;
  margin: 8px auto;
  margin-top: 40px;
  padding: 8px 0px;
  text-align: center;
  width: 100%;
  min-height: 90px;
  max-width: 600px;
}

.gallerie .grid .grid-item .zoom figure figcaption h3 {
  margin: 7px 0px 16px;
}

.gallerie .grid .grid-item .zoom figure figcaption .description {
  margin: 0 auto;
  padding: 0px;
}

.gallerie .grid .grid-item .zoom figure .small {
  max-height: 500px;
  width: 100%;
}

.gallerie .grid .grid-item .zoom figure .medium {
  max-height: 700px;
  width: 100%;
}

.gallerie .grid .grid-item .zoom figure .imgOpacity {
  opacity: 0;
}

#about .flex {
  margin: 0 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

#about .flex .presentation {
  margin-bottom: 30px;
}

#about .flex .presentation h1 {
  margin-top: 0px;
  text-transform: uppercase;
}

#about .flex .presentation p {
  text-align: justify;
}

#about .flex .contact figure {
  margin-bottom: 30px;
}

#about .flex .contact figure .imgPresentation {
  width: 100%;
  max-height: 300px;
  border-radius: 1%;
  margin: 0 auto;
  -webkit-box-shadow: 0 4px 16px 0 black;
          box-shadow: 0 4px 16px 0 black;
}

#about .flex .contact figure .titreImage {
  margin-top: .5em;
}

#about .flex .contact .carte {
  width: 100%;
}

#about .flex .contact .champs .icone_titre {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

#about .flex .contact .champs .icone_titre i {
  font-size: 1.3rem;
  margin-right: 10px;
}

#about .flex .contact .champs .icone_titre h2 {
  margin: 1.2em 0 0.5em 0;
}

#about .flex .contact .champs p {
  margin: 0.5em 0;
}

footer {
  display: none;
  margin: 0 auto;
  width: 100%;
}

footer .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 50px;
}

footer .flex .connect {
  display: block;
}

.formulaire {
  background: rgba(128, 128, 128, 0.5);
  border-radius: 8px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 8px;
  margin-top: 20px;
  text-align: center;
  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-shadow: 0 4px 16px 0 black;
          box-shadow: 0 4px 16px 0 black;
}

.formulaire #partie_deux {
  background: #120339;
  border-radius: 0px 0px 8px 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.formulaire #partie_deux .avertissement {
  color: #ffffff;
  text-align: left;
  margin: 0px 0px 20px 0px;
}

.formulaire #partie_un .avertissement {
  color: #4e5056;
}

.formulaire .form {
  padding: 40px 50px;
}

.formulaire .form .titreFormulaire {
  color: #4e5056;
  text-align: left;
  margin: 0px 0px 20px 0px;
  font-size: 16px;
}

.formulaire .form .titreFlex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.formulaire .form .titreFlex .checkbox {
  vertical-align: baseline;
  display: inline;
  margin-left: 20px;
}

.formulaire .form .titreFlex .checkbox label {
  font-size: 13px;
  color: #4e5056;
  margin-left: 7px;
}

.formulaire .form .itemsInput {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  position: relative;
  height: 60px;
}

.formulaire .form .itemsInput span {
  color: #9499a7;
  margin-left: 20px;
  position: absolute;
  z-index: 1;
}

.formulaire .form .itemsInput .input {
  color: #4e5056;
  padding-left: 40px;
  height: 100%;
  width: 100%;
  background-color: #f4f5f9;
  border: 1px solid #e6e7f0;
  border-radius: 5px;
  text-indent: 16px;
}

.formulaire .form .itemsInput .input:hover {
  border: 2px solid #4e75b9;
}

.formulaire .form .itemsInput .input:active {
  border: 2px solid #4e75b9;
}

.formulaire .form .itemsInput .picture {
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
}

.formulaire .form .itemsInput label {
  height: 60px;
  line-height: 60px;
  text-align: left;
}

.formulaire .form .itemsInput #crypt {
  position: absolute;
  top: 15px;
  right: 4px;
  width: 44px;
  border: none;
  background: none;
  color: #cacedb;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.formulaire .form .itemsInput #crypt i {
  font-size: 24px;
}

.formulaire .form .itemsInput #crypt .display {
  display: block;
}

.formulaire .form .itemsInput #crypt .displaynone {
  display: none;
}

.formulaire .form .itemsInput #crypt:hover {
  color: #9499a7;
}

.formulaire .form .preview ol {
  padding-left: 0px;
}

.formulaire .form .preview ol li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.formulaire .form .preview ol li img {
  width: auto;
  height: 66px;
  padding-right: 20px;
}

.formulaire .form .preview ol li p {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  margin-top: 0px;
}

.formulaire .form .preview ol li .itemsInput {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}

.formulaire .form .listeMiniature {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.formulaire .form .listeMiniature .miniature {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}

.formulaire .form .listeMiniature .miniature img {
  width: auto;
  height: 66px;
}

.formulaire .form .listeMiniature .miniature .button {
  position: absolute;
  height: 66px;
  padding: 0px;
  border-radius: 0px;
}

.formulaire .form .listeMiniature .miniature .itemMiniature {
  width: 60%;
}

.formulaire .form .texteDescription {
  height: 150px;
}

.formulaire .form .texteDescription textarea {
  padding-top: 16px;
}

.formulaire .form .textePresentation {
  height: 600px;
}

.formulaire .form .textePresentation textarea {
  padding-top: 16px;
}

.formulaire .form .button {
  border: 2px solid #1E0956;
  background-color: #1E0956;
  border-radius: 22px;
  color: white;
  font-weight: bold;
  height: 44px;
  padding-left: 80px;
  padding-right: 80px;
  margin-bottom: 20px;
}

.formulaire .form .button:hover {
  background-color: #422888;
  border-color: #422888;
}

.formulaire .form .itemModif {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 2px solid #1E0956;
  background-color: #1E0956;
  border-radius: 22px;
  color: white;
  font-weight: bold;
  height: 44px;
  padding-left: 80px;
  padding-right: 80px;
  margin-bottom: 20px;
}

.formulaire .form .itemModif p {
  margin: 0px 20px 0px 0px;
}

.formulaire .form .itemModif:hover {
  background-color: #422888;
  border-color: #422888;
  cursor: pointer;
}

@media screen and (min-width: 756px) {
  .container {
    padding: 0 30px;
  }
  .formulaireContainer {
    padding: 0 30px;
  }
  header {
    margin-bottom: 82px;
  }
  header #navBigScreen {
    display: block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  header #navSmallScreen {
    display: none;
  }
  header .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  header .flex a img {
    height: 73px;
    display: block;
    margin-bottom: 22px;
  }
  header .flex nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  header .flex nav a {
    position: relative;
    z-index: 1;
    font-family: "agency";
    font-size: 24px;
    font-weight: 400;
    color: #f3f3f3;
    letter-spacing: normal;
    line-height: normal;
    text-decoration: none;
    color: white;
    /* mobile15 */
    padding: 19.45px 18px 19.45px;
    margin: 0px 10px;
    text-decoration: none;
  }
  header .flex nav a:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    margin-left: 0;
    height: 3px;
    width: 100%;
    background: white;
    -webkit-transform-origin: right center;
    transform-origin: right center;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    /* mobile15 */
  }
  header .flex nav a:hover:after {
    -webkit-animation: animationMenu 0.2s cubic-bezier(0.165, 0.84, 0.44, 1) 0s 1 normal forwards;
            animation: animationMenu 0.2s cubic-bezier(0.165, 0.84, 0.44, 1) 0s 1 normal forwards;
  }
  @-webkit-keyframes animationMenu {
    from {
      -webkit-transform-origin: right center;
      transform-origin: right center;
      -webkit-transform: scaleX(0);
      transform: scaleX(0);
    }
    to {
      -webkit-transform-origin: left center;
      transform-origin: left center;
      -webkit-transform: scaleX(1);
      transform: scaleX(1);
    }
  }
  @keyframes animationMenu {
    from {
      -webkit-transform-origin: right center;
      transform-origin: right center;
      -webkit-transform: scaleX(0);
      transform: scaleX(0);
    }
    to {
      -webkit-transform-origin: left center;
      transform-origin: left center;
      -webkit-transform: scaleX(1);
      transform: scaleX(1);
    }
  }
  header .flex nav #pageActive:after {
    -webkit-animation: animationMenu 0.2s cubic-bezier(0.165, 0.84, 0.44, 1) 0s 1 normal forwards;
            animation: animationMenu 0.2s cubic-bezier(0.165, 0.84, 0.44, 1) 0s 1 normal forwards;
  }
  @keyframes animationMenu {
    from {
      -webkit-transform-origin: right center;
      transform-origin: right center;
      -webkit-transform: scaleX(0);
      transform: scaleX(0);
    }
    to {
      -webkit-transform-origin: left center;
      transform-origin: left center;
      -webkit-transform: scaleX(1);
      transform: scaleX(1);
    }
  }
  header .flex nav a i {
    font-size: 1.5rem;
  }
  #index .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    /*swiper */
    /*
            .slider {
                .flexslider{
                    margin: 0 auto;
                    margin-bottom: 30px;
                    width: 80%;
                    .slides{
                        figure{
                            img{
                                height:500px;
                            }
                        }
                        
                    }
                }
            }
            */
  }
  #index .flex .flux {
    width: 80%;
    margin: 0 auto;
    padding: 20px 30px;
  }
  #about .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #about .flex .presentation {
    width: 58%;
  }
  #about .flex .contact {
    margin-left: 5%;
    width: 37%;
  }
  .formulaire {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .formulaire #partie_deux {
    border-radius: 0px 8px 8px 0px;
    width: 37%;
  }
  .formulaire #partie_un {
    width: 63%;
  }
  .formulaire #partie_all {
    width: 100%;
  }
  .formulaire .form .button {
    padding-left: 58px;
    padding-right: 58px;
  }
}

@media screen and (min-width: 1280px) {
  .container {
    max-width: 1000px;
  }
  header {
    margin-bottom: 82px;
  }
  header .container {
    max-width: 1000px;
  }
  #index .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    /*slider */
    /*
            .slider {
                width:60%;
                .flexslider{
                    width: 100%;
                    .slides{
                        figure{
                            img{
                                height:500px;
                            }
                        }
                    }
                }
            }
            */
  }
  #index .flex .swiper-container {
    width: 600px;
    height: 500px;
  }
  #index .flex .swiper-container .swiper-slide img {
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
  #index .flex .flux {
    width: 39%;
    margin-left: 40px;
  }
  .gallerie .grid .gutter-sizer {
    width: 2%;
  }
  .gallerie .grid .grid-sizer, .gallerie .grid .grid-item {
    width: 32%;
  }
  .gallerie .grid .grid-item--width2 {
    width: 32%;
    -webkit-animation: 0.9s ease-in 0s 1 normal forwards zoom32to100;
            animation: 0.9s ease-in 0s 1 normal forwards zoom32to100;
  }
  .gallerie .grid .grid-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 4px;
    height: auto;
  }
  .gallerie .grid .grid-item .animation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .gallerie .grid .grid-item .animation .imggallerie {
    border-radius: 1%;
    -webkit-box-shadow: 0 4px 16px 0 black;
            box-shadow: 0 4px 16px 0 black;
    width: 100%;
    z-index: 15;
  }
  .gallerie .grid .grid-item .animation .hidden {
    border-radius: 5px;
    z-index: 3;
    margin-top: 10px;
  }
  .gallerie .grid .grid-item .animation .hidden p {
    font-family: "Myriad Pro", sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: black;
    letter-spacing: normal;
    line-height: normal;
    text-decoration: none;
    margin: 0px;
  }
  .gallerie .grid .grid-item .small {
    width: auto;
    padding: 0px;
  }
  .gallerie .grid .grid-item .small .ciblecontenant {
    position: relative;
  }
  .gallerie .grid .grid-item .small .ciblecontenant .cible {
    /*button*/
    background-color: white;
    -webkit-box-shadow: 0 4px 16px 0 black;
            box-shadow: 0 4px 16px 0 black;
    border-radius: 10%;
    padding: 7px;
    opacity: 0.5;
    font-size: 20px;
    color: grey;
    position: absolute;
    cursor: pointer;
    top: 120px;
    right: 17px;
    z-index: 50;
  }
  .gallerie .grid .grid-item .small .ciblecontenant .cible:hover {
    color: black;
    background-color: #a17413;
    opacity: 1;
  }
  .gallerie .grid .grid-item .small .animation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .gallerie .grid .grid-item .small .animation .imggallerie {
    width: 100%;
    opacity: 0.6;
  }
  .gallerie .grid .grid-item .small .animation .hidden {
    display: none;
  }
  .gallerie .grid .grid-item .small:hover .hidden {
    -webkit-animation: 0.9s ease-in 0s 1 normal forwards tiroir;
            animation: 0.9s ease-in 0s 1 normal forwards tiroir;
    display: block;
  }
  .gallerie .grid .grid-item .small:hover .imggallerie {
    opacity: 1;
  }
  .gallerie .grid .grid-item .big {
    border-radius: 1%;
  }
  .gallerie .grid .grid-item .big img {
    position: relative;
    -webkit-box-shadow: 0 4px 16px 0 black;
            box-shadow: 0 4px 16px 0 black;
    border-radius: 1%;
    margin-top: 60px;
  }
  .gallerie .grid .grid-item .big .ciblecontenant {
    position: relative;
  }
  .gallerie .grid .grid-item .big .ciblecontenant .cible {
    color: grey;
    font-size: 20px;
    position: absolute;
    cursor: pointer;
    top: 17px;
    right: 894px;
    z-index: 20;
    /*button*/
    background-color: white;
    -webkit-box-shadow: 0 4px 16px 0 black;
            box-shadow: 0 4px 16px 0 black;
    border-radius: 10%;
    padding: 7px;
    opacity: 0.5;
  }
  .gallerie .grid .grid-item .big .ciblecontenant .cible:hover {
    background-color: #a17413;
    opacity: 1;
    color: black;
  }
  .gallerie .grid .grid-item .big .animation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .gallerie .grid .grid-item .big .animation .imggallerie {
    width: 100%;
    opacity: 1;
  }
  .gallerie .grid .grid-item .big .animation .hidden {
    display: none;
  }
  .gallerie .grid .grid-item .slider .flexslider {
    margin: 0 0;
    background-color: rgba(0, 0, 0, 0);
  }
  .gallerie .grid .grid-item .slider .flexslider .flex-direction-nav a {
    margin: 0 0 0;
    top: 2%;
    left: 51px;
  }
  .gallerie .grid .grid-item .slider .flexslider .flex-direction-nav a::before {
    font-size: 1.9rem;
  }
  .gallerie .grid .grid-item .slider .flexslider .flex-direction-nav .flex-nav-prev .flex-prev {
    opacity: 1;
  }
  .gallerie .grid .grid-item .slider .flexslider .flex-direction-nav .flex-nav-next .flex-next {
    opacity: 1;
    left: 82px;
  }
  .gallerie .grid .grid-item .slider .flexslider .slides li figure {
    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-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .gallerie .grid .grid-item .slider .flexslider .slides li figure img {
    border-radius: 0;
    width: 100%;
  }
  .gallerie .grid .grid-item .slider .flexslider .slides li figure .small {
    max-height: 500px;
    width: auto;
  }
  .gallerie .grid .grid-item .slider .flexslider .slides li figure .medium {
    max-height: 700px;
    width: auto;
  }
  .gallerie .grid .grid-item .slider .flexslider .slides li figure .marginLeft {
    max-height: 400px;
  }
  .gallerie .grid .grid-item .slider .flexslider .slides li figure figcaption {
    font-family: "Myriad Pro", sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: black;
    letter-spacing: normal;
    line-height: normal;
    text-decoration: none;
    border-radius: 1%;
    display: block;
    margin: 8px auto;
    margin-top: 40px;
    padding: 8px 0px;
    text-align: center;
    width: 100%;
    min-height: 90px;
    max-width: 600px;
  }
  .gallerie .grid .grid-item .slider .flexslider .slides li figure figcaption h3 {
    margin: 7px 0px 16px;
  }
  .gallerie .grid .grid-item .slider .flexslider .slides li figure figcaption .description {
    margin: 0 auto;
    padding: 0px;
  }
  .gallerie .grid .grid-item .slider .flexslider:hover .flex-direction-nav .flex-next {
    opacity: 0.7;
    right: -50px;
  }
  .gallerie .grid .grid-item .slider .flexslider:hover .flex-direction-nav .flex-prev {
    opacity: 0.7;
    left: 51px;
  }
  .gallerie .grid .grid-item .zoom figure {
    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: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 0;
    background-color: rgba(0, 0, 0, 0);
  }
  .gallerie .grid .grid-item .zoom figure img {
    border-radius: 1%;
    border-radius: 0;
    width: 100%;
    opacity: 1;
  }
  .gallerie .grid .grid-item .zoom figure figcaption {
    display: none;
    font-family: "Myriad Pro", sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: black;
    letter-spacing: normal;
    line-height: normal;
    text-decoration: none;
    border-radius: 1%;
    display: block;
    margin: 8px auto;
    margin-top: 40px;
    padding: 8px 0px;
    text-align: center;
    width: 100%;
    min-height: 90px;
    max-width: 600px;
  }
  .gallerie .grid .grid-item .zoom figure figcaption h3 {
    margin: 7px 0px 16px;
  }
  .gallerie .grid .grid-item .zoom figure figcaption .description {
    margin: 0 auto;
    padding: 0px;
  }
  .gallerie .grid .grid-item .zoom figure .small {
    max-height: 500px;
    width: auto;
  }
  .gallerie .grid .grid-item .zoom figure .medium {
    max-height: 700px;
    width: auto;
  }
  .gallerie .grid .grid-item .zoom figure .imgOpacity {
    opacity: 0;
  }
  .formulaire .form .button {
    border: 2px solid #1E0956;
    background-color: #1E0956;
    border-radius: 22px;
    color: white;
    font-weight: bold;
    height: 44px;
    padding-left: 80px;
    padding-right: 80px;
  }
  footer {
    display: block;
  }
  footer .flex {
    color: grey;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 50px;
  }
  footer .flex .connect {
    color: grey;
    display: block;
    text-decoration: none;
  }
  footer .flex .connect:hover {
    color: #a17413;
  }
}

@-webkit-keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-250px, 0, 0);
            transform: translate3d(-250px, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-250px, 0, 0);
            transform: translate3d(-250px, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(-250px, 0, 0);
            transform: translate3d(-250px, 0, 0);
    visibility: hidden;
  }
}

@keyframes slideOutLeft {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(-250px, 0, 0);
            transform: translate3d(-250px, 0, 0);
    visibility: hidden;
  }
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body:after {
  background: url("../images/fond/FOND PRINCIPAL.jpg");
  background-size: cover;
  content: '';
  height: 100%;
  left: 0;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  top: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  width: 100%;
  z-index: 120;
}

body.open {
  overflow: hidden;
}

body.open:after {
  opacity: 1;
  visibility: visible;
}

.b-nav {
  position: absolute;
  z-index: 121;
}

.b-nav:not(.open) {
  visibility: hidden;
}

.b-nav li {
  color: white;
  list-style-type: none;
  padding: 10px;
  text-align: left;
  -webkit-transform: translateX(-250px);
          transform: translateX(-250px);
}

.b-nav li:not(.open) {
  -webkit-animation-duration: 0.4s;
          animation-duration: 0.4s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-name: slideOutLeft;
          animation-name: slideOutLeft;
}

.b-nav li:first-child {
  padding-top: 120px;
}

.b-nav.open {
  visibility: visible;
}

.b-nav.open li {
  -webkit-animation-duration: 0.4s;
          animation-duration: 0.4s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-name: slideInLeft;
          animation-name: slideInLeft;
}

.b-link {
  background: transparent;
  border-left: rgba(255, 255, 255, 0) solid 2px;
  color: white;
  font-family: "agency";
  font-size: 24px;
  font-weight: 400;
  margin-left: 30px;
  text-decoration: none;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  width: auto;
}

.b-link:hover, .b-link--active {
  border-left: white solid 2px;
  padding-left: 30px;
}

.b-menu {
  background: #2c2c2c;
  border: #2c2c2c solid 2px;
  border-radius: 50%;
  cursor: pointer;
  display: inline-block;
  height: 60px;
  padding-left: 15.5px;
  padding-top: 17.5px;
  position: relative;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  width: 60px;
  z-index: 121;
}

.b-bun {
  background: white;
  position: relative;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.b-bun--top {
  height: 2px;
  top: 0;
  width: 25px;
}

.b-bun--mid {
  height: 2px;
  top: 8px;
  width: 25px;
}

.b-bun--bottom {
  height: 2px;
  top: 16px;
  width: 25px;
}

.b-brand {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  z-index: 121;
}

.b-container:hover:not(.open) .bun-top,
.b-container:hover:not(.open) .bun-mid,
.b-container:hover:not(.open) .bun-bottom {
  background: #2c2c2c;
}

.b-container.open .b-bun--top {
  background: white;
  top: 9px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.b-container.open .b-bun--mid {
  opacity: 0;
}

.b-container.open .b-bun--bottom {
  background: white;
  top: 5px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.b-container.open .b-brand {
  color: white;
}
/*# sourceMappingURL=style.css.map */