body{
    margin: 0;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
}

header{
    background-color: #FFFFFF;
    position: sticky;
    top: 0px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
    z-index: 2;
}

footer{
    background-color: #030032;
    padding: 10px 0;
    color: #FFF;
}

.container-footer{
    display: flex;
    justify-content: space-between;
    padding: 5px 20px;
    font-weight: 300;
    flex-direction: column;
}

.container-footer  a {
    color: white;
    text-decoration: none;
}


/* TITRES */

.title__1{
    color: #FFFFFF;
    font-size: 45px;
    margin: 0;
    padding: 30px 0;
}

.title__2{
    color: #080070;
    font-size: 25px;
    text-align: center;
    margin: 30px 0;
}

.title__3{
    color: #080070;
    font-size: 1.3rem;
}

/* BALISES */

a{
    text-decoration: none;
    color: #000;
}

p{
    font-size: 16px;
    font-weight: 300;
}

/* MENU */

.active-nav{
    color: #6186ea;
}

.logo{
    width: 80px;
}

.container-nav{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    max-width: 80%;
    margin: 0 auto;
}

.navbar-collapse{
    justify-content: end;
}

.navbar-nav .nav-link.active, .navbar-nav .nav-link.show{
    color: #6186ea!important;
}

.nav-link{
    color: #080070!important;
    text-align: center;
    margin: 10px 0;
}

.nav{
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    gap: 30px;
    list-style: none;
}

.button-nav{
    margin-top: 0;
}

.button-nav > a {
    color: #FFF;
}

.navbar-toggler:focus{
    box-shadow: none!important;
}

.btn-footer{
    text-align: center;
    margin: 100px 0;
}

.btn-outline-primary{
    border: solid 1px #080070!important;
    background-color: transparent;
    color: #080070;
    border-radius: 5px;
}

.slider-container {
    width: 300px;
    height: fit-content;
    overflow: hidden;
    position: relative;
    color: #FFF;
    margin: 0 auto;
    text-align: center;
    margin-top: 30px!important;
}
.slider {
    display: flex;
    height: 100%;
    animation: slide 15s linear infinite;
    font-size: 18px;
}
.slide {
    min-width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
@keyframes slide {
    0% { transform: translateX(0); }
    10% { transform: translateX(0); }
    15% { transform: translateX(-100%); }
    25% { transform: translateX(-100%); }
    30% { transform: translateX(-200%); }
    40% { transform: translateX(-200%); }
    45% { transform: translateX(-300%); }
    55% { transform: translateX(-300%); }
    60% { transform: translateX(-400%); }
    70% { transform: translateX(-400%); }
    75% { transform: translateX(-500%); }
    85% { transform: translateX(-500%); }
    100% { transform: translateX(0); }
}

/* INTRO GRADIENT */

.gradient{
    background: linear-gradient(-45deg, #fc00ff, #fc00ff, #fc00ff, #fc00ff,#d81efa, #9757f1, #6186ea, #37aae5, #19c5e1, #06d5de, #00dbde, #00dbde, #00dbde);
	background-size: 244% 333%;
	animation: gradient 5s linear infinite;
    height: fit-content;
}

.gradient-header{
    height: 30vh!important;
    display: flex;
    justify-content: center;
    align-items: center;
}

@keyframes gradient {
	0% {
		background-position: 50% 0%;
	}
	50% {
		background-position: 50% 100%;
	}
	100% {
		background-position: 50% 0%;
	}
}

.container-illustration{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.highlighted{
    color: #080070;
}

.subtitle{
    color: #FFFFFF;
    font-weight: 300;
    margin: 0;
    font-size: 16px;
    margin-bottom: 30px;
}

/* BUTTON */

.button-primary{
    background-color: #080070!important;
    padding: 10px 20px!important;
    border-radius: 5px;
    color: #FFFFFF!important;
    border: none;
    font-size: 16px;
    font-weight: 300;
    font-family: "Roboto", sans-serif;
    text-decoration: none;

}

/* POURQUOI MyiA */

.container-box{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 20px;
}

.box{
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    padding: 30px 15px;
    text-align: left;
}

.box-title{
    font-size: 18px;
    font-weight: 400;
    color: #000;
}

.icone{
    width: 40px;
    margin-bottom: 20px;
}

.box > p {
    font-size: 16px;
    font-weight: 300;
    color: #5b5b5b;
    margin-bottom: 0;
}

/* VIDEO */

.container-video{
    margin: 50px 0;
}

.video{
    display: flex;
    justify-content: center;
}

.video > img{
    width: 280px;
}

.container-video > div:not(.video){
    margin-top: 20px;
}

.container-video > div > p {
    margin-top: 20px;
}

.video__title{
    font-size: 20px;
    font-weight: 400;
    color: #6A7EEB;
}

/* POUR QUI */

.who-img{
    display: none;
}

.box-who{
    background-color: #080070;
    color: #FFF;
}

.box-who__el{
    display: grid;
    grid-template-columns: 100%;
    margin-left: 10%;
    gap: 50px;
    margin: 0;
}

.img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.who{
    text-align: left;
    margin-bottom: 30px;
    color: #FFF;
}

.who-list > li{
    padding: 5px 0;
}

/* FONCTIONNALITES */

.container-features{
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin: 30px 0;
}

.container-features ul{
    padding-left: 1rem;
    margin-top: 30px
}

.img-block{
    display: flex;
    justify-content: center;
}

.img-block > img {
    width: 280px;
}

.before-title{
    color: #6186ea;
    font-size: 0.9rem;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.first-features{
    margin-top: 50px;
}

.last-features{
    margin-bottom: 50px;
}

.features-subtitle{
    max-width: 100%;
    text-align: center;
    margin: 0 auto;
}


/* ESSAI GRATUIT */

.container-essai{
    margin: 50px auto;
}

.logo-digiwall{
    margin: 30px 0;
    width: 70%;
}

.pin{
    width: 20px;
    margin-right: 10px;
}





.form{
    display: none;
    margin: 50px 0;
    margin-bottom: 100px;
}

.active {
    display: block;
}



.content-list > li{
    padding: 5px 0;
}




.flex{
    display: flex;
    gap: 10px;
    flex-direction: column;
}

.flex > div{
    width: 100%;
}

label{
    color: #080070;
    font-weight: 400;
}


input{
    width: 100%;
    margin-top: 10px;
    height: 30px;
    border: solid 1px #D8D8D8;
    border-radius: 5px;
}

textarea{
    width: 100%;
    margin-top: 10px;
    border: solid 1px #D8D8D8;
    border-radius: 5px;
}

.contact{
    text-align: left;
    margin-top: 50px;
}

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

.illustration{
    display: grid;
    grid-template-columns: 100%;
    gap: 50px;
}

.container-illustration{
    margin: auto;
    margin-bottom: 30px;
}

.myia-illustration{
    width: 200px;
}

.btn-send{
    background-color: #080070;
    color: white;
    width: 100px;
    float: right;
    height: 50px;
    margin: 30px 0;
}

@media screen and (min-width: 600px){
    .video{
        width: 100%;
    }

    .img-block > img {
        width: 100%;
    }
}

/* DESKTOP */

@media screen and (min-width: 1000px){
    .container-video{
        display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 50px;
    position: relative;
    height: 400px;
    }

    .features-subtitle{
        max-width: 70%;
    }

    .container-illustration{
        margin: auto;
    }

    .illustration{
        grid-template-columns: 40% 60%;
        gap: 0;
        position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-47%);
    }

    .swiper-container {
        width: 100%;
        height: 100%;
      }

    .myia-illustration{
        width: 350px;
    }

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

    .nav-link{
        text-align: left;
    margin: 0;
    }

    p{
        font-size: 18px;
    }

    .video{
        min-width: 700px;
        margin-left: 50px;
        z-index: 1;
    }

    .video > img {
        width: 100%;
    }

    .logo-digiwall{
        width: 300px;
    }

    .who-img{
        width: calc(100% - 50px);
        display: block;
    }

    .img-block{
        width: 700px;
    }

    .img-block > img {
        width: 100%;
    }

    .icone{
        width: 35px;
    }

    .form{
        position: absolute; 
    top: 0;
    left: 0;
    width: 300px;
    height: 400px;
    background-color: #00dbde;
    display: block;
    }

    .title__1{
        font-size: 58px;
        padding: 50px 0;
    }

    .title__3{
        font-size: 1.8rem;
    }

    .subtitle{
        font-size: 18px;
    }

    .button-primary{
        font-size: 18px;
        display: block;
        width: fit-content;
    }

    .video__title{
        font-size: 25px;
    }

    .box-who__el{
        grid-template-columns: 50% 50%;
        margin-right: 0!important;
    padding-right: 0!important;
    }

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

    .navbar-nav{
        gap: 10px;
    }

    .flex{
        gap: 50px;
    margin-bottom: 20px;
    flex-direction: row;
    }

    .container-features{
        flex-direction: row;
        gap: 80px;
        margin: 100px 0;
    }

    .first-features{
        margin-top: 50px;
    }

    .last-features{
        margin-bottom: 50px;
    }

    .gradient{
        height: 90vh;
    }
}


@media screen and (min-width: 2000px){
    .box-who__el{
        margin: 0 auto!important;
    }
    .container{
        max-width: 1800px!important;
    }
    .slider-container{
        width: 400px;
    }
    .slider{
        font-size: 1.3rem;
    }

    .myia-illustration{
        width: 450px;
    }

    .title__1-home{
        font-size: 85px;
        padding-top: 15vh;
    }
    body p {
        font-size: 1.5rem !important;
    }
    .illustration{
        grid-template-columns: 65% 35%;
    }

    .box-title{
        font-size: 1.4rem;
    }
    .button-primary{
        font-size: 1.3rem;
    }
    .who-list{
        font-size: 1rem;
    }
    .container-features ul {
        font-size: 1.3rem;
    }
}