@-webkit-keyframes animate-preloader {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes animate-preloader {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/* font titre */
@font-face {
    font-family: "Gilroy";
    src: url("../fonts/Gilroy-ExtraBold.eot");
    src: url("../fonts/Gilroy-ExtraBold.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Gilroy-ExtraBold.woff2") format("woff2"),
    url("../fonts/Gilroy-ExtraBold.woff") format("woff"),
    url("../fonts/Gilroy-ExtraBold.ttf") format("truetype"),
    url("../fonts/Gilroy-ExtraBold.svg#Gilroy-ExtraBold") format("svg");
    font-weight: 400;
    font-style: normal;
}

body {
    background: #fff;
    color: #48494a;
    font-family: "Roboto", sans-serif !important;
}

.modal {
    z-index: 60000;
}

#map {
    /*position: absolute;*/
    /*top: 0;
                bottom: 0;*/
    width: 100%;
    /*background: #333;*/
    color: white;
    /*padding: 50px 20px;*/
    height: 100vh;
    /*height: 100%; !* para falta de suporte *!
                height: -webkit-calc(100% - 100px); !* para Chrome *!
                height: -moz-calc(100% - 100px); !* para Firefox *!
                height: calc(100% - 100px); !* para suporte nativo *!*/
    min-height: 500px;
}

a {
    color: #1b365d;
    transition: 0.5s;
}

a:active,
a:focus,
a:hover {
    color: #1b365d;
    outline: 0;
    text-decoration: none;
}

p {
    padding: 0;
    margin: 0 0 30px;
}

#preloader:before,
.back-to-top {
    position: fixed;
    border-radius: 50%;
}

.back-to-top {
    display: none;
    background: #1b365d;
    text-align: center;
    line-height: 1;
    font-size: 16px;
    right: 15px;
    bottom: 15px;
    transition: background 0.5s;
    z-index: 11;
    width: 44px;
    height: 44px;
}

.back-to-top i {
    padding-top: 12px;
    color: #fff;
}

/* loader */
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    overflow: hidden;
    background: #fff;
}

#preloader:before {
    content: "";
    top: calc(50% - 30px);
    left: calc(50% - 30px);
    border: 4px solid #f2f2f2;
    border-top: 4px solid #1b365d;
    width: 60px;
    height: 60px;
    -webkit-animation: animate-preloader 1s linear infinite;
    animation: animate-preloader 1s linear infinite;
}

/* header */
#header,
#header.header-scrolled {
    background: #fff;
    transition: all 0.5s;
    top: 0;
}

#header {
    position: fixed;
    left: 0;
    top: 60px;
    right: 0;
    z-index: 997;
    height: 95px;
    padding: 15px 0;
}

/* .page #header {
  top: 60px;
} */

#header.header-scrolled {
    height: 79px;
    box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.2);
}

#header.header-scrolled,
#mobile-nav-toggle.position {
    top: 0 !important;
}

#header.header-scrolled #logo a img {
    transition: all 0.5s;
    min-width: 5rem;
    position: relative;
    max-height: 50px;
}

#header.header-scrolled.header-programme .logo-p a img {
    min-width: 3rem !important;
}

#header.header-scrolled.header-programme .logo-alfred {
    height: 50px;
}

#header.header-scrolled #nav-menu-container {
    line-height: 3;
}

#header #logo {
    float: left;
}

#header #logo h1 {
    margin: 0;
    padding: 0;
    font-size: 0px;
}

#header #logo a span {
    text-indent: -9999px;
    display: inline-block;
}

#header #logo a img {
    padding: 0;
    margin: 0;
    min-width: 7rem;
    max-height: 64px;
    transition: all 0.5s;
}

/* logo 2 > page programme */
#header.header-programme .logo-p a img {
    min-width: 4rem !important;
}

#header.header-programme .logo-alfred {
    float: left;
    margin-left: 20px;
    width: 160px;
    display: flex;
    align-items: center;
    height: 65px;
}

#header.header-programme .logo-alfred i {
    color: #1b365d;
    float: left;
    font-weight: 600;
    margin-right: 15px;
}

#header.header-programme .logo-alfred a span {
    text-indent: -9999px;
    display: inline-block;
}

#header.header-programme .logo-alfred a img {
    height: 30px;
}

.top-header {
    background: #1a365d;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 50000;
    padding: 18px 0;
}

.top-header span {
    color: #fff;
    float: right;
    -webkit-text-fill-color: #fff;
}

.top-header span img {
    float: left;
    margin-right: 15px;
    width: 15px;
}

/* slider home */
#intro {
    width: 100%;
    height: 90vh;
}

#intro .owl-carousel {
    position: relative;
}

#intro .owl-carousel .item {
    width: 100%;
    height: 100vh;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

#intro .owl-carousel .item img {
    max-width: 100%;
}

.inner {
    position: absolute;
    top: 35%;
    z-index: 10;
    margin: 0 auto;
    left: 0;
    right: 0;
    border-radius: 2px;
    background: #fff;
    width: 565px;
    padding: 30px 15px;
    text-align: center;
}

.inner h1 {
    margin: 30px 0 10px;
    color: #1b365d;
    font-size: 50px;
    line-height: 55px;
    font-family: "Gilroy";
    font-weight: 400 !important;
    text-transform: uppercase;
}

.inner h2 {
    color: #d6a23e;
    font-size: 33px;
    font-weight: 300;
    margin: 0;
    line-height: 35px;
}

#intro .owl-dots {
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.owl-dots .owl-dot {
    opacity: 1;
    height: 20px;
    margin-right: 8px;
    margin-left: 8px;
    width: 50px;
    cursor: pointer;
    transition: 0.2s;
    z-index: 50000;
    float: left;
    position: relative;
}

.owl-dots .owl-dot span {
    height: 2px;
    display: block;
    border-bottom: 2px solid #1b365d;
}

.owl-dot.active span,
.owl-dot:hover span {
    border-bottom: 2px solid #d6a23e;
}

/* menu */
.nav-menu ul {
    position: absolute;
    display: none;
    top: 100%;
    left: 0;
    z-index: 99;
    margin: 4px 0 0;
    padding: 10px;
    box-shadow: 0 0 30px rgba(127, 137, 161, 0.25);
    background: #fff;
}

.nav-menu li {
    position: relative;
    white-space: nowrap;
}

.nav-menu > li {
    float: left;
    margin-left: 30px;
}

.nav-menu li.sfHover > ul,
.nav-menu li:hover > ul {
    display: block;
}

.nav-menu ul ul {
    top: 0;
    left: 100%;
    margin: 0;
}

#nav-menu-container {
    float: right;
    margin: 0;
    line-height: 4;
}

.nav-menu a {
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    line-height: 16px;
    outline: 0;
}

.nav-menu .menu-active:after,
.nav-menu li:after,
.nav-menu a,
.nav-menu ul li,
.nav-menu > li {
    transition: 0.3s;
}

.nav-menu .menu-active:after,
.nav-menu li:hover:after {
    transition: 0.3s;
    border-bottom: 2px solid #d6a23e;
    content: "";
    display: block;
    margin: 0 auto;
    width: 43px;
    height: 16px;
}

.nav-menu ul li a {
    padding: 10px;
    color: #333;
    transition: 0.3s;
    display: block;
    font-size: 13px;
    text-transform: none;
}

#mobile-nav-toggle {
    position: fixed;
    right: 0;
    top: 0;
    z-index: 999;
    margin: 20px 20px 0 0;
    border: 0;
    background: 0 0;
    font-size: 24px;
    display: none;
    transition: all 0.4s;
    outline: 0;
    cursor: pointer;
}

#mobile-nav,
#mobile-nav-toggle {
    top: 60px;
}

#mobile-nav-toggle i,
.nav-menu a {
    color: #1b365d;
}

#mobile-nav ul .menu-item-active,
#mobile-nav ul li a:hover,
#mobile-nav ul li.menu-active a {
    color: #d6a23e;
}

#mobile-nav {
    position: fixed;
    top: 0;
    padding-top: 18px;
    bottom: 0;
    z-index: 5000000;
    background: rgba(26, 54, 93, 0.8);
    left: -260px;
    width: 260px;
    overflow-y: auto;
    transition: 0.4s;
}

#mobile-nav ul,
.nav-menu,
.nav-menu * {
    padding: 0;
    margin: 0;
    list-style: none;
}

#mobile-nav ul li a,
section {
    position: relative;
    overflow: hidden;
}

#mobile-nav ul li a {
    color: #fff;
    font-size: 13px;
    text-transform: uppercase;
    text-decoration: none;
    width: 100%;
    display: block;
    outline: 0;
    font-weight: 700;
    padding: 10px 22px 10px 15px;
}

#mobile-nav ul li li {
    padding-left: 30px;
}

#mobile-nav ul .menu-has-children i {
    position: absolute;
    right: 0;
    z-index: 99;
    padding: 15px;
    cursor: pointer;
    color: #fff;
}

#mobile-nav ul .menu-has-children li a {
    text-transform: none;
}

#mobile-body-overly {
    width: 100%;
    height: 100%;
    z-index: 997;
    top: 0;
    left: 0;
    position: fixed;
    background: rgba(0, 0, 0, 0.7);
    display: none;
}

body.mobile-nav-active #mobile-nav {
    left: 0;
}

body.mobile-nav-active #mobile-nav-toggle,
body.mobile-nav-active #mobile-nav-toggle i {
    color: #fff;
}

/* modal */
.modal .close {
    color: #1b365d !important;
    opacity: 1;
}

.modal h3 {
    color: #1b365d;
    font-size: 23px;
    font-weight: 400 !important;
    font-family: "Gilroy";
    margin: 0;
}

.modal .modal-body p,
.modal .text {
    margin: 0;
    font-size: 12px;
}

.modal .modal-body form {
    margin: 30px 0 15px 0;
}

.modal .modal-body form .form-control {
    border: 1px solid #ced4da;
}

.modal .modal-body form button {
    display: block;
    padding: 10px 0;
    width: 50%;
}

.modal .modal-footer p {
    margin: 0 auto;
    font-size: 14px;
}

.modal .modal-footer p a,
.modal .text a {
    color: #1b365d !important;
    text-decoration: underline;
}

/* section */
section {
    padding: 60px 0;
}

section:nth-child(odd) {
    background: #f4f5f7;
    overflow: hidden;
}

.section-header h2 {
    color: #1b365d;
    font-size: 33px;
    line-height: 35px;
    text-align: center;
    padding-bottom: 15px;
    font-weight: 400 !important;
    font-family: "Gilroy";
}

.section-header p {
    color: #48494a;
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    text-align: center;
    margin-bottom: 40px;
}

.bouton-style {
    margin-top: 2rem !important;
    text-align: center !important;
    width: 100%;
}

.bouton-style a,
.bouton-style span {
    margin: 0 auto;
    border-radius: 25px;
    color: #fff;
    background: #d6a23e;
    font-size: 16px;
    font-weight: 400;
    line-height: 22.5px;
    padding: 15px 25px;
    display: inline-block;
}

.bouton-style:focus,
.bouton-style:hover {
    opacity: 0.8;
    color: #fff;
}

#bt-submit-download, #bt-close {
    margin-top: 0 !important;
    width: 100% !important;
    /*text-align: left !important;*/
}

#contact .section-header h2,
#contact .section-header p,
#qui .section-header h2,
.slider .col-slider .section-header p,
.slider .col-slider h2 {
    text-align: left;
}

/* actu */
#actu,
.blocImage {
    background-size: cover;
    overflow: initial;
}

#actu .wrap,
.blocImage .wrap {
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
    transition: 0.3s;
    border-radius: 4px;
    background: #fff;
    overflow: hidden;
    margin: 30px 0 0 0;
}

#actu figure,
.blocImage figure {
    overflow: hidden;
    max-height: 195px;
    position: relative;
    margin: 0;
    background: #000000;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}

#actu figure i,
.blocImage figure i {
    position: absolute;
    top: 50%;
    left: 50%;
    border-radius: 50%;
    font-size: 25px;
    color: #1b365d;
    width: 60px;
    height: 60px;
    line-height: 60px;
    background: #ffffff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
    -webkit-transform: translate(-50%, -50%) scale(0);
    transform: translate(-50%, -50%) scale(0);
    transition: all 300ms 0ms cubic-bezier(0.6, -0.28, 0.735, 0.045);
    text-align: center;
}

#actu figure i:before,
.blocImage figure i:before {
    position: relative;
    left: -1px;
}

#actu figure:hover i,
.blocImage figure:hover i {
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    transition: all 300ms 100ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

form button[type="submit"]:hover {
    opacity: 0.8;
}

#actu .wrap a img,
#actu figure,
.blocImage .wrap a img,
.blocImage figure {
    transition: all 0.35s ease-in-out;
}

#actu .wrap a:hover img,
.blocImage .wrap a:hover img {
    opacity: 0.3;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

#actu .wrap h3,
.blocImage .wrap h3 {
    text-align: center;
    padding: 15px;
    margin: 0;
    font-size: 1.2rem;
}

.rea-img {
    max-height: 176px !important;
}

/* espacevente */
#espacevente .section-header {
    margin-bottom: 30px;
}

#espacevente .infos h2,
#espacevente .infos p {
    text-align: left;
}

#espacevente .infos h2 {
    text-align: left;
    color: #1b365d;
    font-size: 26px;
    line-height: 30px;
    font-weight: 400 !important;
    font-family: "Gilroy";
}

/* qui */
.slider .col-slider {
    position: relative;
    top: 30px;
    height: 100%;
    padding: 0;
}

/* .slider .col-slider .section-header p {
  margin: 0;
} */

#qui .section-header h2,
#qui .section-header p {
    text-align: left;
    margin-bottom: 0;
}

#programmes,
#qui,
#realisations {
    background-size: cover;
}

.realisations-cols .wrap {
    margin: 0;
}

/* programmes */
.programmes-carousel {
    margin: 80px 0 0px 0;
}

.programmes-carousel .owl-item img {
    display: block;
    width: auto;
    text-align: center;
    margin: 0 auto;
    max-width: 400px;
    max-height: 400px;
}

#programmes .owl-dots,
#programmes .owl-nav {
    text-align: center;
    position: absolute;
    top: -35px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 200px;
}

/* villes */
#villes .col-slider h2,
#villes .col-slider p {
    /*text-align: right;*/
}

#villes .slider .owl-dots,
#villes .slider .owl-nav {
    right: 0;
}

/* prestations */
.slider .owl-dots,
.slider .owl-nav {
    position: absolute;
    top: 0px;
}

#prestations .slider .owl-dots,
#prestations .slider .owl-nav {
    left: 0;
}

/* accordion */
#accordion {
    margin: 30px 0;
}

#accordion .card {
    border: 0;
    border-radius: 3px;
    margin-bottom: 20px;
    overflow: hidden;
    background: transparent;
}

#accordion .card-header {
    border: 0;
    padding: 0;
    border-radius: 0;
    background: white;
    cursor: pointer;
    transition: 0.2s;
}

#accordion .card-header audio:hover {
    background: #d6a23d;
    color: #fff;
}

#accordion .card-header h3,
#accordion .card-header span,
#accordion .card-body ul li {
    margin: 0;
    float: left;
    font-size: 15px;
    width: 18%;
}

#accordion .card-body {
    overflow: hidden;
    padding: 25px 30px;
    background: #fff;
    margin-bottom: 5px;
}

#accordion .card-body ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#accordion .card-body a {
    float: right;
    font-size: 14px;
}

#accordion .card-body a span {
    text-decoration: underline;
    margin-left: 5px;
}

#accordion .card-header a {
    display: inline-block;
    position: relative;
    width: 100%;
    padding: 25px 30px;
    background: #d6a23d;
    color: #fff;
}

#accordion .card-header a.collapsed {
    color: #1b365d;
    background: #fff;
}

#accordion .card-header a:after {
    content: "\f078";
    font-family: "FontAwesome";
    position: absolute;
    right: 30px;
}

#accordion .card-header a[aria-expanded="true"]:after {
    content: "\f077";
}

/* contact */
#contact {
    padding: 60px 0;
}

.form-control {
    background: #fff;
    border: 0;
    color: #48494a;
    font-size: 14px;
    font-weight: 300;
    padding: 5px 10px;
}

.form-control:focus {
    border-color: #d6a23d;
    box-shadow: 0 0 0 0.2rem rgba(214, 162, 61, 0.5);
}

form button[type="submit"] {
    padding: 0;
    cursor: pointer;
    width: auto;
    transition: 0.2s linear;
}

/* footer */
footer .copyright {
    padding: 30px 0;
    color: #48494a;
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    text-align: center;
}

.map iframe {
    width: 100% !important;
}

/* pages intro */
#intro .full-visual .gradient-second {
    background: linear-gradient(to bottom, transparent, black) no-repeat bottom;
    background-size: 100% 75%;
    bottom: 0;
    height: 180px;
    position: absolute;
    right: 0;
    width: 100%;
}

#intro .full-visual .inner {
    top: 45%;
}

#intro .full-visual .inner h1 {
    margin: 0 0 10px;
}

#intro .full-visual > img {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: auto;
}

#intro .full-visual .media {
    position: absolute;
    z-index: 5;
    bottom: 5%;
    right: 5%;
}

#intro .full-visual .media-bottom ul {
    padding: 0;
    margin: 0;
}

#intro .full-visual .media ul li {
    float: left;
    color: #fff;
    text-align: center;
    margin-left: 30px;
    list-style: none;
    font-size: 12px;
}

#intro .full-visual .media ul li a {
    color: #fff;
}

#intro .full-visual .media ul li a i {
    border: 1px solid #fff;
    border-radius: 50%;
    padding: 10px;
    width: 55px;
    height: 55px;
    font-size: 1.6rem;
    transition: 0.2s;
    line-height: 1.3;
}

#intro .full-visual .media ul li:hover a i {
    background: #fff;
    color: #1b365d;
    box-shadow: 2px 3px 4px rgba(0, 0, 0, 0.5);
}

/* responsive */
@media (min-width: 1024px) {
    #intro p {
        width: 60%;
    }
}

@media (max-width: 1024px) {
    #intro {
        height: 70vh;
    }

    /* #intro,
          #intro .carousel-item {
              height: 50vh;
          } */
    #intro .carousel-content-titre {
        bottom: 15%;
    }

    #intro .owl-dots {
        top: 20%;
    }

    .inner {
        width: 60%;
        top: 25%;
    }

    .inner h1 {
        font-size: 30px;
        line-height: 35px;
    }

    .inner h2 {
        font-size: 23px;
        line-height: 30px;
    }

    .map {
        margin: 30px 0 0;
    }

    #accordion .card-header h3,
    #accordion .card-header span,
    #accordion .card-body ul li {
        width: 33%;
    }

    #accordion .card-body a span {
        display: none;
    }
}

@media (max-width: 768px) {
    .inner {
        padding: 15px;
        width: 30%;
        margin: 0;
        top: 50% !important;
        left: 15px;
    }

    #intro .owl-item .inner {
        padding: 15px;
        width: 35%;
        margin: 0 auto;
        top: 17% !important;
        left: 0;
        right: 0;
    }

    #intro,
    #intro .carousel-item {
        height: 30vh;
    }

    #intro .carousel-content-titre {
        bottom: 15%;
        width: 85%;
        padding: 15px;
    }

    .inner h1 {
        font-size: 1rem;
        margin: 0 !important;
        line-height: 22px;
    }

    .inner h2 {
        display: none;
    }

    .section-header h2 {
        font-size: 30px;
        line-height: 30px;
        padding-bottom: 5px;
    }

    #intro .carousel-indicators {
        top: 10px;
    }

    #intro {
        height: 40vh;
    }

    .full-visual .gradient-second {
        display: none;
    }

    .back-to-top {
        bottom: 15px;
    }

    #header {
        /*height: auto;*/
        height: 70px;
    }

    #header #logo h1 {
        font-size: 28px;
    }

    #header #logo img {
        max-height: 40px !important;
        max-width: 60px !important;
    }

    #header .logo-p img {
        max-height: initial !important;
    }

    #nav-menu-container {
        display: none;
    }

    #mobile-nav-toggle {
        display: inline;
    }

    #header.header-scrolled {
        padding: 15px 0;
    }

    #header #logo a img,
    #header.header-scrolled #logo a img {
        width: auto;
        top: 0;
    }
}

/* page simple */
.layout-content #intro {
    height: 70vh;
}

.layout-content #main > section:first-child {
    overflow: initial;
}

.layout-content #main > section:first-child .container {
    background: white;
    padding: 60px;
    margin: -300px auto 0;
    border-radius: 3px;
}

.layout-content #main h2 {
    text-align: left;
    font-size: 30px;
}

.layout-content #main h3 {
    color: #1b365d;
    font-size: 22px;
    line-height: 26px;
    padding-bottom: 5px;
    font-weight: 400 !important;
    font-family: "Gilroy";
}

.layout-content #main p {
    font-size: 14px;
}

@media (max-width: 768px) {
    #header.header-programme .logo-alfred {
        display: block;
        height: 30px;
    }

    #header.header-scrolled.header-programme .logo-alfred {
        height: 50px;
    }


    .layout-content #main > section:first-child .container {
        padding: 30px;
    }

    .layout-content #main h2 {
        font-size: 26px;
    }

    .layout-content #main h3 {
        font-size: 20px;
        line-height: 22px;
    }

    .layout-content #main p {
        font-size: 13px;
    }

    .filters ul {
        display: block !important;
    }

    .filters ul li {
        float: none !important;
        margin: 0 0 15px 0 !important;
    }

    #accordion .card-header h3 {
        width: 100%
    }

}

/* changement apparition du menu mobile */
@media (max-width: 995px) {
    #nav-menu-container {
        display: none;
    }

    #mobile-nav-toggle {
        display: inline;
    }
}

/* filtre actu */
.content {
    width: 100%;
    margin: 0 auto;
    padding: 0px;
    text-align: center;
}

.content .text {
    text-align: left;
}

.content .text p {
    padding: 0;
    margin: 0 0 10px;
}

.filters {
    width: 100%;
    text-align: center;
    margin: 30px 0 0 0;
}

.filters ul {
    padding: 0;
    margin: 0;
    overflow: hidden;
    display: flex;
    justify-content: center;
}

.filters ul li {
    cursor: pointer;
    list-style-type: none;
    font-size: 16px;
    cursor: pointer;
    color: #1b365d;
    float: left;
    margin: 0 10px;
    border-bottom: 2px solid transparent;
}

.filters ul li:hover,
.filters ul li.active {
    border-bottom: 2px solid #d6a23e;
}

/* mobile */
.mobile,
.promotion {
    transition: 0.5s;
    position: fixed;
    left: -190px;
    background: #1a365d;
    top: 25%;
    z-index: 50000;
    padding: 10px;
    display: block;
    color: #fff;
    -webkit-text-fill-color: #fff;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    box-shadow: 0px 0px 10px 4px rgba(119, 119, 119, 0.75);
}

.mobile img {
    float: left;
    margin-right: 15px;
    width: 15px;
}

.header-scrolled .mobile,
.header-scrolled .promotion {
    left: 0px;
}

/* promo */
.promotion {
    top: 35%;
    left: -100%;
    background: #d6a23e;
    max-width: 50%;
}

.promotion h3 {
    font-size: 1rem;
    color: #fff;
    margin: 0;
    font-weight: 600;
    line-height: 1.4;
}

.promotion p {
    padding: 0;
    margin: 0;
}

.promotion a {
    color: #fff;
}
