.grecaptcha-badge { visibility: hidden; }

@font-face {
    font-family: "Dream Avenue";
    src: url("../fonts/Dream Avenue.ttf")
}

@font-face {
    font-family: "Quicksand_Book";
    src: url("../fonts/Quicksand_Book.otf")
}

p, a, .btn, .form-control {
    font-family: "Quicksand_Book", sans-serif !important;
}

.form-label {
    font-weight: bold;
    font-family: "Dream Avenue", sans-serif !important;
}

.form-check-inline {
    color: #9b9b9b;
}

.inline-checkbox {
    display: flex;
    justify-content: space-between;
}

input[type="checkbox"] {
    accent-color: #0a0a0a;
}

.font-quick {
    font-family: "Quicksand_Book", sans-serif !important;
}

.font-dream {
    font-family: "Dream Avenue", sans-serif !important;
}

/* Color Theme Swatches in Hex */
.Google-Color-Scheme-1-hex {
    color: #0F71F2;
}

.Google-Color-Scheme-2-hex {
    color: #318C07;
}

.Google-Color-Scheme-3-hex {
    color: #F2A20C;
}

.Google-Color-Scheme-4-hex {
    color: #D92929;
}

.Google-Color-Scheme-5-hex {
    color: #868686;
}


.image-slider-next.disabled, .image-slider-prev.disabled {
    background: transparent;
    color: #9b9b9b;
    cursor: default;
}

.image-slider-next, .image-slider-prev {
    width: 2.125rem;
    height: 2rem;
}

h1 {
    font-family: "Dream Avenue", sans-serif !important;
}

.animate-scale {
    transition: transform 0.5s ease-in-out;
}

.animate-scale:hover {
    transform: scale(1.05);
}

.animate-rotate {
    transition: transform 0.5s ease-in-out;
}

.animate-rotate:hover {
    transform: rotate(-5deg);
}

.animate-rotate-reverse {
    transform: rotate(-5deg);
    transition: transform 0.5s ease-in-out;
}

.animate-rotate-reverse:hover {
    transform: rotate(0);
}

.animate-scale {
    transition: transform 0.5s ease-in-out;
}

.animate-scale:hover {
    transform: scale(1.05);
}

.btn-outline-dark:hover {
    color: #fff;
    background-color: #0a0a0a;
    border-color: #0a0a0a;
}

.btn-dark {
    color: #fff;
    background-color: #0a0a0a;
    border-color: #0a0a0a;
}

.bg-dark-text-white {
    font-family: "Dream Avenue", sans-serif !important;
    color: #fff;
    background-color: #0a0a0a;
}

.form-control:focus {
    border-color: #0a0a0a;
}


.line-avis {
    display: inline-block;
    width: 25px;
    height: .08rem;
    background: #0a0a0a;
    margin: 5px 0;
}

.about .card {
    border: none;
    border-radius: 15px;
    transition: all 0.45s ease-in-out;
    padding-left: 0 !important;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transform: scale(1);
}

.about .card:hover {
    transform: scale(1.05);
}

.card-body-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    z-index: 1;
    transition: opacity 0.3s ease-in-out;
}

.card-body-content {
    font-family: "Dream Avenue", sans-serif;
    letter-spacing: 2px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: transparent;
    color: #fff;
    font-weight: bold;
    height: 100%;
    width: 100%;
    z-index: 2;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}

.about .card:hover .card-body-content, .about .card:hover .card-body-overlay {
    opacity: 1;
}


.modal-dialog {
    max-width: 500px;
}

.modal-content {
    border: none;
    position: relative;
    padding: 0 !important;
    -webkit-box-shadow: 0 10px 34px -15px rgba(0, 0, 0, 0.24);
    -moz-box-shadow: 0 10px 34px -15px rgba(0, 0, 0, 0.24);
    box-shadow: 0 10px 34px -15px rgba(0, 0, 0, 0.24);
}

.modal-content .modal-header {
    position: relative;
    padding: 0;
    border: none;
    height: 230px;
    z-index: 0;
}

.modal-content .modal-header:after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    background: #dd00ff;
    background: -moz-linear-gradient(45deg, #dd00ff 0%, #3e65ff 100%);
    background: -webkit-gradient(left bottom, right top, color-stop(0%, #dd00ff), color-stop(100%, #3e65ff));
    background: -webkit-linear-gradient(45deg, #dd00ff 0%, #3e65ff 100%);
    background: -o-linear-gradient(45deg, #dd00ff 0%, #3e65ff 100%);
    background: -ms-linear-gradient(45deg, #dd00ff 0%, #3e65ff 100%);
    background: linear-gradient(45deg, #dd00ff 0%, #3e65ff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dd00ff', endColorstr='#3e65ff', GradientType=1);
    z-index: -1;
    opacity: .3;
}

.modal-content button.close {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0;
    margin: 0;
    width: 40px;
    height: 40px;
    z-index: 1;
    color: #0a0a0a;
}

.modal-content button.close:focus {
    outline: none !important;
}

.modal-content .modal-body {
    border: none;
    overflow: hidden;
    margin-top: -180px;
    z-index: 2;
}

.modal-content .modal-body .icon {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    font-size: 30px;
    margin: 0 auto;
    margin-bottom: 10px;
    background: rgba(255, 255, 255, 0.2);
}

.modal-content .modal-body .icon img {
    max-width: 70%;
}

.modal-content .modal-body h2 {
    font-weight: 700;
    color: #fff;
}

.modal-content .modal-body h4 {
    font-size: 18px;
}

.modal-content .modal-body h3 {
    font-weight: 800;
    font-size: 22px;
}

.modal-content .modal-body h3 span {
    font-weight: 300;
}

.modal-content .subscribe-form .form-group {
    position: relative;
    margin-bottom: 0;
    border-radius: 0;
}

.modal-content .subscribe-form .form-group input {
    background: rgba(0, 0, 0, 0.05) !important;
    border: none !important;
    outline: none !important;
    font-size: 16px;
    border-radius: 0;
}

.modal-content .subscribe-form .form-group input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: rgba(0, 0, 0, 0.3) !important;
}

.modal-content .subscribe-form .form-group input::-moz-placeholder {
    /* Firefox 19+ */
    color: rgba(0, 0, 0, 0.3) !important;
}

.modal-content .subscribe-form .form-group input:-ms-input-placeholder {
    /* IE 10+ */
    color: rgba(0, 0, 0, 0.3) !important;
}

.modal-content .subscribe-form .form-group input:-moz-placeholder {
    /* Firefox 18- */
    color: rgba(0, 0, 0, 0.3) !important;
}

.modal-content .subscribe-form .form-group input:focus {
    outline: none !important;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.modal-content .subscribe-form .form-group .submit {
    color: #fff !important;
    display: block;
    width: 130px;
    height: 52px;
    font-size: 16px;
    border: none;
    background: #0a0a0a !important;
    border-radius: 0;
    letter-spacing: 2px;
}

.modal-content .subscribe-form .form-group .submit:hover {
    background: #0a0a0a !important;
}

.modal-content .subscribe-form .form-group .submit:hover, .modal-content .subscribe-form .form-group .submit:focus {
    text-decoration: none !important;
    outline: none !important;
}

.modal-content .subscribe-form .icon {
    position: absolute;
    top: 50%;
    right: 20px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: rgba(255, 255, 255, 0.8);
}

.faq-title {
    letter-spacing: 2px;
    font-weight: 600 !important;
}

.header-top-line {
    background: #0a0a0a;
}

.btn {
    transition: all 0.5s ease-in-out !important;
}

.boutton {
    color: white;
}

.boutton:hover {
    color: #0a0a0a;
}

.boutton-dark {
    color: #0a0a0a;
}

.boutton-dark:hover {
    color: white;
}

.btn-outline-light {
    transition: all 0.4s ease-in-out;
}


.blob {
    transition: transform .6s ease-in-out;
}

.blob:hover {
    transform: scale(0.90);
}

.bg-gradient {
    border: 0 !important;
    background: linear-gradient(75deg, rgba(252, 63, 132, 1) 0%, rgba(28, 51, 122, 1) 200%) !important;
    transition: transform .6s ease-in-out;
}

.bg-gradient:hover:not(.flex-column) {
    transform: scale(0.90);
}


.bg-gradient2 {
    border: 0 !important;
    background: linear-gradient(75deg, rgba(252, 63, 132, 0.5) 0%, rgba(28, 51, 122, 0.5) 200%) !important;


}


.rose {
    color: #fc3f84 !important;
}

.bleu {
    color: #0a0a0a !important;
}

.navbar-light .nav-item .nav-link {
    color: #0a0a0a !important;
    opacity: .5;
    font-weight: bold !important;
    transition: opacity 0.5s ease-in-out;
}

.navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active {
    color: #0a0a0a !important;
    opacity: 1;
    font-weight: bold ;
}

.navbar-light .nav-item .nav-link:hover, .navbar-light .nav-item .nav-link:active {
    opacity: 1;
}

.navbar-expand-lg .navbar-nav .nav-item.active .nav-link:before, .navbar-expand-lg .navbar-nav .nav-link.active:before, .navbar-expand-lg .navbar-nav .nav-link:hover:before {
    background-color: #0a0a0a !important;
}

.navbar-brand, .footer-brand {
    opacity: .8;
    transition: opacity 0.5s ease-in-out;
}

.footer-brand:hover, .navbar-brand:hover {
    opacity: 1;
}


.card-accent-left:before, .card-accent-right:before {
    background: #0a0a0a !important;
}

.card-phater-video {
    width: 250px !important;
    height: 500px !important;
}

.card-phater-photo {
    width: auto !important;
    height: 500px !important;
}

.im-slider {
    height: 600px;
}

.wrapper {
    position: fixed;
    bottom: 30px;
    left: 30px;
    max-width: 365px;
    background: #fff;
    padding: 25px 25px 25px 25px;
    border-radius: 15px;
    box-shadow: 1px 7px 14px -5px rgba(0, 0, 0, 0.15);
    text-align: center;
    z-index: 9999;
}

.wrapper.hide {
    opacity: 0;
    pointer-events: none;
    transform: scale(0.8);
    transition: all 0.3s ease;
}

::selection {
    color: #fff;
    background: #0a0a0a;
}

.wrapper img {
    max-width: 90px;
}

.content header {

    font-size: 25px;
    transform: translateY(-20px);
    font-weight: 600;
}

.content {

}

.content p {
    color: #858585;
    margin: 5px 0 20px 0;
    transform: translateY(-10px);
}

.content .buttons {
    display: flex;
    align-items: center;
    justify-content: center;
}

.buttons button {
    padding: 10px 20px;
    border: none;
    outline: none;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    border-radius: 5px;
    background: #0a0a0a;
    cursor: pointer;
    transition: all 0.3s ease;
}

.buttons button:hover {
    transform: scale(0.97);
}

.buttons .item {
    margin: 0 10px;
}


.gradient-text {
    background-color: #0a0a0a;
    background-size: 100%;
    background-repeat: repeat;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-text-fill-color: transparent;
    animation: rainbow-text-simple-animation-rev 0.75s ease-in-out forwards;

}

.dark-text {
    color: #0a0a0a;
}

.gradient-text:hover {
    animation: rainbow-text-simple-animation 0.75s ease-in-out forwards;
}

@keyframes rainbow-text-simple-animation-rev {
    0% {
        background-size: 650%;
    }
    40% {
        background-size: 650%;
    }
    100% {
        background-size: 100%;
    }
}

/* Move the background and make it larger. */
/* Animation shown when hovering over the text. */
@keyframes rainbow-text-simple-animation {
    0% {
        background-size: 100%;
    }
    80% {
        background-size: 650%;
    }
    100% {
        background-size: 650%;
    }
}

/* Alert */
.green {
    color: #4ec07d;
}

.red {
    color: #e96075;
}

.alert {
    font-weight: 700;
    letter-spacing: 5px;
}


button, .dot {
    cursor: pointer;
}

#success-box {
    position: fixed;
    width: 350px;
    height: 230px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 20px;
    background: #fff;
    perspective: 40px;
    z-index: 999999 !important;
}


.face {
    position: absolute;
    width: 60px;
    height: 60px;
    background: #fcfcfc;
    border-radius: 50%;
    border: 1px solid #0a0a0a;
    top: 10%;
    left: 38%;
    z-index: 2;
    animation: bounce 1s ease-in infinite;
}


.eye {
    position: absolute;
    width: 5px;
    height: 5px;
    background: #0a0a0a;
    border-radius: 50%;
    top: 40%;
    left: 20%;
}

.right {
    left: 68%;
}

.mouth {
    position: absolute;
    top: 43%;
    left: 41%;
    width: 7px;
    height: 7px;
    border-radius: 50%;
}

.happy {
    border: 2px solid;
    border-color: transparent #0a0a0a #0a0a0a transparent;
    transform: rotate(45deg);
}


.scale {
    animation: scale 1s ease-in infinite;
}

.move {
    animation: move 3s ease-in-out infinite;
}

.message {
    position: absolute;
    width: 100%;
    text-align: center;
    height: 40%;
    top: 35%;

}

.button-box {
    position: absolute;
    background: transparent;
    width: 40%;
    height: 15%;
    border-radius: 20px;
    top: 76%;
    left: 30%;
    outline: 0;
    border: 1px solid #0a0a0a;
    box-shadow: 2px 2px 10px rgba(119, 119, 119, .5);
    transition: all 0.5s ease-in-out;
}

.button-box:hover {
    background: #0a0a0a;
    transition: all 0.3s ease-in-out;
    color: #fff;
}

@keyframes bounce {
    50% {
        transform: translateY(-10px);
    }
}

@keyframes scale {
    50% {
        transform: scale(0.9);
    }
}

@keyframes roll {
    0% {
        transform: rotate(0deg);
        left: 25%;
    }
    50% {
        left: 60%;
        transform: rotate(168deg);
    }
    100% {
        transform: rotate(0deg);
        left: 25%;
    }
}

@keyframes move {
    0% {
        left: 25%;
    }
    50% {
        left: 60%;
    }
    100% {
        left: 25%;
    }
}


@media (max-width: 395px) {
    .avis .col-12:not(:first-child) {
        margin-top: 30px;
    }

    .inline-checkbox {
        flex-direction: column;
    }

    .cliches {
        padding-top: 0;
    }

    .card-phater-video {
        width: 100% !important;
        height: 720px !important;
    }

    .card-phater-photo {
        width: 100% !important;
        height: 720px !important;
    }

    .brainstorm {
        height: 110vw !important;
    }
    
}

@media (min-width: 400px) and (max-width: 575px) {
    .card-phater-video {
        width: 100% !important;
        height: 200vw !important;
    }

    .card-phater-photo {
        width: 100% !important;
        height: 200vw !important;
    }

    .brainstorm {
        height: 110vw !important;
    }
}


@media (min-width: 400px) and (max-width: 600px) {
    .avis .col-12:not(:first-child) {
        margin-top: 30px;
    }

    .inline-checkbox {
        flex-direction: column;
    }

    .cliches {
        padding-top: 0;
    }

    .brainstorm {
        height: 110vw !important;
    }

}

@media (min-width: 600px) and (max-width: 992px) {
    .avis .col-12:not(:first-child) {
        margin-top: 30px;
    }

    .inline-checkbox {
        flex-direction: column;
    }

    .cliches {
        padding-top: 0;
    }

    .card-phater-video {
        width: 100% !important;
        height: 500px !important;
    }

    .card-phater-photo {
        width: 100% !important;
        height: 500px !important;
    }

    .brainstorm {
        height: 110vw !important;
    }
}

@media (max-width: 600px) {

    .wrapper {

        bottom: 10px;
        left: 25px;

    }

    .image-slider-next, .image-slider-prev {

        background: transparent;
        color: #FFFFFF;
    }

    .image-slider-next:hover, .image-slider-prev:hover {

        color: #9b9b9b;
    }
}

@media (min-width: 992px) {
    .tour-tabs-content {
        padding: 1.875rem !important;
    }

    .navbar-expand-lg .navbar-nav .nav-link:before {

        bottom: 10px !important;
    }

    .card-phater-video {
        width: 100% !important;
        height: 500px !important;
    }

    .card-phater-photo {
        width: 100% !important;
        height: 500px !important;
    }
}


/* Pour les navigateurs basés sur WebKit (Chrome, Safari, etc.) */
::-webkit-scrollbar {
    width: 10px; /* Largeur de la scrollbar */
}

::-webkit-scrollbar-thumb {
    transition: all 8s ease-in-out;
    border-radius: 15px;
    background: #0a0a0a; /* Couleur de la poignée de la scrollbar */
}

::-webkit-scrollbar-track {
    background-color: lightgrey; /* Couleur de la partie arrière-plan de la scrollbar */
}



