/*======================================
Version: 1.0
Author: Yann Le Sager
Template: Articles
======================================*/

.post-thumbnails-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 95%;
  gap: 10px;
  width: 1100px;
  margin: auto;
  padding: 20px;
  background: url(arrondi.svg);
	top: -38px;
  position: relative;
}
.space-item {
  margin-right: 10px;
  margin-left: 10px;
}
/* Style pour les miniatures */
.space-item img {
  max-width: 100%;
}
/********* Actu princ *******/
#actu_princ {
  position: relative;
  aspect-ratio: 21/9;
  overflow: clip;
}
#actu_princ img {
  position: absolute;
	left: 50%;
  transform: translate(-50%);
	width:100%;
	
}
.tt_actu_princ {
  position: absolute;
  z-index: 9;
  max-width: 400px;
  margin: 5% 0 0 5%;
}
.tt_actu_princ h2 {
  font-size: 51px;
  font-weight: 900;
  color: #fff;
	text-shadow: 0 0 5px #000;
}
#main-content .tt_actu_princ h2 a:hover {
	color: #fff !important;
}
.tt_actu_princ p {
  font-size: 20px;
  font-weight: 400;
  color: #fff;
}
/*********** Actu secondaire *************/
.actu_sec {
 width: 33%;
	align-self: flex-start;
}
.tt_actu_sec {
  /*position: absolute;*/
  width: 95%;
}
.actu_sec h2 {
  font-size: 17px;
  font-weight: 700;
  text-transform: uppercase;
  color: #a80140;
  margin-top: 10px;
	/*position: absolute;
  width: 33%;*/
}
.actu_sec p {
  font-size: 16px;
  line-height: 1.5em;
  color: #222;
}
.actu_sec.bas h2, .actu_sec.bas p {
  padding: 0 10px 20px 10px !important;
}
/********* Actu sidebar **********/
#col_actus {
  border-left: dotted 1px #222;
  border-top: dotted 1px #222;
}
#col_actus .post-thumbnails-container {
  display: block;
  /*padding-left: 20px;*/
}
#col_actus h3 {
  font-size: 20px;
  line-height: 1em;
  padding-left: 25px;
  display: block;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-top: 27px;
  /*border-top: solid 1px;*/
  /* background: url(http://ricom-web7.com/ccsb/wp-content/uploads/2023/10/icone-telechargement.png) no-repeat 0px 27px;*/
  color: #3e3e3e;
  text-transform: uppercase;
}
#col_actus .space-item.actu_sec.sidebar {
  width: 100%;
  margin-bottom: 15px;
}
#col_actus .sidebar h4 {
  font-size: 15px !important;
  text-transform: uppercase;
}
#col_actus .space-item {
  margin-right: 0px;
  margin-left: 0px;
}
.bloc img {
  height: auto;
  min-width: 100%;
  min-height: 100%;
	max-width: inherit;
}
/*******LES MASQUES************/
.maskart1, .maskart2, .maskart3 {
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  background-color: aqua;
  display: flex;
  /*mask-size: 100%;*/
  align-items: initial;
  height: 298px;
  mask-position: bottom;
  -webkit-mask-position: bottom;
}
.maskart1 {
  -webkit-mask-image: url(actu1.svg);
  mask-image: url(actu1.svg);
}
.maskart2 {
  -webkit-mask-image: url(actu2.svg);
  mask-image: url(actu2.svg);
}
.maskart3 {
  -webkit-mask-image: url(actu3.svg);
  mask-image: url(actu3.svg);
}

.actu_sec span.jour {
  color: #4123e6;
  font-size: 50px;
  font-weight: 900;
  line-height: 0.7;
}
.actu_sec span.mois {
  color: #4123e6;
  font-size: 25px;
  font-weight: 400;
  line-height: 0.7;
  display: block;
}
.list_actus .post-thumbnails-container {
	flex-wrap: wrap;
	gap:0;
}

.list_actus .actu_sec {
	max-width: 330px;
	align-self: flex-start;
	overflow: clip;
	margin-bottom: 20px;
}

.list_actus .tt_actu_sec {
  position: relative;
  width: 95%;
}
a > img:hover {
transform: scale(1.1);
	transition: all 0.5s ease-in-out;
}
a > img {
  transition: all 0.8s ease-in-out;
}
@media (max-width:640px){
	.post-thumbnails-container
{
  display: block;
  max-width: 95%;
  margin: auto;
  padding: 20px;
  background: none !important;
  top: unset !important;
  position: relative;
}
	#actu_princ
{
  position: relative;
  aspect-ratio: 21/10 !important;
  overflow: clip !important;
  margin-bottom: 50px !important;
}
	.actu_sec
	{
	  width: 100%;
		margin-bottom: 30px;
	}
	.maskart1, .maskart2,.maskart3
	{
	  -webkit-mask-image: none !important;
	  mask-image: none !important;
		contain: content !important;
		border-radius: 20px !important;
	}
	.tt_actu_sec
	{
	  position: relative;
	  width: 100%;
	}
}