@import 'animate.css';
@import 'style-for-header-nav.css'; 
@import 'carousel.css';  
@import 'responsive.css'; 


#wpadminbar {
    display: none;
}

.wp-site-blocks {
	width: 100%;  
	padding: 0;
}
 

form {
	background: #efefef;
	padding: 20px;	
	
}

#form-title{ 
	margin-bottom:30px;
}


form {
	background: #efefef;
	padding: 20px;
	
}
#form-title{
	margin-bottom:30px;
}

html{
    margin: 0px!important;
}
a {
	--activecolor: #ffee9c;
}
/******  page-template-actualite *******/
.nv-page-title  {
	text-align: left!important;
}

.container.single-page-container{
	max-width: 1170px!important;
}

.nv-page-title-wrap.nv-big-title { 
	margin-top: 10px;
} 

.nv--yoast-breadcrumb.neve-breadcrumbs-wrapper {
	margin-bottom: 10px;
}

.posts-actu-container {
	margin-bottom:50px;	
}

.posts-actu .wp-block-image {
	/*text-align: center!important; */
	padding: 20px;
}
.posts-actu .wp-block-image img {
	cursor: pointer;
}

.type-post {
	padding-bottom: 10px;
}

.post-image-container { 
    max-height:150px; 
    overflow: hidden;
	text-align: center;
    background: #efefef;
  }

  .dabou-video {
	max-width: 900px;
	margin: 0 auto;

  }


/* Post Home*/
.wp-block-latest-posts__featured-image img {
	max-height:250px!important;
	text-align: center!important;
	
}


.wp-block-latest-posts.wp-block-latest-posts__list li {
	background: #f9efd1;
	border:  #aeaeae solid 2px;
    
}

.wp-block-latest-posts.wp-block-latest-posts__list li a {
	padding-top: 10px;
	color: #272727
    
}

.modal {
	text-align: center;
}

/* Cards */

.card-title, .card-body {
	padding: 10px;	
}
.card {
	border-radius: 0;
	max-width: 500px;
}

.card-title, .card a {
	color: #333;
	text-decoration: none;
}
.card a.btn {
	color: #efefef;	
}

.card img {
	max-height: 300px;
	width: auto;
}

.img-rounded>img {
	border-radius:50%!important;
	border: 1px solid #efefef;
}

.wp-block-separator {
	background-color:#efefef;
	color: #cccccc;
}
.float-right {
	float: right;
}
/* page Actu */
.logo-txt img {
	max-width: 150px;
	text-align: center!important;
	display: inline-block!important;
	margin: 0 auto!important;
}


.home-pattern-formation img {
	border: 2px solid #777;
	display: inline-block;
	border-radius:0!important;
}

.image-shadow img {  
	-webkit-box-shadow: 7px 7px 7px 0px rgba(0,0,0,0.14); 
	box-shadow: 7px 7px 7px 0px rgba(0,0,0,0.14);

	display: inline-block;
}




.rounded-circle img{
	border-radius: 50%!important;
	display:inline-block!important;
	border: 1px solid #efefef;
}


/* home-posts */
ul.home-posts {
	display: flex;
}

ul.home-posts > li { 
	width: 30%;
	padding: 5px;
	border: 1px solid #efefef;
	margin: 5px;
	

}

ul.home-posts li > a {
	text-align: center!important; 
	display: inherit;
}










