/* header menu */
.headerv2__mobile {
    height: 70px;
}

.navigation__trigger {
    background-color: transparent;
    border: none;
    outline: none;
    width: 50px;
    min-height: 46px;
    z-index: 1001;
    position: absolute;
    top: 0; 
    left: 0;
    padding-left: 9px;
}

.navigation__trigger .bar,.navigation__trigger .bar:after,.navigation__trigger .bar:before {
    background: #7f8891;
    display: block;
    content: "";
    height: 3px;
    transition: transform .4s,background .4s;
    transform-origin: 50% 50%;
    position: absolute;
    width: 30px
}

.navigation__trigger .bar:after {
    transition-delay: 0s
}

.navigation__trigger .bar:before {
    bottom: calc(100% + 6px)
}

.navigation__trigger .bar:after {
    top: calc(100% + 6px)
}

.navigation__trigger.is-active .bar {
    background-color: transparent
}

.navigation__trigger.is-active .bar:before {
    transform: rotate(45deg)!important;
    transform: translateY(9px) rotate(45deg)!important
}

.navigation__trigger.is-active .bar:after {
    transform: translateY(-9px) rotate(-45deg)!important;
    transition-duration: .4s
}

.headerv2 .btn--connexion {
    display: none;
}

@media screen and (min-width: 64em) {
    .headerv2 .btn--connexion {
        display: block;
    }
}

/* Ressource center */

.section__etudes-card > span, [gr-grid~=row--block], .section__featured-article .hs_cos_wrapper .widget-module ul {
  position: relative;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  margin-left: -15px;
  margin-right: -15px; }

.section__etudes-card > span > div, [gr-grid=block], .section__featured-article .hs_cos_wrapper .widget-module ul li {
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  max-width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 30px; }
  
.section__etudes-card {
  margin-top: 1.875rem;
  margin-bottom: 1.875rem; }
  .section__etudes-card > span > div {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%; }
    @media (min-width: 48em) {
      .section__etudes-card > span > div {
        -ms-flex-preferred-size: 33%;
            flex-basis: 33%;
        max-width: 33%; } }
    @media (min-width: 64em) {
      .section__etudes-card > span > div {
        -ms-flex-preferred-size: 25%;
            flex-basis: 25%;
        max-width: 25%; } }
    .section__etudes-card > span > div:empty {
      display: none; }
.etude-card {
  display: block;
  text-align: center;
  margin-bottom: 0.9375rem;
  text-decoration: none;}
.etude-card__title {
    margin-top: 0.9375rem;
    margin-bottom: 10px;
    margin-left: 20px;
    margin-right: 20px;
    font-weight: bold;
    color: #7f8891;
    line-height: 1.1; }
  @media (min-width: 64em) {
  .etude-card .etude-card__title {
    margin-top: 0.9375rem;
    margin-bottom: 10px;
    font-weight: bold;
    color: #7f8891;
    line-height: 1.1; }
  .etude-card img {
    width: 100%;
    max-width: 215px;
    margin-left: auto;
    margin-right: auto; } 
}
/* Hero banner with video */    
.hero-video {
    vertical-align: middle !important;
  }
.banner__overlay {
  width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
  background-color: rgba(0,0,0,0.5); /* Black background with opacity */
  z-index: 1; /* Specify a stack order in case you're using a different order for other elements */
}

/* ==========================================================================
   One field form
   ========================================================================== */

.one-field-form form {
    position: relative;
    padding-top: 50px;
    
}

.one-field-form .hs-form .hs-form-field,
.one-field-form .hs-form .hs-richtext {
    padding: 0;
}

.one-field-form .input {
    padding: 0;
}

.one-field-form .hs-form-field > label {
    display: none;
}

.one-field-form .hs-error-msgs {
    padding: 0 5px;
    text-align: center;
}

.one-field-form .hs-input:not([type="radio"]):not([type="checkbox"]),
.one-field-form #hs-pwd-widget-password {
    position: absolute;
    top: 0;
    left: 25%;
    bottom: 0;
    width: 300px;
    height: 50px !important; /* required for system password form */
    padding-top: 0;
    padding-bottom: 0;
    margin: 0 !important; /* required for system password form */
    /*line-height: 50px;*/
    padding-left: 20px !important;
}

.one-field-form .hs-button {
    position: absolute;
    top: 0;
    right: 30%;
    bottom: 0;
    height: 50px;
    padding-top: 0;
    padding-bottom: 0;
    /*line-height: 50px;*/
    margin: 0;
    -webkit-transform: none;
    transform: none;
}

.one-field-form input:not([type='submit']), textarea {
    color: #525b65;
    height: 2.5em;
    background-color: #fff;
    width: 50%;
    padding: 0 0.9375em;
    border-width: 1px;
    border-style: solid;
    border-color: #bec2c4;
    border-radius: 0;
}

input.btn--primary, input[type="submit"] {
    background-color: #58c875;
}

.btn--primary, [type="submit"] {
    border-color: #58c875;
}
.btn--primary, [type="submit"]:hover {
    color: #58c875;
    cursor: pointer;
    background-color: #fff;
}

@media (max-width: 767px) {
.one-field-form .hs-button {
    position: initial;
    top: 0;
    width: 100%;
    right: 0;
    bottom: 0;
    height: 50px;
    padding-top: 0;
    padding-bottom: 0;
    /*line-height: 50px;*/
    margin: 0;
    -webkit-transform: none;
    transform: none;
}
.one-field-form .hs-input:not([type="radio"]):not([type="checkbox"]) {
    left: 0;
    width: 100%;
}
}  

/* icons fix */
.icon-times::before {
    font-family: "Font Awesome 5 Free" !important;
    content: "\f00d" !important;
    font-weight: 900 !important;
}
/* primary-btn fix*/
a.btn.btn--primary:hover {
    color: #1c628f;
    border: 0.125rem solid #1c628f;
}
a.btn.btn--primary.btn--reversed:hover {
    color: #fff;
}

