:root {

    --primary :72, 161, 232;
    --secondary :0, 50, 90;

    /*--greenFront: 112, 53, 172;*/
    --greenFront : 58, 210, 159;
    --greenFront2: 85, 26, 139;  
    --greenFrontLight: 241, 230, 251;  
    --darkPurple: 48, 1, 90;
   /* --greenFront:24, 165, 254;*/
    --darkBlue:1, 147, 239;
    --darkTxt:49, 34, 73;

    --greyTXT: 85, 85, 85; 
    
    --bgBox: 247, 250, 252;
    --borderBox: 227, 232, 238;
    
    --greybg : 52, 58, 64;
    
    --txt:38, 38, 38;
    --greySoft: 245, 245, 245;
}


*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
-webkit-font-smoothing : none;
-webkit-font-smoothing : antialiased;
-webkit-font-smoothing : subpixel-antialiased;
}

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;height: 100%;
}
 
body{
    background-color: rgb(var(--greySoft)) ; /*fafbfe f7f9fc#f7f9fb  #f5f5f5*/ 
    font-weight: 500;    backface-visibility: hidden;
    -webkit-font-smoothing: subpixel-antialiased;
    font-family: "Inter", sans-serif;
    color: rgb(var(--secondary));
    font-size: 16px;
    line-height: 24px;min-height: 100vh;height: 100%;
}
 

a, a:hover{text-decoration:none;}
a {outline: 0;}
a:hover, a:active, a:focus{outline: 0;}

::-moz-selection {
    background: rgba(var(--primary), 1);
    text-shadow: none;
    color: #ffffff;
  text-shadow: none;
}

::selection {    
  background: rgba(var(--primary), 1);
    text-shadow: none;
    color: #ffffff;
    text-shadow: none;
  }

hr{display: block;height: 1px;border: 0;border-top: 1px solid #ccc;margin: 1em 0;padding: 0;}
img{vertical-align: middle;box-sizing:content-box;-moz-box-sizing: content-box;-webkit-box-sizing:content-box;}
fieldset{border: 0; margin: 0; padding: 0;}
textarea{resize: vertical;}
dl, dt, dd, ul, li {margin: 0; padding: 0; list-style-type: none;}




/* ==========================================================================
   Helper classes
   ========================================================================== */

.hidden{display: none !important;visibility:hidden;}

.Alig_left{text-align: left;}
.Alig_right{text-align: right;}
.Alig_center{text-align: center;}

.wdt_900{width: 900px}
.wdt_800{width: 800px}
.wdt_600{width: 600px}
.wdt_200{width: 200px}
.wdt_130{width: 130px}
.wdt_100{width: 100px}

.marginTop10{margin-top: 10px}
.marginTop30{margin-top: 30px}
.paddingLeft30{padding-left: 30px}

.centerForce{text-align: center!important}

.clearfix:before,
.clearfix:after{content: " ";display: table;}
.clearfix:after{clear: both;}
.clearfix{*zoom: 1;}

.d-flex{
  display: flex;
}

.img_fluid{
  max-width: 100%;
  height: auto;
  display: block;
}
.cssTrans{
    -ms-transform     : all 0.1s linear 0s;
    -webkit-transition: all 0.1s linear 0s;
    -moz-transition   : all 0.1s linear 0s;
    transition        : all 0.1s linear 0s;
}

.cssTrans2{
    -ms-transform     : all 0.2s linear 0s;
    -webkit-transition: all 0.2s linear 0s;
    -moz-transition   : all 0.2s linear 0s;
    transition        : all 0.2s linear 0s;
}

.cssTrans3{
    -ms-transform     : all 0.15s linear 0s;
    -webkit-transition: all 0.15s linear 0s;
    -moz-transition   : all 0.15s linear 0s;
    transition        : all 0.15s linear 0s;
}
.cssTrans4{
    -ms-transform     : all 1.4s linear 0s;
    -webkit-transition: all 1.4s linear 0s;
    -moz-transition   : all 1.4s linear 0s;
    transition        : all 1.4s linear 0s;
}
.cssTrans35{
    -ms-transform     : all 0.35s linear 0s;
    -webkit-transition: all 0.35s linear 0s;
    -moz-transition   : all 0.35s linear 0s;
    transition        : all 0.35s linear 0s;
}

.hr_blue{ border-color: #00B6ED; margin: -0.8em 0 1.7em}

.hr_grey{border-color:#E0E0E0} 


      /*
    text-rendering: optimizelegibility    
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;*/


h1{font-size: 2.2em;    }
h2, h2 a{color:#9E9E9E;font-size: 0.85em;font-weight: 400} 
h3{color:#626262;font-size: 1.25em;sans-serif;font-weight: 700} 
p{color:#626262}
p a{color:#00B6ED}
p a:hover{color: #626262}


    








/* ############################################################################################################################### */
/*  BTN   */
/* ############################################################################################################################### */
/**/
.btn{
        display :inline-block;
        padding :0.7em 1.5em;
        color:#fff;
}

.btn:active{
            outline:0;
          /*  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1) inset; */
}


.btn_medium{ font-size: 0.8em;    padding: 0.55em 1.9em;}
.btn_small{ font-size: 0.65em;padding :0.16em 1.2em}
.btn_xsmall{ font-size: 0.59em;padding :0 1em}

.btn_medium .icon{ font-size: 1.2em; height: 1.25em; line-height: 1.25em; padding-left: 0.2em;padding-right: 0.2em}
.btn_small .icon{ font-size: 0.93em; height: 1.05em; line-height: 1.60em; padding-left: 0.2em;padding-right: 0.2em}
.btn_xsmall .icon{ font-size:0.80em; height: 1.05em; line-height: 1.70em; padding-left: 0.2em;padding-right: 0.2em}

.btn_fullSize{display :block;width:100%;text-align: center;padding:0.75em 0;}
.btn_small.btn_fullSize{padding:0}



 .btnNext{
    will-change: transform; /* Super Important */
    font-weight: 500;
    background-color: rgba(var(--primary), 1);
    border: 2px solid rgba(var(--primary), 1);
    border-radius: 5px;
    color: #fff;
    -webkit-font-smoothing: subpixel-antialiased;
    -webkit-filter: blur(0);filter: blur(0);
/*
        backface-visibility: hidden;
     transform: translate3d( 0, 0, 0);
    transform-origin: 0% 0;
*/
    margin: 15px 2px;padding:8px 16px; 
 box-shadow: 0 0 0 0 rgba(112,53,172,0), 0px 4px 10px 0px rgba(44, 54, 59, 0);

 }   

 .btnNext:hover{
    cursor: pointer;
    transform: translateY( -1px);
    /*text-shadow: 0px 1px 5px rgba(0,0,0,.3);*/
   box-shadow: 0 2px 7px 0 rgba(var(--primary),.30), 0px 4px 10px 0px rgba(44, 54, 59, 0);
    background-color: rgba(var(--primary), 1);
    border:  2px solid rgba(var(--primary), 1); /**/
   /*transform: translate3d( 0, -1px, 0);*/


   /*
        backface-visibility: hidden;
  -webkit-font-smoothing: subpixel-antialiased;
    -webkit-filter: blur(0);filter: blur(0);
   
    transform-origin: 0% 0;
*/
    /*opacity: .94  */;
}

.btnNext:focus {
     outline: 0;
     box-shadow: 0 0 0 3px rgba(var(--primary), 0.25) ,0px 4px 10px 0px rgba(44, 54, 59, 0);
}





/*App */



.dropdown-menu{
  display: none;
    opacity: 0;
    position: absolute;
    font-size: 0.9em;
    padding: 5px 20px;
    line-height: 1.1em;
    border: 4px solid #fff;
    background-color: #fff;
    border-radius: 13px;
    margin-top: 12px;
    -ms-transform     : 0.1s linear 0s;
    -webkit-transition: 0.1s linear 0s;
    -moz-transition   : 0.1s linear 0s;
    transition        : 0.1s linear 0s;
    z-index: 1000
}

.dropdownOn{ opacity: 1; margin-top:-7px;}
.dropdown-menu:before{  
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 10px 10px;
    top: -12px;
    left: 15px;
    border-color: transparent transparent #fff transparent;
}
.dropdown-menu li a{color: #626C73;height: 25px;line-height: 30px;display: block}
.dropdown-menu li a:hover{color: #fe5a71;}





.photoProfile, .photoProfileDefault{ display: none}

.photoProfileDefault{    
    font-size: 33px;
    padding: 6px;
    color: #D4D4D4;
    height: 50px;}

/* ############################################################################################################################### */
/*  Formulaire   */
/* ############################################################################################################################### */

/* The Field
   ========================================================================== */
.field {
  position: relative;
  height: 72px;
  padding: 10px 0 8px 0;     margin-bottom: 0px;}




.field-label {
  position: relative;
  margin: 0;
  display: block;
  color: #b8b5bd;
  line-height: 20px;
  font-size: 16px;   
  font-weight: 100;
  padding-left: 1rem;

  -webkit-transform: translateY(30px);
      -ms-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: -webkit-transform 0.3s, color 0.3s;
          transition: transform 0.3s, color 0.3s;
  -webkit-transform-origin: 0 50%;
      -ms-transform-origin: 0 50%;
          transform-origin: 0 50%; 
  }

.field-input {
  position: relative;
  display: block;
  width: 100%;
  height: 40px;
  padding: 8px 0;
  line-height: 16px;
color: rgba(var(--darkTxt), .95);
  font-size: 16px;
  background: transparent;
  border: none;
  -webkit-appearance: none;
  outline: none; 
      font-family: inter;
}

.field::after, .field::before {
  content: '';
  height: 2px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;z-index: 5;
  background-color: rgb(var(--borderBox)); 
}

.field::after {
  background-color: rgba(var(--greenFront), 1); 
  -webkit-transform: scaleX(0);
      -ms-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition: -webkit-transform 0.3s;
          transition: transform 0.3s; 

        transform-origin: left ; 
        -ms-transform-origin: left ; /* IE 9 */
        -webkit-transform-origin: left ; /* Chrome, Safari, Opera */
        }

/* Field is activated
   ========================================================================== */
.has-label .field-label {
  -webkit-transform: translateY(1px) scale(0.75);
      -ms-transform: translateY(1px) scale(0.75);
          transform: translateY(1px) scale(0.75); 
}

/* Field is focused
   ========================================================================== */
.is-focused .field-label {
  /*color: #545454 */}


.field.is-focused::after {
    /*height: 2px;*/
  -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
          transform: scaleX(1); 
}


.field input[type=password] {
    font-weight: 600;
    font-size: 21px;
     letter-spacing: 5px;
}
/*
.field .textarea{
  height: 150px
}
.field-input.textarea{
  width: 100%!important;
    border-top: 0;
    border-bottom-color: #e6e6e6;
    border-left: 0;
    padding: 20px 20px 0 20px;
    margin-top: 10px;
    border-right: 0
  }
*/
.inputError::after{  -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
          transform: scaleX(1);
           background-color: red!important;}



/* Clean Chrome auto complete */
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active  {
    -webkit-box-shadow: 0 0 0 30px rgb(246 246 246) inset !important;
    
}

input[readonly] {cursor: text; }



/* ############################################################################################################################### */
/*  FlashBox   */
/* ############################################################################################################################### */
.FlashBox { 
  display: none;
    font-size: 15px;
    position: relative;
    position: absolute;
    z-index: 1;
    display: block;
    width: 30%;
    top: 30px;
    height: auto;
    right: 30px;
    padding: 10px 0 10px 20px;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
}
.FlashBox strong{font-size: 18px;}
.alert {background-color: #F2DEDE;    border: 1px solid #EED3D7;    color: #B94A48;}
.success {background-color: #DFF0D8;    border: 1px solid #D6E9C6;    color: #468847;}
.info {    background-color: #D9EDF7;    border: 1px solid  #BCE8F1;    color: #3A87AD;}

.FlashBox span a{position:absolute;display:block;padding: 0 7px;top:12px;right:7px;text-align: center;color: #BEBEBE;font-weight: bold; font-size: 18px;}
.FlashBox span a:hover{color: #545454}


/* loading */

.afterInitFirstload{
    -webkit-animation-name: fadeIn;
    -webkit-animation-duration: 0.4s;
    animation-name: fadeIn;
    animation-duration: 0.4s;
}

#superLoading{
  display: none; 
    position: fixed;
    z-index: 1;
    padding-top: 100px;
    right: 0;
    top: 0;
    z-index: 1000;
    /*width: calc(100vw - 6vw);*/
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.85);
      /*  backdrop-filter: blur(3px);*/
}
#loading{
    background: white;
    display: block;
    z-index: 2;
    border-radius: 160px;
    position: absolute;
    box-shadow: 0 2px 15px rgba(10, 10, 10, 0.7);
    top: 50%;
    left: 50%;
    margin: -35px 0 0 -25px;
    width: 80px;
    height: 80px;
}


.chromeframe{top:75px;z-index: 10000;text-align:center;margin: 20px auto 20px}

/* ############################################################################################################################### */
/*  Form error  */
/* ############################################################################################################################### */
/*
.msgError{font-size:0.9em;color:#fff;background-color:#DF1010;padding: 5px 10px;-webkit-border-radius:0 0 3px 3px;-moz-border-radius:0 0 3px 3px;border-radius:0 0 3px 3px;;border-top: 2px solid #DF1010;margin-left: 6px;}
*/
.Error{display: block; margin-top:-30px;}
/*
.inputError, .inputError:focus, .inputError:focus {border: 1px solid #DF1010 }
*/


/*

  Modal

*/

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0; z-index: 1000;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.8); /* Black w/ opacity */
    -webkit-animation-name: fadeIn; /* Fade in the background */
  -webkit-animation-duration: 0.4s;
  animation-name: fadeIn;
  animation-duration: 0.4s;
  /*backdrop-filter: blur(3px);*/
}

/* Modal Content
.modal-content {
  position: relative;
  background-color: #fff;
  margin: auto;
  padding: 0;
  width: 40%;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2), 0 6px 40px 0 rgba(0,0,0,.5);
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.4s
}
 */

.test{
    -webkit-animation-name: animateRetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animateRetop;
  animation-duration: 0.4s
}
/* Add Animation */
@-webkit-keyframes animateRetop {
  from {opacity:1} 
  to { opacity:0;display: none}
}

@keyframes animateRetop {
  from {opacity:1}
  to {opacity:0;display: none}
}


@-webkit-keyframes fadeIn {
  from {opacity: 0} 
  to {opacity: 1}
}

@keyframes fadeIn {
  from {opacity: 0} 
  to {opacity: 1}
}

/* Add Animation */
@-webkit-keyframes animatetop {
  from {top:-300px; opacity:0} 
  to {top:0; opacity:1}
}

@keyframes animatetop {
  from {top:-300px; opacity:0}
  to {top:0; opacity:1}
}

/* The Close Button */
.close {
    color: rgba(var(--greenFront), 1);
    height: 30px;
    width: 30px;
    text-align: center;
    font-size: 30px;
    display: inline-block;
}


.close:hover,
.close:focus {
  text-decoration: none;
  cursor: pointer;
}

.modal-header {
    padding: 10px 16px 0 0;
    text-align: right;
}

.modal-body {padding:0px 0px 40px 0;  text-align: center;}
.modal-body.player {padding:0px 0px 0px 0;  text-align: center;}

.modal-footer {
  padding: 2px 16px;
  background-color: #5cb85c;
  color: white;
}



.spinner {
    animation: rotate 1s linear infinite;
    z-index: 2;
    position: absolute;
    /**/
      top: 50%;
      left: 50%;
      margin: -37px 0 0 -37px;
      width: 74px;
      height: 74px;
  
}
.path {
    stroke:  rgba(var(--greenFront),1);
    stroke-linecap: round;
    animation: dash 1.5s ease-in-out infinite;
  }
@keyframes rotate {
  100% {
    transform: rotate(360deg);
  }
}

@keyframes dash {
  0% {
    stroke-dasharray: 1, 150;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -35;
  }
  100% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -124;
  }
}


@media screen and (max-width: 1280px) {

  .modal-content {
        width: 60%;
  }


}



.tabs-content > div {
    display: none;
}
.tabs-content > div.active {
    display: block;
}



/* From Uiverse.io by Bodyhc */ 
.checkbox-wrapper-35 .switch {
  display: none;
}

.checkbox-wrapper-35 .switch + label {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #78768d;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 12px;
  line-height: 15px;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.checkbox-wrapper-35 .switch + label::before,
  .checkbox-wrapper-35 .switch + label::after {
  content: '';
  display: block;
}

.checkbox-wrapper-35 .switch + label::before {
  background-color: #05012c;
  border-radius: 500px;
  height: 15px;
  margin-right: 8px;
  -webkit-transition: background-color 0.125s ease-out;
  transition: background-color 0.125s ease-out;
  width: 25px;
}

.checkbox-wrapper-35 .switch + label::after {
  background-color: #fff;
  border-radius: 13px;
  box-shadow: 0 3px 1px 0 rgba(37, 34, 71, 0.05), 0 2px 2px 0 rgba(37, 34, 71, 0.1), 0 3px 3px 0 rgba(37, 34, 71, 0.05);
  height: 13px;
  left: 1px;
  position: absolute;
  top: 1px;
  -webkit-transition: -webkit-transform 0.125s ease-out;
  transition: -webkit-transform 0.125s ease-out;
  transition: transform 0.125s ease-out;
  transition: transform 0.125s ease-out, -webkit-transform 0.125s ease-out;
  width: 13px;
}

.checkbox-wrapper-35 .switch + label .switch-x-text {
  display: block;
  margin-right: .3em;
}

.checkbox-wrapper-35 .switch + label .switch-x-toggletext {
  display: block;
  font-weight: bold;
  height: 15px;
  overflow: hidden;
  position: relative;
  width: 25px;
}

.checkbox-wrapper-35 .switch + label .switch-x-unchecked,
  .checkbox-wrapper-35 .switch + label .switch-x-checked {
  left: 0;
  position: absolute;
  top: 0;
  -webkit-transition: opacity 0.125s ease-out, -webkit-transform 0.125s ease-out;
  transition: opacity 0.125s ease-out, -webkit-transform 0.125s ease-out;
  transition: transform 0.125s ease-out, opacity 0.125s ease-out;
  transition: transform 0.125s ease-out, opacity 0.125s ease-out, -webkit-transform 0.125s ease-out;
}

.checkbox-wrapper-35 .switch + label .switch-x-unchecked {
  opacity: 1;
  -webkit-transform: none;
  transform: none;
}

.checkbox-wrapper-35 .switch + label .switch-x-checked {
  opacity: 0;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
}

.checkbox-wrapper-35 .switch + label .switch-x-hiddenlabel {
  position: absolute;
  visibility: hidden;
}

.checkbox-wrapper-35 .switch:checked + label::before {
  background-color: #ffb500;
}

.checkbox-wrapper-35 .switch:checked + label::after {
  -webkit-transform: translate3d(10px, 0, 0);
  transform: translate3d(10px, 0, 0);
}

.checkbox-wrapper-35 .switch:checked + label .switch-x-unchecked {
  opacity: 0;
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
}

.checkbox-wrapper-35 .switch:checked + label .switch-x-checked {
  opacity: 1;
  -webkit-transform: none;
  transform: none;
}



    /* Modal */ 
    
    #cld-modal .modal-backdrop {
        opacity: 0;
    }
    #cld-modal.in .modal-content,
    #cld-modal.in .modal-backdrop   {
        visibility: visible;
        opacity: 1;
    }
    #cld-modal.in .modal-backdrop {
        opacity: .65;
    }
    #cld-modal .modal-backdrop {
        visibility: hidden;
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 10400;
        background-color: #000;
    }
    #cld-modal{
        display: flex;
        position: fixed;
        z-index: 999999;
        justify-content: center;
        align-items: center;
        left: 0px;
        right: 0;
        top: 20px;
        /*margin: 4rem 0 0 0;*/
        bottom: 0;
        visibility: hidden;
        transition: .3s;
    }
     
    #cld-modal.in {
        top: 0px;
       /*   margin: 0rem 0 0 0 !important; */
    }

    #cld-modal .modal-content {
        /* position: fixed; */
        position: relative;
        /* top: 0; */
        /* right: 0; */
        width: 36%;
        min-width: 550px;
        /*height: 90%;*/
        /* display: flex; */
        /* left: 0; */
        /* margin: 0 auto; */
        outline: 0;
        z-index: 10401;
        /* max-width: 570px; */
        background: #fff;
        border-radius: 14px;
        /* border-bottom-left-radius: 0px; */
        /* border-bottom-right-radius: 0px; */
        /* margin-top: 2rem; */
        /* bottom: -100px; */
        opacity: 0;
        visibility: hidden;
        /* bottom: calc(-100vh - 50px); */

        /*
        bottom: calc(-100vh - 50px);*/
    }
       /* 
    #cld-modal.in .modal-content {
        bottom: -2rem;
    }

    #cld-modal .modal-content > div {
       margin: 2rem;
    }*/
    #cld-modal .cld-close-modal {
        position: absolute;
        right: 1.5rem;
        top: 1.5rem;
        cursor: pointer;
    }

  .cld-close-modal:hover svg,
  .cld-close-modal:hover .icon-close {
      transform: rotate(180deg);
 
  }
.cld-close-modal svg,
.cld-close-modal .icon-close {
      will-change: transform;
       transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  .cld-global-content{
    height: auto;
    position: relative;
    overflow-y: auto;
    overflow-x: hidden;
  }