html, body {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	font-family: 'Open Sans', sans-serif;
}
/*VIP widget*/
body .uwy.userway_p1 .uai, .uwy.userway_p1 .uai {
	top: 3px !important;
	right: 3px !important;
	left: auto;
	bottom: auto;
}
/*-----------------------------------------CONTENU-----------------------------------------*/

h1, h2, h3, h4, h5 {
	font-family: 'Raleway', sans-serif;
	color: #1e3365;
}
.orange {
	color: #fd7f00;
}
.blue {
	color: #023d66;
}
#logo img {
	padding: 0 0 75px 0;
	display: block;
	margin: auto;
	margin-top: 45px;
}

.flex {
	display: flex;
}
.grid2 {
	display: grid;
	grid-template-columns: 50% 50%;
	grid-template-rows: 1auto;
}
.grid3 {
	display: grid;
	grid-template-columns: 33.3333% 33.3333% 33.3333%;
	grid-template-rows: 1auto;
}
.fitCov {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.center {
	text-align: center;
}
#titre {
	margin-bottom: 100px;
	font-size: 45px;
	text-align: center;
	margin-top: 0;
}
a {
	text-decoration: none;
	color: #5c7bc1;
	font-weight: 600;
}
a:hover {
	color: #FD7F00;
}

.buttonBack{
	width: fit-content;
    background: #02375c;
    padding: 10px 20px;
    border-radius: 30px;
    color: #ffffff;
    font-weight: 500;
    text-transform: uppercase;
    cursor: pointer;
    min-width: 110px;
    text-align: center;
    margin: auto;
    margin-top: 80px;
}
.buttonBack:hover{
background: #fd7f00;
}

#contenu {
	padding-top: 50px;
	color: #1e3365;
}
/*MENU LG*/
#menu1 {
	display: flex;
}

.dropdown {
	float: left;
	overflow: hidden;
}
.dropdown .dropbtn {
	font-size: 16px;
	font-weight: 600;
	border: none;
	outline: none;
    color: #5c7bc1;
    padding: 15px 30px 14px 35px;
	background-color: inherit;
	font-family: inherit;
	margin: 0;
	cursor: pointer;
	text-transform: uppercase;
}
.navbar a:hover, .dropdown:hover .dropbtn {
/*background-color: #d2d2d2;*/
	 color: #FD7F00;
}
.dropdown-content {
	display: none;
	position: absolute;
	background-color: #f9f9f9;
	min-width: 87px;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	z-index: 1;
}
.dropdown-content a {
	float: none;
	color: black;
    padding: 12px 48px;
	text-decoration: none;
	display: block;
	text-align: left;
}
.dropdown-content a:hover {
	background-color: #ddd;
}
.dropdown:hover .dropdown-content {
	display: block;
}
	
/*-----------------------------------------TOP PAGE IMAGE-----------------------------------------*/
#headDashboard {
    height: 250px;
}
#logoDashboard {
    position: relative;
    z-index: 10;
    text-align: center;
    transform: translateY(20%);
}
#logoDashboard img {
    display: block;
    max-width: 85%;
    margin: auto;
}
#imgDashboard {
    height: 250px;
    position: absolute;
    top: 50px;
    width: calc(100% - 340px);
    background: rgb(2, 55, 92);

}
#imgDashboard img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.3;
}

#moocContent img {
    max-width: 90%;
    margin: auto;
    display: block;
}

/*-----------------------------------------FOOTER-----------------------------------------*/
footer {
	padding-top: 140px;
	padding-left: 340px;
	text-align: center;
}
.copy {
    text-align: center;
    font-size: 13px;
    padding-bottom: 30px;
    margin-top: 5px;
}
footer img {
	margin: auto;
	display: inline-block;
	vertical-align: middle;
}
footer.fa, footer .far, footer .fas, footer .fab {
	color: #385e77;
	font-size: 30px;
	text-align: center;
	margin-left: 70px;
	margin-right: 70px;
}
footer.fa:hover, footer .far:hover, footer .fas:hover, footer .fab:hover {
	color: #fd7f00;
}
	#social {
    padding-bottom: 50px;
}
/*-----------------------------------------BUTTON-----------------------------------------*/
@import url("https://fonts.googleapis.com/css?family=Mukta:700");
button {
	position: relative;
	display: inline-block;
	cursor: pointer;
	outline: none;
	border: 0;
	vertical-align: middle;
	text-decoration: none;
	background: transparent;
	padding: 0;
	font-size: inherit;
	font-family: inherit;
}
button.learn-more {
	width: 16rem;
	height: auto;
}
button.platform_btn {
	width: 29rem;
	height: auto;
}
button.learn-more .circle, button.platform_btn .circle {
	-webkit-transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
	transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
	position: relative;
	display: block;
	margin: 0;
	width: 3rem;
	height: 3rem;
	background: #FD7F00;
	border-radius: 1.625rem;
}
button.learn-more .circle .icon, button.platform_btn .circle .icon {
	-webkit-transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
	transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	background: #fff;
}
button.learn-more .circle .icon.arrow, button.platform_btn .circle .icon.arrow {
	-webkit-transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
	transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
	left: 0.625rem;
	width: 1.125rem;
	height: 0.125rem;
	background: none;
}
button.learn-more .circle .icon.arrow::before, button.platform_btn .circle .icon.arrow::before {
	position: absolute;
	content: '';
	top: -0.25rem;
	right: 0.0625rem;
	width: 0.625rem;
	height: 0.625rem;
	border-top: 0.125rem solid #fff;
	border-right: 0.125rem solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
button.learn-more .button-text, button.platform_btn .button-text {
	-webkit-transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
	transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 0.75rem 0;
	margin: 0 0 0 1.85rem;
	/*color: #023d66;*/
	font-weight: 700;
	line-height: 1.6;
	text-align: center;
	text-transform: uppercase;
}
button:hover .circle {
	width: 100%;
}
button:hover .circle .icon.arrow {
	background: #fff;
	-webkit-transform: translate(1rem, 0);
	transform: translate(1rem, 0);
}
button:hover .button-text {
	color: #fff;
}
div#bouton {
	text-align: center;
	margin-top: 60px;
}
#formInscri {
	text-align: center;
	margin: 80px 0;
}

/*-----------------------------------------MENU TOP-----------------------------------------*/
#topNav {
	position: fixed;
	top: 0;
	z-index: 10000;
	background: white;
	width: 100%;
	height: 49px;
	border-bottom: 1px solid lightgrey;
}
#topNav li {
	display: inline-block;
	margin-right: 30px;
}
#topNav ul {
	margin-right: 60px;
}

/*-----------------------------------------MENU GAUCHE-----------------------------------------*/

main {
	min-height: 100vh;
	padding-left: 340px;
}
.menu h1, .menu h2, .menu h3, .menu h4, .menu h5 {
	color: #072b42;
}
.menu {
	font-family: 'Raleway', sans-serif;
	background: #ffffff;
	min-height: 100vh;
	width: 340px;
	position: fixed;
	top: 0;
	left: 0;
	outline: none;
	box-shadow: rgb(0 0 0 / 35%) 0px 5px 15px;
	padding-top: 50px;
    z-index: 1000;
}
.menu .avatar {
	background: rgb(255 255 255);
	padding: 2em 0.5em;
	text-align: center;
}
.menu .avatar img {
	width: 100px;
	height: 100px;
	border-radius: 50%;
	overflow: hidden;
	border: 4px solid #FD7F00;
	box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.2);
	object-fit: cover;
}
.menu .avatar h2 {
	font-weight: normal;
	margin-bottom: 0;
}
.menu ul {
	list-style: none;
	padding: 0.5em 0;
	margin: 0;
}
.menu ul li {
	padding: 0.5em 1em 0.5em 1em;
	font-size: 1.1em;
	font-weight: regular;
	background-repeat: no-repeat;
	background-position: left 15px center;
	background-size: auto 20px;
	transition: all 0.15s linear;
	cursor: pointer;
	margin-bottom: 25px;
}
.menu ul li:hover {
	background-color: rgba(0, 0, 0, 0.1);
}
.menu ul li:focus {
	outline: none;
}
i.far.fa-user, i.far.fa-comment, i.fas.fa-book, i.fas.fa-home, i.fas.fa-futbol,i.fas.fa-file-invoice, i.far.fa-comment-alt  {
	font-size: 18px;
	margin-right: 15px;
	float: left;
}



#navVert {
    margin-top: 80px;
    padding-bottom: 50px;
    top: 280px;
    bottom: 0;
    position: fixed;
    overflow-y: auto;
    width: 340px;
}
#navVert a {
	color: #02375c;
	font-weight: 500;
}
#navVert a:hover {
	color: white;
}
/*scrollBar menu gauche */
	.menu ::-webkit-scrollbar {
    width: 7px;
    color: red;
}

/* Handle */
	.menu ::-webkit-scrollbar-thumb {
    background: #dcdcdd;
    border-radius: 10px;
}


/*-----------------------------------------FORMULAIRE DE CONNEXION-----------------------------------------*/

fieldset {
    border: none;
    padding-top: 50px;
}
#logTitle{
    font-size: 18px;
    /* text-transform: uppercase; */
    color: #023d66;
	}
.login-box {
    width: 500px;
    padding: 40px 30px;
    text-align: center;
    border-radius: 26px;
    background: #ffffff;
    box-shadow: 9px 9px 27px #ababab, -9px -9px 27px #ffffff;
    top: 50%;
    left: 50%;
    position: absolute;
    margin-left: -250px;
    margin-top: -200px;
}

.login-box input[type="text"],
.login-box input[type="password"]{
    width: 60%;
    margin-bottom: 20px;
}

.login-box input[type="text"],
.login-box input[type="password"]{
    border-radius: 30px;
    background: transparent;
    border: none;
    outline: none;
    border: 2px solid #fd7f00;
    font-size: 13px;
    height: 40px;
    text-align: center;
    transition: 0.27s;
}
.login-box input[type="text"]:focus,
.login-box input[type="password"]:focus{
width: 80%;
border-color:#6fd653;
}

.login-box input[type="submit"]{
    width: 40%;
    border: none;
    outline: none;
    background: #02375c;
    padding: 10px 0;
    border-radius: 30px;
    color: #ffffff;
    font-weight: 500;
    text-transform: uppercase;
    cursor: pointer;
    margin-bottom: 20px;
}

.login-box input[type="submit"]:hover{
    background:#69d09b;
   transition: .2s;
}

.login-box input[type="submit"]:focus{
    transform: scaleX(1.1);
}

.login-box a {
    text-decoration: none;
    font-size: 12px;
    color: #fd7f00;
}

.login-box a:hover{
    color: #6FD653;
}
/* Change Autocomplete styles in Chrome*/
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0px 1000px #fd7f00 inset;
  transition: background-color 5000s ease-in-out 0s;
       -webkit-text-fill-color: white;
}




/*-----------------------------------------RESPONSIVE-----------------------------------------*/

 @media (max-width: 1200px) {
.menu {
	width: 280px;
}
	 #navVert {

    width: 280px;
}
#imgDashboard img {
	object-position: inherit;
}
#logoDashboard {
	/*transform: inherit;*/
}
#imgDashboard {
    width: calc(100% - 280px);
}
.grid3 {
	grid-template-columns: 100%;
}
main {
	padding-left: 280px;
}
footer {
	padding-left: 280px;
}
}

 @media screen and (max-width: 700px) {
main {
	padding-left: 0px;
}
footer {
	padding-left: 0px;
}
body {
	padding-left: 0;
}
	 #imgDashboard {
    width: 100%;
}
.menu {
	font-family: 'Raleway', sans-serif;
	min-height: 100vh;
	width: 320px;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100000;
	outline: none;
	box-shadow: 0 0 0 100em rgba(0, 0, 0, 0);
	transform: translate3d(-320px, 0, 0);
	transition: all 0.3s ease-in-out;
}
.menu .smartphone-menu-trigger {
	width: 40px;
	height: 40px;
	position: absolute;
	left: 100%;
	background: #023d66;
}
.menu .smartphone-menu-trigger:before, .menu .smartphone-menu-trigger:after {
	content: '';
	width: 50%;
	height: 2px;
	background: #fff;
	border-radius: 10px;
	position: absolute;
	top: 45%;
	left: 50%;
	transform: translate3d(-50%, -50%, 0);
}
.menu .smartphone-menu-trigger:after {
	top: 55%;
	transform: translate3d(-50%, -50%, 0);
}
.menu ul li {
	padding: 1em 1em 1em 1em;
	font-size: 1.2em;
}
.menu:focus {
	transform: translate3d(0, 0, 0);
	box-shadow: 0 0 0 100em rgba(0, 0, 0, 0.6);
	overflow-x: hidden;
	height: 100%;
	z-index: 100;
}
#navVert {

    width: 320px;
}
#topNav ul {
    padding-left: 20px;
    font-size: 14px;
}
}
 @media screen and (max-width: 550px) {
	/*TOP NAV*/	
	
	#topNav {
	position: absolute;
    height: auto;
    z-index: 100;
}
#topNav li {
    display: inline-block;
    margin-right: 0;
    margin-bottom: 3px;
}
	.dropdown {
    float: right;
    margin-right: 50px;
}
	#topNav ul {
    padding-left: 60px;
	display: grid;
}
	.menu .smartphone-menu-trigger {
    top: 0;
} 
	 	.login-box{
		width:inherit;
		max-width: 500px;
		padding: 40px 0px;
		text-align: center;
		border-radius: 26px;
		background: #ffffff;
		box-shadow: 9px 9px 27px #ababab, -9px -9px 27px #ffffff;
		top: initial;
		left: initial;
		position: initial;
		margin: 100px 7px 50px 7px;
	}
	.login-box input[type="text"], .login-box input[type="password"] {
		width: 80%;
		margin-bottom: 20px;
}
}
