/* OLD CSS PERSO ======================== */
#footer-credits {
    display: none;
}

@media (max-width: 992px) {
    .demi-col {
        width: 50%;
        float: left;
    }
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

label {
    width: 100% !important;
}

.wpcf7-form-control-wrap {
    display: block;
    border: 1px solid rgb(188, 188, 196);
}

.wpcf7-form-control-wrap textarea,
.wpcf7-form-control-wrap input {
    border: 0;
    width: 100%;
}

/* NEW CSS PERSO ======================== */
.d-none {
    display: none;
}

.m-w-80 {
    max-width: 80%;
}

img.m-w-165 {
    max-width: 165px;
    background-color: #fff;
}

img.border-radius {
    border-radius: 15px;
}

img.box-shadow {
    box-shadow: 5px 5px 5px rgb(146, 146, 146, 0.5);
}

img.bg-rouge {
    background-color: #db061d;
}

.m-h-170 {
    max-height: 170px;
}

div#main {
    margin-top: 25px;
}

div#square_production_DELTASSUR22623421 {
    background: url(https://www.francecourtage.fr/wp-content/uploads/2023/07/vdfc-e1689170681374.png) center center / 83px no-repeat transparent !important;
}

div#square_production_DELTASSUR22623421 div#square-lit {
    background: #fff !important;
}

.titre-slider {
    color: #db061d;
    font-size: 30px;
}

.titre-slider p {
    margin: 0;
    float: left;
}

.slideNone {
    /* display: none; */
}

.img-slide {
    display: none;
}

@media (max-width: 992px) {
    .new-demi-col {
        width: 33%;
        float: left;
        padding: 0 10px;
    }

    .m-w-80 {
        max-width: 50%;
    }
}
