@font-face {
    font-family: 'Segoe Script';
    src: url('../fonts/segoesc/.ttf')  format('truetype');
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}

.body {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}

.segoe-script {
    font-family: "Segoe Script", sans-serif;
}  

::selection {
    background-color: #42210b;
    color: #fff;
}

.text-right {
    text-align: right;
}

.text-orange {
    color: #ff7f00;
}

.text-marron {
    color: #42210b;
}

.marging-section {
    margin: 120px 0;
}

p {
    color: #7e7e7e;
}

.menu {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 30px 0;
}

.select-menu {
    display: flex;
    align-items: center;
}

.logo {
    height: 70px;
    width: auto;
}

.btn-menu {
    background-color: transparent;
    border: none;
    color: #42210b;
    font-size: 35px;
    margin-left: 15px;
}

.conteneur-menu {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #fff;
    z-index: 1;
    height: 100%;
    position: fixed;
    overflow-y: scroll;
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.conteneur-menu::-webkit-scrollbar {
    display: none;
}

.item-menu {
    padding: 35px 20px;
    display: grid;
} 

.option-menu {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    list-style-type: none;
    margin: 20px 0;
    padding: 0;

}

.option-menu > li > a {
    text-decoration: none;
    color: #000;
    font-size: 30px;
    padding-bottom: 10px;
}

.option-menu > li > a:hover {
    color: #ff7f00;
}

.separateur-menu {
    border-left: 3px solid #ff7f00;
    height: 35px;
    display: block;
    margin: 0 20px;
}

.ligne-bas {
    border-bottom: 3px solid #ff7f00;
    width: 40px;
    display: block;
    margin-bottom: 10px;
}

.item-contact {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.item-contact > i {
    color: #ff7f00;
    margin-right: 20px;
    font-size: 18px;
}

.item-contact > div {
    color: #42210b;
    font-weight: 500;
}

.rs > a {
    text-decoration: none;
    color: #42210b;
    font-size: 35px;
}

.rs > a:hover {
    color: #42210b;
}

@media only screen and (max-width: 768px) {
    .separateur-menu{
        display: none;
    }

    .option-menu {
        display: grid;
        justify-content: start;
    }
}

.banner-p {
    height: 650px;
    width: 100%;
    border-radius: 30px;
    padding: 0 20px;
}

.cover-b {
    height: 100%;
    width: 100%;
    border-radius: 50px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.apropos {

}

.lien {
    text-decoration: none;
    color: #000;
    padding-bottom: 5px 0;
}

.lien:hover {
    color: #000;
}

.ligne-lien {
    border-bottom: 3px solid #ff7f00;
}

.cadre-cover-apropos{
    border: 5px solid #ff7f00;
    height: 320px;
    width: 75%;
}

.cover-apropos {
    width: 100%;
    height: auto;
    margin-left: 60px;
    margin-top: -30px;
}

@media only screen and (max-width: 768px) {
    .cadre-cover-apropos{
        height: 200px;
    }
}

.services {
    padding: 80px 0;
    border-radius: 30px 30px 0 0;
    border-top: 5px solid #42210b;
    background: url('../images/banner-2.jpg') no-repeat fixed;
    background-size: cover;
    background-position: center;
    background-color: rgb(255, 255, 255, 0.85);
    background-blend-mode: soft-light;
}

.cover-service {
    width: 100%;
    height: auto;
    border-radius: 15px;
    box-shadow: 0px 0px 4px 0px #d6d6d6;
    margin: 20px 0;
}

.item-service {
    display: grid;
    align-content: center;
}

.atouts {
    padding: 80px 0;
    background-color: #fdf5eb;
}

.cover-atouts {
    width: 80%;
    height: auto;
}

.p-page {
    background-color: #42210b;
    border-radius: 30px 0 0 0;
    padding: 20px 0;
    text-align: center;
}

.p-apropos {
    background-color: #f7f7f7;
    padding: 80px 0;
    border-radius: 50px 50px 0 0;
}

.cover-p-apropos {
    width: 80%;
    height: auto;
    border-radius: 50px;
    box-shadow: 0px 0px 4px 0px #d6d6d6;
}