/*Polices*/

@font-face {
    font-family: "CenturyGothic";
    src: url('../fonts/GOTHIC.TTF');
}

@font-face {
    font-family: 'Roboto', sans-serif;
}

@font-face {
    font-family: "FUTURAPTLIGHT";
    src: url('../fonts/FuturaPTLight.otf');
}

@font-face {
    font-family: "Ginto";
    src: url('../fonts/ginto-nord-black.otf');
}

body {
    background-color: #111111;
    margin: 0;
}

/*.................................Header...........................................................*/

.header {
    display: flex;
    justify-content: space-between;
    padding: 2%;
    position: fixed;
    overflow: auto;
    z-index: 1000;
    width: 98%;
}

#logo {
    width: 100%;
}

.topnav {
    width: 100%;
}

.menu {
    color: white;
    list-style-type: none;
    font-family: "CenturyGothic";
    font-size: 120%;
}

.menu li {
    display: inline;
    list-style: none;
    padding: 1%;
}

#derniermenu {
    padding-right: 2%;
}

ul {
    text-align: right;
    padding-inline-start: 0px;
}

li a {
    text-decoration: none;
    color: white;
    text-align: center;
}

li a:hover {
    text-decoration: none;
    color: #9F00FA;
    text-align: center;
}

.fakeheader {
    width: 100%;
    height: 25%;
}

/*.................................SECTION Home...........................................................*/

/*Fond*/

video#videoback {
    position: absolute;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
}

#filtre {
    position: absolute;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    opacity: 70%;
}


/*Contenu page*/

#nom {
    font-family: "Ginto";
    font-size: 600%;
    color: white;
    text-align: center;
    letter-spacing: .5rem;
    line-height: 90%;
    position: absolute;
    left: 50%;
    top: 40%;
    transform: translate(-50%, -50%);
}

h1 {
    font-weight: inherit;
}

.souris {
    width: 26px;
    height: 40px;
    position: absolute;
    border-radius: 18px;
    border: 2px solid white;
    bottom: 5%;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
}

.souris .molette {
    background-color: #9F00FA;
    width: 4px;
    height: 10px;
    border-radius: 2px;
    position: absolute;
    top: 10px;
    left: 50%;
    margin: 0 0 0 -2px;
    animation: mouse-scroll 0.8s infinite alternate;
}

@keyframes mouse-scroll {
    to {
        transform: translate(0, 6px) scale(1, 0.8);
    }
}

/*.................................SECTION 1...........................................................*/

#fond1 {
    position: absolute;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -150;
}

.contenuintro {
    display: flex;
    justify-content: space-around;
}

.titreheaderpages {
    font-family: "Ginto";
    color: white;
    font-weight: 100;
    font-size: 300%;
    text-align: center;
    position: absolute;
    top: 3%;
    transform: translate(-50%, -50%);
    left: 50%;
}

#titreparcours {
    top: 5%;
}

.texteapropos {
    width: 45%;
}

.grandtexte {
    font-family: "Roboto";
    font-weight: 300;
    font-size: 40px;
    color: white;
}

.paragraphe {
    font-family: "Roboto";
    font-weight: 100;
    color: white;
    line-height: 25px;
    font-size: 20px;
}

.textefin {
    font-family: "Roboto";
    font-weight: 200;
    font-size: 30px;
    color: white;
}

.photoperso {
    width: 20%;
    height: 100%;
    margin-top: auto;
    margin-bottom: auto;
}

/*.................................SECTION 2...........................................................*/

#fond2 {
    position: absolute;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -200;
}

.conteneurbouton {
    position: absolute;
    display: flex;
    flex-wrap: wrap;
    height: 100%;
    width: 100%;
    z-index: 0;
}

.conteneurbouton a {
    text-decoration: none;
    width: 25%;
    height: 100%;
    background-color: #111111;
}

.bouton1 {
    height: 100%;
}

.bouton2 {
    height: 100%;
}

.bouton3 {
    height: 100%;
}

.bouton4 {
    height: 100%;
}

.textebouton {
    color: white;
    text-align: center;
    font-family: "Ginto";
    padding-top: 50vh;
    font-size: 30px;
    margin: 0;
}

a .bouton1:hover {
    background-image: url("../images/graphbrasserie.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

a .bouton2:hover {
    background-image: url("../images/printraegular.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

a .bouton3:hover {
    background-image: url("../images/videomira.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

a .bouton4:hover {
    background-image: url("../images/graphperso.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

/*.................................SECTION 3 (CV)...........................................................*/
#fond3 {
    position: absolute;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -300;
}

.slidecontainer {
    width: 80%;
    /* Width of the outside container */
    margin-right: auto;
    margin-left: auto;
    padding-top: 5%;
}

.blocdate {
    display: flex;
    justify-content: space-between;
}

.marques {
    background-color: white;
    height: 15px;
    width: 2px;
    margin-left: auto;
    margin-right: auto;
}

.blocdate p {
    color: white;
    font-family: "Roboto";
    font-weight: 300;
    font-size: 25px;
    margin: 0;
    padding-bottom: 2px;
}

/* The slider itself */
.slider {
    -webkit-appearance: none;
    width: 98.4%;
    margin-left: 0.8%;
    height: 2px;
    border-radius: 5px;
    background: white;
    outline: none;
    -webkit-transition: .2s;
    transition: opacity .2s;
}

/* The slider handle (use -webkit- (Chrome, Opera, Safari, Edge) and -moz- (Firefox) to override default look) */
.slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: white;
    cursor: pointer;
}

.slider::-moz-range-thumb {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: white;
    cursor: pointer;
}

output {
  display: none;
}

.textecv2018 {
    display: block;
}

.textecv2019 {
    display: none;
}

.textecv2020 {
    display: none;
}

.textecv2021 {
    display: none;
}

.textecv2022 {
    display: none;
}

.textecv2023 {
    display: none;
}

.textecv2024 {
    display: none;
}

.textecv2025 {
    display: none;
}

#date2018 {
    color: #9F00FA;
}

#date2019 {
    color: white;
}

#date2020 {
    color: white;
}

#date2021 {
    color: white;
}

#date2022 {
    color: white;
}

#date2023 {
    color: white;
}

#date2024 {
    color: white;
}

#date2025 {
    color: white;
}

.categoriecv {
    padding-top: 5%;
    padding-bottom: 2%;
}

.categoriecv h2 {
    color: white;
    font-family: "CenturyGothic";
    display: flex;
    justify-content: space-around;
}

.contenucategorie {
    display: flex;
    justify-content: space-around;
}

.bloctextecv {
    width: 30%;
}

.bloctextecv h3 {
    color: white;
    font-family: "Roboto";
    font-weight: 300;
    text-align: center;
}

.bloctextecv p {
    color: white;
    font-family: "Roboto";
    font-weight: 150;
    text-align: center;
    line-height: 25px;
    font-size: 20px;
}

.italique {
    font-style: italic;
}

/*.................................SECTION 4 (Contact)...........................................................*/
#fond4 {
    position: absolute;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -400;
}

.contenucontact {
    display: flex;
    justify-content: space-around;
    padding-top: 3%;
}

.cartevisite {
    width: 35%;
    padding-left: 4%;
    margin-top: auto;
    margin-bottom: auto;
}

input[type=text],
input[type=email],
textarea {
    width: 100%;
    padding: 12px;
    border: 1px solid #ccc;
    box-sizing: border-box;
    margin-top: 6px;
    margin-bottom: 16px;
    resize: none;
    font-family: "Roboto";
    color: white;
}

input,
textarea {
    background-color: inherit;
    font-size: 15px;
}

input[type=submit] {
    background-color: #2A2A2A;
    color: white;
    padding: 12px 20px;
    border: none;
    cursor: pointer;
    font-family: "Roboto";
    font-weight: 100;
}

input[type=submit]:hover {
    background-color: #AAAAAA;
}

#envoi {
    float: right;
}

.formulaire {
    width: 40%;
    padding-right: 5%;
}

.texteerreur {
    font-family: "Ginto";
    font-size: 300%;
    color: white;
    text-align: center;
    position: absolute;
    left: 50%;
    top: 30%;
    transform: translate(-50%, -50%);
}

/*.................................Header Pages créations...........................................................*/

.headercrea {
    display: flex;
    justify-content: space-between;
    padding: 2%;
}

/*.................................PAGE Social media...........................................................*/

.blocsocialmedia {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 80%;
    margin-right: 10%;
    margin-left: 10%;
    margin-top: 2%;
    margin-bottom: 2%;
}

.blocsocialmedia .blocimagessocial {
    display: flex;
    flex-direction: column;
    width: 32%;
}

.blocsocialmedia .blocimagessocial img {
    width: 100%;
    padding-bottom: 5%;
}

#titreheadersocial {
    margin-top: 4%;
}

/*.................................PAGE Infographie...........................................................*/

#titreheaderinfo {
    margin-top: 4%;
}

.boxpdfadobe {
    display: flex;
    height: 650px;
}

.boxpdfadobe2 {
    display: flex;
    height: 900px;
}

.adobepdf {
    display: flex;
    justify-content: space-around;
    width: 60%;
    padding-right: 20%;
    padding-left: 20%;
    padding-bottom: 5%;
}

.adobepdf2 {
    display: flex;
    justify-content: space-around;
    width: 40%;
    padding-right: 30%;
    padding-left: 30%;
    padding-bottom: 5%;
}

/*.................................PAGE Vidéos...........................................................*/

.boxvideos {
 width: 100%;
 display: flex;
 justify-content: space-around;
 padding-bottom: 5%;
}

.videoyt {
}

/*.................................PAGE Graphisme...........................................................*/

.blocgraph {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 70%;
    margin-right: 15%;
    margin-left: 15%;
    margin-top: 2%;
    margin-bottom: 2%;
}

.blocgraph .blocimagesgraph {
    display: flex;
    flex-direction: column;
    width: 25%;
}

.blocgraph .blocimagesgraph img {
    width: 100%;
    padding-bottom: 10%;
}

#titreheadergraphisme {
    margin-top: 4%;
}


/*.................................BREAK AVANT RESPONSIVE...........................................................*/

@media only screen and (max-width: 1220px) {

    /*Burger*/

    #logo {
        width: 90%;
    }

    .line {
        width: 35px;
        height: 4px;
        background: white;
        margin: 7px;
        border-radius: 5px;
    }

    .burger {
        position: absolute;
        cursor: pointer;
        right: 2%;
    }

    .menu {
        text-align: right;
    }

    .menu li {
        display: none;
    }

    .menu.ouvert {
        margin-top: 50px;
        right: 2%;
    }

    li.clique {
        display: block;
        padding: 10px;
    }

    /*Swipe*/

    .souris {
        border: 0px solid;
    }

    .souris .molette {
        width: 15px;
        height: 15px;
        border-radius: 25px;
        top: 0px;
        margin-left: auto;
        margin-right: auto;
        left: 0;
        right: 0;
        animation: mouse-scroll 1s infinite alternate;
    }

    @keyframes mouse-scroll {
        to {
            transform: translate(0, 50px);
        }
    }

    /*Section 1 */
    .photoperso {
        width: 30%;
    }

    /*CV*/

    .slider {
        width: 97%;
        margin-left: 1.6%;
    }

    .boxpdfadobe {
    height: 400px;
    }
    .boxpdfadobe2 {
    display: flex;
    height: 600px;
    }
}

/*.................................RESPONSIVE...........................................................*/

@media only screen and (max-width: 800px) {

    /*.................................Home...........................................................*/

    #nom {
        font-size: 250%;
        letter-spacing: .5rem;
        line-height: 90%;
    }

    /* Header */

    #logo {
        width: 70%;
        padding-left: 1%;
        padding-top: 1%;
    }

    .titreheaderpages {
        font-size: 200%;
        top: 3%;
    }

    /*.................................SECTION 1...........................................................*/

    .photoperso {
        display: none;
    }

    .texteapropos {
        width: 80%;
    }

    .grandtexte {
        font-size: 30px;
    }

    .paragraphe {
        line-height: 20px;
        font-size: 15px;
    }

    /*.................................SECTION 2...........................................................*/

    .textebouton {
        font-size: 15px;
    }

    /*.................................SECTION 3 (CV)...........................................................*/

    .blocdate p {
        font-size: 15px;
    }

    .slider {
        width: 99%;
        margin-left: 0.5%;
    }

    .bloctextecv {
    width: 35%;
    }

    #textecvresponsive1
    {
    width: 70%;
    }

    #textecvresponsive2
    {
    width: 70%;
    }

    #textecvresponsive3
    {
    width: 70%;
    }

    #textecvresponsive4
    {
    width: 70%;
    }

    /*.................................SECTION 4 (Contact)...........................................................*/
    .contenucontact {
        display: flex;
        flex-direction: column;
        padding-left: 10%;
        padding-right: 10%;
    }

    .cartevisite {
        width: 80%;
        height: 35%;
        padding-left: 10%;
        padding-right: 10%;
    }

    .formulaire {
        padding: 0px;
        width: 100%;
        height: 50%;
        padding-top: 5%;
    }

    input[type=text],
    input[type=email],
    textarea {
        padding: 10px;
        margin-top: 5px;
        margin-bottom: 8px;
    }

    input,
    textarea {
        font-size: 10px;
    }

    input[type=submit] {
        padding: 10px 15px;
    }

    #envoi {
        font-size: 10px;
    }

/*.................................PAGE Social Media...........................................................*/

.blocsocialmedia {
    flex-direction: column;
    margin-top: 3%;
}

.blocsocialmedia .blocimagessocial {
    width: 100%;
}

/*.................................PAGE Graphisme...........................................................*/

.blocgraph {
    flex-direction: column;
    margin-top: 3%;
}

.blocgraph .blocimagesgraph {
    width: 100%;
}

/*.................................PAGE Infographie...........................................................*/


.boxpdfadobe {
    height: 300px;
    }

.boxpdfadobe2 {
    display: flex;
    height: 500px;
}

.adobepdf {
    width: 80%;
    padding-right: 10%;
    padding-left: 10%;
}

.adobepdf2 {
    width: 60%;
    padding-right: 20%;
    padding-left: 20%;
}

/*.................................BREAK Photos...........................................................*/

.boxphotos {
	width: 60%;
	margin-right: 20%;
	margin-left: 20%;
}
}