header{
    background-color: #7f7f7f;
}
.header {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    background-color: #7f7f7f;
}
/** header global responsive **/
.header_global {
    background-color: #7f7f7f;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 15vw;
    overflow: auto;
    display: inline-block;
    vertical-align: center;
}

/** ------------- Animation ------------- **/
/** taille de l'animation responsive**/
.header_anim {
    float: left;
    width: 30%;
    height: 100%;
    background-image: url("../fichiers/images/header.jpg");
    background-size: 100% auto;
    background-repeat: no-repeat;
    animation-name: animimage1;
    animation-duration: 120s;
    animation-iteration-count: infinite;
}
/** positionement du texte de l'animation **/
.header_anim_contenu {
    height: 100%;
    width: 100%;
    text-align: center;
    position: relative;
    display: flex;
    align-items: center;
}
/** taille du text de l'animation **/
.header_anim_text {
    width: 100%;
    text-shadow: 3px 3px black;
    color: #FFFFFF;
    font-size: 3.5vw;
    font-weight: bold;
    animation-name: animtext2;
    animation-duration: 120s;
    animation-iteration-count: infinite;
}
/** Définition de l'animation de l'image **/
@keyframes animimage1 {
    0% {
        transform: translate3d(0px, 0px, 0px) rotateY(0deg) rotateX(0deg);
        transform-origin: 1vw 1vw 0;
        animation-timing-function: linear;
    }
    5% {
        transform: translate3d(0px, 0px, 0px) rotateY(180deg) rotateX(0deg);
        transform-origin: 15vw 1.75vw 0;
        animation-timing-function: linear;
    }
    10% {
        transform: translate3d(0px, 0px, 0px) rotateY(0deg) rotateX(0deg);
        transform-origin: 1vw 1vw 0;
        animation-timing-function: linear;
    }

    100% {
        transform: translate3d(0px, 0px, 0px) rotateY(0deg) rotateX(0deg);
        transform-origin: 1vw 1vw 0;
        animation-timing-function: linear;
    }
}
/** Définition de l'animation du text **/
@keyframes animtext2 {
    0% {
        transform: translate3d(0px, 0px, 0px) rotateY(90deg) rotateX(90deg);
        transform-origin: 1vw 1vw 0;
        animation-timing-function: linear;
    }
    12% {
        transform: translate3d(0px, 0px, 0px) rotateY(90deg) rotateX(90deg);
        transform-origin: 1vw 1vw 0;
        animation-timing-function: linear;
    }
    18% {
        transform: translate3d(0px, 0px, 0px) rotateY(0deg) rotateX(0deg);
        transform-origin: center;
        animation-timing-function: linear;
    }
    25% {
        transform: translate3d(0px, 0px, 0px) rotateY(0deg) rotateX(0deg);
        transform-origin: 1vw 1vw 0;
        animation-timing-function: linear;
    }
    100% {
        transform: translate3d(0px, 0px, 0px) rotateY(0deg) rotateX(0deg);
        transform-origin: 1vw 1vw 0;
        animation-timing-function: linear;
    }
}
/** ------------- Text de droite ------------- **/
/** Partie de texte global **/
.header_parti_princ {
    float: left;
    width: 67%;
    padding: 0;
    margin: 0;
}
/** Titre 1 **/
.header_tritre_princ1 {
    margin-top: 2%;
    margin-right: 2%;
    width: 100%;
    text-shadow: 2px 2px #FFFFFF;
    color: #000000;
    font-size: 2vw;
    font-weight: bold;
    text-align: right;

}
.header_tritre_princ1 a{
    text-shadow: 2px 2px #FFFFFF;
    color: #000000;
    font-size: 2vw;
    font-weight: bold;
    text-align: right;
}
/** Titre 2 **/
.header_tritre_princ2 {
    margin-top: 1.5%;
    width: 100%;
    text-shadow: 2px 2px #FFFFFF;
    color: #ff0000;
    font-size: 2vw;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
}
.header_tritre_princ2 a{
    text-shadow: 2px 2px #FFFFFF;
    color: #ff0000;
    font-size: 2vw;
    font-weight: bold;
    text-align: center;
}
/** Titre 3 **/
.header_tritre_princ3 {
    margin-top: 1.5%;
    padding-left: 3vw;
    width: 100%;
    text-shadow: 2px 2px #FFFFFF;
    color: #000000;
    font-size: 2vw;
    font-weight: bold;
    text-align: left;
    text-decoration: none;
}
.header_tritre_princ3 a {
    text-shadow: 2px 2px #FFFFFF;
    color: #000000;
    font-size: 2vw;
    font-weight: bold;
    text-align: left;
}
.header_tritre_princ4 {
    margin-top: 1.5%;
    margin-right: 20%;
    width: 100%;
    text-shadow: 2px 2px #FFFFFF;
    color: #ff0000;
    font-size: 2vw;
    font-weight: bold;
    text-align: right;
    text-decoration: none;
}
.header_tritre_princ4 a {
    text-shadow: 2px 2px #FFFFFF;
    color: #ff0000;
    font-size: 2vw;
    font-weight: bold;
    text-align: right;
}
.header_tritre_princ{
    text-decoration: none;
    color: #FFFFFF;
}