/* <!-- General --> */
body, html {
    font-family: 'Roboto', sans-serif;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6, .font-roboto-slab {
    font-family: 'Roboto', sans-serif;
}
a, button {
    outline: 0 !important;
}

a._blue_link {
    color: #00aebf !important;
}
section a{
    color: #00aebf;
}
section a:hover{
    color: #0000ff;
}
section h1 a, section h2 a, section h3 a, section h4 a, section h5 a, section h6 a{
    color: initial;
}

/* <!-- Theme override --> */
.form-control {
    border: 1px solid #ccc;
}
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    vertical-align: middle;
}
.menuzord-menu ul.dropdown {
    top: 75px;
}

/* <!-- Menu --> */

.menuzord-menu {
    margin-top: 12px;
}

.menuzord li a {
    font-family: 'Quicksand', sans-serif !important;
    color:#000;
}
.menuzord-brand img {
    max-height: none;
    margin-top:-15px;
}
.menuzord.blue .menuzord-menu > li.active > a, .menuzord.blue .menuzord-menu > li:hover > a, .menuzord.blue .menuzord-menu ul.dropdown li:hover > a{
    background: #e4022e;
}

.menuzord-menu > li.menu-absolute{
    position: absolute;
    left: 215px;
}

/******************************* NAVBAR BOOTSTRAP POUR LES PREMIERES *********************************/

header#header-nav-premiere .navbar-brand {
    padding: 0px;
}
header#header-nav-premiere .navbar-brand>img {
    max-height: 100%;
    padding: 0px;
    width: auto;
}
header#header-nav-premiere .navbar-brand{
    height: 200px;
    padding-top: 10px;
}
header#header-nav-premiere.noresizeBar .navbar-brand{
    height: 60px;
    /*padding-top: 10px;*/
}
header#header-nav-premiere .dropdown-menu>li>a{
    padding-top: 10px;
    padding-bottom: 10px;
}
header#header-nav-premiere .dropdown-menu>li>a:focus,
header#header-nav-premiere .dropdown-menu>li>a:hover{
    background: #e4022e;
    color: #ffffff;
    padding-left: 30px;
    padding-right: 10px;
    transition-duration: 0.5s;
}
header#header-nav-premiere .navbar-default .navbar-nav>li>a:focus,
header#header-nav-premiere .navbar-default .navbar-nav>li>a:hover{
    background: #e4022e;
    color: #ffffff;
    transition-duration: 0.5s;
}
header#header-nav-premiere .navbar-default .navbar-nav>.active>a,
header#header-nav-premiere .navbar-default .navbar-nav>.active>a:focus,
header#header-nav-premiere .navbar-default .navbar-nav>.active>a:hover{
    background: #e4022e;
    color: #ffffff;
}

header#header-nav-premiere ul.nav.navbar-nav{
    padding-top: calc((200px/2) - 25px);
}

header#header-nav-premiere.noresizeBar ul.nav.navbar-nav{
    padding-top: calc((75px/2) - 25px);
    padding-bottom: 10px;
}
@media (max-width: 1000px){
    header#header-nav-premiere .navbar-brand{
        height: 80px;
        padding-top: 10px;
    }
    header#header-nav-premiere ul.nav.navbar-nav{
        padding-top: calc((80px/2) - 25px);
    }
}
/* <!-- Utilities --> */
.mr5 {
    margin-right: 5px;
}
.ml5 {
    margin-left: 5px;
}
.hr-line-dashed {
    height: 1px;
    border-top: 1px dashed rgba(0,0,0,0.1);
    margin: 30px 0;
}
.text-strike {
    text-decoration: line-through;
}
.bg-yellow {
    background: #e4022e;
}
.bg-light-green {
    background: #b9fab2;
}
.alpha-50 {
    opacity: 0.5;
}

/* <!-- Newsletter box --> */
.box-home-newsletter {
    background: #e4022e;
}
.box-home-newsletter .col-md-6:first-child {
    border-right:1px solid #e7b30e;
}
.box-home-newsletter .newsletter-form {
    max-width:350px;
}

/* <!-- Map --> */
.home-map {
    position: relative;
}
.home-map .overlay {
    display:none;
    position: absolute;
    top:0;
    left:0;
    right:0;
    width:100%;
    height: 100%;
    text-align: center;
    background: rgba(0,0,0,0.6);
    color:#000;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
}
.home-map:hover .overlay {
    display: block;
}
.home-map .overlay > div {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -120px;
    margin-top: -20px;
    width: 240px;
    background: #62C0CD;
    padding: 12px 0;
}
.map-legend img {
    width: 24px;
    height: auto;
    vertical-align: middle;
}
.map-legend {
    padding: 25px;
    font-size: 13px;
}
.info_content {
    padding: 10px;
}
.info_content a {
    text-decoration: underline;
}
.info_content h3 {
    margin-top: 0;
}
.info_content p:last-child {
    margin-bottom: 0;
}

/* <!-- Account picture overlay --> */
a._changePicture {
    position: relative;
    display: block;
}
a._changePicture .overlay {
    display: none;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0,0,0,0.6);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    transition-duration: 0.3s;
}
a._changePicture .overlay .fa {
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    left: 0;
    right: 0;
    font-size: 35px;
}
a._changePicture:hover .overlay {
    display: block;
}

/* <!-- Croppie --> */
.croppie-container {
    height: auto;
}
.upload-result {
    display: none;
}
.showed {
    display: inline-block;
}

/* <!-- Modal --> */
.modal {
    z-index: 10000;
}
.modal-header {
    background-color: #e4022e;
    text-align: center;
    border-bottom: none;
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
}
.modal-header .modal-title {
    color: #FFF;
    font-size: 24px;
}

/* <!-- Summernote --> */
.note-editable {
    padding: 20px !important;
    padding-top: 60px !important;
}

/* <!-- Select2 --> */
.select2-container--default .select2-search--dropdown .select2-search__field {
    padding: 6px 12px;
    box-shadow: none;
    height: 45px;
    border: 1px solid #eeeeee;
    border-radius: 4px;
}
.select2-container--default .select2-selection--single {
    height: 45px;
    border: 1px solid #eeeeee;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    height: 45px;
    padding: 6px 12px;
    line-height: 35px;
}
.select2-dropdown {
    border: 1px solid #eeeeee;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 10px;
    right: 5px;
}

/* <!-- Rooms calendar --> */
._row_room {
    position: relative;
}
._room_reservation {
    position: absolute;
    border-radius: 4px;
    background-color: #1ab394;
    height: 60px;
    overflow: hidden;
}
._room_reservation._type_module {
    background-color: #0066CC;
}
._room_reservation ._body {
    position: relative;
    padding: 5px;
}
._room_reservation ._body a {
    font-weight: bold;
    font-size: 11px;
    color: #FFF;
    margin: 0;
}
._room_reservation ._body p {
    margin: 0;
    font-size: 10px;
    font-style: italic;
    color: #DDDDDD;
    padding: 0;
}
td._is_room {
    background-color: #f8ac59;
    color: #FFFFFF;
}
._overlay_loading {
    display: none;
    position: absolute;
    background-color: #FFF;
    text-align: center;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    padding-top: 18px;
    z-index: 1;
}
._event_link {
    color: #f8ac59 !important;
}
._new_reservation {
    background-color: #F2F2F2;
    display: block;
    width: 100%;
    text-align: center;
    padding: 10px 0;
    opacity: 0;
}
._new_reservation:hover {
    opacity: 1;
}

/* <!-- Clock picker --> */
.clockpicker-popover {
    z-index: 999999 !important;
}

/* <!-- Overlay formations list --> */
.item:hover ._overlay_formation {
    display: block;
}
._overlay_formation {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    background-color: rgba(0,0,0,0.6);
    z-index: 2;
    text-align: center;
    display: none;
}
._overlay_formation .fa-lock {
    font-size: 55px;
    color: #eeeeee;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    left: 0;
    margin-right: auto;
    margin-left: auto;
}
._overlay_formation .btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    left: 0;
    margin-right: auto;
    margin-left: auto;
    display: inline-block;
    width: 50%;
}

/* <!-- Steps progress --> */
.working-process ._is_validated a, .working-process ._is_validated a:hover {
    background-color: #5cb85c;
    color: #FFF;
    border: none;
}

/* <!-- Slider bullets --> */
.metis .tp-bullet {
    width: 15px;
    height: 15px;
}
.metis .tp-bullet.selected, .metis .tp-bullet:hover {
    background: #e4022e;
}

/* <!-- Formations --> */
.formations .box .course-single-item {
    min-height: 300px;
}
.formations .price-tag {
    right:10px;
}
._formation_overlay_progression, ._img_container ._overlay {
    position: absolute;
    right: 15px;
    top: 15px;
    padding: 6px 12px;
    background-color: #F7744B;
    color: #F0F0F0;
    border-radius: 4px;
    font-weight: bold;
}
._formation_overlay_progression.is_complete {
    background-color: #2ecc71;
}
._img_container {
    position: relative;
}
.working-process._formation_progress li a.active {
    background: #5cb85c none repeat scroll 0 0;
    border: 1px solid transparent;
    color: #fff;
}
.working-process._formation_progress li a._final_step.active {
     background: #e4022e none repeat scroll 0 0;
 }
.working-process._formation_progress li a.locked {
    background: #DDD none repeat scroll 0 0;
    border: 1px solid transparent;
}
._formation_progress h5 {
    font-size: 11px;
}
.working-process > li::before, .working-process > li::after {
    border-top-width: 5px;
    border-top-style: solid;
}
.working-process > li.active::before {
    border-top-color: #5cb85c;
}
.working-process > li.active::after {
    border-top-color: #5cb85c;
}
._formation_author .author-details {
    padding: 20px;
    border: 1px solid #e4022e;
}
._formation_bg {
    border: 2px solid #e4022e !important;
}
._formation_bg h4 {
}

/* <!-- Actions --> */
#modal-view-action .modal-dialog.modal-lg {
    width: 80%;
}
#modal-view-action .modal-body .modal-navigation {
    margin-bottom:20px;
}
.feuille_actions .table tr td {
    display: table-cell;
    vertical-align: middle;
}
.text-strike {
    text-decoration: line-through;
}

/* <!-- Resources --> */
.resources_table td {
    padding: 10px !important;
    font-size: 16px;
}
.resources_table td:first-child .fa {
    margin-right: 15px !important;
    font-size: 22px;
}

/* <!-- Project events --> */
._project_event .thumb {
    height: 180px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat ;
}
._project_event ._date_up {
    font-weight: bold;
}
._project_event .media-heading a {
    color: #A51C74;
    font-weight: bold;
}
._project_event .media-description {
    color: #000;
    letter-spacing: 0px;
}
._project_event .event-countdown {
    background-color: #e4022e;
}
._project_event .event-countdown p {
    font-weight: bold;
}
._project_event p._country {
    font-weight: bold;
}

._project_event .upcoming-events{
    border: 1px solid #eee;
}
/* <!-- Event details --> */
.event_details p._upper_date {
    text-transform: uppercase;
    font-size: 14px;
    line-height: 1;
    font-weight: bold;
    display: inline-block;
    margin-right: 20px;
}
.event_details p._upper_date span._day {
    font-size: 26px;
}
.event_details h2._upper_title {
    text-transform: uppercase;
    line-height: 1.2;
}
.event_details h3 {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
}

/* <!-- Calendar --> */
.fc-day-grid-event {
    cursor: pointer;
    border: none;
}
.fc-day-grid-event._pending {
    background-color: #d3d3d3;
}
.fc-day-grid-event._accepted {
    background-color: #5cb85c;
}
.fc-day-grid-event._declined {
    background-color: #e74c3c;
}
.t_pending {
    color: #d3d3d3;
}
.t_accepted {
    color: #5cb85c;
}
.t_declined {
    color: #e74c3c;
}
.row._has_calendar {
    min-height: 900px;
}
#calendar {
    position: relative;
}
.loader__calendar {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #FFF;
    z-index: 999;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    display: none;
}
.loader__calendar .fa {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    color: #8c8c8c;
}

/* <!-- Tweaks --> */
section > .container, section > .container-fluid {
    padding-top: 10px;
    padding-bottom: 40px;
}
.footer .container {
    padding: 30px 0;
}
.event-block .event-meta {
    min-height: 75px;
    width: calc(100% - 45px);
}
.event-block .event-date {
    top: 50%;
    transform: translateY(-55%);
}
.event-block:hover .event-date {
    top: 50%;
}
.menuzord .menuzord-menu ul.dropdown li.active > a {
    background: #e4022e;
    color: #fff;
}
.styled-icons.icon-sm a {
    width: 35px;
    height: 35px;
    line-height: 35px;
    color: #FFFFFF !important;
}
.styled-icons.icon-sm a .fa {
    font-size: 15px;
}
.styled-icons li.facebook-l a {
    background-color: #3b5999;
}
.styled-icons li.twitter-l a {
    background-color: #55acee;
}
.styled-icons li.linkedin-l a {
    background-color: #0077B5;
}
.gm-style-iw div {
    overflow: hidden !important;
}
.gm-style img._logo_saei {
    max-width: 100% !important;
    width: 170px;
}
section._login_page > .container, section._register_page > .container {
    padding: 30px 0;
}
.has-error .g-recaptcha {
    border: 1px solid #a94442;
    padding: 5px;
    border-radius: 4px;
}
.menuzord-menu > li {
    padding: 14px 0;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* <!-- Responsive --> */
@media screen and (max-width: 1000px) {
    .menuzord-menu > li.menu-absolute{
        position:inherit;
        left:inherit;
    }
}
@media screen and (min-width: 1000px) {
    .carousel-control{
        filter: alpha(opacity=50);
        opacity: 0.5;
    }
    .carousel-control.right, .carousel-control.left{
        background: none;
    }
    .carousel-control.right span.glyphicon{
        right: -20px;
    }
    .carousel-control.left span.glyphicon{
        left: -20px;
    }
}
@media (max-width: 900px){
    .menuzord-responsive .menuzord-menu > li{
        display: flex;
    }
}
@media (max-width: 750px){
    img.img-responsive{
        max-width: 100% !important;
    }
    .partner_category_title {
        height: auto !important;
        padding-bottom: 5px !important;
    }
}


/* Les premieres */
.header.header-floating .header-nav .header-nav-wrapper {
    background-color: rgba(255, 255, 255, 1);
}

.forcefullwidth_wrapper_tp_banner{
    margin-top:200px !important;
}

.noresizeBar .forcefullwidth_wrapper_tp_banner{
    margin-top:70px !important;
}

.header.header-floating .sticky-wrapper:not(.is-sticky) .header-nav.navbar-sticky .menuzord-menu > li:not(.active):not(:hover) > a {
    color: #000;
}

.header.header-floating .sticky-wrapper.is-sticky .header-nav.navbar-sticky{
    box-shadow: none;
    background: transparent;
}

.header.header-floating .sticky-wrapper.is-sticky .header-nav.navbar-sticky .header-nav-wrapper{
    background: #fff; !important;
}


.event-countdown {
    position: relative;
}
.event-countdown .cta {
    position: absolute;
    right: 20px;
    top: calc(50% - 20px);
}

/*******************************************************************************************/
/*****************************************HOME PAGE*****************************************/
/****************************EVENEMENT FACEBOOK TWITTER LINKEDIN****************************/
/*******************************************************************************************/
#eventHomePremiere .nav-tabs > li{
    margin-bottom: -2px;
}
#eventHomePremiere .nav-tabs > li > a{
    border: none;
}
#eventHomePremiere .nav-tabs > li.active a,
#eventHomePremiere .nav-tabs > li.active a:hover,
#eventHomePremiere .nav-tabs > li.active a:focus{
    border: 1px solid #eeeeee;
    border-bottom: none;
}
#eventHomePremiere .nav-tabs > li.active a *,
#eventHomePremiere .nav-tabs > li.active a:hover *,
#eventHomePremiere .nav-tabs > li.active a:focus *{
    color: #e4022e;
}

#eventHomePremiere .nav-tabs > li a{
    border: 1px solid rgba(255,255,255,0);
}
#eventHomePremiere .nav-tabs > li a:hover,
#eventHomePremiere .nav-tabs > li a:focus{
    border: 1px solid #eeeeee;
    border-bottom: 1px solid #e4022e;
}

#eventHomePremiere .nav-tabs > li.rs > a {
    padding: 20px 0px 7px 10px;
}
#eventHomePremiere .nav-tabs > li.rs.active > a {
    padding: 20px 12px 7px 22px;
}
#eventHomePremiere .nav-tabs > li.rs > a i {
    font-size: 24px;
}

/*******************************************************************************************/
/*****************************************AGENDA PAGE***************************************/
/*******************************************NAV PILS****************************************/
/*******************************************************************************************/
.nav-pills>li a{
    color: rgb(153, 153, 153);
}
#agendaNavPilsPremiere.nav-pills>li:hover a,
#agendaNavPilsPremiere.nav-pills>li:focus a{
    transition-duration: .5s;
}
@media (max-width: 767px) {
    #agendaNavPilsPremiere.nav-pills>li {
        float: none;
        margin: 0 0 1px 0;
    }
}




@font-face {
    font-family: 'GothamUltra';
    font-style: normal;
    font-weight: normal;
    src: url('../font/Gotham/Gotham-Ultra.otf') format('truetype');
}

@font-face {
    font-family: 'GothamBoldItalic';
    font-style: normal;
    font-weight: normal;
    src: url('../font/Gotham/Gotham-BoldItalic.otf') format('truetype');
}

@font-face {
    font-family: 'GothamThin';
    font-style: normal;
    font-weight: normal;
    src: url('../font/Gotham/Gotham-Thin.otf') format('truetype');
}

h1,h2,h3,h4,h5,h6,
h1 a,h2 a,h3 a,h4 a,h5 a,h6 a,
div.tp-caption{
    font-family: 'Roboto', sans-serif;
}

/*h4 a,h5 a,h6 a{*/
    /*font-family: 'GothamThin';*/
/*}*/

#footer ul li{
    display: inline-block;
}
body, p, div, span, li{
    font-family: 'Roboto', sans-serif;
}


div.blog-posts ul.nav-pills li.active a,
div.blog-posts ul.nav-pills li a:hover{
    background-color: #e4022e;
    color: #fff;
    border-radius: 0;
}

div.blog-posts ul.nav-pills li.start.active a,
div.blog-posts ul.nav-pills li.start a:hover {
    background-color: #f0911f;
    color: #fff;
    border-radius: 0;
}


div.blog-posts ul.nav-pills li.go.active a,
div.blog-posts ul.nav-pills li.go a:hover {
    background-color: #98bf32;
    color: #fff;
    border-radius: 0;
}


div.blog-posts ul.nav-pills li.boost.active a,
div.blog-posts ul.nav-pills li.boost a:hover {
    background-color: #922580;
    color: #fff;
    border-radius: 0;
}

.form-group.child {
    background-color: #F0F0F0;
    padding-top: 7px;
    padding-bottom: 7px;
}

body{
    background: url('../../lespremieres/img/background-premieres.png') top left;
    background-repeat: repeat-y;
}

section .container{
    background: #fff;
}

section.inner-header .container{
    background: #fff;
}

div#eventHomePremiere{
    padding-top: 33px;
}

.btn-theme-colored-Start{
    background-color: #f0911f;
    color: #fff;
}

.btn-theme-colored-Go{
    background-color: #98bf32;
    color: #fff;
}

.btn-theme-colored-Boost{
    background-color: #922580;
    color: #fff;
}

.title-color-Start{
    color: #f0911f;
}

.title-color-Go{
    color: #98bf32;
}

.title-color-Boost{
    color: #922580;
}

.title-color-Start:after{
    background: #f0911f !important;
}

.title-color-Go:after{
    background: #98bf32 !important;
}

.title-color-Boost:after{
    background: #922580 !important;
}

._project_event .media-heading.start a {
    color: #f0911f;
    font-weight: bold;
    font-family: Roboto, sans-serif;
}

._project_event .media-heading.go a {
    color: #98bf32;
    font-weight: bold;
    font-family: Roboto, sans-serif;
}

._project_event .media-heading.boost a {
    color: #922580;
    font-weight: bold;
    font-family: Roboto, sans-serif;
}

._upper_title.start {
    color: #f0911f;
    font-weight: bold;
    font-family: Roboto, sans-serif;
}

._upper_title.go {
    color: #98bf32;
    font-weight: bold;
    font-family: Roboto, sans-serif;
}

._upper_title.boost {
    color: #922580;
    font-weight: bold;
    font-family: Roboto, sans-serif;
}

div.section-content{
    margin-top: 60px;
}

div.noresizeBar div.section-content{
    margin-top: 0;
}

footer#footer{
    background-color: #333;
}

/*div.crochet{*/
    /*display: inline-block;*/
    /*height: 50px;*/
    /*width: 32px;*/
/*}*/

/*div.crochet-gauche{*/
    /*background: url('../../lespremieres/img/crochet_gauche_titre.png') no-repeat center bottom;*/
    /*background-size: 20px 42px;*/
/*}*/

/*div.crochet-droite{*/
    /*background: url('../../lespremieres/img/crochet_droite_titre.png') no-repeat center bottom;*/
    /*background-size: 20px 42px;*/
/*}*/

div#page-title{
    margin-top: 40px;
}

div#page-title h2{
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
}

div#page-title h2:before{
    background: url('../../lespremieres/img/crochet_gauche_titre.png') center center no-repeat;
    content: "";
    width: 24px;
    position: absolute;
    height: 45px;
    background-size: contain;
}

div#page-title h2:after{
    background: url('../../lespremieres/img/crochet_droite_titre.png')center center no-repeat;
    content: "";
    width : 24px;
    position: absolute;
    height: 45px;
    background-size: contain;
}

div.noresizeBar section#home div.section-content{
    padding-top: 40px;
}

.select2-results__group{
    background-color: #e4022e;
    color: #fff;
}

@media only screen and (max-width: 730px) {
    section#home div.home-map img{
        height: auto !important;
    }
    header#header-nav-premiere.noresizeBar .navbar-brand img{
        max-height: 60%;
    }
    .noresizeBar .forcefullwidth_wrapper_tp_banner {
        margin-top: 60px !important;
    }
    .resizeBar .forcefullwidth_wrapper_tp_banner {
        margin-top: 60px !important;
    }
    div#page-title {
        margin-top : 0;
    }
}

@media only screen and (max-width: 450px) {
    div#page-title h2{
        line-height: 1.8;
    }
}

.custom-size-video {
    max-width: 560px;
    max-height: 315px;
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}

.custom-size-video iframe,
.custom-size-video object,
.custom-size-video embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

div.tp-caption a {
    color: #fff !important;
}

div.tp-caption:hover a {
    color: #dedede !important;
}


div.partner_logo_premieres img{
    max-height: 250px;
}

/*********************************************************************************/
/*********************************** youtube *********************************/
/*********************************************************************************/

.youtube-container {
    cursor:pointer;
    position:relative;
    display:block;
    z-index:0;
    background:black;
}
.youtube-container:after {
    position:absolute;
    top:50%;
    left:50%;
    content:' ';
    background:rgba(31, 31, 30,0.8);
    height:48px;
    width:68px;
    margin-left: -34px;
    margin-top:-24px;
    display: block;
    z-index:1;
    border-radius:3px;
    -webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in;
}
.youtube-container:before {
    left:50%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255, 255, 255, 0);
    border-left-color: #ffffff;
    border-width: 20px;
    margin-top: -9px;
    margin-left: -8px;
    z-index: 2;
    border-right-width: 20px;
    border-left-width: 18px;
    border-bottom-width: 10px;
    border-top-width: 10px;
}
.youtube-container:hover:after {
    background:#E62117;
}
.youtube-container.load:after, .youtube-container.load:before {
    display:none;
}


/******************* Nos-entrepreneurs **********************/
section#nos-entrepreneurs span.sub-title{
    font-weight: 600;
    color: #616161;
    /*text-decoration: underline;*/
}section#nos-entrepreneurs span.sub-title.font-18{
     font-weight: 600;
     /*text-decoration: underline;*/
 }
section#nos-entrepreneurs p{
    padding: 0 20px;
    font-weight: 400;
}
section#nos-entrepreneurs p.title_project{
    font-weight: 500;
    color: #333;
    font-size: 15px;
 }
section#nos-entrepreneurs div.franchises{
    position: absolute;
    bottom: 0;
    right: 0;
}
section#nos-entrepreneurs div.franchises p{
    font-weight: 500;
 }

.row.btn-blue a{
    color: #0a6aa1 !important;
}

a.btn-blue{
    color: #0a6aa1 !important;
}

.partner_category_title{
    width: 98%;
    border: 1px solid #999999;
    vertical-align: middle;
    height: 40px;
    margin: 0 auto;
    padding-top: 3px;
    margin-top: 60px;
}

.partner_category_title i{
    color: #e4022e;
}

.color1{
    color: #e4022e !important;
}
/******************* Partenaire Page **********************/

section#premieres-partners .slick-slide{
    opacity: 1 !important;
}

section#nos-entrepreneurs .container{
    min-height: 400px;
}

section.event_details ul{
    padding-left: 25px;
    list-style: inherit;
}

.form__title h2{
    font-size: 20px;
    color: #e4022e;
}

._has_style ul, ._has_style ol {
    margin-left: 15px;
}
._has_style ul {
    list-style: inherit !important;
}
._has_style ol {
    list-style: decimal !important;
}

label.activity_title{
    color: #333;
}

.form-front-activities ul{
    margin-top: -10px;
    margin-left: 7px;
    border-left: 1px dashed #bfbfbf;
}
.form-front-activities:first-child{
    /*border: none !important;*/
}
.form-front-activities .border-dashed-bottom{
    height: 28px;
    /*border-bottom: 1px dashed #bfbfbf;*/
}
.form-front-activities li{
    position: relative;
    list-style: none !important;
}

.form-front-activities ul li:first-child{
    padding-top: 10px;
}

.form-front-activities span.colored{
    color: #e4022e;
}

div#pixlee_container iframe{
    height: auto !important;
    width: 300px !important;
    overflow-y: hidden;
}

.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
    background-color: #00AEBF;
    border-color: #00AEBF;
}

.pagination > li > a,
.pagination > li > span {
    color: #00AEBF;
}

#card-element {
    box-sizing: border-box;
    padding: 15px;
    border: 1px solid transparent;
    border-radius: 4px;
    box-shadow: 0 1px 3px 0 #e6ebf1;
    -webkit-transition: box-shadow 150ms ease;
    transition: box-shadow 150ms ease;
}
#card-errors {
    color: #8b0000;
}