/*
 Theme Name:   Thème MAPRAA
 Theme URI:    https://
 Description:  Thème pour la MAPRAA
 Author:       Web'ap
 Author URI:   https://web-ap.fr
 Template:     yonkerswp
 Version:      1.0.0
*/
@import url('https://fonts.googleapis.com/css?family=Didact+Gothic');

body{
	font-family: 'Didact Gothic', sans-serif !important;
}
.sidebar-partenaires{
	position: fixed;
	right: 5px;
	top:15%;
	max-width: 120px;
	background-color: white;
	display: none;
}
.btn-sidebar-partenaires{
	position: fixed;
	right: 0;
	top:15%;
	cursor: pointer;
	z-index: 10;
}

.sidebar-partenaires div{
	margin-bottom:10px;
}
@media (min-width: 1366px) and (max-width: 1900px){
	.sidebar-partenaires{
		max-width: 75px;
	}
	.btn-sidebar-partenaires img{
		width: 43px;
	}
}
@media (min-width: 320px) and (max-width: 940px){
	.btn-sidebar-partenaires{
		display: none;
	}
}
@media only screen and (max-width: 1299px) and (min-width: 980px){
	#header .container{
		width: 100% !important;
	}
	#header .social-list{
		display:none;
	}
}
.border_grey{
    border: 2px solid #2b2b2b;
}
.grey{
	border :1px solid #2b2b2b !important;
}
/*overwrite*/
.absolute{
	padding:0px 40px !important;
}
.child p{
	padding-bottom: 13px !important;
}
.parent .child p a{
    color: black;
    text-decoration: underline;
}
.fermer{
	background: #161616;
	color:#fff;
	text-align: center;
	font-family: 'Montserrat',"Open Sans", Arial, Helvetica, sans-serif;
	font-size: 11px;
	letter-spacing: 2px;
	padding-top: 5px;
	margin-bottom: 5px;
	cursor: pointer;
}

.home .absolute, .home .overlay{
	display: none;
}

li{
    line-height: 40px;
}
em{
	color:black !important;
}
.logo-wrapper h4{
	padding-top: 10px;
}
.logo-wrapper{
	padding: 93px 0 10px 0 !important;
}

a.vc_single_image-wrapper img:hover{
	filter: grayscale(100%);
}
.no-margin-right{
	margin-right: 0 !important;
}
.alignnone{
	width:initial !important;
	height:initial !important;
}
p a{
	color:#5a71e2 !important;
}
p {
  line-height: 1.3 !important;
}