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

#main p {
	font-size: 1.2rem;
}

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

#main .info-box:after {
	content: '+';
	position: absolute;
	bottom: 2px;
	right: 12px;
	font-size: 2.7rem;
	font-weight: bold;
	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 .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;
}

#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 .intro {
	margin: 80px auto 50px;
	font-family: Barlow, Sans-Serif;
	font-size: 2.2rem;
}

#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;
}

#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.formation {
	color: #fff;
	background-color: #f47424;
}

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

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

#main .events .text:after {
	content: '+';
	color: #fff;
	position: absolute;
	bottom: 2px;
	right: 12px;
	font-size: 2.7rem;
	font-weight: bold;
	cursor: pointer;
	transition: .2s;
}

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

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

#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;
}

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

#main .albums .block {
	margin: 0;
	color: #fff;
	transition: .2s;
	overflow: scroll;
}
#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%;
	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: scroll;
}

#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.intro {
	padding: 0;
	margin: 0;
	width: 70%;
	font-family: inherit;
	font-size: 1.2rem;
}

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

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

#main .equipe .equipe-box p.description {
	display: none;
	font-family: inherit;
	font-size: 1.2rem;
}

#main .equipe .equipe-box p.description a {
	display: block;
	margin-top: 20px;
	color: #fff;
	text-decoration: none;
	font-family: Figtree-Light, times, Sans-Serif;
	font-size: 1.2rem;
}
	
#main .equipe .equipe-box:hover p.description {
	display: block;
}

#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: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 a {
	display: block;
	padding: 6px 0 6px 12px;
	margin-bottom: 10px;
	height: 40px;
	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;
}

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

#main .accordions.hover: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: inherit;
	text-transform: inherit;
	border: none;
}
	
#main .revoshop-row img {
	padding-left: 15%;
	width: 85%;
	height: 100%;
	object-fit: cover;
}
	
#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;
	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 a {
	font-size: 2.2rem;
}

#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 .social ul li {
	display: inline-block;
	margin-right: 20px;
}

input[type="text"], input[type="email"], input[type="phone"] {
	padding: 4px 10px;
	width: 320px;
	height: 40px;
	color: #fff;
	background-color: transparent;
	border: 2px solid #fff;
}

input[type="text"]:focus, input[type="email"]:focus, input[type="phone"]:focus {
	border: 2px solid #fff;
	outline: none;
}
/*
@media only screen and (max-width: 1750px) {
	html, body {
		font-size: 0.95rem;
	}
}

@media only screen and (max-width: 1650px) {
	html, body {
		font-size: 0.9rem;
	}
}

@media only screen and (max-width: 1550px) {
	html, body {
		font-size: 0.8rem;
	}
}

@media only screen and (max-width: 1450px) {
	html, body {
		font-size: 0.7rem;
	}
}

@media only screen and (max-width: 1350px) {
	html, body {
		font-size: 0.6rem;
	}
}
*/