/*
 * Identité visuelle CIBM — reprise à l'identique depuis imevent-child/style.css
 * (docs/00-ANALYSE-EXISTANT.md §6, docs/01-ARCHITECTURE-CIBLE.md §7).
 * Ne pas modifier les sélecteurs/règles ci-dessous sans repasser par la recette visuelle.
 */

@font-face {
    font-family: 'new_ciclegordita';
	src:url('../fonts/New_Cicle_Gordita-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


/* --------------------------------------------------- COOKI CONSENT */

.cookie-bar-bar .ctcc-inner {   
    display: inline-block !important;
    
}


/* -----------------------------------------------------FONTS AND COLOR */
main.container {
  padding-bottom: 50px;
}



img {
    max-width: 100%;
    height: auto !important;
}

.wpb_text_column  a,
.post-title  a,
.widget a
{
    background: 
      linear-gradient(to right, rgba(100, 200, 200, 0), rgba(100, 200, 200, 0)),
      linear-gradient(to right, #f18785, #f18785);
    background-size: 100% 0.1em, 0 0.1em;
    background-position: 100% 100%, 0 100%;
    background-repeat: no-repeat;
    transition: background-size 400ms;
  }
  
  .wpb_text_column a:hover,.wpb_text_column  a:focus,
  .post-title a:hover,.post-title  a:focus,
  .widget a:hover,.widget  a:focus
  {
    background-size: 0 0.1em, 100% 0.1em;
  }



body {   
    line-height: 27px;
    font-size: 17px;
}


h1, h2, h3, h4 {
	font-family: 'new_ciclegordita';   
	color: #f18785 !important;
	margin-bottom:1em;
}


h2, .h2 {
    font-size: 45px !important;
}


h3, .h3 {
    font-size: 30px !important;
}

.btn-theme {
	/*font-family: 'new_ciclegordita'; */ 
    font-weight: 400; 
}


.color-blue, .wide .page-section.color-blue, .boxednew .page-section.color-blue {
    background-color: #4daec0;
    color: #ffffff;
}

.color-blue h2 {
	color:#fff !important;	
}

.color-white p, .color-white, .color-white h2 {
	color:#fff !important;
}

/* -----------------------------------------------------MENU */

.sf-menu.nav li a {
    /* font-family: 'new_ciclegordita'; */
    text-transform: none;
    font-size: 18px;
    font-weight: 500;
}

.sf-menu li.active {
    background-color: #f1736ec9 !important;
}

.sf-menu > li {   
    border-radius: 5px;
}

ul.sf-menu {   
    margin-top: 20px;
	float: left;
}

.shrink .logo img {
    height: 64px;
}

.wide .header.shrink, .boxednew .header.shrink {   
    border-bottom: 0px solid #fff;
	padding-bottom:20px;
}



.cart-contents {
    float: left;
        padding-top: 28px;
    color: #fff;
}

.cart-contents:before {
    font-family: WooCommerce;
    content: "\e01d";
    font-size: 20px;
    margin-top: 10px;
    font-style: normal;
    font-weight: 400;
    vertical-align: bottom;
}

.cart-contents-count {
    color: #fff;
    background-color: #4daec0;
    font-weight: bold;
    border-radius: 10px;
    padding: 1px 6px;
    line-height: 1;
    font-family: Arial, Helvetica, sans-serif;
    vertical-align: top;
    margin-left: -10px;
    margin-top: -10px;
}


.login-contents {
    float: left;
    padding-top: 28px;
    color: #fff;
}

.login-contents:before {
    font-family: WooCommerce;
    content: "\e03a";
    font-size: 18px;
    margin-top: 10px;
    font-style: normal;
    font-weight: 400;
    margin-left: 15px;
    vertical-align: bottom;
}


@media (max-width: 450px) {
.cart-contents, .login-contents {
    clear: both;
    padding: 0 28px;
}
.cart-contents:before, .login-contents:before {
	    font-size: 28px;
}

.login-contents:before {
	   margin-left: 0px;
}


}


a.cart-contents:hover, a.login-contents:hover,
a.cart-contents:focus, a.login-contents:focus,
a.cart-contents:active, a.login-contents:active
{
    color: #f18785;
}





/* ------------------------------------------------------ EVENT BOX */

.event-background {
    border-radius: 5px 5px 0 0;
}




/* ---------------------------------------------------------------- PAGES CONTENT */

/* -----------------------------------------------------HOMPAGE */


.event-description {
    font-size: 17px;
    font-weight: 500;
    line-height: 18px;

}

.event-description .media>.pull-left {
    margin-right: 15px;
}



.title {
    text-align: center;
}
.page-section.with-sidebar {
    background-color: #f0f0f0;
    padding-top: 142px !important;
    margin-bottom: 0px;
    padding-bottom: 50px;
}




/* Image de fond réglable (Réglages DEV4 Event > Identité), appliquée en style
   inline par inc/template-tags.php::d4e_page_header_title() — plus l'URL en
   dur du thème d'origine. background-color reste le repli tant qu'aucune
   image n'est choisie dans les réglages. */
.page-header-title {
    padding: 100px 0;
    margin-bottom: 0px;
    background-color: #f5f5f5;
    margin-top: 0;
    color: #fff !important;
    background-size: cover;
    background-position: center;
}



@media (max-width: 991px) {
.page-header-title {
    padding: 40px 0;  
}
}




.page-header-title .title h1 {
    display: inline-block;
    background-color: #f18784e8;
    padding: 10px 20px;
    color: #fff !important;
    max-width: 950px;
}



.page-id-31647 .page-section.with-sidebar {
    background-color: #eaeaea;    
}


.wpb_wrapper ul li {   
    margin-bottom: 12px;
    list-style: none;
}

.wpb_wrapper ul li::before {
    content: "\2022";
    color: #f18785;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
    font-size: 20px;
  }



  #main-slider.owl-carousel .owl-item .item img {
    /* max-width: 100%; */
    max-height: 40vh;
    display: block;
}


#main-slider h2 {
	color:#fff !important;
	font-size:45px;
	font-family: 'new_ciclegordita';  
    margin-bottom: 5px;
}

span.attention {
    color: #fff;
    background-color: #4daec0;
    padding: 6px 15px;
    text-transform: uppercase;
    font-family: 'new_ciclegordita';
    /* margin-top: 5px; */
}



ul.speackers li {
	color:#333;
	margin-left:20px;
	line-height:1.7em;	
}

ul.speackers li .highlight {
	color:#fff;		
}

ul.speackers  li:before {
  content: "\f007"; /* FontAwesome Unicode */
  font-family: FontAwesome;
  display: inline-block;
  margin-left: -1.3em; /* same as padding-left set on li */
  width: 1.3em; /* same as padding-left set on li */
  color:#fff;		
}


.schedule-wrapper, .schedule-tabs.lv2 {
	border:none !important;
	
}

.timeline .post-title {
    font-size: 18px !important;    
    color: #333 !important;
	font-weight:normal !important;
    border-bottom: solid 0px #d2d2dc !important;
    padding-bottom: 0px;
    margin-bottom: 0px;
	text-transform:none;
	
    line-height: 1.6em;
}

.timeline .post-header {
    margin-bottom: 0px !important;
}

.timeline .post-meta {
	text-align:right;
	padding-top:15px;
}


.timeline .post-date {    
    font-family: 'new_ciclegordita';
    /*color: #f18785 !important;*/
	text-align:right;
    font-family: 'Montserrat', sans-serif;
    font-size: 0.9em;
}


.timeline .post-date i {     
    color: #333 !important;	
}

.timeline .media-body {
    background-color: #daf1f5 !important;
    padding: 15px;
    border-radius: 5px;
}

.timeline .media-body p {	
    margin: 10px 0 0 0;
}

.timeline article.post-wrap {
    background-color:transparent;
    padding: 0px;
}



.timeline .media-body.cibm-pause {
    background-color: #f2f2f28c !important;
    color: #c86561 !important;
}

.media-body.cibm-capsule {
    border-left: 5px solid #4daec0;
    background-color: #c5eaf1 !important;
    
}

.media-body.cibm-capsule h2 {    
    font-weight: bold !important;
}

.timeline .media-body.cibm-cat {
    background-color: #cdcdcd !important;
    font-weight: 500 !important;
}


.timeline .media-body.cibm-pause h2 {
	border:none;
    color: #c86561 !important;
    font-weight: bold !important;
	
}

.timeline .media-body.cibm-pause .post-header {
    margin-bottom: 0px;
}
.timeline .media-body.cibm-pause .post-title {
    margin:0;
	padding:0;
}

.timeline .post-footer {
	display:none;	
}


.timeline .post-body span, .timeline .post-body span {
    color: #f18785;
    font-weight: bold;
}



span.firm {
    font-weight: bold;
    color: #4daec0;
}

/*---------------------------------------------- intervenants */
.colintervenant {
    min-height: 330px !important;
}


.intervenant {   
    margin-bottom: 40px;
    min-height: 372px !important;
}


.intervenant img {
    border-radius: 50%;
    border: 4px solid #fff;
    margin-bottom: 10px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.intervenant:hover img {   
    border: 8px solid #4daec0;    

}




/* ------------------------------------------------- Slider */

.slider_intervenants {
    display: block;
}



#slider_31486 .owl-item img {  
    border-radius: 50%; 
    border: 4px solid;   
}

#slider_31486 .sa_hover_container {
    color: #fff;
}

/* ---------------------------------------------------- Autres pages */




/* -----------------------------------------------------Partenaires */

#partenaires p {	
	font-size:16px !important;
	text-align:left !important;	
}


.vc_separator.wpb_content_element.vc_separator_align_center.vc_separator_no_text {
    height: 10px;
    margin: 10px 0 20px 0;
        padding: 10px 5px 30px 20px;
}


/* -----------------------------------------------------Actualite */


.vc_grid-item .wpb_single_image img {
    height: auto;
    max-width: 100%;
    vertical-align: top;
    border-radius: 6px;
}


.vc_grid-item .vc_custom_heading.vc_gitem-post-data.vc_gitem-post-data-source-post_title h4 {
    font-size: 25px !important;
    margin-bottom: 5px;
}


#actualites h2.post-title {
	font-weight:normal;
	font-size:20px !important;
	font-family:inherit;
	margin-bottom: 5px;	
}


#actualites .post-title a {
    color: #0d1d31;
    line-height: 1.3em;
}




/* ------------------------------------------------------ Blog page */


.post-template-default .page-section.with-sidebar, .blog .page-section.with-sidebar {   
    padding-top: 200px !important;
}


article.post-wrap {
    background-color: #fff;
    padding: 20px;
}

.post-excerpt {
    font-size: 16px;
}
.content .widget + .widget, .sidebar .widget + .widget, .footer .widget + .widget {
    margin-top: 30px;
}

div#recent-posts-2 {
    background-color: #fff;
    padding: 20px;
}


.widget-title {    
    font-family: 'new_ciclegordita';
    color: #f18785 !important;
    margin-bottom: 1em;
    border-bottom: 1px solid;
    padding-bottom: 5px;
}

.widget a {
    color: #333;
    line-height: 1.5em;   
}
.widget a:hover {
    color: #f18784;
}

.single-post .post-title {
    font-size: 35px;
    color: #333 !important;
    border-bottom: 1px solid #d8d8d8;
    padding-bottom: 15px;
    font-weight: normal;
	    margin-bottom: 15px;
}
.single-post .post-meta {
    border-bottom: 1px solid #d8d8d8;
    padding-bottom: 15px;
}

#sidebar ul, #sidebar li {
    list-style-type: none;
    padding-left: 0;
    margin-left: 0;
    border-bottom: 1px solid #f0f0f0;
    padding-bottom: 10px;
}

.single-post .post-body, 
.single-post .post-body p {
	line-height:1.5em;
	
}



#video-player .flex-video {
    border-color: #666;
}
.flex-video {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 0px;
    height: 0;
    overflow: hidden;
    border: 5px solid #F2E9E0;
	margin-bottom: 20px !important;
}

.flex-video iframe, .flex-video object, .flex-video embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}




/* -----------------------------------------------------Inscription */

#inscriptions h2 {
	color:#fff !important;
}

#inscriptions h2.price-label-title {	
	font-size: 24px !important;
	font-family:inherit;
	font-weight:normal;
}

#inscriptions .price-value {
	display:none;	
}




.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea, .woocommerce form .form-row select {
    padding: 10px;
    border: 1px solid;
    border-radius: 5px;
    border-color: #f0f0f0;
}

.select2-container .select2-selection--single {

    height: 38px !important;
	}
	
	
.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #f0f0f0;
    border-radius: 4px;
}


.price-table-tmp  .vc_column-inner {
    text-align: left;
    margin: 0px auto 30px auto;
    border: solid 4px #fff !important;
    border-radius: 5px;
    padding: 10px;
    background-color: #f99e9c;
    width: 90% !important;
}

.price-table {
    text-align: left;
    margin: 0px auto 30px auto;
    border: solid 4px #ffffff !important;
    border-radius: 5px;
    padding: 10px;
    background-color: #52b1c3;
}

.price-table-row {
   
    font-size: 17px;    
    
}

.price-table-tmp  .vc_column-inner  h3{
	color:#fff !important;

    
}


.price-table-tmp  .vc_column-inner .btn-theme {
	margin-top:20px !important;	
}

.pricing_woo.price-table:hover {
    background-color: #55bfd3;
}


.woocommerce-cart table.cart th {
    background-color: #fff;
}


.woocommerce form .form-row #terms.input-checkbox {
    display: inline;
    margin: -2px 8px 0 0;
    text-align: center;
    vertical-align: middle;
    position: static;
}

.woocommerce table.shop_table {   
    font-size: 16px;
    background-color: #fff;
}

.woocommerce-billing-fields {
    background-color: #fff;
    padding: 20px;
}
.woocommerce-additional-fields {
    background-color: #FFF;
    padding: 20px;
}

/* ------------------------------------------------------ MAP */

.on-gmap .section-title {
	display:none;	
}

.on-gmap h3 {
	color:#fff !important;
	margin-bottom:5px !important;
}

.container.gmap-background .on-gmap {
    border-radius: 5px;
    padding: 25px 25px 45px 25px;
    line-height: 20px;
}

.container.gmap-background .on-gmap {
    width: 300px;
}


/* -------------------------------------------------------------------------------------- FORM */

.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea, .woocommerce form .form-row select {
    padding: 10px;
    border: 1px solid #b7b7b7;
    border-radius: 5px;

}


.woocommerce form .form-row textarea {
    height: 20em;
    line-height: 1.5;
    display: block;
    box-shadow: none;
}

.woocommerce ul.order_details {
    margin: 0 0 3em;
    list-style: none;
    background-color: #ffffff;
    padding: 10px 15px;
    border: 1px solid #eaeaea;
    border-collapse: separate;
    border-spacing: 0;
    border-radius: 5px;
}


/* ------------------------------------------------------------------------------------- COOKIE */

.cookie-bar-block #catapult-cookie-bar span {
    display: block;
    margin: 1em 0;
    font-size: 0.8em;
}




/* -------------------------------------------------------------------------------------- FOOTER */

footer.footer {
    margin-top: 50px;
}


.copyright {
	font-size:14px;
	margin:20px 0 60px 0;
}

.wide .footer-meta, .boxednew .footer-meta {
	    background-color: #f1f1f1;
    padding-bottom: 100px;
}


