html, body {
	font-family: Figtree, times, Sans-Serif;
	font-weight: 500;
	color: #000;
}

a {
	color: #d0122a;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

hr.space {
	border: none;
}

#main p {
	margin-bottom: 20px;
	font-size: 1.2rem;
	line-height: 1.3;
}

#main ul li {
	font-size: 1.2rem;
}

#main .info-box {
	padding: 0;
	margin: 0;
	color: #fff;
	background-color: #d0122a;
	border: 3px solid #d0122a;
	transition: .2s linear;
	line-height: 1.2;
}

#main .info-box:after {
	content: '+';
	position: absolute;
	bottom: 2px;
	right: 12px;
	font-family: Barlow, sans-serif;
	font-size: 3.4rem;
	font-weight: 900;
	cursor: pointer;
	transition: .2s;
}

#main .info-box:hover {
	border-color: #fff;
	cursor: pointer;
	transition: .2s linear;
}

#main .info-box:hover:after {
	transform: rotate(90deg);
	transition: .2s linear;

}

#main .info-box p {
	padding: 5%;
	margin: 0 0 25px 0;
	font-family: Barlow, Sans-Serif;
	font-size: 2.5rem;
}

#main .info-box p a {
	color: #fff;
}
	
#main .title-box {
	padding: 0;
	margin: 0;
	color: #fff;
	background-color: #d0122a;
	border: 3px solid #d0122a;
	transition: .2s;
}

#main .title-box p {
	padding: 35px 25px;
	margin: 0;
	font-family: Barlow, Sans-serif;
	font-size: 4.5rem;
	text-transform: uppercase;
	line-height: 1.2;
}

#main h1 {
	margin: 0 0 20px 0;
	font-family: Barlow, Sans-serif;
	font-size: 4.2rem;
	font-weight: normal;
	text-align: left;
	text-transform: uppercase;
}

#main h2, #main h3 {
	font-weight: normal;
}

#main .intro {
	margin: 80px auto 50px;
	font-family: Barlow, Sans-Serif;
	font-size: 2.2rem;
	line-height: 1.2;
}

#main .intro.nomargin {
	margin: 0;
	font-family: Barlow, Sans-Serif;
	font-size: 2.2rem;
	line-height: 1.2;
}

#main .content {
	margin: 0 auto 80px;
}

#main .events {
	margin: 0;
	padding: 0;
}

#main .events img {
	display: block;
	margin: 0;
	padding: 0;
	width: 100%;
	object-fit: cover;
	aspect-ratio: 1.8;
}

#main .events .text {
	margin: 0;
	padding: 20px 40px;
}
	
#main .events .text .header {
	font-size: 1rem;
	text-transform: uppercase;
}

#main .events .text .header p {
	display: inline-block;
}

#main .events .text .header p:last-child {
	float: right
}

#main .events .text h1 {
	font-family: Barlow, Sans-Serif;
	font-size: 2.2rem;
	text-transform: uppercase;
}

#main .events .text p {
	font-size: 1rem;
}

#main .events .text:after {
	content: '+';
	color: #fff;
	position: absolute;
	bottom: 22px;
	right: 38px;
	font-family: Barlow, sans-serif;
	font-size: 3.4rem;
	font-weight: 900;
	cursor: pointer;
	transition: .2s;
}

#main .events .text p.description {
	padding-bottom: 74px;
}

#main .events.actualites {
	color: #fff;
	background-color: #d0122a;
}

#main .events.actualites .text:after {
	color: #fff;
}

#main .events.formation {
	color: #fff;
	background-color: #f47424;
}

#main .events.formation .text:after {
	color: #fff;
}

#main .events.bien-tente {
	color: #000;
	background-color: #fcd009;
}

#main .events.bien-tente .text:after {
	color: #000;
}

#main .events.action-culturelle {
	color: #fff;
	background-color: #3d5ba9;
}

#main .events.action-culturelle .text:after {
	color: #fff;
}

#main .events:hover {
	cursor: pointer;
	transition: .2s;
}

#main .events:hover img {
	opacity: .5;
}

#main .events:hover .text:after {
	transform: rotate(90deg);
	transition: .2s;
}

div.event.page {
	padding: 40px !important;
	scroll-y: hidden;
}

div.event.page h1 {
	font-family: Barlow, Sans-Serif;
	font-weight: normal !important;
	font-size: 3.5rem;
	text-transform: uppercase;
}

div.event.page img {
	width: 100%;
}

div.event.page footer p.social img {
  	width: 24px !important;
	height: 24px !important;
}


div.event.page.formation {
	color: #fff;
	background-color: #f47424;
} 

div.event.page.formation h1, div.event.page.formation a {
	color: #fff !important;
}

div.event.page.bien-tente {
	color: #000;
	background-color: #fcd009;
} 

div.event.page.bien-tente h1, div.event.page.bien-tente a {
	color: #000 !important;
}

div.event.page.action-culturelle {
	color: #fff;
	background-color: #3d5ba9;
}
	
div.event.page.action-culturelle h1, div.event.page.action-culturelle a {
	color: #fff !important;
}

#main .albums img {
	width: 100%;
	object-fit: cover;
}

#main .albums .block {
	margin: 0;
	color: #fff;
	transition: .2s;
	overflow: hidden;
}	

#main .albums .block a:hover img {
	opacity: 0.7;
}

#main .albums .block .box {
	position: relative;
	margin-top: -60px;
	padding: 20px;
	background-color: #d0122a;
}

#main .equipe {
	margin: 0;
	padding: 0;
}

#main .equipe img {
	display: block;
	margin: 0;
	padding: 0;
	width: 100%;
	aspect-ratio: 0.95;
	object-fit: cover;
}

#main .equipe .equipe-box {
	padding: 30px;
	margin: 0;
	max-height: calc(100% - 120px);
	color: #fff;
	background-color: #d0122a;
	border: 3px solid #d0122a;
	transition: .2s;
	overflow: auto;
}

#main .equipe .equipe-box h2 {
	margin: 0 0 20px;
	font-family: Barlow, Sans-Serif;
	font-size: 2.2rem;
	text-transform: uppercase;
}

#main .equipe .equipe-box p, #main .equipe .equipe-box p a {
	font-family: inherit;
	font-size: 1.1rem;
	font-weight: 600;
}

#main .equipe .equipe-box p.description {
	padding: 0;
	margin: 0;
	width: calc(100% - 50px);
}

#main .equipe .equipe-box:hover p.description {
	display: none;
}

#main .equipe .equipe-box p.description:after {
	content: '+';
	position: absolute;
	bottom: 5px;
	right: 15px;
	font-family: Barlow, Sans-Serif;
	font-size: 2.7rem;
	font-weight: bold;
	cursor: pointer;
	transition: .2s;
}

#main .equipe .equipe-box p.content {
	display: none;
	font-family: inherit;
}

#main .equipe .equipe-box p.content a {
	display: block;
	margin-top: 20px;
	color: #fff;
	text-decoration: none;
	font-family: Figtree, times, Sans-Serif;
	font-weight: 300;
}

#main .equipe .equipe-box:hover p.content {
	display: block;
}

#main .equipe .equipe-box::-webkit-scrollbar {
  	width: 3px;
  	background-color: transparent;
}

#main .equipe .equipe-box::-webkit-scrollbar-thumb {
  	background-color: transparent;
  	border-radius: 20px;
  	border: 3px solid #aaa;
}

#main .links a {
	padding: 6px 0;
	margin-bottom: 10px;
	height: 40px;
	color: #000;
	font-family: Barlow, Sans-Serif;
	font-size: 2.2rem;
	text-decoration: none;
	text-transform: uppercase;
	border-bottom: 2px solid #000;
}


#main .links a span {
	position: absolute;
	margin-top: 4px;
	margin-left: 14px;
	font-size: 50%;
	font-weight: bold;
}
	
#main .links:after {
	content: '+';
	position: absolute;
	bottom: 0px;
	right: 6px;
	color: #000;
	font-size: 2.7rem;
	font-weight: bold;
	cursor: pointer;
	transition: .2s;
}

#main .links a:hover {
	color: #d0122a;
	border-color: #d0122a;
}

#main .links:hover:after {
	color: #d0122a;
	transform: rotate(90deg);
	transition: .2s;
}


#main .accordions {
	transition: height 0.35s ease-in-out;
}

#main .accordions a {
	display: block;
	padding: 6px 0 6px 12px;
	margin-top: 10px;
	height: 78px;
	color: #fff;
	background-color: #000;
	font-family: Barlow, Sans-Serif;
	font-size: 2.2rem;
	text-decoration: none;
	text-transform: uppercase;
	border-bottom: 2px solid #000;
	cursor: pointer;
}

#main .accordions.hover a {
	margin-bottom: 0;
}

#main .accordions a.accordion_link:after {
	content: '+';
	position: absolute;
	top: 0px;
	right: 10px;
	color: #fff;
	font-size: 3.7rem;
	font-weight: bold;
	cursor: pointer;
	transition: .2s;
	cursor: pointer;
}

#main .accordions a.accordion_dropdown:after {
	content: '\23F7';
	position: absolute;
	top: 16px;
	right: 8px;
	color: #fff;
	font-size: 2.7rem;
	font-weight: bold;
	cursor: pointer;
	transition: .2s;
	cursor: pointer;
}

#main .accordions.hover a.accordion_dropdown:after {
	content: '\23F6';
}

#main .accordions ul {
	padding: 20px;
	margin: 0 0 10px 0;
	width: calc(100% - 28px);
	color: #fff;
	background-color: #000;
}

#main .accordions ul li {
	padding: 6px 0;
	margin: 0;
	list-style: none;
	border-bottom: 1px solid #fff;
}

#main .accordions ul li a {
	display: inline;
	padding: 0;
	margin: 0;
	height: inherit;
	font-family: inherit;
	font-size: 1.25rem;
	font-weight: 500;
	text-transform: inherit;
	border: none;
}

#main .revoshop-row img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

#main .revoshop-row img.original {
	width: 100%;
	height: inherit;
	object-fit: inherit;
}

/*
	AUDIO
*/
div.audio-list h3 {
	margin: 15px 0 0 10px;
	font-family: Barlow, Sans-Serif;
	text-transform: uppercase;
	font-weight: bold;
}

div.audio-list h3 span {
	font-weight: normal;
}

div.audio-list audio {
	margin-bottom: 20px;
	width: 100%;
}

/*
	FOOTER
*/
	
#footer {
	background-color: #d0122a;
	color: #fff;
}

#footer div {
	border-right: 2px solid #fff;
}

#footer div:last-child {
	border-right: none;
}
	
#footer h1, #footer h2, #footer a {
	padding: 0;
	margin: 0;
	color: #fff;
	font-family: Barlow, Sans-Serif;
	font-weight: normal;
	text-transform: uppercase;
}

#footer h1 {
	margin: 0 0 30px 0;
	font-size: 4.5rem;
}
	
#footer h2 {
	margin: 0 0 30px 0;
	font-size: 2.2rem;
}

#footer h2.footer-subsection{
	margin-top: 60px;
	margin-bottom: 5px;
}

#footer a {
	font-size: 2.2rem;
}

#footer a.submenu {
	margin-top: 30px;
	font-size: 1.5rem;
	text-transform: none;
}

#footer p {
	color: #fff;
	font-size: 1.2rem;
}

#footer ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
	
#footer ul li {
	display: flex;
	padding-bottom: 14px;
	font-size: 1.2rem;
}

#footer ul li a {
	color: #fff;
	text-decoration: none;
}

#footer ul li a:hover {
	text-decoration: underline;
}

#footer .footer-social ul li {
	display: inline-block;
	margin-right: 20px;
}

#footer div.footer-dev {
	text-align: center;
	font-size: 1rem;
}

#footer div.footer-dev a {
	font-size: 1rem;
}

/*
	FORMS
*/
	
input[type="text"], input[type="email"], input[type="phone"] {
	padding: 4px 10px;
	width: calc(100% - 20px);
	height: 40px;
	color: #fff;
	background-color: transparent;
	border: 2px solid #fff;
}

input[type="text"]::placeholder, input[type="email"]::placeholder, input[type="phone"]::placeholder {
	color: #fff;
}

input[type="text"]:focus, input[type="email"]:focus, input[type="phone"]:focus {
	border: 2px solid #fff;
	outline: none;
}

#footer div.input-email {
	position: relative;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 40px;
	border: 2px solid #fff !important;
	outline: none;
}

#footer div.input-email input[type="email"] {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: calc(100% - 38px);
	height: 40px;
	padding: 0 10px;
	border: none;
}

#footer div.input-email input[type="image"] {
	position: absolute;
	top: 4px;
	bottom: 0;
	right: 0;
	width: 32px;
	height: 32px;
	border: none;
}

