

/* Base rounded screen */
@media (max-width: 575.98px) {
    .rounded-sm-0 {
        border-radius: 0 !important;
    }

    .ms-sm-0 {
        margin-left: 0 !important;
    }
}

@media (max-width: 767.98px) {
    .rounded-md-0 {
        border-radius: 0 !important;
    }

    .ms-md-0 {
        margin-left: 0 !important;
    }
}

@media (max-width: 991.98px) {
    .rounded-lg-0 {
        border-radius: 0 !important;
    }

    .ms-lg-0 {
        margin-left: 0 !important;
    }
}

@media (max-width: 1199.98px) {
    .rounded-xl-0 {
        border-radius: 0 !important;
    }

    .ms-xl-0 {
        margin-left: 0 !important;
    }
}


/** Reinstate scrolling for non-JS clients */
.simplebar-content-wrapper {
    overflow: auto;
}

/*
p{padding-bottom:0}

.card-banner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    overflow: hidden;
    background-color: #fff;
    background-size: cover;
    background-position: center center;
}

.card-title {
    margin-bottom: 10px;
}

.bg-transparent {
  background-color: transparent !important;
}
.input-group>.form-control:not(:first-child), .input-group>.custom-select:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.section-heading {
    margin-bottom: 10px;
    margin-top: 10px;
}
.heading-line {
    position: relative;
}

.banner-quote {
    height: 420px;
}

.home-category-banner .img-bg {
    position: absolute;
    right: -50px;
    bottom: 0px;
    mix-blend-mode: multiply;
    height: 250px;
}

.padding-bottom {
    padding-bottom: 30px;
}


.home-category-banner {
    position: relative;
    padding: 30px;
    height: 100%;
    overflow: hidden;
}
.bg-light-orange {
    background-color: #ffdcb0;
}
*/

/* début timer */
.offcanvas-start {
    top: 0;
    left: 0;
    width: 500px;
    border-right: 1px solid rgba(0, 0, 0, .2);
    transform: translateX(-100%);
}


/* début timer */

.timer>div {
    display: inline-block;
    text-align: center;
    margin-right: 5px;
}

.timer .num {
    padding: 7px 3px;
    display: block;
    background-color: #212529;
    min-width: 44px;
    color: #fff;
    font-size: 22px;
    border-radius: 6px;
    line-height: 1.2;
}

/* début de block input */
.form-input {
    background: 0 0;
    border: 1px solid #ecf0ef;
    height: 100%;
    min-height: 2rem;
    text-align: center;
    width: 2rem !important;
}


/* début span countdown */

.deals-countdown .countdown-section {
    border: 1px solid #dfe2e1;
    border-radius: 8px;
    font-size: 20px;
    font-weight: 100;
    margin-left: 1px;
    margin-right: 1px;
    padding: 10px 4px 22px;
    position: relative
}


.deals-countdown .countdown-section .countdown-amount {
    color: #001e2b;
    display: inline-block;
    font-weight: 500;
    height: 49px;
    line-height: 1;
    line-height: 50px;
    margin-bottom: 15px;
    max-width: 100%;
    width: 49px
}

.deals-countdown .countdown-section .countdown-period {
    bottom: 10px;
    font-size: 13px;
    color: #889397;
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
    text-transform: capitalize;
    width: 100%
}

/* fin span countdown */


/* zoom image */
/*.zoom{
position: absolute;
display: block;
overflow: hidden;
top: 0px;
left:0%;
}
 
.zoom:hover{
top: -50px;
transition-duration: 1s;
transform: scale(1.2); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) 
}
*/
.caracteristique-pgvg {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: 2px solid #efefef;
    border-radius: 0px 15px 0 15px;
    margin-right: 0px;
    padding: 5px 0;
}

.caracteristique-pgvg>div+div {
    border-left: 1px solid #efefef;
}

.op-1 {
    opacity: 1 !important;
}

span {
    font-family: sofia-pro, sans-serif;
    font-size: 14px;
    font-weight: 300;
    color: #302c2c;
    line-height: 22px;
    padding: 5px
}


.section_header h4:before {
    position: absolute;
    left: 0px;
    top: 50%;
    width: 100%;
    height: 1px;
    content: "";
    background: #cfcfcf;
    background: -moz-linear-gradient(left, #ffffff 0%, #cfcfcf 48%, #ffffff 100%);
    background: -webkit-linear-gradient(left, #ffffff 0%, #cfcfcf 48%, #ffffff 100%);
    background: linear-gradient(to right, #ffffff 0%, #cfcfcf 48%, #ffffff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff', GradientType=1);
}

.section_header {
    padding-bottom: 40px;
    position: relative;
}

.section_header h4 {
    position: relative;
    margin-bottom: 0px;
}

.section_header h4 span {
    display: inline-block;
    padding: 8px 20px;
    border: solid 1px #cfcfcf;
    background: #fff;
    position: relative;
    z-index: 2;
}

        /* --------------  style radio css checked ------------------*/

        .toggle-content {
            display: block;
            width: 100%;
            height: 100%;
            cursor: pointer;
            /*border:1px solid #ced4da;*/
            /*box-shadow: 0 0 0.5rem rgba(0, 0, 0, .25) !important;*/
        }

        
        input[type="radio"] {
            display: none;
        }
    
        input[type="radio"]:hover+.toggle-content {
           /* background: #2b91b3;*/
            cursor: pointer;
            box-shadow: inset 0 0 0.5rem rgba(0, 0, 0, .45) !important;
        }
    
        input[type="radio"]:checked+.toggle-content {
            background: #007bff;
            /*border-color:solid 2px #007bff;*/
            box-shadow: inset 0 0 0.5rem rgba(0, 0, 0, .45) !important;
            color:#FFFFFF;
            cursor: pointer;
        }



/* Gray Scale page liste  */
.hover09 figure img {
    -webkit-filter: grayscale(100%);
        filter: grayscale(100%);
        -webkit-transition: .3s ease-in-out;
        transition: .3s ease-in-out;
}

.hover09 figure:hover img {
    -webkit-filter: grayscale(0);
        filter: grayscale(0);
}

/* affichage video */
.part3Video {
    height: 1080px;
}

.part3Video video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

