@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,500");
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,500");
@import url("https://fonts.googleapis.com/css?family=Montserrat:300,400,500");
/* VARIABLE COLOR */

.light-color {
  background-color: #fafafa;
}
html {
  font-size: 100%;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: 0;
  font-family: "Montserrat", sans-serif;
  font-size: 1em;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
}

body {
  font-family: "Montserrat", sans-serif;
  font-stretch: 100%;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: -0.02em;
  line-height: 1.5;
  padding: 0;
  margin: 0;
}

a {
  color: #bb4f00;
}
a:hover {
  color: #f47e20;
}

h1 {
  font-size: 2em;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 0.4em;
}

h2 {
  font-size: 1.5em;
  font-weight: 300;
  margin-top: 0;
  margin-bottom: 0.4em;
}

h3 {
  font-size: 1.2em;
  font-weight: 300;
  margin-top: 0;
  margin-top: 0.2em;
  margin-bottom: 0.4em;
}

h1,
h2 {
  color: #bb4f00;
}

.fluid {
  height: 100vh;
}

p {
  font-size: 1em;
  margin: 0 0 0.5em 0;
  line-height: 1.5;
  font-weight: 400;
}

li {
  font-size: 1em;
  font-weight: 400;
  line-height: 1.5;
  list-style-type: none;
  margin: 0;
  margin-bottom: 0.5em;
}

.smaller {
  font-size: 0.8em;
}
.black-smaller {
  color: black;
  font-size: 0.8em;
}

.gray {
  background-color: #808080;
}

.section {
  padding: 50px 10px 50px 10px;
}

.spacing-large {
  max-width: 1200px;
  min-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.spacing-medium {
  max-width: 1024px;
}

.spacing-small {
  max-width: 960px;
}

.padding-.-h-sm {
  padding-left: 0.5em;
}

.padding-.-h-md {
  padding-left: 0.8em;
}

.padding-.-h-lg {
  padding-left: 1em;
}

.padding-.-h-xl {
  padding-left: 2em;
}

.desc-sm {
  font-size: 0.7em;
  color: #fafafa;
}

.desc-md {
  font-size: 0.9em;
  color: #fafafa;
}

.desc-lg {
  font-size: 1em;
  color: #fafafa;
}

.btn {
  border-radius: 25px;
  padding: 10px 25px;
  font-size: 0.8em;
  font-weight: 300;
  background-color: #f47e20;
  color: #ffffff;
  text-align: center;
  border-style: none;
  outline: none;
}
.btn.-leaner {
  background-color: transparent;
  border: 1px solid #f47e20;
  color: #f47e20;
}

.ico-w-input {
  font-size: 0.8em;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}
.ico-w-input .ico-input {
  width: 35px;
  height: 35px;
  /* background-color transparent; */
  background-color: #fbcfac;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-right: 0;
  /* color: inherit; */
  color: #dd9e64;
  text-align: center;
  line-height: 35px;
}
.ico-w-input input {
  background-color: transparent;
  color: #808080;
  outline: none;
  border: 0;
  padding: 5px 8px;
}
.ico-w-input input::placeholder {
  color: rgba(128, 128, 128, 0.5);
  opacity: 1;
}

.ico-cercle {
  border: solid 1px rgba(250, 250, 250, 0.5);
  border-radius: 50%;
  color: #f47e20;
  align-items: center;
}
.ico-cercle.md {
  width: 30px;
  min-width: 30px;
  height: 30px;
}
.ico-cercle.md i {
  font-size: 1.3em;
  color: #ffffff;
}
.ico-cercle.large {
  border: solid 1px #f47e20;
  width: 95px;
  min-width: 95px;
  height: 95px;
}
.ico-cercle.large i {
  font-size: 2em;
}
.ico-cercle.xlarge {
  border: solid 1px #f47e20;
  width: 128px;
  min-width: 128px;
  height: 128px;
  min-height: 128px;
}
.ico-cercle.xlarge i {
  font-size: 2.5em;
}

.ec-header {
  /*background-image : url("../images/bg-landing.svg");
        background-attachment: fixed;
        background-repeat: no-repeat;
        background-position: top center;
        background-size: 100vw;
        background-color: #FDFDFD;*/
}
.ec-header .logo {
  height: 150px;
}
.ec-header h1.head-title {
  margin-top: 0;
  color: #ffffff;
}
.ec-header .head-desc {
  font-size: 1.2em;
  font-weight: 300;
  color: #ffffff;
}
.ec-header .arguments h2 {
  margin-top: 0;
}
.ec-header .arguments ul {
  padding: 0;
}
.ec-header .arguments ul li {
  margin-bottom: 0.4em;
  font-size: 1em;
  padding-left: 35px;
  position: relative;
}
.ec-header .arguments ul li:before {
  content: "\e984";
  font-family: "LLMS";
  position: absolute;
  color: #f47e20;
  left: 0;
  font-size: 1.2em;
  top: -4px;
}

.connexion {
  color: #ffffff;
  font-size: 1em;
}
.connexion .area-head .action-cnx {
  padding: 0.75em 1em;
  background-color: #c0c0c0;
  color: #f47e20;
  text-align: center;
}
.connexion .area-head .action-cnx:last-child {
  background-color: #808080;
  color: #ffffff;
}
.connexion .area-footer {
  background-color: #f47e20;
  padding: 1em 2em;
}
.connexion .area-login {
  /* background-color #281d22; */
  background-color: white;
  border: solid 1px #ffffff;
  color: #ffffff;
  padding: 1.5em;
  /* width: 450px;
  min-width: 450px;
  max-width: 450px; */
  border-radius: 20px;
}
.connexion .area-login > * {
  margin-bottom: 10px;
}
.connexion .area-login > *:first-child {
  margin-top: 0;
}
.connexion .area-login > *:last-child {
  margin-bottom: 0;
}
.connexion .area-login .btn {
  background-color: #f47e20;
  color: #ffffff;
}
.connexion .area-login .btn:hover {
  color: #bb4f00;
  background-color: #ffffff;
}
.connexion .area-login input[type="text"],
.connexion .area-login input[type="password"],
.connexion .area-login input[type="phone"],
.connexion .area-login input[type="mail"],
.connexion .area-login select {
  /* color white; */
  color: black;
}
.connexion .area-social {
  background-color: #f47e20;
  font-size: 1.75em;
}
.connexion .area-social .ico-cercle {
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 5%;
}
.connexion .area-social .ico-cercle:hover {
  background-color: #512c48;
  border-color: #512c48;
}
.connexion .area-singup {
  font-size: 1em;
  background-color: #281d22;
  border: solid 1px #ffffff;
  padding: 1.5em;
}
.connexion .area-singup > *:first-child {
  margin-top: 0;
}
.connexion .area-singup > *:last-child {
  margin-bottom: 0;
}
.connexion .area-singup .btn {
  background-color: #f47e20;
  color: #ffffff;
}
.connexion .area-singup .btn:hover {
  color: #f47e20;
  background-color: #ffffff;
}
.connexion .area-singup input[type="text"],
.connexion .area-singup input[type="password"],
.connexion .area-singup input[type="phone"],
.connexion .area-singup input[type="mail"],
.connexion .area-singup select {
  color: white;
  background-color: #281d22;
}
.connexion .area-forgot {
  padding: 2em 2em 1.5em;
  background-color: #281d22;
  color: #ffffff;
}
.connexion .area-forgot > * {
  margin-bottom: 10px;
}
.connexion .area-forgot > *:first-child {
  margin-top: 0;
}
.connexion .area-forgot > *:last-child {
  margin-bottom: 0;
}
.connexion .area-forgot .desc {
  color: #ffffff;
  text-align: center;
}
.connexion .area-forgot .prev {
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 1em;
}
.connexion .area-forgot .prev:before {
  line-height: 40px;
  font-size: 1.5em;
}
.connexion input {
  color: inherit;
  /* background-color transparent; */
  background-color: #fdede0;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-left: 0;
}
.connexion input::placeholder {
  color: #808080;
}
.connexion i {
  color: inherit;
}
.connexion .button {
  background-color: #bb4f00;
}
.connexion .button:hover {
  color: #f47e20;
  background-color: #ffffff;
}

.ec-content .features {
  text-align: center;
}
.ec-content .features h3 {
  font-weight: 400;
}
.ec-content .features .desc {
  font-weight: 300;
}

.ec-content .charte .ico-cercle.xlarge {
  border: 0;
  border: 3px solid #ffffff;
  box-shadow: 2px 2px 7px -2px #000000;
}

.ec-content .formation h2 {
  text-align: center;
  font-size: 2em;
}

.ec-content .formation .card-formation .card-item {
  overflow: hidden;
  min-height: 320px;
  padding: 15px;
  border: 0;
  border-bottom: 2px solid #f47e20;
  border-radius: 2px;
  box-shadow: 0px 5px 21px -5px rgba(0, 0, 0, 0.15);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.ec-content .formation .card-formation .card-item.module-1 {
  background-image: linear-gradient(to bottom, white 5%, rgba(255, 255, 255, 0.9) 100%), url("../images/image1.jpg");
}
.ec-content .formation .card-formation .card-item.module-2 {
  background-image: linear-gradient(to bottom, white 5%, rgba(255, 255, 255, 0.9) 100%), url("../images/image2.jpg");
}
.ec-content .formation .card-formation .card-item.module-3 {
  background-image: linear-gradient(to bottom, white 5%, rgba(255, 255, 255, 0.9) 100%), url("../images/image3.jpg");
}
.ec-content .formation .card-formation .card-item.module-4 {
  background-image: linear-gradient(to bottom, white 5%, rgba(255, 255, 255, 0.9) 100%), url("../images/image4.jpg");
}
.ec-content .formation .card-formation .card-item.module-5 {
  background-image: linear-gradient(to bottom, white 5%, rgba(255, 255, 255, 0.9) 100%), url("../images/image5.jpg");
}
.ec-content .formation .card-formation .card-item .card-title {
  color: #f47e20;
  font-weight: 400;
  font-size: 1.2em;
  line-height: 1.5;
  height: 25px;
}

.ec-content .formation .card-formation ul.item-formation {
  padding: 0;
}
.ec-content .formation .card-formation ul.item-formation li {
  font-size: 0.9em;
  font-weight: 300;
  padding-left: 20px;
  margin-bottom: 0.8em;
  position: relative;
}
.ec-content .formation .card-formation ul.item-formation li:before {
  content: "\2022";
  position: absolute;
  left: 0;
  font-size: 35px;
  top: -19px;
}

.lesplus {
  background-image: url("../images/echallenge-mockup.png");
  background-repeat: no-repeat;
  background-position: bottom left;
  background-attachment: fixed;
  background-size: 50%;
}
.lesplus h2 {
  font-size: 2em;
}
.lesplus .items-plus {
  padding: 20px;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 5px;
  color: #ffffff;
  width: 100%;
}
.lesplus .items-plus ul {
  padding-left: 0;
  margin: 0;
}
.lesplus .items-plus li {
  font-size: 0.9em;
  font-weight: 300;
  padding-left: 25px;
  margin-bottom: 0.8em;
  position: relative;
}
.lesplus .items-plus li:before {
  content: "\002B";
  position: absolute;
  left: 0;
  font-size: 30px;
  top: -13px;
}

.ec-footer {
  font-size: 0.8em;
}
.ec-footer .footer-message .desc {
  text-align: center;
}
.ec-footer .footer-bottom .item-link {
  padding: 2px 10px;
  color: #808080;
  font-weight: 300;
}

.divider {
  text-align: center;
}
/* 
[mt-toaster] {
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 3px;
  color: #FFFFFF;
  box-sizing: border-box;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  font-size: 0.8em;
  cursor: default;
  transition: visibility 0.3s, transform 0.3s;
  display: none;
  z-index: 10;
  min-height: 1px;
  padding: 0; }

[mt-toaster].success {
  border-right: 3px solid #78C53C; }

[mt-toaster].info {
  border-right: 3px solid #54c8ff; }

[mt-toaster].error {
  border-right: 3px solid #ff0000; }

[mt-toaster].warning {
  border-right: 3px solid #FFA500; }

[mt-toaster] .message {
  min-width: 166px;
  display: inline-block; }

[mt-toaster].animated {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  transition: All .2s ease;
  -webkit-transition: All .2s ease;
  -ms-transition: All .2s ease; }

[mt-toaster].toaster-opened {
  opacity: 1;
  display: inline-block;
  min-height: 50px;
  padding: 5px 8px;
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp; }
 */
.pop-cookies {
  background-color: rgba(0, 0, 0, 0.7);
  padding: 15px 15px;
  color: #ffffff;
}
.pop-cookies p {
  font-weight: 300;
  font-size: 0.8em;
  margin-bottom: 0;
}
.pop-cookies .btn {
  background-color: #000000;
  color: #ffffff;
  font-weight: 300;
  border-radius: 25px;
  padding: 10px 25px;
  margin: 10px 10px 0;
}
.pop-cookies a {
  color: #ffffff;
  font-weight: 400;
  text-decoration: underline;
}

.btn:hover {
  /* border: 1px solid red; */
  color: #f47e20;
  background-color: #ffffff;
}

@media only screen and (max-width: 600px) {
  body {
    font-size: 14px;
  }
}

@media only screen and (max-width: 1200px) {
  .spacing-large {
    max-width: initial;
    min-width: initial;
    margin-left: 10px;
    margin-right: 10px;
  }
}

.ec-header {
  background-image: url("../images/bg-landing.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-color: #fdfdfd;
}
.ec-header .logo {
  height: 150px;
}
.ec-header .logoPartenaire {
  height: 70px;
}
.ec-header .lang {
  height: 35px;
  width: 35px;
  border: 2px solid #ffffff;
  color: #ffffff;
  background-color: #f47e20;
  box-shadow: 7px 6px 5px -5px rgba(0, 0, 0, 0.4);
  border-radius: 25px;
  margin: 5px;
  text-align: center;
  line-height: 33px;
  font-weight: 600;
  font-size: 13px;
  cursor: pointer;
}
.ec-header .lang:hover {
  border: 2px solid #f47e20;
  color: #f47e20;
  background-color: #ffffff;
}
.ec-header .area-cnx-title {
  padding-left: 15px;
  color: #ffffff;
  font-weight: 300;
}
/* 
input[type=checkbox], input[type=radio] {
  position: relative;
  font-size: 10px;
  line-height: 1;
  width: 10px;
  height: 10px;
  min-height: 10px;
  max-height: 10px;
  margin-right: 10px;
  left: 1px;
  top: 5px;
  outline-style: none;
  outline-color: transparent;
  outline-width: 0px; }
  input[type=checkbox]:after, input[type=checkbox]:before, input[type=radio]:after, input[type=radio]:before {
    font-family: "LLMS";
    text-align: center;
    font-size: 12px;
    line-height: 1;
    width: 12px;
    height: 12px;
    min-height: 12px;
    max-height: 12px;
    border: 1px solid #A9A9A9;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%); }
  input[type=checkbox]:before, input[type=radio]:before {
    content: ' ';
    background-color: #FFFFFF; }
  input[type=checkbox]:after, input[type=radio]:after {
    color: #f47e20;
    background-color: #FFFFFF; }
  input[type=checkbox]:checked[data-icon]::after, input[type=radio]:checked[data-icon]::after {
    content: attr(data-icon); }

input[type=radio]:before, input[type=radio]:after, input[type=radio]:checked {
  border-radius: 50%; }

input[type=radio]:checked:after {
  content: '\e925';
  font-size: 0.9em;
  line-height: calc(0.73 * 2em); }

input[type=checkbox]:before, input[type=checkbox]:after, input[type=checkbox]:checked {
  border-radius: 2px; }

input[type=checkbox]:checked:after {
  content: '\e984'; }
 */
input::placeholder {
  font-size: 0.83em;
  opacity: 1;
}

.profile-holder {
  text-align: left;
}

.switch {
  position: relative;
  display: inline-block;
  top: 2px;
  width: 40px;
  min-width: 40px;
  height: calc((40px / 2) + 2px);
  /* Rounded */
}
.switch .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #808080;
  transition: 0.2s;
}
.switch .slider:before {
  position: absolute;
  content: "";
  height: calc(100% - 4px);
  width: calc((100% / 2) - 2px);
  left: 2px;
  bottom: 2px;
  background-color: #ffffff;
  transition: 0.2s;
}
.switch .round {
  border-radius: 25px;
}
.switch .round:before {
  border-radius: 50%;
}
.switch .roundright {
  border-radius: 0 25px 25px 0;
}
.switch .roundright:before {
  border-radius: 0 50% 50% 0;
}
.switch .roundleft {
  border-radius: 25px 0 0 25px;
}
.switch .roundleft:before {
  border-radius: 50% 0 0 50%;
}
.switch input[type="checkbox"] {
  opacity: 0;
  width: 0;
  height: 0;
}
.switch input[type="checkbox"]:checked + .slider {
  background-color: #80b61a;
}
.switch input[type="checkbox"]:checked + .slider:before {
  transform: translateX(calc(100% + 0px));
}

.info-interest-cardperso {
  /* background-color: #512c48 !important; */
  /*   padding-left: 15px;
  padding-right: 15px; */
  background: rgb(255,255,255);
  background: linear-gradient(95deg, rgba(255,255,255,0.22460322019432777) -30%, rgb(244, 126, 32) 40%);
  color: white;
}
.info-interest-cardperso .header-info-interest-cardperso {
  /* background-color #280421; */
}
.info-interest-cardperso .interest-cardperso {
  font-size: 0.95em;
}
.info-interest-cardperso .interest-cardperso input {
  top: 4px;
}
.info-interest-cardperso .items-num-interest {
  position: absolute;
  left: -20px;
  /* color lightgrey; */
  color: white;
}

.close-popup {
  z-index: 100 !important;
}

.col-reverse {
  flex-direction: column-reverse !important;
}

input[type="checkbox"].face-icon:after {
  display: none;
}

input[type="checkbox"].face-icon:before {
  background-image: url(../images/face-non.svg);
  background-repeat: no-repeat;
  width: 20px;
  min-width: 20px;
  max-width: 20px;
  height: 20px;
  min-height: 20px;
  max-height: 20px;
  background-color: transparent;
  border: 0;
}

input[type="checkbox"].face-icon:checked:before {
  background-image: url(../images/face-oui.svg);
}
.help-container {
  padding: 15px 15px;
}
.section-sub-title {
  color: #f47e20;
  font-size: 1em;
  font-weight: 600;
}
.help-container .help-section .section-sub-title {
  margin-bottom: 0;
}
.help-container .help-section p {
  color: #4f565d;
  font-size: 1em;
  padding-right: 10px;
}

.help-container .help-section .help-item > i {
  width: 30px;
  height: 25px;
  border-radius: 3px;
  border: 1px solid rgba(227, 6, 19, 0.3);
  color: #f47e20;
}
.help-container .help-section .help-item:hover {
  color: #f47e20;
}

.help-container .help-section .help-item:hover > i {
  color: #ffffff;
  background-color: #f47e20;
}

.help-container .help-section .help-item > i:before {
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
}

.scaled.ec-content {
  z-index: 100;
  background-color: white;
  margin-left: 0;
}

.bg_landing {
  background: url("/web/themes/default/images/landing.jpg") no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  min-height: 704px;
}

.title_style {
  font-family: "Montserrat";
  font-size: 32px;
  color: white;
  text-transform: uppercase;
  line-height: inherit;
}

.connect-style {
  color: black;
  font-family: "Montserrat";
  font-weight: 400;
}

.center-uppercase {
  width: auto;
  max-width: 56em;
  color: white;
}
.size-logo {
  width: 192px;
  height: 52px;
}

.font-size {
  font-size: 11px;
  color: black;
}
.btn2 {
  background-color: white !important;
  color: #f47e20 !important;
  padding: 10px 17px !important;
}

.padding-attribute{
  padding: 7px;
}