@import url('https://fonts.cdnfonts.com/css/antiqua-2');
a {
    transition: 0.2s ease-in;
    text-decoration: none;
}
p {
    max-width: 80ch;
}

.design1 {
    background-color: #0B253D;
    color: white;
    font-family: "Work Sans", sans-serif;
    margin: 5%;
    line-height: 160%;
    font-size: 16px;
}
.title__d1 {
    font-family: 'Jersey 10';
    font-size: 61px;
    margin-top: 50px;
    line-height: 85%;
}
.menu__el--d1 a { color: white; }
.menu__toggle--d1 {
    top: 20px;
    left: 20px;
    font-family: 'Broken Console', sans-serif;
    color: #0B253D;
    font-size: 25px;
    -webkit-text-stroke: 1px white;
    background: #0B253D ;
    background-image: url(../assets/images/menu_nav-d1.svg);
    background-repeat: no-repeat;
    background-size: 19px;
    background-position-y: 1px;
    padding: 0 25px;
    border: none;
    width: fit-content;
}
.design2 {
    background-color: #F7F0ED;
    color: #39132D;
    font-family: "Roboto", sans-serif;
    font-size: 18px;
}
.title__d2 {
    font-family: "Source Code Pro", monospace;
    font-size: 32px;
    letter-spacing: -2px;
    word-spacing: -10px;
    line-height: 110%;
    padding-top: 20px;
}
.mumu__toggle{
    position: absolute;  
    cursor: pointer;
    z-index: 20;   
}

.menu__toggle--d2 {
    top: 0;
    left: 0;
    width: 100%;
    border: none;
    border-bottom: solid 1px black;
    padding: 10px 0 10px 30px;
    font-family: 'Book Antiqua', sans-serif;
    font-size: 24px;
    text-align: left;
    cursor: pointer;
    background-color: aliceblue;
    background-image: url(../assets/images/menu_nav-d2.svg);
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: 5px 15px;
}

.menu__toggle--d2 span,.footer__title {
    background: #5E1146;
background: linear-gradient(90deg, rgba(94, 17, 70, 1) 0%, rgba(250, 135, 213, 1) 40%, rgba(250, 135, 213, 1) 60%, rgba(94, 17, 70, 1) 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    display: inline-block; 
}

.menu__el--active1 a { color: #d9b4ff; }
.menu__el--active2 a { color: #CF309C; }
.menu__el--d2 a{ color: #39132D; }
.design2 a:hover, .design2 a:focus { color: #a3277c; }
 .design1 a:hover, .design1 a:focus { color: #97e0ff; }

.onglet {
    background-color: #d9b4ff;
    border-radius: 15px;
    padding: 8px;
    margin: 50px 0;
    height: fit-content;
}
.onglet__containner {
    background-color: #0B253D;
    margin: 4px;
    border-radius: 15px;
    padding : 20px 8px;
}
.onglet__title {
    margin: 15px 8px;
    font-family: 'Jersey 10';
    font-size: 61px;
    color: #0B253D;
    line-height: 70%;
}
img{
    width: 100%;
}
.reseaux__text p{
    text-align: center;
    margin: 0;
}
.reseaux__logo{
    fill: white;
    transition: 0.5s;
    display: flex;
    justify-content: center;
    margin:30px 0 10px 0;
}
.reseaux__logo:focus, .reseaux__logo:hover{
    fill: #97e0ff;
}
.onglet__text--now{
    font-family: 'Jersey 10';
    font-size: 31px;
    text-align: center;
    letter-spacing: 1px;
    margin: 0;
}
.timeline {
    display: grid;
    grid-template-columns: 100px 1fr;
    margin-bottom: 50px;
    grid-template-rows: repeat(5, 1fr);
}
.timeline__ligne {
    width: 15px;
    height: 98%;
    grid-column: 1;
    grid-row: 1 / -1;
    margin: auto;
    background-color: white;
}
.timeline__date {
    font-family: 'Jersey 10';
    font-size: 31px;
    margin: 20px 0 0 0;
    grid-column: 2;
    letter-spacing: 0.5px;
}
.timeline__el { grid-column: 2; }
.timeline__round { width: 45px; margin: auto; grid-column: 1; }
.timeline__round--5{
    margin-top: 25px;
    background-image: url(../assets/images/arrow_timeline.gif);
    background-repeat: no-repeat;
    background-size: 80px;
    background-position: center;
    background-position-y: 50px;
    padding: 0 20px 90px 20px;
    top: -100px;  
}
.timeline__round--1, .timeline__el--1 {
     grid-row: 1; }
.timeline__round--2, .timeline__el--2 { 
    grid-row: 2; }
.timeline__round--3, .timeline__el--3 { 
    grid-row: 3; }
.timeline__round--4, .timeline__el--4 { 
    grid-row: 4; }
.timeline__round--5, .timeline__el--5 { 
    grid-row: 5; }
.title__promo{
    font-family: 'Broken Console', sans-serif;
    color: #0B253D;
    font-size: 25px;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: white;
    font-size: 60px;
    line-height: 90%;
    margin: 0;
    padding-top: 20px;
    padding-left: 5px;
}
.img__promo{
    width: 100%;
    border-radius: 15px;
    margin-bottom: -2.5%;
    margin-top: -5%;
}
.onglet--promo1{
    animation: ease promo 1.5s ;
    margin-top: 80px;
}
.onglet--promo1, .onglet--projets1, .onglet--projets2, .onglet--projets3{
    padding-top: 50px;
    background-image: url(../assets/images/deco-onglet.png);
    background-repeat: no-repeat;
    background-size: 120px;
    background-position-x: 95%;
    background-position-y: 8px;
}  
.onglet__containner--projets{
    padding: 10px;
}
.text__d1--projet, .title__d1--suivre{
    text-align: center;
}
.onglet__containner--promo1{
    padding-right: 0;
    padding-bottom: 0;
}
.title__d1--onglet{
    margin-top: 15px;
}
    .text__d2{
        margin: 35px 0;
    }
.separation__d2 {
    height: 2px;
    margin: 80px 10%;
    background: linear-gradient(90deg, 
        rgba(250, 130, 214, 0.5) 0%,  rgba(199, 58, 154, 0.8) 20%,  #a3277c 50%,  rgba(199, 58, 154, 0.8) 80%,  rgba(250, 130, 214, 0.5) 100%);
    clip-path: ellipse(70% 40%);
    -webkit-mask-image: linear-gradient(to right, transparent, black 25%, black 85%, transparent);
    mask-image: linear-gradient(to right, transparent, black 25%, black 85%, transparent);}

.no__scroll{
    overflow: hidden;
}
.reseaux__grid {
    display: grid;
    grid-template-columns: repeat(2, 50px); 
    gap: 15px; 
    justify-content: center;
    align-items: center;
    margin: 20px auto 40px auto;
}

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

.reseaux__link svg {
    width: 30px; 
    height: 30px;
    fill: #39132D;
    border: #39132D 1px solid; 
    border-radius: 50%;
    padding: 10px;
    transition: 0.3s;
}
.reseaux__link:hover svg, .reseaux__link:focus svg {

    fill: #a3277c;
    border: #a3277c 1px solid;
}
.footer--d2 {
    background-color: aliceblue;
    color: #39132D;
    text-align: center;
    padding: 20px 0;
    margin-top: 50px;
}
.footer--d1{
    margin: 50px 5%  20px 5%;
}
.footer__title {
        font-family: 'Book Antiqua', sans-serif;
        margin-bottom: 0;
}
.footer__credits {
    margin: 15px 0;
}
.separation__d2--footer{
    margin: 10px auto 30px auto;
    width: 60%
}
.copyright {
    margin-bottom: 0;
    text-align: left;
}
.reseaux__link--d1 svg{
    width: 20px; 
    height: 20px;
    fill: white;
    transition: 0.2s;
    border: none;
}
.stitle__d2{
    text-align: center;
    margin-top: 20px;
}
.text__d2--credits a{
    margin: 10px ;
    color: #39132D;
}

.text__d2--credits a:hover, .text__d2--credits a:focus {
    color: #a3277c;
}
.reseaux__link--d1:hover svg, .reseaux__link--d1:focus svg {
    fill: #97e0ff;
    border: none;
}
.reseaux__title--d1 {
    text-align: center;
}
footer{
    margin-top: 100px;
}
.footer__credits--d1{
    justify-content: center;
    display: flex;
}
.copyright--d1, .footer__credits--d1 {
    font-size: 14px;
}
.footer--d2{
    font-size: 16px;
}
.accroche{
    color: #d9b4ff;
}
.img__d1--pro{
    width: 75%;
    display: flex;
    margin-left: auto;
    border: white dashed 30px;
    border-radius: 25%;
}
.img__pro{
    width: 100%;
    border-radius: 25%;
}
.title__d1--pro{
    color: #0B253D;
    background-image: url(../assets/images/bule.png);
    padding: 30px 20px 80px 20px;
    background-repeat: no-repeat;
    background-size: 100% 98%;
    text-align: center;
    margin-bottom: 10px;
    
}
.btn {
    padding: 5px 25px;
    border-radius: 30px;
    background-color: #d9b4ff;
    color: #0B253D;
    width: fit-content;
    display: flex;
    margin: auto;
    transition: 0.2s ease-in transform background-color;
}
.btn:hover, .btn:focus { 
    background-color: #97e0ff;
 }
 .btn a:hover, .btn a:focus {
    color: #0B253D;
 }
@keyframes promo{
    0% {transform: scale(0);}
    70% {transform: scale(1.1);}
    100% {transform: scale(1);}
}
@media(min-width: 600px){
    .design1{
        font-size: 18px;
    }
    .title__d1{
        font-size: 69px;
    }
    .menu__toggle--d1{
        font-size: 28px;
        -webkit-text-stroke-width: 1.5px;
    }
    .design2{
        font-size: 20px;
    }
    .title__d2{
        font-size: 35px;
    }
    .menu__toggle--d2{
        font-size: 27px;
    }

    .menu__toggle{
        left: 10%;
    }
}  
@media(max-width: 1000px){
.menu__list {    
    padding-top: 50px;
    list-style: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
}
.reseaux__menu {
    display: grid;
    grid-template-columns: repeat(2, 50px);
    grid-template-rows: repeat(4, 50px);
    gap: 10px;
    top: 150px;
    margin: 8% ;
    margin-left: 5%;
    justify-content: start;
    position: fixed;

}
.reseaux__menu .reseaux__link svg {
    width: 25px; 
    height: 25px;
    padding: 8px;

}
.menu__el--d2, .menu__el--active2 {
    padding: 5px 30px;
    border-bottom: #39132D 1px solid;
    margin: 0px;
}
.menu__bg{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: 0.3s ease-in-out;
    transform: translateX(-120%);
    background-color: aliceblue;
    z-index: 10;
}

.menu--open .menu__bg {

    transform: translateX(0%); 
}

.menu__list--d1 {
    background-color: #0B253D;
    font-size: 16px;
    font-family: "Calistoga";
    color: white;

}

.menu__list--d2 {
    background-color: aliceblue;
    font-family: "Cabin", sans-serif;
    color: #39132D;
    padding-top: 30px;
    padding-left: 0;

}

.menu__toggle {
    position: absolute;  
    cursor: pointer;
    z-index: 20;   
}

.menu__toggle--d1 {
    top: 20px;
}

.menu__toggle--d2 {
    top: 0;
    left: 0;
}
.menu__bg--d1{
    background-color: #0B253D;
}
.reseaux__menu--d1 {
    display: flex;
    justify-content: space-around;
}
.reseaux__menu--d1 .reseaux__link svg {
    width: 16px; 
    height: 16px;

}}
@media (min-width: 1000px){
    .menu--d1{
        top: 0;
        display: grid;
        grid-template-columns: repeat(7,1fr);
        column-gap: 20px;
        row-gap: 0px;
         margin: 0;
         margin-bottom: 50px;
         position: sticky;
         padding: 10px 100px 10px 50px;
            background-color: #0B253D;
        }
    .menu__list{
    list-style-type: none;
    display: flex;
    text-align: center;

   }
   .menu__bg{
    grid-column: 4 / 8;
   }
    .menu__list--d1{
        display: flex;
        justify-content: space-between;
        font-family: "Calistoga";

    }
    .menu__toggle--d1{
    font-size: 32px;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: white;
    background-color: #0B253D;
    box-shadow: none;
    border: none;
    top: auto;
    left: auto;
    margin: 5px;
    grid-column: 1 / 4;
    background-image: none;
    }
    .menu__el--d1{
        font-size: 16px;
    }
    .menu--d2 {
        position: sticky;
        top: 0;
        z-index: 1000;
        border-bottom: #fa85d9 2px solid;
        background-color: aliceblue;
        padding: 0;
        height: fit-content;
    }
    .menu__el--d2, .menu__el--active2 {
        padding: 12px 10px;
        border-left: #fa85d9 2px solid;
        border-right: #fa85d9 2px solid;
        margin: 0px;
    }
    .menu__toggle--d2 {
        border: none;
        margin: auto;
        padding-bottom: 0;
        font-size: 29px;
        grid-row: 1;
        background-image: none;
        width: fit-content;
        margin-left: 80px;
    }

}
@media (min-width: 800px) {
    .design1 {
        font-size: 20px;
        margin: 50px 0;
    }
    .design2 {
        font-size: 22px;
        margin:  0;
    }
    .title__d1 {
        font-size: 76px;
        grid-column: 1 / 8;
    }
    .title__d2 {
        font-size: 45px;
        grid-column: 1 / 5;
        text-align: center;
    }
    .stitle__d2 {
        font-size: 28px;
        grid-column: 1/ 5;
    }
    .timeline {
        display: grid;
        grid-template-columns: repeat(5, 1fr);
        grid-template-rows: 1fr 150px 1fr;
        column-gap: 20px;
        row-gap: 5px;
        justify-content: center;
        text-align: center;
        background-image: none;
    }
    .timeline__ligne {
        grid-column: 1 / -1;
        grid-row: 2;
        width: 98%;
        height: 15px;
    }
    .timeline__date {
        font-size: 39px;
        grid-column: 1 / -1;
        margin: 0;
    }
    .timeline__date--1, .timeline__date--3, .timeline__date--5 {
        grid-row: 2;
    }
    .timeline__round {
        width: 65px;
        grid-row: 2;
        margin: auto;
    }
    .timeline__round--1 { 
        padding: 0 50px; }
    .timeline__round--2 { 
        grid-column: 2; }
    .timeline__round--3 { 
        grid-column: 3; }
    .timeline__round--4 { 
        grid-column: 4; }

    .timeline__round--5 {
        grid-column: 5;
        padding: 25px 60% 25px 0;
        background: url(../assets/images/arrow_timeline-ordi.png) no-repeat right 7px;
        background-size: 100px;
    }
    .timeline__el {
        display: grid;
        text-align: center;
        justify-content: center;
        align-items: end;
        margin: 0 25%;
    }
    .timeline__el--1 { 
        grid-column: 1; 
        margin: 0 -2%; }
    .timeline__el--2 { 
        grid-column: 1 / 4; 
        grid-row: 3; }
    .timeline__el--3 { 
        grid-column: 2 / 5; 
        grid-row: 1; }
    .timeline__el--4 { 
        grid-column: 3 / 6; 
        grid-row: 3; }
    .timeline__el--5 { 
        grid-column: 4 / 6; 
        grid-row: 1; 
        margin: 0 5% 0 25%; }
    .timeline p { margin: 0; }
    .containnerd1{
        display: grid;
        grid-template-columns: repeat(7, 1fr);
        gap: 20px;
        margin: 20px 100px 150px 100px;
    }
    .containnerd2 {
        display: grid;
        grid-template-columns: repeat(5, 1fr);
        margin: 20px 200px;
        gap: 20px;
    }
    .onglet__containner {
        margin: 8px;
        background-color: #0B253D;
        gap: 20px;
        padding: 20px 10px;
    }
    .onglet--merch {
        margin-top: 100px;
        grid-column: 2 / 7;
    }
    .onglet__containner--factuel {
        display: grid;
        grid-template-columns: repeat(5, 1fr);
        grid-template-rows: repeat(3, 1fr);
    }
    .onglet--merch, .onglet--reseaux{
        background-image: url(../assets/images/deco-onglet.png);
        background-repeat: no-repeat;
        background-size: 145px;
        background-position-x: 96%;
        background-position-y: 20px;
    }
    .merch__logo {
        grid-column: 1 / 3;
        grid-row: 1 / 3;
        width: 100%;
        padding: 0;
        margin: auto ;
    }
    .onglet__text--merch {
        grid-column: 3 / 6;
        grid-row: 1 / 3;
        display: flex;
        align-self: center;
        margin: 0;
        padding-top: 25px;
    }
    .onglet__containner--merch{
        display: grid;
        grid-template-columns: repeat(5, 1fr);
        grid-template-rows: repeat(2, 1fr) 50px;
    }
    .text__d1 {
        grid-column: 2 / 6;
        margin-top: 50px;
    }
    .separation__d2{
        grid-column: 1 / 6;
        margin: 50px 5%;
    }
    .onglet--reseaux { grid-column: 1 / 8; }
    .onglet__text--reseau {
        grid-column: 1 / 3;
        grid-row: 1 / 4;
        margin-top: -10px;
    }
    .onglet__text--now {
        grid-column: 3 / 6;
        grid-row: 1;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 49px;
    }
    .reseaux__logo {
        margin-top: 0;
        grid-row: 2;
    }
    .reseaux__logo--youtube, .reseaux__text--youtube {
         grid-column: 3; }
    .reseaux__logo--tiktok, .reseaux__text--tiktok { 
        grid-column: 4; }
    .reseaux__logo--instagram, .reseaux__text--instagram { 
        grid-column: 5; }
    .onglet--promo1 { 
        grid-column: 2 / 7; 
        min-width: fit-content;
        display: flex;
        margin: auto 5%; }
    .onglet__containner--promo1 {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: 1fr;
        padding-bottom: 2.4%;
        padding-right: 0;

    }
    .position__img {
        grid-column: 1 / -1;
        grid-row: 2;
        display: flex;
        justify-content: flex-end;
    }
    .title__promo {
        grid-column: 1;
        grid-row: 1;
        font-size: 119px;
        margin-bottom: -130px;
        padding-bottom: 20px;
    }
    .img__promo {
        width: 60%;
    }
    .title__d1--promo { 
        grid-column: 1 / 7; }
    .text__d1--promo { 
        grid-column: 1 / 6; margin: 0; }
    .text__d1--promo p { 
        padding-right: 10px; }
    h2{
        grid-column: 2 / 7;
        text-align: center;
    }
    .title__d1--suivre { 
        grid-column: 1 / 8; 
        text-align: center;
        margin-top: 20px;
    }

    .img__avis, .text__d2 { grid-column: 1 / 5; }
    .reseaux__grid{
        display: flex;
    }
    .separation__d2{
        height: 6px;
    }
    .separation__d2--footer{
        height: 2px;
        margin: 10px auto 50px auto;
        width: 40%;
    }
    .reseaux__menu{
        display: none;
    }
    .copyright---d1, .footer__credits--d1 {
        font-size: 16px;
    }
    .menu--d2{
        display: grid;
        grid-template-columns: max-content auto;
        align-items: start;
        column-gap: 0px;
    }
    .menu__list--d2{
        padding: 0;
        margin: 0;
        margin-left: -5%;
    }
    .reseaux__containner--d1{
        grid-column: 3/ 6;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .img__d1--pro{
        width: 50%;
        grid-column: 4 / 8;
        grid-row: 9;
    }

    .onglet--projets1{
        grid-column: 1/ 4;
    }
    .onglet--projets2{
        grid-column: 4/ 8;
    }
    .onglet--projets3{
        grid-column: 2/ 6;
    }
    .text__d1--pro{
        grid-column: 2 / 5;
        grid-row: 9;
    }
    .title__d1--pro{
        grid-column: 2/ 7;
    }
    .btn--projet{
        grid-column: 3 / 6;
    }
    .btn--merch{
        grid-column: 4 / 6;

    }
}