section h1 {
    font-weight: bold;
    text-align: center;
}

section {
    padding-top: 0px;
}

section p {
    text-align: center;
}

.navbar {
    height:80px;
}

#banner {
    height: 630px;
    background-color: rgb(68, 43, 10);
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

.banner-content {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.banner-content .sous-titre { 
    padding-top:20px;
}

.banner-content p {
    font-size: 26px;
    color: beige;
    margin: 0;
    padding: 0;
}

.banner-content img {
    margin-top:40px;
    padding: 0;
}

#banner-mobile {
    display:none;
}



#services .service-item {
    position: relative;
    display: flex;
    justify-content: center;
}

#services .service-item figure figcaption {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

#services .service-item figure figcaption p{
    font-size: 20px;
}

#services .service-item-text {
    text-shadow: 1px 0 0 #000, 0 -1px 0 #000, 0 1px 0 #000, -1px 0 0 #000;
    font-size: 72px;
    color: white;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#services .service-item-text h2{
    font-weight: bold;
    font-size: 48px;
    color: white;
}

#services .service-item:hover .service-item-text h2 {
    opacity: 0;
    transition-property:all;
    transition-duration: 0.4s;
    transition-timing-function: ease;
    display:none;
}

#services h1 {
    color: black;
}

#services h1 em {
    color: green;
    font-style: normal;
}

#services .card-title {
    font-size: 38px;
    font-weight: bold;
    color: white;
    text-shadow: 1px 0 0 #000, 0 -1px 0 #000, 0 1px 0 #000, -1px 0 0 #000;
}

#services .service-tip {
    border-radius: 25px;
    align-items: center;
    justify-content: center;
    background-color: rgba(7, 162, 10, 0.34);
    width: 70%;
    padding-left: 10px;
    padding-right: 10px;
}

#services .modal-body {
    display:flex;
    flex-direction: column;
    align-items: center;
}

#engagements h1{
    padding-bottom:20px;
}

#engagements .engagements-item {
    text-align: center;
}

#containerEngagements {
    padding-bottom: 80px;
    padding-top: 80px;
}

#devis {
    text-align: center;
    background-image: url(../images/img2.jpg);
}

#containerDevis {
    background-color: rgba(255, 255, 255, 0.833);
}

#devis p {
    padding:0;
    
}

#devis .container {
    padding-top: 40px;
    padding-bottom: 40px;
}

.phone-mail {
    color:rgb(105, 72, 31);
    font-size:34px;
    font-weight: bold;
    margin-top: 20px;
}

#buttonToModalDevis {
    font-size: 26px;
    margin-top: 20px;
}

footer {
    text-align: center;
    background-color: rgb(68, 43, 10);
    color: white;
}

.mail_success {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.mail_success img{
    width:200px;
    margin:80px;
    margin-bottom: 40px;
}

.mail_success p {
    font-size: 20px;
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
    color:#1b1b1b;
}

.mail_success button {
    font-size: 20px;
    margin-top:40px
}

/* *****************
**** RESPONSIVE ****
***************** */

@media (max-width: 768px) {
    #banner {
        display:none;
    }

    #banner-mobile {
        display:block;
        padding:20px;
    }

    #banner-mobile p{
        font-size:18px;
    }

    #banner-mobile p em{
        font-size: 20px;
        font-style:normal;
        font-weight: bold;
        color: green;
    }
}