.baniere {
    background: url("../../imgs/baniere-desktop.png") no-repeat;
    background-size: cover;
    height: 55vh;
}

.transparent-class {
    background-color: rgba(0, 127, 255, 0.8) !important;
}

.nav1 {
    background-color: rgba(0, 127, 255, 0);
}

.text-accueil {
    font-family: "Great Vibes", Helvetica, Arial, serif;
    font-weight: 400;
    font-style: normal;
    font-size: 3rem;
    color: rgba(255, 255, 255, 1);
    text-align: center;
    padding-top: 2rem;
    line-height: 1;
    letter-spacing: 2px;
}

.nom-accueil {
    font-family: "Optima", Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    color: rgba(255, 255, 255, 1);
    text-align: center;
    letter-spacing: 1.5px;
    line-height: 1.2;
}

.phrase-pre {
    display: none;
    transition: all linear 100ms;
}

.phrase-pre:first-child {
    display: block;
}

.phrase {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    margin-top: 5rem;
}

.ligne-phrase {
    display: flex;
    justify-content: center;
    align-content: center;
}

.ligne-phrase img {
    width: 200px;
}
.accueil-gauche {
    background-color: rgba(41, 51, 64, 1);
    height: 100%;
    border: 1px solid;
    border-radius: 2px;
    -o-border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    padding: 15px;
}

.tweet-logo {
    width: 100%;
    display: flex;
    align-content: center;
    justify-content: center;
}
.tweet-armoi {
    width: 250px;
    height: 250px;
}

.logo-twitter {
    height: 32px;
    width: 32px;
}

.titre-ligne {
    width: 50px;
    height: 4px;
}

.titre-titre {
    font-family: "MyriadPro-Semibold", Helvetica, Arial, serif;
    font-size: 12px;
    color: rgba(74, 73, 74, 1);
    line-height: 14px;
}

.titre-detail {
    font-family: "MyriadPro-Semibold", Helvetica, Arial, serif;
    font-size: 15px;
    color: rgba(0, 0, 0, 1);
    text-align: center;
    line-height: 18px;
}

.tweet-adresse {
    padding-top: 5px;
    font-family: "MyriadPro-Regular", Helvetica, Arial, serif;
    font-size: 17px;
    color: rgba(255, 255, 255, 1);
    text-align: left;
    line-height: 18px;
}
.presidence-tweet {
    background-color: rgba(255, 255, 255, 0);
    padding-top: 5px;
    font-family: "MyriadPro-Bold", Helvetica, Arial, serif;
    font-size: 15px;
    color: rgba(255, 255, 255, 1);
    text-align: left;
    line-height: 18px;
}

.presidence-tweet a {
    color: white;
    text-decoration: none;
}

.im-md {
    display: block;
}
.im-xs {
    display: none;
}

.pilier-ligne {
    margin-top: -10px;
    width: 300px;
    height: 3px;
}
.slideWiz {
    z-index: 0;
    width: 100%;
    height: 500px;
}

.bonne {
    background-color: rgb(55, 116, 189) !important;
}
.homme {
    background-color: rgb(199, 31, 46) !important;
}
.croissance {
    background-color: rgb(25, 141, 58) !important;
}
.societe {
    background-color: rgb(241, 145, 36) !important;
}
@media (max-height: 470px) and (min-width: 768px) {
    .phrase {
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        align-content: center;
    }
}

@media (max-width: 768px) {
    .baniere {
        background: url("../../imgs/baniere-mobile.png") no-repeat;
        background-size: cover;
        height: 50vh;
    }
    .text-accueil {
        font-family: "Great Vibes", Helvetica, Arial, serif;
        font-style: normal;
        font-size: 1.5rem;
        color: rgba(255, 255, 255, 1);
        text-align: center;
        padding-top: 2rem;
        line-height: 1;
        letter-spacing: 2px;
    }

    #corps-container {
        padding-top: 20%;
    }

    .accueil-gauche {
        background-color: #fff;
        padding: 0;
        border-color: white;
        width: 100%;
    }

    .tweet-adresse {
        padding-top: 5px;
        font-family: "MyriadPro-Regular", Helvetica, Arial, serif;
        font-size: 12px;
        color: black;
        text-align: left;
    }
    .presidence-tweet {
        padding-top: 5px;
        font-family: "MyriadPro-Bold", Helvetica, Arial, serif;
        font-size: 15px;
        color: black;
        text-align: left;
    }
    .presidence-tweet a {
        color: black;
        text-decoration: none;
    }

    .tweet-logo {
        display: none;
    }

    .im-md {
        display: none;
    }
    .im-xs {
        display: block;
    }
}

.circle_social {
    border: 2px solid #000 !important;
    height: 40px;
    width: 40px;
    border-radius: 50% !important;
    font-weight: bold;
    display: flex;
    justify-content: center;
}
.circle_social i {
    font-size: 20px;
}

@media (min-width: 768px) and (max-width: 992px) {
    .baniere {
        background: url("../../imgs/baniere-tablette.png") no-repeat;
        background-size: cover;
        height: 55vh;
    }
    #corps-container {
        padding-top: 20%;
    }
    .circle_social i {
        font-size: 14px;
    }
    .tweet-armoi {
        width: 100px;
        height: 100px;
    }
    .tweet-adresse {
        padding-top: 5px;
        font-family: "MyriadPro-Regular", Helvetica, Arial, serif;
        font-size: 12px;
        color: rgba(255, 255, 255, 1);
        text-align: left;
    }
    .detail-box {
        font-size: 15px !important;
    }
    .container {
        width: 100% !important;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    .tweet-armoi {
        width: 200px;
        height: 200px;
    }
}

@media (max-width: 338px) {
    .pilier-ligne {
        width: 100px;
    }
    .ligne-phrase img {
        width: 100px;
    }
    .text-accueil {
        font-family: "Great Vibes", Helvetica, Arial, serif;
        font-style: normal;
        font-size: 12px;
    }
    .presidence-tweet a {
        font-size: 12px;
    }
    .pillier-titre {
        font-size: 12px;
    }
}

@media (max-width: 150px) {
    .titre-detail {
        font-family: "MyriadPro-Semibold", Helvetica, Arial, serif;
        font-size: 12px;
    }
}
