@charset "UTF-8";
/* ----------------------------------------------------- */
/* ----------------------------------------------------- */
/* FICHIER SCSS PRINCIPAL */
/* ----------------------------------------------------- */
/* ----------------------------------------------------- */
/* ----------------------------------------------------- */
/* CHARSET */
/* ----------------------------------------------------- */
/* ----------------------------------------------------- */
/* IMPORT DES FICHIERS SATTELITES */
/* ----------------------------------------------------- */
/* Variables */
/* ----------------------------------------------------- */
/* ----------------------------------------------------- */
/* VARIABLES */
/* ----------------------------------------------------- */
/* ----------------------------------------------------- */
/* Couleurs */
/* ----------------------------------------------------- */
/* ----------------------------------------------------- */
/* FONTS */
/* ----------------------------------------------------- */
/* END VARIABLES ------------------------------------ */
/* Utilitaires */
/* ----------------------------------------------------- */
* {
  box-sizing: border-box; }

*:focus {
  outline: 1px solid #037F8C; }

html {
  font-size: 100%; }

html, body {
  width: 100%;
  height: 100%; }

.hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  /* added line */
  border: 0; }

body {
  background-color: #FFFFFF;
  font-family: "Barlow", sans-serif;
  margin: 0;
  padding: 0;
  line-height: normal;
  font-weight: 400;
  position: relative;
  overflow-x: hidden;
  padding-top: 106px; }
  @media (max-width: 991px) {
    body {
      font-size: 0.9em; } }

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  line-height: 1;
  font-size: 1em;
  font-style: normal;
  font-weight: normal; }

a {
  text-decoration: none;
  cursor: pointer;
  transition: all 500ms; }

ul, li {
  margin: 0; }

a img {
  border: none; }

em {
  font-style: italic; }

fieldset, form {
  margin: 0;
  padding: 0;
  border: none; }

iframe {
  max-width: 100%; }

button, input, select, textarea {
  vertical-align: middle;
  outline: none; }

input[type=submit], button {
  cursor: pointer; }

p {
  margin: 0; }

.img-wrapper {
  width: 100%;
  overflow: hidden;
  display: grid; }

.img-wrapper > img {
  width: 100%;
  height: auto; }

img {
  max-width: 100%; }

.overall {
  max-width: 1500px;
  margin: auto;
  position: relative; }
  @media (max-width: 1600px) {
    .overall {
      max-width: 1170px; } }
  @media (max-width: 1200px) {
    .overall {
      max-width: 970px; } }
  @media (max-width: 991px) {
    .overall {
      max-width: 100%;
      padding: 0 15px; } }

.overall-inner-left {
  padding-left: 275px; }

.right {
  float: right; }

.left {
  float: left; }

.center {
  text-align: center; }

.upper {
  text-transform: uppercase; }

.clear {
  clear: both; }

.clear::after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

.column-container {
  width: 100%; }

.column-container.flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  display: -ms-flexbox;
  -ms-flex-pack: justify;
  -ms-flex-wrap: wrap; }

.column-container::after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

.col-1-2 {
  float: left;
  display: inline-block;
  width: 50%; }

.col-1-3 {
  float: left;
  display: inline-block;
  width: 33.333%; }

.col-2-3 {
  float: left;
  display: inline-block;
  width: 66.666%; }

.col-1-4 {
  float: left;
  display: inline-block;
  width: 25%; }

.col-3-4 {
  float: left;
  display: inline-block;
  width: 75%; }

.col-1-5 {
  float: left;
  display: inline-block;
  width: 20%; }

.col-2-5 {
  float: left;
  display: inline-block;
  width: 40%; }

.col-3-5 {
  float: left;
  display: inline-block;
  width: 60%; }

.col-4-5 {
  float: left;
  display: inline-block;
  width: 80%; }

.owl-carousel .owl-stage-outer {
  width: 100%; }

.owl-carousel .owl-item {
  overflow: visible !important; }

@media (max-width: 767px) {
  .col-1-2, .col-1-3, .col-2-3, .col-1-4, .col-3-4, .col-1-5, .col-2-5, .col-3-5, .col-4-5 {
    display: block;
    width: 100%;
    margin-bottom: 30px; } }
@media (max-width: 1200px) {
  .grecaptcha-badge {
    display: none; } }
.alert {
  padding: .75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: .25rem; }

.alert-success {
  background-color: #dff0d8;
  border-color: #d0e9c6;
  color: #3c763d; }

.alert-error {
  background-color: #f2dede;
  border-color: #ebcccc;
  color: #a94442; }

.alert-info {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff; }

/* ----------------------------------------------------- */
/* MIXINS */
/* ----------------------------------------------------- */
/* FONT FACE */
/* ----------------------------------------------------- */
/* CENTRE UN ELEMENT DANS UN PARENT EN POSITION:RELATIVE; */
/* ----------------------------------------------------- */
/* ----------------------------------------------------- */
/* PREFIXES DE NAVIGATEURS */
/* ----------------------------------------------------- */
/* ----------------------------------------------------- */
/* FONCTIONS */
/* ----------------------------------------------------- */
/* CONVERSION PX -> EM */
/* ----------------------------------------------------- */
/* ----------------------------------------------------- */
/* CONVERSION PX -> % */
/* ----------------------------------------------------- */
/* END MIXINS ------------------------------------ */
/* ----------------------------------------------------- */
/* TYPOGRAPHIES */
/* ----------------------------------------------------- */
@font-face {
  font-family: QuickSandBold;
  src: url("../fonts/Quicksand-Bold.ttf");
  font-weight: 700;
  font-style: normal; }
@font-face {
  font-family: 'Quicksand';
  src: url("../fonts/Quicksand/static/Quicksand-Regular.ttf");
  font-weight: 400;
  font-style: normal; }
@font-face {
  font-family: 'Quicksand';
  src: url("../fonts/Quicksand/static/Quicksand-Bold.ttf");
  font-weight: 700;
  font-style: normal; }
@font-face {
  font-family: 'Barlow';
  src: url("../fonts/Barlow/Barlow-Light.ttf");
  font-weight: 300;
  font-style: normal; }
@font-face {
  font-family: 'Barlow';
  src: url("../fonts/Barlow/Barlow-Regular.ttf");
  font-weight: 400;
  font-style: normal; }
@font-face {
  font-family: 'Barlow';
  src: url("../fonts/Barlow/Barlow-Medium.ttf");
  font-weight: 500;
  font-style: normal; }
@font-face {
  font-family: 'Barlow';
  src: url("../fonts/Barlow/Barlow-MediumItalic.ttf");
  font-weight: 500;
  font-style: italic; }
@font-face {
  font-family: 'Barlow';
  src: url("../fonts/Barlow/Barlow-SemiBold.ttf");
  font-weight: 600;
  font-style: normal; }
@font-face {
  font-family: 'Barlow';
  src: url("../fonts/Barlow/Barlow-Bold.ttf");
  font-weight: 700;
  font-style: normal; }
@font-face {
  font-family: "Open Sans";
  src: url("../fonts/Open_Sans/OpenSans-SemiBold.ttf");
  font-weight: 600;
  font-style: normal; }
/* END TYPOGRAPHIES ------------------------------------ */
/* ----------------------------------------------------- */
/* ANIMATIONS CSS */
/* ----------------------------------------------------- */
/* END ANIMATIONS CSS ------------------------------------ */
/* Composants */
/* ----------------------------------------------------- */
/* ----------------------------------------------------- */
/* BUTTONS */
/* ----------------------------------------------------- */
.btn_contenu {
  border: solid 1px black;
  color: black;
  display: inline-block;
  font-family: "Quicksand", sans-serif;
  font-size: 0.875em;
  vertical-align: top;
  margin: 32px 30px 0 0;
  padding: 1px 10px 1px 10px;
  text-align: center; }
  .btn_contenu:hover {
    background: black;
    color: white; }
  @media (max-width: 1200px) {
    .btn_contenu {
      display: none; } }

.btn {
  border: 2px solid #037F8C;
  color: white;
  text-decoration: none;
  padding: 10px 20px;
  background-color: #037F8C;
  border-radius: 25px;
  font-family: "Barlow", sans-serif;
  font-size: 20px;
  font-weight: 500;
  margin: 30px 1px 30px 1px;
  text-transform: uppercase;
  transition: all 500ms; }
  @media (max-width: 1024px) {
    .btn {
      font-size: 14px; } }
  .btn:hover {
    background-color: white;
    color: #037F8C; }

.btn2 {
  background-color: white;
  border: 2px solid white;
  color: black;
  text-decoration: none;
  padding: 5px 20px 5px 20px;
  border-radius: 25px;
  font-family: "Barlow", sans-serif;
  font-size: 20px;
  font-weight: 500;
  margin: 30px 1px 30px 1px;
  text-transform: uppercase;
  transition: all 500ms; }
  .btn2:hover {
    background-color: transparent;
    color: white; }
  @media (max-width: 900px) {
    .btn2 {
      font-size: 12px; } }
  @media (max-width: 767px) {
    .btn2 {
      font-size: 20px; } }
  @media (max-width: 695px) {
    .btn2 {
      font-size: 12px; } }
  @media (max-width: 380px) {
    .btn2 {
      font-size: 10px; } }

.btn-validation i {
  display: inline-block;
  transform: rotate(-90deg);
  font-size: 10px;
  vertical-align: 3px;
  margin-left: 10px; }

.btn-mobile {
  display: none;
  text-align: center;
  padding: 15px 30px;
  font-size: 1.25em;
  color: #037F8C;
  font-weight: bold; }
  .btn-mobile:focus {
    background: rgba(0, 0, 0, 0.15);
    outline: none; }
  @media (max-width: 1200px) {
    .btn-mobile {
      display: block; } }
  .btn-mobile i {
    display: inline-block;
    font-size: 10px !important;
    margin-left: 10px;
    transition: all 500ms;
    vertical-align: 1px; }

.wp-block-button__link {
  border: 2px solid #037F8C; }
  .wp-block-button__link:hover {
    background: white !important;
    color: #037F8C !important; }

/* END BUTTONS ------------------------------------ */
/* ----------------------------------------------------- */
/* FORMULAIRES */
/* ----------------------------------------------------- */
.form-std .form-spacer {
  display: block;
  height: 1px;
  margin-bottom: 35px; }
.form-std label {
  color: #025159;
  font-family: "Quicksand", sans-serif;
  font-size: 22px;
  font-weight: 700;
  display: block;
  margin-bottom: 4px; }
.form-std input[type=text], .form-std input[type=tel], .form-std input[type=email], .form-std input[type=number], .form-std input[type=password], .form-std select, .form-std textarea {
  border: 1px solid #777677;
  height: 62px;
  width: 100%;
  text-align: left;
  padding: 10px;
  margin-bottom: 15px;
  font-family: "Barlow", sans-serif;
  font-size: 20px; }
.form-std input[type=radio] {
  height: 0;
  width: 0;
  line-height: 0;
  display: block;
  outline: none !important;
  position: absolute;
  right: 999999px; }
  .form-std input[type=radio] + label {
    margin-bottom: 15px; }
    .form-std input[type=radio] + label:before {
      content: "";
      display: inline-block;
      width: 12px;
      height: 12px;
      border: 1px solid black;
      margin-right: 10px; }
  .form-std input[type=radio]:checked + label:before, .form-std input[type=radio]:focus + label:before {
    background: url("../images/check.png") center center no-repeat;
    background-size: 10px; }
.form-std .kg-radio-line {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0 24px;
  margin: 6px 0 18px; }
  .form-std .kg-radio-line label {
    font-size: 1.125rem; }
.form-std .wp-editor-wrap {
  margin-top: 15px;
  margin-bottom: 30px; }
  .form-std .wp-editor-wrap .wp-editor-tools {
    display: none; }
  .form-std .wp-editor-wrap .mce-container > div > .mce-menubtn:first-child {
    display: none; }
.form-std textarea {
  height: 250px;
  width: 100%;
  resize: vertical; }
.form-std select, .form-std option {
  background: white;
  font-family: "Barlow", sans-serif;
  font-size: 20px;
  font-weight: 500;
  font-style: italic;
  height: 62px;
  color: #777677;
  margin-bottom: 10px; }
.form-std input[type=file] {
  margin-top: 10px;
  margin-bottom: 30px; }
.form-std .col-1-2 {
  margin-bottom: 0 !important; }
  .form-std .col-1-2:nth-child(2n+1) {
    padding-right: 25px; }
    @media (max-width: 1200px) {
      .form-std .col-1-2:nth-child(2n+1) {
        padding-right: 10px; } }
    @media (max-width: 767px) {
      .form-std .col-1-2:nth-child(2n+1) {
        padding: 0; } }
  .form-std .col-1-2:nth-child(2n) {
    padding-left: 25px; }
    @media (max-width: 1200px) {
      .form-std .col-1-2:nth-child(2n) {
        padding-left: 10px; } }
    @media (max-width: 767px) {
      .form-std .col-1-2:nth-child(2n) {
        padding: 0; } }
.form-std .input {
  padding: 10px; }
.form-std .column-container {
  align-content: center; }
.form-std .btn-contact {
  text-align: center; }
.form-std .text-left {
  text-align: left; }
  .form-std .text-left a {
    color: #025159; }
    .form-std .text-left a:hover {
      color: black; }
.form-std a.previous_doc {
  color: #037F8C;
  display: block;
  margin: 10px 0 5px; }
  .form-std a.previous_doc:hover {
    color: #FC8753; }
  .form-std a.previous_doc i {
    font-size: 25px;
    vertical-align: -3px; }

.form-connexion-container {
  background: #EBEBEB;
  margin: 0 auto 100px;
  padding: 30px 40px;
  width: 380px;
  max-width: 90vw; }
  .form-connexion-container label {
    text-align: left; }

.gestion-compte {
  width: 550px;
  max-width: 90%;
  margin: 80px auto; }
  .gestion-compte .alert {
    margin-bottom: 30px;
    padding-left: 10px;
    font-weight: 300;
    font-size: 0.9325em; }
    .gestion-compte .alert ul {
      text-align: left; }
  .gestion-compte .form-title {
    font-size: 1.5em;
    margin-bottom: 50px;
    text-transform: uppercase;
    font-weight: bold; }
  .gestion-compte .input-wrapper {
    text-align: left; }
    .gestion-compte .input-wrapper input[type=text], .gestion-compte .input-wrapper input[type=tel], .gestion-compte .input-wrapper input[type=email], .gestion-compte .input-wrapper input[type=password], .gestion-compte .input-wrapper textarea {
      border: 1px solid black;
      height: 46px;
      padding: 0 15px;
      margin-bottom: 14px;
      color: black;
      font-weight: 300;
      font-family: "Barlow", sans-serif;
      width: calc(100% - 20px);
      max-width: calc(100% - 20px); }
      .gestion-compte .input-wrapper input[type=text]::placeholder, .gestion-compte .input-wrapper input[type=tel]::placeholder, .gestion-compte .input-wrapper input[type=email]::placeholder, .gestion-compte .input-wrapper input[type=password]::placeholder, .gestion-compte .input-wrapper textarea::placeholder {
        color: black; }
    .gestion-compte .input-wrapper input[readonly] {
      background: transparent;
      cursor: default; }
    .gestion-compte .input-wrapper .required {
      vertical-align: top;
      color: #037F8C; }

.wpcf7-form-control-wrap {
  display: flex;
  flex-wrap: wrap-reverse; }

/* END FORMULAIRES ------------------------------------ */
/* ----------------------------------------------------- */
/* GALERIES */
/* ----------------------------------------------------- */
/* END GALERIES ------------------------------------ */
/* ----------------------------------------------------- */
/* FIL D'ARIANE */
/* ----------------------------------------------------- */
.breadcrumb {
  padding: 10px; }
  @media (max-width: 1200px) {
    .breadcrumb {
      padding: 10px 20px; } }
  .breadcrumb > span:not(:last-child):after {
    content: ">";
    font-family: "Icomoon";
    margin: 0 15px; }
  .breadcrumb a {
    color: inherit;
    transition: all 500ms; }
    .breadcrumb a:hover {
      color: black; }

/* END FIL D'ARIANE ------------------------------------ */
/* ----------------------------------------------------- */
/* CARTES */
/* ----------------------------------------------------- */
/* END CARTES ------------------------------------ */
/* ----------------------------------------------------- */
/* CARTES */
/* ----------------------------------------------------- */
/* END CARTES ------------------------------------ */
/* ----------------------------------------------------- */
/* PAGINATIONS */
/* ----------------------------------------------------- */
.pagination {
  text-align: center;
  margin-top: 50px;
  margin-bottom: 50px; }
  .pagination .page-numbers {
    border: 2px solid #0367A6;
    border-radius: 100%;
    display: inline-block;
    font-family: "Quicksand", sans-serif;
    font-size: 1.125em;
    font-weight: 700;
    height: 36px;
    line-height: 34px;
    width: 36px;
    color: #0367A6;
    text-align: center;
    vertical-align: top;
    transition: all 500ms;
    margin: 0 4px; }
    .pagination .page-numbers.current, .pagination .page-numbers:hover {
      background: #0367A6;
      color: white; }
    .pagination .page-numbers.next, .pagination .page-numbers.prev {
      border: none;
      font-size: 14px;
      line-height: 42px;
      padding-right: 5px;
      padding-left: 5px;
      transition: all 200ms; }
    .pagination .page-numbers.next:hover {
      background: none;
      color: #0367A6;
      padding-right: 0;
      padding-left: 10px; }
    .pagination .page-numbers.prev:hover {
      background: none;
      color: #0367A6;
      padding-right: 10px;
      padding-left: 0; }

/* END PAGINATIONS ------------------------------------ */
/* Items */
/* ----------------------------------------------------- */
/* ----------------------------------------------------- */
/* ACTUALITES */
/* ----------------------------------------------------- */
/* END ACTUALITES ------------------------------------ */
/* ----------------------------------------------------- */
/* AGENDA */
/* ----------------------------------------------------- */
/* END AGENDA ------------------------------------ */
/* ----------------------------------------------------- */
/* PRODUITS */
/* ----------------------------------------------------- */
/* END PRODUITS ------------------------------------ */
/* ----------------------------------------------------- */
/* MUR SOCIAL */
/* ----------------------------------------------------- */
/* END MUR SOCIAL ------------------------------------ */
/* Layout du template */
/* ----------------------------------------------------- */
/* ----------------------------------------------------- */
/* EN-TETE */
/* ----------------------------------------------------- */
@media (min-width: 992px) {
  #btn_menu {
    display: none;
    color: #037F8C; } }
@media (max-width: 991px) {
  header #menu #deroulant {
    display: block;
    max-height: 0;
    position: fixed;
    top: 0;
    left: 0;
    overflow: hidden;
    z-index: 100;
    transition: all 500ms;
    width: 100%;
    height: auto;
    background: #037F8C;
    padding-top: 0; }
    header #menu #deroulant.actif {
      max-height: 100vh;
      transition: all 500ms;
      padding: 10px 0; }
    header #menu #deroulant > li {
      display: block;
      width: 100%;
      height: auto;
      text-align: center;
      line-height: 1.3em; }
      header #menu #deroulant > li > a {
        color: white;
        display: block !important;
        width: 100%;
        padding: 10px 25px; }
      header #menu #deroulant > li > ul {
        width: 100%;
        position: relative;
        display: block; }

  #btn_menu {
    cursor: pointer;
    display: block;
    height: 13px;
    width: 35px;
    position: fixed;
    right: -10px;
    top: 15px;
    margin: 40px;
    border-radius: 4px;
    z-index: 10000; }
    #btn_menu:not(.actif):before {
      content: "";
      position: absolute;
      width: 55px;
      height: 43px;
      border-radius: 5px;
      top: -19px;
      left: -10px;
      background: white; }
    #btn_menu span {
      display: block;
      position: relative;
      backface-visibility: hidden;
      background-color: #037F8C;
      border-radius: 2px;
      height: 4px;
      transition: all 0.3s ease 0s;
      width: 35px; }
      #btn_menu span::before, #btn_menu span::after {
        content: "";
        left: 0;
        position: absolute;
        top: -9px;
        backface-visibility: hidden;
        background-color: #037F8C;
        border-radius: 2px;
        height: 4px;
        transition: all 0.3s ease 0s;
        width: 35px; }
      #btn_menu span::after {
        top: 9px; }
    #btn_menu.actif span {
      background-color: transparent; }
      #btn_menu.actif span:before {
        left: 20px;
        top: -15px;
        transform: rotate(45deg) translate(5px, 5px);
        background-color: white; }
      #btn_menu.actif span:after {
        top: 3px;
        left: 20px;
        transform: rotate(-45deg) translate(7px, -8px);
        background-color: white; } }
header {
  background: white;
  box-shadow: 0 0 7px -2px black;
  height: 106px;
  padding: 0 50px;
  text-decoration: none;
  display: block;
  position: fixed;
  top: 0px;
  width: 100%;
  z-index: 10000; }
  @media (max-width: 767px) {
    header {
      padding: 0 20px; } }
  header .logo {
    display: inline-block;
    height: 100%;
    padding: 2px 0 2px; }
    @media (max-width: 1600px) {
      header .logo {
        padding: 10px 0; } }
    @media (max-width: 1300px) {
      header .logo {
        padding: 15px 0; } }
    @media (max-width: 767px) {
      header .logo {
        padding: 20px 0; } }
    header .logo a {
      display: inline-block;
      height: 100%;
      width: 100%; }
      header .logo a img {
        height: 100%; }
        @media (max-width: 550px) {
          header .logo a img.deskop {
            display: none; } }
        @media (min-width: 551px) {
          header .logo a img.mobile {
            display: none; } }
        @media (max-width: 767px) {
          header .logo a img {
            height: 100%;
            object-fit: contain; } }
  header #menu {
    color: #037F8C;
    display: inline-flex;
    font-family: "Barlow", sans-serif;
    text-transform: uppercase;
    float: right;
    margin-right: calc(50% - 750px);
    position: relative; }
    @media (max-width: 1600px) {
      header #menu {
        margin-right: calc(50% - 585px); } }
    @media (max-width: 1200px) {
      header #menu {
        margin-right: calc(50% - 485px); } }
    @media (max-width: 991px) {
      header #menu {
        margin-right: 0; } }
    header #menu ul {
      padding-left: 0; }
      header #menu ul li {
        display: inline-block;
        line-height: 105px; }
        @media (min-width: 992px) {
          header #menu ul li.current-menu-item {
            border-bottom: 10px solid #037F8C;
            line-height: 85px; } }
        header #menu ul li a {
          border-right: 1px solid #D8D8D8;
          color: #037F8C;
          text-decoration: none;
          font-size: 1.25em;
          font-weight: 500;
          padding-right: 15px;
          padding-left: 15px; }
          @media (max-width: 1600px) {
            header #menu ul li a {
              font-size: 1.125em;
              padding-right: 12px;
              padding-left: 10px; } }
          @media (max-width: 1200px) {
            header #menu ul li a {
              font-size: 0.9375em; } }
          @media (max-width: 991px) {
            header #menu ul li a {
              border-right: none; } }
          header #menu ul li a:hover, header #menu ul li a:focus {
            color: black; }
          header #menu ul li a i {
            margin-right: 10px; }
  header .compte-de-connexion {
    display: inline-block;
    font-family: "Barlow", sans-serif;
    float: right;
    margin-top: 24px;
    margin-right: calc(50% - 750px);
    position: relative; }
    @media (max-width: 1600px) {
      header .compte-de-connexion {
        margin-right: calc(50% - 585px); } }
    @media (max-width: 1200px) {
      header .compte-de-connexion {
        margin-right: calc(50% - 485px); } }
    @media (max-width: 991px) {
      header .compte-de-connexion {
        margin-right: 0; } }
    @media (max-width: 767px) {
      header .compte-de-connexion {
        position: absolute;
        right: 20px; } }
    header .compte-de-connexion .btn-notification {
      border-radius: 4px;
      color: #707070;
      vertical-align: middle;
      position: relative;
      font-size: 28px;
      display: inline-block;
      padding: 5px 10px; }
      @media (min-width: 501px) {
        header .compte-de-connexion .btn-notification:hover {
          background: #EBEBEB; } }
      header .compte-de-connexion .btn-notification.notif-alert {
        position: relative; }
        header .compte-de-connexion .btn-notification.notif-alert:after {
          background: #0367A6;
          border-radius: 100%;
          content: "";
          display: inline-block;
          height: 8px;
          width: 8px;
          position: absolute;
          top: 11px;
          right: 12px; }
    header .compte-de-connexion .menu-notification {
      background: white;
      box-shadow: 0 0 10px 2px #DEDEDE;
      display: none;
      position: absolute;
      top: 100%;
      right: 240px;
      width: 400px;
      max-width: 90vw;
      z-index: 1; }
      @media (max-width: 991px) {
        header .compte-de-connexion .menu-notification {
          right: 70px; } }
      @media (max-width: 500px) {
        header .compte-de-connexion .menu-notification {
          right: 0;
          top: 35px; } }
      header .compte-de-connexion .menu-notification .no-notif {
        padding: 20px 30px; }
      header .compte-de-connexion .menu-notification .listing-notifications {
        max-height: 50vh;
        overflow-y: scroll; }
        header .compte-de-connexion .menu-notification .listing-notifications .item-notification {
          position: relative; }
          header .compte-de-connexion .menu-notification .listing-notifications .item-notification:not(:last-child):after {
            content: "";
            height: 1px;
            width: 70%;
            background: #e2e4e5;
            position: absolute;
            bottom: 0;
            left: 15%; }
          header .compte-de-connexion .menu-notification .listing-notifications .item-notification.unread {
            background: #f2f4f5; }
          header .compte-de-connexion .menu-notification .listing-notifications .item-notification .link-notif {
            color: black;
            font-weight: 500;
            display: inline-block;
            padding: 20px 30px; }
            header .compte-de-connexion .menu-notification .listing-notifications .item-notification .link-notif:hover {
              background: #f2f4f5; }
          header .compte-de-connexion .menu-notification .listing-notifications .item-notification .mark-as-read {
            position: absolute;
            top: calc(35% - 5px);
            right: 15px;
            border-radius: 100%;
            border: 2px solid #0367A6;
            display: inline-block;
            height: 10px;
            width: 10px; }
            header .compte-de-connexion .menu-notification .listing-notifications .item-notification .mark-as-read.unread {
              background: #0367A6; }
          header .compte-de-connexion .menu-notification .listing-notifications .item-notification .remove-notif {
            position: absolute;
            top: calc(65% - 5px);
            right: 16px; }
            header .compte-de-connexion .menu-notification .listing-notifications .item-notification .remove-notif .icon {
              position: relative;
              display: inline-block;
              height: 10px;
              width: 10px; }
              header .compte-de-connexion .menu-notification .listing-notifications .item-notification .remove-notif .icon span:before, header .compte-de-connexion .menu-notification .listing-notifications .item-notification .remove-notif .icon span:after {
                content: "";
                background: #666;
                height: 1px;
                width: 12px;
                display: inline-block;
                transform: rotate(45deg);
                position: absolute;
                top: 0;
                left: 0; }
              header .compte-de-connexion .menu-notification .listing-notifications .item-notification .remove-notif .icon span:after {
                transform: rotate(-45deg); }
    header .compte-de-connexion .sep {
      display: inline-block;
      margin: 0 15px;
      width: 1px;
      height: 55px;
      background: #D8D8D8;
      vertical-align: middle; }
    header .compte-de-connexion .btn-connexion {
      border-radius: 4px;
      display: inline-block;
      padding: 10px 15px;
      vertical-align: middle; }
      @media (max-width: 991px) {
        header .compte-de-connexion .btn-connexion {
          padding: 10px; } }
      @media (min-width: 501px) {
        header .compte-de-connexion .btn-connexion:hover {
          background: #EBEBEB; } }
      header .compte-de-connexion .btn-connexion .compte {
        color: #011C26;
        font-size: 1.25em;
        font-weight: 500;
        vertical-align: 4px;
        margin: 0 15px; }
        @media (max-width: 991px) {
          header .compte-de-connexion .btn-connexion .compte {
            display: none; } }
      header .compte-de-connexion .btn-connexion .icon-connexion {
        font-size: 28px;
        color: #011C26; }
        @media (max-width: 991px) {
          header .compte-de-connexion .btn-connexion .icon-connexion {
            margin-right: 0; } }
      header .compte-de-connexion .btn-connexion .icon-dropdown {
        font-size: 8px;
        color: #011C26;
        vertical-align: 7px; }
        @media (max-width: 991px) {
          header .compte-de-connexion .btn-connexion .icon-dropdown {
            display: none; } }
  header .menu-connexion {
    background: white;
    box-shadow: 0 0 10px 2px #DEDEDE;
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    padding: 15px;
    width: 200px;
    z-index: 1; }
    header .menu-connexion a {
      line-height: 35px;
      display: block;
      transition: all 500ms;
      text-align: center;
      color: #037F8C; }
      header .menu-connexion a:hover {
        background: #037F8C;
        color: white; }
  header .btn-connexion-menu {
    color: #037F8C;
    text-decoration: none;
    font-size: 1.25em;
    font-weight: 500;
    padding-right: 15px;
    line-height: 105px;
    padding-left: 15px; }
    @media (max-width: 1600px) {
      header .btn-connexion-menu {
        font-size: 1.125em;
        padding-right: 12px;
        padding-left: 10px; } }
    @media (max-width: 1200px) {
      header .btn-connexion-menu {
        font-size: 0.9375em; } }
    @media (max-width: 991px) {
      header .btn-connexion-menu {
        margin-right: 15px; } }
    @media (max-width: 767px) {
      header .btn-connexion-menu {
        margin-right: 40px; } }
    @media (max-width: 991px) {
      header .btn-connexion-menu span {
        display: none; } }
    header .btn-connexion-menu i.icon-connexion {
      margin-right: 10px;
      font-size: 22px;
      vertical-align: -2px; }
      @media (max-width: 991px) {
        header .btn-connexion-menu i.icon-connexion {
          font-size: 30px;
          vertical-align: middle; } }
    header .btn-connexion-menu i.icon-dropdown {
      font-size: 10px;
      vertical-align: 3px;
      margin-left: 5px; }

/* END EN-TETE ------------------------------------ */
/* ----------------------------------------------------- */
/* SIDEBAR */
/* ----------------------------------------------------- */
/* END SIDEBAR ------------------------------------ */
/* ----------------------------------------------------- */
/* PIED DE PAGE */
/* ----------------------------------------------------- */
@media (max-width: 1200px) {
  .main-columns-footer > .col-1-2 {
    width: 100%;
    margin-bottom: 50px; } }

.main-container-footer {
  padding: 50px 50px 70px;
  background-color: #025159; }
  @media (max-width: 1200px) {
    .main-container-footer {
      padding: 50px 50px 10px; } }
  @media (max-width: 767px) {
    .main-container-footer {
      padding: 50px 15px 10px; } }
  .main-container-footer *:focus {
    outline-color: #FFFFFF; }
  .main-container-footer .title-footer {
    color: white;
    font-family: "Quicksand", sans-serif;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 40px; }
  .main-container-footer .tel-contact {
    margin-bottom: 20px; }
    .main-container-footer .tel-contact a {
      color: white;
      font-family: "Barlow", sans-serif;
      font-size: 35px;
      font-weight: 600; }
      @media (max-width: 1200px) {
        .main-container-footer .tel-contact a {
          font-size: 30px; } }
      .main-container-footer .tel-contact a:hover, .main-container-footer .tel-contact a:focus {
        text-decoration: underline; }
  .main-container-footer .adress-contact, .main-container-footer .horaires {
    color: white;
    font-family: "Barlow", sans-serif;
    font-size: 18px;
    font-weight: 700; }
  .main-container-footer .horaires {
    margin-bottom: 20px;
    margin-left: 30px; }
    @media (max-width: 768px) {
      .main-container-footer .horaires {
        margin-left: 0; } }
  .main-container-footer .contact {
    text-transform: uppercase;
    color: white;
    font-family: "Barlow", sans-serif;
    font-size: 18px;
    font-weight: 700;
    margin-left: 30px; }
    @media (max-width: 768px) {
      .main-container-footer .contact {
        margin-left: 0; } }
    .main-container-footer .contact .icon-enveloppe {
      color: white; }
    .main-container-footer .contact:hover span, .main-container-footer .contact:focus span {
      text-decoration: underline; }
    .main-container-footer .contact p {
      display: inline; }
  .main-container-footer .info {
    column-count: 2;
    column-gap: 15px;
    list-style: none;
    padding-left: 0;
    font-family: 'Open Sans';
    font-size: 22px;
    font-weight: 600; }
    @media (max-width: 1200px) {
      .main-container-footer .info {
        font-size: 18px; } }
    @media (max-width: 768px) {
      .main-container-footer .info {
        font-size: 16px; } }
    .main-container-footer .info li a {
      color: white;
      display: inline-block;
      line-height: 1.7em;
      padding-left: 0;
      padding-right: 10px; }
      .main-container-footer .info li a:hover {
        padding-right: 0px;
        padding-left: 10px; }
  .main-container-footer .info2 {
    padding-left: 10%; }
    @media (max-width: 1200px) {
      .main-container-footer .info2 {
        padding-left: 0; } }
    @media (max-width: 767px) {
      .main-container-footer .info2 {
        padding: 0;
        margin-top: -65px; } }

.partenaires-wrapper {
  padding: 0 50px; }
  .partenaires-wrapper .partenaires {
    height: 126px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    list-style: none;
    padding-left: 0; }
    @media (max-width: 1200px) {
      .partenaires-wrapper .partenaires {
        flex-wrap: wrap;
        height: auto;
        margin: 10px;
        text-align: center; } }
    @media (max-width: 1200px) {
      .partenaires-wrapper .partenaires {
        display: none; } }
    @media (max-width: 767px) {
      .partenaires-wrapper .partenaires li {
        width: 70px;
        margin: 10px; } }
    .partenaires-wrapper .partenaires li a {
      position: relative;
      top: 0; }
      @media (max-width: 1600px) {
        .partenaires-wrapper .partenaires li a {
          margin: 10px; } }
      @media (max-width: 767px) {
        .partenaires-wrapper .partenaires li a {
          width: 70px;
          margin: 10px; } }
      .partenaires-wrapper .partenaires li a:hover {
        box-shadow: 0 0 10px 5px #DEDEDE;
        top: -10px; }

.footer-links {
  color: white;
  text-decoration: none;
  background-color: #031A38;
  padding: 22px 0; }
  @media (max-width: 550px) {
    .footer-links {
      height: auto;
      padding: 20px; } }
  .footer-links *:focus {
    outline-color: #FFFFFF; }
  .footer-links a {
    color: white; }
  .footer-links .left {
    margin-top: -3px; }
    @media (max-width: 767px) {
      .footer-links .left {
        float: none;
        display: block;
        text-align: center; } }
  .footer-links .koredge {
    color: white;
    float: left;
    font-family: 'Open Sans';
    font-size: 14px;
    font-weight: 400;
    margin-top: 4px; }
    @media (max-width: 820px) and (min-width: 768px) {
      .footer-links .koredge {
        font-size: 13px; } }
    @media (max-width: 767px) {
      .footer-links .koredge {
        float: none; } }
    @media (max-width: 550px) {
      .footer-links .koredge {
        float: none;
        margin-top: 0; } }
    .footer-links .koredge .img-koredge {
      margin-right: 10px;
      vertical-align: -7px; }
  @media (max-width: 767px) {
    .footer-links .right {
      float: none;
      margin-bottom: 40px; } }
  .footer-links .right ul {
    padding-left: 0; }
    .footer-links .right ul li {
      display: inline-block; }
      @media (max-width: 767px) {
        .footer-links .right ul li {
          display: block;
          text-align: center; } }
      .footer-links .right ul li a {
        font-family: "Barlow", sans-serif;
        font-size: 16px;
        font-weight: 600; }
        @media (max-width: 820px) and (min-width: 768px) {
          .footer-links .right ul li a {
            font-size: 14px; } }
        @media (max-width: 767px) {
          .footer-links .right ul li a {
            display: block;
            text-align: center; } }
        .footer-links .right ul li a:hover {
          text-decoration: underline; }
      .footer-links .right ul li:not(:first-child):before {
        content: "•";
        font-size: 20px;
        margin: 0 8px 0 6px; }
        @media (max-width: 767px) {
          .footer-links .right ul li:not(:first-child):before {
            display: none; } }
  @media (max-width: 767px) {
    .footer-links .right a {
      line-height: 1.7em; } }

/* END PIED DE PAGE ------------------------------------ */
/* Style specifique par page */
/* ----------------------------------------------------- */
/* ----------------------------------------------------- */
/* PAGE D'ACCUEIL */
/* ----------------------------------------------------- */
@media (max-width: 480px) {
  .home-title-1 {
    font-size: 0.875em; } }
.home-title-1 .title1 {
  display: block;
  margin: 50px 0 15px !important; }
.home-title-1 .title2 {
  display: block;
  font-size: 1.875em; }

.main-container {
  padding: 0 50px; }
  @media (max-width: 975px) {
    .main-container {
      padding: 0 25px; } }
  @media (max-width: 720px) {
    .main-container {
      padding: 0 10px; } }

.home-sub-banner {
  position: relative; }
  .home-sub-banner:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 900px;
    background: #F2F4F5; }
    @media (max-width: 1600px) {
      .home-sub-banner:before {
        height: 700px; } }

.banner-wrapper .banniere {
  display: block;
  width: 100%; }

.bg-home-1 {
  background: url("../images/bg-home-1.png") top center no-repeat;
  background-size: 100% auto; }

.descript {
  text-align: center; }
  .descript .descript1 {
    margin-top: 50px;
    font-family: "Quicksand", sans-serif;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 50px; }
    @media (max-width: 1200px) {
      .descript .descript1 {
        margin-top: 30px; } }
    @media (max-width: 975px) {
      .descript .descript1 {
        font-size: 18px; } }

.column-homepage {
  display: flex;
  margin-bottom: 70px; }
  .column-homepage *:focus {
    outline-color: #FFFFFF; }
  @media (max-width: 767px) {
    .column-homepage {
      display: block; } }
  .column-homepage .espace-img {
    margin-top: 100px; }
  .column-homepage .espace-wrapper {
    background: url("../images/AdobeStock_2219021081.png") no-repeat #c35c00;
    background-size: cover;
    box-shadow: 0px 0px 19px 0px #999;
    margin-top: 100px;
    padding: 75px 75px 125px;
    margin-right: 15px; }
    @media (max-width: 1600px) {
      .column-homepage .espace-wrapper {
        padding: 45px 45px 75px;
        margin-top: 50px; } }
    .column-homepage .espace-wrapper .btn2 {
      position: absolute;
      bottom: 75px;
      margin-bottom: 0; }
      @media (max-width: 1600px) {
        .column-homepage .espace-wrapper .btn2 {
          bottom: 45px; } }
  .column-homepage .espace-wrapper2 {
    background: url("../images/AdobeStock_221902108.png") no-repeat #03a6a6;
    background-size: cover;
    box-shadow: 0px 0px 19px 0px #999;
    margin-top: 100px;
    padding: 75px; }
    @media (max-width: 1600px) {
      .column-homepage .espace-wrapper2 {
        padding: 45px 45px 75px;
        margin-top: 50px; } }
    @media (max-width: 767px) {
      .column-homepage .espace-wrapper2 {
        margin-top: 15px; } }
    .column-homepage .espace-wrapper2 .btn2 {
      position: absolute;
      bottom: 75px;
      margin-bottom: 0; }
      @media (max-width: 1600px) {
        .column-homepage .espace-wrapper2 .btn2 {
          bottom: 45px; } }
  .column-homepage .espace .icon-goutte-5 {
    margin-left: -30px;
    color: white;
    font-size: 50px; }
    @media (max-width: 1035px) {
      .column-homepage .espace .icon-goutte-5 {
        font-size: 35px; } }
    @media (max-width: 991px) {
      .column-homepage .espace .icon-goutte-5 {
        font-size: 20px; } }
    @media (max-width: 767px) {
      .column-homepage .espace .icon-goutte-5 {
        font-size: 50px; } }
    @media (max-width: 695px) {
      .column-homepage .espace .icon-goutte-5 {
        font-size: 35px; } }
    @media (max-width: 555px) {
      .column-homepage .espace .icon-goutte-5 {
        font-size: 20px; } }
  .column-homepage .espace .title-espace {
    color: white;
    font-family: "Barlow", sans-serif;
    font-size: 58px;
    font-weight: 600;
    text-transform: uppercase; }
    @media (max-width: 1600px) {
      .column-homepage .espace .title-espace {
        font-size: 45px; } }
    @media (max-width: 1035px) {
      .column-homepage .espace .title-espace {
        font-size: 35px; } }
    @media (max-width: 767px) {
      .column-homepage .espace .title-espace {
        font-size: 58px; } }
    @media (max-width: 695px) {
      .column-homepage .espace .title-espace {
        font-size: 35px; } }
    @media (max-width: 555px) {
      .column-homepage .espace .title-espace {
        font-size: 24px; } }
  .column-homepage .espace .descript-espace {
    color: white;
    margin: 75px 1px 75px 1px;
    font-family: "Barlow", sans-serif;
    font-size: 20px;
    font-weight: 500; }
    @media (max-width: 1240px) {
      .column-homepage .espace .descript-espace {
        margin-top: 35px;
        margin-bottom: 35px; } }
    @media (max-width: 1035px) {
      .column-homepage .espace .descript-espace {
        margin-top: 30px;
        margin-bottom: 30px;
        font-size: 20px; } }
    @media (max-width: 767px) {
      .column-homepage .espace .descript-espace {
        font-size: 20px; } }
    @media (max-width: 555px) {
      .column-homepage .espace .descript-espace {
        font-size: 16px; } }

.chiffres-cles .descript-chiffres {
  margin-top: 20px;
  font-family: "Quicksand", sans-serif;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 20px; }
  @media (max-width: 1300px) {
    .chiffres-cles .descript-chiffres {
      font-size: 18px; } }
.chiffres-cles .column-chiffres {
  display: flex;
  margin-left: 135px;
  margin-right: 110px;
  margin-bottom: 50px;
  width: calc(100% - 245px); }
  @media (max-width: 1200px) {
    .chiffres-cles .column-chiffres {
      width: calc(100% + 40px);
      margin: 0 -40px 50px 0; } }
  @media (max-width: 767px) {
    .chiffres-cles .column-chiffres {
      display: block;
      width: 100%;
      margin: 0; } }
  .chiffres-cles .column-chiffres .icon-goutte-2 {
    color: #0367A6;
    font-size: 70px; }
    @media (max-width: 1200px) {
      .chiffres-cles .column-chiffres .icon-goutte-2 {
        font-size: 50px; } }
  .chiffres-cles .column-chiffres .icon-goutte-4 {
    color: #0367A6;
    font-size: 70px; }
    @media (max-width: 1200px) {
      .chiffres-cles .column-chiffres .icon-goutte-4 {
        font-size: 50px; } }
  .chiffres-cles .column-chiffres .icon-goutte-3 {
    color: #0367A6;
    font-size: 70px; }
    @media (max-width: 1200px) {
      .chiffres-cles .column-chiffres .icon-goutte-3 {
        font-size: 50px; } }
  .chiffres-cles .column-chiffres .col-1-3 {
    margin-top: 40px;
    text-align: center;
    padding: 40px 30px 30px;
    background-color: #F2F4F5;
    display: flex;
    flex-direction: column;
    margin-right: 40px;
    width: calc(33.333% - 40px); }
    @media (max-width: 767px) {
      .chiffres-cles .column-chiffres .col-1-3 {
        width: 100%;
        margin: 10px 0px 10px 0px; } }
    .chiffres-cles .column-chiffres .col-1-3 .descript-chiffres2 {
      padding: 20px 20px 15px;
      font-family: "Barlow", sans-serif;
      font-size: 18px;
      font-weight: 600; }
      @media (max-width: 1200px) {
        .chiffres-cles .column-chiffres .col-1-3 .descript-chiffres2 {
          padding: 10px; } }
    .chiffres-cles .column-chiffres .col-1-3 .chiffre {
      color: #037F8C;
      font-family: "Quicksand", sans-serif;
      font-size: 45px;
      font-weight: 700; }
      @media (max-width: 1600px) {
        .chiffres-cles .column-chiffres .col-1-3 .chiffre {
          font-size: 30px; } }
      @media (max-width: 1200px) {
        .chiffres-cles .column-chiffres .col-1-3 .chiffre {
          font-size: 20px;
          padding: 10px; } }
.chiffres-cles .btn-chiffres {
  margin-top: 20px;
  display: block;
  text-align: center; }

.ligne-projet {
  margin-top: 100px; }
  .ligne-projet .col-1-4 {
    padding-right: 20px; }
    @media (max-width: 1200px) {
      .ligne-projet .col-1-4 {
        display: block;
        width: 100%;
        margin-bottom: 30px; } }
    .ligne-projet .col-1-4 .title3 {
      margin-top: 0; }
    .ligne-projet .col-1-4 .descript-last-project {
      margin-top: 20px;
      font-family: "Quicksand", sans-serif;
      font-size: 24px;
      font-weight: 700;
      margin-bottom: 20px; }
      @media (max-width: 1600px) {
        .ligne-projet .col-1-4 .descript-last-project {
          font-size: 20px; } }
    .ligne-projet .col-1-4 .btn {
      display: inline-block; }
      @media (max-width: 1200px) {
        .ligne-projet .col-1-4 .btn {
          margin: 0; } }
  @media (max-width: 1200px) {
    .ligne-projet .col-3-4 {
      display: block;
      width: 100%; } }
  .ligne-projet .col-3-4 .carousel-projets-home {
    margin-bottom: 50px; }
    .ligne-projet .col-3-4 .carousel-projets-home .owl-nav {
      display: block !important; }
      .ligne-projet .col-3-4 .carousel-projets-home .owl-nav .owl-prev, .ligne-projet .col-3-4 .carousel-projets-home .owl-nav .owl-next {
        background-color: #011C26;
        border: solid 2px black;
        border-radius: 100%;
        color: white;
        display: inline-block;
        font-size: 15px;
        height: 35px;
        line-height: 35px;
        margin-top: 40px;
        margin-right: 15px;
        padding: 5px;
        text-align: center;
        width: 35px;
        transition: all 500ms; }
        .ligne-projet .col-3-4 .carousel-projets-home .owl-nav .owl-prev:hover, .ligne-projet .col-3-4 .carousel-projets-home .owl-nav .owl-next:hover {
          background-color: white;
          color: #011C26; }
      .ligne-projet .col-3-4 .carousel-projets-home .owl-nav .owl-prev {
        padding-right: 1px !important; }
        @media (max-width: 1200px) {
          .ligne-projet .col-3-4 .carousel-projets-home .owl-nav .owl-prev {
            position: absolute;
            top: -65px;
            right: 40px;
            margin-top: 0;
            margin-right: 0; } }
      .ligne-projet .col-3-4 .carousel-projets-home .owl-nav .owl-next {
        padding-left: 3px !important; }
        @media (max-width: 1200px) {
          .ligne-projet .col-3-4 .carousel-projets-home .owl-nav .owl-next {
            position: absolute;
            top: -65px;
            right: 0;
            margin-top: 0;
            margin-right: 0; } }

/* END PAGE D'ACCUEIL ------------------------------------ */
/* ----------------------------------------------------- */
/* PAGE INTERNE */
/* ----------------------------------------------------- */
.title1, .content-std h1 {
  color: #037F8C;
  font-family: "Barlow", sans-serif;
  font-size: 2.75em;
  font-weight: 600;
  text-transform: uppercase;
  margin-top: 25px;
  margin-bottom: 50px; }
  .title1.align-center, .content-std h1.align-center {
    margin-top: 0;
    padding-top: 50px;
    text-align: center; }
  @media (max-width: 975px) {
    .title1, .content-std h1 {
      font-size: 2.5em; } }
  @media (max-width: 720px) {
    .title1, .content-std h1 {
      font-size: 1.875em; } }

.title2, .content-std h2 {
  margin-top: 10px;
  color: #037F8C;
  font-family: "Barlow", sans-serif;
  font-size: 2.75rem;
  font-weight: 300;
  text-transform: uppercase; }
  @media (max-width: 975px) {
    .title2, .content-std h2 {
      font-size: 1.875rem; } }

.title3, .content-std h3 {
  color: #037F8C;
  font-family: "Barlow", sans-serif;
  font-size: 2.125rem;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 20px;
  margin-top: 15px; }
  @media (max-width: 975px) {
    .title3, .content-std h3 {
      font-size: 1.75rem; } }
  .title3 .icon-people, .content-std h3 .icon-people {
    margin-right: 25px; }

.title4, .content-std h4 {
  color: #011C26;
  font-family: "Barlow", sans-serif;
  font-size: 1.75rem;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 25px;
  margin-top: 25px; }
  @media (max-width: 975px) {
    .title4, .content-std h4 {
      font-size: 1.625rem; } }

.titre-form {
  color: #025159;
  font-family: "Quicksand", sans-serif;
  font-size: 1.375em;
  font-weight: 700;
  display: block;
  padding-top: 5px;
  padding-bottom: 5px; }
  .titre-form .small {
    font-size: 0.625em; }

.content-std h2 {
  margin: 50px 0 40px; }
.content-std h3 {
  margin: 40px 0 30px; }
.content-std h4 {
  margin: 30px 0 20px; }

.page-contenu {
  margin-bottom: 80px; }

.content-std a {
  color: #037F8C; }
  .content-std a:hover {
    color: #FC8753; }
  .content-std a i {
    font-size: 25px;
    vertical-align: -4px;
    margin-right: 9px; }

.content-std p {
  margin-bottom: 10px;
  line-height: 1.7em; }

.content-std li {
  line-height: 1.7em; }

.container-404 {
  margin: 100px 0; }

.listing-search-result {
  margin-bottom: 80px; }
  .listing-search-result .item-search {
    margin-bottom: 20px; }
    .listing-search-result .item-search a {
      color: #FC8753;
      font-size: 1.25em; }
      .listing-search-result .item-search a:hover {
        text-decoration: underline; }

.projet-instruit.bg-gris {
  padding: 50px; }
  @media (max-width: 1200px) {
    .projet-instruit.bg-gris {
      padding: 25px; }
      .projet-instruit.bg-gris .title1 {
        margin: 15px 0; } }
  @media (max-width: 1200px) {
    .projet-instruit.bg-gris .depliant {
      display: none; } }
  @media (max-width: 991px) {
    .projet-instruit.bg-gris .col-1-3 {
      text-align: center; } }
  .projet-instruit.bg-gris .col-1-3:nth-child(1) {
    padding-right: 15px;
    width: 30%; }
    @media (max-width: 991px) {
      .projet-instruit.bg-gris .col-1-3:nth-child(1) {
        display: block;
        float: none;
        width: 100%;
        max-width: 400px;
        margin: 0 auto 50px;
        padding: 0 0 0 0; } }
  .projet-instruit.bg-gris .col-1-3:nth-child(2) {
    border-left: 1px solid #777677;
    border-right: 1px solid #777677;
    padding: 0 80px;
    width: 38%; }
    @media (max-width: 1600px) {
      .projet-instruit.bg-gris .col-1-3:nth-child(2) {
        padding: 0 65px; } }
    @media (max-width: 991px) {
      .projet-instruit.bg-gris .col-1-3:nth-child(2) {
        display: block;
        float: none;
        width: 100%;
        max-width: 400px;
        margin: 0 auto 50px;
        padding: 0 0 0 0;
        border: none; } }
  .projet-instruit.bg-gris .col-1-3:nth-child(3) {
    padding-left: 55px;
    width: 32%; }
    @media (max-width: 991px) {
      .projet-instruit.bg-gris .col-1-3:nth-child(3) {
        display: block;
        float: none;
        width: 100%;
        max-width: 400px;
        margin: 0 auto 50px;
        padding: 0 0 0 0; } }
  .projet-instruit.bg-gris .col-1-4 {
    padding: 0 40px; }
    @media (max-width: 1600px) {
      .projet-instruit.bg-gris .col-1-4 {
        padding: 0 20px; } }
    @media (min-width: 992px) {
      .projet-instruit.bg-gris .col-1-4:not(:first-child) {
        border-left: 1px solid #777677; } }
    @media (max-width: 991px) {
      .projet-instruit.bg-gris .col-1-4 {
        display: block;
        float: none;
        width: 100%;
        max-width: 400px;
        margin: 0 auto 50px;
        padding: 0 0 0 0; } }
  .projet-instruit.bg-gris .header-chart {
    height: 100px; }
  .projet-instruit.bg-gris p {
    font-weight: 500; }
  .projet-instruit.bg-gris .chart-title {
    font-family: "Quicksand", sans-serif;
    font-weight: bold;
    font-size: 1.25em;
    margin-bottom: 10px; }
  .projet-instruit.bg-gris .legende-chart {
    color: #037F8C;
    font-family: "Quicksand", sans-serif; }
    .projet-instruit.bg-gris .legende-chart .number {
      font-size: 1.625em;
      font-weight: bold; }
    .projet-instruit.bg-gris .legende-chart .txt {
      text-transform: uppercase; }
  .projet-instruit.bg-gris .instruit {
    color: #037F8C;
    font-family: "Barlow", sans-serif;
    font-size: 44px;
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 50px; }
  .projet-instruit.bg-gris .diagramme {
    margin-top: 75px;
    margin-bottom: 75px; }

.section-listing-projets .deroule {
  font-family: "Barlow", sans-serif;
  font-size: 20px;
  font-weight: 500;
  font-style: italic; }
.section-listing-projets .form-a {
  display: flex;
  margin-top: 50px;
  margin-bottom: 50px; }
  @media (max-width: 1200px) {
    .section-listing-projets .form-a {
      margin-top: 10px; } }
  @media (max-width: 991px) {
    .section-listing-projets .form-a {
      display: block; } }
  .section-listing-projets .form-a .col-1 {
    width: 40%;
    padding-right: 100px; }
    @media (max-width: 1200px) {
      .section-listing-projets .form-a .col-1 {
        padding-right: 40px; } }
    @media (max-width: 991px) {
      .section-listing-projets .form-a .col-1 {
        padding-right: 0;
        width: 100%; } }
  .section-listing-projets .form-a .col-2 {
    width: 20%;
    padding-right: 100px; }
    @media (max-width: 1200px) {
      .section-listing-projets .form-a .col-2 {
        padding-right: 40px; } }
    @media (max-width: 991px) {
      .section-listing-projets .form-a .col-2 {
        padding-right: 0;
        width: 100%; } }
  .section-listing-projets .form-a .col-3 {
    width: 40%; }
    @media (max-width: 991px) {
      .section-listing-projets .form-a .col-3 {
        width: 100%; } }
.section-listing-projets .input-wrapper {
  border: 1px solid #777677; }
  .section-listing-projets .input-wrapper #recherche {
    border: none;
    color: #777677;
    padding-left: 15px;
    height: 60px;
    width: calc(100% - 70px);
    font-size: 1.25em;
    font-weight: 500;
    font-style: italic;
    font-family: "Barlow", sans-serif; }
  .section-listing-projets .input-wrapper .loupe {
    color: #777677;
    background: none;
    border: none;
    float: right;
    vertical-align: center;
    padding: 19px 18px 13px;
    font-size: 24px;
    transition: all 500ms; }
    .section-listing-projets .input-wrapper .loupe:hover {
      background: #777677;
      color: white; }
.section-listing-projets .deroule {
  color: #777677;
  background: white;
  height: 62px;
  width: 100%;
  padding: 0 20px;
  background: url(../images/select.png) calc(100% - 15px) 24px no-repeat;
  background-size: 15px 13px;
  -webkit-appearance: none;
  -moz-appearance: none; }

.carousel-projets-home .owl-stage {
  display: flex; }

.item-projets {
  border-bottom: 4px #037F8C solid;
  height: 100%;
  position: relative; }
  .item-projets a {
    display: block;
    padding: 15px 10px 50px; }
    .item-projets a .date {
      color: white;
      background-color: #011C26;
      font-size: 18px;
      padding: 0 3px;
      margin-top: 15px; }
    .item-projets a .category {
      color: white;
      background-color: #0367A6;
      font-family: "Barlow", sans-serif;
      font-size: 18px;
      font-weight: 600;
      text-transform: uppercase;
      padding: 0px 3px 0px 3px;
      margin-top: 15px; }
    .item-projets a .montant {
      color: #037F8C;
      font-family: "Quicksand", sans-serif;
      font-size: 16px;
      font-weight: 700;
      margin-top: 15px; }
    .item-projets a .titre-projet {
      color: black;
      font-family: "Quicksand", sans-serif;
      font-size: 22px;
      font-weight: 700;
      margin-top: 15px; }
    .item-projets a .description {
      color: black;
      font-family: "Barlow", sans-serif;
      font-size: 16px;
      font-weight: 500;
      margin-top: 15px; }
    .item-projets a .instruction {
      margin: 15px 0 0;
      color: black;
      font-size: 1.125em; }
      .item-projets a .instruction .instruct-ok {
        color: #007a38; }
      .item-projets a .instruction .instruct-not-ok {
        color: #CB4900; }
    .item-projets a .plus {
      border: solid 2px #011C26;
      background-color: #011C26;
      color: white;
      font-size: 13px;
      padding: 5px;
      height: 28px;
      display: inline-block;
      text-align: center;
      line-height: 17px;
      width: 28px;
      margin-left: 90%;
      border-radius: 100%;
      transition: all 500ms;
      position: absolute;
      bottom: 15px;
      right: 15px; }
    .item-projets a:hover .plus {
      background-color: white;
      color: #011C26; }

.listing-projets {
  margin-bottom: 50px;
  display: flex;
  flex-wrap: wrap;
  display: -ms-flexbox;
  -ms-flex-pack: justify;
  -ms-flex-wrap: wrap; }
  .listing-projets .item-projets {
    margin-right: 25px;
    width: calc(25% - 25px);
    display: inline-block;
    float: left;
    height: auto; }
    @media (max-width: 991px) {
      .listing-projets .item-projets {
        width: calc(33.333% - 25px); } }
    @media (max-width: 767px) {
      .listing-projets .item-projets {
        width: calc(50% - 25px); } }
    @media (max-width: 550px) {
      .listing-projets .item-projets {
        width: calc(100% - 25px); } }

/*détails projet-----------------------------------------*/
.bg-gris .overall .column-container {
  display: inline-flex;
  margin-top: 50px;
  margin-bottom: 50px; }
  @media (max-width: 991px) {
    .bg-gris .overall .column-container {
      display: block; } }
  .bg-gris .overall .column-container .col-1-5 {
    text-align: center; }
    @media (max-width: 1200px) {
      .bg-gris .overall .column-container .col-1-5 {
        font-size: 15px; } }
    @media (max-width: 991px) {
      .bg-gris .overall .column-container .col-1-5 {
        width: 50% !important;
        border-right: none !important;
        margin-bottom: 20px !important;
        margin: 0 auto 20px !important; }
        .bg-gris .overall .column-container .col-1-5:last-child {
          width: 100% !important; } }
    @media (max-width: 767px) {
      .bg-gris .overall .column-container .col-1-5 {
        width: 100% !important;
        border-right: none !important;
        margin-bottom: 20px !important; } }
    .bg-gris .overall .column-container .col-1-5:not(:last-child) {
      border-right: 1px solid #D8D8D8; }
    .bg-gris .overall .column-container .col-1-5.col-1 {
      width: 18%; }
    .bg-gris .overall .column-container .col-1-5.col-2 {
      width: 13%; }
    .bg-gris .overall .column-container .col-1-5.col-3 {
      width: 17%; }
    .bg-gris .overall .column-container .col-1-5.col-4 {
      width: 20%; }
    .bg-gris .overall .column-container .col-1-5.col-5 {
      width: 32%; }
    .bg-gris .overall .column-container .col-1-5 > div {
      display: inline-block;
      text-align: left;
      padding: 0 15px; }
      @media (max-width: 991px) {
        .bg-gris .overall .column-container .col-1-5 > div {
          text-align: center; } }
      .bg-gris .overall .column-container .col-1-5 > div p {
        font-size: 22px; }
        @media (max-width: 1600px) {
          .bg-gris .overall .column-container .col-1-5 > div p {
            font-size: 18px !important; } }

.column-container.details-projet {
  font-family: "Barlow", sans-serif;
  font-weight: 500;
  margin-top: 50px; }
  .column-container.details-projet .valeurs {
    font-size: 1.25em;
    font-weight: 500; }
  .column-container.details-projet .synthese {
    margin-right: 150px;
    margin-top: 20px;
    margin-bottom: 15px; }
    @media (max-width: 1080px) {
      .column-container.details-projet .synthese {
        margin-right: 0;
        width: 100%; } }
  .column-container.details-projet .col-left {
    border-right: 1px solid #D8D8D8;
    padding-right: 35px;
    margin-bottom: 55px; }
  .column-container.details-projet .tableau-container {
    width: 100%; }
    @media (max-width: 1600px) {
      .column-container.details-projet .tableau-container {
        display: none; } }
    .column-container.details-projet .tableau-container .tableau-financement {
      border-collapse: collapse;
      margin-top: 100px;
      font-family: "Quicksand", sans-serif; }
      .column-container.details-projet .tableau-container .tableau-financement caption {
        background-color: #0367A6;
        color: white;
        padding: 10px;
        text-transform: uppercase; }
      .column-container.details-projet .tableau-container .tableau-financement .plan-retenu {
        background-color: #0367A6;
        color: white;
        padding: 10px;
        text-transform: uppercase; }
      .column-container.details-projet .tableau-container .tableau-financement .ligne1-tableau {
        background-color: #CFE0E9; }
      .column-container.details-projet .tableau-container .tableau-financement .ligne2-tableau {
        background-color: #F2F4F5; }
      .column-container.details-projet .tableau-container .tableau-financement td, .column-container.details-projet .tableau-container .tableau-financement th {
        padding: 15px; }
        .column-container.details-projet .tableau-container .tableau-financement td:not(:last-child), .column-container.details-projet .tableau-container .tableau-financement th:not(:last-child) {
          border-right: #0367A6 1px solid; }
      .column-container.details-projet .tableau-container .tableau-financement .see {
        align-content: left; }
  .column-container.details-projet .tableau-financement-mobile {
    margin: 50px auto 0; }
    .column-container.details-projet .tableau-financement-mobile table {
      margin-top: 55px; }
  .column-container.details-projet .sidebar {
    padding-left: 30px;
    margin-bottom: 55px; }
    .column-container.details-projet .sidebar .content-sidebar {
      margin-bottom: 20px; }

.tableau-financement-mobile {
  border-collapse: collapse;
  font-family: "Quicksand", sans-serif; }
  @media (min-width: 1601px) {
    .tableau-financement-mobile {
      display: none; } }
  .tableau-financement-mobile table tr:nth-child(2n) {
    background-color: #CFE0E9; }
  .tableau-financement-mobile table tr:nth-child(2n + 1) {
    background-color: #F2F4F5; }
  .tableau-financement-mobile table tr:first-child {
    background-color: #0367A6;
    color: white;
    padding: 10px;
    text-transform: uppercase; }
  .tableau-financement-mobile table tr td, .tableau-financement-mobile table tr th {
    padding: 15px; }

.beneficiaire i, .date-projet i, .type-projet i, .montant-projet i, .montant-aide1 i {
  margin-right: 10px; }

/*fin détails projet-----------------------------------------*/
/*contact----------------------------------------------------*/
.maps {
  width: 100%;
  height: 516px; }

.column-container .localisation {
  padding-right: 20px; }
  @media (max-width: 767px) {
    .column-container .localisation {
      width: 100%;
      padding: 0; } }

.contact-descript {
  margin-top: 50px;
  font-family: "Quicksand", sans-serif;
  font-weight: 700;
  margin-bottom: 50px; }
  .contact-descript span {
    display: block; }
  .contact-descript .descript1 {
    color: black;
    font-family: "Barlow", sans-serif;
    font-size: 1.75em;
    font-weight: 700;
    margin: 25px 0; }
  .contact-descript .tel-contact {
    color: #037F8C;
    font-family: "Barlow", sans-serif;
    font-size: 35px;
    font-weight: 600;
    margin-bottom: 20px; }
    .contact-descript .tel-contact a {
      color: inherit; }
  .contact-descript .adress-contact {
    color: black;
    font-family: "Barlow", sans-serif;
    font-size: 1.25em;
    font-weight: 500; }

/*fin contact----------------------------------------------------*/
/*porteur projet-------------------------------------------------*/
@media (min-width: 992px) {
  .mobile-only {
    display: none; } }
.mobile-only .listing-projets {
  margin: 50px 0 0; }

.note-mobile {
  margin: 40px 0;
  text-align: center;
  font-size: 1.25em; }

.projet-mobile {
  text-align: center; }

.header-dashboard {
  background: url("../images/bg-projet-public.png") no-repeat #f2f4f5;
  background-position: bottom right;
  background-size: cover; }
  .header-dashboard .overall {
    padding-top: 30px; }
    .header-dashboard .overall .last-connect {
      margin-top: 15px;
      font-family: "Barlow", sans-serif;
      font-size: 18px;
      font-weight: 500; }
    .header-dashboard .overall > .column-container {
      display: inline-flex;
      padding-bottom: 70px;
      padding-top: 22px; }
      @media (max-width: 991px) {
        .header-dashboard .overall > .column-container {
          display: block; } }
      @media (max-width: 1200px) and (min-width: 768px) {
        .header-dashboard .overall > .column-container .col-1-2:first-child {
          padding-top: 30px; } }
      @media (max-width: 767px) {
        .header-dashboard .overall > .column-container .col-1-2:first-child {
          margin-bottom: 0; } }
      .header-dashboard .overall > .column-container .utilisateur {
        font-size: 1.25em;
        font-weight: 500;
        padding-top: 65px;
        padding-right: 20px; }
        @media (max-width: 1200px) {
          .header-dashboard .overall > .column-container .utilisateur {
            width: 100%;
            margin-bottom: 40px;
            text-align: center;
            padding-top: 0px;
            padding-right: 0px; } }
        @media (max-width: 1200px) {
          .header-dashboard .overall > .column-container .utilisateur .depliant {
            display: none; } }
        .header-dashboard .overall > .column-container .utilisateur .titre-form {
          margin-bottom: 10px; }
        .header-dashboard .overall > .column-container .utilisateur .icon-malette, .header-dashboard .overall > .column-container .utilisateur .icon-connexion {
          margin-right: 10px;
          font-size: 30px;
          vertical-align: -4px; }
        @media (max-width: 767px) {
          .header-dashboard .overall > .column-container .utilisateur {
            text-align: center;
            width: 100%;
            margin: 0;
            margin-bottom: 10px; } }
      .header-dashboard .overall > .column-container .projet {
        color: #037F8C; }
        @media (max-width: 767px) {
          .header-dashboard .overall > .column-container .projet {
            text-align: center;
            width: 100%;
            margin: 0;
            border: none;
            padding: 0;
            margin-top: 20px; } }
        .header-dashboard .overall > .column-container .projet .recap-projets {
          border-left: #C6C6C6 1px solid;
          padding: 60px 0 60px 110px;
          float: right; }
          @media (max-width: 1400px) {
            .header-dashboard .overall > .column-container .projet .recap-projets {
              padding: 60px 0 60px 40px; } }
          @media (max-width: 767px) {
            .header-dashboard .overall > .column-container .projet .recap-projets {
              border-left: none;
              padding: 30px 0;
              float: none;
              width: 350px;
              margin: 0 auto;
              text-align: left; } }
          .header-dashboard .overall > .column-container .projet .recap-projets .nombre-doss {
            position: relative;
            padding-left: 120px; }
            @media (max-width: 991px) {
              .header-dashboard .overall > .column-container .projet .recap-projets .nombre-doss {
                padding-left: 100px; } }
            .header-dashboard .overall > .column-container .projet .recap-projets .nombre-doss:first-child {
              margin-bottom: 30px; }
            @media (max-width: 450px) {
              .header-dashboard .overall > .column-container .projet .recap-projets .nombre-doss .titre-form {
                font-size: 1.125rem; } }
            .header-dashboard .overall > .column-container .projet .recap-projets .nombre-doss i {
              font-size: 65px;
              position: absolute;
              left: 15px; }
              @media (max-width: 450px) {
                .header-dashboard .overall > .column-container .projet .recap-projets .nombre-doss i {
                  font-size: 50px; } }

.kg-form-filters {
  margin-bottom: 30px; }
  .kg-form-filters .column-container {
    display: inline-block;
    width: calc(100% - 300px); }
    .kg-form-filters .column-container .col-1-4 {
      padding-right: 12px; }
  .kg-form-filters select {
    background: white;
    color: black;
    font-family: "Barlow", sans-serif;
    height: 25px;
    max-width: 100%;
    width: 100%; }

.tableau-container {
  text-align: center;
  font-family: "Barlow", sans-serif;
  font-weight: 500;
  margin-bottom: 55px; }
  .tableau-container .tble-prjt {
    border-collapse: collapse; }
    @media (max-width: 1500px) {
      .tableau-container .tble-prjt {
        font-size: 0.75em; } }
    @media (max-width: 1200px) {
      .tableau-container .tble-prjt {
        font-size: 0.575em; } }
  .tableau-container.tableau-projet {
    font-size: 1.125em; }
    .tableau-container.tableau-projet tr th {
      border: 1px solid black;
      padding: 10px;
      position: relative;
      font-weight: 700; }
    .tableau-container.tableau-projet tr td {
      padding: 10px;
      border: 1px solid black;
      position: relative; }
      .tableau-container.tableau-projet tr td i.icon-check, .tableau-container.tableau-projet tr td i.icon-error {
        position: absolute;
        left: 20px;
        top: calc(50% - 10px); }
      .tableau-container.tableau-projet tr td span.statut {
        text-align: left;
        padding-left: 45px;
        width: 170px;
        display: block; }
      .tableau-container.tableau-projet tr td .instruct-ok {
        color: #007a38; }
      .tableau-container.tableau-projet tr td .instruct-not-ok {
        color: #CB4900; }
      .tableau-container.tableau-projet tr td.actions a {
        color: black;
        display: inline-block;
        margin: 0 10px; }

.buttons-actions-dashboard .btn {
  margin: 0 22px;
  padding: 12px 30px 12px 30px;
  border-radius: 26px; }

.hide-mobile {
  margin-bottom: 75px; }
  @media (max-width: 991px) {
    .hide-mobile {
      display: none; } }

.eligibilite {
  display: inline-block; }

.export-donnee {
  text-align: center; }

/*fin porteur projet---------------------------------------------*/
/*dépot projet---------------------------------------------*/
.header-form-depot {
  background: url("../images/bg-depot.png") no-repeat #f2f4f5;
  background-size: cover;
  margin-bottom: 60px; }
  .header-form-depot .depots-steps {
    width: 1000px;
    margin: 0 auto;
    padding-bottom: 80px;
    max-width: 100%; }
    .header-form-depot .depots-steps .depot {
      cursor: pointer;
      position: relative;
      text-align: center;
      padding: 0 15px; }
      .header-form-depot .depots-steps .depot:not(:last-child):after {
        content: "";
        width: 100px;
        height: 1px;
        background: #037F8C;
        display: block;
        position: absolute;
        top: 20px;
        right: -50px; }
        @media (max-width: 1080px) {
          .header-form-depot .depots-steps .depot:not(:last-child):after {
            display: none; } }
      .header-form-depot .depots-steps .depot i {
        background-color: #011C26;
        border-radius: 100%;
        border: solid 2px #011C26;
        color: white;
        display: block;
        font-size: 24px;
        height: 45px;
        line-height: 30px;
        margin: 0 auto 15px;
        padding: 5px;
        text-align: center;
        width: 45px; }
      .header-form-depot .depots-steps .depot .title {
        color: #011C26;
        font-family: "Quicksand", sans-serif;
        font-size: 1.25rem;
        font-weight: bold;
        width: 100%;
        margin: 0 auto; }
    .header-form-depot .depots-steps .actif {
      color: #037F8C; }
      .header-form-depot .depots-steps .actif i {
        border: solid 2px #037F8C;
        background-color: #037F8C; }
      .header-form-depot .depots-steps .actif .title {
        color: #037F8C; }

.overall3 {
  max-width: 1100px;
  margin: auto; }
  @media (max-width: 1200px) {
    .overall3 {
      max-width: 970px; } }
  @media (max-width: 991px) {
    .overall3 {
      max-width: 100%;
      padding: 0 15px; } }

/*fin dépot projet---------------------------------------------*/
/*projet accordeon---------------------------------------------*/
.header-projet-public {
  background: url("../images/bg-projet-public.png") bottom right no-repeat #F2F4F5; }

.fiche-projet {
  margin-top: 70px; }
  @media (max-width: 991px) {
    .fiche-projet .columns-projets .col-3-5 {
      width: 100%; } }
  .fiche-projet .header-projet {
    position: relative; }
    .fiche-projet .header-projet .title1 {
      padding-right: 300px; }
      @media (max-width: 1024px) {
        .fiche-projet .header-projet .title1 {
          padding-right: 220px; } }
      @media (max-width: 550px) {
        .fiche-projet .header-projet .title1 {
          padding-right: 0; } }
    .fiche-projet .header-projet .btn-export-single {
      position: absolute;
      top: 0;
      right: 0;
      margin-top: 0; }
      @media (max-width: 550px) {
        .fiche-projet .header-projet .btn-export-single {
          position: relative;
          top: -10px;
          display: inline-block; } }
    .fiche-projet .header-projet .kg-project-nav {
      margin-top: -15px;
      margin-bottom: 30px; }
      .fiche-projet .header-projet .kg-project-nav a {
        color: #037F8C; }
        .fiche-projet .header-projet .kg-project-nav a i {
          display: inline-block;
          margin: 0 10px;
          font-size: 10px;
          vertical-align: 1px; }
        .fiche-projet .header-projet .kg-project-nav a[rel=prev] {
          float: left; }
          .fiche-projet .header-projet .kg-project-nav a[rel=prev] i {
            transform: rotate(90deg); }
        .fiche-projet .header-projet .kg-project-nav a[rel=next] {
          float: right; }
          .fiche-projet .header-projet .kg-project-nav a[rel=next] i {
            transform: rotate(-90deg); }
  .fiche-projet .menu-accordeon {
    margin-bottom: 75px;
    padding-right: 25px; }
    @media (max-width: 991px) {
      .fiche-projet .menu-accordeon {
        padding-right: 0; } }
    .fiche-projet .menu-accordeon .item {
      margin-bottom: 15px; }
      .fiche-projet .menu-accordeon .item .header-accordeon {
        background-color: #F1F1F1;
        border: none;
        color: #011C26;
        cursor: pointer;
        display: block;
        font-family: "Barlow", sans-serif;
        font-size: 2.125em;
        font-weight: 600;
        text-transform: uppercase;
        padding: 22px 58px 22px 22px;
        position: relative;
        width: 100%;
        text-align: left; }
        @media (max-width: 767px) {
          .fiche-projet .menu-accordeon .item .header-accordeon {
            font-size: 25px;
            padding: 22px 45px 22px 22px; } }
        @media (max-width: 500px) {
          .fiche-projet .menu-accordeon .item .header-accordeon {
            font-size: 20px; } }
        .fiche-projet .menu-accordeon .item .header-accordeon:after {
          content: "\e906";
          display: inline-block;
          font-family: "Icomoon";
          position: absolute;
          font-size: 19px;
          top: calc(50% - 10px);
          right: 20px;
          transition: all 500ms; }
          @media (max-width: 767px) {
            .fiche-projet .menu-accordeon .item .header-accordeon:after {
              font-size: 15px;
              top: calc(50% - 7px); } }
        .fiche-projet .menu-accordeon .item .header-accordeon.active:after {
          transform: rotate(180deg); }
        .fiche-projet .menu-accordeon .item .header-accordeon i {
          color: #037F8C;
          font-size: 30px;
          margin-right: 15px; }
      .fiche-projet .menu-accordeon .item .content {
        border: 1px solid #c6c6c6;
        border-top: none;
        display: none;
        padding: 30px; }
        .fiche-projet .menu-accordeon .item .content.nopadding {
          padding: 0; }
        .fiche-projet .menu-accordeon .item .content .titre-form {
          margin-bottom: 15px; }
        .fiche-projet .menu-accordeon .item .content .line {
          font-family: "Barlow", sans-serif;
          font-size: 1.25em;
          line-height: 1.4em;
          font-weight: 500;
          display: block; }
        .fiche-projet .menu-accordeon .item .content .contenu-std {
          margin-bottom: 30px; }
        .fiche-projet .menu-accordeon .item .content .column-container {
          margin-bottom: 30px; }
          .fiche-projet .menu-accordeon .item .content .column-container .col-1-2 {
            padding-right: 30px; }
        .fiche-projet .menu-accordeon .item .content .fields .field {
          display: inline-block;
          font-size: 1.25em;
          margin-right: 60px;
          margin-bottom: 15px; }
          .fiche-projet .menu-accordeon .item .content .fields .field .name {
            font-weight: bold; }
        .fiche-projet .menu-accordeon .item .content .no-avis {
          padding: 30px; }
        .fiche-projet .menu-accordeon .item .content .avis-financeur {
          padding: 30px; }
          .fiche-projet .menu-accordeon .item .content .avis-financeur .modif-avis {
            text-align: right; }
            .fiche-projet .menu-accordeon .item .content .avis-financeur .modif-avis .modif {
              color: #CB4900; }
              .fiche-projet .menu-accordeon .item .content .avis-financeur .modif-avis .modif span {
                text-decoration: underline;
                font-size: 0.875em;
                font-weight: 500; }
              .fiche-projet .menu-accordeon .item .content .avis-financeur .modif-avis .modif i {
                margin-left: 10px; }
          .fiche-projet .menu-accordeon .item .content .avis-financeur .avis1 {
            display: inline-block; }
          .fiche-projet .menu-accordeon .item .content .avis-financeur .avis2:not(:last-child) {
            padding-right: 35px; }
          .fiche-projet .menu-accordeon .item .content .avis-financeur .synthèse {
            font-size: 1.25em;
            font-weight: 500; }
        .fiche-projet .menu-accordeon .item .content .avis-ode {
          background: rgba(3, 127, 140, 0.11);
          padding: 10px 30px 10px 30px; }
        .fiche-projet .menu-accordeon .item .content.content-avis-final .btn {
          display: inline-block;
          margin-top: 10px;
          margin-bottom: 10px; }
        .fiche-projet .menu-accordeon .item .content.content-avis-final .listing-projets-prive-docs .listing-projets-prive-docs-title {
          margin-top: 30px;
          margin-bottom: 10px;
          font-size: 1.25em; }

@media (max-width: 991px) {
  .col-left-projet {
    width: 100%;
    padding-right: 0; } }

.side-instruction {
  margin-bottom: 50px;
  padding-left: 25px; }
  @media (max-width: 991px) {
    .side-instruction {
      width: 100%;
      padding-left: 0; } }
  .side-instruction .sidebar-container {
    background-color: #F1F1F1;
    margin-bottom: 25px; }
    .side-instruction .sidebar-container .bloc-sidebar {
      padding: 20px 25px; }
      .side-instruction .sidebar-container .bloc-sidebar .btn {
        display: inline-block; }
        @media (max-width: 1600px) {
          .side-instruction .sidebar-container .bloc-sidebar .btn {
            font-size: 15px; } }
        @media (max-width: 1200px) {
          .side-instruction .sidebar-container .bloc-sidebar .btn {
            font-size: 12px; } }
    .side-instruction .sidebar-container .title-sidebar {
      color: white;
      text-align: center;
      font-family: "Barlow", sans-serif;
      font-size: 28px;
      font-weight: 600;
      text-transform: uppercase;
      padding: 16px 20px; }
      @media (max-width: 1200px) {
        .side-instruction .sidebar-container .title-sidebar {
          font-size: 15px; } }
      .side-instruction .sidebar-container .title-sidebar.termine {
        background-color: #007B35; }
      .side-instruction .sidebar-container .title-sidebar.en-cours {
        background-color: #CB4900; }
      .side-instruction .sidebar-container .title-sidebar i {
        margin-right: 20px; }
    .side-instruction .sidebar-container .btn-depliant {
      background-color: #0367A6;
      border: none;
      color: white;
      cursor: pointer;
      text-align: left;
      font-family: "Barlow", sans-serif;
      font-size: 1.75em;
      font-weight: 600;
      text-transform: uppercase;
      padding: 16px 50px 16px 80px;
      position: relative;
      width: 100%; }
      .side-instruction .sidebar-container .btn-depliant i:first-child {
        font-size: 24px;
        position: absolute;
        left: 30px;
        top: calc(50% - 12px); }
      .side-instruction .sidebar-container .btn-depliant i:last-child {
        font-size: 12px;
        position: absolute;
        right: 20px;
        top: calc(50% - 6px);
        transition: all 500ms; }
      .side-instruction .sidebar-container .btn-depliant.active i:last-child {
        transform: rotate(180deg); }
    .side-instruction .sidebar-container .boite-dialogue .content-dialogue form.dialogue-form label:not(.titre-form) {
      display: block;
      margin-top: 15px;
      color: #025159;
      font-family: "Quicksand", sans-serif;
      font-size: 1.125em;
      font-weight: 700; }
    .side-instruction .sidebar-container .boite-dialogue .content-dialogue form.dialogue-form textarea {
      font-family: "Barlow", sans-serif;
      padding: 12px 15px;
      resize: vertical;
      width: 100%; }
    .side-instruction .sidebar-container .boite-dialogue .content-dialogue form.dialogue-form input[type=text],
    .side-instruction .sidebar-container .boite-dialogue .content-dialogue form.dialogue-form input[type=number],
    .side-instruction .sidebar-container .boite-dialogue .content-dialogue form.dialogue-form select {
      height: 35px;
      width: 100%;
      padding: 0 10px;
      font-family: inherit; }
    .side-instruction .sidebar-container .boite-dialogue .content-dialogue form.dialogue-form .btn {
      margin-bottom: 0; }
      @media (max-width: 1200px) {
        .side-instruction .sidebar-container .boite-dialogue .content-dialogue form.dialogue-form .btn {
          font-size: 12px; } }
    .side-instruction .sidebar-container .boite-dialogue .content-dialogue .listing-message {
      border-top: 1px solid #999; }
      .side-instruction .sidebar-container .boite-dialogue .content-dialogue .listing-message .message {
        text-align: left;
        border-bottom: 1px solid #c6c6c6;
        position: relative; }
        .side-instruction .sidebar-container .boite-dialogue .content-dialogue .listing-message .message .auteur {
          color: #037F8C;
          font-size: 1.25em;
          font-weight: 700;
          margin-bottom: 5px;
          padding-right: 30px; }
        .side-instruction .sidebar-container .boite-dialogue .content-dialogue .listing-message .message .date {
          color: #666;
          font-size: 0.875em;
          font-weight: 500;
          font-style: italic;
          margin-bottom: 5px; }
        .side-instruction .sidebar-container .boite-dialogue .content-dialogue .listing-message .message .mess {
          font-size: 0.875em;
          font-weight: 500;
          margin-bottom: 5px; }
        .side-instruction .sidebar-container .boite-dialogue .content-dialogue .listing-message .message .btn-remove {
          border: none;
          background: none;
          position: absolute;
          top: 25px;
          font-size: 16px;
          right: 25px;
          color: #037F8C; }
    .side-instruction .sidebar-container .sidebar-avis .form-avis {
      padding: 20px; }
      .side-instruction .sidebar-container .sidebar-avis .form-avis #plafond, .side-instruction .sidebar-container .sidebar-avis .form-avis #montant-aide, .side-instruction .sidebar-container .sidebar-avis .form-avis #montant-aide1, .side-instruction .sidebar-container .sidebar-avis .form-avis #type_fond {
        text-align: left;
        width: 300px;
        height: 48px; }
        @media (max-width: 1600px) {
          .side-instruction .sidebar-container .sidebar-avis .form-avis #plafond, .side-instruction .sidebar-container .sidebar-avis .form-avis #montant-aide, .side-instruction .sidebar-container .sidebar-avis .form-avis #montant-aide1, .side-instruction .sidebar-container .sidebar-avis .form-avis #type_fond {
            width: 250px; } }
        @media (max-width: 1200px) {
          .side-instruction .sidebar-container .sidebar-avis .form-avis #plafond, .side-instruction .sidebar-container .sidebar-avis .form-avis #montant-aide, .side-instruction .sidebar-container .sidebar-avis .form-avis #montant-aide1, .side-instruction .sidebar-container .sidebar-avis .form-avis #type_fond {
            width: 200px; } }
      .side-instruction .sidebar-container .sidebar-avis .form-avis #taux {
        text-align: left;
        width: 200px;
        height: 48px; }
        @media (max-width: 1600px) {
          .side-instruction .sidebar-container .sidebar-avis .form-avis #taux {
            width: 150px; } }
        @media (max-width: 1200px) {
          .side-instruction .sidebar-container .sidebar-avis .form-avis #taux {
            width: 100px; } }
      .side-instruction .sidebar-container .sidebar-avis .form-avis textarea {
        resize: vertical;
        height: 171px; }
      @media (max-width: 1600px) {
        .side-instruction .sidebar-container .sidebar-avis .form-avis .btn {
          font-size: 15px; } }
    .side-instruction .sidebar-container .funder-files-list {
      padding-left: 0;
      list-style: none;
      margin-top: 15px; }
      .side-instruction .sidebar-container .funder-files-list > li {
        padding: 5px 20px 5px 5px;
        position: relative; }
        .side-instruction .sidebar-container .funder-files-list > li:not(:last-child) {
          border-bottom: 1px solid #BDBDBD; }
        .side-instruction .sidebar-container .funder-files-list > li a {
          color: #037F8C;
          display: block; }
          .side-instruction .sidebar-container .funder-files-list > li a:hover {
            text-decoration: underline; }
        .side-instruction .sidebar-container .funder-files-list > li .delete-funder-file {
          background: none;
          border: none;
          font-size: inherit;
          position: absolute;
          color: #666;
          top: 50%;
          right: 5px;
          transform: translateY(-50%); }
          .side-instruction .sidebar-container .funder-files-list > li .delete-funder-file:hover, .side-instruction .sidebar-container .funder-files-list > li .delete-funder-file:focus {
            color: red; }

.etats-projets {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  padding: 15px 12px;
  border: 1px solid #c6c6c6;
  background: #FBFBFB;
  margin-bottom: 24px; }
  .etats-projets > * {
    flex: 0 0 100%; }

.resultat-avis {
  font-family: "Barlow", sans-serif;
  font-size: 20px;
  font-weight: 600; }
  .resultat-avis i {
    font-size: 20px;
    margin-right: 0px; }
  .resultat-avis.favorable, .resultat-avis .favorable {
    color: #007B35; }
  .resultat-avis.defavorable, .resultat-avis .defavorable {
    color: red; }
    .resultat-avis.defavorable i, .resultat-avis .defavorable i {
      display: inline-block;
      transform: rotate(180deg);
      vertical-align: -6px; }
  .resultat-avis.waiting, .resultat-avis .waiting {
    color: #CB4900; }
  .resultat-avis a {
    color: #037F8C; }

.export {
  float: right;
  margin-right: 80px; }

.check {
  padding-left: 10px; }

.side-instruction1 {
  padding-left: 25px;
  margin-bottom: 50px; }
  @media (max-width: 991px) {
    .side-instruction1 {
      width: 100%;
      padding-left: 0; } }
  .side-instruction1 .instruct-termine {
    height: 180px; }
  .side-instruction1 .message {
    text-align: left;
    padding: 10px;
    border: 1px solid #c6c6c6; }
    .side-instruction1 .message .auteur {
      color: #037F8C;
      font-size: 20px;
      font-weight: 700;
      margin-bottom: 5px; }
    .side-instruction1 .message .date {
      font-size: 14px;
      font-weight: 500;
      font-style: italic;
      margin-bottom: 5px; }
    .side-instruction1 .message .mess {
      font-size: 14px;
      font-weight: 500;
      margin-bottom: 5px; }
    .side-instruction1 .message a {
      position: absolute;
      top: 15px;
      right: 15px; }
    .side-instruction1 .message i {
      float: right;
      vertical-align: top;
      color: #037F8C; }
  .side-instruction1 .termine {
    background-color: #007B35;
    color: white;
    text-align: center;
    font-family: "Barlow", sans-serif;
    font-size: 28px;
    font-weight: 600;
    padding: 10px 2px 10px 2px; }
  .side-instruction1 .sidebar-container {
    background-color: #F1F1F1; }
    @media (max-width: 1600px) {
      .side-instruction1 .sidebar-container .title-sidebar .btn-depliant .icon-dropdown {
        padding-top: 4px; } }
    .side-instruction1 .sidebar-container .btn-depliant {
      background-color: #0367A6;
      color: white;
      text-align: center;
      font-family: "Barlow", sans-serif;
      font-size: 28px;
      font-weight: 600;
      text-transform: uppercase;
      padding: 10px 2px 10px 2px; }
      @media (max-width: 1600px) {
        .side-instruction1 .sidebar-container .btn-depliant {
          font-size: 15px; } }
      .side-instruction1 .sidebar-container .btn-depliant i:not(:first-child) {
        float: right;
        font-size: 15px;
        padding-top: 10px;
        padding-right: 10px; }
      .side-instruction1 .sidebar-container .btn-depliant i:not(:last-child) {
        float: left;
        margin-left: 20px; }
    .side-instruction1 .sidebar-container .resultat-avis {
      color: #007B35;
      font-family: "Barlow", sans-serif;
      font-size: 20px;
      font-weight: 600;
      margin: 20px 0px 20px 0px; }
    .side-instruction1 .sidebar-container .en-cours {
      background-color: #CB4900;
      color: white;
      text-align: center;
      font-family: "Barlow", sans-serif;
      font-size: 28px;
      font-weight: 600;
      text-transform: uppercase;
      padding: 10px 2px 10px 2px; }

.transmettre {
  text-align: center; }

/*fin projet accordeon---------------------------------------------*/
/* END PAGE INTERNE ------------------------------------ */

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