.pr{
    color: #000000;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    width: fit-content;
}
#navbar.sticky{
    background-color: #fff !important;
}
@media (max-width: 1200px) {
    #home {
      background-size: contain !important;
    }
}
@media (min-width: 992px) and (max-width: 1200px) {
    .collapse:not(.show) {
    display: none !important;
    }
}
@media (max-width: 991px) {
    
    .reverse-content{
        display: flex;
        flex-direction: column-reverse;
    }
}

.sticky-wrapper{
    width: 93%;
    border-radius: 80px;
    position: absolute;
    margin: 89px;
    box-shadow: 4px 4px 24px 0px rgba(0, 0, 0, 0.14);
    background: rgba(255, 255, 255, 0.5);
    left: 45%;
    top: 16px;
    transform: translate(-50%, -91%);
}
.sticky-wrapper.sticky {
    position: fixed;
    top: 0;
    right: 0;
    left: 45% !important;
    background-color: var(--white-color);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.07);
    animation: stickyAni 0.4s ease-in-out;
    transform: translate(-50%, -91%) !important;
}
@media (min-width: 1500px) {
    .sticky-wrapper {
        width: 93%;
        border-radius: 80px;
        position: absolute;
        margin: 89px;
        box-shadow: 4px 4px 24px 0px rgba(0, 0, 0, 0.14);
        background: rgba(255, 255, 255, 0.5);
        left: 45%;
        top: -3px;
        transform: translate(-50%, -91%);
    }
}
.logo-header {
    width: 196px;
    height: 48px;
}
.global-btn-custom {
    background: rgba(127, 74, 239, 1) !important;
    width: 145px;
    height: 44px;
    border-radius: 90px;
    padding: 13px 10px 9px 10px;
    font-size: 18px;
    font-weight: 600;
    border: 1px !important;
    color: rgba(255, 255, 255, 0.9) !important;
    font-family: "Montserrat", sans-serif;
}
.container-formation{
    display: flex;
    flex-direction: column;
    gap:2rem;
    position: relative;
    width: 100%;
    text-align: center;

}
.title{
    color: #2A2A2A;
    font-family: "Montserrat", sans-serif;
    font-size: 48px;
    font-weight: 600;
    line-height: 58.51px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1rem;
}
.line{
    width: 89px;
    height: 10px;
    border-radius: 39px;
    background-color: #7F4AEF;
}
.paragraph-formation{
    color: #2A2A2A;
    font-family: "Montserrat",sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 31.5px;
    text-align: left;
    margin: auto;
    width: 1172px;
    height: 126px;
    opacity: 0px;

}
.bg-image {
    width: 100%;
    height: auto;
    display: block;
}
.text-container {
    position: absolute;
    top: 59%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 20px;
}
.container-content-bank{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: #FAFAFA;
    margin: auto;
    padding: 2rem;
}
.container-content-areinne{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: #FAFAFA;
    margin: auto;
    padding: 2rem;
    position: relative;

}
.container-content-sport {
    max-width: 80%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin: auto;
    padding: 2rem;
}
.title-content{
    color: #000000;
    font-family: "Montserrat",sans-serif;
    font-size: 28px;
    font-weight: 600;
    line-height: 31.5px;
    text-align: left;
    display: flex;
    flex-direction: column;
    align-items: left;
    justify-content: left;
    gap:1rem;
   
}
.line-orange{
    width: 89px;
    height: 10px;
    border-radius: 39px;
    background: #F46B03;
}
.paragraph-content{
    color: #000000;
    font-family: "Montserrat",sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 31.5px;
    text-align: left;
    width: fit-content;
}
.span-title-paragraph{
    color:#000000;
    font-family: "Montserrat",sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 31.5px;
    text-align: left;
}
.content-wrapper {
    display: flex;
    flex-direction: row;
    margin-top: -7px;
    gap: 1rem;
    max-width: 80%;
    margin: auto;
    /* margin-bottom: -84px; */
    align-items: center;
    justify-content: center;
    padding-top: -22px;
    padding: -27px;
    position: relative;
    top: -78px;
}
.span-title-paragraph-areinne{
    color: #000000;
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 31.5px;
    text-align: left;
    width: 974px;
}
.title-content-areinne{
    width: 974px;
    color: #000000;
    font-family: "Montserrat",sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 31.5px;
    text-align: left;
}
.div {
    background-color: #f6f6f6;
    display: flex;
    gap: 20px;
    justify-content: space-between;
    padding: 53px 70px;

  }

  .img {
    aspect-ratio: 4.17;
    object-fit: auto;
    object-position: center;
    width: 196px;
    max-width: 100%;
    margin: auto 0;
  }
  .div-2 {
    display: flex;
    gap: 20px;
    font-size: 18px;
    color: #2a2a2a;
    font-weight: 600;
    line-height: 32px;
    justify-content: space-between;
    margin: auto 0;
    padding: 4px 10px;
    font-family: "Montserrat", sans-serif;
  }

  .div-3 {
    font-family: "Montserrat", sans-serif;
  }
  .div-4 {
    font-family: "Montserrat", sans-serif;
  }
  .div-5 {
    font-family: "Montserrat", sans-serif;
  }
  .div-6 {
    font-family: "Montserrat", sans-serif;
  }
  .img-2 {
    aspect-ratio: 1;
    object-fit: auto;
    object-position: center;
    width: 54px;
    height: 45px;
    align-self: start;
    margin: auto;
  }
  .div-7 {
    display: flex;
    flex-direction: column;
    font-size: 16px;
    color: #000;
    font-weight: 400;
    line-height: 197%;
    font-family: "Montserrat", sans-serif;
  }
  .div-8 {
    display: flex;
    gap: 15px;
  }
  .img-3 {
    aspect-ratio: 1;
    object-fit: auto;
    object-position: center;
    width: 24px;
    fill: #3a3a3a;
  }
  .div-9 {
    font-family: "Montserrat", sans-serif;
    margin: auto 0;
  }
  .div-10 {
    display: flex;
    margin-top: 28px;
    gap: 12px;
    white-space: nowrap;
  }
 
  .img-4 {
    aspect-ratio: 1;
    object-fit: auto;
    object-position: center;
    width: 24px;
  }
  .div-11 {
    font-family: "Montserrat", sans-serif;
    flex-grow: 1;
    flex-basis: auto;
    margin: auto 0;
  }
  .container-fondateur-area-title{
    display: flex;
    flex-direction: column;
    gap: 1rem;
    align-items: center;
    justify-content: center;
    font-size: 36px;
    font-weight: 600;
    color: rgba(42, 42, 42, 1);
    font-family: "Montserrat", sans-serif;
    padding-top: 83px;

}
.container-fondateur-custom{
   
    background-image: url('../img/foundateur/bg.svg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding-bottom: 119px;

}
.container-fondateur {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 55px 240px;
    border-radius: 20px;
    margin-bottom: 96px;
    position: relative;
    /* margin-top: 113px; */
    z-index: 3;
    background-image: url(../img/bg/Group\ 533\ \(2\).svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;

}
.container-f{
    max-width: 94%;
}
.contact-title{
    color: #FFFFFF;
    font-size: 48px;
    font-weight: 700;
    font-family: "Montserrat", sans-serif;
}
.contact-p{
    font-size: 18px;
    font-weight: 400;
    color: #FFFFFF;
    font-family: "Montserrat", sans-serif;
}
.newsletter-form .global-btn{
    width: 171px;
    height: 50px;
    background: #D83385;
    font-size: 16px;
    color: #ffffff;
    border-radius: 45px;
    display: flex;
    justify-content: center;
    flex: none;
    padding: 0;
    align-items: center;
    text-align: center;
    font-family: "Montserrat", sans-serif;
}
.newsletter-form .global-btn:hover{
    width: 171px;
    height: 50px;
    background: #ffffff;
    font-size: 16px;
    color:  #D83385;
    border-radius: 45px;
    border: 1px solid#D83385;
    display: flex;
    justify-content: center;
    flex: none;
    padding: 0;
    align-items: center;
    text-align: center;
    font-family: "Montserrat", sans-serif;
}
.icon-linkedIn{
       display: flex;
}
.newsletter-img {
    position: absolute;
    top: -111px;
    left: 0px;
    height: 596.08px !important;
    z-index: 1;
}
.container-titles{
    display: flex;
    flex-direction: column;
    gap: 1rem;
    align-items: center;
    justify-content: center;
    padding-bottom: 80px;
    margin-top: 77px;
}

.title-fondateur-1{
    
    font-size: 32px;
    font-weight: 600;
    color: rgba(42, 42, 42, 1);
    font-family: "Montserrat", sans-serif;
    padding-top: 83px;
}
.title-fondateur-2{
    font-size: 24px;
    font-weight: 400;
    color: rgba(42, 42, 42, 1);
    font-family: "Montserrat", sans-serif;
}
.title-fondateur-btn{
    font-weight: 600;
    color: rgba(255, 255, 255, 1);
    font-family: "Montserrat", sans-serif;
    background: rgba(127, 74, 239, 1);
    width: 353px;
    height: 56px;
    border-radius: 90px;
    padding: 15px 24px 12px 24px;
    font-size: 17px;
    text-align: center;
    font-family: "Montserrat", sans-serif;
}

.link-nav {
    text-decoration: none;
    color: inherit;
    position: relative !important;
    color: #2A2A2A !important;
    font-size: 18px !important;
    line-height: 31.5px !important;
    font-weight: 600 !important;
    width: Hug(88px) px;
    height: Hug(40px) px;
    padding: 4px 10px 4px 10px !important;
    gap: 10px;
    border: 0px 0px 4px 0px !important;
    opacity: 0px;

}

.link-nav:hover,
.link-nav:focus{
    border-bottom: 4px solid #F46B03
}
.link-nav.active {
    border-bottom: 4px solid #F46B03
}
.container-content-sport-mobile {
    display: none;
}
.bank{
    float: left !important;
}
.bank-content{
    max-width: 80%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: #FAFAFA;
    margin: auto;
    padding: 2rem;
    gap: 2rem;
}
.container-content-arienne-desk{

    background: url(../img/bg/bg-areinne.svg) no-repeat;
    background-size: cover;

    padding: 3rem;
    padding-top: 185px;
}
.newsletter-form .form-group {
   
    height: 72px !important;
   
}
.btn-c{
    display: flex;
    align-items: center;
}
/* header */
@media (max-width: 768px) {
    .logo-header {
        width: 145px !important;;
    }
    .header-center{
        margin: auto;
    }
    .sticky-wrapper {
        width: 93%;
        height: 70px;
        border-radius: 80px;
        position: absolute;
        box-shadow: 4px 4px 24px 0px rgba(0, 0, 0, 0.14);
        background: rgba(255, 255, 255, 0.5);
        left: 27%;
        top: -30px;
        transform: translate(-50%, -50%);
    }
   
    .sticky-wrapper.sticky {
        left: 27% !important;
    }
    
    .paragraph-client {
        color: #2A2A2A;
        font-family: "Montserrat", sans-serif;
        font-size: 20px;
        font-weight: 500;
        line-height: 31.5px;
        text-align: center;
        margin: auto;
        width: 77%;
        height: 126px;
        opacity: 0px;
    }
    .text-container {
        position: absolute;
        top: 14%;
        left: 35%;
        text-align: center;
        margin: auto;
        transform: translate(-40%, -50%);
        padding: 20px;
        width: 108%;
    }
    
    .text-container {
        position: absolute;
        top: 15%;
        left: 35%;
        text-align: center;
        margin: auto;
        transform: translate(-40%, -50%);
        padding: 20px;
        width: 108%;
    }
    .paragraph-client {
        color: #2A2A2A;
        font-family: "Montserrat", sans-serif;
        font-size: 20px;
        font-weight: 500;
        line-height: 31.5px;
        text-align: center;
        margin: auto;
        width: 77%;
        height: 126px;
        margin-top: 53px;
        opacity: 0px;
    }
    .newsletter-img {
        display: none;
    }  
    .tabs-custom {
        flex-direction: column;
        margin: auto;
        position: absolute;
        padding-top: 96px;
        padding-left: 126px;
        z-index: 33;
        display: flex;
        justify-content: center;
    }
    .btn-rows {
        display: flex;
        justify-content: center;
        margin-bottom: 10px;
        flex-direction: column;
        gap: 1rem;

    }
    .container-client {
        display: flex;
        flex-direction: column;
        gap: 2rem;
        position: relative;
        width: 100%;
        text-align: center;
        height: 278vh;
    }
    
}
@media (max-width: 768px) {

    .container-formation{
        display: flex;
        flex-direction: column;
        gap: 2rem;
        position: relative;
        width: 100%;
        text-align: center;
        height: 1818px;
    }
    .text-container {
        position: absolute;
        top: 267px;
        left: 35%;
        text-align: center;
        margin: auto;
        transform: translate(-40%, -50%);
        padding: 20px;
        width: 108%;
        margin: auto;
    }
    
    .paragraph-formation{
        color: #2A2A2A;
        font-family: "Montserrat", sans-serif;
        font-size: 20px;
        font-weight: 500;
        line-height: 31.5px;
        text-align: left;
        margin: auto;
        width: 77%;
        height: 126px;
        margin-top: 53px;
        opacity: 0px;
        width: 310px;
    }
    .container-content-bank {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
        background: #FAFAFA;
        margin: auto;
        padding: 2rem;
        margin-top: -1012px;
    }
    .paragraph-content {
        color: #000000;
        font-family: "Montserrat", sans-serif;
        font-size: 18px;
        font-weight: 400;
        line-height: 31.5px;
        text-align: left;
        width: 310px;
        margin: auto;
    }
    .title-content {
        color: #000000;
        font-family: "Montserrat", sans-serif;
        font-size: 28px;
        font-weight: 600;
        line-height: 31.5px;
        text-align: left;
        display: flex;
        flex-direction: column;
        align-items: left;
        justify-content: left;
        gap: 1rem;
        text-align: center;
    }
    .line-orange {
        width: 89px;
        height: 10px;
        border-radius: 39px;
        background: #F46B03;
        margin: auto;
    }
    .container-content-sport {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
        margin: auto;
        padding: 2rem;
    }
    .col-aerienne{
        text-align: center;
    }
    .img-aerienne{
        width: 83%;
    }
    .span-title-paragraph {
        color: #000000;
        font-family: "Montserrat", sans-serif;
        font-size: 18px;
        font-weight: 400;
        line-height: 31.5px;
        text-align: left;
        width: 310px;
        margin: auto;
    }
    .container-fondateur {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        padding: 55px 60px;
        border-radius: 20px;
        margin-bottom: 96px;
        position: relative;
        z-index: 3;
        gap: 40px;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        height: 605px !important;
        
    }
    .newsletter-form .global-btn {
        width: 171px;
        height: 50px;
        background: #D83385;
        top: 20px;
        right: 10px;
        font-size: 16px;
        color: #ffffff;
        border-radius: 45px;
        display: flex;
        justify-content: center;
        flex: none;
        padding: 0;
        align-items: center;
        text-align: center;
        font-family: "Montserrat", sans-serif;
        margin: auto;
    }
}
/* FOOTER */
@media (max-width: 768px) {
    .icon-btn{
        background-color:#7F4AEF !important
    }
    .img {
        aspect-ratio: 4.17;
        object-fit: auto;
        object-position: center;
        width: 196px;
        margin: auto !important;
    }
    .newsletter-img {
        display: none;
    }  
    .contact-title {
        color: #FFFFFF;
        font-size: 30px;
        text-align: center;
        font-weight: 700;
        font-family: "Montserrat", sans-serif;
    }
    .contact-p {
        font-size: 16px;
        font-weight: 400;
        text-align: center;
        color: #FFFFFF;
        font-family: "Montserrat", sans-serif;
    }
    .newsletter-form .form-group {
   
        height: 62px !important;
    }
    .newsletter-form .form-group input {
        background-color: transparent;
        border: 0;
        height: 60px;
        width: 223px;
        margin: auto;
    }
    .newsletter-form {
        margin: 40px 0 80px 0;
        flex-direction: column;
        display: flex;
    }
    .div{
        background-color: #f6f6f6;
        display: flex;
        gap: 20px;
        padding: 36px 35px 80px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    
    .div-2 {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
  
    .div-2 .div-3, .div-2 .div-4, .div-2 .div-5, .div-2 .div-6 {
        margin-right: 0;
        margin-bottom: 10px; 
    }
    .img-2 {
        width: 48px;
        align-self: center;
    }
}
@media (max-width: 768px) {
    .container-content-sport-mobile {
        display: block;
    }

    .container-content-arienne-desk {
        display: none;
    }
}
@media (min-width: 768px) and (max-width: 1024px) {
    .sticky-wrapper {
        width: 93%;
        height: 70px;
        border-radius: 80px;
        position: absolute;
        box-shadow: 4px 4px 24px 0px rgba(0, 0, 0, 0.14);
        background: rgba(255, 255, 255, 0.5);
        left: 41%;
        top: -30px;
        transform: translate(-50%, -50%);
    }
    .sticky-wrapper.sticky {
        left: 41% !important;
    }
    .d-lg-none {
        display: block !important;
    }
    .icon-btn {
        background-color: #7F4AEF !important;
    }
    .div {
        background-color: #f6f6f6;
        display: flex;
        gap: 20px;
        padding: 36px 35px 80px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .container-content-sport-mobile {
        max-width: 80%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
        margin: auto;
        padding: 2rem;
        gap: 2rem;
    }
    .bank-content {
        max-width: 80%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
        background: #FAFAFA;
        margin: auto;
        padding: 2rem;
        gap: 2rem;
    }
    .container-fondateur {
        
        /* margin-top: 466px; */
        
    }
    .newsletter-img {
        display: none;
    }  
    .newsletter-form {
        justify-content: center;
        flex-direction: column;
        display: flex;
        align-items: center;
        margin: auto;
    }
}
@media (min-width: 428px) and (max-width: 460px) {
    .sticky-wrapper {
       
        left: 30%;
    }
    .sticky-wrapper.sticky {
        left: 30% !important;
    }
}
@media (min-width: 461px) and (max-width: 464px) {
    .sticky-wrapper {
        left: 31%;
    }
    .sticky-wrapper.sticky {
        left: 31% !important;
    }
}    
@media (min-width: 465px) and (max-width: 510px) {
    .sticky-wrapper {
        left: 32%;
    }
    .sticky-wrapper.sticky {
        left: 32% !important;
    }
    
}
@media (min-width: 511px) and (max-width: 562px) {
    .sticky-wrapper {
        left: 33%;
    }
    .sticky-wrapper.sticky {
        left: 33% !important;
    }
    
}
@media (min-width: 563px) and (max-width: 600px) {
    .sticky-wrapper {
        left: 34%;
    }
    .sticky-wrapper.sticky {
        left: 34% !important;
    }
}
@media (min-width: 601px) and (max-width:628px) {
    .sticky-wrapper {
        left: 35%;
    }
    .sticky-wrapper.sticky {
        left: 35% !important;
    }
}
@media (min-width: 629px) and (max-width:700px) {
    .sticky-wrapper {
        left: 36%;
    }
    .sticky-wrapper.sticky {
        left: 36% !important;
    }
}
@media (min-width: 701px) and (max-width:768px) {
    .sticky-wrapper {
        left: 37%;
    }
    .sticky-wrapper.sticky {
        left: 37% !important;
    }
}
@media (min-width: 769px) and (max-width:915px) {
    .sticky-wrapper {
        left: 38%;
    }
    .sticky-wrapper.sticky {
        left: 38% !important;
    }
    .icon-btn {
        background-color: #7F4AEF !important;
    }
   
}
@media (min-width:916px) and (max-width:991px) {
    .sticky-wrapper {
        left: 39%;
    }
    .sticky-wrapper.sticky {
        left: 39% !important;
    }
    .icon-btn {
        background-color: #7F4AEF !important;
    }
    
}
/* tablet */
@media (min-width:769px) and (max-width:1024px) {
    .div-2 {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .newsletter-form {
        justify-content: center;
        flex-direction: column;
        display: flex;
        align-items: center;
        margin: auto;
    }
    .container-fondateur {
        /* margin-top: 96px; */
    }
    .newsletter-form {
        justify-content: center;
        flex-direction: column;
        display: flex;
        align-items: center;
        margin: auto;
    }
    .contact-title {
        color: #FFFFFF;
        font-size: 30px;
        text-align: center;
        font-weight: 700;
        font-family: "Montserrat", sans-serif;
    }
    .contact-p {
        font-size: 16px;
        font-weight: 400;
        text-align: center;
        color: #FFFFFF;
        font-family: "Montserrat", sans-serif;
    }
    
    .newsletter-form {
        margin: 40px 0 80px 0;
        flex-direction: column;
        display: flex;
    }
    .contact-title {
        color: #FFFFFF;
        font-size: 30px;
        text-align: center;
        font-weight: 700;
        font-family: "Montserrat", sans-serif;
    }
    .contact-p {
        font-size: 16px;
        font-weight: 400;
        text-align: center;
        color: #FFFFFF;
        font-family: "Montserrat", sans-serif;
    }
    .newsletter-form .form-group {
        height: 62px !important;
    }
    .newsletter-form .form-group input {
        background-color: transparent;
        border: 0;
        height: 60px;
        width: 223px;
        margin: auto;
    }
    .newsletter-form .global-btn {
        width: 171px;
        height: 50px;
        background: #D83385 !important;
        top: 0px;
        right: 10px;
        font-size: 16px;
        color: #ffffff;
        border-radius: 45px;
        display: flex;
        justify-content: center;
        flex: none;
        padding: 0;
        align-items: center;
        text-align: center;
        font-family: "Montserrat", sans-serif;
        margin: auto;
    }
    .container-fondateur {
        height: 363px !important;
    }
    .container-fondateur {
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        padding: 55px 240px;
        border-radius: 20px;
        margin-bottom: 96px;
        position: relative;
        z-index: 3;
    }
    .newsletter-img {
        display: none;
    } 
    .div{
        background-color: #f6f6f6;
        display: flex;
        gap: 20px;
        padding: 36px 35px 80px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    } 
}


@media (min-width:576px) and (max-width:768px) {
    .newsletter-img {
        display: none;
    }
    .newsletter-img {
        display: none;
     }
     .container-fondateur {
         /* margin-top: 98px; */
     }
     .container-fondateur {
         height: 315px !important;
     }
     .container-fondateur {
         display: flex;
         flex-wrap: wrap;
         flex-direction: row;
         justify-content: center;
         align-items: center;
         padding: 0px 240px;
         border-radius: 20px;
         margin-bottom: 96px;
         position: relative;
         z-index: 3;
     } 
     
     .newsletter-form {
         justify-content: center;
         flex-direction: column;
         display: flex;
         align-items: center;
         margin: auto;
     }
    .contact-title {
        color: #FFFFFF;
        font-size: 30px;
        text-align: center;
        font-weight: 700;
        font-family: "Montserrat", sans-serif;
    }
    .contact-p {
        font-size: 16px;
        font-weight: 400;
        text-align: center;
        color: #FFFFFF;
        font-family: "Montserrat", sans-serif;
    }
    
    .newsletter-form {
        margin: 40px 0 80px 0;
        flex-direction: column;
        display: flex;
    }
    .contact-title {
        color: #FFFFFF;
        font-size: 30px;
        text-align: center;
        font-weight: 700;
        font-family: "Montserrat", sans-serif;
    }
    .contact-p {
        font-size: 16px;
        font-weight: 400;
        text-align: center;
        color: #FFFFFF;
        font-family: "Montserrat", sans-serif;
    }
    .newsletter-form .form-group {
        height: 62px !important;
    }
    .newsletter-form .form-group input {
        background-color: transparent;
        border: 0;
        height: 60px;
        width: 223px;
        margin: auto;
    }
    .newsletter-form .global-btn {
        width: 171px;
        height: 50px;
        background: #D83385 !important;
        top: 0px !important;
        right: 10px;
        font-size: 16px;
        color: #ffffff;
        border-radius: 45px;
        display: flex;
        justify-content: center;
        flex: none;
        padding: 0;
        align-items: center;
        text-align: center;
        font-family: "Montserrat", sans-serif;
        margin: auto;
    }
    .container-fondateur {
        height: 363px !important;
    }
}
@media (min-width:397px) and (max-width:499px) {
    .newsletter-img {
        position: absolute;
        top: -208px;
        left: -17px;
        width: auto;
        height: auto !important;
        z-index: 1;
    } 
    .container-fondateur {
        display: flex;
        flex-wrap: wrap;
        justify-content:center;
        align-items: center;
        padding: 55px 60px;
        border-radius: 20px;
        margin-bottom: 96px;
        position: relative;
        /* margin-top: 228px; */
        z-index: 3;
        gap: 40px;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        height: 531px !important;
    }
}
@media (min-width:500px) and (max-width:551px) {
    .newsletter-img {
        position: absolute;
        top: 99px;
        left: 218px;
        width: auto;
        height: auto !important;
        z-index: 1;
    }
    .container-fondateur {
        /* margin-top: 213px; */
    }
}
@media (min-width:552px) and (max-width:575px) {
    .newsletter-img {
        position: absolute;
        top: 109px;
        left: 218px;
        width: auto;
        height: auto !important;
        z-index: 1;
    }
    .container-fondateur {
    /* margin-top: 213px; */
}
    .container-fondateur {
        display: flex;
        flex-wrap: wrap;
        justify-content:center;
        align-items: center;
        padding: 55px 90px;
        border-radius: 20px;
        margin-bottom: 96px;
        position: relative;
        /* margin-top: 179px; */
        z-index: 3;
        gap: 40px;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        height: 531px !important;
    }
    
}


@media (min-width:769px) and (max-width:1024px) {
    .text-container {
        position: absolute;
        top: 267px;
        left: 35%;
        text-align: center;
        margin: auto;
        transform: translate(-40%, -50%);
        padding: 20px;
        width: 108%;
        margin: auto;
    }
    .paragraph-formation {
        color: #2A2A2A;
        font-family: "Montserrat", sans-serif;
        font-size: 20px;
        font-weight: 500;
        line-height: 31.5px;
        text-align: left;
        margin: auto;
        width: 77%;
        height: 126px;
        margin-top: 53px;
        opacity: 0px;
        width: 310px;
    }
    .container-formation {
        display: flex;
        flex-direction: column;
        gap: 2rem;
        position: relative;
        width: 100%;
        text-align: center;
        height: 1818px;
    }
    .container-content-bank {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
        background: #FAFAFA;
        margin: auto;
        padding: 2rem;
        margin-top: -1012px;
    }
    .container-content-sport {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
        margin: auto;
        padding: 2rem;
    }
    .container-content-arienne-desk {
        display: none;
    }
    
}
@media (min-width:397px) and (max-width:499px) {
    .newsletter-img {
        position: absolute;
        top: -208px;
        left: -17px;
        width: auto;
        height: auto !important;
        z-index: 1;
    } 
    .container-fondateur {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        padding: 55px 60px;
        border-radius: 20px;
        margin-bottom: 96px;
        position: relative;
        /* margin-top: 228px; */
        z-index: 3;
        gap: 40px;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        height: 531px !important;
    }
}
@media (min-width:500px) and (max-width:551px) {
    .newsletter-img {
        position: absolute;
        top: 99px;
        left: 218px;
        width: auto;
        height: auto !important;
        z-index: 1;
    }
    .container-fondateur {
        /* margin-top: 213px; */
    }
    
}
@media (min-width:552px) and (max-width:575px) {
    .newsletter-img {
        position: absolute;
        top: 109px;
        left: 218px;
        width: auto;
        height: auto !important;
        z-index: 1;
    }
    .container-fondateur {
    /* margin-top: 213px; */
}
    .container-fondateur {
        display: flex;
        flex-wrap: wrap;
        justify-content:center;
        align-items: center;
        padding: 55px 90px;
        border-radius: 20px;
        margin-bottom: 96px;
        position: relative;
        /* margin-top: 179px; */
        z-index: 3;
        gap: 40px;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        height: 531px !important;
    }
}



@media (min-width: 1200px) and (max-width: 1360px) {
    .container-fondateur {
        display: flex;
        flex-wrap: wrap;
        justify-content: end;
        align-items: end;
    }
    .newsletter-img {
        position: absolute;
        top: -95px;
        left: -40px;
        height: 533.08px !important;
        z-index: 1;
        height: 560.08px !important;
    }
    .contact-title {
        color: #FFFFFF;
        font-size: 40px;
        font-weight: 700;
        font-family: "Montserrat", sans-serif;
    }
    .contact-p {
        font-size: 18px;
        font-weight: 400;
        color: #FFFFFF;
        font-family: "Montserrat", sans-serif;
    }
    .newsletter-form .global-btn {
        width: 171px;
        height: 50px;
        background: #D83385;
        font-size: 16px;
        color: #ffffff;
        border-radius: 45px;
        display: flex;
        justify-content: center;
        flex: none;
        padding: 0;
        align-items: center;
        text-align: center;
        font-family: "Montserrat", sans-serif;
    }
    .container-formation {
        display: flex;
        flex-direction: column;
        gap: 2rem;
        position: relative;
        width: 100%;
        text-align: center;
        height: 67vh;
    }
    .paragraph-formation {
        color: #2A2A2A;
        font-family: "Montserrat", sans-serif;
        font-size: 20px;
        font-weight: 500;
        line-height: 31.5px;
        text-align: center;
        margin: auto;
        width: 1143px;
        height: 126px;
        opacity: 0px;
    }
}


@media (min-width: 1025px) and (max-width: 1199px) {
    .newsletter-img {
        display: none;
    }
    .container-fondateur {
        /* margin-top: 125px; */
    }
    .d-lg-none {
        display: block !important;
    }
    .sticky-wrapper {
        left: 42%;
    }
    .sticky-wrapper.sticky {
        left: 42% !important;
    }
    .icon-btn {
        background-color: #7F4AEF !important;
    }
    .contact-title {
        color: #FFFFFF;
        font-size: 40px;
        font-weight: 700;
        font-family: "Montserrat", sans-serif;
    }
    .contact-p {
        font-size: 18px;
        font-weight: 400;
        color: #FFFFFF;
        font-family: "Montserrat", sans-serif;
    }
    .newsletter-form {
        justify-content: center;
        flex-direction: column;
        display: flex;
        align-items: center;
        margin: auto;
    }
}
@media (min-width: 1361px) and (max-width: 1558px) {
    .container-formation {
        display: flex;
        flex-direction: column;
        gap: 2rem;
        position: relative;
        width: 100%;
        text-align: center;
        height: 68vh;
    }
    .newsletter-img {
        position: absolute;
        top: -120px;
        left: 0px;
        height: 533.08px !important;
        z-index: 1;
        height: 596.08px !important;
    }
    .contact-title {
        color: #FFFFFF;
        font-size: 40px;
        font-weight: 700;
        font-family: "Montserrat", sans-serif;
    }
    .contact-p {
        font-size: 18px;
        font-weight: 400;
        color: #FFFFFF;
        font-family: "Montserrat", sans-serif;
    }
    .container-fondateur {
        display: flex;
        flex-wrap: wrap;
        justify-content: end;
        align-items: end;
    }
}

@media (min-width: 1025px) and (max-width: 1199px) {
    .newsletter-img {
        display: none;
    }
    .container-fondateur {
        /* margin-top: 125px; */
    }
    .div {
        background-color: #f6f6f6;
        display: flex;
        gap: 20px;
        padding: 36px 35px 80px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .div-2 {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .paragraph-formation{
        color: #2A2A2A;
        font-family: "Montserrat", sans-serif;
        font-size: 20px;
        font-weight: 500;
        line-height: 31.5px;
        text-align: center;
        margin: auto;
        width: 894px;
        height: 126px;
        opacity: 0px;
    }
    .container-formation {
        display: flex;
        flex-direction: column;
        gap: 2rem;
        position: relative;
        width: 100%;
        text-align: center;
        height: 60vh;
    }
    .text-container {
        position: absolute;
        top: 54%;
        left: 50%;
        transform: translate(-50%, -50%);
        padding: 20px;
    }
}
@media (min-width: 1361px) and (max-width: 1558px) {
    .newsletter-img {
        position: absolute;
        top: -120px;
        left: 0px;
        height: 533.08px !important;
        z-index: 1;
        height: 596.08px !important;
    } 
}

/* new css  */
.breadcumb-wrapper{
    background: none;
    background-repeat: no-repeat;
    background-size: contain;
  }
  .breadcumb-title{
      color: #2A2A2A !important;
      font-family: "Montserrat", sans-serif !important;
      font-size: 48px !important;
      font-weight: 600 !important;
      line-height: 58.51px !important;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      gap:1rem
  }
  
  
  .breadcumb-content{
      text-align: center;
      padding: 170px 0 56px 0px !important;
  }
  .p{
      color: #2A2A2A !important;
      font-family: "Montserrat", sans-serif !important;
      font-size: 19px !important;
      font-weight: 500 !important;
      line-height: 31.5px;
  }
  .breadcumb-menu{
      padding: 20px 20px !important;
  }
  
  @media (max-width: 575px) {
      .breadcumb-content {
          padding: 114px 0 !important;
      }
  }
  
