body{
    font-family: Open Sans;
    font-size: 20px;
    font-weight: 600;
    line-height: 40px;
    color: #1424fb;
}
.header {
    padding: 70px 0;
}
.header .content-width {
    display: flex;
    justify-content: space-between;
}
.content-width {
    max-width: 1120px;
    margin: 0 auto;
}
#section-1 {
    margin-top: 25px;
}
#section-1 .content-width {
    max-width: 1225px;
    margin: 0 auto;
}
.text-head p {
    margin-bottom: 0;
    text-align: right;
}
.text-head .underline {
    font-weight: 400;
    text-decoration: underline;
}
.texte-1 {
    font-family: Helvetica;
    font-size: 25px;
    font-weight: 400;
    line-height: 40px;
    text-align: left;
    color: #1424FB;
    max-width: 659px;
    margin-left: 8%;
    right: -35px;
    position: relative;
}
a.btn-dcv {
    width: 185px;
    height: 185px;
    margin: 0 auto;
    text-align: center;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: -160px;
}
.rotate-bg {
    position: absolute;
    left: 0;
    background-position: center;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
@keyframes rotating {
    from {
        -ms-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -ms-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}
.rotate-bg {}

.rotate-bg {
    -webkit-animation: rotating 15s linear infinite;
    -moz-animation: rotating 15s linear infinite;
    -ms-animation: rotating 15s linear infinite;
    -o-animation: rotating 15s linear infinite;
    animation: rotating 15s linear infinite;
}
section#section-cta {
    background: #1424FB;
    padding: 70px 0;
    margin-top: 50px;
}
.content-width.cta-wrapper {
    display: flex;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
}
a.cta-btn {
    font-family: Helvetica;
    font-size: 25px;
    font-weight: 700;
    line-height: 30px;
    text-align: center;
    color: #fff;
    border: 2px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px 25px;
    border-radius: 50px;
    position: relative;
    height: 89px;
}
a.cta-btn::after{
    content: "";
    display: block;
    background: url(../img/Arrowrw.svg) no-repeat center;
    background-size: contain;
    width: 33px;
    height: 20px;
    margin-left: 20px;
    transition: all 0.5s;
}
a.cta-btn:hover::after, a.btn-all:hover::after{
    transform: rotate(90deg);
}
section#support {
    background: #1424fb33;
    padding: 70px 0 160px;
    position: relative;
}
h1 {
    font-family: Helvetica;
    font-size: 30px;
    font-weight: 700;
    line-height: 40px;
    text-align: center;
    margin-bottom: 15px;
}
.file-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 85px;
    margin: 80px 0;
}
.item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-width: 200px;
}
.option {
    display: flex;
    gap: 17px;
}
section#support::before {
    content: '';
    position: absolute;
    top: 10%;
    left: 0;
    width: 320px;
    height: 390px;
    background: url(../img/fish1.png) no-repeat center;
    background-size: contain;
    z-index: -1;
}
section#support::after {
    content: '';
    position: absolute;
    bottom: 7%;
    right: 0;
    width: 320px;
    height: 390px;
    background: url(../img/fish2.png) no-repeat center;
    background-size: contain;
    z-index: -1;
}
a.btn-all {
    font-family: Open Sans;
    font-size: 25px;
    font-weight: 600;
    line-height: 40px;
    text-align: center;
    color: #1424fb;
    border: 2px solid #1424fb;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 40px;
    border-radius: 50px;
    position: relative;
    height: 89px;
    width: fit-content;
    margin: 0 auto;
    max-width: 396px;
}
a.btn-all::after{
    content: "";
    display: block;
    background: url(../img/Arrowright.svg) no-repeat center;
    background-size: contain;
    width: 33px;
    height: 20px;
    margin-left: 20px;
    transition: all 0.5s;
}
.video-wrapper {
    display: flex;
    justify-content: center;
    gap: 50px;
    flex-wrap: wrap;
    margin-top: 80px;
}
.video-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}
span.titre {
    display: block;
    max-width: 100%;
    margin: 7px auto 0;
}
section.sous-cat {
    padding: 75px 0;
}
section.sous-cat span.titre {
    max-width: 100%;
    text-align: center;
}
section.sous-cat .file-wrapper {
    gap: 35px;
    margin: 50px 0 80px;
}
section.sous-cat.bg-blue {
    background: #d0d3fe;
    position: relative;
}
section.sous-cat.bg-blue.first::before{
    content: '';
    position: absolute;
    top: 10%;
    left: 0;
    width: 320px;
    height: 390px;
    background: url(../img/fish1.png) no-repeat center;
    background-size: contain;
}
section.sous-cat.bg-blue.second::after{
    content: '';
    position: absolute;
    bottom: 5%;
    right: 0;
    width: 320px;
    height: 390px;
    background: url(../img/fish2.png) no-repeat center;
    background-size: contain;
}
h2{
    font-family: Helvetica;
    font-size: 30px;
    font-weight: 700;
    line-height: 40px;
    text-align: center;
    position: relative;
    width: fit-content;
    margin: 0 auto;
}
section.sous-cat h2 a{
    position: absolute;
}
section.sous-cat h2 a::before{
    content: "";
    display: inline-block;
    background: url(../img/Arrowup.svg) no-repeat center;
    background-size: contain;
    height: 33px;
    width: 20px;
    position: relative;
    left: 20px;
    top: 3px;
}
section.sous-cat h2.arr-l a::before {
    left: -40px;
}
section.sous-cat h2::after, section.sous-cat.bg-blue h2::before{
    width: 0;
}
/* section.sous-cat.bg-blue h2::after{
    content: "";
    display: inline-block;
    background: url(../img/Arrowup.svg) no-repeat center;
    background-size: contain;
    height: 33px;
    width: 20px;
    margin-left: 20px;
    position: absolute;
} */
.d-flex.footer-wrapper {
    justify-content: space-between;
    align-items: center;
}
ul.social {
    list-style: none;
    display: flex;
    gap: 8px;
    padding: 0;
}
.logoC {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: #fff;
    max-width: 372px;
    width: 100%;
    padding: 12px 0;
    border-radius: 80px;
    max-height: 157px;
}

footer.footer {
    background: #1424FB;
    padding: 30px 0;
}

p.copyright {
    font-family: Helvetica;
    font-size: 13px;
    font-weight: 400;
    line-height: 15px;
    text-align: center;
    margin-bottom: 0;
    margin-top: 15px;
}
a.contact-link {
    font-family: Helvetica;
    font-size: 15px;
    font-weight: 700;
    line-height: 40px;
    text-align: center;
    color: #fff;
}
ul.social li a {
    color: #1424fb;
    background: #fff;
    width: 26px;
    height: 26px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    font-size: 15px;
}
ul.social li a.bg-tp{
    background: transparent;
}
#ancre{
    position: absolute;
    bottom: -50px;
}
#ancre-grossiste, #ancre-poissonniers, #ancre-magasins, #ancre-restaurateurs{
    position: absolute;
    top: -150px;
}
i.fab.fa-instagram {
    position: relative;
    bottom: -0.5px;
    right: -0.5px;
}

/* lightbox */


  /* The Modal (background) */
  .modal {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: transparent;
  }
  .mySlides {
    margin: 0 auto;
    align-items: center;
    justify-content: center;
    height: 780px;
}
    .mySlides img {
        object-fit: contain;
        max-height: 720px;
    }
  /* Modal Content */
  .modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    width: 90%;
    max-width: 1200px;
  }

  /* The Close Button */
  .close {
    color: #1424fb;
    position: absolute;
    top: 10px;
    right: 25px;
    font-size: 35px;
    font-weight: bold;
  }

  .close:hover,
  .close:focus {
    color: #999;
    text-decoration: none;
    cursor: pointer;
  }

  /* Hide the slides by default */
  .mySlides {
    display: none;
  }

  /* Next & previous buttons */
  .prev,
  .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -50px;
    color: #1424fb;
    font-weight: bold;
    font-size: 50px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none;
  }

  /* Position the "next button" to the right */
  .next {
    right: 0;
    border-radius: 3px 0 0 3px;
  }

  /* On hover, add a black background color with a little bit see-through */
  .prev:hover,
  .next:hover {
    background-color: #1423fb2c;
  }

  /* Number text (1/3 etc) */
  .numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
  }

  /* Caption text */
  .caption-container {
    text-align: center;
    background-color: black;
    padding: 2px 16px;
    color: white;
  }

  img.demo {
    opacity: 0.6;
  }

  .active,
  .demo:hover {
    opacity: 1;
  }

  img.hover-shadow {
    transition: 0.3s;
  }

  .hover-shadow:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  }
  .logo span {
    display: block;
    font-size: 17px;
    }







@media screen and (max-width: 1024px){
    .content-width {
        padding: 0 25px;
    }
    .texte-1{
        margin-left: 0;
        font-size: 20px;
        line-height: 34px;
        right: 0;
    }
    img.position-absolute {
        position: relative !important;
    }
    a.btn-dcv{
        margin-top: 0;
    }
    section#support {
        padding: 50px 0;
    }
    .file-wrapper {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        gap: 30px;
        margin: 40px 0;
    }
    footer.footer .content-width {
        padding: 0;
    }
    .d-flex.flex-banner {
        flex-wrap: wrap;
        justify-content: center;
    }

    img.object-fit-cover {
        width: 100%;
        height: 100%;
    }
    .mySlides {
        height: 80vh;
    }
    .mySlides img {
        object-fit: contain;
        max-height: 80vh;
    }
    .logo span {
        display: block;
        font-size: 14px;
    }
}
@media screen and (max-width: 767px){
    .d-flex.footer-wrapper {
        flex-wrap: wrap;
        gap: 20px;
        justify-content: center;
        flex-direction: column;
    }
}
@media screen and (max-width: 500px){
    .header {
        padding: 40px 0;
    }
    body {
        font-family: Open Sans;
        font-size: 17px;
        font-weight: 600;
        line-height: 28px;
        color: #1424fb;
    }
    .logo {
        max-width: 140px;
    }
    .content-width {
        padding: 0 10px;
    }
    a.cta-btn, a.btn-all {
        font-size: 18px;
        line-height: 20px;
        height: 70px;
    }
    #support .item {
        max-width: 45%;
        text-align: center;
        min-width: 45%;
    }
    h2 {
        font-size: 25px;
    }
    section.sous-cat h2 a::before{
        left: 10px;
    }
    section.sous-cat h2.arr-l a::before {
        left: -30px;
    }
    iframe {
        max-width: 100%;
    }
}
.option a {
    cursor: pointer;
}
.modal.and.carousel {
    position: fixed;
  }
  i.fab.fa-youtube {
    position: relative;
    top: 0.5px;
    left: 0.5px;
}
