/* line 511, ../sass/scss/variables.scss */
legend {
  font-weight: 100;
  font-size: 16px;
  font-family: 'ITCAvantGardeStdBk';
}

/* line 517, ../sass/scss/variables.scss */
.inline {
  display: inline !important;
}

/* line 3, ../sass/scss/stillPresent/modules/main.scss */
* {
  margin: 0;
  border: 0;
  padding: 0;
}

/* line 8, ../sass/scss/stillPresent/modules/main.scss */
html {
  height: 100%;
  padding: 0;
}

/* line 12, ../sass/scss/stillPresent/modules/main.scss */
body {
  overflow: scroll;
  overflow-x: hidden;
  line-height: 23px;
  height: 100%;
  padding: 0;
  max-height: 999999px;
  font-size: 16px;
  color: #303030;
  background-color: #ffffff;
  font-family: 'ITCAvantGardeStdDemi';
}

/* line 24, ../sass/scss/stillPresent/modules/main.scss */
.container {
  width: 100%;
  max-width: 100%;
  position: relative;
  overflow: hidden;
  padding: 110px 0 0 0;
}
@media only screen and (min-width: 991px) and (max-width: 1299px) {
  /* line 24, ../sass/scss/stillPresent/modules/main.scss */
  .container {
    width: inherit;
    max-width: inherit;
  }
}
@media only screen and (max-width: 991px) {
  /* line 24, ../sass/scss/stillPresent/modules/main.scss */
  .container {
    width: 100%;
    max-width: 100%;
  }
}
@media only screen and (max-width: 650px) {
  /* line 24, ../sass/scss/stillPresent/modules/main.scss */
  .container {
    padding-top: 75px;
  }
}

/* line 42, ../sass/scss/stillPresent/modules/main.scss */
.max-width {
  position: relative;
  max-width: 1300px;
  width: 100%;
  margin: 0 auto;
}
@media only screen and (max-width: 1300px) {
  /* line 42, ../sass/scss/stillPresent/modules/main.scss */
  .max-width {
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 42, ../sass/scss/stillPresent/modules/main.scss */
  .max-width {
    padding-left: 15px;
    padding-right: 15px;
  }
}

/* line 55, ../sass/scss/stillPresent/modules/main.scss */
a {
  position: relative;
  text-decoration: none;
  display: block;
  cursor: pointer;
  -moz-transition: color 0.5s ease;
  -o-transition: color 0.5s ease;
  -webkit-transition: color 0.5s ease;
  transition: color 0.5s ease;
  color: #303030;
}
/* line 62, ../sass/scss/stillPresent/modules/main.scss */
a:hover, a:focus {
  text-decoration: none;
  color: #303030;
}
/* line 67, ../sass/scss/stillPresent/modules/main.scss */
a.return {
  text-decoration: underline;
  font-family: 'ITCAvantGardeStdMd';
  margin-bottom: 15px;
}
/* line 71, ../sass/scss/stillPresent/modules/main.scss */
a.return span {
  display: inline-block;
  text-decoration: none;
  margin-right: 10px;
}

/* line 78, ../sass/scss/stillPresent/modules/main.scss */
ul,
li {
  margin: 0;
  list-style-type: none;
}

/* line 83, ../sass/scss/stillPresent/modules/main.scss */
img,
svg {
  border: 0;
  display: block;
}

/* line 88, ../sass/scss/stillPresent/modules/main.scss */
label {
  margin: 0;
}

/* line 91, ../sass/scss/stillPresent/modules/main.scss */
p,
figure {
  margin: 0;
  padding: 0;
}

/* line 96, ../sass/scss/stillPresent/modules/main.scss */
strong {
  font-family: 'ITCAvantGardeStdDemi';
}

/* line 99, ../sass/scss/stillPresent/modules/main.scss */
form {
  width: 100%;
  height: 100%;
}

/* line 104, ../sass/scss/stillPresent/modules/main.scss */
input:not([type]) {
  border-bottom: none;
  height: inherit;
  font-size: inherit;
  margin: 0;
  box-sizing: inherit;
}
/* line 111, ../sass/scss/stillPresent/modules/main.scss */
input:not([type]):focus:not([readonly]) {
  border-bottom: none;
  box-shadow: none;
}
/* line 117, ../sass/scss/stillPresent/modules/main.scss */
input::-ms-clear {
  width: 0;
  height: 0;
}

/* line 123, ../sass/scss/stillPresent/modules/main.scss */
label:focus,
input:focus {
  outline: none;
}

/* line 127, ../sass/scss/stillPresent/modules/main.scss */
input[type=text],
input[type=password],
input[type=email],
input[type=tel],
input[type=number],
input[type=search],
textarea.materialize-textarea {
  height: inherit;
  font-size: inherit;
  margin: 0;
  box-sizing: inherit;
}
/* line 139, ../sass/scss/stillPresent/modules/main.scss */
input[type=text]:focus:not([readonly]),
input[type=password]:focus:not([readonly]),
input[type=email]:focus:not([readonly]),
input[type=tel]:focus:not([readonly]),
input[type=number]:focus:not([readonly]),
input[type=search]:focus:not([readonly]),
textarea.materialize-textarea:focus:not([readonly]) {
  box-shadow: none;
}

/* line 144, ../sass/scss/stillPresent/modules/main.scss */
.three-points {
  display: none !important;
  opacity: 0 !important;
  position: fixed;
  right: 15px;
  bottom: 15px;
  z-index: 999;
}
@media only screen and (max-width: 767px) {
  /* line 144, ../sass/scss/stillPresent/modules/main.scss */
  .three-points {
    right: 0;
    bottom: 0;
  }
}
@media only screen and (max-width: 480px) {
  /* line 144, ../sass/scss/stillPresent/modules/main.scss */
  .three-points {
    display: none;
  }
}

/* line 160, ../sass/scss/stillPresent/modules/main.scss */
#user-login-form, #user-pass, #user-pass-reset {
  width: 600px;
  max-width: 100%;
  padding: 0 30px;
  margin: 50px auto;
}
/* line 165, ../sass/scss/stillPresent/modules/main.scss */
#user-login-form input, #user-pass input, #user-pass-reset input {
  margin-bottom: 30px;
}
/* line 169, ../sass/scss/stillPresent/modules/main.scss */
#user-login-form #edit-submit, #user-pass #edit-submit, #user-pass-reset #edit-submit {
  display: block;
  margin: 30px auto 0;
  text-align: center;
  background: #1242D4;
}

/* line 177, ../sass/scss/stillPresent/modules/main.scss */
.block-message .row {
  padding: 0;
  background: none;
  display: block;
}
/* line 181, ../sass/scss/stillPresent/modules/main.scss */
.block-message .row .drupal-messages {
  background: #6983FC;
  padding: 30px 0;
  color: #fff;
  text-align: center;
  margin: 0 auto;
  width: 600px;
  max-width: 100%;
}

/* line 192, ../sass/scss/stillPresent/modules/main.scss */
.block-local_tasks {
  display: none;
}

/* line 196, ../sass/scss/stillPresent/modules/main.scss */
.txt-center {
  text-align: center;
}

/* line 200, ../sass/scss/stillPresent/modules/main.scss */
legend {
  font-weight: 100;
  font-size: 16px;
  font-family: 'ITCAvantGardeStdBk';
}

/* line 206, ../sass/scss/stillPresent/modules/main.scss */
section.type-article p a {
  display: inline;
}

/* line 3, ../sass/scss/stillPresent/modules/header-footer.scss */
header {
  position: fixed;
  width: 100%;
  height: 110px;
  background-color: #ffffff;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  z-index: 999;
}
@media only screen and (max-width: 650px) {
  /* line 3, ../sass/scss/stillPresent/modules/header-footer.scss */
  header {
    height: 75px;
  }
}
/* line 14, ../sass/scss/stillPresent/modules/header-footer.scss */
header .header .max-width .header-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 110px;
}
@media only screen and (max-width: 650px) {
  /* line 14, ../sass/scss/stillPresent/modules/header-footer.scss */
  header .header .max-width .header-top {
    height: 75px;
  }
}
/* line 24, ../sass/scss/stillPresent/modules/header-footer.scss */
header .header .max-width .header-top .header-top-left .logo img {
  width: 225px;
  height: auto;
}
@media only screen and (max-width: 480px) {
  /* line 24, ../sass/scss/stillPresent/modules/header-footer.scss */
  header .header .max-width .header-top .header-top-left .logo img {
    width: 180px;
  }
}
@media only screen and (max-width: 320px) {
  /* line 24, ../sass/scss/stillPresent/modules/header-footer.scss */
  header .header .max-width .header-top .header-top-left .logo img {
    width: 140px;
  }
}
/* line 35, ../sass/scss/stillPresent/modules/header-footer.scss */
header .header .max-width .header-top .header-top-right {
  display: flex;
  justify-content: flex-end;
}
/* line 38, ../sass/scss/stillPresent/modules/header-footer.scss */
header .header .max-width .header-top .header-top-right .account {
  margin-right: 20px;
}
@media only screen and (max-width: 650px) {
  /* line 38, ../sass/scss/stillPresent/modules/header-footer.scss */
  header .header .max-width .header-top .header-top-right .account {
    margin-right: 5px;
  }
}
@media only screen and (max-width: 480px) {
  /* line 38, ../sass/scss/stillPresent/modules/header-footer.scss */
  header .header .max-width .header-top .header-top-right .account {
    display: none;
  }
}
/* line 47, ../sass/scss/stillPresent/modules/header-footer.scss */
header .header .max-width .header-top .header-top-right .burger-menu {
  display: flex;
  margin-left: 0;
  margin-right: 0;
}
/* line 50, ../sass/scss/stillPresent/modules/header-footer.scss */
header .header .max-width .header-top .header-top-right .burger-menu .btn-blue {
  width: 130px;
}
/* line 54, ../sass/scss/stillPresent/modules/header-footer.scss */
header .header .max-width .header-top .header-top-right .sidebar {
  width: 500px;
  height: 900px;
  overflow: scroll;
  background-color: #f4f4f4;
  position: fixed;
  z-index: 0;
  top: 0;
  right: 0;
  bottom: 0px;
  z-index: 995;
  padding: 0;
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 73, 103, 0.2);
  -moz-box-shadow: 0 1px 3px 0 rgba(0, 73, 103, 0.2);
  box-shadow: 0 1px 3px 0 rgba(0, 73, 103, 0.2);
  visibility: hidden;
  opacity: 0;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  height: 0;
}
@media only screen and (max-width: 650px) {
  /* line 54, ../sass/scss/stillPresent/modules/header-footer.scss */
  header .header .max-width .header-top .header-top-right .sidebar {
    width: 100%;
  }
}
/* line 70, ../sass/scss/stillPresent/modules/header-footer.scss */
header .header .max-width .header-top .header-top-right .sidebar .sidebar-top {
  background: url(../image/header/sidebar.png) center no-repeat;
  background-size: cover;
}
/* line 74, ../sass/scss/stillPresent/modules/header-footer.scss */
header .header .max-width .header-top .header-top-right .sidebar .nav {
  display: block;
}
/* line 76, ../sass/scss/stillPresent/modules/header-footer.scss */
header .header .max-width .header-top .header-top-right .sidebar .nav .nav-item {
  padding: 80px 100px 30px 0;
  padding-right: 100px;
  padding-bottom: 30px;
}
@media only screen and (max-width: 480px) {
  /* line 76, ../sass/scss/stillPresent/modules/header-footer.scss */
  header .header .max-width .header-top .header-top-right .sidebar .nav .nav-item {
    padding-right: 75px;
  }
}
/* line 83, ../sass/scss/stillPresent/modules/header-footer.scss */
header .header .max-width .header-top .header-top-right .sidebar .nav .nav-item li {
  font-size: 45px;
  line-height: 50px;
  margin-bottom: 30px;
  text-align: right;
}
@media only screen and (max-width: 991px) {
  /* line 83, ../sass/scss/stillPresent/modules/header-footer.scss */
  header .header .max-width .header-top .header-top-right .sidebar .nav .nav-item li {
    font-size: 40px;
    line-height: 44px;
  }
}
@media only screen and (max-width: 650px) {
  /* line 83, ../sass/scss/stillPresent/modules/header-footer.scss */
  header .header .max-width .header-top .header-top-right .sidebar .nav .nav-item li {
    font-size: 32px;
    line-height: 32px;
  }
}
@media only screen and (max-width: 650px) {
  /* line 83, ../sass/scss/stillPresent/modules/header-footer.scss */
  header .header .max-width .header-top .header-top-right .sidebar .nav .nav-item li {
    font-size: 30px;
    line-height: 30px;
  }
}
/* line 100, ../sass/scss/stillPresent/modules/header-footer.scss */
header .header .max-width .header-top .header-top-right .sidebar .nav .nav-item li.menu-sante {
  position: relative;
}
/* line 102, ../sass/scss/stillPresent/modules/header-footer.scss */
header .header .max-width .header-top .header-top-right .sidebar .nav .nav-item li.menu-sante:before {
  width: 23px;
  height: 14px;
  position: absolute;
  top: 20px;
  right: -50px;
  content: '';
  background: url(../image/picto/arrow-top.svg) center no-repeat;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media only screen and (max-width: 650px) {
  /* line 102, ../sass/scss/stillPresent/modules/header-footer.scss */
  header .header .max-width .header-top .header-top-right .sidebar .nav .nav-item li.menu-sante:before {
    top: 8px;
  }
}
@media only screen and (max-width: 380px) {
  /* line 102, ../sass/scss/stillPresent/modules/header-footer.scss */
  header .header .max-width .header-top .header-top-right .sidebar .nav .nav-item li.menu-sante:before {
    font-size: 30px;
    line-height: 30px;
  }
}
/* line 117, ../sass/scss/stillPresent/modules/header-footer.scss */
header .header .max-width .header-top .header-top-right .sidebar .nav .nav-item li.menu-sante.active p {
  margin-bottom: 20px;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
/* line 121, ../sass/scss/stillPresent/modules/header-footer.scss */
header .header .max-width .header-top .header-top-right .sidebar .nav .nav-item li.menu-sante.active:before {
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  transform: rotate(180deg);
}
/* line 126, ../sass/scss/stillPresent/modules/header-footer.scss */
header .header .max-width .header-top .header-top-right .sidebar .nav .nav-item li.menu-sante p {
  margin-bottom: 0;
  cursor: pointer;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
/* line 132, ../sass/scss/stillPresent/modules/header-footer.scss */
header .header .max-width .header-top .header-top-right .sidebar .nav .nav-item li a,
header .header .max-width .header-top .header-top-right .sidebar .nav .nav-item li p {
  color: #ffffff;
}
/* line 137, ../sass/scss/stillPresent/modules/header-footer.scss */
header .header .max-width .header-top .header-top-right .sidebar .nav .nav-item li .sous-nav li {
  font-size: 22px;
  line-height: 25px;
  margin-bottom: 0;
  visibility: hidden;
  opacity: 0;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  height: 0;
}
@media only screen and (max-width: 480px) {
  /* line 137, ../sass/scss/stillPresent/modules/header-footer.scss */
  header .header .max-width .header-top .header-top-right .sidebar .nav .nav-item li .sous-nav li {
    font-size: 18px;
    line-height: 20px;
  }
}
/* line 148, ../sass/scss/stillPresent/modules/header-footer.scss */
header .header .max-width .header-top .header-top-right .sidebar .nav .nav-item li .sous-nav.active li {
  visibility: visible;
  opacity: 1;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  height: auto;
  margin-bottom: 20px;
}
/* line 157, ../sass/scss/stillPresent/modules/header-footer.scss */
header .header .max-width .header-top .header-top-right .sidebar .burger-other {
  display: flex;
  justify-content: flex-end;
  text-align: right;
  background-color: #f4f4f4;
  padding: 60px 100px 15px 0;
}
@media only screen and (max-width: 480px) {
  /* line 157, ../sass/scss/stillPresent/modules/header-footer.scss */
  header .header .max-width .header-top .header-top-right .sidebar .burger-other {
    padding: 35px 25px 15px 0;
  }
}
/* line 166, ../sass/scss/stillPresent/modules/header-footer.scss */
header .header .max-width .header-top .header-top-right .sidebar .burger-other button {
  width: 230px;
  margin-bottom: 20px;
}
/* line 170, ../sass/scss/stillPresent/modules/header-footer.scss */
header .header .max-width .header-top .header-top-right .sidebar .burger-other .inscription {
  color: #E04C87;
  text-decoration: underline;
  margin-bottom: 38px;
  cursor: pointer;
}
@media only screen and (max-width: 320px) {
  /* line 175, ../sass/scss/stillPresent/modules/header-footer.scss */
  header .header .max-width .header-top .header-top-right .sidebar .burger-other .inscription span {
    display: block;
  }
}
/* line 181, ../sass/scss/stillPresent/modules/header-footer.scss */
header .header .max-width .header-top .header-top-right .sidebar .burger-other .reseau {
  display: flex;
  justify-content: flex-end;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #D8D8D8;
}
/* line 187, ../sass/scss/stillPresent/modules/header-footer.scss */
header .header .max-width .header-top .header-top-right .sidebar .burger-other .reseau li {
  margin-left: 10px;
}
/* line 189, ../sass/scss/stillPresent/modules/header-footer.scss */
header .header .max-width .header-top .header-top-right .sidebar .burger-other .reseau li a {
  margin-bottom: 0;
}
/* line 194, ../sass/scss/stillPresent/modules/header-footer.scss */
header .header .max-width .header-top .header-top-right .sidebar .burger-other p {
  font-size: 22px;
  line-height: 25px;
}
/* line 200, ../sass/scss/stillPresent/modules/header-footer.scss */
header .header .max-width .header-top .header-top-right #sidebartoggler {
  display: none;
}
/* line 204, ../sass/scss/stillPresent/modules/header-footer.scss */
header .header .max-width .header-top .header-top-right #sidebartoggler:checked + .page-wrap .sidebar {
  right: 0px;
  visibility: visible;
  opacity: 1;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  height: auto;
}
/* line 208, ../sass/scss/stillPresent/modules/header-footer.scss */
header .header .max-width .header-top .header-top-right #sidebartoggler:checked + .page-wrap .toggle {
  height: 55px;
  top: 11px;
  right: 18px;
  margin-top: -5px;
  padding-top: 0;
  visibility: visible;
  opacity: 1;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  height: auto;
}
@media only screen and (max-width: 320px) {
  /* line 208, ../sass/scss/stillPresent/modules/header-footer.scss */
  header .header .max-width .header-top .header-top-right #sidebartoggler:checked + .page-wrap .toggle {
    right: 10px;
  }
}
/* line 226, ../sass/scss/stillPresent/modules/header-footer.scss */
header .close-menu {
  position: absolute;
  top: 25px;
  right: 25px;
  cursor: pointer;
}
/* line 230, ../sass/scss/stillPresent/modules/header-footer.scss */
header .sidebar-connexion,
header .sidebar-inscription,
header .sidebar-forget {
  height: 100%;
  overflow: scroll;
  background-color: #ffffff;
  position: fixed;
  z-index: 0;
  top: 0;
  right: 0;
  bottom: 0px;
  padding: 0;
  visibility: hidden;
  opacity: 0;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  height: 0;
}
/* line 243, ../sass/scss/stillPresent/modules/header-footer.scss */
header .sidebar-connexion.active,
header .sidebar-inscription.active,
header .sidebar-forget.active {
  visibility: visible;
  opacity: 1;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  height: auto;
}
/* line 246, ../sass/scss/stillPresent/modules/header-footer.scss */
header .sidebar-connexion .inscription-contener,
header .sidebar-connexion .connexion-contener,
header .sidebar-connexion .forget-contener,
header .sidebar-inscription .inscription-contener,
header .sidebar-inscription .connexion-contener,
header .sidebar-inscription .forget-contener,
header .sidebar-forget .inscription-contener,
header .sidebar-forget .connexion-contener,
header .sidebar-forget .forget-contener {
  margin-left: auto;
  margin-right: auto;
}
/* line 250, ../sass/scss/stillPresent/modules/header-footer.scss */
header .sidebar-connexion .inscription-contener svg,
header .sidebar-connexion .connexion-contener svg,
header .sidebar-connexion .forget-contener svg,
header .sidebar-inscription .inscription-contener svg,
header .sidebar-inscription .connexion-contener svg,
header .sidebar-inscription .forget-contener svg,
header .sidebar-forget .inscription-contener svg,
header .sidebar-forget .connexion-contener svg,
header .sidebar-forget .forget-contener svg {
  color: #D8D8D8;
  fill: #D8D8D8;
}
/* line 255, ../sass/scss/stillPresent/modules/header-footer.scss */
header .sidebar-connexion .inscription-contener form label,
header .sidebar-connexion .connexion-contener form label,
header .sidebar-connexion .forget-contener form label,
header .sidebar-inscription .inscription-contener form label,
header .sidebar-inscription .connexion-contener form label,
header .sidebar-inscription .forget-contener form label,
header .sidebar-forget .inscription-contener form label,
header .sidebar-forget .connexion-contener form label,
header .sidebar-forget .forget-contener form label {
  font-family: 'ITCAvantGardeStdMd';
  margin-bottom: 10px;
}
/* line 259, ../sass/scss/stillPresent/modules/header-footer.scss */
header .sidebar-connexion .inscription-contener form input,
header .sidebar-connexion .connexion-contener form input,
header .sidebar-connexion .forget-contener form input,
header .sidebar-inscription .inscription-contener form input,
header .sidebar-inscription .connexion-contener form input,
header .sidebar-inscription .forget-contener form input,
header .sidebar-forget .inscription-contener form input,
header .sidebar-forget .connexion-contener form input,
header .sidebar-forget .forget-contener form input {
  width: 100%;
  height: 50px;
  border-width: 1px;
  border-style: solid;
  border-color: #909090;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  margin-bottom: 30px;
}
/* line 264, ../sass/scss/stillPresent/modules/header-footer.scss */
header .sidebar-connexion .inscription-contener form input:hover, header .sidebar-connexion .inscription-contener form input:focus,
header .sidebar-connexion .connexion-contener form input:hover,
header .sidebar-connexion .connexion-contener form input:focus,
header .sidebar-connexion .forget-contener form input:hover,
header .sidebar-connexion .forget-contener form input:focus,
header .sidebar-inscription .inscription-contener form input:hover,
header .sidebar-inscription .inscription-contener form input:focus,
header .sidebar-inscription .connexion-contener form input:hover,
header .sidebar-inscription .connexion-contener form input:focus,
header .sidebar-inscription .forget-contener form input:hover,
header .sidebar-inscription .forget-contener form input:focus,
header .sidebar-forget .inscription-contener form input:hover,
header .sidebar-forget .inscription-contener form input:focus,
header .sidebar-forget .connexion-contener form input:hover,
header .sidebar-forget .connexion-contener form input:focus,
header .sidebar-forget .forget-contener form input:hover,
header .sidebar-forget .forget-contener form input:focus {
  border-width: 1px;
  border-style: solid;
  border-color: #1242D4;
}
/* line 272, ../sass/scss/stillPresent/modules/header-footer.scss */
header .sidebar-forget {
  z-index: 997;
}
/* line 275, ../sass/scss/stillPresent/modules/header-footer.scss */
header .sidebar-forget,
header .sidebar-connexion {
  width: 500px;
  z-index: 996;
  padding: 0;
  text-align: center;
}
@media only screen and (max-width: 650px) {
  /* line 275, ../sass/scss/stillPresent/modules/header-footer.scss */
  header .sidebar-forget,
  header .sidebar-connexion {
    width: 100%;
  }
}
/* line 284, ../sass/scss/stillPresent/modules/header-footer.scss */
header .sidebar-forget .connexion-contener,
header .sidebar-forget .forget-contener,
header .sidebar-connexion .connexion-contener,
header .sidebar-connexion .forget-contener {
  width: 320px;
  padding-top: 160px;
}
@media only screen and (max-width: 1199px) {
  /* line 284, ../sass/scss/stillPresent/modules/header-footer.scss */
  header .sidebar-forget .connexion-contener,
  header .sidebar-forget .forget-contener,
  header .sidebar-connexion .connexion-contener,
  header .sidebar-connexion .forget-contener {
    padding-top: 60px;
  }
}
@media only screen and (max-width: 480px) {
  /* line 284, ../sass/scss/stillPresent/modules/header-footer.scss */
  header .sidebar-forget .connexion-contener,
  header .sidebar-forget .forget-contener,
  header .sidebar-connexion .connexion-contener,
  header .sidebar-connexion .forget-contener {
    padding-left: 15px;
    padding-right: 15px;
  }
}
/* line 295, ../sass/scss/stillPresent/modules/header-footer.scss */
header .sidebar-forget .connexion-contener form button,
header .sidebar-forget .forget-contener form button,
header .sidebar-connexion .connexion-contener form button,
header .sidebar-connexion .forget-contener form button {
  width: 100%;
  margin-bottom: 15px;
}
/* line 303, ../sass/scss/stillPresent/modules/header-footer.scss */
header .sidebar-forget .h3 {
  display: block;
  margin-bottom: 50px;
}
/* line 308, ../sass/scss/stillPresent/modules/header-footer.scss */
header .sidebar-connexion {
  z-index: 996;
}
/* line 311, ../sass/scss/stillPresent/modules/header-footer.scss */
header .sidebar-connexion .connexion-contener form {
  padding-bottom: 100px;
  margin-bottom: 30px;
  margin-top: 50px;
  border-bottom: 1px solid #c1c1c1;
}
@media only screen and (max-width: 1199px) {
  /* line 311, ../sass/scss/stillPresent/modules/header-footer.scss */
  header .sidebar-connexion .connexion-contener form {
    padding-bottom: 78px;
  }
}
/* line 319, ../sass/scss/stillPresent/modules/header-footer.scss */
header .sidebar-connexion .connexion-contener form u {
  display: block;
  font-size: 14px;
  font-family: 'ITCAvantGardeStdBk';
  cursor: pointer;
}
/* line 327, ../sass/scss/stillPresent/modules/header-footer.scss */
header .sidebar-connexion .connexion-contener .inscription u {
  display: block;
  cursor: pointer;
  color: #E04C87;
  margin-top: 15px;
  font-family: 'ITCAvantGardeStdMd';
}
/* line 337, ../sass/scss/stillPresent/modules/header-footer.scss */
header .sidebar-inscription {
  width: 840px;
  z-index: 997;
}
@media only screen and (max-width: 991px) {
  /* line 337, ../sass/scss/stillPresent/modules/header-footer.scss */
  header .sidebar-inscription {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
}
/* line 344, ../sass/scss/stillPresent/modules/header-footer.scss */
header .sidebar-inscription .inscription-contener {
  width: 660px;
  padding-top: 78px;
}
@media only screen and (max-width: 767px) {
  /* line 344, ../sass/scss/stillPresent/modules/header-footer.scss */
  header .sidebar-inscription .inscription-contener {
    width: 100%;
  }
}
/* line 350, ../sass/scss/stillPresent/modules/header-footer.scss */
header .sidebar-inscription .inscription-contener.logged {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
/* line 356, ../sass/scss/stillPresent/modules/header-footer.scss */
header .sidebar-inscription .inscription-contener .h3 {
  display: block;
  text-align: center;
}
/* line 360, ../sass/scss/stillPresent/modules/header-footer.scss */
header .sidebar-inscription .inscription-contener form {
  padding-top: 50px;
}
/* line 362, ../sass/scss/stillPresent/modules/header-footer.scss */
header .sidebar-inscription .inscription-contener form legend {
  font-size: 16px;
  font-weight: 100 !important;
  font-family: 'ITCAvantGardeStdMd';
}
/* line 368, ../sass/scss/stillPresent/modules/header-footer.scss */
header .sidebar-inscription .inscription-contener form .input {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (max-width: 650px) {
  /* line 368, ../sass/scss/stillPresent/modules/header-footer.scss */
  header .sidebar-inscription .inscription-contener form .input {
    display: block;
  }
}
/* line 375, ../sass/scss/stillPresent/modules/header-footer.scss */
header .sidebar-inscription .inscription-contener form .input > div {
  width: calc(50% - 10px);
  width: -moz-calc(50% - 10px);
  width: -webkit-calc(50% - 10px);
  width: calc(50% - 10px);
  width: -moz-calc(50% - 10px);
  width: -webkit-calc(50% - 10px);
  margin-bottom: 30px;
}
@media only screen and (max-width: 650px) {
  /* line 375, ../sass/scss/stillPresent/modules/header-footer.scss */
  header .sidebar-inscription .inscription-contener form .input > div {
    width: 100%;
  }
}
/* line 381, ../sass/scss/stillPresent/modules/header-footer.scss */
header .sidebar-inscription .inscription-contener form .input > div:nth-child(odd) {
  margin-right: 20px;
}
@media only screen and (max-width: 650px) {
  /* line 381, ../sass/scss/stillPresent/modules/header-footer.scss */
  header .sidebar-inscription .inscription-contener form .input > div:nth-child(odd) {
    margin-right: 0;
  }
}
/* line 390, ../sass/scss/stillPresent/modules/header-footer.scss */
header .sidebar-inscription .inscription-contener form .valid-check .check-box {
  display: block;
}
/* line 392, ../sass/scss/stillPresent/modules/header-footer.scss */
header .sidebar-inscription .inscription-contener form .valid-check .check-box .form {
  width: 100%;
}
/* line 397, ../sass/scss/stillPresent/modules/header-footer.scss */
header .sidebar-inscription .inscription-contener form button {
  display: table;
  margin-left: auto;
  margin-right: auto;
}

/* line 405, ../sass/scss/stillPresent/modules/header-footer.scss */
footer {
  position: relative;
  padding-top: 109px;
  padding-bottom: 30px;
  background-color: #09105A;
  z-index: 998;
}
@media only screen and (max-width: 1199px) {
  /* line 405, ../sass/scss/stillPresent/modules/header-footer.scss */
  footer {
    padding-top: 60px;
  }
}
/* line 414, ../sass/scss/stillPresent/modules/header-footer.scss */
footer .footer-top {
  position: relative;
  padding-bottom: 84px;
  color: #ffffff;
}
/* line 418, ../sass/scss/stillPresent/modules/header-footer.scss */
footer .footer-top > ul {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
}
@media only screen and (max-width: 650px) {
  /* line 418, ../sass/scss/stillPresent/modules/header-footer.scss */
  footer .footer-top > ul {
    flex-wrap: wrap;
  }
}
/* line 425, ../sass/scss/stillPresent/modules/header-footer.scss */
footer .footer-top > ul .footer-item {
  width: 33.3%;
}
@media only screen and (max-width: 650px) {
  /* line 425, ../sass/scss/stillPresent/modules/header-footer.scss */
  footer .footer-top > ul .footer-item {
    width: 50%;
  }
}
/* line 430, ../sass/scss/stillPresent/modules/header-footer.scss */
footer .footer-top > ul .footer-item:first-child {
  order: 2;
}
@media only screen and (max-width: 650px) {
  /* line 430, ../sass/scss/stillPresent/modules/header-footer.scss */
  footer .footer-top > ul .footer-item:first-child {
    width: 100%;
    order: 1;
  }
}
@media only screen and (max-width: 650px) {
  /* line 436, ../sass/scss/stillPresent/modules/header-footer.scss */
  footer .footer-top > ul .footer-item:first-child .responsive-footer {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
  }
}
/* line 443, ../sass/scss/stillPresent/modules/header-footer.scss */
footer .footer-top > ul .footer-item:nth-child(2) {
  order: 1;
}
@media only screen and (max-width: 650px) {
  /* line 443, ../sass/scss/stillPresent/modules/header-footer.scss */
  footer .footer-top > ul .footer-item:nth-child(2) {
    order: 2;
  }
}
@media only screen and (max-width: 650px) and (max-width: 650px) {
  /* line 443, ../sass/scss/stillPresent/modules/header-footer.scss */
  footer .footer-top > ul .footer-item:nth-child(2) {
    margin-bottom: 110px;
  }
}

/* line 452, ../sass/scss/stillPresent/modules/header-footer.scss */
footer .footer-top > ul .footer-item:nth-child(3) {
  order: 3;
}
/* line 455, ../sass/scss/stillPresent/modules/header-footer.scss */
footer .footer-top > ul .footer-item .nav {
  display: block;
}
/* line 457, ../sass/scss/stillPresent/modules/header-footer.scss */
footer .footer-top > ul .footer-item .nav li {
  font-family: 'ITCAvantGardeStdMd';
  margin-bottom: 20px;
}
/* line 460, ../sass/scss/stillPresent/modules/header-footer.scss */
footer .footer-top > ul .footer-item .nav li a {
  color: #ffffff;
}
/* line 465, ../sass/scss/stillPresent/modules/header-footer.scss */
footer .footer-top > ul .footer-item .logo {
  margin: -15px auto 40px auto;
}
/* line 468, ../sass/scss/stillPresent/modules/header-footer.scss */
footer .footer-top > ul .footer-item .reseau {
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
}
/* line 472, ../sass/scss/stillPresent/modules/header-footer.scss */
footer .footer-top > ul .footer-item .reseau li {
  margin-left: 5px;
  margin-right: 5px;
}
/* line 476, ../sass/scss/stillPresent/modules/header-footer.scss */
footer .footer-top > ul .footer-item label {
  font-family: 'ITCAvantGardeStdBk';
  font-size: 14px;
  line-height: 23px;
  margin-bottom: 10px;
}
/* line 482, ../sass/scss/stillPresent/modules/header-footer.scss */
footer .footer-top > ul .footer-item div {
  width: 295px;
  margin-left: auto;
  margin-right: auto;
}
/* line 485, ../sass/scss/stillPresent/modules/header-footer.scss */
footer .footer-top > ul .footer-item div form {
  width: 100;
}
/* line 487, ../sass/scss/stillPresent/modules/header-footer.scss */
footer .footer-top > ul .footer-item div form .input {
  display: flex;
}
/* line 489, ../sass/scss/stillPresent/modules/header-footer.scss */
footer .footer-top > ul .footer-item div form .input input {
  color: #ffffff;
  border-width: 1px;
  border-style: solid;
  border-color: #ffffff;
  background-color: transparent;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 16px;
  font-family: 'ITCAvantGardeStdBk';
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  margin-right: 10px;
}
/* line 499, ../sass/scss/stillPresent/modules/header-footer.scss */
footer .footer-top > ul .footer-item div form .input input::-webkit-input-placeholder {
  color: #ffffff !important;
}
/* line 502, ../sass/scss/stillPresent/modules/header-footer.scss */
footer .footer-top > ul .footer-item div form .input input:-moz-placeholder {
  color: #ffffff !important;
}
/* line 505, ../sass/scss/stillPresent/modules/header-footer.scss */
footer .footer-top > ul .footer-item div form .input input:placeholder {
  color: #ffffff !important;
}
/* line 509, ../sass/scss/stillPresent/modules/header-footer.scss */
footer .footer-top > ul .footer-item div form svg {
  color: #ffffff !important;
  fill: #ffffff !important;
}
/* line 512, ../sass/scss/stillPresent/modules/header-footer.scss */
footer .footer-top > ul .footer-item div form svg .a {
  color: #ffffff !important;
  fill: #ffffff !important;
}
/* line 519, ../sass/scss/stillPresent/modules/header-footer.scss */
footer .footer-top > ul .footer-item:last-child {
  text-align: right;
}
/* line 526, ../sass/scss/stillPresent/modules/header-footer.scss */
footer .footer-bottom {
  color: #c1c1c1;
  font-size: 12px;
  line-height: 23px;
}
@media only screen and (max-width: 650px) {
  /* line 526, ../sass/scss/stillPresent/modules/header-footer.scss */
  footer .footer-bottom {
    margin-top: 35px;
  }
}
/* line 533, ../sass/scss/stillPresent/modules/header-footer.scss */
footer .footer-bottom a {
  color: #c1c1c1;
}
/* line 536, ../sass/scss/stillPresent/modules/header-footer.scss */
footer .footer-bottom .footer-info {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #c1c1c1;
  padding-bottom: 5px;
}
@media only screen and (max-width: 480px) {
  /* line 536, ../sass/scss/stillPresent/modules/header-footer.scss */
  footer .footer-bottom .footer-info {
    display: block;
  }
}
/* line 545, ../sass/scss/stillPresent/modules/header-footer.scss */
footer .footer-bottom .footer-nav {
  display: flex;
  justify-content: space-between;
  padding-top: 10px;
}
@media only screen and (max-width: 650px) {
  /* line 545, ../sass/scss/stillPresent/modules/header-footer.scss */
  footer .footer-bottom .footer-nav {
    display: block;
  }
}
/* line 552, ../sass/scss/stillPresent/modules/header-footer.scss */
footer .footer-bottom .footer-nav > div {
  display: flex;
}
@media only screen and (max-width: 650px) {
  /* line 552, ../sass/scss/stillPresent/modules/header-footer.scss */
  footer .footer-bottom .footer-nav > div {
    justify-content: space-between;
  }
}
@media only screen and (max-width: 480px) {
  /* line 552, ../sass/scss/stillPresent/modules/header-footer.scss */
  footer .footer-bottom .footer-nav > div {
    display: block;
  }
}
/* line 560, ../sass/scss/stillPresent/modules/header-footer.scss */
footer .footer-bottom .footer-nav > div ul {
  display: flex;
}
@media only screen and (max-width: 650px) {
  /* line 560, ../sass/scss/stillPresent/modules/header-footer.scss */
  footer .footer-bottom .footer-nav > div ul {
    width: 100%;
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 480px) {
  /* line 560, ../sass/scss/stillPresent/modules/header-footer.scss */
  footer .footer-bottom .footer-nav > div ul {
    display: block;
  }
}
/* line 569, ../sass/scss/stillPresent/modules/header-footer.scss */
footer .footer-bottom .footer-nav > div ul li {
  margin-right: 10px;
}
@media only screen and (max-width: 991px) {
  /* line 569, ../sass/scss/stillPresent/modules/header-footer.scss */
  footer .footer-bottom .footer-nav > div ul li {
    line-height: 15px;
  }
}
@media only screen and (max-width: 650px) {
  /* line 569, ../sass/scss/stillPresent/modules/header-footer.scss */
  footer .footer-bottom .footer-nav > div ul li {
    width: 50%;
    margin-right: 0;
  }
}
@media only screen and (max-width: 480px) {
  /* line 569, ../sass/scss/stillPresent/modules/header-footer.scss */
  footer .footer-bottom .footer-nav > div ul li {
    width: 100%;
    margin-bottom: 5px;
  }
}
/* line 582, ../sass/scss/stillPresent/modules/header-footer.scss */
footer .footer-bottom .footer-nav > div ul li a {
  text-decoration: underline;
}
/* line 588, ../sass/scss/stillPresent/modules/header-footer.scss */
footer .footer-bottom .footer-nav > div.footer-nav-right ul {
  justify-content: flex-end;
}
/* line 591, ../sass/scss/stillPresent/modules/header-footer.scss */
footer .footer-bottom .footer-nav > div.footer-nav-right ul li:last-child {
  margin-right: 0;
}

/* line 601, ../sass/scss/stillPresent/modules/header-footer.scss */
::-webkit-scrollbar {
  width: 0px;
  background: transparent;
  /* make scrollbar transparent */
}

/* line 606, ../sass/scss/stillPresent/modules/header-footer.scss */
.inscription-contener form legend {
  font-weight: 100;
  font-size: 16px;
  font-family: 'ITCAvantGardeStdBk';
}

/* line 612, ../sass/scss/stillPresent/modules/header-footer.scss */
.inscription-confirm {
  display: none;
  text-align: center;
  height: 100%;
  width: 100%;
  background: url(../image/hp/bon-plan/bg.png) 180px -150px no-repeat;
  background-size: cover;
}

/* line 622, ../sass/scss/stillPresent/modules/header-footer.scss */
.textbox {
  position: relative;
}

/* line 629, ../sass/scss/stillPresent/modules/header-footer.scss */
.autoComplete {
  position: absolute;
  bottom: -99px;
  background: #ffffffc7;
  z-index: 999999999999;
  width: 100%;
  padding: 0px 12px;
}

/* line 638, ../sass/scss/stillPresent/modules/header-footer.scss */
.autoComplete .item {
  animation: showItem .3s ease forwards;
  background-color: #fff;
  box-shadow: 0 8px 8px -10px rgba(0, 0, 0, 0.4);
  box-sizing: border-box;
  color: #7C8487;
  cursor: pointer;
  display: block;
  font-size: .8rem;
  opacity: 0;
  outline: none;
  padding: 10px;
  text-decoration: none;
  transform-origin: top;
  /* transform: rotateX(-90deg); */
  transform: translateX(10px);
}

/* line 656, ../sass/scss/stillPresent/modules/header-footer.scss */
.autoComplete .item:hover,
.autoComplete .item:focus {
  background-color: #fafafa;
  color: #6DD3CE;
}

@keyframes showItem {
  0% {
    opacity: 0;
    /* transform: rotateX(-90deg); */
    transform: translateX(10px);
  }
  100% {
    opacity: 1;
    /* transform: rotateX(0); */
    transform: translateX(0);
  }
}
/* line 676, ../sass/scss/stillPresent/modules/header-footer.scss */
#block-socialmedialinks {
  text-align: center;
}
/* line 680, ../sass/scss/stillPresent/modules/header-footer.scss */
#block-socialmedialinks ul li span:before {
  color: #6DD3CE;
}

/* line 687, ../sass/scss/stillPresent/modules/header-footer.scss */
#block-socialmedialinks ul li span:before {
  color: #6DD3CE;
}

/* line 691, ../sass/scss/stillPresent/modules/header-footer.scss */
.select-hidden {
  display: none;
  visibility: hidden;
  padding-right: 10px;
}

/* line 696, ../sass/scss/stillPresent/modules/header-footer.scss */
.select {
  width: 100%;
  height: 50px;
  line-height: 50px;
  cursor: pointer;
  display: block;
  position: relative;
  text-align: left;
  background-color: #ffffff;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
}

/* line 705, ../sass/scss/stillPresent/modules/header-footer.scss */
.select-options {
  position: relative;
  background-color: #ffffff;
  display: none;
  width: 100%;
  height: 100px;
  overflow-y: auto;
  z-index: 999;
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 73, 103, 0.2);
  -moz-box-shadow: 0 1px 3px 0 rgba(0, 73, 103, 0.2);
  box-shadow: 0 1px 3px 0 rgba(0, 73, 103, 0.2);
  margin-top: -10px;
  -webkit-border-radius: 0 0 16px 16px;
  -moz-border-radius: 0 0 16px 16px;
  border-radius: 0 0 16px 16px;
}
/* line 716, ../sass/scss/stillPresent/modules/header-footer.scss */
.select-options li {
  height: 32px;
  line-height: 32px;
  padding-left: 24px;
  padding-right: 24px;
  color: #303030;
  background-color: #ffffff;
  z-index: 999;
  border-bottom: 1px solid #c1c1c1;
}
/* line 723, ../sass/scss/stillPresent/modules/header-footer.scss */
.select-options li:hover {
  background-color: #000000;
  color: #ffffff;
}
/* line 727, ../sass/scss/stillPresent/modules/header-footer.scss */
.select-options li[rel~="hide"] {
  display: none;
}
/* line 730, ../sass/scss/stillPresent/modules/header-footer.scss */
.select-options li:last-child {
  border: none;
  -webkit-border-radius: 0 0 16px 16px;
  -moz-border-radius: 0 0 16px 16px;
  border-radius: 0 0 16px 16px;
}

/* line 737, ../sass/scss/stillPresent/modules/header-footer.scss */
.select-styled {
  -moz-transition: all 0.1s ease-in;
  -o-transition: all 0.1s ease-in;
  -webkit-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left: 25px;
  padding-right: 25px;
}

/* line 744, ../sass/scss/stillPresent/modules/header-footer.scss */
.select-styled {
  position: relative;
  display: block;
  width: 100%;
  font-size: 16px;
  border-width: 1px;
  border-style: solid;
  border-color: #909090;
  border-radius: 16px;
  background-clip: padding-box;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
/* line 755, ../sass/scss/stillPresent/modules/header-footer.scss */
.select-styled:before {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 0;
  right: 0;
  content: '';
  background: url(../image/picto/select.png) center no-repeat;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
/* line 762, ../sass/scss/stillPresent/modules/header-footer.scss */
.select-styled.active {
  z-index: 999;
}
/* line 764, ../sass/scss/stillPresent/modules/header-footer.scss */
.select-styled.active:before {
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  transform: rotate(180deg);
}

@font-face {
  font-family: 'ITCAvantGardeStdBk';
  src: url(../fonts/ITCAvantGardeStdBk.eot);
  src: url(../fonts/ITCAvantGardeStdBk.eot?#iefix) format("embedded-opentype"), url(../fonts/ITCAvantGardeStdBk.otf) format("otf"), url(../fonts/ITCAvantGardeStdBk.svg#ITCAvantGardeStdBk) format("svg"), url(../fonts/ITCAvantGardeStdBk.ttf) format("truetype"), url(../fonts/ITCAvantGardeStdBk.woff) format("woff"), url(../fonts/ITCAvantGardeStdBk.woff2) format("woff2");
}
@font-face {
  font-family: 'ITCAvantGardeStdBold';
  src: url(../fonts/ITCAvantGardeStdBold.eot);
  src: url(../fonts/ITCAvantGardeStdBold.eot?#iefix) format("embedded-opentype"), url(../fonts/ITCAvantGardeStdBold.otf) format("otf"), url(../fonts/ITCAvantGardeStdBold.svg#ITCAvantGardeStdBold) format("svg"), url(../fonts/ITCAvantGardeStdBold.ttf) format("truetype"), url(../fonts/ITCAvantGardeStdBold.woff) format("woff"), url(../fonts/ITCAvantGardeStdBold.woff2) format("woff2");
}
@font-face {
  font-family: 'ITCAvantGardeStdDemi';
  src: url(../fonts/ITCAvantGardeStdDemi.eot);
  src: url(../fonts/ITCAvantGardeStdDemi.eot?#iefix) format("embedded-opentype"), url(../fonts/ITCAvantGardeStdDemi.otf) format("otf"), url(../fonts/ITCAvantGardeStdDemi.svg#ITCAvantGardeStdDemi) format("svg"), url(../fonts/ITCAvantGardeStdDemi.ttf) format("truetype"), url(../fonts/ITCAvantGardeStdDemi.woff) format("woff"), url(../fonts/ITCAvantGardeStdDemi.woff2) format("woff2");
}
@font-face {
  font-family: 'ITCAvantGardeStdMd';
  src: url(../fonts/ITCAvantGardeStdMd.eot);
  src: url(../fonts/ITCAvantGardeStdMd.eot?#iefix) format("embedded-opentype"), url(../fonts/ITCAvantGardeStdMd.otf) format("otf"), url(../fonts/ITCAvantGardeStdMd.svg#ITCAvantGardeStdMd) format("svg"), url(../fonts/ITCAvantGardeStdMd.ttf) format("truetype"), url(../fonts/ITCAvantGardeStdMd.woff) format("woff"), url(../fonts/ITCAvantGardeStdMd.woff2) format("woff2");
}
@font-face {
  font-family: 'ITCAvantGardeStdXLt';
  src: url(../fonts/ITCAvantGardeStdXLt.eot);
  src: url(../fonts/ITCAvantGardeStdXLt.eot?#iefix) format("embedded-opentype"), url(../fonts/ITCAvantGardeStdXLt.otf) format("otf"), url(../fonts/ITCAvantGardeStdXLt.svg#ITCAvantGardeStdXLt) format("svg"), url(../fonts/ITCAvantGardeStdXLt.ttf) format("truetype"), url(../fonts/ITCAvantGardeStdXLt.woff) format("woff"), url(../fonts/ITCAvantGardeStdXLt.woff2) format("woff2");
}
/* line 3, ../sass/scss/stillPresent/modules/buttons.scss */
button,
.button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 230px;
  height: 50px;
  line-height: 50px;
  border: none;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  font-size: 16px;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  box-shadow: none;
  text-shadow: none;
  overflow: hidden;
  font-family: 'ITCAvantGardeStdMd';
  color: #ffffff;
  fill: #ffffff;
}
/* line 25, ../sass/scss/stillPresent/modules/buttons.scss */
button:focus, button.active, button:hover,
.button:focus,
.button.active,
.button:hover {
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 73, 103, 0.2);
  -moz-box-shadow: 0 1px 3px 0 rgba(0, 73, 103, 0.2);
  box-shadow: 0 1px 3px 0 rgba(0, 73, 103, 0.2);
  opacity: 0.8;
  cursor: pointer;
  outline: none;
  color: #ffffff;
  background-color: #303030;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
/* line 36, ../sass/scss/stillPresent/modules/buttons.scss */
button span,
.button span {
  padding: 0 !important;
  margin: 0 !important;
}
/* line 40, ../sass/scss/stillPresent/modules/buttons.scss */
button.btn-blue,
.button.btn-blue {
  background-color: #1242D4;
}
/* line 43, ../sass/scss/stillPresent/modules/buttons.scss */
button.btn-sec,
.button.btn-sec {
  background-color: #6DD3CE;
}
/* line 46, ../sass/scss/stillPresent/modules/buttons.scss */
button.btn-red,
.button.btn-red {
  background-color: #E04C87;
}
/* line 49, ../sass/scss/stillPresent/modules/buttons.scss */
button.btn-grey,
.button.btn-grey {
  background-color: #909090;
  cursor: initial;
}
/* line 53, ../sass/scss/stillPresent/modules/buttons.scss */
button.btn-rounded,
.button.btn-rounded {
  width: 50px;
  height: 50px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
/* line 57, ../sass/scss/stillPresent/modules/buttons.scss */
button.btn-huge,
.button.btn-huge {
  display: block;
  width: 230px;
  height: 200px;
  min-width: 230px;
  font-family: 'ITCAvantGardeStdDemi';
  padding: 30px 20px 20px 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
@media only screen and (max-width: 650px) {
  /* line 57, ../sass/scss/stillPresent/modules/buttons.scss */
  button.btn-huge,
  .button.btn-huge {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 80px;
    padding: 15px;
  }
}
/* line 72, ../sass/scss/stillPresent/modules/buttons.scss */
button.btn-huge span,
.button.btn-huge span {
  display: block;
  font-size: 30px;
  line-height: 34px;
}
@media only screen and (max-width: 650px) {
  /* line 72, ../sass/scss/stillPresent/modules/buttons.scss */
  button.btn-huge span,
  .button.btn-huge span {
    margin: 0 15px 0 0 !important;
    font-size: 24px;
  }
}
/* line 81, ../sass/scss/stillPresent/modules/buttons.scss */
button.btn-huge img,
.button.btn-huge img {
  position: absolute;
  bottom: 20px;
  right: 20px;
}
@media only screen and (max-width: 650px) {
  /* line 81, ../sass/scss/stillPresent/modules/buttons.scss */
  button.btn-huge img,
  .button.btn-huge img {
    position: relative;
    top: inherit;
    left: inherit;
    right: inherit;
    bottom: inherit;
    width: 25px;
    height: auto;
  }
}
/* line 89, ../sass/scss/stillPresent/modules/buttons.scss */
button.btn-tiny,
.button.btn-tiny {
  width: 50px;
  height: 50px;
  min-width: 50px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
}
/* line 94, ../sass/scss/stillPresent/modules/buttons.scss */
button.btn-picto,
.button.btn-picto {
  justify-content: space-between;
  padding-left: 20px;
  padding-right: 20px;
}
/* line 98, ../sass/scss/stillPresent/modules/buttons.scss */
button.btn-picto.btn-upload svg,
.button.btn-picto.btn-upload svg {
  width: 14px;
  height: 16px;
}

/* line 105, ../sass/scss/stillPresent/modules/buttons.scss */
.plyr__progress {
  width: 100% !important;
}

/* line 3, ../sass/scss/stillPresent/modules/main-titles.scss */
h1,
.h1 {
  font-size: 60px;
  line-height: 65px;
}
@media only screen and (max-width: 991px) {
  /* line 3, ../sass/scss/stillPresent/modules/main-titles.scss */
  h1,
  .h1 {
    font-size: 50px;
    line-height: 52px;
  }
}
@media only screen and (max-width: 650px) {
  /* line 3, ../sass/scss/stillPresent/modules/main-titles.scss */
  h1,
  .h1 {
    font-size: 40px;
    line-height: 40px;
  }
}
@media only screen and (max-width: 380px) {
  /* line 3, ../sass/scss/stillPresent/modules/main-titles.scss */
  h1,
  .h1 {
    font-size: 35px;
    line-height: 35px;
  }
}
@media only screen and (max-width: 320px) {
  /* line 3, ../sass/scss/stillPresent/modules/main-titles.scss */
  h1,
  .h1 {
    font-size: 32px;
    line-height: 32px;
  }
}

/* line 24, ../sass/scss/stillPresent/modules/main-titles.scss */
h3,
.h3 {
  font-size: 45px;
  line-height: 50px;
}
@media only screen and (max-width: 991px) {
  /* line 24, ../sass/scss/stillPresent/modules/main-titles.scss */
  h3,
  .h3 {
    font-size: 40px;
    line-height: 44px;
  }
}
@media only screen and (max-width: 650px) {
  /* line 24, ../sass/scss/stillPresent/modules/main-titles.scss */
  h3,
  .h3 {
    font-size: 32px;
    line-height: 32px;
  }
}
@media only screen and (max-width: 380px) {
  /* line 24, ../sass/scss/stillPresent/modules/main-titles.scss */
  h3,
  .h3 {
    font-size: 30px;
    line-height: 30px;
  }
}

/* line 42, ../sass/scss/stillPresent/modules/main-titles.scss */
h4,
.h4 {
  font-size: 30px;
  line-height: 34px;
}
@media only screen and (max-width: 991px) {
  /* line 42, ../sass/scss/stillPresent/modules/main-titles.scss */
  h4,
  .h4 {
    font-size: 26px;
    line-height: 28px;
  }
}
@media only screen and (max-width: 650px) {
  /* line 42, ../sass/scss/stillPresent/modules/main-titles.scss */
  h4,
  .h4 {
    font-size: 24px;
    line-height: 24px;
  }
}

/* line 55, ../sass/scss/stillPresent/modules/main-titles.scss */
h5,
.h5 {
  font-size: 22px;
  line-height: 25px;
}

/* line 60, ../sass/scss/stillPresent/modules/main-titles.scss */
h1,
h2,
h3,
h4,
h5 {
  display: block;
  margin: 0;
}

/* line 70, ../sass/scss/stillPresent/modules/main-titles.scss */
.node-page h4, .node-page .h4 {
  margin-bottom: 20px;
  margin-top: 20px;
}
/* line 74, ../sass/scss/stillPresent/modules/main-titles.scss */
.node-page h3,
.node-page .h3 {
  font-size: 35px;
  line-height: 40px;
  margin-bottom: 80px;
  margin-top: 100px;
}
@media only screen and (max-width: 991px) {
  /* line 74, ../sass/scss/stillPresent/modules/main-titles.scss */
  .node-page h3,
  .node-page .h3 {
    font-size: 30px;
    line-height: 34px;
  }
}
@media only screen and (max-width: 650px) {
  /* line 74, ../sass/scss/stillPresent/modules/main-titles.scss */
  .node-page h3,
  .node-page .h3 {
    font-size: 22px;
    line-height: 22px;
  }
}
@media only screen and (max-width: 380px) {
  /* line 74, ../sass/scss/stillPresent/modules/main-titles.scss */
  .node-page h3,
  .node-page .h3 {
    font-size: 20px;
    line-height: 20px;
  }
}
/* line 93, ../sass/scss/stillPresent/modules/main-titles.scss */
.node-page h2,
.node-page .h2 {
  font-size: 45px;
  line-height: 50px;
}
@media only screen and (max-width: 991px) {
  /* line 93, ../sass/scss/stillPresent/modules/main-titles.scss */
  .node-page h2,
  .node-page .h2 {
    font-size: 40px;
    line-height: 44px;
  }
}
@media only screen and (max-width: 650px) {
  /* line 93, ../sass/scss/stillPresent/modules/main-titles.scss */
  .node-page h2,
  .node-page .h2 {
    font-size: 32px;
    line-height: 32px;
  }
}
@media only screen and (max-width: 380px) {
  /* line 93, ../sass/scss/stillPresent/modules/main-titles.scss */
  .node-page h2,
  .node-page .h2 {
    font-size: 30px;
    line-height: 30px;
  }
}

/* line 3, ../sass/scss/stillPresent/modules/radio-button.scss */
.radio-button {
  margin-bottom: 25px;
}
/* line 5, ../sass/scss/stillPresent/modules/radio-button.scss */
.radio-button > div {
  display: flex;
}
/* line 8, ../sass/scss/stillPresent/modules/radio-button.scss */
.radio-button .ui-radio {
  display: block;
  position: relative;
  width: 175px;
  height: 100%;
}
/* line 12, ../sass/scss/stillPresent/modules/radio-button.scss */
.radio-button .ui-radio input[type=radio] {
  position: absolute;
  visibility: hidden;
}
/* line 16, ../sass/scss/stillPresent/modules/radio-button.scss */
.radio-button .ui-radio label {
  display: block;
  position: relative;
  padding: 10px 0 0 30px;
  margin: 0;
  z-index: 9;
  cursor: pointer;
  -moz-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  -webkit-transition: all 0.25s linear;
  transition: all 0.25s linear;
}
/* line 25, ../sass/scss/stillPresent/modules/radio-button.scss */
.radio-button .ui-radio .check {
  display: block;
  width: 21px;
  height: 21px;
  position: absolute;
  top: 11px;
  left: 0;
  border-width: 1px;
  border-style: solid;
  border-color: #909090;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  z-index: 5;
  -moz-transition: border 0.25s linear;
  -o-transition: border 0.25s linear;
  -webkit-transition: border 0.25s linear;
  transition: border 0.25s linear;
}
/* line 33, ../sass/scss/stillPresent/modules/radio-button.scss */
.radio-button .ui-radio .check:hover {
  width: 21px;
  height: 21px;
  border-width: 1px;
  border-style: solid;
  border-color: #303030;
}
/* line 37, ../sass/scss/stillPresent/modules/radio-button.scss */
.radio-button .ui-radio .check:before {
  display: block;
  width: 50%;
  height: 50%;
  position: absolute;
  top: 5px;
  left: 5px;
  content: '';
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  margin: auto;
  -moz-transition: background 0.25s linear;
  -o-transition: background 0.25s linear;
  -webkit-transition: background 0.25s linear;
  transition: background 0.25s linear;
}
/* line 48, ../sass/scss/stillPresent/modules/radio-button.scss */
.radio-button input[type=radio]:checked ~ .check {
  border: 1px solid #303030;
  background-color: #ffffff;
}
/* line 51, ../sass/scss/stillPresent/modules/radio-button.scss */
.radio-button input[type=radio]:checked ~ .check:before {
  width: 13px;
  height: 13px;
  position: absolute;
  top: 3px;
  left: 3px;
  background-color: #1242D4;
  border: 2px solid #ffffff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  content: '';
  text-align: center;
  font-size: 0.8em;
}

/* line 3, ../sass/scss/stillPresent/modules/valid-check.scss */
.valid-check {
  position: relative;
}
/* line 5, ../sass/scss/stillPresent/modules/valid-check.scss */
.valid-check .check-box {
  display: flex;
}
/* line 7, ../sass/scss/stillPresent/modules/valid-check.scss */
.valid-check .check-box .form {
  width: 175px;
  margin: 0 0 15px 0;
}
/* line 10, ../sass/scss/stillPresent/modules/valid-check.scss */
.valid-check .check-box .form [type="checkbox"]:not(:checked),
.valid-check .check-box .form [type="checkbox"]:checked {
  position: absolute;
  left: -9999px;
}
/* line 15, ../sass/scss/stillPresent/modules/valid-check.scss */
.valid-check .check-box .form [type="checkbox"]:not(:checked) + label,
.valid-check .check-box .form [type="checkbox"]:checked + label {
  width: 100%;
  height: 21px;
  position: relative;
  cursor: pointer;
  padding-left: 35px;
  padding-top: 7px;
}
@media only screen and (max-width: 320px) {
  /* line 15, ../sass/scss/stillPresent/modules/valid-check.scss */
  .valid-check .check-box .form [type="checkbox"]:not(:checked) + label,
  .valid-check .check-box .form [type="checkbox"]:checked + label {
    padding-left: 30px;
  }
}
/* line 26, ../sass/scss/stillPresent/modules/valid-check.scss */
.valid-check .check-box .form [type="checkbox"]:not(:checked) + label:after,
.valid-check .check-box .form [type="checkbox"]:checked + label:after,
.valid-check .check-box .form [type="checkbox"]:not(:checked) + label:before,
.valid-check .check-box .form [type="checkbox"]:checked + label:before {
  position: absolute;
  top: 7px;
  left: 0;
  content: '';
  width: 21px;
  height: 21px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
/* line 35, ../sass/scss/stillPresent/modules/valid-check.scss */
.valid-check .check-box .form [type="checkbox"]:not(:checked) + label:before,
.valid-check .check-box .form [type="checkbox"]:checked + label:before {
  border-width: 1px;
  border-style: solid;
  border-color: #909090;
  background: #ffffff;
}
/* line 40, ../sass/scss/stillPresent/modules/valid-check.scss */
.valid-check .check-box .form [type="checkbox"]:not(:checked) + label:after,
.valid-check .check-box .form [type="checkbox"]:checked + label:after {
  text-align: center;
  padding-top: 0;
  content: '\2713';
  font-size: 20px;
  color: #ffffff;
  background-color: #1242D4;
  border: 1px solid #1242D4;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
/* line 51, ../sass/scss/stillPresent/modules/valid-check.scss */
.valid-check .check-box .form [type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}
/* line 55, ../sass/scss/stillPresent/modules/valid-check.scss */
.valid-check .check-box .form [type="checkbox"]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}

/* line 3, ../sass/scss/stillPresent/modules/feed.scss */
.feed {
  position: relative;
}
/* line 6, ../sass/scss/stillPresent/modules/feed.scss */
.feed .title-indent:before, .feed .title-indent:after {
  content: 'Le Feed';
}
/* line 10, ../sass/scss/stillPresent/modules/feed.scss */
.feed .title-indent:before {
  top: -20px;
}
/* line 13, ../sass/scss/stillPresent/modules/feed.scss */
.feed .title-indent:after {
  top: -58px;
}
/* line 17, ../sass/scss/stillPresent/modules/feed.scss */
.feed .h2 {
  text-indent: -3000em;
}
/* line 20, ../sass/scss/stillPresent/modules/feed.scss */
.feed .feed-content {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 70px;
}
@media only screen and (max-width: 650px) {
  /* line 20, ../sass/scss/stillPresent/modules/feed.scss */
  .feed .feed-content {
    display: block;
  }
}
/* line 28, ../sass/scss/stillPresent/modules/feed.scss */
.feed .feed-content .glide {
  width: 750px;
}
@media only screen and (max-width: 1199px) {
  /* line 28, ../sass/scss/stillPresent/modules/feed.scss */
  .feed .feed-content .glide {
    width: calc(100% - 250px);
    width: -moz-calc(100% - 250px);
    width: -webkit-calc(100% - 250px);
    width: calc(100% - 250px);
    width: -moz-calc(100% - 250px);
    width: -webkit-calc(100% - 250px);
    margin-right: 20px;
  }
}
@media only screen and (max-width: 650px) {
  /* line 28, ../sass/scss/stillPresent/modules/feed.scss */
  .feed .feed-content .glide {
    width: 100%;
    margin-right: 0;
    margin-bottom: 25px;
  }
}
/* line 39, ../sass/scss/stillPresent/modules/feed.scss */
.feed .feed-content .glide .prev-next {
  justify-content: flex-start;
}

/* line 46, ../sass/scss/stillPresent/modules/feed.scss */
.feed {
  background: url(../image/bon-plan/feed/bg.png) bottom right no-repeat;
  padding-bottom: 100px;
}
@media only screen and (max-width: 1199px) {
  /* line 46, ../sass/scss/stillPresent/modules/feed.scss */
  .feed {
    padding-bottom: 60px;
  }
}

/* line 54, ../sass/scss/stillPresent/modules/feed.scss */
.download-fiche {
  position: absolute;
  bottom: 15px;
  right: 15px;
}
/* line 58, ../sass/scss/stillPresent/modules/feed.scss */
.download-fiche img {
  height: auto !important;
}

/* line 63, ../sass/scss/stillPresent/modules/feed.scss */
.pratique .card-article .card-article-title, .fiches .card-article .card-article-title {
  padding: 30px 20px 50px;
}

/* line 3, ../sass/scss/stillPresent/modules/title-indent.scss */
.title-indent {
  position: relative;
}
/* line 5, ../sass/scss/stillPresent/modules/title-indent.scss */
.title-indent h2,
.title-indent .h2 {
  text-indent: -3000em;
}
/* line 9, ../sass/scss/stillPresent/modules/title-indent.scss */
.title-indent:before, .title-indent:after {
  width: 100%;
  position: absolute;
  left: 0;
  text-align: center;
}
/* line 16, ../sass/scss/stillPresent/modules/title-indent.scss */
.title-indent:before {
  height: 45px;
  font-size: 45px;
}
@media only screen and (max-width: 991px) {
  /* line 16, ../sass/scss/stillPresent/modules/title-indent.scss */
  .title-indent:before {
    font-size: 40px;
    line-height: 44px;
  }
}
/* line 24, ../sass/scss/stillPresent/modules/title-indent.scss */
.title-indent:after {
  height: 130px;
  font-size: 130px;
  color: #1242D4;
  opacity: 0.1;
}
@media only screen and (max-width: 991px) {
  /* line 24, ../sass/scss/stillPresent/modules/title-indent.scss */
  .title-indent:after {
    font-size: 80px;
    line-height: 60px;
  }
}
@media only screen and (max-width: 480px) {
  /* line 24, ../sass/scss/stillPresent/modules/title-indent.scss */
  .title-indent:after {
    font-size: 60px;
  }
}

/* line 3, ../sass/scss/stillPresent/modules/card-article.scss */
.card-article {
  position: relative;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background-color: #ffffff;
}
/* line 8, ../sass/scss/stillPresent/modules/card-article.scss */
.card-article.card-article-video:before {
  width: 92px;
  height: 92px;
  position: absolute;
  top: 71px;
  left: calc(50% - 46px);
  left: -moz-calc(50% - 46px);
  left: -webkit-calc(50% - 46px);
  left: calc(50% - 46px);
  left: -moz-calc(50% - 46px);
  left: -webkit-calc(50% - 46px);
  content: '';
  background: url(../image/picto/play.svg) center no-repeat;
  z-index: 5;
}
/* line 16, ../sass/scss/stillPresent/modules/card-article.scss */
.card-article img {
  object-fit: cover;
  width: 100%;
  height: 290px;
  -webkit-border-radius: 20px 20px 0 0;
  -moz-border-radius: 20px 20px 0 0;
  border-radius: 20px 20px 0 0;
}
@media only screen and (max-width: 480px) {
  /* line 16, ../sass/scss/stillPresent/modules/card-article.scss */
  .card-article img {
    height: 220px !important;
  }
}
/* line 23, ../sass/scss/stillPresent/modules/card-article.scss */
.card-article .card-article-title {
  padding: 30px 20px;
}
/* line 25, ../sass/scss/stillPresent/modules/card-article.scss */
.card-article .card-article-title span {
  display: block;
  color: #1242D4;
}
/* line 29, ../sass/scss/stillPresent/modules/card-article.scss */
.card-article .card-article-title div {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 20px;
}
/* line 34, ../sass/scss/stillPresent/modules/card-article.scss */
.card-article .card-article-title div p {
  font-family: 'ITCAvantGardeStdBk';
  color: #909090;
}
/* line 38, ../sass/scss/stillPresent/modules/card-article.scss */
.card-article .card-article-title div svg {
  min-width: 25px;
  margin-left: 20px;
  color: #E04C87;
  fill: #E04C87;
}
/* line 45, ../sass/scss/stillPresent/modules/card-article.scss */
.card-article .card-article-title .card-article-date {
  margin-top: 0;
  font-family: 'ITCAvantGardeStdBk';
  font-weight: normal;
}
/* line 53, ../sass/scss/stillPresent/modules/card-article.scss */
.card-article.article-video:before {
  top: 100px;
}
@media only screen and (max-width: 480px) {
  /* line 53, ../sass/scss/stillPresent/modules/card-article.scss */
  .card-article.article-video:before {
    top: 58px;
  }
}

/* line 2, ../sass/scss/stillPresent/modules/intro.scss */
.intro {
  padding-bottom: 120px;
}
@media only screen and (max-width: 1199px) {
  /* line 2, ../sass/scss/stillPresent/modules/intro.scss */
  .intro {
    padding-bottom: 60px;
  }
}
@media only screen and (max-width: 991px) {
  /* line 2, ../sass/scss/stillPresent/modules/intro.scss */
  .intro {
    padding-bottom: 20px;
  }
}
@media only screen and (max-width: 480px) {
  /* line 2, ../sass/scss/stillPresent/modules/intro.scss */
  .intro {
    padding-bottom: 0;
  }
}
/* line 13, ../sass/scss/stillPresent/modules/intro.scss */
.intro .intro-content {
  position: relative;
  max-width: 100%;
  overflow: hidden;
  border-radius: 25px;
}
/* line 18, ../sass/scss/stillPresent/modules/intro.scss */
.intro .intro-content img {
  max-width: 100%;
  max-height: 556px;
}
@media only screen and (max-width: 991px) {
  /* line 18, ../sass/scss/stillPresent/modules/intro.scss */
  .intro .intro-content img {
    max-width: none;
  }
}
@media only screen and (max-width: 991px) {
  /* line 18, ../sass/scss/stillPresent/modules/intro.scss */
  .intro .intro-content img {
    max-width: none;
  }
}
@media only screen and (max-width: 767px) {
  /* line 18, ../sass/scss/stillPresent/modules/intro.scss */
  .intro .intro-content img {
    max-height: 350px;
  }
}
/* line 32, ../sass/scss/stillPresent/modules/intro.scss */
.intro .intro-content .img {
  object-fit: cover;
  width: 100%;
  height: 556px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  margin-top: 10px;
  max-width: 100%;
}
@media only screen and (max-width: 767px) {
  /* line 32, ../sass/scss/stillPresent/modules/intro.scss */
  .intro .intro-content .img {
    height: 450px;
  }
}
@media only screen and (max-width: 480px) {
  /* line 32, ../sass/scss/stillPresent/modules/intro.scss */
  .intro .intro-content .img {
    height: 325px;
  }
}
/* line 44, ../sass/scss/stillPresent/modules/intro.scss */
.intro .intro-content figcaption {
  display: flex;
  align-items: center;
  width: calc(100% - 100px);
  width: -moz-calc(100% - 100px);
  width: -webkit-calc(100% - 100px);
  width: calc(100% - 100px);
  width: -moz-calc(100% - 100px);
  width: -webkit-calc(100% - 100px);
  height: 556px;
  position: absolute;
  top: 0;
  left: 100px;
  z-index: 5;
  color: #ffffff;
}
@media only screen and (max-width: 1199px) {
  /* line 44, ../sass/scss/stillPresent/modules/intro.scss */
  .intro .intro-content figcaption {
    left: 40px;
  }
}
@media only screen and (max-width: 991px) {
  /* line 44, ../sass/scss/stillPresent/modules/intro.scss */
  .intro .intro-content figcaption {
    left: 20px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 44, ../sass/scss/stillPresent/modules/intro.scss */
  .intro .intro-content figcaption {
    height: 450px;
  }
}
@media only screen and (max-width: 480px) {
  /* line 44, ../sass/scss/stillPresent/modules/intro.scss */
  .intro .intro-content figcaption {
    height: 325px;
  }
}
/* line 64, ../sass/scss/stillPresent/modules/intro.scss */
.intro .intro-content figcaption h1,
.intro .intro-content figcaption .h1 {
  width: 440px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 991px) {
  /* line 64, ../sass/scss/stillPresent/modules/intro.scss */
  .intro .intro-content figcaption h1,
  .intro .intro-content figcaption .h1 {
    width: 375px;
  }
}
@media only screen and (max-width: 480px) {
  /* line 64, ../sass/scss/stillPresent/modules/intro.scss */
  .intro .intro-content figcaption h1,
  .intro .intro-content figcaption .h1 {
    width: 100%;
  }
}
/* line 75, ../sass/scss/stillPresent/modules/intro.scss */
.intro .intro-content figcaption span {
  display: block;
  width: 440px;
  font-size: 22px;
  line-height: 25px;
}
@media only screen and (max-width: 991px) {
  /* line 75, ../sass/scss/stillPresent/modules/intro.scss */
  .intro .intro-content figcaption span {
    width: 375px;
  }
}
@media only screen and (max-width: 480px) {
  /* line 75, ../sass/scss/stillPresent/modules/intro.scss */
  .intro .intro-content figcaption span {
    width: 90%;
    font-size: 18px;
    line-height: 20px;
  }
}
/* line 90, ../sass/scss/stillPresent/modules/intro.scss */
.intro .intro-content a {
  width: 100%;
  color: #ffffff;
}

@media only screen and (max-width: 767px) {
  /* line 98, ../sass/scss/stillPresent/modules/intro.scss */
  .jobs .intro .intro-content img {
    max-height: 450px;
  }
}
/* line 3, ../sass/scss/stillPresent/modules/newsletter.scss */
.newsletter {
  position: relative;
  background-color: #6983FC;
  padding: 54px 0;
  color: #ffffff;
}
/* line 8, ../sass/scss/stillPresent/modules/newsletter.scss */
.newsletter:before {
  width: 129px;
  height: 138px;
  position: absolute;
  top: calc(50% - 69px);
  top: -moz-calc(50% - 69px);
  top: -webkit-calc(50% - 69px);
  top: calc(50% - 69px);
  top: -moz-calc(50% - 69px);
  top: -webkit-calc(50% - 69px);
  left: calc(50% - 450px);
  left: -moz-calc(50% - 450px);
  left: -webkit-calc(50% - 450px);
  left: calc(50% - 450px);
  left: -moz-calc(50% - 450px);
  left: -webkit-calc(50% - 450px);
  content: '';
  background: url(../image/hp/newsletter/bulle.png) center no-repeat;
}
@media only screen and (max-width: 991px) {
  /* line 8, ../sass/scss/stillPresent/modules/newsletter.scss */
  .newsletter:before {
    position: absolute;
    top: calc(50% - 69px);
    top: -moz-calc(50% - 69px);
    top: -webkit-calc(50% - 69px);
    top: calc(50% - 69px);
    top: -moz-calc(50% - 69px);
    top: -webkit-calc(50% - 69px);
    left: calc(50% - 345px);
    left: -moz-calc(50% - 345px);
    left: -webkit-calc(50% - 345px);
    left: calc(50% - 345px);
    left: -moz-calc(50% - 345px);
    left: -webkit-calc(50% - 345px);
  }
}
@media only screen and (max-width: 767px) {
  /* line 8, ../sass/scss/stillPresent/modules/newsletter.scss */
  .newsletter:before {
    left: 460px;
  }
}
@media only screen and (max-width: 650px) {
  /* line 8, ../sass/scss/stillPresent/modules/newsletter.scss */
  .newsletter:before {
    display: none;
  }
}
/* line 23, ../sass/scss/stillPresent/modules/newsletter.scss */
.newsletter .formulaire {
  width: 370px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 767px) {
  /* line 23, ../sass/scss/stillPresent/modules/newsletter.scss */
  .newsletter .formulaire {
    margin-left: 0;
    margin-right: 0;
  }
}
@media only screen and (max-width: 650px) {
  /* line 23, ../sass/scss/stillPresent/modules/newsletter.scss */
  .newsletter .formulaire {
    width: 100%;
  }
}
/* line 32, ../sass/scss/stillPresent/modules/newsletter.scss */
.newsletter .formulaire svg {
  color: #ffffff !important;
  fill: #ffffff !important;
}
/* line 35, ../sass/scss/stillPresent/modules/newsletter.scss */
.newsletter .formulaire svg .a {
  color: #ffffff !important;
  fill: #ffffff !important;
}
/* line 40, ../sass/scss/stillPresent/modules/newsletter.scss */
.newsletter .formulaire h4 {
  text-align: center;
  margin-bottom: 12px;
}
/* line 44, ../sass/scss/stillPresent/modules/newsletter.scss */
.newsletter .formulaire .inputs {
  display: flex;
}
/* line 46, ../sass/scss/stillPresent/modules/newsletter.scss */
.newsletter .formulaire .inputs:first-child {
  margin-bottom: 10px;
}
/* line 50, ../sass/scss/stillPresent/modules/newsletter.scss */
.newsletter .formulaire .inputs .input:first-child {
  margin-right: 10px;
}
/* line 53, ../sass/scss/stillPresent/modules/newsletter.scss */
.newsletter .formulaire .inputs .input input {
  width: 100%;
  height: 50px;
  color: #ffffff;
  border-width: 1px;
  border-style: solid;
  border-color: #ffffff;
  background-color: transparent;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 16px;
  font-family: 'ITCAvantGardeStdBk';
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
}
/* line 63, ../sass/scss/stillPresent/modules/newsletter.scss */
.newsletter .formulaire .inputs .input input::-webkit-input-placeholder {
  color: #ffffff !important;
}
/* line 66, ../sass/scss/stillPresent/modules/newsletter.scss */
.newsletter .formulaire .inputs .input input:-moz-placeholder {
  color: #ffffff !important;
}
/* line 69, ../sass/scss/stillPresent/modules/newsletter.scss */
.newsletter .formulaire .inputs .input input:placeholder {
  color: #ffffff !important;
}
/* line 75, ../sass/scss/stillPresent/modules/newsletter.scss */
.newsletter .formulaire .inputs:last-child .input:first-child {
  width: calc(100% - 60px);
  width: -moz-calc(100% - 60px);
  width: -webkit-calc(100% - 60px);
  width: calc(100% - 60px);
  width: -moz-calc(100% - 60px);
  width: -webkit-calc(100% - 60px);
}
/* line 81, ../sass/scss/stillPresent/modules/newsletter.scss */
.newsletter .formulaire .disclaimer {
  font-size: 15px;
  font-family: 'ITCAvantGardeStdBk';
}
/* line 84, ../sass/scss/stillPresent/modules/newsletter.scss */
.newsletter .formulaire .disclaimer a {
  display: inline;
  color: white;
}

/* line 3, ../sass/scss/stillPresent/modules/fifty-fifty.scss */
.fifty-fifty {
  padding: 100px 0 130px 0;
  margin-bottom: 95px;
}
@media only screen and (max-width: 1199px) {
  /* line 3, ../sass/scss/stillPresent/modules/fifty-fifty.scss */
  .fifty-fifty {
    padding: 60px 0 40px 0;
  }
}
@media only screen and (max-width: 480px) {
  /* line 3, ../sass/scss/stillPresent/modules/fifty-fifty.scss */
  .fifty-fifty {
    margin-bottom: 30px;
  }
}
/* line 12, ../sass/scss/stillPresent/modules/fifty-fifty.scss */
.fifty-fifty .h5 {
  margin: 20px 0 40px 0;
}
/* line 15, ../sass/scss/stillPresent/modules/fifty-fifty.scss */
.fifty-fifty .fifty-txt {
  display: flex;
}
@media only screen and (max-width: 650px) {
  /* line 15, ../sass/scss/stillPresent/modules/fifty-fifty.scss */
  .fifty-fifty .fifty-txt {
    display: block;
  }
}
/* line 20, ../sass/scss/stillPresent/modules/fifty-fifty.scss */
.fifty-fifty .fifty-txt > div {
  width: calc(50% - 100px);
  width: -moz-calc(50% - 100px);
  width: -webkit-calc(50% - 100px);
  width: calc(50% - 100px);
  width: -moz-calc(50% - 100px);
  width: -webkit-calc(50% - 100px);
  margin-right: 100px;
}
@media only screen and (max-width: 991px) {
  /* line 20, ../sass/scss/stillPresent/modules/fifty-fifty.scss */
  .fifty-fifty .fifty-txt > div {
    width: calc(50% - 40px);
    width: -moz-calc(50% - 40px);
    width: -webkit-calc(50% - 40px);
    width: calc(50% - 40px);
    width: -moz-calc(50% - 40px);
    width: -webkit-calc(50% - 40px);
    margin-right: 40px;
  }
}
@media only screen and (max-width: 650px) {
  /* line 20, ../sass/scss/stillPresent/modules/fifty-fifty.scss */
  .fifty-fifty .fifty-txt > div {
    width: 100%;
  }
}
/* line 30, ../sass/scss/stillPresent/modules/fifty-fifty.scss */
.fifty-fifty .fifty-txt > div p,
.fifty-fifty .fifty-txt > div strong {
  margin-bottom: 20px;
}
/* line 34, ../sass/scss/stillPresent/modules/fifty-fifty.scss */
.fifty-fifty .fifty-txt > div p {
  font-family: 'ITCAvantGardeStdBk';
  color: #909090;
}
/* line 38, ../sass/scss/stillPresent/modules/fifty-fifty.scss */
.fifty-fifty .fifty-txt > div strong {
  display: block;
}

/* line 3, ../sass/scss/stillPresent/modules/breadcrumb.scss */
.breadcrumb {
  position: absolute;
  top: 35px;
  left: 50px;
  background-color: transparent;
  margin: 0;
  padding: 0;
}
@media only screen and (max-width: 991px) {
  /* line 3, ../sass/scss/stillPresent/modules/breadcrumb.scss */
  .breadcrumb {
    left: 20px;
  }
}
@media only screen and (max-width: 480px) {
  /* line 3, ../sass/scss/stillPresent/modules/breadcrumb.scss */
  .breadcrumb {
    top: 10px;
  }
}
/* line 14, ../sass/scss/stillPresent/modules/breadcrumb.scss */
.breadcrumb li {
  position: relative;
  font-family: 'ITCAvantGardeStdBk';
  font-size: 14px;
  line-height: 23px;
  color: #ffffff;
  margin-right: 15px;
  z-index: 555;
}
/* line 22, ../sass/scss/stillPresent/modules/breadcrumb.scss */
.breadcrumb li:before {
  position: absolute;
  top: 0;
  right: -11px;
  content: '/';
}
/* line 26, ../sass/scss/stillPresent/modules/breadcrumb.scss */
.breadcrumb li:last-child {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
/* line 28, ../sass/scss/stillPresent/modules/breadcrumb.scss */
.breadcrumb li:last-child:before {
  display: none;
}
/* line 32, ../sass/scss/stillPresent/modules/breadcrumb.scss */
.breadcrumb li a {
  color: #ffffff;
}

/* line 3, ../sass/scss/stillPresent/modules/title-structure-default.scss */
.title-structure-default h3,
.title-structure-default .h3 {
  margin-bottom: 20px;
}
/* line 7, ../sass/scss/stillPresent/modules/title-structure-default.scss */
.title-structure-default strong,
.title-structure-default .h5 {
  display: block;
  font-size: 22px;
  line-height: 25px;
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  /* line 7, ../sass/scss/stillPresent/modules/title-structure-default.scss */
  .title-structure-default strong,
  .title-structure-default .h5 {
    margin-bottom: 25px;
  }
}
/* line 17, ../sass/scss/stillPresent/modules/title-structure-default.scss */
.title-structure-default p {
  font-family: 'ITCAvantGardeStdBk';
  color: #909090;
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  /* line 17, ../sass/scss/stillPresent/modules/title-structure-default.scss */
  .title-structure-default p {
    margin-bottom: 20px;
  }
}
/* line 25, ../sass/scss/stillPresent/modules/title-structure-default.scss */
.title-structure-default a,
.title-structure-default .button {
  margin-bottom: 40px;
}

/* line 5, ../sass/scss/campus/styles.scss */
.path-frontpage .container .about {
  background: url(../image/campus/about/bg.png) bottom center no-repeat;
  background-size: cover;
  padding-top: 20px;
}
/* line 9, ../sass/scss/campus/styles.scss */
.path-frontpage .container .about.fifty-fifty {
  margin-bottom: 0;
}
/* line 13, ../sass/scss/campus/styles.scss */
.path-frontpage .container .propositions {
  background-color: #6DD3CE;
  padding: 100px 0 70px 0;
  color: #ffffff;
}
@media only screen and (max-width: 1199px) {
  /* line 13, ../sass/scss/campus/styles.scss */
  .path-frontpage .container .propositions {
    padding: 60px 0 30px 0;
  }
}
/* line 21, ../sass/scss/campus/styles.scss */
.path-frontpage .container .propositions .max-width .propal-content {
  display: flex;
  align-items: flex-end;
}
@media only screen and (max-width: 767px) {
  /* line 21, ../sass/scss/campus/styles.scss */
  .path-frontpage .container .propositions .max-width .propal-content {
    display: block;
  }
}
/* line 27, ../sass/scss/campus/styles.scss */
.path-frontpage .container .propositions .max-width .propal-content ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: 50px;
}
@media only screen and (max-width: 991px) {
  /* line 27, ../sass/scss/campus/styles.scss */
  .path-frontpage .container .propositions .max-width .propal-content ul {
    margin-top: 30px;
  }
}
/* line 34, ../sass/scss/campus/styles.scss */
.path-frontpage .container .propositions .max-width .propal-content ul li {
  width: calc(50% - 40px);
  width: -moz-calc(50% - 40px);
  width: -webkit-calc(50% - 40px);
  width: calc(50% - 40px);
  width: -moz-calc(50% - 40px);
  width: -webkit-calc(50% - 40px);
  font-size: 22px;
  line-height: 25px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 1199px) {
  /* line 34, ../sass/scss/campus/styles.scss */
  .path-frontpage .container .propositions .max-width .propal-content ul li {
    width: calc(50% - 20px);
    width: -moz-calc(50% - 20px);
    width: -webkit-calc(50% - 20px);
    width: calc(50% - 20px);
    width: -moz-calc(50% - 20px);
    width: -webkit-calc(50% - 20px);
  }
}
@media only screen and (max-width: 991px) {
  /* line 34, ../sass/scss/campus/styles.scss */
  .path-frontpage .container .propositions .max-width .propal-content ul li {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  /* line 34, ../sass/scss/campus/styles.scss */
  .path-frontpage .container .propositions .max-width .propal-content ul li {
    width: calc(50% - 20px);
    width: -moz-calc(50% - 20px);
    width: -webkit-calc(50% - 20px);
    width: calc(50% - 20px);
    width: -moz-calc(50% - 20px);
    width: -webkit-calc(50% - 20px);
  }
}
@media only screen and (max-width: 650px) {
  /* line 34, ../sass/scss/campus/styles.scss */
  .path-frontpage .container .propositions .max-width .propal-content ul li {
    width: 100%;
  }
}
/* line 51, ../sass/scss/campus/styles.scss */
.path-frontpage .container .propositions .max-width .propal-content ul li:nth-child(odd) {
  margin-right: 80px;
}
@media only screen and (max-width: 1199px) {
  /* line 51, ../sass/scss/campus/styles.scss */
  .path-frontpage .container .propositions .max-width .propal-content ul li:nth-child(odd) {
    font-size: 20px;
    margin-right: 40px;
  }
}
@media only screen and (max-width: 991px) {
  /* line 51, ../sass/scss/campus/styles.scss */
  .path-frontpage .container .propositions .max-width .propal-content ul li:nth-child(odd) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  /* line 51, ../sass/scss/campus/styles.scss */
  .path-frontpage .container .propositions .max-width .propal-content ul li:nth-child(odd) {
    margin-right: 40px;
  }
}
@media only screen and (max-width: 650px) {
  /* line 51, ../sass/scss/campus/styles.scss */
  .path-frontpage .container .propositions .max-width .propal-content ul li:nth-child(odd) {
    margin-right: 0;
  }
}
/* line 67, ../sass/scss/campus/styles.scss */
.path-frontpage .container .propositions .max-width .propal-content ul li a {
  display: flex;
  align-items: center;
  color: #ffffff;
}
/* line 72, ../sass/scss/campus/styles.scss */
.path-frontpage .container .propositions .max-width .propal-content ul li svg {
  color: #ffffff;
  fill: #ffffff;
  margin-left: 20px;
}
@media only screen and (max-width: 1199px) {
  /* line 72, ../sass/scss/campus/styles.scss */
  .path-frontpage .container .propositions .max-width .propal-content ul li svg {
    margin-left: 10px;
  }
}
@media only screen and (max-width: 991px) {
  /* line 72, ../sass/scss/campus/styles.scss */
  .path-frontpage .container .propositions .max-width .propal-content ul li svg {
    margin-left: 20px;
  }
}
/* line 85, ../sass/scss/campus/styles.scss */
.path-frontpage .container .propositions .max-width .propal-content img {
  width: 385px;
  height: 271px;
  min-width: 385px;
}
@media only screen and (max-width: 480px) {
  /* line 85, ../sass/scss/campus/styles.scss */
  .path-frontpage .container .propositions .max-width .propal-content img {
    width: 100%;
    height: auto;
    min-width: 100%;
  }
}
/* line 96, ../sass/scss/campus/styles.scss */
.path-frontpage .container .partner {
  padding: 100px 0;
}
@media only screen and (max-width: 1199px) {
  /* line 96, ../sass/scss/campus/styles.scss */
  .path-frontpage .container .partner {
    padding: 60px 0;
  }
}
/* line 101, ../sass/scss/campus/styles.scss */
.path-frontpage .container .partner.banque {
  background-color: #EDF1FF;
}
@media only screen and (max-width: 1199px) {
  /* line 103, ../sass/scss/campus/styles.scss */
  .path-frontpage .container .partner.banque img {
    object-fit: cover;
    width: calc(100% - 490px);
    width: -moz-calc(100% - 490px);
    width: -webkit-calc(100% - 490px);
    width: calc(100% - 490px);
    width: -moz-calc(100% - 490px);
    width: -webkit-calc(100% - 490px);
    height: auto;
  }
}
@media only screen and (max-width: 991px) {
  /* line 103, ../sass/scss/campus/styles.scss */
  .path-frontpage .container .partner.banque img {
    object-fit: inherit;
    width: auto;
    height: auto;
  }
}
@media only screen and (max-width: 650px) {
  /* line 103, ../sass/scss/campus/styles.scss */
  .path-frontpage .container .partner.banque img {
    width: 100%;
  }
}
/* line 118, ../sass/scss/campus/styles.scss */
.path-frontpage .container .partner .max-width {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 991px) {
  /* line 118, ../sass/scss/campus/styles.scss */
  .path-frontpage .container .partner .max-width {
    display: block;
  }
}
/* line 124, ../sass/scss/campus/styles.scss */
.path-frontpage .container .partner .max-width .title {
  width: 600px;
  margin-right: 40px;
}
@media only screen and (max-width: 1199px) {
  /* line 124, ../sass/scss/campus/styles.scss */
  .path-frontpage .container .partner .max-width .title {
    width: 450px;
  }
}
@media only screen and (max-width: 991px) {
  /* line 124, ../sass/scss/campus/styles.scss */
  .path-frontpage .container .partner .max-width .title {
    width: 100%;
  }
}
/* line 133, ../sass/scss/campus/styles.scss */
.path-frontpage .container .partner .max-width .title p {
  width: 450px;
}
@media only screen and (max-width: 991px) {
  /* line 133, ../sass/scss/campus/styles.scss */
  .path-frontpage .container .partner .max-width .title p {
    width: 100%;
  }
}
@media only screen and (max-width: 1199px) {
  /* line 140, ../sass/scss/campus/styles.scss */
  .path-frontpage .container .partner .max-width img {
    margin-left: auto;
    margin-right: auto;
  }
}

/* line 150, ../sass/scss/campus/styles.scss */
.feed {
  margin-top: 200px;
}

/* line 154, ../sass/scss/campus/styles.scss */
.partner.banque .max-width img {
  width: 520px;
  max-width: 80%;
}
