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

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

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

.fixy {
    position: fixed;
}

body {
    margin: 0;
    width: 100%;
    cursor: default;
}

figure {
    margin: 0;
}

header {
    display: flex;
    justify-content: flex-end;
    height: 135px;
    align-items: center;
    position: absolute;
    width: 100%;
    z-index: 1;
}

header.fixy {
    background-color: #fff;
    box-shadow: 0 10px 10px -5px #00000029;
}

header figure {
    text-align: center;
    width: 100%;
}

header figure img {
    width: 250px;
    text-align: center;
    cursor: pointer;
}

footer .social {
    list-style-type: none;
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
}

#icone-instagram {
    fill: #d21d49;
    cursor: pointer;
}

#icone-instagram:hover {
    fill: #000000;
}

#icone-facebook {
    fill: #d21d49;
    margin: 0 30px 0 20px;
    cursor: pointer;
}

#icone-facebook:hover {
    fill: #000000;
}

main {
    position: relative;
}

#banniere img {
    width: 100%;
}

body main h2 {
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 22px;
    font-family: Arial, "sans-serif";
    margin: -4px 0 0 0;
    background-color: #000;
    text-align: center;
    padding: 15px;
}
    
body .content h2 {
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 22px;
    font-family: Arial, "sans-serif";
    margin: 0;
    background-color: #000;
    text-align: center;
    padding: 15px;
}

body h3 {
    font-family: "Arial", sans-serif;
    text-transform: uppercase;
    color: #d21d49;
    text-align: center;
    font-size: 20px;
    margin: 40px auto;
}

body .content .colonnes {
    display: flex;
    width: 90%;
    margin: auto;
}

body .content .colonnes p {
    text-align: center;
    margin: 0 auto 20px auto;
}

body .content p {
    font-family: "Arial", sans-serif;
    width: 80%;
    text-align: left;
    margin: 20px auto;
    line-height: 22px;
}

body .content strong {
    color: #d21d49;
}

body .content figure {
    text-align: center;
    margin: 30px 0 0 0;
}

body .content figure img {
    width: 250px;
}

main .miniature-produit {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 10px;
}

main .miniature-produit div.product {
    display: flex;
    flex-direction: column;
    width: 25%;
    margin: 20px 0;
}

main .miniature-produit div.product figure {
    padding: 0 50px;
}

main .miniature-produit div.product .cta {
    font-family: Arial, "sans-serif";
    font-weight: bold;
    font-style: normal;
    background-color: #d21d49;
    color: #ffffff;
    text-align: center;
    padding: 10px 0;
    width: 70%;
    border-radius: 50px;
    margin: 20px auto;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 14px;
}

main .miniature-produit div.product.coming-soon .cta {
    background-color: #6a6a6a !important;
    cursor: default;
}

main .miniature-produit div.product .cta:hover {
    background-color: #000000;
}

main .miniature-produit div.product img {
    width: 100%;
}

main .miniature-produit div.product .title {
    font-family: Arial, "sans-serif";
    font-weight: bold;
    padding: 0 50px;
    text-transform: uppercase;
    height: 65px;
    color: #d21d49;
    margin: auto;
    text-decoration: none;
}

main .miniature-produit .choice-lot {
    padding: 0 50px;
    font-family: Arial, "sans-serif";
    font-weight: bold;
    height: 35px;
}

main .miniature-produit .choice-lot #lot-select {
    background-color: #d21d49;
    border: 2px solid #d21d49;
    color: #fff;
    font-weight: bold;
    padding: 5px 10px;
    font-size: 13px;
    border-radius: 5px;
}

main .miniature-produit div.product .description {
    font-family: Arial, "sans-serif";
    font-weight: normal;
    font-style: normal;
    padding: 0 50px;
    height: 80px;
}

body main .pub-tv {
    text-align: center;
    margin: 50px auto;
}

body main .pub-tv h2 {
    font-size: 25px;
    margin-bottom: 50px;
}

footer {
    padding: 0;
    text-align: end;
}

footer > div {
    display: flex;
    justify-content: space-between;
    background-color: #000;
}

footer a {
    color: #fff;
    text-decoration: none;
    font-family: Arial, "sans-serif";
    font-size: 13px;
}

body footer ul {
    display: flex;
    justify-content: space-between;
    padding: 0 20px;
    font-family: Arial, "sans-serif";
    list-style-type: none;
    align-items: center;
}

body footer .socials {
    padding: 0;
}

body footer .links-footer li:nth-child(1) {
    font-size: 16px;
    text-decoration: underline;
    color: #fff;
    cursor: pointer;
}

footer .copyright {
    background-color: #d21d49;
    margin: 0;
    padding: 5px;
    justify-content: end;
}

footer .copyright li a {
    margin-right: 10px;
}

#dark-back.active {
    display: block;
    width: 100%;
    height: 100%;
    background-color: #000000f0;
    position: fixed;
    z-index: 99;
    top: 0;
}   

#dark-back {
    display: none;
}   

#modal-mentions-legales {
    position: fixed;
    background-color: #fff;
    font-family: Arial, "sans-serif";
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    padding: 50px 80px;
    text-align: center;
}

#close-mentions-legales {
    background-color: #d21d49;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
}

#close-mentions-legales svg {
    width: 30px;
    height: 30px;
}

#modal-mentions-legales > h3 {
    text-transform: uppercase;
    color: #d21d49;
    text-decoration: underline;
    font-size: 24px;
}

#modal-mentions-legales .info-societe {
    font-weight: bold;
}

#modal-mentions-legales > ul {
    list-style-type: none;
    padding: 0;
    width: 100%;
    margin: 20px auto;
}

.texte-banniere {
    position: absolute;
    top: 42%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 85%;
    text-align: center;
}

#banniere {
    position: relative;
}

.texte-banniere .title-texte {
    color: #fff;
    font-family: Arial, "sans-serif";
    font-size: 45px;
    margin: 0;
}

.texte-banniere .texte {
    color: #fff;
    font-family: Arial, "sans-serif";
    font-size: 25px;
    margin: 10px 0;
}
    
.texte-banniere > a:hover {
    background-color: #000;
    color: #fff;
}

.texte-banniere > a {
    background-color: #fff;
    border-radius: 50px;
    padding: 10px 50px;
    color: #d21d49;
    text-transform: uppercase;
    text-decoration: none;
    font-family: Arial, "sans-serif";
    font-weight: 501;
}

@media screen and (min-width: 768px) and (max-width:949px) {
  header figure img {
    width: 150px;
  }

  .texte-banniere .title-texte {
    font-size: 30px;
  }

  .texte-banniere .texte {
    font-size: 18px;
  }

  header {
    height: 70px;
  }

  .texte-banniere {
    top: 45%;
  }
}

@media screen and (min-width: 950px) and (max-width:1199px) {

  header figure img {
    width: 200px;
  }

  header {
    height: 90px;
  }

  .texte-banniere .title-texte {
    font-size: 40px;
  }

  .texte-banniere .texte {
    font-size: 21px;
    margin: 10px 0;
  }

  .texte-banniere {
    top: 43%;
  }
}


@media screen and (min-width: 768px) and (max-width:1449px) {
    main .miniature-produit div.product {
        width: 33%;
    }
        
    main .miniature-produit div.product .title {
        font-size: 14px;
        height: 50px;
    }
        
    main .miniature-produit div.product .description {
        height: 110px;
        font-size: 14px;
    }    

    main .miniature-produit .choice-lot {
        padding: 0 30px;
        font-size: 14px;
    }
        
    main .miniature-produit .choice-lot #lot-select {
        font-size: 11px;
    }
        
    main .miniature-produit div.product figure {
        padding: 0 30px;
    }
        
    main .miniature-produit div.product .title {
        padding: 0 30px;
    }
        
    main .miniature-produit div.product .description {
        padding: 0 30px;
    }  

    #modal-mentions-legales {
        width: 50%;
    }

    body main .pub-tv iframe {
        width: 70%;
    }
        
}

@media screen and (max-width: 767px) {
    #icone-facebook {
        margin: 0 20px 0 20px;
    }

    #banniere > video {
        width: 100%;
    }

    main .miniature-produit div.product {
        width: 100%;
    }

    body .content .colonnes {
        flex-direction: column;
    }

    body footer .links-footer li:nth-child(1) {
        font-size: 16px;
    }

    footer a {
        font-size: 12px;
    }

    main .miniature-produit div.product .title {
        height: 40px;
        margin: 30px auto;    
    }
    
    main .miniature-produit div.product .description {
        height: 100px;
    }
    
    main .miniature-produit div.product a {
        margin: 10px auto;
    }

    main .miniature-produit .choice-lot {
        height: auto;
    }        

    body main .pub-tv h2 {
        font-size: 22px;
        margin: 0 auto 50px auto;
    }
    
    body main .pub-tv iframe {
        width: 100%;
    }   
        
    body footer .links-footer li:nth-child(1) {
        font-size: 16px;
    }

   footer a {
        font-size: 12px;
    }

    #modal-mentions-legales {
        padding: 30px;
        width: 80%;
        font-size: 14px;
    }

    #modal-mentions-legales > h3 {
        font-size: 20px;
    }

    .texte-banniere .title-texte {
        font-size: 25px;
	margin-bottom: 10px;
    }
        
    .texte-banniere .texte {
        display: none;
    }
}

@media screen and (max-width: 499px) {
  .texte-banniere {
    top: 47%;
  }

  header figure img {
    width: 150px;
  }

  header {
    height: 90px;
  }

  .texte-banniere > a {
    font-size: 14px;
  }
}

@media screen and (min-width: 500px) and (max-width: 767px) {
  .texte-banniere .title-texte {
    font-size: 35px;
    margin-bottom: 30px;
  }

  .texte-banniere {
    top: 45%;
  }
}

@media screen and (min-width: 1850px) {
  .texte-banniere {
    top: 35%;
  }

  .texte-banniere .title-texte {
    font-size: 60px;
  }

  .texte-banniere .texte {
    font-size: 32px;
    margin: 30px 0;
  }

  header figure img {
    width: 300px;
  }

  .texte-banniere > a {
    font-size: 25px;
  }
}