.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;
	}
}
#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;
	}
}
.actualite_small {
    margin-bottom: 15px ;
    height: 398px;
}

.zone_titre_article .titre_actualite {
    display: inline-block;
    color: #000000;
    padding-left: 0px;
    padding-top: 75px;
    margin: auto;
    font-family: 'Public-sans';
    font-style: normal;
    font-weight: bold;
    font-size: 36px;
    line-height: 40px;
    background: none !important;
}

.detailsActualitesContent .zone_titre_article {
    padding-left: 0px;
    margin-top: 0px;
}

.detailsActualitesContent>div{
    background-color: white;
}

.zone_titre_article .date_actualite {
    color: #000000;
    font-style: italic;
    margin-top: 5px;
    margin-bottom: -10px;
    margin-left: 2px;
}

.zone_titre_article .accroche_actualite {
    font-weight: bold;
    margin: 30px 0 25px 0px;
}

.zone_titre_article .ancre_chapitre{
  margin-bottom: 20px;
  margin-left: 10px;
  padding-left: 5px;
  list-style-type: none;
}

.zone_titre_article_no_illustration .titre_actualite {
	display: inline-block;
    margin-bottom: 10px;
    margin-top: 0px;
    margin-left: 0px;
    padding: 7px 20px;
    color: #fff;
}

.zone_titre_article_no_illustration {
    padding: 0 !important;
    margin-top: 10px ;
    margin-left: 0px;
}

.zone_titre_article_no_illustration .date_actualite {
    color: #000000;
    font-style: italic;
    margin-top: 5px;
    margin-bottom: 30px;
    margin-left: 0px;
}

.zone_titre_article_no_illustration .accroche_actualite {
    font-size: 16px;
    font-weight: bold;
    margin: 10px 0 10px 0px;
}

.zone_titre_article_no_illustration .ancre_chapitre{
  margin-bottom: 20px;
  margin-left: 0px;
  padding-left: 5px;
  list-style-type: none;
}

.titre_chapitre_actualite {
	margin-bottom: 15px;
    margin-top: 15px;
    display: inline-block;
    font-weight: bold;
}

.date_actualite_small {
    font-family: 'Public-sans';
    font-size: 15px;
    font-weight: bold;
    margin-left: 20px;
    color: #000000;
    margin-top: 15px;
    margin-bottom: -10px;
}

.ancre_actualite_small {
    color: #000000;
    margin-left: 20px;
    margin-top: 20px;
    font-family: 'Public-sans';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 28px;
}

.ancre_carte_actualite_small {
    font-family: 'Public-sans';
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    color: #000000;
}

.contenu_actualite {
	clear: both;
}

.contenu_actualite {
    font-size: 16px;
    font-family: 'Public-Sans';
}

.contenu_actualite img {
	max-width: 100%;
	height: auto !important;
}

.contenu_actualite .bloc_lateral {
	margin-left: 0px;
}

.accroche_actualite {
    font-size: 16px;
    font-family: 'Public-Sans';
}

.chapitre_actualite {
    font-size: 16px;
    font-family: 'Public-Sans';
	margin:0;
	padding: 0;
}
.list_actualite{
  list-style-type: none;
  /*margin-left: -40px;*/
  padding-left: 0px;
  margin-right: 47px;
}

.ancre_chapitre li:before {
	content: "- ";
}

.svgActualite{
	margin-left:0px!important;
	margin-right:15px;
}

.documentsAssociesActualites{
	margin-left:0px!important;
}

.actualiteDocumentSeparator{
	margin-left:40px!important;
}

/*Desktop screen*/
@media screen and (min-width: 993px) {
	.date_actualite,
	.accroche_actualite,
	.titre_actualite {
	            margin-left: 10px;
	}
	.zone_titre_actualite_small {
	    position: relative;
	    width: 100%;
	}

}

/*Mobile screen*/
@media screen and (max-width: 993px) {
	.date_actualite,
	.accroche_actualite,
	.titre_actualite,
	.ancre_chapitre {
	            margin-left: 0px;
	}
	.zone_titre_actualite_small {
	    position: relative;
	}

	.zone_titre_article {
		padding: 0px !important;
	}

	.zone_titre_article .date_actualite {
	    margin-top: 5px;
	    margin-bottom: -10px;
	    margin-left: 0px;
	}
	
	.zone_titre_article .accroche_actualite {
	    margin: 10px 0 10px 0px;
	}
	
	.zone_titre_article .ancre_chapitre{
	  margin-bottom: 20px;
	  margin-left: 0px;
	  padding-left: 5px;
	  list-style-type: none;
	}

    #col-list{
        padding-left: 25px;
        padding-right: 25px;
    }

    .toute-actus {
        width: auto;
        height: auto;
        margin-left: auto;
        margin-right: auto;
    }

    .toute-actus {
        width: 100% !important;
        height: auto !important;
        margin-left: auto !important;
        margin-right: auto !important;
        margin-bottom: 15px !important;
    }
    .zone_titre_article .titre_actualite {
        padding-top: 0px;
        display: block;
    }

    #cnav_mainContent .detailsActualitesContent>.col-sm-9 {
        padding-left: 20px !important;
    }

    .actualite_small {
        height: auto;
    }
    
    .inline_block.zone_titre_actualite_small.titre_actualite_small,
    .actualiteContent .col-sm-9 #row-actu #col-list ul.list_actualite li.toute-actus .actualite_small .no_text_decoration {
        display: block;
    }

    .detailsActualitesContent .zone_titre_article h1.titre_actualite {
        padding-top: 32px;
    }
    .detailsActualitesContent .zone_titre_article .titre_actualite {
        padding-top: 0px;
    }

}

.titre_actualite_small {
    padding-top: 17px;
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 0px ;
    font-weight : bold;
}

.title_actualite_small {
    font-family: 'Public-Sans';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    /*line-height: 19px;*/
}

.contenu_actualite_small {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 23px;
    padding-top: 15px;
}

.titre_actualite_small_presse {
    font-family: 'Public-Sans';
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: 28px;
    font-weight: bold;
    margin-left: 20px;
}

.actualiteContent .list_actualite{
    list-style-type: none;
    padding-left: 0px;
    margin-right: 0px;
}

.contenu_actualite > p > a,
.contenu_actualite > ul > li > a,
.contenu_actualite > span > ul > li > a,
.contenu_actualite > span > p > a {
	color: #0157A4;
	text-decoration: underline;
	font-weight: 500;
}

.detailsActualitesContent .zone_titre_article .titre_actualite {
    padding-top: 100px;
}

.chapitre_actualite p {
    font-size: 16px;
    font-family: 'Public-Sans';
}

@media screen and (min-width: 991px) and (max-width: 993px) {
    .actualiteContent .col-sm-9 #row-actu #col-list ul.list_actualite li.toute-actus .actualite_small .no_text_decoration .inline_block {
        display: none;
    }
}
/******************************************************************************
*  box9
******************************************************************************/
 div.box9 {
	position:relative;
	clear:both;
	margin-bottom:1em;
	background:#f2f2f2 url(../modules/default-skins/css/img/box9-bggrey.png) repeat-x top right;
	border:1px solid #cccccc;
	margin-left:0;
	padding:5px;
	font-weight:normal;
	clear:both;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
    padding: 5px 10px;
	overflow:hidden;
	-webkit-box-shadow: 0px 0px 5px #cccccc;
	-moz-box-shadow: 0px 0px 5px #cccccc;
	box-shadow: 0px 0px 5px #cccccc;
}
 div.box9-content p {
	padding:0px 0px 1em 0px;
}
 div.box9-bgblack {
	background:#090909 url(../modules/default-skins/css/img/box9-bgblack.png) repeat-x top right;
	border:1px solid #000;
	color:#fff;
}
 div.box9-bggrey {
	background:#f2f2f2 url(../modules/default-skins/css/img/box9-bggrey.png) repeat-x top right;
	border:1px solid #cccccc;
}
 div.box9-bgmushroom {
	background:#f4eee9 url(../modules/default-skins/css/img/box9-bgmushroom.png) repeat-x top right;
	border:1px solid #eee7e1;
}
 div.box9-bgorange {
	background:#fef0dc url(../modules/default-skins/css/img/box9-bgorange.png) repeat-x top right;
	border:1px solid #fde8c9;
}
 div.box9-bgred {
	background:#f7e7e6 url(../modules/default-skins/css/img/box9-bgred.png) repeat-x top right;
	border:1px solid #f7e6e6;
}
 div.box9-bggreen {
	background:#f4fbea url(../modules/default-skins/css/img/box9-bggreen.png) repeat-x top right;
	border:1px solid #e0ead3;
}
 div.box9-bgpurple {
	background:#f9ddff url(../modules/default-skins/css/img/box9-bgpurple.png) repeat-x top right;
	border:1px solid #e4cae9;
}
 div.box9-bgyellow {
	background:#fdf2cf url(../modules/default-skins/css/img/box9-bgyellow.png) repeat-x top right;
	border:1px solid #f1de9e;
}
 div.box9-bgblue {
	background:#dfeffc url(../modules/default-skins/css/img/box9-bgblue.png) repeat-x top right;
	border:1px solid #e0effc;
}
.modal {
    display: none;
    position: fixed;
    /*z-index: 5;*/
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
    overflow:auto;
}
.modal-content {
    background-color: #fefefe;
    margin-top: 5%;
    margin-bottom: 5%;
    margin-right: auto;
    margin-left: auto;
    padding: 20px;
    border: 1px solid #888;
  	border-radius: 0px !important;
  	width: 90%;
  	max-height: 90%;
    max-width: 999px; 
    overflow:auto;
}
.modal-text {
 	margin: 5%; 
 	width: 90%;
 	max-width: 90%;
 	height: 90%;
 	max-height: 90%;
}
.modal-text img{
 	max-width: 100%;
 	max-height: 100%;
}
.modal-content span {
 	color:#000; 
}
.container_accordion {
	all: unset;
    display: block;
    width: 100%;
    cursor: pointer;
}
.accordion_title {
	font-weight: bold ;
	display: inline-block;
	width: 100% ;
	color:#222222;
	margin-bottom:0px;
	margin-top:0px;
}

.title_container_accordion {
	border-top: 1px solid #6D6D6D;
	padding: 16px 16px 16px 16px;
	cursor: pointer ;
	display: -webkit-box; /* Safari */
	-webkit-box-orient: vertical;
	-webkit-box-align: middle ;
	display: flex; 
	align-items: center;
	border-style: solid none none none;      
	background:transparent;
	width: 100%;
	text-align:start;
}



.contenu_article > .container_accordion > .title_container_accordion{
	border-bottom: 1px solid #6D6D6D;
	border-top: 1px solid #6D6D6D;
	border-style: solid none solid none;      

}

.contenu_article > .container_accordion:last-child{
	border-style: none none solid none;      
		border-bottom: 1px solid #6D6D6D;
}

.contenu_article > .container_accordion > .title_container_accordion[aria-expanded="true"]{
	border-top: 1px solid #6D6D6D;
	border-style: solid none none none;      
}

.contenu_article > .container_accordion > .main_container_accordion{
	border-bottom: 1px solid #6D6D6D;
	border-style: none none solid none;
}


div.apply-color > .container_accordion:last-child{
	border-style: none none solid none;      
	border-bottom: 1px solid #6D6D6D;


}


.main_container_accordion > ul > li {
	line-height:160%;
}



.main_container_accordion {
	display: none;
	margin-top:15px;
}

.main_container_accordion ul li, .main_container_accordion ol li{
	display: list-item;
}

.container_accordion {
  

}

.container_issue {
	padding: 5px 0px ;	
}
.chevron-container {
	width: 18% ;
	margin: auto ;
	display: inline-block ;
	float: right ;
	height: 100% ;
}

.chevron-accordion.chevron-top {
	bottom: -0.4em !important ;
}

.accordion_tout_deplier {
	text-decoration: underline;
	cursor: pointer ;
	color: #0157A4 ;
	font-family: 'Public-Sans';
	font-size:16px;
	float: right ;
	margin-top: 30px ;
	border:none;
	background-color:#FFF;
}

.accordion_tout_deplier:focus {
	outline:2px solid #0157A4;
	outline-offset: 4px;
	}

.add_accordion{
	width: 300px;
}

.main_container_accordion ul li {
    font-size: 16px;
}

li {
    font-size: 16px;
}

button.container_accordion:focus-visible {
    outline: 2px solid black;
    outline-offset: 2px;
}
ul.footer-link-list {
	padding: 0;
    list-style-type: none;
}
ul.blocReseauxSociaux-liste {
	padding-left: 0px;
	padding-top: 30px;
}

ul.blocReseauxSociaux-liste li {
	/* padding-bottom: 7px; */
}

.titleReseauxSociaux {
    font-family: 'Public-Sans';
    font-style: normal;
    font-weight: 300;
    font-size: 22px;
    line-height: 26px;
    padding-top: 50px;
}

.libelleReseaux {
	font-family: 'Public-Sans';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    padding-top: 7px;
	padding-left: 17px;
	padding-right: 0px;
}

#cnav_reseaux_sociaux {
    padding: 0px;
}


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

    footer ul.blocReseauxSociaux-liste li {
        display: inline-block;
    }

    #cnav_reseaux_sociaux {
        padding: 0px;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }

    .titleReseauxSociaux {
        font-family: 'Public-Sans';
        font-style: normal;
        font-weight: 300;
        font-size: 22px;
        line-height: 26px;
        padding-top: 0px;
    }

    ul.blocReseauxSociaux-liste {
        display: inline-flex;
        margin-top: 17px;
        margin-bottom: 0px;
        padding-top: 0px;
        margin-left: 30px;
    }


}

.bloc-reseaux-sociaux>li>.col-lg-2 {
    padding-left: 0px;
}

.btn-sharing {
    padding: 1.2rem 2.25rem;
    border: 2px solid #0157A4;
    border-radius: 60px;

}


@media screen and (min-width: 994px) and (max-width: 1200px) {
    .libelleReseaux {
        top: -29px;
        left: 27px;
    }

    .margelibelleNewsletter {
        top: -16px;
        left: 23px;
    }

    .btn_All_Service {
        margin-left: -45px;
    }

    ul.blocReseauxSociaux-liste li {
        padding-bottom: 0px;
        margin-bottom: -16px;
    }
}


@media screen and (min-width: 769px) and (max-width: 993px) {
    .btn_All_Service .bouttonAllService {
        position: relative;
        top: 33px;
        margin-top: 32px;
        margin-bottom: 44px;
    }
}
.titleNewsletterFooter {
    font-family: 'Public-Sans';
    font-style: normal;
    font-weight: 300;
    font-size: 22px;
    line-height: 26px;
}

.margeTitreNewsletter {
    margin-bottom: 24px;
}

.libelleNewsletter {
    font-family: 'Public-Sans';
    font-style: normal;
    font-weight: 500;�
    font-size: 14px;
    line-height: 16px;
    padding-left: 0px !important;
    padding-right: 0px !important;
    margin-top: 3px;
}

.margeimage {
    padding-left: 0px !important;
}

.margelibelleNewsletter {
    padding-left: 20px;
    padding-right: 0px;
}

#cnav_footer_newsletter {
    padding: 0px;
    padding-top: 23px;
}

.newslettersFooter {
    display: inline-block;
}

.footer-newsletter {
  max-width: 320px;
  font-family: 'Public-Sans';
}

.footer-newsletter h2 {
  font-family: 'Public-Sans';
  font-size: 20px;
  font-weight: 600;
  color: white;
  margin-bottom: 10px;
}

.newsletter-description {
  font-size: 16px;
  color: white;
  margin-bottom: 15px;
  line-height: 1.7;
}

.footer-newsletter a.newsletter-button {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background-color: white;
  color: black !important;
  font-weight: 500;
  font-size: 16px;
  padding: 10px 20px;
  border-radius: 9999px;
  min-width: 230px;
  height: 44px;
  box-sizing: border-box;
  text-decoration: none !important;
  text-align: center;
  transition: background-color 0.3s ease;
}

.footer-newsletter a.newsletter-button:hover {
  text-decoration: none !important;
  box-shadow: 0 0 0 0px darkgrey, 0px 4px 50px #818181;
}

.footer-newsletter .newsletter-button-text,
.footer-newsletter .newsletter-button-arrow {
  pointer-events: none;
}

@media screen and (max-width: 993px) {
    #cnav_footer_newsletter {
        padding: 0px;
        padding-top: 0px;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }

    .margeimage {
        margin-right: 90px;
    }

    .newslettersFooter {
        display: inline-block;
        margin-bottom: 20px;
    }

    .margelibelleNewsletter {
        display: flex;
        padding-left: 0px;
        padding-right: 0px;
        margin-top: -19px;
        margin-left: 30px;
    }

    .margeTitreNewsletter {
        margin-bottom: 20px;
    }

    .margelibelleNewsletter .libelleNewsletter {
        text-align: left;
        margin-left: 15px;
    }
}
.cnav_footer_row1 {
    background-color: #2b5b6e;
    color: #ffffff;
    margin-top: 15px;
    margin-left: 0px !important;
    margin-right: 0px !important;
    padding-top: 40px;
}

.cnav_footer_row1 a {
    color: #ffffff !important;
}

.cnav_footer_row2 {
    background-color: #ffffff;
    margin-left: 0px !important;
    margin-right: 0px !important;
    /*margin-top:10px;
	margin-bottom:10px;*/
}

.cnav_footer_listLink {
    text-align: center;
	padding-top: 2.5em;
    padding-bottom: 2.5em;
	padding-left:8%;
	padding-right:8%;
}

.cnav_footer_listLink a {
    color: #464646;
    text-decoration: none;
    display: inline-block;
    font-family: 'Public-Sans';
    font-style: normal;
    font-weight: 500;
	padding: 7.5px 10px;
    font-size: 14px;
    line-height: 16px;
}

.cnav_footer_listLink a:hover{
    text-decoration:underline;
}

#cnav_footer_listLink a::before {
    text-decoration: none !important;
    display: inline-block;
}

#cnav_footer_listLink a:first-child:before {
    content: "";
    padding: 0;
}


@media screen and (max-width: 768px) {
    .cnav_footer_row2 div {
        text-align: center;
        padding-top: 0px;
        padding-left: 0px;
        padding-right: 0px;
        padding-bottom: 15px;
    }

    .container-footer {
        width: auto;
    }

    .cnav_footer_listLink a {
		width:100%;
        text-align: center;
        margin: 0;
        margin-bottom: 5px;
    }

    #cnav_footer_listLink .separateur_sous_footer:after {
        border: none;
    }

    #cnav_footer_listLink a::before {
        content: none;
    }

    #cnav_footer_listLink {
        margin-top: 33px;
    }

    .container-footer #cnav_footer_logo_branches {
        margin-top: 26px;
        margin-bottom: 60px;
    }

    .cnav_footer_row1 {
        padding-top: 40px;
        padding-bottom: 20px;
    }

    #cnav_footer_logo_branches .moove_footer_logobranches {
        margin-right: 26px;
        margin-left: 61px;
    }
}

 .footer-wrapper {
    background-color: #005aa7;
    color: white;
    padding: 10px 10%;
    text-align: center;
  }
  
  .footer-column .blocReseauxSociaux {
  margin-top: 0;
  padding-top: 0;
}

  .footer-column .blocReseauxSociaux ul {
  display: flex;
  flex-direction: column;    /* Toujours en colonne, même en grand écran */
  align-items: flex-start;    /* Toujours aligné à gauche */
  padding: 0;
  margin: 0;
  list-style: none;
}

.footer-column .blocReseauxSociaux li {
  display: flex;
  align-items: center;
  margin-bottom: 0px;       /* Espacement entre chaque ligne */
}

.footer-column .blocReseauxSociaux img {
  vertical-align: middle;
  margin-right: 15px;         /* Espace entre l'icône et le texte */
  max-width: 32px;            /* Taille cohérente */
  max-height: 32px;
}


.footer-column .blocReseauxSociaux a {
  font-family: 'Public-Sans';
  font-size: 16px;
  color: white;
  text-decoration: none;
  margin-bottom:15px !important;
}

.footer-column .blocReseauxSociaux a:hover {
  text-decoration: underline;
}


.footer-logos {
  margin-bottom: 20px;
  margin-top: 20px;
}

  .footer-logos img {
    max-height: 80px;
    margin: 0 10px;
    vertical-align: middle;
  }

  .footer-separator {
    border: none;
    border-top: 1px solid #fff;
    margin: 20px 0;
  }

  .footer-columns {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 40px;
  }

  .footer-column {
    flex: 1 1 250px;
    max-width: 300px;
    text-align: left;
	margin-bottom:10px;

  }
  
  .blocReseauxSociaux h2{
	color:#fff;
  }

  .footer-column h2 {
 font-size: 22px;
  font-weight: 700;
  margin-bottom: 25px;
  font-family: 'Public-Sans';
  color:#fff;
  }

  .footer-column a {
    display: block;
    color: white;
	font-weight:normal;
    font-size: 16px;
    margin-bottom: 22px;
    text-decoration: none;
	font-family:'Public-Sans';
  }

  .footer-column a:hover {
    text-decoration: underline;
  }
  

.footer-separator {
    border: none;
    border-top: 1px solid rgba(255, 255, 255, 0.35); /* ligne plus douce */
    margin: 30px auto; /* centrée */
    width:88%;
}
  
  @media screen and (max-width: 993px) {
	
	.footer-column{
		text-align:center;
		margin-bottom:0px;
	}
	
	
  .footer-column .blocReseauxSociaux ul {
  		align-items:center;
	}
	
	.footer-columns{
		gap:0px ;
	}
	
	.footer-column a{
		margin-bottom:16px;
	}
  
	.footer-logos{
		margin-top:35px;
	}
	
	.footer-separator{
		margin-top:20px;
		margin-bottom:20px;
	}
}


.moove_footer_logobranches {
    margin-right: 74px;
    margin-left: 74px;
}

#cnav_footer_logo_branches {
    max-width: 1280px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    padding-right: 0px;
    padding-left: 0px;
    margin-top: 0px;
}

@media screen and (min-width: 1280px) {
    .container-footer {
        margin-right: auto;
        margin-left: auto;
    }
}

.separateur_sous_footer:after {
    position: initial;
    content: "";
    width: 1px;
    right: 0;
    top: 25px;
    bottom: 25px;
    margin-right: -15px;
    margin-left: 15px;
}


/*Ipad mode portrait*/
@media screen and (min-width: 768px) and (max-width: 768px)  {
	#cnav_footer_logo_branches .moove_footer_logobranches {
		margin-right: 176px;
	    width: 50%;
	    margin-left: auto;
	}

}

@media screen and (min-width: 570px) and (max-width: 993px)  {
	#cnav_footer_logo_branches .moove_footer_logobranches {
		padding-left: 40px;
		margin-right: auto;
	    width: 50%;
	    margin-left: auto;
	}

}

/*Galaxy Fold*/
@media screen and (min-width: 280px) and (max-width: 280px)  {
	#cnav_footer_logo_branches .moove_footer_logobranches {
	    margin-right: 15px;
	    margin-left: 40px;
	}

}
/*
	Variable Grid System.
	Learn more ~ http://www.spry-soft.com/grids/
	Based on 960 Grid System - http://960.gs/

	Licensed under GPL and MIT.
*/


/* Containers
----------------------------------------------------------------------------------------------------*/
.container_16 {
	margin-left: auto;
	margin-right: auto;
	width: 960px;
}

/* Grid >> Global
----------------------------------------------------------------------------------------------------*/

.grid_1,
.grid_2,
.grid_3,
.grid_4,
.grid_5,
.grid_6,
.grid_7,
.grid_8,
.grid_9,
.grid_10,
.grid_11,
.grid_12,
.grid_13,
.grid_14,
.grid_15,
.grid_16 {
	display:inline;
	float: left;
	position: relative;
	margin-left: 10px;
	margin-right: 10px;
}

/* Grid >> Children (Alpha ~ First, Omega ~ Last)
----------------------------------------------------------------------------------------------------*/

.alpha {
	margin-left: 0;
}

.omega {
	margin-right: 0;
}

/* Grid >> 16 Columns
----------------------------------------------------------------------------------------------------*/

.container_16 .grid_1 {
	width:40px;
}

.container_16 .grid_2 {
	width:100px;
}

.container_16 .grid_3 {
	width:160px;
}

.container_16 .grid_4 {
	width:220px;
}

.container_16 .grid_5 {
	width:280px;
}

.container_16 .grid_6 {
	width:340px;
}

.container_16 .grid_7 {
	width:400px;
}

.container_16 .grid_8 {
	width:460px;
}

.container_16 .grid_9 {
	width:520px;
}

.container_16 .grid_10 {
	width:580px;
}

.container_16 .grid_11 {
	width:640px;
}

.container_16 .grid_12 {
	width:700px;
}

.container_16 .grid_13 {
	width:760px;
}

.container_16 .grid_14 {
	width:820px;
}

.container_16 .grid_15 {
	width:880px;
}

.container_16 .grid_16 {
	width:940px;
}



/* Prefix Extra Space >> 16 Columns
----------------------------------------------------------------------------------------------------*/

.container_16 .prefix_1 {
	padding-left:60px;
}

.container_16 .prefix_2 {
	padding-left:120px;
}

.container_16 .prefix_3 {
	padding-left:180px;
}

.container_16 .prefix_4 {
	padding-left:240px;
}

.container_16 .prefix_5 {
	padding-left:300px;
}

.container_16 .prefix_6 {
	padding-left:360px;
}

.container_16 .prefix_7 {
	padding-left:420px;
}

.container_16 .prefix_8 {
	padding-left:480px;
}

.container_16 .prefix_9 {
	padding-left:540px;
}

.container_16 .prefix_10 {
	padding-left:600px;
}

.container_16 .prefix_11 {
	padding-left:660px;
}

.container_16 .prefix_12 {
	padding-left:720px;
}

.container_16 .prefix_13 {
	padding-left:780px;
}

.container_16 .prefix_14 {
	padding-left:840px;
}

.container_16 .prefix_15 {
	padding-left:900px;
}



/* Suffix Extra Space >> 16 Columns
----------------------------------------------------------------------------------------------------*/

.container_16 .suffix_1 {
	padding-right:60px;
}

.container_16 .suffix_2 {
	padding-right:120px;
}

.container_16 .suffix_3 {
	padding-right:180px;
}

.container_16 .suffix_4 {
	padding-right:240px;
}

.container_16 .suffix_5 {
	padding-right:300px;
}

.container_16 .suffix_6 {
	padding-right:360px;
}

.container_16 .suffix_7 {
	padding-right:420px;
}

.container_16 .suffix_8 {
	padding-right:480px;
}

.container_16 .suffix_9 {
	padding-right:540px;
}

.container_16 .suffix_10 {
	padding-right:600px;
}

.container_16 .suffix_11 {
	padding-right:660px;
}

.container_16 .suffix_12 {
	padding-right:720px;
}

.container_16 .suffix_13 {
	padding-right:780px;
}

.container_16 .suffix_14 {
	padding-right:840px;
}

.container_16 .suffix_15 {
	padding-right:900px;
}



/* Push Space >> 16 Columns
----------------------------------------------------------------------------------------------------*/

.container_16 .push_1 {
	left:60px;
}

.container_16 .push_2 {
	left:120px;
}

.container_16 .push_3 {
	left:180px;
}

.container_16 .push_4 {
	left:240px;
}

.container_16 .push_5 {
	left:300px;
}

.container_16 .push_6 {
	left:360px;
}

.container_16 .push_7 {
	left:420px;
}

.container_16 .push_8 {
	left:480px;
}

.container_16 .push_9 {
	left:540px;
}

.container_16 .push_10 {
	left:600px;
}

.container_16 .push_11 {
	left:660px;
}

.container_16 .push_12 {
	left:720px;
}

.container_16 .push_13 {
	left:780px;
}

.container_16 .push_14 {
	left:840px;
}

.container_16 .push_15 {
	left:900px;
}



/* Pull Space >> 16 Columns
----------------------------------------------------------------------------------------------------*/

.container_16 .pull_1 {
	left:-60px;
}

.container_16 .pull_2 {
	left:-120px;
}

.container_16 .pull_3 {
	left:-180px;
}

.container_16 .pull_4 {
	left:-240px;
}

.container_16 .pull_5 {
	left:-300px;
}

.container_16 .pull_6 {
	left:-360px;
}

.container_16 .pull_7 {
	left:-420px;
}

.container_16 .pull_8 {
	left:-480px;
}

.container_16 .pull_9 {
	left:-540px;
}

.container_16 .pull_10 {
	left:-600px;
}

.container_16 .pull_11 {
	left:-660px;
}

.container_16 .pull_12 {
	left:-720px;
}

.container_16 .pull_13 {
	left:-780px;
}

.container_16 .pull_14 {
	left:-840px;
}

.container_16 .pull_15 {
	left:-900px;
}




/* Clear Floated Elements
----------------------------------------------------------------------------------------------------*/

/* http://sonspring.com/journal/clearing-floats */

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

/* http://perishablepress.com/press/2008/02/05/lessons-learned-concerning-the-clearfix-css-hack */

.clearfix:after {
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}
.gwt-body-edit, body {
	background-color:white;
}
