/*Basis*/
.icon-info:before {
  content: "\e936";
}
.icon-calendar:before {
  content: "\e90C";
}
.icon-train:before {
  content: "\e9A8";
}
.icon-tgv:before {
  content: "\e9E2";
}
.icon-flightTGV:before {
  content: "\eA02";
}
.icon-bus:before {
  content: "\e9F4";
}
.icon-car:before {
  content: "\e90f";
}
.icon-cruis:before {
  content: "\e91B";
}
.icon-plusRND:before {
  content: "\e94a";
}
.icon-planeR-fromAbove:before {
  content: "\003A";
}
.icon-bulletRND:before {
  content: "\e90a";
}
.icon-timeDAY:before {
  content: "\e963";
}
.icon-flighttype1W:before {
  content: "\e92e";
}
.icon-meal:before {
  content: "\e9ff";
}
.icon-cruiseship:before {
  content: "\ea17";
}
.icon-adultsonly::before {
  content: "18+";
  font-size: 1.8rem;
  background-color: #002855;
  border-radius: 500%;
  color: #FFFFFF;
  font-family: 'Apercu Pro', sans-serif;
  width: 2.4rem;
  height: 2.4rem;
  text-align: center;
  padding: 0.5rem;
  vertical-align: middle;
}
.icon-low-rated:before {
  content: "\ea09";
}
.icon-medium-rated:before {
  content: "\ea0a";
}
.icon-high-rated:before {
  content: "\ea0b";
}
.icon-facts:before {
  content: "\ea08";
}
.icon-coach:before {
  content: "\ea12";
}
.icon-plane-link:before {
  content: "\ea13";
}
.icon-train-link:before {
  content: "\ea14";
}
.icon-ferry:before {
  content: "\ea16";
}
.icon-translation:before {
  content: "\ea19";
}
.icon-language:before {
  content: "\ea22";
}
.icon-headset:before {
  content: "\ea0c";
}
.icon-bagagelist:before {
  content: "\e904";
}
.icon-facts:before {
  content: "\ea08";
}
.icon-check:before {
  content: "\e910";
}
.icon-briefcase:before {
  content: "\ea0d";
}
.icon-no:before {
  content: "\e9f1";
}
.icon-dollar:before {
  content: "\e91e";
}
.icon-chevronT:after {
  content: "\e917";
}
.icon-chevronD:after {
  content: "\e914";
}
.icon-closeXRND:before {
  content: "\e919";
}
.icon-chevronDWN:before {
  content: "\e914";
}
.icon-chevronLFT:before {
  content: "\e915";
}
.icon-chevronRGT:before {
  content: "\e916";
}
.icon-chevronUP:before {
  content: "\e917";
}
.icon-briefcase::before {
  content: "\ea0d";
  font-family: 'TScomUIicons';
}
.icon-flighttimeDEP::before {
  content: "\e92c";
  font-family: 'TScomUIicons';
}
.icon-flight::before {
  content: "\e924";
  font-family: 'TScomUIicons';
}
.icon-edit::before {
  content: "\e923";
}
.icon-offersDK::before {
  content: "\e9ec";
}
.icon-profile::before {
  content: "\e94d";
}
.icon-beanie::before {
  content: "\e9b1";
}
.icon-group-tour::before {
  content: "\ea0e";
}
.icon-print::before {
  content: "\e94c";
}
.icon-search::before {
  content: "\e953";
}
.icon-timeNEXTDAY::before {
  content: "\e964";
}
.icon-flightpathSTOP::before {
  content: "\e92b";
}
.icon-flightpathFEED::before {
  content: "\e92a";
}
.icon-starDK::before {
  content: "\e95c";
}
.icon-starHALF::before {
  content: "\e95d";
}
.icon-starLT::before {
  content: "\e95e";
}
.icon-plusSQ::before {
  content: "\e94b";
}
.icon-minusSQ::before {
  content: "\e93f";
}
.co-bsh-smallDrop {
  box-shadow: 0 0.2rem 0.4rem 0 rgba(0, 0, 0, 0.2);
}
.co-bsh-bigDrop {
  box-shadow: 0 0.9rem 2.5rem 0 rgba(0, 0, 0, 0.3);
}
.co-card-shadow {
  box-shadow: 0 0.1rem 0.6rem rgba(0, 0, 0, 0.3);
}
.co-mixin-appearance {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.co-mixin-hide-offcanvas {
  position: absolute;
  left: -9999px;
  appearance: none;
}
.co-mixin-clearfix:before,
.co-mixin-clearfix:after {
  content: " ";
  display: table;
}
.co-mixin-clearfix:after {
  clear: both;
}
.co-mixin-nolist {
  list-style: none;
  padding: 0;
}
.co-mixin-nolist li {
  list-style-type: none;
}
.co-mixin-nobreak {
  /* These are technically the same, but use both */
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  /* This is the dangerous one in WebKit, as it breaks things wherever */
  word-break: break-all;
  /* Instead use this non-standard one: */
  word-break: break-word;
  /* Adds a hyphen where the word breaks, if supported (No Blink) */
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}
.co-focus-underline69 {
  box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0.6);
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.co-focus-underline69:focus,
.co-focus-underline69:active {
  box-shadow: inset 0 -0.3rem 0 0 rgba(0, 0, 0, 0.3);
}
.co-content-before,
.co-content-after {
  margin: 0 0 1.5rem;
  font-size: 1.4rem;
  line-height: 1.6;
  color: #696969;
}
.co-accessibilityMsg {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  overflow: hidden;
}
.co-wrapperFull {
  position: relative;
  width: 100%;
}
.co-wrapperFull:before,
.co-wrapperFull:after {
  content: " ";
  display: table;
}
.co-wrapperFull:after {
  clear: both;
}
.co-wrapperStandard {
  position: relative;
  width: 100%;
  max-width: 135rem;
  margin: 0 auto !important;
  padding: 0 2rem;
}
.co-wrapperStandard:before,
.co-wrapperStandard:after {
  content: " ";
  display: table;
}
.co-wrapperStandard:after {
  clear: both;
}
.co-wrapperMedium {
  position: relative;
  width: 100%;
  max-width: 98rem;
  margin: 0 auto !important;
  padding: 0 2rem;
}
.co-wrapperMedium:before,
.co-wrapperMedium:after {
  content: " ";
  display: table;
}
.co-wrapperMedium:after {
  clear: both;
}
.co-bgBlueSky {
  background-color: #E1F4FB;
  color: #002855;
  padding: 1rem;
}
@media screen and (max-width: 767px) {
  .co-wrapperStandard,
  .co-wrapperMedium {
    padding: 0 1rem;
  }
}
.icon-info:before {
  content: "\e936";
}
/*.co-column-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.co-column-50 {
    width: ~"calc(50% - 2rem)";
}*/
/*Pour le futur - style de base commun entre les 2 sites - trop d'impact présentement*/
/*
*,
*:before,
*:after {
    box-sizing: border-box;
}

html {
    font-size: 62.5%;
}

body {
    margin: 0;
    padding: 0;
    font-family: @font;
    font-size: 1.4rem;    
    line-height: 1.6;
}

h1, .h1style,
h2, .h2style,
h3, .h3style,
h4, .h4style,
h5, .h5style,
h6, .h6style {
    line-height: 1.2;
    color: @col-bluenight;
    font-weight: @normal;
}

.h1style,
h1 {
    margin: 0 0 2rem 0;
    font-size: 3.2rem;
}

.h2style,
h2 {
    margin: 0 0 1.5rem 0;
    font-size: 2.8rem;
}

.h3style,
h3 {
    margin: 0 0 1.5rem 0;
    font-size: 2.4rem;
}

.h4style,
h4 {    
    margin: 0;
    font-size: 1.8rem;
}

.h5style,
h5 {   
    margin: 0;
    font-size: 1.8rem;
}

.h6style,
h6 {    
    margin: 0;
    font-size: 1.6rem;
}

p {
    color: @col-grey69;
    font-size: 1.4rem;
    line-height: 1.6;
}


a {
    color: @col-blueelectric;
    text-decoration: none;

    &:hover,
    &:focus {
        text-decoration: underline;
        
    } 
}

*/
.co-form {
  margin-top: 2rem;
  font-size: 1.4rem;
  line-height: 1.6;
  width: 100%;
  max-width: 60rem;
  /* LAYOUT
    *********************************/
  /* MESSAGE SUCCESS, WARNINGS, ERRORS
    *********************************/
  /* FIELDSET and LEGEND
    *********************************/
  /* MENTION FOR MANDATORYFIELDS
    *********************************/
  /* ERRORS
    *********************************/
  /* BUTTONS
    *********************************/
  /*LEGAL TEXT*/
  /* LABEL
    *********************************/
  /* TEXTBOX
    *********************************/
  /*Tooltip help for textbox*/
  /* TEXTAREA
    *********************************/
  /* TODO: Move each section into it's own control's CSS */
  /* SELECT
    *********************************/
  /*.co-dropdown-wrapper {
        position: relative;
        min-height: 8rem;

        &.medium {
            max-width: 50%;
        }

        select {
            .co-mixin-appearance;
            position: relative;
            width: 100%;
            min-width: 100%;
            height: 4.8rem;
            max-height: 4.8rem;
            margin-left: 0;
            padding: 1.6rem 2rem .5rem 0;
            font-size: 1.8rem;
            line-height: 1.2;
            color: @col-grey69;
            text-transform: none;
            white-space: nowrap;
            background: url(../images/dropdown-chevron.svg) no-repeat transparent;
            background-size: 1.5rem 1.5rem;
            background-position: right 0.5rem center;
            border: none;
            border-bottom: 0.3rem solid @col-greylight;
            cursor: pointer;

            option {
                color: @col-bluenight;
            }

            ~ label {
                position: absolute;
                top: -0.2rem;
                left: 0;
                font-size: 1.2rem;
                font-weight: @semibold;
                color: @col-grey69;
            }

            &::-ms-expand { // hides down arrow in IE
                display: none;
            }

            &:focus {
                border-bottom-color: @col-bluenight;
            }

            &.filled {
                color: @col-bluenight;
                border-bottom-color: @col-blueelectric;
            }

            &[aria-invalid="true"] {
                border-bottom-color: @col-red;
            }

            &:disabled {
                cursor: default;
                border-bottom-color: @col-grey3e;
                background: none;
            }
        }
    }*/
  /* FILE UPLOAD
    *********************************/
  /*.co-uploader-wrapper {

        .co-uploader-filelist {
            .co-mixin-nolist;
        }

        .co-uploader-filelist li {
            display: inline-block;
            position: relative;
            margin: 1.5rem 1.5rem 0 0;
            padding: 1.5rem 2rem;
            color: @col-bluenight;
            background-color: @col-grey3e;

            .co-filename {
                display: block;
                width: calc(~"100% - 3rem");
                margin-right: 4rem;
                font-size: 1.4rem;
                line-height: 1.4;
                word-break: break-all; // for long file names
                overflow: hidden;
            }

            button {
                position: absolute;
                top: 1.5rem;
                right: 2rem;

                &:before {
                    content: "\e918";
                    font-family: @iconFont;
                    font-size: 2rem;
                    line-height: 1;
                    color: @col-blueelectric;
                }

                &:hover,
                &:focus {
                    &:before {
                        color: @col-bluenight;
                    }
                }
            }
        }
    }*/
  /* RECAPTCHA
    *********************************/
}
.co-form .co-column-half {
  max-width: 50%;
}
.co-form .co-column {
  flex: 1;
}
.co-form .co-column-double {
  flex: 2;
}
.co-form .co-column-triple {
  flex: 3;
}
.co-form .co-column:not(:first-child),
.co-form .co-column-double:not(:first-child),
.co-form co-column-triple:not(:first-child) {
  padding-left: 2rem;
}
.co-form.extra-spacing .co-column:not(:first-child),
.co-form.extra-spacing .co-column-double:not(:first-child),
.co-form.extra-spacing co-column-triple:not(:first-child) {
  padding-left: 4.5rem;
}
.co-form .co-row,
.co-form .co-row-1024,
.co-form .co-row-767,
.co-form .co-row-480 {
  display: flex;
  width: 100%;
}
.co-form .co-msg-success,
.co-form .co-msg-warning,
.co-form .co-msg-with-divider {
  padding: 2rem;
  margin: 2rem 0;
  background-color: #F9F9FA;
  border: 0.1rem solid #C2C2C2;
}
.co-form .co-msg-success .content,
.co-form .co-msg-warning .content,
.co-form .co-msg-with-divider .content {
  position: relative;
  padding-left: 4rem;
}
.co-form .co-msg-success .content:before,
.co-form .co-msg-warning .content:before,
.co-form .co-msg-with-divider .content:before {
  position: absolute;
  top: 0;
  left: 0;
  font-family: 'TScomUIicons';
  line-height: 1;
}
.co-form .co-msg-success .title,
.co-form .co-msg-warning .title,
.co-form .co-msg-with-divider .title {
  font-size: 2.4rem;
  margin-bottom: 2rem;
}
.co-form .co-msg-success .infos,
.co-form .co-msg-warning .infos,
.co-form .co-msg-with-divider .infos {
  font-size: 1.4rem;
  color: #696969;
}
.co-form .co-msg-success {
  color: #008200;
}
.co-form .co-msg-success .content:before {
  content: "\e910";
  font-size: 2.1rem;
  color: #008200;
}
.co-form .co-msg-success .infos {
  font-size: 1.4rem;
}
.co-form .co-msg-warning {
  color: #002855;
}
.co-form .co-msg-warning .content:before {
  content: "\e936";
  font-size: 2.8rem;
  color: #C50000;
}
.co-form .co-msg-warning .title {
  color: #C50000;
}
.co-form .co-msg-with-divider {
  text-align: center;
  color: #002855;
}
.co-form .co-msg-with-divider .title {
  color: #C50000;
}
.co-form .co-msg-with-divider .divider {
  z-index: 1;
  position: relative;
  margin: 3rem 5rem 1rem 5rem;
  border-top: 0.1rem solid #C2C2C2;
  text-align: center;
}
.co-form .co-msg-with-divider .divider span {
  z-index: 2;
  position: relative;
  display: inline-block;
  top: -1.6rem;
  padding: 0 2rem;
  font-size: 1.8rem;
  text-transform: uppercase;
  background-color: #F9F9FA;
}
.co-form fieldset {
  padding: 0 0 4rem;
  border-bottom: 0.1rem solid #C2C2C2;
}
.co-form fieldset legend {
  padding-top: 3.5rem;
  margin-bottom: 0.5rem;
  font-size: 2.4rem;
  line-height: 1.2;
  color: #002855;
  white-space: normal;
}
.co-form fieldset:first-of-type legend {
  padding-top: 1.5rem;
}
.co-form fieldset:only-of-type {
  border-bottom: 0;
}
.co-form fieldset.co-fieldset-radio-button {
  margin: 2.5rem 0;
  padding-bottom: 0;
  border-bottom: 0;
}
.co-form fieldset.co-fieldset-radio-button legend {
  padding: 0;
  margin: 0;
  font-size: 1.8rem;
  font-weight: 400;
  color: #696969;
}
.co-form .co-fieldset-description {
  color: #696969;
}
.co-form .co-fieldset-content {
  margin-top: 2.5rem;
}
.co-form .co-mandatoryFields {
  margin: 2rem 0;
  color: #696969;
  font-weight: 400;
}
.co-form .co-error {
  font-size: 1.2rem;
  line-height: 1.4;
  color: #C50000;
}
.co-form .co-btn-add,
.co-form .co-btn-upload {
  position: relative;
  padding-left: 3.5rem;
  border: 0;
  border-bottom: 0.1rem solid transparent;
  text-align: left;
  font-size: 1.8rem;
  line-height: 1.4;
  color: #0071B3;
  background-color: transparent;
  outline: 0;
}
.co-form .co-btn-add:disabled,
.co-form .co-btn-upload:disabled {
  color: rgba(0, 113, 179, 0.4);
}
.co-form .co-btn-add:enabled:hover span,
.co-form .co-btn-upload:enabled:hover span,
.co-form .co-btn-add:enabled:focus span,
.co-form .co-btn-upload:enabled:focus span {
  border-bottom: 0.1rem solid #0071B3;
}
.co-form .co-btn-add:before {
  position: absolute;
  top: 0.1rem;
  left: 0;
  font-family: 'TScomUIicons';
  content: "\e94a";
  font-size: 2.7rem;
  line-height: 1;
}
.co-form .co-btn-upload {
  padding-left: 3rem;
}
.co-form .co-btn-upload:before {
  position: absolute;
  top: 0.8rem;
  left: 0;
  font-family: 'TScomUIicons';
  content: "\ea07";
  font-size: 1.4rem;
  line-height: 1;
}
.co-form .co-btn-wrapper {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.co-form .co-legal {
  padding: 4rem 0;
  font-size: 1.2rem;
  color: #696969;
}
.co-form label {
  font-size: 1.8rem;
  font-weight: 400;
  color: #696969;
}
.co-form .co-textbox-wrapper {
  position: relative;
  min-height: 8rem;
}
.co-form input[type="text"],
.co-form input[type="email"],
.co-form input[type="tel"],
.co-form input[type="number"],
.co-form input[type="password"] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  display: block;
  top: 0;
  width: 100%;
  height: 4.8rem;
  max-height: 4.8rem;
  font-size: 1.8rem;
  line-height: 1.2;
  color: #002855;
  background-color: transparent;
  border: none;
  border-radius: 0;
  border-bottom: solid 0.3rem #C2C2C2;
  box-shadow: none;
  cursor: pointer;
  transition: none;
  /*à revoir*/
}
.co-form input[type="text"] ~ label,
.co-form input[type="email"] ~ label,
.co-form input[type="tel"] ~ label,
.co-form input[type="number"] ~ label,
.co-form input[type="password"] ~ label {
  position: absolute;
  top: 2.2rem;
  left: 0;
  margin: 0;
  line-height: 0.7;
  overflow: visible;
  pointer-events: none;
  transition: all 0.2s ease;
}
.co-form input[type="text"]:focus,
.co-form input[type="email"]:focus,
.co-form input[type="tel"]:focus,
.co-form input[type="number"]:focus,
.co-form input[type="password"]:focus,
.co-form input[type="text"]:active,
.co-form input[type="email"]:active,
.co-form input[type="tel"]:active,
.co-form input[type="number"]:active,
.co-form input[type="password"]:active {
  box-shadow: none;
  outline: 0;
  background-color: transparent;
  border-bottom-color: #002855;
}
.co-form input[type="text"]:focus ~ .co-error,
.co-form input[type="email"]:focus ~ .co-error,
.co-form input[type="tel"]:focus ~ .co-error,
.co-form input[type="number"]:focus ~ .co-error,
.co-form input[type="password"]:focus ~ .co-error,
.co-form input[type="text"]:active ~ .co-error,
.co-form input[type="email"]:active ~ .co-error,
.co-form input[type="tel"]:active ~ .co-error,
.co-form input[type="number"]:active ~ .co-error,
.co-form input[type="password"]:active ~ .co-error {
  display: none;
}
.co-form input[type="text"].filled ~ label,
.co-form input[type="email"].filled ~ label,
.co-form input[type="tel"].filled ~ label,
.co-form input[type="number"].filled ~ label,
.co-form input[type="password"].filled ~ label,
.co-form input[type="text"]:focus ~ label,
.co-form input[type="email"]:focus ~ label,
.co-form input[type="tel"]:focus ~ label,
.co-form input[type="number"]:focus ~ label,
.co-form input[type="password"]:focus ~ label,
.co-form input[type="text"][placeholder] ~ label,
.co-form input[type="email"][placeholder] ~ label,
.co-form input[type="tel"][placeholder] ~ label,
.co-form input[type="number"][placeholder] ~ label,
.co-form input[type="password"][placeholder] ~ label,
.co-form input[type="text"].placeholder ~ label,
.co-form input[type="email"].placeholder ~ label,
.co-form input[type="tel"].placeholder ~ label,
.co-form input[type="number"].placeholder ~ label,
.co-form input[type="password"].placeholder ~ label {
  top: 0;
  left: 0;
  font-size: 1.2rem;
  font-weight: 600;
}
.co-form input[type="text"].filled[aria-required="true"] ~ label:after,
.co-form input[type="email"].filled[aria-required="true"] ~ label:after,
.co-form input[type="tel"].filled[aria-required="true"] ~ label:after,
.co-form input[type="number"].filled[aria-required="true"] ~ label:after,
.co-form input[type="password"].filled[aria-required="true"] ~ label:after,
.co-form input[type="text"]:focus[aria-required="true"] ~ label:after,
.co-form input[type="email"]:focus[aria-required="true"] ~ label:after,
.co-form input[type="tel"]:focus[aria-required="true"] ~ label:after,
.co-form input[type="number"]:focus[aria-required="true"] ~ label:after,
.co-form input[type="password"]:focus[aria-required="true"] ~ label:after,
.co-form input[type="text"][placeholder][aria-required="true"] ~ label:after,
.co-form input[type="email"][placeholder][aria-required="true"] ~ label:after,
.co-form input[type="tel"][placeholder][aria-required="true"] ~ label:after,
.co-form input[type="number"][placeholder][aria-required="true"] ~ label:after,
.co-form input[type="password"][placeholder][aria-required="true"] ~ label:after,
.co-form input[type="text"].placeholder[aria-required="true"] ~ label:after,
.co-form input[type="email"].placeholder[aria-required="true"] ~ label:after,
.co-form input[type="tel"].placeholder[aria-required="true"] ~ label:after,
.co-form input[type="number"].placeholder[aria-required="true"] ~ label:after,
.co-form input[type="password"].placeholder[aria-required="true"] ~ label:after {
  top: -0.5rem;
  padding-left: 0.1rem;
  font-size: 0.7rem;
}
.co-form input[type="text"].filled,
.co-form input[type="email"].filled,
.co-form input[type="tel"].filled,
.co-form input[type="number"].filled,
.co-form input[type="password"].filled,
.co-form input[type="text"]:focus,
.co-form input[type="email"]:focus,
.co-form input[type="tel"]:focus,
.co-form input[type="number"]:focus,
.co-form input[type="password"]:focus {
  border-bottom-color: #0071B3;
}
.co-form input[type="text"]:disabled,
.co-form input[type="email"]:disabled,
.co-form input[type="tel"]:disabled,
.co-form input[type="number"]:disabled,
.co-form input[type="password"]:disabled {
  border-bottom-color: #EEEEEE;
  cursor: default;
}
.co-form input[type="text"]:disabled.filled,
.co-form input[type="email"]:disabled.filled,
.co-form input[type="tel"]:disabled.filled,
.co-form input[type="number"]:disabled.filled,
.co-form input[type="password"]:disabled.filled {
  color: #696969;
}
.co-form input[type="text"][aria-invalid="true"],
.co-form input[type="email"][aria-invalid="true"],
.co-form input[type="tel"][aria-invalid="true"],
.co-form input[type="number"][aria-invalid="true"],
.co-form input[type="password"][aria-invalid="true"] {
  border-bottom-color: #C50000;
}
.co-form input[type="text"][aria-invalid="true"]:focus,
.co-form input[type="email"][aria-invalid="true"]:focus,
.co-form input[type="tel"][aria-invalid="true"]:focus,
.co-form input[type="number"][aria-invalid="true"]:focus,
.co-form input[type="password"][aria-invalid="true"]:focus {
  border-bottom-color: #0071B3;
}
.co-form input[type="text"]::-ms-clear,
.co-form input[type="email"]::-ms-clear,
.co-form input[type="tel"]::-ms-clear,
.co-form input[type="number"]::-ms-clear,
.co-form input[type="password"]::-ms-clear {
  display: none;
}
.co-form .co-textbox-with-tooltip {
  position: relative;
}
.co-form .co-tooltip-help {
  position: absolute;
  top: 1.5rem;
  right: 1rem;
  padding: 0;
  font-weight: 400;
}
.co-form .co-tooltip-help:before {
  content: "\e946";
  font-family: 'TScomUIicons';
  font-size: 2.2rem;
  line-height: 1;
  color: #0071B3;
}
.co-form .co-tooltip-help:enabled:hover,
.co-form .co-tooltip-help:enabled:focus {
  box-shadow: inset 0 -0.3rem 0 0 rgba(0, 0, 0, 0.3);
}
.co-form .co-textarea-wrapper {
  position: relative;
  margin-top: 4rem;
  margin-bottom: 2.5rem;
}
.co-form textarea.co-textarea {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  height: 12rem;
  max-height: 30rem;
  padding: 1rem;
  border: 0.1rem solid #C2C2C2;
  font-size: 1.8rem;
  line-height: 1.2;
  color: #002855;
  background-color: #FFFFFF;
}
.co-form textarea.co-textarea ~ label {
  position: absolute;
  top: -2rem;
  left: 0;
  font-size: 1.2rem;
  font-weight: 600;
  color: #696969;
  line-height: 0.7;
  overflow: visible;
}
.co-form textarea.co-textarea:focus,
.co-form textarea.co-textarea:active {
  border-color: #002855;
}
.co-form textarea.co-textarea:disabled,
.co-form textarea.co-textarea:disabled.filled {
  color: #696969;
  border-color: #C2C2C2;
  cursor: default;
}
.co-form textarea.co-textarea.filled {
  border-color: #0071B3;
}
.co-form textarea.co-textarea[aria-invalid="true"] {
  border-color: #C50000;
}
.co-form .co-recaptcha-wrapper {
  margin: 2.5rem 0;
}
.co-form.show-required input[type="text"][aria-required="true"] ~ label:after,
.co-form.show-required input[type="email"][aria-required="true"] ~ label:after,
.co-form.show-required input[type="tel"][aria-required="true"] ~ label:after,
.co-form.show-required input[type="number"][aria-required="true"] ~ label:after,
.co-form.show-required input[type="password"][aria-required="true"] ~ label:after {
  content: "\2605";
  position: relative;
  top: -0.7rem;
  padding-left: 0.3rem;
  font-size: 0.9rem;
}
.co-form.show-required textarea .co-textarea[aria-required="true"] ~ label:after,
.co-form.show-required .co-dropdown-wrapper select[aria-required="true"] ~ label:after {
  content: "\2605";
  position: relative;
  top: -0.5rem;
  padding-left: 0.1rem;
  font-size: 0.7rem;
}
.co-flowbar {
  background-color: #eee;
  position: relative;
  width: 100%;
  padding: 1rem;
}
.co-flowbar button:not(.btn-back) {
  float: right;
}
@media screen and (max-width: 1024px) {
  .co-form {
    max-width: 100%;
  }
  .co-form .co-row-1024 {
    flex-direction: column;
  }
  .co-form .co-row-1024 > .co-column,
  .co-form .co-row-1024 > .co-column-double,
  .co-form .co-row-1024 > .co-column-triple {
    flex-basis: auto;
    padding-left: 0 !important;
  }
}
@media screen and (max-width: 767px) {
  .co-form .co-column-half {
    max-width: 100%;
  }
  .co-form .co-row-767 {
    flex-direction: column;
  }
  .co-form .co-row-767 > .co-column,
  .co-form .co-row-767 > .co-column-double,
  .co-form .co-row-767 > .co-column-triple {
    flex-basis: auto;
    padding-left: 0 !important;
  }
  .co-flowbar > div {
    display: flex;
    flex-direction: column-reverse;
  }
}
@media screen and (max-width: 480px) {
  .co-form .co-uploader-wrapper .co-uploader-filelist li {
    display: block;
    margin-right: 0;
  }
  .co-form .co-msg-success,
  .co-form .co-msg-warning,
  .co-form .co-msg-with-divider {
    padding: 2rem 1rem;
  }
  .co-form .co-msg-success .content,
  .co-form .co-msg-warning .content,
  .co-form .co-msg-with-divider .content {
    padding-left: 3rem;
  }
  .co-form .co-msg-success .content:before,
  .co-form .co-msg-warning .content:before,
  .co-form .co-msg-with-divider .content:before {
    font-size: 2.2rem;
  }
  .co-form .co-msg-success .title,
  .co-form .co-msg-warning .title,
  .co-form .co-msg-with-divider .title {
    font-size: 1.8rem;
    margin-bottom: 1rem;
  }
  .co-form .co-row-480 {
    flex-direction: column;
  }
  .co-form .co-row-480 > .co-column,
  .co-form .co-row-480 > .co-column-double,
  .co-form .co-row-480 > .co-column-triple {
    flex-basis: auto;
    padding-left: 0 !important;
  }
}
/* BOUTON CIRCLE */
.co-btn-circle {
  display: block;
  width: 4rem;
  height: 4rem;
  padding: 0;
  border: 0.3rem solid transparent;
  border-radius: 50%;
  font-family: 'TScomUIicons';
  font-size: 3.4rem;
  line-height: 1;
  text-align: center;
  color: #FFFFFF;
  background: #0071B3;
  box-shadow: 0 0.2rem 0.4rem 0 rgba(0, 0, 0, 0.2);
  transition: background 0.2s linear, border 0.2s linear;
}
.co-btn-circle:disabled,
.co-btn-circle.disabled {
  opacity: 0.7;
}
.co-btn-circle:enabled:hover,
.co-btn-circle:enabled:focus {
  color: #0071B3;
  background-color: #FFFFFF;
}
.co-btn-circle:enabled:hover {
  border: 0.3rem solid #FFFFFF;
  box-shadow: 0 0.9rem 2.5rem 0 rgba(0, 0, 0, 0.3);
}
.co-btn-circle:enabled:focus {
  border: 0.3rem solid #3FBBEF;
}
.co-btn-circle.prev:before {
  content: "\e915";
}
.co-btn-circle.next:before {
  content: "\e916";
}
.co-btn-circle2 {
  display: block;
  width: 4rem;
  height: 4rem;
  padding: 0;
  border: 0.3rem solid transparent;
  border-radius: 50%;
  font-family: 'TScomUIicons';
  font-size: 3rem;
  line-height: 1;
  text-align: center;
  color: #0071B3;
  background: #EEEEEE;
  box-shadow: 0 0.2rem 0.4rem 0 rgba(0, 0, 0, 0.2);
  transition: background 0.2s linear, border 0.2s linear;
}
.co-btn-circle2:disabled,
.co-btn-circle2.disabled {
  opacity: 0.7;
}
.co-btn-circle2:enabled:hover,
.co-btn-circle2:enabled:focus {
  color: #FFFFFF;
  background-color: #0071B3;
}
.co-btn-circle2:enabled:hover {
  border: 0.3rem solid #FFFFFF;
  box-shadow: 0 0.9rem 2.5rem 0 rgba(0, 0, 0, 0.3);
}
.co-btn-circle2:enabled:focus {
  border: 0.3rem solid #3FBBEF;
}
.co-btn-circle2.icon:before {
  content: "\e95e";
}
.co-btn-circle3 {
  display: block;
  width: 4rem;
  height: 4rem;
  padding: 0;
  border: 0.3rem solid transparent;
  border-radius: 50%;
  font-family: 'TScomUIicons';
  font-size: 3.4rem;
  line-height: 1;
  text-align: center;
  color: #0071B3;
  background: #FFFFFF;
  box-shadow: 0 0.2rem 0.4rem 0 rgba(0, 0, 0, 0.2);
  transition: background 0.2s linear, border 0.2s linear;
}
.co-btn-circle3:disabled,
.co-btn-circle3.disabled {
  opacity: 0.7;
}
.co-btn-circle3:enabled:hover,
.co-btn-circle3:enabled:focus {
  color: #FFFFFF;
  background-color: #0071B3;
}
.co-btn-circle3:enabled:hover {
  border: 0.3rem solid #FFFFFF;
  box-shadow: 0 0.9rem 2.5rem 0 rgba(0, 0, 0, 0.3);
}
.co-btn-circle3:enabled:focus {
  border: 0.3rem solid #3FBBEF;
}
.co-btn-circle3.prev:before {
  content: "\e915";
}
.co-btn-circle3.next:before {
  content: "\e916";
}
/* BOUTON LINK */
.co-btn-link {
  padding: 0;
  border: 0;
  border-bottom: 0.1rem solid transparent;
  font-size: 1.4rem;
  color: #0071B3;
  background-color: transparent;
}
.co-btn-link:disabled,
.co-btn-link.disabled {
  color: rgba(0, 113, 179, 0.4);
}
.co-btn-link:enabled:hover,
.co-btn-link:enabled:focus {
  border-bottom: 0.1rem solid #0071B3;
}
/* BOUTON FORM */
.co-btn {
  display: inline-block;
  position: relative;
  float: none;
  margin-right: 0;
  padding: 1rem 2rem;
  border: 0.3rem solid transparent;
  border-radius: 0.3rem;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.2;
  transition: all 0.2s ease;
  text-decoration: none;
}
.co-btn-whiterabbit {
  color: #FFFFFF;
  background-color: #008200;
  min-width: 15rem;
}
.co-btn-whiterabbit:hover,
.co-btn-whiterabbit:focus {
  color: #008200;
  text-decoration: none;
  background-color: #FFFFFF;
}
.co-btn-whiterabbit:hover {
  border: 0.3rem solid #C2C2C2;
  box-shadow: 0 0.9rem 2.5rem 0 rgba(0, 0, 0, 0.3);
}
.co-btn-whiterabbit:focus {
  border: 0.3rem solid #00CF00;
}
.co-btn-whiterabbit:disabled,
.co-btn-whiterabbit.disabled {
  color: #FFFFFF;
  background: rgba(0, 130, 0, 0.4);
  cursor: no-drop;
}
.co-btn-level1 {
  color: #FFFFFF;
  background-color: #0071B3;
}
.co-btn-level1:hover,
.co-btn-level1:focus {
  color: #0071B3;
  text-decoration: none;
  background-color: #FFFFFF;
}
.co-btn-level1:hover {
  border: 0.3rem solid #C2C2C2;
  box-shadow: 0 0.9rem 2.5rem 0 rgba(0, 0, 0, 0.3);
}
.co-btn-level1:focus {
  border: 0.3rem solid #3FBBEF;
}
.co-btn-level1:disabled,
.co-btn-level1.disabled {
  color: #FFFFFF;
  background: rgba(0, 113, 179, 0.4);
}
.co-btn-level2 {
  color: #FFFFFF;
  background-color: #696969;
}
.co-btn-level2:hover,
.co-btn-level2:focus {
  color: #696969;
  text-decoration: none;
  background-color: #FFFFFF;
}
.co-btn-level2:hover {
  border: 0.3rem solid #C2C2C2;
  box-shadow: 0 0.9rem 2.5rem 0 rgba(0, 0, 0, 0.3);
}
.co-btn-level2:focus {
  border: 0.3rem solid #3FBBEF;
}
.co-btn-level2:disabled,
.co-btn-level2.disabled {
  color: #FFFFFF;
  background: rgba(105, 105, 105, 0.4);
}
.co-btn-level3 {
  color: #0071B3;
  background-color: #EEEEEE;
}
.co-btn-level3:hover,
.co-btn-level3:focus {
  color: #0071B3;
  text-decoration: none;
  background-color: #FFFFFF;
}
.co-btn-level3:hover {
  border: 0.3rem solid #C2C2C2;
  box-shadow: 0 0.9rem 2.5rem 0 rgba(0, 0, 0, 0.3);
}
.co-btn-level3:focus {
  border: 0.3rem solid #3FBBEF;
}
.co-btn-level3:disabled,
.co-btn-level3.disabled {
  color: #FFFFFF;
  background-color: #696969;
  opacity: 0.4;
}
.co-btn-level4 {
  color: #0071B3;
  background-color: #FFFFFF;
}
.co-btn-level4:hover,
.co-btn-level4:focus {
  color: #FFFFFF;
  text-decoration: none;
  background-color: #0071B3;
}
.co-btn-level4:hover {
  border: 0.3rem solid #FFFFFF;
  box-shadow: 0 0.9rem 2.5rem 0 rgba(0, 0, 0, 0.3);
}
.co-btn-level4:focus {
  border: 0.3rem solid #3FBBEF;
}
.co-btn-level4:disabled,
.co-btn-level4.disabled {
  color: #0071B3;
  opacity: 0.7;
  background: #FFFFFF;
}
.co-btn-level4:disabled:hover,
.co-btn-level4.disabled:hover {
  color: #0071B3;
  opacity: 0.4;
  background: #FFFFFF;
}
.co-btn-cancel {
  color: #0071B3;
  background-color: #FFFFFF;
}
.co-btn-cancel:hover,
.co-btn-cancel:focus {
  color: #0071B3;
  text-decoration: none;
  background-color: #FFFFFF;
}
.co-btn-cancel:hover {
  border: 0.3rem solid #C2C2C2;
  box-shadow: 0 0.9rem 2.5rem 0 rgba(0, 0, 0, 0.3);
}
.co-btn-cancel:focus {
  border: 0.3rem solid #3FBBEF;
}
.co-btn-cancel:disabled,
.co-btn-cancel.disabled {
  color: #0071B3;
  opacity: 0.4;
  background: rgba(255, 255, 255, 0.4);
}
/* BOUTON CLOSE */
.co-btn-close {
  padding: 0.1rem;
  border: 0;
  color: #0071B3;
  background-color: transparent;
}
.co-btn-close:before {
  font-family: 'TScomUIicons';
  content: "\E919";
  font-size: 4rem;
  line-height: 1;
}
.co-btn-close:enabled:hover,
.co-btn-close:enabled:focus {
  box-shadow: inset 0 -0.3rem 0 0 rgba(0, 0, 0, 0.3);
}
/* TEXT ASIDE A BUTTON */
.co-btn-aside-text {
  padding-left: 1rem;
  padding-top: 1rem;
}
body.co-modal-open {
  overflow: hidden !important;
}
.co-modal-overlay {
  z-index: 200;
  position: fixed;
  overflow-y: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.3);
}
.co-modal {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-height: 90%;
  width: 64rem;
  padding: 2rem 0;
  color: #333333;
  background-color: #FFFFFF;
  text-align: left;
}
.co-modal .co-modal-title {
  padding: 0 5.8rem 0 2rem;
}
.co-modal .co-modal-content {
  padding: 2rem 2rem 0 2rem;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  background-color: #FFFFFF;
}
.co-modal .co-btn-close {
  position: absolute;
  top: 1rem;
  right: 1.5rem;
}
@media screen and (max-width: 767px) {
  .co-modal {
    top: 0;
    left: 0;
    transform: translateX(0);
    min-width: 100%;
    width: auto;
  }
}
.co-loader.inactive {
  display: none;
}
.co-loader .loader-overlay {
  z-index: 5;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #FFFFFF;
  opacity: 0.5;
  min-height: 10rem;
}
.co-loader .waitingText {
  position: absolute;
  transform: translate(-50%, -50%);
  top: 75%;
  left: 50%;
  padding: 1rem;
  text-align: center;
  font-size: 1.4rem;
  color: #696969;
  background-color: #EEEEEE;
  z-index: 6;
}
.co-squareSpinner.macroSpinner {
  position: absolute;
  height: 10rem;
  left: calc(50% - 5rem);
  top: calc(50% - 5rem);
  width: 10rem;
}
.co-squareSpinner > span {
  width: 33.33%;
  height: 33.33%;
  background-color: #c2c2c2;
  display: block;
  float: left;
  animation: co-squareGridScaleDelay 1.3s infinite ease-in-out;
}
.co-squareSpinner > span:nth-child(1) {
  animation-delay: 0.2s;
}
.co-squareSpinner > span:nth-child(2) {
  animation-delay: 0.3s;
}
.co-squareSpinner > span:nth-child(3) {
  animation-delay: 0.4s;
}
.co-squareSpinner > span:nth-child(4) {
  animation-delay: 0.1s;
}
.co-squareSpinner > span:nth-child(5) {
  animation-delay: 0.2s;
}
.co-squareSpinner > span:nth-child(6) {
  animation-delay: 0.3s;
}
.co-squareSpinner > span:nth-child(7) {
  animation-delay: 0s;
}
.co-squareSpinner > span:nth-child(8) {
  animation-delay: 0.1s;
}
.co-squareSpinner > span:nth-child(9) {
  animation-delay: 0.2s;
}
@-webkit-keyframes co-squareGridScaleDelay {
  0%,
  70%,
  100% {
    -webkit-transform: scale3D(1, 1, 1);
    transform: scale3D(1, 1, 1);
    opacity: 1;
  }
  35% {
    -webkit-transform: scale3D(0, 0, 1);
    transform: scale3D(0, 0, 1);
    opacity: 0;
  }
}
@keyframes co-squareGridScaleDelay {
  0%,
  70%,
  100% {
    -webkit-transform: scale3D(1, 1, 1);
    transform: scale3D(1, 1, 1);
    opacity: 1;
  }
  35% {
    -webkit-transform: scale3D(0, 0, 1);
    transform: scale3D(0, 0, 1);
    opacity: 0;
  }
}
body.popInOpened {
  height: 100%;
  overflow: hidden;
  position: relative;
  width: 100%;
  touch-action: none;
}
body.popInOpened .newsletter-popin-wrapper {
  animation: modalFade 0.5s ease-in-out 0.5s forwards;
}
.newsletter-popin-wrapper {
  z-index: 10000;
  position: fixed;
  overflow-y: scroll;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
  opacity: 0;
}
.newsletter-popin-content {
  position: relative;
  display: block;
  max-width: 67rem;
  margin: 15% auto;
  padding: 2rem 3rem;
  color: #696969;
  background-color: #FFFFFF;
  box-shadow: 0 0.2rem 0.4rem 0 rgba(0, 0, 0, 0.2);
}
.newsletter-popin-content a {
  text-decoration: underline;
}
.newsletter-popin-content a:hover {
  text-decoration: none;
}
.newsletter-popin-content .LegalText {
  padding: 2rem 0;
  font-size: 1.2rem;
  line-height: 1.4;
}
.newsletter-popin-content .popInSubmitBtn {
  display: block;
  margin: 1rem auto;
  padding: 1rem 2rem;
  border: 0.3rem solid transparent;
  border-radius: 0.3rem;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.2;
  color: #FFFFFF;
  background-color: #0071B3;
  transition: all 0.2s ease;
}
.newsletter-popin-content .popInSubmitBtn:hover {
  border: 0.3rem solid #C2C2C2;
  color: #0071B3;
  background-color: #FFFFFF;
  box-shadow: 0 0.9rem 2.5rem 0 rgba(0, 0, 0, 0.3);
}
.newsletter-popin-content .popInSubmitBtn:focus {
  border: 0.3rem solid #3FBBEF;
  color: #0071B3;
  background-color: #FFFFFF;
}
.newsletter-popin-content .popInTitle {
  margin: 0 3rem 1rem 0;
  font-size: 2.8rem;
  line-height: 1;
  font-weight: 800;
}
.newsletter-popin-content .popInText {
  margin: 0 3rem 1rem 0;
  line-height: 1.4;
}
.newsletter-popin-content .submitError {
  font-size: 1.2rem;
  line-height: 1.2;
  color: #C50000;
}
.newsletter-popin-content .first-page .co-form .co-textbox-wrapper {
  min-height: 6.5rem;
}
.popInThumbnail {
  float: left;
  width: 19.2rem;
  height: 19.2rem;
  margin: -5.1rem 2.5rem 1rem -5.5rem;
  border-radius: 50%;
  border: 1rem solid white;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #EEEEEE;
  box-shadow: 0 0.2rem 1rem 0 rgba(0, 0, 0, 0.2);
}
.popInCloseButton {
  position: absolute;
  right: 1rem;
  top: 0.3rem;
  padding: 0.1rem;
  border: 0;
  font-size: 4rem;
  line-height: 1;
  color: #0071B3;
  background-color: transparent;
}
.popInCloseButton:before {
  font-family: 'TScomUIicons';
  content: "\E919";
}
.popInCloseButton:hover,
.popInCloseButton:focus {
  box-shadow: inset 0 -0.3rem 0 0 rgba(0, 0, 0, 0.3);
}
.newsletter-toaster {
  z-index: 100;
  position: fixed;
  top: 100%;
  right: 0;
  left: 0;
  opacity: 0;
  width: calc(100% - 2rem);
  max-width: 52rem;
  margin: 1.2rem auto;
  border-radius: 1rem;
  background-color: #FFFFFF;
  box-shadow: 0px 0rem 1rem 0 rgba(0, 0, 0, 0.2);
}
.newsletter-toaster .popInThumbnail {
  float: none;
  position: absolute;
  width: 8.4rem;
  height: 8.4rem;
  margin: -3rem 1rem 1rem -2rem;
  border-width: 0.3rem;
}
.newsletter-toaster .popInTitle {
  display: flex;
  justify-content: center;
  flex-direction: column;
  min-height: 3.6rem;
  margin: 0 0 0.8rem 0;
  padding-left: 7.6rem;
  font-size: 1.8rem;
  line-height: 1.1;
  font-weight: 800;
  color: #0071B3;
}
.newsletter-toaster .btnPlus {
  display: block;
  width: 3.6rem;
  height: 3.6rem;
  margin-left: calc(50% + 0.7rem);
  font-size: 3.6rem;
  line-height: 1;
  color: #0071B3;
  text-align: center;
  background-color: #EEEEEE;
  border-radius: 50%;
  border: 0.3rem solid #EEEEEE;
}
.newsletter-toaster .btnPlus:before {
  display: block;
  content: "+";
  margin-top: -0.6rem;
}
.newsletter-toaster .popInToasterOpenButton {
  display: block;
  width: calc(100% - 5rem);
  padding: 1rem 0 3rem 1.5rem;
  border: 0;
  text-align: left;
  background-color: transparent;
}
.newsletter-toaster .popInToasterOpenButton:hover .btnPlus,
.newsletter-toaster .popInToasterOpenButton:focus .btnPlus {
  color: #FFFFFF;
  background-color: #0071B3;
}
.newsletter-toaster .popInToasterOpenButton:hover .popInTitle {
  text-decoration: underline;
}
.newsletter-toaster .popInToasterOpenButton:hover .btnPlus {
  border-color: #FFFFFF;
  box-shadow: 0 0.9rem 2.5rem 0 rgba(0, 0, 0, 0.3);
}
.newsletter-toaster .popInToasterOpenButton:focus .btnPlus {
  border-color: #3FBBEF;
}
.newsletter-toaster .popInCloseButton {
  font-size: 3.4rem;
}
.popInToasterOpened .newsletter-toaster {
  animation: popInToasterAppears 0.5s ease-out 1s forwards;
  top: calc(100% - 11rem);
}
.popInToasterOpened .newsletter-toaster {
  animation: popInToasterAppears 0.5s ease-out 1s forwards;
  top: calc(100% - 11rem);
}
@media screen and (max-width: 767px) {
  .newsletter-popin-content {
    width: calc(100% - 2rem);
    max-width: 52rem;
    padding: 1rem 1.5rem;
    border-radius: 1rem;
    box-shadow: 0px 0rem 1rem 0 rgba(0, 0, 0, 0.2);
  }
  .newsletter-popin-content .popInTitle {
    display: flex;
    justify-content: center;
    flex-direction: column;
    min-height: 3.6rem;
    margin-bottom: 0.8rem;
    padding-left: 7.6rem;
    font-size: 1.8rem;
    line-height: 1.1;
  }
  .newsletter-popin-content .popInThumbnail {
    float: none;
    position: absolute;
    width: 8.4rem;
    height: 8.4rem;
    margin: -3.5rem 1rem 1rem -2rem;
    border-width: 0.3rem;
  }
  .newsletter-popin-content .popInText {
    clear: both;
    padding-top: 0;
    margin: 3.5rem 0 1rem 0;
    line-height: 1.2;
  }
  .newsletter-popin-content .LegalText {
    padding: 0;
  }
  .newsletter-popin-content .popInCloseButton {
    font-size: 3.4rem;
  }
  .newsletter-popin-content .first-page .co-form .co-textbox-wrapper {
    min-height: 6.5rem;
  }
}
@media screen and (max-width: 480px) {
  .newsletter-popin-content {
    max-width: 40rem;
  }
  .popInSubmitBtn {
    width: 100%;
  }
}
@media screen and (max-width: 320px) {
  .popInTitle,
  .newsletter-toaster .popInTitle {
    font-size: 1.6rem;
  }
}
@keyframes modalFade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes popInToasterAppears {
  from {
    opacity: 0;
    top: 100%;
  }
  to {
    opacity: 1;
    top: calc(100% - 11rem);
  }
}
html.noScrollIOS {
  height: 100%;
  overflow: hidden !important;
  position: relative;
  width: 100%;
}

