/*
Theme Name:  Formation Buralistes
Theme URI:   http://yoursite.com/link/to/theme
Description: Thème personnalisé par Mosaik Solutions.
Author:      Mosaik Solutions
Author URI:  http://www.mosaiksolutions.fr
Version:     1.0.0
License:     GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags:        fixed-layout, fluid-layout, responsive-layout, left-sidebar, right-sidebar, custom-menu, featured-images, full-width-template, post-formats, sticky-post, theme-options, translation-ready
Text Domain: theme55766
Template:    cherryframework4
*/

/* =Theme customization starts here
-------------------------------------------------------------- */

.button_1.button_color_4,
.button_1.button_color_4:hover {
	background: #f9354c;
}

.button_1.button_color_5,
.button_1.button_color_5:hover {
	background: #a66ce7 !important;
}

/*
.header-text{
    color: #888888;
}
.site-header .widget-title {
    color: #888888 !important;
}*/
.sidebar-header-2 .textwidget h4 {
    /*color: #888888;*/
    color: #fff;
    padding-top: 10px;
}
.services_1 .services-inner {
    min-height: 405px;
}

.cherry-box .inner {
	padding : 0;
}

.box_1.box_color_3 .cherry-box .inner::after {
    background-color: #f9354c;
}
.box_1.box_color_3 .cherry-btn-primary {
    background: #00bbd3 none repeat scroll 0 0;
}

.box_1.box_color_4 .cherry-box .inner::after {
    background-color: #823fcc;
    opacity: 1;
    border: 10px solid #a66ce7;
	box-sizing: border-box;
}
.box_1.box_color_4 .cherry-btn-primary {
    background: #a66ce7 none repeat scroll 0 0;
}

div.espace-stagiaire .box_1 .cherry-box .inner {
	padding: 50px;

}

/*.box_1.box_color_3 .cherry-box .inner {
    padding: 93px 100px 98px !important;
}*/

#form_stagiaire input[type="text"], #form_stagiaire_home input[type="text"] {
    text-align: center;
}

#login_stagiaire {
	margin-top: 15px;
}

div.recaptcha div.wpcf7-form-control-wrap {
	margin-bottom: 0px;
}

span.cherry-btn-content-wrap {
    -moz-hyphens: none;
    word-wrap: normal !important;
}

/*.image-logo img {
    -moz-box-shadow: 0 0 5px #fff;
    -webkit-box-shadow: 0 0 5px #fff;
    box-shadow: 0px 0px 5px #fff;
}*/

.cherry-btn.cherry-btn-yellow {
    background: #fec006 none repeat scroll 0 0 !important;
}

.text-yellow {
    color: #fec006;
}

.box_1.box_stagiaire {
    color: rgb(136, 136, 136);
}

/*.box_1.box_stagiaire .cherry-box .inner {
    padding: 93px 100px 98px !important;
}*/

.box-login .inner{
    background-attachment: scroll;
    background-color: #ffffff;
    background-image: url("images/box-login-bg.jpg");
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
}

 .box-stagiaire .inner{
    background-attachment: scroll;
    background-color: #ffffff;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
}

input[name=datepf] {
    height:45px;
    margin-bottom:10px;
}

h3.cherry-services_title a {
    pointer-events: none;
    cursor: default;
}

.box_1 .box-login-error .inner {
    padding: 15px 160px 15px 160px;
}

div.espace-stagiaire-error {
    margin-bottom: 15px;
}

div.ajax-return div.espace-stagiaire div.inner {
    padding: 93px 90px 98px;
}

span.error-message h4 {
    margin: 0;
    color: #fff;
}

div#MapPlace {
    height: 600px;
}

.box-carto .inner {
    background-color: #fff;
}

.cherry-btn.btn-actif {
    background: #fec006 none repeat scroll 0 0 !important;
    box-shadow: 3px 3px 5px 1px transparent, 3px 3px 5px 1px rgba(0, 0, 0, 0.1) inset !important;
}

.mp-flexslider-obj.flexslider {
    border-radius: 0 !important;
    border: 0 !important;
}

.motopress-image-slider-obj .slides li img {
    border: 0 !important;
}

.height-video {
    height: 100px;
}

/* Styles for dialog window */
#popin-incitation-questionnaire {
	background: white;
	padding: 20px 30px;
	text-align: left;
	max-width: 400px;
	margin: 40px auto;
	position: relative;
}


/**
 * Fade-zoom animation for dialog
 */

/* start state */
.my-mfp-zoom-in .zoom-anim-dialog {
	opacity: 0;

	-webkit-transition: all 0.2s ease-in-out; 
	-moz-transition: all 0.2s ease-in-out; 
	-o-transition: all 0.2s ease-in-out; 
	transition: all 0.2s ease-in-out; 



	-webkit-transform: scale(0.8); 
	-moz-transform: scale(0.8); 
	-ms-transform: scale(0.8); 
	-o-transform: scale(0.8); 
	transform: scale(0.8); 
}

/* animate in */
.my-mfp-zoom-in.mfp-ready .zoom-anim-dialog {
	opacity: 1;

	-webkit-transform: scale(1); 
	-moz-transform: scale(1); 
	-ms-transform: scale(1); 
	-o-transform: scale(1); 
	transform: scale(1); 
}

/* animate out */
.my-mfp-zoom-in.mfp-removing .zoom-anim-dialog {
	-webkit-transform: scale(0.8); 
	-moz-transform: scale(0.8); 
	-ms-transform: scale(0.8); 
	-o-transform: scale(0.8); 
	transform: scale(0.8); 

	opacity: 0;
}

/* Dark overlay, start state */
.my-mfp-zoom-in.mfp-bg {
	opacity: 0;
	-webkit-transition: opacity 0.3s ease-out; 
	-moz-transition: opacity 0.3s ease-out; 
	-o-transition: opacity 0.3s ease-out; 
	transition: opacity 0.3s ease-out;
}
/* animate in */
.my-mfp-zoom-in.mfp-ready.mfp-bg {
	opacity: 0.8;
}
/* animate out */
.my-mfp-zoom-in.mfp-removing.mfp-bg {
	opacity: 0;
}

/* Boutons page accueil */
.espace-perf-icon {
    background: url('images/picto-espace-perf.png') no-repeat center center;
}
.planning_formation .cherry-box .inner {
    padding : 82px 0px 83px;
}
@media (min-width: 992px) and (max-width: 1200px) { 
    .boutons_accueil .cherry-btn-content-wrap {
        font-size: 24px;
    }
    .demi_bouton {
        padding-top : 19px !important;
        padding-bottom: 19px !important;
        min-height : 40px;
        line-height: 28px !important;
    }
    .demi_bouton .cherry-btn-content-wrap {
        font-size: 24px !important;
    }
    .demi_bouton span.cherry-btn-icon {
        display: none;
    }
}
@media (min-width: 1200px) { 
    .boutons_accueil .cherry-btn-content-wrap {
        font-size: 29px;
    }
    .demi_bouton {
        padding-top : 10px !important;
        min-height : 120px;
        line-height: 28px !important;
    }
    .demi_bouton .cherry-btn-content-wrap {
        font-size: 24px !important;
    }
    .demi_bouton span.cherry-btn-icon {
        /*display: none;*/
        min-height: 45px;
        font-size: 40px;
        margin-bottom: 0;
    }
    .espace-perf-icon {
        height: 84px;
    }
}

.mejs-overlay-button {
    background: url(images/video_play_button.png) no-repeat !important;
}

.bouton_enquetes {
    background-color : #EB7D3C !important;
}
.bouton_guide_formation {
    background-color : #4674C1 !important;
}

/* Menu espace stagiaires */
.menu_espace_stagiaires .cherry-btn-content-wrap {
    font-size: 30px;
}
.logout_espace_stagiaires {
    text-align: right;
    margin-bottom: 5px;
}
.logout_espace_stagiaires a {
    background: url('images/logout.png') no-repeat;
    padding-left: 20px;
   
}

/* Blocs Accueil */
.bloc_acc {
    background : #FFF;
    padding: 10px;
    margin-bottom: 30px;
    min-height: 350px;
}
.bloc_acc p {
    word-wrap: normal !important;
}


/* Graphiques enquêtes satisfaction */
.csschart {
    width : 100%;
    height : 500px;
    position: relative;
}
.csschart .graduation-verticale {
    position: absolute;
    width: 10%;
    height: 100%;
    border-right: 1px solid #A8A8A8;
}
.csschart .graduation {
    width: 95%;
    position: relative;
}
.csschart-60 .graduation {
    height: 14.28%;
}
.csschart-70 .graduation {
    height: 12.5%;
}
.csschart-80 .graduation {
    height: 11.11%;
}
.csschart .graduation .graduation-inner {
    position: absolute;
    width: 100%;
    bottom: 0;
    text-align: right;
}
.csschart .chart-inner {
    position: absolute;
    top : 0;
    left: 10%;
    width: 80%;
    height: 100%;
    border-bottom: 1px solid #A8A8A8;
}
.csschart .chart-bloc {
    position: absolute;
    width: 20%;
    bottom: 0;
}
.csschart .bloc1 {
    left: 4%;   
}
.csschart .bloc2 {
    left: 28%;   
}
.csschart .bloc3 {
    left: 52%;   
}
.csschart .bloc4 {
    left: 76%;   
}
.csschart .bloc-num {
    height: 20px;
    text-align: center;
}
.csschart .bloc-inner {
    width: 100%;
    font-size: 1px;
}
.csschart .bloc1 .bloc-inner, .csschart-legend .legend-color1 { 
    color: #0B6A42;
    background-color: #0B6A42;
}
.csschart .bloc2 .bloc-inner, .csschart-legend .legend-color2 {
    color: #255EAB;
    background-color: #255EAB;
}
.csschart .bloc3 .bloc-inner, .csschart-legend .legend-color3 {
    color: #FF9A1F;
    background-color: #FF9A1F;
}
.csschart .bloc4  .bloc-inner, .csschart-legend .legend-color4 {
    color: #72B5CB;
    background-color: #72B5CB;
}
.csschart-legend {
    margin: 30px 0 10px;
}
.csschart-legend .chart-dates {
    text-align: center;
    font-weight: bold;
    margin-bottom: 15px;
}
.csschart-legend .legend {
    text-align: center;
}
.csschart-legend .legend .legend-bloc {
    display: inline-block;
    padding-right : 20px;
}
.csschart-legend .legend-color {
    display: inline-block;
    width: 20px;
    height: 20px;
}
.csschart-legend .legend-text {
    display: inline-block;
    padding-left: 5px;
}