/***********************************************************************************************************************
* = GENERAL - OK !
***********************************************************************************************************************/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;700&display=swap');

.page--action {
    background-color: white;
}

.content--page {
    width: 1000px;
    margin: 0 auto;
}

@media screen and (max-width: 1300px) {
    .content--page {
        width: 700px;
    }
}

@media screen and (max-width: 750px) {
    .content--page {
        width: 500px;
    }
}

@media screen and (max-width: 550px) {
    .content--page {
        width: 320px;
    }
}

/***********************************************************************************************************************
* = BANNIERE TOP
***********************************************************************************************************************/

.banniere--top {
    height: 650px;
    margin-top: 121px;
    overflow: hidden;
    position: relative;
    background: grey no-repeat url("../images/banner.jpg") center / cover;
}

.banniere--top::after {
    content: '';
    background-image: url("/image/cercleBlanc.png");
    background-size: 2560px;
    background-position: bottom center;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

@media screen and (max-width: 2200px) {
    .banniere--top {
        margin-top: 80px;
        height: 600px;
    }
}

@media screen and (max-width: 2000px) {
    .banniere--top {
        height: 500px;
    }
}

@media screen and (max-width: 1600px) {
    .banniere--top {
        height: 450px;
    }
}

@media screen and (max-width: 1300px) {
    .banniere--top {
        height: 310px;
    }
}

@media screen and (max-width: 700px) {
    .banniere--top {
        height: 250px;
    }

    .banniere--top::after {
        background-size: 700px;
        background-position: center bottom -2px;
    }
}

@media screen and (max-width: 500px) {
    .banniere--top {
        height: 200px;
    }
}

/***********************************************************************************************************************
* = PAGE PROTOCOLE ET
***********************************************************************************************************************/

.lien--retour {
    display: table;
    padding: 80px 0 55px;
}

.lien--retour--fleche,
.lien--retour--label {
    vertical-align: middle;
    display: inline-block;
}

.lien--retour--label {
    font-family: 'Montserrat', sans-serif;
    color: #004389;
    font-size: 14px;
    line-height: 1;
    font-weight: bold;
    text-transform: uppercase;
    padding-left: 15px;
}

.lien--retour--fleche svg {
    width: 30px;
}

.page--titre {
    font-family: 'Montserrat', sans-serif;
    color: #004389;
    font-size: 34px;
    line-height: 42px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 80px;
}

.page--introduction {
    text-align: center;
    width: 100%;
    max-width: 800px;
    margin: 0 auto 120px;
}

.texte--base {
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    line-height: 34px;
}

.texte--base a,
.texte--base b {
    font-family: 'Montserrat', sans-serif;
}

.texte--base a {
    color: #004389;
    font-weight: bold;
    text-decoration: underline;
    transition: 0.2s ease color;
}

.texte--base a:hover {
    color: #C51A1B;
}

.page--ligne {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: space-between;
    -ms-flex-line-pack: justify;
    align-content: space-between;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 100px;
}

.page--ligne:last-child {
    margin-bottom: 0px;
}

.page--colonne:first-child {
    width: 215px;
}

.page--colonne:last-child {
    width: calc(100% - 215px);
}

.page--picto {
    display: block;
    margin: 0 auto;
}

.page--picto_distance {
    width: 75%;
}

.page--picto_masque {
    width: 75%;
}

.page--picto_calendrier {
    width: 46%;
}

.page--picto_teams {
    width: 58%;
}

.page--picto_spray {
    width: 51%;
}

.page--picto_fleche {
    width: 32%;
}

.page--picto_panneaux {
    width: 70%;
}

.page--picto_finance,
.page--picto_reprise {
    width: 57%;
}

.page--picto_garantie {
    width: 41%;
}

.page--bouton {
    cursor: pointer;
    box-sizing: border-box;
    font-family: 'Montserrat', sans-serif;
    color: white;
    font-size: 25px;
    line-height: 50px;
    font-weight: bold;
    display: table;
    padding: 0 35px;
    text-transform: uppercase;
    background-color: #004389;
    border: 2px solid #004389;
    margin: 0 auto;
    transition: 0.2s ease color, 0.2s ease border, 0.2s ease background-color;
    margin-bottom: 70px;
}

.page--bouton:hover {
    background-color: #C51A1B;
    border: 2px solid #C51A1B;
}

.page--teams--panel a {
    color: white;
}

.page--teams--panel {
    box-sizing: border-box;
    background: #6273d1;
    color: white;
    width: 100%;
    max-width: 935px;
    margin: 0 auto;
    padding: 25px 35px;
}

.page--teams--contenu {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: space-between;
    -ms-flex-line-pack: justify;
    align-content: space-between;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.page--teams--panel--texte {
    width: calc(100% - 130px);
    padding-left: 50px;
}

.page--teams--panel--logo {
    height: 130px;
    width: 130px;
    background: white no-repeat url(/assets/img/pictos/team-microsoft.png) center / 65%;
    border-radius: 5px;
    box-shadow: 5px 5px 5px rgb(0 0 0 / 0.5);
}

@media screen and (max-width: 1300px) {
    .page--titre {
        margin-bottom: 70px;
        font-size: 24px;
    }

    .lien--retour {
        display: table;
        padding: 70px 0 50px;
    }

    .page--introduction {
        margin: 0 auto 70px;
    }

    .page--ligne {
        margin-bottom: 70px;
    }

    .page--colonne:first-child {
        width: 170px;
    }

    .page--colonne:last-child {
        width: calc(100% - 170px);
    }

    .page--bouton {
        font-size: 18px;
        line-height: 40px;
        padding: 0px 20px;
        margin-bottom: 0px;
    }
}

@media screen and (max-width: 750px) {
    .page--titre {
        margin-bottom: 50px;
        font-size: 20px;
        line-height: 26px;
    }

    .lien--retour {
        display: table;
        padding: 50px 0 50px;
    }

    .lien--retour--label {
        font-size: 12px;
        padding-left: 10px;
    }

    .lien--retour--fleche svg {
        width: 20px;
    }

    .texte--base {
        font-family: 'Montserrat', sans-serif;
        font-size: 16px;
        line-height: 25px;
    }

    .page--introduction {
        margin: 0 auto 70px;
    }

    .page--ligne {
        margin-bottom: 50px;
    }

    .page--colonne:first-child {
        width: 125px;
    }

    .page--colonne:last-child {
        width: calc(100% - 125px);
    }
}

@media screen and (max-width: 550px) {
    .page--ligne {
        display: block;
    }

    .page--colonne:last-child {
        width: 100%;
    }

    .page--colonne:first-child {
        display: block;
        width: 200px;
        margin: 0 auto;
    }

    .page--picto {
        margin: 0 auto 30px;
    }

    .texte--base {
        text-align: center;
    }

    .page--teams--contenu {
        display: block;
    }

    .page--teams--panel--logo {
        margin: 0 auto 30px;
    }

    .page--teams--panel--texte {
        width: 100%;
        padding: 0;
    }
}