canvas {
    width: 100%;
    height: 100%;
    z-index: 2;
}

#papi {
    height: 100vh;
}

.nom {
    top: 0;
    text-align: center;
    margin-top: 10vh;
}

.hello {
    font-size: 9.5rem;
    font-family: 'Merienda One', cursive
}


/**************************slide*********************/

button {
    background-color: #fff;
    border: 0;
    color: #aaa;
    cursor: pointer;
    font-size: 16px;
    padding: 15px;
    transition: color .2s ease-in;
}

button:hover {
    color: #222;
}

button:focus {
    outline: 0;
}

.vtext {
    display: contents;
}


/****************************contact**********************************/

.bdr-ripple-ani-btn {
    display: block;
    background: #FFF;
    width: 48px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    border-radius: 100%;
    box-sizing: border-box;
    color: #666;
    animation: at-ripple 0.6s linear infinite;
    overflow: hidden;
}

.plus {
    display: flex;
    place-content: center;
    padding-top: 35px;
}

*/ header,
footer {
    font-size: 1.5rem;
    letter-spacing: 1.2px;
    color: #777;
    padding: 2rem 0;
    text-align: center;
}


/*************************apropos*********************/

.cover {
    background-image: url('./media/circle/text.png');
    background-size: cover;
    background-position: center;
    color: #ffffff;
    font-family: "Lato", sans-serif;
    padding: 2em;
}

.cover__content {
    max-width: 1000px;
    margin: 0 auto;
}

.top-section {
    background-color: #ffffff;
    color: #555c62;
    padding: 3em;
    margin-bottom: 4em;
}

.top-section__content {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: end;
    justify-content: flex-end;
    flex-wrap: wrap;
}


/* .top-section .content-preview {
    -webkit-box-flex: 0;
            flex: 0 1 230px;
  } */

@media screen and (max-width: 520px) {
    .top-section .content-preview {
        -webkit-box-flex: 1;
        flex-grow: 1;
    }
}

@media (max-width: 767.98px) {
    .content-log {
        width: 100%;
        margin: auto;
        display: block;
        background-color: rgba(0, 0, 0, 0.5);
        border-radius: 15px;
        padding: 15px;
        margin-bottom: 50px;
    }
}

.title {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: last baseline;
    align-items: last baseline;
    margin-bottom: 2em;
    flex-wrap: wrap;
}

.title__text {
    font-family: "Playfair Display", serif;
    font-weight: 900;
    font-size: 3em;
    -webkit-box-flex: 1;
    flex-grow: 1;
    letter-spacing: 0.025em;
}

@media screen and (min-width: 520px) {
    .title__text {
        font-size: 4em;
    }
}

@media screen and (min-width: 700px) {
    .title__text {
        font-size: 5em;
    }
}

.title__details {
    font-weight: 400;
}

.title a {
    color: inherit;
    text-decoration: inherit;
}

.title a:hover {
    color: #fbd5b0;
}

.content-preview {
    padding: 0.5em;
    justify-self: start;
}

@media screen and (min-width: 700px) {
    .content-preview--left {
        text-align: right;
        justify-self: end;
    }
}

.content-preview__cat,
.content-preview__title {
    font-family: "Playfair Display", serif;
    font-size: 1rem;
}

.content-preview__cat {
    text-decoration: underline;
    margin-bottom: 0.25em;
}

.content-preview__title {
    font-weight: 700;
    margin-bottom: 0.5em;
}

.content-preview__excerpt {
    font-weight: 300;
    text-align: -webkit-match-parent;
}

.lower-section {
    margin: 0 1em;
    grid-template-columns: 10% 2fr 10px 2fr 10%;
    grid-auto-flow: row dense;
}

@media screen and (min-width: 700px) {
    .lower-section {
        display: grid;
        margin-top: 8em;
    }
}

.lower-section .content-preview {
    max-width: 240px;
    padding: 1em;
    margin-top: 1em;
    margin-bottom: 1em;
}

.lower-section .content-preview--top {
    margin-top: 2em;
}

.lower-section .content-preview--bottom {
    margin-bottom: 2.5em;
}

.headline {
    grid-row: 2;
    grid-column: 1 / -1;
    display: -webkit-box;
    display: flex;
}

.boxed-headline {
    text-align: center;
    padding: 1em;
    border: 1px solid #ffffff;
    position: relative;
    -webkit-box-flex: 1;
    flex: 1 0 auto;
    text-transform: uppercase;
    letter-spacing: 0.4em;
    line-height: 1.3;
    font-size: 1.2em;
    font-weight: 900;
    max-width: 100%;
}

.boxed-headline:before {
    content: "";
    position: absolute;
    border: inherit;
    left: 0.5em;
    right: 0.5em;
    top: -0.5em;
    bottom: -0.5em;
}

.line {
    position: relative;
}

@media screen and (max-width: 520px) {
    .line {
        display: none;
    }
}

.line:before {
    content: "";
    height: 0.8em;
    width: 0.8em;
    background: #ffffff;
    display: block;
    position: absolute;
}

.line:after {
    content: "";
    border-color: #ffffff;
    position: absolute;
    display: block;
}

.line--vertical {
    grid-column: 3;
    display: none;
}

@media screen and (min-width: 700px) {
    .line--vertical {
        display: block;
    }
}

.line--vertical:after {
    left: 50%;
    top: 0;
    bottom: 0;
    border-left: 1px solid;
}

.line--vertical:before {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.line--bottom:before {
    bottom: 0;
}

.line--horizontal {
    -webkit-box-flex: 1;
    flex: 1 0 20px;
}

.line--horizontal:after {
    left: 0;
    right: 0;
    top: 50%;
    border-top: 1px solid;
}

.line--horizontal:before {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.line--right:before {
    right: 0;
}

@media (max-width: 575.98px) {
    .nom {
        margin-top: 17vh;
    }
}

.section-grid {
    width: 100%;
    /* height: 100vh; */
    min-height: calc(17em + 15vw);
}


/* @supports (display: grid) {
  .grid-six-col {
    grid-template-rows: 35% 30% 35%;
  }
} */

.card__title {
    font-family: "Raleway", sans-serif;
    font-weight: 700;
    font-style: normal;
    text-transform: none;
    color: #fff;
    line-height: .75em;
    text-shadow: 1px 1px 2px #062623;
}

.card__title2 {
    font-weight: 700;
    font-style: normal;
    text-transform: none;
    color: #062623;
    line-height: .75em;
    position: absolute;
    top: 50%;
    left: 25%;
    transform: translate(-50%, -50%);
    text-orientation: sideways;
    writing-mode: vertical-lr;
    text-shadow: 1px 1px 2px #ffffff3d;
}

.card__title--dark {
    color: #000;
}

.card__subtitle {
    font-weight: 700;
    text-transform: none;
    color: #062623;
}

.card__subtitle-title {
    font-weight: 700;
    text-transform: none;
    color: white;
    font-size: 2em;
    font-weight: 800;
    line-height: .75em;
    text-shadow: 1px 1px 2px #062623
}

.slider__btn--grid {
    height: 50%;
    width: 100%;
    background: #fff;
    border: none;
}

.slider__btn--grid img {
    width: 25%;
}

.gallery {
    display: flex;
    position: relative;
}

.gallery .dark-overlay {
    position: relative;
}

.gallery .dark-overlay * {
    /* z-index: 1;
  position: relative;
   right: 74px; */
}

.card__subtitle-signature {
    /* font-family: "Playfair Display", serif; */
    font-weight: 700;
    font-style: italic;
    text-transform: none;
    color: #062623;
    font-family: "Belove";
}

.gallery .dark-overlay::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background: #28a74526; */
}

.gallery .card:nth-child(1) {
    background-image: url('./media/128731-ORFO77-320.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex: 1 1 28%;
}

.gallery .gallery-slider {
    flex: 1 1 50%;
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: flex;
}

.gallery .gallery-slider__container {
    position: absolute;
    left: 0;
    width: calc(6*100%);
    height: 100%;
    display: flex;
    transition: 1s ease-in-out;
}

.gallery .gallery-slider__slide {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: flex-end;
    padding-bottom: 10.5em;
    position: relative;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.gallery .gallery-slider__slide * {
    z-index: 1;
}

.gallery .gallery-slider__slide::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 113, 124, 0.28);
}

.gallery .gallery-slider__slide:nth-child(1) {
    background-image: url('./media/flat-lay-tropical-workspace-mockup-with-modern-laptop-palm-monstera-leaves-pink-flowers-exotic-pineapple-petals-pastel_152898-163.jpg');
}

.gallery .gallery-slider__slide:nth-child(2) {
    background-image: url('./media/76505.png');
}

.gallery .gallery-slider__slide:nth-child(3) {
    background-image: url('./media/apple-1034298_1920\ \(1\).png');
}

.gallery .gallery-slider__slide:nth-child(4) {
    background-image: url('./media/14515.png');
}

.gallery .gallery-slider__slide:nth-child(5) {
    background-image: url('./media/1058.png');
}

.gallery .gallery-slider__slide:nth-child(6) {
    background-image: url('./media/f81a93b0c9cc91724fda1cd9c97db2d6.png');
}

.gallery .card:nth-child(3) {
    z-index: 1;
    position: absolute;
    top: 0;
    right: 0;
    width: 22%;
    max-width: 7em;
    height: 25%;
}

.gallery .card:nth-child(4) {
    background-image: url('./media/blom-feuille.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    position: relative;
    flex: 1 1 22%;
}

.gallery .card:nth-child(4) .card__title {
    position: absolute;
    top: 50%;
    left: 42%;
    transform: translate(-50%, -50%);
    text-orientation: sideways;
    writing-mode: vertical-lr;
}

.gallery .dots {
    position: absolute;
    bottom: 20px;
    left: 50%;
    display: flex;
    transform: translatex(-50%);
    z-index: 20;
}

.gallery .dots .dot {
    width: 10px;
    height: 10px;
    border: 1px solid #bebebe;
    border-radius: 50%;
    margin: 10px;
    transition: .3s ease-in-out;
    cursor: pointer;
}

.gallery .active {
    background: #bebebe;
}

@media screen and (max-width: 768px) {
    .gallery .card:nth-child(1) {
        display: none;
    }
    .gallery .card:nth-child(2) {
        flex-basis: 80%;
    }
    .gallery .card:nth-child(3) {
        width: 20%;
        height: 35%;
    }
    .gallery .card:nth-child(4) {
        flex-basis: 20%;
    }
    .gallery .card:nth-child(4) .card__title {
        display: none;
    }
}

@supports (display: grid) {
    .gallery {
        display: grid;
        height: 100vh;
    }
    .gallery .card:nth-child(1) {
        grid-column: 1 / 2;
        grid-row: 1 / 4;
    }
    .gallery .card:nth-child(2) {
        grid-column: 2 / 6;
        grid-row: 1 / 4;
    }
    .gallery .card:nth-child(3) {
        grid-column: 5 / 6;
        grid-row: 1 / 2;
        width: 43%;
        max-width: 46%;
        height: 73%;
    }
    .gallery .card:nth-child(4) {
        grid-column: 6 / 7;
        grid-row: 1 / 4;
    }
    @media screen and (max-width: 768px) {
        .gallery .card:nth-child(2) {
            grid-column: 1 / 5;
        }
        .gallery .card:nth-child(3) {
            grid-column: 5 / 7;
        }
        .gallery .card:nth-child(4) {
            grid-column: 5 / 7;
            grid-row: 2 / 4;
        }
        .gallery .card:nth-child(4) .card__title {
            display: none;
        }
    }
}


/************************************popup***************************/

#openPopUp {
    text-align: center;
    background-color: #1abc9c;
    padding: 15px 15px;
    color: #ffffff;
    font-weight: 500;
    font-size: 1.5em;
    border-radius: 3.5px;
    text-decoration: none;
    font-weight: 100;
    transition: background-color 0.15s linear;
    -webkit-transition: background-color 0.15s linear;
    -moz-transition: background-color 0.25s linear;
    -o-transition: background-color 0.25s linear;
}

a#openPopUp:hover {
    cursor: pointer;
    background-color: #1abc9e;
}

.popup {
    position: fixed;
    top: -100vh;
    left: 0;
    z-index: 9999999;
    background: rgba(0, 0, 0, 0.75);
    width: 100vw;
    height: 100vh;
    opacity: 0;
    -webkit-transition: opacity 0.35s ease;
    -moz-transition: opacity 0.35s ease;
    -o-transition: opacity 0.35s ease;
    transition: opacity 0.35s ease;
}

.popup .popUpContainer {
    height: 513px;
    width: 100%;
    max-width: 500px;
    position: fixed;
    /* To avoid scroll to target */
    left: 50%;
    top: -100vh;
    -webkit-transition: top 0.35s ease;
    -moz-transition: top 0.35s ease;
    -o-transition: top 0.35s ease;
    transition: top 0.35s ease;
    /* Trick to properly center the element by using negative 
  1/2 length of element as margin left and top */
    margin-left: -250px;
    background-color: #ffffff;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    border-radius: 2px;
    z-index: 9999465156999!important;
}

.popup h2 {
    padding: 0.5em;
    text-align: center;
    color: #444444;
    margin: 0;
}

.popup img {
    width: 100%;
    display: block;
}

.popup article {
    height: 300px;
    background-color: #e87916;
}


/* The cancel button on popup dialog */

.popup a.closePopUp {
    font-family: verdana;
    color: #062623;
    position: absolute;
    top: 0.2em;
    right: 0.375em;
    margin: 0;
    padding: 5px;
    font-weight: bold;
    font-size: 1em;
    text-decoration: none;
}


/* The cancel button on popup dialog */

.popup a:hover {
    color: #e87916;
}


/* When popup is targeted, by clicking on link with #popup in HTML */

.popup:target {
    opacity: 1;
    top: 0;
}

.header-pop {
    background-image: url('./media/header-modal.png');
    background-position: center;
    height: 126px;
}

.popup .closePopUpOutSide {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999991;
}

.popup:target .popUpContainer {
    top: 133px;
    -webkit-transition: top 0.35s ease;
    -moz-transition: top 0.35s ease;
    -o-transition: top 0.35s ease;
    transition: top 0.35s ease;
}

@media (max-width: 796px) {
    .popup .popUpContainer {
        width: 50vh;
        left: 5%;
        max-width: none;
        left: 5%;
        margin-left: 0;
        height: 456px;
        z-index: 12156999!important;
    }
    .popup ul {
        padding: 0 1em 0 1em;
    }
    .popup:target .popUpContainer {
        top: 138px;
        -webkit-transition: top 0.35s ease;
        -moz-transition: top 0.35s ease;
        -o-transition: top 0.35s ease;
        transition: top 0.35s ease;
    }
}


/*******************popup2***********************/

#openPopUp2 {
    text-align: center;
    background-color: #1abc9c;
    padding: 15px 15px;
    color: #ffffff;
    font-weight: 500;
    font-size: 1.5em;
    border-radius: 3.5px;
    text-decoration: none;
    font-weight: 100;
    transition: background-color 0.15s linear;
    -webkit-transition: background-color 0.15s linear;
    -moz-transition: background-color 0.25s linear;
    -o-transition: background-color 0.25s linear;
}

a#openPopUp2:hover {
    cursor: pointer;
    background-color: #1abc9e;
}

.popup2 {
    position: fixed;
    top: -100vh;
    left: 0;
    z-index: 9999999;
    background: rgba(0, 0, 0, 0.75);
    width: 100vw;
    height: 100vh;
    opacity: 0;
    -webkit-transition: opacity 0.35s ease;
    -moz-transition: opacity 0.35s ease;
    -o-transition: opacity 0.35s ease;
    transition: opacity 0.35s ease;
}

.popup2 .popUpContainer2 {
    height: 513px;
    width: 100%;
    max-width: 500px;
    position: fixed;
    /* To avoid scroll to target */
    left: 50%;
    top: -100vh;
    -webkit-transition: top 0.35s ease;
    -moz-transition: top 0.35s ease;
    -o-transition: top 0.35s ease;
    transition: top 0.35s ease;
    /* Trick to properly center the element by using negative 
  1/2 length of element as margin left and top */
    margin-left: -250px;
    background-color: #ffffff;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    border-radius: 2px;
    z-index: 9999465156999!important;
}

.popup2 h2 {
    padding: 0.5em;
    text-align: center;
    color: #444444;
    margin: 0;
}

.popup2 img {
    width: 100%;
    display: block;
}

.popup2 article {
    height: 300px;
    background-color: #77484c;
}


/* The cancel button on popup dialog */

.popup2 a.closePopUp2 {
    font-family: verdana;
    color: #062623;
    position: absolute;
    top: 0.2em;
    right: 0.375em;
    margin: 0;
    padding: 5px;
    font-weight: bold;
    font-size: 1em;
    text-decoration: none;
}


/* The cancel button on popup dialog */

.popup2 a:hover {
    color: #dc3545;
}


/* When popup is targeted, by clicking on link with #popup in HTML */

.popup2:target {
    opacity: 1;
    top: 0;
}

.header-pop2 {
    background-image: url('./media/pop2.png');
    background-position: bottom;
    height: 126px;
}

.popup2 .closePopUpOutSide2 {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999991;
}

.popup2:target .popUpContainer2 {
    top: 133px;
    -webkit-transition: top 0.35s ease;
    -moz-transition: top 0.35s ease;
    -o-transition: top 0.35s ease;
    transition: top 0.35s ease;
}

@media (max-width: 796px) {
    .popup2 .popUpContainer2 {
        width: 50vh;
        left: 5%;
        max-width: none;
        left: 5%;
        margin-left: 0;
        height: 456px;
        z-index: 12156999!important;
    }
    .popup2 ul {
        padding: 0 1em 0 1em;
    }
    .popup2:target .popUpContainer2 {
        top: 138px;
        -webkit-transition: top 0.35s ease;
        -moz-transition: top 0.35s ease;
        -o-transition: top 0.35s ease;
        transition: top 0.35s ease;
    }
}


/******************popp3**************************/

#openPopUp3 {
    text-align: center;
    background-color: #1abc9c;
    padding: 15px 15px;
    color: #ffffff;
    font-weight: 500;
    font-size: 1.5em;
    border-radius: 3.5px;
    text-decoration: none;
    font-weight: 100;
    transition: background-color 0.15s linear;
    -webkit-transition: background-color 0.15s linear;
    -moz-transition: background-color 0.25s linear;
    -o-transition: background-color 0.25s linear;
}

a#openPopUp3:hover {
    cursor: pointer;
    background-color: #1abc9e;
}

.popup3 {
    position: fixed;
    top: -100vh;
    left: 0;
    z-index: 9999999;
    background: rgba(0, 0, 0, 0.75);
    width: 100vw;
    height: 100vh;
    opacity: 0;
    -webkit-transition: opacity 0.35s ease;
    -moz-transition: opacity 0.35s ease;
    -o-transition: opacity 0.35s ease;
    transition: opacity 0.35s ease;
}

.popup3 .popUpContainer3 {
    height: 513px;
    width: 100%;
    max-width: 500px;
    position: fixed;
    /* To avoid scroll to target */
    left: 50%;
    top: -100vh;
    -webkit-transition: top 0.35s ease;
    -moz-transition: top 0.35s ease;
    -o-transition: top 0.35s ease;
    transition: top 0.35s ease;
    /* Trick to properly center the element by using negative 
  1/2 length of element as margin left and top */
    margin-left: -250px;
    background-color: #ffffff;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    border-radius: 2px;
    z-index: 9999465156999!important;
}

.popup3 h2 {
    padding: 0.5em;
    text-align: center;
    color: #444444;
    margin: 0;
}

.popup3 img {
    width: 100%;
    display: block;
}

.popup3 article {
    height: 300px;
    background-color: #2b7f8c;
}


/* The cancel button on popup dialog */

.popup3 a.closePopUp3 {
    font-family: verdana;
    color: #062623;
    position: absolute;
    top: 0.2em;
    right: 0.375em;
    margin: 0;
    padding: 5px;
    font-weight: bold;
    font-size: 1em;
    text-decoration: none;
}


/* The cancel button on popup dialog */

.popup3 a:hover {
    color: #17a2b89e;
}


/* When popup is targeted, by clicking on link with #popup in HTML */

.popup3:target {
    opacity: 1;
    top: 0;
}

.header-pop3 {
    background-image: url('./media/pop3.png');
    background-position: bottom;
    height: 126px;
}

.popup3 .closePopUpOutSide3 {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999991;
}

.popup3:target .popUpContainer3 {
    top: 133px;
    -webkit-transition: top 0.35s ease;
    -moz-transition: top 0.35s ease;
    -o-transition: top 0.35s ease;
    transition: top 0.35s ease;
}

@media (max-width: 796px) {
    .popup3 .popUpContainer3 {
        width: 50vh;
        left: 5%;
        max-width: none;
        left: 5%;
        margin-left: 0;
        height: 456px;
        z-index: 12156999!important;
    }
    .popup3 ul {
        padding: 0 1em 0 1em;
    }
    .popup3:target .popUpContainer3 {
        top: 138px;
        -webkit-transition: top 0.35s ease;
        -moz-transition: top 0.35s ease;
        -o-transition: top 0.35s ease;
        transition: top 0.35s ease;
    }
}


/******************popp4**************************/

#openPopUp4 {
    text-align: center;
    background-color: #1abc9c;
    padding: 15px 15px;
    color: #ffffff;
    font-weight: 500;
    font-size: 1.5em;
    border-radius: 3.5px;
    text-decoration: none;
    font-weight: 100;
    transition: background-color 0.15s linear;
    -webkit-transition: background-color 0.15s linear;
    -moz-transition: background-color 0.25s linear;
    -o-transition: background-color 0.25s linear;
}

a#openPopUp4:hover {
    cursor: pointer;
    background-color: #1abc9e;
}

.popup4 {
    position: fixed;
    top: -100vh;
    left: 0;
    z-index: 9999999;
    background: rgba(0, 0, 0, 0.75);
    width: 100vw;
    height: 100vh;
    opacity: 0;
    -webkit-transition: opacity 0.35s ease;
    -moz-transition: opacity 0.35s ease;
    -o-transition: opacity 0.35s ease;
    transition: opacity 0.35s ease;
}

.popup4 .popUpContainer4 {
    height: 513px;
    width: 100%;
    max-width: 500px;
    position: fixed;
    /* To avoid scroll to target */
    left: 50%;
    top: -100vh;
    -webkit-transition: top 0.35s ease;
    -moz-transition: top 0.35s ease;
    -o-transition: top 0.35s ease;
    transition: top 0.35s ease;
    /* Trick to properly center the element by using negative 
  1/2 length of element as margin left and top */
    margin-left: -250px;
    background-color: #ffffff;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    border-radius: 2px;
    z-index: 9999465156999!important;
}

.popup4 h2 {
    padding: 0.5em;
    text-align: center;
    color: #444444;
    margin: 0;
}

.popup4 img {
    width: 100%;
    display: block;
}

.popup4 article {
    height: 300px;
    background-color: #2b7f8c;
}


/* The cancel button on popup dialog */

.popup4 a.closePopUp4 {
    font-family: verdana;
    color: #062623;
    position: absolute;
    top: 0.2em;
    right: 0.375em;
    margin: 0;
    padding: 5px;
    font-weight: bold;
    font-size: 1em;
    text-decoration: none;
}


/* The cancel button on popup dialog */

.popup4 a:hover {
    color: #17a2b89e;
}


/* When popup is targeted, by clicking on link with #popup in HTML */

.popup4:target {
    opacity: 1;
    top: 0;
}

.header-pop4 {
    background-image: url('./media/pop3.png');
    background-position: bottom;
    height: 126px;
}

.popup4 .closePopUpOutSide4 {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999991;
}

.popup4:target .popUpContainer4 {
    top: 133px;
    -webkit-transition: top 0.35s ease;
    -moz-transition: top 0.35s ease;
    -o-transition: top 0.35s ease;
    transition: top 0.35s ease;
}

@media (max-width: 796px) {
    .popup4 .popUpContainer4 {
        width: 50vh;
        left: 5%;
        max-width: none;
        left: 5%;
        margin-left: 0;
        height: 456px;
        z-index: 12156999!important;
    }
    .popup4 ul {
        padding: 0 1em 0 1em;
    }
    .popup4:target .popUpContainer4 {
        top: 138px;
        -webkit-transition: top 0.35s ease;
        -moz-transition: top 0.35s ease;
        -o-transition: top 0.35s ease;
        transition: top 0.35s ease;
    }
}

.container-fluid-topic {
    font-weight: 300;
    color: #fff;
    line-height: 1.2;
    margin: 0;
    background: linear-gradient( to bottom, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.6) 100%), url('./media/circle/bg_contact.png');
    background-repeat: repeat;
    background-size: cover;
    font-size: 18px;
}

.info {
    margin-bottom: 50px;
}

.info p {
    text-align: center;
    color: #fff;
    text-transform: none;
    font-weight: 500;
    font-size: 17px;
    margin-top: 2px;
}

.info i {
    color: #f31131;
}

.clearfix {
    clear: both;
}

textarea:focus,
input:focus {
    outline: none;
}

.h1-tropic {
    text-align: center;
    color: #fff;
    font-size: 3rem;
    font-weight: 500;
}

.h-tropic {
    font-weight: 300;
    font-size: 27px;
    margin: 0px;
    text-align: center;
    text-transform: uppercase;
    margin-top: 50px;
    padding-bottom: 15px;
}

.h4-form {
    text-transform: none;
    font-size: 1rem;
    font-family: 'Playfair Display'
}

#message {
    height: 50px;
}

@media (min-width: 670px) and (max-width: 978px) {
    .content-log {
        margin: auto;
        display: block;
        background-color: rgba(0, 0, 0, 0.5);
        border-radius: 15px;
        padding: 15px;
    }
}

@media (min-width: 992px) {
    .content-log {
        width: 560px;
        /* height: 572px; */
        margin: auto;
        display: block;
        background-color: rgba(0, 0, 0, 0.5);
        border-radius: 15px;
        padding: 15px;
    }
    .login-form {
        height: 69px;
    }
}

.login-form {
    position: relative;
    border: 2px solid rgba(255, 255, 255, 0.2);
    width: 99%;
    height: 705px;
    margin: auto;
    display: block;
    vertical-align: middle;
    border-radius: 15px;
}

.login-form hr.to-right {
    width: 45%;
    position: absolute;
    right: 30px;
    border: 0px none;
    height: 3px;
    background-image: linear-gradient(to left, transparent, #af5d65);
}

.login-form hr.to-left {
    width: 45%;
    position: absolute;
    left: 30px;
    border: 0px none;
    height: 3px;
    background-image: linear-gradient(to right, transparent, #bb9281);
}

input {
    border: 0px none;
    width: 100%;
    border-radius: 4px;
    height: 50px;
    padding: 5px 3%;
    font-size: 15px;
    font-family: inherit;
    color: #222;
}

button {
    width: 100%;
    background-color: rgba(0, 82, 56, 0.4);
    border: 1px solid #28a74536;
    color: #fff;
    border-radius: 5px;
    height: 50px;
    text-transform: uppercase;
    font-size: 19px;
    cursor: pointer;
    transition: all 0.3s;
}

.login-footer a {
    font-size: 16px;
    margin: 5px 0px;
    text-align: center;
    color: rgba(255, 255, 255, 0.4);
    font-weight: 400;
    line-height: 1.4;
    display: block;
    transition: all 0.2s;
}

.login-footer a:hover {
    color: rgba(255, 255, 255, 0.7);
}

.login-footer i {
    padding: 0px 6px 0px 0px;
}

.check {
    padding: 20px 0px;
}

.check label {
    display: inline;
    margin-top: 5px;
    position: relative;
    top: 5px;
}

.check p {
    display: inline;
    margin-left: 8px;
    vertical-align: sub;
}

.checkbox {
    display: none;
}

.checkbox:checked+svg .path-moving {
    -webkit-transition: stroke 0.4s, stroke-dasharray 0.4s, stroke-dashoffset 0.4s cubic-bezier(0.3, 0.8, 0.6, 1.5);
    transition: stroke 0.4s, stroke-dasharray 0.4s, stroke-dashoffset 0.4s cubic-bezier(0.3, 0.8, 0.6, 1.5);
    stroke-dasharray: 25 90;
    stroke-dashoffset: 0;
}

.path-moving,
.path-back {
    fill: none;
    stroke: rgba(0, 82, 56, 0.4);
    stroke-width: 3px;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.path-moving {
    -webkit-transition: stroke 0.4s, stroke-dasharray 0.4s, stroke-dashoffset 0.4s;
    transition: stroke 0.4s, stroke-dasharray 0.4s, stroke-dashoffset 0.4s;
    stroke: #ffffff;
    stroke-dasharray: 110;
    stroke-dashoffset: -32;
}

.fafatwit {
    /* left: 55px; */
    left: 0;
    top: 4px;
    transform: rotate(-9000deg);
}

.fa-lg {
    font-size: 1em;
    vertical-align: 20%;
}

.social {
    place-content: center;
}