html, body
{                                  
    color: #000;
    background-color: #fff;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 15px;
    margin: 0;
    padding: 0;
    overflow-x: auto;
    height: 100%;
}

.center
{
	width: 1000px;
    position: relative;
    margin: 0 auto;
    padding: 0;
}

#black
{
	z-index: 1001;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.45;
	-moz-opacity: 0.45;
	filter: alpha(opacity=45);
	visibility: hidden;	
}

.sysbox
{
	width: 500px;
	height: auto;
	top: 100px;
	margin-left: calc((100% - 528px) / 2);
	background-color: #fff; 
	z-index: 1005;
	position: fixed;
	visibility: hidden;
	border: 4px solid #444;
	padding: 5px 0px;
	text-align: left;
	overflow: none;
	border-radius: 15px;
	box-shadow: 15px 15px 25px 10px #222;
	-webkit-box-shadow: 15px 15px 25px 10px #222;
	-moz-box-shadow: 15px 15px 25px 10px #222;
		
}



.mainerror
{
	width: 100%;
	height: 100%;
	float: left;
	font-size: 14px; 
}

.mainerrtop
{
	width: 100%;
	height: 45px;
	float: left;
	text-align: center; 
	background-image: url(/images/toplogomess.png); 
    background-repeat: no-repeat;
    background-blend-mode: overlay;
    background-color: rgba(255,255,255,0.7);
}


.mainerrtop p
{
	margin: 0px 0px 0px 0px; 
	font-size: 33px;
}

.mainerrmess
{
	width: 100%;
	height: calc(100% - 75px);
	float: left;
	
}

.mainerrmess p
{
	margin: 15px 10px 15px 10px; 
}

.mainerrclose
{
	width: 100%;
	height: 30px;
	float: left;
	text-align: center;
	 
}

.button
{
	width: 150px;
	height: 25px;
	text-align: center; 
	font-size: 11px;
	font-weight: bold;
	font-family: Arial, Helvetica, Times New Roman, Geneva,Verdana, sans-serif;
	display: inline-block;
	margin: 0 auto;
	border-radius: 3px;
	border: 0px;
	background-image: linear-gradient(-180deg, #eee 0%, #eee 100%);
	box-shadow: 0 1px 1px 0 rgba(0,0,0,0.6),
							0 -1px 2px rgba(16,15,16,0.4) inset,
							0 0px 0px rgba(255,255,255, 0.4) inset,
							0 0px 0px 0 rgba(8,8,9,0) inset;
}

.button:hover
{
	background-image: linear-gradient(-180deg, #ccc 0%, #ccc 100%);
	box-shadow: none;
}

.button p
{
	margin: 6px 0px 0px 0px; 
	color: #000;
}

#closeallmenu
{
	z-index: 1001;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	visibility: hidden;	
}






.sendmessage
{
	width: 100%;
	height: auto;
	float: left;
	margin: 0px 0px 0px 0px;  
}

.sendmessage .titre
{
	text-align: center; 
	margin: 10px 0px 10px 0px; 
	color: red;
	font-size: 20px;
	font-weight: bold;
}

.sendmessage .texte
{
	text-align: center; 
	margin: 10px 0px 10px 0px; 
	color: black;
	font-size: 20px;
	font-weight: bold;
}


.sendmessage .parts
{
	width: 100%;
	height: auto;
	float: left;
	margin: 0px 0px 0px 26px;  
}

.sendmessage .parts p
{
	margin: 0px 0px 0px 0px; 
	color: black;
	font-size: 13px;
}

.sendmessage .sendinput
{
	width: 100%;
	height: auto;
	float: left; 
	margin: 15px 0px 0px 26px; 
}

.sendmessage .sendinput .messinput
{
	width: 440px;
	height: 30px;
	float: left; 
	margin: 0px 0px 10px 0px; 
}

.sendmessage .sendinput .message
{
	width: 440px;
	height: 100px;
	float: left; 
}

.messagesend
{
	width: 100%;
	height: auto;
	float: left;
	text-align: center;
	 
}

.sendmessagebutton
{
	width: 250px;
	height: 40px;
	text-align: center; 
	font-size: 27px;
	font-weight: bold;
	font-family: Arial, Helvetica, Times New Roman, Geneva,Verdana, sans-serif;
	display: inline-block;
	margin: 0 auto;
	border-radius: 3px;
	border: 0px;
	background-image: linear-gradient(-180deg, #fc0000 0%, #fc0000 100%);
	box-shadow: 0 1px 1px 0 rgba(0,0,0,0.6),
							0 -1px 2px rgba(16,15,16,0.4) inset,
							0 0px 0px rgba(255,255,255, 0.4) inset,
							0 0px 0px 0 rgba(8,8,9,0) inset;
	margin: 26px 0px 15px 0px; 
	
}

.sendmessagebutton:hover
{
	background-image: linear-gradient(-180deg, #ccc 0%, #ccc 100%);
	box-shadow: none;
}

.sendmessagebutton p
{
	margin: 5px 0px 0px 0px; 
	color: #eee;
}

.sendmesserrormess
{
	width: 100%;
	height: 27px;
	float: left;
	display: none;
}

.sendmesserrormess p
{
	margin: -4px 0px 0px 34px; 
	color: #fc0000;
	font-size: 13px;
}


.sendmessageinputerr
{
	background-color: #ffdddd;
	border: 1px solid #000;
}






.mainsite
{
	width: 1000px;
	height: auto;
	float: left;
    border-style: hidden solid solid solid;
    border-width: 1px;
    border-color: #777;
    box-shadow: 0px 10px 10px 10px #777;
    padding: 0px 0px 10px 0px; 
    margin: 7px 0px 30px 0px;
    
}

.topscreen
{
	width: 100%;
	height: 150px;
	float: left;
    border-style: hidden hidden solid hidden;
    border-width: 1px;
    border-color: #000; 
	box-shadow: 5px 4px 10px 1px #777; 
}

.top
{
	width: 1000px;
	height: 150px;
	float: left; 
}

.top .topleft
{
	width: 300px;
	height: 150px;
	float: left; 
}

.top .topleft .logo
{
	width: 100%;
	height: 80px;
	float: left; 
}

.top .topleft .logo img
{
	width: auto;
	height: 74px;
	float: left;
	margin: 4px 0px 0px 43px;  
}

.top .topleft .text
{
	width: 100%;
	height: 23px;
	float: left;
	text-align: center; 
	font-size: 13px; 
	margin: 0px 0px 0px 12px; 
}

.top .topleft .text p
{
	margin: 0px 0px 0px 0px; 
}

.top .topleft .conslogo
{
	width: 100%;
	height: 22px;
	float: left;
	text-align: center; 
	margin: 0px 0px 0px 4px;  
}

.top .topleft .conslogo img
{
	width: auto;
	height: 19px;
	margin: 0px 10px; 
}

.top .topright
{
	width: 350px;
	height: 150px;
	float: right; 
}

.top .topright .dayopen
{
	width: 330px;
	height: auto;
	position: absolute;
	left: 640px;
	top: 65px;
	border: 4px solid #f80d22;
	visibility: hidden;	
	display: none;
	background-color: #fff;
	box-shadow: 5px 5px 5px #777;
	z-index: 1005;
	font-size: 12px;
	text-align: left; 
}

.top .topright .dayopen .logo
{
	width: 100%;
	height: 70px;
	float: left;
	text-align: center;  
}

.top .topright .dayopen .logo img
{
	width: 150px;
	height: 49px;
	float: left; 
	margin: 9px 0px 0px 88px; 
}

.top .topright .dayopen .tel
{
	width: 100%;
	height: 23px;
	float: left;
	text-align: center;  
}

.top .topright .dayopen .tel p
{
	margin: 0px 0px 0px 0px; 
	color: #f80d22;
	font-size: 19px;
}

.top .topright .dayopen .title
{
	width: 100%;
	height: 36px;
	float: left;
	text-align: center;  
	font-size: 15px;
}

.top .topright .dayopen .title p
{
	margin: 13px 0px 0px 0px; 
	font-weight: bold;
}

.top .topright .dayopen .dateclose
{
	width: 100%;
	height: auto;
	float: left;
	font-size: 13px; 
}

.top .topright .dayopen .dateclose p
{
	margin: 0px 0px 0px 0px; 
}

.top .topright .dayopen .heure
{
	width: 100%;
	height: auto;
	float: left;
	margin: 5px 0px 0px 0px;  
}

.top .topright .dayopen .heure .texte
{
	width: 70px;
	height: 20px;
	float: left; 
}

.top .topright .dayopen .heure .texte p
{
	margin: 0px 0px 0px 11px; 
}

.top .topright .dayopen .heure .jour
{
	width: 80px;
	height: 20px;
	float: left; 
}

.top .topright .dayopen .heure .jour p
{
	margin: 0px 0px 0px 0px; 
}

.top .topright .dayopen .heure .ouvert
{
	width: 170px;
	height: auto;
	float: left; 
}

.top .topright .dayopen .heure .ouvert p
{
	margin: 0px 0px 0px 0px; 
}

.top .topright .dayopen .close
{
	width: 100%;
	height: 40px;
	float: left; 
	text-align: center; 
	margin: 20px 0px 0px 0px; 
}



.top .topright .topmenusection
{
	width: 350px;
	height: 76px;
	float: left;
	margin: 0px 0px 0px 0px;  
}

.top .topright .topmenusection .topmenu
{
	width: 75px;
	height: 56px;
	float: right;
	margin: 10px 0px 0px 0px;  
}

.top .topright .toptext
{
	width: 350px;
	height: 35px;
	float: left;
	font-size: 12px; 
	text-align: right; 
}

.top .topright .toptext p
{
	margin: 0px 28px 0px 0px;
}

.top .topright .topface
{
	width: 350px;
	height: 35px;
	float: left;
	font-size: 12px; 
	text-align: right;
}

.top .topright .topface p
{
	margin: 6px 27px 0px 0px; 
}

.top .topright .topface p img
{
	width: 18px;
	height: 18px;
}

.middlescreen
{
	width: 100%;
	height: auto;
	float: left;
	
}

.middle
{
	width: 1000px;
	height: auto;
	float: left; 
}

.home
{
	width: 1000px;
	height: auto;
	float: left; 
}

.home .title
{
	width: 100%;
	height: 60px;
	float: left;
	margin: 0px 0px 0px 0px;  
	text-align: center; 
}

.home .title p
{
	font-size: 24px;
	margin: 16px 0px 0px 0px; 
}

.home .image 
{
	width: 100%;
	height: 400px;
	float: left;
	text-align: center;  
}

.home .image img
{
	width: 745px;
	height: auto;
	margin: 0px 0px 0px 0px;  
	box-shadow: 5px 5px 5px #777;	
}

.home .produits
{
	width: 100%;
	height: 100px;
	float: left; 
	margin: 0px 0px 0px 15px; 
}

.home .produits img
{
	width: auto;
	height: 60px;
	float: left;
	margin: 0px 18px; 
	box-shadow: 5px 5px 5px #777; 
}

.hoppor
{
	width: 750px;
	height: 250px;
	float: left; 
	margin: 0px 0px 0px 250px; 
}

.hoppor .oppor
{
	width: 500px;
	height: 200px;
	float: left; 
	background-color: #ddd;
	box-shadow: 5px 5px 5px #777;
}

.hoppor .oppor .opportop
{
	width: 100%;
	height: 150px;
	float: left; 
}

.hoppor .oppor .opportop .opporleft
{
	width: 230px;
	height: 150px;
	float: left; 
	color: #fff;
	font-style: italic;
	margin: 0px 10px; 
}

.hopporline1
{
	font-size: 16px;
	margin: 52px 0px 0px 59px; 
	color: #000;
}

.hopporline2
{
	font-size: 25px;
	margin: -8px 0px 0px 35px;
	font-weight: bold; 
	color: #000;
}

.hopporline3
{
	font-size: 16px;
	margin: -4px 0px 0px 97px; 
	color: #000;
}

.hoppor .oppor .opportop .opporright
{
	width: 250px;
	height: 150px;
	float: left; 
}

.hoppor .oppor .opportop .opporright img
{
	width: 189px;
	height: 135px;
	float: left; 
	margin: 11px 0px 0px 10px; 
}

.hoppor .oppor .opporbottom
{
	width: 100%;
	height: 39px;
	float: left;
	text-align: center;
	margin: 11px 0px 0px 0px;  	  
}

.hoppor .oppor .opporbottom a
{
	text-decoration: none;
}

.presentation
{
	width: 100%;
	height: auto;
	float: left; 
	background-color: #fff;
	margin: 0px 0px 50px 0px;
	color: #000; 
	box-shadow: 5px 5px 5px #777;
}

.presentation .pretitre
{
	width: 100%;
	height: auto;
	float: left;
	margin: 0px 0px 10px 0px;
	font-size: 24px;
	font-weight: bold;  
}

.presentation .pretitre p
{
	margin: 10px 30px 0px 30px; 
}

.presentation .pretexte
{
	width: 100%;
	height: auto;
	float: left; 
	margin: 0px 0px 10px 0px; 
}

.presentation .pretexte p
{
	margin: 0px 30px; 
}

.presentation .pretexte p a
{
	color: red;
	
}





.bottomscreen
{
	width: 100%;
	height: auto;
	float: left;
	background-color: #fff;
    border-style: solid hidden hidden hidden;
    border-width: 1px;
    border-color: #000; 
	box-shadow: 0px -4px 10px 1px #777; 
	
}
 
.bottom
{
	width: 1000px;
	height: auto;
	float: left; 
	margin: 0px 0px 10px 0px; 
}

.legal
{
	font-size: 10px;
	margin: 0px 0px 0px 0px; 
	text-align: center; 
	color: #000;
}


.bottom .bottommenu
{
	width: 200px;
	height: 115px;
	float: left; 
	margin: 15px 0px 0px 0px; 
}

.bottomtitle
{
	font-size: 14px;
	margin: 0px 0px 0px 0px; 
	color: #fff;
}

.bottomtitle a
{
	text-decoration: none;
	color: #000;
}

.bottomtext
{
	font-size: 11px;
	margin: 2px 0px 0px 25px;
}

.bottomtext a
{
	text-decoration: none;
	color: #000;
}






















.navbar
{
	width: auto;
	height: auto;
	position: fixed;
	top: 0;
	right: -500px;
	display: flex;
	justify-content: center;
	align-items: baseline;
	transition: right .8s cubic-bezier(1,0,0,1);
	z-index: 1005;
	background-color: #ddd;
	margin: 7px 0px 0px 0px; 
}

.nav-list
{
	text-align: right; 
	margin: 20px 40px 0px 40px;
	padding-left: 0px; 
	background-color: #ddd;
}
.nav-item
{
	list-style: none;
	margin: 15px 5px 0px 5px;
}

.nav-item-close
{
	list-style: none;
	margin: 25px -30px 15px 5px;
	font-size: 9px;
	color: #000;
	font-weight: normal;
}

.nav-link
{
	text-decoration: none;
	font-size: 13px;
	letter-spacing: 1px;
	text-transform: capitalize;
	position: relative;
	padding: 3px 0;
	font-style: italic;
}

.nav-linksite
{
	color: #000;
}

.nav-linksite:hover
{
	color: #fc0000;
}

.nav-linkcatal
{
	color: #003f7e;
}

.nav-linkcatal:hover
{
	color: #fc0000;
}

.hamburger-menu
{
	width: 48px;
	height: 45px;
	float: left;
	cursor: pointer;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	z-index: 1002;
}

.line
{
	width: 100%;
	height: 5px;
	transition: all 0.8s;
	background-color: #777;;
}

.linemenu
{
	width: 100%;
	height: 10px;
	transition: all 0.8s;
	font-size: 15px;
	color: #777;;
	font-weight: bold;
	margin: -8px 0px 0px 0px; 
}

.change .line-1
{
	transform: translate(0px, 10px) rotateZ(-405deg);
/*		opacity: 0; */
}

.change .line-2
{
/**/	opacity: 0; 
}

.change .line-3
{
	 transform: translate(0px, -14px) rotateZ(405deg);
/*	opacity: 0;*/
}

.change
{
	right: calc( (100% - 984px) / 2); 
}

.change1
{
	right: calc( (100% - 984px) / 2); 
}

@font-face 
{
    font-family: "FontAwesome";
    font-weight: normal;
    font-style : normal;
           src : url("/include/font/fa-solid-900.eot?v=4.3.0");
           src:  url("/include/font/fa-solid-900.woff2?v=4.3.0") format("woff2"),
                 url("/include/font/fa-solid-900.woff?v=4.3.0") format("woff"),
                 url("/include/font/fa-solid-900.ttf?v=4.3.0") format("truetype"),
                 url("/include/font/fa-solid-900.svg?v=4.3.0#fontawesomeregular") format("svg");
}

