body{
    background-image: url("/build/images/background-entretien.png") ;
    background-position: bottom;
}
footer{
    margin-top: 0;
}
/** Cards **/
.card-title{
    font-family: "Metropolis light";
    background-color: white;
    text-align: center;
    margin: 0;
    border-radius: 15px 15px 0 0;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.card .btn{
    background-color : #11B257;
    border-color:#11B257;
    border-radius: 15px 0 15px 0;
}
.btn-infos{

}
.btn-infos:hover{
    background-color: #13c454 !important;

}

.card{
    font-family: "Gilroy Light";
    margin-left: 120px;
    border:none;
    width: min-content;
    /*min-width: 300px;*/
    text-align: center !important;
    border-radius: 15px;
    box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24),0 17px 50px 0 rgba(0,0,0,0.19);
}
.card-left{
    margin-left: 0;
}
.card-title{
    font-family: "Gilroy ExtraBold";
    margin-bottom: 0;
    color: black;
}

.boxInfo {
    align-content: center;
    font-family: "Gilroy Light";
    font-size: 20px;
    height: auto;
    border-radius: 15px;
    background-color: whitesmoke;
    margin: auto;
    padding: 10px;
    align-self: auto;
    box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24),0 17px 50px 0 rgba(0,0,0,0.19);
    background-color: #EDCD59
}
.card-text{
    text-align: center;
}
.card-image{
    width: 500px;
    border-radius: 0 0 15px 15px;
}
/*FIN CARD*/

.title-body{
    display: inline-block;
    background-color: #EDCD59;
    padding: 5px 10px 5px 30px;
    margin-top: 20px;
    margin-bottom: 30px;
    border-radius: 0 15px 15px 0;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.title-entretien{
    display: inline-block;
    background-color: white;
    padding: 5px 10px 5px 30px;
    margin-top: 20px;
    margin-bottom: 30px;
    border-radius: 0 15px 15px 0;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.entretien{
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    background-color: white;
    margin: 15px;
    border-radius: 15px;
    margin-left: 200px;
    margin-right: 200px;
}
.service{
    display: flex;
    flex-direction: row;
    align-items: center;
    background-color: white;
    margin: 15px;
    border-radius: 15px;
    margin-left: 200px;
    margin-right: 200px;

}

.interet{
    display: flex;
    flex-direction: row;
    align-items: center;
    margin: 15px;
    border-radius: 15px;
    justify-content: center;

}
.section-img-left {
    width: 450px;
    height: 245px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    border-radius: 15px 0 0 15px;
}
.section-img-right {
    width: 450px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    border-radius: 0 15px 15px 0;
}
.section-img {
    width: 450px;
    height: 262px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.section-img .listen .trest .artisan {
    width: 450px;
    box-shadow: 7px -6px 12px 7px rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.section-body{
    padding: 0 20px 0 20px;
    width: 100%;
    /*text-align: center;*/
}
.section-title{
    font-family: 'Gilroy ExtraBold';
    font-size: xx-large;
    text-align: center;
}
.section{

}
.section-text{
    margin-top: 30px;
    margin-bottom: 20px;

}
.section-form-mairie{
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #131C3B;
    padding: 0 50px 50px 50px;
    width: 100%;
    color: white;

}
.section-form-mairie .form-title{
    display: inline-block;
    text-align: center;
    background-color: #EDCD59;
    padding: 10px;
    position: relative;
    margin-top: -20px;

}

.form-title{
    border-radius: 15px;
    color: black;
}
.btn-form
{
    font-family: 'Gilroy ExtraBold';
    background-color: #EDCD59;
}
.form-souhait{
    display: flex;
    justify-content: center;
}
.img-entretien{
    width: 400px;
    border-radius: 0 0 15px 15px;
}
.btn-form{
    border-radius: 15px;
    font-size: 2rem;
}