html {
    scroll-behavior: smooth
}

@import url("https://fonts.googleapis.com/css2?family=Mrs+Sheppards&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:wght@600&display=swap");
@font-face {
    font-family: "Belove";
    src: url("./font/belove-webfont.svg") format('svg'), url('./font/belove-webfont.woff2') format('woff2'), url('./font/belove-webfont.woff') format('woff'), url('./font/belove-webfont.eot') format('eot'), url('./font/belove-webfont.ttf') format('ttf');
    font-display: swap !important;
}

@font-face {
    font-family: "Fortunatus";
    src: url("./font/fortunatus-webfont.svg") format('svg'), url('./font/fortunatus-webfont.woff2') format('woff2'), url('./font/fortunatus-webfont.woff') format('woff'), url('./font/fortunatus-webfont.eot') format('eot'), url('./font/fortunatus-webfont.ttf') format('ttf');
    font-display: swap !important;
}

@font-face {
    font-family: "MADE SAONARA 2 PERSONAL";
    src: url("./font/made_saonara_2_personal_use-webfont.svg") format('svg'), url('./font/made_saonara_2_personal_use-webfont.woff2') format('woff2'), url('./font/made_saonara_2_personal_use-webfont.woff') format('woff'), url('./font/made_saonara_2_personal_use-webfont.eot') format('eot'), url('./font/made_saonara_2_personal_use-webfont.ttf') format('ttf');
    font-display: swap !important;
}


/**************************body***********************************/

body {
    position: relative;
    margin: 0;
    font-family: "Fortunatus";
    color: #666;
    background: white;
    /* font-weight: 300; */
    -webkit-font-smoothing: antialiased;
    padding: 0;
    margin: 0;
}


/***********************nav****************************/

a {
    text-decoration: none;
}

h1 {
    font-size: 30px;
    line-height: 1.8;
    font-family: 'Playfair Display', serif;
}

p {
    font-size: 17px;
    line-height: 2;
}

.row {
    width: 100%;
    margin: 0 auto;
    position: relative;
    padding: 0 2%;
}

.content {
    max-width: 940px;
    width: 100%;
    margin: 0 auto;
    padding: 50px 2% 50px;
}

.main_header .row .content {
    padding: 0;
}

.dark {
    background: #333;
}

.main_header {
    position: fixed;
    left: 0px;
    top: 0px;
    max-height: 70px;
    z-index: 999;
    width: 100%;
    padding-top: 17px;
    background: none;
    overflow: hidden;
    transition: all 0.3s;
    opacity: 0;
    top: -100px;
    padding-bottom: 6px;
    font-family: "MADE SAONARA 2 PERSONAL";
}

@media only screen and (max-width: 766px) {
    .main_header {
        padding-top: 25px;
    }
}

.open-nav {
    max-height: 400px !important;
}

.open-nav .mobile-toggle {
    transform: rotate(-90deg);
}

.sticky {
    background-image: url('./media/circle/Makeup-Revolution-London-Meet-Your-Matte-Made-In-Heaven-Makeup-Revolution-Matte-Base-Collection.png');
    /* background-color: rgba(255, 255, 255, 0.93); */
    background-size: cover;
    background-position: right;
    opacity: 1;
    top: 0px;
    border-bottom: 1px solid silver;
    z-index: 1000000000 !important;
    padding-bottom: 17px;
}

.logo {
    width: 50px;
    font-size: 25px;
    color: #8f8f8f;
    text-transform: uppercase;
    float: left;
    display: block;
    margin-top: 0;
    font-family: "MADE SAONARA 2 PERSONAL";
}

.hello-log {
    font-family: "MADE SAONARA 2 PERSONAL";
    font-size: 14rem;
    color: #062623;
    height: 301px;
    animation: anim-logo 2.5s;
}

@keyframes anim-logo {
    0% {
        opacity: 0;
    }
    25% {
        opacity: 0;
    }
    50% {
        opacity: 0.5;
    }
    100% {
        opacity: 1;
    }
}

.log-log {
    font-family: "Belove";
    font-size: 4rem;
    color: black;
    margin-bottom: 0px;
    height: 101px;
}

.vtext {
    color: #666;
    font-size: x-large;
}

@media only screen and (max-width: 766px) {
    .logo {
        float: none;
        position: relative;
        bottom: 14px;
    }
}

nav {
    float: right;
    letter-spacing: .2rem;
    font-size: large;
}

@media only screen and (max-width: 766px) {
    nav {
        width: 100%;
    }
}

nav ul {
    list-style: none;
    overflow: hidden;
    text-align: right;
    float: right;
    padding-top: 4px
}

@media only screen and (max-width: 766px) {
    nav ul {
        padding-top: 10px;
        margin-bottom: 22px;
        float: left;
        text-align: center;
        width: 100%;
    }
}

nav ul li {
    display: inline-block;
    margin-left: 35px;
    line-height: 1.5;
}

@media only screen and (max-width: 766px) {
    nav ul li {
        width: 100%;
        padding: 7px 0;
        margin: 0;
    }
}

nav ul a {
    color: #888888;
    text-transform: uppercase;
    font-size: 12px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    transition: all 500ms linear;
}

nav ul a.active {
    /* border-top: 1px solid gray; */
    border-bottom: 1px solid gray;
    transition: all 500ms 100ms linear;
    color: darkcyan
}

.mobile-toggle {
    display: none;
    cursor: pointer;
    font-size: 20px;
    position: absolute;
    right: 22px;
    top: 0;
    width: 30px;
    transition: all 200ms ease-in;
}

@media only screen and (max-width: 766px) {
    .mobile-toggle {
        display: block;
    }
}

.mobile-toggle span {
    width: 30px;
    height: 4px;
    margin-bottom: 6px;
    border-radius: 1000px;
    background: #a95c5c;
    display: block;
}

.mouse {
    display: block;
    margin: 0 auto;
    width: 26px;
    height: 46px;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 13px;
    border: 2px solid #ffffff;
    position: absolute;
    bottom: 95px;
    position: absolute;
    left: 51%;
    margin-left: -24px;
}

.mouse span {
    display: block;
    margin: 6px auto;
    width: 2px;
    height: 2px;
    border-radius: 4px;
    background: #ffffff;
    border: 1px solid transparent;
    animation-duration: 1s;
    animation-fill-mode: both;
    animation-iteration-count: infinite;
    animation-name: scroll;
}


/******************section typographie****************************
                    /* typographie1 */

a {
    border: 0;
    outline: 0;
    text-decoration: none;
    color: white;
    transition: color 0.5s ease;
}

a:hover {
    color: #062623;
}

ul,
li {
    list-style: none;
    padding: 0;
    margin: 0;
}

.h5,
h5 {
    font-size: 1.7em;
    text-shadow: #e9ecef36 1px 1px 2px;
}

.h1-color-y {
    color: aliceblue;
    font-size: 3rem;
}


/******************************************compétences**********************************/

@import url("https://fonts.googleapis.com/css?family=Kanit:400,800|Lato:300,400&display=swap");
.sec-comp {
    background-image: url('./media/marbre.png');
    min-height: 100vh;
    background-size: cover;
    background-position: inherit;
}

.bg-pink {
    padding-left: 0px;
    padding-right: 15px;
}

.flow {
    position: relative;
    border-radius: 5px;
    margin: 0px;
    box-shadow: 2px 5px 8px rgba(37, 36, 33, 0.2);
    overflow: hidden;
    transition: all 0.3s ease;
}

.flow:hover {
    transform: scale(1.03);
    cursor: pointer;
    box-shadow: 5px 8px 10px rgba(37, 36, 33, 0.2);
}

.compétence-text {
    color: #022601;
    text-transform: uppercase;
    font-size: 5em;
    font-weight: 800;
    line-height: .75em;
    margin: 50px 0 10px 0;
}

.compétence-text2 {
    color: #022601;
    text-transform: uppercase;
    font-size: 5em;
    font-weight: 800;
    line-height: .75em;
    margin: 50px 0 10px 0;
    text-shadow: 1px 1px 2px #062623
}

.text-card {
    font-size: 0.75em;
    line-height: 1.4em;
    font-family: "Lato", sans-serif;
    color: #062623;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 93px 25px 15pxwq 25px;
}

.dark {
    background: #F2D3C6;
}

.seattle {
    opacity: .9;
    height: 100%;
}

.accent-line {
    height: 7px;
    width: 20%;
    margin-bottom: 15px;
}

.green {
    background: #062623;
    position: absolute;
    top: 51%;
}

.pink {
    background: #A67A60;
}

.pink2 {
    background: #A67A60;
}

.pink3 {
    background: #A67A60;
}


/********************** section blueover "cv" *******************************/

section:after {
    content: "";
    display: table;
    clear: both;
}

section.testimonials {
    position: relative;
    background: #fff;
    height: auto;
    text-align: center;
}

section.testimonials blockquote {
    font-size: 1.5rem;
    border-left: .7em solid #ccc;
    margin: 1em .5em;
    padding: .1em 1em;
    line-height: 1.2em;
    quotes: "“" "”";
    margin-top: 40px;
}

section.testimonials blockquote:before {
    font: Georgia;
    color: #888;
    content: open-quote;
    font-size: 5em;
    line-height: 0;
    vertical-align: -.41em;
    padding: 0 .1em 0 .1em;
}

section.testimonials blockquote:after {
    font: Georgia;
    color: #888;
    content: close-quote;
    font-size: 5em;
    line-height: 0.3em;
    margin-right: 0.25em;
    vertical-align: -0.57em;
    padding: 0 0 0 0.1em;
}

section.testimonials blockquote:first-child {
    display: absolute;
    padding-top: 2.3em;
}

section.testimonials blockquote:last-child {
    display: absolute;
}

.container-tesimonial {
    width: 100%;
    position: relative;
    height: auto;
}

.bxslider {
    margin: 0 auto;
    padding: 0;
}

.bxslider li {
    margin-bottom: 0;
    width: 100% !important;
}

.bxslider li span {
    margin: -25px 10px 0 0;
    display: block;
    font-size: .35em;
    font-style: italic;
    line-height: 4;
}

.left li {
    position: relative;
    right: 0;
    font-size: 40px;
    line-height: 1;
}

.right li {
    position: relative;
    left: 0;
    width: 100%;
    max-width: 100%;
    height: auto;
    font-size: 18px;
    white-space: normal;
}

.bx-wrapper {
    width: 100%;
    border: 0;
    box-shadow: none;
    background: transparent;
}

.bx-wrapper .bx-viewport {
    box-shadow: none;
    border: 0;
}

.text1,
.text2 {
    margin: 0;
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    text-align: center;
}

.text1 {
    padding: 2em 0 0;
    line-height: 100px;
}

.text2 {
    padding: 0;
    color: #555;
    line-height: 1.7em;
}

@media (min-width: 30em) {
    section.testimonials blockquote:before {
        font-size: 7em;
    }
    section.testimonials blockquote:after {
        font-size: 7em;
    }
    .left li {
        font-size: 50px;
    }
    .right li {
        font-size: 20px;
    }
}

@media (min-width: 60em) {
    section.testimonials {
        height: 300px;
    }
    .container-tesimonial {
        position: absolute;
        height: 300px;
    }
    .bxslider li {
        width: auto;
    }
    .text1,
    .text2 {
        position: absolute;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
    }
    .text1 {
        margin-top: 0px;
        padding-right: 0px;
        width: 40%;
        text-align: right;
    }
    .text2 {
        margin-left: 40%;
        padding: 0 100px 0 15px;
        width: 60%;
        text-align: left;
        line-height: 1.7em;
    }
}


/* **********************systeme bg******************************** */


/* bg compétence */

.bg-mysql {
    background-image: url("./media/ethologie-chaque-dauphin-fait-appeler-par-son-nom.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.bg-css {
    background-image: url("./media/277532-P5OR1B-908.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.bg-php {
    background-image: url("./media/product-image-710167387_1200x1200-\(1\).png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.bg-linuk {
    background-image: url("./media/7462.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}


/**************************color*********************************/

h2 {
    text-transform: uppercase;
    font-weight: bold;
    color: white;
}

.bg-dark {
    background: rgba(254, 255, 255, 0.8);
}

.text-color {
    color: white;
    margin: 25px;
}


/* .text-color:hover{
    color:aqua;
}
.active{
    color: aqua;
} */

#contact-form {
    font-size: 20px;
    background: rgba(53, 56, 61, 0.5);
    padding: 40px;
    border-radius: 10px;
}

.contact-form2 {
    font-size: 20px;
    background: rgba(53, 56, 61, 0.5);
    border-radius: 10px;
    margin-bottom: 60px;
    align-self: center;
}

.form-textarea {
    height: 250px;
}

.form-control {
    height: 50px;
    font-size: 18px;
}

.obligatoire {
    font-weight: bold;
}


/* #contact-form input[type=submit]{
    margin: 40px auto 0px;
    display: block;
} */

.submit {
    padding-bottom: 60px;
}

.btn {
    width: 85px;
    height: 85px;
    font: bold 13px Arial;
    border-radius: 50%;
    color: #555;
    background: rgba(85, 85, 85, 0.5);
}

.btn:focus,
.btn-primary {
    box-shadow: 2px 2px 18px #aaa;
    border: none!important;
}

.btn-primary:not(:disabled):not(.disabled):active {
    color: #fff;
    background-color: #555;
}

.button1:hover {
    background: rgba(255, 255, 255, 0.37);
}

.merci {
    text-align: center;
    margin-top: 15px;
    font-weight: bold;
    font-size: 22px;
}


/*************************footer*********************************/

.bg-footer {
    background: #F2D3C6;
}

.mon_logo {
    height: 80px;
    width: auto;
}

.logo_social {
    height: 32px;
    width: 32px;
}

.text1 {
    font-size: 45px;
    font-family: 'Playfair Display', serif;
}

.text2 {
    font-size: 25px
}

.text3 {
    font-size: 100px;
}

.hello-log {
    font-size: 17rem;
    height: 292px;
    margin-bottom: 83px;
}

.nom {
    margin-top: 30vh;
}

.name2 {
    color: #D3D92B;
    font-size: 0.60em;
    margin: 0 auto;
    padding-top: 50px;
    text-align: initial;
}


/* .bg-white{
  background-color: white;
  height: 50vh;
} */

.log-log {
    height: 60px;
    font-size: 2.5rem;
}

.typography {
    font-size: 3em;
    width: 330px;
    margin-right: 0px;
    text-align-last: center;
}

#notes {
    position: absolute;
}

#notes p {
    font-family: Cabin, "Gill Sans", Geneva, "Helevetica Neue", sans-serif;
    color: #666;
    font-size: 11px;
    text-align: center;
}

#notes a:hover {
    text-decoration: underline;
    color: #1B9881;
}


/* -------------------------------- */

#contact-form {
    font-size: 20px;
    background: rgba(53, 56, 61, 0.5);
    padding: 0px;
    border-radius: 10px;
}

.submit {
    border-bottom-width: 10px;
    padding-bottom: 50px;
}

.container-contact {
    padding-left: 0px;
    padding-right: 0px;
}

.sec-4 {
    min-height: auto;
}

#container {
    margin-top: 10px;
}

.logo_footer {
    padding-bottom: 20px;
}

.copyrite {
    padding-bottom: 15px;
}

.mon_logo {
    padding-top: 15px;
}

.img-apropos {
    width: 200px;
}


/*************************media575************************************/

@media (max-width: 576px) {
    .hello-log {
        font-size: 8.5rem;
        height: 108px;
        margin-bottom: 92px;
    }
    .vtext {
        font-size: smaller;
    }
}


/************************media 576-767**************************************/

@media (min-width: 576px) and (max-width: 767.98px) {
    .h-section-50vh {
        min-height: 0vh;
    }
    #notes {
        position: absolute;
    }
    #notes p {
        font-family: Cabin, "Gill Sans", Geneva, "Helevetica Neue", sans-serif;
        color: #666;
        font-size: 11px;
        text-align: center;
    }
    #notes a:hover {
        text-decoration: underline;
        color: #1B9881;
    }
    .logo_footer {
        padding-bottom: 20px;
    }
    .copyrite {
        padding-bottom: 15px;
    }
    .mon_logo {
        padding-top: 15px;
    }
    .hello-log {
        font-size: 9.5rem;
        height: 108px;
        margin-bottom: 92px;
    }
}


/*********************media991-768**********************************/

@media (min-width: 768px) and (max-width: 991.98px) {
    .bg-yellow {
        min-height: 50vh;
    }
    .writing {
        font-family: "Lato", Arial, "Helvetica Neue", sans-serif;
        position: relative;
        left: 270px;
        top: -50px;
        -webkit-transform: rotate(90deg);
        -khtml-transform: rotate(90deg);
        transform: rotate(90deg);
    }
    .tumblr {
        font-family: "Bentham", Arial, "Helvetica Neue", sans-serif;
    }
    #notes {
        position: absolute;
    }
    #notes p {
        font-family: "Cabin", "Gill Sans", "Geneva", "Helevetica Neue", sans-serif;
        color: #666;
        font-size: 11px;
        text-align: center;
    }
    #notes a:hover {
        text-decoration: underline;
        color: #1B9881;
    }
    .logo_footer {
        padding-bottom: 20px;
    }
    .mon_logo {
        padding-top: 15px;
    }
}


/*******************media 1200*********************************/


/*******************************************************/

.container-section4 {
    background: url("https://res.cloudinary.com/drymsmld5/image/upload/v1559935979/Codepen/profile%20card/container-bg_fjzgws.png") center/cover no-repeat;
    width: 80%;
    height: 26rem;
    max-width: 55rem;
    margin: 0 auto;
    position: relative;
    /* z-index: -2; */
    padding: 50px;
    box-shadow: 2px 2px 4px 1px #999999;
}

.profile-design-lines {
    width: 8rem;
    height: 3.2rem;
    background: url("https://res.cloudinary.com/drymsmld5/image/upload/v1559935979/Codepen/profile%20card/design-line_njg3nl.png") top left/contain no-repeat;
    position: absolute;
    right: 1rem;
    top: 0;
}

.container-section4 {
    background: url("https://res.cloudinary.com/drymsmld5/image/upload/v1559935979/Codepen/profile%20card/container-bg_fjzgws.png") center/cover no-repeat;
    width: 80%;
    height: 26rem;
    max-width: 55rem;
    margin: 0 auto;
    position: relative;
    /* z-index: -2; */
    padding: 50px;
    box-shadow: 2px 2px 4px 1px #999999;
}

.profile-design-lines {
    width: 8rem;
    height: 3.2rem;
    background: url("https://res.cloudinary.com/drymsmld5/image/upload/v1559935979/Codepen/profile%20card/design-line_njg3nl.png") top left/contain no-repeat;
    position: absolute;
    right: 1rem;
    top: 0;
}


/* BLOB CSS ANIMATION */

@keyframes blob-animation {
    0% {
        border-radius: 50% 32% 20% 70%/60% 40% 55% 40%;
    }
    25% {
        border-radius: 40% 57% 40% 81% / 84% 76% 45% 38%;
    }
    50% {
        border-radius: 25% 68% 40% 46% / 59% 36% 45% 38%;
    }
    75% {
        border-radius: 40% 27% 26% 58%/70% 36% 64% 32%;
    }
    100% {
        border-radius: 50% 32% 20% 70%/60% 40% 55% 40%;
    }
}

.conatainer-fluid-section4 {
    margin: 0;
    height: 100%;
    background: url("https://res.cloudinary.com/drymsmld5/image/upload/v1559935979/Codepen/profile%20card/body-bg_omrnfm.png") left 80%/cover no-repeat, url("https://res.cloudinary.com/drymsmld5/image/upload/v1559935979/Codepen/profile%20card/body-bg_omrnfm.png") left 100%/cover no-repeat, url("https://res.cloudinary.com/drymsmld5/image/upload/v1559935979/Codepen/profile%20card/body-bg_omrnfm.png") left 120%/cover no-repeat, #dddddd4d;
    padding-top: 120px;
    padding-bottom: 120px;
}

.profile-quote {
    font-size: 1.3rem;
    text-align: justify;
    letter-spacing: 1px;
}

.profile-quote-border {
    width: 25rem;
    height: 100%;
    border: 1.3px solid var(--orange-color);
    position: absolute;
    top: 0.8rem;
    left: 0.4rem;
}

.profile-name-container {
    font-size: 3.5rem;
    font-family: 'Dancing Script', cursive;
    color: var(--orange-color);
    position: absolute;
    left: 145px;
    bottom: 0.8rem;
}

.profile-social-media-container ul {
    margin: 0;
    padding: 0;
    list-style: none;
    position: absolute;
    bottom: 0.5rem;
    right: 1rem;
}

.social-media {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    margin: 0.5rem;
    cursor: pointer;
    transform: translateY(0px) scale(1);
    transition: all 0.2s linear;
}

.social-media img {
    width: 2rem;
    height: 2rem;
    cursor: pointer;
}

.social-media:hover {
    transform: translateY(-8px) scale(1.1);
}


/* BLOB CSS ANIMATION */

@keyframes blob-animation {
    0% {
        border-radius: 50% 32% 20% 70%/60% 40% 55% 40%;
    }
    25% {
        border-radius: 40% 57% 40% 81% / 84% 76% 45% 38%;
    }
    50% {
        border-radius: 25% 68% 40% 46% / 59% 36% 45% 38%;
    }
    75% {
        border-radius: 40% 27% 26% 58%/70% 36% 64% 32%;
    }
    100% {
        border-radius: 50% 32% 20% 70%/60% 40% 55% 40%;
    }
}

.conatainer-fluid-section4 {
    margin: 0;
    height: 100%;
    background: url("https://res.cloudinary.com/drymsmld5/image/upload/v1559935979/Codepen/profile%20card/body-bg_omrnfm.png") left 80%/cover no-repeat, url("https://res.cloudinary.com/drymsmld5/image/upload/v1559935979/Codepen/profile%20card/body-bg_omrnfm.png") left 100%/cover no-repeat, url("https://res.cloudinary.com/drymsmld5/image/upload/v1559935979/Codepen/profile%20card/body-bg_omrnfm.png") left 120%/cover no-repeat, #dddddd4d;
    padding-top: 120px;
    padding-bottom: 120px;
}

.profile-quote {
    font-size: 1.3rem;
    text-align: justify;
    letter-spacing: 1px;
}

.profile-quote-border {
    width: 25rem;
    height: 100%;
    border: 1.3px solid var(--orange-color);
    position: absolute;
    top: 0.8rem;
    left: 0.4rem;
}

.profile-name-container {
    font-size: 3.5rem;
    font-family: 'Dancing Script', cursive;
    color: var(--orange-color);
    position: absolute;
    left: 145px;
    bottom: 0.8rem;
}

.profile-social-media-container ul {
    margin: 0;
    padding: 0;
    list-style: none;
    position: absolute;
    bottom: 0.5rem;
    right: 1rem;
}

.social-media {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    margin: 0.5rem;
    cursor: pointer;
    transform: translateY(0px) scale(1);
    transition: all 0.2s linear;
}

.social-media img {
    width: 2rem;
    height: 2rem;
    cursor: pointer;
}

.social-media:hover {
    transform: translateY(-8px) scale(1.1);
}