/***************************************/


/*************** GENERAL  **************/


/***************************************/

@import url("https://fonts.googleapis.com/css2?family=Chela+One&display=swap");
@import url("https://fonts.googleapis.com/css2?family=BenchNine:wght@300&family=Chela+One&display=swap");
*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    text-align: center;
    background-color: black;
    position: absolute;
    width: 100%;
    background-attachment: fixed;
    display: flex;
    justify-content: center;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: background .3s, border .3s, border-radius .3s, box-shadow .3s;
    font-size: 1.5em;
    line-height: 1.5em;
}

.container {
    text-align: center;
    justify-content: center;
}

body {
    max-width: 1600px;
    margin-top: auto;
    margin-right: auto;
    margin-bottom: auto;
    margin-left: auto;
    font-family: "BenchNine", sans-serif;
    margin: 0;
}

p,
ul,
ol,
pre,
table,
blockquote,
article {
    margin-top: 0rem;
    margin-bottom: 1.1875rem;
}


/***************************************/


/****************  GRID  ***************/


/***************************************/

.container {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    grid-template-rows: 100px 200px 450px;
    grid-gap: 1rem;
    grid-row-gap: 3rem;
    grid-template-areas: "h h h h h h h h " "comments comments comments comments comments comments comments comments " "g_footer g_footer g_footer g_footer g_footer g_footer g_footer g_footer";
}

.h {
    grid-area: h;
}

.comments {
    padding: 20px;
    grid-area: comments;
}

.g_footer {
    padding: 5px;
    grid-area: g_footer;
}


/***************************************/


/*************  responsive   ***********/


/***************************************/

.flex_container {
    display: flex;
    flex-flow: column wrap;
}

.s-col-1 {
    max-width: calc((100% / 12) - 1%);
    margin-left: 0.5%;
    margin-right: 0.5%;
}

.s-col-2 {
    max-width: calc(((100% / 12) * 2) - 1%);
    margin-left: 0.5%;
    margin-right: 0.5%;
}

.s-col-3 {
    max-width: calc(((100% / 12) * 3) - 1%);
    margin-left: 0.5%;
    margin-right: 0.5%;
}

.s-col-4 {
    max-width: calc(((100% / 12) * 4) - 1%);
    margin-left: 0.5%;
    margin-right: 0.5%;
}

.s-col-5 {
    max-width: calc(((100% / 12) * 5) - 1%);
    margin-left: 0.5%;
    margin-right: 0.5%;
}

.s-col-6 {
    max-width: calc(((100% / 12) * 6) - 1%);
    margin-left: 0.5%;
    margin-right: 0.5%;
}

.s-col-7 {
    max-width: calc(((100% / 12) * 7) - 1%);
    margin-left: 0.5%;
    margin-right: 0.5%;
}

.s-col-8 {
    max-width: calc(((100% / 12) * 8) - 1%);
    margin-left: 0.5%;
    margin-right: 0.5%;
}

.s-col-9 {
    max-width: calc(((100% / 12) * 9) - 1%);
    margin-left: 0.5%;
    margin-right: 0.5%;
}

.s-col-10 {
    max-width: calc(((100% / 12) * 10) - 1%);
    margin-left: 0.5%;
    margin-right: 0.5%;
}

.s-col-11 {
    max-width: calc(((100% / 12) * 11) - 1%);
    margin-left: 0.5%;
    margin-right: 0.5%;
}

.s-col-12 {
    max-width: calc(((100% / 12) * 12) - 1%);
    margin-left: 0.5%;
    margin-right: 0.5%;
}


/********************************/


/********** responsive **********/


/********************************/

@media screen and (max-width: 740px) {
    .container {
        grid-template-columns: 1fr;
        grid-template-rows: 60px 1450px 50px;
        grid-template-areas: "h" "comments" "g_footer";
    }
}


/***************************************/


/*********       Titre        **********/


/***************************************/

.T {
    font-size: 30px;
    font-family: times;
    font-weight: bold;
    color: silver;
    margin-bottom: 1em;
    line-height: 1rem;
}

a:link {
    text-decoration: none;
    cursor: pointer;
}

#title_footer {
    font-size: 40px;
    font-family: times;
    font-weight: bold;
    color: silver;
    margin-bottom: 1em;
    line-height: 1.1rem;
}

.color {
    color: silver;
    font-family: 'Abril Fatface', cursive;
}


/********************************/


/************ footer ************/


/********************************/

.footer {
    box-sizing: border-box;
    position: relative;
    width: 100%;
    bottom: 0;
    left: 0;
    color: black;
    background: black;
    padding-top: 25px;
    padding-bottom: 90px;
}

.heading {
    margin-right: 100px;
    margin-left: 100px;
}

.footer .heading {
    float: right;
    margin-bottom: 3rem;
    padding: 5px;
}

.Link_footer {
    display: flex;
    flex-wrap: wrap;
}

.footer .Link_footer {
    display: flex;
    justify-content: flex-start;
    margin-left: 3em;
}

.footer .Link_footer p {
    margin-bottom: 1.3rem;
    color: black;
}

.footer .Link_footer a {
    text-decoration: none;
    color: black;
    font-size: 20px;
}

.footer .Link_footer a:hover {
    color: #887fff;
}

.footer .Link_footer h4 {
    margin-bottom: 1.3rem;
    font-size: 19px;
    color: #887fff;
}

footer {
    margin-bottom: 2rem;
}

.Link_footer ul {
    padding: 0;
    list-style: none;
    font-size: 14px;
    margin-bottom: 0;
}

.first_col {
    margin-right: 10em;
    min-width: 100px;
}

.second_col {
    margin-right: 10em;
    min-width: 100px;
}

.third_col {
    min-width: 100px;
}

.logo_footer {
    width: 250px;
    height: auto;
}


/**********************************/


/********  images snow  ***********/


/**********************************/

.Z {
    max-width: 100%;
    max-height: auto;
}


/***********les articles *************/

.flex-container {
    display: flex;
    flex-flow: column wrap;
}

.s-col-1 {
    max-width: calc((100% / 12) - 1%);
    margin-left: 0.5%;
    margin-right: 0.5%;
}

.s-col-2 {
    max-width: calc(((100% / 12) * 2) - 1%);
    margin-left: 0.5%;
    margin-right: 0.5%;
}

.s-col-3 {
    max-width: calc(((100% / 12) * 3) - 1%);
    margin-left: 0.5%;
    margin-right: 0.5%;
}

.s-col-4 {
    max-width: calc(((100% / 12) * 4) - 1%);
    margin-left: 0.5%;
    margin-right: 0.5%;
}

.s-col-5 {
    max-width: calc(((100% / 12) * 5) - 1%);
    margin-left: 0.5%;
    margin-right: 0.5%;
}

.s-col-6 {
    max-width: calc(((100% / 12) * 6) - 1%);
    margin-left: 0.5%;
    margin-right: 0.5%;
}

.s-col-7 {
    max-width: calc(((100% / 12) * 7) - 1%);
    margin-left: 0.5%;
    margin-right: 0.5%;
}

.s-col-8 {
    max-width: calc(((100% / 12) * 8) - 1%);
    margin-left: 0.5%;
    margin-right: 0.5%;
}

.s-col-9 {
    max-width: calc(((100% / 12) * 9) - 1%);
    margin-left: 0.5%;
    margin-right: 0.5%;
}

.s-col-10 {
    max-width: calc(((100% / 12) * 10) - 1%);
    margin-left: 0.5%;
    margin-right: 0.5%;
}

.s-col-11 {
    max-width: calc(((100% / 12) * 11) - 1%);
    margin-left: 0.5%;
    margin-right: 0.5%;
}

.s-col-12 {
    max-width: calc(((100% / 12) * 12) - 1%);
    margin-left: 0.5%;
    margin-right: 0.5%;
}

@media screen and (min-width: 940px) {
    .flex-container {
        flex-flow: row wrap;
    }
    .m-col-1 {
        max-width: calc((100% / 12) - 1%);
        margin-left: 0.5%;
        margin-right: 0.5%;
    }
    .m-col-2 {
        max-width: calc(((100% / 12) * 2) - 10%);
        margin-left: 0.5%;
        margin-right: 0.5%;
    }
    .m-col-3 {
        max-width: calc(((100% / 12) * 3) - 1%);
        margin-left: 0.5%;
        margin-right: 0.5%;
    }
    .m-col-4 {
        max-width: calc(((100% / 12) * 4) - 1%);
        margin-left: 0.5%;
        margin-right: 0.5%;
    }
    .m-col-5 {
        max-width: calc(((100% / 12) * 5) - 1%);
        margin-left: 0.5%;
        margin-right: 0.5%;
    }
    .m-col-6 {
        max-width: calc(((100% / 12) * 6) - 1%);
    }
    .m-col-7 {
        max-width: calc(((100% / 12) * 7) - 1%);
        margin-left: 0.5%;
        margin-right: 0.5%;
    }
    .m-col-8 {
        max-width: calc(((100% / 12) * 8) - 1%);
        margin-left: 0.5%;
        margin-right: 0.5%;
    }
    .m-col-9 {
        max-width: calc(((100% / 12) * 9) - 1%);
        margin-left: 0.5%;
        margin-right: 0.5%;
    }
    .s-col-10 {
        max-width: calc(((100% / 12) * 10) - 1%);
        margin-left: 0.5%;
        margin-right: 0.5%;
    }
    .m-col-11 {
        max-width: calc(((100% / 12) * 11) - 1%);
        margin-left: 0.5%;
        margin-right: 0.5%;
    }
    .m-col-12 {
        max-width: calc(((100% / 12) * 12) - 1%);
    }
}


/*************** autour des 3 cards ****************/

.row {
    padding: 100px;
}


/***********************************************/


/***************     les trois cards      ****************/

.sept {
    font-family: helvetica;
    color: #463f32;
    font-weight: 1000;
    margin-top: 10px;
}

.main {
    background-image: url(../../img/img-e/img-e/untitled-article-1476302847.webp);
    background-position: center center;
    margin: 0 auto;
}

.img {
    height: auto;
    max-width: 100%;
    vertical-align: middle;
}

.btn {
    color: #d4b87d;
    font-family: BenchNine;
    font-size: 1.5rem;
    border-radius: 4px;
    font-weight: 600;
    display: block;
    width: 100%;
    cursor: pointer;
    border: 1px solid rgba(255, 255, 255, 0.2);
    background: transparent;
    padding: 1rem;
}

.btn:hover {
    background-color: rgba(255, 255, 255, .8);
}

.cards {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
}

.cinq {
    font-size: 3rem;
}

.cards_item {
    display: flex;
    padding: 3rem;
}

.card {
    background-color: lightgray;
    border-radius: 0.25rem;
    box-shadow: 0 20px 40px -14px rgba(0, 0, 0, 0.25);
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.card_content {
    padding: 1rem;
    background-color: lightgray;
}

.card_title {
    color: #d4b87d;
    font-size: 1.5rem;
    font-weight: 700;
    letter-spacing: 1px;
    text-align: center;
    margin: 0px;
}

.card_text {
    color: #ffffff;
    font-size: 0.875rem;
    line-height: 1.5;
    margin-bottom: 1.25rem;
    font-weight: 400;
}

@media (min-width: 40rem) {
    .cards_item {
        width: 50%;
    }
}

@media (min-width: 56rem) {
    .cards_item {
        width: 33.3333%;
    }
}

@media screen and (max-width: 992px) {
    .AAA {
        width: 1200px;
    }
}

@media screen and (max-width: 600px) {
    .AAA {
        width: 700px;
    }
}


/**************    media queries des images du haut     ***********/

@media screen and (max-width: 940px) {
    .third-card {
        margin-top: 69px;
        margin-bottom: 69px;
    }
    .leaf {
        position: relative;
        width: 100%;
        height: 100%;
        top: 0;
        right: 0;
    }
    .leaf div {
        position: absolute;
        display: block;
    }
    #title {
        font-size: 50px;
        font-family: times;
        font-weight: bold;
        color: #d4b87d;
        margin-bottom: 1em;
        line-height: 1.6rem;
        margin-top: 23rem;
    }
    .Z {
        margin: 0;
        width: 55%;
    }
    .Z2 {
        width: 55%;
    }
    h1,
    h2,
    h3 {
        text-align: center;
    }
    h1 {
        margin-top: 80px;
    }
    h2 {
        font-size: 24px;
        text-transform: uppercase;
        letter-spacing: .1em;
    }
    p {
        font-size: 18px;
        text-align: justify;
        color: rgb(200, 200, 200);
    }
    img {
        height: auto;
        max-width: 100%;
        /* Adhere to container width. */
        vertical-align: middle;
        transition: .2s ease-in;
    }
    .columns {
        display: flex;
        flex-flow: row wrap;
        justify-content: center;
        margin: 10px 40px;
    }
    .column {
        flex: 1;
        margin: 1px;
        padding: 20px;
    }
    .column p {
        padding: 6px;
        max-width: 460px;
        margin: auto;
    }
    .aligncenter {
        clear: both;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
    .btn-div {
        max-width: 460px;
        margin: auto;
    }
    button {
        padding: 10px 20px;
    }
    button:hover {
        cursor: pointer;
    }
}

@media screen and (max-width: 1024px) {
    .columns .column {
        flex-basis: 100%;
        margin: 0 0 5px 0;
    }
    .column {
        width: 380px;
        margin: 10px auto;
    }
    .cards_item {
        width: 380px;
    }
}

@media screen and (max-width: 600px) {
    button {
        width: 30%;
    }
    .columns {
        margin: 40px 10px;
    }
    .column {
        width: 380px;
        margin: 10px auto;
    }
    .footer {
        margin-left: 70px;
        max-width: 500px;
    }
    .cards_item {
        width: 480px;
        margin-left: 5rem;
    }
}

.Marg {
    margin-top: 2rem;
}