/*
Theme Name: CAEMOSAIQUE
Author: CM
Author URI: http://clementmartinez.fr/
Description: Thème pour CAEMOSAIQUE
Version: 1.0
*/

.btn_carte_entrepreneurs {
	margin-top:30px;
}
.btn_carte_entrepreneurs a,
.btn_carte_entrepreneurs a:hover,
.btn_carte_entrepreneurs a:focus,
.btn_carte_entrepreneurs a:active,
.btn_carte_entrepreneurs a:visited {
	color:white;
	text-decoration:none;
}
.btn_carte_entrepreneurs img {
	width:40px;
	height:auto;
}
.btn_carte_entrepreneurs span {
	text-decoration:underline;
}

#site-header #minimenu {
	float: none;
	margin: 0;
	position: absolute;
	top: 100px;
	right: 15px;
}
#site-header #minimenu ul li a, footer #minimenufooter ul li a {
    font-size: .9em;
    text-transform:none;
}

body footer nav ul li {
    padding: 0 20px!important;
}
body footer nav ul .sub-menu li {
    padding:0!important;
}
@media screen and (min-width: 1200px) {
	body footer nav ul .sub-menu {
	    left: 20px;
	}
}

#loginform input {
	border:1px solid black;
}
#loginform .login-remember {
	display: none;
}

.page-template-template-doc h2 {
	font-family: 'Noto Serif', serif;
	font-weight: 700;
	font-size:18px;
	color:#00aa91;
}

#cae_ent_motcles {
	display: block;
	/*display: none;*/
	border-radius: 25px;
	text-transform: uppercase;
	background-color:white;
	color:black;
	width: 100%;
	max-width: 500px;
	padding: 3px 20px;
	font-size: .85em;
	border:0;
	margin-top:20px;
	margin-bottom:20px;
}

.entrepreneur-invisible {
	display: none!important;
}
.entrepreneur-visible {
	display: block!important;
}

.one_entrepreneur[data-formateur="0"], .one_entrepreneur[data-filiere="0"], .one_entrepreneur[data-zone="0"] {
    display: none!important;
}

article.type-post.entrepreneur-post .title {
    margin-right: 100px;
}

#ffenetremailtomailModal {
	display: none!important;
}

img.aligncenter {
	margin-left: auto;
	margin-right: auto;
	display: block;
}
.mosagri_the_posts {
	margin-top:70px;
}
.mosagri_the_posts .main_title {
	margin-bottom: 40px;
}
.mosagri_the_posts img {
	margin-bottom: 15px;
}


/*****
******	FORMATEURS
*****/
.page-template-template-formateurs h1,
.page-template-template-formateurs h2 {
	font-weight: bold;
}
.page-template-template-formateurs h1 {
	color: #ff2a61;
}
.page-template-template-formateurs h2 {
	color:#00aa91;
}
.single-formation h1 {
	color: #ff2a61;
	font-weight: bold;
}
.page-template-template-formateurs .links a {
	color:#00aa91;
	text-decoration: underline;
}
#cae_formateurs_motcles,
#cae_formations_motcles {
    display: block;
    display: none;
    border-radius: 25px;
    text-transform: uppercase;
    background-color: white;
    color: black;
    width: 100%;
    max-width: 500px;
    padding: 3px 20px;
    font-size: .85em;
    border: 0;
    margin-top: 20px;
    margin-bottom: 20px;
}

#filters-zone2 {
    margin-top: 55px;
    color: white;
    margin-bottom: 20px;
}
#filters-zone2 span.current:after {
    content: '';
    display: block;
    position: absolute;
    top: 4px;
    left: 26px;
    width: 12px;
    height: 12px;
    background-color: #00aa91;
    border-radius: 100px;
}
#filters-zone2 span::before {
    content: '';
    display: block;
    position: absolute;
    top: 0px;
    left: 22px;
    width: 20px;
    height: 20px;
    background-color: white;
    border-radius: 100px;
}
#filters-zone2 span {
    margin-bottom: 5px;
}
#filters-zone2 span {
    display: inline-block;
    padding-left: 50px;
    cursor: pointer;
    position: relative;
}
#filters-filiere2 {
	cursor: pointer;
}
#filters-filiere2 .bar {
    border-radius: 25px;
    text-transform: uppercase;
    background-color: white;
    color: black;
    width: 100%;
    max-width: 500px;
    padding: 3px 20px;
    font-size: .85em;
    position: relative;
}
#filters-filiere2 .bar .sep {
    position: absolute;
    right: 35px;
    top: 0;
    height: 100%;
    width: 1px;
    background-color: #00aa91;
}
#filters-filiere2 .bar i.fa-search {
    position: absolute;
    top: 4px;
    right: 13px;
    font-size: 15px;
}
#filters-filiere2 .bar i.fa-caret-down {
    position: absolute;
    top: 1px;
    right: 90px;
    font-size: 22px;
    color: #00aa91;
}
#filters-filiere2 .results {
    display: none;
    width: 470px;
    max-width: 100%;
    z-index: 1000;
    position: absolute;
    top: 100%;
    left: 15px;
    padding: 10px;
    border: 1px solid #00aa91;
    background-color: white;
    color: black;
}
#filters-filiere2 .results span {
    display: block;
    margin-bottom: 5px;
}
.page-template-template-formateurs .one_entrepreneur {
	word-wrap: anywhere;
}
.title_entrepreneur a {
	color:black;
}
#filters-filiere2.open .results {
    display: block;
}

#formateurs, #formations {
    margin-top:30px;
    margin-bottom:30px;
}
#formateurs {
	margin-top: 50px;
}

#formations-list .one_entrepreneur .link_to {
    margin-bottom: 20px;
}


body .cbp-spmenu-vertical a {
    padding: 5px 15px;
}


.flex_partenaires {
    display:-webkit-box;display:-ms-flexbox;display:flex;
    -ms-flex-wrap: wrap;flex-wrap: wrap;
}
.one_partenaire {
    min-width: 25%;
}

/***
****    FAQ
***/
.one_faq {
    margin-bottom: 20px;
    padding: 20px;
    cursor: pointer;
    background-color: #f4f0e7;
}
.one_faq h2 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 22px;
}
.one_faq h2 span {
    float: right;
}
.one_faq.closed .content {
    display: none;
}
.one_faq .content {
    margin-top: 20px;
}
.faq_section .main_title {
    margin-bottom: 40px;
}
.faq_section .one_term {
    font-size: 1.4em;
    cursor: pointer;
}
.faq_section .one_term:hover {
    text-decoration: underline;
}

.gform-body [type="email"],
.gform-body textarea,
.gform-body [type="text"] {
    border: 1px solid #e5e5e5!important;
}
.gform-body textarea {
    height:200px!important;
}
#gform_confirmation_message_1 {
    font-size: 20px;
    margin-top: 30px;
    margin-bottom: 30px;
    font-weight: 700;
}

.discover-formateurs .frame {
    text-align: center;
}

#doc_sommaire {
    margin-bottom: 25px;
}
#doc_sommaire > div {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: start;
}
#doc_sommaire p {
    margin-bottom: 0;
}
#doc_sommaire p a {
    background-color: #00aa91;
    color: white;
    text-decoration: none;
    border-radius: 25px;
    text-transform: uppercase;
    padding: 3px 18px;
    font-size: .9em;
    display: inline-block;
}


/* events accueil */
.eventbrite_events {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}
.eventbrite_events > article {
    width: 30%;
    margin-bottom: 30px;
}
.eventbrite_events article .title {
    line-height: 20px;
    margin-top: 10px;
}
.eventbrite_events article .title a {
    font-weight: bold;
    font-size: 16.8px;
    text-transform: uppercase;
    color:black;
    text-decoration: none;
}
.eventbrite_events article .excerpt {
    margin-bottom: 15px;
}
.eventbrite_events article .readmore {
    text-align: center;
}
.eventbrite_events article .readmore a {
    color: white;
    text-decoration: none;
    border-radius: 25px;
    text-transform: uppercase;
    padding: 3px 18px;
    font-size: .9em;
    display: inline-block;
    background-color: #00aa91;
}
.all_events {
    margin-bottom:40px;
}
.all_events a {
    color: #00aa91!important;
    text-transform: uppercase;
}