@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@200&family=Roboto:wght@100&display=swap");
@import url("https://fonts.googleapis.com/css2?family=El+Messiri&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@500&family=Roboto:ital,wght@1,300&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: content-box;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif; }

.carte, section.contenaire_annonce div.conteneur_immeuble div.item_annonce h4, section#contenair_detail div#contenair_description_maison div#video div#description_detail div ul li span.icon, section#commentaire div#contenaire_commentaire form div.group button {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  transition: 0.3s; }

body {
  background: #f5f5f5; }
  body.page header {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    background: #fff; }
    @media screen and (max-width: 600px) {
      body.page header {
        display: block; } }
    body.page header div#contenair_logo {
      flex-basis: 15%; }
      @media screen and (max-width: 600px) {
        body.page header div#contenair_logo {
          width: 100%;
          display: block;
          margin: auto; } }
      body.page header div#contenair_logo figure {
        padding: 0;
        margin: 0; }
        @media screen and (max-width: 600px) {
          body.page header div#contenair_logo figure {
            display: flex;
            justify-content: center;
            align-items: center;
            padding: 1%; } }
        body.page header div#contenair_logo figure img {
          width: 30%; }
          @media screen and (max-width: 600px) {
            body.page header div#contenair_logo figure img {
              width: 20%; } }
    body.page header div#contenair_lien {
      flex-basis: 80%;
      position: relative; }
      body.page header div#contenair_lien div#liens_reseau_sociaux_telephone {
        margin-top: 1%;
        margin-bottom: 2%;
        margin-right: 0%;
        display: flex;
        flex-direction: row;
        justify-content: space-around;
        align-items: baseline; }
        @media screen and (max-width: 600px) {
          body.page header div#contenair_lien div#liens_reseau_sociaux_telephone {
            width: 100%;
            display: block; } }
        body.page header div#contenair_lien div#liens_reseau_sociaux_telephone h3 {
          font-size: 1.5em;
          font-weight: bolder;
          text-align: center;
          font-family: 'Oswald', sans-serif;
          color: #df8d01; }
          @media screen and (max-width: 600px) {
            body.page header div#contenair_lien div#liens_reseau_sociaux_telephone h3 {
              width: 90%;
              margin: auto;
              margin-top: 1%;
              display: block;
              padding: 2%;
              font-size: 0.90em; } }
        body.page header div#contenair_lien div#liens_reseau_sociaux_telephone ul {
          flex-basis: 40%;
          display: flex;
          flex-direction: row;
          justify-content: space-around;
          align-items: center;
          margin: 0;
          padding: 0;
          list-style: none; }
          body.page header div#contenair_lien div#liens_reseau_sociaux_telephone ul li {
            margin-left: 5%;
            text-align: center; }
            body.page header div#contenair_lien div#liens_reseau_sociaux_telephone ul li a {
              color: #d68903;
              font-size: 12pt;
              font-family: 'Oswald', sans-serif;
              text-decoration: none; }
              body.page header div#contenair_lien div#liens_reseau_sociaux_telephone ul li a.reseau {
                font-size: 20pt; }
      body.page header div#contenair_lien input#menu_bt, body.page header div#contenair_lien input#menu_label,
      body.page header div#contenair_lien label#menu_bt,
      body.page header div#contenair_lien label#menu_label {
        display: none;
        position: fixed;
        z-index: 155; }
      body.page header div#contenair_lien input#menu_bt:checked ~ nav,
      body.page header div#contenair_lien label#menu_bt:checked ~ nav {
        left: 0%;
        transition: 1s all; }
      @media screen and (max-width: 600px) {
        body.page header div#contenair_lien input#menu_label,
        body.page header div#contenair_lien label#menu_label {
          display: block;
          top: 2%;
          left: 5%;
          color: black;
          display: flex;
          flex-direction: row;
          justify-content: center;
          align-items: center;
          font-size: 3em; }
          body.page header div#contenair_lien input#menu_label:hover,
          body.page header div#contenair_lien label#menu_label:hover {
            color: black;
            cursor: pointer; } }
      body.page header div#contenair_lien nav {
        margin-bottom: 1%; }
        @media screen and (max-width: 600px) {
          body.page header div#contenair_lien nav {
            position: fixed;
            width: 100%;
            height: 100vh;
            top: 0%;
            left: -110%;
            transition: 1s all;
            z-index: 150;
            background: #214754; } }
        body.page header div#contenair_lien nav ul {
          display: flex;
          flex-direction: row;
          justify-content: space-around;
          align-items: center;
          width: 100%;
          margin: 0;
          padding: 0;
          list-style: none; }
          @media screen and (max-width: 600px) {
            body.page header div#contenair_lien nav ul {
              margin-top: 15vh;
              display: block; }
              body.page header div#contenair_lien nav ul li {
                display: block;
                margin-bottom: 1%; }
                body.page header div#contenair_lien nav ul li a {
                  font-weight: none;
                  color: white;
                  padding: 1%;
                  display: block;
                  height: 100%;
                  display: flex;
                  justify-content: center;
                  align-items: center;
                  border-bottom: 1px solid rgba(139, 138, 138, 0.527); } }
          body.page header div#contenair_lien nav ul li a {
            display: block;
            color: #000;
            font-size: 10pt;
            font-font-family: 'Oswald', sans-serif;
            font-weight: bolder;
            text-decoration: none; }
            @media screen and (max-width: 600px) {
              body.page header div#contenair_lien nav ul li a {
                color: #fff;
                font-size: 1.1em;
                height: 35px;
                font-weight: none;
                padding: 5%; } }
            body.page header div#contenair_lien nav ul li a:hover {
              color: rgba(63, 62, 62, 0.87); }

section#page_accueil div#contenair_presentation {
  position: relative; }
  section#page_accueil div#contenair_presentation div#text_presentation {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    color: white;
    height: 80vh;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center; }
    @media screen and (max-width: 600px) {
      section#page_accueil div#contenair_presentation div#text_presentation {
        height: auto; } }
    section#page_accueil div#contenair_presentation div#text_presentation div h1 {
      font-family: 'El Messiri', sans-serif;
      text-align: center;
      margin: auto; }
      @media screen and (max-width: 600px) {
        section#page_accueil div#contenair_presentation div#text_presentation div h1 {
          margin-top: 10%;
          margin-bottom: 5%;
          font-size: 1.2em; } }
    section#page_accueil div#contenair_presentation div#text_presentation div div#contenair_recherche {
      background: rgba(255, 255, 255, 0.712);
      width: 80%;
      margin: auto;
      margin-top: 20%;
      border-bottom: 5px solid #214754; }
      @media screen and (max-width: 600px) {
        section#page_accueil div#contenair_presentation div#text_presentation div div#contenair_recherche {
          width: 95%;
          margin-top: 55%; }
          section#page_accueil div#contenair_presentation div#text_presentation div div#contenair_recherche span#sign_position {
            display: none; } }
      section#page_accueil div#contenair_presentation div#text_presentation div div#contenair_recherche div#control_recherche {
        margin-bottom: 0.5%; }
        section#page_accueil div#contenair_presentation div#text_presentation div div#contenair_recherche div#control_recherche ul {
          margin: 0;
          padding: 0;
          list-style: none;
          display: flex;
          flex-direction: row;
          justify-content: center;
          align-items: center; }
          section#page_accueil div#contenair_presentation div#text_presentation div div#contenair_recherche div#control_recherche ul li {
            flex-basis: 50%; }
            section#page_accueil div#contenair_presentation div#text_presentation div div#contenair_recherche div#control_recherche ul li a {
              display: flex;
              flex-direction: row;
              align-items: center;
              justify-content: center;
              text-decoration: none;
              height: 25px; }
      section#page_accueil div#contenair_presentation div#text_presentation div div#contenair_recherche div.group {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        padding: 1%;
        padding-bottom: 2%; }
        @media screen and (max-width: 600px) {
          section#page_accueil div#contenair_presentation div#text_presentation div div#contenair_recherche div.group {
            display: block; } }
        section#page_accueil div#contenair_presentation div#text_presentation div div#contenair_recherche div.group input,
        section#page_accueil div#contenair_presentation div#text_presentation div div#contenair_recherche div.group select {
          flex-basis: 25%;
          margin: auto;
          height: 20px;
          border: 1px solid #214754;
          outline: none;
          padding: 1%; }
          @media screen and (max-width: 600px) {
            section#page_accueil div#contenair_presentation div#text_presentation div div#contenair_recherche div.group input,
            section#page_accueil div#contenair_presentation div#text_presentation div div#contenair_recherche div.group select {
              display: block;
              width: 95%;
              height: 20px;
              border: none;
              border-bottom: 1px solid #214754;
              margin-bottom: 1%; } }
          section#page_accueil div#contenair_presentation div#text_presentation div div#contenair_recherche div.group input::placeholder,
          section#page_accueil div#contenair_presentation div#text_presentation div div#contenair_recherche div.group select::placeholder {
            font-size: 10pt;
            text-align: center; }
          section#page_accueil div#contenair_presentation div#text_presentation div div#contenair_recherche div.group input#nombre_piece,
          section#page_accueil div#contenair_presentation div#text_presentation div div#contenair_recherche div.group select#nombre_piece {
            flex-basis: 10%; }
          section#page_accueil div#contenair_presentation div#text_presentation div div#contenair_recherche div.group input#recherche_ville,
          section#page_accueil div#contenair_presentation div#text_presentation div div#contenair_recherche div.group select#recherche_ville {
            flex-basis: 40%; }
        section#page_accueil div#contenair_presentation div#text_presentation div div#contenair_recherche div.group span {
          color: #214754;
          font-size: 2.2em; }
  section#page_accueil div#contenair_presentation div.banner ul li div img {
    width: 100%;
    height: 80vh; }
    @media screen and (max-width: 600px) {
      section#page_accueil div#contenair_presentation div.banner ul li div img {
        width: 100%;
        height: 60vh; } }
section.contenaire_annonce div#pagination {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center; }
  section.contenaire_annonce div#pagination span {
    flex-basis: 3%;
    height: 30px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    background: #002171;
    color: white;
    border-radius: 50px;
    margin: 0.5%; }
    section.contenaire_annonce div#pagination span:hover {
      background: #98aee2;
      color: #1a1818;
      cursor: pointer; }
section.contenaire_annonce div.conteneur_immeuble {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 2%;
  flex-wrap: wrap;
  width: 90%;
  margin: auto; }
  @media screen and (max-width: 600px) {
    section.contenaire_annonce div.conteneur_immeuble {
      display: block;
      margin: auto;
      width: 90%; } }
  section.contenaire_annonce div.conteneur_immeuble div.item_annonce {
    flex-basis: 30%;
    background: #fff;
    padding: 0.5%;
    position: relative;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 2%; }
    section.contenaire_annonce div.conteneur_immeuble div.item_annonce h4 {
      position: absolute;
      top: 10%;
      font-weight: none;
      color: #fff;
      font-size: 10pt;
      padding: 2.0%;
      width: 40%;
      text-align: center; }
    section.contenaire_annonce div.conteneur_immeuble div.item_annonce h5 {
      position: absolute;
      bottom: 50%;
      left: 25%;
      font-weight: bolder;
      font-size: 11pt;
      padding: 2%;
      width: 50%;
      text-align: center;
      color: black;
      background: rgba(255, 255, 255, 0.712);
      border-radius: 5px; }
    section.contenaire_annonce div.conteneur_immeuble div.item_annonce figure img {
      width: 100%;
      height: 260px; }
    section.contenaire_annonce div.conteneur_immeuble div.item_annonce p {
      width: 300px;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      color: #002171; }
    section.contenaire_annonce div.conteneur_immeuble div.item_annonce div.detail_bt {
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      align-items: center; }
      section.contenaire_annonce div.conteneur_immeuble div.item_annonce div.detail_bt ul {
        flex-basis: 70%;
        padding: 0;
        margin: 0;
        list-style: none;
        font-size: 10pt;
        font-weight: bolder; }
        section.contenaire_annonce div.conteneur_immeuble div.item_annonce div.detail_bt ul li {
          font-family: 'Roboto', sans-serif;
          white-space: nowrap;
          overflow: hidden;
          text-overflow: ellipsis;
          width: 250px;
          text-transform: capitalize; }
          section.contenaire_annonce div.conteneur_immeuble div.item_annonce div.detail_bt ul li span:nth-child(1) {
            font-size: 13pt;
            margin: 2%; }
      section.contenaire_annonce div.conteneur_immeuble div.item_annonce div.detail_bt a {
        flex-basis: 20%;
        line-height: 35px;
        border: none;
        font-size: 9pt;
        background: #df8d01;
        color: white;
        text-decoration: none;
        text-align: center; }
    section.contenaire_annonce div.conteneur_immeuble div.item_annonce div#vus_commentaire {
      background: #eceff1;
      padding: 1%; }
      section.contenaire_annonce div.conteneur_immeuble div.item_annonce div#vus_commentaire ul {
        display: flex;
        flex-direction: row;
        justify-content: space-around;
        align-items: center;
        padding: 0;
        margin: 0; }
        section.contenaire_annonce div.conteneur_immeuble div.item_annonce div#vus_commentaire ul li {
          flex-basis: 50%;
          list-style: none;
          display: flex;
          flex-direction: row;
          justify-content: center;
          align-items: center; }
          section.contenaire_annonce div.conteneur_immeuble div.item_annonce div#vus_commentaire ul li span {
            flex-basis: 25%;
            text-align: center;
            font-size: 12pt; }

div#control_type ul {
  list-style: none;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 80%;
  margin: 0;
  padding: 0;
  margin: auto;
  padding: 0;
  margin-bottom: 0.5%; }
  @media screen and (max-width: 600px) {
    div#control_type ul {
      width: 100%;
      margin: auto;
      margin-bottom: 2%; } }
  div#control_type ul li {
    flex-basis: 33.3%; }
    div#control_type ul li a {
      height: 35px;
      text-decoration: none;
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;
      padding: 1%; }
div#control_type h2 {
  font-family: 'El Messiri', sans-serif;
  background: #ffa000;
  color: black;
  width: 30%;
  margin: 0%;
  margin-left: 10%;
  margin-top: 2%;
  padding: 0.2%;
  text-align: center;
  font-size: 1.2em;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px; }
  @media screen and (max-width: 600px) {
    div#control_type h2 {
      width: 50%;
      margin-left: 3%;
      margin-top: 10%;
      padding: 1%;
      font-size: 1.0em; } }
div#control_type div {
  background: #26c6da;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  width: 80%;
  margin: auto;
  margin-top: 0%;
  margin-bottom: 5%; }
  @media screen and (max-width: 600px) {
    div#control_type div {
      width: 90%;
      display: block;
      padding: 2%;
      border-top-right-radius: 10px;
      border-bottom-right-radius: 10px;
      border-bottom-left-radius: 10px; } }
  div#control_type div input,
  div#control_type div select {
    padding: 1%;
    flex-basis: 25%;
    height: 35px;
    border: none;
    border-bottom: 1px solid black;
    font-size: 12pt;
    color: grey; }
    @media screen and (max-width: 600px) {
      div#control_type div input,
      div#control_type div select {
        width: 95%;
        margin: auto;
        display: block;
        height: 30px;
        margin-bottom: 1%;
        background: transparent;
        color: black; }
        div#control_type div input::placeholder,
        div#control_type div select::placeholder {
          font-size: 10pt;
          color: white; } }
    div#control_type div input::placeholder,
    div#control_type div select::placeholder {
      font-size: 10pt; }
  div#control_type div button {
    border: none;
    flex-basis: 15%;
    padding: 1%;
    font-size: 1.5em;
    color: #18ffff;
    background: #002f6c; }
    div#control_type div button:hover {
      color: #0b9797;
      background: #0e5abd; }
    @media screen and (max-width: 600px) {
      div#control_type div button {
        width: 95%;
        margin: auto;
        display: block;
        margin-bottom: 1%; }
        div#control_type div button:hover {
          color: #0b9797;
          background: #0e5abd; } }

.text_annonce {
  text-align: center;
  font-family: 'El Messiri', sans-serif;
  margin-top: 2%;
  margin-bottom: 2%; }

.active_barre {
  background-color: #fff;
  color: #214754;
  font-weight: bolder; }

.desative_barre {
  background: #214754;
  color: white;
  font-weight: none; }

.clignote {
  animation-duration: 2.5s;
  animation-name: clignoter;
  animation-iteration-count: infinite;
  transition: none; }

@keyframes clignoter {
  0% {
    opacity: 0.0; }
  30% {
    opacity: 0.3; }
  50% {
    opacity: 0.5; }
  100% {
    opacity: 1; } }
footer {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: flex-start;
  background: #002f6c;
  padding: 1%;
  font-family: 'Roboto', sans-serif;
  margin-top: 5%; }
  @media screen and (max-width: 600px) {
    footer {
      display: block; } }
  footer div {
    flex-basis: 30%; }
    @media screen and (max-width: 600px) {
      footer div {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center; } }
    footer div h2 {
      text-transform: uppercase;
      color: #18ffff;
      font-size: 11pt;
      font-weight: bolder;
      font-family: 'Roboto', sans-serif; }
    footer div ul {
      list-style: none; }
      footer div ul li {
        border-bottom: 1px solid rgba(255, 255, 255, 0.171); }
        footer div ul li a {
          padding: 4%;
          color: #fff;
          text-decoration: none;
          font-size: 10pt; }
    footer div#adresse {
      flex-basis: 20%;
      border-radius: 5px; }
      footer div#adresse address {
        color: white;
        padding: 3%;
        font-size: 10pt; }
      footer div#adresse div {
        width: 90%;
        margin: auto; }
        footer div#adresse div a {
          color: #18ffff;
          display: block;
          text-decoration: none;
          text-align: center;
          padding: 1%;
          border-radius: 5px;
          display: flex;
          flex-direction: row;
          justify-content: center;
          align-items: center;
          width: 90%;
          margin: auto; }
          footer div#adresse div a i {
            font-size: 2.1em; }
          @media screen and (max-width: 600px) {
            footer div#adresse div a {
              width: 90%; } }

.orange {
  background: #ffa000; }

.verte {
  background: #00ff4c;
  color: #000; }

section#contenair_detail {
  margin-bottom: 2%; }
  section#contenair_detail h1 {
    text-transform: uppercase;
    margin: 2%;
    color: #d68903;
    font-family: 'Roboto', sans-serif; }
  section#contenair_detail div#contenair_description_maison {
    display: flex;
    justify-content: space-around;
    align-items: flex-start; }
    @media screen and (max-width: 600px) {
      section#contenair_detail div#contenair_description_maison {
        display: block; } }
    section#contenair_detail div#contenair_description_maison div#photo {
      flex-basis: 45%; }
      @media screen and (max-width: 600px) {
        section#contenair_detail div#contenair_description_maison div#photo {
          margin: auto;
          margin-top: 5%;
          width: 95%; } }
      section#contenair_detail div#contenair_description_maison div#photo div#visualiseur_photo figure {
        background: #ffffff;
        padding: 0.5%; }
        section#contenair_detail div#contenair_description_maison div#photo div#visualiseur_photo figure img {
          background: white;
          display: block;
          width: 100%;
          margin: auto;
          transition: 1s all; }
          section#contenair_detail div#contenair_description_maison div#photo div#visualiseur_photo figure img:hover {
            transition: 1s all;
            transform: scale(1.05); }
      section#contenair_detail div#contenair_description_maison div#photo div#conteneur_photo {
        display: flex;
        justify-content: space-around;
        align-items: flex-start;
        padding: 2%;
        background: #102027; }
        section#contenair_detail div#contenair_description_maison div#photo div#conteneur_photo figure {
          flex-basis: 45%; }
          section#contenair_detail div#contenair_description_maison div#photo div#conteneur_photo figure img {
            border: 1px solid white;
            width: 100%;
            transition: 1s all; }
            section#contenair_detail div#contenair_description_maison div#photo div#conteneur_photo figure img:hover {
              transition: 1s all;
              transform: scale(1.05); }
    section#contenair_detail div#contenair_description_maison div#video {
      flex-basis: 40%; }
      @media screen and (max-width: 600px) {
        section#contenair_detail div#contenair_description_maison div#video {
          margin: auto;
          margin-top: 5%;
          width: 95%; } }
      section#contenair_detail div#contenair_description_maison div#video div#video_item {
        padding: 2%;
        background: #fff;
        border-radius: 10px; }
        section#contenair_detail div#contenair_description_maison div#video div#video_item video {
          width: 100%; }
      section#contenair_detail div#contenair_description_maison div#video div#description_detail {
        padding: 1%;
        margin: 1%;
        margin-top: 5%; }
        section#contenair_detail div#contenair_description_maison div#video div#description_detail h2 {
          text-transform: uppercase;
          margin: 4%;
          margin-bottom: 10%;
          color: #000000;
          font-weight: bolder;
          font-family: 'Roboto', sans-serif; }
        section#contenair_detail div#contenair_description_maison div#video div#description_detail div ul {
          border-bottom: 1px solid #888888;
          list-style: none;
          display: flex;
          flex-direction: row;
          justify-content: space-around;
          align-items: flex-start;
          margin: 0;
          padding: 0;
          padding-bottom: 5%; }
          @media screen and (max-width: 600px) {
            section#contenair_detail div#contenair_description_maison div#video div#description_detail div ul {
              flex-wrap: wrap; } }
          section#contenair_detail div#contenair_description_maison div#video div#description_detail div ul li {
            flex-basis: 33%;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            color: #102027; }
            section#contenair_detail div#contenair_description_maison div#video div#description_detail div ul li span {
              font-family: 'Roboto', sans-serif;
              font-weight: bolder; }
              section#contenair_detail div#contenair_description_maison div#video div#description_detail div ul li span.icon {
                color: #18ffff;
                font-size: 2.5em;
                padding: 2%;
                background: #002171;
                display: flex;
                flex-direction: column;
                justify-content: center;
                align-items: center;
                margin-bottom: 20%; }
                @media screen and (max-width: 600px) {
                  section#contenair_detail div#contenair_description_maison div#video div#description_detail div ul li span.icon {
                    margin-bottom: 10%; } }
              section#contenair_detail div#contenair_description_maison div#video div#description_detail div ul li span.text {
                font-weight: bolder; }
                @media screen and (max-width: 600px) {
                  section#contenair_detail div#contenair_description_maison div#video div#description_detail div ul li span.text {
                    margin-bottom: 10%; } }
        section#contenair_detail div#contenair_description_maison div#video div#description_detail p {
          padding: 2%;
          color: #000000;
          font-family: 'Roboto', sans-serif;
          font-weight: bolder;
          border-left: 5px solid #102027;
          margin-top: 5%; }
        section#contenair_detail div#contenair_description_maison div#video div#description_detail address {
          display: flex;
          flex-direction: row;
          justify-content: space-around;
          align-items: center;
          flex-wrap: wrap; }
          section#contenair_detail div#contenair_description_maison div#video div#description_detail address span {
            font-family: 'Roboto', sans-serif;
            font-weight: bolder;
            font-size: 1.05em; }
            @media screen and (max-width: 600px) {
              section#contenair_detail div#contenair_description_maison div#video div#description_detail address span.text_round {
                flex-shrink: 33%; } }
            section#contenair_detail div#contenair_description_maison div#video div#description_detail address span.icon_round {
              display: flex;
              flex-direction: row;
              justify-content: center;
              align-items: center;
              background: #002171;
              color: #18ffff;
              border-radius: 50px;
              padding: 2%;
              font-size: 2.0em; }

div.conteneur_text {
  padding: 0.5%;
  background: #002171;
  width: 30%;
  margin-top: 2%;
  margin-bottom: 4%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center; }
  @media screen and (max-width: 600px) {
    div.conteneur_text {
      width: 60%;
      font-size: 1.0em; } }
  div.conteneur_text h2 {
    color: #18ffff;
    font-family: 'Roboto', sans-serif;
    font-weight: bolder; }

section#apropos {
  width: 80%;
  margin: auto;
  margin-top: 5%;
  font-family: 'Roboto', sans-serif; }
  @media screen and (max-width: 600px) {
    section#apropos {
      width: 90%;
      margin: auto; } }
  section#apropos h2 {
    margin: 4%;
    color: #d68903;
    padding: 1%; }
  section#apropos p {
    border-left: 2px solid black;
    padding: 4%; }
section#equipe {
  width: 80%;
  margin: auto;
  margin-top: 5%;
  font-family: 'Roboto', sans-serif; }
  @media screen and (max-width: 600px) {
    section#equipe {
      width: 90%;
      margin: auto;
      display: block; } }
  section#equipe h2 {
    margin: 4%;
    border-bottom: 1px solid grey;
    padding: 1%;
    color: #d68903; }
  section#equipe div#contenair_equipe {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap; }
    section#equipe div#contenair_equipe div {
      flex-basis: 17%;
      height: 150px;
      margin: 2%;
      border-radius: 10px; }
      section#equipe div#contenair_equipe div span {
        text-align: center;
        font-size: 10pt;
        font-weight: bold;
        padding: 4%;
        display: block;
        color: #111110;
        text-transform: uppercase; }
      section#equipe div#contenair_equipe div img {
        width: 90%;
        height: 150px;
        border-radius: 10px;
        transition: 1s all;
        border: 1px solid white; }
        section#equipe div#contenair_equipe div img:hover {
          transform: scale(1.1); }
      @media screen and (max-width: 600px) {
        section#equipe div#contenair_equipe div {
          flex-basis: 40%; } }

section#commentaire {
  padding: 1%; }
  section#commentaire h2 {
    padding: 0.5%;
    font-family: 'Roboto', sans-serif; }
  section#commentaire div#contenaire_commentaire {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start; }
    @media screen and (max-width: 600px) {
      section#commentaire div#contenaire_commentaire {
        display: block; } }
    section#commentaire div#contenaire_commentaire div#liste_contenaire {
      flex-basis: 45%;
      padding: 2%; }
      @media screen and (max-width: 600px) {
        section#commentaire div#contenaire_commentaire div#liste_contenaire {
          margin-top: 2%; } }
      section#commentaire div#contenaire_commentaire div#liste_contenaire div#contenair_item div.item_message {
        border-bottom: 1px solid #dddddd;
        padding: 1%; }
        section#commentaire div#contenaire_commentaire div#liste_contenaire div#contenair_item div.item_message span.pseudo_message {
          padding: 1%;
          margin: 1%;
          display: flex;
          flex-direction: row;
          justify-content: flex-start;
          align-items: center;
          font-family: 'Roboto', sans-serif;
          font-size: 10pt;
          font-weight: bolder; }
          section#commentaire div#contenaire_commentaire div#liste_contenaire div#contenair_item div.item_message span.pseudo_message span.icon {
            height: 50px;
            width: 50px;
            display: flex;
            flex-direction: row;
            justify-content: center;
            align-items: center;
            border-radius: 50%;
            background-color: #f9a825;
            font-size: 15pt; }
          section#commentaire div#contenaire_commentaire div#liste_contenaire div#contenair_item div.item_message span.pseudo_message span.pseudo_text {
            margin-left: 5%;
            text-transform: uppercase; }
    section#commentaire div#contenaire_commentaire form {
      flex-basis: 45%;
      padding: 2%;
      background: #eceff1;
      border-radius: 5px; }
      section#commentaire div#contenaire_commentaire form div.group {
        width: 100%;
        margin-bottom: 4%; }
        section#commentaire div#contenaire_commentaire form div.group#group_user {
          display: flex;
          flex-direction: row;
          justify-content: center;
          align-items: flex-start;
          border-bottom: 1px solid grey; }
          section#commentaire div#contenaire_commentaire form div.group#group_user span {
            font-size: 2em;
            padding: 1%;
            background: #fff;
            border-top-right-radius: 5px;
            border-top-left-radius: 5px; }
        section#commentaire div#contenaire_commentaire form div.group input,
        section#commentaire div#contenaire_commentaire form div.group textarea {
          width: 90%;
          margin: auto;
          margin-bottom: 4%;
          display: block; }
        section#commentaire div#contenaire_commentaire form div.group textarea {
          border-radius: 5px;
          font-size: 10pt;
          padding: 2%;
          outline: none; }
        section#commentaire div#contenaire_commentaire form div.group input,
        section#commentaire div#contenaire_commentaire form div.group button {
          border: none;
          outline: none;
          padding: 1%; }
          section#commentaire div#contenaire_commentaire form div.group input::placeholder,
          section#commentaire div#contenaire_commentaire form div.group button::placeholder {
            font-size: 10pt; }
        section#commentaire div#contenaire_commentaire form div.group input {
          height: 20px;
          background-color: transparent; }
        section#commentaire div#contenaire_commentaire form div.group button {
          background: #00e676;
          border-radius: 5px;
          padding: 2%; }

.style_text_detail h3 {
  padding: 0.5%;
  text-transform: capitalize;
  font-size: 15pt;
  font-weight: bolder;
  font-family: 'Roboto', sans-serif; }

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