body{
	padding: 0px;
	margin: 0px;
}
*{
	font-family: "Lato", sans-serif;
	box-sizing: border-box;
}
header{
	height: 46px;
    background-color: #f2f2f2;;
}
ul{
	display: flex;
	align-items: center;
	margin: 0px;
	position: relative;
	padding: 0px;
	margin: auto;
	width: 960px;

}
li{
    padding: 13px 0;
    margin-right: 11px;
    margin-left: 11px;
    font-size: 14px;
    font-weight: 600;
    color: #4a4a4a;
    line-height: 1.6;
    list-style-type: none;
}
li:first-child{
    border-bottom: 3px solid #17479e;
    color: #17479e;
    padding-bottom: 7px;
    padding-top: 10px;
}
li:last-child{
	float: right;
    position: absolute;
    right: 0px;
}
.sep{
    width: 955px;
    height: 1px;
    background: #b1b2b4;
    margin: auto;
}
#post_header > img:first-child{
	height: 50px;
    width: 50px;
}
#post_header > button{
	background-color: white;
    border: 1px solid #003da5;
    padding: 13px 13px;
    display: flex;
    align-items: center;
    color: #003da5;
    border-radius: 60px;
    margin-right: 20px;
}
button{
	cursor: pointer;
}
#post_header{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 99%;
    position: relative;
    margin: 10px auto;
}
section{
	width: 100%;
	background-color: #003da5;
	padding: 60px 20px 150px 80px;
}
section input[type="password"],section input[type="text"],section input[type="tel"]{
    padding: 14px 10px;
    border: 1px solid #17479e;
    width: 100%;
    border-radius: 6px;
    outline: none;
    color: #526272;
    font-size: 16px;
    font-family: system-ui,sans-serif;
}

#supp{
    box-shadow: 15px 15px 60px rgba(140,138,213,0.3);
    padding: 60px 20px 0px 80px;
}

#title{
	color: white;
	margin-top: 0px;
	font-size: 21px;
}

#comptes{
	position: relative;
    width: 57%;
    top: 40px;
    margin-left: 80px;
}
.key{
	background: #f3f6fa;
    font-size: 19px;
    width: 18%;
    padding: 15px;
    cursor: pointer;
    border: none;
    color: #17479e;
    font-weight: 600;
    border-radius: 6px;
}
#triangle{
    position: absolute;
    right: 58px;
    top: 71px;
}
#clavier{
    width: 100%;
    margin: auto;
    margin-top: 10px;
}
#mobile{
	display: none;
	width: 93%;
	margin: auto;
}
#submit{
	background: #17479e;
    width: 100%;
    border: none;
    font-family: system-ui, sans-serif;
    font-size: 13px;
    padding: 15px;
    font-weight: 500;
    color: white;
    margin-top: 13px;
    border-radius: 4px;
}

#submit:hover{
	background: #0c2b77;
}

section > div{
	margin: auto;
	width: 1100px;
	display: flex;
	justify-content: space-between;
}
#comptes > h1{
	color: white;
}
#comptes > span{
	color: white;
	font-weight: 500;
}
#separator{
	width: 100%;
	height: 2px;
	background: white;
	margin-bottom: 20px;
}

.gg-search {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs,0.8));
    width: 16px;
    height: 16px;
    border: 1px solid;
    border-radius: 100%;
    margin-left: -4px;
    margin-top: -4px
}
.gg-search::after {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    border-radius: 3px;
    width: 1px;
    height: 7px;
    background: currentColor;
    transform: rotate(-45deg);
    top: 11px;
    left: 14px;
}

.btn-pb{
	display: block;
    padding: 17px 52px;
    background: #003da5;
    border: 1px solid white;
    border-radius: 6px;
    color: white;
    font-family: system-ui, sans-serif;
    margin-bottom: 10px;
}

#num{
	width: 340px;
}

section label{
	color: #4a4a4a;
	font-size: 14px;
	margin-bottom: 10px;
	display: block;
}

form{
	background: white;
    padding: 20px 24px;
}

#formule{
	color: #17479e;
    letter-spacing: 6px;
    font-size: 31px;
    background: #f3f6fa;
    border: none;
    padding: 4px 0px 6px;
    padding-left: 20px;
}

#ask{
    width: 38%;
    padding: 20px;
    border-left: 1px solid #d8d8d8;
    border-right: 1px solid #d8d8d8;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

#supp > div:first-child{
	width: 1300px;
}

footer{
	font-family: system-ui, sans-serif;
    color: #727272;
    font-size: 12px;
}

footer div{
	width: 1200px;
	margin: auto;
	padding: 50px 0px;
	text-align: center;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

footer span{
	display: block;
	margin: 5px 10px;
}

#left-left{
	width: 56%; position: relative; padding-left: 27px;padding: 30px 0px 60px;
}

@media screen and (max-width: 1400px){
	footer > div{
		width: 90%;
	}
	#first{
	    padding: 30px 0px 70px;
	}
	ul,section > div,#bienvenue,#post_header,#info,.sep{
		width: 96% !important;
	}


	#supp{
		padding-left: 0px !important;
	}


}
@media screen and (max-width: 900px){

	ul,section > div,#bienvenue,#post_header,#info,.sep{
		width: 90% !important;
	}

	#left-left,#ask{
		width: 100%;
	}
	#ask{
		display: none;
	}
	#supp{
		padding: 0px;
	}
	#comptes{
		padding: 0px 0px;
	}
	#comptes > h1{
		margin-top: 0px;
	}
	.btn-pb{
		width: 100%;
	}
	section > div:first-child{
		display: block;
	}
	#num{
	    width: 400px;
	    margin: auto;
	}
	#comptes{
		margin: auto;
		width: 400px;
	}
}
@media screen and (max-width: 700px){
	.none{
		display: none;
	}
	li:first-child{
	    padding-bottom: 9px;
	    padding-top: 11px;
	}

	#mobile{
		display: block;
	}
	ul{
		width: 100% !important;
	}
	.sep{
		margin-top: 20px !important;
	}
}
@media screen and (max-width: 470px){
	.sep{
		width: 94% !important;
		margin-top: 20px !important;
	}
	#num,#comptes{
		width: 100%;
	}
}