/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/
Description: Thème enfant de Hello Elementor
Author: Axelites
Template: hello-elementor
Version: 1.0.0
Text Domain: hello-elementor-child
*/

/* Ton CSS commence ici */


.p0-text-padding ul {
    padding-left: 18px;
}

.loop-post-home {
    position: relative;
}
.loop-post-home .swiper-pagination {
    position: absolute;
    left: -124px !important;
    top: 173px !important;
}

.loop-post-home .elementor-loop-container {
    padding-bottom: 0 !important;
}
.post-home {
    position: relative;
}
.loop-post-home h4.elementor-heading-title {
    min-height: 52px;
}

.e-search-input::placeholder {
    color: #9b9791 !important;
}

h1.titre-search {
    font-family: "Swiss 924", Sans-serif;
    font-size: 53px;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 59px;
    color: #000000;
}
.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
input.wpcf7-form-control.wpcf7-submit.has-spinner {
    display: block;
    margin-top: 22px;
    background: #0a3e85;
    border-color: #0a3e85;
    color: white;
    border-radius: 0;
}

span.wpcf7-list-item {
    margin-left: 0;
}
.form-style-4 .row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}

.form-style-4 .col-6 {
    width: 50%;
    padding: 0 10px;
    box-sizing: border-box;
}

.form-style-4 .col-12 {
    width: 100%;
    padding: 0 10px;
    box-sizing: border-box;
}

.form-style-4 .margin-bottom {
    margin-bottom: 20px;
}

.form-style-4 .style-icon input,
.form-style-4 .style-icon textarea {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid #ddd;
    font-size: 15px;
    font-family: "Montserrat", Sans-serif;
}
.form-style-4 .style-icon input::placeholder,
.form-style-4 .style-icon textarea::placeholder {
    color: #8e8e8e;
}
span.wpcf7-list-item-label {
    line-height: 22px;
    font-size: 14px;
    font-family: "Montserrat", Sans-serif;
}
span.wpcf7-not-valid-tip { font-family: "Montserrat", Sans-serif;font-size: 14px;}
.btn-icon svg {
    fill: #0d7fcc;
    height: 27px !important;
    font-size: 26px !important;
}
@media (max-width: 867px) {
    .loop-post-home .swiper-pagination {
        left: -84px !important;
    }

}
@media (max-width: 480px) {
    .form-style-4 .style-icon input, .form-style-4 .style-icon textarea {
        padding: 9px 14px;
        font-size: 12px;
    }
    .loop-post-home .swiper-pagination {
        left: 169px !important;
        top: 234px !important;
    }

}