@charset "UTF-8";
@import url("webfonts/stylesheet.css");

#aucomptoir_button, #presse_button, #expos_button, #contact_button,
#titlemini, #bienvenue, #aucomptoir, #presse, #expos, #contact, .home{
	display: none;
}
html, body
{
    width:100%;
    height:100%;
    margin:0;
    padding:0;
    border:0;
		scroll-behavior: smooth;
}
body{
	background-color: rgb(210, 203, 199);
	font-family: avenir_lt;
	color: rgb(106,88,68);
	border-top: 10px solid white;
  	border-left: 10px solid white;
  	border-bottom: 10px solid white;
  	border-right: 10px solid white;
   box-sizing: border-box;
}
.right{
	text-align: right;
	font-style: normal;
}
#languages{
	position: absolute;
	width: 45px;
	right: 10px;
	top: 10px;
}
#languages a img{
	width: 20px;
}
#bloc_droit{
	position: absolute;
	z-index: 0;
	left: 35.5%;
	right: 0%;
	bottom: 0%;
	top: 0%;
	text-align: center;
}
#bloc_droit img{
	margin-top: 7%;
	width: 80%;
	height: 80%;
}
#boutons{
	position: absolute;
	right: 25px;
	bottom: 15px;
	z-index: 3;
	width: 30px;
	height: 160px;
}
.soc_buttons a{
	width: 40px;
	height: 30px;
	position: absolute;
	overflow-x: hidden;
	overflow-y: hidden;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: 50%;
	opacity: 0.7;
}
.soc_buttons a:hover{
	background-color: rgb(225, 218, 214);
	opacity: 1;
	border-radius: 5px;
	box-shadow: 0px 1px 5px #777;
}
a.soc_facebook{
	background-image: url(images/soc_buttons/icone_facebook.png);
}
a.soc_insta{
	margin-top: 40px;
	background-image: url(images/soc_buttons/icone_insta.png);
}
a.soc_mail{
	margin-top: 120px;
	background-image: url(images/soc_buttons/icone_mail.png);
}
a.soc_tel{
	display: none;
}
.menu-item{
	display: block;
	width: 7%;
	height: 100%;
	opacity: 0.8;
 transition: width 0.7s ease-in-out;
   	overflow: hidden;
}
a:link, a:visited {
	text-decoration: none;
	color: #777;
}
a:hover{
	color: black;
}
a:active{
	color: white;
}
.boutons_menus{
	display: none;
	margin-top: 5px;
	width:100%;
	height: 100%;
	text-align: right;
}
.boutons_menus img{
	width: 70%;
	max-width: 85px;
}
.menu-item:hover .boutons_menus{
	display: block;
}
.hover{
	border-style: solid 5px;
}
#menu1{
	float: left;
	background-image: url(images/bienvenue.jpg);
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
}
#bouton_bienvenue{
	width: 100%;
	height: 100%;
}
#menu2{
	float: left;
	background-image: url(images/aucomptoir.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}
#bouton_aucomptoir{
	width: 100%;
	height: 100%;
}
#menu3{
	float: left;
	background-image: url(images/presse.jpg);
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
	font-style: italic;
}
#bouton_presse{
	width: 100%;
	height: 100%;
}
#menu4{
	float: left;
	background-image: url(images/expos.jpg);
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
}
#bouton_expos{
	width: 100%;
	height: 100%;
}
.post-title{
	font-size: 24px;
	text-transform: uppercase;
}
#menu5{
	float: left;
	background-image: url(images/contact.jpg);
	background-position: 97% 50%;
	background-repeat: no-repeat;
	background-size: cover;
}
#menu-aix{
	float: left;
	background-image: url(images/aix.jpg);
	background-position: 97% 50%;
	background-repeat: no-repeat;
	background-size: cover;
	border-right: 6px solid white;
}
#bouton_contact{
	width: 100%;
	height: 100%;
}
#liseret{
	float: left;
	height: 100%;
	width: 0.3%;
	background-color: white;
}
.menu-item:hover{
	opacity: 1;
}
.texte{
	display: none;
	width: 0%;
}
.menu-item.small{
	width: 0%;
	height: 100%;
 transition: width 0.7s ease-in-out;
  	overflow: hidden;
}
.menu-item.big{
	margin-left: 0%;
    width:35.5%;
    height:100%;
    opacity: 1;
 transition: width 0.7s ease-in-out;
}
.menu-item.big .texte{
	display: block;
	padding-top: 5%;
	padding-left: 15%;
	padding-right: 15%;
	position: absolute;
	top: 0%;
	left: 36.25%;
	width: 64%;
	height: 100%;
	background-color: rgb(210, 203, 199);
	z-index: 1;
	text-align: justify;
	animation: opacity 0.8s 0.2s ease-in-out backwards;
	-webkit-animation: opacity 0.8s 0.2s ease-in-out backwards;
	-moz-animation: opacity 0.8s 0.2s ease-in-out backwards;
	-o-animation: opacity 0.8s 0.2s ease-in-out backwards;
	-ms-animation: opacity 0.8s 0.2s ease-in-out backwards;
	border-top: 10px solid white;
  	border-right: 10px solid white;
  	border-bottom: 10px solid white;
   box-sizing: border-box;
   	overflow-x: scroll;
	overflow-y: scroll;
}
.menu-item.big .texte .text-contact{
	text-align: left;
	margin: 0 0 40px 10px;
	display: inline-block;
	vertical-align: top;

}
.text-contact h3{
	text-transform: uppercase;
}
.text-container{
	width: 100%;
	text-align: left;
	margin-bottom: 30px;
}
.signature{
	width: 100%;
	text-align: center;
}
.petite-ligne{
	width: 50%;
	height: 1px;
	margin: 40px 0 40px 25%;
	background-color: black;
}
.menu-item.big .boutons_menus{
	display: block;
	opacity: 1;
}
.menu-item.big .fermer{
	width: 40px;
	position: absolute;
	top: 11%;
	left: 14%;
	line-height: 100%;
	border-radius: 5px;
	box-shadow: 0px 1px 2px #999;
	text-align: center;
	opacity: 0.6;
}
.menu-item.big .fermer:hover{
	margin-top: -1px;
	background-color: rgb(225, 218, 214);
	opacity: 1;
	border-radius: 5px;
	box-shadow: 0px 1px 5px;
}
.menu-item.big .petit_logo img{
	width: 100%;
	height:100%;
}
.menu-item.big .petit_logo{
	width: 30%;
	margin-top: 15%;
	margin-left: auto;
	margin-right: auto;
}
.boutons-villes{
	position: absolute;
	bottom: 8%;
	left: 50%;
	margin-left: -150px;
	text-align: center;
	width: 300px;
}
.bouton-ville{
	display: inline-block;
	text-transform: uppercase;
	font-size: 20px;
	margin-right: 10px;
}
.bouton-ville:hover{
	color: rgb(106,88,68);
}
.iframe_wrapper{
	display: inline-block;
}
iframe{
	border-radius: 100%;
	-moz-border-radius: 100%;
}
footer{
	color: white;
	font-size: 11pt;
	position: absolute;
	left: 48%;
	bottom: 11px;
	right: 13%;
	text-align: center;
}
footer a:link, footer a:visited{
	color: white;
}
@-keyframes opacity {
 0% {opacity: 0;}
 50% {opacity: 0;}
 100% {opacity: 1;}
}
@-webkit-keyframes opacity {
 0% {opacity: 0;}
 50% {opacity: 0;}
 100% {opacity: 1;}
}
