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



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

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



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

@import url('https://fonts.googleapis.com/css2?family=Niramit:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;1,200;1,300;1,400;1,500;1,600;1,700&display=swap');

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



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

body {
	background-color: #f6f2f1;
	background-image: url("../images/fond.jpg");
	background-repeat: no-repeat;
	background-position: top center;
	font-family: 'Niramit', sans-serif;
	font-size: 18px;
	font-weight: 300;
	line-height: 24px;
	color: #3b342c;
}

p {
  	margin: 20px 0;
	font-size: 18px;
	font-weight: 300;
	line-height: 24px;
}

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

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

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


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

h1 {
	font-size: 26px;
	line-height: 34px;
 	font-family: "Niramit", sans-serif;
  	font-weight: 500;
  	font-style: normal;
	margin: 0px auto 20px auto;
	color: #705c4b;
	text-align: left;
}

h2 {
	font-size: 22px;
	line-height: 28px;
 	font-family: "Niramit", sans-serif;
  	font-weight: 200;
  	font-style: normal;
	margin: 0px auto 20px auto;
	color: #705c4b;
	text-align: left;
}



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

header {
	max-width: 1500px;
	height: auto;
}

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



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

.contain {
	float: none;
	max-width: 1500px;
	margin: auto;
}

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

.one-column img {
	width: 300px;
	padding:20px;
	height: auto;
	text-align: left;
}

.two-column {
	float: left;
	width: 44%;
	margin: 10px 3%;
	text-align: center;
}


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

.verrou {
	clear:both;
}


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







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



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


.contain {
	width: 100%;
}
.one-column img {
	max-width: 70%;
	text-align: center;
}
.two-column {
	width: 92%;
	margin: 30px 4%;}
}


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