@charset "utf-8";
/* CSS Document */



/* ------ RESET ----------------------------------------------------- */

* {
	margin: 0;
	padding: 0;
	border: 0;
}
/* ------/RESET ----------------------------------------------------- */



/* ------ WEBFONT --------------------------------------------------- */

@import url('https://fonts.googleapis.com/css2?family=Comfortaa:wght@300..700&family=Passion+One:wght@400;700;900&display=swap');

/* ------ /WEBFONT ------------------------------------------------- */



/* ------ BASE ------------------------------------------------------ */

body {
	background-color: #ebf4e3;
	background-image: url("../images/fond.jpg");
	background-repeat: no-repeat;
	background-size: cover; 
	background-position: center top;
	font-family: 'Comfortaa', sans-serif;
	font-size: 15px;
	font-weight: 400;
	line-height: 22px;
	color: #222222;
}

p {
  margin: 20px 0;
}

li {
  margin: 5px 0px 5px 30px;
}

a:link, a:visited {
	text-decoration: none;
	font-weight:700;
	color: #8db74a;
}

a:hover {
	text-decoration: underline;
	font-weight:700;
	color: #3caac8;
}


/* ------ TITLES ---------------------------------------------------- */

h1 {
	font-size: 36px;
	line-height: 50px;
 	font-family: "Passion One", cursive;
  	font-weight: 500;
  	font-style: normal;
	margin: 0px auto 20px auto;
	color: #3caac8;
	text-align:center;
}



/* ------ HEADER --------------------------------------------------- */

header {
	width: 100%;
	background-image: url("../images/header.png");
	background-size: cover;
	background-position: center top;
	height: auto;
	min-height: 500px;
}

/* ------ /HEADER -------------------------------------------------- */



/* ------ PAGE ----------------------------------------------------- */


.one-column {
	float: none;
	width: 100%;
}

.one-column img {
	max-width: 100%;
	height: auto;
	text-align: center;
}

.two-column {
	float: left;
	width: 46%;
	margin: 10px 2%;
	text-align: center;
}
.cadre{
	background-color: #ffffff;
	margin: 2% 5%;
	padding: 30px;
	box-shadow: 0px 0px 10px #cccccc;
	border-radius: 10px;
}

.logo {
	width: 400px;
	margin: 0px auto;
	padding: 30px;
	text-align: center;
}
.logo img {
	max-width: 100%;
	height: auto;
	text-align: center;
}


.two-column img {
	max-width: 80%;
	height: auto;
}

.verrou {
	clear:both;
}



.bouton {
	text-align:center;
}

.bouton a{
	padding: 10px;
	margin: 0px auto;
	font-size: 15px;
	background-color: #8db74a;
	color: #ffffff!important;
	transition: .5s all;
	-webkit-transition: .5s all;
	-moz-transition: .5s all;
	-o-transition: .5s all;
	-ms-transition: .5s all;
	width: 200px;
	display: block;
	font-weight: 500!important;
	border-radius: 20px;
	}

.bouton a:hover{
	text-decoration:none!important;
	display:block;
	background-color:#3caac8;
	color: #ffffff!important;
	}

/* ------ /PAGE----------------------------------------------------- */

/* ------ FOOTER --------------------------------------------------- */

footer {
	width: 100%;
	height:auto;
	background-color:#8db74a;
}

.bas {
	width: 100%;
	margin-bottom: -20px;
}

.bas img {
	max-width:100%;
	height:auto;
}

.footer-content {
	max-width:1200px;
	margin:auto;
	padding:20px 0px;
	text-align:center;
	color: #ffffff;
}

.footer-content a:link, .footer-content a:visited, .footer-content a:hover {
  text-decoration: none;
  font-weight:700;
  color:  #ffffff;
}





/* ------ RESPONSIVE ----------------------------------------------- */



@media only screen and (max-width: 780px) {

header{	min-height: 300px;}
.logo {width: 230px;padding: 20px;}	
h1 {font-size: 30px;line-height: 40px;  margin: 30px 0;}
.two-column{width: 92%;margin: 10px 4%;}
.cadre{	margin: 2% 2%;padding: 20px;}	
}


/* ------ RESPONSIVE FIN ------------------------------------------- */
