/* configuration stand */

.configuration-stand {
    width: 100%;
    /* background-image: url('./../img/bg/school.jpg'); */
    height: auto;
    background-color: linear-gradient(173deg, rgba(173, 109, 190, 0.8548553210346639) 0%, rgba(84, 78, 202, 0.8940710073091737) 93%);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px 150px;
}

.aide {
    color: #fff;
}

.focus-input100-upload {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
}

.focus-input100-upload::after {
    content: attr(data-symbol);
    font-family: Material-Design-Iconic-Font;
    color: #ad6dbe;
    font-size: 22px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    height: calc(100% - 0px);
    bottom: 0;
    left: 0;
    padding-left: 13px;
    padding-top: 3px;
}

.focus-input100-upload::before {
    content: "";
    display: block;
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 0;
    height: 1px;
    /* color: #fff; */
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}

.btn-terminer {
    background-color: #31b89b;
    color: #fff;
    border-radius: 0;
    padding: 10px 150px;
    border: 1px solid #31b89b;
}

.btn-terminer:hover {
    background-color: #fff;
    color: #31b89b;
    border-radius: 0;
}

.aide:hover {
    color: #31b89b;
}

.titre-config-stand {
    font-weight: bold;
    line-height: 1;
}

.etape {
    border: 1px solid #fff;
}

.etiquette {
    background: #31b89b;
    width: 50px;
    height: 50px;
    color: #fff;
    font-weight: bold;
    padding: 10px 0px;
}

.icon-etape {
    padding: 25px;
    margin: 10% 15% 1% 15%;
    line-height: 1;
}

.img-stand-config {
    width: 100%;
}

.esp-txt-etape {
    padding: 30px;
}

.hauteur-txt-etape {
    height: 250px;
}

.hauteur-titre {
    height: 63px;
}

.btn-demarrer {
    background-color: #31b89b;
    color: #fff;
    border-radius: 0;
    padding: 10px 30px;
    border: 1px solid #31b89b;
}

.btn-demarrer:hover {
    background-color: #fff;
    color: #31b89b;
    border-radius: 0;
    padding: 10px 30px;
}

.btn-termine-upvideo {
    background: rgb(173, 109, 190);
    background: linear-gradient(153deg, rgba(173, 109, 190, 1) 0%, rgba(84, 78, 202, 1) 93%);
    color: #fff;
    border-radius: 0;
    padding: 15px 30px;
    border: 1px solid rgb(173, 109, 190);
    width: 100%;
}

.btn-termine-upvideo:hover {
    background: #fff;
    color: rgb(173, 109, 190);
}

.uploader-video {
    color: grey;
}

.label {
    display: block;
    width: 100%;
    background-color: #fff;
    border-radius: 2px;
    line-height: 2.5em;
    border: 1px solid #ad6dbe;
    height: 60px;
}

/* .label:hover {
    background: rgb(173,109,190);
    background: linear-gradient(153deg, rgba(173,109,190,1) 0%, rgba(84,78,202,1) 93%);
    border: 1px solid #544eca;
    color: #fff;
  } */

.label:active {
    background-color: mediumaquamarine;
}

.input-upload {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    overflow: hidden;
    padding: 0;
    width: 0px;
    margin-left: 50px;
    line-height: 3;
}

.color-grey {
    color: rgb(177, 177, 177);
}


/* top */

/* .img-top {
    width: 100%;
    background: linear-gradient(190deg, rgba(133,90,163,0.804435152967437) 0%, rgba(133,90,163,0.6475724078693977) 100%),url('../img/bg/top.jpg');
    height: auto;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
} */

.padd-menu {
    padding: 2% 10%;
}

.menu {
    font-size: 22px;
    color: #ad6dbe !important;
}


.menu:hover {
    font-size: 25px;
    color: #fff;
    text-decoration: underline;
}


.menu-secondaire {
    width: 100%;
    height: auto;
}

.display-inl-b {
    display: inline-block;
}

.padd-top {
    padding: 2% 5% 5% 5%;
}

.padd-titre {
    padding: 5% 0% 10% 0%;
}

.titre1{
    font-size: 70px;
    text-align: center;
    margin: 0;
    line-height: 1;
    font-weight: 600;
}
.titre2{
    font-size: 30px;
    text-align: center;
    letter-spacing: 12px;
    margin: 0;
    font-weight: 600;
}

/* Partenaires */

.partenaires {
    padding: 6% 10% 4% 10%;
    background: #53A8DC;
}

.b-partenaires {
    background: #fff;
    display: inline-flex;
}

.img-partenaires {
    width: 100%;
    height: 170px;
}

.p-partenaires {
    padding: 50px 170px;
}

.box-shadow {
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .10);
    box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, .30)
}

/* Avantage */

.avantages {
    background: #599BD1;
    padding: 6% 10% 4% 10%;
}

.b-avantages {
    display: inline-flex;
}

.icon-avantages {
    margin-bottom: 20px;
}

/* Apropos */

.apropos {
    background: rgb(133, 90, 163);
    background: linear-gradient(190deg, rgba(133, 90, 163, 1) 0%, rgba(95, 148, 205, 1) 100%);
    padding: 10% 10% 15% 15%;
}

.b-apropos {
    background: #fff;
    display: inline-flex;
    padding: 5% 10% 5% 2%;
}

.img-apropos {
    width: 100%;
    height: 500px;
    /* margin-left: -110px;
    position: absolute; */
}

.txt-apropos {
    color: #8459A1;
}

.btn-apropos{
    background: rgb(173,109,190);
    background: linear-gradient(259deg, rgba(173,109,190,1) 0%, rgba(84,78,202,1) 93%);
    border-radius: 0;
    padding: 15px 30px;
    color: #fff !important;
    border: 1px solid rgba(84,78,202,1);
}
.btn-apropos:hover{
    background: #fff;
    color: rgb(173,109,190) !important;
    text-decoration: none;
    border: 1px solid rgb(173,109,190);
}

.capitalise {
    text-transform: capitalize;
}

.uppercase {
    text-transform: uppercase;
}

.center {
    text-align: center;
}

.lh-1 {
    line-height: 1;
}

.lh-2 {
    line-height: 2;
}

.right {
    text-align: right;
}

.left {
    text-align: left;
}

.justify {
    text-align: justify;
}

.normal {
    font-weight: normal;
}

.bold {
    font-weight: bold;
}

.float {
    float: left;
}

.back-white {
    background: #fff;
}

.color-white {
    color: #fff;
}

.color-grey {
    color: grey;
}

.footer {
    background: #585858;
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: 0px;
    margin-left: 0px;
}

.p-10 {
    padding: 10px;
}

.p-20 {
    padding: 20px;
}

.p-30 {
    padding: 30px;
}

.p-40 {
    padding: 40px;
}

.p-50 {
    padding: 50px;
}

.p-60 {
    padding: 60px;
}

.p-70 {
    padding: 70px;
}

.p-80 {
    padding: 80px;
}

.p-90 {
    padding: 90px;
}

.p-100 {
    padding: 100px;
}

.p-block-15 {
    padding-block: 15px;
}

.p-block-20 {
    padding-block: 20px;
}

.pb-0 {
    padding-bottom: 0px;
}

.pb-5 {
    padding-bottom: 5px;
}

.pb-10 {
    padding-bottom: 10px;
}

.pb-15 {
    padding-bottom: 15px;
}

.pb-20 {
    padding-bottom: 20px;
}

.pb-25 {
    padding-bottom: 25px;
}

.pb-30 {
    padding-bottom: 30px;
}

.pb-35 {
    padding-bottom: 35px;
}

.pb-40 {
    padding-bottom: 40px;
}

.pb-45 {
    padding-bottom: 45px;
}

.pb-50 {
    padding-bottom: 50px;
}

.pl-0-m {
    padding-left: 0;
}

.mr-6 {
    margin-right: 6rem;
}

.ml-6 {
    margin-left: 6rem;
}

.mt-6 {
    margin-top: 6rem;
}

.mb-6 {
    margin-bottom: 6rem;
}

.border-none {
    border: none;
}

.border-white {
    border: 1px solid #fff;
}

.border-h {
    height: 70px !important;
}

/* Connexion */

.bg-connexion {
    width: 100%;
    background-image: url('/assets/landing-page/images/students.jpg');
    height: inherit;
    background-color: linear-gradient(156deg, rgba(138, 111, 173, 0.4094771697741597) 0%, rgba(138, 111, 173, 0.258216665572479) 100%);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.bg-connexion:before {
    background: linear-gradient(90deg, rgba(132, 89, 161, 1) 40%, rgba(70, 185, 232, 1) 94%) !important;
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    width: 100%;
    opacity: .5;
}

.bordure-connexion-l-r {
    padding: 70px;
}

.bordure-connexion {
    padding: 50px;
}

.connexion-left {
    background: rgb(173, 109, 190);
    background: linear-gradient(173deg, rgba(173, 109, 190, 1) 0%, rgba(84, 78, 202, 1) 63%);
    width: 100%;
    height: auto;
}

.connexion-right {
    background-color: #fff;
    width: 100%;
    height: auto;
}

.titre-connexion {
    color: #ad6dbe;
    font-size: 35px;
    font-weight: 600;
    line-height: 1;
    text-transform: uppercase;
}

.btn-connexion {
    background: #31b89b;
    padding: 10px;
    width: 100%;
    border: 2px solid #31b89b;
    border-radius: 0;
    margin: 10px 0px !important;
}

/* .btn-connexion:hover {
    background: #fff;
    width: 100%;
    color: #31b89b;
    border-radius: 0;
} */

.btn-connexion:active, .btn-connexion:visited {
    background: #31b89b !important;
}

.inprogress-btn {
    background: #8459a1;
    padding: 10px;
    width: 100%;
    border: 2px solid #31b89b;
    border-radius: 0;
    margin: 10px 0px !important;
}

.titre1-connexion {
    font-size: 35px;
    text-align: center;
    margin: 0;
    line-height: 1;
    font-weight: 600;
}

.titre2-connexion {
    font-size: 16px;
    text-align: center;
    letter-spacing: 5px;
    margin: 0;
    font-weight: 600;
}

.wrap-input100-c {
    width: 100%;
    position: relative;
    border-bottom: 1px solid rgb(177, 177, 177);
}

.label-input100-c {
    /* font-family: Poppins-Regular; */
    font-size: 14px;
    color: #fff;
    line-height: 1.5;
    padding-left: 7px;
}

.input100-c {
    /* font-family: Poppins-Medium; */
    font-size: 16px;
    color: #333333;
    line-height: 1.2;
    display: block;
    width: 100%;
    height: 55px;
    background: none;
    padding: 0 7px 0 43px;
}

.focus-input100-c {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
}

.focus-input100-c::after {
    content: attr(data-symbol);
    font-family: Material-Design-Iconic-Font;
    color: #273375 !important;
    font-size: 22px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    height: calc(100% - 0px);
    bottom: 0;
    left: 0;
    padding-left: 13px;
    padding-top: 3px;
}

.focus-input100-c::before {
    content: "";
    display: block;
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 0;
    height: 1px;
    background: #ad6dbe;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}

.input100-c:focus+.focus-input100-c::before {
    width: 100%;
}

.has-val.input100-c+.focus-input100-c::before {
    width: 100%;
}

.input100-c:focus+.focus-input100-c::after {
    color: #ad6dbe;
}

.has-val.input100-c+.focus-input100-c::after {
    color: #ad6dbe;
}

/* Inscription */

.bg-inscription {
    width: 100%;
    /* background-image: url('./../img/bg/school.jpg'); */
    height: auto;
    background-color: linear-gradient(156deg, rgba(138, 111, 173, 0.4094771697741597) 0%, rgba(138, 111, 173, 0.258216665572479) 100%);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.bordure-inscription-l-r {
    padding: 50px;
}

.bordure-inscription {
    padding: 50px;
}

.sexe {
    margin-top: 25px;
    color: #fff !important;
    padding-left: 25px;
}

.inscription-left {
    background-color: rgba(56, 85, 171, .7);
    width: 100%;
    height: auto;
}

.inscription-right {
    background-color: #fff;
    width: 100%;
    height: auto;
}

.btn-inscription {
    background: #273375;
    padding: 10px;
    width: 100%;
    border: 2px solid #273375;
    border-radius: 0;
}

.btn-inscription:hover {
    background: #fff;
    padding: 10px;
    width: 100%;
    color: #273375;
    border-radius: 0;
}

input {
    outline: none;
}

textarea {
    outline: none;
    border: none;
}

/* textarea:focus, input:focus {
    border-color: transparent !important;
  } */

/*---------------------------------------------*/

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

button:hover {
    cursor: pointer;
}

iframe {
    border: none !important;
}

/*//////////////////////////////////////////////////////////////////
  [ Utility ]*/

.txt1 {
    /* font-family: Poppins-Regular; */
    font-size: 14px;
    line-height: 1.5;
    color: #666666;
}

.txt2 {
    /* font-family: Poppins-Regular; */
    font-size: 14px;
    line-height: 1.5;
    color: #fff;
    text-transform: uppercase;
}

.bg1 {
    background-color: #3b5998
}

.bg2 {
    background-color: #1da1f2
}

.bg3 {
    background-color: #ea4335
}

/*//////////////////////////////////////////////////////////////////
  [ login ]*/

.limiter {
    width: 100%;
    margin: 0 auto;
}

.container-login100 {
    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;
    padding: 15px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.wrap-login100 {
    width: 500px;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
}

/*------------------------------------------------------------------
  [ Form ]*/

.login100-form {
    width: 100%;
}

.login100-form-title {
    display: block;
    /* font-family: Poppins-Bold; */
    font-size: 39px;
    color: #fff;
    line-height: 1.2;
    text-align: center;
}

.titre-inscription {
    font-weight: 600;
}

/*------------------------------------------------------------------
  [ Input ]*/

.wrap-input100 {
    width: 100%;
    position: relative;
    border-bottom: 1px solid rgb(177, 177, 177);
}

.label-input100 {
    /* font-family: Poppins-Regular; */
    font-size: 14px;
    color: #fff;
    line-height: 1.5;
    padding-left: 7px;
}

.input100 {
    /* font-family: Poppins-Medium; */
    font-size: 16px;
    color: #fff;
    line-height: 1.2;
    display: block;
    width: 100%;
    height: 55px;
    background: none;
    padding: 0 7px 0 43px;
}

.color-inscr-right {
    color: #273375 !important;
}

.compte-etude {
    padding: 0;
}

.inscr-right {
    font-size: 16px;
    color: #273375;
    line-height: 1.2;
    display: block;
    width: 100%;
    height: 55px;
    padding: 0;
}

/*---------------------------------------------*/

.focus-input100 {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
}

.focus-input100::after {
    content: attr(data-symbol);
    font-family: Material-Design-Iconic-Font;
    color: #fff;
    font-size: 22px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    height: calc(100% - 0px);
    bottom: 0;
    left: 0;
    padding-left: 13px;
    padding-top: 3px;
}

.focus-input100::before {
    content: "";
    display: block;
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 0;
    height: 1px;
    background: #fff;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}

.input100:focus+.focus-input100::before {
    width: 100%;
}

.has-val.input100+.focus-input100::before {
    width: 100%;
}

.input100:focus+.focus-input100::after {
    color: #fff;
}

.has-val.input100+.focus-input100::after {
    color: #fff;
}

/*------------------------------------------------------------------
  [ Button ]*/

.container-login100-form-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.wrap-login100-form-btn {
    width: 100%;
    display: block;
    position: relative;
    z-index: 1;
    border-radius: 25px;
    overflow: hidden;
    margin: 0 auto;
    box-shadow: 0 5px 30px 0px rgba(3, 216, 222, 0.2);
    -moz-box-shadow: 0 5px 30px 0px rgba(3, 216, 222, 0.2);
    -webkit-box-shadow: 0 5px 30px 0px rgba(3, 216, 222, 0.2);
    -o-box-shadow: 0 5px 30px 0px rgba(3, 216, 222, 0.2);
    -ms-box-shadow: 0 5px 30px 0px rgba(3, 216, 222, 0.2);
}

.login100-form-bgbtn {
    position: absolute;
    z-index: -1;
    width: 300%;
    height: 100%;
    background: #a64bf4;
    background: -webkit-linear-gradient(to right, #00dbde, #fc00ff, #00dbde, #fc00ff);
    background: -o-linear-gradient(to right, #00dbde, #fc00ff, #00dbde, #fc00ff);
    background: -moz-linear-gradient(to right, #00dbde, #fc00ff, #00dbde, #fc00ff);
    background: linear-gradient(to right, #00dbde, #fc00ff, #00dbde, #fc00ff);
    top: 0;
    left: -100%;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}

.login100-form-btn {
    /* font-family: Poppins-Medium; */
    font-size: 16px;
    color: #fff;
    line-height: 1.2;
    text-transform: uppercase;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
    width: 100%;
    height: 50px;
}

.wrap-login100-form-btn:hover .login100-form-bgbtn {
    left: 0;
}

.taille {
    color: rgb(224, 224, 224);
    margin-left: 40%;
    color: rgb(224, 224, 224);
    font-size: 15px !important;
    position: absolute;
    right: 20px;
    top: 19px;
}

.modal-config {
    padding: 0 12%;
}

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

.validate-input {
    position: relative;
    margin-top: 25px;
}

.validate-input1 {
    position: relative;
    /* margin-top: 25px; */
}

.validate-input2 {
    position: relative;
}

.alert-validate::before {
    content: attr(data-validate);
    position: absolute;
    max-width: 70%;
    background-color: #fff;
    border: 1px solid #c80000;
    border-radius: 2px;
    padding: 4px 25px 4px 10px;
    bottom: calc((100% - 20px) / 2);
    -webkit-transform: translateY(50%);
    -moz-transform: translateY(50%);
    -ms-transform: translateY(50%);
    -o-transform: translateY(50%);
    transform: translateY(50%);
    right: 2px;
    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: "\f06a";
    font-family: FontAwesome;
    display: block;
    position: absolute;
    color: #c80000;
    font-size: 16px;
    bottom: calc((100% - 20px) / 2);
    -webkit-transform: translateY(50%);
    -moz-transform: translateY(50%);
    -ms-transform: translateY(50%);
    -o-transform: translateY(50%);
    transform: translateY(50%);
    right: 8px;
}

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

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

/*//////////////////////////////////////////////////////////////////
  [ Social item ]*/

.login100-social-item {
    font-size: 25px;
    color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin: 5px;
}

.login100-social-item:hover {
    color: #fff;
    background-color: #fff;
}

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

@media (max-width: 576px) {
    .wrap-login100 {
        padding-left: 15px;
        padding-right: 15px;
    }
}

/* Compteur */

@import url('https://fonts.googleapis.com/css?family=Montserrat');
.wrapper {
    position: relative;
    height: 12em;
}

.countdown-container {
    font-family: Montserrat, sans-serif;
    -webkit-font-smoothing: antialiased;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 100%;
}

.countdown {
    display: flex;
    transform-style: preserve3d;
    perspective: 500px;
    height: 10rem;
    width: 64em;
    margin: 0 auto;
}

.countdown.remove {
    animation: hide-countdown 1s cubic-bezier(0, 0.9, 0.56, 1.2) forwards;
    overflow: hidden;
}

.number, .separator {
    display: block;
    color: #fff;
    height: 10rem;
    font-size: 10rem;
    position: relative;
    line-height: 10rem;
    text-align: center;
    width: 100%;
}

.separator {
    margin: 0;
    width: 2rem;
}

.new, .old, .current {
    color: #E5B336;
    position: absolute;
    border-radius: 1rem;
    height: 10rem;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}

.new {
    animation: show-new 0.4s cubic-bezier(0, 0.9, 0.5, 1.2) forwards;
}

.old {
    animation: hide-old 2s cubic-bezier(0, 0.9, 0.56, 1.2) forwards;
}

.countdown section {
    position: relative;
}

#js-days:after, #js-hours:after, #js-minutes:after, #js-seconds:after {
    content: "JOURS";
    position: absolute;
    text-align: center;
    left: 0;
    right: 0;
    bottom: -80px;
    font-size: 20px;
}

#js-hours:after {
    content: "HEURES";
}

#js-minutes:after {
    content: "MINUTES";
}

#js-seconds:after {
    content: "SECONDES";
}

@keyframes hide-countdown {
    to {
        height: 0;
        overflow: hidden;
    }
}

@keyframes show-new {
    0% {
        opacity: 0;
        transform: translate(-50%, -50%) translateY(-2rem) scale(0.8) rotateX(-20deg);
    }
    100% {
        transform: translate(-50%, -50%);
    }
}

@keyframes hide-old {
    0% {
        transform: translate(-50%, -50%);
    }
    100% {
        opacity: 0;
        transform: translate(-50%, -50%) translateY(-5rem) scale(0.5) rotateX(-75deg);
    }
}

.w-full {
    width: 100%;
}

/* Pour les smartphone */

@media(max-width:758px) {
    .color-grey {
        color: rgb(177, 177, 177);
        font-size: 15px !important;
        height: 45px;
    }
    .image-mob {
        margin-bottom: 5px !important;
        font-size: 15px !important;
    }
    .modal-config {
        padding: 6%;
    }
    .taille {
        color: rgb(224, 224, 224);
        margin-left: 10%;
        font-size: 12px;
    }
    .mt-5 {
        margin-top: 0 !important;
    }
    .btn-terminer {
        background-color: #31b89b;
        color: #fff;
        border-radius: 0;
        padding: 10px 36%;
        border: 1px solid #31b89b;
    }
    .configuration-stand {
        width: 100%;
        padding: 50px 15px;
    }
    .bordure-connexion {
        padding: 20px 0;
    }
    .bordure-connexion-l-r {
        padding: 50px 30px;
    }
    .comp-mobile {
        margin-left: 11%;
    }
    .pl-0-m {
        padding-left: 15px;
    }
    .titre1-connexion {
        font-size: 26px;
        text-align: center;
        margin: 0;
        line-height: 1;
        font-weight: 600;
    }
    .titre2-connexion {
        font-size: 13px;
        text-align: center;
        letter-spacing: 3px;
        margin: 0;
        font-weight: 600;
    }
    .bordure-inscription {
        padding: 50px 0;
    }
    .bordure-inscription-l-r {
        padding: 50px 25px;
    }
    /* .img-top {
        width: 100%;
        background: linear-gradient(190deg, rgba(133,90,163,0.804435152967437) 0%, rgba(133,90,163,0.6475724078693977) 100%),url('../img/bg/top.jpg');
        height: auto;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
    } */
    .padd-menu {
        display: none;
    }
    .menu {
        font-size: 25px;
        color: #fff;
    }
    .menu-mobile {
        padding: 15px;
        background: #fff;
    }
    .menu:hover {
        font-size: 25px;
        color: #fff;
        text-decoration: underline;
    }
    .display-inl-b {
        display: inline-block;
    }
    .padd-top {
        padding: 2% 5% 5% 5%;
    }
    .padd-titre {
        padding: 12% 0% 10% 0%;
    }
    .titre1 {
        font-size: 31px;
        text-align: center;
        margin: 0;
        line-height: 1;
        font-weight: 600;
    }
    .titre2 {
        font-size: 16px;
        text-align: center;
        letter-spacing: 3px;
        margin: 0;
        font-weight: 600;
    }
    .btn-apropos{
        background: rgb(173,109,190);
        background: linear-gradient(259deg, rgba(173,109,190,1) 0%, rgba(84,78,202,1) 93%);
        border-radius: 0;
        padding: 15px 30px;
        color: #fff !important;
        border: 1px solid rgba(84,78,202,1);
    }
    .btn-apropos:hover{
        background: #fff;
        color: rgb(173,109,190) !important;
        text-decoration: none;
        border: 1px solid rgb(173,109,190);
    }
    /* partenaires */
    .partenaires {
        padding: 6% 5% 4% 5%;
        background: #53A8DC;
    }
    .b-partenaires {
        background: #fff;
        display: inline-flex;
    }
    .img-partenaires {
        width: 100%;
        height: 60px;
    }
    .p-partenaires {
        padding: 10px;
    }
    /* Avantages */
    .avantages {
        background: #599BD1;
        padding: 6% 5% 4% 5%;
    }
    .p-5 {
        padding: 0 !important;
    }
    /* Compteur */
    .wrapper {
        position: relative;
        height: 10em;
    }
    .countdown-container {
        font-family: Montserrat, sans-serif;
        -webkit-font-smoothing: antialiased;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        text-align: center;
        width: 100%;
    }
    .countdown {
        display: flex;
        transform-style: preserve3d;
        perspective: 500px;
        height: 6rem;
        width: 100%;
        margin: 0 auto;
    }
    .countdown.remove {
        animation: hide-countdown 1s cubic-bezier(0, 0.9, 0.56, 1.2) forwards;
        overflow: hidden;
    }
    .number, .separator {
        display: block;
        color: #fff;
        height: 4rem;
        font-size: 2rem;
        position: relative;
        line-height: 10rem;
        text-align: center;
        width: 100%;
    }
    .separator {
        margin: 0;
        width: 2rem;
    }
    .new, .old, .current {
        color: #E5B336;
        position: absolute;
        border-radius: 1rem;
        height: 10rem;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        width: 100%;
    }
    .new {
        animation: show-new 0.4s cubic-bezier(0, 0.9, 0.5, 1.2) forwards;
    }
    .old {
        animation: hide-old 2s cubic-bezier(0, 0.9, 0.56, 1.2) forwards;
    }
    .countdown section {
        position: relative;
    }
    #js-days:after, #js-hours:after, #js-minutes:after, #js-seconds:after {
        content: "JOURS";
        position: absolute;
        text-align: center;
        left: 0;
        right: 0;
        bottom: -80px;
        font-size: 13px;
    }
    #js-hours:after {
        content: "HEURES";
    }
    #js-minutes:after {
        content: "MINUTES";
    }
    #js-seconds:after {
        content: "SECONDES";
    }
    @keyframes hide-countdown {
        to {
            height: 0;
            overflow: hidden;
        }
    }
    @keyframes show-new {
        0% {
            opacity: 0;
            transform: translate(-50%, -50%) translateY(-2rem) scale(0.8) rotateX(-20deg);
        }
        100% {
            transform: translate(-50%, -50%);
        }
    }
    @keyframes hide-old {
        0% {
            transform: translate(-50%, -50%);
        }
        100% {
            opacity: 0;
            transform: translate(-50%, -50%) translateY(-5rem) scale(0.5) rotateX(-75deg);
        }
    }
    .mt-m-5 {
        margin-top: 0 !important;
    }
    .primo {
        background: rgb(136, 71, 218);
        background: linear-gradient(156deg, rgba(136, 71, 218, 0.9528945367209384) 0%, rgba(26, 188, 254, 0.6167600829394257) 100%);
        width: 100%;
        padding: 5% 0% 5% 0%;
    }
}

/* HALLES */

.header {
    padding: 2%;
    /* background: orangered; */
} 

.primo {
    background: rgb(136, 71, 218);
    background: linear-gradient(156deg, rgba(136, 71, 218, 0.9528945367209384) 0%, rgba(26, 188, 254, 0.6167600829394257) 100%);
    width: 100%;
    padding: 5% 15% 5% 15%;
}

.s-h-primo {
    background: rgb(136, 71, 218);
    background: linear-gradient(156deg, rgba(136, 71, 218, 0.9528945367209384) 0%, rgba(26, 188, 254, 0.6167600829394257) 100%);
    width: 100%;
    padding: 0%;
}

.s-h-secondo {
    width: 100%;
    padding: 10% 5% 5% 5%;
}

#triangle {
    width: 0;
    height: 0;
    border-left: 123px solid transparent;
    border-right: 123px solid transparent;
    border-bottom: 50px solid #fff;
    opacity: 0.5;
}

.bordure-bas {
    border-bottom: 1px solid #fff;
    padding: 1% 10%;
}

.topnav .search-container {
    float: right;
}

/* .topnav input[type=text] {
    padding: 6px;
    margin-top: 8px;
    font-size: 17px;
    border: none;
  } */

.topnav .search-container button {
    float: right;
    padding: 6px 10px;
    margin-top: 8px;
    margin-right: 16px;
    background: #ddd;
    font-size: 17px;
    border: none;
    cursor: pointer;
}

.topnav .search-container button:hover {
    background: #ccc;
}

.recherche {
    padding: 15px 30px;
    width: 100%;
}

/* .limite {
    border: 1px solid rgb(14, 120, 161);
    padding: 45px 30px;
}

.limite:hover {
    border: 1.5px solid rgb(68, 140, 168);
    padding: 45px 30px;
} */

/* .img-haulles {
    width: 100%;
    margin-bottom: 30px;
} */

.h-40 {
    height: 50px;
}



/* @media screen and (max-width: 600px) {
    .topnav .search-container {
      float: none;
    }
    .topnav a, .topnav input[type=text], .topnav .search-container button {
      float: none;
      display: block;
      text-align: left;
      width: 100%;
      margin: 0;
      padding: 14px;
    }
    .topnav input[type=text] {
      border: 1px solid #ccc;  
    }
  } */

/* font */

.fs-1 {
    font-size: 1px;
}

.fs-2 {
    font-size: 2px;
}

.fs-3 {
    font-size: 3px;
}

.fs-4 {
    font-size: 4px;
}

.fs-5 {
    font-size: 5px;
}

.fs-6 {
    font-size: 6px;
}

.fs-7 {
    font-size: 7px;
}

.fs-8 {
    font-size: 8px;
}

.fs-9 {
    font-size: 9px;
}

.fs-10 {
    font-size: 10px;
}

.fs-11 {
    font-size: 11px;
}

.fs-12 {
    font-size: 12px;
}

.fs-13 {
    font-size: 13px;
}

.fs-14 {
    font-size: 14px;
}

.fs-15 {
    font-size: 15px;
}

.fs-16 {
    font-size: 16px;
}

.fs-17 {
    font-size: 17px;
}

.fs-18 {
    font-size: 18px;
}

.fs-19 {
    font-size: 19px;
}

.fs-20 {
    font-size: 20px;
}

.fs-21 {
    font-size: 21px;
}

.fs-22 {
    font-size: 22px;
}

.fs-23 {
    font-size: 23px;
}

.fs-24 {
    font-size: 24px;
}

.fs-25 {
    font-size: 25px;
}

.fs-26 {
    font-size: 26px;
}

.fs-27 {
    font-size: 27px;
}

.fs-28 {
    font-size: 28px;
}

.fs-29 {
    font-size: 29px;
}

.fs-30 {
    font-size: 30px;
}

.fs-31 {
    font-size: 31px;
}

.fs-32 {
    font-size: 32px;
}

.fs-33 {
    font-size: 33px;
}

.fs-34 {
    font-size: 34px;
}

.fs-35 {
    font-size: 35px;
}

.fs-36 {
    font-size: 36px;
}

.fs-37 {
    font-size: 37px;
}

.fs-38 {
    font-size: 38px;
}

.fs-39 {
    font-size: 39px;
}

.fs-40 {
    font-size: 40px;
}

.fs-41 {
    font-size: 41px;
}

.fs-42 {
    font-size: 42px;
}

.fs-43 {
    font-size: 43px;
}

.fs-44 {
    font-size: 44px;
}

.fs-45 {
    font-size: 45px;
}

.fs-46 {
    font-size: 46px;
}

.fs-47 {
    font-size: 47px;
}

.fs-48 {
    font-size: 48px;
}

.fs-49 {
    font-size: 49px;
}

.fs-50 {
    font-size: 50px;
}

.fs-51 {
    font-size: 51px;
}

.fs-52 {
    font-size: 52px;
}

.fs-53 {
    font-size: 53px;
}

.fs-54 {
    font-size: 54px;
}

.fs-55 {
    font-size: 55px;
}

.fs-56 {
    font-size: 56px;
}

.fs-57 {
    font-size: 57px;
}

.fs-58 {
    font-size: 58px;
}

.fs-59 {
    font-size: 59px;
}

.fs-60 {
    font-size: 60px;
}

.fs-61 {
    font-size: 61px;
}

.fs-62 {
    font-size: 62px;
}

.fs-63 {
    font-size: 63px;
}

.fs-64 {
    font-size: 64px;
}

.fs-65 {
    font-size: 65px;
}

.fs-66 {
    font-size: 66px;
}

.fs-67 {
    font-size: 67px;
}

.fs-68 {
    font-size: 68px;
}

.fs-69 {
    font-size: 69px;
}

.fs-70 {
    font-size: 70px;
}

.fs-71 {
    font-size: 71px;
}

.fs-72 {
    font-size: 72px;
}

.fs-73 {
    font-size: 73px;
}

.fs-74 {
    font-size: 74px;
}

.fs-75 {
    font-size: 75px;
}

.fs-76 {
    font-size: 76px;
}

.fs-77 {
    font-size: 77px;
}

.fs-78 {
    font-size: 78px;
}

.fs-79 {
    font-size: 79px;
}

.fs-80 {
    font-size: 80px;
}

.fs-81 {
    font-size: 81px;
}

.fs-82 {
    font-size: 82px;
}

.fs-83 {
    font-size: 83px;
}

.fs-84 {
    font-size: 84px;
}

.fs-85 {
    font-size: 85px;
}

.fs-86 {
    font-size: 86px;
}

.fs-87 {
    font-size: 87px;
}

.fs-88 {
    font-size: 88px;
}

.fs-89 {
    font-size: 89px;
}

.fs-90 {
    font-size: 90px;
}

.fs-91 {
    font-size: 91px;
}

.fs-92 {
    font-size: 92px;
}

.fs-93 {
    font-size: 93px;
}

.fs-94 {
    font-size: 94px;
}

.fs-95 {
    font-size: 95px;
}

.fs-96 {
    font-size: 96px;
}

.fs-97 {
    font-size: 97px;
}

.fs-98 {
    font-size: 98px;
}

.fs-99 {
    font-size: 99px;
}

.fs-100 {
    font-size: 100px;
}

.fs-101 {
    font-size: 101px;
}

.fs-102 {
    font-size: 102px;
}

.fs-103 {
    font-size: 103px;
}

.fs-104 {
    font-size: 104px;
}

.fs-105 {
    font-size: 105px;
}

.fs-106 {
    font-size: 106px;
}

.fs-107 {
    font-size: 107px;
}

.fs-108 {
    font-size: 108px;
}

.fs-109 {
    font-size: 109px;
}

.fs-110 {
    font-size: 110px;
}

.fs-111 {
    font-size: 111px;
}

.fs-112 {
    font-size: 112px;
}

.fs-113 {
    font-size: 113px;
}

.fs-114 {
    font-size: 114px;
}

.fs-115 {
    font-size: 115px;
}

.fs-116 {
    font-size: 116px;
}

.fs-117 {
    font-size: 117px;
}

.fs-118 {
    font-size: 118px;
}

.fs-119 {
    font-size: 119px;
}

.fs-120 {
    font-size: 120px;
}

.fs-121 {
    font-size: 121px;
}

.fs-122 {
    font-size: 122px;
}

.fs-123 {
    font-size: 123px;
}

.fs-124 {
    font-size: 124px;
}

.fs-125 {
    font-size: 125px;
}

.fs-126 {
    font-size: 126px;
}

.fs-127 {
    font-size: 127px;
}

.fs-128 {
    font-size: 128px;
}

.fs-129 {
    font-size: 129px;
}

.fs-130 {
    font-size: 130px;
}

.fs-131 {
    font-size: 131px;
}

.fs-132 {
    font-size: 132px;
}

.fs-133 {
    font-size: 133px;
}

.fs-134 {
    font-size: 134px;
}

.fs-135 {
    font-size: 135px;
}

.fs-136 {
    font-size: 136px;
}

.fs-137 {
    font-size: 137px;
}

.fs-138 {
    font-size: 138px;
}

.fs-139 {
    font-size: 139px;
}

.fs-140 {
    font-size: 140px;
}

.fs-141 {
    font-size: 141px;
}

.fs-142 {
    font-size: 142px;
}

.fs-143 {
    font-size: 143px;
}

.fs-144 {
    font-size: 144px;
}

.fs-145 {
    font-size: 145px;
}

.fs-146 {
    font-size: 146px;
}

.fs-147 {
    font-size: 147px;
}

.fs-148 {
    font-size: 148px;
}

.fs-149 {
    font-size: 149px;
}

.fs-150 {
    font-size: 150px;
}

.fs-151 {
    font-size: 151px;
}

.fs-152 {
    font-size: 152px;
}

.fs-153 {
    font-size: 153px;
}

.fs-154 {
    font-size: 154px;
}

.fs-155 {
    font-size: 155px;
}

.fs-156 {
    font-size: 156px;
}

.fs-157 {
    font-size: 157px;
}

.fs-158 {
    font-size: 158px;
}

.fs-159 {
    font-size: 159px;
}

.fs-160 {
    font-size: 160px;
}

.fs-161 {
    font-size: 161px;
}

.fs-162 {
    font-size: 162px;
}

.fs-163 {
    font-size: 163px;
}

.fs-164 {
    font-size: 164px;
}

.fs-165 {
    font-size: 165px;
}

.fs-166 {
    font-size: 166px;
}

.fs-167 {
    font-size: 167px;
}

.fs-168 {
    font-size: 168px;
}

.fs-169 {
    font-size: 169px;
}

.fs-170 {
    font-size: 170px;
}

.fs-171 {
    font-size: 171px;
}

.fs-172 {
    font-size: 172px;
}

.fs-173 {
    font-size: 173px;
}

.fs-174 {
    font-size: 174px;
}

.fs-175 {
    font-size: 175px;
}

.fs-176 {
    font-size: 176px;
}

.fs-177 {
    font-size: 177px;
}

.fs-178 {
    font-size: 178px;
}

.fs-179 {
    font-size: 179px;
}

.fs-180 {
    font-size: 180px;
}

.fs-181 {
    font-size: 181px;
}

.fs-182 {
    font-size: 182px;
}

.fs-183 {
    font-size: 183px;
}

.fs-184 {
    font-size: 184px;
}

.fs-185 {
    font-size: 185px;
}

.fs-186 {
    font-size: 186px;
}

.fs-187 {
    font-size: 187px;
}

.fs-188 {
    font-size: 188px;
}

.fs-189 {
    font-size: 189px;
}

.fs-190 {
    font-size: 190px;
}

.fs-191 {
    font-size: 191px;
}

.fs-192 {
    font-size: 192px;
}

.fs-193 {
    font-size: 193px;
}

.fs-194 {
    font-size: 194px;
}

.fs-195 {
    font-size: 195px;
}

.fs-196 {
    font-size: 196px;
}

.fs-197 {
    font-size: 197px;
}

.fs-198 {
    font-size: 198px;
}

.fs-199 {
    font-size: 199px;
}

.fs-200 {
    font-size: 200px;
}