:root{
    --mainColor-blue : #0656A3;
    --mainColor-white : #FFFFFF;
    --mainColor-red : #EF4135;
    --mainColor-gold : #DEB887;
}

body{
    margin: 0;
    font-family: ltc-bodoni-175,serif;
    overflow-x: hidden;
}
.hidden{
    visibility: hidden;
    font-size: 0.01px;
}
p{
    margin: 0;
}

.blueColor{
    color: var(--mainColor-blue);
}

.whiteColor{
    color: var(--mainColor-white);
}

.redColor{
    color: var(--mainColor-red);
}

.goldColor{
    color: var(--mainColor-gold);
}

.flagBlock{
    width: 100%;
    height: 8px;
    background: transparent linear-gradient(90deg, var(--mainColor-blue) 0%, var(--mainColor-white) 52%, var(--mainColor-red) 100%) 0% 0% no-repeat padding-box;
    opacity: 1;
}

.gradientMaskHeader{
    width: 100%;
    min-height: 583px;
    opacity: 1;
    background: linear-gradient(182deg, var(--mainColor-white) 0%, #FFFFFF00 70%), url("../../src/img/header_tours.webp") bottom center no-repeat;
    background-size: auto, cover;
    background-attachment: fixed;
    position: relative;
}

.logoBlock{
    width: 100%;
    min-height: 250px;
    max-height: 583px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    justify-content: center;
}

.logoHeader{
    max-width: 250px;
    max-height: 250px;
}

.logoFooter{
    width: 210px;
}

.navbar{
    box-shadow: none;
}

@media screen and (min-width: 992px)
{
    .nav-item{
        padding: 37.5px;
    }
}

.nav-link{
    font-weight: bold;
    font-size: 20px;
    color: black !important;
}

.noLink{
    text-decoration: none;
    color: black;
}

.telNumber{
    text-decoration: none;
    color: var(--mainColor-gold) !important;
    font-size: 30px;
}

.magasinName{
    color: black;
    font-size: 40px;
}

.returnButton{
    float: right;
}

.goldTitle{
    font-family: 'Roboto', sans-serif;
    color: var(--mainColor-gold);
    font-size: 20px;
    font-weight: bold;
}

.goldSubTitle{
    color: var(--mainColor-gold);
    font-size: 32px;
    font-weight: bold;
    font-style: italic;
}

.presentationImage{
    width: 100%;
    object-fit: cover;
    border-radius: 25px;
}

.mainText{
    width: 100%;
    text-align: justify;
    text-justify: auto;
    font-size: 18px;
    letter-spacing: NaNpx;
    opacity: 1;
    line-height: 22px;
    color: white;
}

.conceptServiceBlock{
    background-color: black;
    padding-bottom: 145px;
}

.conceptBlock{
    padding-top: 161px;
    padding-bottom: 70px;
}

.serviceBlock{
    padding-top: 120px;
    padding-bottom: 70px;
}

.serviceTitle{
    color: white;
    font-size: 18px;
    text-align: center;
}

.pictoBlock{
    width: 200px;
    height: 150px;
    position: relative;
}

.pictoBlock svg{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding-left: 20px;
    padding-right: 20px;
}

.visite3DBlock{
    height: 430px;
    background: linear-gradient(182deg, rgba(0,0,0,0.35) 0%, rgba(0,0,0,0.35) 100%), url("../../src/img/visite3d.webp") top 20% center no-repeat;
    background-size: auto, cover;
    position: relative;
    border-radius: 25px;
    margin-top: 108px;
}

.visite3DInerBlock{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-size: 32px;
    max-width: 634px;
    text-align: center;
}

.visite3DInerBlock a{
    margin-top: 50px;
}

.avisBlock{
    border: 5px solid var(--mainColor-gold);
    border-radius: 25px;
    margin-top: 100px;
    margin-bottom: 150px;
    padding-left: 83px;
    padding-right: 83px;
    padding-bottom: 30px;
}

.avisBlock p{
    font-family: 'Roboto', sans-serif;
    color: var(--mainColor-gold);
    text-align: center;
    font-size: 26px;
    font-weight: bold;
    margin-top: 23px;
}

.collectionCarrousel{
    margin-top: 150px;
}

.pageTitle{
    color: black;
    font-size: 40px;
    margin-top: 60px;
}

.goldTitleOptique{
    color: var(--mainColor-gold);
    font-size: 26px;
    font-style: italic;
}

#map{
    min-height: 250px;
    height: 100%;
    border-radius: 25px;
}


.carousel-control-prev, .carousel-control-next{
    color: var(--mainColor-gold);
    position: relative;
    display: inline-block;
}

.carousel-control-prev:hover, .carousel-control-next:hover{
    color: var(--mainColor-gold);
}

.multi-carousel-item-collection img{
    filter: grayscale(100%);
    opacity: 0.33;
}

.multi-carousel-item-collection:hover img{
    filter: grayscale(0%);
    opacity: 1;
}

.hidden{
    visibility: hidden;
    font-size: 0.01px;
}

.svgMaps{
    max-width: 860px;
    margin-top: 80px;
}

.st4:hover {
    fill: black !important;
    cursor: pointer;
}

.activePath{
    fill: black !important;
}

.activeImage{
    filter: grayscale(0%) !important;
    opacity: 1 !important;
}

.imgMonture{
    border-radius: 25px;
}