/* DERNIERES REALISATIONS */

footer .encadre-title-default {
    padding-top: 25px;
}

footer .encadre-title-default .middle {
    border: 1px solid #5bc6b1;
}

footer .encadre-title-default .middle h2 {
    color: #5bc6b1;
}

footer .encadre-title-default .left,
footer .encadre-title-default .right {
    border-top: 2px solid #5bc6b1;
}

#dernieres-realisations {
    margin-top: 25px;
}


/* CONTACT */

#container-contact {
    margin-top: 55px;
    background-color: #5bc6b1;
}

#container-contact .encadre-title-default .middle {
    border: 1px solid white;
}

#container-contact .encadre-title-default .middle h2 {
    color: white;
}

#container-contact .encadre-title-default .left,
#container-contact .encadre-title-default .right {
    border-top: 2px solid white;
}


/* CONTACT FLEX */

#container-contact .contact-flex {
    display: flex;
    padding-top: 30px;
    justify-content: space-between;
    margin: auto;
    width: 1020px;
}

@media (max-width: 1100px) {
    #container-contact .contact-flex {
        width: 100%;
    }
}

@media (max-width: 800px) {
    #container-contact .contact-flex {
        flex-wrap: wrap;
        justify-content: center;
    }
}


/* FORMULAIRE */

#form-contact {
    flex-basis: 600px;
    display: grid;
    gap: 13px 13px;
    grid-template-columns: repeat(10, 1fr);
}

@media (max-width: 1100px) {
    #form-contact {
        padding-left: 15px;
    }
}

@media (max-width: 800px) {
    #form-contact {
        flex-basis: 100%;
        padding-right: 15px;
    }
}

#form-contact-mail,
#form-contact-mail1 {
    position: absolute;
    top: 0;
    left: -2000px;
}

#form-contact-name {
    grid-column: 1 / 6;
    grid-row: 1 / 2;
}

#form-contact-firstname {
    grid-column: 6 / 11;
    grid-row: 1 / 2;
}

#form-contact-mail2 {
    grid-column: 1 / 7;
    grid-row: 2 / 3;
}

#form-contact-tel {
    grid-column: 7 / 11;
    grid-row: 2 / 3;
}

#form-contact-message {
    grid-column: 1 / 11;
    grid-row: 3 / 4;
}

#form-contact .frame-send {
    grid-column: 1 / 11;
    grid-row: 4 / 5;
}

#form-contact .frame-form-retour {
    grid-column: 1 / 11;
    grid-row: 5 / 6;
}


/* STYLE FORMULAIRE */

#form-contact input,
#form-contact textarea {
    font-size: 20px;
    font-family: 'AbadiMT-Light';
    color: #e7e7e7;
}

#form-contact input {
    height: 45px;
}

#form-contact input,
#form-contact textarea {
    border: 1px solid #6be8d0;
    padding-left: 15px;
    color: black;
}

#form-contact input::placeholder,
#form-contact textarea::placeholder {
    color: #e7e7e7;
    opacity: 1;
}

#form-contact input:focus,
#form-contact textarea:focus {
    outline: none;
}

#form-contact .frame-send {
    text-align: right;
    color: white;
    font-family: 'AbadiMT-Light';
    font-size: 24px;
    letter-spacing: 1px;
}

#form-contact .btn-send:hover {
    cursor: pointer;
}

#form-contact .frame-form-retour {
    text-align: center;
    font-family: 'AbadiMT-Light';
    font-size: 24px;
    font-weight: bold;
    padding-bottom: 15px;
}

.retour-loading {
    width: 40px;
}


/* MAP ET ADRESSE */

#infos-contact {
    position: relative;
}

#infos-contact p {
    font-family: 'AbadiMT-Light';
    color: white;
    font-size: 20px;
    letter-spacing: 1px;
    margin: 10px 0 0 0;
}

@media (max-width: 1100px) {
    #infos-contact {
        padding: 0px 15px;
    }
}

#infos-contact .haut-de-page {
    position: absolute;
    bottom: 12px;
    right: 2px;
}

#infos-contact .haut-de-page:hover {
    cursor: pointer;
}


/* CONTAINER MENTIONS LEGALES */

.container-resume {
    margin-top: 50px;
    margin-bottom: 25px;
}

.container-resume p {
    font-family: 'AbadiMT-Light';
    color: #707070;
    text-align: center;
    letter-spacing: 1.3px;
    font-size: 16px;
    line-height: 20px;
    padding: 0px 10px;
}

.container-mentions-legales {
    width: 100%;
    position: absolute;
    background-color: #414141;
    border-top: 1px solid #e6e6e6;
    display: flex;
    align-items: center;
    justify-content: center;
}

.container-mentions-legales p {
    font: normal normal normal 20px/23px 'AbadiMT-Light';
    letter-spacing: 0px;
    color: #E5E5E5;
    text-align: center;
    margin: 0;
    padding: 12px 10px;
}

.container-mentions-legales p a {
    color: #E5E5E5;
}

.container-mentions-legales p a:hover {
    text-decoration: underline;
}