.div-margin-top {
    margin-top: 0px;
}
/********************************************/
.div-thumbnail {
    height: 300px;
}

.div-thumbnail img{
    height: 300px;
    border-radius: 20px;
    object-fit: cover;
    width: 450px;
}

.div-title {
    color: #4C4C4C;
    font-family: Raleway;
    font-size: 34px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.title-information {
    color: #00B7F1;
    font-family: Raleway;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.title-information-2 {
    color: #00B7F1;
    font-family: Raleway;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.div-shadow {
    border-radius: 20px;
    background: #FFF;
    box-shadow: 0px 4px 60px 0px rgba(0, 0, 0, 0.10);
    padding: 25px 27px;
}

.provider-thumbnail img{
    width: 90px;
    height: 90px;
    object-fit: cover;
    border-radius: 90px;
    
}

.round-thumbnail img{
    width: 170px;
    height: 170px;
    object-fit: cover;
    border-radius: 50%;
}

.provider-name {
    color: #4C4C4C;
    font-family: Raleway;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    align-items: center;
    display: flex;
}

.btn-participate {
    color: #fff;
    background-color: #00B7F1;
    font-size: 18px!important;
    font-weight: 700;
    font-family: Roboto !important;
    text-transform: none;
    height: 40px;
    border-radius: 50px;
    width: auto;
}

.btn-speaker-consultations {
    color: #fff;
    background-color: #00B7F1;
    font-size: 16px!important;
    font-family: Roboto !important;
    text-transform: none;
    border-radius: 50px;
    margin-bottom : 10px;
    text-align: center;
    width: 100%;
}

.btn-speaker-consultations:hover{
    text-decoration: none !important;
}

.btn-passed{
    color: #fff;
    background-color: #4C4C4C;
    font-size: 18px!important;
    font-weight: 700;
    font-family: Roboto !important;
    text-transform: none;
    height: 40px;
    border-radius: 50px;
    opacity: 0.4000000059604645;
    width: 100%;
}

.btn-unsubscribe {
    color: #00b7f1;
    background-color: #fff;
    border: #00b7f1 solid 2px !important;
    font-size: 18px!important;
    font-weight: 700;
    font-family: Roboto !important;
    text-transform: none;
    height: 40px;
    border-radius: 50px;
    width: 100%;
}

.btn-join {
    color: #fff;
    background-color: #92c83e;
    font-size: 18px!important;
    font-weight: 700;
    font-family: Roboto !important;
    text-transform: none;
    height: 40px;
    margin-left: 4px;
    border-radius: 50px;
    width: 100%;
}

.btn-replay {
    color: #fff;
    background-color: #92c83e;
    font-size: 18px!important;
    font-weight: 700;
    font-family: Roboto !important;
    text-transform: none;
    height: 40px;
    border-radius: 50px;
    width: 100%;
}

.btn-complet{
    border-radius: 50px;
    font-size: 18px!important;
}

.btn-unsubscribe-course{
    display: inline-block;
    height: 40px;
    line-height: 28px;
    border-radius: 30px;
    color: #ffffff;
    background-color: #d25858;
    font-size:18px;
    font-family:roboto;
    font-style:normal;
    font-weight:700;
    cursor: pointer;
    text-transform: none;
}

.btn-unsubscribe-course:first-letter{
    text-transform: capitalize;
}

.btnAddToCalendar,.btnAskQuestionConference{
    text-align: left;
}

.cls-1--whiteLogo, 
.icon--OdyseeLogoWhiteText {
    display: none !important;
}

.div-partnercoupon-thumbnail {
    text-align: center;
}

.partnercoupon-thumbnail img {
    max-height: 98px;
    object-fit: cover;
    max-width: 100%;
}

.div-proposition {
    color: #4C4C4C;
    font-family: Roboto;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.style-description{
    color: #4C4C4C;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px; 
}

.bullet-list ul {
  list-style-type: disc;
}

.bullet-list li {
  display: list-item;
}

.style-information{
    padding-top: 0px;
    padding-bottom: 0px;
}

.style-information span{
    color: #4C4C4C;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.div-provider-thumbnail2 img{
    width: 100%;
    height: 140px;
    object-fit: contain;
}

.session-title {
    color: var(--black, #4C4C4C);
    font-family: Raleway;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.session-name {
    color: #4C4C4C;
    background-color:#EDF9FD;
    font-family: Raleway;
    padding: 13.5px 8px;
    border-radius: 4px;
    font-size: 20px;
    border: none;
    font-weight: 700;

}

.session-date {
    color: #4C4C4C;
    font-family: Roboto;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.session-date svg{
    width: 16px;
    height: 16px;
}

/* .p-nomargin p:first-of-type{
    margin-top: 0px!important;
    margin-bottom: 0px!important;
} */
.file_label{
    text-align: left;
}

.file_label a{
    color: #4C4C4C;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.show_description, .hide_description{
    color: #00B7F1;
    font-family: Raleway;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.presentation_description{
    display: none;
}
/***************************margin*********************************/
.ml-0{
    margin-left: 0px;
}

.mb-55{
    margin-bottom: 55px;
}

.mb-40{
    margin-bottom: 40px;
}

.mb-32{
    margin-bottom: 32px;
}

.mb-30{
    margin-bottom: 30px;
}

.mb-24{
    margin-bottom: 24px;
}

.mb-22{
    margin-bottom: 22px;
}

.mb-20{
    margin-bottom: 20px;
}

.mb-18{
    margin-bottom: 18px;
}

.mb-12{
    margin-bottom: 12px;
}

.mb-10{
    margin-bottom: 10px;
}

.pdr-100{
    padding-right: 100px;
}


.pdlr-0{
    padding-right: 0px;
    padding-left: 0px;
}

/************************************************************/
@media (min-width: 576px) {
    .div_sm {
        display:none;
    }

    .div_md {
        display:block;
    }

}

@media (max-width: 575px) {
    .div_sm {
        display:block;
    }

    .div_md {
        display:none;
    }

    .xs-col-1{
        flex: 0 0 auto;
        width: 8.33333333%;
    }

    .xs-col-2{
        flex: 0 0 auto;
        width: 16.66666667%;
    }

    .xs-col-4{
        flex: 0 0 auto;
        width:33.33%!important;
    }
    
    .xs-col-5{
        flex: 0 0 auto;
        width:41.66%!important;
    }

    .xs-col-6{
        flex: 0 0 auto;
        width:50%!important;
    }

    .xs-col-7{
        width:58.33%!important;
    }

    .xs-col-8{
        flex: 0 0 auto;
        width:66.66%!important;
    }

    .xs-col-9{
        flex: 0 0 auto;
        width: 75%;
    }

    .xs-col-10{
        flex: 0 0 auto;
        width: 83.33333333%;
    }

    .xs-col-12{
        flex: 0 0 auto;
        width:100%!important;
    }
    
    /********************************************/
    /***************************margin*********************************/
    .mb-55{
        margin-bottom: 0px;
    }

    .mb-40{
        margin-bottom: 0px;
    }

    .mb-32{
        margin-bottom: 0px;
    }

    .mb-30{
        margin-bottom: 0px;
    }

    .mb-24{
        margin-bottom: 0px;
    }

    .mb-22{
        margin-bottom: 0px;
    }

    .mb-20{
        margin-bottom: 0px;
    }

    .mb-18{
        margin-bottom: 0px;
    }

    .mb-12{
        margin-bottom: 0px;
    }

    .mb-10{
        margin-bottom: 0px;
    }

    .pdr-100{
        padding-right: 0px;
    }
/***************************margin*********************************/
.mbx-55{
    margin-bottom: 55px;
}

.mbx-40{
    margin-bottom: 40px;
}

.mbx-32{
    margin-bottom: 32px;
}

.mbx-30{
    margin-bottom: 30px;
}

.mbx-24{
    margin-bottom: 24px;
}

.mbx-22{
    margin-bottom: 22px;
}

.mbx-20{
    margin-bottom: 20px;
}

.mbx-18{
    margin-bottom: 18px;
}

.mbx-15{
    margin-bottom: 15px;
}

.mbx-12{
    margin-bottom: 10px;
}

.mbx-10{
    margin-bottom: 10px;
}
.padding-lrx-0{
    padding-left: 0px;
    padding-right: 0px;
}
.margin-lrx-0{
    margin-left: 0px;
    margin-right: 0px;
}
.width-x-100{
    width: 100%!important; /* Largeur de 100% */
    box-sizing: border-box; 
}
/***************************fin margin*********************************/
    .div-thumbnail img{
        width: 100%;
        border-radius: 0px;
    }
    .presentation_consultation{
        width:100%;
    }

    .presentation_consultation > li{
        width:50%;
        text-align: center;
        border-bottom: solid thin #aaa;
    }

    .consultation-link{
        color: black!important;
        width:100%;
        background-color: #fff!important;
        border-radius:inherit!important;
        font-weight: 500;
    }

    .consultation-link.active{
        color: #00b7f1!important;
        background-color: #fff!important;
        border-bottom: #00b7f1 solid 3px;
    }
/***************************font****************************************/
    .div-title {
        font-size: 26px;
    }

    .title-information {
        font-size: 18px;
    }

    .provider-name {
        font-size: 16px;
    }
    
    .style-description {
        font-size: 14px;
    }
}
/* Cibler Google Chrome pour la marge*/
@media screen and (-webkit-min-device-pixel-ratio:0) {
    .div-margin-top {
        margin-top: 3em;
    }
}
/* Google Chrome avec une taille d'écran jusqu'à 575px */
@media screen and (-webkit-min-device-pixel-ratio: 0) and (max-width: 575px) {
    .div-margin-top {
        margin-top: 5em;
    }
}