html, body {
    height: 100%;
}


.label-sp {
    border: 1px solid #385D78;
    display: inline-block;
    width: 100%;
    font-size: 16px;
    margin-bottom: 5px;

}

.t {
    color: #385D78;
    color: #54848B;
    color: #568283;

}


.note-box div {
    background-color: #328bcb;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    color: white;
    font-size: 18px;
    text-align: center;
    padding: 10px 15px;
}

.note-box {
    margin-right: 0px;
    margin-left: 0px;
}

/*
couleur 1 = #328bcb
couleur 2 = #305065
couleur 3 = #2fb4b6
*/


.podcast-box {
    border: 1px solid #6897A6;
    margin-left: 0px;
    margin-right: 0px;
    position: relative;
    background-color: white;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}

.podcast-box .podcast-text {
    font-size: 16px;
    display: inline-block;
    padding: 5px;
}

.podcast-box .podcast-text span {
    color: #385D78;
    font-weight: 600;
    margin: 0;
}

.podcast-box .pcimg img {
    margin: 0;
    margin-left: 10px;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);

    filter: brightness(0) saturate(100%) invert(24%) sepia(66%) saturate(368%) hue-rotate(165deg) brightness(89%) contrast(94%);
}

.podcast-box img {
    max-width: 70px;
    vertical-align: middle;



}


.number {
    /*
    font-family: Arial, Helvetica, sans-serif;
    font-size: 32px;
    font-weight: 400;
    color: white;
    background-color: #d81b5d;
    padding: 0px;
    -webkit-border-radius: 255px;
    -moz-border-radius: 255px;
    border-radius: 355px;*/
    /*width: 48px;
    height: 48px;*/
    /*margin: auto;
    margin-bottom: 20px;*/

    color: white;

    background-color: #e78d00;
    background-color: #d81b5d;
    background-color: #2e6fb6;

    margin-bottom: 20px;
    padding: 5px 20px;
    text-transform: uppercase;
    font-size: 22px;
    font-weight: 600;
    text-align: center;

    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;

}

.staytuned {
    background-color: #86c823;
    background-color: #54aded;
    background-color: #439cdc;
    background-color: #328bcb;


    color: white;
    font-size: 20px;
    text-align: center;
    padding: 20px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    margin-bottom: 20px;
    margin-top: 20px;

}

.conticon img {
    filter: brightness(0) saturate(100%) invert(34%) sepia(99%) saturate(411%) hue-rotate(169deg) brightness(95%) contrast(90%);
    filter: brightness(0) saturate(100%) invert(31%) sepia(82%) saturate(299%) hue-rotate(163deg) brightness(86%) contrast(87%);
    width: 100%;
    max-width: 65px;

}

.mybr {
    height: 2px;
}

.myboxinfo p {
    position: relative;
    top: 2%;
    font-size: 1.15rem;
    bottom: 1%;
    border: 1px solid #86c823;
    background-color: #86c823;
    background-color: #2e6fb6;

    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding: 15px 10px;
    margin-top: auto;
    margin-bottom: auto;
    color: white;
    text-align: center;
}

.myboxinfo2 p {
    position: relative;
    top: 2%;
    font-size: 1.15rem;
    bottom: 1%;
    border: 0px solid #86c823;
    background-color: #86c823;
    background-color: #2e6fb6;
    background-color: #00c4eb;
    width: 150px;
    height: 150px;
    margin: auto 3% auto 3%;
    margin: auto auto auto auto;

    -webkit-border-radius: 110px;
    -moz-border-radius: 110px;
    border-radius: 110px;
    padding: 15px 10px;
    margin-top: auto;
    margin-bottom: auto;
    color: white;
    text-align: center;
    display: block;

}

.formdate {
    font-weight: 500;
    margin-bottom: 0px;
    text-transform: capitalize;

}

.doctor {
    color: #2e6fb6;
    font-size: 19px;
    font-weight: 500;
}

.dataThankyou span {
    display: block;
}

.episodetitle {
    color: #2e6fb6;
    color: #903d9a;
    font-size: 23px;
    font-weight: 500;
    margin-top: 20px !important;

}

.episodetitle2 {
    color: #2e6fb6;
    color: #333;
    font-size: 20px;
    font-weight: 500;
    font-style: italic;
}

.btn.btn-primary.bl:hover {
    background-color: #333;
    color: white;
    border-color: #333;
}

.mybar-green h2 {
    margin-top: 15px;
    margin-bottom: 20px;
    font-size: 25px;
    color: white;
    letter-spacing: 2px;
    font-weight: 400;
}

.mybar-green {
    background-color: #86c823;
}

.btn.btn-primary.bl {
    background-color: #385D78;
    color: white;
    padding: 20px;
    margin-top: 30px;
    font-size: 25px;
    border-color: #385D78;
}

.full p {
    font-size: 22px;
    letter-spacing: 2px;
}

.full .container {
    border-top: 1px solid #aaa;
    border-bottom: 1px solid #aaa;
}

.full .container.b {
    border-top: 0px solid #aaa;
    border-bottom: 0px solid #aaa;
}

.full {
    padding: 30px 0;

    margin-bottom: 20px;
    padding-bottom: 20px;
    background-color: #7f4097;
    background-color: #2e6fb655;
    background-color: #35c3ea;
    background-color: #86c823;
    background-color: transparent;
    /*background-color: #7f409733;*/
    color: #333;
}

.placePointerIndex {
    max-width: 46px;
    position: absolute;
    left: 1%;
    top: 190px;
    right: 1%;
    display: block;
    margin: auto;
}

.tab_content h3 {
    font-style: normal;
}

.btn.btn-primary.bio:hover {
    background-color: #333;



    color: white;
}

.btn.btn-primary.bio {

    background-color: #385D78;
    background-color: #305065;


    color: white;
    font-size: 15px;
    padding: 3px;
    padding-right: 5px;
    padding-left: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin: 0 auto;
    display: inline-block;
    border-color: #316eb5;

}

.tab_content h2 {
    color: #316eb5;
    color: #903d9a;
    color: #802c89;

}

.photodr img {
    -webkit-border-radius: 155px;
    -moz-border-radius: 155px;
    border-radius: 155px;
    border: 2px solid #e78d00;
    border: 2px solid #316eb5;
    border: 2px solid #385D78;



    padding: 2px;
    width: 100%;
    max-width: 224px;
}


.date-box .mycheckbox {
    position: absolute;
    top: 30px;
    right: 30px;
    background-color: #406175;
    background-color: #e78d00;
    width: 59px;
    height: 59px;
    padding: 10px;
    -webkit-border-top-left-radius: 15px;
    -webkit-border-bottom-right-radius: 15px;
    -moz-border-radius-topleft: 15px;
    -moz-border-radius-bottomright: 15px;
    border-top-left-radius: 15px;
    border-bottom-right-radius: 15px;
}


.my-date-box {}

.tab_content h5.available {
    text-align: center;
    background-color: #ffa400;
    background-color: #86c823;
    background-color: #6897A6;
    background-color: #2fb4b6;

    color: white;
    display: inline-block;
    margin: auto;
    display: block;
    width: 272px;
    width: 100%;
    padding: 8px;
    margin-bottom: 15px;
    border: 1px solid #6897A6;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;


}

.my-date-box .wrapper h3.date-day {
    color: white !important;
}

.my-date-box .wrapper {

    border: 1px solid #86c823;
    border: 1px solid #385D78;
    border: 1px solid #305065;
    /*height: 215px;*/

    position: relative;

    /* border: 1px solid #4d4d4d; */

    background-color: #385D78;
    background-color: #305065;


    color: white;


    height: 80px;

    margin: 0px;
    padding: 10px;
    cursor: pointer;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    z-index: 60;
}

.mycheckbox .checkboxImg {
    width: 100%;
    /*    filter: invert(41%) sepia(10%) saturate(4206%) hue-rotate(174deg) brightness(92%) contrast(86%);*/
    filter: invert(50%) sepia(73%) saturate(698%) hue-rotate(2deg) brightness(99%) contrast(103%);
    filter: invert(28%) sepia(29%) saturate(1810%) hue-rotate(252deg) brightness(104%) contrast(93%);

    filter: invert(26%) sepia(53%) saturate(1875%) hue-rotate(266deg) brightness(92%) contrast(83%);

    filter: brightness(0) saturate(100%) invert(29%) sepia(33%) saturate(651%) hue-rotate(163deg) brightness(102%) contrast(88%);

}

.mycheckbox {
    background-color: #d81b5d;

    position: relative;
    top: 5px;
    left: 5px;
    background-color: #406175;
    background-color: #e78d00;
    background-color: #d81b5d;
    background-color: #406175;
    background-color: white;
    width: 49px;
    height: 49px;
    padding: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;

}

body .wrapper .form-control {
    padding: 0;
    height: calc(1.65rem + 2px) !important;
    border-radius: 0;
}

.date-day {
    font-size: 15px;
    font-weight: 700;
    margin-top: 2px;
    margin-bottom: 5px;
    text-align: left;
    color: white;
}

.seance {
    position: relative;
    padding: 12px;
    padding-top: 29px;
    text-align: center;
    background-color: #294761;
    border: 1px solid #294761;
    background-color: white;
    border: 1px solid #294761;

    font-size: 14px;
    color: #294761;
    border-radius: 10px;
    margin: 0 0px;
    margin-top: 0px;
    z-index: 50;
    top: -20px;
}


.cart.on {
    right: 0px;
}



.cart {
    background-color: #2e6fb6;
    z-index: 900;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;

    color: white;
    padding: 20px;
    width: 220px;
    position: fixed;
    top: 360px;
    right: -220px;
    border: 1px solid black;
    transition: ;
    -webkit-transition: right .2s ease-out;
    -moz-transition: right .2s ease-out;
    -o-transition: right .2s ease-out;
    transition: right .2s ease-out;
}

body {
    position: relative;
}


/* my tabs vertical */

.titlesujet {
    display: table-cell;

    font-size: 27px;

    font-weight: 600;
    line-height: 33px;
    vertical-align: middle;
    padding: 5px;

    position: absolute;
    top: 50%;
    transform: translateY(-50%);


}

.btn.reg:hover {
    background-color: #333;
}

.btn.reg {
    background-color: #7f4097;
    color: white;
}

.titleEpisode {
    text-transform: uppercase;
    position: absolute;
    font-size: 16px;
    font-weight: 400;
    width: 103px;
    left: -66px;
    top: 34px;
    display: inline-block;
    padding: 0 0px;
    text-align: center;
    transform: rotate(-90deg);
    color: white !important;
    border: 1px solid #305065;
}

ul.tabs li.tab1 .titleEpisode {
    background-color: #6897A6;
    border: 1px solid #6897A6;

    background-color: #ccc;
    background-color: #305065;


    border: 1px solid #305065;

}

ul.tabs li.tab2 .titleEpisode {
    background-color: #294761;
    border: 1px solid #294761;
    background-color: #ccc;
    border: 1px solid #ccc;

    background-color: #2fb4b6;
    border: 1px solid #2fb4b6;



}


.tab_container h2 {}


.tabs_wrapper {
    width: 100%;
    text-align: center;
    margin: 0 auto;
    background: transparent;
}

ul.tabs {
    display: inline-block;
    vertical-align: top;
    position: relative;
    z-index: 10;
    margin: 25px 0 0;
    padding: 0;
    width: 23%;
    min-width: 175px;
    list-style: none;
    -ms-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    /*box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.4);*/
    /*background-color: #2e6fb6;*/
}



ul.tabs li {
    position: relative;
    border-top: 1px solid transparent;
    border-bottom: 1px solid white;
    border-left: 1px solid transparent;
    margin: 0;
    cursor: pointer;
    padding: 10px 15px;
    line-height: 31px;
    color: white;
    text-align: left;
    font-weight: bold;
    /*background-color: #666;*/
    /*background: #cccccc;*/
    /*background-color: #2e6fb6;*/
    background: rgba(46, 111, 182, 0.8);
    background: #b8cd46;
    background: #b8cd46;
    background: #8b9b32;
    background-color: #2e6fb6;
    background-color: #35c3ea;
    background-color: #f0be79;
    opacity: 0.9;
    -ms-transition: all 0.1s ease;
    -webkit-transition: all 0.1s ease;
    transition: all 0.1s ease;
    height: 102px;
    margin-bottom: 5px;

}

ul.tabs li {
    cursor: pointer;
}

ul.tabs li.tab1 .titlesujet {
    opacity: 1;
    color: #6897A6;

    color: #ccc;
    color: white;
    border: 1px solid #fff;
    border: 1px solid #305065;
    border: 0px solid #305065;


}

ul.tabs li.tab2 .titlesujet {
    opacity: 1;
    color: #294761;
    color: #333;
    color: white;


}

/*#tab4,*/
/*#tab7*/
/*#tab6*/
/*#tab5,*/

/*#tab3*/
#tab2 {
    display: block;
    height: 100%;
    position: relative;
    bottom: 0px;
    right: 0px;
    left: 0px;
}

#tab1 h2 {
    color: #6897A6;
    color: #294761;

    font-size: 18px;
}

#tab2 h3,
#tab1 h3 {
    color: #316eb5;
    color: #385D78;
}

#tab2 h2 {
    color: #294761;
    font-size: 18px;
}

#tab1 {
    background-color: rgba(104, 161, 166, 0.05);
}

#tab2 {
    background-color: rgba(126, 173, 152, 0.05);

}

#tab3 {
    background-color: rgba(134, 200, 35, 0.05);
    background-color: rgba(255, 89, 33, 0.05);
}

#tab4 {
    background-color: rgba(144, 61, 154, 0.05);
}

#tab5 {
    background-color: rgba(0, 112, 185, 0.05);
    background-color: rgba(255, 89, 33, 0.05);
}

#tab6 {
    background-color: rgba(250, 20, 93, 0.05);
    background-color: rgba(144, 61, 154, 0.05);
}

#tab7 {
    background-color: rgba(255, 164, 0, 0.05);
    background-color: rgba(0, 196, 235, 0.05);
}


ul.tabs li.active {
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    border-left: 1px solid transparent;
    /*border-left: 3px solid #eee;*/
    /*
    
    -webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.74);
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.74);
    opacity: 1;
    */
    background-color: #e09b3c;
    background-color: #2e6fb6;
    background-color: #1d4877;
    background-color: #e09b3c;

    /*background-image: url(../images/Sideways_A_Icon.png) ;*/
    background-size: contain;
    /* <------ */
    background-repeat: no-repeat;
    background-position: 1px 0;

    color: #dddddd;
    color: #333;
    -ms-transition: all 0.1s ease;
    -webkit-transition: all 0.1s ease;
    transition: all 0.1s ease;

    -webkit-box-shadow: inset 2px 2px 5px 1px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: inset 2px 2px 5px 1px rgba(0, 0, 0, 0.4);
    box-shadow: inset 2px 2px 5px 1px rgba(0, 0, 0, 0.4);



}

body .mybar-blue h2 {
    font-size: 20px;
}


.mybar-blue {
    background-color: #6897A6;
    background-color: #328bcb;

}



ul.tab li.tab1 .titlesujet {
    color: #fe165d;
    background-color: white;
}

ul.tabs li.tab7.closethis,
ul.tabs li.tab6.closethis,
ul.tabs li.tab5.closethis,
ul.tabs li.tab4.closethis,
ul.tabs li.tab3.closethis,
ul.tabs li.tab2.closethis,
ul.tabs li.tab1.closethis {
    background-color: white;
    height: 103px;
}

ul.tabs li.tab1.closethis {
    background-color: #ccc;
    background-color: white;
    color: white !important;
    color: #333 !important;

}

ul.tabs li.tab7.closethis .titleEpisode,
ul.tabs li.tab6.closethis .titleEpisode,
ul.tabs li.tab5.closethis .titleEpisode,
ul.tabs li.tab4.closethis .titleEpisode,
ul.tabs li.tab3.closethis .titleEpisode,
ul.tabs li.tab2.closethis .titleEpisode

/*ul.tabs li.tab1.closethis .titleEpisode*/
    {
    color: white !important;
}

ul.tabs li.tab7.closethis .titlesujet,
ul.tabs li.tab6.closethis .titlesujet,
ul.tabs li.tab5.closethis .titlesujet,
ul.tabs li.tab4.closethis .titlesujet,
ul.tabs li.tab3.closethis .titlesujet
/*ul.tabs li.tab2.closethis .titlesujet*/

/*ul.tabs li.tab1.closethis .titlesujet*/
    {
    color: black !important;
}

.pastevent {
    background-color: #903d9a;
    padding: 5px 10px;
    color: white;
    margin-right: 10px;
    font-size: 1.5rem;

    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

ul.tabs li.tab1 {
    background-color: #ff5921;
    background-color: #fe165d;
    background-color: #305065;
    border: 1px solid #305065;
    color: white;
    opacity: 1;
    height: 103px;
}

ul.tabs li.tab2 {
    background-color: #00c4eb;
    background-color: #2fb4b6;
    border: 1px solid #2fb4b6;
    opacity: 1;
    height: 103px;
}

ul.tabs li.tab3 {
    background-color: #86c823;
    background-color: #ff5921;
    background-color: #fe165d;

    opacity: 1;
}

ul.tabs li.tab4 {
    background-color: #903d9a;
    opacity: 1;
}

ul.tabs li.tab5 {
    background-color: #0070b9;
    background-color: #ff5921;
    background-color: #fe165d;
    opacity: 1;
}

ul.tabs li.tab6 {
    background-color: #fa145d;
    background-color: #903d9a;
    opacity: 1;
}

ul.tabs li.tab7 {
    background-color: #ffa400;
    background-color: #00c4eb;
    opacity: 1;
}


ul.tabs li.tab1:hover {
    background-color: #ff5921;
    background-color: #6897A6;
    background-color: #ccc;
    color: white !important;

    border: 1px solid #333;
    border: 1px solid white;
    border: 1px solid #ccc;
    opacity: 0.9;
}



ul.tabs li.tab2:hover {
    background-color: #ff5921;
    background-color: #294761;
    background-color: #ccc;
    color: white !important;
    border: 1px solid #333;
    border: 1px solid #ccc;
    opacity: 0.9;
}

ul.tabs li.tab1:hover .titlesujet {
    color: white !important;
}

ul.tabs li.tab2:hover .titlesujet {
    color: white;
    color: white !important;
}

ul.tabs li.tab2:hover {

    background-color: #294761;
    background-color: #ccc;
    opacity: 0.65;
}

ul.tabs li.tab3:hover {
    background-color: #86c823;
    background-color: #ff5921;
    background-color: #fe165d;
    opacity: 0.65;
}

ul.tabs li.tab4:hover {
    background-color: #903d9a;
    opacity: 0.65;
}

ul.tabs li.tab5:hover {
    background-color: #0070b9;
    background-color: #ff5921;
    background-color: #fe165d;
    opacity: 0.65;
}

ul.tabs li.tab6:hover {
    background-color: #fa145d;
    background-color: #903d9a;
    opacity: 0.65;
}

ul.tabs li.tab7:hover {
    background-color: #ffa400;
    background-color: #00c4eb;
    opacity: 0.65;
}


ul.tabs li.closethis {
    border: 1px solid #333;
}

/*

ul.tabs li.active:before {
    content:"\A";
    border-style: solid;
    border-width: 15px 5px 15px 5px;
    border-width: 1px 1px 1px 1px;
    border-color: transparent transparent transparent transparent;
    position: absolute;
    left: 0px;
    height: 100%;
    top:0;
    transform: rotate(180deg);
}
*/

/*
ul.tabs li.active.tab1:before {
    
    border-color: transparent transparent transparent transparent;

}

ul.tabs li.active.tab2:before {
    border-color: transparent transparent transparent transparent;
    

}
ul.tabs li.active.tab3:before {
    border-color: transparent transparent transparent transparent;
    
}
*/


ul.tabs li.active.tab1 .titlesujet {
    color: white;
    color: #333;
    color: white;
}

ul.tabs li.active.tab2 .titlesujet {
    color: white;
    color: #333;
    color: white;
}


ul.tabs li.active.tab1 {

    background-color: #fe165d;
    background-color: #595959;
    background-color: #6897A6;
    background-color: #ccc;
    background-color: #305065;

    /*border: 1px solid #6897A6;*/
    border: 1px solid #305065;

    color: #333;
    opacity: 1;
    position: relative;
    left: 0px;

}

/*
ul.tabs li.active.tab1:before {
    border-color: transparent #ff5921 transparent transparent;
    border-color: #ff5921;
}
*/

ul.tabs li.active.tab2 {
    background-color: #294761;
    background-color: #ccc;
    background-color: #2fb4b6;

    border-left: 0px solid #2fb4b6;
    border: 1px solid #2fb4b6;
    color: #333;
    opacity: 1;
    left: 0px;
    position: relative;
}

ul.tabs li.active.tab3 {
    background-color: #86c823;
    background-color: #eee;
    border-left: 2px solid #ff5921;
    color: #333;
    opacity: 1;
    left: -5px;
    position: relative;
}

ul.tabs li.active.tab3:before {
    border-color: transparent #ff5921 transparent transparent;
    border-color: #ff5921;

}

ul.tabs li.active.tab4 {
    background-color: #903d9a;
    background-color: #eee;
    border-left: 2px solid #903d9a;
    color: #333;
    opacity: 1;
    left: -5px;
    position: relative;
}

ul.tabs li.active.tab5 {
    background-color: #0070b9;
    background-color: #eee;
    border-left: 3px solid #ff5921;
    color: #333;
    opacity: 1;
    left: -5px;
    position: relative;
}

ul.tabs li.active.tab5:before {
    border-color: transparent #ff5921 transparent transparent;
    border-color: #ff5921;

}

ul.tabs li.active.tab6 {
    background-color: #fa145d;
    background-color: #eee;
    border-left: 2px solid #903d9a;
    color: #333;
    opacity: 1;
    left: -5px;
    position: relative;
}

ul.tabs li.active.tab7 {
    background-color: #ffa400;
    background-color: #eee;
    border-left: 2px solid #00c4eb;
    color: #333;
    opacity: 1;
    left: -5px;
    position: relative;
}



.learningobj p {
    margin: 5px 0;
}

.learningobj h4 {
    color: #0070b9;
    color: #385D78;

}


.info-doc h5 {
    color: #903d9a;
    color: #316eb5;
    color: black;
    margin-bottom: 0px;
    margin-top: 30px;
}

.info-doc p {
    margin-bottom: 5px;
}

.info-doc-wr {
    padding-left: 0;
}

/*
  background: -moz-linear-gradient(top, #600026 0%, #c60943 100%);
    * FF3.6+ *
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #600026), color-stop(100%, #c60943));
    * Chrome,Safari4+ *
    background: -webkit-linear-gradient(top, #600026 0%, #c60943 100%);
    * Chrome10+,Safari5.1+ *
    background: -o-linear-gradient(top, #600026 0%, #c60943 100%);
    * Opera 11.10+ /
    background: -ms-linear-gradient(top, #600026 0%, #c60943 100%);
    * IE10+ *
    background: linear-gradient(to bottom, #600026 0%, #c60943 100%);
    * W3C *
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#600026", endColorstr="#c60943", GradientType=0);
    * IE6-9 *
    */



ul.tabs li:hover {
    border-top: 1px solid #fff;
    border-top: 1px solid transparent;
    border-bottom: 1px solid #fff;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    border-left: 1px solid transparent;
    /*background: #dddddd;*/
    /*background-color: #2e6fb6;*/
    background-color: rgba(46, 111, 182, 0.9);
    background-color: #406175;
    background: #8b9b32;
    background: #b8cd46;
    background-color: #2e6fb6;
    background-color: #5592d5;
    background-color: #35c3ea;
    background-color: #f0be79;


    opacity: 1;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ae0046", endColorstr="#fb0f56", GradientType=0);
    color: white;
    -ms-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

/*
  background: -moz-linear-gradient(top, #ae0046 0%, #fb0f56 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ae0046), color-stop(100%, #fb0f56));
    background: -webkit-linear-gradient(top, #ae0046 0%, #fb0f56 100%);
    background: -o-linear-gradient(top, #ae0046 0%, #fb0f56 100%);
    background: -ms-linear-gradient(top, #ae0046 0%, #fb0f56 100%);
    background: linear-gradient(to bottom, #ae0046 0%, #fb0f56 100%);
  */





.tab_container {
    display: inline-block;
    vertical-align: top;
    position: relative;
    z-index: 20;
    left: -1%;
    width: 70%;
    min-width: 10px;
    text-align: left;
    background: white;
    border-radius: 12px;
    color: #eee;
    color: #333;
    opacity: 1;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5);
    background-color: #2e6fb655;
    background-color: #2e6fb6;
    background-color: #e09b3c;
    background-color: #efefee;
    background-color: #e09b3c;


    /*
    background: rgb(224,155,60);
    background: linear-gradient(135deg, rgba(224,155,60,1) 0%, rgba(224,155,60,0.5396752450980392) 100%);
    background: rgb(46,111,182);
    background: linear-gradient(135deg, rgba(46,111,182,1) 0%, rgba(46,111,182,0.4640449929971989) 100%);
*/
    /*
background: rgb(46,111,182);
background: linear-gradient(135deg, rgba(46,111,182,1) 0%, rgba(12,77,148,1) 100%);
*/

    background-color: #1d4877;
    background-color: #f0be79;
    background-color: #ffffff;

}

.tab_content {
    padding: 20px 20px 10px 20px;
    height: 100%;
    display: none;
}

.tab_drawer_heading {
    display: none;
}

#buttonRegister {
    width: 75%;
}

.dnone {
    display: none;
}


/* begin mobile */
@media screen and (max-width: 412px) {
    .my-date-box .wrapper {
        height: auto;
        padding-bottom: 14px;
    }

    .my-date-box .wrapper .col-sm-10 {
        width: 100%;
    }

    .my-date-box .wrapper .col {
        width: 100%;
        text-align: center;
        padding-bottom: 15px;
    }

    .my-date-box .wrapper .col .mycheckbox {
        margin: auto;

    }

    .tab_content h5.available {
        font-size: 16px;
    }

    .wrapper .date-day {
        text-align: center;
        font-size: 14px;
    }

}

@media screen and (max-width: 992px) {

    .podcast-box .pcimg img {
        margin: 0;
        margin-left: 10px;
        margin-top: 5px;
        margin-bottom: 5px;
        position: relative;
        top: 50%;
        left: 50%;
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);

        filter: brightness(0) saturate(100%) invert(24%) sepia(66%) saturate(368%) hue-rotate(165deg) brightness(89%) contrast(94%);
    }
}




@media screen and (max-width: 800px) {

    body footer.container-fluid .col-lg-3 {
        margin-top: 10px !important;
        display: none;
    }

    body footer.container-fluid .col-lg-9 {
        text-align: center;
        width: 100% !important;
        max-width: 100% !important;
        flex: 0 0 100% !important;

    }

    .titleEpisode {
        text-transform: uppercase;
        position: relative;
        font-size: 16px;
        font-weight: 400;
        width: 100%;
        left: auto;
        top: auto;
        margin-bottom: 10px;
        display: inline-block;
        padding: 10px 0px;
        text-align: center;
        transform: none;
        color: white !important;
        border: 1px solid #6897A6;

    }

    .tab_drawer_heading.tab2 .titleEpisode {
        border: 0px solid #294761;
    }

    .tab_drawer_heading.tab1 .titleEpisode {
        border: 0px solid #ccc;
    }


    .titlesujet {
        display: inline-block;
        font-size: 23px;
        font-weight: 600;
        line-height: 31px;
        vertical-align: middle;
        padding: 5px;
        position: relative;
        top: auto;
        width: 100%;
        text-align: center;
        transform: translateY(-26%);


    }

    #tab7, #tab6, #tab5, #tab4, #tab3, #tab2 {
        display: none;
        height: 100%;
        position: relative;
        bottom: 0px;
        right: 0px;
        left: 0px;
    }

    .full h2 {
        text-align: center;
    }

    .my-date-box .wrapper {
        height: auto;
        padding-bottom: 14px;
    }

    .tab_content {
        padding-bottom: 0px;
    }

    .placePointerIndex {
        max-width: 46px;
        position: absolute;
        left: 1%;
        top: 161px;
        right: 1%;
        display: block;
        margin: auto;
    }

    .info-doc-wr {
        padding-left: 15px;
        margin-bottom: 10px;

    }

    .my-date-box {
        margin-bottom: 50px;
    }

    .date-day {
        margin-top: 0px;
    }

    .info-doc {
        margin-top: 20px;
        margin-bottom: 20px;
        width: 100%;
    }

    .photodr {
        text-align: center;

    }

    ul.tabs {
        display: none;
    }

    .tab_container {
        left: 0;
    }

    .gutterbtn {
        display: none;
    }

    #buttonRegister {
        width: 100%;
    }

    .tabs_wrapper {
        width: 100%;
        text-align: center;
        margin: 0 auto;
        background: transparent;
    }


    .tab_container {
        display: block;
        margin: 0 auto;
        width: 100%;
        border-top: none;
        border-radius: 0;
        box-shadow: 0px 0px 10px black;
    }

    .tab_drawer_heading {
        background-color: #ccc;
        background: #316eb5;

        color: #fff;
        margin: 0;
        padding: 5px 5px;
        display: block;
        cursor: pointer;
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        text-align: center;
    }

    .tab_drawer_heading:hover {
        background: #ccc;
        background: #ae0046;
        background: #316eb5;
        /*
        background: -moz-linear-gradient(top, #ae0046 0%, #fb0f56 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ae0046), color-stop(100%, #fb0f56));
        background: -webkit-linear-gradient(top, #ae0046 0%, #fb0f56 100%);
        background: -o-linear-gradient(top, #ae0046 0%, #fb0f56 100%);
        background: -ms-linear-gradient(top, #ae0046 0%, #fb0f56 100%);
        background: linear-gradient(to bottom, #ae0046 0%, #fb0f56 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ae0046", endColorstr="#fb0f56", GradientType=0);
*/
        color: white;
    }

    .d_active {
        background: #fff;
        background: #316eb5;
        /*background: -moz-linear-gradient(top, #4c001e 0%, #9f0735 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #4c001e), color-stop(100%, #9f0735));
        background: -webkit-linear-gradient(top, #4c001e 0%, #9f0735 100%);
        background: -o-linear-gradient(top, #4c001e 0%, #9f0735 100%);
        background: -ms-linear-gradient(top, #4c001e 0%, #9f0735 100%);
        background: linear-gradient(to bottom, #4c001e 0%, #9f0735 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#4c001e", endColorstr="#9f0735", GradientType=0);*/
        color: white;
    }




    .tab_drawer_heading.tab1 {
        background-color: #fe165d;
        background-color: white;
        background-color: #305065;

        opacity: 0.7;
        opacity: 1;
        border: 1px solid #ddd;
    }


    .tab_drawer_heading.tab1 .titlesujet,
    .tab_drawer_heading.tab1 .titleEpisode {
        color: #6897A6 !important;
        color: white !important;

    }

    .d_active.tab_drawer_heading.tab1 .titlesujet,
    .d_active.tab_drawer_heading.tab1 .titleEpisode {
        color: white !important;

        background-color: #fe165d;
        background-color: #6897A6;
        background-color: #ccc;
        background-color: #305065;


    }

    .tab_drawer_heading.tab2 {
        background-color: #ff5921;
        background-color: white;
        background-color: #2fb4b6;
        opacity: 0.7;
        opacity: 1;
        border: 1px solid #ddd;
    }

    .tab_drawer_heading.tab2 .titlesujet,
    .tab_drawer_heading.tab2 .titleEpisode {
        color: #ff5921 !important;
        color: #294761 !important;
        color: white !important;


    }

    .d_active.tab_drawer_heading.tab2 .titlesujet,
    .d_active.tab_drawer_heading.tab2 .titleEpisode {
        color: white !important;
        background-color: #294761;
        background-color: #ccc;
        background-color: #2fb4b6;
        color: white;
    }

    .tab_drawer_heading.tab3 {
        background-color: #86c823;
        background-color: white;
        opacity: 0.7;
        opacity: 1;
        border: 1px solid #ddd;
    }

    .tab_drawer_heading.tab3 .titlesujet,
    .tab_drawer_heading.tab3 .titleEpisode {
        color: #86c823 !important;

    }

    .d_active.tab_drawer_heading.tab3 .titlesujet,
    .d_active.tab_drawer_heading.tab3 .titleEpisode {
        color: white !important;
        background-color: #86c823;
    }


    .tab_drawer_heading.tab4 {
        background-color: #903d9a;
        background-color: white;
        opacity: 0.7;
        opacity: 1;
        border: 1px solid #ddd;
    }

    .tab_drawer_heading.tab4 .titlesujet,
    .tab_drawer_heading.tab4 .titleEpisode {
        color: #903d9a !important;

    }

    .d_active.tab_drawer_heading.tab4 .titlesujet,
    .d_active.tab_drawer_heading.tab4 .titleEpisode {
        color: white !important;
        background-color: #903d9a;
    }



    .tab_drawer_heading.tab5 {
        background-color: #0070b9;
        background-color: #ff5921;
        background-color: #fe165d;
        opacity: 0.7;
        opacity: 1;
    }

    .tab_drawer_heading.tab6 {
        background-color: #fa145d;
        background-color: #903d9a;
        opacity: 0.7;
        opacity: 1;
    }

    .tab_drawer_heading.tab7 {
        background-color: #ffa400;
        background-color: #00c4eb;
        opacity: 0.7;
        opacity: 1;
    }

    .tab_drawer_heading.tab1,
    .tab_drawer_heading.tab2,
    .tab_drawer_heading.tab3,
    .tab_drawer_heading.tab4,
    .tab_drawer_heading.tab5 {
        /*   background-color: #ccc !important;
        color: white;*/
    }


    ul.tabs li.tab1:hover {
        background-color: #ff5921;
        opacity: 0.9;
        border: 1px solid #333 !important;
    }

    ul.tabs li.tab2:hover {
        background-color: #00c4eb;
        opacity: 0.9;
        border: 1px solid #333 !important;
    }

    ul.tabs li.tab3:hover {
        background-color: #86c823;
        opacity: 0.9;
    }

    ul.tabs li.tab4:hover {
        background-color: #903d9a;
        opacity: 0.9;
    }

    ul.tabs li.tab5:hover {
        background-color: #0070b9;
        opacity: 0.9;
    }

    ul.tabs li.tab6:hover {
        background-color: #fa145d;
        opacity: 0.9;
    }

    ul.tabs li.tab7:hover {
        background-color: #ffa400;
        opacity: 0.9;
    }



    .d_active.tab_drawer_heading.tab1 {

        background-color: #6897A6;
        background-color: #ccc;
        background-color: #305065;

        opacity: 1;
        color: white;
        padding: 0 5px;
    }

    .d_active.tab_drawer_heading.tab1 .titlesujet,
    .d_active.tab_drawer_heading.tab1 .titleEpisode {
        /*color: #fe165d;*/
    }

    .d_active.tab_drawer_heading.tab2 {

        background-color: #ff5921;
        background-color: #294761;
        background-color: #ccc;
        background-color: #305065;
        background-color: #2fb4b6;


        opacity: 1;
    }

    .d_active.tab_drawer_heading.tab3 {

        background-color: #86c823;
        opacity: 1;
    }

    .d_active.tab_drawer_heading.tab4 {
        background-color: #903d9a;
        opacity: 1;
    }

    .d_active.tab_drawer_heading.tab5 {
        background-color: #0070b9;
        background-color: #ff5921;
        background-color: #fe165d;
        opacity: 1;
    }

    .d_active.tab_drawer_heading.tab6 {
        background-color: #fa145d;
        background-color: #903d9a;
        opacity: 1;
    }

    .d_active.tab_drawer_heading.tab7 {
        background-color: #ffa400;
        background-color: #00c4eb;
        opacity: 1;
    }




}

/* end mobile */





@media screen and (max-width: 1920px),
screen and (max-height: 1008px) {

    .header-background img {
        width: 60%;
        max-width: 1920px;
        min-width: 1000px;
        height: auto;
        margin: 0 -100%;
    }

    body .container-fluid.mybar-blue.mt-5 {
        margin-top: 10px !important;
    }

    .container-fluid.mt-5.onglet {
        margin-top: 10px !important;
    }

    body .mybar-blue h2 {
        font-size: 18px;
    }

}


@media screen and (max-width: 1200px) {
    .header-background img {
        width: 80%;
        max-width: 1920px;
        min-width: 1000px;
        height: auto;
        margin: 0 -100%;
    }

    body .container-fluid.mybar-blue.mt-5 {
        margin-top: 10px !important;
    }

    .container-fluid.mt-5.onglet {
        margin-top: 10px !important;
    }

    body .mybar-blue h2 {
        font-size: 18px;
    }


}




/*  popup    */


.displayOn {
    display: block;
}

.displayOff {
    display: none;
}

.canvas {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.1);
    z-index: 900;
}

.PopUpContentJ,
.PopUpContentI,
.PopUpContentH,
.PopUpContentG,
.PopUpContentF,
.PopUpContentE,
.PopUpContentD,
.PopUpContentC,
.PopUpContentB,
.PopUpContentA {
    color: #000000;
    display: block;
    position: relative;
    /* width: 100%; */
    /* max-width : 1024px; */
    /* ---------------------------------------- */
    height: 426.337812px;
    /* Modify if needed */
    /* ---------------------------------------- */
    padding: 20px;
    padding-top: 40px;
    margin-right: 150px;
    position: absolute;
    /*top: 0;
      bottom: 0;
      left : 0;
      right : 0;*/



    width: 100%;
    max-width: 1024px;
    /* ---------------------------------------- */
    height: 80%;
    /* Modify if needed */
    /* ---------------------------------------- */
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    /*
    overflow: auto;
    max-height: 100vh;
*/
    margin: auto;
    background-color: #ffffff;
    border: 1px solid #ddd;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    -webkit-box-shadow: 9px 9px 20px 8px rgba(0, 0, 0, 0.35);
    box-shadow: 9px 9px 20px 8px rgba(0, 0, 0, 0.35);
}

.PopUpContentJ,
.PopUpContentI,
.PopUpContentH,
.PopUpContentG,
.PopUpContentF,
.PopUpContentE,
.PopUpContentD,
.PopUpContentC,
.PopUpContentB,
.PopUpContentA {

    overflow-x: hidden;
    overflow-y: auto;
    max-height: 100vh;
    width: 85%;
    padding: 0;

}

.box-content hr {
    margin-top: 30px;
    margin-bottom: 30px;
}

.box-content {
    color: #000000;
    padding: 40px 0 0 0;

}

.box-content p {
    margin-bottom: 20px;
}



.PopUpContainerJ,
.PopUpContainerI,
.PopUpContainerH,
.PopUpContainerG,
.PopUpContainerF,
.PopUpContainerE,
.PopUpContainerD,
.PopUpContainerC,
.PopUpContainerB,
.PopUpContainerA {
    padding: 0px;
    bottom: 0;
    height: 100%;
    max-height: 100%;
    background-color: #ffffff55;
    left: 0;
    margin: auto;
    position: fixed;
    top: 0px;
    right: 0;
    width: 100%;
    max-width: 100%;
    z-index: 901;
}

.PopUpContainerJ .PopUpContentJ a.closeThisBoxJ:not([href]):not([tabindex]),
.PopUpContainerI .PopUpContentI a.closeThisBoxI:not([href]):not([tabindex]),
.PopUpContainerH .PopUpContentH a.closeThisBoxH:not([href]):not([tabindex]),
.PopUpContainerG .PopUpContentG a.closeThisBoxG:not([href]):not([tabindex]),
.PopUpContainerF .PopUpContentF a.closeThisBoxF:not([href]):not([tabindex]),
.PopUpContainerE .PopUpContentE a.closeThisBoxE:not([href]):not([tabindex]),
.PopUpContainerD .PopUpContentD a.closeThisBoxD:not([href]):not([tabindex]),
.PopUpContainerC .PopUpContentC a.closeThisBoxC:not([href]):not([tabindex]),
.PopUpContainerB .PopUpContentB a.closeThisBoxB:not([href]):not([tabindex]),
.PopUpContainerA .PopUpContentA a.closeThisBoxA:not([href]):not([tabindex]) {
    position: absolute;
    top: 25px;
    right: 25px;
    width: 50px;
    height: 50px;
    padding: 8px 10px;
    text-align: center;
    font-size: 22px;
    background-color: #6c757d;
    background-color: #385D78;

    cursor: pointer;
    color: white;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    cursor: pointer;
    z-index: 900;
}

.cancelBtnJ,
.cancelBtnI,
.cancelBtnH,
.cancelBtnG,
.cancelBtnF,
.cancelBtnE,
.cancelBtnD,
.cancelBtnC,
.cancelBtnB,
.cancelBtnA {
    position: relative;
    bottom: 20px;
    width: 100%;
    text-align: center;
    /*margin-left: -20px;
    margin-right: -20px;*/
}

.cancelBtnJ .btn:hover,
.cancelBtnI .btn:hover,
.cancelBtnH .btn:hover,
.cancelBtnG .btn:hover,
.cancelBtnF .btn:hover,
.cancelBtnE .btn:hover,
.cancelBtnD .btn:hover,
.cancelBtnC .btn:hover,
.cancelBtnB .btn:hover,
.cancelBtnA .btn:hover {
    background-color: #333 !important;
}

.cancelBtnJ .btn,
.cancelBtnI .btn,
.cancelBtnH .btn,
.cancelBtnG .btn,
.cancelBtnF .btn,
.cancelBtnE .btn,
.cancelBtnD .btn,
.cancelBtnC .btn,
.cancelBtnB .btn,
.cancelBtnA .btn {
    margin: 0 auto;
    background-color: #385D78 !important;
    border-color: #385D78 !important;

}

@media screen and (max-width: 1024px) {
    .tab_content h5.available {
        width: 100%;
    }

    .my-date-box {
        margin-bottom: 30px;
    }

}


@media screen and (max-width: 1350px) {
    .box-content .photodr {

        margin-right: 0px;
        margin-left: 0px;
    }

    .cancelBtnK,
    .cancelBtnJ,
    .cancelBtnI,
    .cancelBtnG,
    .cancelBtnF,
    .cancelBtnE,
    .cancelBtnD,
    .cancelBtnC,
    .cancelBtnB,
    .cancelBtnA {

        position: absolute;
        bottom: 10px;
    }

    .PopUpContentJ,
    .PopUpContentI,
    .PopUpContentH,
    .PopUpContentG,
    .PopUpContentF,
    .PopUpContentE,
    .PopUpContentD,
    .PopUpContentC,
    .PopUpContentB,
    .PopUpContentA {

        overflow-x: hidden;
        overflow-y: auto;
        max-height: 100vh;
        width: 85%;
        padding: 0;
        padding-bottom: 68px;

    }

    .PopUpContainerJ .PopUpContentJ a.closeThisBoxJ:not([href]):not([tabindex]),
    .PopUpContainerI .PopUpContentI a.closeThisBoxI:not([href]):not([tabindex]),
    .PopUpContainerH .PopUpContentH a.closeThisBoxH:not([href]):not([tabindex]),
    .PopUpContainerG .PopUpContentG a.closeThisBoxG:not([href]):not([tabindex]),
    .PopUpContainerF .PopUpContentF a.closeThisBoxF:not([href]):not([tabindex]),
    .PopUpContainerE .PopUpContentE a.closeThisBoxE:not([href]):not([tabindex]),
    .PopUpContainerD .PopUpContentD a.closeThisBoxD:not([href]):not([tabindex]),
    .PopUpContainerC .PopUpContentC a.closeThisBoxC:not([href]):not([tabindex]),
    .PopUpContainerB .PopUpContentB a.closeThisBoxB:not([href]):not([tabindex]),
    .PopUpContainerA .PopUpContentA a.closeThisBoxA:not([href]):not([tabindex]) {
        top: 10px;
        z-index: 901;
        position: sticky;
        padding: 13px 18px;
        left: 94%;


    }

    .cancelBtnJ,
    .cancelBtnI,
    .cancelBtnH,
    .cancelBtnG,
    .cancelBtnF,
    .cancelBtnE,
    .cancelBtnD,
    .cancelBtnC,
    .cancelBtnB,
    .cancelBtnA {
        position: relative;
        bottom: 20px;
        width: 100%;
        text-align: center;
        /*margin-left: -20px;
    margin-right: -20px;*/
    }

}


@media screen and (max-width: 800px) {

    .box-content hr {
        margin-top: 10px;
        margin-bottom: 25px;
    }

    .box-content {
        padding: 20px;
    }

    .cancelBtnJ,
    .cancelBtnI,
    .cancelBtnH,
    .cancelBtnG,
    .cancelBtnF,
    .cancelBtnE,
    .cancelBtnD,
    .cancelBtnC,
    .cancelBtnB,
    .cancelBtnA {

        position: relative;
        bottom: 10px;
    }

    .PopUpContentJ,
    .PopUpContentI,
    .PopUpContentH,
    .PopUpContentG,
    .PopUpContentF,
    .PopUpContentE,
    .PopUpContentD,
    .PopUpContentC,
    .PopUpContentB,
    .PopUpContentA {
        /*overflow: auto;*/
        overflow-x: hidden;
        overflow-y: auto;
        max-height: 100vh;
        width: 85%;
        padding: 0;

    }

    .PopUpContainerJ .PopUpContentJ a.closeThisBoxJ:not([href]):not([tabindex]),
    .PopUpContainerI .PopUpContentI a.closeThisBoxI:not([href]):not([tabindex]),
    .PopUpContainerH .PopUpContentH a.closeThisBoxH:not([href]):not([tabindex]),
    .PopUpContainerG .PopUpContentG a.closeThisBoxG:not([href]):not([tabindex]),
    .PopUpContainerF .PopUpContentF a.closeThisBoxF:not([href]):not([tabindex]),
    .PopUpContainerE .PopUpContentE a.closeThisBoxE:not([href]):not([tabindex]),
    .PopUpContainerD .PopUpContentD a.closeThisBoxD:not([href]):not([tabindex]),
    .PopUpContainerC .PopUpContentC a.closeThisBoxC:not([href]):not([tabindex]),
    .PopUpContainerB .PopUpContentB a.closeThisBoxB:not([href]):not([tabindex]),
    .PopUpContainerA .PopUpContentA a.closeThisBoxA:not([href]):not([tabindex]) {
        top: 5px;
        z-index: 901;
        position: sticky;
        padding: 13px 18px;
        /*left: 88%;*/
        /*        right: 10px;*/
        left: 89%;


    }

}



/* boite alert */

.displayOn {
    display: block;
}

.displayOff {
    display: none;
}

.canvas {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.1);
    z-index: 900;
}

.PopUpContentSoon {
    color: #000000;
    display: block;
    position: relative;
    /* width: 100%; */
    /* max-width : 600px; */
    /* ---------------------------------------- */
    height: 258.37881200000004px;
    /* Modify if needed */
    /* ---------------------------------------- */
    padding: 20px;
    margin-right: 150px;
    position: absolute;
    /*top: 0;
    bottom: 0;
    left : 0;
    right : 0;*/

    width: 100%;
    max-width: 600px;
    /* ---------------------------------------- */
    height: 258.37881200000004px;
    /* Modify if needed */
    /* ---------------------------------------- */
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;

    margin: auto;
    background-color: #ffffff;
    border: 1px solid #ddd;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    -webkit-box-shadow: 9px 9px 20px 8px rgba(0, 0, 0, 0.35);
    box-shadow: 9px 9px 20px 8px rgba(0, 0, 0, 0.35);
}

.box-contentSoon {
    color: #000000
}

.box-contentSoon p {
    margin-bottom: 20px;
}


.box-contentSoon h2 {
    text-align: center;
}


.box-contentSoon p {
    text-align: center;
}

.PopUpContainerSoon {
    padding: 0px;
    bottom: 0;
    height: 100%;
    max-height: 100%;
    background-color: #ffffff55;
    left: 0;
    margin: auto;
    position: fixed;
    top: 0px;
    right: 0;
    width: 100%;
    max-width: 100%;
    z-index: 901;
}

.PopUpContainerSoon .PopUpContentSoon a.closeThisBoxSoon:not([href]):not([tabindex]) {
    position: absolute;
    top: -25px;
    right: -25px;
    width: 50px;
    height: 50px;
    padding: 10px;
    text-align: center;
    font-size: 22px;
    background-color: #6c757d;
    cursor: pointer;
    color: white;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
}

.cancelBtnSoon {
    position: absolute;
    bottom: 20px;
    width: 100%;
    text-align: center;
    margin-left: -20px;
    margin-right: -20px;
}

.cancelBtnSoon .btn {
    margin: 0 auto;
}

/* boite alert */