@font-face {
    font-family: robotoLight;
    src: url("/fonts/roboto/Roboto-Light.ttf");
}
@font-face {
    font-family: robotoBold;
    src: url("/fonts/roboto/Roboto-Bold.ttf");
}
@font-face {
    font-family: robotMedium;
    src: url("/fonts/roboto/Roboto-Medium.ttf");
}
@font-face {
    font-family: robotRegular;
    src: url("/fonts/roboto/Roboto-Regular.ttf");
}

.a {
    list-style-type: square;
}

:root{
    --bleu-fonce : #03989e;
    --bleu-noir : #002728;
    --bleu1 : #00C2CB;
    --bleu2 : #5CE1E6;
    --rouge : #FF5757;
    --gradient1 : linear-gradient(to top left, #00C4CC, #03989E);
    --gradient2 : linear-gradient(to top left , #5CE1E6, #00C2CB);
}

::-webkit-scrollbar {
    display: none;
  }

body{
    background-color: white;
    font-family: robotoLight;
    color:#002728;
}

.concept h1{
    font-family: robotMedium;
    width: fit-content;
    font-size: 5em;
    font-weight:lighter;
    opacity: 80%;
}

.concept h2{
    font-family: robotRegular;
    width: fit-content;
    font-size: 3em;
    opacity: 70%;
}

.concept p{
    font-size: 1.35em;
    opacity: 0.7;
}

.title-part{
    padding:10vh 0vw 0 5vw;
    display: flex;
    background-color: rgba(78, 78, 78, 0.1);
}

.title-part>div{
    padding:0 0 0 5vw;
}

.title-part img{
    max-height: 60vh;
    max-width: 60vw;
}

.title-part>.left-part{
    padding-top:14vh;
}

.columns{
    display: flex;
    flex-direction: column;
    flex: 1;
}

.mp-button-publier{
    margin: 20px 0 0 0;
    font-family:robotoBold;
    background: linear-gradient(to right, var(--bleu1), var(--bleu-fonce));
    padding: 10px 35px;
    border: none;
    color: white;
    font-size: 0.8em !important;
    border-radius: 15px;
    transition: ease 0.2s all;
    width: fit-content;
    float: left;
    opacity: 1 !important;
}

.mp-button-publier:hover{    
    cursor: pointer;
    color: var(--bleu-noir);
}

.content-part{
    padding:0 15vw;
}

.part-but{
    margin-top: 8vh;
    text-align: center;
}

.part-but h2{
    margin: auto;
}

.part-but p{
    margin:15vh 0;
}

.marker {
    position: absolute;
    top: 0;
    left: 40vw;
    width: 10px;
    height: 100%;
}

.marker::after {
    content: '';
    width: 19vw;
    height: 1px;
    position: absolute;
    top: 125vh;
    left: 6px;
    background: var(--bleu-noir);
    opacity: 70%;
}

.part{
    padding:17vh 0 0 0;
}

.part-desc{
    display: flex;
}

.part-desc img {
    height: 35vh;
    margin: auto;
}

.pc-p p{
    margin-top: 1em;
    text-align: justify;
}

.third-part{
    display: flex;
}

.third-part img {
    height: 35vh;
    margin: 0 auto;
}

.third-part .text{
    padding-top: 30px;
}

.fourth-part{
    display: flex;
    flex-wrap: wrap; 
}

.row{
    display: flex;
    flex-direction: row;
    padding: 30px;
    align-items: center;
}

.fourth-part p{
    text-align: center;
}

.fourth-part img{
    max-width: 120px;
    max-height: 120px;
    padding-bottom: 20px;
}

.word-imp{
    color:var(--rouge);
    font-weight:bold;
    opacity: 1 !important;
}

.column{
    align-items: center;
    height: 100%;
    width: 35%;
    display: flex;
    flex-direction: column;
    padding: 1rem;
}

.column p{
    text-align: justify;
    font-size: 1.1rem;
}

#first img{
    margin-bottom: 30px;
}

#third img{
    margin-bottom: 30px;
}

#five img{
    margin-bottom: 20px;
}

#six img{
    margin-bottom: 10px;
}

@media (max-width:1000px) {
    .part-desc{
        flex-direction: column;
    }
}

.icone{
    opacity: 75%;
    filter: sepia(150%);
    color: var(--rouge);
}