

html {
    height:100%;
}

body {
    margin: 0;
}


/* ------------------------------  MENU NAV  ------------------------------ */


.btn-menu, .retour {
    display: none;
}

.fa-times {
    font-size: 1.5rem;
}

.btn-menu .fa-bars {
    font-size: 2.5rem;
    color: #000;
    float: right;
    padding: 10px 15px 10px 100vw;
    background-color: #64c8f5;
}

header nav ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #64c8f5;

    text-align: center;
}

header nav ul li {
    display: inline-block;
    text-align: center;
}

header nav ul li a {
    font-family: 'Raleway', sans-serif;
    font-size: 1rem;
    color: #000;

    display: block;
    text-align: center;
    text-decoration: none;
    padding: 18px 18px 16px 18px;
}

header nav ul li .langage {
    font-weight: bold;
}

header nav ul li a:link {
}

header nav ul li a:visited {
    color: #000;
}

header nav ul li a:hover {
    background-color: dodgerblue;

    -webkit-transition: .5s all;
}

header nav ul li a:active {
    color: #fbfcfc;
}


/* ------------------------------  HEADER INTERACTIVE  ------------------------------ */


#main {
    background-color: #0d0d0d;

    width: 100%;
    height: 100vh;
    position: relative;
    overflow: hidden;
}

#object1 {
    position: absolute;
    top: 12%;
    left: 5%;
}

#object2 {
    position: absolute;
    top: 30%;
    left: 40%;
}

#object3 {
    position: absolute;
    top: 5%;
    left: 55%;
}

#object4 {
    position: absolute;
    top: 15%;
    left: 78%;
}


#object1 img{
    width: 45%;
}

#object2 img{
    width: 300px;
    opacity: 0.3;
}

#object3 img{
    width: 300px;
    opacity: 0.8;
}

#object4 img{
    width: 320px;
    opacity: 0.9;
}

#layer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
}

#msg {
    font-family: 'Playball', cursive;
    font-size: 70px;
    color: #fff;
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%,-50%);
}

#poste {
    font-family: 'Raleway', sans-serif;
    font-size: 20px;
    color: dodgerblue;
}


/* ------------------------------  SECTION A PROPOS  ------------------------------ */


article .container {
    margin: 0 auto;
    width: 1000px;
}

.section-apropos {
    background-color: #fbfcfc;
}

.apropos-img {
    background-image: url("../image/apropos/tashaperron-img.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 200px;
    width: 200px;
    height: 200px;
    margin: auto;

    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;

    margin-top: 120px;
    margin-bottom: 50px;
}

.section-apropos h2{
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 25px;
    color: #000;
    text-align: center;
    text-transform: uppercase;
}

.section-apropos p{
    font-family: 'Raleway', sans-serif;
    font-size: 18px;
    color: #000;
    text-align: center;

    margin-bottom: 120px;
}


/* ------------------------------  SECTION PROJETS  ------------------------------ */


.section1-projets, .section2-projets {
    display: flex;
    flex-direction: row;
}

.con {
    width: 50%;
    height: 60vh;
    margin: 0;
    display: flex;
    flex-direction: row;
    background: #191919;
    position: relative;
}

.overlay {
    position: absolute;
    background: rgba(0, 0, 0, .7);
    width: 100%;
    height: 100%;
    -webkit-transition: all 500ms cubic-bezier(0.460, 0.695, 0.000, 0.980);
    -moz-transition: all 500ms cubic-bezier(0.460, 0.695, 0.000, 0.980);
    -o-transition: all 500ms cubic-bezier(0.460, 0.695, 0.000, 0.980);
    transition: all 500ms cubic-bezier(0.460, 0.695, 0.000, 0.980);
    /* custom */

    overflow: hidden;
}

.con_1 {
    transform: scale(0, 0);
    opacity: 0;
}

.text,
.button {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    color: #FFF;
    text-align: center;
    -webkit-transition: all 500ms cubic-bezier(0.460, 0.695, 0.000, 0.980);
    -moz-transition: all 500ms cubic-bezier(0.460, 0.695, 0.000, 0.980);
    -o-transition: all 500ms cubic-bezier(0.460, 0.695, 0.000, 0.980);
    transition: all 500ms cubic-bezier(0.460, 0.695, 0.000, 0.980);
    /* custom */

    margin-top: 22vh;
    font-size: 35px;
    transition-delay: .2s;
}

.text_1 {
    transform: scale(0, 0);
    opacity: 0;
}

.button {
    width: 10vw;
    font-size: 14px;
    margin: 0 auto;
    padding: 1vh;
    border-radius: 10px;
    bordeR: 2px solid #64c8f5;
    transition-delay: .2s;
    transform: scale(0, 0);
    opacity: 0;
    color: #64c8f5;

    text-decoration: none;
    display: block;
}

.button:hover {
    cursor: pointer;
    background: #64c8f5;
    color: #191919;
    transition-delay: 0s;
}

.container_1 {
    background: url("../image/projets/projet1.png");
    background-size: cover;
    background-position: center;
    padding: 0;
}

.container_1:hover .con_1 {
    transform: scale(1, 1);
    opacity: 1;
}

.container_1:hover .text_1,
.container_1:hover .b1 {
    transform: scale(1, 1);
    opacity: 1;
}


.container_2 {
    background: url("../image/projets/projet2.png");
    background-size: cover;
    background-position: center;
    padding: 0;
}

.container_2:hover .con_1 {
    transform: scale(1, 1);
    opacity: 1;
}

.container_2:hover .text_1,
.container_2:hover .b1 {
    transform: scale(1, 1);
    opacity: 1;
}


.container_3 {
    background: url("../image/projets/projet3.png");
    background-size: cover;
    background-position: center;
    padding: 0;
}

.container_3:hover .con_1 {
    transform: scale(1, 1);
    opacity: 1;
}

.container_3:hover .text_1,
.container_3:hover .b1 {
    transform: scale(1, 1);
    opacity: 1;
}


.container_4 {
    background: url("../image/projets/projet4.png");
    background-size: cover;
    background-position: center;
    padding: 0;
}

.container_4:hover .con_1 {
    transform: scale(1, 1);
    opacity: 1;
}

.container_4:hover .text_1,
.container_4:hover .b1 {
    transform: scale(1, 1);
    opacity: 1;
}


/* ------------------------------  SECTION APTITUDES  ------------------------------ */


.section-aptitudes{
    margin-bottom: 100px;
}

.section-aptitudes h2{
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 25px;
    color: #000;
    text-align: center;
    text-transform: uppercase;
    margin-top: 100px;
    margin-bottom: 60px;
}

.section-aptitudes .container {
    display: block;
    overflow: hidden;
    margin: 0 auto;
    width: 1000px;
}


#owl-demo .item{
    margin: 3px;
    margin-left: 90px;
    margin-right: 90px;
}


#owl-demo .item img{
    display: block;
    width: 100%;
    height: auto;
}



/* ------------------------------  FOOTER  ------------------------------ */


.section-contact {
    display: flex;
    flex-direction: row;
}

.contact-info {
    background-color: #64c8f5;
    width: 40%;

    text-align: center;
}

.contact-info h2{
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 25px;
    color: #000;
    text-transform: uppercase;
    margin-top: 120px;
    margin-bottom: 60px;
}

.contact-info h3{
    font-family: 'Playball', cursive;
    font-size: 28px;
    color: #000;
    margin-top: 80px;
    margin-bottom: 30px;
}

.contact-info p , a{
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    font-size: 18px;
    color: #000;
    text-decoration: none;
}

.contact-info a:hover {
    color: #fff;
}

.contact-info p .fa , a .fa {
    margin-right: 15px;
}

.contact-info .reseau-sociaux {
    padding-top: 20px;
}

.contact-info .reseau-sociaux a {
    font-size: 22px;
    align-items: center;
}


.contact-info .reseau-sociaux a .fa{
    color: #0d0d0d;
    border: 3px solid #0d0d0d;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    margin-right: 20px;
    margin-top: 10px;
}

.contact-info .reseau-sociaux .lastchild .fa{
    margin-right: 0;
}

.contact-info .reseau-sociaux a .fa-facebook {
    padding: 10px 15px 10px 15px;
}

.contact-info .reseau-sociaux a .fa-facebook:hover {
    color: #3b5a99;
    border: 3px solid #3b5a99;
}

.contact-info .reseau-sociaux a .fa-pinterest-p {
    padding: 10px 14px 10px 14px;
}

.contact-info .reseau-sociaux a .fa-pinterest-p:hover {
    color: #cc2028;
    border: 3px solid #cc2028;
}

.contact-info .reseau-sociaux a .fa-instagram {
    padding: 10px 12.86px 10px 12.86px;
}

.contact-info .reseau-sociaux a .fa-instagram:hover {
    color: #aa4198;
    border: 3px solid #aa4198;
}


.contact-form {
    width: 60%;
    overflow: hidden;
    background-image: url("../image/contact/img-bg.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

input[type=text], [type=email], textarea {
    width: 65%;
    margin: 40px 0 0 100px;
}

input[type=text]:first-child {
    margin: 110px 0 0 100px;
}

input, textarea{
    padding:10px;
    box-sizing:border-box;
    background:none;
    outline:none;
    resize:none;
    border:0;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    color: #fff;
    transition:all .3s;
    border-bottom:2px solid #fff;
}

input:focus , textarea:focus{
    border-bottom:2px solid #78788c
}

.bouton-envoyer:focus{
    border-bottom: none;
}

.bouton-envoyer{
    padding:10px;
    box-sizing:border-box;
    background:none;
    outline:none;
    resize:none;
    border:0;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    color: #fff;
    transition:all .3s;
    border-bottom: none;


    width: 100%;
    margin-top: 40px;
    margin-bottom: 60px;

}

.bouton-envoyer:hover {
    color: #64c8f5;
}

.copyright{
    background-color: #0d0d0d;
}

.copyright p{
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    color: #fff;
    text-align: center;

    padding: 18px 0 18px 0;
    margin: 0;
}

footer .container {
    overflow: visible;
    margin: 0 auto;
    width: 1000px;
}

footer{
    background-color: #64c8f5;
}


/* ------------------------------  MEDIAS QUERYS  ------------------------------ */


@media (max-width: 768px) {


    header nav {
        padding-bottom: 0;
    }

    header nav ul li a {
        font-size: 0.9375rem;
        padding: 18px 18px 16px 18px;
    }

    #object1 {
        top: 16%;
        left: -5%;
    }

    #object2 {
        top: 30%;
        left: 31%;
    }

    #object3 {
        top: 5%;
        left: 45%;
    }

    #object4 {
        top: 15%;
        left: 67%;
    }


    #object1 img{
        width: 45%;
        opacity: 0.4;
    }

    #object2 img{
        width: 250px;
        opacity: 0.3;
    }

    #object3 img{
        width: 250px;
        opacity: 0.4;
    }

    #object4 img{
        width: 280px;
        opacity: 0.6;
    }

    #msg {
        font-size: 60px;
        top: 45%;
        left: 50%;
    }

    #poste {
        font-size: 17px;
    }




    article .container {
        margin: 0 auto;
        width: 90%;
    }

    .apropos-img {
        background-size: 180px;
        width: 180px;
        height: 180px;
        margin: auto;

        margin-top: 80px;
        margin-bottom: 50px;
    }

    .section-apropos h2{
        font-size: 20px;
    }

    .section-apropos p{
        font-size: 16px;
        font-weight: 500;
        margin-bottom: 100px;
    }



    .con {
        width: 50%;
        height: 50vh;
    }



    .section-aptitudes .container {
        margin: 0 auto;
        width: 90%;
    }

    #owl-demo .item{
        margin: 3px;
        margin-left: 80px;
        margin-right: 80px;
    }



    .contact-info h2{
        font-size: 20px;
        margin-top: 70px;
        margin-bottom: 60px;
    }

    .contact-info h3{
        font-size: 26px;
        margin-top: 130px;
        margin-bottom: 30px;
    }

    .contact-info a{
        font-weight: 700;
        font-size: 18px;
    }

    .contact-form {
        width: 60%;
        background-position: center;
        background-size: cover;
    }

    input[type=text], [type=email], textarea {
        width: 76%;
        margin: 40px 0 0 50px;
    }

    input[type=text]:first-child {
        margin: 60px 0 0 50px;
    }

    input, textarea{
        font-size: 18px;
    }

    .bouton-envoyer{
        padding:10px;
        font-size: 18px;

        width: 100%;
        margin-top: 40px;
        margin-bottom: 50px;
    }
}



@media (max-width: 525px) {


    nav ul{
        display: flex;
        flex-direction: column;

        position: fixed;

        z-index: 10;

        top: 90px;
        left: 100%;

        width: 100vw;

        transition: left 0.6s ease;
    }

    nav ul li{
        border-bottom: 2px solid #686868;
    }

    nav ul li:last-child{
        border-bottom: none;
    }

    .open{
        left: 0;
    }

    .btn-menu, .retour {
        display: block;
    }



    #object1 {
        top: 16%;
        left: -10%;
    }

    #object2 {
        top: 30%;
        left: 20%;
    }

    #object3 {
        top: 5%;
        left: 30%;
    }

    #object4 {
        top: 15%;
        left: 60%;
    }


    #object1 img{
        width: 45%;
        opacity: 0.4;
    }

    #object2 img{
        width: 250px;
        opacity: 0.3;
    }

    #object3 img{
        width: 250px;
        opacity: 0.4;
    }

    #object4 img{
        width: 280px;
        opacity: 0.6;
    }

    #msg {
        font-size: 50px;
        top: 45%;
        left: 50%;
    }

    #poste {
        font-size: 18px;
        font-weight: 700;
    }




    article .container {
        margin: 0 auto;
        width: 90%;
    }

    .apropos-img {
        background-size: 150px;
        width: 150px;
        height: 150px;
        margin: auto;

        margin-top: 80px;
        margin-bottom: 50px;
    }

    .section-apropos h2{
        font-size: 16px;
    }

    .section-apropos p{
        font-size: 15px;
        font-weight: 500;
        margin-bottom: 100px;
    }



    .con {
        width: 100%;
        height: 50vh;
    }

    .section1-projets, .section2-projets {
        display: flex;
        flex-direction: column;
    }




    .section-aptitudes .container {
        margin: 0 auto;
        width: 90%;
    }

    .section-aptitudes h2{
        font-size: 20px;
        margin-top: 100px;
        margin-bottom: 60px;
    }

    #owl-demo .item{
        margin: 3px;
        margin-left: 20px;
        margin-right: 20px;
    }



    .section-contact {
        display: flex;
        flex-direction: column;
    }

    .contact-info {
        width: 100%;
        text-align: center;
        padding-bottom: 60px;
    }

    .contact-info h2{
        font-size: 20px;
        margin-top: 70px;
        margin-bottom: 40px;
    }

    .contact-info h3{
        font-size: 26px;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .contact-info a{
        font-weight: 700;
        font-size: 22px;
    }

    .contact-form {
        width: 100%;
        background-position: center;
        background-size: cover;
    }

    input[type=text], [type=email], textarea {
        width: 87%;
        margin: 40px 0 0 30px;
    }

    input[type=text]:first-child {
        margin: 40px 0 0 30px;
    }

    input, textarea{
        font-size: 18px;
    }

    .bouton-envoyer{
        padding:10px;
        font-size: 18px;

        width: 100%;
        margin-top: 40px;
        margin-bottom: 50px;
    }
}


/* ------------------------------  PAGE PROJETS  ------------------------------ */


header .header-anim {
    width: 100%;
    height: 150px;
    background-color:  #ffefce;
}

header .header-anim h1 {
    margin-top: 0;
    font-family: 'Playball', cursive;
    font-size: 3.4375rem;
    color: #000;
    text-align: center;
    padding-top: 43px;
}

.page-projets .container{
    margin: 0 auto;
    width: 1000px;

    display: flex;
    flex-direction: row;

    padding-top: 80px;
}


.page-projets {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.projet-img {
    width: 80%;
    margin-right: 60px;
    margin-bottom: 50px;
}

.projet-img img {
    width: 100%;
}

.page-projets .projets-info h2 {
    font-family: 'Raleway', sans-serif;
    font-weight: bold;
    font-size: 30px;
    color: #000;
    margin: 0;
}

.page-projets .projets-info h3{
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    font-size: 1rem;
    color: dodgerblue;
    padding-bottom: 20px;
}

.page-projets .projets-info p {
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    font-size: 1rem;
    color: #000;
}

.page-projets .projets-info a {
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    font-size: 0.9375rem;
    color: #64c8f5;
    text-decoration: none;
    border: 3px solid #64c8f5;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    padding: 12px 18px 12px 18px;
}

.page-projets .projets-info a:hover {
    cursor: pointer;
    background: #64c8f5;
    color: #191919;
    transition-delay: .2s;
}

.bnt-visiter {
    padding: 30px 0 120px 0;
}




/* ------------------------------  PAGE PROJETS - MEDIA QUERY  ------------------------------ */



@media (max-width: 768px) {

    .page-projets {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }

    .projet-img {
        width: 80%;
        margin-right: 30px;
        margin-bottom: 50px;
        margin-left: 30px;
    }

    .projet-img img {
        width: 100%;
    }

    .page-projets .projets-info {
        margin-right: 30px;
    }

    .page-projets .projets-info h2 {
        font-size: 1.5625rem;
        margin: 0;
    }

    .page-projets .projets-info h3{
        font-size: 0.875rem;
        padding-bottom: 10px;
    }

    .page-projets .projets-info p {
        font-size: 0.875rem;
    }

    .page-projets .projets-info a {
        font-size: 0.9375rem;
        text-decoration: none;
        border: 3px solid #64c8f5;
        border-radius: 50px;
        padding: 12px 18px 12px 18px;
    }

    .bnt-visiter {
        padding: 30px 0 100px 0;
    }
}



@media (max-width: 525px) {

    .page-projets {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .projet-img {
        width: 100%;
        margin-right: 5px;
        margin-bottom: 10px;
        margin-left: 5px;
    }

    .projet-img img {
        width: 100%;
    }

    .page-projets .container{
        width: 90%;

        display: flex;
        flex-direction: column;

        padding-top: 60px;
    }

    .page-projets .projets-info h2 {
        font-size: 1.5625rem;
        margin: 0;
    }

    .page-projets .projets-info h3{
        font-size: 0.875rem;
        padding-bottom: 10px;
    }

    .page-projets .projets-info p {
        font-size: 0.875rem;
    }

    .page-projets .projets-info a {
        font-size: 0.9375rem;
        padding: 12px 18px 12px 18px;
    }

    .bnt-visiter {
        padding: 30px 0 100px 0;
    }
}




