﻿@font-face {
  font-family: 'strategyconseil';
  src: url('../fonts/strategyconseil.woff?mr16au') format('woff');
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"],
[class*=" icon-"],
.picto-font {
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  font-family: "strategyconseil" !important;
  speak: none;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-fleche-domaine::before {
  content: "\e914";
}
.icon-accompagnement-projet::before {
  content: "\e909";
}
.icon-analyse-projet::before {
  content: "\e90a";
}
.icon-cartographie-personnalisee::before {
  content: "\e90b";
}
.icon-depot-dossier::before {
  content: "\e90c";
}
.icon-formalisation-projet::before {
  content: "\e90d";
}
.icon-localisation::before {
  content: "\e90e";
}
.icon-quote-begin::before {
  content: "\e90f";
}
.icon-quote-end::before {
  content: "\e910";
}
.icon-realisation-dossier::before {
  content: "\e911";
}
.icon-suivi-operationnel::before {
  content: "\e912";
}
.icon-verification-eligibilite::before {
  content: "\e913";
}
.icon-valeurs-approche-adaptee::before {
  content: "\e900";
  color: #2c2963;
}
.icon-valeurs-competences-expertise::before {
  content: "\e901";
  color: #2c2963;
}
.icon-valeurs-disponibilite-proximite::before {
  content: "\e902";
  color: #2c2963;
}
.icon-valeurs-engagement::before {
  content: "\e903";
  color: #2c2963;
}
.icon-close::before {
  content: "\e904";
  color: #2c2664;
}
.icon-fleche-droite-actu::before {
  content: "\e905";
  color: #ab9891;
}
.icon-fleche-gauche-actu::before {
  content: "\e906";
  color: #ab9891;
}
.icon-reload::before {
  content: "\e907";
  color: #ab9891;
}
.icon-telephone::before {
  content: "\e908";
  color: #ab9891;
}
.debug,
.debug * {
  box-shadow: 0 0 0 1px black inset;
}
* {
  box-sizing: border-box;
}
a {
  color: inherit;
  text-decoration: none;
}
#pw-abc {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 300;
}
body {
  margin: 0;
}
.ck b {
  color: #2c2664;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
  display: block;
}
.ck em {
  color: #2c2664;
  font-size: 14px;
  font-family: "PT Serif", serif;
  font-style: italic;
}
.ck p,
.ck ul,
.ck ol {
  font-size: 13px;
}
.ck a {
  text-decoration: underline;
  opacity: 0.6;
}
.ck a:hover {
  opacity: 1;
}
@media screen and (max-width: 639px) {
  .header-home-quote {
    display: none;
  }
}
.skills {
  background-color: #2c2664;
  padding: 50px 0;
}
.skills h2 {
  font-family: "Open Sans";
  font-size: 18px;
  text-align: center;
  color: #ab9891;
  margin-bottom: 50px;
  text-transform: uppercase;
}
.skills .cols {
  color: #fff;
  margin-bottom: 50px;
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-start;
  justify-content: space-between;
}
@media screen and (max-width: 999px) {
  .skills .cols {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    justify-content: center;
  }
}
.skills .cols.invert {
  flex-direction: row;
}
@media screen and (max-width: 999px) {
  .skills .cols.invert {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    justify-content: center;
  }
}
.skills .cols .col {
  max-width: 50%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  height: 100%;
}
@media screen and (max-width: 999px) {
  .skills .cols .col {
    max-width: 570px;
  }
}
.skills .cols .col:last-child {
  margin-left: 20px;
}
.skills .cols .col img {
  max-width: 100%;
}
@media screen and (max-width: 999px) {
  .skills .cols .col img {
    margin-top: 20px;
  }
}
.skills .cols .title-skills {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
.skills .cols .title-skills h3 {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
}
.skills .cols .title-skills img {
  max-width: 70px;
}
.skills .cols p {
  margin: 10px 0;
}
.skills .cols p span {
  color: #ab9891;
  font-style: italic;
  font-family: "PT Serif", serif;
  font-weight: 700;
}
.skills .cols p span.italic {
  color: #fff;
  font-weight: 400;
}
.btn {
  background-color: #ab9891;
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
  padding: 10px 20px;
  border-radius: 4px;
}
.quote {
  text-align: center;
  color: #fff;
  font-style: italic;
  font-size: 20px;
  font-family: "PT Serif", serif;
  position: relative;
  margin: 20px 0;
}
@media screen and (max-width: 767px) {
  .quote {
    max-width: 70%;
    margin: 20px auto;
  }
}
.quote span {
  position: relative;
}
.quote span::before {
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  font-family: "strategyconseil" !important;
  speak: none;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e90f";
  font-size: 50px;
  display: block;
  position: absolute;
  top: -20px;
  left: -50px;
  color: #ab9891;
}
.quote span::after {
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  font-family: "strategyconseil" !important;
  speak: none;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e910";
  font-size: 50px;
  display: block;
  position: absolute;
  bottom: -20px;
  right: -50px;
  color: #ab9891;
}
.infographie {
  position: relative;
  width: 640px;
  margin: 50px auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.infographie h2 {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  position: absolute;
  top: 40%;
  max-width: 300px;
  left: calc(50% - 150px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 999px) {
  .infographie h2 {
    position: static;
    margin: 20px auto;
    text-align: center;
  }
}
.infographie h2 span {
  font-family: "PT Serif", serif;
  font-weight: 400;
  font-style: italic;
  text-transform: none;
}
@media screen and (max-width: 999px) {
  .infographie {
    align-items: flex-start;
    padding: 0 30px;
    width: auto;
  }
  .infographie::before {
    content: "";
    width: 6px;
    height: 450px;
    background-color: #fff;
    position: absolute;
    left: 35px;
    top: 165px;
    z-index: 20;
  }
}
@media screen and (max-width: 639px) {
  .infographie::before {
    display: none;
  }
}
.infographie img {
  max-width: 640px;
  margin: 50px 0;
}
@media screen and (max-width: 999px) {
  .infographie img {
    display: none;
  }
}
.infographie p {
  font-size: 15px;
  color: #fff;
  max-width: 200px;
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
.infographie p span {
  font-size: 26px;
  font-family: "PT Serif", serif;
  margin-right: 10px;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
}
.infographie p span i {
  color: #ab9891;
  font-size: 30px;
  margin-right: 10px;
}
@media screen and (max-width: 999px) {
  .infographie p {
    position: static;
    max-width: none;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
  }
  .infographie p:nth-child(odd)::before {
    border: 5px solid #fff;
  }
  .infographie p:nth-child(odd)::after {
    background-color: #ab9891;
  }
  .infographie p::before {
    content: "";
    width: 6px;
    height: 6px;
    border: 5px solid #fff;
    border-radius: 50%;
    margin-right: 10px;
    background-color: #2c2664;
    z-index: 30;
  }
}
@media screen and (max-width: 639px) {
  .infographie p::after,
  .infographie p::before {
    display: none;
  }
}
.infographie p.info-01 {
  top: 0;
  right: 200px;
}
.infographie p.info-02 {
  top: 60px;
  right: -100px;
}
.infographie p.info-03 {
  top: 300px;
  right: -170px;
}
.infographie p.info-04 {
  bottom: 100px;
  right: -100px;
}
.infographie p.info-05 {
  bottom: 0;
  right: 200px;
}
.infographie p.info-06 {
  bottom: 100px;
  left: 0;
}
.infographie p.info-07 {
  top: 300px;
  left: -120px;
}
.infographie p.info-08 {
  top: 60px;
  left: -70px;
}
#valeurs .quote {
  color: #2c2664;
  margin: 60px auto;
}
.typologie {
  background-color: #2c2664;
  padding: 50px 0;
}
.typologie h2 {
  margin-bottom: 50px;
  font-size: 35px;
  color: #fff;
  font-family: "PT Serif", serif;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 3px;
  text-align: center;
}
.typologie .cols {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 999px) {
  .typologie .cols {
    flex-direction: column;
  }
}
.typologie .col {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.typologie .col:first-child::after {
  margin: 0 50px;
  content: "";
  width: 1px;
  height: 100px;
  background-color: #fff;
}
@media screen and (max-width: 999px) {
  .typologie .col::after {
    display: none;
  }
}
@media screen and (max-width: 999px) {
  .typologie .col {
    width: 500px;
  }
}
@media screen and (max-width: 639px) {
  .typologie .col {
    width: 100%;
  }
}
.typologie .col .content {
  color: #fff;
  text-transform: uppercase;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
}
@media screen and (max-width: 999px) {
  .typologie .col .content {
    justify-content: space-between;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 639px) {
  .typologie .col .content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
.typologie .col h3 {
  font-size: 16px;
  font-family: "Open Sans";
}
@media screen and (max-width: 639px) {
  .typologie .col h3 {
    text-align: center;
  }
}
.typologie .col p {
  font-size: 14px;
}
.typologie .col p span {
  font-size: 22px;
  letter-spacing: 1.77px;
  margin-right: 10px;
  font-family: "PT Serif", serif;
}
.typologie .col .percent p {
  margin-left: 10px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
.typologie .col .percent p::before {
  content: "";
  height: 25px;
  margin-right: 20px;
}
.typologie .col .percent p.percent-tpe::before {
  width: 43px;
  background-color: #ab9891;
}
.typologie .col .percent p.percent-pme::before {
  width: 140px;
  background-color: #956b5b;
}
.typologie .col .percent p.percent-eti::before {
  width: 21px;
  background-color: #e4c6bb;
}
.typologie .col .percent p.percent-industrie::before {
  width: 110px;
  background-color: #956b5b;
}
.typologie .col .percent p.percent-agroalimentaire::before {
  width: 70px;
  background-color: #ab9891;
}
.typologie .col .percent p.percent-numerique::before {
  width: 23px;
  background-color: #e4c6bb;
}
.progressBar {
  background-color: #ab9891;
  padding: 50px 0;
}
.progressBar h3 {
  font-size: 18px;
  font-family: "PT Serif", serif;
  text-align: center;
  color: #fff;
  margin-bottom: 50px;
  font-style: italic;
  letter-spacing: 1.44px;
  font-weight: 300;
}
.progressBar .cols {
  flex-wrap: wrap;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
}
.progressBar .bar {
  width: 130px;
  margin: 0 20px;
}
.progressBar .bar .percent {
  position: relative;
  max-width: 105px;
  max-height: 105px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.progressBar .bar .percent span {
  position: absolute;
  top: 0%;
  left: 0;
  right: 0;
  bottom: 0;
}
.progressBar .bar .percent p {
  color: #2c2664;
  font-size: 40px;
  font-family: "PT Serif", serif;
}
.progressBar .bar h5 {
  font-size: 14px;
  color: #fff;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}
.progressBar #barCredit {
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
}
.progressBar #barSubvention {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
.progressBar #barInvestHelp {
  -webkit-transform: rotate(-40deg);
          transform: rotate(-40deg);
}
.progressBar #barExport {
  -webkit-transform: rotate(-10deg);
          transform: rotate(-10deg);
}
.progressBar #barNumerique {
  -webkit-transform: rotate(-10deg);
          transform: rotate(-10deg);
}
.progressBar #barExoFiscal {
  -webkit-transform: rotate(60deg);
          transform: rotate(60deg);
}
.more-about {
  padding: 50px 0;
  background-color: #2c2664;
}
.more-about h3 {
  font-size: 18px;
  font-family: "PT Serif", serif;
  text-align: center;
  color: #fff;
  margin-bottom: 20px;
  font-style: italic;
  letter-spacing: 1.44px;
  font-weight: 300;
}
.more-about .cols {
  flex-wrap: wrap;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
}
.more-about .element {
  max-width: 200px;
  margin: 0 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}
.more-about h6 {
  font-size: 14px;
  font-family: "Open Sans";
  font-weight: 700;
  color: #ab9891;
  text-transform: uppercase;
  margin-bottom: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.more-about h6 span {
  font-size: 40px;
  font-family: "PT Serif", serif;
}
.more-about p {
  text-align: center;
  color: #fff;
  font-size: 13px;
}
.text .quote {
  text-align: left;
}
.text .quote span::before,
.text .quote span::after {
  color: #2c2664;
}
.page-skills .banner {
  width: 100%;
  height: 360px;
  background-size: cover;
  background-position: center;
  margin-bottom: 80px;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: center;
}
@media screen and (max-width: 639px) {
  .page-skills .banner {
    height: 210px;
  }
}
.page-skills .banner.conditions-travail {
  background-image: url("../img/6.png");
}
@media screen and (max-width: 639px) {
  .page-skills .banner.conditions-travail {
    background-image: url("../img/6.png");
  }
}
.page-skills .banner.dev-internationnal {
  background-image: url("../img/4.jpg");
}
@media screen and (max-width: 639px) {
  .page-skills .banner.dev-internationnal {
    background-image: url("../img/4.jpg");
  }
}
.page-skills .banner.exonerations {
  background-image: url("../img/5.jpg");
}
@media screen and (max-width: 639px) {
  .page-skills .banner.exonerations {
    background-image: url("../img/5.jpg");
  }
}
.page-skills .banner.financement-rd {
  background-image: url("../img/2.jpg");
}
@media screen and (max-width: 639px) {
  .page-skills .banner.financement-rd {
    background-image: url("../img/header-financement-recherche-innovation-640.jpg");
  }
}
.page-skills .banner.financement-transition {
  background-image: url("../img/8.jpg");
}
@media screen and (max-width: 639px) {
  .page-skills .banner.financement-transition {
    background-image: url("../img/8.jpg");
  }
}
.page-skills .banner.prog-investissement {
  background-image: url("../img/3.jpg");
}
@media screen and (max-width: 639px) {
  .page-skills .banner.prog-investissement {
    background-image: url("../img/header-financement-programmes-investissements-640.jpg");
  }
}
.page-skills .banner.protection-env {
  background-image: url("../img/7.jpg");
}
@media screen and (max-width: 639px) {
  .page-skills .banner.protection-env {
    background-image: url("../img/7.jpg");
  }
}
.page-skills .banner .img-icon {
  width: 80px;
  height: 80px;
  background-color: #2c2664;
  margin-bottom: -40px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.page-skills .banner .img-icon img {
  max-width: 90%;
}
.page-skills .intro {
  text-align: center;
  padding: 0 20px;
}
.page-skills .intro h1 {
  color: #2c2664;
  text-transform: uppercase;
  font-size: 35px;
  font-family: "PT Serif", serif;
  margin-bottom: 50px;
  font-weight: 400;
  letter-spacing: 4.2px;
}
@media screen and (max-width: 639px) {
  .page-skills .intro h1 {
    font-size: 30px;
    font-size: 20px;
    letter-spacing: 3px;
  }
}
.page-skills .intro p {
  font-size: 15px;
  color: #343435;
  margin: 20px auto;
  max-width: 850px;
}
.page-skills .intro p span {
  font-family: "PT Serif", serif;
  font-weight: 700;
  font-style: italic;
}
.page-skills .bandeau {
  background-color: #2c2664;
  padding: 30px 0;
  margin-top: 50px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.page-skills .bandeau h2,
.page-skills .bandeau p {
  max-width: 800px;
  font-size: 20px;
  font-weight: 400;
  margin: 20px 0;
  font-style: italic;
  font-family: "PT Serif", serif;
  color: #fff;
  text-align: center;
}
.page-skills .bandeau h2 span,
.page-skills .bandeau p span {
  color: #ab9891;
}
.page-skills .description {
  color: #343435;
  padding: 50px 0;
  background-color: #ebeaf5;
}
.page-skills .description .cols {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .page-skills .description .cols {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
.page-skills .description .cols .col {
  width: 48%;
  margin: 0 50px;
}
@media screen and (max-width: 767px) {
  .page-skills .description .cols .col {
    width: 90%;
    margin: 0 auto;
  }
}
.page-skills .description h3 {
  text-transform: uppercase;
  color: #2c2664;
  font-size: 18px;
  font-weight: 700;
}
.page-skills .description p {
  font-size: 14px;
  margin: 10px 0;
  line-height: 23px;
}
.page-skills .description p span {
  font-size: 15px;
  font-weight: 700;
  font-family: "PT Serif", serif;
  font-style: italic;
}
.page-skills .description .arrow-list {
  list-style: none;
  padding: 0;
  width: 100%;
}
.page-skills .description .arrow-list li {
  margin: 10px 0;
  font-size: 14px;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
}
.page-skills .description .arrow-list li::before {
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  font-family: "strategyconseil" !important;
  speak: none;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e914";
  font-size: 20px;
  margin-right: 5px;
  display: block;
  color: #ab9891;
}
.contact-phone-aside {
  position: fixed;
  bottom: 0;
  right: 0;
  background-color: #ab9891;
  padding: 10px;
  color: #fff;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  width: 300px;
}
@media screen and (max-width: 639px) {
  .contact-phone-aside {
    top: auto;
    bottom: 20px;
    min-width: 70px;
    width: auto;
  }
}
.contact-phone-aside .close {
  position: absolute;
  width: 26px;
  height: 26px;
  top: -13px;
  left: -13px;
  background-color: #2c2664;
  color: #fff;
  border-radius: 50%;
  display: none;
}
.contact-phone-aside .close.active {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.contact-phone-aside .wish-callback {
  text-transform: uppercase;
  margin: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
.contact-phone-aside .wish-callback img {
  max-width: 50px;
  margin-right: 5px;
}
@media screen and (max-width: 639px) {
  .contact-phone-aside .wish-callback span {
    display: none;
  }
}
.contact-phone-aside form {
  display: none;
  padding: 10px;
}
.contact-phone-aside form.active {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 639px) {
  .contact-phone-aside form.active {
    width: 100%;
  }
}
.contact-phone-aside form label {
  width: 100%;
  font-size: 14px;
}
.contact-phone-aside form label a {
  color: #2c2664;
}
.contact-phone-aside form input[type="tel"],
.contact-phone-aside form input[type="text"] {
  border: 0 none;
  width: 100%;
  height: 40px;
  border-radius: 5px;
  margin: 5px 0;
  padding: 0 5px;
  outline: none;
}
.contact-phone-aside form .rgpd-phone input {
  margin-right: 10px;
}
.contact-phone-aside form input[type="submit"] {
  width: 100%;
  height: 40px;
  border-radius: 5px;
  margin: 5px 0;
  background-color: #2c2664;
  text-transform: uppercase;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  border-color: transparent;
}
.page-offre {
  color: #343435;
}
.page-offre .list-offres {
  margin-bottom: 50px;
}
.page-offre .offre {
  width: 100%;
  height: 85px;
  background-color: #ebeaf5;
  margin: 20px 0;
  padding: 0 20px;
  border-radius: 5px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 639px) {
  .page-offre .offre {
    height: auto;
    padding: 20px;
    width: 90%;
    margin: 20px auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
.page-offre .offre h2 {
  margin: 0 0 10px 0;
  color: #2c2664;
  font-size: 18px;
  font-family: "Open Sans";
  text-transform: uppercase;
}
.page-offre .offre p {
  margin: 0 20px 0 0;
  font-size: 15px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
.page-offre .offre p i {
  font-size: 20px;
  margin-right: 5px;
  color: #ab9891;
}
.page-offre .offre .content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.page-offre .offre .details {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
@media screen and (max-width: 639px) {
  .page-offre .offre .details {
    margin: 10px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }
}
.page-offre-details .details {
  background-color: #ebeaf5;
  width: 100%;
  padding: 10px 20px;
  border-radius: 5px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
@media screen and (max-width: 639px) {
  .page-offre-details .details {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
}
.page-offre-details .details p {
  font-size: 15px;
  font-style: italic;
  color: #000;
  font-weight: 700;
  font-family: "PT Serif", serif;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.page-offre-details .details p::after {
  content: "";
  width: 1px;
  height: 15px;
  margin: 0 10px;
  background-color: #343435;
}
@media screen and (max-width: 639px) {
  .page-offre-details .details p::after {
    display: none;
  }
}
.page-offre-details .details p:last-child::after {
  display: none;
}
.page-offre-details .details p span {
  font-style: normal;
  font-weight: 400;
  font-family: "Open Sans";
  margin-left: 5px;
}
.page-offre-details .details p i {
  color: #ab9891;
  font-size: 30px;
  margin-right: 5px;
}
.page-offre-details .content {
  margin-bottom: 50px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
@media screen and (max-width: 639px) {
  .page-offre-details .content {
    padding: 0 20px;
  }
}
.page-offre-details .content h1,
.page-offre-details .content h2,
.page-offre-details .content h3,
.page-offre-details .content h4 {
  text-align: left;
  color: #2c2664;
  text-transform: uppercase;
}
.page-offre-details .content h1 {
  font-size: 20px;
}
.page-offre-details .content h2 {
  font-size: 18px;
}
.page-offre-details .content h3 {
  font-size: 16px;
}
.page-offre-details .content p {
  width: 100%;
  font-size: 15px;
  margin: 20px 0;
}
.msg-sent {
  text-align: center;
  font-size: 14px;
}
.animScroll {
  overflow: hidden;
}
.animScroll > * {
  position: relative;
  transition: 1s top, 2s opacity;
  top: 500px;
  opacity: 0;
}
.animScroll.visible > * {
  top: 0;
  opacity: 1;
}
.animScroll.fast > * {
  transition: 0.5s top, 1s opacity;
}
.wrap {
  width: 100%;
  max-width: 1200px;
  margin: auto;
}
body {
  font-family: "Open Sans";
  margin-top: 127px;
}
@media (max-width: 960px) {
  body {
    margin-top: 186px;
  }
}
@media (max-width: 700px) {
  body {
    margin-top: 250px;
  }
}
@media (min-width: 961px) {
  .largerDesktop {
    height: 48px;
  }
}
header {
  z-index: 200;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #ffffff;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.125);
}
@media (max-width: 700px) {
  header {
    position: absolute;
  }
}
header .line {
  background-color: #2c2664;
  height: 30px;
  position: relative;
}
header .line a {
  position: absolute;
  right: 0;
  background-color: #ab9891;
  height: 100%;
  color: #fff;
  padding: 0 10px;
  font-size: 15px;
  text-transform: uppercase;
  font-family: "PT Serif", serif;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
header .head {
  font-family: "PT Serif", serif;
}
header .head .wrap {
  padding: 0px 20px;
  display: flex;
  align-items: center;
  color: #2c2664;
}
@media (max-width: 984px) {
  header .head .wrap {
    flex-direction: column;
  }
}
header .head .wrap .logo {
  flex-grow: 1;
  position: relative;
  top: -10px;
}
header .head .wrap #toggleNavBar {
  position: absolute;
  height: 50px;
  width: 100%;
  top: 200px;
  left: 0;
  background-color: #2c2664;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.125);
  display: flex;
  justify-content: center;
}
@media (min-width: 700px) {
  header .head .wrap #toggleNavBar {
    display: none;
  }
}
header .head .wrap #toggleNavBar.sticky {
  position: fixed;
  top: 0;
}
header .head .wrap #toggleNavBar #toggle-nav {
  display: block;
  height: 50px;
  width: 50px;
}
header .head .wrap #toggleNavBar #toggle-nav span {
  content: '';
  position: relative;
  display: block;
  width: 25px;
  height: 2px;
  background-color: #ffffff;
  top: 45%;
  margin: auto;
  transition: all 0.2s;
}
header .head .wrap #toggleNavBar #toggle-nav span:before,
header .head .wrap #toggleNavBar #toggle-nav span:after {
  content: '';
  position: absolute;
  display: block;
  width: 25px;
  height: 2px;
  background-color: #ffffff;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  transition: all 0.2s;
}
header .head .wrap #toggleNavBar #toggle-nav span:before {
  top: -8px;
}
header .head .wrap #toggleNavBar #toggle-nav span:after {
  top: 8px;
}
header .head .wrap #toggleNavBar #toggle-nav.open span {
  background-color: transparent;
}
header .head .wrap #toggleNavBar #toggle-nav.open span:before {
  top: 0;
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
}
header .head .wrap #toggleNavBar #toggle-nav.open span:after {
  top: 0;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
header .head .wrap .header-liens {
  display: flex;
  align-items: center;
  margin: 0 15px;
}
header .head .wrap .header-liens li {
  list-style: none;
  height: 50px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
header .head .wrap .header-liens li:hover .sub-menu {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
@media screen and (max-width: 639px) {
  header .head .wrap .header-liens li:hover .sub-menu {
    display: none;
  }
}
header .head .wrap .header-liens li.tel {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
header .head .wrap .header-liens li.tel a {
  margin: 0;
  padding: 0;
}
header .head .wrap .header-liens li .sub-menu {
  position: absolute;
  top: 30px;
  background-color: #fff;
  width: 100%;
  display: none;
  padding: 0 5px;
}
header .head .wrap .header-liens li .sub-menu li {
  padding: 20px 0;
  margin: 10px 0;
}
header .head .wrap .header-liens li .sub-menu a {
  margin: 0;
  font-family: "Open Sans";
  font-size: 15px;
  text-transform: none;
}
header .head .wrap .header-liens li .sub-menu a:hover {
  border: none;
}
@media (max-width: 984px) {
  header .head .wrap .header-liens {
    width: 100%;
    justify-content: space-around;
    margin-top: 20px;
  }
}
@media (max-width: 700px) {
  header .head .wrap .header-liens {
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.125);
    flex-direction: column;
    display: none;
    margin: 0;
    position: absolute;
    top: 0px;
  }
  header .head .wrap .header-liens.open {
    display: flex;
    width: 100%;
    top: 250px;
    left: 0;
    background-color: #ffffff;
  }
  header .head .wrap .header-liens.open.sticky {
    position: fixed;
    top: 50px;
  }
}
header .head .wrap .header-liens a {
  display: block;
  margin: 0 15px;
  margin-top: 10px;
  padding-bottom: 10px;
  color: #2c2664;
  text-align: center;
  letter-spacing: 1px;
  position: relative;
  border-bottom: 2px solid rgba(44, 38, 100, 0);
  transition: all 0.4s;
  transition-timing-function: cubic-bezier(0, 0, 0, 1);
}
header .head .wrap .header-liens a:hover {
  color: rgba(44, 38, 100, 0.5);
  padding-bottom: 5px;
  margin-top: 5px;
  border-bottom: 2px solid #2c2664;
}
header .head .wrap .tel {
  white-space: nowrap;
  display: flex;
  align-items: center;
}
@media (max-width: 984px) {
  header .head .wrap .tel {
    position: absolute;
    right: 30px;
    top: 60px;
  }
}
@media (max-width: 700px) {
  header .head .wrap .tel {
    position: relative;
    right: 0;
    top: 0;
    padding: 22px 0;
  }
}
header .head .wrap .tel .icon-telephone {
  font-size: 28px;
}
#presentation {
  z-index: 1;
  position: relative;
  height: 530px;
}
@media (max-width: 960px) {
  #presentation {
    height: auto;
  }
}
#presentation .slider {
  z-index: -1;
  display: flex;
  justify-content: center;
  max-width: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#presentation .slider .cycle-slideshow .slide img {
  display: block;
}
#presentation .over {
  color: #ffffff;
  height: 100%;
}
#presentation .over .wrap {
  display: flex;
  align-items: flex-end;
  height: 100%;
  position: relative;
}
@media (max-width: 960px) {
  #presentation .over .wrap {
    flex-direction: column-reverse;
    justify-content: flex-end;
    align-items: center;
  }
}
#presentation .over .wrap #actus {
  position: relative;
  height: 270px;
  min-width: 300px;
  width: 300px;
  max-width: 300px;
  background-color: rgba(44, 38, 100, 0.85);
  padding: 20px;
  padding-bottom: 70px;
}
@media (max-width: 960px) {
  #presentation .over .wrap #actus {
    max-width: 100%;
    width: 100%;
    background-color: #2c2664;
    height: auto;
  }
}
#presentation .over .wrap #actus h2 {
  margin: 8px 0;
  font-size: 30px;
  color: #ab9891;
  font-family: "PT Serif", serif;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 3px;
}
#presentation .over .wrap #actus h3 {
  letter-spacing: 2px;
  text-transform: uppercase;
  margin: 5px 0;
  font-size: 14px;
}
#presentation .over .wrap #actus .date {
  font-size: 14px;
}
#presentation .over .wrap #actus .content {
  color: #ffffff;
  font-size: 14px;
  font-style: italic;
  font-family: "PT Serif", serif;
}
#presentation .over .wrap #actus .actuNav {
  position: absolute;
  width: 100%;
  bottom: 20px;
  right: 20px;
  display: flex;
  justify-content: flex-end;
}
#presentation .over .wrap #actus .actuNav span {
  margin: 0;
  padding: 10px;
  font-size: 24px;
}
#presentation .over .wrap #actus .actu {
  cursor: pointer;
}
#presentation .over .wrap .text {
  padding: 70px 100px;
}
@media (max-width: 960px) {
  #presentation .over .wrap .text {
    padding: 40px;
    width: 768px;
  }
}
@media (max-width: 700px) {
  #presentation .over .wrap .text {
    text-align: center;
    width: 100%;
    height: auto;
  }
}
#presentation .over .wrap .text h1 {
  font-family: "PT Serif", serif;
  font-weight: normal;
  font-style: italic;
  font-size: 45px;
  padding-right: 50px;
}
@media (max-width: 700px) {
  #presentation .over .wrap .text h1 {
    font-size: 28px;
    padding-right: 0;
  }
}
#presentation .over .wrap .text p {
  font-size: 17px;
}
@media (max-width: 700px) {
  #presentation .over .wrap .text p {
    font-size: 14px;
  }
}
#methodologie {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1920px;
  margin: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 1200px) {
  #methodologie {
    max-width: 100%;
    align-items: flex-end;
  }
}
#methodologie .container {
  display: flex;
  justify-content: flex-end;
  width: 100%;
}
@media (max-width: 960px) {
  #methodologie .container {
    flex-direction: column;
    min-width: initial;
  }
}
#methodologie .container .photo {
  margin-top: -15px;
}
#methodologie .container .photo img {
  display: block;
}
@media (max-width: 960px) {
  #methodologie .container .photo img {
    height: auto;
    width: 100%;
  }
}
#methodologie .container .right {
  overflow: initial;
  z-index: 104;
  flex-grow: 1;
  background-color: #2c2664;
  min-width: 600px;
}
@media (max-width: 1200px) {
  #methodologie .container .right {
    max-width: 600px;
  }
}
@media (max-width: 960px) {
  #methodologie .container .right {
    min-width: initial;
    max-width: 100%;
    display: flex;
    justify-content: center;
    padding-bottom: 50px;
  }
}
#methodologie .container .right .text {
  max-width: 600px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
@media (max-width: 960px) {
  #methodologie .container .right .text {
    max-width: 768px;
    width: 100%;
  }
}
#methodologie .container .right .text h2 {
  margin: 45px 30px;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 700;
  color: #ab9891;
  text-transform: uppercase;
  letter-spacing: 2px;
}
#methodologie .container .right .text .row {
  flex-grow: 1;
  display: flex;
  justify-content: space-around;
}
@media (max-width: 700px) {
  #methodologie .container .right .text .row {
    flex-direction: column;
    align-items: center;
  }
}
#methodologie .container .right .text .row .block {
  max-width: 250px;
}
#methodologie .container .right .text .row .block span {
  font-family: "PT Serif", serif;
  font-size: 63px;
  font-weight: 400;
  color: #ffffff;
  position: relative;
  left: -40px;
  line-height: 1em;
}
@media (max-width: 700px) {
  #methodologie .container .right .text .row .block span {
    left: 0;
  }
}
#methodologie .container .right .text .row .block span img {
  display: block;
}
#methodologie .container .right .text .row .block p {
  font-size: 13px;
  color: #ffffff;
}
#domaines {
  background-repeat: no-repeat;
  background-position: center bottom;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 50px 0;
}
@media (max-width: 700px) {
  #domaines {
    padding-left: 10px;
    padding-right: 10px;
  }
}
#domaines h2 {
  font-size: 35px;
  color: #2c2664;
  font-family: "PT Serif", serif;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 3px;
}
@media (max-width: 700px) {
  #domaines h2 {
    font-size: 25px;
    text-align: center;
  }
}
#domaines > p {
  max-width: 680px;
  width: 100%;
  font-size: 15px;
  text-align: center;
}
#domaines > p b {
  font-family: "PT Serif", serif;
  font-style: italic;
}
#domaines h3 {
  margin-top: 40px;
  color: #ab9891;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 2px;
}
#domaines .nosDomaines {
  display: flex;
  max-width: 1280px;
  width: 100%;
}
@media (max-width: 700px) {
  #domaines .nosDomaines {
    flex-direction: column;
  }
}
#domaines .nosDomaines .column {
  padding: 0 20px;
  min-width: 50%;
}
#domaines .nosDomaines .column .text {
  margin-bottom: 40px;
}
#domaines .nosDomaines .column .text > h4 {
  color: #343435;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}
#domaines .nosDomaines .column .text p {
  margin: 5px 0px;
  color: #343435;
  font-size: 13px;
  font-weight: 400;
  text-align: justify;
}
#domaines .nosDomaines .column .text p.color {
  color: #2c2664;
  font-size: 14px;
  font-style: italic;
  font-family: "PT Serif", serif;
}
#equipe {
  padding-top: 30px;
  padding-bottom: 80px;
  background-color: #eceaf5;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#equipe h2 {
  margin: 45px;
  font-size: 35px;
  color: #2c2664;
  font-family: "PT Serif", serif;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 3px;
}
@media (max-width: 700px) {
  #equipe h2 {
    font-size: 25px;
    text-align: center;
  }
}
#equipe .row {
  display: flex;
}
@media (max-width: 767px) {
  #equipe .row {
    flex-direction: column;
  }
}
#equipe .row .membre {
  display: flex;
  background-color: #2c2664;
  color: #ffffff;
}
@media (max-width: 767px) {
  #equipe .row .membre {
    border-bottom: 1px solid #ffffff;
  }
}
#equipe .row .membre img {
  display: block;
  width: 300px;
  height: 300px;
}
@media (max-width: 1200px) {
  #equipe .row .membre img {
    width: 192px;
    height: 192px;
  }
}
@media (max-width: 767px) {
  #equipe .row .membre img {
    width: 160px;
    height: 160px;
  }
}
#equipe .row .membre .detail {
  width: 300px;
  height: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  padding: 20px;
  letter-spacing: 2px;
  position: relative;
}
@media (max-width: 1200px) {
  #equipe .row .membre .detail {
    width: 192px;
    height: 192px;
    padding: 5px;
    letter-spacing: 1px;
  }
}
@media (max-width: 767px) {
  #equipe .row .membre .detail {
    width: 160px;
    height: 160px;
    padding: 10px;
  }
}
#equipe .row .membre .detail b {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  #equipe .row .membre .detail b {
    font-size: 14px;
  }
}
#equipe .row .membre .detail p {
  max-width: 90%;
  margin: 5px 0;
  font-size: 14px;
  font-style: italic;
  font-family: "PT Serif", serif;
}
#equipe .row .membre .detail a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #ab9891;
  transition: 0.2s all;
}
#equipe .row .membre .detail a .textMore {
  display: none;
  font-size: 18px;
  font-style: italic;
  font-family: "PT Serif", serif;
}
#equipe .row .membre .detail a:hover {
  width: 100%;
  height: 100%;
}
#equipe .row .membre .detail a:hover .more {
  display: none;
}
#equipe .row .membre .detail a:hover .textMore {
  display: block;
}
#equipe .row .membre .detail:before {
  content: '';
  position: absolute;
  width: 14px;
  height: 27px;
  top: 40px;
  left: -14px;
  background-image: url(../img/triangle.png);
}
@media (max-width: 767px) {
  #equipe .row .membre .detail:before {
    display: none;
  }
}
#equipe .row .vide {
  width: 300px;
  height: 300px;
  background-color: #6a60c3;
}
@media (max-width: 1200px) {
  #equipe .row .vide {
    width: 192px;
    height: 192px;
  }
}
@media (max-width: 767px) {
  #equipe .row .vide {
    display: none;
  }
}
#equipe .row .double-vide {
  width: 600px;
}
@media (max-width: 1200px) {
  #equipe .row .double-vide {
    display: none;
  }
}
#valeurs {
  padding-top: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#valeurs h2 {
  margin: 45px;
  font-size: 35px;
  color: #2c2664;
  font-family: "PT Serif", serif;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 3px;
}
@media (max-width: 700px) {
  #valeurs h2 {
    font-size: 25px;
    text-align: center;
  }
}
#valeurs .wrap {
  display: flex;
  justify-content: center;
}
@media (max-width: 960px) {
  #valeurs .wrap {
    flex-direction: column;
    align-items: center;
  }
}
#valeurs .wrap .row {
  display: flex;
  max-width: 50%;
}
@media (max-width: 960px) {
  #valeurs .wrap .row {
    max-width: 768px;
  }
}
@media (max-width: 767px) {
  #valeurs .wrap .row {
    flex-direction: column;
    max-width: 100%;
  }
}
#valeurs .wrap .row .block {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 50%;
  width: 50%;
  padding: 13px;
}
@media (max-width: 960px) {
  #valeurs .wrap .row .block {
    padding: 22px;
  }
}
@media (max-width: 767px) {
  #valeurs .wrap .row .block {
    max-width: 100%;
    width: 100%;
  }
}
#valeurs .wrap .row .block span {
  font-size: 32px;
  margin: 10px;
}
#valeurs .wrap .row .block > h3 {
  color: #ab9891;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 2px;
}
#valeurs .wrap .row .block p {
  width: 100%;
  font-size: 13px;
  color: #343435;
  font-weight: 400;
  text-align: justify;
}
#valeurs .wrap .row .block p b {
  font-family: "PT Serif", serif;
  font-style: italic;
  font-weight: 700;
}
#references {
  padding-top: 30px;
  padding-bottom: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#references h2 {
  margin: 45px;
  font-size: 35px;
  color: #2c2664;
  font-family: "PT Serif", serif;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 3px;
}
@media (max-width: 700px) {
  #references h2 {
    font-size: 25px;
    text-align: center;
  }
}
#references .wrap .logos {
  display: flex;
  align-items: center;
  max-width: 100%;
  height: 70px;
}
#references .wrap .logos .logo {
  margin: 0 40px;
}
#references .wrap .logos .cycle-carousel-wrap {
  display: flex;
  align-items: center;
}
#contact {
  padding-top: 30px;
  padding-bottom: 80px;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #2c2664;
  color: #ffffff;
}
#contact h2 {
  margin: 45px;
  margin-bottom: 20px;
  font-size: 35px;
  font-family: "PT Serif", serif;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 3px;
}
@media (max-width: 700px) {
  #contact h2 {
    font-size: 25px;
    text-align: center;
  }
}
@media (max-width: 960px) {
  #contact .formContainer {
    width: 100%;
  }
}
#contact .formContainer .coords {
  font-size: 16px;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 3px;
}
#contact .formContainer .coords p {
  margin-bottom: 40px;
  font-weight: 400;
}
#contact .formContainer .coords p b {
  font-weight: 700;
}
#contact .formContainer form {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 960px) {
  #contact .formContainer form {
    width: 100%;
  }
}
#contact .formContainer form .row {
  display: flex;
  width: 100%;
}
@media (max-width: 960px) {
  #contact .formContainer form .row {
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding: 30px;
  }
}
#contact .formContainer form .row .field {
  max-width: 290px;
  min-width: 290px;
  flex-grow: 1;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  margin: 5px;
}
@media (max-width: 960px) {
  #contact .formContainer form .row .field {
    max-width: 100%;
    width: 100%;
  }
}
#contact .formContainer form .row .field label {
  font-size: 14px;
}
#contact .formContainer form .row .field > div {
  margin-top: 10px;
}
#contact .formContainer form .row .field > div input[type="text"],
#contact .formContainer form .row .field > div input[type="email"],
#contact .formContainer form .row .field > div input[type="tel"],
#contact .formContainer form .row .field > div textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  border-radius: 5px;
  border: none;
  font-size: 14px;
  font-family: "Open Sans";
  width: 100%;
  padding: 15px;
}
#contact .formContainer form .row .field > div textarea {
  height: 200px;
  resize: none;
}
#contact .formContainer form .row .field > div label {
  margin-right: 20px;
}
#contact .formContainer form .row .field#messageField {
  max-width: none;
}
#contact .formContainer form .row .field#captchaField {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 5px;
}
#contact .formContainer form .row .field#captchaField .captcha {
  display: flex;
  align-items: center;
  justify-content: space-around;
  margin: 20px 0;
  width: 100%;
  max-width: 200px;
}
#contact .formContainer form .obligatoire {
  margin: 10px 0;
  font-size: 12px;
}
#contact .formContainer form .rgpd {
  max-width: 900px;
  padding: 0 20px;
}
#contact .formContainer form .submit {
  display: flex;
  justify-content: center;
}
#contact .formContainer form .submit input[type="submit"] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #ab9891;
  border-radius: 5px;
  border: none;
  font-size: 16px;
  font-weight: 700;
  font-family: "Open Sans";
  padding: 15px;
  color: #ffffff;
  text-transform: uppercase;
  margin: 20px;
  padding: 15px 30px;
  transition: 0.2s all;
}
#contact .formContainer form .submit input[type="submit"]:hover {
  background-color: #957d74;
}
#map {
  width: 100%;
}
#map #gmap {
  width: 100%;
  height: 400px;
}
footer {
  padding: 20px;
  font-size: 12px;
  color: #303030;
  font-weight: 400;
}
footer .wrap {
  display: flex;
  align-items: center;
}
@media (max-width: 560px) {
  footer .wrap {
    flex-direction: column;
    justify-content: center;
  }
}
footer .wrap a:hover {
  text-decoration: underline;
}
footer .wrap span {
  padding: 0 10px;
  border-left: 1px solid #303030;
}
footer .wrap span:nth-child(1) {
  border-left: none;
}
@media (max-width: 560px) {
  footer .wrap span {
    padding: 10px 0;
    border-left: none;
    border-top: 1px solid #303030;
  }
  footer .wrap span:nth-child(1) {
    border-top: none;
  }
}
.popup {
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 300;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.popup.open {
  display: flex;
}
.popup .overlay {
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100%;
}
.popup .content {
  width: 100%;
  max-width: 768px;
  margin: 20px;
  z-index: 99;
  background-color: #ffffff;
  position: relative;
  padding: 30px;
  padding-top: 50px;
  max-height: 600px;
}
.popup .content.actuFull {
  background-color: #2c2664;
}
.popup .content.actuFull .inner {
  display: flex;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .popup .content.actuFull .inner {
    flex-direction: column-reverse;
    align-items: center;
  }
}
.popup .content.actuFull .inner .texte {
  flex-grow: 1;
}
.popup .content.actuFull .inner .image {
  margin-left: 20px;
}
@media (max-width: 767px) {
  .popup .content.actuFull .inner .image {
    margin: 20px 0;
  }
}
.popup .content.actuFull .inner .image img {
  display: block;
  max-width: 300px;
  height: auto;
}
.popup .content.actuFull .enbref {
  margin: 8px 0;
  font-size: 30px;
  color: #ab9891;
  font-family: "PT Serif", serif;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 3px;
}
.popup .content.actuFull .close {
  padding: 25px;
}
.popup .content.actuFull .close span:before {
  font-size: 25px;
  color: #ffffff;
}
.popup .content.actuFull b {
  letter-spacing: 2px;
  color: #ffffff;
}
.popup .content.actuFull .date {
  color: #ffffff;
  margin-bottom: 25px;
}
.popup .content.actuFull .contenu {
  color: #ffffff;
  font-size: 14px;
  height: 400px;
  overflow-y: auto;
}
.popup .content .close {
  display: block;
  position: absolute;
  padding: 10px;
  font-size: 18px;
  top: 0;
  right: 0;
}
.popup .content b {
  color: #2c2664;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
  display: block;
}
.popup .content em {
  color: #2c2664;
  font-size: 14px;
  font-family: "PT Serif", serif;
  font-style: italic;
}
.popup .content p {
  font-size: 13px;
}
#legal {
  padding: 20px;
}
#legal h1 {
  font-size: 35px;
  color: #2c2664;
  font-family: "PT Serif", serif;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 3px;
}
@media (max-width: 700px) {
  #legal h1 {
    font-size: 25px;
    text-align: center;
  }
}
#legal h2 {
  margin: 8px 0;
  font-size: 25px;
  color: #ab9891;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 1px;
}
#legal p,
#legal li {
  font-size: 14px;
}
#notfound {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1920px;
  margin: auto;
  overflow: hidden;
  position: relative;
}
#notfound .background {
  max-width: 100%;
  width: 1920px;
}
#notfound .error {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #ffffff;
}
#notfound .error .content {
  padding: 20px;
}
#notfound .error .content h1 {
  font-size: 86px;
  font-family: "PT Serif", serif;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 3px;
  margin: 0;
}
@media (max-width: 700px) {
  #notfound .error .content h1 {
    font-size: 86px;
    text-align: center;
  }
}
#notfound .error .content p {
  font-size: 18px;
}
#notfound .error .content a {
  display: inline-block;
  background-color: #ab9891;
  border-radius: 5px;
  border: none;
  font-size: 16px;
  font-weight: 700;
  font-family: "Open Sans";
  padding: 15px;
  color: #ffffff;
  text-transform: uppercase;
  margin: 20px;
  padding: 15px 30px;
  transition: 0.2s all;
}
#notfound .error .content a:hover {
  background-color: #957d74;
}