@import url("https://fonts.googleapis.com/css?family=Poppins:700,600,400");

:root {
    --orange-1: #CF4A1E;
    --orange-1-hover: #c43404;
    --orange-2: #FF7B3D;
    --orange-3: #FFB29A;
    --orange-4: #FFEBE2;
    --purple-1: #322250;
    --purple-1-hover: #1b1030;
    --purple-2: #4B3672;
    --purple-2-hover: #391c6e;
    --purple-3: #DFD6E3;
    --gray: #9797A7;
    --gray-hover: #828283;
    --red: #CF3A3A;
    --red-hover: #9e1c1c;
    --green: #7CC996;
    --white: #FFF;
    --input-color: #FFEBE2;

    --font-size-l: 14px;
    --font-size-m: 12px;
    --font-size-xl: 16px;
    --font-size-xxl: 20px;
    --font-size-xxxl: 31px;
    --font-size-xxxxl: 39px;

    --font-family-poppins: "Poppins", Helvetica
}

.title-31-px {
    font-family: var(--font-family-poppins);
    font-size: var(--font-size-xxxl);
    font-style: normal;
    font-weight: 700;
    letter-spacing: 0;
}

.title-20px {
    font-family: var(--font-family-poppins);
    font-size: var(--font-size-xxl);
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0;
}

.text-16px {
    font-family: var(--font-family-poppins);
    font-size: var(--font-size-xl);
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0;
}

.text-b-16px {
    font-family: var(--font-family-poppins);
    font-size: var(--font-size-xl);
    font-style: normal;
    font-weight: 600;
    letter-spacing: 0;
}


.text-14px {
    font-family: var(--font-family-poppins);
    font-size: var(--font-size-l);
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0;
}

.text-12px {
    font-family: var(--font-family-poppins);
    font-size: var(--font-size-m);
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0;
}

.color-black {
    color: var(--black)
}

.color-gray {
    color: var(--gray)
}


* {
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
}

body, html {
	height: 100%;
	font-family: var(--font-family-poppins)
}

/*---------------------------------------------*/
a {
	font-family: var(--font-family-poppins);
	font-size: 14px;
	line-height: 1.7;
	color: #666666;
	margin: 0px;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
}

a:focus {
	outline: none !important;
}

a:hover {
	text-decoration: none;
  color: #6675df;
}

/*---------------------------------------------*/
h1,h2,h3,h4,h5,h6 {
	margin: 0px;
}

p {
	font-family: var(--font-family-poppins);
	font-size: 14px;
	line-height: 1.7;
	color: #666666;
	margin: 0px;
}

ul, li {
	margin: 0px;
	list-style-type: none;
}


/*---------------------------------------------*/
input {
	outline: none;
	border: none;
}

/*---------------------------------------------*/
button {
	outline: none !important;
	border: none;
	background: transparent;
}

button:hover {
	cursor: pointer;
}

iframe {
	border: none !important;
}

.text-underline {
  text-decoration: underline;
}


/*//////////////////////////////////////////////////////////////////
[ login ]*/
    .limiter {
    width: 100%;
    margin: 0 auto;
}

.container-login {
    width: 100%;
    min-height: 100vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    background: #f2f2f2;
}

.container-confirmation {
    width: 100%;
    min-height: 100vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    background-image: url('../img/background.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 1;
}

.wrap-login {
    width: 100%;
    background: #fff;
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    flex-direction: row-reverse;
}

/*==================================================================
[ login-more ]*/
.login-more {
    background-image: url('../img/background.png');
    width: calc(100% - 560px);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 1;
}

.login-more::before {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.1);
}

.login-more .illustration {
    width: calc(100% - 560px);
    margin-top: 70px;
}

.login-more .illustration img {
    width: 450px;
}


.login-more .login-more-bloc-text {
    width: calc(100% - 560px);
    margin-top: 450px;
}

.login-more .login-more-text {
    text-align: justify;
    color: var(--white);
}

.login-more .login-more-text img {
    margin-top: 50px;
    margin-bottom: 50px;
}

.confirmation-bloc {
    height: 542px;
    width: 824px;
    background-color: var(--white);
    border-radius: 15px;
}

.confirmation-bloc .logo img{
    width: 226px;
}

.confirmation-bloc .text {
    text-align: center;
}

.confirmation-bloc .text p{
    padding-left: 16px;
    padding-right: 16px;
}

.confirmation-bloc h1 {
    color: var(--purple-2);
    margin-top: 48px;
    margin-bottom: 24px;
}

.confirmation-bloc .container-form-btn {
    margin-top: 32px;
}

.confirmation-bloc .container-form-btn a {
    text-decoration: none;
}

.confirmation-bloc .email-not-received {
    margin-top: 24px;
}

.confirmation-bloc .email-not-received a {
    color: var(--orange-1)
}

.confirmation-bloc .email-not-received a:hover {
    text-decoration: underline;
}

/*==================================================================
[ Form ]*/

.login-form {
    width: 560px;
    min-height: 100vh;
    display: block;
    background-color: var(--white);
}

.login-form .logo {
    width: 100%;
    margin-top: 40px;
}

.login-form .logo img {
    width: 50%;
}

.login-form .external-sign-up {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 30px;
}

.login-form .external-sign-up img {
    width: 40%;
}

.login-form .separation {
    height: 1px;
    width: 100%;
}

.login-form .login-text {
    margin-top: 30px;
}


.login-form .login-text .register {
    margin-top: 15px;
    color: var(--gray);
}

.login-form .login-text .register a {
  color: var(--gray);
}

.login-form .login-text .register a:hover {
  color: var(--orange-1);
}

.login-form .bloc-input {
    color: var(--gray);
    margin-top: 25px;
    padding-left: 50px;
    padding-right: 50px;
}

.login-form .col-two .bloc-input {
    padding-left: 0;
    padding-right: 0;
}

.login-form .bloc-input label {
    margin-bottom: 10px;
}

.login-form .keep-login {
    margin-left: 50px;
}

.login-form .keep-login a, .login-form .keep-login a:hover{
    color: var(--orange-1);
    text-decoration: underline;
}

.login-form .remember-me {
    margin-top: 25px;
}

.login-form .col-two {
    margin-left: 48px;
    margin-right: 48px;
}

.login-form .col-two label {
    padding-top: 40px;
    color: var(--purple-1)
}
/*------------------------------------------------------------------
[ Input ]*/
#bloc_separation {
    margin-top: 20px;
}

.wrap-input {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    -webkit-tap-highlight-color: transparent;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    width: 100%;
    height: 48px;
    position: relative;
    border-radius: 20px;
    margin-bottom: 10px;
    background-color: var(--input-color);
    font-family: var(--font-family-poppins);
    font-size: var(--font-size-l);
    padding-left: 15px
}

.wrap-select {
    -webkit-tap-highlight-color: transparent; /* remove tap highlight */
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    width: 100%;
    padding: 14px;
    position: relative;
    border-radius: 20px;
    margin-bottom: 10px;
    background-color: var(--input-color);
    font-family: var(--font-family-poppins);
    font-size: var(--font-size-l);
    border: none;
}

.wrap-select:focus {
    outline: none !important;
}

/*==================================================================
[ Restyle Checkbox ]*/

.input-checkbox {
    display: none;
}

.label-checkbox {
    display: block;
    position: relative;
    padding-left: 26px;
    cursor: pointer;
    color: var(--gray)
}

/* The customcheck */
.customcheck {
    display: block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 12px;
    color: var(--gray);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.customcheck input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 18px;
    width: 18px;
    background-color: #eee;
}

/* On mouse-over, add a grey background color */
.customcheck:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.customcheck input:checked ~ .checkmark {
    background-color: var(--orange-1);
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.customcheck input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.customcheck .checkmark:after {
    left: 7px;
    top: 4px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.label-checkbox::before {
    content: "\f00c";
    font-family: FontAwesome;
    font-size: 13px;
    color: transparent;

    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    width: 18px;
    height: 18px;
    border-radius: 2px;
    background: #fff;
    border: 1px solid #6675df;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.input-checkbox:checked + .label-checkbox100::before {
    color: #6675df;
}


/*------------------------------------------------------------------
[ Button ]*/
.container-form-btn {
  width: 100%;
  margin-top: 48px;
}

.login-form-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
    width: 120px;
    height: 40px;
    border-radius: 30px;
    background: var(--orange-1);
    font-size: var(--font-size-l);
    color: var(--white);
    line-height: 1.2;
}


.register-form-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
    width: 169px;
    height: 40px;
    border-radius: 30px;
    background: var(--orange-1);
    font-size: var(--font-size-l);
    color: var(--white);
    line-height: 1.2;
}

.register-confirmation-form-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
    width: 195px;
    height: 40px;
    border-radius: 30px;
    background: var(--orange-1);
    font-size: var(--font-size-l);
    color: var(--white);
    line-height: 1.2;
}

.confirm-email-form-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
    width: 300px;
    height: 40px;
    border-radius: 30px;
    background: var(--orange-1);
    font-size: var(--font-size-l);
    color: var(--white);
    line-height: 1.2;
}

.login-form-btn:hover, .register-form-btn:hover,
.register-confirmation-form-btn:hover,
.confirm-email-form-btn:hover  {
    background: var(--orange-1-hover);
}

.text-center a {
    color: var(--orange-1);
}

#gSignInWrapper #customBtn {
    display: inline-block;
    background: white;
    color: #444;
    width: 250px;
    border-radius: 5px;
    border: thin solid #f0f0f0;
    box-shadow: 1px 1px 1px rgb(188, 188, 188);
    white-space: nowrap;
}

#gSignInWrapper  #customBtn:hover {
    cursor: pointer;
}

#gSignInWrapper span.label {
    font-family: serif;
    font-weight: normal;
}

#gSignInWrapper span.icon {
    display: inline-block;
    vertical-align: middle;
    width: 42px;
    height: 42px;
}

#gSignInWrapper span.icon svg {
    display: inline-block;
    vertical-align: middle;
    margin-top: 10px;
}

#gSignInWrapper span.buttonText {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    font-weight: 600;
    margin-top: 5px;
}

#lSignInWrapper {
    margin-top: 20px;
}

#lSignInWrapper #customBtn {
    display: inline-block;
    color: white;
    width: 250px;
    border: thin solid #f0f0f0;
    background-color: #0E76A8;
    white-space: nowrap;
}

#lSignInWrapper  #customBtn:hover {
    cursor: pointer;
}

#lSignInWrapper span.label {
    font-family: serif;
    font-weight: normal;
}

#lSignInWrapper span.icon {
    display: inline-block;
    vertical-align: middle;
    width: 42px;
    height: 42px;
}

#lSignInWrapper span.icon svg {
    display: inline-block;
    vertical-align: middle;
    margin-top: 10px;
}

#lSignInWrapper span.buttonText {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    font-weight: 600;
    margin-top: 5px;
}




/*------------------------------------------------------------------
[ Responsive ]*/

@media (max-width: 1450px) {
    .login-more .login-more-text {
        text-align: center;
    }

    .login-more .login-more-bloc-text {
        padding-left: 15px;
        padding-right: 15px;
    }
}


@media (max-width: 992px) {
    .login-form {
        width: 50%;
        padding-left: 30px;
        padding-right: 30px;
    }

    .login-more {
        width: 50%;
    }

    .login-more .illustration {
        width: 50%;
        margin-top: 70px;
    }

    .login-more .login-more-bloc-text {
        width: 50%;
        margin-top: 450px;
    }


}



@media (max-width: 768px) {
    .login-form {
        width: 100%;
    }

    .login-more {
        display: none;
    }
}

@media (max-width: 576px) {
    .login-form {
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 70px;
    }
}


/*------------------------------------------------------------------
[ Alert validate ]*/

.validate-input {
    position: relative;
}

.alert-validate::before {
    content: attr(data-validate);
    position: absolute;
    z-index: 100;
    max-width: 70%;
    background-color: #fff;
    border: 1px solid #c80000;
    border-radius: 2px;
    padding: 4px 25px 4px 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 12px;
    pointer-events: none;

    font-family: Poppins-Regular;
    color: #c80000;
    font-size: 13px;
    line-height: 1.4;
    text-align: left;

    visibility: hidden;
    opacity: 0;

    -webkit-transition: opacity 0.4s;
    -o-transition: opacity 0.4s;
    -moz-transition: opacity 0.4s;
    transition: opacity 0.4s;
}

.alert-validate::after {
    content: "\f12a";
    font-family: FontAwesome;
    display: block;
    position: absolute;
    z-index: 110;
    color: #c80000;
    font-size: 16px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 18px;
}

.alert-validate:hover:before {
    visibility: visible;
    opacity: 1;
}

.msg-error {
    color: var(--red);
    font-size: 12px;
}


@media (max-width: 992px) {
    .alert-validate::before {
        visibility: visible;
        opacity: 1;
    }

    #your_perimeters input{
        margin-top: 8px;
        margin-right: 5px;

    }

    #your_perimeters .text-12px{
        position: relative;
        top: -1px;
    }

    .wrap-select {
        color: black;
        height: 52px;
        display: flex;
        align-items: center;
    }
}
