#dernieres_actu_title{
	color:#000000;
	font-weight: bold;
	text-align:center;
	display: flex;
	align-items: center;
	margin-bottom:25px;
	padding-right: 0px;
	justify-content:center;
	width: 100%;
    margin: auto;
}

.bloc_dernieres_actus:has( .col-md-12 > .row > .col-md-12 > .background-color-white) {
  background-color: #ffffff;
}

.bloc_dernieres_actus:has( .col-md-12 > .row > .col-md-12 > .background-color-blue) {
  background-color: #EEF7FF;
}
.bloc_dernieres_actus:has( .col-md-12 > .row > .col-md-12 >.background-color-deep-blue ) {
  background-color: #DBEEFF;
}


#cadre_dernieres_actu_title{
	border: 1px solid #ECECEC;	
	margin-top:15px;
}

.bloc_actualite{
	margin: 20px 0px;
	padding: 0 5px;
	padding-left: 10px;
	margin-top: 0px;
}

.carteActu:active, .carteActuBig:active {
    background-color: #EEF7FF;
}

.actu{
	/*background-color: #ECECEC;*/
	height: 398px;
    width: 250px;
    background: #FFFFFF;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
	border-radius: 8px;
	cursor: pointer;
}

.actu_dateBig{
	color:#6D6D6D !important;
	position: absolute;
	bottom: 0px;
	right: 10px;
	font-style: normal;
}

.actualite_tags {
	min-height: 29px;
	margin-left: 20px;
	padding-left:0px;
	margin-bottom:0px;
	margin-top:20px;
	margin-right:20px;
}
.carteActuBig {
    width: 100%;
    height: auto;
    background: #FFFFFF;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
    border-radius: 8px;
	margin: 5px 0px;
	display:flex;
	flex-direction: column;
	transition : all 0.2s ease-out;
}

.carteActuBig :nth-child(1){order:2}
.carteActuBig :nth-child(2){order:1}
.carteActuBig :nth-child(3){order:3}
.carteActuBig :nth-child(4){order:4}
.carteActuBig :nth-child(5){order:5}
.carteActuBig :nth-child(6){order:6}


.actu:focus, .actu:focus-visible{
	outline-color:#0A76F6;
}
.carteActu:hover {
	border-color: #0157A4;
	box-shadow: 0 0 0 2px #0157A4, 0px 4px 50px #2222223D;
    border-radius: 8px;
}

.carteActuBig:hover {
	border-color: darkgrey;
	box-shadow: 0 0 0 2px #0157A4, 0px 4px 50px #2222223D;
    border-radius: 8px;
}

.actu_link{
	color: #000;
	text-decoration: none;
}


#actu_link:hover{
	color:#000;
}

.actualite_category{
	display: inline-block;
	padding: 5px 10px;
	border-radius: 3px;
	font-family: 'Public-Sans';
	font-style: normal;
	font-size: 16px;
	line-height: 19px;
	margin-left: 20px;
	margin-top: 15px;
}

.actualite_categoryBig{
	display: inline-block;
	padding: 5px 10px;
	border-radius: 3px;
	font-family: 'Public-Sans';
	font-style: normal;
	width: fit-content;
	font-size: 16px;
	line-height: 19px;
	margin-left: 15px;
	margin-top: 10px;
	margin-bottom:10px;
}

.actu_category{
	display: inline-block;
	padding: 5px 0;
	font-family: 'Public-Sans';
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 19px;
	margin-left: 20px;
	margin-top: 10px;
}

.actu_title{
	font-family: 'Public-Sans';
    font-style: normal;
    line-height: 140%;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
    font-weight: 700;
    color: #000;
	margin:0px;
}

.actu_date{
	color:#6D6D6D !important;
	position: absolute;
	bottom: 0px;
	right: 0px;
	font-style: normal;
	font-weight: bold;
}

.actu_contenu{
  	max-height: 67%;
  	overflow: hidden;
  	padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-top: 15px;
	line-height:25px;
	font-family: 'Public-Sans';
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	text-justify: inter-word;
	}
	
.actu_mediaBig{
	padding-top: 10px;
	width:100%;
	margin-bottom: 10px;
}

.actu_media{
	text-align:right;
	padding-top: 20px;
	padding-right: 20px;
	padding-left: 0px;
	margin-bottom: 10px;
}

.actu_mediaBig img{
	width: 100%; 
	border-radius: 3px;
	object-fit: cover;
	display: block;
}
	
.actu_media img{
	width: 140px; 
	height: 120px; 
	object-fit: cover;
	border-radius: 3px;
}

.actu_media video{
    width:100% !important;
	height:100% !important;
}

.video-js{
		width: 100% !important ;
}

.actu_media .vjs-big-play-button{
    top: 30% !important ;
    left: 0 !important ;
    margin: 0 auto !important;
    position: relative ! important;
}

.actuLeftColumn {
	width:65%;
	position: relative;
	height:100%;
	display:flex;
	flex-direction:column;
}

.actuLeftColumn :nth-child(1){order: 2;}
.actuLeftColumn :nth-child(2){order: 1;}
.actuLeftColumn :nth-child(3){order: 3;}
.actuLeftColumn :nth-child(4){order: 4;}
.actuLeftColumn :nth-child(5){order: 5;}


.actuRightColumn {
	width:35%;
	position: relative;
	height:100%;
}

.actu_lireLaSuite {
	color:#0157A4 !important;
	position: absolute;
	bottom: 0px;
}

.actu_underline {
	text-decoration: underline;
}

/* Small devices */
@media screen and (max-width: 993px) { 
	.actu_node,
	.actu{
		height:auto;
		width: auto;
	}
	.actu_media .video-js{
	    width:100% !important;
		height:100% !important;
	}
	
	.video-js{
		width: 100% !important ;
	}
	
	.actuLeftColumn {
		width:98%;
		position: relative;
		height:100%;
	}

	.actuRightColumn {
		width:2%;
		position: relative;
		height:100%;
	}


	.dernieres_actu_bloc {
		margin-left: 15px !important;
		margin-right: 15px !important;
		margin-bottom: 50px;
		width: auto !important;
		padding-left: 0px !important;
    	padding-right: 0px !important;
	}
	
	.actu_dateBig{
		color:#6D6D6D !important;
		position: absolute;
		bottom: 0px;
		right: 20px;
		font-style: normal;
	}
	

	#dernieres_actu_title {
	    color: #000000;
	    font-weight: bold;
	    text-align: center;
	    display: block;
		text-align: justify;
		text-justify: inter-word;
	    align-items: center;
	    margin-bottom: 0px;
	    padding-right: 0px;
	    width: auto;
	}

	.bouttonAllActu {
		display: none;
	}
	
	.carteActuBig {
	    width: 100%;
	    height: fit-content !important;
	    background: #FFFFFF;
	    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
	    border-radius: 8px;
		margin: 5px 0px;
		display:flex;
		flex-direction: column;
		padding-bottom: 40px;
	}



	.bloc_dernieres_actus .dernieres_actu_titre #dernieres_actu_title .titleActuUne {
		font-family: 'Public-Sans';
		font-style: normal;
		font-weight: bold;
		font-size: 28px;
		line-height: 28px;
		color: #000000;
		margin-right: auto;
		margin-top: 32px !important;
		margin-bottom: 38px;
		margin-left: auto;
		padding-left: 7px;
 		padding-top: 20px;
		padding-bottom: 0px;
	}

	.actu .carteActu {
    	width: auto ;
    	height: 250px;
	}

	.carteActu:hover {
		border-color: darkgrey;
		box-shadow: 0 0 0 2px darkgrey, 0px 4px 50px #d1d1d1;
		border-radius: 8px;
	}

	.container.grid-4x2 {
    	width: 100% !important;
    	padding-left: 0px !important;
    	padding-right: 0px !important;
	}

	.actu_media {
		width: 100%;
    	height: 100%;
		display: inline-block;
		padding:0px;
	}
	
	.actu_media img{
		height:100%;
		width:100%;
		border-radius: 0px 8px 8px 0px;
		display: none;
		object-fit:cover;
	}

	.actu_category.title_category {
		display: inline-block;
	    position: absolute;
	    top: 2px;
	    left: 152px;
	    font-size: 14px !important;
	    margin-top: 0px !important;
	    margin-left: 14px !important;
	    padding-top: 2px;

	}

	.actu_title {
		position: inline-block;
	    margin-top: 0;
		padding-top:15px;
	    padding-right: 40px;
	    padding-left: 20px;
	    font-size: 14px;
	    font-weight: bold;
	}

}

@media screen and (min-width: 993px ){
    #safari #dernieres_actu_title h2{
    	margin: 3px 0 25px 0; 
    }
}

.titleActuUne {
	font-family: 'Public-Sans';
	font-style: normal;
	font-weight: 700;
	font-size: 36px;
	line-height: 140px;
	color: #000000;
	text-align: center;
	letter-spacing: 0;
}

.dernieres_actu_bloc {
	padding-left: 100px;
    padding-right: 105px;
	margin-bottom: 50px;
	width: 100%;
    margin-right: auto;
    margin-left: auto;
}


a.btn.btn-secondary:active {
    color: #0489de !important;
    background-color: #fff;
    border: 1px solid #0067a9 !important;
}

.bouttonAllActu {
	background: #FFFFFF;
	border: 0.5px solid #DBDBDB;
	box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
	border-radius: 60px;
	min-width: 205px;
	min-height: 44px;
	font-family: 'Public-Sans';
	font-style: normal;
	font-weight: 500;
	font-size: 15px;
	line-height: 18px;
	color: #000;
	padding-top: 13px;
    padding-bottom: 13px;
    margin-top: 8px;
    font-weight: bold;
}



.carteActu {
    width: 100%;
    height: auto;
    background: #FFFFFF;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
    border-radius: 8px;
	display:flex;
	margin: 5px 0px;
	transition : all 0.2s ease-out;

	
}

.container.grid-4x2 {
    width: 100%;
	max-width:940px;
    margin-right: auto;
    margin-left: auto;
}

.premier_bloc_actu {
	padding-bottom: 0px;
}

a.actu {
   	text-decoration: none;
   	color: #000000;
}



.voirActualites {
	display:flex;
	justify-content: center;
	padding-bottom: 20px;
	border-radius: 8px;
	position: relative;
	margin-bottom:20px;
	font-weight: 500;
    font-style: normal;
    font-family: 'Public-Sans';
    font-size: 16px;
}

.boutonVoirActualites {
	background-color: #0157A4;
	border-radius: 9999px;
	color: white;
	padding: 10px 24px;
	border: 2px solid #0157A4;
	transition: all 0.15s ease-out;
} 

.boutonVoirActualites:focus {
	outline-offset: 4px;
	color: white;
	outline-color: #0A76F6;
	text-decoration: none;
	transition: none;
}

.boutonVoirActualites:hover {
	color:white;
	background-color: #013E75;
	border : 2px solid transparent !important;
	text-decoration: none;
}
.boutonVoirActualites svg{
	top: 1px;
    left: 6px;
    position: relative;
}

@media screen and (max-width: 993px){
	.premier_bloc_actu {
		margin: auto;
	}
	.premier_bloc_actu .col-lg-6.col-md-6.col-sm-12.col-xs-12 {
		padding-left: 0;
		padding-right: 0;
	}
	.container.grid-4x2 {
		max-width: 342px;
		margin: auto;
	}
}
.container_encadre {
	width: 100%;
}

.encadre {
	position: relative ;
}


.encadre_header {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  background-color: #0157A4;
}


.container_encadre_style_2 > .encadre> .encadre_header> .legend {
	background:white;
}

.container_encadre_style_3 > .encadre> .encadre_header> .legend {
	background:#EEF7FF;
}


.encadre_header> .legend {
  color: #fff;
  font-weight: bold;
  font-family: 'Public Sans', sans-serif;
  font-size: 18px!important;
  line-height: 1.3;
  margin: 0;
  flex: 1;
  word-break: break-word;
  padding-top:10px;
  padding-bottom:10px;
  padding-left:14px;
  padding-right:14px;
  display:flex;
  align-items:center;
  }

.style3{
	background-color:#0156A4;
	

}

.container_encadre_style_2 > .encadre > .encadre_header{
	background-color:#0157A4;
}




.container_encadre_style_3 > .encadre > .encadre_header > h2, 
.container_encadre_style_2 > .encadre > .encadre_header > h2, 
.container_encadre_style_3 > .encadre > .encadre_header > h3, 
.container_encadre_style_2 > .encadre > .encadre_header > h3, 
.container_encadre_style_3 > .encadre > .encadre_header > h4, 
.container_encadre_style_2 > .encadre > .encadre_header > h4 {
	color:#0157A4;
	}
	

	
.encadre>.legend.white_legend{
	color: #FFFFFF;
	font-family: 'Public-Sans';
    font-style: normal;
	background-color:#0157A4;
    font-weight: bold;
    font-size: 22px;
    line-height: 26px;
    min-width: 100%;
}

.icon_encadre {
	position: relative;
	float: right ;
	margin-right:-1px !important;
	background-color:#0157A4;
	min-width:53px;
	min-height:53px;
	flex-shrink: 0;
	display:flex;
	justify-content:center;
	align-items:center;
	align-self:stretch;
	
}



fieldset.encadre .icon_encadre>img {
	width: 24px;
	height: 24px;
}

.container_encadre_style_3 > .encadre > .encadre_contenu > h4,
.container_encadre_style_3 > .encadre > .encadre_contenu > h3,
.container_encadre_style_3 > .encadre > .encadre_contenu > h2{
	background:#EEF7FF;
	margin-top:0px;
	margin-bottom:0px;
	padding-left: 16px;
	padding-right: 16px;
	padding-top: 12px;
	padding-bottom: 10px;
}

.container_encadre_style_3 > .encadre > .encadre_contenu > ul,
.container_encadre_style_3 > .encadre > .encadre_contenu > p{
	background:#EEF7FF;
}


.container_encadre_style_3 > .encadre > .encadre_contenu > ul,
.container_encadre_style_2 > .encadre > .encadre_contenu > ul,
.container_encadre_style1 > .encadre > .encadre_contenu > ul{
	margin-bottom:0px;
	padding-bottom:10px;
	padding-top:10px;
}

.container_encadre_style_2 > .encadre > .encadre_contenu > h4,
.container_encadre_style1 > .encadre > .encadre_contenu > h4,
.container_encadre_style_2 > .encadre > .encadre_contenu > h3,
.container_encadre_style1 > .encadre > .encadre_contenu > h3,
.container_encadre_style_2 > .encadre > .encadre_contenu > h2,
.container_encadre_style1 > .encadre > .encadre_contenu > h2{
	background:white;
	margin-top:0px;
	margin-bottom:0px;
	padding-left: 16px;
	padding-right: 16px;
	padding-top: 12px;
	padding-bottom: 10px;
}

.container_encadre_style_2 > .encadre > .encadre_contenu > ul,
.container_encadre_style1 > .encadre > .encadre_contenu > ul,
.container_encadre_style_2 > .encadre > .encadre_contenu > p,
.container_encadre_style1 > .encadre > .encadre_contenu > p {
	background:white;
}

.encadre_contenu > p{
	margin: 0px;
	padding: 0px 15px ;
	width: 100%;
}

.grey_background {
	background-color: #F2F2F2 ;
}


.container_encadre_style_3,
.container_encadre_style_2,
.container_encadre_style1{
	border:1px solid #0157A4;
	border-radius:8px;
	overflow:hidden;
	background:#0156A4;
	margin-top:15px;
	margin-bottom:15px;
}

.container_encadre_style_3{
	box-shadow:0px 0px 10px rgba(34, 34, 34, 0.24);
}


.container_encadre_style1 > .encadre > .icon_encadre > img{
	margin-top:6px;
}


/**
	GESTION AFFICHAGE RESPONSIVE
**/

/*Mobile screen*/
@media screen and (max-width: 993px) {
	
	
	
}

.colorstyle2{
	color:#0157A4;
	font-weight:bold;
}

.encadre_contenu p {
	font-family: 'Public-Sans';
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 170%;
}

.encadre_contenu p {
	padding-left: 16px;
	padding-right: 16px;
	padding-top:12px;
	padding-bottom:10px;
}

.separateur_bas {
	height: 2px;
    overflow: hidden;
    border-top: 1px solid;
    width: calc(100% - 15px);
    position: absolute;
    left: 15px;
    color: inherit;
	color:#0157A4;
}

@media screen and (min-width: 991px) and (max-width: 993px)  {
	.icon_encadre {
		display: none;
	}
}
