*{
	margin: 0;
	font-family: "Trebuchet MS", Segoe UI;
}

.mail{
	border: 1px solid #004e72;
	border-radius: 10px;
	margin: 10px;
	padding: 10px;
}


/* Navigateur */

@media (min-width: 1000px){

body{
	width: 1000px;
	margin: 0 auto;
	background-color: #abcdef;
}

h1{
	color: #fff;
	font-size: 50px;
	text-shadow: 1px 1px 2px #000;
	text-align: center;
	margin: 30px 20px;
}

h2{
	color: #fff;
	font-size: 25px;
	text-shadow: 1px 1px 2px #000;
	text-align: center;
	margin: 10px;
}

h3{
	color: #004e72;
	font-size: 50px;
	text-shadow: 1px 1px 1px #fff;
	text-align: center;
}

h4{
	color: #004e72;
	font-size: 20px;
	text-shadow: 1px 1px 1px #fff;
	text-align: center;
	margin-bottom: 10px;
}

.calendar-navigateur{
}

.calendar-smartphone{
	display: none;
}

.gauche,
.centre,
.droite,
.tete-gauche,
.tete-centre,
.tete-droite{
	width: 313px;
	margin: 10px;
	float: left;
}

.gauche img,
.centre img,
.droite img{
	margin: 1px 10px 0 65px;
	float: left;
	border-radius: 5px;
}

.tete-gauche img,
.tete-centre img,
.tete-droite img{
	margin: 0;
	float: left;
}

.notice-gauche{
	text-align: center;
	margin: 20px 0 10px 0;
	float: left;
	width: 500px;
}

.notice-gauche p{
	text-align: left;
	margin-left: 5px;
	margin-right: 15px;
}

.notice-droite{
	text-align: center;
	margin: 20px 0 10px 0;
	float: right;
	width: 500px;
}

.notice-gauche img,
.notice-droite img{
	width: 490px;
	height: 368px;
	border-radius: 10px;
}

.contact,
.mentions{
	width: 480px;
	margin: 10px;
	float: left;
}

.contact p{
	margin: 0 10px;
}

.contact a{
	color: #004e72;
}

.mentions p{
	margin: 0 50px;
}

.mots-contact{
	margin: 0 10px;
}

input, textarea {
    margin: 0 10px;
    padding: 2px;
    width: 450px;
    color: #000;
    border: 1px solid #fff;
    border-radius: 5px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.submit {
	color: #000;
    width: 60px;
	margin: 5px 10px 0 ;
}

footer{
	text-align: center;
	margin-top: 20px;
}

footer a{
	color: #004e72;
}
}


/* SmartPhone */

@media (max-width: 1000px){

body{
	width: 100%;
	margin: 0;
	background-color: #abcdef;
}

h1{
	color: #fff;
	font-size: 50px;
	text-shadow: 1px 1px 2px #000;
	text-align: center;
	margin: 30px 20px;
}

h2{
	color: #fff;
	font-size: 25px;
	text-shadow: 1px 1px 2px #000;
	text-align: center;
	margin: 30px 10px 10px 10px;
}

h3{
	color: #004e72;
	font-size: 50px;
	text-shadow: 1px 1px 1px #fff;
	text-align: center;
}

h4{
	color: #004e72;
	font-size: 20px;
	text-shadow: 1px 1px 1px #fff;
	text-align: center;
	margin-bottom: 10px;
}

.calendar-navigateur{
	display: none;
}

.calendar-smartphone{
	width: 100%;
}

.tete-gauche,
.tete-centre,
.tete-droite{
	width: 100%;
	text-align: center;
}

.tete-gauche img,
.tete-centre img,
.tete-droite img{
	width: 100%;
	max-width: 313px;
}

.notice-gauche{
	text-align: center;
	margin: 20px 0 10px 0;
	width: 100%;
}

.notice-gauche p{
	text-align: left;
	margin-left: 5%;
	margin-right: 5%;
}

.notice-droite{
	text-align: center;
	margin: 20px 0 10px 0;
	width: 100%;
}

.notice-gauche img,
.notice-droite img{
	width: 95%;
	max-width: 490px;
	border-radius: 10px;
}

.contact,
.mentions{
	width:100%;
}

.contact p,
.mentions p{
	margin: 0 5%;
}

.contact a{
	color: #004e72;
}

.mots-contact{
	margin: 0 5%;
}

input, textarea {
    margin: 5px 5%;
    width: 88%;
    color: #000;
    border: 1px solid #fff;
    border-radius: 5px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.submit {
	color: #000;
    width: 60px;
	margin-top: 5px;
}

footer{
	text-align: center;
	margin-top: 20px;
}

footer a{
	color: #004e72;
}
}


/* Effaçage de code selon la taille */

@media (max-width: 1000px){.version-navigateur{display: none;}}
@media (min-width: 1000px){.version-smartphone{display: none;}}


/* Entre 500px et 1000px */

@media (min-width: 500px) and (max-width: 1000px){
.gauche,.centre,.droite{width: 40%; float: left; margin: 0 5%;}
.gauche img,.centre img,.droite img{margin: 1px 10px 0 0; float: left; border-radius: 5px;}}
@media (max-width: 500px){
.gauche,.centre,.droite{width: 80%; margin-left: 20%;}
.gauche h2,.centre h2,.droite h2{margin: 30px 0 10px -20%;}
.gauche img,.centre img,.droite img{margin: 1px 10px 0 0; float: left; border-radius: 5px;}}

@media (min-width: 1000px){header{height: 120px;}}
@media (min-width: 500px) and (max-width: 1000px){header{height: 180px;}}
@media (max-width: 500px){header{height: 250px;}}

@media (min-width: 1000px){header img{position: absolute; margin: -15px 0 0 870px;}}
@media (min-width: 500px) and (max-width: 1000px){header img{	position: absolute; margin-top: 60px; right: 20px;}}
@media (max-width: 500px){header img{	position: absolute; margin-top: 110px; right: 5px;}}

@media (min-width: 1000px){.footer-tablet, .footer-smartphone{display: none;}}
@media (min-width: 500px) and (max-width: 1000px){.footer-navigateur, .footer-smartphone{display: none;}}
@media (max-width: 500px){.footer-navigateur, .footer-tablet{display: none;}}

@media (min-width: 1000px){.quatre-colonnes{width: 250px; float: left;}}
@media (min-width: 500px) and (max-width: 1000px){.quatre-colonnes{width: 50%; float: left; margin-top: 10px;}}
@media (max-width: 500px){.quatre-colonnes{width: 100%; margin-top: 10px;}}


/* Untappd */

.untappd img{float: none;margin: 0 0 0 10px;}