/*--------FONTES---------*/
@font-face {
  font-family: 'Open Sans';
  src: url(../fonts/OpenSans-Bold.ttf);
  font-weight: 700; }
@font-face {
  font-family: 'Open Sans';
  src: url(../fonts/OpenSans-Medium.ttf);
  font-weight: 500; }
@font-face {
  font-family: 'Open Sans';
  src: url(../fonts/OpenSans-Light.ttf);
  font-weight: 300; }
/*--------VARIABLES--------*/
/*--------GENERAL-------*/
html {
  scroll-behavior: smooth; }

body {
  overflow-x: hidden;
  color: #3d3d3c; }

h1, h2, h3, h4, h5, h6, p, div, a, li {
  font-family: 'Open Sans'; }

h1 {
  font-weight: 700; }

h2 {
  font-weight: 700; }

h3 {
  font-weight: 500;
  color: #379b83; }

a {
  text-decoration: none; }

.bouton, #contact .formulaire .wpcf7 .envoi p input {
  background: #379b83;
  padding: 10px 20px;
  margin-top: 15px;
  color: #ffffff;
  text-transform: uppercase;
  border-radius: 1px;
  transition: 0.3s ease;
  border: 0;
  text-decoration: none;
  display: inline-block;
  font-weight: 500; }
  @media (max-width: 768px) {
    .bouton, #contact .formulaire .wpcf7 .envoi p input {
      padding: 7px 15px;
      font-size: 15px; } }
  .bouton:hover, #contact .formulaire .wpcf7 .envoi p input:hover {
    color: #ffffff;
    text-decoration: none;
    background: #2a7563; }

.bandeau-configurable ul {
  padding-left: 0; }
  .bandeau-configurable ul li {
    list-style-type: none;
    margin-bottom: 8px; }
    .bandeau-configurable ul li:before {
      font-family: 'Font Awesome 6 Free';
      content: '\f178';
      display: inline-block;
      font-weight: bold;
      margin-right: 10px;
      color: #379b83; }

/*---ACCUEIL---*/
.home #bandeau-principal {
  position: relative;
  height: 100vh;
  max-height: 100%;
  overflow: hidden;
  width: 100%; }
  .home #bandeau-principal:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.3) 0, rgba(0, 0, 0, 0.5) 100%);
    background-repeat: repeat-x;
    opacity: 1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2; }
  .home #bandeau-principal img {
    position: absolute;
    z-index: 1;
    object-fit: cover;
    transform: none;
    width: 100%;
    max-width: 1000%;
    min-height: 100%; }
  .home #bandeau-principal .titre {
    position: relative;
    z-index: 3;
    text-align: center;
    display: flex;
    flex-direction: column;
    height: 80%;
    justify-content: space-around;
    align-items: center; }
    .home #bandeau-principal .titre #logo {
      width: 180px;
      display: flex;
      position: relative;
      margin-top: -5%; }
      @media (max-width: 1200px) {
        .home #bandeau-principal .titre #logo {
          width: 140px; } }
      @media (max-width: 992px) {
        .home #bandeau-principal .titre #logo {
          width: 120px; } }
    .home #bandeau-principal .titre h1 {
      color: #ffffff;
      font-size: 80px;
      font-weight: 700;
      padding-bottom: 30px;
      margin-bottom: 40px;
      position: relative; }
      @media (max-width: 1600px) {
        .home #bandeau-principal .titre h1 {
          font-size: 65px; } }
      @media (max-width: 1200px) {
        .home #bandeau-principal .titre h1 {
          font-size: 52px; } }
      @media (max-width: 992px) {
        .home #bandeau-principal .titre h1 {
          font-size: 42px;
          padding-bottom: 25px;
          margin-bottom: 30px; } }
      @media (max-width: 768px) {
        .home #bandeau-principal .titre h1 {
          font-size: 32px;
          margin-top: 50px;
          padding-bottom: 20px;
          margin-bottom: 20px; } }
      .home #bandeau-principal .titre h1:after {
        content: '';
        width: 300px;
        height: 2px;
        left: 50%;
        transform: translateX(-50%);
        max-width: 50%;
        background: rgba(255, 255, 255, 0.3);
        position: absolute;
        bottom: 0; }
    .home #bandeau-principal .titre h2 {
      color: #ffffff;
      font-weight: 500;
      font-size: 20px; }
      @media (max-width: 1200px) {
        .home #bandeau-principal .titre h2 {
          font-size: 18px; } }
      @media (max-width: 992px) {
        .home #bandeau-principal .titre h2 {
          font-size: 16px;
          margin-top: 10px; } }

/*----BANDEAUX CONFIGURABLES-----*/
.bandeau-configurable {
  padding: 50px 0 60px; }
  @media (max-width: 768px) {
    .bandeau-configurable {
      padding: 30px 0 40px; } }
  .bandeau-configurable.visuels img {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1); }
  @media (max-width: 1400px) {
    .bandeau-configurable.visuels .bloc {
      width: 280px; } }
  @media (max-width: 1200px) {
    .bandeau-configurable.visuels .bloc {
      width: 235px; } }
  @media (max-width: 992px) {
    .bandeau-configurable.visuels .bloc {
      width: auto; } }
  @media (max-width: 768px) {
    .bandeau-configurable.visuels .bloc {
      width: 270px; } }
  @media (max-width: 576px) {
    .bandeau-configurable.visuels .bloc {
      width: 50%; } }
  .bandeau-configurable.visuels .bloc-1 {
    position: relative;
    z-index: 1;
    margin-top: -40px; }
  .bandeau-configurable.visuels .bloc-2 {
    position: relative;
    z-index: 2;
    margin-left: -20px;
    margin-top: 40px; }
    @media (max-width: 1400px) {
      .bandeau-configurable.visuels .bloc-2 {
        margin-left: -30px; } }
    @media (max-width: 992px) {
      .bandeau-configurable.visuels .bloc-2 {
        margin-bottom: 30px; } }
  .bandeau-configurable.simulateur .cyberpretCalculettes {
    margin-right: 30px; }
  .bandeau-configurable.vignettes .conteneur-vignettes {
    visibility: hidden;
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
    align-items: stretch; }
    .bandeau-configurable.vignettes .conteneur-vignettes a {
      flex: 1 0 calc(33.3333% - 30px);
      max-width: calc(33.3333% - 30px);
      background: #ffffff;
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
      display: flex;
      justify-content: space-between;
      padding: 15px;
      border-radius: 10px;
      margin: 15px;
      color: #3d3d3c;
      text-decoration: none;
      transition: 0.3s ease; }
      @media (max-width: 1200px) {
        .bandeau-configurable.vignettes .conteneur-vignettes a {
          flex: 1 0 calc(50% - 30px);
          max-width: calc(50% - 30px);
          padding: 10px; } }
      @media (max-width: 768px) {
        .bandeau-configurable.vignettes .conteneur-vignettes a {
          flex: 1 0 calc(100% - 30px);
          max-width: calc(100% - 30px);
          padding: 10px; } }
      .bandeau-configurable.vignettes .conteneur-vignettes a:hover {
        box-shadow: 0 0 15px rgba(0, 0, 0, 0.2); }
      .bandeau-configurable.vignettes .conteneur-vignettes a .gauche {
        display: flex; }
        .bandeau-configurable.vignettes .conteneur-vignettes a .gauche .icone i {
          width: 50px;
          text-align: center;
          margin-right: 15px;
          font-size: 36px;
          color: #379b83; }
          @media (max-width: 768px) {
            .bandeau-configurable.vignettes .conteneur-vignettes a .gauche .icone i {
              font-size: 28px;
              margin-right: 10px; } }
        .bandeau-configurable.vignettes .conteneur-vignettes a .gauche h3 {
          font-size: 20px;
          color: #3d3d3c;
          font-weight: 700;
          margin-bottom: 10px; }
          @media (max-width: 768px) {
            .bandeau-configurable.vignettes .conteneur-vignettes a .gauche h3 {
              font-size: 18px; } }
      .bandeau-configurable.vignettes .conteneur-vignettes a .fleche {
        margin-top: 3px;
        margin-left: 10px; }
  @media (max-width: 768px) {
    .bandeau-configurable.blocs .conteneur-blocs {
      max-width: 400px; } }
  @media (max-width: 768px) {
    .bandeau-configurable.blocs .conteneur-blocs .col-md-4 {
      margin-bottom: 30px; } }
  .bandeau-configurable.blocs .conteneur-blocs .col-md-4 .bloc {
    border: 1px solid #ddd;
    height: 100%;
    border-radius: 10px;
    overflow: hidden;
    background: #ffffff; }
    .bandeau-configurable.blocs .conteneur-blocs .col-md-4 .bloc .texte {
      padding: 15px; }
      .bandeau-configurable.blocs .conteneur-blocs .col-md-4 .bloc .texte h3 {
        font-weight: 700;
        text-align: center;
        font-size: 20px;
        margin-top: 15px;
        margin-bottom: 15px; }
      .bandeau-configurable.blocs .conteneur-blocs .col-md-4 .bloc .texte a {
        display: table;
        padding: 7px 15px 7px;
        border: 2px solid #379b83;
        border-radius: 25px;
        color: #379b83;
        font-weight: 700;
        text-align: center;
        text-transform: uppercase;
        font-size: 15px;
        margin: 20px auto 12px;
        transition: 0.3s ease; }
        .bandeau-configurable.blocs .conteneur-blocs .col-md-4 .bloc .texte a:hover {
          text-decoration: none;
          color: #ffffff;
          background: #379b83; }
  .bandeau-configurable.avis .conteneur-avis {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
    align-items: stretch; }
    .bandeau-configurable.avis .conteneur-avis .bloc_avis {
      flex: 1 0 calc(33.3333% - 30px);
      max-width: calc(33.3333% - 30px);
      background: #ffffff;
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
      padding: 20px;
      border-radius: 10px;
      margin: 15px;
      color: #3d3d3c;
      text-decoration: none;
      transition: 0.3s ease; }
      @media (max-width: 768px) {
        .bandeau-configurable.avis .conteneur-avis .bloc_avis {
          flex: 1 0 calc(100% - 30px);
          max-width: calc(100% - 30px); } }
      .bandeau-configurable.avis .conteneur-avis .bloc_avis .note img {
        width: 20px; }
      .bandeau-configurable.avis .conteneur-avis .bloc_avis h5 {
        font-size: 20px;
        font-weight: bold;
        margin-top: 15px;
        margin-bottom: 5px; }
      .bandeau-configurable.avis .conteneur-avis .bloc_avis .commentaire {
        margin-top: 0; }
      .bandeau-configurable.avis .conteneur-avis .bloc_avis .nom {
        font-size: 16px;
        margin-bottom: 0;
        font-style: italic; }
    .bandeau-configurable.avis .conteneur-avis.nb-4 .bloc_avis {
      flex: 1 0 calc(25% - 30px);
      max-width: calc(25% - 30px); }

#contact {
  background: #379b83;
  padding: 50px 0 70px;
  color: #3d3d3c; }
  @media (max-width: 768px) {
    #contact {
      padding: 30px 0 50px; } }
  @media (max-width: 768px) {
    #contact .inverse .coordonnees {
      order: 2; }
    #contact .inverse .formulaire {
      order: 1; } }
  #contact h2 {
    color: #3d3d3c; }
  #contact .coordonnees h4 {
    font-size: 24px;
    margin-bottom: 10px;
    color: #3d3d3c;
    font-weight: bold; }
    @media (max-width: 350px) {
      #contact .coordonnees h4 {
        text-align: center; } }
  #contact .coordonnees p {
    display: flex;
    align-items: center; }
    @media (max-width: 350px) {
      #contact .coordonnees p {
        flex-direction: column;
        align-items: center; } }
    #contact .coordonnees p i {
      margin-right: 10px;
      font-size: 20px;
      color: #3d3d3c;
      border: 2px solid #3d3d3c;
      background: #ffffff;
      border-radius: 100%;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: 40px;
      height: 40px; }
      @media (max-width: 350px) {
        #contact .coordonnees p i {
          margin-bottom: 5px; } }
  #contact .coordonnees .presentation {
    margin-top: 35px;
    font-size: 16px; }
  #contact .formulaire {
    text-align: center; }
    @media (max-width: 768px) {
      #contact .formulaire {
        margin-bottom: 30px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.5); } }
    #contact .formulaire h2 {
      font-size: 36px; }
    #contact .formulaire .wpcf7 {
      width: 600px;
      max-width: 100%;
      margin: 0 auto; }
      @media (max-width: 768px) {
        #contact .formulaire .wpcf7 {
          width: 400px;
          max-width: 100%; } }
      #contact .formulaire .wpcf7 input {
        max-width: 100%;
        height: 35px;
        padding: 6px 10px;
        border: 1px solid #ccc;
        font-size: 16px; }
      #contact .formulaire .wpcf7 textarea {
        width: 100%;
        padding: 6px 10px;
        border: 1px solid #ccc;
        font-size: 16px;
        height: 100px; }
      #contact .formulaire .wpcf7 .wpcf7-not-valid-tip {
        text-align: left;
        font-size: 14px;
        color: #fff;
        font-weight: bold; }
      #contact .formulaire .wpcf7 .wpcf7-response-output {
        border-color: #ffffff;
        background: #ffffff;
        font-weight: bold; }
      #contact .formulaire .wpcf7 .rgpd .wpcf7-list-item {
        display: flex;
        text-align: left;
        margin-left: 0; }
        #contact .formulaire .wpcf7 .rgpd .wpcf7-list-item input {
          height: 23px;
          margin-right: 7px; }
        #contact .formulaire .wpcf7 .rgpd .wpcf7-list-item span {
          font-size: 14px; }
      #contact .formulaire .wpcf7 .envoi p {
        position: relative;
        display: flex; }
        #contact .formulaire .wpcf7 .envoi p input {
          height: auto;
          margin: 15px auto;
          display: table;
          background: #3d3d3c; }
          #contact .formulaire .wpcf7 .envoi p input:hover {
            background: #232323; }
        #contact .formulaire .wpcf7 .envoi p .wpcf7-spinner {
          position: absolute;
          right: 0;
          top: 50%;
          transform: translateY(-50%); }

.menu-footer {
  background: #3d3d3c;
  padding: 15px 0; }
  .menu-footer ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    text-align: center; }
    .menu-footer ul li {
      display: inline;
      margin: 0 15px; }
      @media (max-width: 768px) {
        .menu-footer ul li {
          display: block; } }
      .menu-footer ul li a {
        color: #ffffff;
        font-size: 15px;
        font-weight: 100; }

/*# sourceMappingURL=styles.css.map */
