body {
	background-color: #fff;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	font-family: Arial, sans-serif;
	color: #2b2b2b;
}

p {
	color: #2b2b2b;
	line-height: 1.5em;
}

a {
	text-decoration: none;
	color : #2b2b2b;
}

li {
	list-style: none;
	margin-left: -30px;
}

button {
	padding: 10px 25px;
	font-weight: bold;
	border-radius: 2px;
	font-size: 13px;
	cursor: pointer;
}

textarea {
	resize: none;
	height: 70px;
	font-family: Arial, sans-serif;
	font-size: 12px;
}

form button {
	margin-top: 10px;
}

li::selection, p::selection, a::selection, h1::selection, span::selection {
	background-color: #a3e473;
	color: #2b2b2b;
}

.button_deroulant_text::selection, img::selection, div::selection, .welcome_word::selection, .small_title::selection, .presentation_bar1::selection, .presentation_bar2::selection, .presentation_bar3::selection {
	background: none;
}

.welcome_word:hover, .small_title:hover, .presentation_bar1:hover, .presentation_bar2:hover, .presentation_bar3:hover {
	cursor: default;
}

.button_coloured {
	border: 2px solid #a3e473;
	background-color: #a3e473;
	color: #fff;
}

.button_contourned {
	background: none;
	border: 2px solid #a3e473;
	color: #2b2b2b;
}

/* HEADER */

.header {
	height: 200px;
	width: 100%;
}

.presentation_bloc_before2 {
	position: absolute;
	display: inline-block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 15px 26px 15px 0;
	border-color: transparent #2b2b2b transparent transparent;
	margin-top: 75px;
	margin-left: 55px;
}

.presentation_bloc_before {
	position: absolute;
    width: calc(50% + 155px);
	height: 60px;
	background-color: rgba(163, 228, 115, 0.4);
	margin-top: 120px;
}

.presentation_bloc {
	position: absolute;
	margin-top: 40px;
	margin-left: 80px;
	border-left: 4px solid #2b2b2b;
	padding-left: 50px;
	z-index: 9999;
}

.presentation_bar1 {
	font-size: 75px;
}

.presentation_bar2 {
	font-size: 25px;
}

.presentation_bar3 {
	font-size: 15px;
}

.header_page {
	position: absolute;
	background: url(../img/header_page.jpg) no-repeat center;
	background-size: cover;
	-webkit-background-size: cover;
	height: 600px;
	width: 100%;
	border-radius: 0 0 0 0;
	z-index: -2;
}

.header_filter {
	background-color: none;
	position: absolute;
	height: 600px;
	width: 100%;
	border-radius: 0 0 30% 0;
	z-index: -1;
}

/* ACCUEIL */

@media screen and (max-width: 1100px)
{	
	.container {
		z-index: 10;
		max-width: 1500px;
	}

	.left_column {
		width: 65%;
		margin-left: 5%;
	}

	.right_column {
		width: calc(25% - 20px);
		margin-right: 5%;
		min-height: 200px;
		float: right;
		background-color: #fff;
		transition: box-shadow 80ms;
		box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2), 0 2px 3px rgba(0, 0, 0, 0.2);
		border-radius: 3px;
		margin-top: 50px;
	}
}

@media screen and (min-width: 1100px)
{	
	.container {
		z-index: 10;
		max-width: 1500px;
		display: grid;
		grid-template-columns: 70% 25%;
	}
	
	.left {
		grid-column: 1;
		margin-left: 10%;
	}
	
	.right {
		grid-column: 2;
		margin-left: 5%;
	}

	.right_column {
		min-height: 200px;
		background-color: #fff;
		transition: box-shadow 80ms;
		box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2), 0 2px 3px rgba(0, 0, 0, 0.2);
		border-radius: 3px;
		margin-top: 50px;
		padding-top: 5px;
		padding-bottom: 5px;
	}

	.r_clmn_1 {
		grid-row: 1;
	}
}

/* LEFT */

.bloc_presentation {
	width: 100%;
	background-color: #fff;
	border-radius: 3px;
	transition: box-shadow 80ms;
	box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2), 0 2px 3px rgba(0, 0, 0, 0.2);
	margin-top: 50px;
}

.header_image {
	width: 100%;
}

.image_profile {
	height: 150px;
	width: 150px;
	border-radius: 50%;
	border: 5px solid #fff;
	margin-top: -100px;
	margin-left: 20px;
}

.title_section {
	width: calc(100% - 220px);
	margin-left: 199px;
	margin-top: -80px;
}

.title_section h1 {
	color: #1b1d1b;
	font-family: Sulphur Point, Roboto;
	font-size: 25px;
	font-weight: bold;
}

.title_section p {
	color: purple;
	font-size: 13px;
	margin-top: -20px;
}

.box_left_i01 {
	width: 50%;
	margin-left: 30px;
	display: inline-grid;
}

.box_right_i01 {
	width: calc(50% - 90px);
	margin-left: 30px;
	display: inline-grid;
}

.intro_box {
	margin-top: 20px;
	padding-bottom: 30px;
}

p.introduction {
	color: #2b2b2b;
}

p.region {
	color: #999;
	margin-top: -5px;
}

.moment_list {
	color: #2b2b2b;
}

.moment_list li {
	margin-bottom: 20px;
}

.moment_title {
	margin-left: 10px;
}

.under_bloc {
	padding: 30px 20px;
}

.bloc_title {
	text-transform: uppercase;
	font-weight: 400;
	color: #2b2b2b;
	letter-spacing: 2px;
	font-size: 18px;
	width: 100%;
	border-bottom: 1px solid #ddd;
}

.under_bloc p.unique_paragraph {
	margin-top: 20px;
}

.experience_element {
	margin-top: 30px;
}

.experience_benevole_wrapper .experience_element {
    margin-bottom: 20px; /* Ajustez la valeur selon votre préférence */
}


.experience_header {
	width: 100%;
}

.experience_image {
	max-height: 50px;
	max-width: 50px;
	border-radius: 2px;
	float: left;
}

.experience_informations {
	width: calc(100% - 70px);
	margin-left: 15px;
	display: inline-grid;
	float: left;
	margin-top: -8px;
}

.projet_informations {
	width: calc(100% - 70px);
	display: inline-grid;
	float: left;
	margin-top: -8px;
}

.experience_informations p, .projet_informations p {
	margin: 0;
	padding: 0;
}

p.experience_title {
	font-weight: bold;
	letter-spacing: 1px;
}

p.projet_title {
	font-weight: bold;
	font-size: 18px;
	letter-spacing: 1px;
}

p.experience_subtitle {
	margin-top: -4px;
}

p.experience_date {
	color: #999;
	margin-top: -4px;
}

p.experience_details {
	margin-top: 0;
}

/* RIGHT */

.bloc_r {
	width: calc(100% - 40px);
	margin-left: 20px;
	margin-top: 35px;
	margin-bottom: 35px;
}

.bloc_r li {
	color: #2b2b2b;
}

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

.coordonnee_type {
	font-weight: bold;
	margin-bottom: -5px;
}

.coordonnee_link {
	color: #a3e473;
	font-size: 13px;
}

.competence_element {
	padding-bottom: 10px;
	padding-top: 10px;
}

.container_blocs {
	top: 80px;
	position: relative;
}

/* PIED DE PAGE */

.footer {
	font-size: 12px;
	text-align: center;
	width: 100%;
	color: #2b2b2b;
	opacity: 0.8;
	display: inline-block;
	margin-top: 50px;
}
