/*STYLES COMMUNS AUX PAGES*/

*,
*::before,
*::after {
    box-sizing: border-box;
}


body {
    margin: 0;
    padding: 0;
    font-family: Arial, sans-serif;
}


@font-face {
    font-family: "Lacquer", system-ui;
    src: url('fonts/AnyConv.com__Lacquer-Regular.woff2') format('woff2'),
        url('fonts/Lacquer-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}


@font-face {
    font-family: "Roboto Condensed";
    src: url('fonts/AnyConv.com__RobotoCondensed-VariableFont_wght.woff2') format('woff2'),
        url('fonts/RobotoCondensed-VariableFont_wght.woff') format('woff');
    font-optical-sizing: auto;
    font-weight: bolder;
    font-style: normal;
}

/*ACCESSIBILITÉ*/

.skip-link {
    background-color: #ff0606;
    border: solid 3px #950101;
    color: #000;
    font-size: 1.2rem;
    padding: 0.5em 0.5em;
    text-decoration: none;
}

.skip-link:not(:focus):not(:active) {
    border: 0;
    clip: rect(0 0 0 0);
    -webkit-clip-path: inset(100%);
    clip-path: inset(100%);
    height: 1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    white-space: nowrap;
    width: 1px;
}

.skip-link:focus {
    left: 0;
    position: absolute;
    top: 0;
    z-index: 999;
}

.sr-only {
    background-color: #ffffff;
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}


header img {
    max-height: 80px;
    margin-left: 20px;
}

header {
    background-color: #000000;
    color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 80px;
}

.item {
    display: inline;
    margin-right: 20px;
    position: relative;
    padding: 0 10px;
}

.item a {
    color: #fff;
    text-decoration: none;
    position: relative;
}

.item a::after {
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background: #fff;
    position: absolute;
    bottom: -5px;
    left: 0;
    transition: width 0.3s;
}

.item a:hover::after {
    width: 100%;
}

.item a:hover {
    color: #ff0606;
}

.icon-menu {
    display: none;
    cursor: pointer;
}


/*POP UP DES TARIFS*/

.popup {
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1000;
    margin: auto;
}

.popup p {
    background-color: #000000;
    border: 2px solid #950101;
    position: fixed;
    left: 0;
    right: 0;
    top: 20px;
    margin: auto;
    max-width: 800px;
    font-size: 1.2rem;
    height: fit-content;
    padding: 30px;
    border-radius: 15px;
}

.popup a {
    text-decoration: underline;
}

.close-window {
    margin-top: 15px;
    color: #fff;
    font-size: 1.5rem;
    background-color: inherit;
    border: inherit;
    border: none;
}

.close-window:hover {
    border-bottom: #950101 solid 3px;
}

.popup-visible {
    display: block;
    margin: auto;
}

.popup-invisible {
    display: none;
}

.light_red {
    color: #ff0606;
    font-weight: bold;
}

.price_title {
    font-family: "Roboto Condensed", sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 2rem;
}



/*titre des sections*/

.black-title {
    font-family: "Roboto Condensed", sans-serif;
    font-size: 2.2rem;
    text-align: center;
    text-transform: uppercase;
    margin-right: 10px;
    margin-left: 10px;
    white-space: nowrap;
}



/*SECTIONS NOUVEAUTÉS & OPTIONS*/

.concept-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;

}

.concept-cards {
    width: 500px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.concept-cards img {
    width: 250px;
}


.concept-cards p {
    color: #000000;
    position: relative;
    bottom: 50px;
    width: 350px;
}

.read_more {
    color: #645959;
    text-decoration: underline;
    margin-left: 0;
}


/*SECTION AVIS*/

.note {
    padding: 40px 45px 50px 45px;
    text-align: center;
}

.container_avis {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.black_link {
    color: black;
    text-decoration: none;
    display: flex;
    justify-content: center;
}

.black_link:hover {
    text-decoration: underline;
}

.avis {
    width: 30%;
    background-color: #EEEDEB;
    transition: transform .1s;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.9);
    margin-bottom: 35px;
}

.avis:hover {
    -ms-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    transform: scale(1.1);

}

blockquote p {
    padding: 15px;
    font-size: 1.2em;
    border-top: solid 1px #999;
    border-bottom: solid 1px #999;
}

.avis i {
    font-size: 2rem;
    padding-top: 5px;
}


cite {
    text-transform: uppercase;
    letter-spacing: 3px;
}


/*FOOTER*/

footer {
    background-color: #000000;
    color: #fff;
    text-align: center;
    padding: 20px;
}

.container {
    height: 70px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    max-width: 1000px;
}

.txtdroits {
    font-size: 0.9rem;
    margin-top: 50px;
}

.column {
    flex: 1;
}

.column ul {
    list-style-type: none;
    padding: 0;
}

li {
    margin-bottom: 10px;
}

footer a {
    margin: 0 10px;
    color: #ffffff;
    text-decoration: none;
}

footer a:hover {
    text-decoration: underline;
}


/*MEDIA QUERIES*/

@media screen and (width <=800px) {
    .container_avis {
        flex-direction: column;
        align-items: center;
    }

    .avis {
        width: 100%;
        margin-bottom: 20px;
    }
}

@media screen and (width <=600px) {
    .container {
        flex-direction: column;
        height: 300px;
    }

    .txtdroits {
        margin-top: 0;
    }

    .column {
        flex: 0;
    }

    .icon-menu {
        display: block;
        margin-right: 15px;
        font-size: 2rem;
    }

    .icon-menu::before {
        content: "\2630";
    }

    .active .icon-menu::before {
        content: "\2715";
    }

    nav ul {
        position: absolute;
        top: 50px;
        right: -100%;
        background-color: black;
        display: none;
        flex-direction: column;
        width: 100%;
        padding: 10px;
    }

    .active ul {
        right: 0;
        display: flex;
    }

    .item {
        margin: 10px 0;
    }

    .scrollbar {
        display: none;
    }
}


@media screen and (width <=1200px) {
    .txt_presentation {
        flex-wrap: wrap;
    }
}

@media screen and (width <=1169px) {
    .concept-cards {
        width: 45%;
    }

    .concept-list {
        justify-content: space-around;
    }
}


@media screen and (width <=850px) {
    .concept-cards {
        width: 90%;
    }

    .concept-list {
        justify-content: space-around;
    }
}


@media screen and (width <=500px) {
    .popup p {
        max-width: 400px;
        font-size: 0.8rem;
    }

    .close-window {
        font-size: 1rem;
    }

    .price_title {
        font-size: 1.8rem;
    }
}

@media screen and (width <=490px) {
    .black-title {
        white-space: normal;
    }
}