<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">

  .plateformes {
    display:flex;
    flex-direction: row;
    justify-content: space-between;
    width:100%;
    margin:5% 0 5% 0;
}
.plateformes h3 {
    align-self:center;
}
.plateformes-chiffres {
    min-width:25%;
}
.plateformes-chiffres-content {
    display:flex;
    flex-direction:row;
    margin-bottom:5%;
}

.plateformes-chiffres-content img {
    width:65px;
    margin:0 5% 0 15%;
    align-self:center;
}
.plateformes-chiffres-content p {
    font-size:15px;
    align-self:center;
    max-height:15px;
}


.questions_fft {
    display:flex;
    flex-direction: row;
    width:100%;
    margin-bottom:5%;
}
.questions_fft-content{
    width:33.3%;
    display:flex;
    flex-direction:column;
    justify-content: space-between;
}
.questions_fft-content h3 {
    font-size:1.5em;
    margin:5% 0 5% 0;
    padding-right:5%;
}
.questions_fft-content-video {
    width:80%;
}
.pquestions {
    font-size:1.5em;
    margin-bottom:5%;
}
.plateformes-texte {
    text-align:justify;
    margin-right:7%;
}
.video_plateformes {
    float:left;
    width:40%;
    margin:0 3% 2% 0;
}
li, ul {
    font-family: "Raleway";
    font-size: 1.2em;
    color: black;
    font-weight: 300;
    text-align: left;
    margin: 0.5em 0 0 0;
    padding:0;
}

p {margin:3% 0 0 0;}
.presentation_plateformes-texte {
    text-align:justify;
}

.plateformes-video {
    width:30%;
}
.video_territoire {
    width:80%;
    margin:2rem 0 0 1rem;
}
.flexsigrandecran {
    display:flex;
}
@media only screen and (max-width:1200px) {
    .flexsigrandecran {
        display:block;
    }
    .video_plateformes, .plateformes-video, .video_territoire {
        margin:10% auto 10% auto;
        width:90%;
        float:none;
    }
    .questions_fft-content h3 {
        font-size:2em;
    }
    .plateformes {
        flex-wrap:wrap;
    }
    .plateformes-chiffres-content img {
        margin:0 5% 0 0;
    }
    .questions_fft-content-video {
        margin:5% auto 10% auto;
        width:90%;
    }
    .questions_fft {
        flex-wrap:wrap;
    }
    .questions_fft-content {
        width:100%;
    }
}
.nobr {
    white-space: nowrap;
}</pre></body></html>