
BODY {
    font-family: "Cause", cursive;
	font-size: 20px;
    background-color:#ffffff;
    line-height: 1.5;
}

.centered-logo {
	display: block;
	width: auto;
	margin-left: auto;
	margin-right: auto;
}

.centered {
	display: block;
    width: 100%;
	margin-left: auto;
	margin-right: auto;
}

.centered2 {
	display: block;
    max-width: 600px;
	margin-left: auto;
	margin-right: auto;
}

.centered_accueil {
	display: block;
	font-size: 24px;
	text-align: center;
    max-width: 900px;
	margin-top: 70px;
	margin-left: auto;
	margin-right: auto;
}

.container-white {
    width: 100%;
    margin: auto;
	background-image: url("https://r-evolutionnaire.com/wp-content/themes/rev-theme/images/fond-r-evolutionnaire.png");
	background-attachment: fixed;
    background-color:#ffffff;
	background-position: center;
	background-repeat: no-repeat;
}

.container-yellow {
    width: 500px;
	padding : 10px;
    background-color:#ffff00;
}

.container-footer {
    width: auto;
    margin: auto;
	text-align: center;
	padding : 10px;
    background-color:#f4f6f8;
	color: #454749;
}

.container-footer a:link { color: #454749; }
.container-footer a:visited { color: #454749; }
.container-footer a:hover { color: #9000ff; text-decoration: underline;}

.container {
    max-width: 1140px;
    margin: auto;
    background-color:#ffffff;
    box-shadow: 0 5px 20px #999599;
    padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 20px;
	padding-left: 20px;
}

.container-button {
	width: 100%;
	margin: auto;
	padding-top: 5px;
	background-color:transparent;
	display: flex;
	align-items: center;
	justify-content: center;
}	

.container-one-button {
	width: 250px;
	margin: auto;
	background-color:transparent;
	align-items: center;
	justify-content: center;
	text-align: center;
}	
	
.button-join, .button-join2, .button-join3 {
	width:200px;
	margin-left: 0px;
	margin-right: 0px;
	padding: 15px;
	font-family: "Cause", cursive;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	color: #ffffff;
	background-color: #01a8c7;
	border-radius: 25px;
	border-width: 2px;
	border-style: solid;
	border-color: #959799;
	box-shadow: 6px 6px 10px #caccce;
	position: relative;
	display: inline-block;
}

.button-join4 {
	width:200px;
	margin-left: 0px;
	margin-right: 0px;
	padding: 15px;
	font-family: "Cause", cursive;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	color: #000000;
	background-color: #ffffff;
	border-radius: 25px;
	border-width: 2px;
	border-style: solid;
	border-color: #959799;
	box-shadow: 6px 6px 10px #caccce;
	position: relative;
	display: inline-block;
}

.button-join:hover {
	color: #ffffff; 
	background-color: #ff8b00;
	box-shadow: 6px 6px 10px #caccce;
}

.button-join2:hover {
	color: #ffffff; 
	background-color: #56d800;
	box-shadow: 6px 6px 10px #caccce;
}

.button-join3:hover {
	color: #ffffff; 
	background-color: #ffcd03;
	box-shadow: 6px 6px 10px #caccce;
}

a:link { color: #019de5; text-decoration: underline; }
a:visited { color: #019de5; }
a:hover { color: #000000; }

.bold { font-weight: bold; }

h1 { font-weight: bold; font-size: 32px; padding-top:40px; padding-bottom:20px; display:block;}
h2 { font-weight: bold; font-size: 24px; padding-top:40px; padding-bottom:20px; display:block;}
h3 { color: #ff0000; font-weight: bold; font-size: 20px; padding-top:10px; display:block;}
h4 { color: #ff9600; font-weight: bold; font-size: 20px; padding-top:10px; display:block;}
h5 { color: #ff9600; font-weight: bold; font-size: 18px; display:block;}
h6 { color: #08b20f; font-weight: bold; font-size: 18px; display:block;}
h7 { color: #000000; font-weight: bold; font-size: 18px; display:block;}
h8 { color: #08b20f; font-weight: bold; font-size: 20px; padding-top:20px; padding-bottom:20px; display:block;}

@media (max-width: 800px) {
	
.container-button { display: block; }	
.button-join { margin-left: auto; margin-right: auto; }
.container-one-button { margin-bottom : 20px;}
	
}


