/* Personnalisation des styles */

.header--default {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    color: var(--clr-text);
    background-color: var(--clr-100);
    padding: 1.5rem 0;
    z-index: 999;
    box-shadow: 0 0 2rem rgba(var(--clr-text-rgb), 0.35);
}

.header--default .wrap {
    display: flex;
    align-items: center;
    gap: 2rem;
}

.header__logo {
    width: 18rem;
    margin-right: auto;
}

.nav {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 1.5rem;
}

.nav--social {
    gap: 0.5rem;
}

.nav__social-link {
    width: 2rem;
    padding: 0.325rem;
    aspect-ratio: 1;
    border-radius: 50%;
    color: currentColor;
    border: 2px solid currentColor;
    transition: all 0.3s;
}

.nav__social-link:hover {
    border-color: var(--clr-text);
    background-color: var(--clr-text);
    color: var(--clr-bg);
}

.js-toggle-menu {
    display: none;
}

.nav__link {
    text-decoration: none;
    text-transform: uppercase;
    font-size: 0.9rem;
}

.nav__link:hover,
.nav__link--current {
    color: var(--clr-600);
}

.bouton {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    width: max-content;
    border-radius: 0.5rem;
    border: 2px solid currentColor;
    text-decoration: none;
    padding: 0.5rem 0.85rem;
    white-space: nowrap;
    font-size: 1rem;
    line-height: 1.4;
    cursor: pointer;
    transition: all 0.3s;
}

.bouton.bouton--smaller {
    font-size: 0.85rem;
    padding: 0.4rem 0.8rem;
    border-radius: 0.4rem;
}

.bouton.bouton--alt {
	border-color: var(--clr-600);
    background-color: var(--clr-600);
    color: var(--clr-100);
}

.bouton.bouton--alt:hover {
    border-color: var(--clr-600);
    background-color: var(--clr-100);
    color: var(--clr-600);
}
.bouton.bouton--white {
    border-color: var(--clr-100);
    background-color: var(--clr-100);
    color: var(--clr-text);
}
.bouton.bouton--white:hover {
    border-color: var(--clr-600);
    background-color: var(--clr-600);
    color: var(--clr-100);
}

.bouton .bouton__icon,
.bouton .bouton__icon svg {
    width: 100%;
    max-width: 1.6rem;
    max-height: 1.6rem;
}
.bouton .bouton__icon {
    order: 2;
}

.bouton:hover {
    border-color: var(--clr-bg);
    background-color: var(--clr-bg);
    color: var(--clr-text);
}


.bouton--float {
    float: right;
    margin-top: 0.5rem;
}

.proprieteshome {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem;
}
.hero.herohome {
	max-height: 700px;
    overflow: hidden;
}
.hero.herohome img.heromedia {
	object-fit: cover;
}
.hero {
    position: relative;
    background-color: var(--clr-text);
    color: var(--clr-bg);
}
.hero > .wrap.wide {
    background-color: #000;
}

.heromedia {
    position: relative;
    width: 100%;
    opacity: 0.8;
}
.heroinner {
	width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    z-index: 2;
    display: flex;
    font-size: 1.25rem;
	align-items: flex-end;
}

.heroinner p {
    margin-bottom: 2.5rem;
    margin-top: 1rem;
    font-weight: 500;
}


.hero-logo {
    display: block;
    max-width: 95%;
    width: 25rem;
    /*filter: grayscale(1) brightness(10);*/
    margin: 0 auto 4rem;
}
.heroflex {
    display: flex;
    width: 1400px;
    margin-inline: auto;
	align-items: center;
	gap:2rem;
}
.heroflex-left {
	flex: 0 0 48%;
}
.titre.titrehero {
    max-width: 19ch;
    margin-left: auto;
    margin-right: auto;
    line-height: 1;
    margin-bottom: 0;
}

.titre {
    margin-bottom: 1.5rem;
}

.proprieteshomewrapper {
    margin-top: 5rem;
}

.propriete__cta {
    margin-top: 0.5rem;
}

footer {
    padding-top: 3rem;
	background-color: var(--clr-bg);
}

.footer-logo {
    width: 15rem;
    margin-left: auto;
    margin-right: auto;
    display: block;
    max-width: 95%;
    margin-bottom: 3rem;
}

.contact-infos-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr auto;
    width: max-content;
    margin-left: auto;
    margin-right: auto;
    gap: 5rem;
    margin-bottom: 4rem;
	max-width:100%;
}

.contact-infos-wrapper h3 {
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
}
.logo-footer img {
	width: 300px;
}
footer a {
    text-decoration: none;
}
footer a:hover {
    color: var(--clr-accent);
}
.innerfooter {
    border-top: 1px solid var(--clr-text);
    padding: 1rem 0;
    text-align: center;
    font-size: 0.8rem;
    background-color: var(--clr-100);
}

footer .nav--social {
    justify-content: start;
}
.imgprofile img {
	border: 1px solid var(--clr-500);
	border-radius: 10px;
}
.sectionfootercta .titresm {
	font-size: 2rem;
}
.sectionfootercta.sectioncta > .bouton {
	font-size: 1.5rem;
    margin-top: 2rem;
}


/*1400*/
@media screen and (max-width: 87.5rem) {
}
/*1300*/
@media screen and (max-width: 81.25rem) {
    .header--default .wrap {
        gap: 1rem;
    }
    .nav {
        gap: 0.75rem;
    }
    .nav.nav--social {
        gap: 0.5rem;
    }
    .nav__link {
        font-size: 0.8rem;
    }
    .header__logo {
        width: 15.5rem;
    }

    .heromedia {
        min-height: 40rem;
        object-fit: cover;
    }
    .hero-logo {
        width: 20rem;
        margin-bottom: 2rem;
    }
}
/*1024*/
@media screen and (max-width: 64rem) {
	.header__logo {
        width: 17rem;
    }
	.sectionfootercta .titresm {
		font-size: 1.75rem;
	}
	.sectionfootercta.sectioncta > .bouton {
		font-size: 1.25rem;
	}
	.contact-infos-wrapper {
		grid-template-columns: auto 1fr 1fr auto;
		gap: 2rem;
	}
	.logo-footer img {
		width: 250px;
	}
    .nav--primary {
        position: absolute;
        bottom: 0;
        right: 1.5rem;
        translate: 0 100%;
        background-color: var(--clr-100);
        display: none;
        padding: 1rem 2rem;
    }
    .nav__link {
        display: block;
        margin: 0.75rem 0;
        font-size: 0.95rem;
    }
    .js-toggle-menu {
        display: block;
        width: 2.25rem;
        border: 0;
        color: var(--clr-text);
        cursor: pointer;
    }
    .header--default {
        padding: 1rem 0;
    }
	.hero.herohome {
		max-height: 500px;
	}
	.heroflex-left {
		flex: 0 0 43%;
	}
}
/* 900 */
@media screen and (max-width: 56.25rem) {
	.logo-footer img {
        width: 200px;
    }
	
	.hero.herohome {
        max-height: 420px;
    }
}


/*856*/
@media screen and (max-width: 53.5rem) {
	.contact-infos-wrapper {
        grid-template-columns: 1fr 1fr;
        gap: 2rem;
    }
    .nav--primary {
        right: 0.75rem;
    }
    .sectioncta {
        padding-left: 0.65rem;
        padding-right: 0.65rem;
    }
	.hero.herohome {
        max-height: 400px;
    }
}
/*750*/
@media screen and (max-width: 46.875rem) {
    .contact-infos-wrapper {
        grid-template-columns: 1fr;
        text-align: center;
        gap: 2rem;
    }
    footer .nav--social {
        justify-content: center;
    }
    .nav__social-link {
        width: 1.75rem;
        padding: 0.25rem;
    }
    .nav.nav--social {
        gap: 0.25rem;
    }
    .header--default .wrap {
        gap: 0.5rem;
        max-width: calc(100% - 0.75rem);
    }
    .bouton.bouton--smaller {
        font-size: 0.8rem;
        padding: 0.3rem 0.55rem;
    }
    .nav--primary {
        right: 0;
    }
    .header__logo {
        width: 15rem;
    }
    .js-toggle-menu {
        width: 2rem;
    }
    .proprieteshome {
        grid-template-columns: 1fr;
        border-bottom: 1px solid var(--clr-bg);
    }

    .sectionproprietes .wrap {
        display: flex;
        flex-flow: column;
    }
    .sectionproprietes .bouton--float {
        order: 9;
        float: none;
        margin-left: auto;
        margin-right: auto;
        margin-top: 3rem;
    }
    .titre br {
        display: none;
    }
	.hero.herohome {
        max-height: initial;
    }
	.heroflex {
		justify-content: center;
		flex-wrap: wrap;
	}
	.heroflex-left {
		order: 2;
    	flex: 0 0 400px;
    }
	.heroflex-right {
		flex: 0 0 100%;
		order: 1;
		padding: 0 1.5rem;
		text-align: center;
		
    }
	.heroflex-right .boutons {
		justify-content: center;		
    }
}

/*440*/
@media screen and (max-width: 27.5rem) {
	.heroflex-right {
        padding: 0 0.75rem;
    }
	.heroflex-left {
        order: 2;
        flex: 0 0 100%;
    }
	.heroflex-left img {
		width: 360px;
		margin: 0 auto;
    }
	.hero.herohome {
        max-height: 750px;
    }
	.heroinner .heroflex-right p {
		font-size: 1rem;
		margin-bottom: 1.5rem;
	}
	.heroflex-right .titre.titrehero {
		max-width: 100%;
		padding: 0;
		font-size: 1.6rem;
	}
}




