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

h1{
    font-size: 27px !important;
}
h2{
    font-size: 24px !important;
}
h3{
    font-size: 21px !important;
    margin-top: 20px !important;
}
h4{
    font-size: 18px !important;
    margin-top: 15px !important;
}
h5{
    font-size: 16px !important;
}

a, button {
    outline: 0 !important;
}

/* <!-- 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: 60px;
}

.menuzord-brand {
    margin: 18px 0 0 0;
}

/* <!-- Menu --> */
.menuzord li a {
    font-family: 'Quicksand', sans-serif !important;
}
.menuzord-menu > li > a {
    padding: 8px 12px;
}
.menuzord-menu > li > a.hasSub {
    padding: 8px 8px 8px 12px;
}

.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: #FF6600;
}

.menuzord-menu > li.menu-absolute{
    position: absolute;
    left: 215px;
}
.locked__menu a {
    background-color: #DDDDDD !important;
    font-style: italic;
    color: #F0F0F0;
}

.tp-parallax-wrap .tp-caption{
    max-height:50px;
}

/* <!-- 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: #FF6600;
}
.bg-light-green {
    background: #b9fab2;
}
.alpha-50 {
    opacity: 0.5;
}

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

/* Ressources list */

.list-folder-ressources{
    position: relative;
}
.list-folder-ressources .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;
    font-size: 12px;
    font-weight: bold;
}
.list-folder-ressources:hover .overlay {
    display: block;
}
.list-folder-ressources .overlay > a {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -180px;
    margin-top: -20px;
    width: 360px;
    padding: 12px 0;
}

/* <!-- 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: #FF6600;
    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;
}
.rounded_widget a._changePicture img{
    height: 130px;
}
a._changePicture {
    width: 80%;
    margin: auto;
}

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

/* <!-- Modal --> */
.modal {
    z-index: 10000;
}
.modal-header {
    background-color: #FF6600;
    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;
}

._new_reservation_off {
    background-color: #dc3545;
    display: block;
    width: 100%;
    text-align: center;
    padding: 10px 0;
    opacity: 0;
}
._new_reservation_off:hover {
    opacity: 1;
}

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

.panel-group{
    position:relative;
}
/* <!-- Overlay formations list --> */
.item:hover ._overlay_formation, .panel-group: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%;
}
.btn-theme-colored-yellow{
    background-color: #F8C042;
    color: #ffffff;
    font-weight: bold;
}
.btn-theme-colored-yellow:hover{
    background-color: #FF6600;
    color: #ffffff;
    font-weight: bold;
}
._overlay_formation p {
    position: absolute;
    top: 35%;
    transform: translateY(-50%);
    right: 0;
    left: 0;
    margin-right: auto;
    margin-left: auto;
    display: inline-block;
    width: 50%;
    color:#FFF;
}

/* <!-- 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: #FF6600;
}

/* <!-- 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: #FF6600 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 #FF6600;
}
._formation_bg {
    border: 2px solid #FF6600 !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: 130px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat ;
}
._project_event.sensib .thumb {
    height: 180px;
}
._project_event ._date_up {
    font-weight: bold;
}
._project_event .media-heading a {
    color: #212331;
    font-weight: bold;
    transition-duration: 0.2s;
}
._project_event .media-heading a:hover {
    color: #FF6600;
}
._project_event .media-description {
    color: #000;
    letter-spacing: 0px;
}
._project_event .event-countdown {
    background-color: #dedede;
}
._project_event .event-countdown p {
    font-weight: bold;
}
._project_event p._country {
    font-weight: bold;
}

/* <!-- Event details --> */
.event_details p._upper_date {
    text-transform: uppercase;
    font-size: 14px;
    line-height: 1;
    font-weight: bold;
}
.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._author {
    background-color: #925fd9;
}
.fc-day-grid-event._animator {
    background-color: #d9cd5f !important;
}
.fc-day-grid-event._pending {
    background-color: #3a87ad;
}
.fc-day-grid-event._pending._not_invited {
    background-color: #d9cd5f;
}
.fc-day-grid-event._pending.partner_pepite {
    background-color: #FFA500;
}

.fc-day-grid-event._pending.broadcast_pepite {
    background-color: #aa68ba;
}

.fc-day-grid-event._accepted {
    background-color: #5cb85c;
}
.fc-day-grid-event._declined {
    background-color: #e74c3c;
}
.fc-day-grid-event._is_private {
    background-color: #925fd9;
}
.fc-day-grid-event._appointment_declined {
    background-color: #a9a9a9;
}
.fc-day-grid-event._appointment_waiting {
    background-color: #3a87ad;
}
.t_author {
    color: #925fd9;
}
.t_animator {
    color: #d9cd5f;
}
.t_pending {
    color: #3a87ad;
}
.t_pending.t_not_invited{
    color: #d9cd5f;
}
.t_accepted {
    color: #5cb85c;
}
.t_declined {
    color: #e74c3c;
}
.t_is_private {
    color: #925fd9;
}
.t_appointment_declined{
    color: #a9a9a9
}
.t_pepite_partner {
    color: #FFA500;
}
.t_pepite_broadcast {
    color: #aa68ba;
}
.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: 100px;
    padding-bottom: 100px;
}

.alert_user > section > .container, section > .container-fluid {
    padding-top: 0px;
}
.footer .container {
    padding: 30px 0;
}
.event-block .event-meta {
    min-height: 125px;
    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: #FF6600;
    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;
}
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;
}

/* <!-- CMS pages --> */
.sticky-wrapper.cms__header .header-nav.navbar-sticky {
    background-color: #3E3B2E;
}
.sticky-wrapper.cms__header.is-sticky .header-nav.navbar-sticky {
    background-color: #FFF;
}
.sticky-wrapper.is-sticky .header-nav.navbar-sticky{
    background: rgba(40,40,40,.7);

}
.menuzord-menu > li > a{
    color: #ffffff;
}

@media screen and (max-width: 767px) {
    .menuzord-menu > li > a{
        color: #404040;
    }
}

.cms__page {
    margin-top: 92px;
}
.container-light {
    padding: 30px 15px !important;
}
.cta__container h2, .cta__container h3, .cta__container h4 {
    margin-top: 0;
}
.btn-rounded {
}
.content__box {
    padding: 30px 60px;
    width: 100%;
    position: relative;
}
.overlay__bottom__right {
    position: absolute;
    right: 60px;
    bottom: 0;
    z-index: 0;
}
.overlay__bottom__right img {
    max-width: 140px;
}
.content__background {
    min-height: 66vh;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    background-position: center;
}
.content__overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 2;
    background-color: rgba(0,0,0,0.65);
}
.content__overlay h3, .box__overlay {
    color: #FFFFFF;
    font-size: 45px;
    margin: 0 auto;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    text-align: center;
    display: block;
    width: 100%;
    padding: 0 15px;
    font-weight: bold;
}
.box__overlay {
    text-align: left;
}
.box__overlay h2 {
    font-size: 55px;
    line-height: 1.3;
    color: #FFFFFF;
    display: block;
    margin-top: 0;
}
.box__overlay small {
    font-size: 25px;
    font-weight: normal;
    line-height: 1.3;
    display: block;
}
.no-pad {
    padding: 0 !important;
}
.partial__about_partners h2{
    text-align:center;
}

.partial__about_solutions .box{
    display:block;
}

.solution__box, .service__box {
    text-align: center;
    padding: 30px;
    width: 100%;
}
.service__box, .service__box_details{
    display:block;
    clear: both;
    width:100% !important;
    padding:15px 30px;
}

.service__box_details{
    font-size:20px;
    text-align: center;
}

.solution__box h3, .service__box h3 {
    margin-top: 0;
    color: #6F6F6F;
    font-weight: bold;
}
.service__box h3 {
    margin-bottom: 5px;
}
.service__box p {
    font-size: 22px;
}
.solution__box p, .service__box p {
    min-height: 50px;
}
.service__box img {
    margin: 0 auto;
    margin-bottom: 30px;
    display: block;
}
.solution__box img {
    max-height: 100px;
    margin: 0 auto;
    margin-bottom: 30px;
    display: block;
}
.solution__box .btn {
    margin-top: 30px;
}
.partial__about_solutions .box {
    border-right: 1px dotted #FBC210;
}
.partial__about_solutions .row .col-md-4:last-child .box {
    border-right: none;
}
.box {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.flex {
    display: flex;
}
.is__scrolled {
    position: fixed;
    top: 88px;
    width: 100%;
    background-color: #FFF;
    z-index: 9;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
.big__title {
    background-color: #FBC210;
    padding: 45px;
    text-align: center;
}
.big__title h2 {
    color: #FFFFFF;
}
.bg-gray-ai {
    background-color: #3E3B2E;
}
.gallery__photo {
    height: 33vh;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.counters h2 {
    color: #FFFFFF;
    font-size: 42px;
    margin-bottom: 70px;
}
.counter__ {
    font-size: 22px;
    color: #FFFFFF;
    margin-bottom: 40px;
}
.counter__ span {
    font-size: 80px;
    font-weight: bold;
    display: block;
    line-height: 1.2;
    color: #FBC210;
}
.item__testimonial h4 {
    font-size: 2rem;
    font-weight: 600;
}
.item__testimonial .description {
    font-size: 22px;
}
.item__testimonial .description i.fa {
    margin-left: 15px;
    margin-right: 15px;
    color: #C0C0C0;
}
.item__testimonial img {
    max-width: 100px;
    border-radius: 50%;
}
.top__download {
    position: absolute;
    right: 25px;
    top: 25px;
}
.small__cta {
    display: none;
}
#cta__ {

}
#cta__ .container.is__scrolled.small__cta {
    display: block;
}
.big__cta .cta__container {
    padding: 0 60px;
}

.big__cta .cta__container h2 {
    color: #6F6F6F;
    font-size: 2rem;
    margin-bottom: 60px;
}

.big__cta .cta__container h3 {
    color: #6F6F6F;
    font-size: 45px;
    line-height: 1.2;
    font-weight: bold;
}

.cta__container h4{
    font-size:30px;
    font-weight:bold;
    color:#333333;
    margin-bottom:20px;
}

.big__cta .cta__container h4{
    font-weight:normal;
    color:#6F6F6F;
}

.cta__container h5{
    font-size:25px;
    font-weight:normal;
    color:#6F6F6F;
    margin-bottom:20px;
}

.big__cta .btn {
    font-size: 20px;
}
.img__sided {
    padding: 60px 30px;
}
.bg-gray-ai .content__box h2, .bigger__text .content__box h2 {
    color: #FFF;
    margin-top: 0;
    font-size:30px;
}
.bg-gray-ai .content__box small, .bigger__text .content__box small {
    color: #FFF;
    margin-top: 0;
    display: block;
    line-height: 1.3;
}
.bigger__text .content__box h2 {
    color: #6F6F6F;
}
.bg-gray-ai .content__box ul, .bigger__text .content__box ul {
    margin-top: 30px;
    font-size: 1.25rem;
    color: #FFF;
    font-weight: bold;
}
.bigger__text .content__box ul {
    color: #6F6F6F;
    font-weight: normal;
    font-size: 1.15rem;
}
.bigger__text .content__box h6{
    font-size: 1.25rem;
    font-weight: bold;
    color: #6F6F6F;
}
.bigger__text .content__box p {
    color: #6F6F6F;
    font-weight: normal;
    font-size: 1.15rem;
}
.bg-gray-ai .content__box ul li:before, .bigger__text .content__box ul li:before {
    content: '- ';
}
.bg-yellow-ai {
    background-color: #FBC210;
}

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

.social-post{
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    /* border-radius:  5px; */
}
/***********************************News List******************************/
section#listNews div.event-details p.redacteur{
    font-weight: bold;
}


/************* DIRECTORY **************/

.course-list-block{
    position: relative;
    background: #F6F6F6;
    padding:15px 0;
}

.course-list-block .thumb{
    background: #FFF;
    border:2px solid #F0F0F0;
    min-height:200px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.course-list-block h4 img{
    max-height: 24px;
}

.course-list-block .bloc-link{
    text-align: right;
}

.course-list-block .thumb img{
    max-width:90%;
    height: auto;
}

.course-list-block .has-label{
    position:absolute;
    bottom:10px;
    right:20px;
    width:30px;
    height: 30px;
}


.accordion-theme-colored2 .panel-heading h4.panel-title a{
    font-size:16px;
    font-weight: bold;
}



/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* <!-- Responsive --> */
@media screen and (max-width: 767px) {
    .flex {
        display: block;
    }
}
@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;
    }
}

.menuzord .menuzord-menu > li.active > a, .menuzord .menuzord-menu > li:hover > a, .menuzord .menuzord-menu ul.dropdown li:hover > a{
    background:#FF6600;
}

/* <!-- Header blanc stepEntreprendre --> */

#menuzord-right .menuzord-menu > li > a.stepEntreprendre{
    color:#333333;
}
#menuzord-right .menuzord-menu > li.active > a.stepEntreprendre{
    color:#fff;
}

#menuzord-right .menuzord-menu > li:hover > a.stepEntreprendre {
    color:#fff;
}

.btn-theme-colored2{
    background:#FF6600;
    border-color:#FF6600;
}

.layer-overlay.overlay-dark-9::before {
    background-color: rgb(49, 49, 61);
}



.btn-dark {
    color: #fff;
    background-color: #2b2e3d;
    border-color: #2b2e3d;
}

.text-theme-colored2 {
    color: #FF6600 !important;
}


.team-block .team-thumb .styled-icons a:hover, .work-gallery .gallery-thumb .styled-icons a:hover, .work-gallery:hover .gallery-bottom-part, .double-line-bottom-theme-colored-2::after, .double-line-bottom-theme-colored-2::before, .double-line-bottom-centered-theme-colored-2::after, .double-line-bottom-centered-theme-colored-2::before, .line-bottom-theme-colored-2::after, .line-bottom-centered::after, .event-block .event-date, .team-social, .event-small .event-date, .portfolio-filter a.active, .title-border::after, .search-menu {

    background: #FF6600;

}


.header.header-floating .sticky-wrapper.is-sticky .header-nav.navbar-sticky .header-nav-wrapper {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}

/* EM LYON */
#emlyonHeader.header.header-floating .sticky-wrapper.is-sticky .header-nav.navbar-sticky .header-nav-wrapper {
    background:   #fff repeat scroll 0 0;
}
#emlyonHeader.sticky-wrapper.is-sticky .header-nav.navbar-sticky{
    background: #fff;
}

#emlyonHeader ul.menuzord-menu ul.menuzord-menu{
    padding-top: 15px;
}

#emlyonHeader ul.menuzord-menu ul.menuzord-menu ul.dropdown{
    background-color: #fff;
    top: 66px;
}

#emlyonHeader.header.header-floating .header-nav .header-nav-wrapper {
    background-color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    box-shadow: none;
}

#emlyonHeader.header ul.menuzord-menu li a{
    height:37px;
    color: #454040 !important;
}

#emlyonHeader.header ul.menuzord-menu li.active a{
    height:37px;
    color: #fff !important;
}

#emlyonHeader.header ul.menuzord-menu li.active ul.dropdown li a{
    height:37px;
    color: #454040 !important;
}

#emlyonHeader.header ul.menuzord-menu li.active ul.dropdown li a:hover{
    height:37px;
    color: #fff !important;
}

#emlyonHeader.header ul.menuzord-menu li a:hover{
    height:37px;
    color: #fff !important;
}

#emlyonFooter.footer.parallax.layer-overlay.overlay-dark-9::before,
#emlyonFooter.footer.parallax.layer-overlay.overlay-dark-9{
    background-color: #3A3F41;
}

.btn-theme-colored-emlyon-2 {
    color: #fff;
    background-color: #743595 !important;
    border-color: #743595 !important;
}

.carousel-cell {
    width: 100%; /* full width */
    height: 200px;
    background: #222;
    /* center images in cells with flexbox */
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .carousel.is-fullscreen .carousel-cell {
    height: 100%;
  }
  
  .carousel-cell img {
    display: block;
    max-height: 100%;
  }
  

/* FIN EM LYON */

.btn-dark.btn-theme-colored {
    color: #fff;
    background-color: #2b2e3d !important;
    border-color: #2b2e3d !important;
}
/*.header.header-floating .sticky-wrapper.is-sticky .header-nav.navbar-sticky .header-nav-wrapper {
    background: #d1d1d1 none repeat scroll 0 0;
}*/
li.active {
    color: #FF6600 !important;
}


/* New Timeline style */

.vertical-container {
    /* this class is used to give a max-width to the element it is applied to, and center it horizontally when it reaches that max-width */
    width: 90%;
    max-width: 1170px;
    margin: 0 auto;
  }
  
  .vertical-container::after {
    /* clearfix */
    content: '';
    display: table;
    clear: both;
  }
  
  #vertical-timeline {
    position: relative;
    padding: 0;
    margin-top: 1em;
    margin-bottom: 1em;
  }
  
  #vertical-timeline::before {
    content: '';
    position: absolute;
    top: 0;
    left: 18px;
    height: 100%;
    width: 4px;
    background: #f1f1f1;
  }
  
  .vertical-timeline-content .btn {
    float: right;
  }
  
  #vertical-timeline.light-timeline:before {
    background: #e7eaec;
  }
  
  .dark-timeline .vertical-timeline-content:before {
    border-color: transparent #f5f5f5 transparent transparent;
  }
  
  .dark-timeline.center-orientation .vertical-timeline-content:before {
    border-color: transparent transparent transparent #f5f5f5;
  }
  
  .dark-timeline .vertical-timeline-block:nth-child(2n) .vertical-timeline-content:before,
  .dark-timeline.center-orientation .vertical-timeline-block:nth-child(2n) .vertical-timeline-content:before {
    border-color: transparent #f5f5f5 transparent transparent;
  }
  
  .dark-timeline .vertical-timeline-content,
  .dark-timeline.center-orientation .vertical-timeline-content {
    background: #f5f5f5;
  }
  
  @media only screen and (min-width: 1170px) {
    #vertical-timeline.center-orientation {
      margin-top: 3em;
      margin-bottom: 3em;
    }
  
    #vertical-timeline.center-orientation:before {
      left: 50%;
      margin-left: -2px;
    }
  }
  
  @media only screen and (max-width: 1170px) {
    .center-orientation.dark-timeline .vertical-timeline-content:before {
      border-color: transparent #f5f5f5 transparent transparent;
    }
  }
  
  .vertical-timeline-block {
    position: relative;
    margin: 2em 0;
  }
  
  .vertical-timeline-block:after {
    content: "";
    display: table;
    clear: both;
  }
  
  .vertical-timeline-block:first-child {
    margin-top: 0;
  }
  
  .vertical-timeline-block:last-child {
    margin-bottom: 0;
  }
  
  @media only screen and (min-width: 1170px) {
    .center-orientation .vertical-timeline-block {
      margin: 4em 0;
    }
  
    .center-orientation .vertical-timeline-block:first-child {
      margin-top: 0;
    }
  
    .center-orientation .vertical-timeline-block:last-child {
      margin-bottom: 0;
    }
  }
  
  .vertical-timeline-icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    font-size: 16px;
    border: 3px solid #f1f1f1;
    text-align: center;
  }
  
  .vertical-timeline-icon i {
    display: block;
    width: 24px;
    height: 24px;
    position: relative;
    left: 50%;
    top: 50%;
    margin-left: -12px;
    margin-top: -9px;
  }
  
  @media only screen and (min-width: 1170px) {
    .center-orientation .vertical-timeline-icon {
      width: 50px;
      height: 50px;
      left: 50%;
      margin-left: -25px;
      -webkit-transform: translateZ(0);
      -webkit-backface-visibility: hidden;
      font-size: 19px;
    }
  
    .center-orientation .vertical-timeline-icon i {
      margin-left: -12px;
      margin-top: -10px;
    }
  
    .center-orientation .cssanimations .vertical-timeline-icon.is-hidden {
      visibility: hidden;
    }
  }
  
  .vertical-timeline-content {
    position: relative;
    margin-left: 60px;
    background: white;
    border-radius: 0.25em;
    padding: 0.25em;
  }
  
  .vertical-timeline-content:after {
    content: "";
    display: table;
    clear: both;
  }
  
  .vertical-timeline-content h2 {
    font-weight: 400;
    margin-top: 4px;
  }
  
  .vertical-timeline-content p {
    margin: 1em 0;
    line-height: 1.6;
  }
  
  .vertical-timeline-content .vertical-date {
    float: left;
    font-weight: 500;
  }
  
  .vertical-date small {
    color: #1ab394;
    font-weight: 400;
  }
  
  .vertical-timeline-content::before {
    content: '';
    position: absolute;
    top: 16px;
    right: 100%;
    height: 0;
    width: 0;
    border: 7px solid transparent;
    border-right: 7px solid white;
  }
  
  @media only screen and (min-width: 768px) {
    .vertical-timeline-content h2 {
      font-size: 18px;
    }
  
    .vertical-timeline-content p {
      font-size: 13px;
    }
  }
  
  @media only screen and (min-width: 1170px) {
    .center-orientation .vertical-timeline-content {
      margin-left: 0;
      padding: 1.6em;
      width: 45%;
    }
  
    .center-orientation .vertical-timeline-content::before {
      top: 24px;
      left: 100%;
      border-color: transparent;
      border-left-color: white;
    }
  
    .center-orientation .vertical-timeline-content .btn {
      float: left;
    }
  
    .center-orientation .vertical-timeline-content .vertical-date {
      position: absolute;
      width: 100%;
      left: 122%;
      top: 2px;
      font-size: 14px;
    }
  
    .center-orientation .vertical-timeline-block:nth-child(even) .vertical-timeline-content {
      float: right;
    }
  
    .center-orientation .vertical-timeline-block:nth-child(even) .vertical-timeline-content::before {
      top: 24px;
      left: auto;
      right: 100%;
      border-color: transparent;
      border-right-color: white;
    }
  
    .center-orientation .vertical-timeline-block:nth-child(even) .vertical-timeline-content .btn {
      float: right;
    }
  
    .center-orientation .vertical-timeline-block:nth-child(even) .vertical-timeline-content .vertical-date {
      left: auto;
      right: 122%;
      text-align: right;
    }
  
    .center-orientation .cssanimations .vertical-timeline-content.is-hidden {
      visibility: hidden;
    }
  }

  .navy-bg,
.bg-primary {
  background-color: #1ab394;
  color: #ffffff;
}

.gray-bg,
.bg-muted {
  background-color: #f3f3f4;
}


.main-content .bloc_type .bloc_type_content{
    padding:10px;
}

.main-content .bloc_type .bloc_type_content h1,
.main-content .bloc_type .bloc_type_content h2,
.main-content .bloc_type .bloc_type_content h3,
.main-content .bloc_type .bloc_type_content h4
{
    padding:0;
    margin:5px 0;
}

.main-carousel{
    margin-bottom:20px;
    max-height: 500px;
    overflow: hidden;
}

.carousel-cell {
    width: 100%; /* full width */
    height: 500px;
    background: #222;
    background-position: center;
    background-size: cover;
    /* center images in cells with flexbox */
    display: flex;
    align-items: center;
    justify-content: center;
}

.carousel-cell h1{
    color:#fff;
    text-shadow: #C0C0C0 0 0 5px;
    max-width: 700px;
    text-align: center;
}

.flickity-page-dots{
    bottom:25px;
}


.btn-dark.btn-theme-colored2 {
    color: #fff;
    background-color: #FF6600;
    border-color: #FF6600;
}
.grid-item-content {
  border-radius: 5px;
  margin-bottom: 30px;
  overflow:auto;
  box-shadow:1px 1px 6px 1px #cad1d9;
  border-radius: .5rem;
}
.grid-item-content img{
    width:100%;
}
.title-post a {
    font-weight: bold;
    color: black;
}

.title-post a:hover {
    color:#FF6600
}
.selected{
  pointer-events: none;
}
.switch_fil_myposts > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
}


@media (max-width: 767.98px) {
    .margin-small-devices{
        margin-top: 15px;
    }
}

.user-block img {
    border-radius: 50%;
    display: inline;
}
.user-block p{
    font-weight: bold;
    display: inline;
}
.user-block{
    box-shadow:1px 1px 6px 1px #cad1d9;
    width: 90%;
    padding:10px;
}

.user-block a{
    font-weight: bold;
}

.bloc-post {
    box-shadow:1px 1px 6px 1px #cad1d9;
    padding:10px;
}

.heartAnimation{
    animation:heartAnimation 1s ease-out;
}

@keyframes heartAnimation {
  0% {
    transform:scale(1);
  }
 
  30% {
       transform:scale(1.25);
  }
  
}
.theme-color{
    color: #FF6600 !important;
}

a.heart:hover{
    color: #FF6600;
}

.media-left img {
    max-width: none;
    border-radius: 50%;
}

#display_comments .media , .create_comments .media, .display_comments_list .media{
     box-shadow:1px 1px 6px 1px #cad1d9;
      padding:15px;
      overflow: visible;
}


.badge-notify{
   background:#FF6600;
   position:relative;
   top: -20px;
   left: -17px;
  }
  .badge-notify-hide{
   background:transparent;
   color: transparent;
   position:relative;
   top: -20px;
   left: -17px;
  }

.notifdropdown {
  display: inline-block;
  position: relative;
  padding: 8px 12px;
}

.unread{
    background-color: #e5e5e5 !important;
}


.notifcontainer{
    border-radius: 0 0 2px 2px;
    box-shadow:1px 1px 6px 1px #cad1d9;
    color: #1d2129;
    top: 38px;
    width: 350px;
}
.notifHeader{
    border-bottom: solid 1px #dddfe2;
    padding: 8px 12px 6px;
    list-style-type: none;
}
.notifcontainer a{
    white-space: normal !important;
}

/*Ajout de la classe table-borderless qui supprime toutes les bordures sur un tableau*/
.table-borderless>tbody>tr>td, 
.table-borderless>tbody>tr>th, 
.table-borderless>tfoot>tr>td, 
.table-borderless>tfoot>tr>th, 
.table-borderless>thead>tr>td, 
.table-borderless>thead>tr>th{
    border: none !important;
}

.resilient_list_outils{
    margin-left: 30px;
    
}

.resilient_bloc_title{
    font-weight: 600;
    color: #676a6c;
}
span.resilient_index {
    color: #fff;
    display: block;
    width: 30px;
    height: 30px;
    border-radius: 15px;
    line-height: 30px;
    text-align: center;
}
.resilient_td_info {
    font-weight: 600;
    font-size: 14px !important;
    color: #676a6c;
}

.bloc_outils_resilience_coaching a{
    color:#337ab7;
}
.bloc_outils_resilience_coaching a:hover{
    color: #23527c;
}
#resilient_map a, #resilient_guides a , #resilient_bmc a, #resilient_support_formation a{
    color:#337ab7;
}
#resilient_map a:hover,  #resilient_guides a:hover, #resilient_bmc a:hover, #resilient_support_formation a:hover{
    color: #23527c;
}
input[type="file"].form-control{
    padding-top: 10px;
}

tr.label-warning-sub{
    background-color: #2C2C37;
    color: #fff;
}

#nos-entrepreneurs.pepite .btn.btn-secondary{
    background: #F0F0F0;
    color:#FF6600;
}

#nos-entrepreneurs.pepite .btn.btn-secondary .fa{
    margin-right:4px;
}


section.formation_module_content div.single-service a{
    color: #337ab7 !important;
    font-weight: bold;
}

/* events */

div#calendar a.fc-event.venturelab_individu{
    background-color: #ff9393 !important;
    color: #333333;
}
div#calendar a.fc-event.venturelab_marche{
    background-color: #fbdda8 !important;
    color: #333333;
}
div#calendar a.fc-event.venturelab_juridique{
    background-color: #c6e3f8 !important;
    color: #333333;
}
div#calendar a.fc-event.venturelab_medias{
    background-color: #beb2d8 !important;
    color: #333333}
div#calendar a.fc-event.venturelab_international{
    background-color: #fef9cb !important;
    color: #333333;
}
div#calendar a.fc-event.venturelab_innovation{
    background-color: #c5e1c3 !important;
    color: #333333;
}
div#calendar a.fc-event.venturelab_academique{
    background-color: #b4cad1 !important;
    color: #333333;
}
div#calendar a.fc-event.venturelab_administratif{
    background-color: #d2047f !important;
    color: #ffffff;
}

div#calendar a.formation-excelerate{
    border: 2px solid #d2047f !important;
}

.illustration-legend {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 5px;
    margin-right: 15px;
}

div.event-block ul{
    list-style: none;
    padding-left: 0;
}

div.event-block ol {
    list-style: none;
    padding-left: 0;
}

ul{
    list-style: initial;
    padding-left: 25px;
}

ol {
    list-style: decimal;
    padding-left: 25px;
}

.big_banner{
    height: 350px;
    background-position: center;
    background-size: cover;
}

.form__title h2{
    font-size: 20px;
    font-weight: normal;
}

.label-venturelab_individu{
    background-color: #ff9393;
    color: #333333;
}
.label-venturelab_marche{
    background-color: #fbdda8;
    color: #333333;
}
.label-venturelab_juridique{
    background-color: #c6e3f8;
    color: #333333;
}
.label-venturelab_medias{
    background-color: #beb2d8;
    color: #333333}
.label-venturelab_international{
    background-color: #fef9cb;
    color: #333333;
}
.label-venturelab_innovation{
    background-color: #c5e1c3;
    color: #333333;
}
.label-venturelab_academique{
    background-color: #b4cad1;
    color: #333333;
}
.label-venturelab_administratif{
    background-color: #d2047f;
    color: #ffffff;
}

div.upcoming-events{
    border: 1px solid #dedede;
}

.event-block .event-meta-project {
    background: #f7f6f2 none repeat scroll 0 0;
    display: inline-block;
    padding: 12px 16px 8px 14px;
    z-index: -1;
    min-height: 125px;
    width: 100%;
}

/* AAP forms */


.form__title h3 {
    font-size: 16px;
    font-weight: normal;
}

.form__title .sub_subtitle {
    font-size: 14px;
    font-weight: normal;
    margin-top: 5px;
}

table.positionnement_couveuse tr th,
table.positionnement_couveuse tr td{
    color: #000;
}

li.mailbox_responsive_only{
    display: none !important;
}
li.notifdropdown.responsive_only{
    display: none !important;
}

@media (max-width: 767.98px) {
    li.mailbox_responsive_only{
        display: block !important;
    }
    li.mailbox_fullsize{
        display: none !important;
    }

    li.notifdropdown.responsive_only{
        display: block !important;
    }
    li.notifdropdown.fullsize{
        display: none !important;
    }
}

/* <!-- Nouveau Widgets --> */

.rounded_widget {
    border-radius: 25px !important;
}

.widget_size {
    height: 305px;
}

.rounded_widget .panel {
    border-bottom: none !important;
}


.panel-alert {
    border-color: #ebccd1;
}
.panel-alert > .panel-heading {
    color: #fff;
    background-color: #a94442;
    border-color: #a94442;
    border-top-left-radius: 25px !important;
    border-top-right-radius: 25px !important;

}

.panel-alert>.panel-heading > .widget-title {
    display: inline-block;
    font-weight: bold;
}


.panel-alert > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #ebccd1;

}
.panel-alert > .panel-heading .badge {
    color: #f2dede;
    background-color: #a94442;
}
.panel-alert > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ebccd1;
}


.rounded_widget .panel-widget {
    border: none !important;
}

.rounded_widget .panel-widget>.panel-heading {
    color: #fff;
    background-color: #FF6600;
    border-color:#FF6600;
    border-top-left-radius: 25px !important;
    border-top-right-radius: 25px !important;
}

.rounded_widget .panel-widget>.panel-heading > .widget-title {
    display: inline-block;
    font-weight: bold;
}


.rounded_widget .table-panel {
    padding: 0 !important;
}

.btn-widget-transparent {
background-color: transparent;
color: #ebeced;
}
.btn-widget-transparent:hover {
color: #000;
}

.bg-gray-main {
    background-color: #ebeced !important;
}

.rounded_widget .report-block, .rounded_widget .evt-block {
    margin: 4px 0;
    position: relative;
}

.rounded_widget .report-block .report-meta,.rounded_widget .evt-block .event-meta,.rounded_widget .news-article {
    background: #f3f4f8;
    margin: 10px;
    padding: 5px;
    border-radius: 25px !important;
}
.rounded_widget a._changePicture img{
    height: 130px;
}
.panel-widget{
    position: relative;
}
.rounded_widget .panel-footer {
    position:absolute;
    bottom:0;
    width: 100%;
    border: none;
    border-radius: 25px !important;
    padding-bottom: 20px;
    background: none;
}
.evt-block .event-date{
    /* top: 12px; */
    border-radius: 25px;
    top: -5px;
    z-index: 2;
    background: #20729a;
    padding: 6px 18px;
    position: absolute;
 
    -webkit-transition: all 200ms ease-in-out 0s;
    -o-transition: all 200ms ease-in-out 0s;
    transition: all 200ms ease-in-out 0s;
}

.evt-block ul {
    list-style: none;
    padding-left: 0;
}


.evt-block .event-meta {
    z-index: -1;
}
div#calendar a._partner {
    background-color: #FFA500;
    border: 1px solid #FFA500;
}
    
div#calendar a._shared {
    background-color: #aa68ba;
    border: 1px solid #aa68ba;;
}

div#calendar a._pepite {
    background-color: #088480;
    border: 1px solid #088480;
}


.t_partner {
    color: #FFA500;
}


.t_broadcast {
    color: #aa68ba;
}

.t_spontaneous {
    color: #088480;
}

.t_pepite {
    color: #088480;
}

.header-nav-wrapper .franchise-name{
    position: absolute;
    width: 400px;
    left: 25%;
    top: 20px;
    margin-left:-200px;
    color: #fff;
    font-size: 20px;
    text-align: center;
}

.header-nav-wrapper.darker-header{
    background-color: rgba(0, 0, 0, 0.6) !important;
}

.well-unbordered{
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    border-radius: 4px;
}