/****************************** Propriétés Globales ******************************/

html {
    font-size: 100%;
    scroll-behavior: smooth;
}

html::-webkit-scrollbar {
    width: 0.375rem;
}

html::-webkit-scrollbar-track {
    background-color: #FFFFFF;
}

html::-webkit-scrollbar-thumb {
    background-color: #6B907F;
    border-radius: 0.625rem;
}

* {
    box-sizing: border-box;
}

body {
    margin: 0;
    padding: 0;
    background-color: #FFFFFF;
    color: #000000;
}

.cache {
    display: none;
}

/****************************** Header ******************************/

header {
    position: fixed;
    top: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
    justify-content: space-between;
    z-index: 10;
    background-color: #FFFFFF;
    height: 6.25rem;
}

/****************************** Menu Téléphone ******************************/

.menu {
    display: flex;
    margin: 0;
    position: absolute;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: #6B907F;
    transform: translateX(-100%);
    transition: transform 1s;
}

.menu li {
    list-style-type: none;
}

.menu li a {
    text-decoration: none;
    color: #FFFFFF;
    font-family: "Quicksand";
    font-size: 1.5rem;
}

.ouvrir {
    display: block;
    z-index: 6;
    top: 1.875rem;
    right: 2.188rem;
    position: absolute;
    font-size: 2rem;
    color: #6B907F;
}

.fermer.ouvert {
    display: block;
    z-index: 6;
    top: 1.875rem;
    right: 2.188rem;
    position: absolute;
    font-size: 2rem;
}

.fermer {
    display: none;
}

.nav-menu.ouvert {
    color: #FFFFFF;
}

.menu.ouvert {
    display: flex;
    transform: translateX(0);
    padding: 0;
}

.ouvrir.ouvert {
    display: none;
}

.lien-logo {
    padding-left: 1.875rem;
}

.logo {
    width: 6.875rem;
}

.logo2 {
    display: none;
}

.menu2 {
    display: none;
}

/****************************** Page Accueil Téléphone ******************************/

.accueil {
    padding: 5rem 1.25rem 1.25rem 1.25rem;
    display: flex;
    height: 100vh;
    align-items: center;
    flex-direction: column;
    justify-content: space-evenly;
}

.img-accueil {
    display: none;
}

.img-accueil1 {
    width: 20rem;
}

.img-accueil2 {
    width: 20rem;
}

.fleche-accueil {
    width: 2.5rem;
    animation: slide 1.5s ease-in-out infinite;
}

@keyframes slide {

    0%,
    100% {
        transform: translate(0, 0);
    }

    50% {
        transform: translate(0, 0.625rem);
    }
}

/****************************** Page A Propos Téléphone ******************************/

.a-propos {
    margin: 1.563rem 1.25rem 1.25rem 1.25rem;
    scroll-margin: 9.375rem;
    border: #000000 0.125rem solid;
    position: relative;
}

.titre-droite {
    font-family: "Quicksand";
    font-weight: lighter;
    margin: 0;
    position: absolute;
    top: -1.438rem;
    left: 2.5rem;
    padding: 0 1.25rem 0 1.25rem;
    font-size: 2.1rem;
    z-index: 1;
    color: #000000;
    cursor: default;
}

.titre-droite::before {
    content: "";
    position: absolute;
    width: 34%;
    border: 0.375rem solid #6B907F;
    z-index: -1;
    bottom: 0.125rem;
}

.titre-droite::after {
    content: "";
    position: absolute;
    width: 34%;
    border: 0.375rem solid #6B907F;
    z-index: -1;
    top: 0.25rem;
    right: 1.25rem;
}

.dessous {
    color: #FFFFFF;
    background-color: #FFFFFF;
    z-index: 0;
}

.div-propos {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 3.125rem 1.25rem 2.5rem 1.25rem;
}

.laurence {
    width: 10rem;
    clip-path: circle(50% at 50% 50%);
}

.text-propos {
    margin: 1.25rem 0 0 0;
    font-family: "Quicksand";
    font-size: 1.1rem;
    cursor: default;
}

/****************************** Page Services Téléphone ******************************/

.services {
    margin: 3.125rem 1.25rem 1.25rem 1.25rem;
    scroll-margin: 9.375rem;
    border: #000000 0.125rem solid;
    position: relative;
}

.titre-gauche {
    font-family: "Quicksand";
    font-weight: lighter;
    margin: 0;
    position: absolute;
    top: -1.438rem;
    right: 2.5rem;
    padding: 0 1.25rem 0 1.25rem;
    font-size: 2.1rem;
    z-index: 1;
    cursor: default;
    color: #000000;
}

.titre-gauche::before {
    content: "";
    position: absolute;
    width: 34%;
    border: 0.375rem solid #6B907F;
    z-index: -1;
    bottom: 0.125rem;
}

.titre-gauche::after {
    content: "";
    position: absolute;
    width: 34%;
    border: 0.375rem solid #6B907F;
    z-index: -1;
    top: 0.25rem;
    right: 1.25rem;
}

.div-services {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.social {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 3.125rem;
    padding: 1.25rem 3.75rem 1.25rem 3.75rem;
    background-color: #AEC3B0;
    border-radius: 0.625rem;
    cursor: default;
}

.social h3 {
    margin-top: 1.875rem;
    margin-bottom: 0.625rem;
    font-family: "Quicksand";
    font-weight: lighter;
    font-size: 2rem;
}

.conciergerie h3 {
    margin-top: 1.875rem;
    margin-bottom: 0.625rem;
    font-family: "Quicksand";
    font-weight: lighter;
    font-size: 2rem;
}

.conciergerie {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 1.875rem;
    margin-bottom: 1.875rem;
    padding: 1.25rem 1.25rem 1.25rem 1.25rem;
    background-color: #AEC3B0;
    border-radius: 0.625rem;
    cursor: default;
}

.forever-div {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 1.875rem;
    margin-bottom: 0.625rem;
}

.forever1 {
    margin: 0;
    font-family: "Quicksand";
    font-weight: lighter;
    font-size: 2rem;
}

.forever2 {
    margin: 0;
    font-family: "Quicksand";
    font-weight: lighter;
    font-size: 2rem;
}

.forever {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.875rem;
    padding: 0.8rem 0.8rem 0.8rem 0.8rem;
    background-color: #AEC3B0;
    border-radius: 0.625rem;
    cursor: default;
}

.img-social {
    width: 10rem;
}

.img-conciergerie {
    width: 10rem;
}

.img-forever {
    width: 10rem;
}

.social ul li {
    font-family: "Quicksand";
    font-weight: lighter;
    font-size: 1.1rem;
}

.conciergerie ul li {
    font-family: "Quicksand";
    font-weight: lighter;
    font-size: 1.1rem;
}

.forever ul li {
    font-family: "Quicksand";
    font-weight: lighter;
    font-size: 1.1rem;
}

.lien-service {
    font-family: "Quicksand";
    font-weight: lighter;
    font-size: 1.1rem;
    color: #000000;
    text-decoration: none;
    margin-bottom: 1rem;
    margin-top: 1rem;
}

/****************************** Page Locatifs Téléphone ******************************/

.locatifs {
    margin: 3.125rem 1.25rem 1.25rem 1.25rem;
    scroll-margin: 9.375rem;
    border: #000000 0.125rem solid;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}

.rens-loc {
    font-family: "Quicksand";
    position: relative;
    font-size: 1.1rem;
    margin: 1.25rem 0 0.625rem 0;
    color: #000000;
    text-decoration: none;
}

.rens-loc::before {
    content: "";
    position: absolute;
    width: 40%;
    border: 0.375rem solid #6B907F;
    z-index: -1;
    top: 0.625rem;
}

.div-choix-locatif {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
    justify-content: space-evenly;
    margin: 1.875rem 0.625rem 0 0.625rem;
}

.btn-locatif1::before {
    transition: 0.5s linear;
}

.btn-locatif2::before {
    transition: 0.5s linear;
}

.btn-locatif {
    background: transparent;
    border: none;
    outline: none;
    cursor: pointer;
    font-family: "Quicksand";
    position: relative;
    font-size: 1.3rem;
    margin: 1.25rem 0 0.625rem 0;
    color: #000000;
    text-decoration: none;
}

.btn-locatif1::before {
    content: "";
    position: absolute;
    width: 2rem;
    border: 0.375rem solid #6B907F;
    z-index: -1;
    top: 0.938rem;
}

.btn-locatif2::before {
    content: "";
    position: absolute;
    width: 3.5rem;
    border: 0.375rem solid #6B907F;
    z-index: -1;
    top: 0.938rem;
}

.btn-locatif1.active::before {
    width: 3.5rem;
    transition: 0.5s linear;
}

.btn-locatif2.active::before {
    width: 7.1rem;
    transition: 0.5s linear;
}

.div-locatif1 {
    padding: 1.25rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.div-locatif2 {
    padding: 1.25rem;
    display: none;
    flex-direction: column;
    align-items: center;
}

.slider {
    max-width: 60rem;
    margin: auto;
    overflow: hidden;
    display: grid;
}

.slider-list {
    list-style-type: none;
    margin: 0;
    padding: 0;
    transition: transform 500ms;
    display: flex;
    grid-area: 1/1;
    z-index: -1;
}

.slider-list-item {
    width: 100%;
    flex-shrink: 0;
}

.slider-list-item img {
    display: block;
    width: 100%;
    height: 100%;
    max-height: 80vh;
    object-fit: cover;
    object-position: center;
}

.slider-dots {
    display: flex;
    flex-wrap: wrap;
    gap: 1vmax;
    grid-area: 1/1;
    place-self: end center;
    margin-bottom: 1vh;
}

.slider-dot {
    width: 1rem;
    height: 1rem;
    padding: 0;
    border: none;
    background-color: transparent;
    cursor: pointer;
    outline: none;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: #FFFFFF;
}

.slider-dot svg {
    transition: fill 0.3s ease;
}

.slider-dot.current svg {
    fill: #6B907F;
}

.slider-dot.current {
    background-color: #6B907F;
}

.slider-btn {
    background: transparent;
    border: none;
    outline: none;
    grid-area: 1/1;
    cursor: pointer;
}

.slider-prev {
    place-self: center start;
}

.slider-next {
    place-self: center end;
}

.slider2 {
    max-width: 60rem;
    margin: auto;
    overflow: hidden;
    display: grid;
}

.first {
    margin-top: 0.625rem;
}

.slider-list2 {
    list-style-type: none;
    margin: 0;
    padding: 0;
    transition: transform 500ms;
    display: flex;
    grid-area: 1/1;
    z-index: -1;
}

.slider-list-item2 {
    width: 100%;
    flex-shrink: 0;
}

.slider-list-item2 img {
    display: block;
    width: 100%;
    height: 100%;
    max-height: 80vh;
    object-fit: cover;
    object-position: center;
}

.slider-dots2 {
    display: flex;
    flex-wrap: wrap;
    gap: 1vmax;
    grid-area: 1/1;
    place-self: end center;
    margin-bottom: 1vh;
}

.slider-dot2 {
    width: 1rem;
    height: 1rem;
    padding: 0;
    border: none;
    background-color: transparent;
    cursor: pointer;
    outline: none;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: #FFFFFF;
}

.slider-dot2 svg {
    transition: fill 0.3s ease;
}

.slider-dot2.current svg {
    fill: #6B907F;
}

.slider-dot2.current {
    background-color: #6B907F;
}

.slider-btn2 {
    background: transparent;
    border: none;
    outline: none;
    grid-area: 1/1;
    cursor: pointer;
}

.slider-prev2 {
    place-self: center start;
}

.slider-next2 {
    place-self: center end;
}

/****************************** Page Contact Téléphone ******************************/

.contact {
    margin: 3.125rem 1.25rem 1.25rem 1.25rem;
    scroll-margin: 9.375rem;
    border: #000000 0.125rem solid;
    position: relative;
}

.formulaire {
    display: flex;
    justify-content: center;
    padding: 1.875rem 1.25rem 0 1.25rem;
}

form div {
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-top: 1.563rem;
}

form {
    width: 100%;
}

fieldset {
    border: 0;
    padding-bottom: 0;
}

fieldset label {
    padding-bottom: 0.625rem;
    font-family: 'Quicksand';
    font-size: 1.563rem;
}

select {
    outline: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background-image: url(../images/fleche-verte.svg);
    background-position: right;
    background-size: 1.25rem;
    background-repeat: no-repeat;
    cursor: pointer;
}

.bouton-form {
    margin-top: 1.875rem;
}

input[type='text'],
[type='email'],
select,
textarea {
    border: none;
    border-bottom: 0.188rem solid #6B907F;
    font-family: 'Quicksand', sans-serif;
    font-size: 0.938rem;
    font-weight: lighter;
    background-color: transparent;
}

input[type='text'],
[type='email'],
select {
    padding: 0.625rem 0.625rem 0.625rem 0;
}

input[type='text']:focus,
[type='email']:focus,
select:focus,
textarea:focus {
    outline: none;
}

select:focus,
option:focus {
    padding-left: 0.625rem;
}

button[type='submit'] {
    font-family: 'Quicksand', sans-serif;
    font-size: 1.5rem;
    margin-bottom: 1.875rem;
    background-color: transparent;
    border: none;
    font-weight: lighter;
    color: #000000;
    cursor: pointer;
}

button[type='submit']::before {
    content: "";
    position: absolute;
    width: 13%;
    border: 0.375rem solid #6B907F;
    z-index: -1;
    bottom: 1.875rem;
}

/****************************** Footer Téléphone ******************************/

footer {
    margin: 3.125rem 0 0 0;
    padding: 0;
    background-color: #6B907F;
    height: 7.5rem;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-evenly;
}

.logo-reseau {
    width: 3.75rem;
    padding: 0.313rem;
    border-radius: 10%;
}

.lien-footer {
    color: #FFFFFF;
    text-decoration: none;
    font-family: 'Quicksand';
    font-size: 0.9rem;
}

.num-tel {
    color: #FFFFFF;
    text-decoration: none;
    font-family: 'Quicksand';
    font-size: 0.9rem;
}

.div-footer {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.div-footer p {
    margin: 0;
    padding-bottom: 0.625rem;
}

.reseau1 {
    margin-right: 1.25rem;
}

/****************************** Formulaire Valide Téléphone ******************************/

.div-form {
    display: flex;
    flex-direction: row;
    width: 100%;
    align-items: center;
    justify-content: space-evenly;
}

.text-form {
    font-family: "Quicksand";
    color: #FFFFFF;
    font-size: 1rem;
    text-align: center;
    margin: 0;
}

.div-form1 {
    background-color: #6B907F;
    border-radius: 0.625rem;
    padding: 1.25rem;
    width: 100%;
    height: 30%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
}

@media all and (max-width: 280px) {

    /****************************** Page Accueil Fold ******************************/

    .img-accueil1 {
        width: 15rem;
    }

    .img-accueil2 {
        width: 15rem;
    }

    /****************************** Page A Propos Fold ******************************/

    .titre-droite {
        top: -1.25rem;
        left: 0.625rem;
        padding: 0 1.25rem 0 1.25rem;
        font-size: 1.8rem;
    }

    .titre-droite::before {
        width: 33%;
    }

    .titre-droite::after {
        width: 33%;
    }

    .dessous {
        color: #FFFFFF;
        background-color: #FFFFFF;
        z-index: 0;
    }

    .text-propos {
        font-size: 0.9rem;
    }

    /****************************** Page Services Fold ******************************/

    .titre-gauche {
        top: -1.25rem;
        right: 0.625rem;
        padding: 0 1.25rem 0 1.25rem;
        font-size: 1.8rem;
        color: #000000;
    }

    .titre-gauche::before {
        width: 33%;
    }

    .titre-gauche::after {
        width: 33%;
    }

    .social {
        padding: 1.25rem 3.125rem 1.25rem 3.125rem;
    }

    .social h3 {
        font-size: 1.5rem;
    }

    .conciergerie h3 {
        font-size: 1.5rem;
    }

    .forever h3 {
        font-size: 1.5rem;
    }

    .conciergerie {
        padding: 1.25rem 0.625rem 1.25rem 0.625rem;
    }

    .forever {
        padding: 1.25rem 0.2rem 1.25rem 0.2rem;
    }

    .img-social {
        width: 7rem;
    }

    .img-conciergerie {
        width: 7rem;
    }

    .img-forever {
        width: 7rem;
    }

    .social ul li {
        font-size: 0.9rem;
    }

    .conciergerie ul li {
        font-size: 0.9rem;
    }

    .forever ul li {
        font-size: 0.9rem;
    }

    .lien-service {
        font-size: 0.9rem;
    }

    /****************************** Page Locatifs Fold ******************************/

    .rens-loc {
        font-size: 0.9rem;
    }

    .rens-loc::before {
        top: 0.5rem;
    }

    .slider-dots {
        display: none;
    }

    .btn-locatif {
        font-size: 1.1rem;
    }

    .btn-locatif1::before {
        top: 0.75rem;
    }

    .btn-locatif2::before {
        top: 0.75rem;
    }

    .btn-locatif1.active::before {
        width: 67%;
        transition: 0.5s linear;
    }

    .btn-locatif2.active::before {
        width: 81%;
        transition: 0.5s linear;
    }

    /****************************** Page Contact Fold ******************************/

    fieldset label {
        font-size: 1.1rem;
    }

    input[type='text'],
    [type='email'],
    select,
    textarea {
        font-size: 0.9rem;
    }

    button[type='submit'] {
        font-size: 1rem;
    }

    button[type='submit']::before {
        width: 10%;
        bottom: 1.875rem;
    }

    /****************************** Footer Fold ******************************/

    .logo-reseau {
        width: 2.5rem;
        padding: 0.313rem;
    }

    .lien-footer {
        font-size: 0.8rem;
    }

    .num-tel {
        font-size: 0.8rem;
    }

    /****************************** Formulaire Valide Fold ******************************/

    .text-form {
        font-size: 0.8rem;
    }

}


@media all and (min-width: 768px) {

    /****************************** Header ******************************/

    header {
        height: 8.125rem;
    }

    /****************************** Menu Tablette ******************************/

    .menu {
        display: none;
    }

    .nav-menu {
        display: flex;
        flex-direction: row;
        width: 100%;
        justify-content: space-around;
        align-items: center;
    }

    .menu2 {
        display: flex;
        padding: 0;
    }

    .menu2 li {
        list-style-type: none;
    }

    .menu2 li a {
        text-decoration: none;
        color: #000000;
        font-family: "Quicksand";
        font-size: 1.5rem;
        padding-left: 0.938rem;
    }

    .tel {
        display: none;
    }

    .text {
        transition: 0.5s linear;
        position: relative;
    }

    .text::before {
        content: "";
        position: absolute;
        width: 39%;
        border: 0.375rem solid #6B907F;
        z-index: -1;
        top: 1.125rem;
        transition: 0.5s linear;
    }

    .text:hover::before {
        width: 79%;
        transition: 0.5s linear;
    }

    .lien-logo {
        padding-left: 0;
    }

    .logo2 {
        display: initial;
        width: 10rem;
    }

    /****************************** Page Accueil Tablette ******************************/

    .accueil {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .img-accueil {
        display: flex;
        flex-direction: column;
        width: 100%;
        height: 100%;
        align-items: center;
        justify-content: space-evenly;
    }

    .img-accueil11 {
        width: 60%;
    }

    .img-accueil22 {
        width: 85%;
    }

    .fleche-accueil {
        width: 3.75rem;
    }

    /****************************** Page A Propos Tablette ******************************/

    .a-propos {
        margin: 2.813rem 1.25rem 1.25rem 1.25rem;
        scroll-margin: 11.875rem;
    }

    .div-propos {
        display: flex;
        flex-direction: row;
        align-items: center;
    }

    .text-propos {
        padding-left: 1.25rem;
        font-size: 1.5rem;
    }

    .laurence {
        width: 13rem;
    }

    .titre-droite {
        top: -1.75rem;
        left: 5rem;
        font-size: 2.5rem;
    }

    .titre-droite::before {
        width: 36%;
        border: 0.5rem solid #6B907F;
    }

    .titre-droite::after {
        width: 36%;
        border: 0.5rem solid #6B907F;
    }

    /****************************** Page Services Tablette ******************************/

    .services {
        margin: 5rem 1.25rem 1.25rem 1.25rem;
        scroll-margin: 11.875rem;
    }

    .titre-gauche {
        top: -1.75rem;
        right: 5rem;
        font-size: 2.5rem;
        color: #000000;
    }

    .titre-gauche::before {
        width: 36%;
        border: 0.5rem solid #6B907F;
    }

    .titre-gauche::after {
        width: 36%;
        border: 0.5rem solid #6B907F;
    }

    .div-services {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-evenly;
    }

    .social {
        margin-top: 3.125rem;
        margin-bottom: 1.875rem;
        padding: 1.25rem 5rem 1.25rem 5rem;
    }

    .conciergerie {
        margin-top: 3.125rem;
        margin-bottom: 1.875rem;
        padding: 1.25rem 1.563rem 1.25rem 1.563rem;
    }

    .forever {
        padding: 1.25rem 1.563rem 1.25rem 1.563rem;
        margin: 0;
        margin-top: 3.125rem;
    }

    .social h3 {
        font-size: 2.5rem;
    }

    .conciergerie h3 {
        font-size: 2.5rem;
    }

    .forever h3 {
        font-size: 2.5rem;
    }

    .social ul li {
        font-size: 1.3rem;
    }

    .conciergerie ul li {
        font-size: 1.3rem;
    }

    .forever ul li {
        font-size: 1.3rem;
    }

    .lien-service {
        font-size: 1.3rem;
    }

    /****************************** Page Locatifs Tablette ******************************/

    .locatifs {
        margin: 5rem 1.25rem 1.25rem 1.25rem;
        scroll-margin: 11.875rem;
    }

    .rens-loc {
        font-size: 1.3rem;
    }

    .rens-loc::before {
        top: 0.813rem;
    }

    .div-choix-locatif {
        width: 100%;
        justify-content: space-evenly;
    }

    .btn-locatif {
        font-size: 1.8rem;
        margin: 1.25rem 0 0.625rem 0;
    }

    .btn-locatif1::before {
        width: 2.7rem;
        top: 1.375rem;
    }

    .btn-locatif2::before {
        width: 5rem;
        top: 1.375rem;
    }

    .btn-locatif1.active::before {
        width: 5.2rem;
        transition: 0.5s linear;
    }

    .btn-locatif2.active::before {
        width: 10.2rem;
        transition: 0.5s linear;
    }

    .div-choix-locatif {
        margin-top: 1.875rem;
    }

    /****************************** Page Contact Tablette ******************************/

    .contact {
        margin: 5rem 1.25rem 1.25rem 1.25rem;
        scroll-margin: 11.875rem;
    }

    .first {
        margin-top: 1.25rem;
    }

    form {
        width: 90%;
        background-image: url(../images/contact.svg);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
    }

    fieldset label {
        font-size: 1.563rem;
    }

    input[type='text'],
    [type='email'],
    select,
    textarea {
        font-size: 1.3rem;
    }

    button[type='submit']::before {
        width: 6.5%;
    }

    /****************************** Footer Tablette ******************************/

    footer {
        margin: 5rem 0 0 0;
        height: 11.25rem;
        justify-content: space-around;
    }

    .logo-reseau {
        width: 5.625rem;
        padding: 0.625rem;
        border: 0.125rem solid transparent;
        border-radius: 10%;
    }

    .logo-reseau:hover {
        border: 0.125rem solid #FFFFFF;
    }

    .lien-footer {
        font-size: 1.3rem;
    }

    .num-tel {
        font-size: 1.3rem;
    }

    .div-footer {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .div-footer p {
        margin: 0;
        padding-bottom: 0.625rem;
    }

    /****************************** Formulaire Valide Tablette ******************************/

    .text-form {
        font-size: 1.5rem;
    }

    .div-form1 {
        width: 90%;
        height: 30%;
    }

}

@media all and (min-width: 1024px) {

    /****************************** Menu Ordinateur ******************************/

    .menu2 li a {
        padding-left: 3.125rem;
    }

    .text::before {
        width: 30%;
        transition: 0.5s linear;
    }

    .text:hover::before {
        width: 63%;
        transition: 0.5s linear;
    }

    /****************************** Page Accueil Ordinateur ******************************/

    .img-accueil {
        display: flex;
        flex-direction: row;
        width: 100%;
        height: 100%;
        align-items: center;
        justify-content: space-evenly;
    }

    .img-accueil11 {
        width: 40%;
    }

    .img-accueil22 {
        width: 55%;
    }

    .fleche-accueil {
        width: 3.125rem;
    }

    /****************************** Page A Propos Ordinateur ******************************/

    .laurence {
        width: 10rem;
    }

    .titre-droite {
        left: 7.5rem;
    }

    .titre-droite::before {
        width: 36%;
    }

    .titre-droite::after {
        width: 36%;
    }

    .text-propos {
        font-size: 1.1rem;
    }

    /****************************** Page Services Ordinateur ******************************/

    .titre-gauche {
        right: 7.5rem;
        color: #000000;
    }

    .titre-gauche::before {
        width: 36%;
    }

    .titre-gauche::after {
        width: 36%;
    }

    .social {
        margin-top: 3.75rem;
        margin-bottom: 3.125rem;
        padding: 1.25rem 8.75rem 1.25rem 8.75rem;
    }

    .div-services {
        display: flex;
        flex-direction: row;
    }

    .conciergerie {
        margin-top: 3.75rem;
        margin-bottom: 3.125rem;
        padding: 1.25rem 5.313rem 1.25rem 5.313rem;
    }

    .forever {
        margin-top: 3.75rem;
        padding: 1.25rem 3rem 1.25rem 3rem;
    }

    .lien-service {
        font-size: 1.3rem;
        scale: 1;
        transition: 0.3s linear;
        font-weight: normal;
    }

    .lien-service:hover {
        font-weight: bolder;
        scale: 1.1;
        transition: 0.3s linear;
    }

    /****************************** Page Locatifs Ordinateur ******************************/

    .rens-loc {
        margin: 1.875rem 0 0.625rem 0;
    }

    .rens-loc::before {
        transition: 0.5s linear;
    }

    .rens-loc:hover::before {
        width: 90%;
        transition: 0.5s linear;
    }

    .btn-locatif1:hover::before {
        width: 5.2rem;
        transition: 0.5s linear;
    }

    .btn-locatif2:hover::before {
        width: 10.2rem;
        transition: 0.5s linear;
    }

    .div-choix-locatif {
        width: 50%;
        justify-content: space-evenly;
    }

    /****************************** Page Contact Ordinateur ******************************/

    .first {
        margin-top: 1.25rem;
    }

    form {
        width: 80%;
        background-image: url(../images/contact.svg);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
    }

    fieldset label {
        font-size: 1.563rem;
    }

    input[type='text'],
    [type='email'],
    select,
    textarea {
        font-size: 1.3rem;
    }

    button[type='submit']::before {
        width: 3.1rem;
        transition: 0.5s linear;
    }

    button[type='submit']:hover::before {
        width: 6.3rem;
        transition: 0.5s linear;
    }

    /****************************** Footer Ordinateur ******************************/

    .div-footer p {
        border: 0.125rem solid transparent;
        padding: 0.625rem;
        cursor: pointer;
    }

    .div-footer p:hover {
        border: 0.125rem solid #FFFFFF;
        border-radius: 0.625rem;
    }

    .lien-footer {
        border: 0.125rem solid transparent;
        padding: 0.625rem;
    }

    .lien-footer:hover {
        border: 0.125rem solid #FFFFFF;
        border-radius: 0.625rem;
    }

    /****************************** Formulaire Valide Tablette ******************************/

    .div-form1 {
        width: 30%;
        height: 50%;
    }

}