/* FONTS */

@font-face {
    font-family: 'Bavro';
    src: url('../fonts/bavro-regular-webfont.woff');
}

/*--------------- RESET ---------------*/
*, *::after, *::before {
    box-sizing: border-box;
}

*::selection {
    /*color: #aa2259;*/
    color: #433692;
}

p::selection {
    color: #322E50;
}

html {
    /*font-family: "Playfair Display", 'Rubik', sans-serif;*/
    font-family: 'Be Vietnam', "Poppins", 'Roboto', sans-serif;
    /*color: #fff;*/
    color: #322E50;
    font-size: 20px;

    overflow-x: hidden;
    scroll-behavior: smooth;
}

.wrapper {
    width: 100%;
    margin: 0 auto;
}

.gradient {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ff4057+1,ff8260+100 */
    background: #ff4057; /* Old browsers */
    background: -moz-linear-gradient(top, #ff4057 1%, #ff8260 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #ff4057 1%,#ff8260 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #ff4057 1%,#ff8260 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff4057', endColorstr='#ff8260',GradientType=0 ); /* IE6-9 */
}

.bgwhite {
    /*background-color: white;*/
    background-color: rgba(255, 255, 255, 0.89);
    border-radius: 4px;

    height: 1340px;
    max-width: 1500px;
}

.border-radius-4px {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.displayinline {
    display: inline;
}

/*------------------------------------*/

body {
    color: #252525;
    /*background-color: #FDFAF5;*/
    /*background-color: #f5f4f4;*/
    background-color: #FAF9FF;
}

/*------------------------------------*/
/*              TITRES                */
/*------------------------------------*/

h1, h2, h3, h4, h5, h6 {
    margin: 0;
}

a {
    /*color: #fff;*/
    /*color: #aa2259;*/
    color: #FF4057;
    text-transform: none;
    text-decoration: none;
}

h2.nom-section {
    /* margin-left: 10%; */
    padding-top: 10px;

    color: #334155;
}

/* Noms des sections */
h2 {
    /*font-family: 'Poppins', sans-serif;*/
    font-size: 60px;
    font-weight: 600;

    /* color: #334155; */

    /*color: #252525;*/
    /*letter-spacing: 6px;*/
}

h3 {
    font-size: 15px;
    text-align: center;
}

/* Noms des compétences */
h5 {
    /*font-family: 'Poppins', serif;*/
    font-size: 15px;
    color: #fff;
}

/*------------------------------------*/
/*              GÉNÉRAL               */
/*------------------------------------*/

section {
    width: 100vw;
    position: relative;
}

nav {
    width: 100%;
}

button {
    /*background-color: #aa2259;*/
    background-color: #FF4057;
    color: #fff;

    /* width:170px; */
    width: 110%;
    height:60px;

    border: none;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;

    /*-webkit-border-radius: 20px;*/
    /*-moz-border-radius: 20px;*/
    /*border-radius: 20px;*/

    /*width: 300px;*/
    /*height: 40px;*/
    /*padding: 10px;*/

    font-family: "Be Vietnam", 'Poppins', sans-serif;
    font-size: 18px;

    /* margin: 12px 0; */
    margin: 0;
    cursor: pointer;

    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ff4057+1,ff8260+100 */
    background: #ff4057; /* Old browsers */
    background: -moz-linear-gradient(top, #ff4057 1%, #ff8260 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #ff4057 1%,#ff8260 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #ff4057 1%,#ff8260 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff4057', endColorstr='#ff8260',GradientType=0 ); /* IE6-9 */
}

button a {
    color: #fff;
}

.flex {
    display: flex;
    justify-content: center;
}

.flex-column {
    display: flex;
    flex-direction: column;
}

.shadow {
    -webkit-box-shadow: 10px 10px 46px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 10px 10px 46px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 10px 10px 46px 0 rgba(0, 0, 0, 0.2);
}

/*------------------------------------*/
/*            NAVIGATION              */
/*------------------------------------*/

.nav-top-centre {
    position: fixed;
    left: 0;
    top: 0;
    padding-top: 20px;
    /*z-index: 2;*/
}

/*   Portfolio   */
.nav-top-centre h4 {
    /*color: #aa2259;*/
    color: #433692;
    text-align: center;
    /*font-family: Poppins, 'Montserrat', sans-serif;*/
    letter-spacing: 3px;
}

.fleche {
    position: absolute;
    bottom: 34px;
    width: 60px;

    animation: pulse 2s infinite;
}

.fleche img {
    /*background-color: #aa2259;*/
    border-radius: 50px;
}

.nav-bottom {
    justify-content: space-around;

    position: absolute;
    bottom: 0;

    /*font-family: Poppins, 'Montserrat', sans-serif;*/
    letter-spacing: 1px;
}

.nav-top-right {
    /*width: 700px;*/
    /* width: 800px; */
    width: 100%;
    justify-content: space-around;
    /*position: absolute;*/
    position: fixed;
    top: 0;
    right: 20px;
    z-index: 2;

    /*font-family: Poppins, 'Montserrat', sans-serif;*/
    font-weight: 500;
    text-align: right;
    letter-spacing: 1px;
    /*color: #252525;*/
    background-color: #FAF9FF;

}

.nav-top-right a p {
    /*color: #252525;*/
    color: #433692;
}

/*--------------------------*/

/*------------------------------------*/
/*        SECTION 1 - ACCUEIL         */
/*------------------------------------*/
.section-accueil {
    width: 100vw;
    height: 100vh;
}

.section-titre {
    /*width:100vw;*/
    height: 100vh;
    align-items: center;
    flex-direction: column;
}

/* PORTFOLIO */
.section-accueil h1 {
    font-family: Be Vietnam, Poppins, Montserrat, Roboto, sans-serif;
    /*font-family: Bavro, Poppins, 'Rubik', sans-serif;*/
    font-weight: 800;

    /*font-size: 145px;*/

    font-size: 100px;
    letter-spacing: 4px;
    /*letter-spacing: 50px;*/
    /*letter-spacing: 35px;*/
    /*color: #aa2259;*/

    color: #433692;
    text-align: center;

    margin-bottom: 30px;
}

.section-accueil h1::selection {
    /*color: #8e44ad;*/
    color: #000;
}

.section-titre span {
    font-size: 26px;
    color: #433692;
    margin-top: 50px;
}

/*------------------------------------*/
/*     SECTION 2 - RÉALISATIONS       */
/*------------------------------------*/

.section-realisations {
    /*background-color: #5a1762;*/
    /*background-color: #432372;*/
    flex-wrap: wrap;
    justify-content: space-around;
    padding: 70px 80px;

    width: 100vw;

    min-height: 100vh;
}

.a-realisation {
    height: 300px;
    margin-bottom: 38px;
    /*position: relative;*/
    /*top: 0;*/

}

.apercu-realisation {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;

    width: 450px;
    height: 300px;

    background-color: #fff;

    position: relative;

    text-align: center;
}

.apercu-realisation img {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;

    width: 100%;
    height: 100%;
}

.apercu-realisation h3 {
    /*position: absolute;*/
    /*bottom: 5px;*/
    line-height: 40.5px;
    font-family: "Be Vietnam", Poppins, 'Montserrat', sans-serif;
    letter-spacing: 1px;
}

.titre-realisation {
    border-radius: 0 0 20px 20px;

    height: 40px;
    width: inherit;
    position: relative;
    bottom: 25px;

    background-color: #fff;
    color: #3c2a4a;
    text-align: center;
    align-items: center;
}

.liens-externes {
    display: flex;
}

.telecharger {
    position: relative;
    top: -17px;
    right: -4px;
}

/*------------------------------------*/
/*      SECTION 3 - COMPÉTENCES       */
/*------------------------------------*/

#section2 {
    height: auto;
}

.section-competences {
    display: block;
    height:90vh;
}

.section-competences img {
    width: 200px;
    height: 200px;
}


/*-----------*/

.singlecompetence {
    position: relative;

    margin: 0 10px;
}

.texte1 {
    font-family: "Be Vietnam", 'Poppins', sans-serif;
    /*   position: absolute;
       top: 0;
       left: 0;*/
    cursor: default;
}

.texte2 {
    font-family: "Be Vietnam", 'Poppins', sans-serif;
    width: 250px;
    text-align: center;
}

.section-competences h5 {
    position: absolute;
    /*top: 22%;*/
    /*left: 26%;*/

    font-size: 27px;
    letter-spacing: 1px;
    /*font-weight: 900;*/
}



/*------------------------------------*/
/*              À PROPOS*/
/*------------------------------------*/

div.apropos {
    flex-wrap: wrap;
    justify-content: space-around;
    /*justify-content: center;*/
    align-items: center;
    /* margin-bottom: 100px; */
    margin-bottom: 40px;
    align-items: baseline;
}

.cv {
    background-color: #fff;
    /*color: #a92e6d;*/
    /*color: #aa2259;*/

    /*color: #FF4057;*/

    font-weight: 800;
    margin-top: 38px;
}

.cv:hover {
    /*background-color: #a92e6d;*/
    /*background-color: #aa2259;*/
    background-color: #FF4057;
    color: #fff;
}

.img-circular {
    width: 300px;
    height: 300px;
    background-image: url('../img/valentine-rond.jpg');
    background-size: cover;
    display: block;
    border-radius: 150px;
    -webkit-border-radius: 150px;
    -moz-border-radius: 150px;

    position: absolute;
    left: 523px;
    top: 0;
}

div.apropostexte, div.aproposinfos {

    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;

    /*-webkit-border-radius: 20px;*/
    /*-moz-border-radius: 20px;*/
    /*border-radius: 20px;*/
}

div.apropostexte {

    line-height: 45px;
    /*text-align: justify;*/
}

div.aproposinfos {
    width: 600px;
    /*height: 300px;*/

    position: relative;
}

img.photomoi {
    width: 100%;
    /*height:70%;*/
    height: auto;
}

#apropos {
    margin-bottom: 15px;

}

.boutonscontact {
    display: flex;
    flex-direction: row;
    gap: 20px;
    flex-wrap: wrap;
}

.boutonscontact button {
padding: 0px 16px;
}

.boutonscontact a {
    /* margin-left:10px; */
    display: inline-flex;
}

.boutonsecondary {
    color: #FF4057;
    background: white ;
    border: 1px solid #FF4057;
    /* color: #433692; */
}


/*--------------------------*/
/*      SECTION FOOTER      */
/*--------------------------*/
#section4 {
    height: auto;
}

.flexfooter {
    display: flex;
    justify-content: space-around;
    flex-direction: row;

}

.coordonnees {

    display: flex;
    justify-content: center;
}

.section-footer {
    flex-wrap: wrap;
}

.fondreseauxsociaux {

    width: 100vw;
    height: 80px;
    background-color: rgba(21, 54, 106, 0.5);

    position: absolute;
    left: 0;
    top: 49px;
    /*z-index: -2;*/
    /*background-color: #15366a;*/
}

.reseauxsociaux {
    /*padding: 0 450px;*/
    /*padding-top: 15px;*/
    align-content: center;
    justify-content: space-between;
}

i {
    font-size: 50px;
    z-index: 4;
    line-height: 16px;
}

.formulaire {
    z-index: 2;
    /*position: relative;*/
    /*left: 1150px;*/
}

input {
    border: none;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;

    -webkit-box-shadow: 10px 10px 46px 0 rgba(0, 0, 0, 0.44);
    -moz-box-shadow: 10px 10px 46px 0 rgba(0, 0, 0, 0.44);
    box-shadow: 10px 10px 46px 0 rgba(0, 0, 0, 0.44);

    width: 300px;
    height: 40px;
    padding: 10px;

    background-color: #fff;
    font-family: "Be Vietnam", 'Poppins', sans-serif;
    font-size: 15px;

    margin: 12px 0;

}

textarea {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;

    -webkit-box-shadow: 10px 10px 46px 0 rgba(0, 0, 0, 0.44);
    -moz-box-shadow: 10px 10px 46px 0 rgba(0, 0, 0, 0.44);
    box-shadow: 10px 10px 46px 0 rgba(0, 0, 0, 0.44);

    width: 300px;
    height: 300px;
    padding: 10px;

    position: relative;

    text-align: left;
    font-family: "Be Vietnam", 'Poppins', sans-serif;
    background-color: #fff;
    font-size: 15px;

    margin-top: 15px;

    resize: none;
    outline: none;
    overflow: auto;
}

.envoyer1 {
    border: none;
    border-radius: 0 0 20px 20px;

    width: 300px;
    height: 40px;
    position: absolute;
    left: 0;
    bottom: 4px;

    background-color: #8f165e;
    font-family: "Be Vietnam", 'Poppins', sans-serif;
    color: #fff;
    text-align: center;
    align-items: center;
    letter-spacing: 3px;

    cursor: pointer;
}

.colonnegauche {
    flex-direction: row;
    justify-content: space-around;

    width: 317px;
}

.colonnegauche p {
    text-align: center;
}

/*------------------------------------------*/

/*Hover*/
/* Bob */
@-webkit-keyframes hvr-bob {
    0% {
        -webkit-transform: translateY(-8px);
        transform: translateY(-8px);
    }
    50% {
        -webkit-transform: translateY(-4px);
        transform: translateY(-4px);
    }
    100% {
        -webkit-transform: translateY(-8px);
        transform: translateY(-8px);
    }
}

@keyframes hvr-bob {
    0% {
        -webkit-transform: translateY(-8px);
        transform: translateY(-8px);
    }
    50% {
        -webkit-transform: translateY(-4px);
        transform: translateY(-4px);
    }
    100% {
        -webkit-transform: translateY(-8px);
        transform: translateY(-8px);
    }
}

@-webkit-keyframes hvr-bob-float {
    100% {
        -webkit-transform: translateY(-8px);
        transform: translateY(-8px);
    }
}

@keyframes hvr-bob-float {
    100% {
        -webkit-transform: translateY(-8px);
        transform: translateY(-8px);
    }
}

.hvr-bob {
    /*display: inline-block;*/
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

.hvr-bob:hover, .hvr-bob:focus, .hvr-bob:active {
    -webkit-animation-name: hvr-bob-float, hvr-bob;
    animation-name: hvr-bob-float, hvr-bob;
    -webkit-animation-duration: .3s, 1.5s;
    animation-duration: .3s, 1.5s;
    -webkit-animation-delay: 0s, .3s;
    animation-delay: 0s, .3s;
    -webkit-animation-timing-function: ease-out, ease-in-out;
    animation-timing-function: ease-out, ease-in-out;
    -webkit-animation-iteration-count: 1, infinite;
    animation-iteration-count: 1, infinite;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-direction: normal, alternate;
    animation-direction: normal, alternate;
}

@-webkit-keyframes hvr-bob-float {
    100% {
        -webkit-transform: translateY(-8px);
        transform: translateY(-8px);
    }
}

@keyframes hvr-bob-float {
    100% {
        -webkit-transform: translateY(-8px);
        transform: translateY(-8px);
    }
}

.hvr-bob {
    /*display: inline-block;*/
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

.hvr-bob:hover, .hvr-bob:focus, .hvr-bob:active {
    -webkit-animation-name: hvr-bob-float, hvr-bob;
    animation-name: hvr-bob-float, hvr-bob;
    -webkit-animation-duration: .3s, 1.5s;
    animation-duration: .3s, 1.5s;
    -webkit-animation-delay: 0s, .3s;
    animation-delay: 0s, .3s;
    -webkit-animation-timing-function: ease-out, ease-in-out;
    animation-timing-function: ease-out, ease-in-out;
    -webkit-animation-iteration-count: 1, infinite;
    animation-iteration-count: 1, infinite;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-direction: normal, alternate;
    animation-direction: normal, alternate;
}

/*----------------------------------------*/

/* Underline Reveal */
.hvr-underline-reveal {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    overflow: hidden;
}

.hvr-underline-reveal:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    right: 0;
    bottom: 0;
    /*background: #aa2259;*/
    background: #FF4057;
    height: 4px;
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.hvr-underline-reveal:hover:before, .hvr-underline-reveal:focus:before, .hvr-underline-reveal:active:before {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}