/* <!-- 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;
}
a, button {
    outline: 0 !important;
}

.bg-turquoise{
    background: rgba(0,176,189,1);
}

.btn-orange{
    background: #f37920;
}

a.active_link{
    color: rgba(0,176,189,1);
}

.separator-blue {
    height: 10px;
    background-image: linear-gradient(to right, rgb(0, 176, 189) 0px, rgb(62, 124, 191) 14%, rgb(57, 140, 203) 14%, rgb(57, 140, 203) 28%, rgb(0, 176, 189) 28%, rgb(62, 163, 220) 44%, rgb(76, 180, 231) 44%, rgb(76, 180, 231) 58%, rgb(0, 176, 189) 58%, rgb(0, 176, 189) 72%, rgb(238, 117, 86) 72%, rgb(255, 136, 0) 86%, rgb(0, 176, 189) 86%, rgb(0, 176, 189) 100%);
}

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

.header-nav .header-nav-wrapper {
    box-shadow: none;
}

#wrapper .main-content{
    padding-top:94px;
}

/* <!-- Menu --> */
.menuzord li a {
    font-family: 'Quicksand', sans-serif !important;
}
.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: #41a9e5;
}
.menuzord-menu > li.menu-absolute{
    position:absolute;
    left:200px;
}

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

/* <!-- Newsletter box --> */
.box-home-newsletter {
    background: #41a9e5;
}
.box-home-newsletter .col-md-6:first-child {
    border-right:1px solid #41a9e5;
}
.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: #41a9e5;
    padding:12px 0;
}
.map-legend img {
    width:24px;
    height: auto;
    vertical-align: middle;
}
.map-legend {
    padding:25px;
    font-size:13px;
}
.info_content{
    width:270px;
}
.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: rgba(0,176,189,1);
    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: #41a9e5;
    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: #41a9e5 !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: #41a9e5;
}

/* <!-- 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: #41a9e5;
    color: #F0F0F0;
    border-radius: 4px;
    font-weight: bold;
}
._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: #41a9e5 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;
}

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

/* <!-- Tweaks --> */
section > .container, section > .container-fluid {
    /*padding-top: 100px;*/
    padding-bottom: 100px;
}
.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%;
}
.important--field {
    padding: 10px 0;
    background-color: #ffeaa7;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}
.form-horizontal .control-label {
    padding-top: 11px;
}
.price__tag {
    background-color: #F0F0F0;
    padding: 15px;
    font-weight: bold;
    margin-top: 30px;
    border-radius: 3px;
}
.price__span.striked {
    text-decoration: line-through;
}
.hidden__price, .coupon-row, .hidden__head {
    display: none;
}
#info__box.is__scrolled {
    position: fixed;
    top: 95px;
}
.btn-coupon {
    height: 45px;
}
.btn-coupon .fa-2x {
    font-size: 1.6em;
}
.hidden__price {
    font-size: 26px;
    color: #1F7199;
    font-weight: normal;
}
.hidden__price._small {
    font-size: 14px;
}
strong.hidden__price {
    font-weight: bold;
}
.coupon-row td {
    border-bottom: 1px solid #ddd !important;
}
._loader_company {
    position: absolute;
    top: 7px;
    right: 12px;
    z-index: 9;
    font-size: 18px;
    display: none;
}

.form_evaluation .control-label.col-md-3{
    width:100%;
}
.form_evaluation .col-md-9{
    text-align: center;
    width:100%;
}

.form-horizontal .form_evaluation .control-label{
    text-align: center;
}

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

#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;
}

.layer-overlay.overlay-dark-9::before {
    background-color: rgba(17, 17, 17, 0.1);
}

.footer, .footer a {
    color: #fff;
}

/* <!-- Calendar --> */
.fc-day-grid-event {
    cursor: pointer;
    border: none;
}
.fc-day-grid-event._is_appointment {
    background-color: #f0ad4e;
}
.fc-day-grid-event._is_event {
    background-color: #5bc0de;
}
.t_is_appointment {
    color: #f0ad4e;
}
.t_is_event {
    color: #5bc0de;
}

/* Cookies */
._cookie_box {
    background-color: #dfe6e9;
    position: fixed;
    bottom: 0;
    width: 100%;
    text-align: center;
    font-weight: bold;
}
._cookie_box .separator-blue {
    height: 5px;
}
._cookie_box ._content {
    padding: 30px;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* <!-- 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;
    }
}
/* <!-- Widgets round type Demo 1--> */

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

.widget_size {
    height: 305px;
}

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


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

}

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


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

}
.rounded_widget.panel-alert > .panel-heading .badge {
    color: #f2dede;
    background-color: #a94442;
}
.rounded_widget.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: rgba(0,176,189,1);
    border-color: rgba(0,176,189,1);
    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;
}

.rounded_widget .table-panel table tr:first-child td {
    border-top: 0;
}

.rounded_widget.panel-alert .table-panel{
    padding-left: 20px !important;
    padding-right: 20px !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;
}
a._changePicture {
    width: 80%;
    margin: auto;
}


.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;
}