@font-face {
	font-family: "VinciSans";
	src: url('fonts/VinciSansRegular.otf');
}
@font-face {
	font-family: "VinciSans";
	src: url('fonts/VinciSansBold.otf') ;
    font-weight: bold;
}
@font-face {
	font-family: "VinciSans";
	src: url('fonts/VinciSansItalic.otf');
	font-style: italic;
}
@font-face {
	font-family: "VinciSans";
	src: url('fonts/VinciSansBold Italic.otf');
    font-weight: bold;
	font-style: italic;
}

body{
	height: 100%;
	width: 100%;
	overflow: hidden;
	padding: 0;
	margin: 0;
	font-family: "VinciSans";
}

html{
	height: 100vh;
	width: 100vw;
	overflow: hidden;
	margin: 0;
	padding: 0;
	font-size: 14px;
	height: 100%;
	line-height: 1;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-ms-overflow-style: scrollbar;
	position: relative;
}

:focus {
	outline: 0;
}

ul{
	margin: 0;
	margin-bottom: 15px;
	padding: 0;
	font-size: 1.5rem;
}

li{
	margin: 15px 0 0 15px;
	padding: 0;
	list-style: none;
}
li:before{
	display: inline-block;	
	font-family: FontAwesome;
	content: "\f105";
	margin-right: 10px;							
}

.hidde{
	display: none;
}

a{
	color: inherit;
	text-decoration: none;
}

a:hover{
	color: inherit;
	text-decoration: none;
}

.pointer{
	cursor: pointer;
}

.floatRight{
	display: inline-block;
	float: right;
}

.floatLeft{
	display: inline-block;
	float: left;
}

.relative{
	position: relative;
}

.dib{
	display: inline-block;
}

.h100{
	height: 100%;
}

.ui-dialog .ui-dialog-titlebar-close {
  display: none;
}

.row{
	display: flex;
	align-items: center;
}

/* LAYOUT */

	header,
	footer{
		position: absolute;
		left: 0;
		width: 100%;
	}
	
	@media screen and (max-width: 991px) {
		header{
			height: 15%;
		}
		#content{
			top: 15%;
			height: 75%;
		}
		footer{
			height: 10%;
		}
	}	
	@media screen and (min-width: 992px) {
		header{
			height: 10%;
		}
		#content{
			top: 10%;
			height: 85%;
		}
		footer{
			height: 5%;
		}
	}

	header{
		top: 0;
		background: url(img/motif.jpg) repeat;
	}

	header .h1{
		float: left;
		background: #2F5598;
		height: 100%;
		display: block;
		padding: 15px;
		position: relative;
	}

	header h1{
		color: #fff;
		margin: 0;
		padding: 0;
		text-transform: uppercase;
	}
	
	header h1 span.en{
		font-size: 1.4rem;
	}


	footer{
		bottom: 0;
	}

	.linkFooter.openDialogPDFP{
		min-width: 400px;
	}

	.linkFooter{
		padding-left: 15px;
		color: #2F5598;
		font-size: 2rem;
		font-weight: bold;
	}

	#content{
		position: absolute;
		left: 0;
		width: 100%;
	}	

	#main_img{
		width: 100%;
		height: 100%;
		z-index: -1;
	}

	#main_img_popup{
		width: 100%;
		height: 100%;
		position: absolute;
		left: 50%;
		top: 50%;
		transform: translate(-50%, -50%);
		z-index: -1;
	}

	.logo,
	.picto{
		display: inline-block;
		height: 100%;
		width: auto;
		cursor: pointer;
	}

	.buttonhome{
		position: absolute;
		bottom: 15px;
		left: 15px;
		z-index: 6;
		height: 6%;
	}
	.buttonhome img{
		width: auto;
		height: 100%;
	}


	.pictoA{
		position: absolute;
		display: block;
		height: 6%;
		z-index: 2;
		cursor: pointer;
	}

    .pictoLEFT{
			position: absolute;
			display: block;
			height: 10%;
			z-index: 2;
			cursor: pointer;
			position: absolute;
			right: 0.5%;
			top: 0.5%;
    }

    .pictoLEFTPDF{
			position: absolute;
			display: block;
			height: 7%;
			z-index: 4;
			cursor: pointer;
			position: absolute;
			right: 3.5%;
			top: 3.5%;
    }

    .mr-3{margin-right: 1rem;}  
    .openDialogPDFFB{
		    color: #2F5598;
		    font-size: 2rem;
        background-color: #fff;
        display: flex;
        align-items: center;
        padding: 5px;
        border-radius: 5px;
    } 
    .openDialogPDFFB.multilingue {
		    font-size: 1.5rem;
		    padding: 0 5px;
		    margin-right: 15px;
    }  
    .openDialogPDFFB.multilingue img{
		    height: 2.5rem;
    }  

    #titlePopup{
      top: 0px;
      left: 0px;
    	position: absolute;
    	display: inline-block;
		    color: #2F5598;
		    font-size: 2.5rem;
        background-color: #fff;
        align-items: center;
        padding: 7.5px 15px;
        border-bottom-right-radius: 5px;
    }  
    #titlePopup.multilingue{font-size: 1.8rem;}