/*
Theme Name:   MSDAgency
Description:  Écrivez ici une brève description de votre thème enfant
Author:       MSD Agency
Author URL:   https://mysmartdigital.fr
Template:     Divi
Version:      1.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  MSDAgency
*/

/* Écrivez ici votre propre feuille de style personnelle */

@font-face {
    font-family: din-condensed;
    src: url(DINCond.otf);
}


.image_wraper .et_pb_image_wrap img {
    border-radius: 7px 7px 0 0;
    width: 100%;
}

.image_wraper .et_pb_module.et_pb_image.image_section span::before {

    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    opacity: 0;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    -webkit-transition: .3s all ease;
    transition: .3s all ease;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    z-index: 9
}

.image_wraper .et_pb_module.et_pb_image.image_section span {
    position: relative;
    width: 100%;
}

.hide_smart_slider {
    display: none;
}

.image_wraper .img_text_section .et_pb_column_1_3:hover .et_pb_module.et_pb_image.image_section span::before {
    opacity: 1;
}

.et_pb_module.image_section ~ .et_pb_module {
    background: white;
    padding: 20px;
    border-top: 3px solid #b79357;
    border-radius: 0px 0px 7px 7px;
}

.image_wraper .img_text_section .et_pb_column_1_3:hover .et_pb_module.image_section ~ .et_pb_module {
    background: #b79357;
    z-index: 9;
    position: relative;
}

.image_wraper .img_text_section .et_pb_column_1_3:hover .et_pb_module.image_section ~ .et_pb_module .image-caption h4, .image_wraper .img_text_section .et_pb_column_1_3:hover .et_pb_module.image_section ~ .et_pb_module .image-caption p {
    color: white;
}

.image_wraper {
    padding: 100px 0;
}

.image_wraper .et_pb_module.et_pb_image.image_section {
    padding: 0;
    margin-bottom: 0 !important;
    width: 100%;
}

.image-caption h4 {
    text-transform: uppercase;
    font-weight: 600;
}

.image-showcase {
    height: 180px;
    max-width: 71%;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}

.image-showcase .et_pb_column {
    height: 150px;
    width: 10000px;
    position: absolute;
    overflow-x: hidden;
    top: 0;
    left: 0;
    animation: moveSlideshow 80s linear infinite;
}

.image-showcase .et_pb_column .et_pb_module {
    display: inline-block;
    vertical-align: middle;
    width: 200px;
    margin: 0px 30px 0 0;
    padding: 0 40px;
}

@keyframes moveSlideshow {
    0% {
        transform: translateX(0px);
    }
    100% {
        transform: translateX(-4000px);
    }
}

@media (max-width: 1023px) {
    .image-showcase {
        max-width: 100%;
    }

    .image-showcase .et_pb_column .et_pb_module {

        width: 170px;
        margin: 0px 60px;
    }
}

.scroll-logo {
    height: 150px;
    width: 14050px;
    overflow: hidden;
    box-sizing: border-box;
    position: relative;
    display: flex;
    align-items: center;
}

.scroll-logo_block {
    display: block;
    width: 100%;
    margin: 7px 0;
    position: absolute;
    animation: scroll-logo 500s linear infinite;
    height: 100%
}

.scroll-logo_block:hover {
    animation-play-state: paused !important;
}

.logo_blocks {
    float: left;
    width: 50%;
    align-items: center;
    height: 100%;
    display: flex;
    text-align: center;
}

.logo_blocks img {
    margin: 0 50px;
    /*! display: flex; */
    align-content: center;
}

.border-left-right-title span {
    position: relative;
}

.border-left-right-title span::after {
    content: " ";
    border-bottom: 2px solid #000;
    top: 50%;
    height: 1px;
    width: 50%;
    display: block;
    position: absolute;
    right: -60%;
}

.border-left-right-title span::before {
    content: " ";
    border-bottom: 2px solid #000;
    top: 50%;
    height: 1px;
    width: 50%;
    display: block;
    position: absolute;
    left: -60%;
}

.blogs_lists h2.entry-title {
    background: rgba(255, 255, 255, 0.8);
    padding: 10px 15px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    color: #333;
    font-size: 20px !important;
    line-height: 24px;
    text-transform: uppercase;
}

.blogs_listing .et_pb_column .et_pb_text_inner p span {
    position: relative;
    padding: 0 35px;
}

.blogs_listing .et_pb_column .et_pb_text_inner p span::before {
    right: 0;
    top: calc(50% - 12px);
    border-top: 12px solid transparent;
    border-right: 24px solid transparent;
    border-right-color: transparent;
    border-bottom: 12px solid transparent;
    content: '';
    position: absolute;
}

.blogs_listing .et_pb_column .et_pb_text_inner p span::after {
    left: 0;
    top: calc(50% - 12px);
    border-top: 12px solid transparent;
    border-left: 24px solid transparent;
    border-left-color: transparent;
    border-bottom: 12px solid transparent;
    content: '';
    position: absolute;
}

.blogs_listing .Inspiration_block .et_pb_text_inner p span::after {
    border-left: 24px solid #f7a8aa !important;
}

.blogs_listing .Inspiration_block .et_pb_text_inner p span::before {
    border-right: 24px solid #f7a8aa !important;
}

.blogs_listing .conseils_block + .et_pb_module .et_pb_text_inner p span::after {
    border-left: 24px solid #e6c363 !important;
}

.blogs_listing .conseils_block + .et_pb_module .et_pb_text_inner p span::before {
    border-right: 24px solid #e6c363 !important;
}

.blogs_listing .actualites_block + .et_pb_module .et_pb_text_inner p span::after {
    border-left: 24px solid #9dcfd4 !important;
}

.blogs_listing .actualites_block + .et_pb_module .et_pb_text_inner p span::before {
    border-right: 24px solid #9dcfd4 !important;
}

.blogs_listing .tutos_block + .et_pb_module .et_pb_text_inner p span::after {
    border-left: 24px solid #ad7885 !important;
}

.blogs_listing .tutos_block + .et_pb_module .et_pb_text_inner p span::before {
    border-right: 24px solid #ad7885 !important;
}

.blogs_listing .cours_block + .et_pb_module .et_pb_text_inner p span::after {
    border-left: 24px solid #9fd6bd !important;
}

.blogs_listing .cours_block + .et_pb_module .et_pb_text_inner p span::before {
    border-right: 24px solid #9fd6bd !important;
}

.blogs_listing .lexique_block + .et_pb_module .et_pb_text_inner p span::after {
    border-left: 24px solid #97a7d6 !important;
}

.blogs_listing .lexique_block + .et_pb_module .et_pb_text_inner p span::before {
    border-right: 24px solid #97a7d6 !important;
}

#blog-sidebar .et_pb_post .entry-featured-image-url {
    display: block;
    position: relative;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    margin: auto;
    overflow: hidden;
    margin-bottom: 10px;
}

#blog-sidebar .et_pb_post .entry-featured-image-url img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@keyframes scroll-logo {
    0% {
        left: 0
    }
    100% {
        left: -100%
    }
}

@media (max-width: 1440px) {
    .half_img_main .et_pb_row_2.et_pb_row {
        padding: 0;
    }

    /*.et_pb_section_2.half_img_main .et_pb_equal_columns .et_pb_column:last-child * {
        height: 100% !important;
    }

    .et_pb_section_4.half_img_main .et_pb_equal_columns .et_pb_column:last-child * {
        height: 100% !important;
    }

    .et_pb_section_3.half_img_main .et_pb_equal_columns .et_pb_column:first-child * {
        height: 100% !important;
    }

    .et_pb_section_5.half_img_main .et_pb_equal_columns .et_pb_column:first-child * {
         height: 100% !important;
    }

    .et_pb_section_5.half_img_main .et_pb_equal_columns .et_pb_column:first-child * {
        height: 100% !important;
    }*/
    body.page .et_pb_section.half_img_main .nextend-arrow.nextend-arrow-previous,
    body.page .et_pb_section.half_img_main .nextend-arrow.nextend-arrow-next {
        height: auto !important;
        top: 50% !important;
    }
}

@media (max-width: 980px) {
    .half_img_main .et_pb_row_2.et_pb_row {
        padding: 0;
        overflow: visible !important;
    }

    .et_pb_section_2.half_img_main .et_pb_equal_columns .et_pb_column:last-child .et_pb_css_mix_blend_mode_passthrough {
        min-height: 400px !important;
        border-bottom-right-radius: 10px;
        border-bottom-left-radius: 10px;
    }

    .et_pb_section_2.half_img_main .et_pb_equal_columns .et_pb_column:last-child .et_pb_css_mix_blend_mode_passthrough .et_pb_code {
        min-height: 400px !important;
        border-bottom-right-radius: 10px;
        border-bottom-left-radius: 10px;
    }

    .et_pb_section_4.half_img_main .et_pb_equal_columns .et_pb_column:last-child .et_pb_css_mix_blend_mode_passthrough {
        min-height: 400px !important;
        border-bottom-right-radius: 10px;
        border-bottom-left-radius: 10px;
    }

    .et_pb_section_4.half_img_main .et_pb_equal_columns .et_pb_column.et_pb_css_mix_blend_mode_passthrough {
        min-height: 400px !important;
        border-bottom-right-radius: 10px;
        border-bottom-left-radius: 10px;
        padding: 0px !important;
    }

    .et_pb_section_3.half_img_main .et_pb_equal_columns .et_pb_column:first-child .et_pb_css_mix_blend_mode_passthrough {
        min-height: 400px !important;
        border-bottom-right-radius: 10px;
        border-bottom-left-radius: 10px;
    }

    .et_pb_section_3.half_img_main .et_pb_equal_columns .et_pb_column.et_pb_css_mix_blend_mode_passthrough .et_pb_bg_layout_light {
        min-height: 400px !important;
        border-bottom-right-radius: 10px;
        border-bottom-left-radius: 10px;
    }

    .et_pb_section_5.half_img_main .et_pb_equal_columns .et_pb_column:first-child .et_pb_css_mix_blend_mode_passthrough {
        min-height: 400px !important;
    }

    .et_pb_section_5.half_img_main .et_pb_equal_columns .et_pb_column:first-child .et_pb_css_mix_blend_mode_passthrough {
        min-height: 400px !important;
        border-bottom-right-radius: 10px;
        border-bottom-left-radius: 10px;
    }

    body.page .et_pb_section.half_img_main .nextend-arrow.nextend-arrow-previous,
    body.page .et_pb_section.half_img_main .nextend-arrow.nextend-arrow-next {
        height: 20px !important;
    }

    .et_pb_section.half_img_main .et_pb_equal_columns .et_pb_column .n2-ss-slider-pane {
        margin: 0 !important;
        width: 100% !important;
    }

    .et_pb_section.half_img_main .et_pb_equal_columns .et_pb_column .n2-ss-slider-pane .n2-ss-slide-active * {
        width: 100% !important;
    }

    .et_pb_row.et_pb_equal_columns {
        overflow: visible !important;
        max-height: 100% !important;
    }

    .et_pb_section.half_img_main {
        min-height: 800px;
        overflow: hidden;
    }

    /*.et_pb_section.half_img_main .et_pb_column_5, .et_pb_section.half_img_main .et_pb_column_9 {
        padding-left: 25px;
        padding-right: 25px;
    }*/
    #footer-widgets {
        margin-top: 42px;
    }

    .et_pb_section_2.et_pb_section {
        padding-top: 141px !important;
    }

    .et_pb_section.half_img_main .et_pb_column_2, .et_pb_section.half_img_main .et_pb_column_6 {
        padding-left: 25px;
        padding-right: 25px;
    }

    .et_pb_section.half_img_main .et_pb_column_2, .et_pb_section.half_img_main .et_pb_column_6.et_pb_css_mix_blend_mode_passthrough {
        padding-left: 0px;
        padding-right: 0px;
    }

    .et_pb_column_8 {
        padding-top: 0px !important;
        padding-right: 0px !important;
        padding-bottom: 0px !important;
        padding-left: 0px !important;
    }

    .et_pb_column_5, .et_pb_column_9, .et_pb_column_12, .et_pb_column_10, .et_pb_column_13 {
        padding-left: 0px !important;
        padding-right: 0px !important;
        padding-bottom: 5px !important;
    }

    /* .et_pb_section.half_img_main .et_pb_column_8 {
         padding-left: 25px;
         padding-right: 25px;
     }*/
    .et_pb_section.half_img_main {
        min-height: 800px;
        overflow: hidden;
    }

    .et_pb_module.et_pb_text {
        padding-left: 25px !important;
        padding-right: 25px !important;
    }

    .page .et_pb_module.et_pb_text.et_pb_bg_layout_light h1 span {
        font-size: 50px;
    }

    .et_pb_row.et_pb_row_3.et_pb_equal_columns, .et_pb_row.et_pb_row_5.et_pb_equal_columns {
        display: flex;
        flex-direction: column;
    }

    .et_pb_column.et_pb_column_1_2.et_pb_column_4.et_pb_css_mix_blend_mode_passthrough,
    .et_pb_column.et_pb_column_1_2.et_pb_column_8.et_pb_css_mix_blend_mode_passthrough {
        order: 2;
        margin-bottom: 0;
    }
}

.caldera-grid .form-group > div {
    display: flex;
    width: 100%;
    justify-content: flex-start;
    align-items: center;
}

.caldera-grid .form-group > div .checkbox {
    margin: 10px 30px 10px 0 !important;
    display: flex;
    align-items: center;
}

.caldera-grid .checkbox input[type="checkbox"] {
    margin: 0 5px 0 0 !important;
    display: inline-flex;
}

.caldera-grid .checkbox label {
    padding-left: 0 !important;
    display: flex;
}

.liste-mag-wrapper .liste-magasins::after {
    cursor: pointer;
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -3px;
    border-width: 6px 6px 0 6px;
    border-style: solid;
    border-color: #000 transparent;
}

.liste-mag-wrapper ul.all_store_list {
    position: absolute;
    padding: 0 !important;
    margin: 0;
    top: 100%;
    left: 0;
    right: 0;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-top: none;
    border-bottom: none;
    /* list-style: none; */
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    max-height: 0;
    overflow: hidden;
    z-index: 5;
}

.liste-mag-wrapper .liste-magasins.active ul.all_store_list {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    max-height: 400px;
    overflow-y: scroll;
}

.liste-mag-wrapper ul.all_store_list li {
    padding: 0 10px;
}

.liste-mag-wrapper {
    margin: 0 auto;
    max-width: 920px;
    width: 100%;
    text-align: center;
    color: #000;
}

.liste-mag-wrapper .liste-magasins.active {
    background: #006bb0;
    box-shadow: none;
    border-bottom: none;
    color: white;
}

.liste-mag-wrapper .liste-magasins {
    cursor: pointer;
    position: relative;
    font-size: 1.25rem;
    text-align: left;
    text-transform: uppercase;
    padding: 12px 15px;
    margin: 0 auto;
    width: 354px;
    background: #c0c0c0;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
    cursor: pointer;
    outline: none;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    font-family: din-condensed, Helvetica, Arial, Lucida, sans-serif !important;
}

.liste-mag-wrapper ul.all_store_list li a {
    display: block;
    text-decoration: none;
    color: #333;
    padding: 10px 0;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    border-bottom: 1px solid #e6e8ea;
}

.liste-mag-wrapper ul.all_store_list li:hover a {
    color: #006bb0;
}

.liste-mag-wrapper .liste-magasins.active::after {
    border-color: #82d1ff transparent;
}

body.single-magasin #main-content > .container {
    width: 100% !important;
    max-width: 100%;
    padding-top: 0 !important;
}

body.single-magasin #main-content {
    padding-top: 0 !important;
}

body.single-magasin #main-content > .container .et_post_meta_wrapper {
    display: none;
}

body.single-magasin #main-content .et_pb_post {
    margin-bottom: 0;
}

body.single-magasin #main-content #left-area {
    padding-bottom: 0;
}

@media (max-width: 1023px) {
    .caldera-grid .form-group > div {
        display: inline-block;
        width: 100%;

    }

    .caldera-grid .form-group > div .checkbox {

        display: inline-block;
    }
}

@media (max-width: 479px) {
    .liste-mag-wrapper .liste-magasins {
        width: 90%;
    }

    .caldera-grid .form-group > div {
        display: flex;
        width: 100%;
        justify-content: flex-start;
        align-items: first baseline;
        flex-direction: column;
    }

    .caldera-grid .form-group > div .checkbox {

        display: flex;
        align-items: center;
    }
}

.single-magasin.et-db .et_pb_blog_grid_wrapper .et_pb_post {
    background: transparent !important;
}

.pagination.clearfix {
    display: flex;
    justify-content: space-between;
}

.pagination.clearfix .pagination_number ul li {
    margin: 0 3px;
}

.pagination.clearfix .pagination_number ul li {

    text-align: center;
    line-height: 1.5;
    width: 30px;
    height: 30px;
    display: inline-block;
}

.pagination.clearfix .pagination_number ul li a {
    padding: 5px 7px;
    text-align: center;
    display: inline-flex;
    line-height: 1;
}

@media (max-width: 1280px) {
    body #page-container .et_pb_section .et_pb_button_0, body #page-container .et_pb_section .et_pb_button_1, body #page-container .et_pb_section .et_pb_button_2 {
        font-size: 17px !important;
    }
}

@media (max-width: 980px) {
    body #page-container #main-content .box_slider .et_pb_column {
        width: 31.3333% !important;
        margin-bottom: 30px;
        margin-right: 3%
    }
}

@media (max-width: 768px) {
    body #page-container #main-content .box_slider_main .et_pb_column {
        width: 31.333%;
        margin-bottom: 30px;
        margin-right: 3%;
        overflow-y: auto;
        overflow-x: hidden;
        height: 500px;
    }
}

@media (max-width: 767px) {
    .et_pb_section_1.et_pb_section {
        padding-bottom: 30px !important;
    }

    .image_wraper .et_pb_module.et_pb_image.image_section {
        height: 320px;
    }

    body #page-container #main-content .box_slider .et_pb_column {
        width: 100%;
        margin-bottom: 30px;
        height: auto;
    }
}

@media (max-width: 479px) {
    .home .et_pb_row.et_pb_row_1 {
        margin-top: 0 !important;
        padding-top: 0 !important;
    }

    .et_pb_module.et_pb_nextend_smart_slider_3.et_pb_nextend_smart_slider_3_1 .n2-ss-slider-1.n2-ow {
        height: 150px !important;
    }

    .et_pb_module.et_pb_nextend_smart_slider_3.et_pb_nextend_smart_slider_3_1 .n2-ss-layers-container.n2-ow {
        margin: 0 !important;
        width: 100% !important;
    }

    .et_pb_module.et_pb_nextend_smart_slider_3.et_pb_nextend_smart_slider_3_1 #n2-ss-32item1 {
        font-size: 38px !important;
    }

    .et_pb_module.et_pb_nextend_smart_slider_3.et_pb_nextend_smart_slider_3_1 .n2-ss-slider-1.n2-ow {
        background: none !important;
    }

    .et_pb_module.et_pb_nextend_smart_slider_3.et_pb_nextend_smart_slider_3_1 .n2-ss-slider-1.n2-ow .n2-ss-slide-background-color {
        background: transparent !important;
    }

}

/* COPIED FROM BACK OFFICE ADMIN*/
.gomal_custom_color h1 {
    color: white;
}

div#gomal_test_id {
    z-index: 9;
}

#CF61653b5b69e7d_1 label, #CF61653b5b69e7d_1 h2 {
    color: white;
}

/* top css */
@media only screen and (max-width: 767px) {
    #bloc-reseau .et_pb_column_11 {
        padding-top: 0 !important;
    }

    #bloc-reseau .et_pb_column_11 .titre-reseau {
        margin-top: 0 !important;
    }

    #bloc-reseau .et_pb_column_11 .titre-reseau br {
        display: none !important;
    }

    body #page-container #main-content .box_slider_main .et_pb_column {
        height: auto;
    }

}

@media only screen and (min-width: 320px) and (max-width: 650px) {
    .box_slider_main .n2-ss-slider-1 {
        height: 450px !important;
    }
}

@media only screen and (min-width: 650px) and (max-width: 767px) {
    .box_slider_main .n2-ss-slider-1 {
        height: 400px !important;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    body #page-container #main-content .box_slider_main .et_pb_column {
        height: 435px !important;
    }
}

@media only screen and (min-width: 768px) and (max-width: 970px) {
    .box_slider_main .n2-ss-slider-1 {
        height: 390px !important;
    }
}


@media only screen and (min-width: 970px) and (max-width: 1024px) {
    .box_slider_main .n2-ss-slider-1 {
        height: 410px !important;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1350px) {
    .box_slider_main .n2-ss-slider-1 {
        height: 480px !important;
    }
}

@media only screen and (min-width: 1024px) and (max-width: 1200px) {

    .box_slider_main .n2-ss-slider-1 {
        height: 425px !important;
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
    .box_slider_main .n2-ss-slider-1 {
        height: 280px !important;
    }
}

@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (orientation: portrait) {
    .box_slider_main .n2-ss-slider-1 {
        height: 380px !important;
    }
}


@media only screen and (min-width: 1025px) and (max-width: 1366px) {
    .box_slider_main .n2-ss-slider-1 {
        height: 450px !important;
    }
}

@media only screen and (min-device-width: 375px) and (max-device-width: 650px) and (orientation: portrait) {
    .box_slider_main .n2-ss-slider-1 {
        height: 490px !important;
    }
}


@media only screen and (min-width: 768px) and (max-width: 850px) {
    .box_slider_main .n2-ss-slider-1 {
        height: 295px !important;
    }
}

@media only screen and (max-width: 1024px) and (min-width: 768px) {
    body #page-container #main-content .box_slider_main .et_pb_column {
        /* height: auto !important; */
    }
}

@media (max-width: 1024px) {
    .n2-ss-slider.n2-ss-mobile .n2-ss-slider-1, .n2-ss-slider.n2-ss-tablet .n2-ss-slider-1 {
        background: transparent !important;
    }
}

.et_pb_post_content h2 {
    font-size: 36px !important;
    text-transform: initial;
}

.et_pb_post_content h3 {
    font-size: 32px !important;
    text-transform: initial;
}

.et_pb_post_content h3 {
    font-size: 28px !important;
    text-transform: initial;
}

/* ---- HEADER ---- */
/* Largeur du menu */
.container {
    max-width: 1180px;
}

.et_pb_row {
    max-width: 1180px;
}

/* Hauteur menu */
#et-secondary-nav .menu-item-has-children > a:first-child, #top-menu .menu-item-has-children > a:first-child {
    margin-top: -60px;
}

.et_header_style_left .et-fixed-header #et-top-navigation nav > ul > li > a {
    margin-top: -3px;
}

/* Agrandir le logo */
#logo {
    max-height: 85%;
}

.et_header_style_left #et-top-navigation nav > ul > li > a, .et_header_style_split #et-top-navigation nav > ul > li > a {
    margin-bottom: 30px;
}

.et_header_style_left .et-fixed-header #et-top-navigation, .et_header_style_split .et-fixed-header #et-top-navigation {
    padding-top: 30px;
}

@media only screen and (min-width: 981px) {
    .et_header_style_left #et-top-navigation nav > ul > li > a, .et_header_style_split #et-top-navigation nav > ul > li > a {
        padding-bottom: 5px;
    }
}

@media only screen and (max-width: 375px) {
    .et_header_style_left #et-top-navigation nav > ul > li > a, .et_header_style_split #et-top-navigation nav > ul > li > a {
        padding-bottom: 5px;
    }
}

@media only screen and (max-width: 1024px) {
    #cadre-poser {
        background-position: 65% !important;
    }
}

/* @media only screen and (max-width: 680px) {
	div#n2-ss-56 .n2-ss-slider-1 {height: 495px!important;}
}
@media only screen and (max-width: 320px) {
	div#n2-ss-56 .n2-ss-slider-1 {height: 433px!important;}
}
@media only screen and (max-width: 290px) {
	div#n2-ss-56 .n2-ss-slider-1 {height: 421px!important;}
}
@media only screen and (max-width: 280px) {
	div#n2-ss-56 .n2-ss-slider-1 {height: 409px!important;}
}
@media only screen and (max-width: 270px) {
	div#n2-ss-56 .n2-ss-slider-1 {height: 400px!important;}
}
@media only screen and (max-width: 680px) {
	div#n2-ss-57 .n2-ss-slider-1 {height: 488px!important;}
}
@media only screen and (max-width: 320px) {
	div#n2-ss-57 .n2-ss-slider-1 {height: 445px!important;}
}
@media only screen and (max-width: 310px) {
	div#n2-ss-57 .n2-ss-slider-1 {height: 437px!important;}
}
@media only screen and (max-width: 300px) {
	div#n2-ss-57 .n2-ss-slider-1 {height: 425px!important;}
}
@media only screen and (max-width: 290px) {
	div#n2-ss-57 .n2-ss-slider-1 {height: 416px!important;}
}
@media only screen and (max-width: 280px) {
	div#n2-ss-57 .n2-ss-slider-1 {height: 404px!important;}
}
@media only screen and (max-width: 270px) {
	div#n2-ss-57 .n2-ss-slider-1 {height: 395px!important;}
} */

/* Typo en % */
#top-menu li a {
    font-size: 0.93em;
}

/* Flèche menu */
#et-secondary-nav .menu-item-has-children > a:first-child:after, #top-menu .menu-item-has-children > a:first-child:after {
    color: #8a8a8a;
}

/* Hover menu */
#top-menu li a:hover {
    color: #1c569a;
    transition: none;
}

/* Hover sous menu */
#top-menu li li a:hover {
    background: #d9d9d9;
    color: #000000;
}

#top-menu li li {
    margin: 0;
    padding: 0 !important;
}

.nav li ul {
    width: auto;
}

#top-menu li li a {
    padding: 0 20px;
    font-size: 12px;
    font-weight: 400;
}

/* Style Bouton Devis et Acheter en ligne */
.header_button a {
    background: #3873b9;
    color: #ffffff !important;
    padding: 5px 10px;
}

.header_button_grey a {
    background: #b79357;
    color: #ffffff !important;
    padding: 5px 10px;
}

.header_button a:hover {
    background: #245896;
}

.et_header_style_left #et-top-navigation nav > ul > li > a, .et_header_style_split #et-top-navigation nav > ul > li > a {
    padding-bottom: 5px;
    margin-bottom: 0px;
}

/* Rotation loupe de la barre de recherhe */
#et_top_search {
    margin: 10px 0 0 10px;
    transform: rotate(270deg);
}

form.et-search-form {
    background: #f2f2f2 !important;
    height: 30px;
    margin-top: 25px;
}

.et-search-form input {
    width: 95%;
}

/* menu fixe */
@media (min-width: 981px) {
    .et_header_style_left .et-fixed-header #et-top-navigation nav > ul > li > a {
        padding-bottom: 5px;
    }

    .et_header_style_left .et-fixed-header #et-top-navigation nav > ul > li.header_button > a {
        color: #ffffff !important;
    }

    .et_header_style_left .et-fixed-header #et-top-navigation nav > ul > li.header_button_grey > a {
        color: #ffffff !important;
    }
}

/* Fil d'Ariane */
#breadcrumbs {
    display: none;
}

/* Responsive */
/* Menu */
@media (max-width: 981px) {
    #et_top_search {
        margin: 13px 30px 0 10px;
    }
}

@media (max-width: 1390px) {
    #top-menu li {
        padding-right: 14px;
    }
}

@media (max-width: 1325px) {
    #top-menu li {
        padding-right: 5px;
        font-size: 13px;
    }
}

@media (max-width: 1190px) {
    #top-menu li a {
        font-size: 0.80em;
    }
}

@media (max-width: 1080px) {
    #top-menu li a {
        font-size: 0.70em;
    }
}

@media (max-width: 980px) {
    .et-search-form input {
        width: 82%;
    }
}

.et_mobile_menu li.header_button a {
    margin-bottom: 10px;
}

.et_mobile_menu li.header_button a:hover {
    background: #245896;
}

.blogs_listing .et_pb_row {
    width: 90% !important;
}

@media (max-width: 980px) {
    #bloc-reseau .et_pb_column {
        width: 50% !important;
    }

    #bloc-reseau h2 {
        min-height: 76px;
    }

    #bloc-reseau h2 span {
        padding: 10px;
    }
}

@media (max-width: 680px) {
    #bloc-reseau .et_pb_column {
        width: 100% !important;
    }
}

@media (max-width: 980px) {
    #bloc-devis .et_pb_column {
        width: 50% !important;
    }
}

@media (max-width: 680px) {
    #bloc-devis .et_pb_column {
        width: 100% !important;
    }
}

@media screen and (min-width: 615px) and (max-width: 1080px) {
    .blogs_lists article.et_pb_post {
        width: 47% !important;
    }
}

@media screen and (max-width: 1080px) {
    table {
        text-align: left !important;
        max-width: 50%;
        margin: 0 auto !important;
    }
}

@media screen and (max-width: 680px) {
    table {
        text-align: left !important;
        max-width: 85%;
        margin: 0 auto !important;
    }
}

@media screen and (max-width: 1080px) {
    .type-magasin ul {
        text-align: left !important;
        max-width: 50%;
        margin: 0 auto !important;
    }
}

@media screen and (max-width: 680px) {
    .type-magasin ul {
        text-align: left !important;
        max-width: 85%;
        margin: 0 auto !important;
    }
}

@media screen and (max-width: 1080px) {
    .liste-magasins ul {
        max-width: 100% !important;
    }
}

@media screen and (max-width: 680px) {
    .liste-magasins ul {
        max-width: 100% !important;
    }
}

@media (max-width: 615px) {
    h1 {
        font-size: 50px !important;
    }
}

@media (max-width: 615px) {
    #header-histoire h1 {
        font-size: 70px !important;
    }
}

@media (max-width: 479px) {
    #header-histoire {
        background-size: 180%;
        background-position: 65% 65%;
    }
}

/* ---- FOOTER RESPONSIVE ---- */
.elementor-2090 .elementor-element.elementor-element-dee854f nav.hfe-dropdown .menu-item a.hfe-menu-item, .elementor-2090 .elementor-element.elementor-element-74f0538 nav.hfe-dropdown .menu-item a.hfe-menu-item, .elementor-2090 .elementor-element.elementor-element-237b705 nav.hfe-dropdown .menu-item a.hfe-menu-item {
    background-color: #000000;
    color: #999999;
    font-family: 'Source Sans Pro', Helvetica, Arial, Lucida, sans-serif;
}


.elementor-2090 .elementor-element.elementor-element-dee854f nav.hfe-dropdown li.menu-item:not(:last-child), .elementor-2090 .elementor-element.elementor-element-74f0538 nav.hfe-dropdown, .elementor-2090 .elementor-element.elementor-element-237b705 nav.hfe-dropdown li.menu-item:not(:last-child) {
    border-bottom-color: #999999;
}

.elementor-2090 .elementor-element.elementor-element-66239bf .elementor-heading-title, .elementor-2090 .elementor-element.elementor-element-33a0402 .elementor-heading-title, .elementor-2090 .elementor-element.elementor-element-625e60d .elementor-heading-title, .elementor-2090 .elementor-element.elementor-element-ce773c7 .elementor-heading-title, .elementor-2090 .elementor-element.elementor-element-875f4a8 .elementor-heading-title {
    font-size: 22px !important;
}

.elementor-element-dee854f .fas:after, .elementor-element-dee854f .far:after {
    content: "Services";
    text-transform: uppercase;
    font-family: din-condensed, Helvetica, Arial, Lucida, sans-serif !important;
    margin-left: 10px;
    font-weight: 400;
}

.elementor-element-74f0538 .fas:after, .elementor-element-74f0538 .far:after {
    content: "Qui sommes-nous ?";
    text-transform: uppercase;
    font-family: din-condensed, Helvetica, Arial, Lucida, sans-serif !important;
    margin-left: 10px;
    font-weight: 400;
}

.elementor-element-237b705 .fas:after, .elementor-element-237b705 .far:after {
    content: "Contact";
    text-transform: uppercase;
    font-family: din-condensed, Helvetica, Arial, Lucida, sans-serif !important;
    margin-left: 10px;
    font-weight: 400;
}


.elementor-element-9518305 h5 {
    font-size: 14px;
    color: #999999;
}

#menu-1-237b705, #menu-1-74f0538, #menu-1-dee854f {
    border-bottom: 1px solid #999999;
}

/* ---- FOOTER ---- */
#footer-widgets .footer-widget li {
    padding-left: 0px;
}

#footer-widgets .footer-widget li:before {
    display: none;
}

#footer-info {
    float: none;
    text-align: center;
    color: #999999;
}

#footer-info a {
    color: #999999;
}

#main-footer .footer-widget h4 {
    color: #999999;
    font-family: din-condensed, Helvetica, Arial, Lucida, sans-serif !important;
    font-size: 22px;
    margin-bottom: 15px;
    font-weight: normal;
}

/* Inscription newsletter */
.tnp-field label {
    display: none;
}

.tnp-widget input.tnp-submit {
    background-color: #efe0d1;
    color: #2b2b2b;
}

.tnp-widget input[type=email] {
    width: 80%;
    float: left;
    background: #3e3e3e;
    border: none;
    border-radius: 5px 0 0 5px;
    font-size: 1.15em;
}

.tnp-widget input[type=submit] {
    width: 20%;
    border-radius: 0px 5px 5px 0px;
}

/* Footer RS */
.genericon-instagram:before, .socicon-facebook:before, .fa-desktop:before, .socicon-pinterest:before {
    color: #2b2b2b;
}

@media (min-width: 981px) {
    .et_pb_gutters3.et_pb_footer_columns4 .footer-widget .fwidget {
        margin-bottom: 35px;
    }
}

#footer-widgets .footer-widget li {
    padding-right: 5px;
}

/* ---- HOME ---- */
h1, h2, .et_pb_text_2 h2, h3 {
    font-family: din-condensed, Helvetica, Arial, Lucida, sans-serif !important;
}

h1 {
    font-size: 70px;
    letter-spacing: 0.06em;
}

h2, .et_pb_text_2 h2 {
    text-transform: uppercase;
    font-size: 3em !important;
    font-weight: 400 !important;
    letter-spacing: 0.01em !important;
}

h3 {
    font-size: 20px !important;
    font-weight: 300;
    line-height: 1.3em;
}

p {
    font-size: 18px;
}

@media (max-width: 1280px) {
    h2, .et_pb_text_2 h2 {
        font-size: 2em !important;
    }

}

.et_pb_fullwidth_slider_0.et_pb_slider .et_pb_slide_description .et_pb_slide_title {
    font-family: 'din-condensed', Helvetica, Arial, Lucida, sans-serif !important;
}


.home .et_pb_section_0 {
    box-shadow: inset 0px -120px 0px 0px #2b2b2b !important;
}

.home .et_pb_section_1 {
    box-shadow: inset 0px -120px 0px 0px #2b2b2b !important;
}

/*#post-55 .et_pb_section_1 {box-shadow: inset 0px -120px 0px 0px #2b2b2b !important;}*/

/* Slider */
@media only screen and (min-width: 1350px) {
    .et_pb_row {
        padding: 0 0;
    }

}

@media only screen and (max-width: 400px) {
    #post-7 {
        margin-top: -27px;
    }
}

.n2-ss-control-bullet {
    right: 50% !important;
}

.n2-ss-slide-16 {
    background: #f0e4d8 !important;
}

.n2-ss-slider-1 {
    background-image: url(https://www.eclatdeverre.com/wp-content/uploads/2019/09/encadrement-pour-professionnel-eclatdeverre-1.jpg) !important;
}

@media (max-width: 500px) {
    div#n2-ss-25 .n2-font-b11325aa3de37bf5a0efc78c3d06b761-hover {
        font-size: 200% !important;
    }
}

#n2-ss-18 .n2-ss-slider-1 {
    height: 50px !important;
}

/* Ils parlent de nous */
#n2-ss-20-align .n2-ss-slider-1 {
    height: 100px !important;
}

@media (max-width: 980px) {
    .et_pb_section_6 .et_pb_row {
        padding: 0 0;
    }
}

/* Ils nous font confiance */
.n2-ss-slide-59 {
    height: 100px !important;
}

#n2-ss-20-align .n2-ss-layers-container {
    height: 100px !important;
}

.n2-ss-slide-46 {
    height: 70px !important;
}


@media (max-width: 980px) {
    .et_pb_section_5 .et_pb_column .et_pb_module {
        margin-bottom: 0;
    }
}

/* Des cadres sur-mesure */
.n2-ss-slide-112 {
    height: 100px !important;
}

#n2-ss-48-align .n2-ss-layers-container {
    height: 100px !important;
}

#n2-ss-48-align .n2-ss-slider-1 {
    height: 100px !important;
}


/* Professionnel tablette et mobile

@media screen and (max-width: 550px) {
.n2-ss-slide-65{height: 350px!important;}
#n2-ss-25-align .n2-ss-layers-container{height: 350px!important;}
#n2-ss-25-align .n2-ss-slider-1{height: 350px!important;}
}

.et_pb_nextend_smart_slider_3_5 .n2-ss-slider-1{
    height: 70px!important;
}

@media screen and (max-width: 1024px) {
#n2-ss-25 .n2-font-aebb3164c1661ccce45050515007db87-hover{
    font-size: 380% ! important;
    }
#n2-ss-25 .n2-font-5428dd403d60ab838c387bbbe6a8b9c8-hover{
    font-size: 165% ! important;
    }
}

@media screen and (max-width: 550px) {
#n2-ss-25 .n2-font-aebb3164c1661ccce45050515007db87-hover{
    font-size: 400% ! important;
    margin-top:20px;
    }
#n2-ss-25 .n2-font-5428dd403d60ab838c387bbbe6a8b9c8-hover{
    font-size: 230% ! important;
    }
}

*/


/* Que voulez-vous encadrer ? */
#n2-ss-11 .n2-ss-item-caption-content p {
    margin-top: 20% !important;
}

#n2-ss-30 .n2-ss-item-caption-content p {
    margin-top: 20% !important;
}

/* Bouton */
body #page-container .post-55 .et_pb_section .et_pb_button_0 {
    font-weight: 400;
}

/* Lire plus */
.yrm-button-text-1 {
    border: 1px solid #ffffff !important;
    padding: 10px 17px;
}

/* ordre colonnes sur mobile */
@media all and (max-width: 980px) {
    /* envelopper la rangée dans une flexbox */
    .custom_row {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-wrap: wrap; /* Safari 6.1+ */
        flex-wrap: wrap;
    }

    /* classes personnalisées qui désigneront l'ordre
    des colonnes dans la ligne de la flexbox */
    .first-on-mobile {
        -webkit-order: 1;
        order: 1;
    }

    .second-on-mobile {
        -webkit-order: 2;
        order: 2;
    }

    .third-on-mobile {
        -webkit-order: 3;
        order: 3;
    }

    .fourth-on-mobile {
        -webkit-order: 4;
        order: 4;
    }

    /* ajoute une marge à la dernière colonne */
    .custom_row:last-child .et_pb_column:last-child {
        margin-bottom: 30px;
    }
}

/* FIN ordre colonnes sur mobile */

/* 3 colonnes sur mobile */
@media only screen and (max-width: 479px) {
    .three-columns .et_pb_column {
        width: 33% !important;
    }
}

/* style mobile fixed header */
@media (max-width: 980px) {
    .et_fixed_nav #main-header.et-fixed-header {
        position: fixed;
        background: rgba(255, 255, 255, 0.9);
        height: 55px;
    }

    .et-fixed-header .logo_container {
        height: 55px;
    }

    .et-fixed-header .mobile_menu_bar {
        padding-bottom: 5px;
    }

    /* make mobile fixed header navigation icon larger */
    .et-fixed-header .mobile_menu_bar:before {
        font-size: 45px;
    }

    .et-fixed-header #et_search_icon:before {
        left: -6px;
    }

    .et_header_style_left .et-fixed-header #et-top-navigation {
        padding-top: 5px;
    }

    .et_fixed_nav #et-top-navigation {
        -webkit-transition: none;
        -moz-transition: none;
        transition: none;
    }

    /* Increase height of logo area on mobile and mobile fixed header */
    #logo, .et-fixed-header #logo {
        max-height: 80%;
    }

}

/* FIN style mobile fixed header */

/* CSS refermer les sous-menus sur mobile */
#main-header .et_mobile_menu .menu-item-has-children > a {
    background-color: transparent;
    position: relative;
}

#main-header .et_mobile_menu .menu-item-has-children > a:after {
    font-family: 'ETmodules';
    text-align: center;
    speak: none;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    position: absolute;
}

#main-header .et_mobile_menu .menu-item-has-children > a:after {
    font-size: 25px;
    content: '33';
    top: 10px;
    right: 30px;
}

.et_mobile_menu {
    border-top: 3px solid #3873b9;
}


#main-header .et_mobile_menu .menu-item-has-children.visible > a:after {
    content: '32';
}

#main-header .et_mobile_menu ul.sub-menu {
    display: none !important;
    visibility: hidden !important;
    transition: all 1.5s ease-in-out;
}

#main-header .et_mobile_menu .visible > ul.sub-menu {
    display: block !important;
    visibility: visible !important;
}

/* FIN CSS refermer les sous-menus sur mobile */

/* style menu mobile */
.et_mobile_menu {
    padding: 0%;
    background: #d9d9d9;
}

#main-header .et_mobile_menu .menu-item-has-children > a {
    background-color: #d9d9d9;
}

#main-header .et_mobile_menu .visible > ul.sub-menu {
    background: #f2f2f2;
}

.et_mobile_menu li.header_button a {
    margin-bottom: 0px;
}


.show-submenu .mobile_menu_bar:before {
    content: "4d"; /*change x icon here*/
}

.mobile_menu_bar:before {
    color: #3873b9;
}

/* test couleur */
.n2-ss-slide-77 {
    background: #e4d5c8;
}

.n2-ss-slide-78 {
    background: #eed7cd;
}

.yrm-btn-wrapper .yrm-button-text-1, .yrm-btn-wrapper .yrm-button-text-3 {
    margin-top: 0px;
    font-family: 'ETModules';
    content: "e023";
    padding-top: 8px;
}

.yrm-button-text-3 {
    border: 1px solid #000000 !important;
    padding: 10px 17px;
    font-size: 1.3em !important;
}

@media screen and (min-width: 400px) {
    .yrm-btn-wrapper .yrm-button-text-1 {
        padding-top: 9px;
    }
}

/* Responsive */
/* Taille des titres */
@media screen and (max-width: 550px) {
    #n2-ss-48item1, #n2-ss-11item1, #n2-ss-20item1, #n2-ss-18item1 {
        font-size: 205% !important;
    }
}

/* Puce slide mobile */
#n2-ss-44 .nextend-bullet-bar {
    margin-right: -90%;
}

/* Hauteur carte tablette paysage */
@media screen and (min-width: 1000px) and (max-width: 1024px) {
    .et_pb_map_0 > .et_pb_map {
        height: 387.6px !important;
    }
}

@media screen and (min-width: 1400px) and (max-width: 1500px) {
    .et_pb_map_0 > .et_pb_map {
        height: 38.8em !important;
    }
}

@media screen and (min-width: 1300px) and (max-width: 1400px) {
    .et_pb_map_0 > .et_pb_map {
        height: 37em !important;
    }
}

@media screen and (min-width: 1200px) and (max-width: 1300px) {
    .et_pb_map_0 > .et_pb_map {
        height: 34.5em !important;
    }
}

@media screen and (min-width: 1024px) and (max-width: 1200px) {
    .et_pb_map_0 > .et_pb_map {
        height: 33.7em !important;
    }
}

@media screen and (min-width: 1024px) and (max-width: 1100px) {
    .et_pb_map_0 > .et_pb_map {
        height: 27.6em !important;
    }
}

/* Que voulez-vous encadrez | Tablette portrait */
@media screen and (min-width: 750px) and (max-width: 900px) {
    div#n2-ss-11 .n2-font-2039f5e9a44266d7694c09a4df477a45-hover, div#n2-ss-11 .n2-font-bbfacb6485b3786903120d2cc63f317f-hover {
        font-size: 106% !important;
    }
}

@media screen and (min-width: 400px) and (max-width: 750px) {
    div#n2-ss-11 .n2-font-2039f5e9a44266d7694c09a4df477a45-hover, div#n2-ss-11 .n2-font-bbfacb6485b3786903120d2cc63f317f-hover {
        font-size: 80% !important;
    }
}

/* Réassurance flèche */
@media screen and (min-width: 1100px) and (max-width: 3000px) {
    div#n2-ss-49 .nextend-arrow img {
        display: none !important;
    }
}

/* FOOTER Réseaux sociaux */
@media screen and (min-width: 768px) and (max-width: 1100px) {
    #footer-widgets .footer-widget li.zoom-social_icons-list__item {
        padding-right: 0px;
        width: 30px;
    }
}

@media (max-width: 980px) {
    #custom_html-15 {
        width: 100%;
    }
}

.image_wraper .et_pb_image_wrap img {
    border-radius: 7px 7px 0 0;
    width: 100% !important;
    object-fit: contain;
    height: 100%;
}

.image_wraper .et_pb_module.et_pb_image.image_section span::before {

    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    opacity: 0;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    -webkit-transition: .3s all ease;
    transition: .3s all ease;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    z-index: 9
}

.image_wraper .et_pb_module.et_pb_image.image_section span {
    position: relative;
    width: 100%;
}

.hide_smart_slider {
    display: none;
}

.image_wraper .img_text_section .et_pb_column_1_3:hover .et_pb_module.et_pb_image.image_section span::before {
    opacity: 1;
}

.image_wraper .img_text_section .et_pb_column_1_2:hover .et_pb_module.et_pb_image.image_section span::before {
    opacity: 1;
}

.et_pb_module.image_section ~ .et_pb_module {
    background: white;
    padding: 20px;
    border-top: 3px solid #b79357;
    border-radius: 0px 0px 7px 7px;
}

.image_wraper .img_text_section .et_pb_column_1_3:hover .et_pb_module.image_section ~ .et_pb_module {
    background: #b79357;
    z-index: 9;
    position: relative;
}

.image_wraper .img_text_section .et_pb_column_1_2:hover .et_pb_module.image_section ~ .et_pb_module {
    background: #b79357;
    z-index: 9;
    position: relative;
}


.image_wraper .img_text_section .et_pb_column_1_3:hover .et_pb_module.image_section ~ .et_pb_module .image-caption h4, .image_wraper .img_text_section .et_pb_column_1_3:hover .et_pb_module.image_section ~ .et_pb_module .image-caption {
    color: white;
}

.image_wraper .img_text_section .et_pb_column_1_2:hover .et_pb_module.image_section ~ .et_pb_module .image-caption h4, .image_wraper .img_text_section .et_pb_column_1_2:hover .et_pb_module.image_section ~ .et_pb_module .image-caption {
    color: white;
}

.image-caption:hover {
    color: white !important;
}

.image_wraper {
    padding: 100px 0;
}

.image_wraper .et_pb_module.et_pb_image.image_section {
    padding: 0;
    margin-bottom: 0 !important;
    width: 100%;
}

.image-caption h4 {
    text-transform: uppercase;
    font-weight: 600;
}

.image-showcase {
    height: 180px;
    max-width: 71%;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}

.image-showcase .et_pb_column {
    height: 150px;
    width: 10000px;
    position: absolute;
    overflow-x: hidden;
    top: 0;
    left: 0;
    animation: moveSlideshow 80s linear infinite;
}

.image-showcase .et_pb_column .et_pb_module {
    display: inline-block;
    vertical-align: middle;
    width: 200px;
    margin: 0px 30px 0 0;
    padding: 0 40px;
}

@keyframes moveSlideshow {
    0% {
        transform: translateX(0px);
    }
    100% {
        transform: translateX(-4000px);
    }
}

@media (max-width: 1023px) {
    .image-showcase {
        max-width: 100%;
    }

    .image-showcase .et_pb_column .et_pb_module {

        width: 170px;
        margin: 0px 60px;
    }
}

.scroll-logo {
    height: 150px;
    width: 14050px;
    overflow: hidden;
    box-sizing: border-box;
    position: relative;
    display: flex;
    align-items: center;
}

.scroll-logo_block {
    display: block;
    width: 100%;
    margin: 7px 0;
    position: absolute;
    animation: scroll-logo 500s linear infinite;
    height: 100%
}

.scroll-logo_block:hover {
    animation-play-state: paused !important;
}

.logo_blocks {
    float: left;
    width: 50%;
    align-items: center;
    height: 100%;
    display: flex;
    text-align: center;
}

.logo_blocks img {
    margin: 0 50px;
    width: 160px;
    /*! display: flex; */
    align-content: center;
}

@keyframes scroll-logo {
    0% {
        left: 0
    }
    100% {
        left: -100%
    }
}


.pf-cycling-title {
    height: 52px;
    overflow: hidden;
    margin-bottom: 15px;
}

.pf-cycling-title-prefix {
    display: inline-block;
    vertical-align: top;
    height: 42px;
    line-height: 42px;
}

.pf-options-list {
    /* margin-top: 0; */
    /* padding-left: 60px; */
    padding: 0;
    margin: 0;
    text-align: left;
    list-style: none;
    display: inline-block;
    -webkit-animation-name: change;
    -webkit-animation-duration: 5s;
    -webkit-animation-iteration-count: infinite;
    animation-name: change;
    animation-duration: 5s;
    animation-iteration-count: infinite;

    vertical-align: top;
}

.pf-options-list > li {
    line-height: 50px;
    margin-top: 0;
    padding: 0 0;
}

.pf-options-list {
    padding: 0 !important;
    margin: 0;
    text-align: left;
    list-style: none !important;
    display: inline-block;
    -webkit-animation-name: change;
    -webkit-animation-duration: 10s;
    -webkit-animation-iteration-count: infinite;
    animation-name: change;
    animation-duration: 10s;
    animation-iteration-count: infinite;
    vertical-align: top;
    margin-top: -4px;
}

@keyframes change {
    0%,
    12.66%,
    100% {
        transform: translate3d(0, 0, 0);
    }
    16.66%,
    29.32% {
        transform: translate3d(0, -25%, 0);
    }
    33.32%,
    45.98% {
        transform: translate3d(0, -50%, 0);
    }
    49.98%,
    62.64% {
        transform: translate3d(0, -75%, 0);
    }
    66.64%,
    79.3% {
        transform: translate3d(0, -50%, 0);
    }
    83.3%,
    95.96% {
        transform: translate3d(0, -25%, 0);
    }
}

.slider_text_section {
    font-family: 'din-condensed', 'Helvetica', 'Arial', 'Lucida', 'sans-serif!important';
    color: #ffffff;
    font-size: 44px !important;
    text-transform: uppercase;
    font-weight: 500;
}


@keyframes textbackcolor {
    0% {
        opacity: 1;
        transform: matrix(1, 0, 0, 1, 0, 0);
    }
    100% {
        opacity: 1;
        transform: translate(180%, 0%) matrix(1, 0, 0, 1, 0, 0);
    }
}

.over_color {
    animation: textbackcolor ease-in-out 3s;
    background: #b79458;
    height: 63px;
    width: 575px;
    position: absolute;
    top: -10px;
    left: 0;
    right: 0;
    opacity: 0;
    display: none;
}

.main_over_color:after {
    content: '-';
    background: #2B2B2B;
    height: 80px;
    float: left;
    position: absolute;
    top: -20px;
    color: transparent;
    z-index: 99999999;
}

.main_over_color:before {
    content: '-';
    background: #2B2B2B;
    width: 310px;
    height: 80px;
    float: left;
    position: absolute;
    left: -180px;
    top: -20px;
    color: transparent;
    z-index: 99999999;
}

@media (max-width: 320px) {
    .main_over_color:before {
        left: -340px;
    }
}

.slide_title {
    background: #fff;
    width: 340px;
    border-top: 3px solid #b79357;
    border-radius: 0px 0px 7px 7px;
    box-sizing: border-box;
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
    max-width: 100%;
    margin: 0 auto;
}

.slide_title > h2 {
    text-transform: uppercase;
    font-weight: 600 !important;
    color: #333;
    font-size: 18px !important;
    padding: 20px 0;
    text-align: center;
}

.n2-ss-layer.n2-ow.slide_title {
    display: none;
}

.box_slider_main .n2-ss-slide {
    margin-top: 0 !important;
    border-radius: 7px 7px 0 0 !important;
}

.box_slider_main {
    margin: 50px auto 0;
}

.nextend-arrow {
    padding: 5px !important;
    background: rgba(249, 244, 244, 0.42) !important;
}

.half_img_main .et_pb_row_4, .half_img_main .et_pb_row_5, .half_img_main .et_pb_row_3 {
    padding: 0;
}

/* .half_img_main .half_img{    height: 100%;} */

.intl-tel-input {
    width: 100%;
}

/* add by arti start*/
ul#menu-blog-menu li.menu-item.menu-item-type-post_type {
    text-transform: uppercase;
    font-size: 18px;
    position: relative;
    padding-top: 5px !important;
    padding-right: 10px !important;
    padding-bottom: 5px !important;
    padding-left: 10px !important;
    margin-bottom: 10px !important;
}

#nav_menu-4 h4.widgettitle, #text-2 h4.widgettitle, #custom_html-14 h4.widgettitle {
    font-size: 33px !important;
    font-weight: 300;
    font-family: din-condensed, Helvetica, Arial, Lucida, sans-serif !important;
    padding-bottom: 30px;
}

ul#menu-blog-menu {
    font-family: din-condensed, Helvetica, Arial, Lucida, sans-serif !important;
}

ul#menu-blog-menu li.pink_tab.menu-item {
    background-color: #f7a8aa;
}

ul#menu-blog-menu li.blue_tab.menu-item {
    background-color: #ad7885;
}

ul#menu-blog-menu li.sky_tab.menu-item {
    background-color: #9dcfd4;
}

ul#menu-blog-menu li.yello_tab.menu-item {
    background-color: #e6c363;
}

ul#menu-blog-menu li.purple_tab.menu-item {
    background-color: #97a7d6;
}

ul#menu-blog-menu li.menu-item.menu-item-type-post_type a {
    color: #fff;
    width: 100%;
    display: block;
}

.circle-img img.wp-post-image {
    border-radius: 50% 50% 50% 50%;
}

ul.all_rec_blog li.list_blog a.blog_title {
    font-size: 22px;
    font-weight: 300;
    font-family: din-condensed, Helvetica, Arial, Lucida, sans-serif !important;
    color: #333 !important;
}

ul.all_rec_blog li.list_blog {
    margin-bottom: 60px;
}

ul.all_rec_blog {
    text-align: center;
}

.custom_log_sidebar .et_pb_widget {
    margin-bottom: 30px !important;
}

/* add by arti end*/
.blogs_lists .pagination_1 article:first-child, .blogs_lists .pagination_0 article:first-child {
    width: 100% !important;
}

/*.blogs_lists  article:first-child {
    width: 100% !important;
}*/
.blogs_lists article {
    width: calc((100% / 2));
    float: left;
    margin: 0 0px;
}

.blogs_lists .et_pb_post .entry-featured-image-url {
    margin-bottom: 0px;
}

.blogs_lists article .entry-featured-image-url {
    margin: 10px;
}

.telephone-number input[type=tel] {
    padding: 6px 12px !important;
}

.telephone-number .flag-container {
    display: none;
}

.nos-prestations-block ~ .et_pb_section.et_pb_with_background.et_section_regular .et_pb_row {
    padding: 0;
}

.search_box_wrapper .et_pb_searchform div {
    position: relative;
}

.search_box_wrapper .et_pb_search_0 input.et_pb_searchsubmit {
    display: none;
}

.search_box_wrapper .et_pb_searchform {
    background: white;
}

.search_box_wrapper .et_pb_search_0 input.et_pb_s {
    background-color: #fff0;
    border-color: #0099e500 !important;
    height: auto;
    min-height: 0;
    padding: 10px !important;
    z-index: 9;
    position: relative;
}

@media (max-width: 1023px) {
    .blogs_lists article .entry-featured-image-url {
        margin: 5px;
    }
}

.search_box_wrapper .hide {
    display: none;
}

.select_block {
    display: none;
}

.search_box_wrapper .all_store {
    width: 100%;
    margin: 0 auto !important;
    border-color: #0099e500 !important;
    height: auto;
    /* min-height: 45px; */
    /* padding: 10px !important; */
    z-index: 9;
    position: relative;
    -webkit-appearance: none;
    background: transparent;
    cursor: pointer;
    vertical-align: middle;
    font-size: 16px;
    color: #000;
}

#CF5fea782e2db97_1 label {
    color: white;
}

#CF5fea782e2db97_1 .row {
    padding-top: 15px;
}

#CF5fea782e2db97_1 #fld_7908577_1-wrap {
    text-align: center;
}

#CF5fea782e2db97_1 input.btn {
    padding: 10px 50px;
    font-size: 17px;
}

#CF5fea83dae05da_1 label, #CF5fea83dae05da_1 h2 {
    color: white;
}

#CF5fea83dae05da_1 .row {
    padding-top: 15px;
}

#CF5fea83dae05da_1 #fld_7908577_1-wrap {
    text-align: center;
}

#CF5fea83dae05da_1 input.btn {
    padding: 10px 50px;
    font-size: 17px;
}


.drop-down {
    text-align: center;
    margin: 0 auto 30px auto;
    position: relative;
    width: 60%;
}

.drop-down #cat {
    width: 100%;
    margin: 0 auto;
    background-color: #fff;
    border: 2px solid #006bb0;
    border-radius: 0px;
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 40px;
    -webkit-appearance: none;
    text-align: center;
    font-size: 17px;
}

.blog_post_list {
    padding: 0 !important;
}

.drop-down::after {
    content: '';
    position: absolute;
    width: 1px;
    border-color: #888 transparent transparent transparent;
    border-style: solid;
    border-width: 7px 5px 0 5px;
    right: 10px;
    margin-left: -4px;
    margin-top: -2px;
    top: 50%;
}

.blogs_lists article.et_pb_post {
    width: calc(100% - 398px);
    max-width: 100%;
    margin-bottom: 30px;
    min-height: 195px;
}

.blogs_lists article.et_pb_post .entry-featured-image-url {
    display: block;
    max-height: 208px;
    min-height: 208px;
    height: 208px;
    overflow: hidden;
}

.blogs_lists article.et_pb_post img {
    height: auto;
    width: 100%;
}


.blogs_lists article.et_pb_post:nth-child(even) {
    margin-right: 30px;
}

.blogs_lists article.et_pb_post:nth-child(odd) {
}

ul.all_store_list li.list_of_store img.default_fec_img {
    display: none;
}

.liste-mag-wrapper .liste-magasins.active ul.all_store_list {
    max-height: 260px;
}

.circle-img img.wp-post-image {
    width: 150px;
    height: 150px;
    object-fit: cover;
}

.box_post article.et_pb_post {
    background-color: transparent !important;
}

.image_wraper .img_text_section .et_pb_column_1_3 .et_pb_module.image_section ~ .et_pb_module {
    z-index: 9;
    position: relative;
}

.image_wraper .img_text_section .et_pb_column_1_2 .et_pb_module.image_section ~ .et_pb_module {
    z-index: 9;
    position: relative;
}

#main-header .et_mobile_menu .menu-item-has-children > a:after {
    content: '3' !important;
}

#main-header .et_mobile_menu .menu-item-has-children.visible > a:after {
    content: '2' !important;
}

.slider_text_section, h1, h2, .et_pb_text_2 h2, h3 {
    font-family: 'din-condensed', 'Helvetica', 'Arial', 'Lucida', 'sans-serif' !important;
}

.et_header_style_left #et-top-navigation .mobile_menu_bar, .et_header_style_split #et-top-navigation .mobile_menu_bar {
    padding-bottom: 6px;
}

@media all and (min-width: 380px) and (max-width: 479px) {
    .pf-cycling-title {
        height: 40px;
        overflow: hidden;
        margin-bottom: 0;
        font-size: 27px;
        margin-top: 10px;
    }
}

@media all and (max-width: 380px) {
    .pf-cycling-title {
        height: 40px;
        overflow: hidden;
        margin-bottom: 0;
        font-size: 22px;
        margin-top: 10px;
    }
}

@media all and (max-width: 310px) {
    .pf-cycling-title {
        height: 40px;
        overflow: hidden;
        margin-bottom: 0;
        font-size: 17px;
        margin-top: 10px;
    }
}

@media all and (min-width: 300px) and (max-width: 375px) {
    .home_slider {
        padding: 28px !important;
    }

    .home_slider .n2-ss-item-content {
        font-size: 37px !important;
    }

    .main_over_color:before {
        width: 0;
    }

    .main_over_color:after {
        width: 0;
    }

    /*.pf-cycling-title{font-size: 23px;}*/
}

@media all and (min-width: 375px) and (max-width: 480px) {
    .main_over_color:before {
        width: 0;
    }

    .main_over_color:after {
        width: 0;
    }

    /*.pf-cycling-title{font-size: 23px;}*/
    .home_slider .n2-ss-item-content {
        font-size: 35px !important;
    }

}

@media all and (min-width: 481px) and (max-width: 767px) {
    .main_over_color:before {
        width: 0;
    }

    .main_over_color:after {
        width: 0;
    }

    .pf-cycling-title {
        font-size: 35px;
    }

    .home_slider .n2-ss-item-content {
        font-size: 40px !important;
    }

    .home_slider {
        padding: 0 !important;
    }
}

@media all and (min-width: 768px) and (max-width: 1024px) {
    .main_over_color:before {
        width: 0;
    }

    .main_over_color:after {
        width: 0;
    }

    .pf-cycling-title {
        font-size: 42px;
    }

    .home_slider .n2-ss-item-content {
        font-size: 45px !important;
    }

    .home_slider {
        padding: 0 !important;
    }
}

@media all and (min-width: 1025px) and (max-width: 1200px) {
    .main_over_color:before {
        width: 0;
    }

    .main_over_color:after {
        width: 0;
    }

    .pf-cycling-title {
        font-size: 48px;
    }

    .home_slider .n2-ss-item-content {
        font-size: 48px !important;
    }

    .home_slider {
        padding: 0 !important;
    }
}

.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
    color: #fff;
    text-decoration: none;
}

.navigation li {
    display: inline;
}

.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
    background-color: #c7c7c7;
    border-radius: 3px;
    cursor: pointer;
    padding: 12px;
    padding: 0.75rem;
}

.navigation li a:hover,
.navigation li.active a {
    background-color: #3C8DC5;
}

.not-found-title {
    text-align: center;
}

.pagination.clearfix .alignleft, .pagination.clearfix .alignright {

    display: none;
}

.pagination.clearfix .pagination_number {
    width: 100%;
    text-align: center;
}

@media (max-width: 1023px) {
    .et_pb_section.pad_tb_set {
        padding: 20px 0 !important;
        padding-bottom: 0 !important;
    }

    body .loisir_img_sec .et_pb_column_6 {
        padding-left: 25px;
    }

    body .loisir_img_sec .et_pb_column.et_pb_column_1_2.et_pb_column_3 {
        padding-left: 25px !important;
    }
}

.logo-slider-section .mobile_logo_slider {
    display: none;
    overflow: hidden;
}

@media (max-width: 980px) {
    .img_text_section.et_pb_gutters2 .et_pb_column_1_3, .img_text_section.et_pb_gutters2.et_pb_row .et_pb_column_1_3 {
        width: 31.3333%;
    }

    .img_text_section.et_pb_gutters2 .et_pb_column, .img_text_section.et_pb_gutters2.et_pb_row .et_pb_column {
        margin-right: 3%;
    }

    .image_wraper .img_text_section .et_pb_column_1_3 .et_pb_module.image_section ~ .et_pb_module {
        z-index: 9;
        position: relative;
        min-height: 100px;
        max-height: 220px;
        height: 219px;
    }
}

@media (max-width: 767px) {
    .img_text_section.et_pb_gutters2 .et_pb_column_1_3, .img_text_section.et_pb_gutters2.et_pb_row .et_pb_column_1_3 {
        width: 100%;
    }

    .img_text_section.et_pb_gutters2 .et_pb_column, .img_text_section.et_pb_gutters2.et_pb_row .et_pb_column {
        margin-right: 0%;
    }

    .image_wraper .img_text_section .et_pb_column_1_3 .et_pb_module.image_section ~ .et_pb_module {

        min-height: unset;
        max-height: unset;
        height: unset;
    }

    body .image_wraper .et_pb_row.img_text_section {
        width: 65% !important;
        margin: 0 auto !important;
    }

    .image_wraper .img_text_section .et_pb_column {
        overflow: hidden;
        border-radius: 5px;
    }
}

@media (max-width: 479px) {
    .et_pb_module.et_pb_nextend_smart_slider_3.et_pb_nextend_smart_slider_3_1 .n2-ss-slider-1.n2-ow {
        height: 100px !important;
    }

    .margin_top_0 .et_pb_row.et_pb_row_1 {
        margin-top: 0 !important;
        padding-top: 0 !important;
    }

    .et_pb_module.et_pb_nextend_smart_slider_3.et_pb_nextend_smart_slider_3_1 .n2-ss-layers-container.n2-ow {
        margin: 0 !important;
        width: 100% !important;
    }

    .et_pb_module.et_pb_nextend_smart_slider_3.et_pb_nextend_smart_slider_3_1 #n2-ss-32item1 {
        font-size: 37px !important;
    }

    .et_pb_module.et_pb_nextend_smart_slider_3.et_pb_nextend_smart_slider_3_1 .n2-ss-slider-1.n2-ow {
        background: none !important;
    }

    .et_pb_module.et_pb_nextend_smart_slider_3.et_pb_nextend_smart_slider_3_1 .n2-ss-slider-1.n2-ow .n2-ss-slide-background-color {
        background: transparent !important;
    }

    .blogs_lists article.et_pb_post {
        width: 100%;
    }

    body div#n2-ss-32 .n-uc-9Zka0NVdHOrj-inner {
        padding: 0 !important;
        height: 0px !important;
        margin-bottom: 20px !important;
        display: block;
    }

    body div#n2-ss-32 .n2-ss-slide {
        perspective: 1000px;
        height: 100px !important;
    }

    #main-footer .footer-widget:last-of-type .widget_text {
        display: block;
        width: 100%;
    }

    h2, .et_pb_text_2 h2 {
        font-size: 2.6em !important;
        letter-spacing: 2px !important;
        padding: 0 10px;
    }

    /*.image_wraper + .et_pb_section .et_pb_text_inner p {
      font-size: 13px !important;
      line-height: 1.3 !important;
      margin-top: 15px !important;
    }*/
    .review_section div#n2-ss-18 .n2-ss-slider-2 {
        position: relative;
        width: 100%;
        height: 100%;
        overflow: hidden;
        z-index: 10;
        padding: 20px;
    }

    .image_wraper + .et_pb_section .et_pb_column .et_pb_module {
        margin-bottom: 0px;
    }

    .slider_text_section + .et_pb_module + .et_pb_module p {
        font-size: 14px;
    }

    .common_banner .n2-ss-slider .n2-ss-slider-1 .n2-ss-layer-content {
        min-height: 100%;
        /*height: 270px;*/
    }

    .common_banner div#n2-ss-3 .n2-ss-slider-1 {
        /*height: 270px !important;*/
    }

    .common_banner .et_pb_row.et_pb_row_0 {
        /*height: 270px;*/
    }

    body #page-container .et_pb_section .et_pb_button_0 {
        margin-bottom: 15px;
    }

    .image_wraper .et_pb_module.et_pb_image.image_section {

        height: auto;
    }

    body .image_wraper .et_pb_module.et_pb_image.image_section a {
        height: 370px;
        position: relative;
        display: block;
        overflow: hidden;
    }

    body .image_wraper .et_pb_row.img_text_section {
        width: 90% !important;
        margin: 0 auto !important;
    }

    .page .et_pb_module.et_pb_text h2 span {
        font-size: 23px !important;
        text-align: center;
        width: 100%;
        display: block;
    }

    .page .et_pb_module.et_pb_text span {
        font-size: 17px;

    }

    body .page .column p span, body .page .column p, .page .page, .half_img_main .et_pb_text_inner p, .half_img_main .et_pb_text_inner span, .half_img_main .et_pb_text_inner {
        line-height: 1.3 !important;
        /*font-size: 15px !important;*/
        text-align: center !important;
    }

    .page .et_pb_section_1.et_pb_section {

        margin-top: 0;
    }

    body .et_pb_section.et_pb_section_0.banner_bottom_pad {
        padding-bottom: 30px;
    }

    #footer-widgets .footer-widget:nth-child(n), .footer-widget .fwidget {
        margin-bottom: 5% !important;
    }

    #footer-widgets .footer-widget .fwidget, #footer-widgets .footer-widget {

        width: 100%;
    }

    #main-footer .footer-widget h4.title {
        cursor: pointer;
        margin: 0;
        line-height: 1;
        position: relative;
        width: 100%;
        display: block;
        text-align: center;
    }

    .footer-widget .arrow-up-footer h4.title + .textwidget.custom-html-widget {
        display: block !important;
        text-align: center;
    }

    .footer-widget h4.title + .textwidget.custom-html-widget {
        display: none !important;
    }

    #main-footer .footer-widget h4.title + a {
        margin: 0 auto;
        width: 55% !important;
        display: block;
        text-align: center;
        margin-top: 10px;
    }

    .logo-slider-section .mobile_logo_slider {
        display: block;
    }

    .logo_blocks img {
        margin: 0 10px;
        width: 160px;
        align-content: center;
    }

    .scroll-logo {
        height: 250px;
        width: 9670px;
    }

    .scroll-logo_block {

        animation: scroll-logo 200s linear infinite;

    }

    .et_pb_row.et_pb_row_7.image-showcase {
        display: none;
    }

    .footer-widget .zoom-social-icons-widget h4.title::before,
    .footer-widget .custom-html-widget h4.title::before {
        display: none;
        -webkit-transition: all 4s;
        -o-transition: all 4s;
    }

    #main-footer .footer-widget .arrow-up-footer h4.title::before {
        transform: rotate(45deg)
    }

    #main-footer .footer-widget h4.title::before {
        content: "";
        font-size: 8px;
        font-weight: 400;
        -webkit-transition: all .4s;
        -o-transition: all .4s;
        transition: all .4s;
        position: absolute;
        width: 6px;
        height: 6px;
        border-width: 2px 0px 0px 2px;
        border-color: white;
        right: 2px;
        top: 6px;
        border-style: solid;
        transform: rotate(-135deg);
    }
}

@media (max-width: 375px) {
    body .image_wraper .et_pb_module.et_pb_image.image_section a {
        height: 340px;
    }
}

.slider_section_sur .et_pb_row.et_pb_row_0 {
    height: auto !important;
    min-height: auto;
}

p.no_news {
    text-align: center;
    font-size: 20px;
    font-weight: 600;
}

body.single-magasin .et_pb_blog_grid article {
    padding: 0 !important;
    border: 0px !important;
    position: relative !important;
}

.single-magasin .et_pb_blog_grid article .et_pb_image_container {
    margin: 0 !important;
}

.single-magasin .et_pb_blog_grid article .entry-title {
    position: absolute;
    background: rgba(255, 255, 255, 0.8);
    padding: 12px 15px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    color: #333 !important;
    font-size: 20px !important;
    line-height: 24px;
    text-transform: uppercase;
}

body.single-magasin .et_pb_blog_grid article .entry-featured-image-url {
    margin: 0 !important;
}

body.single-magasin.et-db #et-boc .et-l .et_pb_blog_0 .et_pb_post .entry-title a {
    color: #333 !important;
}

body.single-magasin.et-db .et_pb_blog_grid article .entry-title a {
    color: #333 !important;
}

body.single-magasin .et_pb_blog_grid article .post-meta, body.single-magasin .et_pb_blog_grid article .post-content {
    display: none;
}

.et_pb_section.et_pb_section_2.et_pb_with_background.et_section_regular {
    z-index: 1 !important;
    position: relative !important;
}

.et_pb_section.et_pb_section_1.et_pb_with_background.et_section_regular.et_had_animation {
    z-index: 99;
    position: relative !important;
}

.liste-mag-wrapper .liste-magasins.active ul.all_store_list {
    max-height: 230px;
}

#zoom-social-icons-widget-3 {
    margin-bottom: 20px;
}

@media (max-width: 980px) {
    #zoom-social-icons-widget-3 {
        margin-bottom: 9% !important;
    }
}

@media (max-width: 1023px) {
    .caldera-grid .form-group > div {
        display: inline-block;
        width: 100%;

    }

    @media (max-width: 991px) {
        .et_pb_row_0 {
            height: auto;
            min-height: auto;
        }
    }
    @media (max-width: 767px) {
        #footer-widgets .footer-widget .fwidget, #footer-widgets .footer-widget:nth-child(n) {
            margin-bottom: 5% !important;
        }


        .single-post .et_pb_post_title_0_tb_body .et_pb_title_featured_container img {
            display: none !important
        }

        .single-post .et_pb_post_title_0_tb_body .et_pb_title_container h1.entry-title {
            font-size: 23px !important;
        }

        .single-post .blogs_listing .et_pb_row {
            width: 100% !important;
        }

        .single-post .et_pb_section {
            padding: 0px !important
        }

        .single-post .et_pb_column .et_pb_row_inner {
            padding: 0px;
            padding-top: 20px;
        }

        .single-post .et_pb_title_container {
            padding-left: 25px !important;
            padding-right: 25px !important;
        }

        .single-post p {
            font-size: 15px !important;
        }

        .single-post .et_pb_post_content h2 {
            font-size: 18px !important;
        }

        .yarpp-thumbnails-horizontal .yarpp-thumbnail {
            max-width: 96% !important;
        }

        .yarpp-thumbnail > img {
            max-width: 97% !important;
        }

        .yarpp-related .yarpp-thumbnail-title {
            max-width: 100% !important;
        }

        .et_pb_section_1_tb_body.et_pb_section {
            padding-top: 0px !important;
        }

        #comment-wrap {
            max-width: 97% !important;
        }

        #head-blog {
            display: none !important;
        }
    }

    .caldera-grid .form-group > div .checkbox {

        display: inline-block;
    }

}

iframe {
    margin-bottom: 5%;
}


@media (max-width: 980px) {
    .column-reverse-1 .et_pb_row {
        display: flex;
        flex-direction: column-reverse;
    }

    .column-reverse-1 .et_pb_column, .column-reverse .et_pb_column {
        margin-bottom: 0px;
    }

    .column-reverse .et_pb_row {
        display: flex;
        flex-direction: column;
    }

    .caldera-grid .form-group > div {
        display: flex;
        width: 100%;
        justify-content: flex-start;
        align-items: first baseline;
        flex-direction: column;
    }

    .caldera-grid .form-group > div .checkbox {
        display: flex;
        align-items: center;
    }
}

.titre-reseau h2 {
    line-height: 1.2em !important;
}

.div.wpgdprc-consent-modal footer.wpgdprc-consent-modal__footer {
    background-color: #ffffff !important;
}

.wpgdprc-consent-modal__footer .wpgdprc-button {
    background: #000000 !important;
}

@media (max-width: 980px) {
    body #page-container #main-content .box_slider_main .et_pb_column {
        width: 31.333%;
        margin-bottom: 30px;
        margin-right: 3%;
    }
}

@media (max-width: 840px) {
    body #page-container #main-content .box_slider_main .et_pb_column {
        width: 31.333%;
        margin-bottom: 30px;
        margin-right: 3%;

        /* height: 500px; */
        height: auto;
    }

    .slide_title {

        bottom: -60px;
    }
}

@media (max-width: 768px) {
    .slide_title {
        bottom: -90px;
        font-size: 12px !important;
    }

    .slide_title > h2 {

        font-size: 17px !important;
    }
}

@media (max-width: 767px) {
    .slide_title {
        bottom: 26px;
    }
}

@media (max-width: 650px) {

    body #page-container #main-content .box_slider_main .et_pb_column {
        width: 100%;
        margin-bottom: 30px;
        height: auto;
    }
}

#top-menu li {
    padding-right: 12px !important;
}

.shadow_title, .shadow_title h1, .n2-ss-layer h1, .entry-content .et_pb_with_background .et_pb_text_inner h1 span, .entry-content .et_pb_with_background .et_pb_text_inner h1 {
    text-shadow: #000000 1px 0 10px !important;
}

#post-3247 .entry-content .et_pb_with_background .et_pb_text_inner h1 span {
    text-shadow: none !important;
}


.sjb-page .sjb-listing .job-title {
    font-size: 22px;
}


.sjb-page .list-data .sjb-apply-now-btn a {
    margin-top: 0px;
}


.sjb-page {
    background-color: unset !important;
}

.sjb-page .sjb-filters.sjb-filters-v2 {
    border: 0 !important;
    margin: 0px !important;
    padding: 0px !important;
}

#top-menu .menu-item-has-children > a:first-child, #et-secondary-nav .menu-item-has-children > a:first-child {
    padding-right: 16px !important
}

header .container.et_menu_container {
    min-height: 72px;
}


.caldera-grid .form-control[disabled], .caldera-grid .form-control[readonly], fieldset[disabled] .caldera-grid .form-control {
    background-color: #cccccc !important;

}


@media only screen and (min-width: 981px) {
    .et_header_style_left #et-top-navigation nav > ul > li > a, .et_header_style_split #et-top-navigation nav > ul > li > a {
        padding-bottom: 5px !important;
    }
}



.et_pb_svg_logo #logo {
    height: 93px;
    /* max-height: 93px; */
    max-height: 85%;
}


.et-db #et-boc .et-l .et_pb_text_3 h2 {
    color: #b79257 !important;
    text-align: center;
}
