@charset "UTF-8";
/* CSS Document */
.lienexterieur {
	width: 100%;
	padding: 0px;
	margin: 0px;
	position: relative;
}
.lienexterieur_contenu {
	height: 100%;
	flex-wrap: wrap;
	display: flex;
}
.dp-siteofficiel {
	position: relative;
	width: 60%;
}
.dp-siteofficiel-conteneur {
	float: left;
	position: relative;
	width: 80%;
	margin: 0 10%;
}
.dp-siteofficiel-portable {
	width: 100%;
	height: auto;
	position: relative;
	z-index: 10;
	top: 0;
	left: 0;
}
.dp-siteofficiel-ecran {
	width: 79%;
	height: auto;
	position: absolute;
	z-index: 5;
	top: 6%;
	left: 10.7%;
	max-height: 82%;
}
.lienexterieur_gauche {
	width: 60%;
	padding: 0px;
	margin: 0px;
	position: relative;
}
.lienexterieur_gauche img {
	max-height: 450px;
	z-index: 5;
}
.portableliens {
	width: 80%;
}
.imagesite {
	position: absolute;
	z-index: 2;
	top: 0px;
	width: 100%;
}
.lienexterieur_droite {
	width: 40%;
	height: 100%;
	padding: 0px;
	margin: 0px;
	align-self: center;
}
.lienexterieur_droitecontenu {
	background-color: #ffffff;
	width: 80%;
	margin: 0 auto 5px auto;
	padding: 50px;
	height: 100%;
}
.lienexterieur_droitecontenu .dp-lien-officiel {
	text-align: center;
}
.dp-lien-autres {
	margin-top: 15px;
}
.dp-lien-autres a {
	margin: 5px 0;
	display: block;
	color: #0d5ba5;
}
.lienexterieur_droite p {
	padding-bottom: 20px;
}

@media handheld, only screen and (max-width: 1400px) {
.dp-siteofficiel {
	width: 55%;
}
.lienexterieur_droite {
	width: 45%;
}
}

@media handheld, only screen and (max-width: 1280px) {
.lienexterieur_droitecontenu {
	padding: 30px;
}
}

@media handheld, only screen and (max-width: 980px) {
.lienexterieur_droitecontenu .dupuis_btRectangle {
	width: 100%;
	max-width: 100%;
}
}

@media handheld, only screen and (max-width: 740px) {
.dp-siteofficiel {
	width: 100%;
	order: 1;
	padding-top: 20px;
}
.lienexterieur_droite {
	width: 100%;
	order: -1;
}
.lienexterieur_droitecontenu {
	padding-top: 20px;
}
}
