/* 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;
}


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



.img-basket {
    height: 100%;
    width: auto;
    position: absolute;
    left: 25px;
}

.img-wrapper {
    object-fit: cover;
    position: relative;
    overflow: hidden;
    height: 100%;

}

body {
    background-color: #141414;
}

.container {
    width: 100%;
    margin: 50 auto;
    display: flex;
    flex-wrap: wrap;
    gap: 20px; 
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
    width: 100%;
}

[class*="col-"] {
    min-height: 80px;
    padding: 0 0;
    box-sizing: border-box;
    /* border: 1px solid red;
    background-color: rgba(255, 0, 0, 0.4); */
    flex: 1 1 auto;
    max-width: auto
;
}

/* Largeur des colonnes */

.col-1 { flex-basis: 8,33% ; max-width: 8.33%; }
.col-2 { flex-basis: 16,66% ; max-width: 16.66%; }
.col-3 { flex-basis: 25% ; max-width: 25%; }
.col-4 { flex-basis: 33,33% ; max-width: 33.33%; }
.col-5 { flex-basis: 41,66% ; max-width: 41.66%; }
.col-6 { flex-basis: 50% ; max-width: 50%; }
.col-7 { flex-basis: 58,33% ; max-width: 58.33%; }
.col-8 { flex-basis: 66,66% ; max-width: 66.66%; }
.col-9 { flex-basis: 75% ; max-width: 75%; }
.col-10 { flex-basis: 83,33% ; max-width: 83.33%; }
.col-11 { flex-basis: 91,66% ; max-width: 91.66%; }
.col-12 { flex-basis: 100% ; max-width: 100%; }


header {
    position: fixed;
    width: 100%;
    z-index: 10;
    border-bottom: 1px solid #ffffff;
    background-color: #141414;
}

.cadre {
    display: flex;
    flex-direction: column;
    position: fixed;
    width: 100dvw;
    height: 100dvh;
    z-index: 10;
    justify-content: space-between;
    mix-blend-mode: difference;
}

.cadre .row {
    justify-content: space-between;
}

.colonne-icones {
    display: flex;
    flex-direction: column;
    color: #ffffff;
    justify-content: space-around;
    height: 100dvh;
    padding: 20px;
}

.type-paragraph,
.link,
.btn {
    font-family: "Inter", sans-serif !important; 
    font-optical-sizing: auto;
    font-size: 16px !important;
    line-height: 1.4;
    font-weight: 400;
}

.type-h1 {
    font-family: "carol-gothic", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 130px;
}

.type-h2 { 
    font-family: "anton", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 40px;
    text-transform: uppercase;
    line-height: 1;
    padding-bottom: 10px;

}

.type-h2-small {
     font-family: "carol-gothic", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 80px;   
     line-height: 1;
}

.texte-small,
.mentions-legales {
    font-family: "Inter", sans-serif !important; 
    font-optical-sizing: auto;
    font-size: 14px !important;
    line-height: 1.4;
    font-weight: 400;
}

/***********************************************
 ***************** Navigation et btns *****************/

.navigation {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0px 0;
    height: 90px;
    max-width: 1300px;
    margin: 0 auto;
    padding-left: 50px;
    padding-right: 50px;
       width: -webkit-fill-available;
}

.navigation-menu {
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
    list-style: none;
    gap: 45px;
}


.navigation-menu__link,
.navigation-footer-legals__link,
.navigation-footer__link {
    text-decoration: none;
}

.navigation-menu__link,
.navigation-menu__link:visited,
.navigation-menu__link:active {
    color: #ffffff;

}

.navigation-footer-legals__link,
.navigation-footer-legals__link:visited,
.navigation-footer-legals__link:active {
    color: #5C5D5E;
}

.navigation-footer__link,
.navigation-footer__link:visited,
.navigation-footer__link:active {
    color: #141414;
}

.navigation-menu__link:hover,
.navigation-footer-legals__link:hover,
.navigation-footer__link:hover {
    text-decoration: underline;
    transition: all 0.3s ease-out;
}


.btn {
    display: inline-block;
    padding: 15px 15px;
    text-decoration: none;
    cursor: pointer;
    overflow: hidden;
    background-color: transparent;
    width: fit-content;
}

.btn--primary {
    border: 1px solid #FBEE00;
    box-shadow: inset 0 0 0 0 #FBEE00;
    transition: ease-in-out 0.7s;
    color: #FBEE00;
}


.btn--primary:hover {
    color: #141414;
    box-shadow: inset 400px 0 0 0 #FBEE00;
}

.btn--secondary {
    border: 1px solid #141414;
    box-shadow: inset 0 0 0 0 #141414;
    transition: ease-in-out 0.7s;
    color: #141414;
}


.btn--secondary:hover {
    color: #FBEE00;
    box-shadow: inset 400px 0 0 0 #141414;
}



/***********************************************
 ***************** contact *****************/

 .section-contact {
    color: #ffffff;  
    align-items: center;
    padding-left: 50px;
    padding-right: 50px;
 }



 /* Marquee */

 .marquee-mobile {
    display: none;
 }

 .marquee {
    position: relative;
    overflow: hidden;
    --offset: 20vw;
    --move-initial: calc(-25% + var(--offset));
    --move-final: calc(-50% + var(--offset));
}

.marquee__inner {
    width: fit-content;
    display: flex;
    position: relative;
    align-items: center;
    gap: 50px;
    padding-left: 50px;
    padding-top: 80px;
    height: 150px;
    border-bottom: 1px solid #ffffff;
    transform: translate3d(var(--move-initial), 0, 0);
    animation: marquee 5s linear infinite;
    animation-play-state:running;
}



@keyframes marquee {
    0% {
        transform: translate3d(var(--move-initial), 0, 0);
    }

    100% {
        transform: translate3d(var(--move-final), 0, 0);
    }
}


.div-renseignement {
    padding-left: 50px;
    width: -webkit-fill-available;
}


 .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.paragraph-contact {
    padding-bottom: 50px;
}



.checkbox-cvg-blanc {
    border: 1px solid #ffffff;
    border-radius: 0%;
    background-color: transparent;
    width: 10px;
    height: 10px;
}

.checkbox-cvg-blanc:checked {
    background-color:#FBEE00;
}

/* input[type="checkbox"]::before {
  content: "";
  width: 1em;
  height: 1em;
  transform: scale(0);
  transition: 120ms transform ease-in-out;
  box-shadow: inset 1em 1em #141414;
}

input[type="checkbox"]:checked::before {
  transform: scale(1);
} */





.input-blanc {
    display: flex;
    flex-direction: column;
    border: 1px solid #ffffff;
    background-color: transparent;
    border-radius: 0px;
    font-family: "Inter", sans-serif !important; 
    font-optical-sizing: auto;
    font-size: 14px !important;
    line-height: 1.4;
    font-weight: 400;
    color: #ffffff;
    padding: 15px;
    align-self: stretch;
}

.input-noir {
    display: flex;
    flex-direction: column;
    border: 1px solid #141414;
    background-color: transparent;
    border-radius: 0px;
    font-family: "Inter", sans-serif !important; 
    font-optical-sizing: auto;
    font-size: 14px !important;
    line-height: 1.4;
    font-weight: 400;
    color: #ffffff;
    padding: 15px;
    align-self: stretch;
}

.div-input {
    display: flex;
    flex-direction: column;
    align-self: stretch;
    flex: 1 1 auto;
}

.div-input-noir {
    display: flex;
    flex-direction: column;
    align-self: stretch;
}

.div-input input::placeholder {
    display: flex;
    flex-direction: column;
    color: #ffffff;
    align-self: stretch;
}

.div-input-noir input::placeholder {
    display: flex;
    flex-direction: column;
    color: #141414;
    align-self: stretch;
}

.form-line {
    display: flex;
    flex-direction: row;
    gap: 20px;
    margin-bottom: 20px;
    align-self: stretch;
}


.div-renseignement {
    padding-top: 50px; 
    padding-bottom: 50px;
    padding-right: 50px;
    max-width: 800px;
    width: -webkit-fill-available;
}

.message .input-blanc {
    display: flex;
    flex-direction: column;
    min-height: 174px;
    align-items: baseline;
    margin-bottom: 20px;
}

.validation-contact {
    display: flex;
    flex-direction: row;
    gap: 20px;
    justify-content: space-between;
    flex-wrap: wrap;
}


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

 footer {
    background-color: #EAEAEA;
    color: #141414;
    border-top: 1px solid #141414;
    padding-top: 50px;
    padding-bottom: 25px;
   }

footer .container {
    max-width: 1300px;
    margin: 0 auto;
    padding-left: 50px;
    padding-right: 50px;
    width: -webkit-fill-available;
}

.newsletter-form-div {
    display: flex;
    flex-direction: row;
    margin-bottom: 75px;
    justify-content: space-between;
    gap: 75px;  
 }

.newsletter-right {
    display: flex;
    padding-top: 35px;
    flex-direction: column;
    align-items: flex-end;
    gap: 25px;
    flex: 1 0 0;
    /* max-width: 432px; */
}

.newsletter-form {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 25px;
    align-self: stretch;
}

.top-form {
    display: flex;
    flex-direction: column;
    gap: 15px;
    align-self: stretch;
}

.footer-paragraph {
    max-width: 432px;
}

 .footer-middle-line {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 92px;
 }

 .footer-links {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
 }

 .footer__legals {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 50px;
 }

 .box-links {
    width: 232px;
    text-align: center;
 }

 .alignement-gauche {
    text-align:left;
 }

 .alignement-droit {
    text-align:right;
 }













 /* MEDIA QUERIES POUR RESPONSIVE */






@media (max-width: 1024px) {
    .col-4, .col-3 { flex-basis: 50%; max-width: 50%;}

.type-paragraph,
.link,
.btn {
    font-size: 14px !important;
}

.type-h1 {
    font-size: 120px;
}

.type-h2 { 
    font-size: 30px;
}

.type-h2-small {
    font-size: 80px;   
}

.texte-small,
.mentions-legales {
    font-size: 11px !important;
}

.newsletter-form-div {
    flex-wrap: wrap;
}

/* Marquee */
.marquee__inner {
    gap: 50px;
    padding-left: 50px;
    padding-top: 80px;
    height: 140px;
}

.marquee-mobile {
    display: flex;
 }

 .marquee-desktop {
    display: none ;
}

.div-renseignement {
    display: flex;
    flex-direction: column;
}

.section-contact {
    display: flex;
    flex-direction: column;
}

.newsletter-right {
    flex: 100%;

}

footer {
    display: flex;
}

.newsletter-right {
    max-width: 500px;
}

.newsletter-left {
    width: 100%;
}

.newsletter-form-div {
    flex-wrap: wrap;
    justify-content: flex-end;
    gap : 25px;
 }

.form-line {
    flex-wrap: wrap;
}

}






@media (max-width: 768px) {
   .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12 {flex-basis: 100%; max-width: 100%;}


header {
    display: flex;
}

.cadre {
    display: none;
}

.type-paragraph,
.link,
.btn {
    font-size: 14px !important;
}

.type-h1 {
    font-size: 50px;
}

.type-h2 { 
    font-size: 25px;
}

.type-h2-small {
    font-size: 35px;   
}

.texte-small,
.mentions-legales {
    font-size: 12px !important;
}

/* Marquee */
.marquee__inner {
    gap: 50px;
    padding-left: 50px;
    padding-top: 95px;
    height: 75px;
}

main {
    width: 100%;
}

.section-contact {
    width: 100%;
    height:auto;
    padding-bottom: 50px;
}

.marquee-mobile {
    display: flex;
 }

 .marquee-desktop {
    display: none ;
}

.section-contact{
    padding-bottom: 0px;
    display: flex;
    padding-left: 0px;
    padding-right: 0px;
    justify-content: center;
}
.row-contact {
    height: -webkit-fill-available;
}

.img-wrapper {
    width: 100%;
    max-height: 400px;
}

.footer__legals {
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;

}


.box-links {
    width: auto;

}

.footer-links {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 10px;
}

 .footer-middle-line {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 25px;
 }

 .footer-middle-line img {
   max-width: 30px;
 }

 .navigation {
    padding-left: 20px;
    padding-right: 20px;
 }

 .navigation-menu {
    gap: 20px;
 }

.section-contact .container {
    width: -webkit-fill-available;
}

.btn-sauf-header {
    width: 100%;
}
.div-renseignement {
    padding-right: 0px;
}

.message .input-blanc {
    margin-bottom: 10px;
}

.form-line {
    gap: 10px;
    margin-bottom: 10px;
}

footer .container {
    padding-left: 20px;
    padding-right: 20px;

}

.img-basket {
    position: relative;
}

.img-wrapper {
    justify-content: center;
    align-items: center;
}

.section-contact .col-2 {
    display: none;
}

.container {
    margin: 0px;
}

 header img {
   max-width: 30px;
 }

}