* {
    font-family: 'Raleway', sans-serif;
    margin: 0;
    padding: 0;
}

@font-face {
    font-family: "agentletouch";
    src: url('agentletouch.ttf');
}

#titre {
    text-decoration: line-through;
    text-decoration-color: white;
    pointer-events: none;
}

.portfolio {
    margin-left: 80px;
}

.evallone {
    margin-left: 80px;
}

a {
    text-decoration: none;
}

.cr {
    color: #ffd400;
    position: fixed;
    right: 1;
    bottom: 1;
    z-index: 999999999999;
    font-weight: 500;
}

.cr:hover:before {
    content: 'Copyright ';
}

.cr:hover:after {
    content: ' 2022 Eva Vallone';
}

#scroll_to_top {
    position: fixed;
    bottom: 20px;
    right: 15px;
    display: none;
}

#scroll_to_top img {
    width: 50px;
}

#scroll_to_top:hover {
    cursor: pointer;
}


/* accueil */

#anim {
    display: none;
}

.photo1 {
    height: 33%;
    width: 100%;
    background: url(img/evallone.jpg);
    background-repeat: no-repeat;
    background-position: 50% 40%;
    background-size: cover;
    filter: grayscale(1);
    -webkit-filter: grayscale(1);
    -moz-filter: grayscale(1);
    -o-filter: grayscale(1);
    -ms-filter: grayscale(1);
}

.photo2 {
    width: 100%;
    height: 34%;
    background: url(img/realisations.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    filter: grayscale(1);
    -webkit-filter: grayscale(1);
    -moz-filter: grayscale(1);
    -o-filter: grayscale(1);
    -ms-filter: grayscale(1);
}

.photo3 {
    width: 100%;
    height: 33%;
    background: url(img/contact.jpg);
    background-repeat: no-repeat;
    background-position: 95% 95%;
    background-size: cover;
    filter: grayscale(1);
    -webkit-filter: grayscale(1);
    -moz-filter: grayscale(1);
    -o-filter: grayscale(1);
    -ms-filter: grayscale(1);
}

.photo1:hover,
.photo2:hover,
.photo3:hover {
    filter: grayscale(0);
    -webkit-filter: grayscale(0);
    -moz-filter: grayscale(0);
    -o-filter: grayscale(0);
    -ms-filter: grayscale(0);
}

.pacc {
    font-family: "agentletouch";
    text-align: center;
    margin-left: 80px;
    font-size: 9em;
    color: white;
    text-shadow: 4px 4px 1px black;
}

.photo1:hover .pacc,
.photo2:hover .pacc,
.photo3:hover .pacc {
    text-shadow: 3px 3px 1px #b87087;
}


/* menu */

#deuz,
#preums {
    height: 45px;
    position: absolute;
    top: 10;
    left: 18;
}

#deuz {
    display: none;
}

#menu:target #deuz {
    display: block;
    transition-property: transform;
    transition-duration: 3s;
}

#menu:target #deuz:hover {
    transform: rotate(1000deg);
    transition-duration: 5s;
}

#menu:target #preums {
    display: none;
}

.hrmenu {
    display: none;
}

#menu:target .hrmenu {
    border: 0;
    height: 2px;
    width: 100%;
    background-color: white;
    display: block;
    position: absolute;
    top: 250;
}

#menu {
    height: 100%;
    width: 80px;
    background-color: #7c324a;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 4000;
}

#menu:target {
    width: 260px;
}

.menutab {
    display: none;
}

.menumob {
    display: none;
}

.logomenu {
    position: absolute;
    bottom: 7px;
    margin-left: 4px;
}

#menu:target .logomenu {
    margin-left: 90px;
}

#logomenu {
    width: 70px;
}

ul.listemenu,
.lang {
    display: none;
}

#menu:target ul.listemenu,
#menu:target .lang {
    display: block;
}

ul.listemenu {
    position: absolute;
    top: 75px;
    left: 18px;
}

.listemenu li {
    list-style-type: none;
}

.listemenu li+li {
    margin-top: 5px;
}

.listemenu a {
    color: white;
    font-size: 1.8em;
}

.lang {
    margin-left: 170px;
    position: absolute;
    top: 11;
}

.lang a {
    color: white;
    font-size: 1.8em;
}

#menu a:hover {
    color: #b87087;
}

.lang span {
    color: white;
    font-size: 1.8em;
}


/* evallone */

#conteneur {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    max-width: 900px;
    margin: auto;
}

#conteneur img {
    width: 150px;
    height: 150px;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.lignecv {
    border: 0;
    height: 3px;
    width: 100%;
    background-color: #b87087;
}

.lignecv2 {
    border: 0;
    height: 3px;
    width: 60%;
    background-color: #b87087;
    position: absolute;
    right: 0;
    margin-bottom: 4em;
}

.tcv {
    text-align: right;
    margin-right: 10px;
}

.h2cv {
    display: inline-block;
    color: #7c324a;
    font-weight: 100;
    font-size: 5em;
    vertical-align: middle;
}

.tcv img {
    vertical-align: middle;
    margin-right: 20px;
}


.entetemob {
    display: none;
}

.entete img {
    width: 20vw;
}


.video-container {
    margin-top: 20px;
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 70%;
    height: 70%;
    margin-left: 15%;
}

.entete h1 {
    font-family: "agentletouch";
    font-size: 16vw;
    font-weight: 100;
    color: #000000;
    text-align: center;
}


/* experiences */

.cont-exp {
    display: flex;
    flex-wrap: wrap;
    max-width: 95%;
    margin: auto;
    margin-bottom: 4em;
}

.cont-expmob {
    display: none;
}

.logopro,
.logopro2,
.logopro3 {
    width: 30%;
    text-align: center
}

.logopro img {
    width: 65%;
    margin-left: auto;
    margin-right: auto;
}

.logopro2 img {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
}

.logopro3 img {
    width: 30%;
    margin-left: auto;
    margin-right: auto;
}



.despro {
    width: 70%;
}

.despro h3,
.despro h4,
.despro p,
.despro li {
    margin-left: 40px;
}

.despro p {
    margin-top: 20px;
}


/* formations */


}

/* contact */
form {
    margin-top: 5%;
}
.contact {
    width: 100%;
    height: 100%;
    background: url(img/photocontactavion.jpg);
    background-repeat: no-repeat;
    background-position: 40% 70%;
    background-size: cover;
    color: white;
    text-align: center;
}
.contact2 {
    margin-left: 80px;
}
.contact h1,
.contact h2 {
    font-weight: 300;
}
.contact h1 {
    font-size: 10.5vw;
    font-family: "agentletouch";
}
.contact .t1 {
    font-size: 3.5vw;
    margin-bottom: 20px;
}
.contact .t2 {
    display: none;
}
.t2 + .t2 {
    margin-bottom: 20px;
}
.contactform input {}
.contactform {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}
.contactform1,
.contactform2,
.contactform3 {
    display: inline-block;
    width: 32%;
}
.input {
    width: 90%;
    height: 45px;
    background: rgba(0, 0, 0, 0.37);
    font-weight: 300;
}
.input:placeholder {
    color: white;
}
.contactform1 {
    text-align: left;
}
.contactform3 {
    text-align: right;
}
.contactform textarea {
    width: 97%;
    background: rgba(0, 0, 0, 0.37);
    font-weight: 300;
    font-size: 1.5em;
}
.ctr {
    color: #ffd400;
}
.contactform .input {
    margin-bottom: 20px;
    font-size: 1.5em;
    color: white;
    border: solid 2px #b87087;
    padding: 5px;
}
.contactform textarea {
    margin-bottom: 10px;
    color: white;
    border: solid 2px #b87087;
    padding: 5px;
}
.txtform {
    background-color: rgba(0, 0, 0, 0.37);
    border: solid 2px #b87087;
    color: white;
    font-size: 2em;
    padding: 5px;
    cursor: pointer;
}
.txtform:hover {
    color: #ffd400;
    border: solid 2px #ffd400;
}
::-webkit-input-placeholder,
::-webkit-textarea-placeholder {
    /* Chrome/Opera/Safari */
    
    color: white;
    opacity: 1;
    font-weight: 100;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
    /* Firefox 19+ */
    
    color: white;
    opacity: 1;
}
:-ms-input-placeholder,
:-ms-textarea-placeholder {
    /* IE 10+ */
    
    color: white;
    opacity: 1;
}
:-moz-placeholder {
    /* Firefox 18- */
    
    color: white;
    opacity: 1;
}

/* responsive */
@media screen and (max-width:950px) {
    .entete h1 {
        font-size: 17vw;
    }
    
    .h2cv {
        font-size: 3.7em;
    }
    
    #conteneur img {
        width: 100px;
        height: 100px;
        margin-left: 10px;
        margin-right: 10px;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    
    #conteneur {
        max-width: 600px;
    }
}
@media screen and (max-width:800px) {
    .contact {
        height: 108%;
    }
    
    .contact .t1 {
        display: none;
    }
    
    .contact .t2 {
        display: block;
        font-size: 6vw;
    }
    
    .pacc {
        font-size: 4.5em;
        text-shadow: 2px 2px 1px black;
    }
    
    .photo1:hover .pacc,
    .photo2:hover .pacc,
    .photo3:hover .pacc {
        text-shadow: 1px 1px 1px #b87087;
    }
}
@media screen and (max-width:750px) {
    .h2cv {
        font-size: 2.8em;
    }
    
    .tcv img {
        height: 80px;
    }
    
    .cont-expmob {
        display: block;
        margin-bottom: 4em;
    }
    
    .despromob {
        display: block;
        width: 90%;
        margin-right: auto;
        margin-left: auto;
        margin-top: 20px;
    }
    
    .despromob p {
        margin-top: 10px;
    }
    
    .logopromob {
        height: 60px;
        text-align: center;
    }
    
    .logopromob img {
        height: 100%;
        margin-left: auto;
        margin-right: auto;
    }
    
    .logopromob2 {
        height: 100px;
        text-align: center;
    }
    
    .logopromob2 img {
        height: 100%;
        margin-left: auto;
        margin-right: auto;
    }
    
    .logopromob3 {
        height: 100px;
        text-align: center;
    }
    
    .logopromob3 img {
        height: 100%;
        margin-left: auto;
        margin-right: auto;
    }
    
    .cont-exp {
        display: none;
    }
}
@media screen and (max-height:500px) {
    .contact {
        height: 200%;
    }
}
@media screen and (max-height:340px) {
    #menu:target .logomenu {
        display: none;
    }
    
    .contact {
        height: 220%;
    }
}
@media screen and (max-width:600px) {
    br+br+br {
        display: none;
    }
    
    .entetemob h1 {
        font-size: 22vw;
        font-weight: 100;
        color: #000000;
        font-family: "agentletouch";
    }
    
    .entetemob img {
        height: 200px;
    }
    
    .entetemob {
        display: block;
    }
    
    .entete {
        display: none;
    }
    
    .portfolio,
    .evallone {
        margin-left: 0px;
    }
    
    .pacc {
        margin-left: 0px;
        text-shadow: 2px 2px 1px black;
    }
    
    .contact {
        margin-left: 0;
    }
    
    .contact2 {
        margin-left: 0;
    }
    
    #menumob,
    #menu {
        display: none;
    }
    
    #menutab {
        display: block;
        height: 25%;
    }
    
    #menutab .logo {
        height: 90%;
        margin-top: 5px;
    }
    
    #menutab .divlogo {
        text-align: center;
    }
    
    #preumstab {
        height: 25px;
        position: absolute;
        top: 5;
        left: 5;
    }
    
    #menutab:target {
        background-color: #7c324a;
    }
    
    #menutab:target #preumstab {
        display: none;
    }
    
    #menutab #deuztab {
        display: none;
    }
    
    #menutab:target #deuztab {
        display: block;
        height: 25px;
        position: absolute;
        top: 5;
        right: 5;
    }
    
    #menutab ul.listemenutab,
    #menutab .langtab {
        display: none;
    }
    
    #menutab:target ul.listemenutab,
    #menutab:target .langtab {
        display: block;
    }
    
    .langtab span {
        font-size: 1.2em;
        color: white;
    }
    
    .langtab {
        position: absolute;
        top: 2;
        right: 40;
        font-size: 1.2em;
    }
    
    .langtab a,
    ul.listemenutab a {
        color: white;
    }
    
    .langtab a:hover,
    ul.listemenutab a:hover {
        color: #b87087;
    }
    
    ul.listemenutab {
        font-size: 1.5em;
        position: absolute;
        top: 2;
        left: 5;
    }
    
    .listemenutab li {
        list-style-type: none;
    }
    
    .menu1 li+li,
    .menu2 li+li {
        margin-top: 5%;
    }
    
    #menutab:target .logo {
        display: none;
    }
    
    .menu2 {
        position: absolute;
        top: 0;
        left: 160;
    }
    
    .photo1,
    .photo2,
    .photo3 {
        height: 25%;
    }
    
    .contact {
        background-position: 50% 70%;
    }
    
    .tcv img {
        height: 60px;
        margin-right: 10px;
    }
    
    .h2cv {
        font-size: 2.5em;
    }
}
@media screen and (max-width:450px) {
    .pacc {
        margin-left: 0px;
        font-size: 6em;
        text-shadow: 2px 2px 1px black;
    }
    
    .photo1:hover .pacc,
    .photo2:hover .pacc,
    .photo3:hover .pacc {
        text-shadow: 1px 1px 1px #b87087;
    }
    
    #menu,
    #menutab {
        display: none;
    }
    
    #menumob {
        display: block;
        height: 25%;
    }
    
    .photo1,
    .photo2,
    .photo3 {
        height: 25%;
    }
    
    #preumsmob {
        height: 25px;
        position: absolute;
        top: 5;
        left: 5;
    }
    
    #menumob:target {
        background-color: #7c324a;
    }
    
    #menumob:target #preumsmob {
        display: none;
    }
    
    #menumob #deuzmob {
        display: none;
    }
    
    #menumob:target #deuzmob {
        display: block;
        height: 25px;
        position: absolute;
        top: 5;
        right: 5;
    }
    
    #menumob ul.listemenumob,
    #menumob .langmob {
        display: none;
    }
    
    #menumob:target ul.listemenumob,
    #menumob:target .langmob {
        display: block;
    }
    
    .langmob span {
        font-size: 1.2em;
        color: white;
    }
    
    .langmob {
        position: absolute;
        top: 2;
        right: 40;
        font-size: 1.2em;
    }
    
    .langmob a,
    ul.listemenumob a {
        color: white;
    }
    
    .langmob a:hover,
    ul.listemenumob a:hover {
        color: #b87087;
    }
    
    ul.listemenumob {
        font-size: 1.5em;
        position: absolute;
        top: 2;
        left: 5;
    }
    
    ul.listemenumob li+li {
        margin-top: 2%;
    }
    
    #menumob:target .logo {
        display: none;
    }
    
    .listemenumob li {
        list-style-type: none;
    }
    
    #menumob .logo {
        height: 90%;
        margin-top: 5px;
    }
    
    #menumob .divlogo {
        text-align: center;
    }
    
    .contactform1,
    .contactform2,
    .contactform3 {
        display: block;
        width: 100%;
        text-align: center;
    }
    
    #name,
    #email,
    #numero,
    textarea {
        width: 97%;
    }
    
    .contact {
        height: 120%;
    }
    
    .tcv {
        text-align: center;
    }
    
    .h2cv {
        display: block;
        font-size: 2.5em;
    }
    
    .lignecv2 {
        display: none;
    }
    
    .tcv img {
        margin-top: 10px;
    }
}
@media screen and (min-width:600px) and (min-height:350px) {
    #anim {
        display: block;
        margin-top: 50vh;
        transform: translateY(-50%);
        margin-left: 60px;
    }
    
    #anim img {
        display: block;
        margin-left: auto;
        margin-right: auto;
        height: 50%;
        -webkit-animation-delay: 2s;
        animation-delay: 2s;
        -webkit-animation-duration: 2s;
        animation-duration: 2s;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
        -webkit-animation-name: fadeOut;
        animation-name: fadeOut;
    }
    
    @-webkit-keyframes fadeOut {
        0% {
            opacity: 1;
        }
        20% {
            opacity: 0;
        }
        40% {
            opacity: 1;
        }
        60% {
            opacity: 0;
        }
        80% {
            opacity: 1;
        }
        100% {
            opacity: 0;
        }
    }
    
    @keyframes fadeOut {
        0% {
            opacity: 1;
        }
        20% {
            opacity: 0;
        }
        40% {
            opacity: 1;
        }
        60% {
            opacity: 0;
        }
        80% {
            opacity: 1;
        }
        100% {
            opacity: 0;
        }
    }
    
    @-webkit-keyframes slidein {
        from {
            left: -100%;
        }
        to {
            left: 0;
        }
    }
    
    @keyframes slidein {
        from {
            left: -100%;
        }
        to {
            left: 0;
        }
    }
    
    @-webkit-keyframes slidein2 {
        from {
            right: -100%;
        }
        to {
            right: 0;
        }
    }
    
    @keyframes slidein2 {
        from {
            right: -100%;
        }
        to {
            right: 0;
        }
    }
    
    .photo1 {
        z-index: 400;
        position: absolute;
        top: 0;
        -webkit-animation-delay: 4s;
        animation-delay: 4s;
        -webkit-animation-duration: 4s;
        animation-duration: 4s;
        -webkit-animation-name: slidein;
        animation-name: slidein;
    }
    
    .photo2 {
        z-index: 400;
        position: absolute;
        top: 33%;
        -webkit-animation-delay: 4s;
        animation-delay: 4s;
        -webkit-animation-duration: 4s;
        animation-duration: 4s;
        -webkit-animation-name: slidein2;
        animation-name: slidein2;
    }
    
    .photo3 {
        z-index: 400;
        position: absolute;
        top: 67%;
        -webkit-animation-delay: 4s;
        animation-delay: 4s;
        -webkit-animation-duration: 4s;
        animation-duration: 4s;
        -webkit-animation-name: slidein;
        animation-name: slidein;
    }
    
    .accueil {
        z-index: 400;
        -webkit-animation-duration: 4.1s;
        animation-duration: 4.1s;
        -webkit-animation-name: fadeOut2;
        animation-name: fadeOut2;
    }
    
    @-webkit-keyframes fadeOut2 {
        0%,
        99% {
            opacity: 0;
        }
        100% {
            opacity: 1;
        }
    }
    
    @keyframes fadeOut2 {
        0%,
        99% {
            opacity: 0;
        }
        100% {
            opacity: 1;
        }
    }
}

/*Galerie*/
.wrap {
    overflow: hidden;
}
.box {
    float: left;
    position: relative;
    width: 20%;
    padding-bottom: 20%;
}
.boxInner {
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    overflow: hidden;
}
.boxInner img {
    width: 100%;
    transition-duration: 2s;
}
.boxInner .titleBox {
    opacity: 0;
    position: absolute;
    top: 20%;
    left: 0;
    right: 0;
    color: #f6dee6;
    padding: 10px;
    text-align: center;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
body.no-touch .boxInner:hover .titleBox,
body.touch .boxInner.touchFocus .titleBox {
    opacity: 1;
}
@media only screen and (max-width: 450px) {
    /* Tablet view: 2 tiles */
    
    .box {
        width: 50%;
        padding-bottom: 50%;
    }
    
    .boxInner .titlebox {
        position: absolute;
        top: 5%;
        font-size: 20px;
    }
}
@media only screen and (max-width: 800px) and (min-width: 451px) {
    /* Small desktop : 3 tiles */
    
    .box {
        width: 33.3%;
        padding-bottom: 33.3%;
    }
    
    .boxInner .titlebox {
        position: absolute;
        top: 10%;
        font-size: 20px;
    }
}
@media only screen and (max-width: 1090px) and (min-width: 801px) {
    /* Medium desktop: 4 tiles */
    
    .box {
        width: 25%;
        padding-bottom: 25%;
    }
    
    .boxInner .titlebox {
        position: absolute;
        top: 8%;
    }
}
.hover {
    background-color: rgba(0, 0, 0, 0.7);
    display: none;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.box:hover .hover {
    display: block;
}
.box:hover .boxInner img {
    width: 120%;
    transition-duration: 2s;
}
.wrap {
    font-size: 25px;
}