/*
Theme Name: FHPMCO 2017
Theme URI: 
Description: This is a custom child theme for twentythirteen
Author: Be-angels
Author URI: https://be-angels.fr/
Template: twentythirteen
Version: 0.1
*/

@import url("../twentythirteen/style.css"); 

body.post-type-archive-event .mytheme-content,
body.tax-event-category .mytheme-content {
	background: transparent;
	transform: none !important;
}

body.post-type-archive-event #primary,
body.tax-event-category #primary {
	float: none;
}


.archive .site-main .navbar{
    background-color: transparent;
}

.equipe-btn{
    padding: 20px 15px;
    border: solid 2px;
    
}

.equipe-btn:hover{
    background-color: rgb(238, 128, 37);
    color: white !important;
    text-decoration: none;
    padding: 20px 15px;
    border: solid 2px;
    
}

.page_children_style2 td {
    width: 25% !important;
}

.actu-camp{
	min-height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-family: "open_sanssemibold", arial;
    font-size: 18px;
    color: #ffffff !important;
    line-height: 20px;
    width: 25%;
    background-color: rgb(31, 85, 121);
    padding: 20px 10px;
}

.actu-camp:hover{
	text-decoration: none;
	color: rgba(255, 255, 255, 0.9)
}


.actu-camp-container{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
}

.page_children_style2{
    padding: 0;
    margin: 0;
}
#depeche-slider{
    display: flex;
    flex-direction: column;
}

#depeche-slider .home-slider{
    display: flex;
    flex-grow: 1;
    flex-direction: column;
    justify-content: space-around;
}

body .site-content .baseline-container {
    background: none;
    border: 0px;
    padding-bottom: 0;
}

body #nsp-baseline .baseline {
    width: 100%;
}


@media (max-width: 992px) {


body #home-actus .left.o-hidden:after {
    z-index: 10;
    content: "";
    display: block;
    background-image: url(/wp-content/uploads/2022/05/frederique-gama.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    width: 150px;
    height: 150px;
    border-radius: 0px 0px 0px 100px;
    position: absolute;
    right: 0px;
    top: 0;
    /* transform: translateY(-50%); */
}

}