/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}


/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

a {
    text-decoration: none;
}

* {
    box-sizing: border-box;
}

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

img {
    max-width: 100%;
}

html {
    font-size: 62.5%;
    scroll-behavior: smooth;
}

a,
a:hover,
a:visited {
    text-decoration: none;
}

h1 {
    font-family: "Alfa Slab One", serif;
    font-weight: 400;
    color: #000000;
}

h2,
p,
a {
    font-family: "Noto Sans", sans-serif;
    font-weight: 400;
    color: #000000;
    font-size: 1.4rem;
}

.nav__list {
    background-color: #383838;
    position: fixed;
    width: 100vw;
    height: 100%;
    padding-top: 8rem;
    z-index: 2;
    left: 100vw;
    top: 0;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    transition: left 0.5s;
}

.nav__list a {
    font-family: "Alfa Slab One", serif;
    font-weight: 400;
    color: #000000;
    font-size: 3rem;
    color: #E7E5E2;
}

.nav__list a:hover {
    text-shadow: 0 0 1em #E7E5E2;
}

.nav__list--open {
    left: 0vw;
}

.burger {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 0.6rem;
    position: fixed;
    right: 2.4rem;
    top: 4rem;
    height: 6rem;
    width: 6rem;
    z-index: 5;
    background-color: #ffffff;
    border-radius: 100%;
    box-shadow: 0px 0px 10px 0px rgba(7, 7, 7, 0.3);
}

.burger__line {
    width: 3rem;
    height: 4px;
    background-color: #D55B02;
    border-radius: 10px;
    position: relative;
    transition: 0.5s;
    top: 0rem;
}

.burger--selected div:nth-child(1) {
    transform: rotate(-45deg);
    top: 1rem;
}

.burger--selected div:nth-child(2) {
    opacity: 0;
}

.burger--selected div:nth-child(3) {
    transform: rotate(45deg);
    top: -1rem;
}

body {
    background-color: #E7E5E2;
    scroll-behavior: smooth;
    overflow-x: hidden;
}

.nav2 {
    display: none;
}

.banner {
    background-image: url(../img/bannerTel.png);
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 90vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.banner__container {
    margin: 0 2.4rem;
    display: flex;
    flex-direction: column;
    gap: 2.4rem;
}

.banner__logo {
    width: 30vw;
    max-width: 12rem;
    position: absolute;
    top: 4rem;
    left: 2.4rem;
}

.banner__title {
    font-size: 4rem;
}

.banner__subtitle {
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 150%;
}

.banner__span--color {
    color: #D55B02;
}

.banner__btn {
    padding: 1.2rem 1.2rem;
    background-color: #D55B02;
    border-radius: 10px;
    font-size: 1.6rem;
    color: #ffffff;
    font-weight: bold;
    max-width: -moz-max-content;
    max-width: max-content;
}

.banner__btn:hover {
    background-color: #ffffff;
    color: #D55B02;
    box-shadow: 0px 1px 10px 0px #383838;
}

.about {
    display: flex;
    flex-direction: column;
    margin: 4rem 0 0;
}

.about__content {
    margin: 3.6rem 4rem;
    line-height: 1.5;
}

.offers {
    background-color: #383838;
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow: hidden;
    position: relative;
}

.offers__motif {
    position: absolute;
    left: -15rem;
    width: 150vw;
}

.offers__title {
    font-size: 2.6rem;
    font-family: "Alfa Slab One", serif;
    font-weight: 400;
    color: #000000;
    color: #ffffff;
    margin-top: 4rem;
}

.offers__group {
    margin-bottom: 4rem;
    z-index: 1;
}

.offers__fig {
    width: clamp(10rem, 100vw - 4.8rem, 40rem);
    border-radius: 1.5rem;
    margin-top: 4rem;
    position: relative;
    z-index: 2;
}

.offers__fig:hover .offers__img--map {
    opacity: 1;
}

.offers__figcaption {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #ffffff;
    border-radius: 15px;
    padding: 2.4rem;
    position: relative;
    bottom: 3rem;
}

.offers__subtitle {
    color: #000000;
    font-family: "Noto Sans", sans-serif;
    font-weight: 400;
    color: #000000;
    font-size: 1.4rem;
    font-size: 2.2rem;
    font-weight: 700;
    border-bottom: solid 1px #000000;
    padding: 1.8rem 4rem;
    margin-top: -2rem;
}

.offers__list {
    color: #000000;
    font-family: "Noto Sans", sans-serif;
    font-weight: 400;
    color: #000000;
    font-size: 1.4rem;
    margin-top: 2.1rem;
}

.offers__elt {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-weight: 700;
}

.offers__content {
    margin: 0.8rem 0 2rem 0;
}

.offers__img {
    border-radius: 1.5rem 1.5rem 0 0;
    height: clamp(6.6666666667rem, (100vw - 4.8rem) / 6 * 4, 26.6666666667rem);
    -o-object-fit: cover;
    object-fit: cover;
}

.offers__img--map {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    transition: 0.5s;
}

.offers__btn {
    color: #D55B02;
    padding: 0.8rem 1.2rem;
    border: solid #D55B02 2px;
    border-radius: 10px;
    font-weight: 700;
    transition: 0.5s;
}

.offers__btn:hover {
    background-color: #D55B02;
    color: #ffffff;
}

.contact {
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: 0;
}

.contact__motif {
    position: absolute;
    z-index: 1;
    bottom: -3%;
    right: -10rem;
    width: 100vw;
}

.contact__group {
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 1;
    background-color: #ffffff;
    box-shadow: 1px 1px 16.4px rgba(0, 0, 0, 0.2);
    border-radius: 30px;
    margin: 4rem 2.4rem;
}

.contact__details {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.contact__list {
    display: flex;
    flex-direction: column;
    margin-top: 4rem;
    margin-bottom: 4rem;
}

.contact__img {
    width: 5rem;
    height: 5rem;
}

.contact__title {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-family: "Alfa Slab One", serif;
    font-weight: 400;
    color: #000000;
    font-size: 2.6rem;
    margin-top: 4rem;
}

.contact__contact {
    display: flex;
    flex-direction: row;
    margin: 1.4rem 0;
}

.contact__subtitle {
    font-family: "Noto Sans", sans-serif;
    font-weight: 400;
    color: #000000;
    font-size: 1.4rem;
    font-weight: 600;
    font-size: 1.6rem;
    margin-bottom: 1rem;
    margin-top: 0.8rem;
}

.contact__elt {
    margin-left: 2rem;
}

.contact__map {
    width: calc(100vw - 4.8rem);
    height: 20rem;
}

.contact__groupForm {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 2.4rem;
}

.contact__titleForm {
    font-family: "Noto Sans", sans-serif;
    font-weight: 400;
    color: #000000;
    font-size: 1.4rem;
    font-weight: bold;
    font-size: 2.2rem;
    margin: 4rem 0 2rem 0;
}

.contact label {
    font-family: "Noto Sans", sans-serif;
    font-weight: 400;
    color: #000000;
    font-size: 1.4rem;
    font-size: 1.6rem;
    margin-bottom: 0.8rem;
}

.contact__formElt {
    display: flex;
    flex-direction: column;
    margin: 1.2rem 0;
    width: calc(100vw - 8rem);
}

.contact__form {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.contact__input {
    border: none;
    background-color: #f0f0f0;
    border-radius: 5px;
    padding: 1.2rem;
}

.contact__input--none {
    display: none;
}

.contact #message {
    border: none;
    background-color: #f0f0f0;
    border-radius: 5px;
    resize: vertical;
    color: rgb(93, 93, 93);
}

.contact__formBtn {
    display: inline-block;
    background-color: #D55B02;
    border: none;
    border-radius: 10px;
    color: #ffffff;
    padding: 0.8rem 3rem;
    text-align: center;
}

.contact__formBtn:hover {
    background-color: #ffffff;
    color: #D55B02;
}

.contact__content--hover:hover {
    color: #D55B02;
}

.contactValid {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 1.2rem;
    justify-content: center;
    margin-top: 1.2rem;
}

.footer {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #383838;
    z-index: 1;
    position: relative;
}

.footer__title {
    font-family: "Alfa Slab One", serif;
    font-weight: 400;
    color: #000000;
    font-size: 2.2rem;
    color: #E7E5E2;
    line-height: 72px;
}

.footer__img {
    margin-top: -2rem;
}

.footer__nav {
    margin: 2rem 0;
}

.footer a:hover {
    text-shadow: 0 0 1em #E7E5E2;
}

.footer__list {
    display: flex;
    flex-direction: row;
}

.footer__elt {
    font-family: "Alfa Slab One", serif;
    font-weight: 400;
    color: #000000;
    font-size: 1.4rem;
    color: #E7E5E2;
    padding: 2rem;
    line-height: 14px;
}

.footer__content {
    color: #E7E5E2;
    margin-bottom: 2.4rem;
}

.footer__logo {
    width: 7rem;
    margin-bottom: 4rem;
}

@media screen and (min-width: 768px) {
    .burger {
        display: none;
    }
    .nav {
        display: none;
    }
    .nav2 {
        display: flex;
        list-style: none;
        position: absolute;
        position: sticky;
        top: 24px;
        z-index: 5;
        width: 50rem;
        margin: 4rem auto;
        padding: 2.4rem 4.8rem;
        justify-content: space-around;
        background-color: #383838;
        border-radius: 2.8rem;
        box-shadow: 0px 0px 10px 0px rgba(7, 7, 7, 0.3);
    }
    .nav2 a {
        font-family: "Alfa Slab One", serif;
        font-weight: 400;
        color: #000000;
        color: #E7E5E2;
    }
    .nav2 a:hover {
        text-shadow: 0 0 1em #E7E5E2;
    }
    .banner__container {
        margin: 0 4rem;
    }
    .banner__logo {
        left: 4rem;
    }
    .banner__title {
        font-size: 6rem;
    }
    .banner__subtitle {
        font-size: 3rem;
    }
    .banner__btn {
        transition: 0.5s;
        font-size: 2rem;
    }
    .about {
        margin: 0;
    }
    .about__img {
        height: 28vh;
        -o-object-fit: cover;
        object-fit: cover;
    }
    .offers__motif {
        left: -38rem;
        width: 150vw;
    }
    .offers__title {
        font-size: 3.6rem;
        margin-top: 8rem;
        margin-bottom: 4rem;
    }
    .offers__group {
        margin-bottom: 8rem;
    }
    .offers__figcaption {
        padding: 4rem;
    }
    .offers__subtitle {
        font-size: 2.6rem;
    }
    .contact__motif {
        bottom: -8%;
        right: -11rem;
    }
    .contact__map {
        width: 100% l;
    }
    .contact__title {
        font-size: 3.6rem;
        margin-top: 8rem;
        margin-bottom: 4rem;
    }
    .contact__group {
        margin-bottom: 10rem;
    }
    .contact__subtitle {
        font-size: 1.8rem;
    }
    .contact__elt {
        font-size: 1.6rem;
    }
    .contact__form {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
        margin: 0 4rem;
        justify-content: flex-end;
        gap: 0 2.4rem;
    }
    .contact__formElt {
        width: 100%;
    }
    .contact__formElt input {
        width: 100%;
    }
    .contact__formElt:nth-child(1) {
        width: calc(50% - 1.2rem);
    }
    .contact__formElt:nth-child(1) input {
        width: 100%;
    }
    .contact__formElt:nth-child(2) {
        width: calc(50% - 1.2rem);
    }
    .contact__formElt:nth-child(2) input {
        width: 100%;
    }
    .contact__formBtn {
        font-size: 1.6rem;
        margin-top: 0.8rem;
        border: solid 2px #D55B02;
        cursor: pointer;
    }
    .footer__elt {
        font-size: 1.6rem;
    }
    .footer a:hover {
        text-shadow: 0 0 1em #E7E5E2;
    }
}

@media screen and (min-width: 1024px) {
    .banner {
        background-image: url(../img/bannerOrdi.png);
        background-position: 1%;
    }
    .banner__container {
        margin: 0rem;
        padding: 0 8rem;
        height: 90vh;
        justify-content: center;
        background-color: rgba(255, 255, 255, 0.6);
        width: 58vw;
        border-radius: 0 60% 70% 0;
        -webkit-backdrop-filter: blur(0.6px);
        backdrop-filter: blur(0.6px);
    }
    .banner__logo {
        left: 8rem;
        z-index: 2;
    }
    .nav2 {
        margin: 4rem auto -10.2rem;
    }
    .about {
        display: flex;
        flex-direction: row-reverse;
        align-items: center;
    }
    .about__img {
        height: -moz-fit-content;
        height: fit-content;
        width: 50%;
        -o-object-fit: cover;
        object-fit: cover;
    }
    .offers__motif {
        left: -40rem;
        width: 50vw;
        max-width: 90rem;
    }
    .offers__figcaption {
        padding: 2.4rem;
    }
    .offers__group {
        display: flex;
        justify-content: center;
        gap: 4rem;
    }
    .contact__motif {
        width: 50vw;
        max-width: 90rem;
    }
    .contact__group {
        flex-direction: row;
        align-items: normal;
        overflow: hidden;
        margin-left: 15rem;
        margin-right: 15rem;
    }
    .contact__details {
        width: 70%;
        overflow: hidden;
        justify-content: space-between;
        background-color: #E7E5E2;
    }
    .contact__map {
        width: 100%;
        height: 55%;
    }
}