/*
Theme Name: OceanWP Child
Theme URI: https://oceanwp.org/
Description: OceanWP WordPress theme example child theme.
Author: Nick
Author URI: https://oceanwp.org/
Template: oceanwp
Version: 1.0
*/

/* Parent stylesheet should be loaded from functions.php not using @import */



.published {
    
	display: none;}
	
	#menu-pages {
	font-size: 20px!important;
	
}
	#menu-pages a{
	color: #000!important;	
	
}
	#menu-pages a:hover{
	color: #e91e63!important;	
	
}
.menu-item > a {color: #000!important;}

.homepage {
	max-width: 1240px;
	margin-left: auto;
	margin-right: auto;
	text-align: justify;
	padding-right: 20px;
	padding-left: 20px;
	
}

.titretarif {
	color: #FFF;
	background-color: #ed719f;
	padding: 10px;
	
}


.btntarif {
	color: #FFF;
	background-color: #e91e63;
	padding: 10px;
	
}
.btntarif  a{
	color: #FFF!important;
	
}
.btncontact a {
	color: #FFF;
	border: 1px solid #FFF;
	padding: 10px;
} 
.btncontact a:hover {
	color: #000;
	background-color: #FFF;
}
.largebandenoire{
	background-color: #000;
	width: 100%;
	margin-right: 0px;
	margin-left: 0px;
	color: #FFF;
	padding-top: 60px;
	padding-bottom: 40px;
}

	

.colonneg {
	margin-top: 20px;
	margin-bottom: 20px;
	float: left;
	max-width: 380px;
}
.colonnem {
	margin-top: 20px;
	margin-bottom: 20px;
	float: left;
	max-width: 380px;
	margin-right: 20px;
	margin-left: 20px;
}
.colonned {
	margin-top: 20px;
	margin-bottom: 20px;
	float: left;
	max-width: 380px;;
	
}
.clearedsep{clear:both;}

#content > article > div > div:nth-child(3) > h2 {margin-top:40px;}

#content > article > div > div:nth-child(6) > h3:nth-child(1) {margin-top:40px;}
#related-posts > a {color: #000;}


body.home .page-header-inner {text-align: left;}

/* vignette categorie sidebar*/


#category-posts-2-internal img, #category-posts-3-internal img , #category-posts-4-internal img {

    float: left;
    padding-top: 35px;
    margin-right: 5px!important;
	}
	
	.wp-caption-text{text-align:center;
	}

	
	.single-post:not(.elementor-page) .entry-content a:not(.wp-block-button__link):not(.wp-block-file__button),
.page:not(.elementor-page):not(.woocommerce-page) .entry a:not(.wp-block-button__link):not(.wp-block-file__button) {

  text-decoration: none!important;
  
}


