a.button-base,
.wp-block-buttons a,
.wp-block-file a {
	background: none;
	position: relative;
	padding: 0;
	font-size: 1em;
	color: #221e4c;
	letter-spacing: 1px;
	padding: 15px 0 15px 75px;
	transition: all .3s;
}

a.button-base::before,
.wp-block-buttons a::before,
.wp-block-file a::before {
	content:'\f061';
	display: block;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	width: 45px;
	height: 45px;
	border: 2px solid #221e4c;
	background: transparent;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-size: 24px;
	color: #221e4c;
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	border-radius: 50%;
	transition: all .3s;
}

a.button-base::after,
.wp-block-buttons a::after,
.wp-block-file a::after {
	content:'';
	display: block;
	width: 30%;
	height: 2px;
	background: #221e4c;
	position: absolute;
	right: -10%;
	bottom: -5px;
	transition: all .3s;
}

a.button-base.button-base-creme,
.wp-block-buttons.button-base-creme a,
.wp-block-file.button-base-creme a{
	color: #c9bdbd;
}

a.button-base.button-base-creme::before,
.wp-block-buttons.button-base-creme a::before,
.wp-block-file.button-base-creme a::before {
	color: #c9bdbd;
	border-color: #c9bdbd;
}

a.button-base.button-base-creme::after,
.wp-block-buttons.button-base-creme a::after,
.wp-block-file.button-base-creme a::after {
	background: #c9bdbd;
}

a.button-base:hover::before,
.wp-block-buttons a:hover::before,
.wp-block-file a:hover::before{
	background: #221e4c !important;
	color: #c9bdbd !important;
	border-color: #221e4c !important;
}

a.button-base:hover::after,
.wp-block-buttons a:hover::after,
.wp-block-file a:hover::after{
	right: 0;
	width: calc(100% - 75px);
}

a.button-base:hover,
.wp-block-buttons a:hover,
.wp-block-file a:hover{
	letter-spacing: 2px;
	color: #221e4c !important;
}

.wrap_content{
	max-width: 1500px;
	margin: auto;
	padding: 0 10px;
}

.wp-container-1,
.wp-container-2,
.wp-container-7,
.wp-container-10,
.wp-container-11,
.wp-container-13,
.wp-container-14,
.wp-container-15,
.wp-container-16,
.wp-container-17 {
	gap: 0 !important;
}

p:not(:last-of-type){
	margin-bottom: 20px;
}

picture{
	display: block;
	width: 100% !important;
	height: 100% !important;
}

/* HEADER *//* HEADER *//* HEADER *//* HEADER */
/* HEADER *//* HEADER *//* HEADER *//* HEADER */
/* HEADER *//* HEADER *//* HEADER *//* HEADER */

.logo_header {
	display: block;
	width: 300px;
	height: 250px;
	background: #505192 url(../img/logo-asg.png) no-repeat center / 260px;
	position: absolute;
	left: 120px;
	top: -50px;
	transition: all .3s;
	z-index: 9999;
	transition: all cubic-bezier(.65,0,.36,1.01) .5s;
}

.logo_header:hover{
	background-color: #221e4c;
}

#header-main{
	position: absolute;
	left: 0;
	right: 0;
	top: 50px;
	z-index: 999;
}

.wrap_menu_item {
	padding-left: 420px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.bg_top_home{max-height:1200px; overflow:hidden;}

.bg_top_home img{
	display: block;
	width: 100%;
	height: 100vh;
	object-fit: cover;
}

.wrap_header {
	background: #fff;
	padding: 0 284px 0 0;
	position: relative;
}

.wrap_menu_item li a{
	display: inline-block;
	padding: 50px 20px;
	font-size: 0.9em;
	line-height: 1.1em;
	text-transform: uppercase;
	color: #221e4c;
	background: #fff;
	letter-spacing: 2px;
	text-align: center;
	transition: all cubic-bezier(.65,0,.36,1.01) .5s;
}

.wrap_menu_item li.current-menu-item a,
.wrap_menu_item li a:hover{
	background: #221e4c !important;
	color: #fff !important;
}

.wrap_menu_item ul{
	display: flex;
	align-items: center;
}

.nav_membre {
	position: absolute;
	right: 0;
	top: 0;
	font-size: 1.05em;
	letter-spacing: 2px;
	display: block;
	height: 100%;
	background: #c9bdbd;
	color: #000;
	text-transform: uppercase;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	padding: 10px 40px;
	font-weight: 300;
	transition: all cubic-bezier(.65,0,.36,1.01) .5s;
}

.nav_membre:hover{
	background: #221e4c;
	color: #fff;
}

i{
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
}

.reseau_menu{
	font-size: 1.05em;
	color: #505192;
	font-size: 28px;
	padding: 12px;
	display: inline-block;
	transition: all cubic-bezier(.65,0,.36,1.01) .5s;
}

.reseau_menu:hover{
	color: #c9bdbd;
}

.reseau_menu:first-of-type{
	margin-left: 30px;
}

.menu_responsive{
	display: none !important;
}

.menu_desktop{
	display: block !important;
}

#header-main.sticky{
	position: fixed;
	top: 0;
}

#header-main.sticky .logo_header {
	top: 0;
	height: 100%;
	background-size: 130px;
}

#header-main.sticky .wrap_menu_item li a{
	padding-top: 20px;
	padding-bottom: 20px;
	font-size: .85em;
}

#header-main.sticky .nav_membre{
	font-size: .85em;	
}

#header-main.sticky .reseau_menu {
	font-size: 22px;
}

/* HOME *//* HOME *//* HOME *//* HOME */
/* HOME *//* HOME *//* HOME *//* HOME */
/* HOME *//* HOME *//* HOME *//* HOME */

.top_contenu_home {
	background: #c9bdbd;
	padding: 85px;
	margin-top: -34vh;
	position: relative;
	z-index: 10;
	max-width:1200px;
}

.top_contenu_home h1,
.top_contenu_home p{
	font-size: 1.1em;
	line-height: 1.5em;
	margin-bottom: 30px;
	color: #221e4c;
	letter-spacing: 1px;
}

.top_contenu_home h1{
  font-family: 'Inter', sans-serif;
  font-weight: 400;
}

.top_contenu_home .wp-block-buttons{
	justify-content: flex-end;
}

.top_contenu_home a{font-size:1.1em;}

.pourquoi_adherer{
	margin-bottom: 80px;
}

.pourquoi_adherer h2{
	text-align: center;
	margin-bottom: 60px;
}

.pourquoi_adherer h2::before{
	content:'';
	display: block;
	width: 2px;
	height: 60px;
	background: #c9bdbd;
	margin: 0 auto 20px auto;
}

.pourquoi_adherer .wp-block-columns{
	max-width: 1200px;
	margin: auto;
}

.pourquoi_adherer .wp-block-column {
	width: 25%;
	margin: 0 5%;
	text-align: center;
	display: block;
	flex-basis: inherit !important;
	flex-grow: inherit !important;
}

.pourquoi_adherer .wp-block-column img{
	width: 100px;
	height: 100px;
	object-fit: contain;
	margin: auto;
	transition: all .3s;
	margin:0 0 25px;
}

.pourquoi_adherer .wp-block-column img:hover{
	width: 120px;
}

.pourquoi_adherer .wp-block-column a,
.pourquoi_adherer .wp-block-column p{
	font-size: 1.2em;
	line-height: 1.3em;
	color: #505192;
	transition: all .3s;
}

.pourquoi_adherer .wp-block-column a:hover{
	color: #221e4c
}

.section_image1{margin-bottom:325px;}

.section_image1 .wp-block-group__inner-container{
	position: relative;
}

.section_image1 > .wp-block-group__inner-container > figure{
	width: 85%;
	height: 600px;
}

.section_image1 > .wp-block-group__inner-container::before{
	content:'';
	display: block;
	max-width: 1500px;
	margin: auto;
	height: 100%;
	border-left: 30px solid #fff;
	position: absolute;
	left: 50px;
	right: 0;
	top: 0;
}

.section_image1 > .wp-block-group__inner-container > figure img{
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.section_image1 .bloc_blanc_img1{
	max-width: 45%;
	margin-top: 30px;
}

.section_image1 .bloc_blanc_img1 blockquote{
	font-size: .9em;
	line-height: 1.5em;
	letter-spacing: 2px;
	color: #221e4c;
	font-weight: 200;
	padding: 20px 40px;
	position: relative;
	text-align: right;
}

.section_image1 .bloc_blanc_img1 blockquote p{
	text-align: left;
	color: #221e4c;
	line-height: 1.8em;
}

.section_image1 .bloc_blanc_img1 blockquote::before{
	content:'';
	display: block;
	background: url(../img/left-quote.png) no-repeat center / contain;
	width: 20px;
	height: 15px;
	position: absolute;
	left: 0;
	top: 0;
}

.section_image1 .bloc_blanc_img1 blockquote::after {
	content: '';
	display: block;
	background: url(../img/left-quote.png) no-repeat center / contain;
	width: 20px;
	height: 15px;
	position: absolute;
	right: 0;
	bottom: 100px;
	transform: rotate(180deg);
}

.section_image1 .bloc_blanc_img1 blockquote cite{
	text-align: right;
	color: #505192;
	font-size: 1em;
	font-weight: 400;
	margin-top: 60px;
	display: inline-block;
}

.section_image1 .bloc_blanc_img1 blockquote cite::before{
	content:'';
	display: inline-block;
	margin-right: 35px;
	width: 50px;
	height: 2px;
	background: #505192;
	position: relative;
	top: -3px;
}

.bloc_violet_img1 {
	padding: 60px 90px 60px 90px;
	background: #505192;
	color: #fff;
	position: absolute;
	right: 0%;
	max-width: 60%;
	top: -310px;
}

.bloc_violet_img1::before{
	content:'';
	display: block;
	width: 2px;
	height: 150px;
	background: #c9bdbd;
	position: absolute;
	left: 60px;
	top: -50px;
	z-index: 10;
}

p.surtitre{
	text-transform: uppercase;
	font-size: 2em;
	letter-spacing: 2px;
	margin-bottom: 30px;
	line-height: 1.3em;
	font-weight: 300;
}

.bloc_violet_img1 p.surtitre{
	color: #fff;
}

.section_image1 .bloc_violet_img1 blockquote{
	font-size: .9em;
	line-height: 1.5em;
	letter-spacing: 2px;
	color: #fff;
	font-weight: 200;
	padding: 10px 5px 10px 25px;
	position: relative;
	text-align: right;
}

.section_image1 .bloc_violet_img1 blockquote p{
	text-align: left;
	letter-spacing: 0;
	font-size: 1.45em;
	color: #fff;
	font-family: 'Dancing Script', cursive;
}

.section_image1 .bloc_violet_img1 blockquote::before{
	content:'';
	display: block;
	background: url(../img/left-quote-blc.png) no-repeat center / contain;
	width: 20px;
	height: 15px;
	position: absolute;
	left: 0;
	top: 0;
}

.section_image1 .bloc_violet_img1 blockquote::after {
	content: '';
	display: block;
	background: url(../img/left-quote-blc.png) no-repeat center / contain;
	width: 20px;
	height: 15px;
	position: absolute;
	right: 0;
	bottom: 70px;
	transform: rotate(180deg);
}

.section_image1 .bloc_violet_img1 blockquote cite{
	text-align: right;
	color: #fff;
	font-size: 1em;
	font-weight: 400;
	margin: 30px 30px 0 0;
	display: inline-block;
}

.section_image1 .bloc_violet_img1 blockquote cite::before{
	content:'';
	display: inline-block;
	margin-right: 35px;
	width: 50px;
	height: 2px;
	background: #fff;
	position: relative;
	top: -3px;
}

.titre_actus_home{
	position: relative;
	width: 100%;
	margin: 50px auto;
}

.titre_actus_home::before{
	content:'';
	display: block;
	width: 100%;
	height: 2px;
	background: #505192;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

.titre_actus_home span{
	text-transform: uppercase;
	font-size: 2.2em;
	line-height: 1.3em;
	display: inline-block;
	padding: 0 50px;
	background: #fff;
	position: relative;
	z-index: 10;
	left: 140px;
	color: #505192;
}

.wrap_actus_home ul li{
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 100px;
	position: relative;
}

.wrap_actus_home ul li > a{
	width: 600px;
	height: 600px;
	display: block;
}

.wrap_actus_home ul li > a img{
	display: block;
	object-fit: cover;
	width: 100%;
	height: 100%;
}

.contenu_actus_home{
	width: calc(100% - 600px);
	padding-left: 90px;
}

.contenu_actus_home h2{
	font-size: 3em;
}

.contenu_actus_home .button-base{
	position: absolute;
	right: 0;
	bottom: 0;
}

.wrap_all_partenaires{
	padding: 80px 100px;
}

.wrap_all_partenaires .surtitre{
	font-size: 1.4em;
	line-height: 1.3em;
	letter-spacing: 0;
	position: relative;
}

.wrap_all_partenaires .surtitre::before{
	content:'';
	display: block;
	width: 2px;
	height: 100px;
	position: absolute;
	left: 90px;
	top: -130px;
	background: #505192;
}

.wrap_all_partenaires .list-partenaires {
	margin: 50px 0 0px auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.wrap_all_partenaires .list-partenaires .item-partenaire{margin:0 35px;}

.wrap_all_partenaires .list-partenaires .item-partenaire img {
	transition: all .3s;
	max-width:100%;
	height:auto;
	opacity: 1;
	filter: grayscale(0%);
}

.wrap_all_partenaires .list-partenaires .item-partenaire a:hover img{
	opacity: .4;
	filter: grayscale(100%);
}

.wrap_all_partenaires .list-partenaires .owl-nav{margin:-60px 0 0;}

/* SINGLE *//* SINGLE *//* SINGLE *//* SINGLE */
/* SINGLE *//* SINGLE *//* SINGLE *//* SINGLE */
/* SINGLE *//* SINGLE *//* SINGLE *//* SINGLE */

.bg_top_interne{
	width: 100%;
	height: 50vh;
	position: relative;
	background:#c9bdbd;
}

.bg_top_interne::before{
	content:'';
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: #000;
	opacity: .5;
}

.bg_top_interne img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.texte_top_interne {
	text-align: center;
	max-width: 80%;
	margin: auto;
	position: absolute;
	left: 0;
	right: 0;
	top: 55%;
}

.bg_top_interne h1 {
	color: #fff;
	font-size: 2.5em;
}

.contenu_interne.contenu_single p:first-of-type{
	font-size: 1.8em;
	line-height: 1.3em;
	font-family: 'Dancing Script', cursive;;
	letter-spacing: 0;
}

.contenu_interne{
	padding: 60px 0;
	position: relative;
}

.contenu_interne::before{
	content:'';
	display: block;
	width: 2px;
	height: 80px;
	position: absolute;
	left: 0;
	right: 0;
	top: -50px;
	background: #c9bdbd;
	z-index: 20;
	margin: auto;
}

.breadcrumb{
	color: #fff;
	text-transform: uppercase;
	font-size: .8em;
	letter-spacing: 2px;
}

.breadcrumb a {
	color: #c9bdbd;
	text-transform: uppercase;
	font-weight: 700;
	border-bottom: 1px solid #c9bdbd;
	padding: 3px 0;
	transition: all .3s;
}

.breadcrumb a:hover{
	color: #fff;
	border-color: #fff;
}

.filarianne{
	margin-bottom: 20px;
}

.button-base.retour_actus{
	margin-top: 60px;
	display: inline-block;
}

.button-base.retour_actus::before{
	transform: translateY(-50%) rotate(180deg);
	-webkit-transform: translateY(-50%) rotate(180deg);
}

/* PAGE ACTUS */

.wrap_actus_home.wrap_page_actus ul{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
}

.wrap_actus_home.wrap_page_actus ul li {
	padding: 0 !important;
	width: calc(45% - 50px);
	align-items: flex-start;
	display: block;
	padding: 40px 0 !important;
	border-top: 1px solid #c9bdbd;
}

.wrap_actus_home.wrap_page_actus ul li:first-of-type,
.wrap_actus_home.wrap_page_actus ul li:nth-of-type(2){
	border: none;
}

.wrap_actus_home.wrap_page_actus ul li > a {
	width: 100%;
	height: 300px;
	display: block;
}

.wrap_page_actus .contenu_actus_home {
	width: 100%;
	padding-left: 0;
	padding: 30px;
}

.wrap_page_actus .contenu_actus_home h2 {
	font-size: 1.5em;
	margin-bottom: 20px;
}

.wrap_page_actus .contenu_actus_home p {
	font-size: .9em;
	line-height: 1.8em;
}

.wrap_page_actus .contenu_actus_home .button-base {
	position: relative !important;
	right: 0;
	bottom: 0;
	margin-top: 30px;
	display: inline-block;
}

/* --- */

/* FOOTER *//* FOOTER *//* FOOTER *//* FOOTER */
/* FOOTER *//* FOOTER *//* FOOTER *//* FOOTER */
/* FOOTER *//* FOOTER *//* FOOTER *//* FOOTER */

footer{
	background: #505192;
	padding: 50px 0;
}

.copy-nova {
	display: block;
	width: 40px;
	height: 55px;
	background: url(../img/made-by-full-blanc.svg) no-repeat;
	background-size: contain;
	background-position: center center;
	position: absolute;
	right: 0;
	bottom: -15px;
}

footer .wrap_content{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	position: relative;
}

.left_footer{
	width: 50%;
	padding-right: 140px;
}

.left_footer p{
	color: #fff;
	font-size: 1em;
	letter-spacing: 1px;
	color: #fff;
	line-height: 1.8em;
}

.reseaux_footer{
	margin-top: 50px;
}

.reseaux_footer a{
	color: #fff;
	display: inline-block;
	margin-right: 55px;
	transition: all .3s;
}

.reseaux_footer a:hover{
	color: #c9bdbd;
}

.reseaux_footer a.reseau_menu{
	margin-left: 0;
	padding: 0;
}

.logo_footer{
	display: block;
	width: 210px;
	height: 100%;
	background: url(../img/logo-base.png) no-repeat center / contain;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

.right_footer{
	width: 50%;
	padding-left: 140px;
}

.right_footer ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.right_footer ul li{
	width: 50%;
	padding-left: 20px;
	margin-bottom: 25px;
	display: inline-block;
	text-align: right;
}

.right_footer ul li a,
.button_footer{
	color: #fff;
	font-size: 1em;
	letter-spacing: 1px;
	line-height: 1.3em;
	border-bottom: 1px solid transparent;
}

.button_footer{
	border-color: #fff;
}

.right_footer ul li a:hover,
.button_footer:hover{
	color: #c9bdbd;
	border-bottom: 1px solid #c9bdbd;
}


/* 
	
    font-family: 'Dancing Script', cursive;
    font-family: 'Inter', sans-serif;

	violet : #505192
	violet foncé : #221e4c
	creme : #c9bdbd	
	
 */

/*** CAROUSEL HOME ***/
.owl-nav{opacity:0.15;}
.owl-next{float:right;}

/*** PAGES INTERIEURES ***/
.contenu_interne{margin:0 auto; max-width:90%; text-align:justify;}
.contenu_interne img{max-width:100%; height:auto;}
.contenu_interne .has-small-font-size{font-size:0.5em;}
.contenu_interne em{font-style: italic;}
.contenu_interne a{color:#221e4c}
.contenu_interne a:hover{color:#c9bdbd;}
.contenu_interne p{text-align:justify;}
.contenu_interne ul{margin: 20px 25px}
.contenu_interne ul li{margin: 10px 25px; list-style: inside; color:#505192;}
.contenu_interne .wp-block-columns{gap:80px;}
.contenu_interne .wp-block-quote{position:relative; padding: 20px 40px; }
.contenu_interne .wp-block-quote p{font-family: 'Dancing Script', cursive; font-size:1.2em; color:#221e4c; text-align:center;}
.contenu_interne .wp-block-quote::before{content:''; display: block; background: url(../img/left-quote.png) no-repeat center / contain; width: 20px; height: 15px; position: absolute; left: 0; top: 0;}
.contenu_interne .wp-block-quote::after{content: ''; display: block; background: url(../img/left-quote.png) no-repeat center / contain; width: 20px; height: 15px; position: absolute; right: 0; bottom: 0; transform: rotate(180deg);}

.contenu_interne .wp-block-button a, .contenu_interne .btn-default{padding:10px 20px; font-weight:200; background:#221e4c; color:#FFF; border:3px solid #221e4c; text-transform:uppercase; letter-spacing: 2px; font-size:16px;}
.contenu_interne .wp-block-button a:hover, .contenu_interne .btn-default:hover{background:#505192;  border:3px solid #505192; cursor:pointer;}

.contenu_interne .align-center{text-align: center;}

	/* ASSOCIATION */
	.col-3{margin:25px 10% 50px;}

	.bandeau-image p{background:#505192; color:#FFF; display:block; margin:0 auto; width:50%; max-width:600px; padding:25px 50px; font-weight:200; text-align:center; position:relative; z-index:1;}
	.bandeau-image .wp-block-image{width:100%; height:200px; overflow:hidden; margin:-50px 0 75px; }
	.bandeau-image img{object-fit: cover; width:100%}

	/* HISTOIRE */
	.timeline{position: relative;}
	.timeline_before{content:''; display: block; width: 1px; height: 100%; border-left: 1px dashed #000; position: absolute; left:125px; top: 0;}

	.ligne-date{margin:0 0 25px; position:relative; z-index:1;}
	.ligne-date .date{width: 250px; flex-grow: 0 !important; flex-basis: 250px !important;}
	.date figure, .date p{border-radius:100%; display:flex; margin:0 auto 25px; width:80px; height:80px; border:4px solid #505192; justify-content: center; align-items:center; font-weight:800; position:relative; z-index:1; background:#FFF;} 
	.date p::before{content:""; width:95px; height:95px; position:absolute; top:-12px; left:-12px; border:1px solid #505192; display:block; border-radius:100%; opacity:0.5;}
	.date figure{border:1px solid #c9bdbd; width:160px; height:160px; overflow:hidden;}
	.date figure img{object-fit: cover; height:100%;}

	.contenu_interne .ligne-date .wp-block-quote{width:calc(45% - 80px); margin:25px 50px; float:right;}

	/* MISSIONS */
	.col-3{margin:25px 10% 50px;}

	.bandeau-image p{background:#505192; color:#FFF; display:block; margin:0 auto; width:50%; max-width:600px; padding:25px 50px; font-weight:200; text-align:center; position:relative; z-index:1;}
	.bandeau-image .wp-block-image{width:100%; height:200px; overflow:hidden; margin:-50px 0 75px; }
	.bandeau-image img{object-fit: cover; width:100%}

	.wp-block-media-text{margin:25px 10% 50px;}
	.wp-block-media-text.has-media-on-the-right .wp-block-media-text__content{background:#FFF; padding:50px; margin:75px -100px 0 0; position:relative;}


	/* TEMOIGNAGES */
	.testimonial-list{display:flex; flex-wrap:wrap; justify-content: center; gap:25px; text-align:center;}
	.testimonial-item{width:calc(33% - 25px); border:1px solid #c9bdbd; padding:0 50px 50px; margin:100px 0 0;}
	.testimonial-item .testimonial-img{border-radius:100%; overflow:hidden; width:200px; height:200px; margin:-75px auto 0; border:15px solid #FFF;}
	.testimonial-item .testimonial-img{object-fit: cover;}
	.testimonial-type{margin:-25px 0 0;}
	.testimonial-type p{background:#505192; color:#FFF; font-size:12px; padding:5px 15px; font-weight:300; display:inline; text-transform:uppercase; border-radius: 5px;}
	.testimonial-type.partenaires p{background:#221e4c;}
	.testimonial-item .testimonial-author{color:#221e4c; font-size: 1.5em; margin:25px 0 50px;}
	.testimonial-item .testimonial-content{font-size:0.9em; color: #505192; line-height: 1.5em; font-family: 'Inter', sans-serif; font-weight: 400; letter-spacing: 1px; text-align:justify;} 
	.testimonial-item .testimonial-content p{font-size:1em;}

	/* ACTUALITES */
	.contenu_interne.contenu_single p:first-of-type, .contenu_single p{line-height: 1.5em; font-family: 'Inter', sans-serif; font-size: 18px; font-weight: 400; color: #505192; letter-spacing: 1px;}

	.list-date{display:flex; flex-wrap:wrap; justify-content: center; gap:25px;}
	.list-date li{width:calc(45% - 25px); border:1px solid #505192; list-style:none !important; text-align:center; padding:25px; margin:0 0 25px !important;}
	.list-date li:before{content:"\f133"; font-family: 'Font Awesome 5 Free'; margin: -50px auto 25px; padding:25px; border-radius:100%; border:1px solid #505192; background:#FFF; display:block; width:25px; height:25px;}
	.list-date li strong{display:block;}


.contenu404{
	text-align: center;
	max-width: 800px;
	margin: auto;
}

.contenu404 p{
	font-size: 1.2em;
	text-align: center;
}

a.button404{
	color: #fff;
	margin-top: 30px;
	display: inline-block;
	background: #505192;
	text-transform: uppercase;
	font-weight: 700;
	padding: 12px 25px;
}