/*
 Theme Name:   OceanWP Child
 Theme URI:    https://oceanwp.org/
 Description:  OceanWP Child Theme
 Author:       Patricia MARTIN
 Author URI:   https://centre-belair.fr
 Template:     oceanwp
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  oceanwp
*/

body{
	overflow-x:hidden;
}

#site-header.top-header #site-logo #site-description span {
    color: #403534;
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin: 0;
    font-family: "Merienda",Sans-serif;
	font-weight:bold;
}

#site-header-inner{
	display:flex;
	justify-content:center;
}

#site-logo{
    padding:10px !important;
}
#site-description{
    padding-top:10px !important;
}
#site-description h2{
    color:#403534 !important;
}

.btn{
    display:block;
    font-size:15px;
    padding:10px 0;
    -webkit-border-radius:3px;
    border-radius:3px;
    text-align:center;
    margin-top:20px;
}
.btn-vert{
    color:#FFFFFF !important;
    background-color: #268035;
}
.btn-vert:hover, .btn-vert:active, .btn-vert:focus{
    color:#FFFFFF;
    background-color: #185222;
}
.flex-space{
    display: flex;
    justify-content: space-around;
    margin:5px auto;
}

/* barre de lecture */
.eael-reading-progress-fill {
    background-color: #eb6046 !important;
}

/* Curseur fancy-text page d'accueil */
.typed-cursor{
    color:#ffffff !important;
}

/* Post Timeline EA */
.eael-timeline-post-inner{
    background:linear-gradient(45deg, #3f3f46 0%, #eb6046 100%) repeat scroll 0 0 rgba(0,0,0,0) !important;
}

/* Liste des colonies - Page actualités */
.wpem-event-listings .wpem-event-layout-wrapper .event_featured, .wpem-event-listings .wpem-event-layout-wrapper .event_featured:hover{
	background:none !important;
}

/* COLONNE LATERALE */
/*
.widget-area .sidebar-box {
    background-color: #eb6046 !important;
}
*/
#right-sidebar{
    background-color: #eb6046;
    padding: 20px !important;
}

/* Countdown MEC EVENT */
.mec-event-countdown-part3{
    display: none !important;
}

.mec-event-countdown-part2::after {
    top: 50% !important;
    margin-top: -11px !important;
    right: -24px !important;
    bottom: auto !important;
    left: auto !important;
    border-color: transparent transparent transparent #eb6045 !important;
}
.mec-month-divider {
    margin: 0 0 10px 0 !important;
}

/* Page d'accueil - zone "flash info" */
.eael-call-to-action.cta-icon-flex .icon{
	line-height:0;
}
.eael-call-to-action.cta-icon-flex .action{
	padding-top:5px;
}

/* Page d'accueil - zone "présentation colo avec icone" */

.home .eael-call-to-action.cta-icon-flex.bg-lite{
    flex-direction: column;
    align-items: center;
}

.home .eael-call-to-action.cta-icon-flex.bg-lite .content{
    text-align: center;
}

/* PAGE D'accueil zone responsive classes découvertes - colonies */

.home .eael-fancy-text-prefix {
    margin-right: 15px;
}

.home .eael-call-to-action.bg-img:after {
    background: rgba(0,0,0,.5);
}
.home .eael-call-to-action.cta-flex.bg-img{
	min-height:300px;
}
.home .elementor-widget-eael-cta-box {
    margin: 0 !important;
}

/* Page Contact - formulaire - checkbox RGPD */
.checkbox-container.label-right .field-wrap>div{
    width: auto !important;
    margin-right: 20px !important;
}

.error404 .page-header{
	display:none !important;
}

/* Flèches du slider de la page "Actualités" */

.mec-slider-t1-wrap .mec-owl-theme .owl-nav .owl-next, .mec-slider-t1-wrap .mec-owl-theme .owl-nav .owl-prev {
	line-height: initial;
}

/* PAGE EVENEMENT */
.wpem-single-event-body-content .wp-block-columns {
    display: flex;
    align-items: center;
    text-align: center;
}

.figure-wp-event-100 img{
	max-width: 100px;
}

.wpem-main a,.wpem-single-event-page .wpem-single-event-wrapper .wpem-single-event-body .wpem-single-event-body-sidebar .wpem-single-event-sidebar-info a{
	color: #eb6046;
}
.wpem-main a:active, .wpem-main a:focus, .wpem-main a:hover,.wpem-single-event-page .wpem-single-event-wrapper .wpem-single-event-body .wpem-single-event-body-sidebar .wpem-single-event-sidebar-info a:hover{
	color: #ba452e;
}

.wpem-theme-button, a.wpem-theme-button, button.wpem-theme-button, input.wpem-theme-button{
	background:#eb6046;
}
.wpem-theme-button:hover, a.wpem-theme-button:hover, button.wpem-theme-button:hover, input.wpem-theme-button:hover{
	background: #ba452e;
}

/* PAGE PRIVEE - SOUMISSIONS FORMULAIRE CONTACT */
.page-id-3133 {
    padding: 10px;
}

/* TARTE AU CITRON */
/* GESTION COOKIES */
.tarteaucitronSelfLink{
	display:none !important;
}

/* MEDIA QUERIES */

@media screen and (max-width: 970px) {
    .mec-event-countdown-part2::after {
        display: none !important;
    }

	a.mobile-menu, a.mobile-menu:hover, a.mobile-menu:active{
		color:#fff !important;
	}

	#site-header-inner{
		justify-content:flex-end;
	}
	
	.mysticky-welcomebar-fixed-wrap{
		flex-direction:column;
	}
	
	.mysticky-welcomebar-fixed, .mysticky-welcomebar-fixed *{
		padding-bottom:5px;
	}
}
