@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100;0,200;0,300;0,400;0,600;0,900;1,400;1,600;1,900&family=Abril+Fatface:ital,wght@0,100;0,200;0,300;0,400;0,600;0,900;1,400;1,600;1,900&display=swap');
:root {
    --fr-color-site : 138 158 172;
    --fr-color-site-dark : 97 111 121;
    --fr-color-site-acc : 63 73 71;
    --fr-color-site-acc-dark : 32 37 36;
    --fr-color-dark : 26 33 32;
}
body{
    background-color: #ffffff;
    margin: 0 !important;
    line-height: 180%;
    font-family: 'Raleway', sans-serif;
    font-size: 1rem;
    color: rgb(var(--fr-color-site-acc));
    padding-top: 250px;
}
.price {
    position: absolute;
    top: 30%;
    right: 0;
}
.fonction-price {
    position: absolute;
    top: -1rem;
    right: 1rem;
    transform: rotate(-5deg);
    z-index: 1;
}
.tarif {
    font-size: 110px !important;
    line-height: 71% !important;
    margin-top: 1rem;
}
.tarif sup{
    background-color: #a5cec8;
    margin-left: 8px;
    top: -40px;
}
.default-price {
    position: absolute;
    top: -12px;
    left: 50%;
    transform: translateX(-50%);
}
.zoom{
    transform: scale(1.1);
}
.spooler {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgb(var(--fr-color-site) /80%);
    color: white;
    z-index: 10000;
    font-size: 2rem;
    font-weight: 200;
    display: none;
}
a {
    text-decoration: none;
    color: rgb(97 111 121);
}
a:hover {
    color: rgb(var(--fr-color-site));
}
footer .nav-link {
    color:rgb(255 255 255 /70%);
}
.carousel-indicators {
    position: absolute;
    right: auto;
    bottom: 0;
    left: 0;
    z-index: 2;
    display: flex;
    justify-content: left;
    padding: 0;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: 0;
    list-style: none;
}
.carousel-indicators-fr {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
}
.carousel-dark .carousel-indicators-fr [data-bs-target] {
    background-color: rgb(var(--fr-color-site));
}
.carousel-indicators-fr .active {
    opacity: 1;
    background-color: rgb(var(--fr-color-site-acc)) !important;
}
.carousel-indicators-fr [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 15px;
    height: 15px;
    padding: 0;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: rgb(var(--fr-color-site));
    background-clip: border-box;
    border: none;
    border-top: none;
    border-bottom: none;
    opacity: .5;
    transition: opacity .6s ease;
}
.grecaptcha-badge {
    z-index: 10000;
}
form .btn-check:active+.btn, .btn-check:checked+.btn, .btn.active, .btn.show, .btn:active {
background-color: rgb(var(--fr-color-site));
}
form .btn-outline-secondary:not(:disabled):not(.disabled).active, form .btn-outline-secondary:not(:disabled):not(.disabled):active, form .show>.btn-outline-secondary.dropdown-toggle {
color: #fff !important;
background-color: rgb(69 79 86) !important;
border-color: #ced4da !important;
}
.bg-cover{
    background-size: cover;
}
.bg-contain{
    background-size: contain;
}
.bg-center {
    background-position: center;
}
.bg-norepeat{
    background-repeat: no-repeat;
}
.bg-site{
    background-color: rgb(var(--fr-color-site) /100%) !important;
}
.bg-site-50{
    background-color: rgb(var(--fr-color-site) /50%) !important;
}
.bg-site-25{
    background-color: rgb(var(--fr-color-site) /25%) !important;
}
.bg-site-10{
    background-color: rgb(var(--fr-color-site) /10%) !important;
}
.text-site-color {
    color: rgb(var(--fr-color-site) /100%);
}
.text-site-dark{
    color : rgb(var(--fr-color-site-dark));
}
.bg-site-secondary{
    background-color: rgb(var(--fr-color-site-acc));
}
.bg-site-dark{
    background-color : rgb(var(--fr-color-site-dark));
}

.btn-site-secondary{
    color:#ffffff;
    background-color: rgb(var(--fr-color-site-acc));
    border-color: rgb(var(--fr-color-site-acc));
    border-width: 3px;
}
.btn-site-secondary:hover {
    color: #ffffff;
    background-color: rgb(51 59 57);
    border-color: rgb(102 110 108);
    border-width: 3px;
}
.btn-site-secondary:active {
    color: #ffffff !important;
    background-color: rgb(var(--fr-color-site)) !important;
    border-color: rgb(111 127 138) !important;
    border-width: 3px;
}
.header-title {
    position: relative;
    left: 50%;
    font-size: 122px;
    z-index: 100;
    line-height: 71px;
    font-weight: 200;
    text-transform: none;
    width: 150%;
    margin-top: 200px;
    text-shadow: 0 0 15px rgb(0 0 0 / 60%);
}
.header-title strong {
    font-size: 62px;
    text-shadow:none;
}
.header-logo {
    height: 250px;
    left: 0;
    top: 0;
    position: absolute;
    z-index: -1;
}
.header-logo img {
    height: 180px;
    position: absolute;
    bottom: 1rem;
    left: 50%;
    transform: translateX(-50%);
}
nav .nav-link {
    display: block;
    padding: 0.5rem 1rem 0;
    color: #ffffff;
    font-weight: 100;
    font-size: 18px;
}
.nav-link:focus, .nav-link:hover {
    color: rgb(255 255 255 / 60%);
}
nav .dropdown-item {
    color: #ffffff;
}
.gradient-black-50 {
    background-image: linear-gradient(0deg, transparent 80%, rgb(0 0 0 / 100%) 100%);
}
.main {
    margin-top: 150px;
}
.thumbs {
    background-color: rgb(255 255 255 /0%);
    transition: all .5s;
}
.thumbs:hover{
    background-color: rgb(255 255 255 /80%);
}

.thumbs:hover div{
    background-size: 105%;
    transform: scale(1.1);
}
.thumbs div{
    transition: all .5s;
}
#galerie-carousel .carousel-control-next {
    right: -10%;
}
#galerie-carousel .carousel-control-prev {
    left: -10%;
}
.galerie {
    background-color: rgb(255 255 255 /30%);
}
.galerie-title {
    font-size: 90px !important;
    line-height: 105%;
}
.backgroundimg .imgview {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    overflow: hidden;
    max-height: 100vh;
}
.imgview img {
    max-height: 90vh;
}
.backgroundimg {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgb(0 0 0 /90%);
    z-index: 10000;
    display: none;
}
.backgroundimg .close {
    font-size: 2rem;
    position: absolute;
    top: 2rem;
    right: 2rem;
    z-index: 1;
    color: #ffffff;
    opacity: .6;
    cursor: pointer;
    transition: all .3s;
}
.backgroundimg .close:hover {
    opacity: 1;
}
.backgroundimg ul {
    position: absolute;
    top: 50%;
    width: 100%;
    left: 50%;
    transform: translate(-50%,-50%);
    font-size: 1.5rem;
    height: 100%;
}
.backgroundimg ul li i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-shadow: 0 0 10px #000;
}
.backgroundimg ul li {
    width: 7%;
    height: 100%;
    color: #ffffff;
    opacity: .6;
    transition: all .3s;
    position: absolute;
    display: block;
    cursor: pointer;
    font-size: 2rem;
    top: 50%;
    text-align: center;
}
.backgroundimg ul li:hover {
    opacity: 1;
}
.left {
    left: 0;
}
.right {
    right: 0;
}
.legend {
    transition: all .5s;
    font-weight: 300;
    color: white;
    position: absolute;
    bottom: 0;
    background-color: rgb(var(--fr-color-site) /60%);
    width: 100%;
    max-width: 360px;
    left: 50%;
    transform: translateX(-50%);
    padding: 2.5rem 1rem 1rem;
    width: 50%;
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
    font-size: 14px;
}
.legend h3{
    font-weight: 600;
}
.read, .unread{
    display: block;
    position: absolute;
    top: 0.5rem;
    right: 0.5rem;
    padding: 0rem;
    border: solid 1px rgb(255 255 255 /60%);
    width: 26px;
    height: 26px;
    border-radius: 50rem;
    background-color: rgb(0 0 0 / 50%);
    text-align: center;
    line-height: 26px;
    transition: all 0.5s;
}
.read {
    transform: rotate(180deg);
 }
.unread {
    transform: rotate(0deg);
}
footer {
    background-color: rgb(var(--fr-color-dark));
}
footer .nav-link{
    font-weight: 400 !important;
}
.font-12 {
    font-size: 12px;
}
.font-14 {
    font-size: 14px;
}
.font-18 {
    font-size: 18px;
}
.font-19 {
    font-size: 19px;
}
.font-24 {
    font-size: 24px;
}
.font-32 {
    font-size: 32px;
}
.font-36 {
    font-size: 36px;
}
.font-48 {
    font-size: 48px;
}
.font-52 {
    font-size: 52px;
}
.font-60 {
    font-size:60px;
}
.font-72 {
    font-size: 72px;
}
.h-line-100 {
    line-height: 100%;
}
.bg-left {
    background-image: url(https://fotosite.frdev.ovh/fotosite/img/bg-left.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.bg-right {
    background-image: url(https://fotosite.frdev.ovh/fotosite/img/bg-right.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
@media (max-width: 764px){
    .font-sm-12 {
        font-size: 12px !important;
    }
    .font-sm-14 {
        font-size: 14px !important;
    }
    .font-sm-16 {
        font-size: 16px !important;
    }
    .font-sm-18 {
        font-size: 18px !important;
    }
    .font-sm-19 {
        font-size: 19px !important;
    }
    .font-sm-24 {
        font-size: 24px !important;
    }
    .font-sm-32 {
        font-size: 32px !important;
    }
    .font-sm-36 {
        font-size: 36px !important;
    }
    .font-sm-48 {
        font-size: 48px !important;
    }
    .font-sm-52 {
        font-size: 52px !important;
    }
    .font-sm-60 {
        font-size:60px;
    }
    .font-sm-72 {
        font-size: 72px !important;
    }
    .w-sm-100 {
        width:100% !important;
    }

    .header-logo img {
        height: auto;
        width: auto;
        position: absolute;
        bottom: 1rem;
        left: 50%;
        transform: translateX(-50%);
    }
    .header-logo {
        height: 150px;
    }
    body {padding-top:146px}
}