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



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

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



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

@import url(https://fonts.googleapis.com/css2?family=Sue+Ellen+Francisco&display=swap);

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



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

body {
	background-color: #111010;
	background-image: url("../images/fond.jpg");
	background-repeat: no-repeat;
	background-size: cover; 
	font-family: 'Roboto Light', sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 25px;
	color: #DFD5CF;
}

p {
  margin: 20px 0;
}

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

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

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


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

h1 {
	font-size: 36px;
	line-height: 50px;
	font-family: 'Sue Ellen Francisco', cursive;
	font-weight:normal;
	margin: 0px auto 20px auto;
	color: #d88445;
	text-align:center;
}



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

header {
	width: 100%;
	height: auto;
}

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



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

.two-column {
	float: left;
	width: 46%;
	margin: 10px 2%;
}

.logo {
	width: 50%;
	margin: 20px auto;
}

.txt {
	width: 80%;
	margin: 40px auto;
}

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

.verrou {
	clear:both;
}


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







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



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

h1 {font-size: 30px;line-height: 40px;  margin: 30px 0;}
.logo {width: 80%;}
.two-column{width: 92%;margin: 10px 4%;}

}


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