@import url("https://use.typekit.net/boj8rug.css");


.max-width {
    max-width: 75rem !important;
}

.max-width-custom {
    max-width: 80rem !important;
}

.animation-scale-shadow {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: block;
}

.animation-scale-shadow:hover {
    transform: scale(1.05);
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.2);
}

.animation-scale {
    transition: transform 0.3s ease;
    display: block;
}

.animation-scale:hover {
    transform: scale(1.05);
}

.scale-up {
    transition: transform 0.2s ease-in-out, background-color 0.2s ease-in-out !important;
    transform-origin: bottom;
}

.scale-up:hover {
    transform: scaleY(1.05) !important;
}


body {
    background-color: #F8F8F8;
    position: relative;
}

p, a, li, h1, h2, h3, h4, h5, h6, span, input {
    font-family: 'Montserrat', serif;
}

button, .bt-custom, .btn-don {
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    -ms-transition: all .1s ease-in-out;
}

.slide {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
}

.bold {
    font-weight: bold;
}

.underline {
    text-decoration: underline;
}

.relative {
    position: relative;
}

.red {
    color: #DF514D !important;
}

.btn-don:hover {
    transform: scale(1.02);
}

.rounded-shadow-div {
    border-radius: 15px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1),
                0 1px 3px rgba(0, 0, 0, 0.08);
    padding: 20px;
    background-color: #fff;
}

.bt-custom {
    display: block;
    width: 200px;
    margin-top: 20px;
    height: 50px;
    background-color: #E85118;
    border: 2px solid #E85118;
    text-align: center;
    padding-top: 13px;
    border-radius: 50px;
    font-size: 16px;
    line-height: 20px;
    /* text-transform: uppercase; */
    font-weight: bold;
    color: white;

    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    -ms-transition: all .1s ease-in-out;
}

@media screen {
    
}

.bt-custom:hover {
    color: #E85118;
    border: 2px solid #E85118;
    background-color: white;
    transform: scale(1.05);
}


#header {
    background-image: url("/assets/img/bg-header.jpg");

    background-position: 60%;
    background-size: cover;
    height: 100vh;
    width: 100vw;

}

.title-header {
    width: 28%;
}

.badge-alzheimer {
    width: 250px;
}

@media (min-width: 1480px) {
    .title-header {
        width: 40%;
    }

    .badge-alzheimer {
        width: 300px;
    }
}


#nav {
    padding: 10px 20px;
}

#nav .logo {
    width: 191px;
    position: absolute;
    left: 40px;
    top: 0;
}

#nav .bt-custom {
    position: fixed;
    right: 20px;
    z-index: 99;
}

#header {
    position: relative;
}

#header .background {
    width: 50%;
    height: 100%;
    position: absolute;
    right: 0;
    z-index: 10;
    top: 0;
    background: rgb(2, 0, 36);
    background: linear-gradient(90deg, rgba(2, 0, 36, 0) 0%, rgba(0, 142, 146, 1) 100%);
}

#header .text {
    z-index: 11;
    position: relative;

}

#header .text h1 {
    font-size: 48px;
    line-height: 58px;
    font-weight: bold;
    margin-bottom: 5px;
    padding-bottom: 0;
    color: #E85118;
}

#header .text h2 {
    font-size: 31px;
    line-height: 37px;
    font-weight: bold;
    color: white;
}

#header .text h3 {
    font-size: 23px;
    line-height: 28px;
    color: white;
}

#header .titleContainer {
    height: 60%;
}

#header .text p {
    background-color: #E85118;
    font-size: 38px;
    font-weight: bold;
    line-height: 1.2;
    color: white;
    padding: 3px 10px;
}

#header .text p span.bold {
    font-weight: 700;
    text-transform: uppercase;
}

#header .text p span.orange {
    color: #E85118 !important;
    font-weight: 700;
    /* text-transform: uppercase; */
}

#bandeau {
    text-align: center;
    height: 256px;
    background-color: white;
    padding-top: 50px;
}

#bandeau p {
    font-size: 25px;
    font-weight: 400;
    color: #008E92;
    line-height: 30px;
}

#bandeau a {
    width: 231px;
    height: 57px;
    font-size: 18px;
    border-radius: 45px;
    display: block;
    margin: 0 auto;
    padding-top: 13px;
}


#brain {
    padding-bottom: 40px;
    padding-top: 40px;
    background-color: #FAF9FD;
}

#brain .left {
}

#brain .left .image {
    margin: 25% auto 60px;
    position: relative;
    width: 205px;
    height: 175px;
    background-image: url("/assets/img/brain.png");
    background-position: center;
    background-size: cover;
}

#brain .left .image p {
    font-size: 25px;
    font-weight: bold;
    margin: 0;
    color: #009CB6;
    position: absolute;
}

#brain .left .image p:nth-child(1) {
    left: -40px;
    top: -40px;
}

#brain .left .image p:nth-child(2) {
    right: -100%;
    top: 0;
}

#brain .left .image p:nth-child(3) {
    right: -75%;
    bottom: -25px;
}

#brain .left .image p:nth-child(4) {
    left: -50%;
    bottom: -25px;
}

#brain .left .image p:nth-child(5) {
    left: -75%;
    top: 40px;
}

#brain .left .separator {
    width: 279px;
    height: 1px;
    background-color: #E85118;
    margin: 0 auto 25px;
}

#brain .left p {
    font-size: 18px;
    font-weight: bold;
    margin: 0;
    color: #102682;
    text-align: center;
    line-height: 26px;
}

#brain .right .box-container {
    width: 600px;
    position: relative;
    max-width: 100%;
    padding-bottom: 30px;
    margin-left: auto;
    background: #009CB6;
}

#brain .right .box-container .up {
    height: 250px;
    background-image: url("/assets/img/temoignage.jpg");
    background-position: center;
    background-size: cover;
     /* style="box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);" */
}

#brain .right .box-container p {
    font-size: 16px;
    font-weight: 400;
    color: white;
    line-height: 23px;
}

#brain .right .box-container .bottom .quote {
    /* position: absolute; */
    margin-top: 20px;
    margin-left: 5px;
}

#brain .right .box-container .bottom .quote.open {
    top: 260px;
    width: 55px;
    left: 30px;
}

#brain .right .box-container .bottom .quote.close {
    bottom: 15px;
    right: 20px;
    width: 35px;
}

#brain .right .box-container .bottom {
    padding: 20px 40px 0;
}

#brain .right .box-container p.text-bottom {
    font-family: 'Montserrat', serif;
    font-size: 16px;
    margin-left: 40px;
    margin-right: 50px;
    font-weight: 400;
    line-height: 20px;
    color: white;
}

#brain .right .box-container .separator {
    height: 1px;
    margin-left: 40px;
    margin-right: 50px;
    width: 166px;
    max-width: 100%;
    margin-bottom: 20px;
    background-color: white;
}

#brain .right .box-container p.text-bottom span {
    font-family: 'Overpass', serif;
    font-size: 18px;
    font-weight: bold;
    line-height: 18px;
    color: #E85118;
}

#brain .end-bottom {
    margin-top: 40px;
}

#brain .bt-custom {
    margin: 40px auto 0;
}

.link-white:focus {
  background-color: white !important;
  color: #E85118 !important;
}

#brain .end-bottom .box {
    align-items: center;
    justify-content: center;
    flex-direction: column;
    display: flex;
    min-height: 205px;
    background-color: #DFF1F3;
}

#brain .end-bottom .box img {
    display: block;
    margin: 0 auto 10px;
}

#percent .text-container a {
    transition: transform 0.3s ease;
    display: block;
}

#percent .text-container a:hover {
    transform: scale(1.05);
}


#brain .end-bottom div:nth-child(1) .box img {
    width: 55px;
}

#brain .end-bottom div:nth-child(2) .box img {
    width: 85px;
}

#brain .end-bottom div:nth-child(3) .box img {
    width: 60px;
}

#brain .end-bottom div:nth-child(4) .box img {
    width: 87px;
}

#brain .end-bottom .box p {
    max-width: 80%;
    font-size: 14px;
    color: #393939;
    text-align: center;
    line-height: 18px;
}

#brain .end-bottom .box p span {
    font-weight: bold;
    color: #008E92;
}


#blue {
    background-image: url("https://adfinitas-statics-cdn.s3.eu-west-3.amazonaws.com/ICM/alzheimer-2021/bg-blue.jpg");
    padding-top: 50px;
    padding-bottom: 50px;
}

#blue > div {
    margin: 0 auto;
}

#blue .title {
    text-align: center;
}

#blue .title h2 {
    font-size: 40px;
    color: white;
    font-weight: bold;
    margin-bottom: 20px;
}

.blueColor {
    color: #102682;
}

#blue .title .separator {
    width: 349px;
    max-width: 100%;
    height: 1px;
    background-color: #F7A900;
    margin: 0 auto 25px;
}

#blue .title p {
    font-size: 25px;
    line-height: 30px;
    color: white;
}

#blue .box-container {
    margin-top: 30px;
}

#blue .box {
    width: 532px;
    max-width: 100%;
    margin: 0 auto;
    position: relative;
}

#blue .box .bottom {
    padding: 35px;
}

#blue .box .box-title p {
    font-size: 30px;
    line-height: 37px;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0 !important;
    font-weight: bold;
    margin-left: 10px;
}

#blue .box.box-1 .box-title p {
    color: #E85118;
}

#blue .box.box-2 .box-title p {
    color: #FFFFFF;
}

#blue .box.box-3 .box-title p {
    color: #CF317F;
}

#blue .box.box-1 {
    background-color: rgba(255, 255, 255, 0.9);
    padding-bottom: 80px;
    margin-bottom: 30px;
}

#blue .box.box-3 {
    background-color: rgba(255, 255, 255, 0.9);
    padding-bottom: 40px;
}

#blue .box.box-2 {
    background: rgb(207, 49, 127);
    background: linear-gradient(131deg, rgba(207, 49, 127, 1) 0%, rgba(2, 0, 36, 0) 100%);
    padding-bottom: 40px;
    margin-bottom: 30px;
}

#blue .box.box-4 {
    background: rgb(255, 255, 255);
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.15) 52%, rgba(255, 255, 255, 0.05) 100%);
}

#blue .box.box-1 .box-title .separator {
    width: 266px;
    max-width: 100%;
    height: 1px;
    margin: 20px 0;
    background-color: #E85118;
}

#blue .box.box-2 .box-title .separator {
    width: 231px;
    max-width: 100%;
    height: 1px;
    margin: 20px 0;
    background-color: #FFFFFF;
}

#blue .box.box-2 .separator {
    width: 54px;
    max-width: 100%;
    height: 1px;
    margin: 20px 0;
    background-color: #FFFFFF;
}

#blue .box.box-3 .box-title .separator {
    width: 234px;
    max-width: 100%;
    height: 1px;
    margin: 20px 0;
    background-color: #CF317F;
}

#blue .box.box-1 .box-title img {
    width: 60px;
    display: inline-block;
    vertical-align: middle;
}

#blue .box.box-3 .box-title img {
    width: 62px;
    display: inline-block;
    vertical-align: middle;
}

#blue .box.box-2 .box-title img {
    width: 42px;
    display: inline-block;
    vertical-align: middle;
}

#blue .box .picto-absolute {
    position: absolute;
}

#blue .box.box-1 .picto-absolute {
    bottom: 0;
    right: 0;
    width: 138px;
}

#blue .box.box-2 .picto-absolute {
    top: 200px;
    right: 0;
    width: 258px;
}

#blue .box.box-3 .picto-absolute {
    bottom: 0;
    left: 0;
    width: 258px;
}

#blue .box .box-up {
    background-position: center;
    background-size: cover;
    height: 200px;
}

#blue .box .bottom.relative {
    padding: 54px !important;
}

#blue .box .bottom.relative .quote {
    position: absolute;
    width: 35px;
}

#blue .box .bottom.relative .quote.open {
    top: 20px;
    left: 20px;
}

#blue .box .bottom.relative .quote.close {
    position: absolute;
    top: -20px;
}

#blue .box.box-3 .box-up {
    background-image: url("https://adfinitas-statics-cdn.s3.eu-west-3.amazonaws.com/ICM/alzheimer-2021/img-picto-2.jpg");
}

#blue .box.box-2 .box-up {
    background-image: url("https://adfinitas-statics-cdn.s3.eu-west-3.amazonaws.com/ICM/alzheimer-2021/img-picto-1.jpg");
}

#blue .box.box-4 .box-up {
    background-image: url("https://adfinitas-statics-cdn.s3.eu-west-3.amazonaws.com/ICM/alzheimer-2021/img-picto-3.jpg");
}

#blue .box .list div {
    margin-bottom: 20px;
}

#blue .box.box-3 .list {
    width: 95%;
    margin: 0 auto;
}

#blue .box p {
    font-size: 15px;
    color: #393939;
    line-height: 23px;
    margin-bottom: 20px;
}

#blue .box .small {
    font-family: 'Overpass', serif;
    font-size: 14px;
    color: white;
    line-height: 17px;
}

#blue .box .small span {
    font-family: 'Overpass', serif;
    font-size: 18px;
    color: #F7A900;
    font-weight: bold;
    line-height: 17px;
}

#blue .box p.bold {
    font-size: 21px;
    font-weight: 600;
    color: white;
    width: 275px;
    max-width: 100%;
}

#blue .box p.light {
    width: 275px;
    max-width: 100%;
    color: white;
}

#blue .box .list p {
    display: inline-block;
    vertical-align: middle;
    width: 80%;
    margin-bottom: 0;
    font-size: 15px;
    color: #393939;
    line-height: 23px;
}

#blue .box .list img {
    width: 32px;
    margin-top: 8px;
    vertical-align: top;
}


#dons {
    background-color: #F7FDFD;
    padding-top: 40px;
    padding-bottom: 40px;
    text-align: center;

    /* box-shadow: 0px 2px 19px -6px rgba(0, 0, 0, 0.75);
    -webkit-box-shadow: 0px 2px 19px -6px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 2px 19px -6px rgba(0, 0, 0, 0.75); */
}

#dons h3 {
    margin-bottom: 40px;
    font-size: 25px;
    color: #008E92;
    line-height: 30px;
}

#dons p {
    font-size: 16px;
    font-weight: 500;
    color: #393939;
}

#dons p span {
    font-weight: 600;
    color: #008E92;
}

#dons a.bt-custom {
    width: 263px;
    height: 64px;
    margin: 20px auto 0;
    font-family: 'Overpass', serif;
    font-weight: bold;
    border-radius: 45px;
    font-size: 20px;
    padding-top: 16px;
}

#dons .container-don {
    max-width: 100%;
    width: 688px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 20px auto 0;
    border-radius: 35px;
    background-color: #e5fbfe;
}

#dons .container-don a:first-child {
    margin-left: 0;
}

#dons .container-don a:last-child {
    margin-right: 0;
}

#dons .container-don a {

    width: 146px;
    height: 68px;
    margin: 0 10px;
    border-radius: 35px;
    font-weight: bold;
    display: inline-block;
    font-size: 33px;
    text-align: center;
    background-color: transparent;
    color: #009CB6;
}

#dons .container-don a.here {
    padding-top: 11px;
}

#dons .container-don a span {
    font-size: 20px;
    vertical-align: text-top;
}

#dons .container-don a.other {
    width: 186px !important;
    margin-left: 0;
    margin-right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

#dons .container-don a.other span {
    margin-left: -7px;

}

#dons .container-don a.other input {
    width: 95%;
    font-size: 12px;
    font-weight: bold;
    color: #009CB6;
    background-color: white;
    border: none;
    text-align: center;
    display: inline-block;
    box-shadow: none;
    border-radius: 100px;
    height: 90%;
    margin: 0;
    padding: 0;
}

#dons .container-don a.active {
    color: white;
    background-color: #009CB6;
    outline: none;
    border: none;
}

#dons .soit-text {
    margin-top: 20px;
}

#dons .container-don a.other input::placeholder {
    color: #009CB6;
}


.carousel-container {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding: 0;
}

.carousel {
    display: flex;
    transition: transform 0.3s ease;
}

.carousel-item {
    flex: 0 0 90%;
    margin-right: 10%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    box-sizing: border-box;
    background-color: #DFF1F3;
    text-align: center;
    font-size: 18px;
}

.carousel-item:last-child {
    margin-right: 0;
}

.carousel-control {
    position: absolute;
    bottom: 10px;
    color: white;
    border: none;
    padding: 10px;
    cursor: pointer;
    font-size: 18px;
    display: none;
}

.carousel-control.left {
    bottom: 0px;
    left: 10px;
}

.carousel-control.right {
    bottom: 0px;
    right: 10px;
}



/* styles.css */
body {
    font-family: Arial, sans-serif;
}

.onglet {
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
}

.tab-header {
    display: flex;
    justify-content: space-between;
}

.tab-button {
    width: 32%;
    padding: 10px 0;
    background-color: #E0DFE4;
    cursor: pointer;
    font-size: 16px;
    font-weight: bold;
    color: #ff6600;
    text-align: center;
    margin-right: 1%;
    margin-bottom: -1px;
    padding-top: 10px;
    padding-bottom: 10px;
    box-sizing: border-box;
    transition: background-color 0.3s ease;
}

.tab-button:last-child {
    margin-right: 0;
}

.tab-button.active {
    background-color: #ffffff;
    border-bottom: none;
}

.tab-content {
    display: none;
    padding: 20px;
    border: 1px solid #ddd;
    background-color: #fff;
    width: 100%;
    box-sizing: border-box;
    opacity: 0;
    transition: opacity 0.5s ease;
}

.tab-content.active {
    display: flex;
    flex-direction: row !important;
    opacity: 1;
}


#big-part .mob_titre {
    font-size: 42px;
    font-weight: bold;
    color: white;
    text-align: center;
}

#big-part {
    padding-top: 61px;
    background: transparent linear-gradient(90deg, #2D2678 0%, #393939 100%) 0% 0% no-repeat padding-box;
}

#big-part .container-titre {
    display: flex;
    flex-direction: row;
    justify-items: center;
    margin-left: 71px;
    justify-content: center;
    position: relative
}

#big-part .rectangle_mooved {
    position: absolute;
    z-index: -1;
    width: 100%;
    height: auto;
    object-fit: cover;
    display: block;
    margin-top: -100px;
}

#big-part .rectangle_mooved_mob {
    margin-left: 3% ;
    position: absolute;
    z-index: -1;
    width: 90%;
    height: auto;
}

#big-part .prof1 {
    width: 15%;
    height: auto;
    margin-top: 2%;
}


#big-part-mob .mob_titre {
    font-size: 32px;
    font-weight: bold;
    color: white;
    text-align: center;
}

#big-part-mob {
    padding-top: 61px;
    background: transparent linear-gradient(90deg, #2D2678 0%, #393939 100%) 0% 0% no-repeat padding-box;
}

#big-part-mob .container-titre {
    display: flex;
    flex-direction: row;
    justify-items: center;
    justify-content: center;
    position: relative
}

#big-part-mob .rectangle_mooved {
    position: absolute;
    z-index: -1;
    width: 100%;
    height: auto;
    object-fit: cover;
    display: block;
    margin-top: -100px;
}

#big-part-mob .rectangle_mooved_mob {
    margin-left: 3% ;
    position: absolute;
    z-index: -1;
    width: 90%;
    height: auto;
}

#big-part-mob .prof1 {
    width: 15%;
    height: auto;
    margin-top: 2%;
}



.button-container {
    text-align: center;
    margin: 20px;
    margin-bottom: 0px !important;
}

@keyframes rotateTo90 {
    from {
        transform: rotate(90deg);
    }
    to {
        transform: rotate(270deg);
    }
}

@keyframes rotateTo0 {
    from {
        transform: rotate(270deg);
    }
    to {
        transform: rotate(90deg);
    }
}

.rotate-svg {
    transition: transform 0.5s ease;
}

.rotate-svg.rotated {
    animation: rotateTo90 0.5s forwards;
}
/* 
.rotate-svg:not(.rotated) {
    animation: rotateTo0 0.5s forwards;
} */

.toggle-button {
    padding: 10px 20px;
    font-size: 16px;
    cursor: pointer;
    margin-bottom: 10px;
    transition: transform 0.3s ease, margin-top 0.3s ease;
}

.toggle-button:hover {
    transform: scale(0.9);
    margin-top: -20px;
}

.hidden-text {
    position: absolute;
    top: 30px;
    padding-top: 20px;
    z-index: 0;
    width: 29%;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    margin: 0 auto;
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
    transition: opacity 0.5s ease, visibility 0.5s ease, transform 0.5s ease;
}

.toggle-button:hover + .hidden-text {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.zoomed {
    transform: scale(0.9);
    margin-top: -20px;
}





.font-montserrat {
    font-family: 'Montserrat', serif;
}

.arrow-icon {
    transition: transform 0.5s ease;
}

.rotate-180 {
    transform: rotate(90deg);
}

.hidden-text-mob {
    display: none;
    font-size: 18px;
    opacity: 0;
    transition: opacity 0.5s ease;
}

.hidden-text-mob.show {
    display: block;
    opacity: 1;
}

.text-selector-container {
    position: relative;
    text-align: center;
    margin: 20px;
}

.dropdown-toggle {
    padding: 0;
    background-color: #DC6437;
    color: white;
    border: none;
    cursor: pointer;
    text-align: center;
    width: 100%;
    transition: background-color 0.3s ease;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.flex-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.text-content {
    text-align: left;
    flex-grow: 1;
    margin-right: 5px;
}

.svg-container {
    width: 34px;
    height: 34px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.dropdown-menu {
    position: absolute;
    top: -120px;
    left: 0;
    width: 100%;
    background-color: #393939;
    padding: 2px;
    display: none;
    z-index: 1;
    text-align: left;
    box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.2);
}

.dropdown-menu button {
    width: 100%;
    padding: 10px;
    background-color: #cccccc;
    border: none;
    cursor: pointer;
    text-align: left;
    transition: background-color 0.3s ease;
    height: 100px;
    display: flex;
    align-items: center;
}

.dropdown-menu button:hover {
    background-color: #b3b3b3;
}

.dropdown-menu button.active {
    background-color: #DC6437;
    color: white;
}

.dropdown-toggle.open .svg-container svg {
    transform: rotate(180deg);
    transition: transform 0.3s ease;
}

.dropdown-item {
    background-color: #cccccc;
    color: white;
    padding: 10px;
    border: none;
    text-align: left;
    width: 100%;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.dropdown-item:hover {
    background-color: #b3b3b3;
}

.active-item-text1 {
    background-color: #4CAF50;
    color: white;
}

.active-item-text2 {
    background-color: #E99F5A;
    color: white;
}

.active-item-text3 {
    background-color: #3C949B;
    color: white;
}



#piste-one .title {
    width: 20%;
}

#piste-one .bloc-portrait {
    width: 60%;
}

#piste-one .bloc-portrait-2 {
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

#piste-one .bloc-portrait-3 {
    margin-top: -30px
}

#piste-one .bloc-portrait-4 {
    align-items: end;
    flex-direction: column;
}

#piste-one .bloc-text {
    text-align: right;
}

#piste-one .bloc-image {
    align-items: right;
}

#piste-one .bloc-text-2 {
    text-align: left;
    padding-left: 40px;
}

#piste-one .bloc-text-3 {
    justify-content: left;
}

#piste-two.bloc-text-5 {
    display: flex;
    flex-direction: row;
    justify-items: center;
}

#piste-two.bloc-text-6 {
    text-align: left;
    padding-top: 0px;
    margin-left: 50px;
}

#big-part .rectangle_mov {
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-items: center;
    z-index: 2;
    position: relative;
}

#big-part .button-onglet {
    background-color: #ffffff;
    border: 1px solid #DC6437;
    font-weight: bold;
    font-size: 32px;
    font-family: 'Montserrat', serif;
    border-radius: 50px;
    color: #DC6437;
    padding-top: 10px;
    padding-bottom:  10px;
    padding-left: 45px;
    padding-right: 45px;
    cursor: pointer;
    transition: all 0.3s ease;
}

#big-part .button-onglet:hover {
    background-color: #cccccc;
    scale: 1.08;
}

#big-part .rectangle_mov > div {
    display: flex;
    justify-content: center;
    margin-top: 40px !important;
    gap: 15%;
}

.all-mob-rectangle {
    margin-top: 100px;
    position: relative;
    display: flex;
    justify-content: center
}

#big-part .header-2 {
    color: #E85118;
    font-size: 24px;
    font-weight: bold;
    margin-left: 15%;
    line-height: 50px
}

#big-part .container-header-2 {
    width: 70%;
    margin-left: 3%;
}

#big-part .container-big-text {
    margin-left: 6%;
    margin-right: 20%;
    border-left: solid 1px white;
}

#big-part .text-14\/16px {
    font-size: 16px;
}

#big-part .text-13\/15px {
    font-size: 15px;
}

#big-part .arrow-text {
    margin-right: 40%;
    margin-left: 15%;
}



#piste-one {
    margin-left: 5%;
    padding: 20px;
    margin-right: 5%
}

#piste-one .text-21\/24px {
    font-size: 24px;
}

#piste-one .text-20\/29px {
    font-size: 29px;
}

#big-part .text-19\/32px {
    font-size: 32px;
}

#big-part .width-doctor {
    width: 30%;
}

@media (max-width: 1000px) {

    #big-part .width-doctor {
        width: 70%;
    }

    #big-part .text-19\/32px {
        font-size: 19px;
    }


    #piste-one .text-20\/29px {
        font-size: 20px;
    }

    #piste-two.bloc-text-6 {
        text-align: center;
        padding-top: 40px;
        margin-left: 0px;
    }

    #piste-two.bloc-text-5 {
        display: flex;
        flex-direction: column;
        justify-items: center;
    }

    #piste-one .bloc-text-3 {
        justify-content: center;
    }

    #piste-one .bloc-text-2 {
        text-align: center;
        padding-left: 0px;
    }

    #piste-one .bloc-image {
        align-items: center;
    }

    #piste-one .bloc-text {
        text-align: center;
    }

    #piste-one .bloc-portrait-4 {
        align-items: center;
        flex-direction: column;
    }

    #piste-one .bloc-portrait-3 {
        margin-top: 0px
    }

    #piste-one .title {
        width: 30%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    #piste-one .text-21\/24px {
        font-size: 21px;
    }

    #piste-one .bloc-portrait {
        width: 90%;
    }

    #piste-one .bloc-portrait-2 {
        display: flex;
        flex-direction: column;
    }

    #big-part {
        padding-right: 0;
        padding-left: 0;
    }

    #big-part .span-titre {
        font-size: 39px;

    }

    #big-part .mob_titre {
        font-size: 33px;
        text-align: left;
        border-bottom: solid 1px white;
    }

    #big-part .line {
        display: none;
        max-width: 200px !important;
    }

    #big-part .container-titre {
        margin-left: 0;
    }

    #big-part .rectangle_mov {
        display: none;
    }

    #big-part .rectangle_mooved {
        display: none;
    }

    #big-part .prof1 {
        display: none;
    }

    #big-part .prof1_mob {
        margin-top: -80px;
        width: 261px;
    }

    #big-part .rectangle_mov_mob {

        margin-bottom: 40px;
        background-color: white;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        z-index: 2;
        position: relative;
        clip-path: polygon(0 0, 95% 1%, 100% 100%, 5% 100%);
        width: 90%;
    }

    #big-part .header-2 {
        font-size: 21px;
        font-weight: bold;
        margin-left: 15%;
        line-height: 25px
    }

    #big-part .container-header-2 {
        width: 90%;
        margin-left: 0;
        padding-top: 10px;
    }

    #big-part .truc-orange {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    #big-part .container-big-text {
        margin-top: 30px;
        margin-left: 13%;
        margin-right: 13%;
        border-left: solid 1px white;
    }

    #big-part .text-14\/16px {
        font-size: 14px;

    }

    #dons .container-don {
        flex-direction: row;
    }

    #big-part .text-13\/15px {
        font-size: 13px;
    }

    #big-part .arrow-text {
        margin-right: 0;
        margin-left: 15%;
    }
}



@media (min-width: 1080px) {
    #big-part .br_mob {
        display: none;
    }

    #big-part .prof1_mob {
        display: none;
    }

    #big-part .rectangle_mooved_mob {
        display: none;
    }

    #big-part .rectangle_mooved_mob {
        display: none;
    }

    #big-part .all-mob-rectangle {
        display: none;
    }
}



#big-part .gradient-orange {
    background: transparent linear-gradient(0deg, #FBE8E1 0%, #FFFFFF 100%) 0% 0% no-repeat padding-box;
}

#big-part .gradient-blue {
    background: transparent linear-gradient(0deg, #E0E2EE 0%, #FFFFFF 100%) 0% 0% no-repeat padding-box;
}

#big-part .background-white {
    background-color: white;
}

.uppercase {
    text-transform: uppercase;
}

.text-white {
    color: white;
}

.flex {
    display: flex;
}

.flex-col {
    flex-direction: column;
}

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

.justify-center {
    justify-content: center;
}

.item-center {
    align-items: center;
}

@media (min-width: 1480px) {
    #big-part .all-part {
        width: 70%;
        margin-left: 15%;
        margin-right: 15%;
    }
}

@media (max-width: 1100px) {
    #big-part .my_br {
        display: none;
    }
}



#percent {
    padding-top: 60px;
    padding-bottom: 90px;
}

#percent .title {
    text-align: center;
    margin-bottom: 40px;
}

#percent .title p {
    font-size: 28px;
    font-weight: medium;
    color: #2D2926;
    line-height: 1.2;
}

#percent .text-container .red .color {
    color: #009CB6;
}

#percent .text-container .blue .color {
    color: #281E78;
}

#percent .text-container .box {
    text-align: center;
}

#percent .text-container .box p {
    color: #484848;
    font-size: 20px;
    line-height: 1.2;
    margin: 0;
}



#percent .text-container .up {
    min-height: 284px;
    background-color: white;
    padding: 30px;
    border-radius: 7px 7px 0 0;
}

#percent .text-container .up p.percent {
    margin-bottom: 30px;
    font-size: 60px;
    font-weight: bold;
}

#percent .text-container .box.left .equivalence {
    background-color: #F2FCFC;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}

#percent .text-container .box.right .equivalence {
    background-color: #EEEDF4;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}

#percent .text-container .equivalence {
    padding: 15px;
    padding-top: 30px !important;
    padding-bottom: 30px !important;
    border-radius: 0 0 7px 7px;
}

#percent .text-container .equivalence p {
    font-size: 18px;
    line-height: 1.2;
}

#percent .text-container .equivalence p span.big {
    font-size: 22px;
}

#newsletter-container {
    background-color: #DC6437;
    padding-top: 40px;
    padding-bottom: 40px;
}

#newsletter-container form {
    width: 531px;
    max-width: 100%;
    margin: 0 auto;
}

#newsletter-container form input {
    width: 100%;
    background-color: white;
    border: none;
    height: 54px;
    color: #393939;
    max-width: 100%;
    font-size: 18px;
    border-radius: 8px;
    vertical-align: top;
}

#newsletter-container form input.s1 {
    display: inline-block;
    width: 239px;
}

#newsletter-container form input.s2 {
    display: inline-block;
    width: 287px;
}

#newsletter-container p {
    color: white;
    font-size: 30px;
    line-height: 35px;
    text-align: center;
}

#newsletter-container p.small {
    font-size: 20px;
    text-align: center;
    line-height: 1.2;
    margin-bottom: 2rem;
}

#newsletter-container p.merci {
    font-family: 'Overpass', serif;
    color: white;
    font-size: 22px;
    margin-top: 10px;
    line-height: 30px;
    text-align: center;
    display: none;
}

#newsletter-container form button {
    padding-top: 0;
    background-color: #E85118;
    border: 2px solid #E85118;
    margin: 0 auto;
    display: block;
}

#newsletter-container form button:hover {
    background-color: white !important;
    color: #E85118 !important;
}


#footer {
    background-color: #DFF1F3;
    padding-top: 40px;
    padding-bottom: 20px;
}

#footer p {
    color: #281E78;
    font-size: 14px;
}

#footer .dec p {
    width: 75%;
    display: inline-block;
    vertical-align: bottom;
    margin: 0 0 0 10px;
}

#footer .dec img {
    vertical-align: middle;
    width: 89px;
}

#footer .rs {
    text-align: center;
    padding-top: 0px;
}

#footer .rs img {
    margin: 10px;
}

#footer .rs a img {
    transition: transform 0.3s ease, filter 0.3s ease;
    cursor: pointer;
}

#footer .rs a img:hover {
    transform: scale(1.2);
    filter: brightness(1.2);
}

#footer a {
    color: white;
}

.project-container {
    position: relative;
    border: 1px solid white;
    border-top: 0;
    align-items: center;
    padding: 32px;
    margin-top: 100px;
}

#sub-footer {
    text-align: center;
    padding-top: 30px;
    background-color: #DFF1F3;
}

#sub-footer p, #sub-footer a {
    color: #281E78;
    font-size: 14px;
    margin-bottom: 50px;
}

@media screen and (min-width: 1310px) {
    #header {
        background-position: center;
    }
}

@media screen and (max-width: 1010px) {
    #header .titleContainer {
        height: 90%;
    }

    #header .text h1 {
        font-size: 76px;
    }

    #header .text p {
        font-size: 22px;
    }

    #brain .left .image p {
        font-size: 16px;
    }

    #brain .left .image {
        width: 150px;
        background-size: contain;
        background-repeat: no-repeat;
        margin: 55% auto 60px;
    }

    #brain .end-bottom .box {
        min-height: 260px;
    }

    #percent {
        padding-bottom: 0;
    }

    #brain .left .image p:nth-child(1) {
        top: -20px;
        left: -20px;
    }

    #brain .left .image p:nth-child(2) {
        right: -75%;
    }

    #brain .left .image p:nth-child(5) {
        left: -60%;
    }

    #brain .left .image p:nth-child(3), #brain .left .image p:nth-child(4) {
        bottom: 0;
    }

    #blue .box .box-up {
        min-height: 200px;
        width: 100%;
        height: auto;
    }

    #percent .text-container .box {
        margin-bottom: 60px;
    }
}

@media screen and (max-width: 640px) {
    #header {
        background-image: url("/assets/img/bg-header-mobile.jpg");
        background-position: top 30%;
        background-size: cover;
        height: 100vh;
        width: 100vw;
    }

    #header .titleContainer {
        height: 100%;
        align-items: flex-end;
    }

    #header .text {
        z-index: 11;
        width: 100%;
        padding: 10px;
    }

    #nav .logo {
        width: 130px;
        left: 10px;
        top: 20px;
        z-index: 100 !important;
    }

    #header .bt-custom {
        display: block;
        width: 182px;
        margin-top: 20px;
        height: 60px;
        background-color: #E85118;
        border: 2px solid #E85118;
        text-align: center;
        padding-top: 13px;
        border-radius: 50px;
        font-size: 12px;
        padding-left: 0 !important;
        padding-right: 0 !important;
        line-height: 14px;
        font-weight: bold;
        color: white;
        position: absolute;
        right: 5px !important;
        -webkit-transition: all .1s ease-in-out;
        -moz-transition: all .1s ease-in-out;
        -o-transition: all .1s ease-in-out;
        -ms-transition: all .1s ease-in-out;
    }

    @media screen and (max-width: 640px) {
        #header .bt-custom {
            height: 45px;
        }
    }

    #nav {
        margin-top: 0;
    }

    #header .text .blue {
        margin-bottom: 4px;
    }

    #header .text {
        padding-top: 5px;
    }

    #header .text h1 {
        font-size: 45px;
        line-height: 1;
    }

    #header .text p {
        margin-bottom: 6px;
        font-size: 20px;
    }

    #header .bt-custom {
        margin: 10px 0 0;
        max-width: 100%;
    }

    #bandeau {
        height: 335px;
    }

    #brain .left .image {
        width: 140px;
        margin: 20px auto 60px;
    }

    #brain .right .box-container {
        margin-top: 40px;
    }

    #brain .end-bottom .box {
        width: 260px;
        max-width: 100%;
        margin: 0 auto 30px;
    }

    #brain .end-bottom .box {
        min-height: 200px;
    }

    #blue .box.box-4 {
        margin-top: 40px;
    }

    #blue .box-container {
        margin: 0;
    }

    #blue .box.box-2 .box-up, #blue .box.box-3 .box-up, #blue .box.box-4 .box-up {
        height: 0 !important;
        min-height: 0 !important;
    }

    #dons .container-don {
        width: 95%;
        max-width: 100%;
        padding-top: 0px;
        padding-bottom: 0px;
        height: auto;
    }

    #dons .container-don button {
        width: 170px;
        margin: 0 auto;
    }

    #dons .container-don a {

        height: 54px;
        margin: 0 10px;
        border-radius: 35px;
        font-weight: bold;
        display: inline-block;
        font-size: 23px;
        text-align: center;
        background-color: transparent;
        color: #9CC9CD;
    }

    #dons a.bt-custom {
        padding-top: 15px;
        border-radius: 50px;
        width: 263px;
        max-width: 100%;
        font-size: 20px;
        height: 64px;
    }

    #pictos .title p.big {
        font-size: 22px;
        line-height: 26px;
    }

    #percent .title p {
        font-size: 24px;
    }

    #percent .text-container .box p {
        font-size: 16px;
    }

    #percent .text-container .up p.percent {
        margin-bottom: 15px;
    }

    #percent .text-container .up {
        min-height: auto;
    }

    #percent {
        padding-bottom: 0;
    }

    #pictos .title {
        padding-top: 0;
        margin: 0 auto;
    }


    #pictos .picto {
        display: flex;
        flex-direction: column;
        margin-bottom: 20px;
        align-items: center;
    }

    #pictos .picto p {
        max-width: 80%;
    }

    #newsletter-container form input {
        width: 239px !important;
        margin: 10px auto;
        max-width: 100%;
        display: block !important;
    }

    #newsletter-container form input:last-child {
        margin: 5px auto !important;
    }

    #newsletter-container form button {
        margin-top: 30px;
    }


    #footer {
        padding-top: 20px;
    }

    #footer .rs {
        padding: 0;
        margin-bottom: 20px;
    }
    .hide-for-small {
        display: none;
    }

    .project-container {
        margin-top: 200px;
    }
}

#header {
    justify-content: space-between;
}

.noSidePadding {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.noSidePadding {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.project-corners {
    position: absolute;
    height: 1px;
    top: 0;
    width: 10%;
    border: solid white;
    border-width: 1px 0 0 0;
}

.number {
    color: white;
    background-color: #F7A900;
    border: white solid 1px;
    width: 50px;
    height: 50px;
    border-radius: 25px;
    font-family: 'Montserrat', serif;
    font-size: 39px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
}


.box1 {
    padding: 0 15px;
    display: flex;
    justify-content: space-between;
    margin-top: 60px;
    flex-wrap: wrap;
}

.box1-1 {
    background: transparent linear-gradient(195deg, #FFFFFF 0%, #FFFFFFCC 100%) 0% 0% no-repeat padding-box;
    padding: 2rem;
    position: relative;
    width: 49%;
}

.box1-2 {
    width: 49%;
}

.box2 {
    background: linear-gradient(131deg, rgba(0,142,146,1) 0%, rgba(255,255,255, 0.5) 100%);
}

#blue .sep {
    width: 85%;
    max-width: 100%;
    height: 1px;
    background-color: #F7A900;
}

#blue .box1-1 .title p {
    display: flex;
    color: #F7A900;
    font-weight: bold;
    font-family: 'Montserrat', serif;
    font-size: 30px;
    text-align: start;
    line-height: 1.2;
}

#blue .box1-1 .title .title-content {
    margin-left: 20px;
}

#blue .box1-1 .title .title-number {
    width: 50px;
}

#blue .box1-1 .content > div {
    display: flex;
}

#blue .box1-1 .content .picto-arrow {
    width: 50px;
    position: relative;
}

#blue .box1-1 .content .picto-arrow img {
    position: absolute;
    right: 0;
}

#blue .box1-1 .content .text {
    display: flex;
    flex: 1;
    margin-left: 20px;
    z-index: 1;
}

#blue .box1-1 .title {
    display: flex;
}

#blue .box1-2-container {
    border: solid white;
    border-width: 1px 1px 1px 0px;
    padding: 20px;
}

#blue .box1-2-container .content {
    background: linear-gradient(131deg, rgba(0,142,146,1) 0%, rgba(255,255,255, 0.5) 100%);
    padding: 1.5rem;
}

#blue .box1-2-container .content .title {
    display: flex;
}

#blue .box1-2-container .content .title .picto {
    width: 50px;
}

#blue .box1-2-container .content .title .picto img {
    margin-top: 5px;
    min-width: 50px;
}

#blue .box1-2-container .content .title .text {
    font-weight: bold;
    text-align: start;
    margin-left: 13px;
}

#blue .box1-2-container .content .title .text .sep {
    background-color: white;
    margin: 32px 0;
}

#blue .box1-2-container .content > .text {
    color: white;
    text-align: start;
    display: flex;
}

#blue .box1-2-container .content > .text .picto-arrow {
    width: 50px;
    display: flex;
    justify-content: flex-end;
}

#blue .box1-2-container .content > .text .picto-arrow img {
    width: 32px !important;
    height: 32px !important;
}

#blue .box1-2-container .content > .text .text-content {
    display: flex;
    flex: 1;
    margin-left: 13px;
}

#blue .box1-2-container .content > .text span {
    font-weight: bold;
}

.b1deco {
    position: absolute;
    bottom: 0;
    right: 0;
}

.b3deco {
    position: absolute;
    bottom: 0;
    left: 0;
}

.font-montserrat {
    font-family: 'Montserrat', serif;
}

.font-gotham {
  font-family: 'Gotham', sans-serif;
    font-weight: 400;
    font-style: normal;
}


@font-face {
    font-family: 'Altivo Bold';
    src: url('https://use.typekit.net/boj8rug.css');
    font-weight: bold;
    font-style: normal;
}

@font-face {
  font-family: 'Gotham';
  src: url('https://adfinitas-statics-cdn.s3.eu-west-3.amazonaws.com/ICM/2025/Alzheimer/LP/fonts/font-gotham-Book.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}

@font-face {
    font-family: 'Gotham';
    src: url('https://adfinitas-statics-cdn.s3.eu-west-3.amazonaws.com/ICM/2025/Alzheimer/LP/fonts/font-gotham-Medium.otf') format('opentype');
    src: url('https://adfinitas-statics-cdn.s3.eu-west-3.amazonaws.com/ICM/2025/Alzheimer/LP/fonts/font-gotham-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham';
    src: url('https://adfinitas-statics-cdn.s3.eu-west-3.amazonaws.com/ICM/2025/Alzheimer/LP/fonts/font-gotham-bold.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
  font-family: 'Gotham';
  src: url('https://adfinitas-statics-cdn.s3.eu-west-3.amazonaws.com/ICM/2025/Alzheimer/LP/fonts/font-gotham-BoldItalic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
}

@font-face {
  font-family: 'Gotham';
  src: url('https://adfinitas-statics-cdn.s3.eu-west-3.amazonaws.com/ICM/2025/Alzheimer/LP/fonts/font-gotham-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
}



/* START FIX - Smooth global, mais padding appliqué UNIQUEMENT quand l’ancre ciblée est #b-dons */
html {
  scroll-behavior: smooth;
}

/* Desktop */
html:has(#b-dons:target) {
  scroll-padding-top: 500px; /* hauteur header/bandeau desktop */
}

/* Mobile */
@media (max-width: 640px) {
  html:has(#b-dons:target) {
    scroll-padding-top: 650px; /* hauteur header/bandeau mobile */
  }
}

/* utilitaires */
.anchor-sentinel { position: relative; height: 1px; }
html, body { scroll-snap-type: none !important; }
/* END FIX */


@media screen and (max-width: 750px) {
    #blue .box1-1 {
        width: 90%;
    }

    #blue .box1-2 {
        width: 90%;
    }

    #blue .box1 {
        justify-content: center;
    }
}



.donation-headband {
    .don-title {
        text-align: center;
        font-size: 32px;
        line-height: 38px;
        margin-top: 40px;
        color: #009CB6;
        font-family: 'Montserrat', sans-serif;
    }

    .don-subtitle {
        display: block;
        text-align: center;
        font-size: 20px;
        line-height: 24px;
        color: #2D2926;
        font-family: 'Montserrat', sans-serif;
    }

    @media (max-width: 768px) {
        .don-title {
            font-size: calc(32px * 0.7); /* 22.4px */
            line-height: calc(38px * 0.7); /* 26.6px */
        }

        .don-subtitle {
            font-size: calc(20px * 0.8); /* 16px */
            line-height: calc(24px * 0.8); /* 19.2px */
        }
    }
}

@media (max-width: 768px) {
    .donation-headband {
        padding: 0 20px;
    }
}

.remember-container {
    width: 100%;
    flex-direction: row;
    display: flex;
    padding-top: 100px;
    padding-bottom: 50px;
    padding-right: 40px;
    padding-left: 40px;
    gap: 20px;

    @media (max-width: 818px) {
        flex-direction: column;
        padding: 20px;
        gap: 40px;
    }

    .remember-block {
        width: 50%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: start;
        border-radius: 16px;
        background: #FFFFFF;
        box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.20);
        padding: 32px;
        box-sizing: border-box;
        font-family: "Gotham", sans-serif;
    }

    .remember-black {
        display: block;
        color: #2C2F77;
        font-family: "Gotham", sans-serif;
        font-size: 48px;
        font-style: normal;
        font-weight: 900;
        line-height: 80%;
    }

    .remember-title {
        color: #2C2F77;
        font-family: "Gotham", sans-serif;
        font-size: 48px;
        font-style: normal;
        font-weight: 425;
        line-height: 50%;
        margin: 0 0 20px 0;
    }

    .remember-subtitle-bold {
        font-size: 24px;
        font-weight: 700;
        line-height: 100%;
        color: #2C2F77;
    }

    .remember-subtitle-light {
        font-size: 24px;
        font-weight: 400;
        line-height: 100%;
        color: #2C2F77;
    }

    .remember-text {
        padding-top: 10px;
        color: #2D2926;
        font-family: "Gotham", sans-serif;
        font-size: 20px;
        font-weight: 400 !important;
        line-height: 120%;
        margin-bottom: 16px;
    }

    .remember-text-medium {
        font-family: "Gotham", sans-serif;
        font-weight: 500;
    }

    @media (max-width: 818px) {
        .remember-block {
            width: 100%;
            padding: 15px;
        }

        .remember-black {
            font-size: 34px;
            line-height: 44px;
        }

        .remember-title {
            font-size: 34px;
            line-height: 10px;
        }

        .remember-subtitle-bold,
        .remember-subtitle-light {
            font-size: 17px;
            line-height: 22px;
        }

        .remember-text,
        .remember-text-light {
            font-size: 14px;
            margin-bottom: 5px;
        }
    }




    .testimonial-card {
        width: 50%;
        height: 500px;
        flex: content;
        display: flex;
        flex-direction: row;
        position: relative;
        border-radius: 16px;
        background: #FFF;
        box-shadow: 0 4px 20px 0 rgba(0,0,0,0.20);
        min-height: 360px;
        background-size: cover;
        background-position: top 10% ;
        box-sizing: border-box;
    }

    .testimonial-content {
        position: relative;
        z-index: 1;
        padding: 40px;
        height: 100%;
        width: 65%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        gap: 10px;
        font-family: "Gotham", sans-serif;
    }

    .testimonial-spoiler {
        width: 35%;
        height: 100%;
    }

    /* « */
    .quote-mark {
        position: absolute;
        top: -15px;
        left: -70px;
        color: #FFFFFF;
        line-height: normal;
    }

    .quote-text {
        position: relative;
        color: #FFFFFF;
        font-family: "Gotham", sans-serif;
        font-size: 20px;
        font-style: italic;
        font-weight: 700;
        line-height: normal;
        margin: 0 0 8px 40px;
        max-width: 520px;
    }

    .quote-link {
        display: inline-block;
        margin-left: 50px;
        color: #FA4616;
        font-family: "Gotham", sans-serif;
        font-size: 18px;
        font-style: normal;
        font-weight: 700;
        line-height: 32px;
        text-decoration: none;
        position: relative;
        padding-left: 16px;
    }

    .quote-link:hover {
        transition: transform 0.3s ease;
        transform: scale(1.05);
        color: #fb8361;
    }

    .quote-link::before {
        content: "•";
        position: absolute;
        left: 0;
        top: 0;
        color: #FA4616;
        font-size: 20px;
        line-height: 32px;
    }

    .quote-sep {
        width: 120px;
        height: 1px;
        border: 0;
        background: rgba(255,255,255,0.6);
        margin: 10px 0 10px 40px;
    }

    .quote-author {
        margin: 0 0 0 40px;
    }

    .author-name {
        color: #FFFFFF;
        font-family: "Gotham", sans-serif;
        font-size: 18px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
    }

    .author-role {
        color: #FFFFFF;
        font-family: "Gotham", sans-serif;
        font-size: 18px;
        font-style: normal;
        font-weight: 325;
        line-height: normal;
    }

    .testimonial-credit {
        position: absolute;
        bottom: 10px;
        left: 15px;
        color: #FFFFFF;
        font-family: "Gotham", sans-serif;
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }

    .badge-alzheimer {
        position: absolute;
        top: -70px;
        right: -20px;
        width: 30%;
        max-width: 180px;
        transform: rotate(15deg);
        transform-origin: center;
    }

    @media (min-width: 768px) and (max-width: 884px) {
        .testimonial-card {
            background-position: 10% center;
            height: 550px;
        }

        .testimonial-content {
            width: 70%;
        }

        .testimonial-spoiler {
            width: 30%;
        }
    }


    /* Responsive mobile */
    @media (max-width: 818px) {
        .testimonial-card {
            width: 100%;
            min-height: 300px;
            background-position: left 20%;
            padding: 10px 0;
        }
        .testimonial-content {
            padding: 20px;
            gap: 8px;
        }
        .quote-mark {
            width: 30px;
            top: -5px;
            left: -35px;
        }
        .quote-text {
            font-size: 16px;
            margin-left: 30px;
        }
        .quote-link {
            font-size: 14px;
            margin-left: 30px;
        }
        .quote-sep {
            margin-left: 30px;
            width: 90px;
        }
        .quote-author {
            line-height: 16px;
            margin-left: 30px;
        }
        .author-name,
        .author-role {
            font-size: 14px;
        }
        .testimonial-credit {
            font-size: 10px;
        }

        .badge-alzheimer {
            position: absolute;
            top: -40px;
            right: -10px;
            width: 80px;
            transform: rotate(15deg);
            transform-origin: center;
        }
    }
}



.foulees-container {
    padding-top: 50px;
    padding-bottom: 100px;

    .foulees-title {
        color: #009CB6;
        text-align: center;
        font-family: "Gotham", sans-serif;
        font-style: normal;
        font-weight: bold;
        line-height: normal;
        margin-bottom: 40px;
    }

    .foulees-card {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 8px;
        border: 1px solid #D3D3D3;
        border-radius: 25px;
        padding: 30px;
        max-width: 550px;
        margin: 0 auto;
        background: #FFFFFF;
    }

    .foulees-subtitle {
        color: #272374;
        font-family: "Gotham", sans-serif;
        font-size: 20px;
        font-weight: 700;
        line-height: normal;
        margin: 0 0 15px 0;
    }

    .foulees-row {
        display: grid;
        grid-template-columns: auto 1fr auto;
        align-items: center;
        gap: 20px;
    }

    .foulees-icon {
        width: 100px;
        height: auto;
    }

    .foulees-text {
        color: #272374;
        font-family: "Gotham", sans-serif;
        font-size: 18px;
        font-weight: 325;
        line-height: 110%;
        margin: 0;
    }

    .foulees-cta {
        display: flex;
        width: 169px;
        height: 48px;
        padding: 15.111px 22.667px;
        justify-content: center;
        align-items: center;
        gap: 7.556px;
        border-radius: 30.222px;
        border: 1px solid #281E78;
        text-decoration: none;
    }

    .foulees-cta:hover {
        transform: scale(1.05);
        transition: transform 0.3s ease;
    }

    .cta-text {
        color: #281E78;
        text-align: center;
        font-family: "Gotham", sans-serif;
        font-size: 15.111px;
        font-weight: 700;
        line-height: normal;
    }

    .cta-icon {
        width: 16px;
        height: auto;
    }


    .endorsement {
        display: grid;
        grid-template-columns: auto 1fr;
        gap: 20px;
        align-items: center;
        max-width: 800px;
        margin: 0 auto;
        padding-top: 20px;
    }

    .endorsement-imgwrap {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .endorsement-img {
        width: 130px;
    }

    .endorsement-texts {
        font-family: "Gotham", sans-serif;
    }

    .endorsement-quote {
        color: #E7542F;
        font-size: 24px;
        font-style: italic;
        font-weight: 700;
        line-height: 32px;
        margin: 0 0 8px 0;
    }

    .endorsement-body {
        color: #E7542F;
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: 25px;
        margin: 0 0 10px 0;
    }

    .endorsement-author {
        color: #272374;
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        margin: 0;
    }

    @media (max-width: 768px) {
        .foulees-title {
            font-size: 24px;
            line-height: 28px;
            margin-left: 20px;
            margin-right: 20px;
        }

        .foulees-card {
            margin: 10px;
        }

        .foulees-subtitle {
            font-size: 18px;
            line-height: 22px;
            text-align: center;
        }

        .endorsement {
            grid-template-columns: 1fr;
            justify-items: center;
            margin-left: 20px;
            margin-right: 20px;
        }

        .endorsement-img {
            width: 100px;
        }
    }
}





.projets {
  background-color: #F7F7F7;
  max-width: 1100px;
  margin: 0 auto;
  padding: 42px 16px;
  font-family: "Gotham", sans-serif;
}

.projets-tabs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10%;
  justify-content: space-between;
  align-items: end;
  margin-bottom: 16px;
}

.projets-tab {
  appearance: none;
  background: transparent;
  border: 0;
  padding: 10px 8px;
  font-size: 16px;
  font-weight: 700;
  color: blackz;
  cursor: pointer;
  position: relative;
  text-transform: uppercase;
  border-bottom: 1px solid #D7D7E8;
}

.projets-tab::after {
  content: "";
  position: absolute;
  left: 0; right: 0; bottom: -1px;
  height: 4px;
  background: #272374;
  border-radius: 2px;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .25s ease;
}

.projets-tab.is-active::after {
  transform: scaleX(1);
}


.projets-panels {
  display: grid;
  gap: 24px;
}

.projet-panel {
  display: none;
  opacity: 0;
  transform: translateY(6px);
  pointer-events: none;
  transition: opacity .25s ease, transform .25s ease;
}

.projet-panel.is-visible {
  display: grid;
  grid-template-columns: 1fr 320px;
  gap: 28px;
  align-items: start;
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.projet-hero {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: #1f1f1f;
  border-radius: 14px;
  min-height: 110px;
  background-size: cover;
  background-position: center;
  padding: 18px;
  position: relative;
  box-shadow: 0 2px 10px rgba(0,0,0,.1);
  margin-bottom: 8px;
  border-left: 23px solid #009CB6;
}

.projet-hero h3 {
  margin: 0;
  color: #FFFFFF;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.2;
  text-shadow: 0 1px 1px rgba(0,0,0,.25);
}

.projet-container-body {
  display: flex;
  flex-direction: row;
  gap: 24px;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 24px;
}


.projet-body {
  width: 60%;
}

.projet-body p {
  color: #2D2926;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.35;
  margin: 0 0 12px 0;
}

.projet-subtitle {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #009CB6;
  font-size: 18px;
  font-weight: 700;
  margin: 32px 0 8px;
}

.projet-subtitle .bullet {
  width: 16px;
  height: 16px;
  border-radius: 2px;
  background: #009CB6;
  display: inline-block;
}

.projet-aside {
  width: 40%;
  position: relative;
  display: flex;
  flex-direction: column;
  border: 2px solid #009CB6;
  padding: 24px 16px 16px;
}

.aside-header {
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  gap: 10px;
  background: #F7F7F7;
  padding: 0 30px;
}

.aside-bullet {
  width: 12px;
  height: 12px;
  border-radius: 2px;
  background: #009CB6;
  flex: 0 0 12px;
}

.aside-title {
  color: #009CB6;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
}

.aside-card {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-items: center;
  align-items: center !important;
  gap: 12px;
  align-items: start;
  margin-top: 6px;
  padding: 12px;
}

.aside-avatar {
  width: 150px;
  border-radius: 50%;
  object-fit: cover;
}

.aside-card blockquote {
  padding: 0px;
  color: #009CB6;
  font-size: 18px;
  line-height: 1.2;
  font-style: italic;
  border-left: 0;
}

.aside-author {
  font-size: 14px;
  line-height: 1.3;
  margin: 0;
}

@media (max-width: 768px) {
  .projet-container-body {
    flex-direction: column;
    padding-left: 12px;
    padding-right: 12px;
  }

  .projet-body {
    width: 100%;
  }

  .projet-aside {
    width: 100%;
  }

  .projet-hero h3 {
    font-size: 16px;
  }

}

@media (max-width: 900px) {
  .projet-panel { grid-template-columns: 1fr; }
  .projet-aside { width: 100%; }
}
