@charset "UTF-8";
/* 
    Created on : 28 avr. 2020, 09:00:00
    Author     : Sébastien GRIFFITHS - Otidea
*/
/*-- Declaration variables font--*/
/*@font-face {
    font-family: 'bretagneFont';
    src: url('../fonts/RegionBretagne-Reg.eot');
    src: local('â˜º'), url('../fonts/RegionBretagne-Reg.woff') format('woff'), url('../fonts/RegionBretagne-Reg.ttf') format('truetype'), url('../fonts/RegionBretagne-Reg.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'bretagneFont';
    src: url('../fonts/RegionBretagne-Bold.eot');
    src: local('â˜º'), url('../fonts/RegionBretagne-Bold.woff') format('woff'), url('../fonts/RegionBretagne-Bold.ttf') format('truetype'), url('../fonts/RegionBretagne-Bold.svg') format('svg');
    font-weight: bold ;
    font-style: normal;
}*/
/*-- Declaration variables couleurs--*/
/* rose 1*/
/*bleu*/
/*gris nav / backgounrd slider*/
/*gris backgounrd slider*/
/*bleu clair*/
/*trait /couleur de peinture orange jaune*/
/*neuf couleur*/
/*occas couleur*/
/* gris4 */
/* vert titre */
/*texte gris foncé*/
/*gris fond */
/*gris agence*/
/*bleu canard */
/*bleu clair */
/*jaune */
/*gauche fleche */
/*droite fleche */
/* canard clair*/
/* bleu footer */
/* bleu clair mentions*/
/* vert index */
/* bleu txt bouton */
/* bleu txt bouton */
/*pagination*/
/*-- Declaration classes font--*/
.font1 {
  font-family: "Jost", sans-serif;
}

.font2 {
  font-family: "Source Serif Pro", serif;
}

.font3 {
  font-family: "Dancing Script", cursive;
}

.font4 {
  font-family: "Open Sans", sans-serif;
}

/*-- Declaration classes couleurs--*/
.noir {
  color: #000000;
}

.blanc {
  color: #ffffff;
}

.gris {
  color: #f7f7f7;
}

.couleur1 {
  color: #E8326E;
}

.couleur2 {
  color: #3CB0B3;
}

.couleur3 {
  color: #F1FAFA;
}

.couleur4 {
  color: #333333;
}

.couleur5 {
  color: #2cbfc6;
}

.couleur6 {
  color: #fcd743;
}

.couleur7 {
  color: #46a46a;
}

.couleur8 {
  color: #12a184;
}

.couleur9 {
  color: #332c26;
}

.couleur10 {
  color: #ffad40;
}

.bgNoir {
  background-color: #000000;
}

.bgBlanc {
  background-color: #ffffff;
}

.bgGris {
  background-color: #f7f7f7;
}

.bgCouleur1 {
  background-color: #E8326E;
}

.bgCouleur2 {
  background-color: #3CB0B3;
}

.bgCouleur3 {
  background-color: #F1FAFA;
}

.bgCouleur4 {
  background-color: #333333;
}

.bgCouleur5 {
  background-color: #2cbfc6;
}

.bgCouleur6 {
  background-color: #fcd743;
}

.bgCouleur7 {
  background-color: #46a46a;
}

.bgCouleur8 {
  background-color: #12a184;
}

.bgCouleur9 {
  background-color: #332c26;
}

.bgCouleur10 {
  background-color: #ffad40;
}

/*-- Declaration mixin--*/
/*////////////////////////////////////////////////////////////////////*/
body {
  font-family: "Jost", sans-serif;
}

h3 {
  padding-bottom: 10px;
}

.bouton.inline {
  margin: 40px 0px;
  display: block;
}
.bouton .pen-green {
  background-color: #fff;
  padding: 17px 30px;
  border-radius: 7px;
}

/*----------------------*/
/* BLOC TEXTE */
/*----------------------*/
section {
  width: 100% !important;
}

.text-type-0 ::marker {
  color: black !important;
}
.text-type-0 {
  background-color: #F1FAFA !important;
}
.text-type-0 .container {
  background: #F1FAFA;
}
.text-type-0 .container p {
  margin: 5%;
}
.text-type-0 .container h3 {
  color: #3CB0B3;
  font-size: 36pt;
  font-style: normal;
  font-family: "Jost", sans-serif;
  font-weight: 700;
  margin-bottom: 0;
  text-transform: uppercase;
}
.text-type-0 .container h4 {
  margin: 0 !important;
  color: #3e3e3e;
  text-transform: inherit;
  font-size: 22pt;
  font-family: "Jost", sans-serif;
  font-weight: 400;
  border-bottom: inherit !important;
}
.text-type-0 .container h4:after {
  content: "";
  position: relative;
  display: block;
  left: calc(51% - 5px);
  top: 15px;
  border-radius: 50%;
  background: #3CB0B3;
  height: 10px;
  width: 10px;
}

.text-type-1 {
  background: #ffffff;
}
@media screen and (min-width: 992px) {
  .text-type-1 .col-lg-7 {
    flex: 0 0 auto;
    width: 80.333333%;
  }
}
.text-type-1 ::marker {
  color: black !important;
}
.text-type-1 .blocTextePage {
  border: inherit;
}
.text-type-1 .container {
  background-color: #ffffff;
}
.text-type-1 .container p {
  margin: 5%;
}
.text-type-1 .container h3 {
  color: #3CB0B3;
  font-size: 36pt;
  font-style: normal;
  font-family: "Jost", sans-serif;
  font-weight: 700;
  margin-bottom: 0;
  text-transform: uppercase;
}
@media (max-width: 800px) {
  .text-type-1 .container h3 {
    font-size: 2rem;
  }
}
.text-type-1 .container h4 {
  margin: 0 !important;
  color: #3e3e3e;
  text-transform: inherit;
  font-size: 22pt;
  font-family: "Jost", sans-serif;
  font-weight: 400;
  border-bottom: inherit !important;
}
.text-type-1 .container h4:after {
  content: "";
  position: relative;
  display: block;
  left: calc(51% - 5px);
  top: 15px;
  border-radius: 50%;
  background: #3CB0B3;
  height: 10px;
  width: 10px;
}

.text-type-2 {
  background: #ffffff;
}
.text-type-2 ::marker {
  color: black !important;
}
.text-type-2 .container {
  background-color: #ffffff;
}
.text-type-2 .container h3 {
  color: #3CB0B3;
  font-size: 36pt;
  font-style: normal;
  font-family: "Jost", sans-serif;
  font-weight: 700;
  margin-bottom: 0;
  text-transform: uppercase;
}
@media (max-width: 800px) {
  .text-type-2 .container h3 {
    font-size: 2rem;
  }
}
.text-type-2 .container p {
  margin: 5%;
}
.text-type-2 .container h4 {
  margin: 0 !important;
  color: #3e3e3e;
  text-transform: inherit;
  font-size: 22pt;
  font-family: "Jost", sans-serif;
  font-weight: 400;
  border-bottom: inherit !important;
}
.text-type-2 .container h4:after {
  content: "";
  position: relative;
  display: block;
  left: calc(51% - 5px);
  top: 15px;
  border-radius: 50%;
  background: #3CB0B3;
  height: 10px;
  width: 10px;
}

.encadre {
  border: 1px solid #fcd743;
  padding: 12px;
}

@media (max-width: 768px) {
  .cid-sYtjNiy8H1 ul li::before {
    top: -12px;
  }
}
.cid-sYtjNiy8H1 ul li::before {
  position: absolute;
  content: "→";
  left: -61px;
  top: -42%;
  color: #000000;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}

@media (max-width: 1781px) {
  .slider1 .img {
    padding: 0 !important;
  }
}
@media (max-width: 600px) {
  .slider1 .img {
    padding: 44px !important;
  }
}
@media (max-width: 1781px) {
  .slider1 li {
    margin: 0 !important;
  }
}
@media (max-width: 600px) {
  .slider1 li {
    margin: 10px !important;
  }
}
@media (max-width: 1781px) {
  .slider1 .text-wrapper {
    padding: 0 !important;
  }
}
@media (max-width: 1781px) {
  .slider1 .text-wrapper h3 {
    padding: 0 !important;
  }
}

.text-huge {
  font-size: 1.8em;
}

.text-big {
  font-size: 1.4em;
}

.text-small {
  font-size: 0.85em;
}

.text-tiny {
  font-size: 0.7em;
}

.text-type-3 ::marker {
  color: black !important;
}
.text-type-3 .container h3 {
  color: white;
  font-size: 36pt;
  font-style: normal;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  margin-bottom: 0;
  text-transform: uppercase;
}
@media (max-width: 800px) {
  .text-type-3 .container h3 {
    font-size: 2rem;
  }
}
.text-type-3 .container p {
  color: white;
  margin: 5%;
}
.text-type-3 .container h4 {
  margin: 0 !important;
  color: black;
  text-transform: uppercase;
  font-size: 22pt;
  font-family: "Jost", sans-serif;
  font-weight: 400;
  border-bottom: inherit !important;
}
.text-type-3 .container h4:after {
  content: "";
  position: relative;
  display: block;
  left: calc(51% - 5px);
  top: 15px;
  border-radius: 50%;
  background: white;
  height: 10px;
  width: 10px;
}

.trait {
  transform: scale(0.3);
}

.text-type-4 {
  background: red;
}

/*----------------------*/
/* BLOC TEXTE IMAGE & TEXTE SLIDER */
/*----------------------*/
.text-img-type-0 {
  background: #3CB0B3;
  height: auto;
}
@media screen and (max-width: 991px) {
  .text-img-type-0 {
    height: auto;
  }
}
.text-img-type-0 .img {
  background-color: #F1FAFA;
}
.text-img-type-0 .aImage {
  width: 100%;
  height: 100%;
  display: block;
  background-position: center;
  min-height: 300px;
  background-repeat: no-repeat;
  background-size: cover;
}
.text-img-type-0 .text-wrapper h3 {
  color: #3CB0B3;
  font-size: 36pt;
  font-family: "Jost", sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 0;
}
@media (max-width: 800px) {
  .text-img-type-0 .text-wrapper h3 {
    font-size: 2rem;
  }
}
.text-img-type-0 .text-wrapper h3:after {
  content: "";
  position: relative;
  display: block;
  width: 80px;
  border-bottom: none;
  border-bottom: none;
  left: calc(50% - 40px);
  top: 15px;
}
.text-img-type-0 .text-wrapper h4 {
  margin: 0 !important;
  padding-top: 0 !important;
  color: #3e3e3e;
  font-size: 22pt;
  font-family: "Jost", sans-serif;
  font-weight: 400;
  border-bottom: inherit !important;
  padding-bottom: 70px;
  text-transform: uppercase;
}
.text-img-type-0 .text-wrapper h4:after {
  content: "";
  position: relative;
  display: block;
  left: calc(51% - 5px);
  top: 15px;
  border-radius: 50%;
  background: #3CB0B3;
  height: 10px;
  width: 10px;
}

.text-img-type-1 {
  background: #699b98;
  height: auto;
}
.text-img-type-1 .aImage {
  width: 100%;
  height: 100%;
  display: block;
  background-position: center;
  min-height: 300px;
  background-repeat: no-repeat;
  background-size: cover;
}
.text-img-type-1 .img {
  background-color: white;
}
.text-img-type-1 .carousel {
  background-color: white;
}
.text-img-type-1 .text-wrapper h3 {
  color: #3CB0B3;
  font-size: 36pt;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  margin-bottom: 0;
  text-transform: uppercase;
}
@media (max-width: 800px) {
  .text-img-type-1 .text-wrapper h3 {
    font-size: 2rem;
  }
}
.text-img-type-1 .text-wrapper h4 {
  margin: 0 !important;
  padding-top: 0 !important;
  color: #3e3e3e;
  font-size: 22pt;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  border-bottom: inherit !important;
  padding-bottom: 70px;
  text-transform: uppercase;
}
.text-img-type-1 .text-wrapper h4:after {
  content: "";
  position: relative;
  display: block;
  left: calc(51% - 5px);
  top: 15px;
  border-radius: 50%;
  background: #3CB0B3;
  height: 10px;
  width: 10px;
}
.text-img-type-1 .text-wrapper p {
  color: #3e3e3e;
}

.text-img-type-2 {
  background: #717171;
  color: #ffffff;
  height: auto;
}
.text-img-type-2 .aImage {
  width: 100%;
  height: 100%;
  display: block;
  background-position: center;
  min-height: 300px;
  background-repeat: no-repeat;
  background-size: cover;
}
.text-img-type-2 .img {
  background-color: #3CB0B3;
}
.text-img-type-2 .text-wrapper h3 {
  color: white;
  font-size: 36pt;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  margin-bottom: 0;
  text-transform: uppercase;
}
@media (max-width: 800px) {
  .text-img-type-2 .text-wrapper h3 {
    font-size: 2rem;
  }
}
.text-img-type-2 .text-wrapper h4 {
  margin: 0 !important;
  padding-top: 0 !important;
  color: black;
  font-size: 22pt;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  border-bottom: inherit !important;
  padding-bottom: 70px;
  text-transform: uppercase;
}
.text-img-type-2 .text-wrapper h4:after {
  content: "";
  position: relative;
  display: block;
  left: calc(51% - 5px);
  top: 15px;
  border-radius: 50%;
  background: white;
  height: 10px;
  width: 10px;
}

.bg-cover-fixed {
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.bg-cover {
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.img-fit-cover {
  height: 100%;
  object-fit: cover;
}

.cid-sYtiOZS3A3 .row {
  flex-direction: row;
}

.row-reverse {
  flex-direction: row-reverse !important;
}

@media (min-width: 992px) {
  .cid-sYtjNiy8H1 .row {
    display: flex;
    align-items: stretch;
  }
  .cid-sYtjNiy8H1 .carousel {
    display: flex;
    flex-direction: column;
    min-height: 400px;
  }
  .cid-sYtjNiy8H1 .carousel .carousel-inner {
    flex: 1;
    position: relative;
  }
  .cid-sYtjNiy8H1 .carousel .carousel-inner .carousel-item {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .cid-sYtjNiy8H1 .carousel .carousel-inner .carousel-item .item-wrapper {
    height: 100%;
  }
  .cid-sYtjNiy8H1 .carousel .carousel-inner .carousel-item .item-wrapper a {
    position: relative;
    display: block;
    height: 100%;
    background-size: cover;
    background-position: center;
  }
  .cid-sYtjNiy8H1 .carousel .carousel-inner .carousel-item .item-wrapper img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
@media (max-width: 991px) {
  .cid-sYtjNiy8H1 .carousel {
    height: 350px;
  }
  .cid-sYtjNiy8H1 .carousel .carousel-inner,
  .cid-sYtjNiy8H1 .carousel .carousel-item,
  .cid-sYtjNiy8H1 .carousel .item-wrapper,
  .cid-sYtjNiy8H1 .carousel .item-wrapper a {
    height: 100%;
  }
  .cid-sYtjNiy8H1 .carousel .item-wrapper img {
    height: 100%;
    object-fit: cover;
  }
}

@media (min-width: 992px) {
  .cid-sYtjNiy8H1 .text-wrapper {
    padding: 2rem;
  }
}
.cid-sYtiOZS3A3 .text-wrapper, .cid-sYtjNiy8H1 .text-wrapper {
  padding: 2rem;
}

.cid-sYtjNiy8H1 .mbr-section-title {
  margin-bottom: 0;
}

/*----------------------*/
/* TEXTES */
/*----------------------*/
.bloc-text p {
  line-height: 1.5;
  text-align: center;
}

.column-count-0 p {
  line-height: 1.5;
}

.column-count-2 {
  column-count: 2;
  column-gap: 40px;
}
@media (max-width: 992px) {
  .column-count-2 {
    column-count: 1;
  }
}

.column-count-3 p {
  column-count: 3;
  column-gap: 40px;
}
@media (max-width: 992px) {
  .column-count-3 p {
    column-count: 1;
  }
}

/*----------------------*/
/* BLOC GALLERIE */
/*----------------------*/
.gallery-image {
  z-index: 12;
}

.cid-sYVVjIYuli .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
  height: auto !important;
}

.gallery4 {
  position: relative;
  padding: 0 !important;
}
.gallery4 .gallery-image {
  z-index: 12;
  padding: 0;
}
.gallery4:after {
  content: "";
  display: block;
  width: 100%;
  height: 200px;
  background-color: white;
  bottom: 0;
  z-index: 1;
  position: absolute;
}
.gallery4 img {
  height: 450px !important;
}
.gallery4 figure:hover > img {
  transform: scale(1.2);
  transition: all 0.5s ease;
}
.gallery4 figure {
  min-height: 450px;
}
.gallery4 .container {
  position: relative;
  margin-left: 0;
  margin-right: 0;
  max-width: 100%;
}
.gallery4 figcaption {
  background: #ffffff;
  width: 80%;
  color: #527e7b;
  position: relative;
  top: -73px;
  min-height: 150px;
}
.gallery4 figcaption:after {
  content: "";
  position: relative;
  display: block;
  width: 17%;
  height: 2px;
  border-bottom: 2px dashed #E8326E;
  top: 30px;
}

.gallery2 {
  background-color: #527e7b;
  background-image: url("../medias_front/common/fondVertNuageux.jpg");
}
.gallery2 img {
  height: 100%;
  object-fit: cover;
}
.gallery2 {
  /*.card-wrapper {
    border-radius: 12px;
    clip-path: polygon(0 0, 100% 0, 100% 92%, 0% 100%);
    margin: 0px 15px 10px 15px;

    &.secondImage {
      clip-path: polygon(0 0, 100% 0, 100% 100%, 0 92%) !important;
    }
  }

  .textContainer {
    span {
      color: $couleur4;
      font-weight: 500;
      font-size: 1.2rem;
      margin-bottom: 10px;

      &:after {
        content: "";
        display: block;
        position: relative;
        transform: skewX(-1deg);
        height: 25px;
        width: 95%;
        border-bottom: 2px dashed $couleur16;
        transform: rotate(3deg);
      }

      &.secondImage {
        &:after {
          transform: rotate(-3deg);
        }
      }
    }
  }*/
}
.gallery2 .linkBtn {
  background-image: url(../medias_front/common/more.png);
  width: 60px;
  height: 42px;
  position: absolute;
  display: block;
  left: calc(50% - 30px);
  bottom: 83px;
  z-index: 12;
}

.cid-sYtl8fxYgW .tile:hover .image-wrap {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.cid-sYtl8fxYgW .image-wrap {
  overflow: hidden;
  transition: transform 0.3s;
  position: relative;
}

.cid-sYIQSfaAZ3.bg-img-map {
  /*db-connect: url('127.0.0.1:8889') mysql 'root' 'root' 'SELECT bloc_bg_color FROM pages_blocs WHERE bloc_id = 10';*/
  /*background: db('bloc_bg_color');*/
  background-image: url(../medias_front/common/carte-bg.jpg);
}

/*----------------------*/
/* BLOC document */
/*----------------------*/
.blocDocument h4 {
  margin: 0 !important;
  padding-top: 0 !important;
  color: #3e3e3e;
  font-size: 22pt;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  border-bottom: inherit !important;
  padding-bottom: 70px;
  text-transform: uppercase;
}
.blocDocument h4:after {
  content: "";
  position: relative;
  display: block;
  left: calc(50% - 5px);
  top: 15px;
  border-radius: 50%;
  background: #3CB0B3;
  height: 10px;
  width: 10px;
}
.blocDocument h3 {
  color: #3CB0B3;
  text-transform: uppercase;
  font-size: 36pt;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  margin-bottom: 0;
}
@media (max-width: 800px) {
  .blocDocument h3 {
    font-size: 2rem;
  }
}
.blocDocument .btn {
  background-color: #E8326E !important;
  color: white !important;
  margin: 7px !important;
  width: 250px !important;
  text-transform: uppercase;
  border-radius: 4px !important;
  border: none !important;
}
.blocDocument .btn span {
  font-size: 12pt !important;
  font-weight: 600 !important;
}

/*----------------------*/
/* BLOC IMAGES */
/*----------------------*/
#image3-33.type0 {
  position: static;
}
#image3-33.type0 figure {
  min-height: 760px;
}
@media (max-width: 1000px) {
  #image3-33.type0 figure {
    height: 0;
  }
}
#image3-33.type0 .image-block {
  height: 500px;
  background-repeat: no-repeat;
  background-position: center;
  border-bottom: 10px solid #E8326E;
  background-size: cover;
}
#image3-33.type0 .titleBloc {
  background-color: transparent;
  top: -30px;
  max-width: 45%;
  left: 27.5%;
}
@media (max-width: 940px) {
  #image3-33.type0 .titleBloc {
    left: inherit;
    max-width: 100%;
  }
}
@media (max-width: 530px) {
  #image3-33.type0 .titleBloc {
    bottom: -212px;
    top: -40px;
  }
}
@media (max-width: 400px) {
  #image3-33.type0 .titleBloc {
    display: contents;
  }
}
#image3-33.type0 .titleBloc h3 {
  color: #3CB0B3;
  font-size: 3rem;
  padding-top: 25px;
  padding-bottom: 5px;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  margin-bottom: 0;
  text-transform: uppercase;
}
#image3-33.type0 .titleBloc h4 {
  margin: 0 !important;
  padding-top: 0 !important;
  color: #3e3e3e;
  font-size: 1.5rem;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
}

.blocSousMenu {
  background-color: white;
}
.blocSousMenu h2 {
  color: #3CB0B3;
  font-size: 36pt;
  font-style: normal;
  font-family: "Jost", sans-serif;
  font-weight: 700;
  margin-bottom: 0;
  text-transform: uppercase;
  text-align: center;
}
@media (max-width: 800px) {
  .blocSousMenu h2 {
    font-size: 25pt;
  }
}
.blocSousMenu h3 {
  margin: 0 !important;
  color: #3e3e3e;
  text-transform: inherit;
  font-size: 22pt;
  font-family: "Jost", sans-serif;
  font-weight: 400;
  border-bottom: inherit !important;
  text-align: center;
}
.blocSousMenu h3::after {
  content: "";
  position: relative;
  display: block;
  left: calc(50% - 5px);
  top: 15px;
  border-radius: 50%;
  background: #3CB0B3;
  height: 10px;
  width: 10px;
}
.blocSousMenu figure {
  min-height: 600px;
}
.blocSousMenu figcaption {
  background: #ffffff;
  width: 70%;
  color: #527e7b;
  position: relative;
  top: -73px;
  min-height: 150px;
}
.blocSousMenu figcaption:after {
  content: "";
  position: relative;
  display: block;
  width: 17%;
  height: 2px;
  border-bottom: 2px dashed #ffca3b;
  top: 30px;
}

#blanc {
  background-color: #ffffff;
  height: 200px;
}

.cid-sYtjNiy8H1 .carousel-indicators li.active, .cid-sYtjNiy8H1 .carousel-indicators li:hover {
  background-color: #3CB0B3;
  border-color: white;
}

.cid-sYtjNiy8H1 .carousel-control:hover {
  background-color: #3CB0B3;
}

.cid-sYtl8fxYgW {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #F1FAFA;
}

.cid-sYtfgmlx9v .mbr-section-title, .cid-sYtfgmlx9v .mbr-section-btn {
  color: white;
  text-transform: uppercase;
  font-family: "Jost", sans-serif;
  font-size: 60px !important;
}
@media screen and (max-width: 600px) {
  .cid-sYtfgmlx9v .mbr-section-title, .cid-sYtfgmlx9v .mbr-section-btn {
    font-size: 38px !important;
  }
}

.titlePage {
  position: absolute;
  bottom: 40px;
}

.breadcrumb {
  top: 29px;
  position: relative;
  min-width: 20%;
  text-align: center;
  justify-content: center;
  align-content: center;
}

#bigtitle {
  display: none;
}

.blocTextimage {
  height: 100%;
}

.gallery4 img {
  border-bottom: #E8326E solid 8px;
}

.h-80 {
  height: 85% !important;
  border-radius: 50%;
}

.textDesc {
  font-size: 16pt;
  font-weight: 600;
}

.bordernone {
  border-radius: 0% !important;
}

.filAccueil::before {
  background-image: url("../medias_front/common/picto_home.svg");
  height: 20px;
  background-repeat: no-repeat;
}

.cid-sYtjNiy8H1 .item-wrapper {
  height: 100%;
}

.text-type-3 .blocTextePage {
  background-color: #3CB0B3;
  border: none;
}

.gallery4 .container h3 {
  color: #3CB0B3;
  font-size: 36pt;
  font-style: normal;
  font-family: "Jost", sans-serif;
  font-weight: 700;
  margin-bottom: 0;
  text-transform: uppercase;
  text-align: center;
}
@media (max-width: 800px) {
  .gallery4 .container h3 {
    font-size: 25pt;
  }
}

.gallery4 .container h4 {
  margin: 0 !important;
  color: #3e3e3e;
  text-transform: inherit;
  font-size: 22pt;
  font-family: "Jost", sans-serif;
  font-weight: 400;
  border-bottom: inherit !important;
}

.gallery4 .container h4:after {
  content: "";
  position: relative;
  display: block;
  left: calc(51% - 5px);
  top: 15px;
  border-radius: 50%;
  background: #3CB0B3;
  height: 10px;
  width: 10px;
}

.gallery2 .container h3 {
  color: #3CB0B3;
  font-size: 36pt;
  font-style: normal;
  font-family: "Jost", sans-serif;
  font-weight: 700;
  margin-bottom: 0;
  text-transform: uppercase;
  text-align: center;
}
@media (max-width: 800px) {
  .gallery2 .container h3 {
    font-size: 25pt;
  }
}

.gallery2 .container h4 {
  margin: 0 !important;
  color: #3e3e3e;
  text-transform: inherit;
  font-size: 22pt;
  font-family: "Jost", sans-serif;
  font-weight: 400;
  border-bottom: inherit !important;
}

.gallery2 .container h4:after {
  content: "";
  position: relative;
  display: block;
  left: calc(51% - 5px);
  top: 15px;
  border-radius: 50%;
  background: #3CB0B3;
  height: 10px;
  width: 10px;
}

.boutonPlus {
  background-color: #E8326E !important;
  color: white !important;
  margin: 7px !important;
  width: 250px !important;
  text-transform: uppercase;
  border-radius: 4px !important;
  border: none !important;
  display: flex;
  justify-content: center;
  align-items: center;
}

.boutonPlus span {
  font-size: 12pt !important;
  font-weight: 600 !important;
  text-align: center;
}

#numbers01-4d h3 {
  color: #3CB0B3;
  font-size: 36pt;
  font-style: normal;
  font-family: "Jost", sans-serif;
  font-weight: 700;
  margin-bottom: 0;
  text-transform: uppercase;
  text-align: center;
}
@media (max-width: 800px) {
  #numbers01-4d h3 {
    font-size: 25pt;
  }
}

#numbers01-4d .container h4 {
  margin: 0 !important;
  color: #3e3e3e;
  text-transform: inherit;
  font-size: 22pt;
  font-family: "Jost", sans-serif;
  font-weight: 400;
  border-bottom: inherit !important;
}

#numbers01-4d .container .mbr-section-subtitle:after {
  content: "";
  position: relative;
  display: block;
  left: calc(50% - 5px);
  top: 15px;
  border-radius: 50%;
  background: #3CB0B3;
  height: 10px;
  width: 10px;
}

#numbers01-4d {
  background-color: #F1FAFA !important;
}

.cid-sZ7VhSNzs4 .icon-wrapper {
  background: #3CB0B3;
  width: 70px;
  height: 70px;
}

#numbers01-4d .container .chiffreCle h4 {
  color: #E8326E !important;
  font-size: 36pt;
  font-style: normal;
  font-family: "Jost", sans-serif;
  font-weight: 700;
  margin-bottom: 0;
  text-transform: uppercase;
  text-align: center;
}
@media (max-width: 800px) {
  #numbers01-4d .container .chiffreCle h4 {
    font-size: 25pt;
  }
}

.cid-sZ7VhSNzs4 .card-box {
  padding-left: 0;
}

#numbers01-4d .container .chiffreCle h5 {
  margin: 0 !important;
  color: #3e3e3e;
  text-transform: inherit;
  font-size: 22pt;
  font-family: "Jost", sans-serif;
  font-weight: 400;
  border-bottom: inherit !important;
  text-align: center;
}

#numbers01-4d .container .chiffreCle p {
  text-align: center;
}

.type1 {
  background-image: url("../medias_front/common/fondVertNuageux.jpg");
  background-size: cover;
  padding-bottom: 210px;
}

.type0 {
  height: auto;
  min-height: 415px;
}

.z-index-6 {
  z-index: 6;
}

.rondContai {
  max-width: 100%;
}

.imageRondActus {
  border-radius: 50%;
  height: 600px;
  width: 600px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  z-index: 3;
}
@media screen and (max-width: 610px) {
  .imageRondActus {
    height: 300px;
    width: 300px;
  }
}

.traitbleu {
  background-color: #F1FAFA;
  height: 35vh;
  position: absolute;
  width: 100%;
  top: 20%;
}
@media screen and (max-width: 610px) {
  .traitbleu {
    height: 20vh;
  }
}

.type3 .rondContai .titleBloc {
  position: relative !important;
}

.type3 .rondContai .cid-sYtkRmM6mF figcaption div {
  position: relative;
}

.type3 .rondContai .titleBloc h3 {
  color: #3CB0B3;
  font-size: 36pt;
  font-style: normal;
  font-family: "Jost", sans-serif;
  font-weight: 700;
  margin-bottom: 0;
  text-transform: uppercase;
}

.type3 .rondContai .titleBloc h4 {
  margin: 0 !important;
  color: #3e3e3e;
  text-transform: inherit;
  font-size: 22pt;
  font-family: "Jost", sans-serif;
  font-weight: 400;
  border-bottom: inherit !important;
}

@media (max-width: 600px) {
  .mbr-section-title {
    font-size: 25pt !important;
  }
}

.blocembed h3 {
  color: #3CB0B3;
  font-size: 36pt;
  font-style: normal;
  font-family: "Jost", sans-serif;
  font-weight: 700;
  margin-bottom: 0;
  text-transform: uppercase;
}

.blocembed h4 {
  margin: 0 !important;
  color: #3e3e3e;
  text-transform: inherit;
  font-size: 22pt;
  font-family: "Jost", sans-serif;
  font-weight: 400;
  border-bottom: inherit !important;
}

.blocembed h4:after {
  content: "";
  position: relative;
  display: block;
  left: calc(50% - 5px);
  top: 15px;
  border-radius: 50%;
  background: #3CB0B3;
  height: 10px;
  width: 10px;
  z-index: 5;
}

.socialReseaux {
  height: 20vh;
  background-color: #F1FAFA;
  align-items: center;
}

a {
  color: #E8326E;
}
a:hover {
  color: #3CB0B3;
}

.text-img-type-2 a {
  color: #E8326E;
}
.text-img-type-2 a:hover {
  color: white;
}

.ficheProduit .type1 {
  padding-bottom: inherit;
}

#curator-feed-default-feed-layout {
  display: none;
}

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