@font-face {
  font-family: 'Candela';
  src: url('fonts/Candela.otf') format('opentype');
}
@font-face {
  font-family: 'CandelaBold';
  src: url('fonts/CandelaBold.otf') format('opentype');
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'CandelaBoldItalic';
  src: url('fonts/CandelaBoldItalic.otf') format('opentype');
  font-weight: bold;
  font-style: italic;
}

@font-face {
  font-family: 'CandelaBook';
  src: url('fonts/CandelaBook.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'CandelaItalic';
  src: url('fonts/CandelaItalic.otf') format('opentype');
  font-weight: normal;
  font-style: italic;
}

.h-100 {
	height: 100%;
}

.img-page {
    border-top-left-radius: 25%;
	max-height: 800px;
}

.titre-menu {
    position: relative;
    text-align: center;
    font-size: 15px;
    text-transform: inherit;
    letter-spacing: 0.5px;
    display: inline-block;
    background-color: rgba(50, 189, 231, 1);
    padding: 10px 25px;
    border-radius: 35px;
	width: fit-content;
	margin-bottom: 15px;
}

.sous-titre-menu {
	font-size: 1.35em;
	color: #13274F;
    font-family: 'Poppins';
	font-weight: bold;
	margin: 0;
}

.btn-main--primary {
    background-color: #32bde7;
}

.btn-main {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 17px;
    padding: 10px 30px;
    color: white;
    transition: 500ms allease;
    overflow: hidden;
    cursor: pointer;
    border-radius: 10px;
}

.username-css {
	display: none;
}

.titre-menu--white {
	color: rgba(255, 255, 255, 0.5) !important;
}

.sous-titre-menu--white {
	color: white;
}

.bloc-text-align-left {
	text-align: left;
	width: fit-content;
}

.btn-validate {
    display: inline-block;
    padding: 10px 35px;
    background-color: #343079;
    color: white;
    text-decoration: none;
    font-size: 16px;
    font-weight: bold;
    transition: all 0.3s ease;
    position: relative;
}

.btn-validate i {
    margin-left: 10px;
    transition: transform 0.3s ease;
}

.btn-validate:hover {
    background-color: #3135b9;
    color: white;
}

.btn-validate:hover i {
    transform: translateX(5px);
}

.btn-carousel--one:hover {
    background-color: #343079;
    color: white;
}


.btn-validate-estimation {
    height: 45px;
    text-transform: uppercase;
    color: white;
    font-weight: bold;
    cursor: pointer;
    background-color: #32bde7;
    border: none;
    padding: 10px 20px;
    transition: letter-spacing 0.3s ease-in-out;
}

.btn-validate-estimation:hover {
    color: white;
    letter-spacing: 1px;
}

.divider-home {
	text-align: center;
}

.divider-home img {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
    margin-right: 0.25rem;
    width: 240px;
}

.img-with-border {
    border: 5px solid white;
    box-shadow: 0 0 0 1px #aaa;
}

.panel-text {
	display: flex;
	flex-direction: column;
	align-items: center;
    padding: 3rem;
}

.panel-text--white-glasses {
	background: linear-gradient(
		to bottom right,
		rgba(255, 255, 255, 1) 0%,
		rgba(255, 255, 255, 0.8) 20%,
		rgba(255, 255, 255, 0.6) 40%,
		rgba(255, 255, 255, 0.4) 60%,
		rgba(255, 255, 255, 0.2) 80%,
		rgba(255, 255, 255, 0) 100%
	);
}

.panel-text--white {
	background-color: rgba(255, 255, 255, 0.8);
}

.panel-text--blue {
    background-color: rgba(50, 189, 231, 0.1);
}

.syndic-right {
	text-align: center;
}

.beautiful-paragraph-location {
	text-align: center;
}

.container-text-with-puce {
	display: flex;
	flex-direction: column;
	gap: 10px;
	line-height: 1.2;
}

.container-text-with-puce-img {
	display: flex;
	gap: 10px;
}

.container-text-with-puce-img span {
	color: white;
}

.container-text-with-puce-img i img {
	height: 20px;
}

#bandeau_slide {
    font-size: 18px;
    position: absolute;
    bottom: 0;
    height: 100%;
    width: 450px;
    background-color: rgba(0, 0, 0, 0.7) !important;
    display: flex;
    flex-direction: column;
    justify-content: center;  /* Centre le contenu verticalement */
    align-items: center;
    z-index: 2;
    padding: 20px;
}

.logo-bandeau {
    position: absolute;
    top: 15px;
    left: 50%;
    transform: translateX(-50%);
    max-width: 16vw;
    height: auto;
}

.check-li-space-only li {
    list-style: none;
    height: 40px;
    line-height: 17px;
}

.circle-check {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: rgba(50, 189, 231, 0.15);
    color: rgba(50, 189, 231, 1);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 8px;
    vertical-align: middle;
}

.contact-now {
	position: relative;
    display: flex;
    align-items: center;
	z-index: 5;
}

.contact-now .left {
    width: 55px;
    height: 55px;
    line-height: 48px;
    border-radius: 100px;
    text-align: center;
    font-size: 30px;
    color: #32bde7;
	border: 3px solid #32bde7;
}

.contact-now .right {
    padding-left: 10px;
}

.contact-now .right h5 {
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: white;
    margin: 5px 0 3px;
}

.contact-now .right h4 {
    font-size: 14px;
    font-weight: 400;
    margin: 0;
}

.contact-now .right h4 a {
	color: white;
}

.bandeau-content-diapo {
    letter-spacing: 2px;
    color: #fff;
    position: absolute;
    bottom: 185px;
    left: 12%;
    z-index: 2;
}

.bandeau-main-title-slide {
	font-family: 'CandelaBold';
    font-size: 3vw;
    font-weight: 700;
    line-height: 1;
    text-shadow: 1px 1px 2px #000;
}

.bandeau-subtitle-slide {
    font-size: 35px;
    padding-left: 3px;
    text-shadow: 1px 1px 2px #000;
}

.main-search-container {
    width: calc(100% - 450px);
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 3;
}

.espace-client-bis {
	display:flex;
	justify-content: center;
	width: 315px;
}

.espace-client-bis a {
	font-size: 12px;
	padding: 12px;
	background-color: #343079;
}

.main-slide-full {
	position: relative;
	width: 100%;
	height: 100vh;
	overflow: hidden;
}

.video-container-full,
.video-container-xs {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
}

.video-playing {
	width: 100%;
	height: 100%;
	max-height: 1068px;
	object-fit: cover;
}

.main-slide-full-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.35);
}

.beautiful-paragraph-agence {
	background: #343079;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
	padding: 30px 20px;
	box-sizing: border-box;
    /* background-image: url('data:image/svg+xml;utf8,<svg width="200" height="200" viewBox="0 0 200 200" xmlns="http://www.w3.org/2000/svg"><rect x="120" y="20" width="60" height="60" fill="%23FFFFFF" opacity="0.2"/><rect x="70" y="110" width="50" height="50" fill="%23B89F75" opacity="0.3"/><rect x="160" y="130" width="40" height="40" fill="%23B89F75" opacity="0.4"/></svg>'); */
    background-position: right 15px bottom 15px;
    background-repeat: no-repeat;
    background-size: 130px;
}

.beautiful-paragraph-agence p {
	color: #e6f4f1;
}

.agency-intro {
	color: #e6f4f1;
	margin-bottom: 15px;
}


.agency-values {
	list-style: none;
	padding: 0;
	margin: 20px 0;
}

.agency-values li {
	display: flex;
	align-items: center;
	margin-bottom: 10px;
	transition: background-color 0.3s ease;
	color: white;
}

.agency-values img {
	width: 24px;
	height: 24px;
	margin-right: 12px;
}


a.yeswimmo-link {
	color: white;
	text-decoration: none;
	font-weight: bold;
	transition: color 0.3s ease;
}

a.yeswimmo-link:hover {
	color: #005bb5;
	text-decoration: underline;
}

.testimonial-background-agency {
	position: absolute;
    left: 0;
    bottom: 0;
	height: 100%;
    width: 100%;
    opacity: .05;
    background-repeat: no-repeat;
    background-position: bottom left;
	background-image: url(../images/home_agency_background.png);
    transform: translateY(-28px);
    transition: transform 0.6s cubic-bezier(0, 0, 0, 1);
    will-change: transform;
}

.home-agence-container {
	margin-top: 8rem;
	margin-bottom: 10rem;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 15px;
}

.home-agence-container > div {
	display: flex;
	flex-direction: column;
	justify-content: stretch;
}

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

.home-agence-panel {
    /* background-color: #647b84; */
    /* background-color: #343079; */
    background-color: #32bde7;
    padding: 30px 20px;
    max-width: 600px;
    color: white;
    box-sizing: border-box;
    background-image: url("data:image/svg+xml,%3Csvg width='200' height='200' viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='150' cy='50' r='40' fill='%23FFFFFF' opacity='0.1'/%3E%3Ccircle cx='100' cy='150' r='30' fill='%23FFFFFF' opacity='0.15'/%3E%3Ccircle cx='180' cy='160' r='20' fill='%23FFFFFF' opacity='0.2'/%3E%3C/svg%3E");
    background-position: right 15px bottom 15px;
    background-repeat: no-repeat;
    background-size: 120px;
}

.text-bloc-home-left {
	position: relative;
	z-index: 2;
}

.text-bloc-home-right {
	margin-left: -2rem;
}

.text-bloc-home-right-img {
	position: relative;
}

.li-img-checker img {
	height: 20px;
}

/** Begin transaction **/

#section_transaction {
	background: linear-gradient(to bottom, rgb(237, 241, 246), rgb(240, 244, 247));
}

#section_transaction .title-home-container {
	margin-top: 5rem;
}


.transaction-container p + h3 {
	color: white;
}

.transaction-panel-container {
	position: relative;
	z-index: 3;
}

.transaction-container {
	display: flex;
	align-items: center;
	margin-top: 5rem;
	margin-bottom: 10rem;
}

.transaction-img-bloc {
    display: grid;
    grid-template: repeat(2, 1fr) / repeat(3, 1fr);
	gap: 15px;
}

.transaction-img-item {
	box-shadow: rgb(0 0 0 / 35%) 0px 0px 10px 0px;
}

.transaction-img-item:nth-child(1) {
    grid-column: 1 / 2;
    grid-row: 2 / 3;
	height: fit-content;
}

.transaction-img-item:nth-child(2) {
    grid-column: 2 / 3;
    grid-row: 1 / 2;
	height: fit-content;
}

.transaction-img-item:nth-child(3) {
    grid-column: 3 / 4;
    grid-row: 2 / 3;
	height: fit-content;
}

/** end transaction **/

/** BEGIN section_location **/

#section_location_container {
	display: flex;
	align-items: center;
	margin-bottom: 10rem;
}

#section_location {
    /* background: linear-gradient(to bottom, rgba(46, 56, 220, 0.1), rgba(46, 56, 220, 0)); */
}

#section_location .title-home-container {
	margin-top: 5rem;
}

.beautiful-paragraph-location {
    padding: 20px;
    border-left: 4px solid rgba(52, 74, 83, 1);
    background-color: rgba(52, 74, 83, 0.15);
}

.btn-validate-location-container {
	margin-top: 1rem;
	margin-bottom: 2rem;
}


/** END section_location **/

/** section_estimation **/

#section_estimation {
	background: linear-gradient(to bottom, rgb(237, 241, 246), rgb(240, 244, 247));
}

#section_estimation_title {
	margin-top: 5rem;
	margin-bottom: 3rem;
}

.estimation-container {
	display: flex;
	align-items: center;
}

/** END section_estimation **/

/** Begin gestion **/

#section_gestion {
    margin-top: 5rem;
	display: flex;
	align-items: center;
}

.gestion-left {
    flex: 1;
    min-height: 400px;
    overflow: hidden;
}

.gestion-right {
    flex: 1;
    padding: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.gestion-right p {
    margin-bottom: 15px;
}

.gestion-values {
    list-style: none;
    padding-left: 0;
    margin-bottom: 20px;
}

.gestion-values li {
    padding-left: 25px;
    position: relative;
    margin-bottom: 10px;
}

.gestion-question {
    font-weight: bold;
    color: #007bff;
    margin-top: 20px;
}

.gestion-solution {
    color: #444;
    font-weight: bold;
}

.gestion-btn-container {
    margin-top: 20px;
}

.gestion-btn {
    display: inline-block;
    background-color: #007bff;
    color: white;
    padding: 12px 20px;
    text-decoration: none;
    font-weight: bold;
    border-radius: 5px;
    transition: background 0.3s ease;
}

.gestion-btn:hover {
    background-color: #0056b3;
}


/** End gestion **/

/** Begin Syndic **/

#section_syndic {
	background: linear-gradient(to bottom, rgb(237, 241, 246), rgb(240, 244, 247));
}

.syndic-container {
	display: flex;
	align-items: center;
	margin-top: 5rem;
	margin-bottom: 8rem;
}

.syndic-bloc-content {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.custom-shape-divider-bottom-1741597011 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    transform: rotate(180deg);
}

.custom-shape-divider-bottom-1741597011 svg {
    position: relative;
    display: block;
    width: calc(162% + 1.3px);
    height: 69px;
}

.custom-shape-divider-bottom-1741597011 .shape-fill {
    fill: #FFFFFF;
}


/** End Syndic **/

/** Block Coup Coeur **/

#section_cc {
	margin-top: 15rem;
	margin-bottom: 15rem;
}

#section_cc {
	margin-top: 15rem;
	margin-bottom: 15rem;
}

.img-coup-de-coeur {
    overflow: hidden;
	
}

.img-coup-de-coeur > a > .img-cc-main {
    width: 100%;
    height: 280px;
    object-fit: cover;
    object-position: center;
    transition: transform 0.6s ease-in-out;
}

.img-coup-de-coeur > a:hover > .img-cc-main {
    transform: scale(1.3);
}

.container-cc {
	border: 1px solid #e9e9e9;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1), 0 2px 4px rgba(0, 0, 0, 0.06);
	background-color: white;
}

.container-cc p {
	padding: 0.5rem;
}

.overlay-img-cc {
    position: absolute;
    bottom: 0;
    height: 70px;
    width: 100%;
    transform: matrix(-1, 0, 0, -1, 0, 0);
    background: transparent linear-gradient(180deg, #000 0, #00000000 100%) 0 0 no-repeat padding-box;
    opacity: 0.68;
}

.label-cc {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 12px;
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: var(--primary-color);
    width: 86px;
    text-align: center;
    color: #fff !important;
    text-decoration: inherit !important;
    text-transform: uppercase;
    font-weight: 700;
}

.ville-cc {
	position: absolute;
	left: 15px;
	bottom: 5px;
	color: white;
	z-index: 1;
}

.price-cc {
	font-size: 20px;
	color: var(--primary-color);
	font-weight: bold;
	margin-top: 1rem;
}

.title-cc {
	font-size: 18px;
	font-weight: bold;
	padding : 1rem;
}

.description-cc {
	margin-top: 2rem;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.nb-photo {
    position: absolute;
    bottom: 5px;
    right: 15px;
}

.nb-photo img {
	width: 25px;
}

.amenities-cc-container {
	display: flex;
	justify-content: space-between;
	margin-top: 1.5rem;
	margin-bottom: 1.5rem;
}

.amenities-cc {
	display: flex;
	flex-direction : column;
}

.amenities-cc-bar {
    width: 1px;
    height: 45px;
    background-color: #ddd;
}

.btn-show-cc {
    transition: color 0.3s ease, transform 0.3s ease, text-shadow 0.3s ease;
}

.btn-show-cc:hover {
    letter-spacing: 0.1px;
    color: #d5ab48;
    cursor: pointer;
    text-shadow: 0 0 5px rgba(213, 171, 72, 0.5);
}

.add-cc-container {
	display: flex;
	gap: 5px;
	position: absolute;
	top: 10px;
	right: 10px;
}

.add-cc {
	padding: 1px 7px;
	border-radius: 50%;
	background-color: rgba(47, 72, 88, 0.2);
}

.block-cc-container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
    width: 100%;
}

.block-cc {
    cursor: pointer;
	padding: 0.5rem;
}

.row-cc {
	display: flex;
	flex-direction: column;
	gap: 3rem;
}

.d-flex-cc {
    display: flex;
}

.px-cc {
	padding-left : 1rem;
	padding-right : 1rem;
}

.btn-heart-result img {
    height: 20px;
}

.btn-heart-container {
    position: absolute;
    right: 15px;
	bottom: 5px;
}

.all-sales-card {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
    border-radius: 8px;
    cursor: pointer;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.all-sales-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}

.full-image {
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.full-image > .img-cc-main {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: transform 0.6s ease-in-out;
}

.full-image:hover > .img-cc-main {
    transform: scale(1.2);
}

.overlay-text {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4); /* Overlay sombre */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: white;
    padding: 1rem;
    opacity: 1; /* Toujours visible */
}

.title-sales {
    font-size: 24px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 0.5rem;
	color: white;
}

.subtitle-sales {
    font-size: 16px;
    margin-bottom: 1rem;
}

.btn-sales {
    display: inline-block;
    padding: 10px 17px;
    background-color: var(--primary-color);
    border-radius: 50%;
    color: white;
    font-size: 20px;
    transition: background-color 0.3s ease, transform 0.3s ease;
}

.btn-sales:hover {
    background-color: #d5ab48;
    transform: scale(1.1);
}

/** endblock **/

/* Section contact */

.form-contact-container {
	position: relative;
	z-index: 2;
	display: flex;
	margin-top: 8rem;
}

#form_contact_container {
	background-color: white;
	padding: 25px;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1), 0 2px 4px rgba(0, 0, 0, 0.06);
}

.form-div-custom::before {
  display: inline-block;
  position: absolute;
  top: 41.5%;
  transform: translateY(-50%);
  font: var(--fa-font-solid);
  right: 4%;
  color: var(--secondary-color);
  font-size: 1.2em;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  z-index: 2;
}

.form-div-custom--font-user::before {
  content: '\f007';
}

.form-div-custom--font-email::before {
  content: '\f0e0';
}

.form-div-custom--font-phone::before {
  content: '\f095';
}

.form-div-custom--font-subject::before {
  content: '\f0e2';
}

.form-input-custom {
  position: relative;
  padding-left: 1.5em !important;
  border: 1px solid;
  border-color: #2F4858 !important;
  font-size: 15px;
  font-weight: 400;
  height: 50px;
  width: 100%;
  border-radius: 0 !important;
}

.form-input-custom::placeholder,
.form-textarea-custom::placeholder {
	color: var(--body-font-color) !important;
	text-transform: capitalize;
	font-size: 15px;
	font-family: var(--primary-font);
}

.form-textarea-custom {
	border: 1px solid;
    border-color: #2F4858 !important;
    font-size: 15px;
    font-weight: 400;
    width: 100%;
    margin-bottom: 15px;
    padding-left: 1rem;
	padding-top: 10px;
	border-radius: 0 !important;
}

#section_contact {
    background-color: #f8f7fc;
    margin-bottom: -75px;
}

/** End of section contact **/

/** Begin Page Location **/
.page-location-h3 {
	margin-top: 10rem;
}

#section_cc_location {
	margin-top: 5rem;
	margin-bottom: 5rem;
}

/** End of page Location **/

/** Begin Page Transaction **/
.page-transaction-h3 {
	margin-top: 10rem;
}

#section_cc_transaction {
	margin-top: 5rem;
	margin-bottom: 5rem;
}

/** End of page Transaction **/

.home-footer-logo img {
	width: 300px;
}

.social-network-menu-agency {
    position: absolute;
    top: 25%;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    padding: 10px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    z-index: 5;
}

.social-network-menu-agency a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    font-size: 17px;
    text-decoration: none;
    color: white;
    cursor: pointer;
    transition: transform 0.2s ease, filter 0.2s ease;
}


.social-network-menu-agency a:hover {
	transform: scale(1.15);
	filter: brightness(1.2);
}

.facebook {
	background-color: #1877F2;
}

.linkedin {
	background-color: #0077B5;
}

.pot-de-miel-winnie {
	display: none;
}

.username-css { display:none; }

@media (min-width: 1800px) and (max-width: 1900px) {
	.bandeau-content-diapo {
		bottom: 130px;
	}
}

@media (min-width: 1600px) and (max-width: 1800px) {
	.bandeau-content-diapo {
		bottom: 150px;
	}
}

@media (min-width: 1200px) and (max-width: 1600px) {
	.bandeau-content-diapo {
		bottom: 100px;
	}
	.logo-bandeau {
        top: 105px;
        max-width: 15vw;
    }
	.bandeau-slide-two {
		margin-top: 5rem;
	}
	.bandeau-main-title-slide {
		font-size: 3vw;
	}
	.bandeau-subtitle-slide {
		font-size: 30px;
	}
	.contact-now .left {
        width: 2.7vw;
        height: 2.7vw;
        line-height: 1.6;
        font-size: 1.4vw;
    }
}

@media (min-width: 1200px) and (max-width: 1400px) {
	.img-section-location {
		width: 50%;
	}
}

@media (min-width: 1200px) {
	.espace-client-bis {
		display: none;
	}
}

@media (max-width: 1200px) {
	.transaction-container {
		flex-direction: column;
		gap: 25px;
	}
	.transaction-img-bloc {
		display: flex;
		margin-top: 5rem;
	}
	#section_location_container,
	.syndic-container {
		display: flex;
		flex-direction: column;
	}
	.estimation-container {
		display: flex;
		flex-direction: column-reverse;
	}
	.estimation-container .panel-text {
		margin: 5rem;
	}
	.estimation-container-img,
	.gestion-left	{
		margin-bottom: 5rem;
	}
	#section_gestion {
		display: flex;
		flex-direction: column-reverse;
	}
	.block-cc-container {
		grid-template-columns: repeat(3, 1fr);
	}
	.syndic-right {
		margin-top: 5rem;
	}
}


@media (min-width: 992px) and (max-width: 1200px) {
	.bandeau-content-diapo {
		bottom: 110px;
		left: 18%;
	}
	.logo-bandeau {
		max-width: 65%;
	}
	.main-slide-full {
		height: 700px;
	}
	.bandeau-main-title-slide {
		font-size: 4.5vw;
	}
	.bandeau-subtitle-slide {
		font-size: 2.4vw;
	}
}

@media (min-width: 768px) and (max-width: 992px) {
	.video-container-full {
		height: 600px;
	}
	.main-slide-full {
		height: 100%;
	}
	.logo-bandeau {
		max-width: 55%;
	}
	.bandeau-content-diapo {
		left: 31%;
	}
	.block-cc-container {
		grid-template-columns: repeat(2, 1fr);
	}
	.syndic-right {
		margin-top: 5rem;
	}
	.syndic-right img {
		width: 80%;
	}
	#section_gestion {
		gap: 45px;
	}
}

@media (max-width: 768px) {
	.video-container-xs {
		height: 600px;
	}
	.main-slide-full {
		height: 100%;
	}
	.cc-container {
		margin-bottom: 0;
	}
	.testimonial-background-agency {
		display: none;
	}
	.syndic-right {
		margin-top: 5rem;
	}
	.syndic-right img {
		width: 90%;
	}
	#section_cc {
		margin-top: 5rem;
		margin-bottom: 5rem;
	}
}

@media (min-width: 550px) and (max-width: 768px) {
	.block-cc-container {
		padding: 2rem;
		grid-template-columns: repeat(2, 1fr);
	}
	.gestion-left {
		display: none;
	}
	.logo-bandeau {
		max-width: 50%;
	}
	#bandeau_slide {
		width: 270px;
	}
	.contact-now .left {
		width: 40px;
		height: 40px;
		line-height: 34px;
		font-size: 18px;
	}
}

@media (min-width: 550px) {
	.show-xxs-only {
		display: none;
	}
	.main-slide-mobile {
		display: none;
	}
	.contact-now .right h5 {
		font-size: 14px;
	}
	.mini-button-mobile {
		display: none;
	}
}

@media (max-width: 550px) {
	.main-slide-mobile {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.main-slide-mobile-img {
		width: 60%;
	}
	#bandeau_slide {
		display: none;
	}
	.video-container-xs {
		height: 450px;
	}
	.home-agence-container {
		grid-template-columns: repeat(1, 1fr);
	}
	.home-footer-logo img {
		width: 150px;
	}
	.block-cc-container {
		padding: 2rem;
		display: grid;
		grid-template-columns: repeat(1, 1fr);
	}
	.gestion-left {
		display: none;
	}
	.btn-validate {
		padding: 1.1rem 2rem;
	}
	.hidden-xxs-only {
		display: none;
	}
	.home-agence-container {
		margin-top: 3rem;
	}
	.espace-client-bis {
		display: none;
	}
	#navbar_mobile {
		justify-content: space-between;
	}
	.mini-extranet-btn {
		font-size: 12px;
		background-color: #343079;
		color: white;
		padding: 5px 15px;
		text-transform: uppercase;
	}
	.mini-extranet-btn i  {
		color: white;
		font-size: 12px;
	}
	.sous-titre-menu {
		text-align: center;
	}
	#section_gestion {
		margin-top: 0;
	}
	#section_cc_title_container,
	#section_contact_title_container {
		display: flex;
		justify-content: center;
		flex-direction: column;
		align-items: center;
	}
	.agency-contact {
		text-align: center;
	}
	.display-center-xxs {
		display: flex;
		justify-content: center;
	}
	.form-div-custom--font-user {
		margin-top: 3rem;
	}
	.beautiful-paragraph-location {
		text-align: center;
	}
	.btn-xxs-center {
		display: flex;
		justify-content: center;
	}
	.panel-text {
		align-items: center;
	}
}

@media (max-width: 450px) {
	.sous-titre-menu {
        font-size: 1.2em;
    }
}

@media (max-width: 330px) {
	.sous-titre-menu {
        font-size: 1em;
    }
}