/* styles.css */

@import url('https://fonts.googleapis.com/css2?family=Patrick+Hand&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Kanit:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,400;0,500;0,600;0,700;&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap');

.open-sans-PoliceOpenSans {
    font-family: "Open Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-variation-settings: "wdth" 100;
}

.patrick-hand-regular {
    font-family: "Patrick Hand", cursive;
    font-weight: 400;
    font-style: normal;
}

.kanit-semibold-italic {
    font-family: "Kanit", sans-serif;
    font-weight: 600;
    font-style: italic;
}

.raleway {
    /*Police pour les dates*/
    font-family: "Raleway", sans-serif;
    font-optical-sizing: auto;
}

.rubik {
    font-family: "Rubik", sans-serif;
}

* {
    margin: 0;
    padding: 0;
    list-style: none;
    text-decoration: none;
    box-sizing: border-box;
    font-family: "Inter", sans-serif;
}

body {
    min-height: 200vh;
    background-color: #f5f8ff;
}

/*-----------------------------------Header (Voir assets/header/header.css)-----------------------------------*/
header {
    background-color: rgb(255, 255, 255, 0.7);
}

/*-----------------------------------Partie Photo de Présentation-----------------------------------*/
.ImageContainer {
    position: relative;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.ImageContainer img {
    max-width: 100%;
    vertical-align: bottom;
}

.BarreRecherche {
    width: auto;
    display: flex;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%);
    box-shadow: 5px 15px 20px rgba(13, 13, 13, .6);
}


.BarreRecherche span {
    position: relative;
    border: 2px solid #fff;
    background-color: #fff;
    font-size: 1.1em;
    padding: 8px;
    font-weight: 300;
    white-space: nowrap;
}

.BarreRecherche select {
    cursor: pointer;
    background-color: #fff;
    font-size: 1.1em;
    padding: 8px;
    border: 2px solid #fff;
    font-weight: 300;
}

.BarreRecherche select option {
    appearance: none;
    background-color: #fff;
    color: #333;
}

.BarreRecherche input {
    cursor: pointer;
    background-color: #fff;
    font-size: 1.1em;
    padding: 8px;
    border: 2px solid #fff;
    font-weight: 300;
}

.BarreRecherche input[type="submit"] {
    background-color: #dfb246;
    border: 2px solid #dfb246;
    color: #fff;
}

.BarreRecherche input[type="submit"]:active {}

@media screen and (max-width: 1445px) {
    .BarreRecherche {
        flex-direction: column;
    }
}

/*.TextPresentation {
    position: absolute;
    left: 5%;
    width: 27%;
    top: 50%;
    background-color: rgb(13, 13, 13, 0.6);
    color: #dfb246;
    text-shadow: 1px 1px #0d0d0d;
    vertical-align: middle;
    border-radius: 15px;
    text-align: center;
}

.TextPresentation h1 {
    font-size: 30px;
}

.TextPresentation h1,
h2 {
    margin-left: 15px;
}

.TextPresentation h2 {
    font-family: "Kanit", sans-serif;
    font-style: italic;
    color: #fff;
}

.TextContainer {
    position: absolute;
    background-color: rgb(13, 13, 13, 0.8);
    padding: 10px;
    bottom: 0px;
    display: flex;
    justify-content: space-between;
    color: #dfb246;
    text-shadow: 1px 1px #0d0d0d;
    width: 100%;
    align-items: center;
}

.Adresse {
    display: flex;
    align-items: center;
}

.Adresse img {
    margin-left: 20px;
    background-color: #dfb246;
    border-radius: 100%;
    width: 10%;
    box-shadow: 0px 2px #0d0d0d,
        0px -2px #0d0d0d,
        -2px 0px #0d0d0d,
        -2px 0px #0d0d0d,
        2px 2px #0d0d0d,
        -2px 2px #0d0d0d,
        2px -2px #0d0d0d,
        -2px -2px #0d0d0d;
}

.Adresse h2 {
    font-family: "Rubik", sans-serif;
    margin-left: 20px;
    width: 40%;
}

.Telephone {
    display: flex;
    align-items: center;
}

.NumeroTelephone {
    font-family: "Rubik", sans-serif;
    margin-left: 20px;
    display: flex;
    align-items: center;
}

.Telephone img {
    width: 13%;
    background-color: #dfb246;
    border-radius: 100%;
    padding: 5px;
    margin-left: 0;
    box-shadow: 0px 2px #0d0d0d,
        0px -2px #0d0d0d,
        -2px 0px #0d0d0d,
        -2px 0px #0d0d0d,
        2px 2px #0d0d0d,
        -2px 2px #0d0d0d,
        2px -2px #0d0d0d,
        -2px -2px #0d0d0d;
}

.Mail {
    font-family: "Rubik", sans-serif;
    margin-right: 20px;
    width: 22%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.Mail h2 {
    font-family: "Rubik", sans-serif;
}

.Mail img {
    width: 20%;
    background-color: #dfb246;
    border-radius: 100%;
    padding: 5px;
    box-shadow: 0px 2px #0d0d0d,
        0px -2px #0d0d0d,
        -2px 0px #0d0d0d,
        -2px 0px #0d0d0d,
        2px 2px #0d0d0d,
        -2px 2px #0d0d0d,
        2px -2px #0d0d0d,
        -2px -2px #0d0d0d;
}

@media screen and (max-width: 1070px) {

    .Adresse h2,
    .Telephone h2,
    .Mail h2,
    .TextPresentation h1,
    h2 {
        font-size: large;
    }
}

@media screen and (max-width: 875px) {

    .Adresse h2,
    .Telephone h2,
    .Mail h2,
    .TextPresentation h1,
    h2 {
        display: none;
    }
}*/

/*-----------------------------------Partie Carrousel-----------------------------------*/

.Acheter_Louer {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    margin-top: 20px;
}

.Acheter_Louer h1 {
    color: #dfb246;
}

.Acheter_Louer h3 {
    color: #0d0d0d;
}

.wrapper {
    max-width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.FondCarousel {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.carousel {
    position: relative;
    list-style: none;
    display: flex;
    align-items: flex-start;
    justify-content: space-around;
    align-content: space-evenly;
    flex-wrap: wrap;
    align-items: stretch;
    margin-bottom: 20px;
}

.list_card {
    position: relative;
    width: 30%;
    margin-top: 30px;
    /*outline: solid 5px #dfb246;*/
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 10px 10px 20px rgba(13, 13, 13, .6);
}

@media screen and (max-width: 1200px) {
    .list_card {
        width: 45%;
    }
}

@media screen and (max-width: 750px) {
    .list_card {
        width: 90%;
        margin-top: 20px;
    }
}

.card {
    position: relative;
    width: 100%;
    border-radius: 5px;
    overflow: 1;
    flex-grow: 1;
}

.card .Détails {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    border: 2px solid rgb(255, 255, 255);
    border-radius: 5px;
    padding: 10px;
    transition: 0.3s ease;
}

.SurvolOr span {
    font-family: "RaleWay", sans-serif;
    font-weight: 700;
}

.card .Détails:hover {
    background-color: #fff;
    color: #dfb246;
    border-color: #fff;
    transition: 0.3s ease;
}

.card h3 {
    text-align: center;
    padding: 0px;
    color: #dfb246;
    margin: 10px 10px 0 10px;
}

.card_image {
    background: transparent;
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
    max-height: 274px;
    object-fit: cover;
}

.card_image .PhotoDevanture {
    height: 100%;
    width: 100%;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    vertical-align: bottom;
}

.SurvolOr {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(223, 178, 70, 0.8);
    opacity: 0;
    transition: opacity 0.3s ease;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    z-index: 300;
}

.SurvolOr:hover {
    opacity: 1;
    transition: 0.3s ease;
}

.ColonnesCarrousel {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 5px;
}

.LignesCarrousel {
    width: 50%;
    position: relative;
    text-align: center;
}

.LignesCarrousel2 {
    display: block;
    width: 50%;
    position: relative;
    text-align: left;
}

.LignesCarrousel h5,
h4 {
    margin-top: 8px;
}

.PrixHorsHonoAcq,
.MontantHonoAcq {
    color: #0d0d0d;
}

.PrixNet {

    color: #dfb246;
    text-decoration: underline 2px;
}

.Icone_Texte {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: cet;
    margin-top: 8px;
}

.Icone_Texte h5{
    color: #000;
}

.Icone_Texte.Surface {
    margin-bottom: 10px;
}

.LogoOr {
    width: 10%;
    height: 10%;
    margin-right: 8px;
}

.Séparation {
    position: relative;
    border-left: 2px solid #202020;
    height: 100%;
    margin: 0 10px;
}

/*-----------------------------------Fin carrousel-----------------------------------*/

.section3 {
    margin-top: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
}

.container {
    margin: 0 40px;
    max-width: 600px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.container h1 {
    color: #333;
}

.container .tab {
    position: relative;
    background-color: #fff;
    padding: 0 20px 20px;
    box-shadow: 0 15px 25px rgba(0, 0, 0, 0.05);
    border-radius: 5px;
    overflow: hidden;
}

.container .tab input {
    appearance: none;
}

.container .tab label {
    display: flex;
    align-items: center;
    cursor: pointer;
}

.container .tab label::after {
    content: '+';
    position: absolute;
    right: 20px;
    font-size: 2em;
    color: rgba(0, 0, 0, 0.1);
    transition: transform 1s;
}

.container .tab:hover label::after {
    color: #333;
}

.container .tab input:checked~label::after {
    transform: rotate(135deg);
    color: #fff;
}

.container .tab label h2 {
    width: 40px;
    height: 40px;
    background-color: #333;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 1.25em;
    border-radius: 5px;
    margin-right: 10px;
}

.container .tab input:checked~label h2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: rgba(255, 255, 255, 0.2);
    font-size: 8em;
    justify-content: flex-end;
    padding: 20px;
}

.container .tab:nth-child(2) label h2 {
    background: linear-gradient(135deg, #70f570, #49c628);
}

.container .tab:nth-child(3) label h2 {
    background: linear-gradient(135deg, #3c8ce7, #00eaff);
}

.container .tab:nth-child(4) label h2 {
    background: linear-gradient(135deg, #ff96f9, #c32bac);
}

.container .tab:nth-child(5) label h2 {
    background: linear-gradient(135deg, #fd6e6a, #ffc600);
}

.container .tab label h3 {
    position: relative;
    font-weight: 500;
    color: #333;
    z-index: 10;
}

.container .tab input:checked~label h3 {
    background-color: #fff;
    padding: 2px 10px;
    color: #333;
    border-radius: 2px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.container .tab .content {
    max-height: 0;
    transition: 1s;
    overflow: hidden;
}

.container .tab input:checked~.content {
    max-height: 100vh;
}

.container .tab .content p {
    position: relative;
    padding: 10px 0;
    color: #333;
    z-index: 10;
}

.container .tab input:checked~.content p {
    color: #fff;
}

/*footer .footerCtnerCol a[href="../faq/FAQ.php"] {
    color: #dfb246;
}*/


.banner {
    width: 100%;
    height: 0;
}

@media screen and (max-width:1360px) {
    .ImageContainer img {
        display: none;
    }

    header {
        background: transparent;
    }

    .BarreRecherche {
        top: 180px;
    }

    .Acheter_Louer {
        margin-top: 520px;
    }

    .ImageContainer {
        margin-bottom: 40px;
    }
}

@media (max-width: 1080px) {
    header {
        background-color: #0d0d0d;
    }

    header nav ul li {
        color: #fff;
    }
}

/*-----------------------------------Footer (Voir assets/footer/footer.css)-----------------------------------*/