body {
    margin: 0 auto;
    background-image: url(../image/Background.jpg);
    background-size: contain;

}



/* HEADER */

header {
    background-image: url(../image/image_home_01.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 100vh;
    margin-bottom: 110px;

}

.logo {

    padding-top: 40px;
    margin-bottom: -55px;
}

.texte-debut {
    text-align: center;
    color: rgba(250, 250, 250, 0.6);
}

.texte-intro {
    font-size: 16px;
    text-transform: uppercase;
    color: rgba(250, 250, 250, 0.6);
}

.nom {
    font-family: "Times New Roman", Times, serif;
    font-weight: bold;
    font-size: 60px;
    color: #ffffff;
}

.text-center {
    color: rgba(250, 250, 250, 0.5)
}

.texte-home {
    padding: 25%;
    font-size: 16px;

}

/* FIN HEADER */
/*---------------BURGER MENU -.-----------*/


.burger {

    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: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: -400px;
}



.hamburger {
    display: -webkit-box;
    display: flex;
    align-self: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: justify;
    justify-content: space-between;
    width: 100px;
    height: 40px;
    cursor: pointer;
}

.hamburger div {
    align-self: flex-end;
    height: 2px;
    width: 100%;
    background: #cdd6da;
}

.hamburger .meat {
    width: 75%;
    -webkit-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}

.hamburger .bottom-bun {
    width: 50%;
    -webkit-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
}

.hamburger:hover div {
    width: 100%;
}

.hamburger:hover .top-bun {
    -webkit-animation: burger-hover 1s infinite ease-in-out alternate;
    animation: burger-hover 1s infinite ease-in-out alternate;
}

.hamburger:hover .meat {
    -webkit-animation: burger-hover 1s infinite ease-in-out alternate forwards 200ms;
    animation: burger-hover 1s infinite ease-in-out alternate forwards 200ms;
}

.hamburger:hover .bottom-bun {
    -webkit-animation: burger-hover 1s infinite ease-in-out alternate forwards 400ms;
    animation: burger-hover 1s infinite ease-in-out alternate forwards 400ms;
}

@-webkit-keyframes burger-hover {
    0% {
        width: 100%;
    }

    50% {
        width: 50%;
    }

    100% {
        width: 100%;
    }
}

@keyframes burger-hover {
    0% {
        width: 100%;
    }

    50% {
        width: 50%;
    }

    100% {
        width: 100%;
    }
}


/*----------------FIN BURGER MENU -------------------*/
/*------------- MOUSE SCROLL-----*/

.scroll-downs {
    position: absolute;
    top: 10;
    right: 0;
    bottom: 20;
    left: 0;
    margin: auto;

    width: 34px;
    height: 55px;
}

.mousey {
    width: 3px;
    padding: 10px 15px;
    height: 35px;
    border: 2px solid #fff;
    border-radius: 25px;
    opacity: 0.75;
    box-sizing: content-box;
}

.scroller {
    width: 3px;
    height: 10px;
    border-radius: 25%;
    background-color: #fff;
    animation-name: scroll;
    animation-duration: 2.2s;
    animation-timing-function: cubic-bezier(.15, .41, .69, .94);
    animation-iteration-count: infinite;
}

@keyframes scroll {
    0% {
        opacity: 0;
    }

    10% {
        transform: translateY(0);
        opacity: 1;
    }

    100% {
        transform: translateY(15px);
        opacity: 0;
    }
}


/*------------- FIN MOUSE SCROLL-----*/
/* MAIN */
.contenue {

    background-image: url(../image/bgi_info.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

.contenue2 {
    padding-top: 200px;
}

.contenue3 {
    background-image: url(../image/bgc_texte_perso.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

.image-info2 {
    margin-left: -400px;


}

.image-info1 {
    width: 150%;
    margin-left: 120px;
    padding-bottom: 150px;
}

.info1 {
    padding-top: 80px;
}

.number2 .number1,
span {
    color: #0b6890;
}

.number1 {

    font-size: 60px;
    color: #b5b5b5;
    font-weight: bold;
    font-family: "Times New Roman", Times, serif;
}

.number2 {
    text-align: right;
    font-size: 60px;
    color: #b5b5b5;
    font-weight: bold;
    font-family: "Times New Roman", Times, serif;
}

.number3 {

    font-size: 60px;
    border-bottom: 2px solid #0b6890;
    color: #b5b5b5;
    font-weight: bold;
    font-family: "Times New Roman", Times, serif;
}

.titre1 {
    font-family: "Times New Roman", Times, serif;
    font-size: 40px;
    font-weight: bold;
    color: #0b6890;

}

.titre2 {
    font-family: "Times New Roman", Times, serif;
    font-size: 40px;
    color: #b5b5b5;
    font-weight: bold;
}

.titre-banner1 {
    font-family: "Times New Roman", Times, serif;
    font-weight: bold;
    color: #0b6890;
}

.titre-banner2 {
    font-family: "Times New Roman", Times, serif;
    text-decoration: line-through #0b6890;
    color: #b5b5b5;
    font-weight: bold;
    padding-bottom: 50px;
    padding-left: 55px;
}

/* IMAGE DESIGN*/
.image1 {
    width: 100%;
    padding-bottom: 20px;
}

.image2 {
    width: 100%;
    padding-bottom: 20px;
}

.image3 {
    width: 115%;
    padding-bottom: 20px;
}

.image4 {
    width: 95%;

    padding-bottom: 20px;
}

.image5 {
    width: 110%;
    margin-left: -95px;
    padding-bottom: 20px;
}

.image6 {
    width: 100%;
    padding-bottom: 20px;


}

.overleight {
    background-color: rgba(11, 104, 144, 0.9);
    position: absolute;
    font-size: 30px;
    width: 100%;
    height: 100%;
    text-align: center;
    color: #b5b5b5;
    top: 0;
    left: 0;
    opacity: 0;

}

a:hover .overleight {
    text-align: center;
    opacity: 1;

}


.higher {
    background-color: #fff;
}

a:hover {
    text-decoration: none;
}

.box {}


.texte_box1 {
    padding-top: 150px;
    font-family: "Times New Roman", Times, serif;
    font-weight: bold;
    font-size: 35px;
    text-decoration: none;
    color: black;
    text-align: center;
}

.texte_box2 {
    font-family: "Times New Roman", Times, serif;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 20px;
    color: grey;
    text-align: center;
}

.text-perso {
    background-image: url(../image/bgc_texte_perso.jpg);
}



.texte-perso {
    color: #0b6890;
    font-size: 35px;
    padding-top: 250px;
    padding-bottom: 250px;
    text-align: center;
    font-family: "Times New Roman", Times, serif;
    font-weight: bold;
}

.texte-perso span {
    color: grey;
}

/* FOOTER*/
.reseau-logo {
    width: 15%;
    padding-right: 5px;

}

.info_footer {
    padding-bottom: 150px;
}



.bouton {
    border: 2px solid #0b6890;
    padding: 10px;
    color: #0b6890;
    text-transform: uppercase;
    font-size: 15px;
}

.bouton:hover {
    background-color: #0b6890;
    color: rgba(250, 250, 250, 0.8);
    text-decoration: none;
}

.by {
    padding-top: 20px;
    font-size: 10px;
}

.haut,
.bas {
    text-transform: uppercase;

}

.titre-footer {
    font-family: "Times New Roman", Times, serif;
    font-weight: bold;
    font-size: 45px;
    color: #0b6890;
}

.footer-reseau {
    padding-top: 80px;
    text-transform:
}

.banner-footer {
    padding-bottom: 50px;
    padding-top: 10px;
    color: rgba(250, 250, 250, 0.8);
}

.logo-end {

    width: 5%;
    padding-top: 130px;
}

.footer-end {
    background-image: url(../image/banner_footer_01.jpg);
    background-repeat: no-repeat;
    background-size: cover;

}

/* ----------------------------------------- PAGE PROJET ------------------------------------------- */

/* HEADER */
.texte-projet {
    padding: 15%;
    font-size: 16px;

}

.nom2 {
    font-family: "Times New Roman", Times, serif;
    font-weight: bold;
    font-size: 60px;
    color: #0b6890;
}

.info-page2 {
    text-align: center;
    color: #5a5a5a;
}

.logo-projet {

    padding-top: 40px;
    margin-bottom: -55px;
}

/* FIN HEADER */

/* MAIN */
.contact h3 {
    font-size: 20px;
    text-transform: monospace;
}

.contact {
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    padding: 5px;

    font-family: arial;
    margin-bottom: 100px;
    color: #0b6890;
    background-color: #ffffff;
    border: 1px solid #0b6890;
}

.contact:hover {
    transition: 0.5s;
    text-align: center;
    background-color: #0b6890;
    color: rgba(250, 250, 250, 0.8);
    padding: 5px;
    border: 1px solid #000000;
    box-shadow: 1px 1px 5px #777777;
    -webkit-box-shadow: 1px 1px 5px #777777;
    -moz-box-shadow: 1px 1px 5px #777777;
}

.legende {
    padding-top: 5px;
    font-size: 10px;
    text-align: right;
}

.reseau-logo2 {
    width: 25px;
    padding-top: 5px;
}

.next {
    text-align: right;
    text-decoration: none;
}

.next p {
    text-transform: none;
    font-size: 20px;
    padding-right: 50px;
    text-decoration: none;
    text-transform: none;
}

.previous p {
    font-size: 20px;
    padding-left: 30px;
    text-decoration: none;
    text-transform: none;
}

.image-projet {
    padding-bottom: 50px;
    margin: 0 auto;
}

.pragr1 {
    padding-bottom: 50px;
}

.pragr2 {
    padding-bottom: 150px;
}


/* FIN MAIN*/
/* FOOTER */

/* FIN FOOTER */

/*-------------------------------------------------- PAGE MENU -----------------------------------------------*/
#body-menu {
    background-image: url(../image/image_home_01.jpg);
    background-size: cover;
    padding-bottom: 265px;
}

a texte-menu {
    text-decoration: overline;

}

.prodes {
    padding-top: 100px;
    padding-bottom: 100px;
}

.design {
    text-align: right;
    color: rgba(250, 250, 250, 0.5);
    font-size: 40px;
    text-transform: uppercase;

}

.projet:hover {
    color: rgba(250, 250, 250, 1);
    transition: 0.8s;
}

.contact-menu:hover {
    color: rgba(250, 250, 250, 1);
    transition: 0.8s;
}

.home:hover {
    color: rgba(250, 250, 250, 1);
    transition: 0.8s;
}


.design:hover {
    color: rgba(250, 250, 250, 1);
    transition: 0.8s;
}

.projet {
    text-transform: uppercase;
    color: rgba(250, 250, 250, 0.5);
    font-size: 40px;
}

.home {
    text-decoration: none;
    color: rgba(250, 250, 250, 0.5);
    font-size: 40px;
    text-transform: uppercase;
}

.contact-menu {
    color: rgba(250, 250, 250, 0.5);
    font-size: 40px;
    text-transform: uppercase;
}

.texte-menu {
    padding-top: 250px;
}
