@font-face {
	font-family: 'Inter';
	src: url('../fonts/Inter-Thin.ttf') format('truetype');
	font-weight: 100;
	font-style: normal;
}

@font-face {
	font-family: 'Inter';
	src: url('../fonts/Inter-Light.ttf') format('truetype');
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: 'Inter';
	src: url('../fonts/Inter-Medium.ttf') format('truetype');
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: 'Inter';
	src: url('../fonts/Inter-Bold.ttf') format('truetype');
	font-weight: 700;
	font-style: normal;
}

@font-face {
	font-family: 'InterCn';
	src: url('../fonts/Inter-Medium.ttf') format('truetype');
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: 'InterCn';
	font-weight: 700;
	src: url('../fonts/Inter-Bold.ttf') format('truetype');
	font-style: normal;
}

body {
	font-family: 'Inter';
	background: #08284e;
	color: #FFF;
	font-size: 62.5%;
	font-size: 1.2rem;
	line-height: 1.3;
	position: relative;
}

body:before {
	content: '';
	background: #08284e;
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 10000;
}

body.loaded:before {
	content: none;
}

.container {
	padding-left: 0;
	padding-right: 0;
}

.chosen-container {
	text-align: left;
}

.chosen-container .chosen-drop {
	box-shadow: 0 1rem 2rem rgba(0, 0, 0, .6);
}

.ui-autocomplete {
	background-color: #ffffff;
	color: #444;
	border: 1px solid #aaa;
	box-shadow: 0 1rem 2rem rgb(0 0 0 / 60%);
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    padding: .2rem 0;
	margin: 0;
    max-height: 240px;
}

.chosen-container .chosen-results {
	padding: .2rem 0;
	margin: 0;
}

.chosen-container .chosen-results li {
	font-weight: 700;
	font-size: 1.12rem;
	color: #08284e;
	padding: .88rem .56rem;
}

.ui-autocomplete li {
	font-weight: 700;
	font-size: 19px;
	color: #08284e;
	padding: 1rem .8rem;
	margin: 0;
	cursor: pointer;
}

.ui-autocomplete li:hover,
.chosen-container .chosen-results li.result-selected, 
.chosen-container .chosen-results li:hover {
	color: #FFF;
	background: #4c88ab;
}

#header1, 
.choix_site-inner {
	background: #053862;
	height: 4rem;
}

#header1 .container {
	display: flex;
	align-items: center;
	justify-content: end;
    gap: 2rem;
}

#header1 .container::before,
#header1 .container::after {
	display: none;
}

.button-search {
	padding: 0 .4rem;
	background: #4c88ab;
	line-height: 40px;
	border: none;
	transition: all .3s ease-in-out;
}

.button-search:hover {
	background: transparent;
}

.button-search-title {
	line-height: 2rem;
	font-weight: 400;
    margin-bottom: 0;
	margin-right: -1rem;
}

.choix_site {
	display: flex;
}

.choix_site label {
	font-weight: 400;
	margin-bottom: 0;
}

.choix_site select {
	margin: 0;
	font-weight: 400;
	font-size: 1.4rem;
}

.choix_site label,
.choix_site select,
.choix_site .chosen-container-single .chosen-single {
	line-height: 2rem;
}

.choix_site .chosen-container-single .chosen-single {
	background: none;
	border: none;
	color: #FFF;
	box-shadow: none;
	font-weight: 700;
	height: 2rem;
}

.choix-langue-header {
	padding: 0 .4rem;
	background: #08284e;
	line-height: 40px;
}

.choix-langue-popup {
	position: absolute;
	top: 2rem;
	right: 2rem;
	z-index: 1;
	background: none;
	line-height: 40px;
	color: #FFF;
}

.choix-langue-header a, 
.choix-langue-popup a {
	display: inline-block;
	color: #FFF;
	margin: 0 .6rem;
	font-weight: 100;
}

.choix-langue-header-mobile a {
	color: #FFF;
	margin: 0 .6rem;
	font-weight: 100;
}

.choix-langue-header a.on, 
.choix-langue-header-mobile a.on, 
.choix-langue-popup a.on {
	font-weight: 900;
}

.chosen-container-active.chosen-with-drop .chosen-single div,
.chosen-container-single .chosen-single div {
	width: 1.1rem;
	height: 100%;
	background: url(../images/select.png) 50% 50% no-repeat;
}

.chosen-container-single .chosen-drop {
    margin-top: 10px;
}

#logo {
	display: block;
	width: 120px;
	height: 2rem;
	background: url(../images/logo-airbus.png) 0 0 no-repeat;
	margin: 2.3rem 0 2.1rem;
}

#logo>span {
	display: none;
}

#header2 {
	position: relative;
	border-bottom: .2rem #FFF solid;
	height: 6.6rem;
}

#header2:after {
	content: '';
	background: #FFF;
	width: 82.2rem;
	height: .4rem;
	position: absolute;
	bottom: -.6rem;
	right: 0px;
}

#header2 .header-desktop {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

#header2 .header-desktop .desktop-menu {
	display: flex;
	flex-direction: row;
    align-items: center;
	flex: 1;
	gap: 2rem;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 1.12rem;
	text-align: right;
}

#header2 .header-desktop .desktop-menu div {
	flex: 1 1 0;
	text-align: center;
}

#header2 .header-desktop .desktop-menu a {
	color: #FFF;
	text-decoration: none;
}

#header2 .header-desktop .desktop-menu a:hover, 
#header2 .header-desktop .desktop-menu a:active, 
#header2 .header-desktop .desktop-menu .active a {
	color: #fe5000;
}

#header2 .header-mobile {
	display: none;
}

body.home #main {
	position: relative;
	background: url(../images/main-home.jpg) 50% 0 no-repeat;
}

h1 {
	font-weight: 100;
	font-size: 5.7rem;
	line-height: 1;
	text-align: right;
	margin: 0;
	padding: 4rem 0 !important;
}

h1>strong {
	display: block;
	font-weight: 700;
}

body.home #main h1 {
	height: 55.9rem;
}

body.home #main {
	padding: 0;
}

#top-menu {
	/*float: right;*/
    position: absolute;
    right: 0;
    height: 100%;
}

#top-menu ul {
	display: table;
	padding: 0;
	margin: 0;
	height: 100%;
}

#top-menu ul>li {
	display: table-cell;
	list-style: none;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 1.12rem;
    vertical-align: middle;
	padding: 0;
}

#top-menu ul>li>a {
	display: block;
	position: relative;
	color: #FFF;
	text-decoration: none;
}

#top-menu ul>li>a:hover, #top-menu ul>li>a:active, #top-menu ul>li.active>a {
	color: #fe5000;
}

#top-menu ul>li>a {
	padding: 0 1.8rem 0 0;
	width: 10rem;
}

#top-menu ul>li+li>a {
	padding: 0 1.8rem;
	width: 10.8rem;
	text-align: center;
}

#top-menu ul>li+li+li>a {
	width: 12.4rem;
}

#top-menu ul>li+li+li+li>a {
	width: 9rem;
}

#top-menu ul>li+li+li+li+li>a {
	width: 14.4rem;
}

#top-menu ul>li+li+li+li+li+li>a {
	width: 13.7rem;
}

#top-menu ul>li+li+li+li+li+li+li>a {
	width: 11.9rem;
	padding: 0 0 0 1.8rem;
	text-align: right;
}

#menu {
	background: linear-gradient(to right, #045883 0%, #183277 100%);
	padding: 26px 24px;
	margin: 0 0 2.4rem;
}

#menu ul {
	padding: 0;
}

#menu ul>li {
	list-style: none;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 1.5rem;
}

#menu ul>li>a {
	display: block;
	position: relative;
	border-top: 1px #3c82a1 solid;
	border-bottom: 1px #3c82a1 solid;
	color: #FFF;
	padding: 1.5rem 0;
	text-decoration: none;
}

#menu ul>li>a:hover, #menu ul>li>a:active, #menu ul>li.active>a {
	color: #fe5000;
}

#menu ul>li>a:after {
	content: url(../images/fleche-menu.png);
	float: right;
	margin: 0 .8rem 0 0;
}

#intro {
	padding: 5rem 6rem 4.5rem 1.5rem;
	background: linear-gradient(to right, #fe5000 0%, #fec700 100%);
	margin: 0 0 2.4rem;
}

#intro>h2 {
	display: block;
	float: left;
	width: 20%;
	font-weight: 700;
	font-size: 2.4rem;
	text-align: right;
	margin: 0;
	padding: 0;
}

#intro>div {
	display: block;
	float: left;
	width: 80%;
	padding: 0 1.5rem;
	font-weight: 100;
	font-size: 1.9rem;
}

.quicklinks.home {
	margin: 0;
	padding: 0;
}

.quicklinks.home>li {
	list-style: none;
	margin: 0 0 2.4rem;
	color: #005587;
}

.quicklinks.home>li.first {
	padding: 0 1.5rem 0 0;
}

.quicklinks.home>li.last {
	padding: 0 0 0 1.5rem;
}


.quicklinks.home>li>div, 
.quicklinks:not(.home) {
	display: flex;
    flex-direction: column;
	gap: 2rem;
	background: linear-gradient(to right, #a4b6c4 0%, #ffffff 100%);
	padding: 1.5rem;
	position: relative;
	height: 100%;
}

.quicklinks:not(.home) {
	padding: 3.2rem 2.6rem;
	margin: 0 0 2.6rem;
	height: 24.6rem;
}

.quicklinks.home>li>div:before, 
.quicklinks:not(.home):before {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
    transform: translateY(-50%);
	right: 1.5rem;
	background: url('../images/quicklinks1.png') 0 0 no-repeat;
	width: 8.1rem;
	height: 8.1rem;
}

@media (min-width: 992px) and (max-width:1200px) {
	.quicklinks.home>li>div:before, 
	.quicklinks:not(.home):before {
		background-size: 68%;
		bottom: -18px;
		top: inherit;
		right: 0;
	}
}

.quicklinks.home>li+li>div:before {
	background-image: url('../images/quicklinks2.png');
}

.quicklinks.home>li+li+li>div:before, .quicklinks.plans:before {
	background-image: url('../images/quicklinks3.png');
}

.quicklinks.home>li+li+li+li>div:before {
	background-image: url('../images/quicklinks4.png');
}

.quicklinks.home>li+li+li+li+li>div:before {
	background-image: url('../images/quicklinks5.png');
}

.quicklinks.home>li+li+li+li+li+li>div:before, .quicklinks.pdf:before {
	background-image: url('../images/quicklinks6.png');
}

.quicklinks.home h3, 
.quicklinks:not(.home) h3 {
	font-size: 2.3rem;
	font-weight: 100;
	margin: 0;
	color: #005587;
}

.quicklinks:not(.home) h3 {
	font-size: 3.36rem;
}

.quicklinks.home h3 strong, 
.quicklinks:not(.home) h3 strong {
	display: block;
	font-weight: 700;
}

.quicklinks.home a, 
.quicklinks:not(.home) a {
	display: block;
	color: #00205b;
	font-family: 'InterCn';
	font-size: 16px;
	font-weight: 700;
	margin-top: auto;
	border-radius: 3px;
	background: #ffffff;
	line-height: 48px;
	width: 15.12rem;
	text-align: center;
	text-decoration: none;
	outline: none;
	transition: all 0.2s ease-in-out;
}

.quicklinks.home a:hover, 
.quicklinks.home a:active, 
.quicklinks:not(.home) a:hover, 
.quicklinks:not(.home) a:active {
	color: #002d80;
	background: #e5eaf2;
}

.connexions,
.quicklinks.home {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	grid-auto-rows: 1fr;
	gap: 2rem;
	margin: 0 0 2rem 0;
	padding: 0;
}

.connexions>li,
.quicklinks.home>li {
	width: 100%;
	padding: 0;
	margin: 0;
	list-style: none;
}

.connexions h3 {
	font-size: 2.3rem;
	font-weight: 700;
	color: #005587;
	margin: 0;
}

.connexions p {
	text-align: end;
}

.connexions p.percents {
	font-size: 6.5rem;
	font-weight: 100;
	color: #fe5000;
}

.connexions p.helper {
	font-size: 1.6rem;
	font-weight: 100;
	color: #005587;
	margin: auto 0;
}

.connexions>li>div {
	display: flex;
	flex-direction: column;
	background: linear-gradient(to right, #a4b6c4 0%, #ffffff 100%);
	padding: 1.5rem;
	position: relative;
	height: 100%;
}

#plan {
	margin: 0 0 2.4rem;
	padding: 5.5rem 10% 5rem 20%;
	background: #eff5fb;
	color: #666;
	font-size: 1.9rem;
	line-height: 2.7rem;
	font-weight: 100;
}

#plan h2 {
	color: #0c587f;
	font-size: 2.4rem;
	font-weight: 700;
	margin: 0 0 3.5rem;
}

#plan ul {
	margin: 1.2rem 0;
	padding: 0;
	border-top: 1px #CCC solid;
}

#plan ul>li {
	list-style: none;
	display: block;
	border-bottom: 1px #CCC solid;
	padding: 1.2rem 2rem;
	position: relative;
}

#plan ul>li:before {
	content: url(../images/plan-li.png);
	display: block;
	position: absolute;
	top: 1.4rem;
	left: 0;
}

footer {
	color: #e5eaf2;
	margin: 1.4rem 0 0;
	padding: 2.2rem 0 3rem;
	font-size: 1.3rem;
	border-top: 1px #8c9bac solid;
}

footer a {
	color: #e5eaf2;
	text-decoration: none;
	transition: all 0.2s ease-in-out;
}

footer a:hover, 
footer a:active {
	color: #bcc0c6;
	text-decoration: none;
}

.popup {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}

.popup:before {
	content: '';
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: rgba(8, 40, 78, .32);
}

.popup>.content {
	display: block;
	position: absolute;
	top: 13.4rem;
	left: 50%;
	width: 70rem;
	margin: 0 0 0 -35rem;
	background: #FFF;
	color: #000;
	font-size: 1.92rem;
	font-weight: 300;
	padding: 0 3.5rem;
	box-shadow: 0 0 6.9rem rgba(0, 0, 0, .6);
}

.popup h2 {
	position: relative;
	padding: 4.2rem 3.5rem 3.5rem;
	margin: 0 -3.5rem 3.5rem;
	font-size: 4.8rem;
	line-height: 5.4rem;
	font-weight: 100;
	color: #eff5fb;
	background: linear-gradient(to right, #fe5000 0%, #fec700 100%);
}

.popup h2:after {
	content: '';
	display: block;
	height: 0.8rem;
	width: 2.5rem;
	background: #FFF;
	margin: 0;
}

.popup form {
	position: relative;
	padding: 3.2rem 3.5rem 4rem;
	margin: 0 -3.5rem;
	background: #eff5fb;
}

.popup .closePop {
	color: #fff;
	font-size: 40px;
	font-weight: bold;
	position: absolute;
	top: 0rem;
	right: 2rem;
	z-index: 1;
	opacity: .6;
}

.popup .closePop:hover,
.popup .closePop:focus {
	opacity: 1;
	text-decoration: none;
	cursor: pointer;
}

.popup .choix-langue-popup {
	top: 4rem;
}

.popup #content_advertize {
	max-height: 50vh;
	margin-bottom: 30px;
	overflow: auto;
}

body.login #header1, 
body.login #header2, 
body.login #main, 
body.login footer {
	filter: blur(6.4px);
}

.intro-login ul {
	margin: 0 0 3.2rem;
	padding: 0;
}

.intro-login ul>li {
	list-style: none;
	display: block;
	padding: 0 0 1.2rem 1.6rem;
	position: relative;
}

.intro-login ul>li:before {
	content: url(../images/fleche-login.png);
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	color: #4483a7;
}

.popup form {
	line-height: 4rem;
}

.popup form>div, .popup form .form-line>div {
	margin: 0 0 2rem;
	line-height: 1;
}

.popup form label {
	display: inline-block;
	width: 13.4rem;
	font-family: 'InterCn';
	font-weight: 700;
	text-transform: uppercase;
	margin: 0;
}

.popup.search-popup {
	display: none;
}

.popup.search-popup .intro-login {
	min-height: 7rem;
}

.popup.search-popup .intro-login .search-form {
	display: flex;
	align-items: center;
	width: 100%;
}

.popup.search-popup .intro-login .search-form input {
	flex: 1;
	border: 1px solid #000000;
	border-radius: 3px;
	padding: 5px 10px;
	font-size: 16px;
	font-weight: 400;
}

.popup.search-popup .search-form .suggestions {
	position: absolute;
	border: 1px solid #000000;
    border-radius: 3px;
	top: 4rem;
	width: 100%;
	max-height: 40dvh;
	overflow: auto;
}

.popup.search-popup .search-form .suggestions-list {
	display: grid;
	grid-auto-rows: 1fr;
	background-color: #ffffff;
	font-size: 1.2rem;
	font-weight: 700;
}

.popup.search-popup .search-form .list-result {
	display: grid;
	grid-template-columns: 3fr 1fr 1fr 1fr 1fr 1fr;
  	grid-gap: 0.5rem;
	align-items: center;
	justify-items: center;
	min-height: 8rem;
	border-bottom: 1px solid #bbbbbb;
}

.popup.search-popup .search-form .list-result:last-child {
	border: none;
}

.popup.search-popup .search-form .list-result div {
	padding: 5px 10px;
}

.popup.search-popup .search-form .list-result div:first-child {
	justify-self: start;
}

.popup.search-popup .search-form .no-result {
	text-align: center;
	padding: 10px;
}

#login_ARP, 
#form2 input[type="text"],
#form3 input[type="text"] {
	display: inline-block;
	border: .2rem #055686 solid;
	width: 35.6rem;
	height: 4rem;
	margin: 0 0 1.8rem;
	padding: 0 1rem;
	outline: none;
	background: transparent;
	color: #055686;
	font-size: 2rem;
	font-weight: 700;
	vertical-align: middle;
}

#form3 input[type="text"] {
	background: #ffffff;
}

#form3 .company-container {
	position: absolute;
	z-index: 1010;
	width: 35.6rem;
}

#login_ARP {
	width: 24.5rem;
	margin: 0 4rem 0 0;
	padding: 0 .2rem 0 0.4rem;
	background: #FFF url(../images/login-sep.png) 2rem 2rem no-repeat;
	letter-spacing: 1.25rem;
}

.popup form button {
	display: inline-block;
	background: #596d81;
	border: none;
	border-radius: 1.8rem;
	height: 4rem;
	color: #FFF;
	padding: 0 2.8rem;
	font-family: 'InterCn';
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
	vertical-align: middle;
	outline: none;
	line-height: 4.5rem;
}

.popup form button:hover, .popup form button:active {
	background: #005587;
}

#form2,
#form3 {
	display: none;
}

#login.form2 #form2,
#login.form3 #form3 {
	display: block;
}

#form2 button,
#form3 button {
	margin-left: 13.4rem;
}

#login_site {
	display: none;
}

#form2 .chosen-container-single,
#form3 .chosen-container-single {
	width: 35.6rem;
}

#form2 .chosen-container-single,
#form3 .chosen-container-single {
	width: 35.6rem !important
}

#form2 .chosen-container-single .chosen-single,
#form3 .chosen-container-single .chosen-single {
	border-radius: 0;
	background: #005587;
	border: none;
	color: #FFF;
	box-shadow: none;
	font-weight: 700;
	font-size: 19px;
	height: 4rem;
	line-height: 4rem;
}

#form2 .chosen-container-single.active .chosen-single,
#form3 .chosen-container-single.active .chosen-single {
	background: #FFF;
	color: #005587;
	border: .2rem #055686 solid;
}

#form2 .chosen-container-single .chosen-single div,
#form3 .chosen-container-single .chosen-single div {
	width: 3.5rem;
	height: 100%;
	background: url(../images/select-form2.png) 0 50% no-repeat;
}

#form2 .chosen-container-single ul>li,
#form3 .chosen-container-single ul>li {
	display: none;
	font-weight: 700;
	font-size: 19px;
	padding: 1rem .8rem;
	margin: 0;
}

#form2 .chosen-container-single ul>li+li,
#form3 .chosen-container-single ul>li+li {
	display: block;
}

#breadcrumb {
	display: block;
	text-align: right;
	padding: 2.5rem 0 6rem;
}

#breadcrumb li {
	display: inline-block;
	list-style: none;
	padding: 0;
	margin: 0 7px 0 0;
}

#breadcrumb li:after {
	content: url(../images/fleche-fil.png);
	display: inline-block;
	padding: 0;
	margin: 0 0 0 7px;
	vertical-align: middle;
}

#breadcrumb li.last:after {
	content: none;
}

#breadcrumb li>a {
	color: #e5eaf2;
	text-decoration: none;
	font-family: 'InterCn';
	font-weight: 700;
	font-size: 1.44rem;
	transition: all 0.2s ease-in-out;
}

#breadcrumb li>a:hover {
	color: #bcc0c6;
}

#col1, #col2 {
	float: left;
	width: 32%;
}

#col2 {
	width: 68%;
	padding: 0 0 0 2.4rem;
}

#col2>div {
	height: 70rem;
	overflow: auto;
}

body.new .heading,
body.rubrique .heading {
	padding: 2.4rem 2.4rem 2rem !important;
	color: #FFF;
	text-align: left;
	text-transform: uppercase;
	background: linear-gradient(to right, #fe5000 0%, #fec700 100%);
}

body.new h1,
body.rubrique h1 {
	font-family: 'InterCn';
	font-weight: 700;
	font-size: 3.4rem;
	color: #FFF;
	padding: 0 !important;
	text-align: left;
	margin: 0;
}

#sous-rubriques {
	padding: 0;
	margin: 0;
}

#sous-rubriques>li {
	list-style: none;
	margin: 0 0 1px;
}

#sous-rubriques>li>a {
	display: block;
	padding: 2rem 2.5rem;
	background: #e9e9e9;
	font-size: 1.3rem;
	color: #000;
	text-decoration: none;
	position: relative;
}

#sous-rubriques>li>a:hover, #sous-rubriques>li>a:active {
	color: #FFF;
	background: linear-gradient(to right, #045883 0%, #183277 100%);
}

#sous-rubriques>li>a:after {
	content: url(../images/sous-rubrique.png);
	float: right;
	vertical-align: middle;
}

a#back {
	display: block;
	background: #FFF;
	font-size: 1.2rem;
	color: #fe5100;
	text-decoration: none;
	padding: 1rem 2.5rem 1rem;
	font-weight: 700;
}

a#back:before {
	content: url(../images/back.png);
	display: inline-block;
	width: 9px;
	height: 15px;
	padding: 0;
	margin: 0 1.2rem 0 0;
	vertical-align: middle;
}

#fichiers {
	width: 100%;
	background: #e9e9e9;
}

#fichiers th {
	background: #005587;
	text-align: center;
	padding: 1.5rem 0;
	font-size: 1.1rem;
	font-weight: 700;
}

#fichiers th+th, #fichiers td+td {
	border-left: 1px #BBB solid;
	text-align: center;
}

#fichiers td {
	padding: 1.5rem 0;
	color: #000;
	padding: 1.5rem 2.5rem;
	font-size: 1.1rem;
	font-weight: 700;
	border-bottom: 1px #BBB solid;
}

a.download {
	display: inline-block;
	width: 30px;
	height: 30px;
	background: url(../images/download.svg) 50% 50% no-repeat;
	border: 1px solid #000000;
	border-radius: 50%;
	transition: all 0.2s ease-in-out;
}

a.download:hover {
	background: url(../images/download-white.svg) 50% 50% no-repeat;
	background-color: #000000;
}

a.download>span {
	display: none;
}

a.down {
	display: block;
	position: absolute;
	width: 32px;
	height: 19px;
	top: 53rem;
	left: 50%;
	margin: -9px 0 0-16px;
	background: url(../images/down.png) 50% 50% no-repeat;
}

#login .erreur {
	display: none;
	font-weight: 700;
	color: #e4002b;
	margin: 1.6rem 0 -3.2rem;
	font-size: 1.6rem;
}

.text-mobile, 
#top-menu h3, 
.choix_site-inner, 
.header-mobile {
	display: none;
}

/*
*	Phone & Tablet
*/
@media (max-width:992px) {
	.chosen-container-single .chosen-drop {
		border-radius: 0;
	}

	.intro-login ul>li:last-child {
		padding-bottom: 0;
	}

	.text-desktop {
		display: none;
	}

	.text-mobile {
		display: inline;
	}

	a.down {
		display: none;
	}

	body.login {
		overflow: hidden;
	}

	.intro-login {
		padding: 22px 13px;
		font-size: 13.5px;
		line-height: 18px;
	}

	.popup form {
		padding: 13.5px 23px;
		margin: 0;
		font-size: 13.5px;
		line-height: 29px;
	}

	.popup #form2,
	.popup #form3 {
		background-color: white;
		padding-top: 8px;
	}

	#login .erreur {
		margin-bottom: 0px;
	}

	#login_ARP {
		display: inline;
		width: 70%;
		margin: 0;
		margin-right: 10%;
		height: 36px;
	}

	.popup form button {
		width: 20%;
		height: 36px;
		padding: 2px 15px;
		line-height: 36px;
		font-size: 18px;
	}

	#form2 input[type="text"],
	#form3 input[type="text"] {
		font-weight: 400;
		width: 100%;
		text-transform: capitalize;
		padding: 0px 6px;
		font-size: 17px;
		line-height: 30px;
		height: 36.5px;
		margin-bottom: 13.5px;
	}

	#form2 button,
	#form3 button {
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 12px;
		display: block;
		text-align: center;
		width: 230px;
		height: 40px;
		line-height: 40px;
		font-weight: 400;
	}

	.popup form>div, 
	.popup .form-line form>div {
		font-size: 13.5px;
		line-height: 14.5px;
		margin-bottom: 19px;
	}

	#texte_site {
		display: none;
	}

	#form2 .chosen-container-single,
	#form3 .chosen-container-single {
		width: 100% !important;
		margin-bottom: 12px;
	}

	#form2 .chosen-container-single .chosen-single,
	#form3 .chosen-container-single .chosen-single {
		font-weight: 400;
		font-size: 17px;
	}

	.popup form label {
		font-size: 19.5px;
		line-height: 30px;
		display: block;
	}

	.choix-langue-popup {
		top: 48px;
		right: 2rem;
		font-size: 17px;
		line-height: 13.5px;
	}

	.choix-langue-popup a {
		margin: 0;
	}

	.choix-langue-popup span {
		margin: 0px 10px;
	}

	.header {
		font-family: 'Inter';
		font-weight: 300;
	}

	.intro-login ul {
		margin: 0;
	}

	.popup h2 {
		color: #eff5fb;
		padding-left: 13px;
		padding-top: 20.5px;
		padding-bottom: 14.5px;
		font-size: 20px;
		margin: 0;
	}

	.popup h2:after {
		width: 25px;
		height: 8px;
		position: relative;
		top: -6px;
	}

	.popup {
		width: 100%;
		height: 100%;
		position: fixed;
		overflow-x: hidden;
		overflow-y: auto;
		z-index: 1;
	}

	.popup>.content {
		position: relative;
		padding: 0;
		top: 0;
		left: 0;
		margin: 0;
		box-shadow: none;
		width: 100vw;
	}

	.popup>.content .closePop {
		font-size: 25px;
	}

	.popup.search-popup .search-form .suggestions {
		max-height: 70dvh;
	}

	#page {
		padding: 15px 14px;
	}

	#header2 {
		padding-bottom: 12.5px;
		height: auto;
		border-bottom-width: 2px;
	}

	#header2 .header-desktop {
		display: none;
	}

	#header2 .header-mobile {
		display: flex;
        align-items: center;
        justify-content: space-between;
	}

	#header1 {
		display: none;
	}

	.choix_site-inner {
		font-size: 16px;
		padding: 15.5px;
		margin-left: -14px;
		margin-right: -14px;
		margin-bottom: 14.5px;
		height: 70px;
		line-height: 70px;
		display: block;
	}

	.choix_site-inner .choix_site {
		margin: 0;
		padding: 0;
	}

	.chosen-container-single .chosen-single span {padding-top: 3px;}

	.choix_site-inner.choix_site label, 
	.choix_site label {
		font-size: 16px;
	}

	.choix_site-inner .chosen-container {
		display: flex;
		align-items: center;
		width: 100%!important;
		font-size: 16px;
	}

	.choix_site .chosen-container-single .chosen-single {
		display: flex;
		align-items: center;
		font-weight: 400;
		width: 100%;
		height: auto;
		line-height: 17px;
	}

	.chosen-container-single .chosen-drop {
		margin-top: 0px;
	}

	body.home #main {
		background: url(../images/main-home.jpg) no-repeat;
		-webkit-background-size: contain;
		background-size: contain;
	}

	body.home #main h1 {
		min-height: 153px;
		height: auto;
		margin: 0;
		padding: 0 !important;
		padding-top: 4px !important;
		font-size: 18px;
		line-height: 18px;
	}

	#intro {
		padding: 19.5px 13px;
		margin-bottom: 15.5px;
	}

	#intro>h2 {
		width: 100%;
		margin-bottom: 32.5px;
		font-size: 20px;
	}

	#intro>h2 br:after {
		display: block;
	}

	#intro>div {
		padding: 0;
		width: 100%;
		font-size: 15px;
		font-weight: 400;
		text-align: justify;
		line-height: 17px;
	}

	.connexions {
		grid-template-columns: 1fr;
	}

	.quicklinks.home>li div a,
	.quicklinks.home>li div::before,
	.quicklinks:not(.home)>li div a,
	.quicklinks:not(.home)>li div::before {
		position: initial;
		transform: none;
		align-self: center;
	}

	#main .quicklinks.home {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	#main .quicklinks.home>li {
		padding: 0;
		margin-bottom: 15.5px;
	}

	.connexions p {
		font-size: 15px;
	}

	.connexions h3,
	.quicklinks.home h3, 
	.quicklinks:not(.home) h3 {
		font-size: 16px;
	}

	.quicklinks.home a, 
	.quicklinks:not(.home) a {
		line-height: 30px;
		width: 100%;
		padding: 1px 0;
		margin-top: auto;
	}

	#col1 .quicklinks:not(.home) {
		padding: 15px 17px;
		margin-bottom: 12px;
	}

	#col1 .quicklinks:not(.home) h3 {
		font-size: 21px;
	}

	a#back {
		padding: 12.5px 14px;
		line-height: 20px;
		font-size: 14px;
	}

	#plan {
		padding: 16.5px 13px 6.5px 13px;
		font-size: 15px;
		font-weight: 400;
		line-height: 17px;
		margin: 0;
	}

	#plan h2 {
		font-size: 20px;
		margin-bottom: 32px;
	}

	#plan ul {
		margin-bottom: 25px;
	}

	#plan ul>li {
		padding: 8px 16px;
	}

	html body footer {
		margin-top: 26.5px;
		font-weight: 400;
		font-size: 12px;
		padding: 12px 0 0 !important;
	}

	#top-menu {
		height: 100%;
		width: 338px;
		position: fixed;
		z-index: 2;
		top: 0;
		right: 0;
		background-color: #08284e;
		overflow-x: hidden;
		transition: 0.5s;
		right: -339px;
		padding: 15px 21px;
	}

	#top-menu h3 {
		line-height: normal;
		font-weight: 300;
		display: block;
		margin: 0;
		padding-bottom: 12px;
		border-bottom: 1px solid white;
	}

	#top-menu h3 .closebtn {
		cursor: pointer;
		height: 25px;
		width: 25px;
		background: url('../images/fermer.png');
		background-size: cover;
		display:block;
		margin-left: auto;
	}

	#top-menu ul {
		display: block;
		height: auto;
	}

	#top-menu ul li a .link-icon {
		margin-top: 1px;
		width: 7px;
		height: 12px;
		background: url('../images/fleche_droite.png');
		background-size: contain;
		display: block;
		float: right;
	}

	#top-menu ul>li {
		border-bottom: 1px solid #ffffff;
		padding: 15px 0 15px !important;
		display: list-item;
		font-weight: 400;
		font-size: 16px;
		line-height: 16px;
		vertical-align: middle;
	}

	#top-menu.in {
		right: 0px;
		box-shadow: 0 0 20px 500px rgba(204, 204, 204, 0.70);
	}

	#top-menu ul>li>a {
		width: 100% !important;
		padding-left: 0 !important;
		padding-right: 0 !important;
	}

	#top-menu ul>li+li>a {
		width: 100%;
		text-align: left;
		padding: 0;
	}

	#top-menu ul>li+li+li+li+li+li+li>a {
		text-align: left;
		width: 100%;
		padding: 0;
	}

	#logo {
		width: 67.5px;
		height: 12.5px;
		margin: 0;
		background-size: contain;
		display: inline-block;
	}

	#header2:after {
		display: none;
	}

	.header2-border {
		position: relative;
		top: -1px;
		margin-left: 90px;
		display: block;
		height: 3px;
		background-color: white;
	}

	.icon-menu {
		cursor: pointer;
		display: inline-block;
	}

	.choix-langue-popup a {
		display: inline-block;
		color: #FFF;
	}

	.header-mobile {
		display: flex;
		align-items: center;
		gap: 1rem;
	}

	.button-search {
		line-height: inherit;
	}

	.icon-menu div {
		width: 16px;
		height: 2px;
		background-color: white;
		margin: 3px 0
	}

	.rubrique #page #main > .container {
		display: flex;
		flex-direction: column;
	}

	#breadcrumb {
		padding: 0;
		margin-top: 14.5px;
		margin-bottom: 22.5px;
		order: 1;
		min-height: 35px;
	}

	body.rubrique .heading {
		min-height: 75px;
		line-height: 30px;
		padding: 15px !important;
	}

	body.rubrique h1 {
		font-size: 25px;
		line-height: 25px;
		margin: 0;
		padding: 0 !important;
		padding-top: 13px!important;
	}

	#sous-rubriques>li>a {
		font-size: 14px;
		line-height: 20px;
		padding: 16px 14px;
	}

	#col1 {
		float: none;
		order: 3;
		width: 100%;
	}

	#col2 {
		width: 100%;
		float: none;
		order: 2;
		padding: 0;
		margin-bottom: 12px;
	}

	#col2>div {
		background: none;
		max-height: 70rem;
		height: auto;
	}

	#fichiers th:first-child {
		text-align: left;
		padding: 12px 15.5px 8px 15.5px;
	}

	#fichiers th {
		font-size: 13px;
		padding: 12px 0 8px 0;
	}

	#fichiers td {
		padding: 14px;
		font-size: 13px;
	}
}

/*
*	Phone only
*/
@media (max-width:576px) {
	.popup form {
		padding-bottom: 20px;
	}

	.intro-login {
		line-height: 18px;
	}
	.popup form>div {
	margin-top: 15px;
	line-height: 18px;
	}
}

/*
*	Tablet only
*/
@media (max-width:992px) and (min-width:576px) {
	#col2>div {
		max-height: 603px;
	}

	.popup h2:after {
		height: 6px;
		width: 19px;
		top: -13px;
	}

	.popup #form2,
	.popup #form3 {
		padding-top: 19px;
	}

	#col2 {
		margin-bottom: 30px;
	}

	#breadcrumb {
		margin-top: 22px;
		margin-bottom: 39px;
		min-height: auto;
	}

	#plan h2 {
		margin-bottom: 20px;
	}

	#plan p:last-child, #intro p:last-child {
		margin-bottom: 0;
	}

	.header-mobile {
		margin-top: 7px;
	}

	.choix-langue-header {
		display: none;
	}

	#main .quicklinks.home>li:last-child {
		margin-bottom: 0;
	}

	#top-menu {
		width: 500px;
		right: -500px;
	}

	#top-menu h3 {line-height: 30px;}

	.choix_site .chosen-container-single .chosen-single {
		font-size: 14px;
	}

	#header1 .chosen-container {
		width: 160px !important;
	}

	#header1 {
		display: inline-block;
		position: absolute;
		z-index: 1;
		right: 168px;
		height: auto;
		background: none;
		top: 17px;
	}

	#header1 .choix_site {
		margin: 0;
		margin-top: 17px;
	}

	#header1 .choix_site label {
		font-size: 14px;
	}

	body.home #main {
		margin-top: 0px;
	}

	#form2 button,
	#form3 button {
		margin-left: 96px;
		margin-right: 0;
	}

	.popup form {
		padding: 26px;
		padding-right: 55px;
	}

	#col1 .quicklinks:not(.home) {
		width: 49%;
		display: inline-block;
		margin: 0;
	}

	#col1 > .even {
		margin-right: 1%;
	}

	#col1 > .odd {
		margin-left: 1%;
	}

	a#back:before {
		vertical-align: text-bottom;
	}

	body.rubrique h1 {
		padding-top: 10px !important;
		line-height: 34px;
		font-size: 34px;
	}

	#intro, #plan {
		width: 409px;
		float: left;
	}

	#intro>h2 {
		margin-bottom: 25px;
	}

	#plan ul {
		margin-bottom: 20px;
	}

	#plan ul>li:before {
		top: 9px;
	}

	#main .quicklinks.home {
		width: 290px;
		float: right;
	}

	.quicklinks.home>li>div, 
	.quicklinks:not(.home) {
		padding: 11px;
	}

	.quicklinks.home li div:before, 
	#col1 .quicklinks:not(.home):before {
		right: 9px;
		margin-top: -70px;
		width: 61px;
		height: 62px;
		background-size: contain;
	}

	.quicklinks.home h3, 
	.quicklinks:not(.home) h3 {
		font-size: 21px;
	}

	#plan {
		padding-bottom: 20px;
	}

	#page {
		position: relative;
		padding: 25px 25px 15px 25px;
	}

	.choix-langue-popup {
		top: -3px;
	}

	.choix_site-inner {
		display: none;
	}

	body.home #main h1 {
		padding-top: 16px !important;
		font-size: 30px;
		line-height: 35px;
		min-height: 285px;
		font-weight: 300;
	}

	#header2 {
		padding-bottom: 18px;
	}

	.container {
		width: 100%;
	}

	.header2-border {
		height: 5px;
		margin-left: 310px;
	}

	#logo {
		width: 122px;
		height: 22.5px;
	}

	.popup form button {
		height: 30px;
		line-height: 30px;
		width: 58px;
		font-size: 15px;
	}

	.form-line {
		display: inline-block;
		margin-bottom: 20px;
	}

	.form-line-site {
		margin-bottom: 25px;
	}

	.chosen-container-single .chosen-single span {
		margin-right: 0;
		padding-top: 2px;
	}

	#form2 .chosen-container-single .chosen-single div,
	#form3 .chosen-container-single .chosen-single div {
		width: 30px;
	}

	#form2 .chosen-container-single, 
	#form2 input[type="text"],
	#form3 .chosen-container-single,
	#form3 input[type="text"] {
		margin: 0;
		width: 268px !important;
		font-size: 15px;
		height: 30px;
		line-height: 30px;
	}

	#form2 .chosen-container-single .chosen-single,
	#form3 .chosen-container-single .chosen-single {
		font-size: 15px;
		height: 30px;
		line-height: 30px;
	}

	#form2 input[type="text"],
	#form3 input[type="text"] {
		padding-top: 4px;
		margin: 0;
	}

	.choix-langue-popup {
		top: 15px;
		right: 15px;
	}

	.popup>.content {
		width: 525px;
		margin: 113px auto;
	}

	.popup h2 {
		font-size: 35.5px;
	}

	.intro-login {
		padding: 26px;
		padding-right: 55px;
	}

	.intro-login, 
	.popup form>div, 
	.popup form .form-line>div {
		font-size: 15px;
		line-height: 17px;
	}

	.popup form label {
		display: inline-block;
		width: 96px;
		font-size: 15px;
	}

	#login_ARP {
		width: 180px;
		font-size: 15px;
		height: 30px;
		margin-right: 30px;
		padding: 4px 6px 0px;
		letter-spacing: 15px;
	}
}