@font-face {font-family: roboto;src: url(fonts/Roboto-Regular.ttf);}
/*@font-face {font-family: praxisSemiBold;src: url(fonts/praxis-semibold-webfont.woff);}*/
/*@font-face {font-family: DinProMedium;src: url(fonts/DINProMedium.ttf);}
@font-face {font-family: DinProLight;src: url(fonts/DINProLight.ttf);}

@font-face {font-family: PlayfairDisplay;src: url(fonts/PlayfairDisplayRegula.ttf);}

@font-face {font-family: MontserratBold;src: url(fonts/Montserrat-Bold.otf);}
@font-face {font-family: MontserratLight;src: url(fonts/Montserrat-Light.otf);}
@font-face {font-family: MontserratMedium;src: url(fonts/Montserrat-Medium.otf);}
@font-face {font-family: MontserratSemiBold;src: url(fonts/MontserratSemiBold.otf);}

@font-face {font-family: didotbold;src: url(fonts/DidotBold.ttf);}
@font-face {font-family: openSans;src: url(fonts/open-sans_regular.ttf);}
*/
:root{
    --red: #06756a;
    --redlight: #098579;
    --shadedgold:  rgba(240, 165, 0, 0.08);
    
	--orange: #098579;
	--mainblue:  #003e70;
	--lightorange:  #f5843e;

}
*{
	box-sizing: border-box;
	font-weight: normal;
/*	font-family: praxis-regular, 'Open Sans', Tahoma, sans-serif;*/

}
html{
	scroll-behavior: smooth;
}
body{
	font-family: 'Poppins', sans-serif;
    color: #000;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
}
a{
	color:inherit;
	text-decoration:none;
	font-family: praxis-regular, 'Open Sans', Tahoma, sans-serif;
}
strong{
	font-weight: bold;
}
.mobile{
	display: none;
}
.accmob{
	display: none !important;
}
#menu{
	display:none;
}
body{
	margin:0px;
	padding: 0;
	top:0 !important;
}
header{
/*	position: fixed;*/
	
	width: 100%;
	z-index: 500;
	transition: .3s;
}
.skiptranslate{
	display: none !important;
}

#logo{
	height: 60px;
}
#logooo{
	display: none;
}
#topheader{
	display: flex;
    justify-content: space-between;
    align-items: center;
  	padding: 0px 6%;
  	margin-bottom:5px;
}
#accountaccess{
	background: var(--red);
	color:white;
	padding: 10px 15px;
	right: 10px;
    top:12px;
    border-radius: 10px;
    z-index: 5000;
}
nav{
	
	background: var(--red);
	color:white;
	padding: 0px 6%;
	word-spacing: -5px;

}
#actif{
	background: white;
	color:var(--red);
}
#downheader{
/*	padding: 20px 6%;*/
	position: relative;
    top: 0px;
    width: 100%;
    z-index: 500;
}
#downheader a{
	padding:15px 15px;
	display: inline-block;
	transition: .3s;
	word-spacing: 0px;
	letter-spacing: 1px;
}
#downheader a:hover{
	background: white;
	color: var(--red);
}
#arrowDown{
	display: none;
}
#nava{
	display: flex;
}
.liTop{
	margin-right: 30px;
	margin-left: 20px;
	position: relative
}
.ulDown{
	display: flex;
	display: none;
	position: absolute;
	background-color: white;
	width: max-content;
	left: -330px;
	padding:30px 20px;
	top:20px;
}
.liTop:hover  .ulDown{
	display: flex;
}
.ulDown div{
	border-right: 1px solid #dbdbdc;
	padding:5px 60px 5px 10px;
}
.ulDown div a{
	display: block;
	margin-bottom: 12px;
	font-size: .855rem;
	color:#484840;

}
.ulDown div a::before{
	font: normal normal normal 14px/1 FontAwesome;
    font-size: 14px;
	content: "\f105";
	font-size: 18px;
	display: inline-block;
	text-align: right;
	margin-left: 5px;
	color: #666;
	margin-right: 8px;
}
.titleLink::before{
	content: "" !important;
}
.ulDown div a:hover{
}
.ulDown div h3{
	margin:0;
	font-size: .855rem;
	color:#484840;
	margin-bottom: 15px;
	text-transform: uppercase;
	margin-left: 7px;
}
.aClassLien{
	color: #fff;
	text-shadow: 0 0 5px rgba(0, 0, 0, 0.7);
	font-size: 17px;
}

#lang{
	background-color: white;
	text-align: right;
	height: 25px;
}
#lang a{
	padding: 0px;
}
#lang a:hover{
	padding: 0px;
}
.minus5{
	position: relative;
	top:-3px;
}

#maindiv h1 {
    text-align: center;
    font-size: 32px !important;
    text-transform: uppercase;
    color: black;
    font-weight: 600;
    line-height: 1.4;
}

footer{
	margin-top:100px;
	font-family: praxis-regular, 'Open Sans', Tahoma, sans-serif;
	font-size: .875rem;
}
footer .content{
	display:flex;
	justify-content: space-between;
	background-color: black;
	padding:40px 5%;
	line-height: 25px;
	color:white;
}
footer .content div h3{
	margin-top: 0;
	color:#48484f;
}
footer .content{

}
footer .content div a{
	display: block;
	margin-bottom: 10px;
}
footer #first a{
	display: block;
	margin-bottom: 15px;

}
footer #first a::after{
	font: normal normal normal 14px/1 FontAwesome;
    font-size: 14px;
	content: "\f105";
	font-size: 18px;
	display: inline-block;
	text-align: right;
	margin-left: 5px;
	color: #666;

}
footer #second i{
	margin-right: 5px;
	font-size: 20px;
}
#signLink{
	border:1px solid #666;
	color:#666;
	text-align: center;
	padding:10px 0px;
	margin-top:10px;
}
#bottom{
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-bottom: 2px solid #48484f;
	padding:20px 5%;
}
#bottom #logo{
	margin-right: 30px;
}
#bottom #social a{
	background: var(--red);
	width: 30px;
	display:inline-block;
	font-size: 20px;
	padding:5px;
	text-align: center;
	margin-left: 5px;
	color:white;
}

#totop{
	background-color:var(--red);
	color: white;
    padding: 3px 7px;
    position: fixed;
    bottom: 50px;
    right: 25px;
    font-size: 30px;
    border-radius: 10px;
    cursor:pointer;
}

@media all and (max-width:550px){
	#topheader{
		padding:5px 5px;
	}
	#downheader{
		background-color:var(--red);
		padding: 3px 0px;
    	padding-right: 5px;
	}
	nav{
		display: none;
		padding:0px 5px;

	}
	nav a{
		display: block !important;
	}
	#logo{
		width: 160px;
		margin-top: 5px;
		height: auto;
	}
	#accountaccess{
		padding:7px 5px;
	}
	#logooo{
		display: block;
	}
	.desktop{
		display: none;
	}
	.accmob{
		display: block !important;
	}
	#desk{
		display: none !important;
	}
	.mobile{
		display: unset;
	}
	#menu{
		border: 2px solid white;
	    padding: 4px;
	    font-size: 29px;
	    color: white;
	    display: block;
	    margin-left: auto;
	    width: fit-content;
	}
	footer .content{
		flex-direction: column;
	}
	#bottom{
		padding:20px 15px;
		align-items: unset;
		flex-direction: column-reverse;
	}
	#social{
		text-align: center;
		margin-bottom: 30px;
	}
}
/*@media all and (max-width:600px){
	header{
		padding:10px 2% !important;
	}
	header .content{
		justify-content: space-between;
	}
	#logo img {
		width: 250px;
	}
	#nava{
		display:none;
	}
	#menu{
		display: block;
		color:white;
		font-size: 25px;
		font-weight: 100;
		border:1px solid white;
		padding:5px;
	}
	#nava{
	    position: fixed;
	    left: 0;
	    width: 100%;
	    flex-direction: column;
	    padding:10px;
	}
	.liTop {
	    margin:0;
	    margin-bottom: 15px;
	}
	.aClassLien{
		background: #e5e5e5;
		display: block;
		padding:15px 10px 13px 10px;
		color:#4d4d4d;
		text-shadow: unset;
	}
	#arrowDown{
		display: unset;
	}
	.ulDown{
		width: unset;
		position: unset;
		flex-direction: column;
		padding:0;
		display: none;
	}
	.ulDown div{
		padding:0px;
	}
	.ulDown div a{
		color: #484840;
		padding: 11px;
		border-bottom: 1px solid #8080803d;
		margin-bottom:0px;
		text-transform: uppercase;
	}
	.ulDown div a::before{
		content:'';
		margin-right: 0px;
		display: unset;
		margin-left:0;
	}
	.ulDown div h3{
		margin-bottom:0px;
		margin-left: 0px;
	}
	.titleLink{
		background: #b3b3b3;
	}

	footer .content{
		flex-direction: column;
	}
	footer .content div{
		margin-bottom: 20px;
	}
	footer #bottom{
		padding:20px;
	}
	#bottom #logo img{
		width: 150px;
	}
	#bottom{
		flex-direction: column;
	}
	#social{
		margin-top:20px;
	}
}*/