html { 
    background-color: var(--first-light); 
}
h1 { 
    font-family: var(--primary-font); 
    font-weight:200; 
    font-size:3.125em; 
    line-height: 0.9; 
    letter-spacing: 2; 
}
h2 { 
    font-family: var(--secondary-font); 
    font-weight:200; 
    font-size:1.5em; 
    line-height: 1.2; 
}
h3 {
    font-family: var(--primary-font);
    font-weight: 400;
    font-size: 1.563em;
    color: var(--hovered);
}
h4 { 
    font-family: var(--primary-font); 
    font-weight:600; 
}
td { 
    font-family: var(--secondary-font); 
    font-weight: 400; 
    font-size: 0.875em; 
    padding-top: 5px 
}
strong {
    font-weight: 800;
}
.webbanner {
    margin: 0px auto 0px auto;
    padding-top: 160px;
}
.webbanner svg {
    margin-top: 20px;
}
footer{ 
    margin-top: -152px;
}
.footerbanner {
    margin-top: 80px;
}
.webbanner_txt,
.body_txt,
.web_banner {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
}
.web_banner {
    width: 100%;
}
.webbanner_txt {
    width: 80%;
}
.webbanner_txt { 
    text-align: center;
}
.webbanner_txt h2 {
    margin: 50px;
    font-family: var(--primary-font);
    font-weight: 500;
    font-size: 1.875em;
}
.body_txt h2 {
    margin: 50px 50px 20px 50px;
    font-family: var(--primary-font);
    font-weight: 500;
    font-size: 1.875em;
    color: var(--primary-normal);
}
.webbanner_txt p,
.body_txt p {
    font-family: var(--primary-font);
    margin-top: 20px;
    font-weight: 300;
    color: var(--primary-pressed);
}
.webbanner_txt p {
    font-size: 1.25em;
}
.body_txt p {
    margin-top: 0px;
    font-size: 0.875em;
    font-family: var(--primary-font);
    color: var(--black);
}
.web_banner {
    height: 400px;
}
.web_banner {
    background-image: url(../img/contact/background_contact.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 50px;
    padding: 10px;
}
.web_banner.png {
    background-image: url(../img/contact/background_contact.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.web_banner p {
    color: var(--white);
}
.web_banner,
.main_left_content,
.main_left-right_content,
.main_right_content {
    box-shadow: 0px 5px 20px rgb(0 0 0 / 8%);
    border-radius: var(--primary-border-radius);
}
.web_banner img {
    max-height: 100px;
}
.webbanner_cta {
    width: 270px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    background-color: var(--white);
    padding: 8px 10px;
    border-radius: var(--secondary-border-radius);
    cursor: pointer;
    box-shadow: 0px 5px 40px rgb(0 0 0 / 15%);
    top: -15px;
}
.web_banner p {
    font-family: var(--primary-font);
    font-weight: 600;
    font-size: 0.875em;
}
.input {
    max-height: 70px;
}
.input, .textarea {
    height: auto;
    padding: 22px 25px 22px 25px;
    border-radius: var(--primary-border-radius);
    font-size: 0.875em;
    color: var(--dark);
    font-family: var(--secondary-font);
    color: var(--black);
    outline: none;
    --webkit-appearance: none;
    border: 2px solid var(--grey-apple);
    resize: none;
    box-shadow: none;
}
.textarea {
    height: 200px
}
.subtitle2 {
    text-align: left;
    margin-bottom: 10px;
    font-family: var(--secondary-font);
    font-size: 0.875em;
    font-weight: 600 !important;
}
.textarea:focus,
.input:focus {
    box-shadow: none;
    border: 2px solid var(--primary-pressed);
    box-shadow: var(--box-shadow);
}
.form {
    display: flex;
    border-radius: var(--primary-border-radius);
    background-color: var(--white);
    border: 2px solid var(--third-light);
    margin-bottom: 80px;
}
.form button {
    border: 0px;
    background-color: var(--secondary-normal);
    cursor: pointer;
    height: 70px;
    margin-top: 2px;
    width: 80px;
    margin-right: 2px;
    border-radius: 11px;
}
.form button:hover {
    background-color: var(--black);
}
.form button img {
    height: 35px;
    margin-top: 4px;
}
.main_contact {
    margin: 50px auto 0px auto;
    max-width: 1200px;
}
.blocs_list {
    margin-top: 80px;
}
.blocs_list h2 {
    color: var(--hovered);
    font-family: var(--primary-font);
    font-weight: 400;
    font-size: 1.563em;
    margin-bottom: 5px;
}
.list_title p {
    margin-bottom: 20px;
    font-size: 0.750em;
}
.navigation img {
    height: 30px;
    cursor: pointer;
    box-shadow: 0px 5px 20px rgb(0 0 0 / 8%);
    border-radius: var(--secondary-border-radius);
}
.list {
    position: relative;
    overflow: auto;
    width: 100%;
    padding: 10px 0px;
}
.group_garantie {
    width: 54%;
    margin-left: 4%;
}
.tabs_radio {
    position: relative;
    background-color: var(--grey-apple);
    padding: 5px;
    border-radius: var(--primary-border-radius);
    width: 100%;
    margin-bottom: 20px;
}
.tabs_radio input[type="radio"] {
    display: none;
}
.tabs_radio label {
    font-size: 0.875em;
    font-family: var(--primary-font);
    color: var(--black);
    font-weight: 600;
}
.tabs_radio .tab {
    text-align: center;
    height: 50px;
    width: 50%;
    padding: 5px;
    font-size: 0.875em;
    font-family: var(--primary-font);
    color: var(--fourth-light);
    font-weight: 600;
    cursor: pointer;
    transition: color 0.15s ease-in;
    display: flex;
    justify-content: center;
    align-items: center;
}
.tabs_radio .tab span {
    font-family: var(--secondary-font);
    font-size: 0.875em;
    font-weight: 400;
}
.tabs_radio input[type="radio"]:checked+label {
    color: var(--primary-normal);
    background-color: var(--white);
    border-radius: 10px;
}
.garantie,
.info_pro {
    border-radius: var(--primary-border-radius);
    background-color: var(--white);
    box-shadow: var(--box-shadow);
    padding: 50px;
}
.info_pro {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}
.info_pro h2 {
    margin-right: 20px;
    color: var(--primary-normal);
    font-weight: 500;
    font-size: 1rem;
    font-family: var(--primary-font);
}
.info_pro h2.info_pro_subtitle {
    font-size: 1.5rem;
    color: var(--black);
}
.info_pro p {
    color: var(--secondary-normal);
    font-size: 0.875em;
    cursor: pointer;
    text-align: end;
}
.info_mag {
    width: 38%;
    border-radius: var(--primary-border-radius);
}
.info_mag h4 {
    margin-top: 30px;
    margin-bottom: 5px;
    font-size: 0.875em;
    color: var(--black);
}
.info_mag h4.is-primary {
    color: var(--hovered);
}
.info_mag h2 {
    margin-right: 20px;
    color: var(--primary-normal);
    font-weight: 500;
    font-size: 1.5rem;
    font-family: var(--primary-font);   
}
.info_mag h2.store_type {
    font-size: 1rem;
}
.info_mag h2.store_name {
    color: var(--black);
}
.info_mag p {
    font-size: 0.875em
}
.info_mag img {
    background-color: var(--white);
    border-radius: var(--secondary-border-radius);
    box-shadow: var(--box-shadow);
}
.contact_iframe iframe {
    width: 100%;
    height: 500px;
    position: relative;
    top: -145px;
}
.form_auth {
    margin-bottom: 30px;
}
.name .form_auth {
    width: 48%
}
table {
    margin-top: 10px;
    width: 100%;
    border-top: 2px solid var(--white);
}
table th {
    font-family: var(--primary-font);
    font-size: 0.875em;
    font-weight: 400;
    color: var(--black);
    padding-top: 10px;
}
.parallax > use {
    animation: move-forever 25s cubic-bezier(.55,.5,.45,.5)     infinite;
}
.parallax > use:nth-child(1) {
    animation-delay: -2s;
    animation-duration: 7s;
}
.parallax > use:nth-child(2) {
    animation-delay: -3s;
    animation-duration: 10s;
}
.parallax > use:nth-child(3) {
    animation-delay: -4s;
    animation-duration: 13s;
}
.parallax > use:nth-child(4) {
    animation-delay: -5s;
    animation-duration: 20s;
}
.waves {
    position:relative;
    width: 100%;
    height:150px;
    transform: rotate(180deg);
    z-index: 100;
    margin-top: 80px;
}
.ouvert {
    font-weight: 800;
    color: var(--primary-normal);
}
.apple {
    color: var(--black);
}
.block-magasin-legend {
    margin-top: 10px;
}
.block-magasin-legend p {
    font-family: var(--primary-font);
    font-size: 0.75em;
}
.service {
    border-radius: var(--primary-border-radius);
    background-color: var(--white);
    padding: 30px;
    margin-right: 15px;
    height: auto;
    width: 200px;
    min-width: 200px;
    height: 100px;
    border: 3px solid var(--grey-apple);
    position: relative;
}
.service:last-child {
    display: none;
}
.service p {
    font-size: 0.875em;
    color: var(--black);
    font-weight: 800;
    font-family: var(--primary-font);
}
.blocs_services {
    margin: 0px auto;
    max-width: 1200px;
}
.service:hover {
    border: 3px solid var(--third-dark);
    cursor: pointer;
}
.service.active {
    background-color: var(--third-dark);
    cursor: pointer;
    border: 3px solid var(--third-dark);
}
.service.active p {
    color: var(--white);
}
.service img {
    height: 50px;
}
.service.siege {
    background-image: url('../img/boutiques/siege.svg');
    background-repeat: no-repeat;
    background-size: 130px;
    background-position: bottom -46px right -45px;
}
.service.active.siege {
    background-image: url('../img/boutiques/siege_white.svg');
    background-repeat: no-repeat;
    background-size: 130px;
    background-position: bottom -46px right -45px;
}
.service.amiens {
    background-image: url('../img/boutiques/amiens.svg');
    background-repeat: no-repeat;
    background-position: center right -35px;
    background-size: auto;
}
.service.active.amiens {
    background-image: url('../img/boutiques/amiens_white.svg');
    background-repeat: no-repeat;
    background-position: center right -35px;
    background-size: auto;
}
.service.arras {
    background-image: url('../img/boutiques/arras.svg');
    background-repeat: no-repeat;
    background-position: center right -25px;
    background-size: auto;
}
.service.active.arras {
    background-image: url('../img/boutiques/arras_white.svg');
    background-repeat: no-repeat;
    background-position: center right -25px;
    background-size: auto;
}
.service.beauvais {
    background-image: url('../img/boutiques/beauvais.svg');
    background-repeat: no-repeat;
    background-position: center right -95px;
    background-size: auto;
}
.service.active.beauvais {
    background-image: url('../img/boutiques/beauvais_white.svg');
    background-repeat: no-repeat;
    background-position: center right -95px;
    background-size: auto;
}
.service.calais {
    background-image: url('../img/boutiques/calais.svg');
    background-repeat: no-repeat;
    background-position: center right -50px;
    background-size: auto;
}
.service.active.calais {
    background-image: url('../img/boutiques/calais_white.svg');
    background-repeat: no-repeat;
    background-position: center right -50px;
    background-size: auto;
}
.service.lens {
    background-image: url('../img/boutiques/lens.svg');
    background-repeat: no-repeat;
    background-position: center right -85px;
    background-size: auto;
}
.service.active.lens {
    background-image: url('../img/boutiques/lens_white.svg');
    background-repeat: no-repeat;
    background-position: center right -85px;
    background-size: auto;
}
.service.aeroville,
.service.roissy {
    background-image: url('../img/boutiques/roissy.svg');
    background-repeat: no-repeat;
    background-position: center right -50px;
    background-size: auto;
}
.service.active.aeroville,
.service.active.roissy {
    background-image: url('../img/boutiques/roissy_white.svg');
    background-repeat: no-repeat;
    background-position: center right -50px;
    background-size: auto;
}
.service.thillois {
    background-image: url('../img/boutiques/thillois.svg');
    background-repeat: no-repeat;
    background-position: center right -35px;
    background-size: auto;
}
.service.active.thillois {
    background-image: url('../img/boutiques/thillois_white.svg');
    background-repeat: no-repeat;
    background-position: center right -35px;
    background-size: auto;
}
.service.thionville {
    background-image: url('../img/boutiques/thionville.svg');
    background-repeat: no-repeat;
    background-position: center right -70px;
    background-size: auto;
}
.service.active.thionville {
    background-image: url('../img/boutiques/thionville_white.svg');
    background-repeat: no-repeat;
    background-position: center right -70px;
    background-size: auto;
}
.service.troyes {
    background-image: url('../img/boutiques/troyes.svg');
    background-repeat: no-repeat;
    background-position: center right -50px;
    background-size: auto;
}
.service.active.troyes {
    background-image: url('../img/boutiques/troyes_white.svg');
    background-repeat: no-repeat;
    background-position: center right -50px;
    background-size: auto;
}
.service.versailles {
    background-image: url('../img/boutiques/versailles.svg');
    background-repeat: no-repeat;
    background-position: center right -60px;
    background-size: auto;
}
.service.active.versailles {
    background-image: url('../img/boutiques/versailles_white.svg');
    background-repeat: no-repeat;
    background-position: center right -60px;
    background-size: auto;
}
.service .pastille_particulier,
.service .pastille_professionnel,
.pastille_particulier_legend,
.pastille_professionnel_legend {
    border-radius: 190px;
}
.service .pastille_particulier,
.service .pastille_professionnel {
    position: absolute;
    width: 15px;
    height: 15px;
}
.pastille_particulier_legend,
.pastille_professionnel_legend {
    margin-right: 5px;
    width: 10px;
    height: 10px;
}
.service .pastille_particulier,
.pastille_particulier_legend {
    background-color: var(--primary-normal);
}
.service .pastille_professionnel,
.pastille_professionnel_legend {
    background-color: var(--secondary-normal);
}
.service .pastille_particulier,
.service .pastille_professionnel {
    top: 10px;
    left: 10px;
}
.service .pastille_particulier + .pastille_professionnel {
    left: 30px;
}
form .subtitle2 {
    padding-top: 0px;
    padding-bottom: 0px;
}.magasins {
    margin-top: 80px;
}
.blocs_magasins {
    margin: 0px auto;
    max-width: 1200px;
}
table.horaires th, table.horaires td{
    text-align: left;
}
.magasins h3 {
    margin-bottom: 5px;
}
.list_title p {
    margin-bottom: 20px;
    font-size: 0.750em;
}
.magasins .list_title p {
    margin-bottom: 20px;
}
input, textarea { 
    font-weight: bold;
}
.form_boutique {
    max-width: 1200px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
}
.form_boutique .form_auth:first-child {
    width: 100%;
}
.form_boutique .form_auth:last-child {
    width: 100%;
    margin-left: 4%;
}
.no_select {
    color: rgba(0, 0, 0, .3);
}
.informations {
    margin: 50px 0px;
}
.informations img {
    height: 40px;
    margin-bottom: 20px;
}
.informations p {
    font-weight: 800;
    font-style: italic;
    font-size: 0.875em;
}
/* Correction Modale /!\ - A vérifier si conforme aux autres modales */
.modal-card-body {
    padding: 50px 50px 0px 50px;
}
.modal-card-head+.modal-card-body {
    padding: 0px 50px 0px 50px;
}
/** KeyFrames **/
@keyframes move-forever {
    0% {
        transform: translate3d(-90px,0,0);
    }
    100% { 
        transform: translate3d(85px,0,0);
    }
}
/** Responsive **/
@media screen and (max-width: 1300px) {
    .main_contact {
        width: calc(100% - 100px);
    }
    .web_banner {
        width: calc(100% - 100px);
    }
    .block-magasin-legend,
    .list {
        padding-left: 50px;
    }
    .blocs_magasins {
        max-width: 100%;
    }
    .blocs_magasins_title {
        margin-left: 50px;
        margin-right: 50px;
    }
    .service:last-child {
        display: block;
        padding: 0px;
        box-shadow: none;
        background-color: var(--first-light);
        min-width: 32px;
        border: none;
    }
}
@media screen and (max-width: 1040px) {
    .name, 
    .form_boutique {
        display: block !important;
    }
    .name .form_auth {
        width: 100%;
    }
    .form_boutique .form_auth:last-child {
        margin-left: 0;
    }
}
@media screen and (max-width: 980px) {
    h1 {
        font-size: 2.500em;
    }
    .webbanner_txt {
        width: calc(100% - 100px);
    }
    .garantie, 
    .info_pro {
        padding: 50px 30px;
    }
}
@media screen and (max-width: 880px) {
    .info_pro {
        flex-direction: column;
        align-items: flex-start;
    }
    .info_pro>div {
        width: 100%;
    }
    .info_pro p {
        margin-top: 10px;
    }
}
@media screen and (max-width: 850px) {
    .info_mag, 
    .group_garantie {
        width: 100%;
    }
    .group_garantie {
        margin-top: 80px;
        margin-left: 0px;
    }
    .garantie,
    .info_pro {
        padding: 50px;
    }
    .name, .form_boutique {
        display: flex !important;
    }
    .name .form_auth {
        width: 48%;
    }
    .form_boutique .form_auth:last-child {
        margin-left: 4%;
    }
    .info_pro {
        flex-direction: row;
        align-items: center;
    }
    .info_pro>div {
        width: auto;
    }
    .info_pro p {
        margin-top: 0px;
    }
}
@media screen and (max-width: 780px) {
    .webbanner_txt h2 {
        margin: 50px 0px;
    }
    .body_txt {
        width: 100%;
    }
}
@media screen and (max-width: 760px) {
    .espace_ml {
        display: none;
    }
    .navigation {
        display: none;
    }
    .body_txt h2 {
        margin: 50px 0px 20px 0px;
    }
    .name, 
    .form_boutique {
        display: block !important;
    }
    .name .form_auth {
        width: 100%;
    }
    .form_boutique .form_auth:last-child {
        margin-left: 0;
    }
    .navigation {
        display: none;
    }
}
@media screen and (max-width: 600px) {
    .label-count {
        margin: 0 15px;
    }
    .label-count p {
        margin-top: 0px;
        margin-bottom: 10px;
    }
    .garantie, 
    .info_pro {
        padding: 50px 30px;
    }
}
@media screen and (max-width: 530px) {
    .waves{
        opacity: 0;
    }
    h1 {
        font-size: 1.875em;
    }
    .web_banner {
        width: 100%;
        border-radius: 0px;
    }
    .body_txt h2,
    .webbanner_txt h2 {
        font-size: 1.563em;
    }
    .webbanner_txt p {
        font-size: 1.250em;
    }
    .info_pro {
        flex-direction: column;
        align-items: flex-start;
    }
    .info_pro>div {
        width: 100%;
    }
    .info_pro p {
        margin-top: 10px;
    }
}
@media screen and (max-width: 470px) {
    .group_garantie {
        width: calc(100% + 60px);
        margin-left: -30px;
        margin-right: -30px;
    }
    .tabs_radio input[type="radio"]:checked+label {
        border-radius: 0px;
    }
    .garantie,
    .info_pro {
        border-radius: 0px;
    }
    .blocs_magasins_title {
        margin-left: 30px;
    }
    .main_contact,
    .webbanner_txt {
        width: calc(100% - 60px);
    }
    .block-magasin-legend,
    .list {
        padding-left: 30px;
    }
    .service:last-child {
        min-width: 15px
    }
    .modal-card-body {
        padding: 30px 30px 0px 30px;
    }
    .modal-card-head+.modal-card-body {
        padding: 0px 30px 0px 30px;
    }
}