@import url('https://fonts.googleapis.com/css2?family=Rajdhani:wght@400&display=swap');

body,
html {
    padding: 0px;
    margin: 0px;
    font-family: 'Rajdhani';;
}

p, ul, li, span {
    font-size: 18px;
    line-height: 26px;
}
h1, h2, h3, h4 {
    font-size: 22px;
    line-height: 37px;
}

@media (max-width:480px) {
    .wrapper a {
        width: 100%;
    }
}

.grid-designs {
    padding-top: 8%;
    padding-bottom: 2%;
    padding-left: 3%;
    animation: slideUp 0.75s .5s cubic-bezier(0.17, .88, .32, 1.27) both,
    fadeIn .25s .5s ease-in both;
    width: 100%;
    font-size: 2em;
    color: #7f7bb6;
}


@media screen and (min-width: 830px) and (max-width: 1200px) {
    .progress-container label {
        font-size: 3.6em !important;
    }
    #logo {
        padding-top: 16% !important;
        padding-bottom: 9% !important;
    }
    #services {
        padding-top: 7% !important;
    }
    .chat-gif img {
        left: 300% !important;
    }
    #about,
    #projects,
    #skills,
    #contact {
        padding-top: 9% !important;
    }
    .row {
        padding-bottom: 3%;
    }
}


@media screen and (max-width: 830px) {

    .wrapper a {
        width: 50%;
        height: 30vh;
    }

    #SkillBox {
        width: 100%!important;
        height: auto;
        padding-top: 2%;
        text-align: center;
    }
    
    /* début CSS-INDEX */
    #logo {
        display: none;
    }

    .screen-index {
        width: 100%;
        height: auto;
        margin: auto;
        float: left;
        background: url(../images/fond.png) repeat fixed;
        background-size: cover;
    }
    .arrow-screen {
        display: none;
    }
    .navbar-toggleable-md {
        background-color: #efefef;
    }
    .nav-item {
        color: white;
    }

    .navbar-inverse .navbar-toggler-icon {
        background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAYAAAAeP4ixAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAABiSURBVGhD7dYxDYQAEADBq+neACJAyztABCKoEYEWtGABLtR0hIJjJlkPGwBw069ATRZ7geYstgJNGQAAD+oL1GaXW/y2zo1fCzRmAAA86F+gLrvc4rd1bvxSoCEDgK+LOACajShumfpRAQAAAABJRU5ErkJggg==");
    }


    /* section services */
    .services-title {
        padding-top: 25%;
    }
    
    #services:before {
        content: 'CONSTANCE BARBIER';
        width: 100%;
        height: 20%;
        padding: 1em;
        font-size: 1.5em;
        color: whitesmoke;
        text-align: center;
        margin-bottom: 10%;
        margin-top: 10%;
        font-style: bold;
        line-height: 1.6em;
        background-color: #7f7bb6;
    }
    
    #services {
        margin-top: 44%;
    }
    .chat-gif img {
        display: none;
    }


    /* section about */
    .about-img {
        width: 100%;
    }
    #about {
        max-width: 100%;
    }


    /* section projets */
    .effects {
        margin-left: 8%;
    }

    /* section skills */
    #SkillBox {
        width: 100%;
        height: auto;
    }

    /* section contact */
    .contact-phrase {
        margin: inherit!important;
    }



    /* btn back to top */
    .back-top {
        display: none;
    }

    /* section footer */
    .copyright {
        padding-top: 5%;
    }
    .logo-footer {
        display: none;
    }

    /* début CSS-SHOOTING */
    .content.featured {
        padding: 5px;
        line-height: 10px;
    }
    main section {
        min-height: inherit;
    }
    .curved .image::before {
        border: none;
    }
    .text-shoot {
        display: none;
    }
    .vegetal {
        margin-top: 14%;
    }
    .left .content span {
        line-height: 10px;
        font-size: 25px;
    }
    .carousel-item > img {
        padding-top: 13%;
    }
    button.button-shoot {
        margin-top: 25%;
    }

    /* début CSS-PROJECTS */
    h1.grid-designs {
        margin-top: 20%;
        padding-left: 10%;
    }

    /* hover projects */
    .container-project-hover {
        width: 100% !important;
    }

    .SkillBar {
        width: 100% !important;
    }
    .carousel-item > img {
        left:0%!important;
    }
    .text-projects p, .text-projects span {
        margin-bottom: 0rem;
    }
    .reseaux-sociaux {
        padding-left: 10%!important;
    }
}







/* ARROW */


.arrow {
    border: solid #848484 1px;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 15px;
    margin-top: 3%;
  }
  .down {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
  }
  .bounce {
    animation: bounce 2s infinite;
  }
  
  @keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
      transform: translateY(0);
    }
    40% {
      transform: translateY(-30px);
    }
    60% {
      transform: translateY(-15px);
    }
  }




.dropdown-menu {
    border: none !important;
    border-radius: none !important;
    background-color: #ffffff !important;
    padding: 0px!important;
    margin: 0px!important;
}

div#navbarCollapse.collapse.navbar-collapse {
    z-index: 999;
}

/* NAV RESPONSIVE */

.navbar-inverse .navbar-nav .nav-link, .navbar-inverse .navbar-nav .nav-link.active {
    color: #7f7bb6;
}

.navbar-inverse .navbar-nav .nav-link.hover {
    color: #adabc8;
}

.navbar-toggleable-md .navbar-nav .nav-link {
    color: #7f7bb6;
    background-color: #ffffff;
}

.nav-item dropdown {
    color: #7f7bb6;
}

a.dropdown-item {
    background-color: #ffffff;
    color: #7f7bb6;
}

.dropdown-item {
    margin-bottom: 5px;
}

.dropdown-item:hover {
    color: #adabc8;
    background-color: transparent;
    border-radius: none;
}

.dropdown-item.active {
    background-color: transparent;
    color: #adabc8;
    border-radius: none;
}

.dropdown-toggle::after {
    display: none;
    border-radius: none;
}


.navbar-inverse .navbar-nav .nav-link:hover {
    color: #adabc8;
    border-radius: none;
}

.navbar-inverse .navbar-nav .nav-link:focus, .navbar-inverse .navbar-nav .nav-link:hover {
    color: #adabc8;
}

.bg-inverse {
    background-color: #505050;
}

.navbar-toggleable-md .navbar-nav .nav-link {
    padding-left: 1.5rem;
}


.screen {
    width: 100%;
    height: 100%;
    margin: auto;
    float: left;
    background: url(../images/fond.png) no-repeat fixed;
    background-size: cover;
}



/* début CSS index.html */

/* Logo grande taille */

#logo {
    padding-top: 5%;
    padding-bottom: 10%;
}

.progress {
    float: left;
    height: 100%;
    width: 100%;
    background: transparent;
    padding-bottom: 10%;
}

.progress-container {
    transform: translateY(50%);
    width: calc(100% - 50px);
    color: #FFF;
    text-align: center;
    padding-top: 100px;
    padding-bottom: 5px;
    float: left;
    width: 100%;
}


.progress-container label {
    font-size: 4.6em;
    opacity: 0;
    display: inline-block;
    color: #7e7db5;
    padding-right: 1%;
    padding-left: 1%;
}


@keyframes anim {
    0% {
        opacity: 0;
        transform: translateX(-400px);
    }
    33% {
        opacity: 1;
        transform: translateX(0px);
    }
    66% {
        opacity: 1;
        transform: translateX(0px);
    }
    100% {
        opacity: 0;
        transform: translateX(400px);
    }
}

@-webkit-keyframes anim {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-400px);
    }
    33% {
        opacity: 1;
        -webkit-transform: translateX(0px);
    }
    66% {
        opacity: 1;
        -webkit-transform: translateX(0px);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(400px);
    }
}


.keywords-index p {
    font-size: 1.5em;
    padding-bottom: 9%;
    color: #848484;
}






/* Section services */

#services {
    width: 100%;
    padding-top: 4%;
    padding-bottom: 10%;
    text-align: center;
}

.services-title,
.contact-title,
.about-title,
.project-title,
.skills-title {
    font-size: 2.1em;
    color: #7f7bb6;
    border-bottom: solid 2px #7f7bb6;
}

.services-text {
    padding-top: 2%;
    color: #848484;
    list-style-type: none;
}




/* Section about */

#about {
    width: 100%;
    padding-top: 4%;
    padding-bottom: 10%;
    text-align: center;
}

.about-text {
    padding-top: 1%;
    color: #848484;
}

.about-text a {
    color: #7f7bb6;
}

.about-text a:hover {
    text-decoration: underline;
}





/* Section projets */

#projects {
    width: 100%;
    padding-top: 4%;
    padding-bottom: 1%;
    text-align: center;
}

.projects-img {
    margin: auto;
    padding: 40px 0px 50px 0px;
}

#design {
    padding: inherit;
    width: 100%;
}

#design img {
    width: 100%;
}


.effects {
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.example {
    width: 350px;
    height: 310px;
}

figure {
    height: 252px;
}



*[class^='imghvr-'],
*[class*=' imghvr-'] {
    position: relative;
    display: inline-block;
    margin: 0px;
    max-width: 80%;
    background-color: #eaeaea;
    color: #7f7bb6;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

*[class^='imghvr-'] img,
*[class*=' imghvr-'] img {
    vertical-align: top;
    max-width: 100%;
    object-fit: cover;
    height: inherit;
}

*[class^='imghvr-'] figcaption,
*[class*=' imghvr-'] figcaption {
    background-color: inherit;
    padding: 30px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    font-size: 30px;
    text-align: center;
}

*[class^='imghvr-'] h4,
*[class*=' imghvr-'] h4,
*[class^='imghvr-'] p,
*[class*=' imghvr-'] p {
    margin: 0;
    padding: 0;
    color: #7f7bb6;
}

*[class^='imghvr-'] h4,
*[class*=' imghvr-'] h4 {
    margin-top: 80px;
}

*[class^='imghvr-'] h4 {
    font-size: 25px;
}

*[class^='imghvr-'],
*[class*=' imghvr-'],
*[class^='imghvr-']:before,
*[class^='imghvr-']:after,
*[class*=' imghvr-']:before,
*[class*=' imghvr-']:after,
*[class^='imghvr-'] *,
*[class*=' imghvr-'] *,
*[class^='imghvr-'] *:before,
*[class^='imghvr-'] *:after,
*[class*=' imghvr-'] *:before,
*[class*=' imghvr-'] *:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
}


/* imghvr-hinge-left
   ----------------------------- */

.imghvr-hinge-left img {
    -webkit-transform-origin: 0% 50%;
    -ms-transform-origin: 0% 50%;
    transform-origin: 0% 50%;
}

.imghvr-hinge-left figcaption {
    -webkit-transform: rotateY(-90deg);
    transform: rotateY(-90deg);
    -webkit-transform-origin: 100% 50%;
    -ms-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
}

.imghvr-hinge-left:hover img {
    -webkit-transform: rotateY(90deg);
    transform: rotateY(90deg);
}

.imghvr-hinge-left:hover figcaption {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
}







/* Section skills */

#skills {
    width: 100%;
    padding-top: 4%;
    padding-bottom: 10%;
    text-align: center;
}

#SkillBox {
    width: 60%;
    height: auto;
    padding-top: 2%;
    margin: auto;
}

#SkillBox img {
    width: 10%;
    height: 10%;
}

.SkillBar {
    width: 70%;
    height: 35px;
    position: relative;
    margin: auto;
}

#Skill-photoshop {
    width: 100%;
    animation: Animate-photoshop 6s;
    -webkit-animation: Animate-photoshop 6s;
    -moz-animation: Animate-photoshop 6s;
    -o-animation: Animate-photoshop 6s;
    height: 30px;
    position: absolute;
    background-color: #7f7bb6;
}

@keyframes Animate-photoshop {
    from {
        width: 10px;
    }
    to {
        width: 100%
    }
}

@-webkit-keyframes Animate-photoshop {
    from {
        width: 10px;
    }
    to {
        width: 100%
    }
}

@-moz-keyframes Animate-photoshop {
    from {
        width: 10px;
    }
    to {
        width: 100%
    }
}

@-o-keyframes Animate-photoshop {
    from {
        width: 10px;
    }
    to {
        width: 100%
    }
}

#Skill-animate {
    animation: Animate-animate 6s;
    -webkit-animation: Animate-animate 6s;
    -moz-animation: Animate-animate 6s;
    -o-animation: Animate-animate 6s;
    width: 100%;
    height: 30px;
    position: absolute;
    background-color: #7f7bb6;
}

@keyframes Animate-animate {
    from {
        width: 10px;
    }
    to {
        width: 100%
    }
}

@-webkit-keyframes Animate-animate {
    from {
        width: 10px;
    }
    to {
        width: 100%
    }
}

@-moz-keyframes Animate-animate {
    from {
        width: 10px;
    }
    to {
        width: 100%
    }
}

@-o-keyframes Animate-animate {
    from {
        width: 10px;
    }
    to {
        width: 100%
    }
}

#Skill-sketch {
    animation: Animate-animate 8s;
    -webkit-animation: Animate-animate 8s;
    -moz-animation: Animate-animate 8s;
    -o-animation: Animate-animate 8s;
    width: 100%;
    height: 30px;
    position: absolute;
    background-color: #7f7bb6;
}

@keyframes Animate-animate {
    from {
        width: 10px;
    }
    to {
        width: 100%
    }
}

@-webkit-keyframes Animate-animate {
    from {
        width: 10px;
    }
    to {
        width: 100%
    }
}

@-moz-keyframes Animate-animate {
    from {
        width: 10px;
    }
    to {
        width: 100%
    }
}

@-o-keyframes Animate-animate {
    from {
        width: 10px;
    }
    to {
        width: 100%
    }
}


#Skill-code {
    animation: Animate-code 6s;
    -webkit-animation: Animate-code 6s;
    -moz-animation: Animate-code 6s;
    -o-animation: Animate-code 6s;
    width: 100%;
    height: 30px;
    position: absolute;
    background-color: #7f7bb6;
}

@keyframes Animate-code {
    from {
        width: 10px;
    }
    to {
        width: 100%
    }
}

@-webkit-keyframes Animate-code {
    from {
        width: 10px;
    }
    to {
        width: 100%
    }
}

@-moz-keyframes Animate-code {
    from {
        width: 10px;
    }
    to {
        width: 100%
    }
}

@-o-keyframes Animate-code {
    from {
        width: 10px;
    }
    to {
        width: 100%
    }
}

#Skill-code {
    animation: Animate-code 6s;
    -webkit-animation: Animate-code 6s;
    -moz-animation: Animate-code 6s;
    -o-animation: Animate-code 6s;
    width: 100%;
    height: 30px;
    position: absolute;
    background-color: #7f7bb6;
}

@keyframes Animate-code {
    from {
        width: 10px;
    }
    to {
        width: 100%
    }
}

@-webkit-keyframes Animate-code {
    from {
        width: 10px;
    }
    to {
        width: 100%
    }
}

@-moz-keyframes Animate-code {
    from {
        width: 10px;
    }
    to {
        width: 100%
    }
}

@-o-keyframes Animate-code {
    from {
        width: 10px;
    }
    to {
        width: 100%
    }
}

#Skill-scss {
    animation: Animate-code 6s;
    -webkit-animation: Animate-code 6s;
    -moz-animation: Animate-code 6s;
    -o-animation: Animate-code 6s;
    width: 100%;
    height: 30px;
    position: absolute;
    background-color: #7f7bb6;
}

@keyframes Animate-code {
    from {
        width: 10px;
    }
    to {
        width: 100%
    }
}

@-webkit-keyframes Animate-code {
    from {
        width: 10px;
    }
    to {
        width: 100%
    }
}

@-moz-keyframes Animate-code {
    from {
        width: 10px;
    }
    to {
        width: 100%
    }
}

@-o-keyframes Animate-code {
    from {
        width: 10px;
    }
    to {
        width: 100%
    }
}


#Skill-jquery {
    animation: Animate-code 6s;
    -webkit-animation: Animate-code 6s;
    -moz-animation: Animate-code 6s;
    -o-animation: Animate-code 6s;
    width: 100%;
    height: 30px;
    position: absolute;
    background-color: #7f7bb6;
}

@keyframes Animate-code {
    from {
        width: 10px;
    }
    to {
        width: 100%
    }
}

@-webkit-keyframes Animate-code {
    from {
        width: 10px;
    }
    to {
        width: 100%
    }
}

@-moz-keyframes Animate-code {
    from {
        width: 10px;
    }
    to {
        width: 100%
    }
}

@-o-keyframes Animate-code {
    from {
        width: 10px;
    }
    to {
        width: 100%
    }
}


#Skill-angular {
    animation: Animate-angular 8s;
    -webkit-animation: Animate-angular 8s;
    -moz-animation: Animate-angular 8s;
    -o-animation: Animate-angular 8s;
    width: 100%;
    height: 30px;
    position: absolute;
    background-color: #7f7bb6;
}

@keyframes Animate-angular {
    from {
        width: 10px;
    }
    to {
        width: 100%
    }
}

@-webkit-keyframes Animate-angular {
    from {
        width: 10px;
    }
    to {
        width: 100%
    }
}

@-moz-keyframes Animate-angular {
    from {
        width: 10px;
    }
    to {
        width: 100%
    }
}

@-o-keyframes Animate-angular {
    from {
        width: 10px;
    }
    to {
        width: 100%
    }

}


#Skill-bootsrap {
    animation: Animate-bootsrap 6s;
    -webkit-animation: Animate-bootsrap 6s;
    -moz-animation: Animate-bootsrap 6s;
    -o-animation: Animate-bootsrap 6s;
    width: 100%;
    height: 30px;
    position: absolute;
    background-color: #7f7bb6;
}

@keyframes Animate-bootsrap {
    from {
        width: 10px;
    }
    to {
        width: 100%
    }
}

@-webkit-keyframes Animate-bootsrap {
    from {
        width: 10px;
    }
    to {
        width: 100%
    }
}

@-moz-keyframes Animate-bootsrap {
    from {
        width: 10px;
    }
    to {
        width: 100%
    }
}

@-o-keyframes Animate-bootsrap {
    from {
        width: 10px;
    }
    to {
        width: 100%
    }
}

#Skill-wordpress {
    animation: Animate-wordpress 6s;
    -webkit-animation: Animate-wordpress 6s;
    -moz-animation: Animate-wordpress 6s;
    -o-animation: Animate-wordpress 6s;
    width: 100%;
    height: 30px;
    position: absolute;
    background-color: #7f7bb6;
}

@keyframes Animate-wordpress {
    from {
        width: 10px;
    }
    to {
        width: 100%
    }
}

@-webkit-keyframes Animate-wordpress {
    from {
        width: 10px;
    }
    to {
        width: 100%
    }
}

@-moz-keyframes Animate-wordpress {
    from {
        width: 10px;
    }
    to {
        width: 100%
    }
}

@-o-keyframes Animate-wordpress {
    from {
        width: 10px;
    }
    to {
        width: 100%
    }
}

#Skill-shopify {
    animation: Animate-shopify 6s;
    -webkit-animation: Animate-shopify 6s;
    -moz-animation: Animate-shopify 6s;
    -o-animation: Animate-shopify 6s;
    width: 100%;
    height: 30px;
    position: absolute;
    background-color: #7f7bb6;
}

@keyframes Animate-shopify {
    from {
        width: 10px;
    }
    to {
        width: 100%
    }
}

@-webkit-keyframes Animate-shopify {
    from {
        width: 10px;
    }
    to {
        width: 100%
    }
}

@-moz-keyframes Animate-shopify {
    from {
        width: 10px;
    }
    to {
        width: 100%
    }
}

@-o-keyframes Animate-shopify {
    from {
        width: 10px;
    }
    to {
        width: 100%
    }
}

#Skill-scenography {
    animation: Animate-scenography 6s;
    -webkit-animation: Animate-scenography 6s;
    -moz-animation: Animate-scenography 6s;
    -o-animation: Animate-scenography 6s;
    width: 100%;
    height: 30px;
    position: absolute;
    background-color: #7f7bb6;
}

@keyframes Animate-scenography {
    from {
        width: 10px;
    }
    to {
        width: 100%
    }
}

@-webkit-keyframes Animate-scenography {
    from {
        width: 10px;
    }
    to {
        width: 100%
    }
}

@-moz-keyframes Animate-scenography {
    from {
        width: 10px;
    }
    to {
        width: 100%
    }
}

@-o-keyframes Animate-scenography {
    from {
        width: 10px;
    }
    to {
        width: 100%
    }
}


#Skill-seo {
    animation: Animate-git 8s;
    -webkit-animation: Animate-git 8s;
    -moz-animation: Animate-git 8s;
    -o-animation: Animate-git 8s;
    width: 100%;
    height: 30px;
    position: absolute;
    background-color: #7f7bb6;
}

@keyframes Animate-git {
    from {
        width: 10px;
    }
    to {
        width: 100%
    }
}

@-webkit-keyframes Animate-git {
    from {
        width: 10px;
    }
    to {
        width: 100%
    }
}

@-moz-keyframes Animate-git {
    from {
        width: 10px;
    }
    to {
        width: 100%
    }
}

@-o-keyframes Animate-git {
    from {
        width: 10px;
    }
    to {
        width: 100%
    }
}

#Skill-ux {
    animation: Animate-git 6s;
    -webkit-animation: Animate-git 6s;
    -moz-animation: Animate-git 6s;
    -o-animation: Animate-git 6s;
    width: 100%;
    height: 30px;
    position: absolute;
    background-color: #7f7bb6;
}

@keyframes Animate-git {
    from {
        width: 10px;
    }
    to {
        width: 100%
    }
}

@-webkit-keyframes Animate-git {
    from {
        width: 10px;
    }
    to {
        width: 100%
    }
}

@-moz-keyframes Animate-git {
    from {
        width: 10px;
    }
    to {
        width: 100%
    }
}

@-o-keyframes Animate-git {
    from {
        width: 10px;
    }
    to {
        width: 100%
    }
}

#Skill-git {
    animation: Animate-git 6s;
    -webkit-animation: Animate-git 6s;
    -moz-animation: Animate-git 6s;
    -o-animation: Animate-git 6s;
    width: 100%;
    height: 30px;
    position: absolute;
    background-color: #7f7bb6;
}

@keyframes Animate-git {
    from {
        width: 10px;
    }
    to {
        width: 100%
    }
}

@-webkit-keyframes Animate-git {
    from {
        width: 10px;
    }
    to {
        width: 30%
    }
}

@-moz-keyframes Animate-git {
    from {
        width: 10px;
    }
    to {
        width: 100%
    }
}

@-o-keyframes Animate-git {
    from {
        width: 10px;
    }
    to {
        width: 100%
    }
}


#Skill-mailchimp {
    animation: Animate-mailchimp 6s;
    -webkit-animation: Animate-mailchimp 6s;
    -moz-animation: Animate-mailchimp 6s;
    -o-animation: Animate-mailchimp 6s;
    width: 100%;
    height: 30px;
    position: absolute;
    background-color: #7f7bb6;
}

@keyframes Animate-mailchimp {
    from {
        width: 10px;
    }
    to {
        width: 100%
    }
}

@-webkit-keyframes Animate-mailchimp {
    from {
        width: 10px;
    }
    to {
        width: 100%
    }
}

@-moz-keyframes Animate-mailchimp {
    from {
        width: 10px;
    }
    to {
        width: 100%
    }
}

@-o-keyframes Animate-mailchimp {
    from {
        width: 10px;
    }
    to {
        width: 100%
    }

}

.Skill-Area {
    z-index: 1.1;
    margin-top: 5px;
    text-shadow: none;
    color: #fff;
}

.PercentText {
    z-index: 3;
    position: relative;
    padding-right: 5px;
    margin-top: 5px;
    float: right;
    text-shadow: none;
    color: #fff;
}





/* Section contact */

#contact {
    padding-top: 4%;
}

.contact-phrase {
    padding-top: 3%;
    color: #848484;
}
.reseaux-sociaux {
    margin: auto;
    padding-bottom: 6%;
}

img.mx-auto.d-block.img-fluid.linkedin,
img.mx-auto.d-block.img-fluid.behance {
    width: 85%;
}
p.phone {
    color: #7f7bb6;
    font-size: 2em;
    margin: auto;
    padding-top: 50px;
}
.mail-contact a {
    color: #848484;
}
.mail-contact a:hover {
    color: #7f7bb6;
}



h3 {
    color: #848484;
    animation: slideUp 0.75s .5s cubic-bezier(0.17, .88, .32, 1.27) both,
    fadeIn .25s .5s ease-in both;
    width: 100%;
}

/* Section contact : animation */

@keyframes slideUp {
    from {
        transform: translateY(200%);
    }
    to {
        transform: translateY(0%);
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}




/* Section reseaux sociaux */

.icon {
    position: relative;
    text-align: center;
    width: 0px;
    height: 0px;
    padding: 20px;
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    -moz-border-radius: 20px 20px 20px 20px;
    -webkit-border-radius: 20px 20px 20px 20px;
    -khtml-border-radius: 20px 20px 20px 20px;
    color: #757575;
}

.icon i {
    font-size: 20px;
    position: absolute;
    left: 100px;
    top: 10px;
}

.icon.social {
    float: left;
    cursor: pointer;
    background: #6d6e71;
    color: #ffffff;
    transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
}

.icon.social:hover {
    background: #ffffff;
    color: #6d6e71;
    transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    -webkit-filter: drop-shadow(0 1px 10px rgba(0, 0, 0, .8));
    -moz-filter: drop-shadow(0 1px 10px rgba(0, 0, 0, .8));
    -ms-filter: drop-shadow(0 1px 10px rgba(0, 0, 0, .8));
    -o-filter: drop-shadow(0 1px 10px rgba(0, 0, 0, .8));
    filter: drop-shadow(0 1px 10px rgba(0, 0, 0, .8));
}

.icon.social.fb i {
    left: 13px;
    top: 10px;
}

.icon.social.tw i {
    left: 11px;
}

.icon.social.in i {
    left: 11px;
}

/* Section Back to top */

#myBtn {
    display: block;
    position: fixed;
    bottom: 8%;
    right: 4%;
    z-index: 99;
    /* Make sure it does not overlap */
    outline: none;
    background-color: transparent;
    color: #757575;
    /* Text color */
    cursor: pointer;
    /* Add a mouse pointer on hover */
    padding: 15px;
    /* Some padding */
    font-size: 12px;
    /* Increase font size */
    text-transform: capitalize;
    border: none;
}

#myBtn:hover {
    color: #ffffff;
}

i.fa.fa-angle-up {
    position: relative;
}

i.fa.fa-angle-up:before {
    font-size: 2em;
}

/* fin CSS-INDEX */

/* Section footer */

.footer {
    background-color: #adabc8;
    background-size: cover;
    height: 20%;
    width: 100%;
    float: left;
}

.logo-footer a {
    padding-bottom: 2%;
    padding-left: 46%;
}

.text-white {
    padding-top: 2%;
}

.logo-footer a img {
    width: 90%;
}








/* CSS-PROJECTS-SHOOTING */

section {
    align-items: stretch;
    display: flex;
    flex-flow: row nowrap;
    min-height: 40vh;
    justify-content: space-between;
    width: 100%;
    background-color: white;
}

.ickx {
    margin-top: 5%;
}

.content {
    align-self: center;
    animation: 3s ease 0s 1 fadeIn;
    color: #7f7bb6;
    letter-spacing: 1.5px;
    padding: 4%;
    text-align: center;
}


.text-shoot {
    text-align: left;
}

.text-shoot i {
    color: #adabc8;
}

.content span {
    color: #adabc8;
    font-weight: bold;
    font-size: 25px;
}

.content span:hover {
    text-decoration: underline;
    color: #7f7cb4;
}

.content a {
    text-decoration: none;
    color: #7f7bb6;
}

.content.featured {
    line-height: 40px;
    text-transform: uppercase;
}

.content.featured strong {
    clear: both;
    display: block;
}

.content.featured.sideqik-blue {
    background: -webkit-linear-gradient(right, #30b2dc, #114e62);
    color: #30b2dc;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.image {
    background-position: center;
    background-size: 200% cover;
    flex: 0 0 50%;
    overflow: hidden;
    position: relative;
    width: 50%;
}

.curved .image::before {
    background: white;
    content: "";
    display: block;
    position: absolute;
}

.curved.right {
    justify-content: flex-end;
}

.curved.right .image {
    animation: 2s ease 0s 1 leftToRightBackgroundScan, 2s ease 0s 1 leftToRightElementScan;
}

.curved.right .image::before {
    bottom: -60%;
    left: -80%;
    right: 100%;
    top: -30%;
}

.curved.left {
    justify-content: flex-start;
}

.curved.left .image {
    animation: 2s ease 0s 1 rightToLeftBackgroundScan, 2s ease 0s 1 rightToLeftElementScan;
}

.curved.left .image::before {
    bottom: -30%;
    left: 100%;
    right: -80%;
    top: -60%;
}

.vegetal {
    padding-top: 6%;
}





@keyframes leftToRightBackgroundScan {
    0% {
        background-position: 65% center;
    }
    100% {
        background-position: 50% center;
    }
}

@keyframes rightToLeftBackgroundScan {
    0% {
        background-position: 35% center;
    }
    100% {
        background-position: 50% center;
    }
}

@keyframes leftToRightElementScan {
    0% {
        right: -40%;
    }
    100% {
        right: 0;
    }
}

@keyframes rightToLeftElementScan {
    0% {
        left: -40%;
    }
    100% {
        left: 0;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    30% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}



.container-image {
    position: relative;
    width: 50%;
}

.image-shoot {
    opacity: 1;
    display: block;
    width: 100%;
    height: auto;
    transition: .5s ease;
    backface-visibility: hidden;
}

.middle {
    transition: .5s ease;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
}

.container-image:hover .image-shoot {
    opacity: 0.2;
}

.container-image:hover .middle {
    opacity: 1;
}

.text {
    color: #adabc8;
    padding: 16px 32px;
    text-transform: uppercase;
}


/* Slider shooting */

/* Button "Back to page" */

.button-shoot {
    margin: 5% 0% 1% 0%;
    border-radius: 30px;
    border:1px solid #7f7bb6;
}

.button-shoot:hover {
    background-color: #adabc8;
    color: #ffffff;
}

.button-shoot a {
    color: #7f7bb6;
    text-transform: uppercase;
}

.button-shoot a:hover {
    text-decoration: none;
    color: #ffffff;
}

/* Since positioning the image, we need to help out the caption */

.carousel-caption {
    z-index: 10;
}

/* Declare heights because of positioning of img element */

.carousel-item {
    min-width: 70%;
    height: 59rem;
    background-color: transparent;
    text-align: center;
    margin-top: 1%;
}

.carousel-item > img {
    position: absolute;
    top: 0;
    left: 25%;
    min-width: 50%;
    height: auto;
}


/* Projects presentation */

.container-project-hover {
    position: relative;
    width: 50%;
    float: left;
}

.image-projects {
    display: block;
    width: 100%;
    height: auto;
}

.overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #adabc8;
    overflow: hidden;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0);
    transition: .3s ease;
}

.container-project-hover:hover .overlay {
    transform: scale(1)
}

.text-projects {
    color: #ffffff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
}

.text-projects h4 {
    color:#e6e6e6;
    margin-bottom: 20px;
    margin-top: 10px;
}

.text-projects span {
    font-style: italic;
    color:#e6e6e6;
}

.image-eumeda {
    max-width: 80%;
}


.image-spleen {
    max-width: 80%;
}

.ux-projects {
    margin-bottom: 10%;
}




i.fa.fa-search {
    position: relative;
}

i.fa.fa-search:before {
    content: "\f002";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #adabc8;
    font-size: 18px;
    padding-right: 0.5em;
    position: absolute;
    top: -5px;
    left: -10px;
}
