@charset "UTF-8";
/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
/* placeholder: proportions vidéo youtube responsive */
/* placeholder : width de 100vw */
/* changer delay selon position dans la liste*/
/* changer width selon position dans la liste */
/* center vertically */
/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
#block-inscriptionalinfolettre {
  position: relative;
  z-index: 200;
  width: 100vw;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  background-image: url(../images/infolettre-bg.jpg);
  background-size: cover;
  background-position: right center;
  background-repeat: no-repeat;
}
#block-inscriptionalinfolettre .wrapper {
  max-width: 1160px;
  width: calc(100% - 50px);
  margin: 0 auto;
  padding: 45px 0;
}
#block-inscriptionalinfolettre .wrapper .wrapper-txt-form {
  width: 100%;
  max-width: 460px;
  margin: 0 0 0 auto;
}
#block-inscriptionalinfolettre .wrapper .wrapper-txt-form .text h2 {
  font-family: "SequelSans-BoldDisplay";
  font-size: 1.8rem;
  line-height: 120%;
  margin: 0 0 15px 0;
}
#block-inscriptionalinfolettre .wrapper .wrapper-txt-form .text p {
  font-family: "Helvetica";
  font-size: 1rem;
  margin: 0 0 22px 0;
}
#block-inscriptionalinfolettre .wrapper .wrapper-txt-form .form form input[type=email] {
  background-color: #fff;
  border: 0;
  border-bottom: 1px solid #000;
  width: 100%;
  max-width: 360px;
  font-family: "Helvetica";
  font-weight: 600;
  font-size: 1rem;
  padding: 5px 0;
}
#block-inscriptionalinfolettre .wrapper .wrapper-txt-form .form form input[type=email]::-webkit-input-placeholder {
  color: #000;
}
#block-inscriptionalinfolettre .wrapper .wrapper-txt-form .form form input[type=email]::-moz-placeholder {
  color: #000;
}
#block-inscriptionalinfolettre .wrapper .wrapper-txt-form .form form input[type=email]:-ms-input-placeholder {
  color: #000;
}
#block-inscriptionalinfolettre .wrapper .wrapper-txt-form .form form input[type=email]:-moz-placeholder {
  color: #000;
}
#block-inscriptionalinfolettre .wrapper .wrapper-txt-form .form form input[type=submit] {
  display: none;
}
#block-inscriptionalinfolettre .wrapper .wrapper-txt-form .form .webform-confirmation .webform-confirmation__message {
  font-family: "SequelSans-BoldBodyText";
  font-size: 1.2em;
}
#block-inscriptionalinfolettre .wrapper .wrapper-txt-form .form a#btn-submit {
  display: inline-block;
  width: calc(100% - 30px);
  max-width: 330px;
  background-color: #FFD600;
  font-size: 1em;
  font-weight: bold;
  color: #000;
  font-family: "SequelSans-BoldBodyText";
  text-decoration: none;
  padding: 8px 0 8px 30px;
  margin: 20px 0 0 0;
  background-image: url(../images/fl-infolettre.png);
  background-size: 43px 7px;
  background-repeat: no-repeat;
  background-position: center right 30px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#block-inscriptionalinfolettre .wrapper .wrapper-txt-form .form a#btn-submit span {
  font-family: "Helvetica";
}
#block-inscriptionalinfolettre .wrapper .wrapper-txt-form .form a#btn-submit:hover {
  background-color: #000;
  background-image: url(../images/fl-infolettre-hover.png);
  color: #fff;
}

.lang-en #block-inscriptionalinfolettre .wrapper .wrapper-txt-form .form #mc_embed_signup form a#btn-submit {
  width: calc(100% - 80px);
  max-width: 280px;
  padding: 8px 0 8px 80px;
  background-position: center right 80px;
}

@media only screen and (min-width: 768px) {
  .lang-en #block-inscriptionalinfolettre .wrapper .wrapper-txt-form .form a#btn-submit {
    width: calc(100% - 100px);
    max-width: 260px;
    padding: 8px 0 8px 100px;
    background-position: center right 100px;
  }
}
@media only screen and (min-width: 1200px) {
  #block-inscriptionalinfolettre .wrapper {
    padding: 65px 0;
  }
  #block-inscriptionalinfolettre .wrapper .wrapper-txt-form .text h2 {
    font-size: 2.5rem;
  }
  #block-inscriptionalinfolettre .wrapper .wrapper-txt-form .form a#btn-submit {
    padding: 10px 0 10px 40px;
    background-position: center right 50px;
  }
}
@media only screen and (min-width: 1440px) {
  #block-inscriptionalinfolettre .wrapper {
    padding: 85px 0;
  }
}