body{
    font-family: 'Poppins', sans-serif, Arial, 'Gill Sans', 'Gill Sans MT', 'Trebuchet MS', sans-serif !important;
}

p{
    font-size: 18px;}

a, a:hover{
    text-decoration: none !important;
    color: black !important;
}

header{
    background-image: url(../images/fond-header.png);
    background-color: #ffdcc4;
    background-repeat: no-repeat;
    background-size: 90%;
    background-position: center 30px;
}

.container {
    padding-left: 0;
    padding-right: 0;
}

.nav-logo{
    font-family: 'Dancing Script', cursive;
    color: black;
    text-decoration: none;}

.nav-logo h1{
    font-size: 60px;}

.nav-logo h2{
    color: #6d6d6d;
    font-size: 30px;}
    
.nav-link{
    color: #824536 !important;
    padding-top: 10px;
    padding-bottom: 10px;}

a.nav-link{
    font-size: 18px;
}

nav.bg-light {
    background-color: #eabfa2 !important;}

.nav-link:hover{
    color: black !important;
    transition: .5s;}

.pres{
    padding-top: 7rem;
}

.pres .intro{
    margin-bottom: 7rem;
}

.pres .intro h1{
    font-weight: 200;
    color: #824536;
}

.pres .intro p{
    font-weight: 300;
}

.sectAffichage{
    background-color: #f3f3f3;
}

.sectAffichage .image{
    justify-content: flex-end;
    display: flex;
    height: 100%;
}

.pres img{
    width: 100%;
}

.pres .images{
    justify-content: center;
    display: flex;
}

.sectAffichage .texte{
    width: 50%;
    padding: 0 10rem;
    display: flex;
    justify-content: center;
    flex-direction: column;
    background-color: #fde7d0;
    /*background-image: url('../images/plante2.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 65rem;*/
}

.sectAffichage .texte2{
    background-color: #f9c6a4;
    /*background-image: url('../images/plante3.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 65rem;*/
    width: 50%;
    padding: 0 10rem;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.sectAffichage .image{
    clip-path: circle(30% at 50% 50%);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    height: 21rem;
}

.sectAffichage img{
    width: 100%;
}

.sectAffichage .image-md{
    background-repeat: no-repeat;
    min-height: 45rem;
    background-size: cover;
}

.trois-images img{
    background-repeat: no-repeat;
    height: 17rem;
    background-size: cover;
}

.bas-trois-img {
    padding: 8rem 0 5rem;
}

p.card-text, p.sous-titre{
    font-size: 24px;
    background-color: #cccccc;
    height: 2.75rem;
    margin: 0;
}

p.sous-titre{
    font-size: 17px;
}

.background-trois{
    background-image: url('../images/vague.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-color: #f3f3f3;
}

.bas-trois-img .btn-outline-secondary:hover {
    background-color: #ccc;
    border-color: #ccc;
}

.pres-bg{
    background-image: url(../images/plante-droite.svg);
    background-repeat: no-repeat;
    background-size: 16rem;
    background-position: 46rem 28rem;
    min-height: 20rem;
}

.sectAffichage2 .texte{
    width: 50%;
    padding: 0 4rem;
    display: flex;
    justify-content: center;
    flex-direction: column;
    background-color: #fde7d0;
}

.sectAffichage2 .texte2{
    width: 50%;
    padding: 0 4rem;
    display: flex;
    justify-content: center;
    flex-direction: column;
    background-color: #a5d0d4;
}

.sectAffichage2 .texte a{
    color: #a05b15;
}

.sectAffichage2 .texte2 a{
    color: #365f65;
}

.sectAffichage2 .image-md{
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 25rem;
    background-position: center;
}

.text-appart p{
    font-size: 22px;
    font-weight: 300;
}

button.formulaire{
    border: none;
    background-color: #bb7d53;
    color: white;
    font-size: 18px;
}

button.formulaire:hover{
    background-color: #946240;
}

button.formulaire:focus {
    box-shadow: 0 0 0 0.2rem #ccb4a4;
}

p.titre-form{
    background-color: antiquewhite;
    font-size: 20px;
    padding: 1.4rem;
}

textarea.form-control {
    height: 10rem;
}

.circle {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    border: 3px solid #885532;
}

.ongles-icon img {
    width: 55%;
    padding-top: 29px;
    padding-bottom: 24px;
}

.ongles-icon p{
    color: #885532;
    font-weight: 600;
}

.news .texte h4{
    font-weight: 600;
    color: #885532;
}

.news .texte2 h4{
    font-weight: 600;
    color: #365f65;
}

.news .bg-red{
    background-color: #e6c2a9;
}

.news .bg-red h4{
    color: #695037;
}

.liste-prix svg{
    font-size: 26px;
}
.liste-prix button{
    border-radius: 30px;
    border: none;
    padding: 10px 20px;
    background-color: #ffdcc4;
}

.carousel-inner img{
    background-repeat: no-repeat;
    height: 37rem;
    background-size: cover;
    background-position: center;
}

.alert a{
    color: #244838 !important;
}

.alert a:hover{
    text-decoration: underline !important;
}



footer svg{
    color: white;
}

/*
footer{
    background-image: url('../images/footer-img.svg');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
} */

footer{
    background-color: #ffdcc4;
}

footer h1{
    font-weight: 600;
    font-size: 2.4rem}

footer p{
    margin: 4px;
    font-size: 16px;}

footer .reseaux h2{
    font-size: 24px;
    font-weight: 300;
    line-height: 40px;
}

footer .reseaux a{
    font-size: 26px;
    background-color: #d49a73;
    border-radius: 50%;
    padding: 3px 10px;
    color: white;
}

/*************  media queries ******************/

@media (max-width: 1200px) { 

    .sectAffichage .texte {
        padding: 0 4rem;
    }

    .sectAffichage .image-md {
        min-height: 29rem;
    }


    .sectAffichage .texte2 {
        padding: 2rem 4rem;
    }

    .sectAffichage .image-md {
        min-height: 29rem;
    }

    .sectAffichage .image {
        clip-path: circle(35% at 50% 50%);
    }

    .pres-bg{
        background-position: 38rem 28rem;
    }

    iframe.mape{
        width: 400px;
        height: 275px;
    }
}

@media (max-width: 991px) { 

    header {
        background-position: center 65px;
    }

    p {
        font-size: 15px;
    }

    p.sous-titre {
        font-size: 15px;
    }

    p.card-text{
        font-size: 18px;
    }

    .trois-images img {
        background-position: center;
    }

    footer .reseaux h2 {
        font-size: 21px;
        line-height: 30px;
    }

    .pres-bg{
        background-position: 28rem 28rem;
        background-size: 12rem;
    }

    .carousel-inner img {
        height: 33rem;
    }

    iframe.mape {
        width: 300px;
        height: 300px;
    }

    p.titre-form{
        font-size: 18px;
    }
}

@media (max-width: 768px) { 

    header {
        background-position: center;
    }

    .sectAffichage .image {
        display: none;
    }

    .sectAffichage .texte {
        padding: 0 4rem;
    }

    .sectAffichage .img-droite, .sectAffichage2 .img-droite{
        flex-direction: column-reverse;
    }

    .sectAffichage .img-gauche, .sectAffichage2 .img-gauche{
        flex-direction: column;
    }

    .sectAffichage .texte, .sectAffichage .texte2, .sectAffichage2 .texte, .sectAffichage2 .texte2 {
        width: 100%;
        padding: 3rem 4rem;
    }

    p {
        font-size: 18px;
    }

    .trois-images{
        flex-direction: column;
        align-items: center;
    }

    .background-trois{
        background-image: none;
    }

    p.card-text {
        font-size: 24px;
    }

    p.sous-titre {
        font-size: 17px;
    }

    .pres-bg{
        background-image: none;
    }

    .carousel-inner img {
        height: 25rem;
    }

    .ongles-icon p{
        font-size: 15px;
    }

    .pres {
        padding-top: 3rem;
    }

    .pres .intro {
        margin-bottom: 3rem;
    }

    iframe.mape {
        width: 520px;
        height: 380px;
    }

}

@media (max-width: 576px) { 

    header {
        background-image: none;
    }

    iframe.mape {
        width: 350px;
        height: 300px;
    }

    .nav-logo h2 {
        font-size: 25px;
    }

    .nav-logo h1 {
        font-size: 45px;
    }

}

@media (max-width: 390px) { 

    iframe.mape {
        width: 295px;
        height: 320px;
    }
}
