* {
    box-sizing: border-box;
}

body * {
    -webkit-font-smoothing: antialiased;
    }


body {
    font-family: "Prompt", sans-serif;
    font-size: 14px;
    line-height: 22px;
    font-weight: 500;
    margin: 0;
}
  
  header {
    border-top: 3px solid black;
    background-color: rgb(50, 128, 128);
    font-size: 20px;
    font-weight: 300;
    color: white;
    display: flex;
    padding-left: 5%;
    padding-right: 5%;
    justify-content: space-between;
    align-items: center;
  }

  a {
    text-decoration: none;
    color: black;
}
  
  .container {
    background-color: rgb(50, 128, 128);
    display: flex;
    justify-content: space-around;
    align-items: center;
    align-content: flex-end;
}

.logo-accueil a {
    display: flex;
    padding: 20px;
    font-weight: 900;
    line-height: 40px;
    font-size: 30px;
    font-family: "Work Sans";
    color: white;
    text-shadow: black 0.5px 0.5px, black -0.5px 0.5px, black -0.5px -0.5px, black 0.5px -0.5px;
    text-align: center;
}

.logo-accueil-titre {
    margin-left: 2%;
}

.logo-accueil-photo {
    width: 6%;
}
  
  .navbar {
    display: flex;
    align-items: center;
  }
  
  .nav-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    
  }
  
  .nav-list li {
    margin: 0 15px;
    font-size: 35px;
  }
  
  .nav-list a {
    text-decoration: none;
    color: white;
  }
  
  .menu-icon {
    display: none;
    flex-direction: column;
    cursor: pointer;
  }
  
  .bar {
    width: 75px;
    height: 10px;
    background-color: white;
    margin: 6px 0;
    transition: transform 0.3s ease-in-out;
  }
  
  .cross .bar:nth-child(1) {
    transform: rotate(-45deg) translate(-15px, 15px);
  }
  
  .cross .bar:nth-child(2) {
    opacity: 0;
  }
  
  .cross .bar:nth-child(3) {
    transform: rotate(45deg) translate(-15px, -15px);
  }
  

  .menu-accueil a {
    padding: 15px;
    color: white;
    font-size: 18px;
    font-family: "Montserrat";
}

  .menu-accueil-connexion a {
    background-color: white;
    border-radius: 50px;
    font-family: "Prompt";
    text-shadow: none;
    font-weight: bold;
    color: black;
    border: 2px solid black;
}

.nav-list {
    transition: max-height 0.5s ease-in-out, opacity 0.5s ease-in-out; /* Ajoutez une transition pour l'apparition */
}

.show .nav-list {
    opacity: 1;
    max-height: calc(100vh - 166px); /* Soustrayez la hauteur du header (92px dans cet exemple) */
    
  }

body.show-menu {
    overflow: hidden; /* Empêche le défilement du corps lorsque le menu est actif */
  }
  

  
  @media screen and (max-width: 1200px) {
    header {
        border-bottom: 3px solid black;
    }
    .logo-accueil a {
        display: flex;
        font-weight: 900;
        line-height: 100px;
        font-size: 70px;
        font-family: "Work Sans";
        color: white;
        text-shadow: black 0.5px 0.5px, black -0.5px 0.5px, black -0.5px -0.5px, black 0.5px -0.5px;
        text-align: center;
    }
    .logo-accueil-photo {
        width: 10%;
    }
    .nav-list {
      display: none;
      flex-direction: column;
      width: 100%;
      height: calc(100vh - 166px);
      text-align: center;
      position: absolute;
      top: 166px;
      left: 0;
      font-size: 70px;
      line-height: 100px;
      padding-bottom: 5%;
      background-color: lightgray;
      padding-top: 10%;
      opacity: 0;
      max-height: 10000px;
    }
  
    .nav-list.show {
      display: flex;
      font-family: "Montserrat";
      opacity: 1;
    }
  
    .nav-list li {
      margin: 10px ;
    }
  
    .menu-icon {
      display: flex;
    }

    .menu-accueil a {
        padding: 15px;
        color: rgb(29, 29, 29);
        font-size: 60px;
        line-height: 300px;
        font-family: "Montserrat";
    }
    .menu-accueil-connexion a {
        font-family: "Prompt";
    }
  }

main {
    color: black;
    background-color: white;
}

.container-accueil1 {
    display: flex;
    justify-content: center;
    background-color: rgb(50,128,128);
    padding-bottom: 3%;
}

.devis-container-accueil1 {
    font-family: "Montserrat";
    color: black;
    font-size: 30px;
    line-height: 100px;
    text-align: center;
    margin-top: 5%;
    display: inline-block;
    width: 20%;
    height: 40%;
    background-color: white;
    border: 3px solid black;
}

.bouton-devis-container-accueil1 {
    background-color: rgb(50,128,128);
    color: white;
    font-size: 20px;
    line-height: 70px;
    border: 2px solid black;
    width: 70%;
    margin-left: 15%;
    margin-bottom: 5%;
    margin-top: 10%;
}

.slogan {
    font-family: "Montserrat";
    font-weight: normal;
    color: white;
    font-size: 40px;
    line-height: 70px;
    text-align: center;
    margin-top: 2%;
    display: inline-block;
    width: 50%;
}

.slogan img {
width: 80%;
}

.image-container-accueil {
    width: 80%;
    margin-left: 10%;
}

.informations-container-accueil1 {
    font-family: "Montserrat";
    color: black;
    font-size: 30px;
    line-height: 100px;
    text-align: center;
    margin-top: 5%;
    display: inline-block;
    width: 20%;
    height: 40%;
    background-color: white;
    border: 3px solid black;
}

.container-accueil1-mobile {
    display: flex;
    justify-content: space-around;
    margin-bottom: 5%;
}

.devis-container-accueil-mobile {
    font-family: "Montserrat";
    color: black;
    text-align: center;
    margin-top: 7%;
    display: inline-block;
    width: 45%;
    background-color: white;
    border: 3px solid black;
    display: none;
}

.informations-container-accueil-mobile {
    font-family: "Montserrat";
    color: black;
    text-align: center;
    margin-top: 7%;
    display: inline-block;
    width: 45%;
    background-color: white;
    border: 3px solid black;
    display: none;
}

.mot-cle-slogan {
    color: rgb(16, 64, 64);
}
.mot-cle-slogan2 {
    color: rgb(185, 185, 185);
}

.sous-slogan {
    font-size: 25px;
    line-height: 30px;
    font-family: "Prompt";
    width: 100%;
    margin-left: 0%;
    font-weight: bold;
}

.informations-container-accueil1-sous-slogan {
    font-family: "Prompt";
    font-size: 18px;
    line-height: 30px;
    font-weight: 500;
    width: 70%;
    margin-left: 15%;
    text-align: center;
}

.image-container-accueil-mobile {
    display: none;
}

@media screen and (max-width: 700px) {
    .container-accueil1{
        display: inline-block;
    }
    .devis-container-accueil1 {
        display: none;
    }
    .slogan {
        width: 100%;
    }
    .informations-container-accueil1 {
        display: none;
    }
    .devis-container-accueil-mobile {
        display: block;
        font-size: 8px;
        line-height: 70px;
    }
    .informations-container-accueil-mobile {
        display: block;
    }
    .image-container-accueil {
        display: none;
    }
}


@media screen and (max-width: 1200px) {
    .container-accueil1{
        display: inline-block;
    }
    .devis-container-accueil1 {
        display: none;
    }
    .slogan {
        width: 100%;
        font-size: 50px;
        line-height: 100px;
    }
    .informations-container-accueil1 {
        display: none;
    }
    .devis-container-accueil-mobile {
        display: block;
        font-size: 43px;
        line-height: 70px;
    }
    .informations-container-accueil-mobile {
        display: block;
        font-size: 43px;
        line-height: 70px;
        justify-content: space-between;
    }
    .bouton-devis-container-accueil1 {
        background-color: rgb(50,128,128);
        color: white;
        font-size: 35px;
        line-height: 90px;
        border: 2px solid black;
        width: 90%;
        margin-left: 5%;
        margin-bottom: 5%;
        margin-top: 10%;
    }
    .image-container-accueil {
        display: none;
    }
    .sous-slogan {
        font-size: 30px;
        line-height: 50px;
        font-family: "Prompt";
        width: 80%;
        margin-left: 10%;
    }
    .image-container-accueil-mobile {
        display: block;
    }
}

.pourquoi-tansimar {
    display: flex;
    background-color: white;
}

.grand-avocatier-image {
    margin-top: 3%;
    width: 35%;
    text-align: center;
}

.grand-avocatier-image-mobile {
    display: none;
    margin-top: 3%;
    width: 35%;
    text-align: center;
}

.pourquoi-tansimar-text {
    margin-top: 10%;
    margin-bottom: 5%;
    width: 60%;
    background-color: rgb(241, 241, 241);
    border-radius: 10px;
}

.pourquoi-tansimar-titre {
    margin-top: 3%;
    margin-left: 3%;
    color: rgb(50, 128, 128);
    font-size: 50px;
    line-height: 70px;
    text-align: left;
    margin-bottom: 3%;
    font-family: "Montserrat";
}

.pourquoi-tansimar-text-inside {
    font-family: "Prompt";
    text-align: left;
    font-size: 20px;
    margin: 3%;
    color: black;
}

@media screen and (max-width: 1200px) {
    .pourquoi-tansimar {
        display: inline-block;
        background-color: white;
    }
    .pourquoi-tansimar-titre {
        margin-top: 3%;
        margin-left: 3%;
        color: rgb(50, 128, 128);
        font-size: 70px;
        line-height: 100px;
        text-align: left;
        margin-bottom: 3%;
        font-family: "Montserrat";
        text-align: center;
    }
    .pourquoi-tansimar-text {
        margin-top: 10%;
        margin-bottom: 5%;
        margin-left: 5%;
        padding-bottom: 10%;
        width: 90%;
        background-color: rgb(241, 241, 241);
        border-radius: 10px;
    }
    .pourquoi-tansimar-text-inside {
        font-size: 35px;
        text-align: justify;
        line-height: 70px;
        margin-top: 10%;
        padding-top: 2%;
    }
    .grand-avocatier-image {
        display: none;
        width: 40%;
        height: 40%;
        margin: auto;
    }
    .grand-avocatier-image-mobile {
        display: block;
        width: 60%;
        height: 60%;
        margin: auto;
    }
}

.container-pilier {
    display: flex;
    justify-content: space-around;
    background-color: rgb(237, 237, 237);
}

.transparence-bien-accueil {
    width: 30%;
    margin-bottom: 5%;
    font-size: 18px;
}

.gestion-locative-accueil {
    width: 30%;
    margin-bottom: 5%;
    font-size: 18px;
}

.meilleur-prix-accueil {
    width: 30%;
    margin-bottom: 5%;
    font-size: 18px;
}

.titre-pilier {
    margin: 5%;
    text-align: center;
    font-size: 30px;
    font-family: "Montserrat";
    color: rgb(76, 76, 76);
}

@media screen and (max-width: 1200px) {
    .container-pilier {
        display: inline-block;
        margin: auto;
        background-color: rgb(255, 255, 255);
    }

    .titre-pilier {
        font-size: 60px;
        line-height: 100px;
        margin-top: 5%;
    }

    .transparence-bien-accueil {
        font-size: 50px;
        line-height: 70px;
        text-align: justify;
        margin: auto;
        width: 70%;
        padding-bottom: 5%;
    }

    .transparence-bien-accueil-text-inside {
        font-size: 50px;
        line-height: 70px;
        margin-top: 10%;
    }

    .gestion-locative-accueil {
        font-size: 50px;
        line-height: 70px;
        text-align: justify;
        margin: auto;
        width: 70%;
        padding-bottom: 5%;
    }

    .meilleur-prix-accueil {
        font-size: 50px;
        line-height: 70px;
        text-align: justify;
        margin: auto;
        margin-bottom: 5%;
        width: 70%;
        padding-bottom: 5%;
    }
    .image-pilier {
        width: 70%;
        height: 70%;
        margin: auto;
    }
}

.container-confier1 {
    background-color: white;
}

.container-bouton-pour-etre-contacte {
    display: flex;
    justify-content: space-around;
}

.bouton-etre-contacte {
    color: white;
    font-size: 40px;
    line-height: 80px;
    text-align: center;
    margin-top: 5%;
    margin-bottom: 5%;
    width: 40%;
    display: inline-block;
    border: 3px solid black;
    border-radius: 10px;
    background-color: rgb(50,128,128);
}

.lien-etre-contacte {
    color: white;
    font-family: "Montserrat";
}

.img-bouton-etre-contacte {
    margin-top: 3%;
    margin-right: 5%;
    width: 20%;
}

@media screen and (max-width: 1200px) {
    .bouton-etre-contacte {
        color: white;
        font-size: 70px;
        line-height: 100px;
        text-align: center;
        margin-top: 5%;
        margin-bottom: 5%;
        margin-left: 10%;
        width: 80%;
        display: inline-block;
        border: 3px solid black;
        border-radius: 10px;
        background-color: rgb(50,128,128);
    }
    .container-bouton-pour-etre-contacte {
        display: inline-block;
    }
    .img-bouton-etre-contacte {
        margin-top: 3%;
        margin-right: 5%;
        width: 60%;
        margin-left: 20%;
        margin-bottom: 5%;
    }
}

.container-etapes-confier {
    background-color: rgb(228, 228, 228);
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    width: 80%;
    margin-left: 10%;
}

.etapes-confier-titre {
    color: black;
    font-size: 50px;
    font-family: "Montserrat";
    line-height: 40px;
    text-align: center;
    width: 80%;
    margin-left: 10%;
    margin-top: 9%;
    margin-bottom: 7%;
    display: inline-block;
}

.etapes-confier {
    display: flex;
}

.container-confier2 {
    background-color: rgb(228, 228, 228);
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    width: 80%;
    margin-left: 10%;
    margin-bottom: 3%;
}

@media screen and (max-width: 1200px) {
    .container-confier2 {
        width: 90%;
        margin-left: 5%;
    }
    .container-etapes-confier {
        width: 90%;
        margin-left: 5%;
    }
    .etapes-confier-titre {
        width: 100%;
        margin-left: 0%;
        font-size: 70px;
        line-height: 100px;
    }
}

.container-recherche-illustration {
    width: 40%;
}

.text-inside-etapes {
    font-family: "Prompt";
    text-align: left;
    margin: 3%;
    display: inline-block;
    line-height: 25px;
}

.container-recherche{
    display: flex;
    justify-content: space-around;
}

.container-recherche-text{
    margin-top: 5%;
    background-color: white;
    margin-bottom: 5%;
    text-align: center;
    width: 40%;
    border-radius: 5px;
    font-size: 20px;
}

.container-recherche-text-titre {
    color: black;
    font-size: 30px;
    font-family: "Montserrat";
    margin-top: 10%;
    margin-bottom: 3%;
}

.tarif-confier {
    color: rgb(50,128,128);
    font-size: 25px;
    font-family: "Montserrat";
    margin-top: 5%;
    padding-bottom: 10%;
    margin-left: 3%;
}

@media screen and (max-width: 1200px) {
    .text-inside-etapes {
        font-size: 40px;
        line-height: 70px;
    }
    .container-recherche {
        display: inline-block;
    }
    .container-recherche-illustration {
        width: 90%;
    }
    .container-recherche-text{
        margin-top: 10%;
        background-color: white;
        margin-bottom: 5%;
        text-align: center;
        width: 90%;
        border-radius: 5px;
        font-size: 50px;
        margin-left: 5%;
    }
    .container-recherche-text-titre {
        color: black;
        font-size: 70px;
        line-height: 100px;
        font-family: "Montserrat";
        margin-top: 10%;
        margin-bottom: 3%;
    }
    .tarif-confier {
        color: rgb(50,128,128);
        font-size: 70px;
        line-height: 100px;
        font-family: "Montserrat";
        margin-top: 5%;
        padding-bottom: 10%;
        margin-left: 3%;
    }
}

.container-gestion{
    display: flex;
    justify-content: space-around;
}

.container-gestion-text{
    margin-top: 5%;
    background-color: white;
    margin-bottom: 5%;
    text-align: center;
    width: 40%;
    border-radius: 5px;
    font-size: 20px;
}

.container-gestion-text-titre {
    color: black;
    font-size: 30px;
    font-family: "Montserrat";
    margin-top: 10%;
    margin-bottom: 3%;
}

.container-gestion-illustration-mobile {
    display: none;
}

.container-gestion-illustration-gestion {
    width: 40%;
}

@media screen and (max-width: 1200px) {
    .text-inside-etapes {
        font-size: 40px;
        line-height: 70px;
    }
    .container-gestion {
        display: inline-block;
    }
    .container-recherche-illustration-mobile {
        width: 90%;
    }
    .container-gestion-text{
        margin-top: 10%;
        background-color: white;
        margin-bottom: 5%;
        text-align: center;
        width: 90%;
        border-radius: 5px;
        font-size: 50px;
        margin-left: 5%;
    }
    .container-gestion-text-titre {
        color: black;
        font-size: 70px;
        line-height: 100px;
        font-family: "Montserrat";
        margin-top: 10%;
        margin-bottom: 3%;
    }
    .tarif-confier {
        color: rgb(50,128,128);
        font-size: 50px;
        line-height: 80px;
        font-family: "Montserrat";
        margin-top: 5%;
        padding-bottom: 10%;
        margin-left: 3%;
    }
    .container-gestion-illustration-mobile {
        display: block;
    }
    .container-gestion-illustration-gestion{
        display: none;
    }
}

.container-sortie {
    display: flex;
    justify-content: space-around;
}

.container-sortie-text {
    margin-top: 5%;
    background-color: white;
    margin-bottom: 5%;
    text-align: center;
    width: 40%;
    border-radius: 5px;
    font-size: 20px;
}

.container-sortie-text-titre {
    color: black;
    font-size: 30px;
    font-family: "Montserrat";
    margin-top: 10%;
    margin-bottom: 3%;
}

.container-sortie-illustration {
    width: 40%;
}

@media screen and (max-width: 1200px) {
    .text-inside-etapes {
        font-size: 55px;
        line-height: 100px;
    }
    .container-sortie {
        display: inline-block;
    }
    .container-sortie-illustration {
        width: 90%;
    }
    .container-sortie-text{
        margin-top: 10%;
        background-color: white;
        margin-bottom: 5%;
        text-align: center;
        width: 90%;
        border-radius: 5px;
        font-size: 50px;
        margin-left: 5%;
    }
    .container-sortie-text-titre {
        color: black;
        font-size: 70px;
        line-height: 100px;
        font-family: "Montserrat";
        margin-top: 10%;
        margin-bottom: 3%;
    }
    .tarif-confier {
        color: rgb(50,128,128);
        font-size: 70px;
        line-height: 100px;
        font-family: "Montserrat";
        margin-top: 5%;
        padding-bottom: 10%;
        margin-left: 3%;
    }
}

.text-inside-etapes-inside {
    margin-top: 5%;
}

.bouton-etre-contacte2 {
    color: white;
    font-size: 30px;
    line-height: 80px;
    text-align: center;
    margin-left: 10%;
    margin-top: 2%;
    margin-bottom: 5%;
    width: 80%;
    display: inline-block;
    border: 3px solid black;
    border-radius: 10px;
    background-color: rgb(50,128,128);
}

.lien-etre-contacte2 {
    color: white;
    font-family: "Montserrat";
}

.bouton-etre-contacte2-mobile {
    color: white;
    font-size: 30px;
    line-height: 80px;
    text-align: center;
    margin-left: 10%;
    margin-top: 2%;
    margin-bottom: 5%;
    width: 80%;
    display: inline-block;
    border: 3px solid black;
    border-radius: 10px;
    background-color: rgb(50,128,128);
    display: none;
}

.lien-etre-contacte2-mobile {
    color: white;
    font-family: "Montserrat";
}

@media screen and (max-width: 1200px) {
    .bouton-etre-contacte2 {
        display: none;
    }
    .bouton-etre-contacte2-mobile {
        display: block;
        color: white;
        font-size: 70px;
        line-height: 120px;
        text-align: center;
        margin-top: 5%;
        margin-bottom: 5%;
        margin-left: 5%;
        width: 90%;
        display: inline-block;
        border: 3px solid black;
        border-radius: 10px;
        background-color: rgb(50,128,128);
    }
}

.container-devis-inside {
    display: flex;
    flex-direction: column;
    padding: 3%;
    font-family: "Prompt";
}

.titre-input-inside {
    padding-bottom: 6%;
    color: white;
    font-size: 18px;
    line-height: 25px;
    font-family: "Montserrat";
    text-align: center;
    display: inline-block;
}

.container-devis {
    display: flex;
    justify-content: space-around;
    padding-top: 5%;
    padding-bottom: 10%;
}

.container-espace-devis {
    border: 3px solid black;
    width: 50%;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: rgb(50,128,128);
}

.titre-espace-devis {
    color: white;
    font-size: 35px;
    line-height: 70px;
    text-align: center;
    margin-top: 4%;
    display: inline-block;
}

form .input-devis {
    display: flex;
    flex-direction: column;
    margin-top: 8%;
}

form .input-devis input[type="email"], input[type="text"], input[type="tel"], input[type="date"] {
    padding: 15px;
    border-radius: 5px;
    border: none;
    text-align: center;
    width: 300px;
    background-color: #f2f2f2;
    font-family: "Prompt";
    font-size: 20px;
}

select {
    padding: 15px;
    border-radius: 5px;
    border: none;
    text-align: center;
    width: 300px;
    background-color: #f2f2f2;
    font-family: "Prompt";
    font-size: 20px;
}

form .input-devis input[type="submit"] {
    border-radius: 5px;
    border: 2px solid back;
    padding: 8%;
    margin-bottom: 8%;
    font-size: 20px;
    font-family: "Prompt";
    background-color: grey;
    color: white;
    cursor: pointer;
}

.connexion-devis {
    margin-bottom: 5%;
    margin-top: 3%;
}

.connexion-devis a {
    font-family: "Prompt";
    color: purple;
    font-size: 23px;
    text-align: center;
}

.container-devis {
    display: flex;
    justify-content: space-around;
    padding-top: 5%;
    padding-bottom: 10%;
}

.container-espace-devis {
    border: 3px solid black;
    box-shadow: 6px 6px black;
    width: 50%;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: rgb(50,128,128);
}

.titre-espace-devis {
    color: white;
    font-size: 35px;
    font-family: "Montserrat";
    line-height: 70px;
    text-align: center;
    margin-top: 4%;
    display: inline-block;
    text-shadow: black 1px 1px, black -1px 1px, black -1px -1px, black 1px -1px;
}

form .input-devis {
    display: flex;
    flex-direction: column;
    margin-top: 8%;
}

form .input-devis input[type="email"], input[type="password"] {
    padding: 15px;
    border-radius: 5px;
    border: none;
    text-align: center;
    width: 300px;
    background-color: #f2f2f2;
    font-family: "Prompt";
    font-size: 20px;
}

@media screen and (max-width: 1200px) {
    .container-espace-devis {
        border: 3px solid black;
        box-shadow: 6px 6px black;
        width: 90%;
        margin-left: 5%;
        text-align: center;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        background-color: rgb(50,128,128);
    }
    .titre-espace-devis {
        color: white;
        font-size: 70px;
        line-height: 100px;
        text-align: center;
        margin-top: 4%;
        display: inline-block;
    }
    .titre-input-inside {
        padding-bottom: 6%;
        color: white;
        font-size: 50px;
        line-height: 70px;
        font-family: "Montserrat";
        text-align: center;
        display: inline-block;
    }
    form .input-devis input[type="email"], input[type="text"], input[type="tel"], input[type="date"] {
        padding: 15px;
        border-radius: 5px;
        border: none;
        text-align: center;
        width: 100%;
        background-color: #f2f2f2;
        font-family: "Prompt";
        font-size: 50px;
    }
    form .input-devis input[type="submit"] {
        border-radius: 5px;
        border: 2px solid back;
        padding: 8%;
        margin-bottom: 8%;
        margin-top: 10%;
        font-size: 50px;
        font-family: "Montserrat";
        background-color: grey;
        color: white;
        cursor: pointer;
    }
    form .input-devis input[type="email"], input[type="password"] {
        padding: 15px;
        border-radius: 5px;
        border: none;
        text-align: center;
        width: 100%;
        background-color: #f2f2f2;
        font-family: "Prompt";
        font-size: 50px;
    }
    select {
        padding: 15px;
        border-radius: 5px;
        border: none;
        text-align: center;
        width: 100%;
        background-color: #f2f2f2;
        font-family: "Prompt";
        font-size: 50px;
    }
}

.container-CEO {
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-left: 5%;
}

.CEO-titre {
    color: rgb(50,128,128);
    font-size: 30px;
    font-family: "Montserrat";
    line-height: 50px;
    margin-left: 5%;
    margin-top: 5%;
    display: inline-block;
}

.CEO-text {
    width: 60%;
    margin-left: 5%;
    padding-top: 3%;
    font-family: "Prompt";
    color: black;
    font-size: 20px;
    line-height: 30px; 
    text-align: justify;
}

.photo-CEO {
    margin-top: 5%;
    margin-right: 20%;
}

.photo-CEO-mobile {
    display: none;
}

#photo-de-profil {
    border-radius: 50%;
    border: 3px solid black;
}

.image_noyau_qui {
    text-align: center;
    margin-top: 5%;
    margin-left: 47.5%;
    width: 5%;
}

@media screen and (max-width: 1200px){
    .container-CEO {
        display: inline-block;
        justify-content: space-around;
        align-items: center;
        margin-left: 5%;
    }
    .photo-CEO {
        display: none;
    }
    
    .photo-CEO-mobile {
        display: block;
        margin-top: 5%;
        margin-right: 20%;
    }
    .CEO-titre {
        color: rgb(50,128,128);
        font-size: 70px;
        line-height: 100px;
        font-family: "Montserrat";
        line-height: 50px;
        margin-left: 5%;
        margin-top: 5%;
        display: inline-block;
    }
    
    .CEO-text {
        width: 80%;
        margin-left: 5%;
        padding-top: 3%;
        font-family: "Prompt";
        color: black;
        font-size: 50px;
        line-height: 70px;
        text-align: justify;
    }

    .image_noyau_qui {
        text-align: center;
        margin-top: 5%;
        margin-left: 42.5%;
        width: 15%;
    }
}

.container-expert-gestion {
    margin-top: 0%;
}

.expert-gestion-titre{
    color: rgb(50,128,128);
    font-size: 30px;
    font-family: "Montserrat";
    line-height: 50px;
    text-align: center;
    margin-left: 5%;
    margin-top: 5%;
    width: 90%;
    text-align: center;
    display: inline-block;
}

.expert-gestion-text {
    margin: 5%;
    margin-left: 24.5%;
    width: 51%;
    text-align: justify;
    font-size: 20px;
    line-height: 30px;
    color: black;
    font-family: "Prompt";
}

.container-qui2 {
    background-color: rgb(228, 228, 228);
    width: 80%;
    margin-left: 10%;
    margin-bottom: 5%;
    border-radius: 15px;
}

.container-ambition {
    margin-top: 3%;
    padding-bottom: 5%;
    margin-left: 5%;
    margin-right: 5%;
}

.ambition-titre {
    color: rgb(50, 128, 128);
    font-family: "Montserrat";
    font-size: 30px;
    line-height: 50px;
    text-align: center;
    margin-left: 5%;
    margin-top: 5%;
    width: 90%;
    text-align: center;
    display: inline-block;
}

.ambition-text {
    margin: 5%;
    margin-left: 10%;
    width: 80%;
    font-size: 20px;
    line-height: 30px;
    text-align: justify;
    color: black;
    font-family: "Prompt";
}

@media screen and (max-width: 1200px) {
    .expert-gestion-titre{
        color: rgb(50,128,128);
        font-family: "Montserrat";
        font-size: 60px;
        line-height: 100px;
        text-align: center;
        margin-left: 2.5%;
        margin-top: 10%;
        width: 95%;
        text-align: center;
        display: inline-block;
    }
    
    .expert-gestion-text {
        margin: 5%;
        margin-left: 10%;
        width: 80%;
        text-align: justify;
        font-size: 50px;
        line-height: 70px;
        color: black;
        font-family: "Prompt";
    }

    .ambition-titre {
        color: rgb(50, 128, 128);
        font-family: "Montserrat";
        font-size: 60px;
        line-height: 100px;
        text-align: center;
        margin-left: 5%;
        margin-top: 5%;
        width: 90%;
        text-align: center;
        display: inline-block;
    }
    
    .ambition-text {
        margin: 5%;
        margin-left: 5%;
        width: 90%;
        font-size: 50px;
        line-height: 70px;
        text-align: justify;
        color: black;
        font-family: "Prompt";
    }
}

.container-connexion {
    display: flex;
    justify-content: space-around;
    padding-top: 5%;
    padding-bottom: 10%;
}

.photo-espace-connexion {
    margin-top: 5%;
    width: 20%;
}

.container-espace-connexion {
    border: 3px solid black;
    border-radius: 10px;
    width: 50%;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: rgb(205, 205, 205);
}

.titre-espace-connexion {
    color: black;
    font-size: 25px;
    line-height: 70px;
    text-align: center;
    margin-top: 4%;
    display: inline-block;
    font-family: "Montserrat";
}

form .input-connexion {
    display: flex;
    flex-direction: column;
    margin-top: 4%;
}

form .input-connexion input[type="email"], input[type="password"] {
    padding: 15px;
    margin-bottom: 10%;
    border-radius: 5px;
    border: none;
    text-align: center;
    width: 300px;
    background-color: #f2f2f2;
    font-family: "Prompt";
    font-size: 20px;
}

form .input-connexion input[type="submit"] {
    border-radius: 5px;
    padding: 8%;
    margin-bottom: 8%;
    font-size: 20px;
    font-family: "Prompt";
    background-color: rgb(50,128,128);
    color: white;
    cursor: pointer;
}

@media screen and (max-width: 1200px) {
    .container-connexion {
        padding-top: 5%;
        padding-bottom: 10%;
    }
    .photo-espace-connexion {
        display: none;
    }
    .container-espace-connexion {
        border: 3px solid black;
        border-radius: 10px;
        width: 90%;
        margin-left: 5%;
        margin-top: 10%;
        margin-bottom: 30%;
        text-align: center;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        background-color: rgb(205, 205, 205);
    }
    .titre-espace-connexion {
        color: black;
        font-size: 50px;
        line-height: 70px;
        text-align: center;
        margin-top: 10%;
        margin-bottom: 10%;
        display: inline-block;
        font-family: "Montserrat";
    }
    form .input-connexion input[type="email"] {
        padding: 15px;
        border-radius: 5px;
        border: none;
        text-align: center;
        width: 100%;
        margin-bottom: 10%;
        background-color: #f2f2f2;
        font-family: "Prompt";
        font-size: 50px;
    }
    form .input-connexion input[type="password"] {
        padding: 15px;
        border-radius: 5px;
        border: none;
        text-align: center;
        width: 100%;
        margin-bottom: 10%;
        background-color: #f2f2f2;
        font-family: "Prompt";
        font-size: 50px;
    }
    form .input-connexion input[type="submit"] {
        border-radius: 5px;
        padding: 8%;
        margin-bottom: 15%;
        font-size: 50px;
        width: 100%;
        font-family: "Montserrat";
        background-color: rgb(50,128,128);
        color: white;
        cursor: pointer;
    }
}

.connexion-inscription {
    margin-bottom: 5%;
    margin-top: 3%;
}

.connexion-inscription a {
    font-family: "Prompt";
    color: purple;
    font-size: 23px;
    text-align: center;
}

.container-inscription {
    display: flex;
    justify-content: space-around;
    padding-top: 5%;
    padding-bottom: 10%;
}

.container-espace-inscription {
    border: 3px solid black;
    border-radius: 10px;
    width: 50%;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: rgb(205, 205, 205);
}

.titre-espace-inscription {
    color: black;
    font-size: 25px;
    line-height: 70px;
    text-align: center;
    margin-top: 4%;
    display: inline-block;
    font-family: "Montserrat";
}

form .input-inscription {
    display: flex;
    flex-direction: column;
}


form .input-inscription input[type="email"], input[type="password"] {
    padding: 15px;
    border-radius: 5px;
    border: none;
    text-align: center;
    width: 300px;
    background-color: #f2f2f2;
    font-family: "Prompt";
    font-size: 20px;
}

form .input-inscription input[type="submit"] {
    border-radius: 5px;
    padding: 8%;
    margin-bottom: 8%;
    font-size: 20px;
    font-family: "Prompt";
    background-color: rgb(50,128,128);
    color: white;
    cursor: pointer;
    width: 250px;
}

.input-inscription-inside {
    padding-top: 10%;
}

.connexion-inscription {
    margin-bottom: 5%;
    margin-top: 3%;
}

.connexion-inscription a {
    font-family: "Prompt";
    color: purple;
    font-size: 23px;
    text-align: center;
}

.cgu-text {
    font-family: "Prompt";
    margin-left: 5%;
    padding-top: 3%;
}

.cgu-text h1 {
    color: black;
    font-size: 30px;
    font-family: "Montserrat";
}

.cgu-text h2 {
    color: rgb(50,128,128);
    font-family: "Montserrat";
    font-size: 20px;
}

.titre-blog {
    color: grey;
    font-size: 35px;
    font-family: "Montserrat";
    line-height: 40px;
    margin-top: 4%;
    margin-left: 40%;
    display: inline-block;
}

.container-blog {
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    justify-content: space-around;
    padding-bottom: 5%;
    padding-top: 5%;
}

.container-article-blog-margin {
    margin-bottom: 5%;
    width: 40%;
}

.container-article-blog-inside {
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    justify-content: space-around;
    width: 100%;
    padding-bottom: 5%;
    padding-top: 5%;
}

.container-article-blog {
    background-color: rgb(50,128,128);
    padding: 2%;
    width: 100%;
    height: 100%;
    border: 2px solid black;
    border-radius: 5px;
}

.article-article-blog{
    display: flex;
    text-align: center;
    justify-content: space-around;
    padding-bottom: 5%;
    padding-top: 5%;
}

.container-article-blog-article {
    background-color: rgb(50,128,128);
    padding: 2%;
    width: 100%;
    height: 100%;
    border: 2px solid black;
    border-radius: 5px;
}

.article-titre-blog {
    color: white;
    font-size: 25px;
    font-family: "Montserrat";
    line-height: 25px;
    text-align: center;
    margin-top: 2%;
    display: inline-block;
    text-shadow: black 1px 1px, black -1px 1px, black -1px -1px, black 1px -1px;
}

.titre-article-article {
    color: white;
    font-size: 35px;
    font-family: "Montserrat";
    font-weight: 300;
    line-height: 70px;
    text-align: center;
    margin-top: 4%;
    margin-bottom: 8%;
    display: inline-block;
    text-shadow: black 1px 1px, black -1px 1px, black -1px -1px, black 1px -1px;
}

.contenu-article-article {
    font-family: "prompt";
    color: white;
    font-size: 18px
}

.container-contact {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 11%;
    margin-left: 17%;
    margin-right: 17%;
    border-radius: 5px;
    margin-top: 4%;
    padding-bottom: 4%;
    border: 3px solid black;
}

.titre-container-contact {
    color: black;
    font-size: 35px;
    font-family: "Montserrat";
    line-height: 70px;
    text-align: center;
    margin-top: 4%;
    display: inline-block;
}

.container-disponibilite {
    display: flex;
    justify-content: flex-end;
    width: 50%;
    margin-top: 3%;
}

.titre-container-disponibilite {
    color: rgb(50,128,128);
    font-size: 25px;
    font-family: "Montserrat";
    text-align: center;
    margin-top: 4%;
    display: inline-block;
}

.container-disponibilite-text {
    padding-right: 5%;
}

.container-disponibilite-text-inside {
    font-family: "Prompt";
    font-size: 20px;
    line-height: 30px;
    padding-top: 15%;
}

.container-moyen-contact {
    font-family: "Prompt";
    color: black;
}

.container-mail {
    font-size: 25px;
    line-height: 70px;
}

.container-tel {
    font-size: 25px;
    line-height: 70px;
}

.photo-espace-contact {
    display: none;
}

@media screen and (max-width: 1200px) {
    .container-contact {
        display: inline-block;
        width: 90%;
        margin-left: 5%;
        margin-top: 10%;
        border-radius: 25px;
        background-color: rgb(228, 228, 228);
    }

    .titre-container-contact {
        color: black;
        font-size: 70px;
        font-family: "Montserrat";
        line-height: 100px;
        text-align: center;
        margin-top: 4%;
        margin-left: 10%;
        display: inline-block;
    }

    .container-disponibilite {
        display: inline-block;
        width: 100%;
        align-items: center;
        margin-top: 3%;
        margin-left: 5%;
    }
    .titre-container-disponibilite {
        color: rgb(50,128,128);
        font-size: 50px;
        font-family: "Montserrat";
        text-align: center;
        margin-top: 4%;
        display: inline-block;
    }
    .container-disponibilite-text-inside {
        font-family: "Prompt";
        font-size: 40px;
        line-height: 70px;
        padding-top: 3%;
    }
    .container-mail {
        margin-top: 5%;
        margin-bottom: 5%;
        font-size: 40px;
        line-height: 70px;
    }
    
    .container-tel {
        margin-top: 5%;
        margin-bottom: 5%;
        font-size: 40px;
        line-height: 70px;
    }
    .photo-espace-contact {
        display: block;
        width: 50%;
        margin-left: 25%;
        margin-bottom: 10%;
    }
    }

.element-footer {
    background-color: rgb(50,128,128);
    display: flex;
    align-items: center;
    align-content: flex-end;
    color: white;
    width: 100%;
}

footer {
    border-top: 2px solid black;
    border-bottom: 3px solid black;
    background-color: rgb(50,128,128);
    font-size: 30px;
    line-height: 50px;
    font-family: "Montserrat";
    bottom: 0;
}

.footer-bar {
    display: flex;
    justify-content: space-around;
}

footer li {
    display: flex;
    vertical-align: top;
}

footer li a {
    display: block;
    color: white;
}

.page-footer {
    width: 20%;
}

.page-footer:hover a {
    background-color: rgb(50,128,128);
    color: white;
}

.footer-facebook{
    width: 20%;
}
.footer-instagram{
    width: 12.5%;
}
.footer-linkedin{
    width: 20%;
}


@media screen and (max-width: 1200px) {
    footer {
        font-size: 50px;
        line-height: 70px;
    }

    .footer-bar {
        display: flex;
    }

    .element-footer {
        width: 100%;
        
    }
    .footer-facebook{
        width: 50%;
    }
    .footer-instagram{
        width: 50%;
    }

    .page-footer {
        width: 20%;
        align-items: center;
        margin-left: 5%;
    }
    
    
    .footer-linkedin{
        width: 50%;
    }
    }