@charset "UTF-8";
/* -------------------- body */
body {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
    
    font-family: arial;
    
    background-color: gray;
}
/* -------------------- #tout */
#tout {
    width: 1096px; /* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> FIXE AU DEPART */
    height: 1000px;
    margin-left: auto;
    margin-right: auto;
    
    background-color: #FFFFFF;
    border: 10px solid black;
    box-sizing: border-box;
}
/* -------------------- header */
header {
	height: 113px;

	background-color: lightgray;
    border: 5px solid red;
    box-sizing: border-box;
}
#logo {
    float: left;
    width: 200px;
    height: 71px;
    margin-top: 15px;
    margin-left: 25px;
    
    background-image: url(../images/logo-dung-02-rouge-02-avec-ombre.png);
    background-repeat: no-repeat;
    background-position: center 0%;
    
    border: 2px solid orange;
    box-sizing: border-box;   
}
nav {
	float: right;
	width: 640px; /* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> FIXE AU DEPART */
    margin-right: 25px;
	text-align: right;
    
    border: 2px solid orange;
    box-sizing: border-box;
}
header nav ul {
    float: right;
	list-style: none;
    
    border: 1px solid yellow;
    box-sizing: border-box;
}
nav ul li {
	float: left;
    margin-right: 25px;
    text-align: left;
    
	font-size: 14px;
	letter-spacing: 2px;
	font-weight: bold;
	transition: all 0.3s linear;
    
    border: 1px solid dimgray;
    box-sizing: border-box;
}
ul li a {
	color: black;
	text-decoration: none;
}
ul li:hover a {
	color: red;
}
/* -------------------- #s1 */
#s1 {
    border: 5px solid red;
    box-sizing: border-box;
}
#s1 img {
    width: 100%;
}
/* -------------------- #s2 */
#s2 {
    display: inline-block;
    margin-top: 0px;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 35px;
    
    background-color: #FFFFFF;
    border: 5px solid red;
    box-sizing: border-box;
}
.s2-colonne {
    float: left;
	width: 475px; /* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> FIXE AU DEPART */
    margin-right: 30px; /* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> FIXE AU DEPART */;
	text-align: center;
    
    border: 2px solid orange;
    box-sizing: border-box;
}
.s2-colonne:last-child {
    margin-right: 0; /* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> FIXE AU DEPART */
    margin-left: 30px; /* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> FIXE AU DEPART */
}
.s2-colonne img {
	width: 100%;
	width: 400px; /* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> FIXE AU DEPART */
	max-height: 200px;
}
.s2-colonne p {
    padding-left: 30px;
	padding-right: 30px;
    margin-left: 20px;
	margin-right: 20px;
    text-align: justify;
    
    color: dimgray;
	line-height: 25px;
    
    border: 1px solid lightgray;
    box-sizing: border-box;
}
/* -------------------- #s3 */
#s3 {
    height: 500px;
    
    background-image: url(../images/image-01-1200x800.jpg);
	background-attachment: fixed;
	background-size: cover;
	background-repeat: no-repeat;
    
    border: 5px solid red;
    box-sizing: border-box;
}
#s3 h2 {
    padding-right: 100px;
	padding-top: 50px;
    text-align: right;
    
	color: white;
    
    border: 2px solid orange;
    box-sizing: border-box;
}
#s3 p {
    width: 548px; /* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> FIXE AU DEPART */
    float: right;
    padding-right: 100px;
	padding-top: 50px;
    text-align: right;
    
	color: white;
    
    border: 2px solid orange;
    box-sizing: border-box;
}
/* -------------------- footer */
/* -------------------- #copyright */
#copyright {
    padding-top: 20px;
	padding-bottom: 20px;
	text-align: center;
    
	background-color: dimgray;
	color: white;
	
    border: 5px solid red;
    box-sizing: border-box;
}