/* Custom.css */


/*
 * Layout
 */


/* Header position */

.tm-header:before {
	content: "";
	display: block;
	background: url(../assets/images/campus-de-mirecourt-filet.svg) top center no-repeat;
	background-size: 100% 8px;
    box-sizing: content-box;
    
    max-width: 1200px;
    height: 8px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
}

@media screen and (min-width: 640px) {

	.tm-header:before {
    	padding-left: 30px;
    	padding-right: 30px;
    }

}

@media screen and (min-width: 920px) {

	.tm-header:before {
    	padding-left: 40px;
	    padding-right: 40px;
	}

}


/* Bottom position */

.bottom {
    background: #151515;
}


/*
 * Compoents
 */


/* Navbar component */

.tm-header-mobile .uk-navbar-container {
	padding-top: 10px;
}

.tm-header .uk-navbar-container:not(.uk-navbar-sticky) {
	padding-top: 100px;
}

.uk-navbar-container.uk-navbar-sticky {
	padding-top: 30px;
	padding-bottom: 30px;
	background: rgba(255,255,255,.9);
}

.uk-navbar-toggle {
    font-weight: 700;
	text-transform: uppercase;
    letter-spacing: 3px;
}

#tm-navbar.uk-modal .uk-modal-dialog,
#tm-mobile.uk-modal .uk-modal-dialog {
    background: rgba(131,56,36,.9) !important;
}


/* Modal component */

.uk-modal .uk-nav-default {
    text-align: center;
}

.uk-modal .uk-nav-default > li {
	border-bottom: 2px solid #fff;
}

.uk-modal .uk-nav-default > li > a,
.uk-modal .uk-nav-default .uk-nav-sub a {
    color: #fff !important;
}

.uk-modal ul.uk-nav-sub {
    padding-left: 0;
}

.uk-modal .uk-nav-default .uk-nav-sub a {
    font-weight: 400 !important;
    text-transform: none;
}

.uk-modal .uk-nav-default > li > a:focus,
.uk-modal .uk-nav-default > li > a:hover,
.uk-modal .uk-nav-default .uk-nav-sub a:focus,
.uk-modal .uk-nav-default .uk-nav-sub a:hover {
    color: #bcbcbc !important;
}

    
/*
 * Custom content
 */


/* Baseline & Title */

.baseline {
    font-size: 1.5rem;
}

.home .title {
    color: #000;
}


/* Home page */

.home .courses .el-title,
.home .courses .el-meta {
    color: #fff;
}

.home .courses .list > div > div > a {
    padding-top: 35px !important;
    padding-bottom: 35px !important;
}

.home .courses .list > div > div:nth-child(1n+0) > a {
    background: #bbb !important;
}

.home .courses .list > div > div:nth-child(2n+0) > a {
    background: #aaa !important;
}

.home .courses .list > div > div:nth-child(3n+0) > a {
    background: #999 !important;
}

.home .courses .list > div > div:nth-child(4n+0) > a {
    background: #888 !important;
}

.home .courses .list > div > div:hover {
    background: #64b087 !important;
    margin-top: -25px !important;
    -webkit-transition: margin 300ms;
    transition: margin 300ms;
}

.home .courses .list > div > div > a:hover {
    background: #64b087 !important;
}

.home .courses .el-title {
    margin-top: 0 !important;
    font-weight: 700;
}

.home .courses .el-meta {
    letter-spacing: 3px;
}

.home .jobs .list > div:nth-child(1n+0) > div > div > .uk-accordion-title {
    background: #888 !important;
}

.home .jobs .list > div:nth-child(2n+0) > div > div > .uk-accordion-title {
    background: #999 !important;
}

.home .jobs .list > div:nth-child(3n+0) > div > div > .uk-accordion-title {
    background: #aaa !important;
}

.home .jobs .list > div:nth-child(4n+0) > div > div > .uk-accordion-title {
    background: #bbb !important;
}

.home .jobs .list .uk-accordion-title {
	padding: 15px;
    color: #fff;
    font-size: 1.5rem;
    text-transform: uppercase;
}

.home .jobs .list .uk-accordion-title::before {
	filter: invert(95%) sepia(100%) saturate(21%) hue-rotate(321deg) brightness(105%) contrast(105%);
}

.home .jobs .list > div > div > div > .uk-accordion-title:hover,
.home .jobs .list > div > div > div.uk-open > .uk-accordion-title {
    background: #64b087 !important;
}

.home .jobs .list .uk-list {
	margin: 0 15px;
}

.home .jobs .list .uk-list a {
	color: #000;
	font-size: 1.2rem;
}

.home .jobs .list .uk-list a:hover {
	color: #888;
}

.home .news .uk-article-meta {
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-top: 30px;
    margin-bottom: 0;
}

.home .news .uk-article-title {
    margin-top: 10px;
    color: #000;
    font-size: 1.25rem;
    text-transform: none;
}

.home .news .uk-article-title a {
    color: #000;
}


/* Fomration list pages */

.page-id-27 .list .el-title,
.page-id-27 .list .el-meta {
    /*
    color: #000;
    */
    text-shadow: 5px 5px 8px #000;
}

.page-id-27 .list .el-title {
	font-size: 1.5rem;
    text-transform: none;
}

.page-id-27 .list .el-meta > .formation-type {
	background: rgba(0, 0, 0, .35);
	display: inline-block;
	/* padding: 0 5px; */
	width: 34px;
	line-height: 34px;
	border-radius: 3px;
}


/* Formation single page */

@media screen and (min-width: 640px) {

	.single-formations .hero .uk-tile .uk-panel {
    	min-height: 310px;
	}

}

.single-formations .hero .pathway span,
.single-formations .hero .course span {
    display: inline-block;
    padding: 3px 10px;
}

.single-formations .hero .title {
    text-transform: none !important;
}


/*
 * WP Plugins
 */


/* mPDF plugin */

.pdfbutton {
	background-origin: border-box;
    background-color: #64b087;
	display: inline-block;
	box-sizing: border-box;
	margin: 0;
	padding: 0 30px;
    color: #fff;
	font: inherit;
	font-size: 16px;
	line-height: 40px;
	border: none;
	border-radius: 3px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	-webkit-appearance: none;
	vertical-align: middle;
	overflow: visible;
	transition: .1s ease-in-out;
	transition-property: all;
	transition-property: color,background-color,background-position,border-color,box-shadow;
}


.pdfbutton:not(:disabled) {
    cursor: pointer;
}

.pdfbutton:focus,
.pdfbutton:hover {
	background-color: #55a67a;
	color: #fff;
    text-decoration: none;
	outline: 0;
}


/* Gravityforms plugin */

.gform_wrapper textarea {
    height: 200px !important;
}

.gform_wrapper .gform_footer:not(.top_label) {
    margin-left: 0 !important;
    width: 100% !important;
}

.gform_wrapper .gform_footer .gform_button {
    float:right;
}

.gform_wrapper input {
    overflow: visible;
}

.gform_wrapper input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]),
.gform_wrapper select:not([multiple]):not([size]),
.gform_wrapper textarea {
    display: inline-block;
    background: #f7f8f6;
    box-sizing: border-box;
    margin: 0;
	margin-bottom: 0px;
    padding: 0 10px !important;
    height: 40px;
	color: #000;
    font: inherit;
    border-radius: 3px;
    border: 2px solid #c4c4c4;
    vertical-align: middle;
    transition: .2s ease-in-out;
	transition-property: all;
    transition-property: color,background-color,border-color,box-shadow;
    -webkit-appearance: none;
}

.gform_wrapper input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]):focus,
.gform_wrapper select:not([multiple]):not([size]):focus,
.gform_wrapper textarea:focus {
    border-color: #64b087;
}

.gform_wrapper select option.gf_placeholder {
    color: #333 !important;
}

.gform_wrapper input[type="submit"],
.gform_wrapper input[type="button"],
.gform_wrapper button {
    display: inline-block;
    box-sizing: border-box;
    background-color: #64b087;
    background-origin: border-box;
    margin: 0;
	margin-bottom: 0px;
    padding: 0 30px;
    color: #fff;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    font-size: 16px;
    line-height: 40px;
    text-transform: none;
    border: none;
    border-radius: 3px;
    vertical-align: middle;
    text-align: center;
    text-decoration: none;
    -webkit-appearance: none;
    transition: .1s ease-in-out;
	transition-property: all;
    transition-property: color,background-color,background-position,border-color,box-shadow;
    text-transform: uppercase;
    overflow: visible;
    cursor: pointer;
}

.gform_wrapper input[type="submit"]:focus,
.gform_wrapper input[type="button"]:focus,
.gform_wrapper button:focus,
.gform_wrapper input[type="submit"]:hover,
.gform_wrapper input[type="button"]:hover,
.gform_wrapper button:hover {
    background-color: #55a67a;
	color: #fff;
}

.gform_wrapper li.gf_list_inline ul.gfield_checkbox li,
.gform_wrapper li.gf_list_inline ul.gfield_radio li {
	margin: 0 20px 10px 0 !important;
	line-height: 44px;
	height: 44px;
}

.gform_wrapper .gf_list_inline ul.gfield_checkbox li label, 
.gform_wrapper .gf_list_inline ul.gfield_radio li label {
	white-space: nowrap;
}

.gform_wrapper div.validation_error {
	color: #ff5823 !important;
	border-top: none !important;
	border-bottom: none !important;
}

.gform_wrapper li.gfield.gfield_error,
.gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
	background-color: rgba(255,88,35,.1) !important;
	border-top: none !important;
	border-bottom: none !important;
}

.gform_wrapper .gfield_error .gfield_label {
	color: #ff5823 !important;
}

.gform_wrapper li.gfield_error input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]),
.gform_wrapper li.gfield_error select,
.gform_wrapper li.gfield_error textarea {
	border: 2px solid #ff5823 !important;
}

.gform_wrapper li.gfield_error div.ginput_complex.ginput_container label,
.gform_wrapper li.gfield_error ul.gfield_checkbox,
.gform_wrapper li.gfield_error ul.gfield_radio {
	color: #ff5823 !important;
}

.gform_wrapper .validation_message {
	color: #ff5823 !important;
}

.gform_wrapper label.gfield_label,
.gform_wrapper legend.gfield_label {
	color: #64b087 !important;
	font-weight: 400 !important;
}

/* Required field */

.gform_wrapper .gfield_required {
	color: #ff5823 !important;
}

/* Custom classes */

.gform_wrapper .em > label {
	font-style: italic;
}


/* Moove GDPR */

.lity {
    background: #888 !important;
    background: rgba(94,94,94,.7) !important;
}

.lity-content::after {
    box-shadow: none !important;
}

#moove_gdpr_cookie_modal,
#moove_gdpr_cookie_info_bar,
.gdpr_cookie_settings_shortcode_content {
	font-family: inherit !important;
}

#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content p,
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content p a {
    font-weight: 400 !important;
}

#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content a.mgbutton,
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton {
    border-radius: 3px !important;
}

#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-close {
    top: -20px !important;
    right: -20px !important;
}

#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-close,
#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-close i,
#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-close span.gdpr-icon {
    width: 40px !important;
    height: 40px !important;
    line-height: 40px !important;
    border-radius: 3px !important;
}

#moove_gdpr_cookie_modal .moove-gdpr-modal-content {
    color: #666 !important;
    border-radius: 3px !important;
}

#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content {
    box-shadow: none !important;
    border-top-left-radius: 3px !important;
    border-bottom-left-radius: 3px !important;
}

#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-right-content {
	background-color: #f4f3f2 !important;
    border-top-right-radius: 3px !important;
    border-bottom-right-radius: 3px !important;
}

#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content {
	background-color: #f4f3f2 !important;
}

#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main h3.tab-title,
#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main span.tab-title {
    color: #333 !important;
}

#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-tab-main-content a {
    color: #64b087 !important;
    font-weight: 700 !important;
    text-decoration: none !important;
}

#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-tab-main-content a:hover {
    color: #55a67a !important;
    text-decoration: underline !important;
}

#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-tab-main-content li,
#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-tab-main-content p {
    color: #888 !important;
}

#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-tab-main-content button {
    color: #000 !important;
}

#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu li a,
#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu li button,
#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder a.mgbutton,
#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button.mgbutton {
	padding: 10px 20px !important;
    border-radius: 3px !important;
}

#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu li a,
#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu li button,
#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu li button i,
#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu li a i {
    color: #000 !important;
}

#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu li.menu-item-selected a,
#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu li.menu-item-selected button {
    border-color: #64b087 !important;
    color: #64b087 !important;

}

#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu li:hover a,
#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu li:hover button,
#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-close:hover i,
#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content a:hover {
/*
#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content a.mgbutton:hover,
#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton:hover,
#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button:hover,
#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content span.change-settings-button:hover
*/
{
    color: #55a67a !important;
}

#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder a.mgbutton,
#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button.mgbutton,
.gdpr_cookie_settings_shortcode_content .gdpr-shr-button.button-green {
    background-color: #64b087 !important;
    border-color: #64b087 !important;
}

#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder a.mgbutton:hover,
#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button.mgbutton:hover,
.gdpr_cookie_settings_shortcode_content .gdpr-shr-button.button-green:hover {
    color: #55a67a !important;
}

#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button.mgbutton.moove-gdpr-modal-save-settings:hover,
#moove_gdpr_cookie_info_bar.gdpr-full-screen-infobar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder button.mgbutton:hover {
#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton:hover,
#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button:hover,
#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton:hover,
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content a.mgbutton:hover,
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton:hover {
    background-color: #55a67a !important;
	color: #fff !important;
}

#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content a.mgbutton.change-settings-button:hover,
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton.change-settings-button:hover {
	color: #fff !important;
}
