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;
}

.grid23 {
	display: grid;
	grid-template-columns: 60% 40%;
	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;
}

#contenu {
	color: #1e3365;
}

main {
	min-height: 100vh;
	padding-left: 0px;
}
.h2Titre {
	margin-top: 0;
	font-weight: 400;
	padding: 20px;
}


.illuFoot {
	display: block;
	top: 0;
	right: 0;
	width: 100%;
}

.access {
	width: 245px;
	height: 33px;
	background: #fd7f00;
	border: none;
	border-radius: 30px;
	color: #FFF;
	font-weight: 500;
	text-transform: uppercase;
	transition: 0.1s ease;
	cursor: pointer;
	margin: auto;
	display: block;
	text-align: center;
	padding-top: 10px;
}
.access:hover {
	color: #1e3365;
}
/*FOOTER*/

footer {
	padding-top: 100px;
	padding-left: 0;
	text-align: center;
}
.copy {
	text-align: center;
	font-size: 13px;
}
footer img {
	margin: auto;
	display: inline-block;
	vertical-align: middle;
}
/*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;
}

/*FORMULAIRE DE CONNEXION*/

fieldset {
    border: none;
    padding-top: 50px;
}
#logTitle{
    font-size: 18px;
    /* text-transform: uppercase; */
    color: #023d66;
	}

.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;
}


.login-box {
	max-width: 500px;
	padding: 40px 30px;
	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-left: 0;
	margin-top: 0;
	margin: auto;
}

#guest a{
    text-align: center;
    font-size: 15px;
    margin-top: 20px;
}

