@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Kumbh+Sans:wght@300;400;700&family=Pridi:wght@200;300;400;500;600;700&display=swap");
@keyframes showUp {
  0% {
    opacity: 0;
    transform: translate(0, 20px);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@keyframes fadeUp {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, 70px);
    -ms-transform: translate(0, 70px);
    transform: translate(0, 70px);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@keyframes fadeLeft {
  0% {
    opacity: 0;
    transform: translate(-70px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@keyframes fadeRight {
  0% {
    opacity: 0;
    transform: translate(70px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@keyframes paperUp {
  0% {
    opacity: 0;
    transform: rotate(5deg) translate(0, 100px);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes slowly {
  0% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(1.3, 1.3);
  }
}
.reveal-loaded .reveal [class*=reveal-] {
  opacity: 0;
  transform: translateY(30px);
}

.reveal-loaded [class*=reveal] {
  transition: 1s cubic-bezier(0.5, 0, 0, 1);
}

/* On ajoute du délai */
.reveal-loaded .reveal-2 {
  transition-delay: 0.1s;
}

.reveal-loaded .reveal-3 {
  transition-delay: 0.2s;
}

.reveal-loaded .reveal-4 {
  transition-delay: 0.3s;
}

.reveal-loaded .reveal-5 {
  transition-delay: 0.4s;
}

.reveal-loaded .reveal-6 {
  transition-delay: 0.5s;
}

.reveal-loaded .reveal-7 {
  transition-delay: 0.6s;
}

.reveal-loaded .reveal-2-slow {
  transition-delay: 0.2s;
}

.reveal-loaded .reveal-3-slow {
  transition-delay: 0.4s;
}

.reveal-loaded .reveal-4-slow {
  transition-delay: 0.6s;
}

.reveal-loaded .reveal-5-slow {
  transition-delay: 0.8s;
}

.reveal-loaded .reveal-6-slow {
  transition-delay: 1s;
}

/*---------------RESET VITEWEB----------------------*/
#tinymce .swiper-diapo {
  height: auto !important;
}
#tinymce body h1, #tinymce body h2, #tinymce body h3, #tinymce body h4 {
  margin: 0px;
}
#tinymce [class^=col-md-] {
  border: 1px solid #ccc;
}
#tinymce .oeuvre-container .row .oeuvre:hover img:first-child {
  opacity: 1;
}
#tinymce .oeuvre-container .row .oeuvre img:last-child {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
}
#tinymce .banner-h2 .row > div:first-child img:last-child {
  display: block !important;
}

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
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;
  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;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: "";
  content: none;
}

q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

strong {
  font-weight: 700;
}

@font-face {
  font-family: "Glyphicons Halflings";
  src: url("fonts/glyphicons-halflings-regular.eot");
  src: url("fonts/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("fonts/glyphicons-halflings-regular.woff") format("woff"), url("fonts/glyphicons-halflings-regular.ttf") format("truetype"), url("fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg");
}
@font-face {
  font-family: "Flaticon";
  src: url("/public/icons/Flaticon.eot");
  src: url("/public/icons/Flaticon.eot?#iefix") format("embedded-opentype"), url("/public/icons/Flaticon.woff") format("woff"), url("/public/icons/Flaticon.ttf") format("truetype"), url("/public/icons/Flaticon.svg#Flaticon") format("svg");
  font-weight: normal;
  font-style: normal;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
    font-family: "Flaticon";
    src: url("/public/icons/Flaticon.svg#Flaticon") format("svg");
  }
}
[class^=flaticon-]:before, [class*=" flaticon-"]:before,
[class^=flaticon-]:after, [class*=" flaticon-"]:after {
  font-family: Flaticon;
  font-style: normal;
}

.flaticon-linkedin:before {
  content: "";
}

.flaticon-facebook:before {
  content: "";
}

.flaticon-instagram:before {
  content: "";
}

.flaticon-pinterest:before {
  content: "";
}

.flaticon-right:before {
  content: "";
}

.flaticon-left:before {
  content: "";
}

.flaticon-mouse:before {
  content: "";
}

.flaticon-squares:before {
  content: "";
}

.flaticon-add:before {
  content: "";
}

h1, .h1 {
  font-family: "Pridi", serif;
  font-weight: 400;
  font-size: 70px;
  line-height: 72px;
  letter-spacing: 4px;
  padding: 32px 0 25px;
  color: #1B1C20;
}
@media (max-width: 1400px) {
  h1, .h1 {
    font-size: 60px;
    line-height: 68px;
    letter-spacing: 2px;
  }
}
@media (max-width: 1200px) {
  h1, .h1 {
    font-size: 50px;
    line-height: 52px;
    letter-spacing: 2px;
  }
}
@media (max-width: 992px) {
  h1, .h1 {
    font-size: 40px;
    line-height: 46px;
    letter-spacing: 2px;
  }
}
@media (max-width: 767px) {
  h1, .h1 {
    font-size: 25px;
    line-height: 30px;
    padding: 11px 0 30px;
  }
}

h2, .h2 {
  font-family: "Pridi", serif;
  font-weight: 400;
  font-size: 49px;
  line-height: 54px;
  padding: 32px 0 25px;
  color: #1B1C20;
}
@media (max-width: 1200px) {
  h2, .h2 {
    font-size: 40px;
    line-height: 45px;
  }
}
@media (max-width: 992px) {
  h2, .h2 {
    font-size: 40px;
    line-height: 45px;
  }
}
@media (max-width: 767px) {
  h2, .h2 {
    font-size: 24px;
    line-height: 29px;
    padding: 12px 0 9px;
  }
}

h3, .h3 {
  font-family: "Pridi", serif;
  font-size: 41px;
  font-weight: 400;
  line-height: 44px;
  letter-spacing: 1px;
  padding: 25px 0 25px;
}
@media (max-width: 1400px) {
  h3, .h3 {
    line-height: 58px;
  }
}
@media (max-width: 767px) {
  h3, .h3 {
    font-size: 25px;
    margin: 4px 0;
    line-height: 27px;
    padding: 25px 0 11px;
  }
}

h4, .h4 {
  font-family: "Kumbh Sans", sans-serif;
  font-size: 25px;
  line-height: 28px;
  font-weight: 700;
  letter-spacing: 2px;
  padding: 20px 0 10px;
}
@media (max-width: 767px) {
  h4, .h4 {
    line-height: 23px;
    font-size: 16px;
    padding: 10px 0 5px;
  }
}

h5, .h5 {
  font-size: 30px;
  font-weight: 400;
  line-height: 31px;
  letter-spacing: 1px;
  padding: 20px 0;
}

h6, .h6 {
  font-size: 20px;
  font-weight: 600;
  line-height: 26px;
  letter-spacing: 1px;
  padding: 10px 0;
}

p, .p {
  font-family: "Kumbh Sans", sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 28px;
  letter-spacing: 1px;
  margin: 10px 0 30px;
  padding: 0;
  color: #6F6F6F;
}
@media (max-width: 1200px) {
  p, .p {
    font-size: 16px;
    line-height: 28px;
  }
}
@media (max-width: 767px) {
  p, .p {
    font-size: 16px;
    line-height: 25px;
    margin: 12px 0 13px;
  }
}
p a, .p a {
  text-decoration: underline;
}
p a:hover, .p a:hover {
  text-decoration: none;
}
p.medium, .p.medium {
  font-size: 25px;
  line-height: 40px;
  margin-bottom: 49px;
}
@media (max-width: 767px) {
  p.medium, .p.medium {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 22px;
  }
}

#content a {
  color: #1B1C20;
}
#content ul {
  margin: 20px 0;
}
@media (max-width: 767px) {
  #content ul {
    margin: 10px 0;
  }
}
#content ul li {
  font-weight: 300;
  margin: 10px 0 10px 0px;
  font-size: 18px;
  line-height: 32px;
  padding-inline-start: 0px;
  letter-spacing: 0px;
  list-style-position: inside;
  text-indent: 0;
  list-style-image: url("/public/images/layout/bullet.gif");
}
@media (max-width: 1200px) {
  #content ul li {
    font-size: 16px;
    line-height: 28px;
  }
}
@media (max-width: 767px) {
  #content ul li {
    font-size: 14px;
    line-height: 22px;
    list-style-image: url("/public/images/layout/bullet2.gif");
    margin: 5px 0 10px;
  }
}
#content ul li::marker {
  margin: 0;
}
#content ol {
  list-style-position: inside;
}
#content ol li {
  margin-left: 0;
}
#content ol li::marker {
  font-weight: 700;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
@media (min-width: 1400px) {
  .container {
    width: 1250px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

@media (max-width: 767px) {
  .container,
.container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.padding-col-0 .col-xs-1, .padding-col-0 .col-sm-1, .padding-col-0 .col-md-1, .padding-col-0 .col-lg-1, .padding-col-0 .col-xs-2, .padding-col-0 .col-sm-2, .padding-col-0 .col-md-2, .padding-col-0 .col-lg-2, .padding-col-0 .col-xs-3, .padding-col-0 .col-sm-3, .padding-col-0 .col-md-3, .padding-col-0 .col-lg-3, .padding-col-0 .col-xs-4, .padding-col-0 .col-sm-4, .padding-col-0 .col-md-4, .padding-col-0 .col-lg-4, .padding-col-0 .col-xs-5, .padding-col-0 .col-sm-5, .padding-col-0 .col-md-5, .padding-col-0 .col-lg-5, .padding-col-0 .col-xs-6, .padding-col-0 .col-sm-6, .padding-col-0 .col-md-6, .padding-col-0 .col-lg-6, .padding-col-0 .col-xs-7, .padding-col-0 .col-sm-7, .padding-col-0 .col-md-7, .padding-col-0 .col-lg-7, .padding-col-0 .col-xs-8, .padding-col-0 .col-sm-8, .padding-col-0 .col-md-8, .padding-col-0 .col-lg-8, .padding-col-0 .col-xs-9, .padding-col-0 .col-sm-9, .padding-col-0 .col-md-9, .padding-col-0 .col-lg-9, .padding-col-0 .col-xs-10, .padding-col-0 .col-sm-10, .padding-col-0 .col-md-10, .padding-col-0 .col-lg-10, .padding-col-0 .col-xs-11, .padding-col-0 .col-sm-11, .padding-col-0 .col-md-11, .padding-col-0 .col-lg-11, .padding-col-0 .col-xs-12, .padding-col-0 .col-sm-12, .padding-col-0 .col-md-12, .padding-col-0 .col-lg-12 {
  padding-left: 0px;
  padding-right: 0px;
}

.padding-col-50 .col-xs-1, .padding-col-50 .col-sm-1, .padding-col-50 .col-md-1, .padding-col-50 .col-lg-1, .padding-col-50 .col-xs-2, .padding-col-50 .col-sm-2, .padding-col-50 .col-md-2, .padding-col-50 .col-lg-2, .padding-col-50 .col-xs-3, .padding-col-50 .col-sm-3, .padding-col-50 .col-md-3, .padding-col-50 .col-lg-3, .padding-col-50 .col-xs-4, .padding-col-50 .col-sm-4, .padding-col-50 .col-md-4, .padding-col-50 .col-lg-4, .padding-col-50 .col-xs-5, .padding-col-50 .col-sm-5, .padding-col-50 .col-md-5, .padding-col-50 .col-lg-5, .padding-col-50 .col-xs-6, .padding-col-50 .col-sm-6, .padding-col-50 .col-md-6, .padding-col-50 .col-lg-6, .padding-col-50 .col-xs-7, .padding-col-50 .col-sm-7, .padding-col-50 .col-md-7, .padding-col-50 .col-lg-7, .padding-col-50 .col-xs-8, .padding-col-50 .col-sm-8, .padding-col-50 .col-md-8, .padding-col-50 .col-lg-8, .padding-col-50 .col-xs-9, .padding-col-50 .col-sm-9, .padding-col-50 .col-md-9, .padding-col-50 .col-lg-9, .padding-col-50 .col-xs-10, .padding-col-50 .col-sm-10, .padding-col-50 .col-md-10, .padding-col-50 .col-lg-10, .padding-col-50 .col-xs-11, .padding-col-50 .col-sm-11, .padding-col-50 .col-md-11, .padding-col-50 .col-lg-11, .padding-col-50 .col-xs-12, .padding-col-50 .col-sm-12, .padding-col-50 .col-md-12, .padding-col-50 .col-lg-12 {
  padding-left: 50px;
  padding-right: 50px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-11 {
  width: 91.66666667%;
}

.col-xs-10 {
  width: 83.33333333%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-8 {
  width: 66.66666667%;
}

.col-xs-7 {
  width: 58.33333333%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-5 {
  width: 41.66666667%;
}

.col-xs-4 {
  width: 33.33333333%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-2 {
  width: 16.66666667%;
}

.col-xs-1 {
  width: 8.33333333%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-pull-11 {
  right: 91.66666667%;
}

.col-xs-pull-10 {
  right: 83.33333333%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-8 {
  right: 66.66666667%;
}

.col-xs-pull-7 {
  right: 58.33333333%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-5 {
  right: 41.66666667%;
}

.col-xs-pull-4 {
  right: 33.33333333%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-2 {
  right: 16.66666667%;
}

.col-xs-pull-1 {
  right: 8.33333333%;
}

.col-xs-pull-0 {
  right: 0%;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-push-11 {
  left: 91.66666667%;
}

.col-xs-push-10 {
  left: 83.33333333%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-8 {
  left: 66.66666667%;
}

.col-xs-push-7 {
  left: 58.33333333%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-5 {
  left: 41.66666667%;
}

.col-xs-push-4 {
  left: 33.33333333%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-2 {
  left: 16.66666667%;
}

.col-xs-push-1 {
  left: 8.33333333%;
}

.col-xs-push-0 {
  left: 0%;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

.col-xs-offset-11 {
  margin-left: 91.66666667%;
}

.col-xs-offset-10 {
  margin-left: 83.33333333%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-8 {
  margin-left: 66.66666667%;
}

.col-xs-offset-7 {
  margin-left: 58.33333333%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-5 {
  margin-left: 41.66666667%;
}

.col-xs-offset-4 {
  margin-left: 33.33333333%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-2 {
  margin-left: 16.66666667%;
}

.col-xs-offset-1 {
  margin-left: 8.33333333%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }

  .col-sm-12 {
    width: 100%;
  }

  .col-sm-11 {
    width: 91.66666667%;
  }

  .col-sm-10 {
    width: 83.33333333%;
  }

  .col-sm-9 {
    width: 75%;
  }

  .col-sm-8 {
    width: 66.66666667%;
  }

  .col-sm-7 {
    width: 58.33333333%;
  }

  .col-sm-6 {
    width: 50%;
  }

  .col-sm-5 {
    width: 41.66666667%;
  }

  .col-sm-4 {
    width: 33.33333333%;
  }

  .col-sm-3 {
    width: 25%;
  }

  .col-sm-2 {
    width: 16.66666667%;
  }

  .col-sm-1 {
    width: 8.33333333%;
  }

  .col-sm-pull-12 {
    right: 100%;
  }

  .col-sm-pull-11 {
    right: 91.66666667%;
  }

  .col-sm-pull-10 {
    right: 83.33333333%;
  }

  .col-sm-pull-9 {
    right: 75%;
  }

  .col-sm-pull-8 {
    right: 66.66666667%;
  }

  .col-sm-pull-7 {
    right: 58.33333333%;
  }

  .col-sm-pull-6 {
    right: 50%;
  }

  .col-sm-pull-5 {
    right: 41.66666667%;
  }

  .col-sm-pull-4 {
    right: 33.33333333%;
  }

  .col-sm-pull-3 {
    right: 25%;
  }

  .col-sm-pull-2 {
    right: 16.66666667%;
  }

  .col-sm-pull-1 {
    right: 8.33333333%;
  }

  .col-sm-pull-0 {
    right: 0%;
  }

  .col-sm-push-12 {
    left: 100%;
  }

  .col-sm-push-11 {
    left: 91.66666667%;
  }

  .col-sm-push-10 {
    left: 83.33333333%;
  }

  .col-sm-push-9 {
    left: 75%;
  }

  .col-sm-push-8 {
    left: 66.66666667%;
  }

  .col-sm-push-7 {
    left: 58.33333333%;
  }

  .col-sm-push-6 {
    left: 50%;
  }

  .col-sm-push-5 {
    left: 41.66666667%;
  }

  .col-sm-push-4 {
    left: 33.33333333%;
  }

  .col-sm-push-3 {
    left: 25%;
  }

  .col-sm-push-2 {
    left: 16.66666667%;
  }

  .col-sm-push-1 {
    left: 8.33333333%;
  }

  .col-sm-push-0 {
    left: 0%;
  }

  .col-sm-offset-12 {
    margin-left: 100%;
  }

  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-sm-offset-9 {
    margin-left: 75%;
  }

  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-sm-offset-6 {
    margin-left: 50%;
  }

  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-sm-offset-3 {
    margin-left: 25%;
  }

  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }

  .col-md-12 {
    width: 100%;
  }

  .col-md-11 {
    width: 91.66666667%;
  }

  .col-md-10 {
    width: 83.33333333%;
  }

  .col-md-9 {
    width: 75%;
  }

  .col-md-8 {
    width: 66.66666667%;
  }

  .col-md-7 {
    width: 58.33333333%;
  }

  .col-md-6 {
    width: 50%;
  }

  .col-md-5 {
    width: 41.66666667%;
  }

  .col-md-4 {
    width: 33.33333333%;
  }

  .col-md-3 {
    width: 25%;
  }

  .col-md-2 {
    width: 16.66666667%;
  }

  .col-md-1 {
    width: 8.33333333%;
  }

  .col-md-pull-12 {
    right: 100%;
  }

  .col-md-pull-11 {
    right: 91.66666667%;
  }

  .col-md-pull-10 {
    right: 83.33333333%;
  }

  .col-md-pull-9 {
    right: 75%;
  }

  .col-md-pull-8 {
    right: 66.66666667%;
  }

  .col-md-pull-7 {
    right: 58.33333333%;
  }

  .col-md-pull-6 {
    right: 50%;
  }

  .col-md-pull-5 {
    right: 41.66666667%;
  }

  .col-md-pull-4 {
    right: 33.33333333%;
  }

  .col-md-pull-3 {
    right: 25%;
  }

  .col-md-pull-2 {
    right: 16.66666667%;
  }

  .col-md-pull-1 {
    right: 8.33333333%;
  }

  .col-md-pull-0 {
    right: 0%;
  }

  .col-md-push-12 {
    left: 100%;
  }

  .col-md-push-11 {
    left: 91.66666667%;
  }

  .col-md-push-10 {
    left: 83.33333333%;
  }

  .col-md-push-9 {
    left: 75%;
  }

  .col-md-push-8 {
    left: 66.66666667%;
  }

  .col-md-push-7 {
    left: 58.33333333%;
  }

  .col-md-push-6 {
    left: 50%;
  }

  .col-md-push-5 {
    left: 41.66666667%;
  }

  .col-md-push-4 {
    left: 33.33333333%;
  }

  .col-md-push-3 {
    left: 25%;
  }

  .col-md-push-2 {
    left: 16.66666667%;
  }

  .col-md-push-1 {
    left: 8.33333333%;
  }

  .col-md-push-0 {
    left: 0%;
  }

  .col-md-offset-12 {
    margin-left: 100%;
  }

  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-md-offset-9 {
    margin-left: 75%;
  }

  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-md-offset-6 {
    margin-left: 50%;
  }

  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-md-offset-3 {
    margin-left: 25%;
  }

  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }

  .col-lg-12 {
    width: 100%;
  }

  .col-lg-11 {
    width: 91.66666667%;
  }

  .col-lg-10 {
    width: 83.33333333%;
  }

  .col-lg-9 {
    width: 75%;
  }

  .col-lg-8 {
    width: 66.66666667%;
  }

  .col-lg-7 {
    width: 58.33333333%;
  }

  .col-lg-6 {
    width: 50%;
  }

  .col-lg-5 {
    width: 41.66666667%;
  }

  .col-lg-4 {
    width: 33.33333333%;
  }

  .col-lg-3 {
    width: 25%;
  }

  .col-lg-2 {
    width: 16.66666667%;
  }

  .col-lg-1 {
    width: 8.33333333%;
  }

  .col-lg-pull-12 {
    right: 100%;
  }

  .col-lg-pull-11 {
    right: 91.66666667%;
  }

  .col-lg-pull-10 {
    right: 83.33333333%;
  }

  .col-lg-pull-9 {
    right: 75%;
  }

  .col-lg-pull-8 {
    right: 66.66666667%;
  }

  .col-lg-pull-7 {
    right: 58.33333333%;
  }

  .col-lg-pull-6 {
    right: 50%;
  }

  .col-lg-pull-5 {
    right: 41.66666667%;
  }

  .col-lg-pull-4 {
    right: 33.33333333%;
  }

  .col-lg-pull-3 {
    right: 25%;
  }

  .col-lg-pull-2 {
    right: 16.66666667%;
  }

  .col-lg-pull-1 {
    right: 8.33333333%;
  }

  .col-lg-pull-0 {
    right: 0%;
  }

  .col-lg-push-12 {
    left: 100%;
  }

  .col-lg-push-11 {
    left: 91.66666667%;
  }

  .col-lg-push-10 {
    left: 83.33333333%;
  }

  .col-lg-push-9 {
    left: 75%;
  }

  .col-lg-push-8 {
    left: 66.66666667%;
  }

  .col-lg-push-7 {
    left: 58.33333333%;
  }

  .col-lg-push-6 {
    left: 50%;
  }

  .col-lg-push-5 {
    left: 41.66666667%;
  }

  .col-lg-push-4 {
    left: 33.33333333%;
  }

  .col-lg-push-3 {
    left: 25%;
  }

  .col-lg-push-2 {
    left: 16.66666667%;
  }

  .col-lg-push-1 {
    left: 8.33333333%;
  }

  .col-lg-push-0 {
    left: 0%;
  }

  .col-lg-offset-12 {
    margin-left: 100%;
  }

  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-lg-offset-9 {
    margin-left: 75%;
  }

  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-lg-offset-6 {
    margin-left: 50%;
  }

  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-lg-offset-3 {
    margin-left: 25%;
  }

  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
.overlay {
  width: 100%;
  font-size: 14px;
  position: fixed;
  z-index: 3010;
  left: 0;
  top: 0;
  bottom: 0;
  height: 100vh;
  right: 0;
  background-color: #000;
  overflow-x: hidden;
  opacity: 0;
  transition: 0.5s;
  visibility: hidden;
  display: none;
}
@media (max-width: 1200px) {
  .overlay {
    display: block;
  }
}
.overlay .logo {
  width: 340px;
  margin: 20px 0 30px;
  opacity: 0;
}
@media (max-width: 767px) {
  .overlay .logo {
    width: 100%;
  }
}
.overlay .logo img {
  max-width: 100%;
}
.overlay .btn-fixe {
  position: relative;
  right: auto;
  top: auto;
  margin-left: 50px;
  padding: 8px;
  width: auto;
  display: inline;
  height: auto;
  padding-bottom: 0;
  float: right;
}
.overlay .btn-fixe img {
  margin: 0;
}
.overlay .hamburger {
  position: absolute;
  top: 10px;
  right: 2px;
  color: white;
  font-size: 60px;
  line-height: 32px;
  text-decoration: none;
}
.overlay .hamburger.is-active .hamburger-inner, .overlay .hamburger.is-active .hamburger-inner:after, .overlay .hamburger.is-active .hamburger-inner:before {
  background: white;
}
.overlay .overlay-content {
  width: 100%;
  padding: 0 50px;
  text-align: center;
  margin-top: 60px;
}
.overlay .overlay-content .social-link {
  padding-left: 15px;
  opacity: 0;
  margin-top: 40px;
  list-style-type: none;
  text-align: left;
}
@media (max-width: 992px) {
  .overlay .overlay-content .social-link {
    padding-left: 0px;
  }
}
.overlay .overlay-content .social-link a {
  color: white;
  margin-right: 12px;
  font-size: 22px;
}
.overlay .navbar-nav {
  float: none;
}
.overlay .navbar-nav li {
  opacity: 0;
  text-align: left;
  float: none;
  margin-left: 0;
  margin-bottom: 10px;
}
.overlay .navbar-nav li a {
  color: white;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 18px;
  padding-top: 2vh;
  padding-bottom: 2vh;
}
.overlay .navbar-nav li .dropdown-menu li a {
  line-height: 20px;
  font-size: 16px;
  text-transform: none;
}
.overlay .navbar-nav .open .dropdown-menu {
  position: static;
  float: none;
  width: auto;
  margin-top: 0;
  background-color: transparent;
  border: 0;
  box-shadow: none;
}
.overlay.menu {
  opacity: 1;
  position: relative;
  visibility: visible;
  display: flex;
  flex-direction: column;
}
.overlay.menu .logo {
  animation-name: showUp;
  animation-duration: 0.2s;
  animation-delay: 1.1s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}
.overlay.menu li {
  animation-name: showUp;
  animation-duration: 0.2s;
  animation-delay: 1s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}
.overlay.menu .navbar-nav {
  margin-bottom: 0;
}
.overlay.menu .navbar-nav li:nth-child(1) {
  animation-delay: 0.2s;
}
.overlay.menu .navbar-nav li:nth-child(2) {
  animation-delay: 0.3s;
}
.overlay.menu .navbar-nav li:nth-child(3) {
  animation-delay: 0.4s;
}
.overlay.menu .navbar-nav li:nth-child(4) {
  animation-delay: 0.5s;
}
.overlay.menu .navbar-nav li:nth-child(5) {
  animation-delay: 0.6s;
}
.overlay.menu .navbar-nav li:nth-child(6) {
  animation-delay: 0.7s;
}
.overlay.menu .navbar-nav .social-link {
  animation-delay: 0.8s;
}

.hamburger {
  padding: 0 !important;
}
.hamburger:focus {
  outline: none;
}

.hamburger-inner,
.hamburger-inner:after,
.hamburger-inner:before {
  background: white;
  width: 28px !important;
  height: 1px !important;
}

header {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 3000;
}
@media (max-width: 992px) {
  header {
    height: auto;
  }
}
header .lg-box {
  margin-right: 0px;
  margin-left: 20px;
  display: inline-block;
  font-size: 20px;
  position: relative;
  padding-left: 20px;
}
header .lg-box:before {
  content: "";
  width: 2px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: white;
}
@media (max-width: 992px) {
  header .lg-box {
    margin-left: 20px;
  }
}
@media (max-width: 767px) {
  header .lg-box {
    margin-left: 0;
    padding-left: 14px;
    margin-top: -9px;
  }
}
header .lg-box a {
  font-weight: 700;
}
header .header-wrapper {
  position: static;
  width: 100%;
  z-index: 2000;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
header .header-wrapper .logo {
  padding: 15px 15px 0px 50px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  position: relative;
  WIDTH: 450px;
}
@media (max-width: 1400px) {
  header .header-wrapper .logo {
    height: auto;
    padding: 0 27px;
  }
}
@media (max-width: 1200px) {
  header .header-wrapper .logo {
    padding: 20px 20px 0;
    width: 382px;
  }
}
@media (max-width: 992px) {
  header .header-wrapper .logo {
    height: auto;
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  header .header-wrapper .logo {
    width: 203px;
    padding: 12px;
  }
}
header .header-wrapper .logo a {
  display: block;
  margin: auto;
}
@media (max-width: 1400px) {
  header .header-wrapper .logo a {
    font-size: 8px;
  }
}
header .header-wrapper .logo p {
  font-size: 18px;
  font-weight: 700;
  margin-top: 20px;
  font-family: "Kumbh Sans", sans-serif;
  text-align: center;
  color: white;
  margin: 0;
  padding-top: 20px;
}
@media (max-width: 1400px) {
  header .header-wrapper .logo p {
    line-height: 10px;
    font-size: 16px;
  }
}
@media (max-width: 1200px) {
  header .header-wrapper .logo p {
    font-size: 13px;
  }
}
@media (max-width: 992px) {
  header .header-wrapper .logo p {
    display: none;
  }
}
header .header-wrapper .main-menu-wrapper {
  display: flex;
  align-items: flex-end;
  flex-direction: column;
  padding: 35px 90px 10px 0;
}
@media (max-width: 1200px) {
  header .header-wrapper .main-menu-wrapper {
    padding: 10px 20px 10px 0;
  }
}
@media (max-width: 992px) {
  header .header-wrapper .main-menu-wrapper {
    padding: 0 0px 0 0;
  }
}
@media (max-width: 767px) {
  header .header-wrapper .main-menu-wrapper {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
}
header .header-wrapper .menu-wrapper {
  width: 100%;
  justify-content: space-between;
  display: flex;
  flex-direction: row;
  align-items: center;
  position: static;
  z-index: 200;
}
@media (max-width: 992px) {
  header .header-wrapper .menu-wrapper {
    width: 100%;
  }
}
@media (max-width: 767px) {
  header .header-wrapper .menu-wrapper {
    width: 100%;
  }
}
header .header-wrapper .menu-wrapper .top-menu {
  display: flex;
  flex-direction: row;
  align-items: center;
  position: relative;
  justify-content: center;
}
@media (max-width: 1200px) {
  header .header-wrapper .menu-wrapper .top-menu {
    flex-direction: row;
    padding-right: 0px;
    align-items: center;
  }
}
@media (max-width: 992px) {
  header .header-wrapper .menu-wrapper .top-menu {
    padding-top: 0px;
    padding-right: 0px;
  }
}
header .header-wrapper .menu-wrapper .top-menu .btn-mobile {
  display: inline-block;
  margin-right: 15px;
}
header .header-wrapper .menu-wrapper .top-menu .btn-mobile:before {
  font-size: 20px;
}
header .header-wrapper .menu-wrapper .top-menu .item {
  margin-right: 30px;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-right: 30px;
  border-right: 1px solid #383838;
}
@media (max-width: 767px) {
  header .header-wrapper .menu-wrapper .top-menu .item {
    padding-right: 8px;
    margin-right: 8px;
  }
}
header .header-wrapper .menu-wrapper .top-menu .hamburger {
  display: none;
}
@media (max-width: 1200px) {
  header .header-wrapper .menu-wrapper .top-menu .hamburger {
    display: inline-block;
    margin-left: 30px;
  }
}
@media (max-width: 767px) {
  header .header-wrapper .menu-wrapper .top-menu .hamburger {
    top: 11px;
  }
}
header .header-wrapper .menu-wrapper .top-menu .hamburger:focus {
  outline: none;
}
header .header-wrapper .menu-wrapper .top-menu .hamburger-inner,
header .header-wrapper .menu-wrapper .top-menu .hamburger-inner:after,
header .header-wrapper .menu-wrapper .top-menu .hamburger-inner:before {
  background: white;
  width: 28px !important;
  height: 1px !important;
}
@media (max-width: 1200px) {
  header .header-wrapper .menu-wrapper .top-menu .navbar-nav {
    display: none;
  }
}
header .header-wrapper .menu-wrapper .top-menu .navbar-nav li {
  padding: 0 15px;
}
header .header-wrapper .menu-wrapper .top-menu .navbar-nav li:before {
  content: none;
}
header .header-wrapper .menu-wrapper .top-menu .navbar-nav li.active a:before {
  left: 0;
  right: 0;
}
header .header-wrapper .menu-wrapper .top-menu .navbar-nav a {
  color: #383838;
  text-transform: none;
  font-weight: 700;
  font-size: 16px;
  padding: 10px 0;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  overflow: hidden;
}
header .header-wrapper .menu-wrapper .top-menu .navbar-nav a:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 50%;
  right: 50%;
  top: 0;
  height: 3px;
  -webkit-transition-property: left, right;
  transition-property: left, right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
header .header-wrapper .menu-wrapper .top-menu .navbar-nav a:hover:before, header .header-wrapper .menu-wrapper .top-menu .navbar-nav a:focus:before, header .header-wrapper .menu-wrapper .top-menu .navbar-nav a:active:before {
  left: 0;
  right: 0;
}
header .header-wrapper .menu-wrapper .top-menu .social-link {
  margin: 0 0px;
}
header .header-wrapper .menu-wrapper .top-menu .social-link .sculpture {
  display: inline-block;
  width: 24px;
  vertical-align: middle;
}
header .header-wrapper .menu-wrapper .top-menu .lg-box a {
  color: white;
}
header .header-wrapper .menu-wrapper .top-menu .fb {
  font-size: 20px;
  display: inline-block;
  color: white;
  text-decoration: none;
  margin-left: 20px;
}
header .header-wrapper .menu-wrapper .top-menu .fb:before {
  margin-right: 2px;
}
header .header-wrapper .menu-wrapper .top-menu .fb:focus {
  text-decoration: none;
}
header .header-wrapper .menu-wrapper .top-menu .fb.flaticon-facebook {
  margin-left: 21px;
}
@media (max-width: 767px) {
  header .header-wrapper .menu-wrapper .top-menu .fb {
    margin-left: 0 !important;
    font-size: 20px;
  }
}
header .header-wrapper .menu-wrapper .top-menu .link-top {
  margin: 0 30px;
  text-transform: none;
  font-weight: 700;
}
@media (max-width: 992px) {
  header .header-wrapper .menu-wrapper .top-menu .link-top {
    margin: 0 8px;
  }
}
@media (max-width: 767px) {
  header .header-wrapper .menu-wrapper .top-menu .link-top {
    width: 30px;
    height: 30px;
    padding: 7px;
    border-radius: 50%;
    margin: 0 4px;
  }
}
header .header-wrapper .menu-wrapper .top-menu .link-top:before {
  font-weight: 400;
}
header .header-wrapper .menu-wrapper .top-menu a {
  text-transform: uppercase;
  font-size: 14px;
}
@media (max-width: 767px) {
  header .header-wrapper .menu-wrapper .top-menu a {
    font-size: 14px;
  }
}
header .header-wrapper .menu-wrapper .top-menu a:before {
  margin-right: 5px;
}
@media (max-width: 767px) {
  header .header-wrapper .menu-wrapper .top-menu a:before {
    margin-right: 0;
  }
}
header .header-wrapper .menu-wrapper .top-menu .menu-wrap {
  display: none;
}
@media (max-width: 1200px) {
  header .header-wrapper .menu-wrapper .top-menu .menu-wrap {
    display: block;
    top: 24px;
  }
}
@media (max-width: 767px) {
  header .header-wrapper .menu-wrapper .top-menu .menu-wrap {
    top: -14px;
  }
}
header .header-wrapper .menu-wrapper .top-menu .menu-wrap .menu .social-link {
  margin: 20px 0 0 !important;
}
@media (max-width: 992px) {
  header .header-wrapper .menu-wrapper .top-menu .menu-wrap .menu .social-link {
    text-align: center;
  }
}
header .header-wrapper .menu-wrapper .top-menu .menu-wrap .menu .navbar-nav {
  float: none;
  display: block;
}
header .header-wrapper .menu-wrapper .top-menu .menu-wrap .menu .navbar-nav li {
  margin: 0;
  padding: 10px 0;
  text-indent: 0;
}
@media (max-width: 1200px) {
  header .header-wrapper .menu-wrapper .top-menu .menu-wrap .menu .navbar-nav li {
    float: none;
  }
}
header .header-wrapper .menu-wrapper .top-menu .menu-wrap .menu .navbar-nav li a {
  font-size: 16px;
  text-transform: uppercase;
}
header .header-wrapper .menu-wrapper .top-menu .menu-wrap .menu .navbar-nav li a:before {
  content: none;
}
@media (max-width: 1200px) {
  header .header-wrapper .menu-wrapper .top-menu .menu-wrap.translate {
    display: block;
    top: 85px;
  }
}
@media (max-width: 767px) {
  header .header-wrapper .menu-wrapper .top-menu .menu-wrap.translate {
    top: 52px;
  }
}
header .header-wrapper .menu-wrapper nav {
  position: static;
  margin-top: 30px;
}
@media (max-width: 1200px) {
  header .header-wrapper .menu-wrapper nav {
    display: none;
  }
}
header .header-wrapper .menu-wrapper nav .navbar-nav {
  position: static;
}
@media (max-width: 992px) {
  header .header-wrapper .menu-wrapper nav .navbar-nav .dropdown-menu {
    background: none;
  }
}
header .header-wrapper .menu-wrapper nav .navbar-nav .dropdown-menu li:hover a:after {
  content: none;
}
header .header-wrapper .menu-wrapper nav .navbar-nav .dropdown-menu li.active a:after {
  content: none;
}
header .header-wrapper .menu-wrapper nav .navbar-nav .dropdown-menu li a {
  color: #1B1C20;
}
header .header-wrapper .menu-wrapper nav .navbar-nav li {
  padding: 10px 20px;
  text-indent: 0;
  margin-left: 0;
  position: static;
}
header .header-wrapper .menu-wrapper nav .navbar-nav li .dropdown-menu {
  display: block;
  opacity: 0;
  z-index: -200000 !important;
  padding: 70px 200px;
  left: 0px;
  position: absolute;
  right: 0px;
  top: 134px;
  transform: scale(1, 0);
}
header .header-wrapper .menu-wrapper nav .navbar-nav li.open .dropdown-menu {
  overflow: hidden;
  position: absolute;
  left: 0px;
  right: 0px;
  top: 134px;
  transform: scale(1, 1);
  background: white;
  z-index: 2000 !important;
  opacity: 1;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 70px 200px;
  display: flex;
  height: 403px;
  flex-direction: column;
  flex-wrap: wrap;
}
header .header-wrapper .menu-wrapper nav .navbar-nav li.open .dropdown-menu li {
  display: inline-block;
  position: relative;
  overflow: hidden;
  padding: 20px;
  width: 50%;
}
header .header-wrapper .menu-wrapper nav .navbar-nav li.open .dropdown-menu li a {
  text-transform: none;
}
header .header-wrapper .menu-wrapper nav .navbar-nav li:before {
  content: none;
}
header .header-wrapper .menu-wrapper nav .navbar-nav li.active > a {
  position: relative;
}
header .header-wrapper .menu-wrapper nav .navbar-nav li.active > a:after {
  content: "";
  background: white;
  height: 1px;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: -10px;
  opacity: 1;
}
@media (max-width: 1400px) {
  header .header-wrapper .menu-wrapper nav .navbar-nav li {
    padding: 10px 13px;
  }
}
header .header-wrapper .menu-wrapper nav .navbar-nav li:last-child {
  padding-right: 0;
}
header .header-wrapper .menu-wrapper nav .navbar-nav li a {
  font-weight: 700;
  font-size: 18px;
  text-transform: uppercase;
  font-family: "Kumbh Sans", sans-serif;
  color: white;
  padding: 0;
}
header .header-wrapper .menu-wrapper nav .navbar-nav li a:after {
  content: "";
  background: white;
  height: 1px;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: -10px;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
header .header-wrapper .menu-wrapper nav .navbar-nav li a:hover:after {
  opacity: 1;
}
@media (max-width: 767px) {
  header .header-wrapper .menu-wrapper nav .navbar-nav li a {
    white-space: normal;
    color: white;
  }
}
header .header-wrapper .menu-wrapper .lg-box {
  position: relative;
}
header .header-wrapper .menu-wrapper .lg-box a {
  color: #383838;
  font-size: 14px;
}
header .header-wrapper .menu-wrapper .lg-box:before {
  content: "";
  width: 2px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: white;
}
header .header-wrapper.fixed {
  position: fixed;
  top: -300px;
  left: 0;
  right: 0;
  width: 100%;
  background: white;
  transition: 1s cubic-bezier(0.5, 0, 0, 1);
  z-index: 3000;
}
header .header-wrapper.fixed .menu-wrapper .menu-wrap {
  top: 23px;
}
@media (max-width: 767px) {
  header .header-wrapper.fixed .menu-wrapper .menu-wrap {
    top: -6px;
  }
}
header .header-wrapper.fixed .menu-wrapper nav {
  margin-top: 6px;
}
header .header-wrapper.fixed .menu-wrapper .logo {
  WIDTH: 250px;
  padding: 0px 16px 9px 16px;
}
@media (max-width: 767px) {
  header .header-wrapper.fixed .menu-wrapper .logo {
    width: 90px;
    padding: 0;
  }
}
header .header-wrapper.fixed.scrolled {
  top: 0;
  display: flex;
  justify-content: space-between;
  flex-direction: row;
}
header .header-wrapper.fixed.scrolled .menu-wrapper {
  width: 100%;
  padding-right: 0px;
}
header .header-wrapper.fixed.scrolled .menu-wrapper .logo {
  WIDTH: 300px;
  padding: 29px 27px 18px 31px;
  margin-top: 0;
}
@media (max-width: 767px) {
  header .header-wrapper.fixed.scrolled .menu-wrapper .logo {
    width: 207px;
    padding: 12px;
  }
}
header .header-wrapper.fixed.scrolled .menu-wrapper .main-menu-wrapper {
  padding: 0px 20px 0px 0;
}
@media (max-width: 1200px) {
  header .header-wrapper.fixed.scrolled .menu-wrapper .main-menu-wrapper {
    padding: 0;
  }
}
header .header-wrapper.fixed.scrolled .menu-wrapper .main-menu-wrapper li .dropdown-menu {
  top: 88px;
}
header .header-wrapper.fixed.scrolled .menu-wrapper .main-menu-wrapper li a {
  color: #1B1C20;
}
@media (max-width: 767px) {
  header .header-wrapper.fixed.scrolled .menu-wrapper .main-menu-wrapper .top-menu .hamburger {
    top: -2px;
  }
}
header .header-wrapper.fixed.scrolled .menu-wrapper .main-menu-wrapper .top-menu .hamburger .hamburger-inner,
header .header-wrapper.fixed.scrolled .menu-wrapper .main-menu-wrapper .top-menu .hamburger .hamburger-inner:before,
header .header-wrapper.fixed.scrolled .menu-wrapper .main-menu-wrapper .top-menu .hamburger .hamburger-inner:after {
  background: #1B1C20;
}
header .header-wrapper.fixed.scrolled .menu-wrapper .dropdown-menu {
  background: white;
}
@media (max-width: 992px) {
  header .header-wrapper.fixed.scrolled .menu-wrapper .dropdown-menu {
    background: none;
  }
}
header .header-wrapper.fixed.scrolled .menu-wrapper .dropdown-menu a {
  color: #1B1C20;
}
header .header-wrapper.fixed.scrolled .menu-wrapper .dropdown-menu a:after {
  content: none;
}
header .header-wrapper.scrolled {
  top: -88px;
}
header .header-wrapper.scrolled .logo {
  padding: 15px 27px 0px 43px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  position: relative;
  WIDTH: 260px;
  margin-top: 65px;
}
@media (max-width: 992px) {
  header .header-wrapper.scrolled .logo {
    padding: 13px 27px 3px 43px;
    WIDTH: 246px;
    margin-top: 63px;
  }
}
@media (max-width: 992px) {
  header .header-wrapper.scrolled .menu-wrap {
    top: 0px;
  }
}
header.no-bg {
  position: relative;
}
header.no-bg.no-bg-absolute {
  position: absolute;
}
header.no-bg .header-wrapper .menu-wrapper nav .navbar-nav li a {
  color: #1B1C20;
}
header.no-bg .header-wrapper .menu-wrapper .top-menu .fb {
  color: #1B1C20;
}
header.no-bg .header-wrapper .menu-wrapper .top-menu .lg-box:before {
  background: #1B1C20;
}
header.no-bg .header-wrapper .menu-wrapper .top-menu .lg-box a {
  color: #1B1C20;
}
header.no-bg .header-wrapper .menu-wrapper nav .navbar-nav li.active > a:after {
  background: #1B1C20;
}
header.no-bg .header-wrapper .menu-wrapper nav .navbar-nav li a:after {
  background: #1B1C20;
}
header.no-bg .top-menu .hamburger .hamburger-inner,
header.no-bg .top-menu .hamburger .hamburger-inner:before,
header.no-bg .top-menu .hamburger .hamburger-inner:after {
  background: #1B1C20 !important;
}
@media (max-width: 767px) {
  header.no-bg .main-menu-wrapper .lg-box:before {
    background: #383838;
  }
}

footer.sep {
  border-top: 1px solid #b1b1b1;
}
footer a {
  color: #1B1C20;
}
footer .wrapper-newsletter {
  background-color: #1B1C20;
  padding: 42px 15px 5px;
  color: white;
}
@media (max-width: 992px) {
  footer .wrapper-newsletter {
    padding: 70px 135px;
  }
}
@media (max-width: 767px) {
  footer .wrapper-newsletter {
    padding: 50px;
  }
}
footer .wrapper-newsletter .form-container {
  padding: 0 30px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  footer .wrapper-newsletter .form-container {
    flex-direction: column;
  }
}
@media (max-width: 992px) {
  footer .wrapper-newsletter .form-container .flex-align {
    flex-direction: row;
    justify-content: flex-end;
  }
}
footer .wrapper-newsletter .form-container form {
  width: 50%;
}
@media (max-width: 992px) {
  footer .wrapper-newsletter .form-container form {
    width: 100%;
    margin-top: 20px;
  }
}
footer .wrapper-newsletter .form-container form input.form-control {
  padding-right: 72px;
  padding-bottom: 21px;
}
footer .wrapper-newsletter .glyphicon-asterisk {
  display: none;
}
footer .wrapper-newsletter p {
  color: white;
}
footer .wrapper-newsletter > div:first-child p.big {
  font-weight: 500;
  font-size: 23px;
  font-family: "Pridi", serif;
}
@media (max-width: 992px) {
  footer .wrapper-newsletter > div:first-child p.big {
    font-size: 18px;
    margin: 0 0 10px;
  }
}
@media (max-width: 767px) {
  footer .wrapper-newsletter > div:first-child p.big {
    font-size: 16px;
    margin: 0 0 8px;
  }
}
footer .wrapper-newsletter .h1 {
  padding: 0;
  line-height: 74px;
}
@media (max-width: 992px) {
  footer .wrapper-newsletter .h1 {
    line-height: 42px;
    margin: 0 0 49px;
  }
}
@media (max-width: 767px) {
  footer .wrapper-newsletter .h1 {
    margin: 0 0 28px;
    font-size: 30px;
    line-height: 15px;
  }
}
footer .wrapper-newsletter .btn-blanc {
  margin: -65px 14px 0 0;
  padding: 7px 15px 5px 15px;
  font-size: 14px;
  line-height: 22px;
}
footer .wrapper-newsletter .btn-blanc:focus {
  outline: none;
}
@media (max-width: 992px) {
  footer .wrapper-newsletter #captcha-input-label, footer .wrapper-newsletter .form-container #captcha-element {
    margin: 30px 0 0;
  }
}
@media (max-width: 992px) {
  footer {
    padding: 20px 0 80px;
  }
}
@media (max-width: 767px) {
  footer {
    font-size: 16px;
    padding: 0px 0 0;
  }
}
@media (max-width: 992px) {
  footer .author p {
    line-height: 22px;
  }
}
@media (max-width: 992px) {
  footer .author {
    padding: 0 15px;
    text-align: center;
  }
}
@media (max-width: 1400px) {
  footer .flex-align {
    width: 100%;
  }
}
@media (max-width: 992px) {
  footer .flex-align {
    flex-direction: column;
    align-items: center;
  }
}
footer .flex-align p {
  font-size: 14px;
  margin-bottom: 7px;
  color: #1B1C20;
  line-height: 25px;
}
footer .flex-align a {
  color: #1B1C20;
}
footer .flex-align h5 {
  font-weight: 700;
  letter-spacing: 1px;
  font-size: 20px;
  margin: 0px 0 0px;
  padding-top: 0;
}
@media (max-width: 767px) {
  footer .flex-align h5 {
    padding: 5px 0 5px;
  }
}
footer .flex-align .row {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
@media (max-width: 767px) {
  footer .flex-align .row {
    display: block;
    width: auto;
  }
}
@media (max-width: 767px) {
  footer .flex-align .row > div {
    text-align: center;
  }
}
footer .flex-align .row .logo {
  width: 30%;
}
@media (max-width: 992px) {
  footer .flex-align .row .logo {
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 767px) {
  footer .flex-align .row .logo {
    width: 100%;
  }
}
footer .flex-align .row .logo img {
  display: inline-block;
  margin-bottom: 30px;
  width: 80%;
}
@media (max-width: 992px) {
  footer .flex-align .row .logo img {
    width: 75%;
  }
}
footer .flex-align .row .logo p {
  font-size: 14px;
  line-height: 20px;
}
@media (max-width: 992px) {
  footer .flex-align .row .logo p {
    display: none;
  }
}
footer .flex-align .row .logo p a {
  margin-right: 20px;
}
footer .flex-align .row .logo .label {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 30px;
  padding: 0;
}
@media (max-width: 767px) {
  footer .flex-align .row .logo .label {
    justify-content: center;
    display: none;
  }
}
footer .flex-align .row .logo .label p {
  width: 90PX;
  padding-right: 12px;
  margin: 0;
}
@media (max-width: 767px) {
  footer .flex-align .row .logo .label p {
    width: 71px !important;
    padding-right: 0;
    margin: 0 10px;
  }
}
footer .flex-align .row .logo .label p:nth-child(3) {
  width: 60px;
}
footer .flex-align .row .contact {
  width: 15%;
}
@media (max-width: 992px) {
  footer .flex-align .row .contact {
    width: 33%;
    padding: 40px;
  }
}
@media (max-width: 767px) {
  footer .flex-align .row .contact {
    width: 50%;
    padding: 20px 40px;
    display: none;
  }
}
footer .flex-align .row .contact ul {
  list-style-type: none;
}
footer .flex-align .row .contact ul li {
  margin: 0 0 10px 0;
  font-size: 14px;
}
footer .flex-align .row .contact ul li:last-child {
  margin-top: 30px;
}
footer .flex-align .row .contact ul li a {
  text-decoration: underline;
}
footer .flex-align .row .adresse {
  width: 20%;
}
@media (max-width: 992px) {
  footer .flex-align .row .adresse {
    width: 33%;
    padding: 40px;
  }
}
@media (max-width: 767px) {
  footer .flex-align .row .adresse {
    width: 100%;
    padding: 20px 40px;
  }
}
footer .flex-align .row .social-wrapper {
  width: 20%;
}
@media (max-width: 992px) {
  footer .flex-align .row .social-wrapper {
    width: 33%;
    padding: 40px;
  }
}
@media (max-width: 767px) {
  footer .flex-align .row .social-wrapper {
    width: 100%;
    padding: 0 0px;
  }
}
footer .flex-align .row .social-wrapper p {
  font-size: 14px;
  line-height: 25px;
}
footer .flex-align .row .social-wrapper p img {
  max-height: 50px;
}
footer .flex-align .row .social-wrapper h4 {
  margin-bottom: 0px;
  padding-top: 20px;
  padding-bottom: 0;
}
footer .flex-align .row .social-wrapper h4:before {
  display: none;
}
footer .flex-align .row .social-wrapper .social-link a {
  text-decoration: none !important;
  font-size: 20px;
  margin-right: 20px;
}
footer .flex-align .row .social-wrapper .social-link a:hover, footer .flex-align .row .social-wrapper .social-link a:focus {
  text-decoration: none;
}
footer .flex-align .row .social-wrapper .label {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 30px;
  padding: 0;
}
@media (max-width: 767px) {
  footer .flex-align .row .social-wrapper .label {
    justify-content: center;
    display: none;
  }
}
footer .flex-align .row .social-wrapper .label p {
  width: 40%;
  padding-right: 20px;
  margin: 0;
}
@media (max-width: 767px) {
  footer .flex-align .row .social-wrapper .label p {
    width: 71px !important;
    padding-right: 0;
    margin: 0 10px;
  }
}
footer .flex-align .row .social-wrapper .label p:nth-child(1) {
  width: 50%;
}
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.clearer {
  clear: both !important;
}

img {
  max-width: 100%;
}

@media (max-width: 992px) {
  .text-center-md {
    text-align: center;
  }
}

.no-padding {
  padding: 0px !important;
}

.big-padding {
  padding-top: 70px;
  padding-bottom: 70px;
}
@media (max-width: 1200px) {
  .big-padding {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (max-width: 992px) {
  .big-padding {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .big-padding {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.big-padding-top {
  padding-top: 70px;
}
@media (max-width: 1200px) {
  .big-padding-top {
    padding-top: 50px;
  }
}
@media (max-width: 767px) {
  .big-padding-top {
    padding-top: 30px;
  }
}

.big-padding-bottom {
  padding-bottom: 70px;
}
@media (max-width: 1200px) {
  .big-padding-bottom {
    padding-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .big-padding-bottom {
    padding-bottom: 30px;
  }
}

.big-padding-col {
  padding-left: 60px;
  padding-right: 60px;
}
@media (max-width: 992px) {
  .big-padding-col {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.hide-icon {
  text-indent: -9999em !important;
  display: none !important;
}

.back-to-top {
  position: fixed !important;
  bottom: 2em !important;
  right: 20px;
  border-radius: 5px;
  text-decoration: none;
  color: #ffffff;
  background: #383838;
  background: #383838;
  /* Old browsers */
  font-size: 12px;
  padding: 1.5em;
  z-index: 3000;
  display: none;
}
@media (max-width: 767px) {
  .back-to-top {
    display: none !important;
  }
}

.back-to-top:hover {
  opacity: 0.5;
}

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

.btn-nav {
  cursor: pointer;
}

#content a {
  text-decoration: underline;
}

.btn-twitter {
  background: #00acee;
  border-radius: 0;
  color: #ffffff !important;
  outline: none !important;
}

.btn-twitter:link, .btn-twitter:visited {
  color: #ffffff !important;
}

.btn-twitter:active, .btn-twitter:hover {
  background: #0087bd;
  color: #ffffff !important;
}

.btn-facebook {
  background: #3b5998;
  border-radius: 0;
  color: #ffffff !important;
  outline: none !important;
}

.btn-facebook:link, .btn-facebook:visited {
  color: #ffffff !important;
}

.btn-facebook:active, .btn-facebook:hover {
  background: #30477a;
  color: #ffffff !important;
}

.btn-googleplus {
  background: #e93f2e;
  border-radius: 0;
  color: #ffffff !important;
  outline: none !important;
}

.btn-googleplus:link, .btn-googleplus:visited {
  color: #ffffff !important;
}

.btn-googleplus:active, .btn-googleplus:hover {
  background: #ba3225;
  color: #ffffff !important;
}

.btn-stumbleupon {
  background: #f74425;
  border-radius: 0;
  color: #ffffff !important;
  outline: none !important;
}

.btn-stumbleupon:link, .btn-stumbleupon:visited {
  color: #ffffff !important;
}

.btn-stumbleupon:active, .btn-stumbleupon:hover {
  background: #c7371e;
  color: #ffffff !important;
}

.btn-linkedin {
  background: #0e76a8;
  border-radius: 0;
  color: #ffffff !important;
  outline: none !important;
}

.btn-linkedin:link, .btn-linkedin:visited {
  color: #ffffff !important;
}

.btn-linkedin:active, .btn-linkedin:hover {
  background: #0b6087;
  color: #ffffff !important;
}

.btn-radius {
  border-radius: 2px !important;
}

.bloc-social .fa {
  color: #ffffff !important;
}

.bloc-social {
  clear: both;
  margin: 20px 0px;
}

.bloc-social a {
  display: inline-block;
  width: 25px;
  margin: 0 5px;
  padding: 4px;
  height: 25px;
}
.bloc-social a i:before {
  color: white !important;
  font-size: 14px;
}
.bloc-social a:hover i:before {
  -webkit-transition: all 0.3 ease-in-out;
  -moz-transition: all 0.3 ease-in-out;
  -o-transition: all 0.3 ease-in-out;
  transition: all 0.3 ease-in-out;
  color: white !important;
}

.new-encart .swiper-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.new-encart .swiper-nav p {
  font-weight: 400;
  color: #1B1C20;
  font-family: "Pridi", serif;
  font-size: 30px;
}
@media (max-width: 767px) {
  .new-encart .swiper-nav p {
    font-size: 20px;
  }
}
.new-encart .swiper-nav > div > div {
  margin: 10px;
  position: relative;
  background-image: none;
  top: auto;
  left: auto;
  right: auto;
  float: right;
}
.new-encart .swiper-nav > div > div:before {
  font-size: 30px;
}
@media (max-width: 767px) {
  .new-encart .swiper-nav > div > div:before {
    font-size: 21px;
  }
}
.new-encart .new {
  cursor: pointer;
}
.new-encart .new .new-image {
  position: relative;
  font-size: 0;
}
.new-encart .new .new-image a {
  display: block;
  font-size: 0;
}
.new-encart .new .info {
  background-color: white;
  padding: 10px 20px 10px 1px;
  position: absolute;
  bottom: 0;
  left: -1px;
  -webkit-transition: all 400ms ease-out;
  -moz-transition: all 400ms ease-out;
  -ms-transition: all 400ms ease-out;
  -o-transition: all 400ms ease-out;
  transition: all 400ms ease-out;
  color: #1B1C20 !important;
  font-weight: 600;
  font-family: "Pridi", serif;
  font-size: 20px;
  text-decoration: none !important;
  letter-spacing: 2px;
}
@media (max-width: 767px) {
  .new-encart .new .info {
    background: none;
    padding: 10px 0px 0;
    position: relative;
    bottom: auto;
    left: auto;
  }
}
.new-encart .new .info h3 {
  line-height: 17px;
  padding: 0;
  margin: 0;
}
@media (max-width: 767px) {
  .new-encart .new .info h3 {
    line-height: 12px;
  }
}
.new-encart .new .info a {
  color: #1B1C20 !important;
  font-weight: 600;
  font-family: "Pridi", serif;
  font-size: 20px;
  text-decoration: none !important;
  letter-spacing: 2px;
}
@media (max-width: 767px) {
  .new-encart .new .info a {
    font-size: 12px;
  }
}
.new-encart .new .new-infos {
  padding: 30px;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  z-index: 10;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  -webkit-transition: all 400ms ease-out;
  -moz-transition: all 400ms ease-out;
  -ms-transition: all 400ms ease-out;
  -o-transition: all 400ms ease-out;
  transition: all 400ms ease-out;
}
.new-encart .new .new-infos .new-name {
  opacity: 0;
  -webkit-transition: all 400ms ease-out;
  -moz-transition: all 400ms ease-out;
  -ms-transition: all 400ms ease-out;
  -o-transition: all 400ms ease-out;
  transition: all 400ms ease-out;
  transition-delay: 0.2s;
  font-family: "Pridi", serif;
  letter-spacing: 2px;
  font-weight: 600;
  text-decoration: none !important;
  font-size: 25px;
  color: white !important;
}
@media (max-width: 992px) {
  .new-encart .new .new-infos .new-name {
    font-size: 18px;
  }
}
.new-encart .new .new-infos .new-name h3 {
  line-height: 23px;
  padding: 0;
  margin: 0;
}
.new-encart .new .new-infos .new-name a {
  font-family: "Pridi", serif;
  letter-spacing: 2px;
  font-weight: 600;
  text-decoration: none !important;
  font-size: 25px;
  color: white !important;
}
@media (max-width: 992px) {
  .new-encart .new .new-infos .new-name a {
    font-size: 18px;
  }
}
.new-encart .new .new-infos .new-desc {
  opacity: 0;
  font-size: 16px;
  color: white;
  margin: 27px 0 27px;
  line-height: 25px;
  -webkit-transition: all 400ms ease-out;
  -moz-transition: all 400ms ease-out;
  -ms-transition: all 400ms ease-out;
  -o-transition: all 400ms ease-out;
  transition: all 400ms ease-out;
  transition-delay: 0.3s;
}
.new-encart .new .new-infos .fleche {
  opacity: 0;
  float: right;
  margin: 20px 0 0;
  align-self: flex-end;
  -webkit-transition: all 400ms ease-out;
  -moz-transition: all 400ms ease-out;
  -ms-transition: all 400ms ease-out;
  -o-transition: all 400ms ease-out;
  transition: all 400ms ease-out;
  transition-delay: 0.5s;
}
.new-encart .new .new-infos .fleche:hover {
  transform: scale(1.1, 1.1);
}
.new-encart .new .new-infos .fleche a {
  color: white !important;
  font-size: 30px;
  text-decoration: none !important;
}
.new-encart .new:hover .info {
  opacity: 1;
}
.new-encart .new:hover .new-infos {
  opacity: 0;
}
.new-encart .new:hover .new-infos .new-name {
  opacity: 1;
}
.new-encart .new:hover .new-infos .new-desc {
  opacity: 1;
}
.new-encart .new:hover .new-infos .fleche {
  opacity: 1;
}
.new-encart.home {
  padding-bottom: 80px;
}
@media (max-width: 767px) {
  .new-encart.home {
    padding-bottom: 0;
  }
}
.new-encart.home .media-sociaux {
  margin-right: 50px;
  font-weight: 700;
  font-size: 18px;
}
@media (max-width: 767px) {
  .new-encart.home .media-sociaux {
    display: none;
  }
}
.new-encart.home .media-sociaux a {
  text-decoration: none !important;
  font-weight: normal;
  margin-right: 10px;
}
.new-encart.home .media-sociaux a:before {
  color: #1B1C20;
}
.new-encart.home .swiper-nav {
  padding-bottom: 20px;
  justify-content: flex-end;
}
.new-encart.home .swiper-nav > div > div:first-child {
  margin-right: 0;
}
.new-encart.home .new .new-infos {
  display: none;
}
.new-encart.home .new .info {
  position: relative;
  bottom: auto;
  padding-left: 0;
}
.new-encart.home .new .info .new-name a {
  color: #1B1C20 !important;
}
.new-encart.home .new .new-name {
  font-size: 20px;
}
@media (max-width: 767px) {
  .new-encart.home .new .new-name {
    font-size: 16px;
  }
}
.new-encart.home .new .new-name a {
  font-size: 20px;
  color: white !important;
}
@media (max-width: 767px) {
  .new-encart.home .new .new-name a {
    font-size: 16px;
  }
}
.new-encart.home .new:hover .info {
  opacity: 1;
}
.new-encart.art {
  margin: 30px 0;
}
.new-encart.art .swiper-nav p {
  margin: 0 0 5px;
}
.new-encart.art .swiper-nav > div > div {
  margin: 0 10px;
}
.new-encart.art .new .new-image {
  padding-left: 0;
}
.new-encart.art .new .new-infos {
  opacity: 1;
  background: none;
  position: relative;
  top: auto;
  left: auto;
  bottom: auto;
  right: auto;
  width: 50%;
  padding: 17px 0 0px;
}
.new-encart.art .new .new-infos .new-name {
  opacity: 1;
  padding: 0;
  font-size: 18px;
  color: #1B1C20 !important;
}
.new-encart.art .new .new-infos .new-name h3 {
  line-height: 14px;
}
.new-encart.art .new .new-infos .new-name a {
  font-size: 18px;
  color: #1B1C20 !important;
}
.new-encart.art .new .new-infos .new-desc {
  color: #1B1C20;
  opacity: 1;
  font-size: 14px;
  margin: 15px 0 0;
}
.new-encart.art .new .new-infos .fleche {
  display: none;
  opacity: 1;
  float: none;
}
.new-encart.art .new .new-infos .fleche a {
  color: #1B1C20 !important;
}

.new-list .tag {
  justify-content: center;
  width: 100%;
  padding-left: 90px;
  padding-right: 90px;
}
@media (max-width: 992px) {
  .new-list .tag {
    padding: 0;
  }
}
.new-list .tag a {
  font-size: 14px;
  color: #383838;
  font-weight: 400;
  text-decoration: none !important;
  display: inline-block;
  margin: 0px 8px 11px 0;
  line-height: 21px;
  padding: 3px 7px;
  position: relative;
  background: #eaeaea;
}
@media (max-width: 767px) {
  .new-list .tag a {
    font-size: 12px;
  }
}
.new-list .tag a.active {
  border: none;
  background-color: #cecece;
}
.new-list .tag a:first-child {
  margin-left: 0;
}
.new-list .tag a:after {
  content: none;
}
.new-list .tag a:hover:before {
  content: none;
}
.new-list .new {
  padding: 0;
  margin: 17px;
  width: 29%;
}
@media (max-width: 992px) {
  .new-list .new {
    margin: 8px;
    width: 31%;
  }
}
@media (max-width: 767px) {
  .new-list .new {
    width: 46%;
    margin: 6px;
  }
}
.new-list .new:hover .new-image {
  cursor: pointer;
}
.new-list .new:hover .new-image .plus-container {
  opacity: 1;
}
.new-list .new .new-image {
  font-size: 0;
  position: relative;
}
.new-list .new .new-image .plus-container {
  padding: 30px;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  z-index: 10;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  display: flex;
  flex-direction: column;
  text-align: center;
  justify-content: center;
  align-items: stretch;
  -webkit-transition: all 400ms ease-out;
  -moz-transition: all 400ms ease-out;
  -ms-transition: all 400ms ease-out;
  -o-transition: all 400ms ease-out;
  transition: all 400ms ease-out;
}
.new-list .new .new-image .plus-container p {
  color: white;
  font-size: 18px;
  text-align: center;
  font-weight: 700;
  margin-bottom: 20px;
}
.new-list .new .new-image .plus-container em {
  display: block;
  margin-top: 0px;
  font-size: 50px;
  color: white;
}
.new-list .new .new-infos {
  padding: 20px 0;
  opacity: 1;
}
.new-list .new .new-infos .new-name {
  opacity: 1;
  -webkit-transition: all 400ms ease-out;
  -moz-transition: all 400ms ease-out;
  -ms-transition: all 400ms ease-out;
  -o-transition: all 400ms ease-out;
  transition: all 400ms ease-out;
  font-family: "Pridi", serif;
  letter-spacing: 2px;
  font-weight: 600;
  text-decoration: none !important;
  font-size: 20px;
  color: #1B1C20;
}
@media (max-width: 767px) {
  .new-list .new .new-infos .new-name {
    font-size: 16px;
  }
}
.new-list .new .new-infos .new-name a {
  font-family: "Pridi", serif;
  letter-spacing: 2px;
  font-weight: 600;
  text-decoration: none !important;
  font-size: inherit;
  color: #1B1C20;
}
.new-list .new .new-infos .new-name:hover {
  color: #383838;
}
.new-list .new .new-infos .new-name:hover a {
  color: inherit;
}
.new-list .new .new-infos .new-desc {
  opacity: 1;
  font-size: 16px;
  margin: 27px 0 27px;
  line-height: 25px;
}
@media (max-width: 767px) {
  .new-list .new .new-infos .new-desc {
    font-size: 14px;
    margin: 14px 0 12px;
    line-height: 20px;
  }
}
.new-list .new .new-infos .fleche {
  display: none;
  opacity: 1;
  float: right;
  margin: 20px 0 0;
  align-self: flex-end;
  -webkit-transition: all 400ms ease-out;
  -moz-transition: all 400ms ease-out;
  -ms-transition: all 400ms ease-out;
  -o-transition: all 400ms ease-out;
  transition: all 400ms ease-out;
}
.new-list .new .new-infos .fleche:hover {
  transform: scale(1.1, 1.1);
}
.new-list .new .new-infos .fleche a {
  color: #1B1C20;
  font-size: 30px;
  text-decoration: none !important;
}
.new-list .flex-news {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  padding: 0 60px;
}
@media (max-width: 992px) {
  .new-list .flex-news {
    padding: 0;
  }
}

.new-detail {
  padding-top: 50px;
}
.new-detail .flex-title .new-image {
  width: 100%;
  margin: auto;
}
.new-detail .flex-title .info-title {
  width: 100%;
  padding-top: 20px;
  text-align: center;
}
.new-detail .flex-title .info-title h1 {
  margin-top: 0;
  padding-top: 0;
  font-size: 60px;
}
@media (max-width: 1200px) {
  .new-detail .flex-title .info-title h1 {
    font-size: 50px;
  }
}
@media (max-width: 992px) {
  .new-detail .flex-title .info-title h1 {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .new-detail .flex-title .info-title h1 {
    font-size: 25px;
  }
}
.new-detail .flex-title .info-title .new-slib {
  font-weight: 700;
  font-size: 20px;
  color: #1B1C20;
  line-height: 32px;
  margin: 34px 0 20px;
}
@media (max-width: 767px) {
  .new-detail .flex-title .info-title .new-slib {
    font-size: 18px;
    line-height: 27px;
  }
}
.new-detail .flex-title .info-title .row-nav {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 21px;
  padding-bottom: 5px;
  border-bottom: 1px solid #cacaca;
  margin-bottom: 52px;
}
@media (max-width: 992px) {
  .new-detail .flex-title .info-title .row-nav {
    flex-direction: column;
    align-items: center;
  }
}
@media (max-width: 767px) {
  .new-detail .flex-title .info-title .row-nav {
    margin-top: 0;
    margin-bottom: 0;
  }
}
.new-detail .flex-title .info-title .row-nav .bloc-social {
  margin-top: 0px;
  position: relative;
  width: 50%;
  padding-bottom: 5px;
  margin-bottom: 0px;
  text-align: right;
}
.new-detail .flex-title .info-title .row-nav .bloc-social p {
  font-size: 14px;
  margin: 0px 0 0px;
  color: #1B1C20;
}
@media (max-width: 767px) {
  .new-detail .flex-title .info-title .row-nav .bloc-social p {
    font-size: 12px;
  }
}
.new-detail .flex-title .info-title .row-nav .bloc-social a {
  margin: 0 2px;
  width: auto;
  height: auto;
}
.new-detail .flex-title .info-title .row-nav .bloc-social a i:before {
  color: #1B1C20 !important;
  font-size: 18px;
}
@media (max-width: 767px) {
  .new-detail .flex-title .info-title .row-nav .bloc-social a i:before {
    font-size: 14px;
  }
}
.new-detail .flex-title .info-title .row-nav .bloc-social:after {
  /*
  content:"";
  width:100px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%,0);
  height: 1px;

  background: $color-black;
  */
}
.new-detail .flex-title .info-title .tag {
  justify-content: flex-start;
  width: 50%;
}
@media (max-width: 992px) {
  .new-detail .flex-title .info-title .tag {
    display: none;
  }
}
.new-detail .flex-title .info-title .tag a {
  font-size: 14px;
  color: #383838;
  font-weight: 400;
  text-decoration: none !important;
  display: inline-block;
  margin: 0px 8px 11px 0;
  line-height: 21px;
  padding: 3px 7px;
  position: relative;
  background: #eaeaea;
}
@media (max-width: 767px) {
  .new-detail .flex-title .info-title .tag a {
    font-size: 12px;
  }
}
.new-detail .flex-title .info-title .tag a:first-child {
  margin-left: 0;
}
.new-detail .flex-title .info-title .tag a:after {
  content: none;
}
.new-detail .flex-title .info-title .tag a:hover:before {
  content: none;
}
.new-detail .new-infos {
  margin-bottom: 70px;
}
.new-detail .new-infos .btn-no-bg {
  margin-right: 40px;
  margin-left: 0;
}
.new-detail .new-infos .new-llib p {
  margin: 0 0 40px;
}
.new-detail .new-infos .new-llib p img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.new-detail .new-infos .new-llib em {
  font-style: italic;
}
.new-detail .new-infos .new-llib h2 {
  position: relative;
  margin-bottom: 50px;
}
.new-detail .new-infos .new-llib h2[style="text-align: center;"]:after {
  content: "";
  width: 200px;
  height: 3px;
  background-color: #1B1C20;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 0);
}
.new-detail .new-infos .new-llib h2[style="text-align: left;"]:after {
  content: "";
  width: 200px;
  height: 3px;
  background-color: #1B1C20;
  position: absolute;
  left: 0;
  bottom: 0;
  transform: translate(0%, 0);
}
.new-detail .new-infos .new-llib h4 {
  font-size: 35px;
  line-height: 36px;
  padding: 20px 0 20px;
  font-weight: 400;
  font-family: "Pridi", serif;
}
.new-detail .new-infos .new-llib ul li, .new-detail .new-infos .new-llib ol li {
  font-size: 18px;
  font-weight: 300;
  line-height: 28px;
  letter-spacing: 1px;
  margin: 10px 0 10px;
  color: #6F6F6F;
  margin-left: 26px;
  text-indent: -26px;
}
.new-detail .new-infos .new-llib ol li {
  text-indent: 0;
}
.new-detail .new-infos .new-llib blockquote p {
  font-size: 25px;
  font-weight: 400;
  padding: 43px;
  position: relative;
  color: #1B1C20;
  line-height: 42px;
}
.new-detail .new-infos .new-llib blockquote p[style="text-align: left;"] {
  position: relative;
}
.new-detail .new-infos .new-llib blockquote p[style="text-align: left;"]:after {
  content: "";
  height: 100%;
  left: 0;
  top: 0;
  background-color: #1B1C20;
  position: absolute;
  width: 3px;
}
.new-detail .new-infos .new-llib blockquote p[style="text-align: center;"] {
  position: relative;
  padding: 127px 0;
}
.new-detail .new-infos .new-llib blockquote p[style="text-align: center;"]:after {
  content: "";
  height: 80px;
  left: 50%;
  transform: translate(-50%, 0);
  top: 0;
  background-color: #1B1C20;
  position: absolute;
  width: 2px;
}
.new-detail .new-infos .new-llib blockquote p[style="text-align: center;"]:before {
  content: "";
  height: 80px;
  left: 50%;
  transform: translate(-50%, 0);
  bottom: 0;
  background-color: #1B1C20;
  position: absolute;
  width: 2px;
}
.new-detail .diapo-container {
  position: relative;
}
.new-detail .diapo-container .grid-item,
.new-detail .diapo-container .grid-sizer {
  width: 49%;
}
.new-detail .bottom-article {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 70px 0 50px;
  border-top: 1px solid #707070;
  padding: 50px 0 0;
}
@media (max-width: 1200px) {
  .new-detail .bottom-article {
    margin: 0 0 23px;
  }
}
@media (max-width: 992px) {
  .new-detail .bottom-article {
    justify-content: flex-start;
  }
}
.new-detail .bottom-article .new {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  -webkit-transition: all 400ms ease-out;
  -moz-transition: all 400ms ease-out;
  -ms-transition: all 400ms ease-out;
  -o-transition: all 400ms ease-out;
  transition: all 400ms ease-out;
  width: 210px;
  margin: 0 20px;
}
@media (max-width: 767px) {
  .new-detail .bottom-article .new {
    width: 42%;
    margin: 10px 10px;
  }
}
.new-detail .bottom-article .new .image-projet {
  overflow: hidden;
}
.new-detail .bottom-article .new .image-projet img {
  display: block;
  width: 100%;
  height: auto;
  -webkit-transition: all 400ms ease-out;
  -moz-transition: all 400ms ease-out;
  -ms-transition: all 400ms ease-out;
  -o-transition: all 400ms ease-out;
  transition: all 400ms ease-out;
}
.new-detail .bottom-article .new .image-projet:hover img {
  -ms-transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}
.new-detail .bottom-article .new .new-infos {
  text-align: center;
}
.new-detail .bottom-article .new .new-infos .new-name {
  margin: 20px 0 10px;
}
@media (max-width: 767px) {
  .new-detail .bottom-article .new .new-infos .new-name {
    margin: 8px 0 8px;
  }
}
.new-detail .bottom-article .new .new-infos .new-name a {
  font-size: 18px;
  text-decoration: none !important;
  color: #1B1C20;
  font-weight: 400;
  letter-spacing: 1px;
  font-family: "Pridi", serif;
}
@media (max-width: 767px) {
  .new-detail .bottom-article .new .new-infos .new-name a {
    font-size: 14px;
  }
}
.new-detail .bottom-article .new .new-infos .fleche {
  display: inline-block;
  text-align: center;
  margin: 0;
}
.new-detail .bottom-article .new .new-infos .fleche a {
  color: #1B1C20;
  text-decoration: none !important;
  position: relative;
  transform: rotate(0deg);
  display: inline-block;
  -webkit-transition: all 400ms ease-out;
  -moz-transition: all 400ms ease-out;
  -ms-transition: all 400ms ease-out;
  -o-transition: all 400ms ease-out;
  transition: all 400ms ease-out;
}
.new-detail .bottom-article .new:hover .fleche a {
  transform: rotate(180deg);
}
.new-detail.flash .row-nav {
  justify-content: center !important;
  border: none !important;
}
.new-detail.flash .row-nav .bloc-social {
  width: 100% !important;
  text-align: center !important;
}

@media (max-width: 767px) {
  .project-detail .tag {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .project-detail .tag a {
    font-size: 14px;
  }
}
@media (max-width: 1200px) {
  .project-detail .container {
    width: 100%;
  }
}
.project-detail .article-image {
  position: relative;
  height: auto;
  max-height: 1000px;
  overflow: hidden;
}
.project-detail .article-image img {
  animation-name: slowly;
  animation-duration: 30s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}
@media (max-width: 1400px) {
  .project-detail .article-image {
    height: auto;
  }
}
.project-detail .youtube_video {
  position: relative;
}
.project-detail .youtube_video iframe, .project-detail .youtube_video object, .project-detail .youtube_video embed {
  position: relative;
  top: auto;
  left: auto;
  width: auto;
  height: auto;
}
.project-detail .content-project .article-infos .article-name {
  text-align: center;
}
.project-detail .content-project .article-infos .info-box {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  margin: 100px 0 100px;
}
@media (max-width: 992px) {
  .project-detail .content-project .article-infos .info-box {
    flex-direction: column;
    margin: 30px 0 30px;
  }
}
@media (max-width: 767px) {
  .project-detail .content-project .article-infos .info-box {
    margin: 0px 0 30px;
  }
}
.project-detail .content-project .article-infos .info-box > div {
  width: 50%;
  padding: 0 70px;
}
@media (max-width: 1200px) {
  .project-detail .content-project .article-infos .info-box > div {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .project-detail .content-project .article-infos .info-box > div {
    width: 100%;
  }
}
.project-detail .content-project .article-infos .info-box > div:first-child {
  border-right: 3px solid #383838;
}
@media (max-width: 992px) {
  .project-detail .content-project .article-infos .info-box > div:first-child {
    border-right: none;
  }
}
@media (max-width: 767px) {
  .project-detail .content-project .article-infos .info-box > div:first-child {
    padding: 0px 0px;
  }
}
.project-detail .content-project .article-infos .info-box > div:last-child {
  padding-right: 0;
}
@media (max-width: 992px) {
  .project-detail .content-project .article-infos .info-box > div:last-child {
    padding: 30px;
  }
}
@media (max-width: 767px) {
  .project-detail .content-project .article-infos .info-box > div:last-child {
    padding: 0px 0px;
  }
}
.project-detail .content-project .article-infos .info-box > div:last-child h4 {
  padding-top: 0;
}
.project-detail .content-project .article-infos .info-box > div:last-child ul {
  list-style-type: none;
  margin-bottom: 0;
}
.project-detail .content-project .article-infos .info-box > div:last-child ul li {
  display: flex;
  margin-bottom: 24px;
  text-indent: 0;
  margin-left: 0;
}
@media (max-width: 767px) {
  .project-detail .content-project .article-infos .info-box > div:last-child ul li {
    font-size: 14px;
    display: block;
    text-indent: 0;
    margin-left: 0;
  }
}
.project-detail .content-project .article-infos .info-box > div:last-child ul li strong {
  display: block;
  min-width: 82px;
  text-align: right;
}
@media (max-width: 992px) {
  .project-detail .content-project .article-infos .info-box > div:last-child ul li strong {
    text-align: left;
  }
}
.project-detail .content-project .article-infos .info-box > div:last-child ul li span {
  display: block;
  margin-left: 20px;
}
@media (max-width: 767px) {
  .project-detail .content-project .article-infos .info-box > div:last-child ul li span {
    margin-left: 0;
  }
}
.project-detail .content-project .article-infos .info-box > div:last-child ul li:last-child {
  margin-bottom: 0;
}
.project-detail .content-project .article-infos .article-llib {
  margin: 70px 0 0px;
}
@media (max-width: 1200px) {
  .project-detail .content-project .article-infos .article-llib {
    padding: 0 100px;
  }
}
@media (max-width: 992px) {
  .project-detail .content-project .article-infos .article-llib {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .project-detail .content-project .article-infos .article-llib {
    padding: 0 0px;
  }
}
.project-detail .content-project .article-infos .article-llib p {
  margin: 0 0 40px;
}
.project-detail .content-project .article-infos .article-llib p img {
  display: block;
  width: 100%;
}
.project-detail .content-project .article-infos .article-llib h2 {
  position: relative;
  margin-bottom: 50px;
}
.project-detail .content-project .article-infos .article-llib h2[style="text-align: center;"]:after {
  content: "";
  width: 200px;
  height: 3px;
  background-color: #1B1C20;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 0);
}
.project-detail .content-project .article-infos .article-llib h2[style="text-align: left;"]:after {
  content: "";
  width: 200px;
  height: 3px;
  background-color: #1B1C20;
  position: absolute;
  left: 0;
  bottom: 0;
  transform: translate(0%, 0);
}
.project-detail .content-project .article-infos .article-llib h4 {
  font-size: 35px;
  line-height: 36px;
  padding: 20px 0 20px;
  font-weight: 400;
  font-family: "Pridi", serif;
}
.project-detail .content-project .article-infos .article-llib ul li, .project-detail .content-project .article-infos .article-llib ol li {
  font-size: 18px;
  font-weight: 300;
  line-height: 28px;
  letter-spacing: 1px;
  margin: 10px 0 10px;
  color: #6F6F6F;
  margin-left: 26px;
  text-indent: -26px;
}
.project-detail .content-project .article-infos .article-llib ol li {
  text-indent: 0;
}
.project-detail .content-project .article-infos .article-llib blockquote p {
  font-size: 25px;
  font-weight: 400;
  padding: 43px;
  position: relative;
  color: #1B1C20;
  line-height: 42px;
}
.project-detail .content-project .article-infos .article-llib blockquote p[style="text-align: left;"] {
  position: relative;
}
.project-detail .content-project .article-infos .article-llib blockquote p[style="text-align: left;"]:after {
  content: "";
  height: 100%;
  left: 0;
  top: 0;
  background-color: #1B1C20;
  position: absolute;
  width: 3px;
}
.project-detail .content-project .article-infos .article-llib blockquote p[style="text-align: center;"] {
  position: relative;
  padding: 127px 0;
}
.project-detail .content-project .article-infos .article-llib blockquote p[style="text-align: center;"]:after {
  content: "";
  height: 80px;
  left: 50%;
  transform: translate(-50%, 0);
  top: 0;
  background-color: #1B1C20;
  position: absolute;
  width: 2px;
}
.project-detail .content-project .article-infos .article-llib blockquote p[style="text-align: center;"]:before {
  content: "";
  height: 80px;
  left: 50%;
  transform: translate(-50%, 0);
  bottom: 0;
  background-color: #1B1C20;
  position: absolute;
  width: 2px;
}
.project-detail .content-project .article-infos .article-llib table tr td {
  margin: 0 0 40px;
  font-size: 18px;
  font-weight: 300;
  line-height: 28px;
  letter-spacing: 1px;
  margin: 10px 0 30px;
  padding: 12px 0;
  color: #383838;
  line-height: 21px;
  vertical-align: middle;
}
.project-detail .content-project .article-infos .video-container {
  display: flex;
  justify-content: center;
}
.project-detail .content-project .article-infos .video-container .youtube_video {
  width: 70%;
}
.project-detail .content-project .article-infos .link-container {
  display: flex;
  flex-direction: column;
  padding-bottom: 50px;
}
@media (max-width: 1200px) {
  .project-detail .content-project .article-infos .link-container {
    padding-bottom: 0px;
  }
}
@media (max-width: 992px) {
  .project-detail .content-project .article-infos .link-container {
    flex-direction: column;
  }
}
.project-detail .content-project .article-infos .link-container .btn-no-bg {
  margin: 0px 20px 20px 0;
}
.project-detail .content-project .article-infos .link-container .btn-no-bg:first-child {
  margin-left: 0;
}
@media (max-width: 767px) {
  .project-detail .content-project .article-infos .link-container .btn-no-bg {
    margin: 14px 0;
  }
}
@media (max-width: 767px) {
  .project-detail .content-project .article-infos .link-container .btn-no-bg:before {
    display: none;
  }
}
.project-detail .content-project .bloc-social {
  margin-top: 30px;
  position: relative;
  padding-bottom: 5px;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .project-detail .content-project .bloc-social {
    margin-top: 10px;
    margin-bottom: 24px;
    padding: 0px 0 1px;
  }
}
.project-detail .content-project .bloc-social p {
  font-size: 16px;
  color: #1B1C20;
  margin: 10px 0 12px;
}
@media (max-width: 767px) {
  .project-detail .content-project .bloc-social p {
    font-size: 14px;
  }
}
.project-detail .content-project .bloc-social a {
  margin: 0 2px;
  width: auto;
  height: auto;
}
.project-detail .content-project .bloc-social a i:before {
  color: #1B1C20 !important;
  font-size: 18px;
}
.project-detail .content-project .bloc-social:after {
  content: "";
  width: 100px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  height: 1px;
  background: #1B1C20;
}

.bottom-article {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0px 0 50px;
  border-top: 1px solid #707070;
  padding: 50px 0 0;
}
@media (max-width: 1200px) {
  .bottom-article {
    margin: 0 0 23px;
  }
}
@media (max-width: 992px) {
  .bottom-article {
    justify-content: flex-start;
  }
}
.bottom-article .article {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  -webkit-transition: all 400ms ease-out;
  -moz-transition: all 400ms ease-out;
  -ms-transition: all 400ms ease-out;
  -o-transition: all 400ms ease-out;
  transition: all 400ms ease-out;
  width: 210px;
  margin: 0 20px;
}
@media (max-width: 767px) {
  .bottom-article .article {
    margin: 10px 10px;
    width: 43%;
  }
}
.bottom-article .article .image-projet {
  overflow: hidden;
}
.bottom-article .article .image-projet img {
  display: block;
  width: 100%;
  height: auto;
  -webkit-transition: all 400ms ease-out;
  -moz-transition: all 400ms ease-out;
  -ms-transition: all 400ms ease-out;
  -o-transition: all 400ms ease-out;
  transition: all 400ms ease-out;
}
.bottom-article .article .image-projet:hover img {
  -ms-transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}
.bottom-article .article .article-infos {
  text-align: center;
}
.bottom-article .article .article-infos .article-name {
  margin: 20px 0 10px;
}
.bottom-article .article .article-infos .article-name a {
  font-size: 18px;
  text-decoration: none !important;
  color: #1B1C20;
  font-weight: 400;
  letter-spacing: 1px;
  font-family: "Pridi", serif;
}
.bottom-article .article .article-infos .fleche {
  display: inline-block;
  text-align: center;
  margin: 0;
}
.bottom-article .article .article-infos .fleche a {
  color: #1B1C20;
  text-decoration: none !important;
  position: relative;
  transform: rotate(0deg);
  display: inline-block;
  -webkit-transition: all 400ms ease-out;
  -moz-transition: all 400ms ease-out;
  -ms-transition: all 400ms ease-out;
  -o-transition: all 400ms ease-out;
  transition: all 400ms ease-out;
}
.bottom-article .article:hover .fleche a {
  transform: rotate(180deg);
}

.project-encart .swiper-nav,
.project-list .swiper-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.project-encart .swiper-nav p,
.project-list .swiper-nav p {
  font-weight: 400;
  color: #1B1C20;
  font-family: "Pridi", serif;
  font-size: 30px;
}
@media (max-width: 767px) {
  .project-encart .swiper-nav p,
.project-list .swiper-nav p {
    font-size: 18px;
    width: 42%;
  }
}
.project-encart .swiper-nav > div > div,
.project-list .swiper-nav > div > div {
  margin: 10px;
  position: relative;
  background-image: none;
  top: auto;
  left: auto;
  right: auto;
  float: right;
}
@media (max-width: 767px) {
  .project-encart .swiper-nav > div > div,
.project-list .swiper-nav > div > div {
    margin: 6px;
  }
}
.project-encart .swiper-nav > div > div:before,
.project-list .swiper-nav > div > div:before {
  font-size: 30px;
}
@media (max-width: 767px) {
  .project-encart .swiper-nav > div > div:before,
.project-list .swiper-nav > div > div:before {
    font-size: 21px;
  }
}
.project-encart .article,
.project-list .article {
  position: relative;
  cursor: pointer;
}
.project-encart .article .article-image,
.project-list .article .article-image {
  position: relative;
  font-size: 0;
}
.project-encart .article .article-image a,
.project-list .article .article-image a {
  display: block;
  font-size: 0;
}
.project-encart .article .info,
.project-list .article .info {
  background-color: white;
  padding: 10px 10px 10px 10px;
  position: absolute;
  max-width: 92%;
  bottom: 0;
  left: -1px;
  -webkit-transition: all 400ms ease-out;
  -moz-transition: all 400ms ease-out;
  -ms-transition: all 400ms ease-out;
  -o-transition: all 400ms ease-out;
  transition: all 400ms ease-out;
}
@media (max-width: 767px) {
  .project-encart .article .info,
.project-list .article .info {
    background: none;
    padding: 10px 0px 10px 1px;
    position: relative;
    bottom: auto;
    left: auto;
  }
}
.project-encart .article .info h3,
.project-list .article .info h3 {
  line-height: 17px;
  padding: 0;
  margin: 0;
}
@media (max-width: 767px) {
  .project-encart .article .info h3,
.project-list .article .info h3 {
    line-height: 12px;
  }
}
.project-encart .article .info a,
.project-list .article .info a {
  color: #1B1C20;
  font-weight: 600;
  font-family: "Pridi", serif;
  font-size: 20px;
  text-decoration: none !important;
  letter-spacing: 2px;
}
@media (max-width: 767px) {
  .project-encart .article .info a,
.project-list .article .info a {
    font-size: 12px;
  }
}
.project-encart .article .article-infos,
.project-list .article .article-infos {
  padding: 30px;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  z-index: 10;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  -webkit-transition: all 400ms ease-out;
  -moz-transition: all 400ms ease-out;
  -ms-transition: all 400ms ease-out;
  -o-transition: all 400ms ease-out;
  transition: all 400ms ease-out;
}
@media (max-width: 767px) {
  .project-encart .article .article-infos,
.project-list .article .article-infos {
    display: none;
  }
}
.project-encart .article .article-infos .article-name,
.project-list .article .article-infos .article-name {
  opacity: 0;
  -webkit-transition: all 400ms ease-out;
  -moz-transition: all 400ms ease-out;
  -ms-transition: all 400ms ease-out;
  -o-transition: all 400ms ease-out;
  transition: all 400ms ease-out;
  transition-delay: 0.2s;
  color: white !important;
}
.project-encart .article .article-infos .article-name h3,
.project-list .article .article-infos .article-name h3 {
  line-height: 23px;
  padding: 0;
  margin: 0;
}
.project-encart .article .article-infos .article-name a,
.project-list .article .article-infos .article-name a {
  font-family: "Pridi", serif;
  letter-spacing: 2px;
  font-weight: 600;
  text-decoration: none !important;
  font-size: 25px;
  color: white !important;
  padding: 0;
}
@media (max-width: 992px) {
  .project-encart .article .article-infos .article-name a,
.project-list .article .article-infos .article-name a {
    font-size: 18px;
  }
}
.project-encart .article .article-infos .article-desc,
.project-list .article .article-infos .article-desc {
  opacity: 0;
  font-size: 14px;
  color: white;
  margin: 20px 0 27px;
  line-height: 20px;
  color: white;
  -webkit-transition: all 400ms ease-out;
  -moz-transition: all 400ms ease-out;
  -ms-transition: all 400ms ease-out;
  -o-transition: all 400ms ease-out;
  transition: all 400ms ease-out;
  transition-delay: 0.3s;
}
.project-encart .article .article-infos .tag,
.project-list .article .article-infos .tag {
  -webkit-transition: all 400ms ease-out;
  -moz-transition: all 400ms ease-out;
  -ms-transition: all 400ms ease-out;
  -o-transition: all 400ms ease-out;
  transition: all 400ms ease-out;
  opacity: 0;
  transition-delay: 0.4s;
  text-align: left;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.project-encart .article .article-infos .tag p,
.project-list .article .article-infos .tag p {
  color: white;
  font-weight: 600;
  display: block;
  line-height: 18px;
  font-size: 16px;
  letter-spacing: 1px;
  position: relative;
  text-decoration: none !important;
  padding: 5px 0px;
  margin: 1px 5px 0 0;
}
@media (max-width: 992px) {
  .project-encart .article .article-infos .tag p,
.project-list .article .article-infos .tag p {
    font-size: 12px;
  }
}
.project-encart .article .article-infos .tag p:after,
.project-list .article .article-infos .tag p:after {
  content: ",";
  position: relative;
}
.project-encart .article .article-infos .tag p:last-child:after,
.project-list .article .article-infos .tag p:last-child:after {
  content: none;
}
.project-encart .article .article-infos .fleche,
.project-list .article .article-infos .fleche {
  opacity: 0;
  float: right;
  margin: 20px 0 0;
  align-self: flex-end;
  -webkit-transition: all 400ms ease-out;
  -moz-transition: all 400ms ease-out;
  -ms-transition: all 400ms ease-out;
  -o-transition: all 400ms ease-out;
  transition: all 400ms ease-out;
  transition-delay: 0.5s;
}
.project-encart .article .article-infos .fleche:hover,
.project-list .article .article-infos .fleche:hover {
  transform: scale(1.1, 1.1);
}
.project-encart .article .article-infos .fleche a,
.project-list .article .article-infos .fleche a {
  color: white !important;
  font-size: 30px;
  text-decoration: none !important;
}
.project-encart .article:hover .info,
.project-list .article:hover .info {
  opacity: 0;
}
@media (max-width: 767px) {
  .project-encart .article:hover .info,
.project-list .article:hover .info {
    opacity: 1;
  }
}
.project-encart .article:hover .article-infos,
.project-list .article:hover .article-infos {
  opacity: 1;
}
.project-encart .article:hover .article-infos .article-name,
.project-list .article:hover .article-infos .article-name {
  opacity: 1;
}
.project-encart .article:hover .article-infos .article-desc,
.project-list .article:hover .article-infos .article-desc {
  opacity: 1;
}
.project-encart .article:hover .article-infos .tag,
.project-list .article:hover .article-infos .tag {
  opacity: 1;
}
.project-encart .article:hover .article-infos .fleche,
.project-list .article:hover .article-infos .fleche {
  opacity: 1;
}

.project-list {
  padding-bottom: 30px;
}
@media (max-width: 767px) {
  .project-list {
    padding-bottom: 20px;
  }
}
.project-list .row {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.project-list .row .article {
  position: relative;
  width: 30%;
  margin: 20px;
}
@media (max-width: 1400px) {
  .project-list .row .article {
    width: 29%;
  }
}
@media (max-width: 1200px) {
  .project-list .row .article {
    width: 44%;
  }
}
@media (max-width: 767px) {
  .project-list .row .article {
    width: 43%;
    margin: 10px;
  }
}

.project-encart.home {
  padding-right: 200px;
}
@media (max-width: 992px) {
  .project-encart.home {
    padding-right: 0;
  }
}
.project-encart.home .swiper-nav {
  padding-bottom: 20px;
  justify-content: flex-end;
}
.project-encart.home .swiper-nav > div > div:first-child {
  margin-right: 0;
}
.project-encart.home .article {
  width: 20%;
}
.project-encart.home .article .article-name {
  font-size: 20px;
}
@media (max-width: 767px) {
  .project-encart.home .article .article-name {
    font-size: 16px;
  }
}
.project-encart.home .article .article-name a {
  font-size: 20px;
}
@media (max-width: 767px) {
  .project-encart.home .article .article-name a {
    font-size: 16px;
  }
}
.project-encart.home .article .tag {
  line-height: normal;
}
.project-encart.home .article .tag p {
  padding: 0;
  font-size: 14px;
}

.all-link-container {
  padding-top: 71px;
  padding-left: 20px;
}
@media (max-width: 992px) {
  .all-link-container {
    padding-top: 0;
    padding-left: 0;
    margin-bottom: -67px;
  }
}
@media (max-width: 767px) {
  .all-link-container {
    margin-bottom: -32px;
    position: relative;
    z-index: 20;
    width: 75%;
  }
}
.all-link-container .all-link {
  transform: rotate(-90deg);
  width: 308px;
  height: 254px;
}
@media (max-width: 1400px) {
  .all-link-container .all-link {
    width: 283px;
    margin: 0;
    height: 287px;
  }
}
@media (max-width: 992px) {
  .all-link-container .all-link {
    transform: rotate(0deg);
    height: auto;
  }
}
.all-link-container .all-link a {
  text-decoration: none !important;
  color: #1B1C20;
  font-weight: 600;
  font-size: 23px;
}
@media (max-width: 767px) {
  .all-link-container .all-link a {
    font-size: 15px;
  }
}
.all-link-container .all-link a:before {
  margin-right: 10px;
}

.tag {
  text-align: center;
  line-height: 32px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
}
@media (max-width: 992px) {
  .tag {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .tag {
    line-height: 40px;
    margin-bottom: 20px;
  }
}
.tag a {
  font-size: 18px;
  color: #383838;
  font-weight: 700;
  text-decoration: none !important;
  display: block;
  margin: 20px 0;
  padding: 0px 15px;
  position: relative;
}
@media (max-width: 767px) {
  .tag a {
    margin: 0;
    line-height: 25px;
    font-size: 16px;
    padding: 3px 12px;
  }
}
.tag a:first-child.active {
  border-left: 1px solid #1B1C20;
}
.tag a:last-child.active {
  border-right: 1px solid #1B1C20;
}
.tag a.active {
  border-top: 1px solid #1B1C20;
  border-bottom: 1px solid #1B1C20;
}
.tag a.active:hover:before {
  content: none;
}
.tag a:hover:before {
  opacity: 1;
  bottom: 0;
}
.tag a:before {
  content: "";
  width: 100%;
  height: 1px;
  background: #1B1C20;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  bottom: 20px;
  opacity: 0;
  -webkit-transition: all 400ms ease-out;
  -moz-transition: all 400ms ease-out;
  -ms-transition: all 400ms ease-out;
  -o-transition: all 400ms ease-out;
  transition: all 400ms ease-out;
}
.tag a:after {
  content: "";
  height: 100%;
  width: 1px;
  background: #1B1C20;
  position: absolute;
  right: 0;
  top: 0;
}
@media (max-width: 767px) {
  .tag a:after {
    height: 80%;
    width: 1px;
    top: 50%;
    transform: translate(0, -50%);
  }
}
.tag a:last-child:after {
  content: none;
}

.attr {
  font-size: 20px;
  color: #1B1C20;
  position: relative;
  display: inline-block;
  text-transform: uppercase;
  padding: 0 50px;
}
.attr:before {
  background-color: #1B1C20;
  content: "";
  position: absolute;
  left: -20px;
  top: 50%;
  transform: translate(0, -50%);
  width: 50px;
  height: 2px;
}
.attr:after {
  background-color: #1B1C20;
  content: "";
  position: absolute;
  right: -20px;
  top: 50%;
  transform: translate(0, -50%);
  width: 50px;
  height: 2px;
}

.diapo-home {
  position: relative;
}
.diapo-home .flash-encart {
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: white;
  padding: 40px 40px 40px 40px;
  z-index: 20;
  max-width: 400px;
}
@media (max-width: 767px) {
  .diapo-home .flash-encart {
    position: relative;
    bottom: auto;
    right: auto;
    max-width: none;
    width: 100%;
    padding: 20px 30px 20px 30px;
  }
}
.diapo-home .flash-encart p {
  font-size: 14px;
  line-height: 21px;
  margin-top: 30px;
}
@media (max-width: 767px) {
  .diapo-home .flash-encart p {
    margin: 0;
  }
}
.diapo-home .flash-encart .new-name {
  font-weight: 700;
  font-size: 25px;
  font-family: "Kumbh Sans", sans-serif;
}
@media (max-width: 992px) {
  .diapo-home .flash-encart .new-name {
    font-size: 18px;
    line-height: 22px;
    margin: 10px 0 10px;
  }
}
@media (max-width: 767px) {
  .diapo-home .flash-encart .new-name {
    font-size: 16px;
    line-height: 21px;
  }
}
.diapo-home .flash-encart .new-name a {
  color: #1B1C20;
  text-decoration: none !important;
}
.diapo-home .flash-encart .fleche a {
  text-decoration: none !important;
  font-size: 30px;
  display: inline-block;
  float: right;
  color: #1B1C20;
}

.new-detail.flash .bloc-social {
  margin-top: 30px;
  position: relative;
  padding-bottom: 5px;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .new-detail.flash .bloc-social {
    margin-top: 10px;
    margin-bottom: 24px;
    padding: 0px 0 1px;
  }
}
.new-detail.flash .bloc-social p {
  font-size: 16px;
  color: #1B1C20;
  margin: 10px 0 12px;
}
@media (max-width: 767px) {
  .new-detail.flash .bloc-social p {
    font-size: 14px;
  }
}
.new-detail.flash .bloc-social a {
  margin: 0 2px;
  width: auto;
  height: auto;
}
.new-detail.flash .bloc-social a i:before {
  color: #1B1C20 !important;
  font-size: 18px;
}
.new-detail.flash .bloc-social:after {
  content: "";
  width: 100px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  height: 1px;
  background: #1B1C20;
}
.new-detail.flash .new-slib {
  margin-top: 50px !important;
}
.new-detail.flash .new-infos .btn-no-bg {
  margin-right: 40px;
  margin-left: 0;
  font-size: 18px;
  position: relative;
  text-decoration: none !important;
  font-weight: 700;
  display: inline-block;
  margin: 20px;
  line-height: 30px;
}

/*.job{

  padding: 70px 15px 0;
    @include respond-to('medium'){
      padding: 30px 70px 0;
    }
  @include respond-to('small'){
    padding:20px 15px 0;
  }
  p{

  }
  .h1{

    padding-top: 0;
  }
  h5{
    font-size: 23px;
    @include respond-to('small'){
      font-size: 16px;
    }
  }
  .job-list{
    padding-right: 50px;
    @include respond-to('medium'){
      padding-right: 0;
      margin-bottom: 50px;
    }
  }
  .jobelement{
    position: relative;
    padding: 10px 0;
    &:after{
      content:"";
      height: 1px;
      width: 100%;
      position: absolute;
      left: 0;
      bottom: 0;
      background: #5d5a5a;
    }
    p{
      padding: 0;
      margin: 0;

    }
    a{
      text-decoration: none!important;
      font-weight: 700;
      color: $color-white;
      span{
        margin-left: 20px;

      }
    }
  }
}
*/
.form-job {
  margin-top: 52px;
}

.jobelement {
  display: block;
  margin: 5px 0 10px;
}
.jobelement p {
  margin: 0;
}
.jobelement a {
  text-decoration: none !important;
}
.jobelement a span {
  margin-left: 5px;
}

.fancybox-content {
  max-width: 80% !important;
  margin-top: 30px !important;
}

.homepage {
  display: flex;
  flex-direction: column;
}
.homepage .diapo-home {
  order: 1;
}
.homepage .intro-home {
  order: 2;
}
.homepage .services-home {
  order: 4;
}
.homepage .projet-container {
  order: 3;
}
.homepage .new-container {
  order: 5;
}
.homepage .about-container {
  order: 6;
}
.homepage .swiper-diapo {
  position: relative;
  height: 100vh;
  overflow: hidden;
}
@media (max-width: 1400px) {
  .homepage .swiper-diapo {
    height: 629px;
  }
}
@media (max-width: 992px) {
  .homepage .swiper-diapo {
    height: auto;
  }
}
.homepage .swiper-diapo .swiper-nav {
  position: absolute;
  bottom: 30px;
  left: 50px;
  z-index: 500;
}
.homepage .swiper-diapo .swiper-nav > div {
  display: inline-block;
  vertical-align: center;
  font-size: 40px;
  margin: 0 10px;
  cursor: pointer;
}
.homepage .swiper-diapo .swiper-nav > div:before {
  color: white;
}
.homepage .services-link {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  padding-left: 80px;
}
@media (max-width: 1200px) {
  .homepage .services-link {
    padding-left: 30px;
  }
}
@media (max-width: 767px) {
  .homepage .services-link {
    padding: 0px 42px;
    flex-direction: column;
  }
}
.homepage .services-link .link {
  width: 50%;
  padding: 20px 20px;
}
@media (max-width: 1200px) {
  .homepage .services-link .link {
    padding: 10px 20px;
  }
}
@media (max-width: 767px) {
  .homepage .services-link .link {
    padding: 10px 10px;
    width: 100%;
  }
}
.homepage .services-link .link h2 {
  font-weight: 700;
  font-size: 25px;
  padding: 0;
  position: relative;
  display: inline-block;
  -webkit-transition: all 400ms ease-out;
  -moz-transition: all 400ms ease-out;
  -ms-transition: all 400ms ease-out;
  -o-transition: all 400ms ease-out;
  transition: all 400ms ease-out;
}
@media (max-width: 1400px) {
  .homepage .services-link .link h2 {
    font-size: 23px;
  }
}
@media (max-width: 1200px) {
  .homepage .services-link .link h2 {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .homepage .services-link .link h2 {
    font-size: 17px;
    line-height: 26px;
    margin: 21px 0 0;
    font-weight: 400;
  }
}
.homepage .services-link .link h2:before {
  content: "";
  position: absolute;
  right: -40px;
  top: 50%;
  transform: translate(0, -50%) rotate(0);
  transform-origin: right center;
  background-color: #1B1C20;
  height: 3px;
  width: 30px;
  -webkit-transition: all 400ms ease-out;
  -moz-transition: all 400ms ease-out;
  -ms-transition: all 400ms ease-out;
  -o-transition: all 400ms ease-out;
  transition: all 400ms ease-out;
}
@media (max-width: 767px) {
  .homepage .services-link .link h2:before {
    transform: translate(5px, -2px) rotate(-45deg);
    width: 14px;
    height: 2px;
    right: -20px;
  }
}
.homepage .services-link .link h2:after {
  content: "";
  position: absolute;
  right: -40px;
  top: 50%;
  transform: translate(0, -50%) rotate(0);
  transform-origin: right center;
  background-color: #1B1C20;
  height: 3px;
  width: 30px;
  -webkit-transition: all 400ms ease-out;
  -moz-transition: all 400ms ease-out;
  -ms-transition: all 400ms ease-out;
  -o-transition: all 400ms ease-out;
  transition: all 400ms ease-out;
}
@media (max-width: 767px) {
  .homepage .services-link .link h2:after {
    transform: translate(3px, -2px) rotate(45deg);
    width: 14px;
    height: 2px;
    right: -22px;
  }
}
.homepage .services-link .link h2 a {
  text-decoration: none !important;
  color: #1B1C20;
  -webkit-transition: all 400ms ease-out;
  -moz-transition: all 400ms ease-out;
  -ms-transition: all 400ms ease-out;
  -o-transition: all 400ms ease-out;
  transition: all 400ms ease-out;
}
.homepage .services-link .link h2 a:hover {
  color: #6F6F6F;
}
.homepage .services-link .link p {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .homepage .services-link .link p {
    font-size: 16px;
    line-height: 28px;
  }
}
.homepage .services-link .link:hover h2 {
  margin-left: 20px;
}
@media (max-width: 1200px) {
  .homepage .services-link .link:hover h2 {
    margin-left: 0;
  }
}
.homepage .services-link .link:hover h2:before {
  transform: translate(2px, -2px) rotate(-45deg);
  width: 20px;
  height: 4px;
  right: -42px;
}
@media (max-width: 767px) {
  .homepage .services-link .link:hover h2:before {
    transform: translate(5px, -2px) rotate(-45deg);
    width: 14px;
    height: 2px;
    right: -42px;
  }
}
.homepage .services-link .link:hover h2:after {
  transform: translate(2px, 1px) rotate(45deg);
  width: 20px;
  height: 4px;
  right: -42px;
}
@media (max-width: 767px) {
  .homepage .services-link .link:hover h2:after {
    transform: translate(3px, -2px) rotate(45deg);
    width: 14px;
    height: 2px;
    right: -42px;
  }
}
.homepage p.h1 {
  margin-top: 0;
  padding-top: 12px;
}
@media (max-width: 767px) {
  .homepage p.h1 {
    padding: 12px 0 12px;
    padding-top: 0;
  }
}
.homepage .projet-container {
  padding-top: 70px;
}
@media (max-width: 992px) {
  .homepage .projet-container {
    padding-top: 30px;
  }
}
@media (max-width: 992px) {
  .homepage .projet-container > .container-fluid {
    padding-left: 85px;
    padding-right: 85px;
  }
}
@media (max-width: 767px) {
  .homepage .projet-container > .container-fluid {
    padding-left: 48px;
    padding-right: 48px;
  }
}
.homepage .projet-container .h1 {
  padding-bottom: 0;
  margin-bottom: 0;
}
.homepage .new-container {
  padding-top: 70px;
}
@media (max-width: 767px) {
  .homepage .new-container {
    padding-top: 34px;
  }
}
@media (max-width: 767px) {
  .homepage .new-container > .container .row {
    display: flex;
    flex-direction: column-reverse;
  }
}
.homepage .new-container .all-link-container {
  padding-top: 0px;
}
.homepage .new-container .all-link-container .all-link {
  width: 280px;
  height: 246px;
  margin: 77px 0;
}
@media (max-width: 992px) {
  .homepage .new-container .all-link-container .all-link {
    text-align: center;
    width: 100%;
    padding-top: 50px;
    height: auto;
    margin: 0;
  }
}
@media (max-width: 767px) {
  .homepage .new-container .all-link-container .all-link {
    text-align: left;
    padding-left: 15px;
    padding-top: 0;
  }
}
@media (max-width: 767px) {
  .homepage .about-container > div > div > div {
    padding: 0;
  }
}
.homepage .about-container p.h1 {
  padding-top: 120px;
}
@media (max-width: 767px) {
  .homepage .about-container p.h1 {
    margin-top: 31px;
    padding: 46px 0 6px;
  }
}
.homepage .about-container .value {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
}
@media (max-width: 767px) {
  .homepage .about-container .value {
    padding: 0;
  }
}
.homepage .about-container .value > p {
  font-family: "Pridi", serif;
  color: #1B1C20;
  position: relative;
  padding: 0 40px;
  font-weight: 500;
  font-size: 23px;
  width: 33.33%;
  word-break: break-word;
}
@media (max-width: 767px) {
  .homepage .about-container .value > p {
    padding: 0 10px;
    font-size: 12px;
  }
}
.homepage .about-container .value > p:after {
  content: "";
  height: 100%;
  width: 2px;
  background-color: #1B1C20;
  position: absolute;
  right: 0;
  top: 0;
}
.homepage .about-container .value > p:last-child:after {
  content: none;
}

.error-404 {
  padding: 70px 0 70px;
}
.error-404 p {
  font-size: 25px;
  font-weight: 700;
  line-height: 49px;
}
.error-404 p a {
  color: cadetblue;
}

body {
  font-family: "Kumbh Sans", sans-serif;
  color: #1B1C20;
  position: relative;
  background: url("/public/images/layout/bg-dessin.jpg") fixed center right no-repeat;
}
body .title {
  margin-top: 50px;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  body .title {
    margin-top: 11px;
  }
}
@media (max-width: 992px) {
  body .flex-order-mobile {
    display: flex;
    flex-direction: column;
  }
}
body .flex-order-mobile > div:nth-child(2) {
  order: 3;
}

.fancybox-image {
  width: auto !important;
}

#content {
  position: relative;
  overflow: hidden;
}
#content:after {
  content: "";
  height: 707px;
  width: 100%;
  background: black;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.2763480392) 0%, rgba(0, 0, 0, 0) 100%);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
@media (max-width: 1200px) {
  #content:after {
    height: 123px;
  }
}
@media (max-width: 992px) {
  #content:after {
    height: 190px;
  }
}
#content.no-bg:after {
  display: none;
}

.sep-before {
  position: relative;
  padding-top: 120px;
  margin-top: 10px;
}
@media (max-width: 1200px) {
  .sep-before {
    padding-top: 75px;
  }
}
@media (max-width: 767px) {
  .sep-before {
    padding-top: 40px;
  }
}
.sep-before:before {
  content: "";
  width: 1px;
  height: 100px;
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translate(-50%, 0);
  background: #1B1C20;
}
@media (max-width: 1200px) {
  .sep-before:before {
    height: 60px;
  }
}
@media (max-width: 767px) {
  .sep-before:before {
    height: 32px;
  }
}

.bg-gris {
  background: #f5f5f5;
}

.border {
  padding: 30px;
  border: 1px solid #000;
}

.seperator-right {
  position: relative;
  padding-right: 15px;
}
.seperator-right:before {
  background: white;
  height: 100%;
  width: 1px;
  position: absolute;
  right: 0;
  top: 0;
  content: "";
}

.btn-fixe {
  z-index: 2000;
  position: fixed;
  right: -116px;
  top: 200px;
  display: flex;
  text-decoration: none !important;
  align-items: center;
  background: white;
  padding: 11px 16px 11px;
  -webkit-transition: all 600ms ease-out;
  -moz-transition: all 600ms ease-out;
  -ms-transition: all 600ms ease-out;
  -o-transition: all 600ms ease-out;
  transition: all 600ms ease-out;
}
.btn-fixe.actu {
  right: -175px;
}
@media (max-width: 767px) {
  .btn-fixe.actu {
    right: -172px;
  }
}
.btn-fixe.projet {
  right: -116px;
}
@media (max-width: 767px) {
  .btn-fixe.projet {
    right: -111px;
  }
}
@media (max-width: 767px) {
  .btn-fixe {
    top: 100px;
    padding: 8px 9px 8px;
  }
}
.btn-fixe img {
  margin-right: 10px;
  width: 30px;
}
@media (max-width: 767px) {
  .btn-fixe img {
    width: 20px;
  }
}
.btn-fixe span.hover {
  text-transform: uppercase;
  font-weight: 700;
  opacity: 0;
  font-size: 14px;
  -webkit-transition: all 800ms ease-out;
  -moz-transition: all 800ms ease-out;
  -ms-transition: all 800ms ease-out;
  -o-transition: all 800ms ease-out;
  transition: all 800ms ease-out;
  transition-delay: 0.5s;
}
.btn-fixe span.art {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
}
.btn-fixe:hover {
  right: 0;
}
.btn-fixe:hover span.hover {
  opacity: 1;
}

.btn-no-bg {
  color: #1B1C20;
  font-size: 18px;
  position: relative;
  text-decoration: none !important;
  font-weight: 700;
  display: inline-block;
  margin: 20px;
  line-height: 30px;
  /*
  &:after{
      content: "\f104";
      font-family: "Flaticon";
      position: absolute;
      font-size: 25px;
      right: -34px;
      top: 50%;
      transform: translate(0,-50%);
      color: $color-black;
  }*/
}
@media (max-width: 767px) {
  .btn-no-bg {
    font-size: 16px;
    word-break: break-all;
  }
}

.btn-noir {
  font-size: 16px;
  background: #1B1C20 !important;
  padding: 20px 60px;
  text-align: center;
  display: inline-block;
  margin: 10px 0px;
  font-weight: 700;
  color: white !important;
  border-radius: 50px;
  text-decoration: none !important;
  /* Rectangle In */
  border: #1B1C20 1px solid;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  background: white !important;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  text-transform: uppercase;
  line-height: 30px;
}
.btn-noir elseif {
  padding-right: 30px;
}
.btn-noir elseif:after {
  display: none;
}
.btn-noir:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 50px;
  background: #1B1C20 !important;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.btn-noir:hover, .btn-noir:focus, .btn-noir:active {
  color: #1B1C20 !important;
}
.btn-noir:hover:before, .btn-noir:focus:before, .btn-noir:active:before {
  -webkit-transform: scale(0);
  transform: scale(0);
}
@media (max-width: 767px) {
  .btn-noir {
    padding: 7px 30px;
    font-size: 14px;
  }
}

.btn-blanc {
  font-size: 16px;
  background: white !important;
  padding: 20px 60px;
  text-align: center;
  display: inline-block;
  margin: 10px 0px;
  font-weight: 700;
  color: #1B1C20 !important;
  border-radius: 50px;
  text-decoration: none !important;
  /* Rectangle In */
  border: white 1px solid;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  background: #1B1C20 !important;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  text-transform: uppercase;
  line-height: 30px;
}
.btn-blanc elseif {
  padding-right: 30px;
}
.btn-blanc elseif:after {
  display: none;
}
.btn-blanc:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 50px;
  background: white !important;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.btn-blanc:hover, .btn-blanc:focus, .btn-blanc:active {
  color: white !important;
}
.btn-blanc:hover:before, .btn-blanc:focus:before, .btn-blanc:active:before {
  -webkit-transform: scale(0);
  transform: scale(0);
}
@media (max-width: 767px) {
  .btn-blanc {
    padding: 7px 30px;
    font-size: 14px;
  }
}

.button_back {
  margin-top: 40px;
  text-align: center;
  display: none;
  line-height: 30px;
}
.btn-green {
  font-size: 16px;
  background: #383838 !important;
  padding: 20px 60px;
  text-align: center;
  display: inline-block;
  margin: 10px 0px;
  font-weight: 700;
  color: #1B1C20 !important;
  border-radius: 50px;
  text-decoration: none !important;
  /* Rectangle In */
  border: #383838 1px solid;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  background: #1B1C20 !important;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.btn-green elseif {
  padding-right: 30px;
}
.btn-green elseif:after {
  display: none;
}
.btn-green:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 50px;
  background: #383838 !important;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.btn-green:hover, .btn-green:focus, .btn-green:active {
  color: #383838 !important;
}
.btn-green:hover:before, .btn-green:focus:before, .btn-green:active:before {
  -webkit-transform: scale(0);
  transform: scale(0);
}
@media (max-width: 767px) {
  .btn-green {
    padding: 7px 30px;
    font-size: 14px;
  }
}

#captcha-input-label, .form-container #captcha-element {
  float: none;
  width: 100% !important;
  text-align: center !important;
  font-size: 11px;
  text-align: right;
}
@media (max-width: 992px) {
  #captcha-input-label, .form-container #captcha-element {
    width: 58% !important;
    text-align: center !important;
    font-size: 11px;
    text-align: right;
    margin: auto;
  }
}

#captcha-input-label, #captcha-element {
  width: 260px !important;
  text-align: left !important;
}

.mobile-nav {
  position: fixed;
  bottom: 100px;
  right: 15px;
  display: none;
  z-index: 2000;
}
@media (max-width: 992px) {
  .mobile-nav {
    display: none;
  }
}
.mobile-nav > a {
  display: block;
  width: 40px;
  height: 40px;
  text-decoration: none !important;
  background: #ccc;
}
.mobile-nav > a:hover {
  text-decoration: none !important;
}
.mobile-nav > a#up {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.mobile-nav > a#up:before {
  content: "";
  font-family: Flaticon;
  font-size: 30px;
  transform: rotate(90deg);
  color: #383838;
  position: relative;
}
.mobile-nav > a#down {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.mobile-nav > a#down:before {
  content: "";
  font-family: Flaticon;
  font-size: 30px;
  position: relative;
  transform: rotate(-90deg);
  color: #383838;
}

.scroll {
  position: absolute;
  left: 50%;
  bottom: 90px;
  transform: translate(-50%, 0);
  z-index: 20;
  display: block;
  color: white;
  text-align: center;
}
@media (max-width: 992px) {
  .scroll {
    display: none;
  }
}
.scroll p {
  color: white;
}
.scroll em:before {
  font-size: 30px;
  animation-name: showUp;
  animation-duration: 1500ms;
  animation-iteration-count: infinite;
}

.diapo-container {
  position: relative;
}
.diapo-container.crop {
  max-height: 840px;
  overflow: hidden;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.diapo-container.crop:after {
  background: white;
  background: linear-gradient(0deg, white 0%, rgba(255, 255, 255, 0.0466561625) 100%);
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 290px;
  z-index: 20;
  content: "";
}
@media (max-width: 767px) {
  .diapo-container.crop {
    max-height: 500px;
  }
}
.diapo-container.more {
  max-height: none;
}
.diapo-container.more:after {
  content: none;
}
.diapo-container .grid {
  margin: 0 auto;
}
@media (max-width: 992px) {
  .diapo-container .grid {
    width: 800px;
  }
}
@media (max-width: 767px) {
  .diapo-container .grid {
    width: 350px;
  }
}
.diapo-container .grid-item,
.diapo-container .grid-sizer {
  width: 32.3%;
}
@media (max-width: 992px) {
  .diapo-container .grid-item,
.diapo-container .grid-sizer {
    width: 49%;
  }
}
@media (max-width: 767px) {
  .diapo-container .grid-item,
.diapo-container .grid-sizer {
    width: 48%;
  }
}
.diapo-container .grid-item {
  border: 1px solid #ccc;
  margin-bottom: 10px;
  font-size: 0px;
}
.diapo-container .grid-item .legende {
  position: absolute;
  z-index: 10;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  text-align: center;
  background: rgba(0, 0, 0, 0.5);
  color: #ffffff;
  line-height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px;
}
.diapo-container .grid-item .legende p {
  font-size: 14px;
  color: white;
}
.diapo-container .grid-item a {
  display: inline-block;
  /* min-height: 200px; */
  overflow: hidden;
  -webkit-transition: all 400ms ease-out;
  -moz-transition: all 400ms ease-out;
  -ms-transition: all 400ms ease-out;
  -o-transition: all 400ms ease-out;
  transition: all 400ms ease-out;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.diapo-container .grid-item a img {
  display: block;
  width: 100%;
  height: auto;
  -webkit-transition: all 400ms ease-out;
  -moz-transition: all 400ms ease-out;
  -ms-transition: all 400ms ease-out;
  -o-transition: all 400ms ease-out;
  transition: all 400ms ease-out;
}
.diapo-container .grid-item a:hover img {
  -ms-transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}

#moreDesc {
  text-align: center;
  font-weight: 600;
  font-size: 20px;
  padding: 30px 0;
  display: block;
  text-decoration: none !important;
}
@media (max-width: 767px) {
  #moreDesc {
    font-size: 14px;
    padding: 8px 0;
  }
}

.youtube_video {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  margin: 0 0 50px;
}
.youtube_video iframe, .youtube_video object, .youtube_video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.form-container input.form-control,
.form-container textarea {
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  color: white;
  border-bottom: 1px solid white;
  padding-top: 23px;
  padding-left: 0;
  padding-bottom: 15px;
  box-shadow: none;
}
.form-container input.form-control[type=file],
.form-container textarea[type=file] {
  padding-bottom: 35px;
}
.form-container input.form-control:focus,
.form-container textarea:focus {
  box-shadow: none;
}
.form-container input.form-control::placeholder,
.form-container textarea::placeholder {
  color: white;
  font-family: "Kumbh Sans", sans-serif;
  font-size: 14px;
}
.form-container .selecter .help-inline {
  position: absolute;
  top: 38px;
  right: 14px;
}
.form-container .selecter .help-inline::after {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -3px;
  right: 0.75em;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-top-color: #444;
  border-width: 6px;
  border-style: solid;
  pointer-events: none;
}
.form-container .formjobs .selecter .help-inline {
  top: 50px;
}
.form-container select {
  margin-top: 35px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0px;
  background-color: transparent;
  border: 1px solid white;
  padding: 0 15px 0 10px;
  font-size: 14px;
  position: relative;
  /*&:before{
    content: "";
    width: 0.8em;
    height: 0.5em;
    background-color: var(--select-arrow);
    clip-path: polygon(100% 0%, 0 0%, 50% 100%);


  }*/
}
.form-container select optgroup option.option {
  font-size: 14px;
}
.form-container select optgroup option.option::placeholder {
  font-size: 14px;
}
.form-container .control-label {
  display: none;
}
.form-container .checkbox .control-label {
  display: block;
  padding-left: 0;
  font-family: "Kumbh Sans", sans-serif;
}
.form-container .flex-align {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .form-container .flex-align {
    flex-direction: column;
    align-items: center;
  }
}
.form-container .submit {
  text-align: right;
  margin-top: 20px;
}
.form-container .submit button {
  float: right;
}
.form-container.contact {
  padding-bottom: 70px;
}
.form-container.contact input.form-control,
.form-container.contact textarea {
  color: #1B1C20;
  border-bottom: 1px solid #1B1C20;
}
.form-container.contact input.form-control::placeholder,
.form-container.contact textarea::placeholder {
  color: #1B1C20;
}
.form-container.contact select {
  border: 1px solid #1B1C20;
}
.form-container.contact .protectvp a {
  color: #1B1C20 !important;
}
.form-container.contact .colcheck {
  padding-left: 12px;
  padding-top: 2px;
  line-height: 20px;
}
.form-container.contact .flex-align {
  justify-content: space-between;
  align-items: center;
}
.form-container.contact .flex-align .fieldoblg {
  padding-left: 0;
}
.form-container.projet-filter {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: 30px 0 50px;
  /*  & > div{
      @include respond-to('small'){
        width: 100%;
      }
    }
  .col-sm-2{
    p{
      float: right;
      font-size: 14px;
      font-weight: 700;
      color: $color-black;
      margin: 0;
        @include respond-to('small'){
          float: none;
          margin-bottom: 20px;
          text-align: left;
        }
    }
  }
    select{
      border: 1px solid $color-black;
    }
    label{
      display: block;
      text-align: left;
      font-weight: 700;
      font-size: 14px;
    }
    .form-control{
      margin-top: 10px;
    }*/
}
@media (max-width: 767px) {
  .form-container.projet-filter {
    margin: 0;
  }
}
.form-container.projet-filter .tag {
  justify-content: center;
  width: 100%;
}
@media (max-width: 992px) {
  .form-container.projet-filter .tag {
    padding: 0;
    margin: 0;
  }
}
.form-container.projet-filter .tag a {
  font-size: 14px;
  color: #383838;
  font-weight: 400;
  text-decoration: none !important;
  display: inline-block;
  margin: 8px 8px;
  line-height: 21px;
  padding: 3px 7px;
  position: relative;
  background: #eaeaea;
}
@media (max-width: 767px) {
  .form-container.projet-filter .tag a {
    font-size: 12px;
  }
}
.form-container.projet-filter .tag a.active {
  border: none;
  background-color: #cecece;
}
.form-container.projet-filter .tag a:first-child {
  margin-left: 0;
}
.form-container.projet-filter .tag a:after {
  content: none;
}
.form-container.projet-filter .tag a:hover:before {
  content: none;
}

.colcheck {
  display: block;
  font-size: 14px;
}
.colcheck.control-label {
  font-size: 14px !important;
}
@media (max-width: 992px) {
  .colcheck {
    text-align: center;
  }
}

.fieldoblg,
.fieldoblg + div {
  font-size: 10px;
  margin: 2px 0;
}
@media (max-width: 992px) {
  .fieldoblg,
.fieldoblg + div {
    text-align: center;
  }
}

.help-inline + div {
  margin: 0 !important;
  text-align: left !important;
}

.help-inline ul {
  margin: 0;
}
.help-inline ul li {
  text-align: left;
  font-size: 12px;
  padding-left: 0;
  margin: 0;
}
.help-inline ul li:before {
  content: none;
}

.fieldoblg {
  padding-left: 15px;
}

.protectvp {
  padding-left: 15px;
}
.protectvp a {
  color: white !important;
  font-size: 14px;
}

.grecaptcha-badge {
  visibility: hidden;
}

.coordonnees-contact {
  padding-left: 50px;
}
@media (max-width: 767px) {
  .coordonnees-contact {
    padding-left: 15px;
  }
}
.coordonnees-contact h5 {
  margin-top: 0;
  padding-top: 0;
}
.coordonnees-contact a {
  color: #1B1C20;
}
.coordonnees-contact p {
  color: #1B1C20;
  line-height: 24px;
  font-size: 14px;
}
.coordonnees-contact hr {
  border-color: #1B1C20;
}

#project-man strong {
  /*  color: $color-bleu-project-man;*/
}
#project-man .banner-h2 {
  /*  background:url('/public/images/layout/banner-h2-projetc-man.jpg') fixed center center;
    position: relative;
    background-size: cover;*/
}
#project-man .banner-h2:before {
  /*  background-color: rgba(63, 84, 161, 0.6);*/
  /*  background-color: rgba(0, 0, 0, 0.6);*/
}
.header-banner {
  overflow: hidden;
  position: relative;
}
.header-banner img {
  animation-name: slowly;
  animation-duration: 30s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}

.title-inside {
  padding-top: 70px;
  position: relative;
  text-align: center;
}
@media (max-width: 1200px) {
  .title-inside {
    padding-top: 50px;
  }
}
@media (max-width: 767px) {
  .title-inside {
    padding-top: 10px;
  }
}
.title-inside .logo {
  width: 72px;
  margin: auto;
}
.title-inside .logo img {
  width: 100%;
}
.title-inside p {
  text-transform: uppercase;
  font-weight: 400;
  font-family: "Kumbh Sans", sans-serif;
  letter-spacing: 1px;
  font-size: 30px;
  text-align: center;
  position: relative;
  color: #1B1C20;
  display: inline-block;
  line-height: 39px;
  padding: 0 200px;
}
@media (max-width: 1200px) {
  .title-inside p {
    font-size: 24px;
    margin-bottom: 0;
  }
}
@media (max-width: 992px) {
  .title-inside p {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .title-inside p {
    padding: 0;
    font-size: 16px;
  }
}
.title-inside p.project-management:after, .title-inside p.project-management:before {
  background: #1B1C20;
}
.title-inside p.project-management:after {
  content: "";
  position: absolute;
  right: -20px;
  top: 50%;
  transform: translate(0, -50%);
  width: 200px;
  height: 2px;
}
@media (max-width: 767px) {
  .title-inside p.project-management:after {
    content: none;
  }
}
.title-inside p.project-management:before {
  content: "";
  position: absolute;
  left: -20px;
  top: 50%;
  transform: translate(0, -50%);
  width: 200px;
  height: 2px;
}
@media (max-width: 767px) {
  .title-inside p.project-management:before {
    content: none;
  }
}
.title-inside h1 {
  margin-top: 0;
}

.citation {
  padding: 120px 15px 61px;
  margin-top: 30px;
  position: relative;
}
@media (max-width: 1200px) {
  .citation {
    padding: 60px 15px 31px;
    margin-top: 1px;
  }
}
@media (max-width: 767px) {
  .citation {
    padding: 23px 30px 31px;
  }
}
.citation:before {
  content: "";
  width: 1px;
  height: 100px;
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translate(-50%, 0);
  background: #1B1C20;
}
@media (max-width: 1200px) {
  .citation:before {
    height: 60px;
  }
}
@media (max-width: 767px) {
  .citation:before {
    top: -13px;
    height: 32px;
  }
}
.citation .row > div {
  position: relative;
}
.citation .row > div:after {
  content: "”";
  position: absolute;
  right: -30px;
  bottom: -30px;
  font-size: 100px;
  color: #d2d2d2;
  font-family: "Times New Roman", Times, serif;
}
@media (max-width: 767px) {
  .citation .row > div:after {
    display: none;
    right: 9px;
    height: 20px;
    bottom: -10px;
    z-index: -1;
  }
}
.citation .row > div:before {
  content: "”";
  position: absolute;
  left: -30px;
  top: -30px;
  font-size: 100px;
  color: #d2d2d2;
  font-family: "Times New Roman", Times, serif;
}
@media (max-width: 767px) {
  .citation .row > div:before {
    display: none;
    left: 9px;
    height: 20px;
    top: -41px;
    z-index: -1;
  }
}
.citation p {
  text-align: center;
  line-height: 35px;
  font-size: 30px;
  color: #1B1C20;
  font-family: "Pridi", serif;
}
@media (max-width: 1200px) {
  .citation p {
    line-height: 31px;
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .citation p {
    line-height: 26px;
    font-size: 18px;
  }
}
.citation p a {
  color: #1B1C20;
}

.banner-h2 {
  padding: 0px 0;
  position: relative;
  margin: 70px 0 70px;
}
@media (max-width: 1400px) {
  .banner-h2 {
    margin: 50px 0 50px;
  }
}
@media (max-width: 767px) {
  .banner-h2 {
    margin: 20px 0;
  }
}
.banner-h2 .container-fluid {
  padding: 0 15px;
}
.banner-h2 .row {
  display: flex;
  align-items: center;
}
@media (max-width: 1200px) {
  .banner-h2 .row {
    flex-direction: column;
  }
}
.banner-h2 .row > div:first-child {
  padding: 0;
}
@media (max-width: 1200px) {
  .banner-h2 .row > div:first-child {
    width: 100%;
  }
}
@media (max-width: 1200px) {
  .banner-h2 .row > div:first-child img:first-child {
    display: none;
  }
}
.banner-h2 .row > div:first-child img:last-child {
  display: none;
}
@media (max-width: 1200px) {
  .banner-h2 .row > div:first-child img:last-child {
    display: block;
  }
}
.banner-h2 .encart-text {
  margin-left: -168px;
  padding: 70px 87px;
  background-color: #f5f5f5;
  z-index: 20;
}
@media (max-width: 1400px) {
  .banner-h2 .encart-text {
    margin-left: -107px;
    padding: 50px;
  }
}
@media (max-width: 1200px) {
  .banner-h2 .encart-text {
    width: 100%;
    margin-left: 0px;
  }
}
@media (max-width: 767px) {
  .banner-h2 .encart-text {
    padding: 20px 30px;
  }
}
@media (max-width: 1200px) {
  .banner-h2 .encart-text .col {
    float: left;
    padding: 0 15px;
    width: 50%;
  }
}
@media (max-width: 767px) {
  .banner-h2 .encart-text .col {
    float: none;
    width: 100%;
  }
}
@media (max-width: 1200px) {
  .banner-h2 .encart-text h2 {
    text-align: center !important;
  }
}
@media (max-width: 992px) {
  .banner-h2 .encart-text h2 {
    padding-top: 14px;
  }
}
@media (max-width: 992px) {
  .banner-h2 .encart-text p {
    text-align: center !important;
  }
}
@media (max-width: 1200px) {
  .banner-h2 .encart-text p:last-child {
    clear: both;
  }
}
@media (max-width: 992px) {
  .banner-h2 .encart-text p:last-child {
    margin-bottom: 0;
  }
}
.banner-h2 .encart-text .btn-noir {
  margin-top: 30px;
}
@media (max-width: 1200px) {
  .banner-h2 .encart-text .btn-noir {
    clear: both;
  }
}
.banner-h2 h2 {
  text-align: center;
  padding-top: 0;
  font-size: 46px;
  line-height: 54px;
}
@media (max-width: 1200px) {
  .banner-h2 h2 {
    font-size: 40px;
    line-height: 45px;
  }
}
@media (max-width: 767px) {
  .banner-h2 h2 {
    font-size: 24px;
    line-height: 29px;
  }
}
.banner-h2:before {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0;
}

.menu-ancre {
  padding: 100px 0 0;
  display: flex;
  justify-content: center;
}
.menu-ancre a {
  font-weight: 700;
  font-size: 20px;
  text-decoration: none !important;
  position: relative;
  display: inline-block;
  padding: 20px 30px;
}
.menu-ancre a:after {
  content: "";
  height: 100%;
  width: 2px;
  background: #1B1C20;
  position: absolute;
  top: 0;
  right: 0;
}
.menu-ancre a:last-child:after {
  content: none;
}

.diapo-section {
  position: relative;
}
.diapo-section > p {
  position: absolute;
  top: -130px;
}

.modules-encart {
  display: flex;
  justify-content: center;
}
.modules-encart > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 85%;
  margin: auto;
}
@media (max-width: 1200px) {
  .modules-encart > div {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .modules-encart > div {
    width: 100%;
    border: none;
    padding: 0;
  }
}
@media (max-width: 767px) {
  .modules-encart > div {
    align-items: flex-start;
  }
}
.modules-encart > div > div {
  margin: 0 0px;
  width: 45%;
}
@media (max-width: 992px) {
  .modules-encart > div > div {
    width: 50%;
    padding: 0 10px;
  }
}
.modules-encart.art > div {
  width: 38%;
  padding: 20px;
}
.modules-encart.art > div > div {
  margin: 0 0px;
  width: 100%;
}

.atouts .row {
  display: flex;
}
.atouts .row > div:first-child {
  /*padding-right: 70px;*/
}
@media (max-width: 767px) {
  .atouts .row > div:first-child {
    padding: 0;
  }
}
.atouts .row .point-fort {
  color: white;
  padding: 14px 0 50px;
  display: flex;
  justify-content: center;
}
@media (max-width: 767px) {
  .atouts .row .point-fort {
    align-items: center;
    padding: 14px 0 16px;
  }
}
.atouts .row .point-fort p {
  font-weight: 400;
  font-family: "Pridi", serif;
  position: relative;
  margin: 0;
  width: 33.33%;
  padding: 10px 30px;
  color: #1B1C20;
  font-size: 25px;
  text-align: center;
  /*&:before{
            content: "\f104";
            position: absolute;
            font-family: 'Flaticon';
            left: -68px;
  font-size: 50px;
            top: 50%;
            transform: translate(0,-50%);


          }*/
}
@media (max-width: 992px) {
  .atouts .row .point-fort p {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .atouts .row .point-fort p {
    font-size: 12px;
    padding: 10px 10px;
    line-height: 17px;
    text-align: center;
    word-break: break-word;
  }
}
.atouts .row .point-fort p:before {
  content: "";
  height: 100%;
  width: 1px;
  background: #1B1C20;
  position: absolute;
  top: 0;
  left: 0;
}
.atouts .row .point-fort p:first-child:before {
  content: none;
}

.societe .cta-job {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 19px;
}
.societe .cta-job .h1 {
  font-size: 34px;
  line-height: 26px;
  padding: 0 0 0;
  margin: 0;
}
.societe .cta-job p {
  margin: 2px 0 0px;
}
.societe .cta-job .btn-noir {
  padding: 9px 28px;
}
.societe .encart-job {
  padding: 20px;
}
.societe .encart-job h5 {
  font-size: 24px;
  padding: 0px 0 3px;
}
.societe .encart-job p {
  margin-bottom: 20px;
}
.societe .encart-job .btn-no-bg {
  margin: 0;
}
.societe .encart-job .btn-no-bg span {
  margin-left: 10px;
}
@media (max-width: 767px) {
  .societe .team-wrapper {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.societe .team-wrapper .flex-align {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 50px 0 70px;
}
@media (max-width: 992px) {
  .societe .team-wrapper .flex-align {
    flex-direction: row;
  }
}
@media (max-width: 767px) {
  .societe .team-wrapper .flex-align {
    padding: 20px 0 20px;
  }
}
.societe .team-wrapper .flex-align .profil {
  padding: 0;
  margin: 0 0;
  position: relative;
}
@media (max-width: 992px) {
  .societe .team-wrapper .flex-align .profil {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .societe .team-wrapper .flex-align .profil {
    width: 100%;
  }
}
.societe .team-wrapper .flex-align .profil .contact-mate {
  background: none;
  border: none;
  margin-top: 30px;
  font-weight: 700;
  color: white;
  position: relative;
  padding: 0 40px;
  cursor: pointer;
}
.societe .team-wrapper .flex-align .profil .contact-mate:focus {
  outline: none;
}
.societe .team-wrapper .flex-align .profil .contact-mate:before {
  content: "";
  height: 2px;
  width: 30px;
  height: 2px;
  transform: translate(0, -50%);
  position: absolute;
  background-color: white;
  left: -4px;
  top: 50%;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.societe .team-wrapper .flex-align .profil .contact-mate:after {
  content: "";
  height: 2px;
  background-color: white;
  width: 30px;
  height: 2px;
  transform: translate(0, -50%);
  position: absolute;
  right: -4px;
  top: 50%;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.societe .team-wrapper .flex-align .profil .contact-mate:hover:after {
  right: -10px;
}
.societe .team-wrapper .flex-align .profil .contact-mate:hover:before {
  left: -10px;
}
.societe .team-wrapper .flex-align .profil .photo {
  font-size: 0;
}
.societe .team-wrapper .flex-align .profil .services-profil {
  position: absolute;
  opacity: 0;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 100;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  -webkit-transition: all 400ms ease-out;
  -moz-transition: all 400ms ease-out;
  -ms-transition: all 400ms ease-out;
  -o-transition: all 400ms ease-out;
  transition: all 400ms ease-out;
  transition-delay: 0.2s;
}
.societe .team-wrapper .flex-align .profil .services-profil p {
  color: white;
  font-weight: 700;
  font-size: 14px;
  padding: 5px 0;
  opacity: 0;
  text-transform: uppercase;
  margin: 0;
  line-height: 14px;
  position: relative;
  -webkit-transition: all 400ms ease-out;
  -moz-transition: all 400ms ease-out;
  -ms-transition: all 400ms ease-out;
  -o-transition: all 400ms ease-out;
  transition: all 400ms ease-out;
  transition-delay: 0.3s;
  /*
  &:after{
    content:"";
    height: 1px;
    width: 100px;
    background-color: $color-white;
    position: absolute;
    left: 50%;
    transform: translate(-50%,0);
    bottom: 0;

  }
  &:last-child{
    &:after{
      content:none;
    }
  }*/
}
.societe .team-wrapper .flex-align .profil .content-profil {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  padding: 15px;
  text-align: center;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-direction: column;
  background: black;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.1558998599) 0%, rgba(0, 0, 0, 0) 50%);
}
.societe .team-wrapper .flex-align .profil .content-profil .name {
  font-weight: 600;
  font-size: 25px;
  color: white;
  font-family: "Pridi", serif;
  padding-bottom: 0px;
  margin-bottom: 0px;
  position: relative;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 400ms ease-out;
  -moz-transition: all 400ms ease-out;
  -ms-transition: all 400ms ease-out;
  -o-transition: all 400ms ease-out;
  transition: all 400ms ease-out;
  transition-delay: 0.1s;
}
.societe .team-wrapper .flex-align .profil .content-profil .name:after {
  content: none;
  height: 2px;
  width: 150px;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #1B1C20;
}
.societe .team-wrapper .flex-align .profil .content-profil p {
  font-size: 14px;
  color: white;
  font-weight: 700;
  line-height: 22px;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 400ms ease-out;
  -moz-transition: all 400ms ease-out;
  -ms-transition: all 400ms ease-out;
  -o-transition: all 400ms ease-out;
  transition: all 400ms ease-out;
}
.societe .team-wrapper .flex-align .profil .content-profil p a {
  color: #1B1C20;
}
.societe .team-wrapper .flex-align .profil .content-profil .poste {
  margin-bottom: 15px;
}
.societe .team-wrapper .flex-align .profil .content-profil .email {
  margin: 0;
  display: none;
  font-weight: 600;
}
.societe .team-wrapper .flex-align .profil:hover .services-profil {
  opacity: 1;
}
.societe .team-wrapper .flex-align .profil:hover .services-profil p {
  opacity: 0.6;
  opacity: 0.6;
}
.societe .team-wrapper .flex-align .profil:hover .content-profil .name {
  transform: translate(0, 20px);
  opacity: 0;
}
.societe .team-wrapper .flex-align .profil:hover .content-profil p {
  transform: translate(0, 20px);
  opacity: 0;
}
@media (max-width: 767px) {
  .societe .point-fort {
    flex-direction: column;
  }
}
.societe .point-fort .link {
  position: relative;
}
@media (max-width: 767px) {
  .societe .point-fort .link {
    width: 100%;
  }
}
.societe .point-fort .link:before {
  content: "";
  height: 100%;
  width: 1px;
  background: #1B1C20;
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 767px) {
  .societe .point-fort .link:before {
    content: none;
  }
}
.societe .point-fort .link:first-child:before {
  content: none;
}
.societe .point-fort .link h2 {
  font-weight: 700;
  font-size: 25px;
  color: #1B1C20;
  text-align: center;
  padding: 0;
}
@media (max-width: 767px) {
  .societe .point-fort .link h2 {
    margin: 10px 0 0;
    font-size: 18px;
  }
}
.societe .point-fort .link p {
  font-size: 14px;
  line-height: 20px;
  color: #6F6F6F;
  font-family: "Kumbh Sans", sans-serif;
  font-weight: 400;
  margin-bottom: 0;
  width: 100%;
}
.societe .point-fort .link p:before {
  content: none;
}

.oeuvre-container {
  padding: 0;
}

/*# sourceMappingURL=bsmain.css.map */
