@font-face {
    font-family: 'Ubuntu';
    src: url('fonts/Ubuntu-Bold.eot');
    src: url('fonts/Ubuntu-Bold.eot?#iefix') format('embedded-opentype'),
    url('fonts/Ubuntu-Bold.woff2') format('woff2'),
    url('fonts/Ubuntu-Bold.woff') format('woff'),
    url('fonts/Ubuntu-Bold.ttf') format('truetype'),
    url('fonts/Ubuntu-Bold.svg#Ubuntu-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('fonts/OpenSans-Regular.eot');
    src: url('fonts/OpenSans-Regular.eot?#iefix') format('embedded-opentype'),
    url('fonts/OpenSans-Regular.woff2') format('woff2'),
    url('fonts/OpenSans-Regular.woff') format('woff'),
    url('fonts/OpenSans-Regular.ttf') format('truetype'),
    url('fonts/OpenSans-Regular.svg#OpenSans-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@keyframes fadeInAnimation {
    0% {
        opacity: 0;
        transform: translate3d(0,60px,0);
    }
    100% {
        opacity: 1;
        transform: none;
    }
}

img {
    max-width: 100%;
    height: auto;
}

h1, h2, h3, h4, .title-book {
    font-family: Ubuntu, sans-serif;
}

.home h1, .title-book {
    color: #eb3328;
}

.title-book {
    display: block;
    font-size: 2.5rem;
    margin-top: .5rem;
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2;
}

.home h2 {
    font-size: 3rem;
}

p, li {
    font-family: 'Open Sans', sans-serif;
}

a {
    color: #3366cc;
}

.container {
    background-color: #bde3ff;
}

.container .social-bar {
    padding: 1rem 1rem 2rem;
}

.container .band-home {
    background-color: #384bf6;
    font-size: 1.3rem;
    color: #fff;
    margin: 0 auto;
    border-radius: 5px;
}

.container .band-home p {
    margin: 0;
}

.container .content .bloc-txt .accroch {
    font-size: 1.6rem;
}

.bt {
    background-color: #eb3328;
    display: block;
    font-weight: bold;
    color: #fff;
    text-align: center;
    margin-top: 2rem;
    border-radius: 5px;
}

.container .content .bloc-livre {
    animation: fadeInAnimation 1s;
}

.row {
    margin: 0;
}

.col-nav {
    background-color: #fff;
}

.nav-link {
    font-size: 1.2rem;
    color: #000;
    padding-left: 0;
    white-space: nowrap;
}

.nav-link.active span {
    font-weight: bold;
}

.article h1 {
    text-align: center;
    margin-bottom: 2rem;
}

.bloc-bio {
    background-color: #fff3f3;
    display: flex;
    border-radius: 6px;
}

.bloc-bio a {
    text-decoration: underline;
}

.bio-desc h2 {
    font-size: 1.5rem;
}

.bio .txt {
    text-align: justify;
    margin: 2rem 0;
}

.why .buy {
    margin: 3rem 0;
}

.why blockquote {
    text-align: center;
}

.why h2 {
    color: #eb3328;
    text-align: center;
}

.why .signature {
    text-align: right;
    padding: 1rem 2rem;
}

.why .buy svg {
    margin-right: .5rem;
}

.why .txt {
    background: #fff3f3;
    margin-bottom: 1rem;
}

blockquote {
    position: relative;
}
blockquote p {
    font-style: italic;
    margin: 0;
}
blockquote:before {
    position: absolute;
    top: 1.5rem;
    left: 2rem;
    content: "“";
    font-size: 100px;
    line-height: 1;
    color: #eb3328;
}
blockquote:after {
    position: absolute;
    bottom: -1rem;
    right: 2rem;
    content: "”";
    font-size: 100px;
    line-height: 1;
    color: #eb3328;
}

.calendrier .bloc-legend li {
    list-style: none;
}

.calendrier .legend {
    display: inline-block;
    width: 1.5rem;
    height: 1.5rem;
    margin-right: .5rem;
    vertical-align: middle;
}

.calendrier .legend-label {
    vertical-align: middle;
}

.calendrier .item-cal {
    margin-bottom: 1rem;
    border-bottom: 1px solid #666;
}

.calendrier .item-cal:last-child {
    border-bottom: none;
}

.calendrier .date-event {
    font-weight: 600;
}

.calendrier .lieu-event a {
    color: #000;
}

.calendrier h2.desc {
    font: normal 1.3rem "Open Sans";
}

.calendrier .bg {
    padding: 1rem;
}

.calendrier .legend.color1 {
    background-color: orange;
}

.calendrier .legend.color2 {
    background-color: green;
}

.calendrier .legend.color3 {
    background-color: red;
}

.color1 {
    color: orange;
}

.color2 {
    color: green;
}

.color3 {
    color: red;
}

.item-media {
    margin-bottom: 4rem;
}

.item-media a {
    color: #000;
}

.item-media img {
    margin-bottom: 1rem;
}

.item-media .desc {
    font: normal 1.3rem "Open Sans";
}

.acheter .list-brand {
    margin-bottom: 2rem;
}

.acheter .item-brand {
    font: 600 1.2rem "Open Sans";
    color: #666;
    text-transform: uppercase;
    padding: 1rem;
    border: 1px solid #ccc;
    border-radius: 8px;
}

.acheter .item-brand img, .acheter .item-brand span {
    display: inline-block;
    vertical-align: middle;
}

.acheter .item-brand img {
    margin-right: 1rem;
}

footer {
    background-color: #fff3f3;
    width: 100%;
    padding: 2rem 2rem .5rem;
}

.social-footer, .source {
    color: #000;
}

.social-footer {
    font-size: 1.3rem;
    color: #000;
}

.source {
    font-size: 1.2rem;
}

footer ul {
    text-align: center;
    padding: 0;
}

footer ul li {
    display: inline-block;
    color: #000;
    list-style: none;
}

footer a {
    color: #000;
}

.copyright {
    color: #000;
    text-align: center;
}

.embed {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    height: 0;
    margin: 2rem 0;
}
.embed iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media (max-width: 1023px) {
    .row {
        flex-direction: column;
    }

    .content {
        display: flex;
        flex-direction: column-reverse;
    }

    .bloc-txt {
        margin: 2rem 0;
    }

    h2 {
        line-height: 1;
    }

    .col-nav {
        position: fixed;
        top: 0;
        left: -50rem;
        width: 100vw;
        height: 100vh;
        max-width: inherit;
        overflow-y: auto;
        z-index: 2;
        transition: left .3s ease;
    }

    .active .col-nav {
        left: 0;
        transition: left .3s ease;

    }

    .col-nav h1 {
        margin-top: 1rem;
    }

    .container {
        flex: 100vw;
        max-width: inherit;
        z-index: 1;
    }

    .bt-menu {
        position: absolute;
        top: 1.2rem;
        right: 1.5rem;
        width: 2.5rem;
        height: 1.6rem;
        border-top: 4px solid #263b46;
        border-bottom: 4px solid #263b46;
        z-index: 2;
    }

    .bt-menu:before {
        content: "";
        position: absolute;
        top: .45rem;
        left: 0;
        width: 100%;
        border-top: 4px solid #263b46;
    }

    .active .bt-menu {
        display: none;
    }

    .bt-close {
        display: none;
        position: fixed;
        top: .9rem;
        right: 2rem;
        font-family: Ubuntu, sans-serif;
        font-size: 2rem;
        line-height: 1;
    }

    .active .bt-close {
        display: block;
    }

    .bt-close:after {
        content: "X";
        color: #263b46;
    }

    .navbar .order-book {
        margin: 2rem auto;
    }

    .container .band-home {
        padding: 1rem;
        margin-bottom: 1rem;
    }

    .bt {
        font-size: 1.5rem;
        line-height: 1;
        padding: 1rem;
    }

    .container .content .bloc-livre {
        padding: 1rem;
    }

    .bloc-bio {
        flex-direction: column;
        padding: 1rem 1rem 0;
    }

    .bio-pic {
        text-align: center;
        margin-bottom: 2rem;
    }

    blockquote {
        padding: 2rem;
    }

    blockquote:before {
        top: 1rem;
        left: 1rem;
    }
    blockquote:after {
        bottom: -2rem;
        right: 1rem;
    }

    blockquote p {
        font-size: 1.2rem;
    }

    .calendrier .bloc-legend {
        padding: 0;
    }

    .calendrier .bloc-legend li {
        display: block;
        margin: 0 0 .5rem .7rem;
    }

    .calendrier .item-cal {
        padding: 1rem;
    }

    .social-footer {
        text-align: center;
    }

    .source {
        text-align: center;
        margin: 1rem 0;
    }
    .source strong {
        display: block;
    }

    .acheter .list-brand {
        display: flex;
        flex-direction: column;
        gap: 2rem;
    }

    .acheter .item-brand {
        text-align: center;
    }

    .acheter .item-brand span {
        display: none;
    }
}

@media (min-width: 1024px) {
    a:hover {
        color: #eb3328;
    }

    .col-nav {
        padding: 2rem;
    }

    .container .social-bar {
        text-align: right;
    }

    .container .social-bar a:hover {
        text-decoration: none;
    }

    .bt-menu, .bt-close {
        display: none;
    }

    .container .content {
        display: flex;
        flex-direction: row;
        align-items: center;
        max-width: 80%;
        margin: 2rem auto;
    }

    .container .band-home {
        max-width: 80%;
        padding: 1rem 3rem;
    }

    .container .content .bloc-livre {
        flex-basis: 50%;
        text-align: center;
    }

    .bloc-txt .bt {
        font-size: 2rem;
        line-height: 1;
        padding: 1rem 3rem;
    }

    .bt:hover {
        background-color: #263b46;
        color: #fff;
        text-decoration: none;
    }

    .order-book {
        margin-top: 2rem;
    }

    .order-book .bt {
        font-size: 1.2rem;
        line-height: 1;
        padding: 1rem;
    }

    .article .container {
        padding: 0 6rem;
    }

    .bloc-bio {
        flex-direction: row;
        justify-content: center;
        padding: 2rem 2rem 1rem;
    }

    .bio-pic img {
        max-height: 360px;
        max-width: fit-content;
    }

    .bio-desc {
        padding-left: 5rem;
    }

    blockquote {
        padding: 2rem 5rem 1rem;
    }

    blockquote:before {
        top: 1.5rem;
        left: 2rem;
    }
    blockquote:after {
        bottom: -1rem;
        right: 2rem;
    }

    blockquote p {
        font-size: 1.5rem;
    }

    .calendrier .bloc-legend {
        text-align: center;
        margin-bottom: 3rem;
    }

    .calendrier .bloc-legend li {
        display: inline-block;
        margin-right: 1rem;
    }

    .calendrier .date-event {
        display: inline-block;
        width: 49%;
        vertical-align: top;
    }

    .calendrier .lieu-event {
        display: inline-block;
        width: 49%;
        text-align: right;
        vertical-align: top;
    }

    .calendrier .item-cal {
        padding: 2rem;
    }

    .source p strong:after {
        content: " - ";
    }

    .pour-contre {
        display: flex;
        flex-direction: row;
        gap: 2rem;
    }

    .col-pour, .col-contre {
        flex-basis: 48%;
    }

    .videos .list-videos {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        gap: 2rem;
    }

    .videos .item-video {
        flex: 1 1 48%;
        max-width: 48%;
        text-align: center;
    }

    .acheter .list-brand {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        gap: 3rem;
        margin-bottom: 2rem;
    }

    .acheter .item-brand {
        flex: 1 1 30%;
        max-width: 30%;
    }

    .acheter .item-brand:hover {
        background-color: #f4f4f4;
        text-decoration: none;
    }

    .top-footer {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }

    .top-footer .social-footer a:hover {
        text-decoration: none;
    }

    .source {
        line-height: 1.2;
        text-align: right;
    }
}