
@import url('https://fonts.googleapis.com/css2?family=Delius&family=Libre+Baskerville&display=swap');

body, .page-header
{
	background-color:#f0f1f0;
}

.elementor-159 .elementor-element.elementor-element-2fd4bca:not(.elementor-motion-effects-element-type-background), .elementor-159 .elementor-element.elementor-element-2fd4bca > .elementor-motion-effects-container > .elementor-motion-effects-layer
{
	background-color:#e4e4e8;
}


@keyframes AnimLetterSpacing
{
	0%   {letter-spacing: -15px;}
	100% {letter-spacing: 2px;}
}

.home .page-header-title
{
	margin-top:33px;
	font-size:41px;
	font-family: "Libre Baskerville", serif;
	font-weight: 400;
	font-style: normal;
	letter-spacing: 2px;
	
	animation-name: AnimLetterSpacing;
	animation-duration: 2s;
}

.home #main #content-wrap
{
	padding-top:7px;
	padding-bottom:7px;
}


.Accueil_JF_Ayoub::before {
	content: "";
	position: absolute;
	background-image:url("/wp-content/themes/oceanwp/assets/img/Background-ArHumeu-Home-v2.gif");
	background-repeat: repeat-x;
	background-position-y:bottom;
	min-height:320px;
	width:100%;
	opacity:0.6;
	z-index: -1; /* Place le pseudo-élément derrière le contenu */
}


.Accueil_JF_Ayoub
{
	min-height:320px;
	margin-bottom:12px;
}

.Accueil_JF_Ayoub section
{
	width:1200px;
	margin:auto;
	padding-left: 55px;
}

.Accueil_JF_Ayoub h2
{
	margin-bottom: 2px;
	
	font-family: "Delius", cursive;
	font-weight: 400;
	font-style: normal;
	font-size: 24px;
	color: #000000;
	letter-spacing: 1px;
}




@keyframes Block_de_news_opacity
{
  0%   {opacity:0%;}
  100% {opacity:100%;}
}
.block_news_home
{
	width: 320px;
	background-color:#ffffff;
	float:left;
	
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
    
	animation-name: Block_de_news_opacity;
	animation-duration: 2.5s;
}

.block_news_home:nth-child(1),
.block_news_home:nth-child(2)
{
	margin-right: 65px;
}


.block_news_home h3
{
	margin-top: 19px;
	text-align:center;
	
	margin-bottom: 19px;
    line-height: 23px;
	color:#000000;
	font-size: 16px;
	font-weight: bold;
	font-family: helvetica, Arial;
}
.block_news_home a
{
	text-decoration:underline;
	color:#000000;
}
.block_news_home a:hover
{
	color:#000000;
}

.block_news_home p
{
	font-size: 14px;
    line-height: 22px;
    color: #000000;
	text-align:center;
}


