.w-layout-grid {
    display: -ms-grid;
    display: grid;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    grid-row-gap: 16px;
    grid-column-gap: 16px;
}

.slide-nav {
    height: 40px;
}

.slider {
    overflow: visible;
    height: 70vh;
}

.heading {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #e0e0e0;
    letter-spacing: 30px;
}

.paragraph {
    display: block;
    width: 400px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: justify;
}

.column {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.columns {
    margin-top: 40px;
}

.image {
    width: 400px;
    height: 300px;
    max-width: none;
    background-color: #e0e0e0;
}

.column-2 {
    padding-left: 20px;
}

.button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.hero {
    display: block;
    padding-top: 40px;
    padding-bottom: 40px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.hero._2 {
    padding-top: 40px;
}

.flex-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.hero-image-mask {
    width: auto;
    margin-left: 40px;
}

.hero-image-mask._2 {
    margin-right: 40px;
    margin-left: 0px;
}

.hero-image {
    width: 400px;
    height: 300px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0.5 auto;
    -ms-flex: 0 0.5 auto;
    flex: 0 0.5 auto;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
}

.div-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.div-block._2 {
    margin-left: 0px;
    padding-left: 0px;
}

.paragraph-2 {
    width: 400px;
    font-family: 'Montserrat', sans-serif;
}

.cards-section {
    padding-top: 100px;
    padding-bottom: 100px;
}

.centered-container {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
}

.cards-grid-container {
    display: -ms-grid;
    display: grid;
    grid-auto-columns: 1fr;
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    text-align: left;
}

.cards-image-mask {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 100%;
    border-radius: 0%;
}

.cards-image {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    width: 100%;
    height: 100%;
    max-width: none;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
}

.paragraph-3 {
    width: 750px;
    margin-top: 100px;
    margin-bottom: 100px;
    padding-top: 0px;
    font-family: 'Suisseworks book', sans-serif;
    color: #6e6e6e;
    font-size: 15px;
    line-height: 26px;
    text-align: center;
}

.div-block-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: transparent;
}

.heading-2 {
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
}

.heading-3 {
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
}

.heading-4 {
    font-family: 'Montserrat', sans-serif;
}

.slide {
    background-image: url('../images/SLIDE_BDM.png');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}

.slide-2 {
    background-image: url('../images/SLIDE_BDM_2.png');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}

.navbar {
    display: block;
    height: 100px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.container {
    display: block;
    height: 100px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.nav-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.sticky-nav {
    position: static;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    z-index: 1;
    height: 100px;
    padding: 20px;
    background-color: #fff;
    box-shadow: 1px 1px 15px -7px #000;
}

.nav-grid {
    display: -ms-grid;
    display: grid;
    width: 100%;
    margin: 0px;
    padding: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    grid-auto-flow: column;
    grid-auto-columns: -webkit-max-content;
    grid-auto-columns: max-content;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr -webkit-max-content -webkit-max-content -webkit-max-content;
    -ms-grid-columns: 1fr max-content max-content max-content;
    grid-template-columns: 1fr -webkit-max-content -webkit-max-content -webkit-max-content;
    grid-template-columns: 1fr max-content max-content max-content;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
}

.nav-logo-link {
    display: block;
    height: 60px;
    margin-right: 0px;
    margin-left: 0px;
    padding: 0px;
}

.nav-logo {
    width: auto;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: 0% 50%;
    object-position: 0% 50%;
}

.nav-link-2 {
    display: block;
    margin-right: 0px;
    margin-left: 0px;
    padding: 10px 0px;
    font-family: 'Suisseintl', sans-serif;
    color: #444;
    font-size: 12px;
    text-decoration: none;
}

.nav-link-2:hover {
    text-decoration: none;
}

.background-video {
    width: auto;
    height: auto;
}

.image-2 {
    position: static;
    bottom: auto;
    width: 100%;
    height: 100%;
    max-width: none;
}

.section {
    height: auto;
    margin-top: 0px;
    padding-top: 0px;
}

.grid {
    position: static;
    height: 80vh;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    -ms-grid-columns: 0.25fr 1fr 1fr;
    grid-template-columns: 0.25fr 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
}

.div-block-3 {
    position: static;
    top: 211px;
    height: 80vh;
}

.image-3 {
    width: auto;
    height: 94%;
}

.div-block-4 {
    height: auto;
    background-color: #fff;
}

.image-4 {
    position: static;
    left: 787px;
    top: 61px;
    right: auto;
    height: auto;
}

.image-5 {
    height: 60vh;
    max-width: none;
}

.image-6 {
    position: relative;
    left: 588px;
    height: 80vh;
    max-width: none;
}

.grid-2 {
    height: auto;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
}

.image-7 {
    height: auto;
}

.image-8 {
    height: auto;
}

.div-block-5 {
    color: #fff;
}

.text-span {
    font-family: 'Suisseworks book', sans-serif;
}

.text-span-2 {
    font-family: 'Suisseintl book', sans-serif;
    color: #000;
    font-size: 32px;
}

.left-diagonal {
    position: static;
    left: 2px;
    top: -7px;
    height: 100%;
    float: right;
    border-bottom: 0px none #000;
}

.button-2 {
    display: inline-block;
    padding: 4px 15px 4px 12px;
    background-color: #1f1f26;
    -webkit-transition: -webkit-transform 400ms ease;
    transition: -webkit-transform 400ms ease;
    transition: transform 400ms ease;
    transition: transform 400ms ease, -webkit-transform 400ms ease;
    color: #fff;
    font-style: italic;
    text-align: center;
    letter-spacing: 1px;
    text-decoration: none;
}

.button-2:hover {
    -webkit-transform: translate(0px, -3px);
    -ms-transform: translate(0px, -3px);
    transform: translate(0px, -3px);
}

.button-2.button-color-1 {
    background-color: #a4a681;
}

.button-2.button-color-2 {
    background-color: #718ba3;
}

.full-column {
    position: relative;
    display: block;
    height: 100%;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-top: 0px none #d1d1d1;
    border-bottom: 0px none #d1d1d1;
}

.full-column.image-1 {
    position: static;
    height: 80vh;
    border-top-style: none;
    border-bottom-style: none;
    background-image: url('../images/image_maison_3.jpg');
    background-position: 50% 50%;
    background-size: cover;
}

.full-column.image-1.manus {
    background-image: url('../images/960x1080_1.jpg');
}

.full-column.grey {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-top-style: none;
    border-top-width: 0px;
    border-bottom-style: none;
    border-bottom-width: 0px;
    background-color: #000;
}

.full-column.image-4 {
    position: static;
    left: 0px;
    top: -4px;
    border-top-style: none;
    border-bottom-style: none;
    background-image: url('../images/960x1080_2.jpg');
    background-position: 50% 50%;
    background-size: cover;
}

.column-content {
    position: absolute;
    left: 0px;
    top: 24%;
    right: 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 400px;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
}

.column-content.right-content {
    top: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.column-content.right-content.fondateurs {
    top: 58px;
}

.white {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    font-family: 'Suisseintl', sans-serif;
    color: #a4a681;
    font-weight: 600;
    letter-spacing: 1px;
}

.full-page {
    position: relative;
    overflow: hidden;
    height: 80vh;
    background-color: #000;
}

.link-2 {
    color: #a4a681;
    text-decoration: none;
}

.text-span-3 {
    font-size: 12px;
    line-height: 11px;
}

.light {
    max-width: 620px;
    font-family: 'Suisseworks book', sans-serif;
    color: #ebebf2;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0px;
}

.section-2 {
    height: 80vh;
}

.link {
    color: #718ba3;
    text-decoration: none;
}

.paragraph-11 {
    font-family: 'Suisseworks book', sans-serif;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0px;
}

.right-diagonal {
    position: relative;
    top: -7px;
    right: 5px;
    float: left;
}

.full-page-2 {
    position: relative;
    overflow: hidden;
    height: 80vh;
}

.heading-5 {
    padding-top: 10px;
    padding-bottom: 10px;
    border-top: 1px solid #6d6d6d;
    border-bottom: 1px solid #6d6d6d;
    font-family: 'Suisseintl', sans-serif;
    color: #718ba3;
    font-size: 32px;
    line-height: 36px;
    font-weight: 600;
    letter-spacing: 1px;
    text-decoration: none;
}

.container-5 {
    margin-top: 61px;
}

.text-block-20 {
    font-family: 'Suisseintl', sans-serif;
    color: #ececec;
    font-size: 12px;
    text-align: center;
}

.text-block-19 {
    font-family: 'Suisseintl', sans-serif;
    color: #ececec;
    font-size: 10px;
    text-align: center;
    text-transform: uppercase;
}

.text-block-21 {
    font-family: 'Suisseintl', sans-serif;
    color: #ececec;
    font-size: 10px;
    text-align: center;
    letter-spacing: 2px;
}

.grid-8 {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
}

.footer-holder {
    position: relative;
    right: 0%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    height: 500px;
    margin: 0px 0px 0px auto;
    padding-top: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.container-4 {
    margin-top: 66px;
}

.container-3 {
    margin-top: 0px;
}

.image-9 {
    width: 40px;
    text-align: left;
}

.link-block-4 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.grid-7 {
    margin-top: 78px;
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
}

.footer {
    background-color: #000;
}

.image-10 {
    width: 200px;
    margin-bottom: 20px;
}

.image-11 {
    position: static;
    display: block;
    width: 150px;
    height: auto;
    max-width: none;
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
}

.container-6 {
    display: block;
    width: auto;
    height: auto;
    margin-right: 0px;
    margin-left: 0px;
    padding-bottom: 10px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.nav-link-3 {
    margin-top: 15px;
    padding-right: 10px;
    padding-left: 10px;
    font-family: 'Suisseintl', sans-serif;
    font-size: 9px;
}

.nav-link-4 {
    margin-top: 15px;
    padding-right: 10px;
    padding-left: 10px;
    font-family: 'Suisseintl', sans-serif;
    font-size: 9px;
}

.nav-link-5 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0px;
    margin-right: 10px;
    margin-left: 10px;
    padding: 0px;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
    font-family: 'Suisseintl', sans-serif;
    color: #1c1cbe;
    font-size: 12px;
    text-align: center;
}

.nav-link-5:hover {
    color: #ff6f3c;
    font-weight: 400;
}

.nav-link-5.w--current {
    color: #1c1cbe;
}

.nav-link-5.w--current:hover {
    color: #ff6f3c;
}

.navbar-2 {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 130px;
    margin-left: auto;
    padding-bottom: 10px;
    padding-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-style: none;
    border-width: 1px;
    border-color: #1c1cbe;
    background-color: #f2f2f2;
}

.grid-9 {
    width: auto;
    height: auto;
    -webkit-box-pack: stretch;
    -webkit-justify-content: stretch;
    -ms-flex-pack: stretch;
    justify-content: stretch;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    grid-auto-flow: row;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-areas: "Area Area Area Area" ". . . ." "Area-2 Area-2 Area-2 Area-2";
    -ms-grid-columns: 1fr 0px 1fr 0px 1fr 0px 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    -ms-grid-rows: 1fr 0px auto 0px auto;
    grid-template-rows: 1fr auto auto;
}

.section-3 {
    height: auto;
    margin-top: 100px;
}

.div-block-6 {
    background-color: #fff;
}

.div-block-7 {
    background-color: #fff;
}

.div-block-8 {
    background-color: #fff;
}

.div-block-9 {
    background-color: #fff;
}

.div-block-10 {
    display: block;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.div-block-11 {
    display: block;
}

.image-12 {
    height: auto;
    max-height: none;
    max-width: none;
}

.image-13 {
    height: auto;
    max-height: none;
    max-width: none;
}

.section-4 {
    margin-top: 220px;
    margin-bottom: 220px;
}

.grid-10 {
    display: -ms-grid;
    display: grid;
    height: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    grid-auto-columns: 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
}

.div-block-12 {
    width: auto;
    height: auto;
    background-color: #fff;
}

.div-block-13 {
    width: auto;
    height: auto;
    background-color: #fff;
}

.image-14 {
    height: auto;
    max-width: none;
}

.image-15 {
    height: auto;
    max-width: none;
}

.section-5 {
    height: auto;
    max-height: none;
}

.section-6 {
    background-color: #ebebeb;
}

.nav-menu {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    margin-top: 0px;
    margin-left: 0px;
    padding-bottom: 10px;
    padding-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
}

.heading-6 {
    margin-top: 220px;
    font-family: 'Suisseintl', sans-serif;
    color: #fff;
    font-size: 90px;
    line-height: 100px;
    font-weight: 200;
    text-align: center;
    text-shadow: 8px 8px 16px rgba(0, 0, 0, 0.69);
}

.heading-6.single-auteur {
    margin-top: 300px;
    font-weight: 200;
}

.grid-11 {
    margin-right: 0px;
    margin-left: 0px;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
}

.text-block {
    padding-top: 10px;
    padding-bottom: 10px;
    font-family: 'Suisseintl', sans-serif;
    font-size: 11px;
    line-height: 16px;
    text-align: center;
}

.text-span-5 {
    font-size: 14px;
}

.wide-container {
    position: relative;
    display: block;
    max-width: 1224px;
    margin-right: auto;
    margin-left: auto;
}

.wide-container.portfolio-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 1100px;
    padding-top: 100px;
    padding-bottom: 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
}

.wide-container.portfolio-container.style-4 {
    max-width: 1100px;
    padding-top: 0px;
    text-align: left;
}

.portfolio-h3 {
    position: relative;
    top: 46%;
    font-family: 'Suisseintl', sans-serif;
    color: #fff;
    font-weight: 400;
}

.text-span-6 {
    color: #000;
    font-size: 30px;
}

.portfolio-card {
    position: relative;
    height: 212.98px;
    background-color: #000;
}

.prtfolio-p {
    display: block;
    width: auto;
    max-width: none;
    margin-right: auto;
    margin-bottom: auto;
    margin-left: auto;
    font-family: 'Suisseworks', sans-serif;
    color: #000;
    font-size: 14px;
    line-height: 22px;
    text-align: center;
    letter-spacing: 0px;
}

.portfolio-column {
    margin-bottom: 36px;
    padding-right: 18px;
    padding-left: 18px;
}

.d {
    display: block;
    margin-right: 0px;
    margin-left: auto;
    border: 1px solid #000;
    border-radius: 50%;
    background-color: #000;
    color: #fff;
    font-size: 50px;
    line-height: 50px;
    text-align: center;
    letter-spacing: 1px;
}

.right {
    position: relative;
    bottom: 8px;
    display: block;
    margin-right: 0px;
    margin-left: auto;
    text-align: right;
}

.grid-12 {
    margin-right: 0px;
    margin-left: 0px;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
}

.image-16 {
    border-radius: 100px;
    background-color: #fff;
    opacity: 1;
}

.image-16:hover {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.text-block-6 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: 'Suisseintl', sans-serif;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
}

.flex-auteur-atelier {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.feature-image-mask {
    display: block;
    width: 300px;
    margin-right: 40px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    border-radius: 200px;
}

.feature-image {
    width: 300px;
    height: auto;
    max-width: 100%;
    border-radius: 200px;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
}

.heading-7 {
    margin-bottom: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
    border-top: 1px solid #6d6d6d;
    border-bottom: 1px solid #6d6d6d;
    line-height: 32px;
}

.heading-7.auteur {
    margin-top: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    border-top-style: none;
    border-bottom-style: none;
    font-family: 'Suisseintl', sans-serif;
    color: #ff6f3c;
    font-weight: 500;
}

.heading-7.livre {
    font-family: 'Montserrat', sans-serif;
    color: #944fa3;
    text-transform: none;
}

.paragraph-7 {
    padding-bottom: 10px;
    border-bottom: 1px dotted #6d6d6d;
    font-family: 'Suisseworks', sans-serif;
    font-size: 12px;
    line-height: 16px;
    text-align: justify;
    letter-spacing: 0px;
}

.paragraph-7.auteur {
    border-bottom-style: none;
    font-family: 'Suisseworks book', sans-serif;
    color: #1c1cbe;
    font-size: 15px;
    line-height: 21px;
    font-weight: 400;
    text-align: left;
    letter-spacing: normal;
}

.container-7 {
    display: block;
    margin-top: 20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.button-3 {
    width: 150px;
    background-color: transparent;
    font-family: 'Montserrat', sans-serif;
    color: #6d6d6d;
    font-size: 12px;
    text-align: center;
    text-decoration: none;
}

.container-2 {
    margin-top: 40px;
}

.container-2.presse {
    margin-top: 40px;
}

.text-block-14 {
    padding-top: 5px;
    padding-bottom: 5px;
    border-top: 1px none #d1d1d1;
    border-bottom: 1px none #d1d1d1;
    font-family: 'Suisseintl', sans-serif;
    color: #ff6f3c;
    font-size: 22px;
    line-height: 30px;
    font-weight: 500;
}

.grid-3 {
    margin-top: 20px;
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
}

.section-auteur-seul {
    width: 1100px;
    margin-top: 160px;
    margin-bottom: 0px;
    padding-bottom: 20px;
    border-bottom: 1px solid #1c1cbe;
}

.back_video_auteur {
    margin-top: -140px;
}

.section-8 {
    position: relative;
    margin-top: 0px;
    padding-top: 0px;
    background-color: #fff;
}

.button-4 {
    background-color: transparent;
    color: #6d6d6d;
    font-size: 13px;
}

.button-4.catalogue {
    margin-top: 5px;
    margin-bottom: 5px;
}

.text-span-11 {
    color: #000;
}

.text-span-8 {
    text-decoration: none;
}

.lire_extrait {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
}

.link-3 {
    color: #6d6d6d;
    text-decoration: none;
}

.link-3:hover {
    color: #000;
}

.image-17 {
    width: 25px;
    background-color: transparent;
    opacity: 1;
}

.image-17:hover {
    -webkit-transform: rotate(37deg);
    -ms-transform: rotate(37deg);
    transform: rotate(37deg);
}

.text-span-9 {
    color: #000;
    text-decoration: none;
}

.div-block-15 {
    margin-top: 10px;
}

.text-block-18 {
    font-family: 'Montserrat', sans-serif;
    font-size: 11px;
    text-align: center;
    text-decoration: none;
}

.nom_auteur {
    margin-bottom: 20px;
    font-family: 'Montserrat', sans-serif;
    color: #6d6d6d;
    font-size: 20px;
    text-decoration: none;
}

.link-block-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #000;
    text-align: center;
    text-decoration: none;
}

.grid-4 {
    width: 380px;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
}

.text-block-17 {
    font-family: 'Montserrat', sans-serif;
    color: #000;
    font-size: 12px;
    line-height: 18px;
    font-weight: 500;
    text-indent: 0px;
}

.dropdown-toggle {
    padding-top: 0px;
    padding-bottom: 0px;
    border-style: solid;
    border-width: 1px;
    border-color: #6d6d6d;
}

.text-block-15 {
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    font-weight: 700;
}

.dropdown-link {
    display: block;
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: #fff;
    font-family: 'Montserrat', sans-serif;
    color: #000;
    font-size: 11px;
    line-height: 15px;
    text-align: center;
}

.dropdown-link:hover {
    color: #6d6d6d;
}

.dropdown-link-2 {
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: #fff;
    font-family: 'Montserrat', sans-serif;
    color: #000;
    font-size: 11px;
    line-height: 15px;
    text-align: center;
}

.dropdown-link-2:hover {
    color: #6d6d6d;
}

.text-block-16 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    background-color: #ececec;
    font-family: 'Suisseworks', sans-serif;
    color: #000;
    font-size: 12px;
    line-height: 16px;
}

.pop-up-wrapper {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 9999;
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.8);
    opacity: 0;
    font-family: 'Montserrat', sans-serif;
    color: #ececec;
    font-size: 20px;
    font-weight: 900;
    text-align: center;
}

.pop-up-close {
    position: absolute;
    left: 0%;
    top: 5%;
    right: 0%;
    bottom: auto;
    font-family: 'Montserrat', sans-serif;
    color: #ececec;
    font-weight: 900;
    text-decoration: none;
}

.image-18 {
    width: 500px;
}

.portfolio-section {
    height: 76%;
}

.portfolio-section.portfolio-bg-2 {
    height: 76%;
    background-image: url('../images/1920x1080_auteurs_2.jpg');
    background-position: 50% 50%;
    background-size: cover;
    background-attachment: scroll;
}

.portfolio-section.portfolio-bg-2.auteur {
    height: 40%;
    background-image: url('../images/1920x1080_auteurs_2.jpg');
    background-position: 50% 0%;
    background-size: cover;
}

.portfolio-section.portfolio-bg-2.auteur.livre {
    height: auto;
    background-image: url('../images/1920x1080_Vieille.jpg');
    background-position: 50% 50%;
}

.section-9 {
    height: 300px;
    background-image: url('../images/1920x1080_Vieille.jpg');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}

.popup-wrapper {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    z-index: 9999;
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.8);
    opacity: 0;
}

.popup_close {
    position: absolute;
    top: 5%;
    right: 5%;
    background-color: #8d1818;
    font-family: 'Suisseintl', sans-serif;
    color: #fff;
    font-weight: 700;
}

.image-19 {
    width: auto;
    height: auto;
    max-width: 500px;
    margin-top: 20px;
    margin-bottom: 60px;
}

.close-pop-up {
    position: static;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    margin-top: 0px;
    background-color: #8d1818;
}

.contact-form {
    width: 400px;
    padding-top: 0px;
    padding-bottom: 0px;
    background-color: transparent;
}

.small-text {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.contact-form-grid {
    display: -ms-grid;
    display: grid;
    margin-top: 40px;
    grid-auto-flow: row;
    grid-auto-columns: 0.5fr;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
}

.section-10 {
    position: static;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 100px;
    padding-top: 10px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.div-block-16 {
    position: fixed;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    margin-top: -2px;
    margin-right: 20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.search-input {
    width: 100px;
    height: 30px;
    margin-bottom: 0px;
    font-family: 'Suisseintl', sans-serif;
    font-size: 12px;
}

.search-button {
    width: 30px;
    height: 30px;
    padding: 0px;
    background-color: #868686;
    font-family: 'Suisseintl', sans-serif;
    font-size: 11px;
}

.search {
    position: -webkit-sticky;
    position: sticky;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 100px;
    margin-bottom: 0px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.grid-13 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-areas: "Area Area-3 Area-3 Area-2" "Area . . Area-2" "Area Area-4 Area-4 Area-2";
    -ms-grid-columns: 1fr 0px 1fr 0px 1fr 0px 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    -ms-grid-rows: auto 0px auto 0px auto;
    grid-template-rows: auto auto auto;
}

.grid-14 {
    display: -ms-grid;
    display: grid;
    grid-auto-columns: 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    -ms-grid-columns: 0.5fr 0.75fr 0.75fr 0.5fr;
    grid-template-columns: 0.5fr 0.75fr 0.75fr 0.5fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
    background-color: transparent;
}

.div-block-17 {
    background-color: #f2f2f2;
}

.div-block-18 {
    background-color: #f2f2f2;
}

.div-block-19 {
    background-color: #f2f2f2;
}

.div-block-20 {
    background-color: #f2f2f2;
}

.div-block-21 {
    background-color: #f2f2f2;
}

.div-block-22 {
    max-height: 100%;
    max-width: 100%;
    background-color: #fff;
}

.div-block-23 {
    background-color: #f2f2f2;
}

.div-block-24 {
    background-color: #f2f2f2;
}

.div-block-25 {
    background-color: #f2f2f2;
}

.div-block-26 {
    background-color: #f2f2f2;
}

.div-block-27 {
    background-color: #f2f2f2;
}

.section-11 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 1100px;
    margin-top: 20px;
    margin-bottom: 60px;
    padding-bottom: 40px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-bottom: 1px solid #1c1cbe;
}

.section-11.pre_home {
    margin-top: 0px;
    margin-bottom: 0px;
    border-bottom-style: none;
}

.image-20 {
    display: block;
    width: 100%;
    max-height: none;
    max-width: none;
    margin-bottom: 0px;
    -o-object-fit: cover;
    object-fit: cover;
}

.div-block-28 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-height: 100%;
    max-width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.image-21 {
    display: block;
    width: 100%;
    max-width: none;
    -o-object-fit: cover;
    object-fit: cover;
}

.grid-15 {
    -ms-grid-rows: auto;
    grid-template-rows: auto;
}

.div-block-29 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.image-22 {
    width: 200px;
    margin-bottom: 10px;
    border-radius: 20px;
}

.text-block-22 {
    width: 100%;
    margin-bottom: 10px;
    padding-bottom: 5px;
    border-bottom: 1px dotted #6d6d6d;
    background-color: transparent;
    font-family: 'Suisseintl', sans-serif;
    color: #a4a681;
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    text-align: center;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.text-block-23 {
    width: auto;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px dotted #6d6d6d;
    font-family: 'Suisseworks', sans-serif;
    color: #fff;
    font-size: 12px;
    line-height: 16px;
    text-align: left;
}

.image-23 {
    width: 45px;
}

.div-block-30 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.div-block-31 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.heading-8 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-bottom: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-top: 1px solid #6d6d6d;
    border-bottom: 1px solid #6d6d6d;
    font-family: 'Suisseintl', sans-serif;
    font-size: 45px;
    line-height: 55px;
    font-weight: 400;
    text-align: center;
    letter-spacing: 3px;
}

.image-24 {
    width: 400px;
    margin-bottom: 10px;
    border-radius: 20px;
}

.div-block-32 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    margin-top: 100px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.text-block-24 {
    width: 400px;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px dotted #6d6d6d;
    font-family: 'Suisseworks', sans-serif;
    font-size: 12px;
    line-height: 21px;
    text-align: left;
}

.text-block-25 {
    width: 100%;
    margin-bottom: 10px;
    border-bottom: 1px dotted #6d6d6d;
    font-family: 'Suisseintl', sans-serif;
    font-size: 16px;
    line-height: 36px;
    font-weight: 600;
    text-align: center;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.submit-button {
    width: 130px;
    margin-right: 0px;
    background-color: #a4a681;
    font-family: 'Suisseintl', sans-serif;
    font-size: 11px;
}

.submit-button-2 {
    width: 130px;
    margin-top: 10px;
    background-color: #8d1818;
    font-size: 11px;
}

.container-9 {
    padding-right: 20px;
    padding-left: 20px;
    border: 1px solid #000;
    border-radius: 20px;
    background-color: #e0e0e0;
}

.grid-17 {
    width: 850px;
    margin-right: 140px;
    margin-bottom: 100px;
    margin-left: 140px;
    justify-items: center;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
}

.heading-9 {
    margin-bottom: 20px;
    padding-top: 0px;
    border-bottom: 1px dotted #000;
    font-family: 'Suisseintl', sans-serif;
    font-size: 20px;
    text-align: center;
}

.paragraph-12 {
    font-family: 'Suisseworks', sans-serif;
    font-size: 12px;
    text-align: center;
}

.italic-text {
    font-family: 'Suisseintl', sans-serif;
    font-size: 10px;
    text-align: center;
}

.field-label {
    font-family: 'Suisseintl', sans-serif;
    font-size: 10px;
}

.field-label-2 {
    font-family: 'Suisseintl', sans-serif;
    font-size: 10px;
}

.field-label-3 {
    font-family: 'Suisseintl', sans-serif;
    font-size: 10px;
}

.field-label-4 {
    font-family: 'Suisseintl', sans-serif;
    font-size: 10px;
}

.field-label-5 {
    font-family: 'Suisseintl', sans-serif;
    font-size: 10px;
    font-weight: 700;
}

.form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.div-block-33 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 400px;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #000;
    border-radius: 20px;
    background-color: #e0e0e0;
}

.text-block-26 {
    text-align: center;
}

.heading-10 {
    margin-bottom: 40px;
    font-family: 'Suisseintl', sans-serif;
    font-size: 55px;
    line-height: 65px;
    font-weight: 200;
    text-align: center;
}

.text-block-27 {
    width: 60%;
    font-family: 'Suisseworks', sans-serif;
}

.section-title {
    margin-top: 0px;
    margin-bottom: 24px;
}

.line {
    width: 20px;
    height: 2px;
    margin-right: 6px;
    background-color: #eb0202;
}

.category-post-collection-list {
    display: -ms-grid;
    display: grid;
    grid-auto-columns: 1fr;
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
}

.red-line-small {
    position: relative;
    z-index: 1;
    width: 30px;
    height: 3px;
    margin-bottom: -1px;
    background-color: #eb0202;
}

.black-line-big {
    width: 100%;
    height: 1px;
    background-color: #161c1c;
}

.block-content {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 1280px;
    margin: 60px 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.block-content.top-bot-margin {
    margin-top: 120px;
    margin-bottom: 120px;
}

.popular-posts-grid {
    grid-auto-columns: 1fr;
    grid-column-gap: 40px;
    grid-row-gap: 150px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
}

.subtitle {
    color: #eb0202;
}

.line-subtitle {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.section-title-line {
    margin-bottom: 40px;
}

.section-title-line.category {
    margin-top: 30px;
    margin-bottom: 80px;
    padding: 30px;
    border-style: dashed;
    border-width: 1px;
    border-color: rgba(22, 28, 28, 0.1);
    background-color: #fff;
}

.section-12 {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.hero-2 {
    display: block;
    padding-top: 100px;
    padding-bottom: 100px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.flex-container-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.hero-image-mask-2 {
    width: 100%;
    margin-left: 40px;
}

.hero-image-2 {
    width: 100%;
    height: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0.5 auto;
    -ms-flex: 0 0.5 auto;
    flex: 0 0.5 auto;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
}

.section-13 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 400px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-image: url('../images/960x1080_2.jpg');
    background-position: 50% 50%;
    background-size: cover;
}

.heading-11 {
    display: block;
    margin-top: 100px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: 'Suisseintl', sans-serif;
    font-size: 90px;
    line-height: 100px;
    font-weight: 200;
    text-align: center;
}

.feature-section {
    width: 1100px;
    margin-top: 160px;
    padding-top: 0px;
    padding-bottom: 0px;
}

.feature-image-mask-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 400px;
    margin-right: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.feature-image-2 {
    display: inline-block;
    width: auto;
    height: 400px;
    margin-bottom: 20px;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
}

.div-block-34 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.heading-12 {
    margin-top: 0px;
}

.container-10 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 140px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.heading-13 {
    width: 700px;
    border-bottom: 1px solid #000;
    font-family: 'Suisseintl', sans-serif;
    font-size: 50px;
    line-height: 60px;
    font-weight: 200;
    text-align: center;
    letter-spacing: 3px;
    text-transform: uppercase;
}

.section-14 {
    margin-top: 60px;
}

.heading-14 {
    padding: 5px;
    border-style: solid;
    border-width: 1px;
    border-color: #000;
    background-color: #e0e0e0;
    font-family: 'Suisseintl', sans-serif;
    color: #000;
    font-size: 15px;
    font-weight: 400;
    text-align: center;
}

.paragraph-13 {
    width: 700px;
    margin-top: 20px;
}

.grid-18 {
    margin-top: 100px;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
}

.heading-15 {
    font-size: 24px;
    line-height: 30px;
}

.heading-16 {
    font-size: 24px;
    line-height: 30px;
}

.heading-17 {
    font-size: 24px;
}

.div-block-35 {
    border-radius: 20px;
    background-color: #8d1818;
    color: #fff;
}

.div-block-35._2 {
    background-color: #a4a681;
}

.div-block-35._3 {
    border-radius: 20px;
    background-color: #18878d;
}

.heading-18 {
    margin-bottom: 20px;
    font-family: 'Suisseintl', sans-serif;
    color: #fff;
    font-size: 17px;
    font-weight: 500;
    letter-spacing: 3px;
}

.paragraph-14 {
    margin-top: 20px;
    padding-right: 20px;
    padding-left: 20px;
    font-family: 'Suisseworks', sans-serif;
    font-size: 15px;
    line-height: 22px;
    text-align: center;
}

.paragraph-15 {
    margin-top: 20px;
    padding-right: 20px;
    padding-left: 20px;
    font-family: 'Suisseintl', sans-serif;
    font-size: 15px;
    font-weight: 600;
}

.tab-link-tab-1 {
    border-radius: 1px;
    background-color: #fff;
}

.tab-link-tab-1:hover {
    background-color: #ffba18;
}

.tab-link-tab-1:active {
    background-color: #ffba18;
}

.tab-link-tab-1.w--current {
    border-radius: 0px;
    background-color: #fff;
}

.tab-link-tab-1.w--current:hover {
    background-color: #ffba18;
}

.tab-link-tab-2 {
    border-radius: 0px;
    background-color: #fff;
    color: #000;
}

.tab-link-tab-2:hover {
    background-color: #ffba18;
}

.tab-link-tab-2.w--current {
    background-color: #ffba18;
}

.tab-link-tab-3 {
    border-radius: 0px;
    background-color: #fff;
}

.tab-link-tab-3:hover {
    background-color: #ffba18;
}

.tab-link-tab-3.w--current {
    background-color: #ffba18;
}

.paragraph-16 {
    padding: 10px 20px;
    font-family: 'Suisseworks', sans-serif;
    font-size: 17px;
    line-height: 26px;
    font-weight: 400;
    text-align: center;
}

.text-block-28 {
    font-family: 'Suisseintl', sans-serif;
    color: #000;
    font-weight: 600;
}

.text-block-29 {
    font-family: 'Suisseintl', sans-serif;
    font-weight: 600;
}

.text-block-30 {
    font-family: 'Suisseintl', sans-serif;
    font-weight: 600;
}

.paragraph-17 {
    padding: 10px 20px;
}

.subscribe-form {
    padding-top: 100px;
    padding-bottom: 100px;
}

.subscribe-form-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.subscribe-form-input-wrapper {
    text-align: left;
}

.subscribe-form-input {
    margin-bottom: 0px;
}

.form-2 {
    margin: 40px 20px;
    padding: 10px 40px;
    border-radius: 20px;
    background-color: #000;
}

.paragraph-18 {
    font-family: 'Suisseintl', sans-serif;
    font-size: 16px;
    line-height: 25px;
    letter-spacing: 4px;
}

.success-message {
    margin-right: 20px;
    margin-left: 20px;
    background-color: #000;
}

.submit-button-3 {
    border-radius: 20px;
    background-color: #ffba18;
    font-family: 'Suisseintl', sans-serif;
    color: #000;
}

.submit-button-3:hover {
    background-color: #8d1818;
    color: #fff;
}

.error-message {
    margin-right: 20px;
    margin-left: 20px;
    background-color: #000;
}

.field-label-6 {
    font-family: 'Suisseintl', sans-serif;
    font-size: 12px;
    font-weight: 300;
}

.field-label-7 {
    font-family: 'Suisseintl', sans-serif;
    font-size: 12px;
    font-weight: 300;
}

.field-label-8 {
    font-family: 'Suisseintl', sans-serif;
    font-size: 12px;
    font-weight: 300;
}

.text-field {
    font-family: 'Suisseintl', sans-serif;
}

.text-field-2 {
    font-family: 'Suisseintl', sans-serif;
}

.text-field-3 {
    font-family: 'Suisseintl', sans-serif;
}

.search-link-block {
    z-index: 999999;
    display: block;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.search-text-on-hover {
    position: absolute;
    right: 33.40625px;
    display: block;
    margin-right: 5px;
    margin-left: -5px;
    font-family: 'Suisseintl', sans-serif;
    color: #161c1c;
    font-size: 11px;
    font-weight: 400;
}

.search-icon {
    width: 20px;
    height: 20px;
    margin-left: 0px;
}

.link-block-5 {
    margin-top: 15px;
    padding-top: 17px;
    padding-right: 10px;
    padding-left: 10px;
}

.search-link-block-2 {
    z-index: 999999;
    display: block;
    margin-top: 32px;
    padding-right: 0px;
    padding-left: 10px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.search-block {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    z-index: 9999;
    display: none;
    height: 130px;
    padding-top: 22px;
    background-color: #1c1cbe;
    font-family: 'Suisseintl', sans-serif;
    color: #fff;
    font-size: 12px;
}

.search-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: none;
    margin-right: 30px;
    margin-bottom: 0px;
    margin-left: 30px;
    padding-right: 92px;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.search-input-2 {
    height: 48px;
    border-style: solid;
    border-width: 1px;
    border-color: transparent transparent hsla(0, 0%, 100%, 0.3);
    background-color: transparent;
    color: #fff;
    font-size: 12px;
}

.search-input-2:focus {
    border-color: #fff;
    color: #fff;
}

.search-input-2::-webkit-input-placeholder {
    color: #fff;
    font-size: 16px;
}

.search-input-2:-ms-input-placeholder {
    color: #fff;
    font-size: 16px;
}

.search-input-2::-ms-input-placeholder {
    color: #fff;
    font-size: 16px;
}

.search-input-2::placeholder {
    color: #fff;
    font-size: 16px;
}

.search-button-2 {
    width: 160px;
    height: 48px;
    background-color: #fff;
    -webkit-transition: background-color 200ms ease-in-out;
    transition: background-color 200ms ease-in-out;
    color: #161c1c;
    font-size: 13px;
}

.search-button-2:hover {
    background-color: #f0f0f0;
}

.close-search {
    position: absolute;
    left: auto;
    top: 30%;
    right: 1%;
    bottom: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 30px;
    height: 30px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: -webkit-transform 200ms ease-in-out;
    transition: -webkit-transform 200ms ease-in-out;
    transition: transform 200ms ease-in-out;
    transition: transform 200ms ease-in-out, -webkit-transform 200ms ease-in-out;
}

.close-search:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.div-block-36 {
    width: 1533px;
}

.text-block-31 {
    font-family: 'Suisseworks', sans-serif;
    color: #000;
    font-size: 12px;
    text-align: center;
}

.div-block-37 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.text-block-32 {
    width: 700px;
    margin-bottom: 100px;
    font-family: 'Suisseworks', sans-serif;
}

.text-span-12 {
    font-family: 'Suisseintl', sans-serif;
    font-size: 30px;
}

.div-block-38 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-style: solid;
    border-width: 1px;
    border-color: #ff6f3c;
    border-radius: 300px;
    background-color: #ff6f3c;
    font-family: 'Suisseintl', sans-serif;
    color: #ff6f3c;
    font-weight: 600;
}

.section-15 {
    width: 1100px;
    margin-top: 160px;
    margin-bottom: 100px;
}

.grid-19 {
    width: 40px;
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
}

.image-25 {
    width: 25px;
}

.image-26 {
    width: 25px;
}

.image-27 {
    width: 25px;
}

.socials {
    position: fixed;
    left: auto;
    top: 105px;
    right: 0%;
    bottom: auto;
    z-index: 9999;
    overflow: hidden;
    max-width: 40px;
}

.grid-20 {
    width: 950px;
    margin-right: 0px;
    margin-left: 0px;
    justify-items: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
}

.div-block-39 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 300px;
    padding: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    border-style: solid;
    border-width: 1px;
    border-color: #949494;
}

.heading-19 {
    width: 100%;
    border-bottom: 1px dotted #000;
    font-family: 'Suisseintl', sans-serif;
}

.paragraph-19 {
    font-family: 'Suisseworks', sans-serif;
    font-size: 12px;
    line-height: 16px;
}

.button-5 {
    background-color: #a4a681;
}

.button-5:hover {
    background-color: #8d1818;
}

.text-block-33 {
    width: 100%;
    margin-bottom: 15px;
    font-family: 'Suisseintl', sans-serif;
    font-weight: 300;
}

.section-16 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    margin-bottom: 140px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.grid-21 {
    width: 1100px;
    justify-items: center;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto -webkit-max-content;
    -ms-grid-rows: auto max-content;
    grid-template-rows: auto -webkit-max-content;
    grid-template-rows: auto max-content;
}

.grid-22 {
    grid-column-gap: 10px;
    grid-row-gap: 0px;
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
}

.div-block-40 {
    position: relative;
    left: 0%;
    top: 95%;
    right: 0%;
    bottom: 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    margin-top: 10px;
    margin-left: 0px;
    padding-right: 0px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.link-block-6 {
    position: relative;
    left: 0%;
    top: auto;
    right: auto;
    bottom: auto;
    width: 20px;
    height: 20px;
}

.dropdown-toggle-2 {
    padding: 0px 10px;
}

.dropdown {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.text-block-34 {
    font-family: 'Suisseintl', sans-serif;
    color: #1c1cbe;
    font-size: 12px;
}

.text-block-34:hover {
    color: #ff6f3c;
}

.dropdown-list {
    top: 74px;
}

.dropdown-list.w--open {
    background-color: #fff;
}

.dropdown-link-3 {
    background-color: #f2f2f2;
    font-family: 'Suisseintl', sans-serif;
    color: #1c1cbe;
    font-size: 12px;
}

.dropdown-link-4 {
    background-color: #f2f2f2;
    font-family: 'Suisseintl', sans-serif;
    color: #1c1cbe;
    font-size: 12px;
}

.heading-20 {
    margin-top: 0px;
    font-family: 'Suisseintl', sans-serif;
    color: #1c1cbe;
    font-size: 24px;
    font-weight: 500;
}

.paragraph-20 {
    width: 315px;
    font-family: 'Suisseworks', sans-serif;
    color: #1c1cbe;
    font-size: 15px;
    line-height: 21px;
    letter-spacing: normal;
}

.paragraph-20.presentation {
    width: auto;
    padding-right: 50px;
}

.columns-2 {
    display: block;
    width: 1100px;
    margin: 160px 0px 100px;
}

.columns-2.home_v1 {
    margin-top: 0px;
}

.heading-21 {
    margin-top: 40px;
    font-family: 'Suisseintl', sans-serif;
    color: #1c1cbe;
    font-size: 24px;
    font-weight: 500;
}

.paragraph-21 {
    font-family: 'Suisseworks', sans-serif;
    color: #1c1cbe;
    font-size: 15px;
    line-height: 21px;
    letter-spacing: normal;
}

.paragraph-22 {
    font-family: 'Suisseworks', sans-serif;
    color: #1c1cbe;
}

.grid-23 {
    width: 700px;
    justify-items: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-grid-columns: 0.25fr 1fr;
    grid-template-columns: 0.25fr 1fr;
}

.grid-23.maison {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
}

.heading-22 {
    font-family: 'Suisseintl', sans-serif;
    color: #1c1cbe;
    font-size: 16px;
    font-weight: 500;
}

.image-28 {
    width: 159.75px;
    height: 160px;
    max-width: none;
}

.text-block-35 {
    width: 315px;
    margin-bottom: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    border-style: solid;
    border-width: 1px;
    border-color: #ff6f3c;
    background-color: transparent;
    font-family: 'Suisseintl', sans-serif;
    color: #ff6f3c;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
}

.grid-24 {
    margin-left: 0px;
    padding-left: 0px;
    justify-items: center;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
}

.container-11 {
    max-width: 100%;
    background-color: #ff6f3c;
    color: #fff;
}

.text-block-36 {
    width: auto;
    padding-top: 10px;
    padding-bottom: 5px;
    font-family: 'Suisseintl', sans-serif;
    color: #1c1cbe;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
}

.div-block-41 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 315px;
    padding-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #ff6f3c;
}

.image-29 {
    margin-bottom: 10px;
    padding-right: 10px;
    padding-left: 10px;
}

.text-block-37 {
    margin-bottom: 10px;
    padding-right: 10px;
    padding-left: 10px;
    font-family: 'Suisseworks', sans-serif;
    color: #fff;
    font-size: 15px;
    line-height: 21px;
    letter-spacing: normal;
    text-decoration: none;
}

.link-4 {
    color: #fff;
    text-decoration: none;
}

.text-block-38 {
    margin-bottom: 10px;
    font-family: 'Suisseintl', sans-serif;
    color: #ff6f3c;
    font-size: 15px;
    font-weight: 500;
}

.text-block-39 {
    margin-bottom: 10px;
    color: #1c1cbe;
    font-size: 15px;
}

.text-block-40 {
    color: #1c1cbe;
    font-size: 15px;
}

.heading-23 {
    color: #1c1cbe;
}

.heading-24 {
    margin-top: 10px;
    font-family: 'Suisseintl', sans-serif;
    color: #1c1cbe;
    font-weight: 500;
}

.column-3 {
    display: block;
    padding-right: 0px;
    padding-left: 0px;
}

.body-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #f2f2f2;
}

.paragraph-23 {
    display: block;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: 'Suisseworks', sans-serif;
    color: #1c1cbe;
    font-size: 10px;
}

.section-17 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 0px;
    margin-left: 115px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
}

.container-12 {
    display: block;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
}

.grid-25 {
    width: 700px;
    margin-top: 40px;
    margin-bottom: 40px;
    justify-items: start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    grid-column-gap: 10px;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
}

.link-block-7 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.paragraph-24 {
    font-family: 'Suisseintl', sans-serif;
    color: #ff6f3c;
    font-size: 30px;
    line-height: 40px;
    text-align: center;
    text-decoration: none;
}

.link-block-8 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 194px;
    height: 279px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-style: solid;
    border-width: 1px;
    border-color: #ff6f3c;
}

.button-6 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 194px;
    height: 279px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-style: solid;
    border-width: 1px;
    border-color: #ff6f3c;
    background-color: transparent;
    font-family: 'Suisseintl', sans-serif;
    color: #ff6f3c;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
}

.button-6:hover {
    background-color: transparent;
    color: #ff6f3c;
}

.grid-26 {
    width: 700px;
    grid-column-gap: 10px;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
}

.image-30 {
    width: 194px;
    border-radius: 100px;
    background-color: #1c1cbe;
    opacity: 1;
}

.image-30:hover {
    opacity: 1;
}

.link-block-9 {
    width: 194px;
}

.button-7 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 194px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-style: solid;
    border-width: 1px;
    border-color: #ff6f3c;
    border-radius: 100px;
    background-color: transparent;
    font-family: 'Suisseintl', sans-serif;
    color: #ff6f3c;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
}

.button-7:hover {
    border-style: solid;
    border-radius: 100px;
    background-color: transparent;
    color: #ff6f3c;
}

.text-block-41 {
    padding-top: 10px;
    padding-bottom: 10px;
    font-family: 'Suisseintl', sans-serif;
    color: #ff6f3c;
    font-weight: 500;
}

.button-8 {
    padding: 5px;
    background-color: transparent;
    font-family: 'Suisseintl', sans-serif;
    color: #ff6f3c;
}

.button-8:hover {
    background-color: #ff6f3c;
    color: #fff;
}

.container-13 {
    padding-bottom: 10px;
    border-bottom: 1px solid #1c1cbe;
}

.container-14 {
    margin-top: 10px;
}

.brand {
    margin-right: 60px;
}

.body-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #f2f2f2;
}

.button-9 {
    background-color: transparent;
    font-family: 'Suisseintl', sans-serif;
    color: #1c1cbe;
}

.button-9:hover {
    color: #ff6f3c;
}

.container-15 {
    max-width: 1100px;
    margin-top: 283px;
    background-color: #ff6f3c;
}

.container-16 {
    max-width: 1100px;
}

.div-block-42 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 180px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.image-32 {
    max-width: 194px;
}

.image-33 {
    max-width: 194px;
}

.image-34 {
    max-width: 194px;
}

.image-35 {
    max-width: 194px;
}

.image-36 {
    max-width: 194px;
}

.div-block-43 {
    display: block;
    width: 315px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.grid-27 {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
}

.grid-28 {
    width: 1100px;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    -ms-grid-rows: auto 0px auto;
    grid-template-areas: "Area Area Area" ". Area-2 Area-2";
    -ms-grid-columns: 1fr 0px 1fr 0px 1fr;
    grid-template-columns: 1fr 1fr 1fr;
}

.div-block-44 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.div-block-45 {
    display: block;
    margin-left: 26px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.container-17 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.link-5 {
    text-decoration: none;
}

.link-6 {
    text-decoration: none;
}

.footer_2 {
    width: 1100px;
}

.container-19 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.section-18 {
    position: fixed;
    width: 1100px;
    height: 131px;
    border-style: solid;
    border-width: 1px;
    border-color: #1c1cbe;
}

.section-19 {
    margin-top: 160px;
}

.body-4 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #f2f2f2;
}

.book-reveal {
    height: 340px;
    padding: 20px 10px;
    background-color: #ff6f3c;
    text-align: left;
    text-decoration: none;
}

.link-block-10 {
    background-image: url('../images/LIVRES_5.jpg');
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
    text-decoration: none;
}

.paragraph-25 {
    margin-bottom: 0px;
    font-family: 'Suisseintl', sans-serif;
    color: #fff;
    font-size: 18px;
    text-decoration: none;
}

.paragraph-26 {
    font-family: 'Suisseintl', sans-serif;
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    text-decoration: none;
}

.paragraph-27 {
    color: #fff;
}

.paragraph-28 {
    font-family: 'Suisseworks book', sans-serif;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    text-decoration: none;
}

.paragraph-29 {
    font-family: 'Suisseintl', sans-serif;
    color: #fff;
    font-size: 16px;
}

.image-38 {
    max-width: 45%;
    text-align: left;
}

.div-block-47 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.body-5 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #f2f2f2;
}

.link-block-11 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 240px;
    height: 240px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-image: url('../images/AUTEURS_1.png');
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
    text-decoration: none;
}

.columns-auteurs {
    width: 1100px;
    margin-top: 40px;
}

.section-20 {
    width: 1100px;
    height: auto;
    margin-top: 160px;
}

.grid-29 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
}

.text-block-42 {
    margin-right: 0px;
    font-family: 'Suisseintl', sans-serif;
    color: #1c1cbe;
}

.text-block-43 {
    margin-right: 5px;
    margin-left: 5px;
    font-family: 'Suisseintl', sans-serif;
    color: #1c1cbe;
}

.text-block-44 {
    font-family: 'Suisseintl', sans-serif;
    color: #1c1cbe;
}

.column-5 {
    display: -ms-grid;
    display: grid;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    -o-object-fit: fill;
    object-fit: fill;
}

.column-6 {
    display: -ms-grid;
    display: grid;
    padding-left: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
}

.text-block-45 {
    font-family: 'Suisseintl', sans-serif;
    color: #1c1cbe;
    font-weight: 600;
    text-transform: uppercase;
}

.body-6 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #f2f2f2;
}

.body-7 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #f2f2f2;
}

.title-book {
    margin-top: 0px;
    margin-bottom: 0px;
    font-family: 'Suisseintl', sans-serif;
    color: #ff6f3c;
    font-size: 28px;
    line-height: 30px;
    font-weight: 500;
}

.nom-auteur {
    font-family: 'Suisseintl', sans-serif;
    color: #ff6f3c;
    font-size: 20px;
    line-height: 26px;
    font-weight: 500;
}

.infos-livre {
    margin-top: 30px;
    margin-bottom: 20px;
    font-family: 'Suisseintl', sans-serif;
    color: #ff6f3c;
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
}

.texte-synopsis {
    font-family: 'Suisseworks book', sans-serif;
    color: #1c1cbe;
    font-size: 15px;
    line-height: 21px;
    letter-spacing: normal;
}

.texte-synopsis.presse {
    margin-bottom: 20px;
}

.texte-synopsis strong {
    font-family: 'Suisseworks', sans-serif !important;
}

.div-block-48 {
    width: 87.9517%;
}

.text-bloc-lien {
    width: 276px;
    height: auto;
    padding-top: 5px;
    padding-bottom: 5px;
    border-top: 1px solid #1c1cbe;
    border-bottom: 1px solid #1c1cbe;
    font-family: 'Suisseintl', sans-serif;
    color: #1c1cbe;
    text-align: center;
}

.text-bloc-lien.lire-extrait {
    border-top-style: none;
    border-bottom-style: solid;
}

.text-bloc-lien.sans-lien {
    border-top-style: none;
    border-top-width: 0px;
    border-bottom-style: none;
    border-bottom-width: 0px;
}

.text-bloc-lien.downloads {
    padding-top: 0px;
    padding-bottom: 0px;
    border-top-width: 0px;
    border-bottom-width: 0px;
    font-size: 12px;
    line-height: 16px;
}

.text-block-46 {
    margin-top: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    border-style: solid;
    border-width: 1px;
    border-color: #ff6f3c;
    font-family: 'Suisseintl', sans-serif;
    color: #ff6f3c;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
}

.text-block-47 {
    width: 276px;
    margin-top: 20px;
    margin-bottom: 20px;
    font-family: 'Suisseintl', sans-serif;
    color: #ff6f3c;
    font-size: 20px;
    font-weight: 500;
}

.image-39 {
    width: auto;
}

.grid-30 {
    width: 276px;
}

.link-7 {
    text-decoration: none;
}

.text-block-48 {
    margin-top: 20px;
    margin-bottom: 10px;
    font-family: 'Suisseintl', sans-serif;
    color: #ff6f3c;
    font-size: 20px;
    line-height: 26px;
}

.text-span-13 {
    color: #ff6f3c;
}

.body-8 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #f2f2f2;
}

.feature-section-news {
    width: 1100px;
    padding-top: 20px;
    padding-bottom: 0px;
}

.flex-container-4 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 100%;
    margin-bottom: 20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.feature-image-mask-3 {
    width: auto;
    margin-right: 0px;
    margin-left: 60px;
    padding-left: 0px;
}

.feature-image-3 {
    width: auto;
    height: auto;
    max-height: none;
    max-width: 80%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
}

.section-21 {
    width: 1100px;
    height: 131px;
    margin-bottom: 40px;
    border-bottom: 1px solid #1c1cbe;
}

.heading-25 {
    margin-top: 0px;
    font-family: 'Suisseintl', sans-serif;
    color: #ff6f3c;
    font-size: 26px;
    line-height: 30px;
    font-weight: 600;
}

.paragraph-30 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    max-width: none;
    padding-bottom: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    border-bottom: 1px solid #1c1cbe;
    font-family: 'Suisseworks book', sans-serif;
    color: #1c1cbe;
    font-size: 15px;
    line-height: 22px;
    letter-spacing: normal;
    text-decoration: none;
}

.text-block-49 {
    margin-bottom: 10px;
    font-family: 'Suisseintl', sans-serif;
    color: #ff6f3c;
    font-size: 16px;
}

.div-block-49 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 80%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.text-span-14 {
    color: #ff6f3c;
    line-height: 36px;
    text-decoration: none;
}

.link-8 {
    text-decoration: none;
}

.link-9 {
    color: #1c1cbe;
    text-decoration: none;
}

.heading-26 {
    font-family: 'Suisseintl', sans-serif;
    color: #ff6f3c;
    font-size: 30px;
    font-weight: 500;
}

.text-block-50 {
    font-family: 'Suisseworks', sans-serif;
    color: #1c1cbe;
    font-size: 15px;
    line-height: 21px;
    letter-spacing: normal;
}

.contact-form-2 {
    padding-top: 40px;
    padding-bottom: 10px;
    font-family: 'Suisseintl', sans-serif;
    color: #1c1cbe;
}

.text-field-4 {
    width: 100%;
    margin-bottom: 0px;
    border-style: solid;
    border-width: 1px;
    border-color: #1c1cbe;
    background-color: #f2f2f2;
    font-family: 'Suisseintl', sans-serif;
    color: #1c1cbe;
}

.link-10 {
    text-decoration: none;
}

.link-11 {
    text-decoration: none;
}

.link-12 {
    text-decoration: none;
}

.link-13 {
    text-decoration: none;
}

.link-14 {
    text-decoration: none;
}

.link-15 {
    text-decoration: none;
}

.contact-form-grid-2 {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
}

.button-10 {
    width: 123px;
    padding: 6px;
    border-style: solid;
    border-width: 1px;
    border-color: #1c1cbe;
    border-radius: 10px;
    background-color: transparent;
    color: #1c1cbe;
}

.text-block-51 {
    font-size: 12px;
}

.text-field-5 {
    margin-top: 20px;
    margin-bottom: 20px;
    border-style: solid;
    border-width: 1px;
    border-color: #1c1cbe;
    background-color: transparent;
}

.grid-31 {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    grid-template-areas: ". . ." "Area Area ." ". . ." "Area-2 Area-2 Area-2";
    -ms-grid-columns: 1fr 4px 1fr 4px 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto 4px auto 4px auto;
    grid-template-rows: auto auto auto;
}

.textarea {
    border-style: solid;
    border-width: 1px;
    border-color: #1c1cbe;
    background-color: transparent;
}

.submit-button-4 {
    border-radius: 60px;
    background-color: #ff6f3c;
    line-height: 14px;
}

.body-9 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #f2f2f2;
    font-family: 'Suisseintl', sans-serif;
    color: #1c1cbe;
}

.text-block-52 {
    margin-bottom: 20px;
    color: #ff6f3c;
    font-size: 18px;
}

.div-block-50 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #ff6f3c;
    font-size: 18px;
}

.text-block-53 {
    color: #ff6f3c;
    font-size: 18px;
}

.text-block-54 {
    color: #ff6f3c;
    font-size: 18px;
}

.div-block-51 {
    margin-top: 10px;
    color: #1c1cbe;
    font-size: 14px;
}

.text-block-55 {
    font-family: 'Suisseworks', sans-serif;
    line-height: 18px;
}

.button-11 {
    border-radius: 60px;
    background-color: #ff6f3c;
    color: #fff;
    line-height: 10px;
}

.section-22 {
    width: 1100px;
    height: 131px;
    border-bottom: 1px solid #1c1cbe;
}

.section-auteur-atelier {
    width: 1100px;
    margin-top: 40px;
    margin-bottom: 40px;
    padding-bottom: 20px;
    border-bottom: 1px solid #1c1cbe;
}

.section-mobile {
    display: none;
    width: 1100px;
    margin-top: 160px;
}

.form-block-mobile {
    margin-top: 40px;
}

.grid-32 {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto;
}

.section-23 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 1100px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.contact-form-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 0px;
    padding-bottom: 40px;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.contact-form-grid-3 {
    display: -ms-grid;
    display: grid;
    margin-top: 40px;
    grid-auto-columns: 1fr;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
}

.heading-27 {
    font-family: 'Suisseintl', sans-serif;
    color: #1c1cbe;
    font-size: 25px;
    font-weight: 300;
    text-align: center;
    letter-spacing: 2px;
}

.field-label-9 {
    background-color: transparent;
    font-family: 'Suisseworks book', sans-serif;
    color: #1c1cbe;
    font-size: 12px;
    font-weight: 400;
}

.field-label-10 {
    font-family: 'Suisseworks book', sans-serif;
    color: #1c1cbe;
    font-size: 12px;
    font-weight: 400;
}

.field-label-11 {
    font-family: 'Suisseworks book', sans-serif;
    color: #1c1cbe;
    font-size: 12px;
    font-weight: 400;
}

.field-label-12 {
    font-family: 'Suisseworks book', sans-serif;
    color: #1c1cbe;
    font-size: 12px;
    font-weight: 400;
}

.field-label-13 {
    font-family: 'Suisseworks book', sans-serif;
    color: #1c1cbe;
    font-size: 12px;
    font-weight: 400;
}

.submit-button-5 {
    border-style: none;
    border-width: 1px;
    border-color: #ff6f3c;
    border-radius: 20px;
    background-color: #ff6f3c;
    font-family: 'Suisseworks book', sans-serif;
    color: #fff;
    font-size: 12px;
}

.text-field-6 {
    background-color: transparent;
    font-family: 'Suisseworks', sans-serif;
    color: #1c1cbe;
}

.text-field-7 {
    background-color: transparent;
    font-family: 'Suisseworks', sans-serif;
    color: #1c1cbe;
}

.text-field-8 {
    background-color: transparent;
    font-family: 'Suisseworks', sans-serif;
    color: #1c1cbe;
}

.text-field-9 {
    background-color: transparent;
    font-family: 'Suisseworks', sans-serif;
    color: #1c1cbe;
}

.textarea-2 {
    background-color: transparent;
    font-family: 'Suisseworks', sans-serif;
    color: #1c1cbe;
}

.div-block-52 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.text-field-10 {
    width: 350px;
    margin-bottom: auto;
    padding-top: 10px;
    padding-bottom: 0px;
    padding-left: 0px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    border-style: solid;
    border-width: 0px 0px 1px;
    border-color: #000;
    background-color: transparent;
    color: #000;
    font-size: 12px;
    line-height: 20px;
    font-style: italic;
    letter-spacing: 2px;
    text-decoration: none;
}

.text-field-10.centre {
    width: 600px;
    border-style: none none solid;
    border-width: 1px;
    border-color: #1c1cbe;
    color: #1c1cbe;
}

.container-33 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    text-align: left;
}

.form-4 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 300px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    text-align: left;
}

.form-4.centre {
    width: 800px;
}

.text-block-5 {
    font-size: 12px;
    text-align: center;
    letter-spacing: 2px;
}

.text-block-5.newsletter {
    margin-top: 10px;
    margin-right: 10px;
    margin-bottom: 40px;
    font-family: 'Suisseintl', sans-serif;
    color: #1c1cbe;
    font-size: 18px;
    font-weight: 500;
}

.success-message-2 {
    background-color: transparent;
}

.form-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 600px;
    margin-right: 0px;
    margin-bottom: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    text-align: left;
}

.newsletter-2 {
    margin-top: 100px;
    margin-bottom: 100px;
}

.submit-button-6 {
    padding-top: 16px;
    padding-bottom: 0px;
    border-bottom: 2px solid #000;
    background-color: transparent;
    color: #535050;
    font-size: 12px;
    line-height: 20px;
}

.submit-button-6:hover {
    color: #9c1b1b;
}

.submit-button-6.centre {
    border-bottom-color: #1c1cbe;
    color: #1c1cbe;
    font-size: 12px;
}

.select-field {
    width: 200px;
    height: 35px;
    margin-bottom: 0px;
    background-color: #1c1cbe;
    font-family: 'Suisseintl book', sans-serif;
    color: #fff;
    font-size: 10px;
    line-height: 20px;
    text-align: left;
}

.section-dropdown {
    display: none;
    width: 1100px;
    margin-top: 20px;
}

@media screen and (max-width: 991px) {
    .cards-grid-container {
        grid-column-gap: 20px;
    }
    .paragraph-3 {
        width: auto;
        padding-right: 40px;
        padding-left: 40px;
    }
    .background-video {
        height: auto;
    }
    .image-2 {
        position: relative;
        left: -147px;
        width: auto;
    }
    .section {
        width: auto;
        height: auto;
        margin-top: 180px;
    }
    .grid-2 {
        height: auto;
    }
    .image-7 {
        height: auto;
    }
    .full-column.grey {
        padding-right: 0px;
    }
    .column-content {
        left: 3%;
        top: 19%;
    }
    .column-content.right-content {
        left: 0%;
        right: 3%;
    }
    .full-page {
        padding-right: 10px;
    }
    .container-5 {
        margin-top: 44px;
    }
    .text-block-19 {
        text-align: left;
    }
    .footer-holder {
        right: 0%;
    }
    .grid-7 {
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    }
    .container-6 {
        display: block;
        width: 100%;
    }
    .nav-link-3 {
        padding-top: 10px;
        padding-bottom: 10px;
        font-family: 'Suisseintl', sans-serif;
        font-size: 36px;
        font-weight: 700;
        text-align: center;
        letter-spacing: 1px;
    }
    .nav-link-4 {
        padding-top: 10px;
        padding-bottom: 10px;
        font-size: 36px;
        font-weight: 700;
        text-align: center;
        letter-spacing: 1px;
    }
    .nav-link-5 {
        width: auto;
        margin-right: 0px;
        margin-left: 0px;
        padding-top: 20px;
        padding-bottom: 20px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        color: #e0e0e0;
        font-size: 36px;
        font-weight: 500;
        text-align: center;
        letter-spacing: 1px;
    }
    .nav-link-5:hover {
        color: #ff6f3c;
        font-weight: 500;
    }
    .nav-link-5.w--current {
        color: #ff6f3c;
    }
    .grid-9 {
        width: 100%;
        -ms-grid-columns: 0.25fr 1fr 1fr 0.25fr;
        grid-template-columns: 0.25fr 1fr 1fr 0.25fr;
    }
    .section-3 {
        width: 100%;
    }
    .div-block-6 {
        background-color: #fff;
    }
    .div-block-7 {
        background-color: #fff;
    }
    .div-block-8 {
        background-color: #fff;
    }
    .div-block-9 {
        background-color: #fff;
    }
    .menu-button {
        margin-top: 15px;
        padding-top: 30px;
        padding-right: 26px;
        padding-bottom: 10px;
    }
    .menu-button:hover {
        background-color: transparent;
        color: #000;
    }
    .menu-button:active {
        background-color: transparent;
    }
    .menu-button:focus {
        background-color: transparent;
    }
    .nav-menu {
        top: 94px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 100vw;
        height: 80vh;
        margin-top: 0px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        background-color: #1c1cbe;
        color: #fff;
    }
    .grid-11 {
        margin-right: 0px;
        margin-left: 0px;
        padding-right: 20px;
        padding-left: 20px;
        grid-row-gap: 16px;
        -ms-grid-columns: 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr;
    }
    .portfolio-card {
        height: 128.98px;
    }
    .prtfolio-p {
        max-width: none;
        padding-right: 30px;
        padding-left: 30px;
    }
    .d {
        margin-right: 7px;
    }
    .right {
        padding-right: 7px;
    }
    .grid-12 {
        width: auto;
        margin-right: 20px;
        margin-left: 20px;
        padding-right: 20px;
        padding-left: 20px;
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    }
    .flex-auteur-atelier {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .feature-image-mask {
        padding-bottom: 20px;
    }
    .heading-7.livre {
        text-align: center;
    }
    .paragraph-7 {
        padding-right: 20px;
        padding-left: 20px;
        border-bottom-style: none;
    }
    .paragraph-7.auteur {
        display: block;
        padding-right: 0px;
        padding-left: 0px;
    }
    .container-7 {
        position: static;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        margin-top: 40px;
        margin-bottom: 0px;
        padding-top: 10px;
        padding-bottom: 0px;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        grid-auto-columns: 1fr;
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
        -ms-grid-rows: auto auto;
        grid-template-rows: auto auto;
        border-top: 1px solid #000;
    }
    .grid-3 {
        -ms-grid-columns: 1fr 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }
    .grid-3.presse {
        -ms-grid-columns: 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr;
    }
    .section-auteur-seul {
        width: auto;
        padding-right: 20px;
        padding-left: 20px;
    }
    .div-block-14 {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .grid-4 {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }
    .text-block-17 {
        text-align: center;
    }
    .dropdown-toggle {
        border-style: solid;
        border-width: 1px;
        border-color: #000;
    }
    .portfolio-section.portfolio-bg-2 {
        height: 100%;
    }
    .portfolio-section.portfolio-bg-2.auteur {
        background-position: 50% 0%;
        background-size: auto;
        background-repeat: repeat;
    }
    .grid-14 {
        -ms-grid-columns: 0.25fr 1fr 1fr 0.25fr;
        grid-template-columns: 0.25fr 1fr 1fr 0.25fr;
    }
    .section-11 {
        display: block;
        width: auto;
    }
    .image-22 {
        width: 150px;
    }
    .text-block-23 {
        width: 150px;
    }
    .div-block-30 {
        width: 150px;
    }
    .div-block-31 {
        width: 300px;
    }
    .image-24 {
        width: 300px;
    }
    .div-block-32 {
        margin-left: 0px;
    }
    .text-block-24 {
        width: 300px;
    }
    .grid-17 {
        width: auto;
        margin-right: 20px;
        margin-left: 20px;
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }
    .text-block-27 {
        width: 80%;
    }
    .section-title {
        line-height: 1.4em;
    }
    .category-post-collection-list {
        grid-row-gap: 40px;
    }
    .block-content.top-bot-margin {
        margin-top: 80px;
        margin-bottom: 80px;
    }
    .feature-section {
        width: auto;
        padding-right: 10px;
        padding-left: 10px;
    }
    .feature-image-mask-2 {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }
    .heading-13 {
        border-bottom: 1px solid #000;
    }
    .heading-14 {
        background-color: #e0e0e0;
        text-align: center;
    }
    .paragraph-13 {
        margin-top: 0px;
    }
    .grid-18 {
        margin-right: 20px;
        margin-left: 20px;
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    }
    .search-link-block {
        margin-left: auto;
    }
    .search-icon {
        width: 40px;
        height: auto;
        margin-right: 40px;
        padding: 6px;
        border-radius: 9px;
        background-color: #fff;
    }
    .search-link-block-2 {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: auto;
        margin-left: auto;
        background-color: transparent;
    }
    .search-2 {
        position: relative;
    }
    .search-input-2 {
        margin-bottom: 0px;
        border-radius: 0px;
        font-size: 16px;
    }
    .search-input-2:focus {
        border-top-color: transparent;
        border-right-color: transparent;
        border-left-color: transparent;
    }
    .search-button-2 {
        margin-right: 70px;
    }
    .close-search {
        right: 4%;
        z-index: 9999;
    }
    .socials {
        right: -1%;
    }
    .grid-20 {
        width: auto;
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    }
    .grid-21 {
        justify-items: center;
    }
    .div-block-40 {
        position: relative;
        top: 70%;
        width: auto;
        margin-top: 10px;
    }
    .dropdown {
        margin-right: 0px;
        margin-left: 0px;
    }
    .text-block-34 {
        padding: 20px 10px;
        color: #fff;
        font-size: 36px;
        font-weight: 500;
    }
    .text-block-34:hover {
        color: #ff6f3c;
    }
    .dropdown-link-3 {
        background-color: #000;
        color: #fff;
        font-size: 20px;
        font-weight: 700;
        text-align: center;
    }
    .dropdown-link-4 {
        background-color: #000;
        color: #fff;
        font-size: 20px;
        font-weight: 700;
        text-align: center;
    }
    .heading-20 {
        padding-left: 0px;
    }
    .paragraph-20 {
        width: 315px;
    }
    .paragraph-20.presentation {
        padding-right: 0px;
    }
    .columns-2 {
        width: auto;
    }
    .grid-23 {
        width: auto;
    }
    .text-block-35 {
        width: 315px;
    }
    .grid-24 {
        display: block;
        margin-left: 20px;
        padding-left: 0px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        justify-items: start;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .div-block-41 {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
    .column-3 {
        display: block;
        margin-top: 60px;
    }
    .body-2 {
        margin-top: 0px;
    }
    .paragraph-23 {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .section-17 {
        margin-right: auto;
        margin-left: 231px;
    }
    .container-12 {
        padding-left: 0px;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .grid-25 {
        width: auto;
        justify-items: center;
    }
    .grid-26 {
        width: auto;
    }
    .container-13 {
        display: block;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .container-14 {
        display: block;
        margin-top: 40px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .image-32 {
        max-width: 194px;
    }
    .div-block-43 {
        margin-right: 0px;
        margin-left: 0px;
        padding-left: 0px;
    }
    .grid-28 {
        display: -ms-grid;
        display: grid;
        width: auto;
        justify-items: end;
        grid-auto-columns: 1fr;
        grid-column-gap: 0px;
        grid-row-gap: 0px;
        grid-template-areas: "Area Area Area" "Area-2 Area-2 .";
        -ms-grid-columns: 1fr 0px 1fr 0px 1fr;
        grid-template-columns: 1fr 1fr 1fr;
        -ms-grid-rows: auto 0px auto;
        grid-template-rows: auto auto;
    }
    .image-37 {
        width: 20px;
    }
    .div-block-44 {
        display: block;
        margin-left: 0px;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-align-self: auto;
        -ms-flex-item-align: auto;
        -ms-grid-row-align: auto;
        align-self: auto;
    }
    .div-block-45 {
        display: block;
        margin-right: auto;
        margin-left: 0px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .footer_2 {
        display: block;
        width: auto;
        margin-left: 20px;
        -webkit-align-self: flex-start;
        -ms-flex-item-align: start;
        align-self: flex-start;
    }
    .section-18 {
        width: 100%;
    }
    .columns-auteurs {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .section-20 {
        width: 100%;
        padding-left: 40px;
    }
    .column-5 {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }
    .column-6 {
        display: none;
    }
    .feature-section-news {
        width: auto;
        margin-right: 10px;
        margin-left: 10px;
    }
    .flex-container-4 {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .feature-image-mask-3 {
        margin-left: 0px;
        padding-left: 0px;
    }
    .section-21 {
        width: 100%;
    }
    .paragraph-30 {
        padding-right: 10px;
    }
    .section-auteur-atelier {
        width: auto;
        margin-right: 0px;
        margin-left: 0px;
        padding-right: 20px;
        padding-left: 20px;
    }
    .section-mobile {
        width: auto;
        margin-right: 20px;
        margin-left: 20px;
    }
    .form-4.centre {
        width: 600px;
    }
    .text-block-5.newsletter {
        font-size: 12px;
    }
    .form-block {
        width: auto;
    }
    .section-dropdown {
        display: block;
        width: 100%;
        padding-left: 40px;
    }
}

@media screen and (max-width: 767px) {
    .hero {
        padding: 40px 20px;
    }
    .flex-container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .flex-container._2 {
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .hero-image-mask {
        margin-right: 0px;
        margin-left: 0px;
        -webkit-box-ordinal-group: 0;
        -webkit-order: -1;
        -ms-flex-order: -1;
        order: -1;
    }
    .hero-image-mask._2 {
        margin-right: 0px;
    }
    .cards-section {
        padding: 40px 20px;
    }
    .cards-grid-container {
        max-width: none;
        -ms-grid-row-align: stretch;
        align-self: stretch;
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        -ms-grid-rows: auto auto auto;
        grid-template-rows: auto auto auto;
    }
    .paragraph-3 {
        width: auto;
        padding-right: 20px;
        padding-left: 20px;
    }
    .sticky-nav {
        position: relative;
    }
    .nav-grid {
        text-align: center;
    }
    .image-2 {
        left: -250px;
    }
    .section {
        height: auto;
        margin-top: 140px;
    }
    .grid-2 {
        height: auto;
    }
    .left-diagonal {
        display: none;
        height: auto;
    }
    .full-column.image-1 {
        height: 80vh;
        background-image: url('../images/960x1080_1.jpg');
        background-position: 50% 50%;
        background-repeat: no-repeat;
    }
    .full-column.image-1.fondateurs {
        display: none;
    }
    .column-content {
        position: relative;
        left: 0%;
        top: 17%;
        padding-right: 10px;
        padding-left: 10px;
    }
    .column-content.right-content {
        right: 0%;
        max-width: none;
        margin-top: 105px;
    }
    .column-content.right-content.fondateurs {
        margin-top: 0px;
    }
    .full-page {
        height: auto;
    }
    .section-2 {
        height: auto;
    }
    .footer-holder {
        right: 0%;
    }
    .nav-link-5 {
        padding-top: 10px;
        padding-bottom: 10px;
        font-size: 30px;
    }
    .grid-9 {
        -ms-grid-columns: 0.25fr 2.25fr 2.5fr 0.25fr;
        grid-template-columns: 0.25fr 2.25fr 2.5fr 0.25fr;
    }
    .nav-menu {
        margin-top: 0px;
    }
    .grid-11 {
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    }
    .wide-container.portfolio-container {
        max-width: none;
    }
    .grid-12 {
        margin-right: 0px;
        margin-left: 0px;
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    }
    .flex-auteur-atelier {
        padding-right: 0px;
        padding-left: 0px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .feature-image-mask {
        margin-right: 0px;
        margin-bottom: 20px;
    }
    .feature-image {
        margin-right: auto;
        margin-left: auto;
    }
    .container-7 {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        margin-top: 40px;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .container-2 {
        padding-right: 20px;
        padding-left: 20px;
    }
    .container-2.presse {
        padding-right: 20px;
        padding-left: 20px;
    }
    .grid-3 {
        -ms-grid-columns: 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr;
        -ms-grid-rows: auto auto;
        grid-template-rows: auto auto;
    }
    .grid-3.presse {
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    }
    .grid-4 {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }
    .text-block-17 {
        text-align: center;
    }
    .container-8 {
        padding-right: 20px;
        padding-left: 20px;
    }
    .contact-form {
        padding: 40px 0px;
    }
    .section-10 {
        display: none;
    }
    .grid-14 {
        -ms-grid-columns: 0.25fr 1.75fr 1.75fr 0.25fr;
        grid-template-columns: 0.25fr 1.75fr 1.75fr 0.25fr;
    }
    .grid-15 {
        justify-items: center;
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }
    .image-22 {
        width: 250px;
    }
    .text-block-23 {
        width: 250px;
    }
    .div-block-30 {
        width: auto;
    }
    .grid-16 {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }
    .grid-17 {
        width: auto;
        margin-right: 20px;
        margin-left: 20px;
    }
    .text-block-27 {
        width: 80%;
    }
    .category-post-collection-list {
        grid-column-gap: 30px;
        grid-row-gap: 30px;
    }
    .block-content {
        margin: 30px 16px;
    }
    .block-content.top-bot-margin {
        margin-top: 60px;
        margin-bottom: 60px;
    }
    .section-title-line {
        margin-bottom: 30px;
    }
    .section-title-line.category {
        margin-top: 50px;
        margin-bottom: 40px;
    }
    .hero-2 {
        padding: 40px 20px;
    }
    .flex-container-3 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .hero-image-mask-2 {
        margin-right: 0px;
        margin-left: 0px;
        -webkit-box-ordinal-group: 0;
        -webkit-order: -1;
        -ms-flex-order: -1;
        order: -1;
    }
    .feature-section {
        width: auto;
        padding: 40px 0px;
    }
    .feature-image-mask-2 {
        width: 100%;
        margin-right: 0px;
    }
    .feature-image-2 {
        margin-right: auto;
        margin-left: auto;
    }
    .grid-18 {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }
    .subscribe-form {
        padding: 40px 20px;
    }
    .search-icon {
        margin-right: 0px;
    }
    .search-button-2 {
        margin-right: 40px;
    }
    .grid-20 {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }
    .div-block-40 {
        width: 568px;
    }
    .text-block-34 {
        padding-top: 5px;
        padding-bottom: 5px;
        font-size: 30px;
    }
    .columns-2 {
        margin-right: 10px;
        margin-left: 10px;
    }
    .grid-24 {
        margin-left: 0px;
    }
    .column-3 {
        margin-top: 60px;
        padding-left: 20px;
    }
    .body-2 {
        margin-top: 0px;
    }
    .section-17 {
        margin-right: auto;
        margin-left: 130px;
    }
    .grid-25 {
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    }
    .link-block-7 {
        display: block;
    }
    .button-6 {
        width: 194px;
        height: 279px;
    }
    .grid-26 {
        justify-items: center;
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    }
    .image-35 {
        height: auto;
    }
    .grid-28 {
        padding-right: 20px;
    }
    .footer_2 {
        margin-left: 20px;
    }
    .section-18 {
        width: 100%;
    }
    .feature-section-news {
        padding: 40px 0px;
    }
    .flex-container-4 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .feature-image-mask-3 {
        margin-right: 0px;
        margin-left: 0px;
    }
    .feature-image-3 {
        max-width: 100%;
        margin-right: auto;
        margin-left: auto;
    }
    .section-21 {
        width: 100%;
    }
    .paragraph-30 {
        padding-right: 0px;
    }
    .div-block-49 {
        max-width: 100%;
    }
    .contact-form-2 {
        padding: 40px 20px;
    }
    .contact-form-3 {
        padding: 40px 20px;
    }
    .text-field-10 {
        width: 170px;
        font-size: 12px;
    }
    .form-4 {
        width: 200px;
    }
    .form-4.centre {
        width: 500px;
    }
    .text-block-5.newsletter {
        font-size: 9px;
    }
    .form-block {
        width: auto;
    }
    .newsletter-2 {
        margin-bottom: 60px;
    }
}

@media screen and (max-width: 479px) {
    .div-block {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .paragraph-2 {
        width: auto;
    }
    .centered-container {
        text-align: left;
    }
    .cards-grid-container {
        margin-right: 0px;
        margin-left: 0px;
        padding-top: 20px;
        padding-bottom: 20px;
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }
    .paragraph-3 {
        width: auto;
        padding-right: 20px;
        padding-left: 20px;
    }
    .sticky-nav {
        padding: 0px;
    }
    .nav-grid {
        grid-auto-flow: row;
        grid-column-gap: 0px;
        grid-row-gap: 0px;
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        -ms-grid-rows: 100px;
        grid-template-rows: 100px;
    }
    .nav-logo-link {
        border-top: 1px solid #c4c4c4;
    }
    .nav-link-2 {
        padding-top: 10px;
        padding-bottom: 10px;
        border-top: 1px solid #c4c4c4;
    }
    .image-2 {
        left: -424px;
        width: auto;
        height: 100vh;
    }
    .full-column {
        height: 100%;
    }
    .full-column.fondateurs {
        height: auto;
    }
    .column-content {
        top: 24%;
    }
    .column-content.right-content {
        position: absolute;
        margin-top: 0px;
    }
    .full-page {
        height: 780px;
        max-width: none;
        margin-top: 170px;
    }
    .full-page.fondatuers {
        height: 1300px;
        padding-right: 0px;
    }
    .light {
        font-size: 14px;
        line-height: 25px;
    }
    .full-page-2 {
        height: 780px;
        max-width: none;
        margin-top: 170px;
    }
    .text-block-19 {
        text-align: center;
    }
    .footer-holder {
        right: auto;
    }
    .container-4 {
        margin-top: 33px;
    }
    .grid-7 {
        margin-top: 35px;
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }
    .nav-link-5 {
        font-size: 20px;
    }
    .menu-button {
        padding-right: 36px;
    }
    .nav-menu {
        margin-top: 0px;
    }
    .heading-6 {
        font-size: 45px;
        line-height: 65px;
    }
    .heading-6.single-auteur {
        font-size: 50px;
    }
    .grid-11 {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }
    .prtfolio-p {
        margin-bottom: 90px;
        padding-right: 20px;
        padding-left: 20px;
    }
    .portfolio-column {
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .right {
        margin-top: 15px;
        padding-left: 7px;
    }
    .grid-12 {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }
    .text-block-14 {
        text-align: center;
    }
    .grid-3 {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }
    .grid-3.presse {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }
    .text-block-18 {
        line-height: 14px;
        text-align: center;
    }
    .grid-4 {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }
    .text-block-17 {
        text-align: center;
    }
    .dropdown-toggle {
        border-style: solid;
        border-width: 1px;
        border-color: #000;
    }
    .portfolio-section.portfolio-bg-2.auteur {
        background-position: 50% 0%;
    }
    .contact-form {
        width: auto;
        padding-right: 0px;
        padding-left: 0px;
    }
    .grid-14 {
        -ms-grid-columns: 0.25fr 2.25fr 2.25fr 0.25fr;
        grid-template-columns: 0.25fr 2.25fr 2.25fr 0.25fr;
    }
    .div-block-29 {
        margin-bottom: 50px;
    }
    .image-22 {
        width: 100%;
    }
    .div-block-30 {
        width: auto;
    }
    .heading-8 {
        font-size: 27px;
    }
    .container-9 {
        padding-right: 0px;
        padding-left: 0px;
    }
    .grid-17 {
        width: auto;
        margin-right: 10px;
        margin-bottom: 100px;
        margin-left: 10px;
    }
    .div-block-33 {
        width: auto;
        margin-bottom: 0px;
    }
    .heading-10 {
        margin-right: 0px;
        margin-left: 0px;
        padding-right: 20px;
        padding-left: 20px;
        font-size: 45px;
    }
    .section-title {
        margin-bottom: 20px;
        font-size: 32px;
    }
    .category-post-collection-list {
        grid-column-gap: 16px;
        grid-row-gap: 16px;
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        -ms-grid-rows: auto auto auto auto;
        grid-template-rows: auto auto auto auto;
    }
    .subtitle {
        line-height: 1em;
    }
    .section-title-line.category {
        margin-bottom: 30px;
    }
    .feature-section {
        padding-right: 10px;
        padding-left: 10px;
    }
    .feature-image-mask-2 {
        width: 100%;
    }
    .subscribe-form-input-wrapper {
        -webkit-align-self: stretch;
        -ms-flex-item-align: stretch;
        -ms-grid-row-align: stretch;
        align-self: stretch;
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }
    .subscribe-form-input {
        width: 100%;
    }
    .search-input-2 {
        margin-bottom: 0px;
    }
    .search-button-2 {
        margin-right: 24px;
    }
    .grid-22 {
        grid-column-gap: 3px;
    }
    .div-block-40 {
        width: 320px;
        padding-right: 20px;
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
    .text-block-34 {
        font-size: 20px;
    }
    .heading-20 {
        padding-left: 0px;
    }
    .paragraph-20 {
        width: auto;
    }
    .columns-2 {
        display: none;
        width: auto;
        margin-right: 0px;
        margin-left: 0px;
        padding-right: 0px;
        padding-left: 0px;
    }
    .columns-2.home {
        display: block;
    }
    .heading-21 {
        padding-left: 0px;
    }
    .grid-23 {
        padding-right: 20px;
        padding-left: 20px;
        justify-items: start;
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }
    .text-block-35 {
        width: 100%;
    }
    .grid-24 {
        display: -ms-grid;
        display: grid;
        width: 100%;
        margin-left: 0px;
        padding-right: 20px;
        padding-left: 20px;
        -webkit-box-pack: stretch;
        -webkit-justify-content: stretch;
        -ms-flex-pack: stretch;
        justify-content: stretch;
        justify-items: start;
        grid-auto-columns: 1fr;
        grid-column-gap: 16px;
        grid-row-gap: 16px;
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        -ms-grid-rows: auto auto auto;
        grid-template-rows: auto auto auto;
    }
    .div-block-41 {
        width: auto;
    }
    .column-3 {
        padding-right: 0px;
        padding-left: 0px;
    }
    .section-17 {
        margin-right: auto;
        margin-left: 10px;
    }
    .grid-25 {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }
    .grid-26 {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }
    .container-13 {
        padding-right: 10px;
        padding-left: 10px;
    }
    .div-block-43 {
        display: block;
        width: auto;
        margin-left: 0px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .grid-28 {
        padding-right: 20px;
        grid-template-areas: "Area Area Area" "Area-2 Area-2 .";
        -ms-grid-columns: 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr;
    }
    .div-block-44 {
        padding-right: 0px;
        padding-left: 0px;
    }
    .column-4 {
        padding-right: 0px;
        padding-left: 0px;
    }
    .container-18 {
        padding-right: 20px;
        padding-left: 20px;
    }
    .footer_2 {
        margin-left: 20px;
    }
    .container-19 {
        padding-left: 0px;
    }
    .section-18 {
        width: 100%;
    }
    .div-block-48 {
        width: auto;
    }
    .feature-section-news {
        padding-right: 0px;
        padding-left: 0px;
    }
    .feature-image-mask-3 {
        margin-left: 0px;
    }
    .section-21 {
        width: 100%;
    }
    .div-block-49 {
        max-width: 100%;
    }
    .contact-form-grid-2 {
        -webkit-align-content: stretch;
        -ms-flex-line-pack: stretch;
        align-content: stretch;
    }
    .grid-31 {
        display: -ms-grid;
        display: grid;
        grid-auto-columns: 1fr;
        grid-column-gap: 4px;
        grid-row-gap: 4px;
        -ms-grid-columns: 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr;
        -ms-grid-rows: auto auto auto;
        grid-template-rows: auto auto auto;
    }
    .form-3 {
        display: block;
        grid-auto-columns: 1fr;
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
        -ms-grid-rows: auto auto;
        grid-template-rows: auto auto;
    }
    .section-22 {
        width: auto;
    }
    .section-mobile {
        display: block;
        width: auto;
        margin-right: 20px;
        margin-left: 20px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .form-block-mobile {
        margin-bottom: 60px;
    }
    .container-20 {
        padding-right: 10px;
        padding-left: 10px;
    }
    .text-field-10 {
        width: 207px;
    }
    .text-field-10.centre {
        width: 197px;
        padding-right: 0px;
    }
    .form-4.centre {
        width: 300px;
    }
    .text-block-5.newsletter {
        width: auto;
    }
    .form-block {
        width: 250px;
    }
}

#w-node-_693f553a-917a-9023-ed9d-67f33ce0d508-683806be {
    -ms-grid-column-align: auto;
    justify-self: auto;
}

#w-node-_6cc58b52-8ca5-d1a0-4859-1ae1eff8af6f-683806be {
    -ms-grid-column-align: auto;
    justify-self: auto;
}

#w-node-_815817a7-51ef-8eed-f459-6c0297c08056-82e14745 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 7;
    grid-area: Area;
}

.grid-13>#w-node-_815817a7-51ef-8eed-f459-6c0297c08056-82e14745 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 5;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
}

.grid-28>#w-node-_815817a7-51ef-8eed-f459-6c0297c08056-82e14745 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 5;
}

.grid-31>#w-node-_815817a7-51ef-8eed-f459-6c0297c08056-82e14745 {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
}

#w-node-_192e82ee-57e0-e3d8-0424-7111c15feae1-82e14745 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
}

#w-node-_29aea968-e540-e813-9361-a27e82e14746-82e14745 {
    -ms-grid-column-align: start;
    justify-self: start;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
}

#w-node-_202607e7-4d11-f11b-9235-3a35f670e1e3-82e14745 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-column-align: end;
    justify-self: end;
}

#w-node-_4e279f0c-a822-71e9-fdf3-e196df4beb85-cf3806c3 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
}

#w-node-eabe7a6b-c949-6aee-6ee4-10d19d6abec2-cf3806c3 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
}

#w-node-_742f8442-ec5b-dc01-adf9-bcde0696c658-7a68c373 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 7;
    grid-area: Area;
}

.grid-13>#w-node-_742f8442-ec5b-dc01-adf9-bcde0696c658-7a68c373 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 5;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
}

.grid-28>#w-node-_742f8442-ec5b-dc01-adf9-bcde0696c658-7a68c373 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 5;
}

.grid-31>#w-node-_742f8442-ec5b-dc01-adf9-bcde0696c658-7a68c373 {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
}

@media screen and (max-width: 991px) {
    .grid-28>#w-node-_815817a7-51ef-8eed-f459-6c0297c08056-82e14745 {
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        -ms-grid-column: 1;
        -ms-grid-column-span: 5;
    }
    .grid-28>#w-node-_742f8442-ec5b-dc01-adf9-bcde0696c658-7a68c373 {
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        -ms-grid-column: 1;
        -ms-grid-column-span: 5;
    }
}

@media screen and (max-width: 479px) {
    .grid-28>#w-node-_815817a7-51ef-8eed-f459-6c0297c08056-82e14745 {
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        -ms-grid-column: 1;
        -ms-grid-column-span: 3;
    }
    .grid-28>#w-node-_742f8442-ec5b-dc01-adf9-bcde0696c658-7a68c373 {
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        -ms-grid-column: 1;
        -ms-grid-column-span: 3;
    }
}

#w-node-_0e7505eb-774a-4a6d-50cf-3ad5bfe19b3a-7a68c373 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
}

#R-sum-du-livre.w-node-e06aeac3-261c-d166-c00e-a460d86f0f09-7a68c373 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
}

#w-node-d8f5ba9d-2f82-882a-af2e-09143bedf6c0-9f4d1e65 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
}

@media screen and (max-width: 991px) {
    #w-node-be452d76-7f9b-f026-d5b8-d8fc814b19c4-683806be {
        -ms-grid-column-align: auto;
        justify-self: auto;
    }
    #w-node-_29aea968-e540-e813-9361-a27e82e1475a-82e14745 {
        -ms-grid-column-align: end;
        justify-self: end;
        -ms-grid-row: span 1;
        grid-row-start: span 1;
        -ms-grid-row-span: 1;
        grid-row-end: span 1;
        -ms-grid-column: span 2;
        grid-column-start: span 2;
        -ms-grid-column-span: 2;
        grid-column-end: span 2;
    }
    #w-node-_202607e7-4d11-f11b-9235-3a35f670e1e3-82e14745 {
        -ms-grid-column-align: center;
        justify-self: center;
        -ms-grid-column-span: 3;
        grid-column-end: 4;
        -ms-grid-column: 1;
        grid-column-start: 1;
        -ms-grid-row-span: 1;
        grid-row-end: 4;
        -ms-grid-row: 3;
        grid-row-start: 3;
    }
    #w-node-_4e279f0c-a822-71e9-fdf3-e196df4beb83-cf3806c3 {
        -webkit-align-self: center;
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
        -ms-grid-column-align: center;
        justify-self: center;
    }
    #w-node-_051ca1c3-f374-977c-134d-53cea12c2328-7a68c373 {
        -ms-grid-column-align: auto;
        justify-self: auto;
    }
    #w-node-be452d76-7f9b-f026-d5b8-d8fc814b19c4-7a68c373 {
        -ms-grid-column-align: auto;
        justify-self: auto;
    }
}

@media screen and (max-width: 479px) {
    #w-node-be4c75d0-2063-5c5c-e5c3-ea3dbec7dbc2-3c3806cd {
        -webkit-align-self: center;
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
        -ms-grid-column-align: center;
        justify-self: center;
    }
    #w-node-be4c75d0-2063-5c5c-e5c3-ea3dbec7dbc4-3c3806cd {
        -webkit-align-self: center;
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
        -ms-grid-column-align: center;
        justify-self: center;
    }
    #w-node-be4c75d0-2063-5c5c-e5c3-ea3dbec7dbc6-3c3806cd {
        -webkit-align-self: center;
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
        -ms-grid-column-align: center;
        justify-self: center;
    }
    #w-node-be4c75d0-2063-5c5c-e5c3-ea3dbec7dbc8-3c3806cd {
        -webkit-align-self: center;
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
        -ms-grid-column-align: center;
        justify-self: center;
    }
    #w-node-fb7e97bc-a398-04c6-29f2-18b27398bd27-7a68c373 {
        -ms-grid-column: span 2;
        grid-column-start: span 2;
        -ms-grid-column-span: 2;
        grid-column-end: span 2;
        -ms-grid-row: span 1;
        grid-row-start: span 1;
        -ms-grid-row-span: 1;
        grid-row-end: span 1;
    }
    #w-node-e06aeac3-261c-d166-c00e-a460d86f0ef6-7a68c373 {
        -ms-grid-column: span 2;
        grid-column-start: span 2;
        -ms-grid-column-span: 2;
        grid-column-end: span 2;
        -ms-grid-row: span 1;
        grid-row-start: span 1;
        -ms-grid-row-span: 1;
        grid-row-end: span 1;
    }
    #w-node-_47a08f47-9b77-d958-0bd8-941bf8eb18df-7a68c373 {
        -ms-grid-column-span: 1;
        grid-column-end: span 1;
        -ms-grid-column: span 1;
        grid-column-start: span 1;
        -ms-grid-row-span: 1;
        grid-row-end: span 1;
        -ms-grid-row: span 1;
        grid-row-start: span 1;
    }
    #w-node-_8a38e0cf-92ea-0a8b-6d29-cc403f9ec902-7a68c373 {
        -ms-grid-column: span 2;
        grid-column-start: span 2;
        -ms-grid-column-span: 2;
        grid-column-end: span 2;
        -ms-grid-row: span 1;
        grid-row-start: span 1;
        -ms-grid-row-span: 1;
        grid-row-end: span 1;
    }
    #w-node-d8f5ba9d-2f82-882a-af2e-09143bedf6b0-9f4d1e65 {
        -ms-grid-column: span 2;
        grid-column-start: span 2;
        -ms-grid-column-span: 2;
        grid-column-end: span 2;
        -ms-grid-row: span 1;
        grid-row-start: span 1;
        -ms-grid-row-span: 1;
        grid-row-end: span 1;
    }
    #w-node-d8f5ba9d-2f82-882a-af2e-09143bedf6b4-9f4d1e65 {
        -ms-grid-column: span 2;
        grid-column-start: span 2;
        -ms-grid-column-span: 2;
        grid-column-end: span 2;
        -ms-grid-row: span 1;
        grid-row-start: span 1;
        -ms-grid-row-span: 1;
        grid-row-end: span 1;
    }
    #w-node-d8f5ba9d-2f82-882a-af2e-09143bedf6b8-9f4d1e65 {
        -ms-grid-column: span 2;
        grid-column-start: span 2;
        -ms-grid-column-span: 2;
        grid-column-end: span 2;
        -ms-grid-row: span 1;
        grid-row-start: span 1;
        -ms-grid-row-span: 1;
        grid-row-end: span 1;
    }
    #w-node-d8f5ba9d-2f82-882a-af2e-09143bedf6bc-9f4d1e65 {
        -ms-grid-column: span 2;
        grid-column-start: span 2;
        -ms-grid-column-span: 2;
        grid-column-end: span 2;
        -ms-grid-row: span 1;
        grid-row-start: span 1;
        -ms-grid-row-span: 1;
        grid-row-end: span 1;
    }
}

@font-face {
    font-family: 'Suisseintl';
    src: url('../fonts/SuisseIntl-Black.otf') format('opentype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Suisseintl';
    src: url('../fonts/SuisseIntl-BlackItalic.otf') format('opentype');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Suisseintl';
    src: url('../fonts/SuisseIntl-Bold.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Suisseintl';
    src: url('../fonts/SuisseIntl-LightItalic.otf') format('opentype');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Suisseintl';
    src: url('../fonts/SuisseIntl-Medium.otf') format('opentype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Suisseintl';
    src: url('../fonts/SuisseIntl-Regular.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Suisseintl';
    src: url('../fonts/SuisseIntl-RegularItalic.otf') format('opentype'), url('../fonts/SuisseIntl-BookItalic.otf') format('opentype');
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Suisseintl';
    src: url('../fonts/SuisseIntl-SemiBold.otf') format('opentype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Suisseintl book';
    src: url('../fonts/SuisseIntl-Book.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Suisseintl';
    src: url('../fonts/SuisseIntl-Light.otf') format('opentype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Suisseintl';
    src: url('../fonts/SuisseIntl-BoldItalic.otf') format('opentype');
    font-weight: 700;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Suisseintl';
    src: url('../fonts/SuisseIntl-SemiBoldItalic.otf') format('opentype');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Suisseintl';
    src: url('../fonts/SuisseIntl-MediumItalic.otf') format('opentype');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Suisseintl';
    src: url('../fonts/SuisseIntl-Ultralight.otf') format('opentype');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Suisseintl';
    src: url('../fonts/SuisseIntl-Thin.otf') format('opentype');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Suisseintlcond';
    src: url('../fonts/SuisseIntlCond-BoldItalic.otf') format('opentype');
    font-weight: 700;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Suisseintl';
    src: url('../fonts/SuisseIntl-UltralightItalic.otf') format('opentype');
    font-weight: 200;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Suisseintlcond';
    src: url('../fonts/SuisseIntlCond-Medium.otf') format('opentype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Suisseintl';
    src: url('../fonts/SuisseIntl-ThinItalic.otf') format('opentype');
    font-weight: 100;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Suisseintlcond';
    src: url('../fonts/SuisseIntlCond-Bold.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Suisseintlcond';
    src: url('../fonts/SuisseIntlCond-Light.otf') format('opentype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Suisseintlcond';
    src: url('../fonts/SuisseIntlCond-LightItalic.otf') format('opentype');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Suisseintlcond';
    src: url('../fonts/SuisseIntlCond-Regular.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Suisseintlcond';
    src: url('../fonts/SuisseIntlCond-SemiboldItalic.otf') format('opentype');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Suisseintlcond';
    src: url('../fonts/SuisseIntlCond-MediumItalic.otf') format('opentype');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Suisseintlmono';
    src: url('../fonts/SuisseIntlMono-Bold.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Suisseintlcond';
    src: url('../fonts/SuisseIntlCond-Semibold.otf') format('opentype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Suisseintlcond';
    src: url('../fonts/SuisseIntlCond-Thin.otf') format('opentype');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Suisseintlcond';
    src: url('../fonts/SuisseIntlCond-ThinItalic.otf') format('opentype');
    font-weight: 100;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Suisseintlmono';
    src: url('../fonts/SuisseIntlMono-Regular.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Suisseintlmono';
    src: url('../fonts/SuisseIntlMono-Thin.otf') format('opentype');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Suisseintlcond';
    src: url('../fonts/SuisseIntlCond-RegularItalic.otf') format('opentype');
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Suisseworks';
    src: url('../fonts/SuisseWorks-Bold.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Suisseworks book';
    src: url('../fonts/SuisseWorks-Book.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Suisseworks';
    src: url('../fonts/SuisseWorks-Regular.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Suisseworks';
    src: url('../fonts/SuisseWorks-BookItalic.otf') format('opentype'), url('../fonts/SuisseWorks-RegularItalic.otf') format('opentype');
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Suisseworks';
    src: url('../fonts/SuisseWorks-BoldItalic.otf') format('opentype');
    font-weight: 700;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Suisseworks';
    src: url('../fonts/SuisseWorks-Medium.otf') format('opentype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Suisseworks';
    src: url('../fonts/SuisseWorks-MediumItalic.otf') format('opentype');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}