/*--------------------------------------------------------------
# Contact One
--------------------------------------------------------------*/
.contact-one {
    position: relative;
    display: block;
    padding: 120px 0 120px;
    z-index: 1;
}

.contact-one__shape-2 {
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
}

.contact-one__shape-2 img {
    width: auto;
}

.contact-one__left {
    position: relative;
    display: block;
    background-color: var(--tecture-black);
    margin-right: 35px;
    z-index: 1;
}

.contact-one__inner {
    position: relative;
    display: block;
    z-index: 1;
}

.contact-one__shape-1 {
    position: absolute;
    top: 100px;
    right: 50px;
    opacity: 0.01;
    z-index: -1;
    display: none;
}

.contact-one__shape-1 img {
    width: auto;
}

.contact-one__form {
    position: relative;
    display: block;
    padding: 60px 80px 60px;
}

.contact-one__input-box {
    position: relative;
    display: block;
    margin-bottom: 20px;
}

.contact-one__input-box input[type="text"],
.contact-one__input-box input[type="email"] {
    height: 60px;
    width: 100%;
    background-color: transparent;
    border: 1px solid var(--tecture-bdr-color);
    padding-left: 30px;
    padding-right: 30px;
    outline: none;
    font-size: 16px;
    color: var(--tecture-white);
    font-style: normal;
    display: block;
    font-weight: 500;
    border-radius: 0px;
}

.contact-one__input-box textarea {
    position: relative;
    height: 100px;
    width: 100%;
    background-color: transparent;
    border: 1px solid var(--tecture-bdr-color);
    padding-top: 10px;
    padding-left: 30px;
    padding-right: 30px;
    outline: none;
    font-size: 16px;
    font-style: normal;
    color: var(--tecture-white);
    display: block;
    font-weight: 500;
    border-radius: 0px;
    margin-bottom: 0;
}

.contact-one__input-box.text-message-box {
    height: 100px;
}

.contact-one__btn-box {
    position: relative;
    display: block;
}

.contact-one__btn {
    border: none;
}

.contact-one__right {
    position: relative;
    display: block;
    margin-top: 106px;
}

.contact-one__right-content {
    position: relative;
    display: block;
}

.contact-one__title {
    font-size: 42px;
    font-weight: 700;
    line-height: 52px;
    font-style: normal;
    text-transform: uppercase;
}

.contact-one__contact-info {
    position: relative;
    display: block;
    background-color: var(--tecture-base);
    max-width: 345px;
    width: 100%;
    padding: 50px 40px 50px;
    margin-top: 78px;
    z-index: 1;
}

.contact-one__contact-info:before {
    content: "";
    position: absolute;
    top: 8px;
    left: 8px;
    right: 8px;
    bottom: 8px;
    border: 1px dashed var(--tecture-white);
    z-index: -1;
}

.contact-one__contact-icon {
    position: relative;
    display: block;
}

.contact-one__contact-icon span {
    position: relative;
    display: inline-block;
    font-size: 54px;
    color: var(--tecture-white);
}

.contact-one__contact-icon-2 {
    position: absolute;
    top: 25px;
    right: 25px;
}

.contact-one__contact-icon-2 span {
    position: relative;
    display: inline-block;
    font-size: 95px;
    color: var(--tecture-white);
    opacity: .20;
}

.contact-one__contact-number-box {
    position: relative;
    display: block;
    margin-top: 21px;
}

.contact-one__contact-number-box p {
    font-size: 18px;
    color: var(--tecture-white);
    font-weight: 700;
    font-style: normal;
    line-height: 18px;
    margin-bottom: 22px;
}

.contact-one__contact-number-box h5 {
    font-size: 22px;
    color: var(--tecture-white);
    font-weight: 700;
    font-style: normal;
    line-height: 22px;
}

.contact-one__contact-number-box h5 a {
    color: var(--tecture-white);
}

.contact-one__contact-number-box h5 a:hover {
    color: var(--tecture-black);
}

/*--------------------------------------------------------------
# Contact Page
--------------------------------------------------------------*/
.contact-page {
    position: relative;
    display: block;
    padding: 120px 0 120px;
    z-index: 1;
}

.contact-page.pdt0 {
    padding-top: 0;
}

.contact-page.pdtop {
    background-color: var(--tecture-black);
}

.contact-page__inner {
    position: relative;
    display: block;
    background-color: #0e110d;
    padding: 107px 0 75px;
    border-radius: 10px;
}

.contact-page__left {
    position: relative;
    display: block;
    margin-left: 39px;
    margin-right: 12px;
}

.contact-page__information {
    position: relative;
    display: block;
    background-color: var(--tecture-black);
    padding: 58px 40px 70px;
    border-radius: 10px;
}

.contact-page__information-title {
    font-size: 36px;
    font-weight: 700;
    line-height: 46px;
    text-transform: uppercase;
    border-bottom: 1px solid rgba(var(--tecture-white-rgb), .10);
    margin-bottom: 40px;
    padding-bottom: 18px;
}

.contact-page__information-list {
    position: relative;
    display: block;
}

.contact-page__information-list li {
    position: relative;
    display: flex;
    align-items: center;
    gap: 20px;
    background-color: #0e110d;
    padding: 21px 0 20px 20px;
}

.contact-page__information-list li+li {
    margin-top: 25px;
}

.contact-page__information-list li .icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 55px;
    width: 100%;
    height: 60px;
    background-color: var(--tecture-base);
}

.contact-page__information-list li .icon span {
    position: relative;
    display: inline-block;
    font-size: 26px;
    color: var(--tecture-black);
}

.contact-page__information-list li .content {
    position: relative;
    display: block;
}

.contact-page__information-list li .content h3 {
    font-size: 24px;
    font-weight: 600;
    line-height: 34px;
}

.contact-page__information-list li .content p {
    font-size: 15px;
    color: var(--tecture-white);
}

.contact-page__information-list li .content p a {
    color: var(--tecture-white);
}

.contact-page__information-list li .content p a:hover {
    color: var(--tecture-base);
}



.contact-page__right {
    margin-left: 20px;
    margin-right: 35px;
    margin-top: -14px;
}

.contact-page__contact-title {
    position: relative;
    display: inline-block;
    font-size: 48px;
    line-height: 58px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 71px;
}

.contact-page__contact-title::before {
    content: "";
    position: absolute;
    bottom: -21px;
    left: 0;
    right: 0;
    height: 1px;
    background-color: var(--tecture-white);
    opacity: 0.10;
}

.contact-page__form {
    position: relative;
    display: block;
}

.contact-page__input-box {
    position: relative;
    display: block;
    margin-bottom: 30px;
}

.contact-page__input-box input[type="text"],
.contact-page__input-box input[type="email"],
.contact-page__input-box input[type="number"] {
    height: 58px;
    width: 100%;
    background-color: #080a07;
    border: none;
    padding-left: 25px;
    padding-right: 25px;
    outline: none;
    font-size: 16px;
    color: rgba(var(--tecture-white-rgb), .30);
    display: block;
    font-weight: 400;
    border-radius: 5px;
}

.contact-page__input-box textarea {
    position: relative;
    height: 185px;
    width: 100%;
    background-color: #080a07;
    border: none;
    padding-top: 20px;
    padding-left: 25px;
    padding-right: 25px;
    outline: none;
    font-size: 16px;
    color: rgba(var(--tecture-white-rgb), .30);
    display: block;
    font-weight: 400;
    border-radius: 5px;
    margin-bottom: 0;
}

.contact-page__input-box.text-message-box {
    height: 185px;
    margin-bottom: 50px;
}

.contact-page__btn-box {
    position: relative;
    display: block;
}

.contact-page__btn {
    border: none;
}


/* STYLES MOBILE POUR LA SECTION CONTACT - VERSION SIMPLIFIÉE */

@media (max-width: 768px) {
    /* Réinitialisation complète des styles contact-one */
    .contact-one {
        padding: 40px 0 !important;
        background: linear-gradient(rgba(10, 12, 9, 0.95), rgba(10, 12, 9, 0.95)) !important;
    }
    
    /* Supprimer tous les éléments décoratifs */
    .contact-one__shape-1,
    .contact-one__shape-2,
    .contact-one__shape-3,
    .contact-one__shape-4,
    .contact-one__contact-icon,
    .contact-one__contact-icon-2,
    .section-shape-1 {
        display: none !important;
    }
    
    /* Réorganisation du layout */
    .contact-one .row {
        display: flex;
        flex-direction: column;
        gap: 30px;
    }
    
    /* Partie formulaire */
    .contact-one__left {
        margin-right: 0 !important;
        order: 2;
        width: 100%;
    }
    
    .contact-one__inner {
        background: rgba(30, 32, 29, 0.95) !important;
        padding: 25px 20px !important;
        margin: 0 15px;
    }
    
    .contact-one__form {
        padding: 0 !important;
    }
    
    /* Style des inputs simplifiés */
    .contact-one__input-box {
        margin-bottom: 15px;
        width: 100%;
    }
    
    .contact-one__input-box input[type="text"],
    .contact-one__input-box input[type="email"] {
        width: 100% !important;
        height: 50px;
        background: rgba(255, 255, 255, 0.1) !important;
        border: 1px solid rgba(255, 255, 255, 0.2) !important;
        color: #fff !important;
        padding: 0 15px;
        font-size: 15px;
    }
    
    .contact-one__input-box.text-message-box {
        height: auto;
    }
    
    .contact-one__input-box textarea {
        width: 100% !important;
        height: 120px !important;
        background: rgba(255, 255, 255, 0.1) !important;
        border: 1px solid rgba(255, 255, 255, 0.2) !important;
        color: #fff !important;
        padding: 12px 15px;
        font-size: 15px;
        resize: vertical;
    }
    
    /* Bouton simplifié */
    .contact-one__btn-box {
        margin-top: 20px;
    }
    
    .contact-one__btn {
        width: 100%;
        justify-content: center;
    }
    
    /* Partie informations de contact */
    .contact-one__right {
        order: 1;
        margin-top: 0 !important;
        width: 100%;
    }
    
    .contact-one__right-content {
        padding: 0 15px;
    }
    
    /* Titre simplifié */
    .contact-one__title {
        font-size: 28px !important;
        line-height: 1.3 !important;
        text-align: center;
        margin-bottom: 20px;
        color: #fff;
    }
    
    /* Bloc d'informations simplifié */
    .contact-one__contact-info {
        max-width: 100% !important;
        margin: 0 0 20px 0 !important;
        padding: 30px 20px !important;
        background: #c3d200 !important;
        position: relative;
    }
    
    .contact-one__contact-info:before {
        display: none !important;
    }
    
    .contact-one__contact-number-box {
        text-align: center;
        margin-top: 0 !important;
    }
    
    .contact-one__contact-number-box p {
        font-size: 16px !important;
        color: #0a0c09 !important;
        margin-bottom: 10px !important;
        font-weight: 500;
    }
    
    .contact-one__contact-number-box h5 {
        font-size: 24px !important;
        font-weight: 700;
    }
    
    .contact-one__contact-number-box h5 a {
        color: #0a0c09 !important;
        text-decoration: none;
        font-size: 24px;
    }
    
    /* Détails de contact simplifiés */
    .contact-one__right-content .mt-4 {
        background: rgba(255, 255, 255, 0.05);
        padding: 20px;
        margin-top: 20px !important;
        border-radius: 5px;
    }
    
    .contact-one__right-content .mt-4 p {
        color: #fff;
        margin-bottom: 12px;
        font-size: 14px;
        display: flex;
        align-items: center;
        gap: 10px;
    }
    
    .contact-one__right-content .mt-4 i {
        color: #c3d200;
        width: 20px;
        font-size: 14px;
    }
    
    /* Messages d'alerte */
    .alert {
        margin: 0 0 20px 0;
        padding: 12px 15px;
        font-size: 14px;
        border-radius: 0;
    }
    
    .alert-success {
        background: rgba(195, 210, 0, 0.2);
        border: 1px solid #c3d200;
        color: #fff;
    }
    
    .alert-danger {
        background: rgba(255, 99, 99, 0.2);
        border: 1px solid #ff6b6b;
        color: #fff;
    }
    
    /* Placeholders */
    .contact-one__input-box input::placeholder,
    .contact-one__input-box textarea::placeholder {
        color: rgba(255, 255, 255, 0.6);
        font-size: 14px;
    }
}

/* Styles pour très petits écrans */
@media (max-width: 480px) {
    .contact-one__inner {
        padding: 20px 15px !important;
        margin: 0 10px;
    }
    
    .contact-one__title {
        font-size: 24px !important;
    }
    
    .contact-one__contact-info {
        padding: 25px 15px !important;
    }
    
    .contact-one__contact-number-box h5 {
        font-size: 20px !important;
    }
    
    .contact-one__contact-number-box h5 a {
        font-size: 20px;
    }
    
    .contact-one__right-content .mt-4 {
        padding: 15px;
    }
    
    .contact-one__right-content .mt-4 p {
        font-size: 13px;
        flex-wrap: wrap;
    }
}

/* Styles pour écrans moyens (tablettes) */
@media (min-width: 769px) and (max-width: 992px) {
    .contact-one__inner {
        padding: 30px !important;
    }
    
    .contact-one__contact-info {
        margin-left: 0 !important;
        max-width: 100% !important;
    }
}

/* CORRECTION DE L'ESPACE ENTRE ACTUALITÉS ET CONTACT - UNIQUEMENT EN MOBILE */

@media (max-width: 768px) {
    /* Réduire l'espace après la section blog */
    .blog-two {
        margin-bottom: 0 !important;
        padding-bottom: 20px !important; /* Espace réduit après le blog */
    }
    
    /* Réduire l'espace avant la section contact */
    .contact-one {
        margin-top: 0 !important;
        padding-top: 10px !important; /* Espace réduit avant le contact */
    }
    
    /* Réduire l'espace du bouton "Voir toutes les actualités" */
    .blog-two .text-center.mt-5 {
        margin-top: 5px !important;
        margin-bottom: 0 !important;
    }
    
    /* Réduire l'espace du conteneur blog */
    .blog-two .container {
        padding-bottom: 0 !important;
    }
    
    /* Ajuster le bouton lui-même */
    .blog-two .text-center.mt-5 .thm-btn {
        margin-bottom: 0 !important;
        padding: 10px 25px !important;
    }
    
    /* Supprimer les marges du carousel */
    .blog-two__carousel {
        margin-bottom: 0 !important;
    }
    
    /* Supprimer les marges du dernier élément */
    .blog-two__carousel .owl-stage-outer {
        margin-bottom: 0 !important;
    }
}

/* Pour très petits écrans */
@media (max-width: 480px) {
    .blog-two {
        padding-bottom: 35px !important;
    }
    
    .contact-one {
        padding-top: 5px !important;
    }
    
    .blog-two .text-center.mt-5 {
        margin-top: 0 !important;
    }
}
















/*--------------------------------------------------------------
# End
--------------------------------------------------------------*/