@font-face{
    font-family: adamFont;
    src: url(media/fonts/adam.cg_pro.otf);
}

@font-face{
    font-family: ralewayFont;
    src: url(media/fonts/Raleway-ExtraLight.ttf);
}

body {
    font-family: ralewayFont;
    font-size: 18px;
}

body, body * {
    font-family: ralewayFont;
}

/* a */
a:link {
    color: inherit;
    text-decoration: none;
    transition: color 1s ease-out;
}

a:visited {
    text-decoration: none;
    color: inherit;
}

a:hover{
    color: #88b4d6;
    transition: color .5s ease-out;
}
/* fin */

/* Scrollbar */

::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-track {
    /*fond scrollbar*/
    background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
    background: #888;
}

::-webkit-scrollbar-thumb:hover {
    background: #555;
}
/* fin */

button {
    font-size: 14px;
}

/* Menu */
#myMenu {
    position: fixed;
    z-index: 70;
    width: 100%;
    display: flex;
    background: white;
}

#myMenu div {
    border-bottom: 3px solid white;
    padding: 14px 0;
    cursor: pointer;
    transition: border-bottom .7s ease-in;
}

#myMenu div:hover {
    border-bottom: 3px solid #88b4d6;
    transition: border-bottom .7s ease-out;
}

#myMenu div.active {
    border-bottom: 3px solid #88b4d6;
}

#myMenu div a {
    padding: 14px 20px 17px;
    color: inherit;
    transition: color .5s ease-in;
}

#myMenu div a:visited {
    color: inherit;
}

#myMenu div:hover a {
    color: #88b4d6;
    transition: color .5s ease-out;
}

#myMenu div.active a {
    color: #88b4d6;
}

#myMenu div a:link {
    text-decoration: none;
}
/* fin */

/* Ancre droite */
.fp-tooltip {
    /* color text ancre */
    color: black !important;
}

#fp-nav ul li:last-child {
    display: none;
}
/* fin */

/* Button */
.button {
    position: relative;
    background-color: transparent;
    color: #000000;
    padding: 10px 12px;
    text-align: center;
    text-decoration: none;
    font-size: 20px;
	font-family: adamFont, ralewayFont;
    vertical-align: middle;
	overflow: hidden;
}

.button:hover {
    color: white;
}

.button::before, .button::after {
  content: '';
  position: absolute;
  left: 50%;
  width: 100%;
  height: 2px;
  background-color: white;
  transform-origin: center;
  transform: translateX(-50%) scaleX(0);
  transition: transform 0.8s ease;
}

.button::before {
  top: 0;
}

.button::after {
  bottom: 0;
}

.button:hover::before, .button:hover::after {
  transform: translateX(-50%) scaleX(1);
}
/* fin */

/* Section */
.title-section {
    padding: 90px 10px 10px 20px;
    font-family: adamFont, ralewayFont;
    font-size: 40px;
}

.section {
    /* the important one*/
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-color: white;
    display: flex;
    flex-direction: column;
}

#section-accueil #accueil-background {
    position: fixed;
    height: 100%;
    width: 100%;
    background: linear-gradient( #e5eaff,#f4f6ff);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center left;
    background-size: cover;
    transition: filter .2s linear;
    transform: scale(1.1); 
}

#section-accueil .section-content {
    z-index: 2;
    padding-top: 90px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
    height: 100%;
    padding: 0 50px;
}

#section-accueil .section-content #header-accueil {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

#section-accueil .section-content #header-accueil * {
    font-family: adamFont, ralewayFont;
    text-align: center;
    padding: 10px 0;
}

a#cv {
    color: white;
}

#section-accueil .section-content #header-accueil #header-nom {
    font-size: 43px;
}


#section-accueil .section-content #header-accueil #header-statut {
    font-family: ralewayFont;
    font-size: 30px;
}

#section-accueil .section-content #header-bg {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 90%;
    background: linear-gradient(white, transparent);
    background-image: url(https://images.unsplash.com/photo-1553696590-4b3f68898333?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=1950&q=80);
    -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,1)), to(rgba(0,0,0,0)));
    mask-image: linear-gradient(rgba(0,0,0,1), rgba(0,0,0,0));
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center center;
    background-size: cover;
    transform: skewY(-6deg);
    transform-origin: top left;

}

#section-accueil .section-content #header-content {
    position: relative;
    color: white;
    text-align: center;
    padding: 40px;
    background: #00000021;
    border-radius: 3px;
    width: 500px;
    height: 500px;
    display: flex;
    flex-direction: column;
}

#section-accueil .section-content #header-content #headerContent-top {
    flex: 2;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding-bottom: 50px;}

#section-accueil .section-content #header-content #headerContent-bot {
    flex: 1;
    justify-content: center;
    display: flex;
    align-items: center;
}

#section-projets-ux-ui {
    background: linear-gradient( #f4f6ff,#f7ecff);
}

#section-projetsInfo {
    background: linear-gradient( #f7ecff,#fffaf4);
}

#section-projetsArt {
    background: linear-gradient(#fffaf4,#fceaea);
}

#section-projetsArt .card-info h2{
    margin-bottom: 0.83em;
}

#section-contact {
    background: linear-gradient(#fceaea,#ffe8e8);
    display: flex;
    justify-content: center;
    align-items: center;
}

#section-contact #sectionContact-content {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    width: 500px;
    height: 500px;
    padding: 50px;
    border-radius: 6px;
    background: white;
    box-shadow: 0 0 42px #b1b1b121;
    transition: ease-in 0.5s;
}

#section-contact #sectionContact-content:hover {
    box-shadow: 0 0 42px #b1b1b188;
    transition: ease-in 0.5s;
}

#section-contact #title-contact {
    font-family: adamFont, ralewayFont;
    font-size: 40px;
    padding: 20px;
}

#section-contact #contact-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;    
}

#contact-info .info-title{
    font-size: 24px;
    font-weight: bold;
    padding: 4px;
    margin-top: 10px;
}

#contact-info .info-content {
    font-style: italic;
}

.info-group {
    display: flex;
    flex-direction: column;
    align-items: center;
}

#section-footer div {
    height: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: grey;
}
/* fin */

/* Slide */
.fp-controlArrow.fp-next {
    margin-right: 40px;
    border-color: transparent transparent transparent #000000cc !important;
}    

.fp-controlArrow.fp-prev {
    border-color: transparent #000000cc transparent transparent !important;
}

.slide.fp-slide {
    display: flex;
    flex-direction: column;
}

/* Ancres slide */
.fp-slidesNav.fp-bottom ul {
    display: flex;
    justify-content: center;
}

.slide-content {
    flex: 1;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    padding: 20px 145px 20px 105px;
}

#slide-right {
    padding: 50px;
    white-space: pre-line;
}

/* fin */


@media screen and (max-width: 1229px) {
    #section-projetsInfo {
        /* background: linear-gradient(to bottom right, #f4f6ff,#fffaf4); */
        background: black;
    }
}