<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
.basdepage
{
height:80px;
}

.hautdepage
{
height:200px;
}
.hautdepagecontact
{
height:160px;
}
/* Style du bouton "Retour en haut" */
.back-to-top {
    position: fixed;
    bottom: 30px;
    right: 30px;
    background-color: rgba(0, 0, 0, 0.5); /* Semi-transparent */
    color: #fff;
    border: none;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease-in-out, visibility 0.3s;
}

.back-to-top:hover {
    background-color: rgba(0, 0, 0, 0.7);
}

.back-to-top.show {
    opacity: 1;
    visibility: visible;
}


#footer{
margin-top:-83px;
}
  .colored {
  	max-width:1000px;
  margin-top:80px;
  margin-bottom:-150px;
    background-color: #FF7500;
    border-radius: 15px;
    padding: 20px;
    position: relative;  /* Permet à l'image absolute de se positionner par rapport à ce div */
    overflow: visible;  /* Permet à l'image de dépasser */
  }

  .agent-img {
    position: absolute;  /* Permet de dépasser du div rouge */
    bottom: -21px;  /* Aligne l'image avec la base du div */
    right: 0px;  /* Décale l'image vers la droite pour sortir du div */
      /* Augmente la hauteur pour dépasser vers le haut */
    width: auto;
    height: 430px;  /* Fixe la hauteur pour éviter 0px */
    z-index: 2;
  }
 .contentupfoot {
 padding:20px;
 }

  .contentupfoot h2 {
    color: #fff;
    font-size: 28px;
    font-weight: 700;
  }

  .contentupfoot p {
    color: #fff;
    font-size: 16px;
  }

  .contentupfoot a {
    color: #fff;
    text-decoration: underline;
    font-weight: 600;
  }

  .contentupfoot a:hover {
    color: #939393;
  }

  .footer {
    background-color: #111;
    color: #ccc;
    padding-top: 200px;
    font-size: 14px;
  }

  .footer a {
    color: #ccc;
    text-decoration: none;
  }

  .footer a:hover {
    color:  #939393;
  }

  .footer li{
  line-height: 28px;
  
  }
  .footer h5 {
    color: #fff;
    font-size: 16px;
    margin-bottom: 20px;
  }

  .footer .logofooter {
  display: flex;
  justify-content: center;
  align-items: center;
}

.circle-bg {
  background-color:  #939393; /* Remplace par la couleur souhaitée */
  border-radius: 50%;
  width: 150px;  /* Ajuste pour obtenir un cercle parfait */
  height: 150px; /* Idem, même valeur que width */
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden; /* Cache les parties en dehors du cercle */
}

.circle-bg img {
  width: 100%;
  height: 100%;
  object-fit: contain; /* Garde le ratio du logo sans déformation */
}

  .footer .social-icons a {
    color: #ccc;
    margin-right: 10px;
    font-size: 20px;
  }

  .footer .social-icons a:hover {
    color: #fff;
  }

  .footer .newsletter input[type="email"] {
    background-color: #222;
    border: 1px solid #333;
    padding: 10px;
    color: #ccc;
    width: 100%;
  }



  .footer  button {
    background-color: #f8f9fa;
    border: none;
    color: #fff;
    padding: 5px 20px;
    margin-top: 10px;
  }

  .footer .newsletter button:hover {
    background-color: #f8f9fa;
  }

  .footer-bottom {
    background-color: #FF7500;
    padding: 15px 0;
    text-align: center;
    color: #FFF;
    margin-top: 20px;
  }

  .footer-bottom a {
    color: #EEE;
    text-decoration: none;
  }
  
 .bi
 {
 color:#FF7500;
 } 

#why
{
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: #FAFAFA;  /* Couleur de fond sous l'image */
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' viewBox='0 0 10 10'%3E%3Ccircle cx='1' cy='1' r='1' fill='%23eee'/%3E%3C/svg%3E");
    background-size: 10px 10px;
    background-repeat: repeat;
    background-blend-mode: multiply;  /* Permet de fusionner l'image avec la couleur en dessous */
}



  .why-choose-us {
    padding: 50px 0;
  }

  .why-choose-us h2 {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 20px;
  }

  .why-choose-us p {
    font-size: 14px;
    color: #666;
    margin-bottom: 30px;
  }

  .service-item {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    background-color: #f8f9fa;
    padding: 10px;
    border-radius: 15px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  }

  .service-item i {
    font-size: 24px;
    margin-right: 15px;
    color: #333;
  }

  .service-item h6 {
  color:#222222;
  
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 5px;
  }

  .service-item p {
  color:#666666;

    margin: 0;
    font-size: 12px;
    color: #666;
  }

  .stats {
    text-align: center;
    padding: 30px 0;
    background-color: rgba(255,117,0,0.5);
    margin-top: 30px;
    border-radius: 15px;
  }

  .stats h4 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 5px;
  }

  .stats p {
    font-size: 12px;
    color: #666;
    margin: 0;
  }

.image-container {
    position: relative;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    padding: 0;               /* Supprime les marges internes */
}

.image-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;        /* Assure que l'image couvre tout le conteneur */
    border-radius: 15px;      /* Garde les coins arrondis pour l'image */
    display: block;
}


  .badge-info {
    position: absolute;
    bottom: 20px;
    left: 20px;
    background-color: #fff;
    padding: 5px 10px;
    border-radius: 15px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
  }

  .badge-info i {
    font-size: 20px;
    color: #333;
    margin-right: 5px;
  }
  .btn-agency
  {
  position:relative;
  z-index:100;

  background-color:#FF7500;
      border-radius: 15px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  color:#222222;

  }
  .btn-agency:hover
  {
  background-color:#939393;
  } 
  
  
.btn-home{
border-radius:15px;
margin:15px;
}

#cookie-banner {
  position: fixed;
  bottom: 0;
  width: 100%;
  background: #eee;
  padding: 15px;
  text-align: center;
  box-shadow: 0 -2px 5px rgba(0,0,0,0.2);
  z-index: 1000;
}

#cookie-banner p {
  display: inline;
  margin-right: 10px;
}

#cookie-banner button {
  margin: 0 5px;
  padding: 8px 12px;
  border: none;
  cursor: pointer;
}



.text-white-shadow {
  color: white;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.7);
  
}
.text-black-shadow {
  color: black;
  text-shadow: 1px 1px 3px rgba(255, 255, 255, 0.7);
}
.btnrad
{
border-radius :15px;
}

/* Search Bar */



  .search-bar {
    background-color: #f8f9fa;
    border-radius: 15px;
    padding: 20px;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    border: 1px solid #FF7500;
   
  }
  .search-bar .btn-colored {
    background-color: #FF7500;
    color: #fff;
    border-radius: 15px;
    padding:15px;    
    
  }
.btn-colored {
    background-color: #FF7500;
    color: #fff;
    border-radius: 15px;
    padding:15px;    
  }
   .search-bar .btn-colored:hover {
    background-color: #939393;
    color:  #FF7500;
    border-radius: 15px;
    padding:15px;    
  }
  .btn-colored:hover {
    background-color: #939393;
    color:  #FF7500;
    border-radius: 15px;
    padding:15px;    
  }


  .nav-item {
    margin-right:5px;
    background: #FF7500;
    color: #fff;
        border: 1px solid #FF7500;
    border-bottom: none;

    border-radius: 15px 15px 0px 0px ;
  }
  .nav-tabs .nav-link.active {
    background-color: #f8f9fa;
    border-bottom: none !important;
        color:#222222;

  }
  
  .nav-tabs .nav-link {
    border-radius: 15px 15px 0px 0px ;  
        color:#222222;

    }
  .nav-tabs .nav-link:hover {
    }
  .form-control, .form-select {
    border: none;
    border-bottom: 2px solid #ddd;
    border-radius: 0;
    box-shadow: none;
    padding:15px;
  }
  .form-control:focus, .form-select:focus {
    border-color: #FF7500;
    box-shadow: none;
  }
  .form-select {
    appearance: none;
    position: relative;
    padding-right: 30px;
    background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 10 10"%3E%3Cpath fill="%23FF7500" d="M2 2 L5 5 L8 2"/%3E%3C/svg%3E');
    background-repeat: no-repeat;
    background-position: right 10px center;
    transition: color 0.3s ease;
  }
  .form-select:hover {
    color: #FF7500;
  }
  .input-group-text {
    background-color: transparent;
    border: none;
    color: #FF7500;
    font-weight: bold;
  }


/* Fin search bar */&lt;


body {
    overflow-x: hidden;
}


.trame-legere {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' viewBox='0 0 10 10'%3E%3Ccircle cx='1' cy='1' r='1' fill='%23eee'/%3E%3C/svg%3E");
  background-size: 10px 10px;
  background-repeat: repeat;

}


h2 {
padding-left:50px;
padding-bottom:50px;
}
.material-symbols-light--euro-rounded {
  display: inline-block;
  width: 24px;
  height: 24px;
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M15.039 20q-2.893 0-4.953-1.608q-2.059-1.607-2.855-4.084h-3q-.213 0-.357-.144t-.143-.357t.143-.356t.357-.143h2.8q-.114-.581-.101-1.324t.1-1.292h-2.8q-.212 0-.356-.144q-.143-.143-.143-.356t.143-.356t.357-.144h3.038q.777-2.476 2.827-4.084T15.038 4q1.348 0 2.567.396t2.268 1.12q.182.12.195.318t-.14.342q-.153.155-.37.162t-.393-.123q-.896-.58-1.941-.897T15.038 5q-2.49 0-4.232 1.353t-2.477 3.34h6.094q.213 0 .356.143t.144.357t-.144.356t-.356.143H8.056q-.12.599-.114 1.351q.006.753.114 1.265h6.367q.213 0 .356.144q.144.144.144.356q0 .213-.144.357t-.356.143H8.31q.753 1.986 2.496 3.339T15.039 19q1.144 0 2.194-.32q1.05-.318 1.933-.901q.176-.129.39-.123t.379.171q.146.14.133.339t-.195.318q-1.048.724-2.267 1.12q-1.22.396-2.568.396'/%3E%3C/svg%3E");
  background-color: currentColor;
  -webkit-mask-image: var(--svg);
  mask-image: var(--svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}

.line-md--cloud-alt-download-filled-loop {
  display: inline-block;
  width: 24px;
  height: 24px;
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cmask id='lineMdCloudAltDownloadFilledLoop0'%3E%3Cg fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'%3E%3Cpath stroke-dasharray='64' stroke-dashoffset='64' d='M7 19h11c2.21 0 4 -1.79 4 -4c0 -2.21 -1.79 -4 -4 -4h-1v-1c0 -2.76 -2.24 -5 -5 -5c-2.42 0 -4.44 1.72 -4.9 4h-0.1c-2.76 0 -5 2.24 -5 5c0 2.76 2.24 5 5 5Z'%3E%3Canimate fill='freeze' attributeName='stroke-dashoffset' dur='0.6s' values='64;0'/%3E%3Cset fill='freeze' attributeName='opacity' begin='0.7s' to='0'/%3E%3C/path%3E%3Cg fill='%23fff' stroke='none' opacity='0'%3E%3Ccircle cx='12' cy='10' r='6'%3E%3Canimate attributeName='cx' begin='0.7s' dur='30s' repeatCount='indefinite' values='12;11;12;13;12'/%3E%3C/circle%3E%3Crect width='9' height='8' x='8' y='12'/%3E%3Crect width='15' height='12' x='1' y='8' rx='6'%3E%3Canimate attributeName='x' begin='0.7s' dur='21s' repeatCount='indefinite' values='1;0;1;2;1'/%3E%3C/rect%3E%3Crect width='13' height='10' x='10' y='10' rx='5'%3E%3Canimate attributeName='x' begin='0.7s' dur='17s' repeatCount='indefinite' values='10;9;10;11;10'/%3E%3C/rect%3E%3Cset fill='freeze' attributeName='opacity' begin='0.7s' to='1'/%3E%3C/g%3E%3Cg fill='%23000' fill-opacity='0' stroke='none'%3E%3Ccircle cx='12' cy='10' r='4'%3E%3Canimate attributeName='cx' begin='0.7s' dur='30s' repeatCount='indefinite' values='12;11;12;13;12'/%3E%3C/circle%3E%3Crect width='9' height='6' x='8' y='12'/%3E%3Crect width='11' height='8' x='3' y='10' rx='4'%3E%3Canimate attributeName='x' begin='0.7s' dur='21s' repeatCount='indefinite' values='3;2;3;4;3'/%3E%3C/rect%3E%3Crect width='9' height='6' x='12' y='12' rx='3'%3E%3Canimate attributeName='x' begin='0.7s' dur='17s' repeatCount='indefinite' values='12;11;12;13;12'/%3E%3C/rect%3E%3Cset fill='freeze' attributeName='fill-opacity' begin='0.7s' to='1'/%3E%3Canimate fill='freeze' attributeName='opacity' begin='0.7s' dur='0.5s' values='1;0'/%3E%3C/g%3E%3Cg fill='%23000' stroke='none'%3E%3Cpath d='M10 9h4v0h-4z'%3E%3Canimate fill='freeze' attributeName='d' begin='1.3s' dur='0.2s' values='M10 9h4v0h-4z;M10 9h4v5h-4z'/%3E%3C/path%3E%3Cpath d='M7 13h10l-5 0z'%3E%3Canimate fill='freeze' attributeName='d' begin='1.5s' dur='0.1s' values='M7 13h10l-5 0z;M7 13h10l-5 5z'/%3E%3CanimateMotion begin='1.6s' calcMode='linear' dur='1.5s' keyPoints='0;0.25;0.5;0.75;1' keyTimes='0;0.1;0.5;0.8;1' path='M0 0v1v-2z' repeatCount='indefinite'/%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/mask%3E%3Crect width='24' height='24' fill='%23000' mask='url(%23lineMdCloudAltDownloadFilledLoop0)'/%3E%3C/svg%3E");
  background-color: currentColor;
  -webkit-mask-image: var(--svg);
  mask-image: var(--svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}

.hugeicons--copy-link {
  display: inline-block;
  width: 24px;
  height: 24px;
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' color='%23000'%3E%3Cpath d='M14.556 13.218a2.67 2.67 0 0 1-3.774-3.774l2.359-2.36a2.67 2.67 0 0 1 3.628-.135m-.325-3.167a2.669 2.669 0 1 1 3.774 3.774l-2.359 2.36a2.67 2.67 0 0 1-3.628.135'/%3E%3Cpath d='M21 13c0 3.771 0 5.657-1.172 6.828S16.771 21 13 21h-2c-3.771 0-5.657 0-6.828-1.172S3 16.771 3 13v-2c0-3.771 0-5.657 1.172-6.828S7.229 3 11 3'/%3E%3C/g%3E%3C/svg%3E");
  background-color: currentColor;
  -webkit-mask-image: var(--svg);
  mask-image: var(--svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}

.arcticons--magicplan {
  margin-top:10px;
  display: inline-block;
  width: 32px;
  height: 32px;
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 48'%3E%3Cpath fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' d='M32.5 42.5h6a4 4 0 0 0 4-4v-29a4 4 0 0 0-4-4h-29a4 4 0 0 0-4 4v29a4 4 0 0 0 4 4h6' stroke-width='1'/%3E%3Cpath fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' d='M24 30.956v-8.662c0-2.9-2.35-5.25-5.25-5.25h0a5.25 5.25 0 0 0-5.25 5.25m21 8.662v-8.662c0-2.9-2.35-5.25-5.25-5.25h0a5.25 5.25 0 0 0-5.25 5.25m-10.5 8.662V17.044' stroke-width='1'/%3E%3C/svg%3E");
  background-color: currentColor;
  -webkit-mask-image: var(--svg);
  mask-image: var(--svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
} 
.ph--messenger-logo-thin {
  display: inline-block;
  width: 24px;
  height: 24px;
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 256'%3E%3Cpath fill='%23000' d='M178.83 109.17a4 4 0 0 1 0 5.66l-32 32a4 4 0 0 1-5.66 0L112 117.66l-29.17 29.17a4 4 0 0 1-5.66-5.66l32-32a4 4 0 0 1 5.66 0L144 138.34l29.17-29.17a4 4 0 0 1 5.66 0M228 128a100 100 0 0 1-148.5 87.47l-35.69 11.9a12 12 0 0 1-15.18-15.18l11.9-35.69A100 100 0 1 1 228 128m-8 0a92 92 0 1 0-171.65 46.07a4 4 0 0 1 .33 3.27l-12.46 37.38a4 4 0 0 0 5.06 5.06l37.38-12.46a4 4 0 0 1 1.27-.21a4.05 4.05 0 0 1 2 .54A92 92 0 0 0 220 128'/%3E%3C/svg%3E");
  background-color: currentColor;
  -webkit-mask-image: var(--svg);
  mask-image: var(--svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}
.ph--whatsapp-logo-thin {
  display: inline-block;
  width: 24px;
  height: 24px;
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 256'%3E%3Cpath fill='%23000' d='m185.79 148.42l-32-16a4 4 0 0 0-4 .25l-16.64 11.1a44.56 44.56 0 0 1-20.91-20.91l11.1-16.64a4 4 0 0 0 .25-4l-16-32A4 4 0 0 0 104 68a36 36 0 0 0-36 36a84.09 84.09 0 0 0 84 84a36 36 0 0 0 36-36a4 4 0 0 0-2.21-3.58M152 180a76.08 76.08 0 0 1-76-76a28 28 0 0 1 25.58-27.9l13.8 27.61l-11 16.54A4 4 0 0 0 104 124a52.43 52.43 0 0 0 28 28a4 4 0 0 0 3.76-.37l16.54-11l27.61 13.8A28 28 0 0 1 152 180M128 28a100 100 0 0 0-87.47 148.5l-11.9 35.69a12 12 0 0 0 15.18 15.18l35.69-11.9A100 100 0 1 0 128 28m0 192a92 92 0 0 1-46.07-12.35a4.05 4.05 0 0 0-2-.54a4 4 0 0 0-1.27.21l-37.38 12.46a4 4 0 0 1-5.06-5.06l12.46-37.38a4 4 0 0 0-.33-3.27A92 92 0 1 1 128 220'/%3E%3C/svg%3E");
  background-color: currentColor;
  -webkit-mask-image: var(--svg);
  mask-image: var(--svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
} 
.arcticons--print {
  display: inline-block;
  width: 24px;
  height: 24px;
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 48'%3E%3Cpath fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' d='M14.517 35.415H6.403a.903.903 0 0 1-.903-.903V21.008c0-.498.404-.902.903-.902h35.194c.499 0 .903.404.903.902v13.504a.903.903 0 0 1-.903.903h-8.114' stroke-width='1'/%3E%3Cpath fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' d='M14.517 31.437h18.966v10.13H14.517zm0-11.331V6.433h14.966l4 4v9.673' stroke-width='1'/%3E%3Cpath fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' d='M29.483 6.433v4h4' stroke-width='1'/%3E%3Ccircle cx='39.852' cy='22.898' r='.75' fill='%23000'/%3E%3Ccircle cx='36.835' cy='22.898' r='.75' fill='%23000'/%3E%3Ccircle cx='33.819' cy='22.898' r='.75' fill='%23000'/%3E%3C/svg%3E");
  background-color: currentColor;
  -webkit-mask-image: var(--svg);
  mask-image: var(--svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}
.arcticons--share {
  display: inline-block;
  width: 24px;
  height: 24px;
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 48'%3E%3Cpath fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' d='m30 15l-12.1 6.07m0 5.86l12.18 6.11m12.42 2.89a6.55 6.55 0 1 1-13.1 0a6.55 6.55 0 0 1 13.1 0m-.1-23.86a6.55 6.55 0 1 1-13.1 0a6.55 6.55 0 0 1 13.1 0M18.6 24a6.55 6.55 0 1 1-13.1 0a6.55 6.55 0 0 1 13.1 0' stroke-width='1'/%3E%3C/svg%3E");
  background-color: currentColor;
  -webkit-mask-image: var(--svg);
  mask-image: var(--svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}


.carbon--floorplan {
  display: inline-block;
  width: 32px;
  height: 32px;
  margin-bottom: -10px;

  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath fill='currentColor' d='M28 2H4c-1.1 0-2 .9-2 2v24c0 1.1.9 2 2 2h15v-2c0-2.8 2.2-5 5-5v-2c-3.9 0-7 3.1-7 7h-3v-4h-2v4H4V4h8v14h2v-5h4v-2h-4V4h14v7h-4v2h4v15h-4v2h4c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2'/%3E%3C/svg%3E");

  background-color: currentColor;
  -webkit-mask-image: var(--svg);
  mask-image: var(--svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}


.arcticons--360-online-20 {
  display: inline-block;
  width: 48px;
  height: 48px;
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 48'%3E%3Cg fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='1'%3E%3Cpath d='M4.5 25.814q20.226 5.093 39 0V37.21h-39zm4.974-2.906c.756.63 1.386.882 3.149.882h.378a2.527 2.527 0 0 0 2.519-2.52h0A2.527 2.527 0 0 0 13 18.751'/%3E%3Cpath d='M9.474 14.595c.756-.63 1.512-.882 3.149-.882h.378a2.527 2.527 0 0 1 2.519 2.519h0a2.527 2.527 0 0 1-2.52 2.52m-1.889-.001h1.89'/%3E%3Ccircle cx='23.355' cy='20.846' r='3.401'/%3E%3Cpath d='M26.377 15.304c-.504-.756-1.385-1.26-2.77-1.26h-.253c-1.89 0-3.4 1.512-3.4 3.275v3.527m16.979-5.839l-4.969 7.578m2.519 1.133c-1.89 0-3.4-1.511-3.4-3.275v-3.4c0-1.89 1.51-3.275 3.274-3.275h0c1.89 0 3.275 1.511 3.275 3.274v3.401c.252 1.89-1.26 3.275-3.149 3.275'/%3E%3Ccircle cx='42.063' cy='11.923' r='1.134'/%3E%3C/g%3E%3C/svg%3E");
  background-color: currentColor;
  -webkit-mask-image: var(--svg);
  mask-image: var(--svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}

.ph--bed-thin {
  display: inline-block;
  width: 32px;
  height: 32px;
  margin-bottom:-8px;

  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 256'%3E%3Cpath fill='%23000' d='M216 76H28V48a4 4 0 0 0-8 0v160a4 4 0 0 0 8 0v-36h216v36a4 4 0 0 0 8 0v-96a36 36 0 0 0-36-36M28 84h80v80H28Zm88 80V84h100a28 28 0 0 1 28 28v52Z'/%3E%3C/svg%3E");
  background-color: currentColor;
  -webkit-mask-image: var(--svg);
  mask-image: var(--svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}

.ph--bathtub-thin {
  display: inline-block;
  width: 32px;
  height: 32px;
 margin-bottom:-8px;

  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 256'%3E%3Cpath fill='%23000' d='M240 100h-36v-4a4 4 0 0 0-4-4h-64a4 4 0 0 0-4 4v4H60V52a16 16 0 0 1 16-16a16.49 16.49 0 0 1 16.08 12.8a4 4 0 1 0 7.84-1.6A24.32 24.32 0 0 0 76 28a24 24 0 0 0-24 24v48H16a4 4 0 0 0-4 4v40a52.06 52.06 0 0 0 52 52h4v20a4 4 0 0 0 8 0v-20h104v20a4 4 0 0 0 8 0v-20h4a52.06 52.06 0 0 0 52-52v-40a4 4 0 0 0-4-4m-100 0h56v40h-56Zm96 44a44.05 44.05 0 0 1-44 44H64a44.05 44.05 0 0 1-44-44v-36h112v36a4 4 0 0 0 4 4h64a4 4 0 0 0 4-4v-36h32Z'/%3E%3C/svg%3E");
  background-color: currentColor;
  -webkit-mask-image: var(--svg);
  mask-image: var(--svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}
.carbon--floorplan {
  opacity: 0.7;
  transform: scale(0.9);
}

.hero-section {
  position: relative;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  width: 100%;
  background-image: url('../img/facade.jpg');
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
  padding-top: 120px;
  overflow: hidden;
}

.hero-section::before {
  content: "";
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.5);
  z-index: 1;
}

/* Si tu veux que le contenu reste visible au-dessus du filtre : */
.hero-section &gt; * {
  position: relative;
  z-index: 2;
}




a {
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease; }
  a, a:hover {
    text-decoration: none !important; }

.hero {
  height: 100vh;
  width: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat; }

.site-navbar-wrap {

 background-color:;
  position: absolute;
  z-index: 999;
  width: 100%;
  left: 0; }
  .site-navbar-wrap a {
    color: #000; }
  .site-navbar-wrap .site-navbar-top {
    font-size: 0.8rem; }

.site-navbar-top {
  border-bottom: 0px solid rgba(255, 255, 255, 0.4); }

.site-navbar {
  margin-bottom: 0px;
  width: 100%; }
  .site-navbar .site-logo {

    font-weight: 200;
    line-height: 0;
    top: -2px;
    position: relative; }
    .site-navbar .site-logo a {
      font-weight: 200;
      color: #fff;
      font-size: 20px;
      font-weight: bold;
      text-transform: uppercase; }
  .site-navbar .site-navigation .site-menu {
    margin-bottom: 0; }
    .site-navbar .site-navigation .site-menu a {
      text-decoration: none !important;
      display: inline-block;
      font-weight: 500; }
    .site-navbar .site-navigation .site-menu &gt; li {
      display: inline-block;
      padding: 10px 5px; }
      .site-navbar .site-navigation .site-menu &gt; li &gt; a {
       margin-top:10px;
       margin-bottom:10px;
        padding: 10px 15px;
        color: rgba(0, 0, 0, 0.6);
        font-size: 15px;
        text-decoration: none !important; }
        .site-navbar .site-navigation .site-menu &gt; li &gt; a.active {
          color: #333; }
        .site-navbar .site-navigation .site-menu &gt; li &gt; a:hover {
          color: #333; }
      .site-navbar .site-navigation .site-menu &gt; li:last-child {
        padding-right: 0; }
        .site-navbar .site-navigation .site-menu &gt; li:last-child &gt; a {
           }
    .site-navbar .site-navigation .site-menu .has-children {
      position: relative; }
      .site-navbar .site-navigation .site-menu .has-children &gt; a {
        position: relative;
        padding-right: 20px; }
        .site-navbar .site-navigation .site-menu .has-children &gt; a:before {
          position: absolute;
          content: "\e313";
          font-size: 16px;
          top: 50%;
          right: 0;
          -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          transform: translateY(-50%);
          font-family: 'icomoon'; }
      .site-navbar .site-navigation .site-menu .has-children .dropdown {
        visibility: hidden;
        opacity: 0;
        top: 100%;
        position: absolute;
        text-align: left;
        -webkit-box-shadow: 0 0px 4px 0px rgba(0, 0, 0, 0.25);
        box-shadow: 0 0px 4px 0px rgba(0, 0, 0, 0.25);
        padding: 0px 0;
        margin-top: 20px;
        margin-left: 0px;
        background: #fff;
        -webkit-transition: 0.2s 0s;
        -o-transition: 0.2s 0s;
        transition: 0.2s 0s;
        border-radius: 4px; }
        .site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top {
        	z-index:999;
          position: absolute; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top:before {
            bottom: 100%;
            left: 20%;
            border: solid transparent;
            content: " ";
            height: 0;
            width: 0;
            position: absolute;
            pointer-events: none; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top:before {
            border-color: rgba(136, 183, 213, 0);
            border-bottom-color: #fff;
            border-width: 10px;
            margin-left: -10px; }
        .site-navbar .site-navigation .site-menu .has-children .dropdown a {
          font-size: 14px;
          text-transform: none;
          letter-spacing: normal;
          -webkit-transition: 0s all;
          -o-transition: 0s all;
          transition: 0s all;
          color: #343a40; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown a.active {
            color: #FF7500; }
        .site-navbar .site-navigation .site-menu .has-children .dropdown .active &gt; a {
          color: #333 !important; }
        .site-navbar .site-navigation .site-menu .has-children .dropdown &gt; li {
          list-style: none;
          padding: 0;
          margin: 0;
          min-width: 200px; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown &gt; li:first-child &gt; a {
            border-top-left-radius: 4px;
            border-top-right-radius: 4px; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown &gt; li:last-child &gt; a {
            border-bottom-left-radius: 4px;
            border-bottom-right-radius: 4px; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown &gt; li &gt; a {
            padding: 9px 20px;
            display: block; }
            .site-navbar .site-navigation .site-menu .has-children .dropdown &gt; li &gt; a:hover {
              background: #ebeef0;
              color: #212529; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown &gt; li.has-children &gt; a:before {
            content: "\e315";
            right: 20px; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown &gt; li.has-children &gt; .dropdown, .site-navbar .site-navigation .site-menu .has-children .dropdown &gt; li.has-children &gt; ul {
            left: 100%;
            top: 0; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown &gt; li.has-children:hover &gt; a, .site-navbar .site-navigation .site-menu .has-children .dropdown &gt; li.has-children:active &gt; a, .site-navbar .site-navigation .site-menu .has-children .dropdown &gt; li.has-children:focus &gt; a {
            background: #ebeef0;
            color: #212529; }
      .site-navbar .site-navigation .site-menu .has-children:hover &gt; a, .site-navbar .site-navigation .site-menu .has-children:focus &gt; a, .site-navbar .site-navigation .site-menu .has-children:active &gt; a {
        color: #333; }
      .site-navbar .site-navigation .site-menu .has-children:hover, .site-navbar .site-navigation .site-menu .has-children:focus, .site-navbar .site-navigation .site-menu .has-children:active {
        cursor: pointer; }
        .site-navbar .site-navigation .site-menu .has-children:hover &gt; .dropdown, .site-navbar .site-navigation .site-menu .has-children:focus &gt; .dropdown, .site-navbar .site-navigation .site-menu .has-children:active &gt; .dropdown {
          -webkit-transition-delay: 0s;
          -o-transition-delay: 0s;
          transition-delay: 0s;
          margin-top: 0px;
          visibility: visible;
          opacity: 1; }

.site-mobile-menu {
  width: 300px;
  position: fixed;
  right: 0;
  z-index: 2000;
  padding-top: 20px;
  background: #fff;
  height: calc(100vh);
  -webkit-transform: translateX(110%);
  -ms-transform: translateX(110%);
  transform: translateX(110%);
  -webkit-box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
  box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out; }
  .offcanvas-menu .site-mobile-menu {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%); }
  .site-mobile-menu .site-mobile-menu-header {
    width: 100%;
    float: left;
    padding-left: 20px;
    padding-right: 20px; }
    .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close {
      float: right;
      margin-top: 8px; }
      .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span {
        font-size: 30px;
        display: inline-block;
        padding-left: 10px;
        padding-right: 0px;
        line-height: 1;
        cursor: pointer;
        -webkit-transition: .3s all ease;
        -o-transition: .3s all ease;
        transition: .3s all ease; }
        .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span:hover {
          color: #dee2e6; }
    .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo {
      float: left;
      margin-top: 10px;
      margin-left: 0px; }
      .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a {
        display: inline-block;
        text-transform: uppercase; }
        .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a img {
          max-width: 70px; }
        .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a:hover {
          text-decoration: none; }
  .site-mobile-menu .site-mobile-menu-body {
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    position: relative;
    padding: 20px;
    height: calc(100vh - 52px);
    padding-bottom: 150px; }
  .site-mobile-menu .site-nav-wrap {
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative; }
    .site-mobile-menu .site-nav-wrap a {
      padding: 10px 20px;
      display: block;
      position: relative;
      color: #212529; }
      .site-mobile-menu .site-nav-wrap a.active, .site-mobile-menu .site-nav-wrap a:hover {
        color: #FF7500; }
    .site-mobile-menu .site-nav-wrap li {
      position: relative;
      display: block; }
      .site-mobile-menu .site-nav-wrap li.active &gt; a {
        color: #FF7500; }
    .site-mobile-menu .site-nav-wrap .arrow-collapse {
      position: absolute;
      right: 0px;
      top: 10px;
      z-index: 20;
      width: 36px;
      height: 36px;
      text-align: center;
      cursor: pointer;
      border-radius: 50%; }
      .site-mobile-menu .site-nav-wrap .arrow-collapse:hover {
        background: #f8f9fa; }
      .site-mobile-menu .site-nav-wrap .arrow-collapse:before {
        font-size: 12px;
        z-index: 20;
        font-family: "icomoon";
        content: "\f078";
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%) rotate(-180deg);
        -ms-transform: translate(-50%, -50%) rotate(-180deg);
        transform: translate(-50%, -50%) rotate(-180deg);
        -webkit-transition: .3s all ease;
        -o-transition: .3s all ease;
        transition: .3s all ease; }
      .site-mobile-menu .site-nav-wrap .arrow-collapse.collapsed:before {
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
    .site-mobile-menu .site-nav-wrap &gt; li {
      display: block;
      position: relative;
      float: left;
      width: 100%; }
      .site-mobile-menu .site-nav-wrap &gt; li &gt; a {
        padding-left: 20px;
        font-size: 20px; }
      .site-mobile-menu .site-nav-wrap &gt; li &gt; ul {
        padding: 0;
        margin: 0;
        list-style: none; }
        .site-mobile-menu .site-nav-wrap &gt; li &gt; ul &gt; li {
          display: block; }
          .site-mobile-menu .site-nav-wrap &gt; li &gt; ul &gt; li &gt; a {
            padding-left: 40px;
            font-size: 16px; }
          .site-mobile-menu .site-nav-wrap &gt; li &gt; ul &gt; li &gt; ul {
            padding: 0;
            margin: 0; }
            .site-mobile-menu .site-nav-wrap &gt; li &gt; ul &gt; li &gt; ul &gt; li {
              display: block; }
              .site-mobile-menu .site-nav-wrap &gt; li &gt; ul &gt; li &gt; ul &gt; li &gt; a {
                font-size: 16px;
                padding-left: 60px; }

.logohead
{
top:-60px;
  position: absolute;
  border-radius:50%;
}


.sticky-wrapper {
 background-color:#FFF;
top:80px;
  position: absolute;
  z-index: 100;
  width: 100%; }
  .sticky-wrapper + .site-blocks-cover {
    margin-top: 96px; }
  .sticky-wrapper .site-navbar {
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease; }
    .sticky-wrapper .site-navbar ul li.active a {

      color: #333; }
  .sticky-wrapper.is-sticky .site-navbar {
    background-color: #FFF; }
    .sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu &gt; li {
      display: inline-block;
      padding: 10px 5px; }
      .sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu &gt; li:last-child {
        padding-right: 0; }
        .sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu &gt; li:last-child &gt; a {
           }
      .sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu &gt; li.has-children &gt; a {
        padding-right: 20px; }
      .sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu &gt; li &gt; a {
        padding: 10px 10px;
        color: rgba(0, 0, 0, 0.6);
        font-size: 15px; }
        .sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu &gt; li &gt; a:hover {
          color: #333 !important; }
        .sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu &gt; li &gt; a.active {
          color: #333 !important; }
      .sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu &gt; li.active a {
        color: #333; }

@media (max-width: 768px) {
.logohead
{
  max-height:80px;
}
.sticky-wrapper {
top:120px;
height:60px !important;
}
}
</pre></body></html>