#main {
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 20%);
    background-color: white;
    width: 1400px;
    max-width: 100%;
    min-height: 100%;
    position: absolute;
    padding-bottom: 30px;
	    letter-spacing: 1px;

}
.text_section{
    font-family: var(--font);
    text-align: center;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 2em;
    color: var(--gris);
    font-family: var(--font);
    font-weight: 800;
    margin: 0 0 10px 0;
	line-height: normal;
}
.text_section2 {
    font-family: var(--font);
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 1em;
    color: var(--gris);
    font-weight: 700;
    margin: 10px;
	text-align: center;
}
.text_form_title {
    font-family: var(--font);
    width: 100%;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    text-align: left;
    color: var(--gris);
    border-bottom: 1px solid var(--gris);
    letter-spacing: 1px;
    margin: 5px 0 20px 0;
}
.text_gras{
	font-weight:bold;
}
.text_jaune{
	color: var(--jaune) !important;
}
.text_vert{
	color: var(--vert) !important;
}
.text_rouge{
	color: var(--rouge) !important;
}
.text_orange{
	color: var(--orange) !important;
}
.border_bottom {
    border-bottom: 1px solid var(--gris-clair);
}
/* ----------ACCUEIL ----------------------------------------------------------------------------------------------------------------------*/
#accueil {
	position: relative;
	overflow: hidden; 
	font-family: var(--font);
	color: white;
}
#accueil_bg_filtre{
	background: rgba(0, 0, 0, 0.5);
	width:100%;
	height:100%;
	position:absolute;
	top:0px;
}
#accueil_login{
	height:100%;
	position:relative;
	margin:10px;
	min-height: 700px;
}
#accueil_citation{
	width:100%;
	color:white;
    letter-spacing: 1px;
    text-transform: uppercase;
}
#accueil_auteur{
	font-size: 14px;
    color: #94c11f;
    font-style: italic;
	font-weight: 700;
}
#accueil_login_box{
	width:250px;
	height:280px;
	background-color:white;
	border-top: solid 5px #94c11f;
	border-radius: 0 0 10px 10px;
	padding:30px;
	color:var(--gris);
}
#accueil_separator-bottom {
	position: absolute;
	overflow: hidden;
	bottom: 0;
	z-index: 1;
	width: 100%;
	height: 60px;
}
#accueil_separator-bottom::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: calc(100% + 80px);
	margin-left: -40px;
	height: 100px;
	border-radius: 220% / 200%;
	box-shadow: 0 0 0 180px #fff;
}
.accueil_link{
	color:var(--gris);
	font-family: var(--font);
    text-decoration: none;
    cursor: pointer;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 0.8em;
    font-weight: 800;
}
.accueil_link:hover{
	color:var(--vert);
}
@media only screen and (max-width: 850px) {
	#accueil_citation {
		display: none;
	}
	.accueil_display {
		display: none;
	}
	#accueil_login{
		text-align: center;
		min-height: 600px;
	}
}
/* ----------NOS SERVICES ----------------------------------------------------------------------------------------------------------------------*/
.link_services{
	text-decoration:underline;
	cursor:pointer;
}
.link_services:hover{
	color:var(--jaune);
}
.services_smile_box{
	max-width:500px;
	margin:10px;
	box-shadow: 0 0 10px 0 rgb(0 0 0 / 20%);
	background: #EEF0F3;
}
.services_smile_title{
	letter-spacing: 1px;
    text-transform: uppercase;
	font-size: 14px;
	color:#515A5F;
	font-weight:800;
	margin:25px 10px 25px 10px;
}
.services_smile_info{
	border-top: 3px solid rgba(139, 144, 157, 0.18);
	margin:0px 10px 0px 10px;
	font-size: 16px;
}
.services_test_box{
	margin:20px;
	padding:10px;
	box-shadow: 0 0 10px 0 rgb(0 0 0 / 20%);
	background: #EEF0F3;
	border:1px dashed var(--jaune);
}
.services_formation_box{
	min-width:400px;
	max-width: 400px;
	margin:10px;
	box-shadow: 0 0 10px 0 rgb(0 0 0 / 20%);
	background: #EEF0F3;
}

.services_formation_title{
	letter-spacing: 1px;
    text-transform: uppercase;
	font-size: 14px;
	color:#515A5F;
	font-weight:800;
	margin:25px 10px 25px 10px;
}
.services_formation_info{
	border-top: 3px solid rgba(139, 144, 157, 0.18);
	border-bottom: 3px solid rgba(139, 144, 157, 0.18);
	margin:0px 10px 0px 10px;
	font-size: 16px;
	min-height: 140px;
}
.services_ca_box{
	max-width:440px;
	margin:10px;
	box-shadow: 0 0 10px 0 rgb(0 0 0 / 20%);
	background: #EEF0F3;
	padding:0px 0px 10px 0px;
}
.services_ca_box2{
	max-width:880px;
	margin:10px;
	box-shadow: 0 0 10px 0 rgb(0 0 0 / 20%);
	background: #EEF0F3;
	padding:0px 0px 10px 0px;
}
.services_ca_title{
	letter-spacing: 1px;
    text-transform: uppercase;
	font-size: 14px;
	color:#515A5F;
	font-weight:800;
	margin:25px 10px 25px 10px;
}
.services_ca_info{
	border-top: 3px solid rgba(139, 144, 157, 0.18);
	border-bottom: 3px solid rgba(139, 144, 157, 0.18);
	margin:0px 10px 0px 10px;
	font-size: 16px;
	min-height: 65px;
}
.services_ca_prix{
	margin:20px 0px 10px 0px;
}
.services_ca_prix1{
	letter-spacing: 1px;
    text-transform: uppercase;
	color:black;
	font-weight:800;
	font-size: 16px;
}
.services_ca_prix2{
	letter-spacing: 1px;
	color:black;
	font-weight:800;
	font-size: 16px;
}
.services_ca_formule{
	margin:10px 0px 20px 0px;
	font-size: 16px;
	color:#515A5F;
	font-weight:normal;
	line-height:20px;
	font-family:Montserrat;
}
/* ----------COMPTEUR ----------------------------------------------------------------------------------------------------------------------*/

.compteur_box1,
.compteur_box2,
.compteur_box3,
.compteur_box4 {
	width: 25%;
	height: 150px;
}

.compteur_box1 {
	background-color: var(--vert);
}

.compteur_box2 {
	background-color: var(--jaune);
}

.compteur_box3 {
	background-color:var(--orange);
}

.compteur_box4 {
	background-color: var(--rouge);
}
.newsletter_txt{
	    font-family: var(--font);
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
}
/* ----------ADHERENT ----------------------------------------------------------------------------------------------------------------------*/
#adherents{
	background-color:white;
	margin:30px 0px 0px 0px;
	width:100%;
}
#adherents_map{
	flex:2;
	height:500px;
	min-width:300px;
}
#adherents_list{
	flex:1;
	min-width:200px;
	height:500px;
	overflow-y: scroll;
	padding:0px 0px 10px 10px;
}
.selected td a{
	color:var(--bleu) !important;
	text-decoration: underline;
}
.selected td span {
	color: var(--bleu) !important;
	text-decoration: underline;
}
/* ----------ACTUALITES ----------------------------------------------------------------------------------------------------------------------*/
.actu_box{
	width:340px;
	margin:10px;
	border:solid 1px lightgrey;
	box-shadow: 0 0 10px 0 rgb(0 0 0 / 20%);
}
.actu_auteur,.actu_date{
	font-size: 15px;
	color:#515A5F;
}
.actu_descr{
	color:#515A5F;
	padding:0px 10px 0px 10px;
}
.actu_lien{
	letter-spacing: 1px;
    text-transform: uppercase;
	font-size: 14px;
	color:var(--gris);
	font-weight:800;
	margin-bottom:10px;
}
.actu_lien:hover {
	color: var(--vert);
}
.actu_test_box{
	width:350px;
	margin:20px;
	padding:10px;
	box-shadow: 0 0 10px 0 rgb(0 0 0 / 20%);
	background: #EEF0F3;
	border:1px dashed var(--vert);
}
/* ----------EQUIPE ----------------------------------------------------------------------------------------------------------------------*/
#equipe_ca{
	overflow:hidden;
	max-width:100%;
	overflow-x: scroll;
}
#equipe_op{
	overflow:hidden;
	max-width:100%;
	overflow-x: scroll;
}
.equipe_photo{
	width:auto;
	height:200px;
	border-radius:5px;
}
.equipe_fct{
	color:var(--gris2);
	font-weight: 700;
}
.equipe_fct2{
	color:var(--gris2);
	font-weight: 500;
	font-size:11px;
}
/* ----------SEPARATEUR ----------------------------------------------------------------------------------------------------------------------*/
#don,
#actualite_ajout,
#adhesion,
#newsletter{
	background-color:#ececec;
    background-image: url(/asset/image/home/pattern.jpg);
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;

}
