*, ::before, ::after{
    box-sizing: border-box;
}
html{
    font-size: 16px;
    font-family: 'Montserrat',Helvetica,Arial,Lucida,sans-serif;
}
body{
    line-height: 1.625;
    margin: 0;
    color: #585c61;
    background-image: linear-gradient(to bottom, #ffffff, #fbf8ff, #f9f1fe, #f9eafc, #fae2f8);
    font-family: 'Montserrat',Helvetica,Arial,Lucida,sans-serif;
    text-align: justify;
}

a{
    color: inherit; 
    text-decoration: none;
    transition: color .3s;
}

.title{
    margin-top: 50px;
    font-size: 0.9rem;
}

img{
    max-width: 100%;
    height: auto;
}


.container-small{
    margin: 0 auto;
    padding: 10px 20px;
    max-width: 1200px;
    background-color: #f9f1fe;
    padding-top: 80px;
} 

.container{
    margin: 0 auto;
    margin-top: 30px;
    padding: 0 20px;
    max-width: 1150px; 
} 

.button{
    display: block;
    text-align: end;
    color: #C89446;
}

.citation{
    text-align: center;
    color: #000000;
    font-style: italic;
    font-size: 1rem;

}
/* HEADER */ 

.header{
    background: 
        linear-gradient(180deg, rgba(245, 185, 243, 0.509) 15.5%, #f4d8f487,
        rgba(28, 28, 28, 0)),
        url(img/Original.png) center top / 140% no-repeat ;
    color: rgb(232, 84, 173); 
    height: 644px;
    
}

.topbar{
    padding: 18px 20px;
    font-size: 0.875rem;
    text-transform: uppercase;
    text-align: center;
    padding: 18px 0;
}

.menu-item:hover{
    color: #C89446;
}

.menu-item{
    display: inline-block;
    margin: 0 15px;
    
}

.img-logo{
    height: 50px;
}

.baseline{
    padding: 50px 0px 70px;
    text-align: center;
    line-height: 1;
}

.baseline-bienvenue{
    font-family: 'Arima', 'cursive';
    color: #000000;
    font-size: 2rem;
    display: block;
    
}
.baseline-bienvenue-nettoyage{
    font-family: 'Arima', 'cursive';
    color: #000000;
    font-size: 2rem;
    display: block;
    font-weight: bold;

}

.baseline-name{
    font-size: 2.5rem;
    line-height: 1;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 5px;
    padding-bottom: 10px;
}

.baseline-slogan{
    margin-top: 40px;
    display: block;
    font-size: 1rem;
    font-weight: 300;
    display: block;
    text-transform: uppercase;
    letter-spacing: 2px;

}

.menu-button{
    border: solid 1px ; 
    padding: 7px 10px;
    transition-property: color, background-color;
    margin-top: 300px;
    margin-right: 0px;
}

.menu-button:hover{
    background:#C89446;;
    color: white;
}

@media only screen and (min-width: 2500px){
    .menu-button{
        padding: 7px 10px;
        transition-property: color, background-color;
        margin-top: 00px;
        margin-right: 0px;
    }

    .button{
        padding: 7px 10px;
        transition-property: color, background-color;
        margin-top: 500px;
        margin-right: 0px;
    }

    .topbar{
        display: flex;
        justify-content: space-between;
        max-width: 1150px;
        margin-left: 30px;
        align-items: center;
    }


}

@media only screen and (min-width: 600px) {
    html{
        font-size: 16px;
    } 

    .header{
        background: 
            linear-gradient(180deg, rgba(245, 185, 243, 0.509) 15.5%, #f4d8f487,
            rgba(28, 28, 28, 0)),
            url(img/Original.png) center center  / 100% no-repeat ;
            color: rgb(232, 84, 173); 
            height: 700px;
        
    }
    .logo{
        padding-bottom: 0;
    }

    .topbar{
        display: flex;
        justify-content: space-between;
        max-width: 1150px;
        margin-left: 30px;
        align-items: center;
    }

    .menu-button{
        border: solid 1px ; 
        padding: 7px 10px;
        transition-property: color, background-color;
        margin-top: 300px;
        margin-right: 0px;
    }

    .baseline{
        padding: 125px 0px 230px;
    }

    .baseline-bienvenue{
        padding-top: 80px;
        font-size: 3.5rem;
        margin-top: 100px;
    }

    .baseline-bienvenue-nettoyage{
        padding-top: 80px;
        font-size: 3.5rem;
        margin-top: 100px;
    }

    .baseline-name{
        font-size: 4.375rem; 
        letter-spacing: 12px;   
        padding-top: 8px;
    }
    
    .baseline-slogan{
        font-size: 1.5rem; 
        padding-bottom: 15px;
    }

}

@media  only screen and (min-width: 600px) {
    .bloc-center{
        height: 400px;
        text-align: center;
        background-image: url(img/cabinet.jpg);
        background-repeat: no-repeat; 
        background-size: cover ;
        background-position: center ;
        width: auto;
    }


    .baseline-bienvenue{
        font-size: 3rem;
        color: rgb(2, 2, 2);
        letter-spacing: 10px;
    }

    .baseline-bienvenue-nettoyage{
        font-size: 3rem;
        color: rgb(2, 2, 2);
        letter-spacing: 10px;
    }
  
   
    
}

/*SECTION HOME PAGE */ 

.home-section{
    padding-top: 9px;
    
}

.bloc {
    margin-bottom: 50px;
   
}

.title{
    
    line-height: 1.1;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #000000;
    font-weight: bold;
    margin: 0;
    margin-top: 1rem;
}

.title span{
    color: #C89446;
    font-size: 1.8rem;
    display: block;
    text-transform: none;
    margin-bottom: 15px;
}

.title::before{
    content: '';
    width: 24px;
    height: 2px;
    background: #C89446;
    display: inline-block;
    margin-bottom: 0.5rem;
}

.more{
    color:#C89446 ;
}

.more a:hover{
    text-decoration: underline;
}

.more a::after{
    content:'';
    display: inline-block;
    width: 5px;
    height: 9px;
    margin-left: 0.7em;
    background:url(img/small-right.svg) center center no-repeat;
    transition: transform 0.3s;
}

.more a:hover::after{
    transform: translateX(5px);
}

.bloc-img{
    max-width: 350px;
    margin: 0 auto; 
    border: solid 1px #C89446 ;
    
}
.bloc-img img{
    display: block;
    border: solid 1px #C89446;
    
}

.bloc-center{
    height: 200px;
    text-align: center;
    background-image: url(img/cabinet.jpg);
    background-repeat: no-repeat; 
    background-size: cover ;
}

.citation{
    padding-top: 50px;
    padding-bottom: 50px;
    margin-top: 150px;
}


.bloc-center .bloc-body{
    max-width: 640px;
    margin-left: auto;
    margin-right: auto;
}

/* section tarifs */ 

.prev{
    text-align: center;
    color: #000000;
    font-style: italic;
}

.menu-tarifs-item{
    position: relative;
    padding-left: 120px;
    margin-bottom: 30px;
}

.menu-tarifs-img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100px; 

}

.menu-tarifs-title{
    font-size: 1.3rem;
    color: #C89446;
    font-weight: bold;
    margin-bottom: 0.75rem;
    

}

.menu-tarifs-title p{
    margin-top: 0;
    font-size: 0.5rem;
}

.menu-tarifs-prix{
    font-size: 1.5rem;
    line-height: 1;
    
    color: #C89446;

}
.menu-tarifs-prix-left{
    font-size: 1.5rem;
    line-height: 1;
    font-family : 'Pinyon Script', serif ;
    color: #C89446;

}

/* section prestations */ 

.prestations a:hover{
    color: #C89446;
}

.prestations .more{
    display: block;
    text-align: right;
    margin-top: 60px;
}

.prestations-list{
    max-width: 920px;
    margin-left: auto;
}

.prestations-list-item{
    border-bottom:solid 1px #585c6176;
    margin-top: 1em;
    padding-bottom: 1em;
}
.prestations-list-item p {
    margin: 0;
    
}

.prestations-list-item{
    align-items: center;
    justify-content: space-evenly;
    
}

.menu-tarifs-prix strong{
    font-size: 1.2rem;
    display: block;
    line-height: 1.2;
    
    
}

.menu-tarifs-prix-left strong{
    font-size: 1.75rem;
    display: block;
    line-height: 1.2;
}

.menu-tarifs-prix  {
    padding-bottom: 20px;
    width: 60px;
    flex: none;
    line-height: 1;
    margin-left: 30px;
    margin-right: 50px;
    margin-top: 15px;
}

.menu-tarifs-prix-left  {
    padding-bottom: 20px;
    width: 60px;
    flex: none;
    line-height: 1;
    margin-left: 30px;
    margin-right: 50px;
}

.prestations-list-title{
    padding-bottom: 20px;
    width: 60px;
    flex: none;
    line-height: 1;
    margin-right: 70px;

}

.prestations-list-item:last-child{
    border-bottom: 0;
}

.prestations-list-item:first-child{
    margin-top: 100px;
}

.map{
    width: 100%;
    height: 460px;
}

/* section footer */ 

.footer{
    background:#3b3e41e3 ;
    font-weight: 300;
    color: #F1F1F1;
    padding: 40px 0px;

}

.footer-title{
    color: #C89446;
    margin-bottom: 1.25em;
    font-weight: bold;
    text-transform: uppercase;
}

.footer-column{
    margin-bottom: 2rem;
}

.logo{
    width: 30px;
}

@media  only screen and (min-width:960px) {

    .bloc{
        margin-bottom: 50px;
    }
    .bloc-left{
        display: flex;
        align-items: center;
        padding: 30px 10px;
        max-width: 1100px;
        margin-left: 100px;
        margin-right: 100px;
    }
    .bloc-right{
        display: flex;
        align-items: center;
        padding: 30px 10px;
        max-width: 1100px;
        margin-left: 100px;
        margin-right: 100px;
    }

    .bloc-center{
        height: 400px;
        text-align: center;
        background-image: url(img/cabinet.jpg);
        background-repeat: no-repeat; 
        background-size: cover ;
        background-position: center ;
    }

    .citation{
        margin-top: 200px;
    }

    .baseline-bienvenue{
        font-size: 5rem;
        color: rgb(2, 2, 2);
        margin-top: 50px;
        letter-spacing: 10px;
    }

    .baseline-bienvenue-nettoyage{
        font-size: 3.1rem;
        color: rgb(2, 2, 2);
        margin-top: 250px;
        letter-spacing: 10px;
        
    }
  
  

    .bloc-img {
        border: none;
        flex: none;
        position: relative;
    }

    

    .bloc-left .bloc-img::before{
        content: '';
        display: block;
        border: solid 1px #C89446; ;
        position: absolute;
        top: -30px;
        left: -30px;
        height: 100%;
        width: 100%;
        z-index: 0;

    }

    
    .bloc-right .bloc-img::before{
        content: '';
        display: block;
        border: solid 1px #C89446; ;
        position: absolute;
        top: -30px;
        left: auto;
        right: -30px;
        height: 100%;
        width: 100%;
        z-index: 0;

    }

    .bloc-img img{
        position: relative;
        z-index: 1;
    }

    .bloc-left .bloc-img{
        width: 350px;
        flex: none;
        margin-left: 30px;
    }
    .bloc-right .bloc-img{
        
        margin-right: 30px;
    }

    .bloc-left .bloc-body{
        margin-left: 94px;
    }
    .bloc-right .bloc-body{
        margin-right: 94px;
        order: -1;
    }
    

    .title::before{
        margin-bottom: 1.2rem;
    }

    .title{
        margin-bottom: 2px;
    }
    .more{
        display: block;
        margin-top: 1.3rem;
    }

    

    /*section tarifs */ 

    .menu-tarifs{
        position: relative;
        padding:0px;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin-top: 100px;
        background-color: #f9f1fe;
        

}

    .menu-tarifs-item{
        padding-left: 192px;
        width:calc(50% - 35px);
        margin-bottom: 110px;
        text-align: justify;
    }

    .menu-tarifs-item:nth-child(2n){
        text-align: right;
        padding-left: 0;
        padding-right: 192px;

    }

    .menu-tarifs-item:nth-child(2n) .menu-tarifs-img{
        left:auto; 
        right: 0;
    }


    .menu-tarifs-img{
        width: 180px;

    }

    .menu-tarifs-title{
        margin-top: 0;
        margin-bottom: 0;
        line-height: 1.2;
        background-color: #f9f1fe; 
        

    }
    .menu-tarifs p {
        margin-top: 0;
        background-color: #f9f1fe;

    }

    .menu-tarifs-prix{
        margin-top: 1.4rem;
    
    }
    .menu-tarifs-prix-left{
        margin-top: 1.4rem;
    
    }

    .menu-tarifs::before{
    content: '';
    position: absolute;
    display: block;
    top: 1100;
    left: 50%;
    width: 400px;
    height: 400px;
    border: solid 1px #C89446;
    transform: translate(-50%) rotate(45deg);
    }

    .bloc-rééquilibrage{
        display: flex;
        align-items: center;
        margin-bottom: 0;
    }

    .bloc-rééquilibrage span{
        padding-bottom: 10px;
    }

    /* section prestations */ 

    .prestations .title{
        text-align: right;
    }
    .prestations .container > p {
        text-align: right;
        max-width: 716px;
        margin-left: 450px;
    }
    
    .prestations-list-item{
        align-items: baseline;
        display: flex;
        align-items: center;
        justify-content: space-evenly;
        
    }


    .menu-tarifs-prix {
        width: 95px;
        padding-left: 30px;
        margin-left: auto;
    }

    .prestations-list-title{
        margin-left: 0;
        width: 95px;
    }

    .prestations-list{
        margin-top:64px; 
        margin-bottom: 64px;
        display: flex;
        flex-direction: column;
    }

    .prestations-list-item:first-child{
        margin-top: 0px;
    }

    .lien-prestations{
        font-size: 1rem;
    }

    /*section footer */ 
    
    .footer-columns{
        display: flex;
        justify-content: space-between;
        
    }

    .footer-column{
        width: 290px;
        flex: none;
        margin-right: 20px;
    }

    .footer-column:first-child{
        width: 450px;
    }

    .footer-column:last-child{
        margin-right: 0;
        flex: none;
    }

    .footer a {
        text-decoration: underline;
    }

    .footer a:hover{
        color: #C89446;
    }

   .footer-credits{
       font-weight: bold;
       font-size: 0.8em;
   }
    
    

}