.prestation-main-title {
    position: absolute;
    top: 0;
    background: black;
    width: 100%;
    padding-top: 150px;
}

h1 {
    margin-left: 160px;
}

@media (max-width: 768px) {
    h1 {
        margin-left: 30px;
    }
}

.header-studio-page {
    height: 100%;
    width: 100%;
}

.header-studio-page img {
    object-fit: cover;
    width: 100%;
    height: 75vh;
}

/* Plan studio */
.plan-studio-section {
    background: #000;
    padding-top: 100px;
    padding-bottom: 100px;
    color: #fff;
    position: relative;
}

.plan-studio-section:before {
    content: "";
    display: inline-block;
    height: 100%;
    width: 80px;
    opacity: 0.5;
    background-image: url("../images/icons/bg-icon-red.png");
    background-repeat: no-repeat;
    background-size: 80px;
    position: absolute;
    right: 30px;
    top: -40px;
}

@media (max-width: 992px) {
    .plan-studio-section {
        padding-top: 80px;
        padding-bottom: 50px;
    }
}

.plan-studio-section-list-item {
    border: 1px solid #fff;
    padding: 10px;
    margin-top: 60px;
}

.plan-studio-section-list-item li {
    margin: 10px 0;
    cursor: pointer;
}

.plan-studio-section-list-item div {
    display: inline-block;
    background-color: #fff;
    color: #000;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    border-radius: 50%;
    margin-right: 10px;
}

.plan-studio-section h4 {
    text-align: center;
    font-weight: normal;
    font-size: var(--paragraph-section);
    color: var(--main-text-white);
    text-transform: uppercase;
}

.plan-studio-section p, .wpcf-field-plan-studio-section-description {
    color: #fff;
}

.plan-studio-section-content-left-caracteristic {
    margin-top: 40px;
}

.plan-studio-section-schema-item {
    margin: auto;
    width: 320px;
    position: relative;
}

@media (max-width: 992px) {
    .plan-studio-section-schema {
        margin-top: 40px;
    }
}

.plan-studio-section-schema-item-puce {
    display: inline;
    position: absolute;
    background-color: #fff;
    width: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    color: #000;
    border-radius: 50%;
    text-align: center;
    cursor: pointer;
    z-index: 25;
}

/* Carte descriptif partie du plan studio */
.plan-studio-section-schema-item-card {
    border: solid 1px #000;
    background-color: #fff;
    padding: 10px;
    color: #000 !important;
    position: absolute;
    /* display: none; */
    visibility: hidden;
    opacity: 0;
    z-index: 50;
    transition: opacity 0.5s linear;
}

.plan-studio-section-schema-item-card img {
    height: 100px;
    width: 100%;
    object-fit: cover;
}

.plan-studio-section-schema-item-card h3 {
    font-size: 18px;
}

.plan-studio-section-schema-item-card-subtitle {
    font-weight: normal;
    font-size: 10px;
}

.plan-studio-section-schema-item-card p {
    margin-top: 20px;
    color: #000;
    font-size: 10px;
}

.plan-studio-section-schema-item-card-1 {
    bottom: 320px;
}

.plan-studio-section-schema-item-card-2 {
    bottom: 240px;
}

.plan-studio-section-schema-item-card-3 {
    bottom: 100px;
}

.plan-studio-section-schema-item-card-4 {
    bottom: 130px;
}

.plan-studio-section-schema-item-card-5 {
    bottom: 190px;
}

.carte-active {
    /* display: block; */
    visibility: visible;
    opacity: 1;
}

/* Placement des puces du plan studio */
.plan-studio-section-schema-item-puce-1 {
    bottom: 290px;
    left: 90px;
}

.plan-studio-section-schema-item-puce-2 {
    bottom: 210px;
    left: 60px;
}

.plan-studio-section-schema-item-puce-3 {
    bottom: 70px;
    left: 120px;
}

.plan-studio-section-schema-item-puce-4 {
    bottom: 100px;
    left: 70px;
}

.plan-studio-section-schema-item-puce-5 {
    bottom: 160px;
    left: 160px;
}

/* Gallery du studio */

.gallery-studio-section {
    background-image: url('../images/icons/bg-purple-big-studio.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position-y: center;
    background-position-x: left -150px;
}

.gallery-studio-section-wraper {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(2, 1fr);
    gap: 10px;
}

.gallery-studio-section-wraper img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.gallery-studio-section-wraper-item {
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 1;
    grid-row-end: 3;
}

/* Section matériel */

.materiel-studio-section-description {
    width: 66%;
    margin-bottom: 20px;
}

@media (max-width: 768px) {
    .materiel-studio-section-description {
        width: 100%;
    }
}

.materiel-studio-section-item-title {
    border: 1px solid black;
    padding: 20px;
}

.materiel-studio-section .col-lg-4 {
    margin-bottom: 20px;
}

.materiel-studio-section-item-text {
    margin-top: 20px;
    padding-left: 20px;
}

@media (max-width: 992px) {
    .materiel-studio-section-item-text {
        padding-left: 40px;
    }
}

.materiel-studio-section {
    background-color: var(--bg-section);
    background-image: url("../images/icons/bg-blue-studio-materiel.png"), url("../images/icons/bg-red-studio-materiel.png");
    background-repeat: no-repeat, no-repeat;
    background-size: 100px, 75px;
    background-position: right 0px bottom 50px, right 120px bottom 20px;
    margin-bottom: 40px;
    padding-bottom: 40px;
    padding-top: 40px;
    margin-bottom: 0;
}

/* Team studio section */

.team-studio-section-description {
    width: 50%;
    margin-bottom: 20px;
}

@media (max-width: 768px) {
    .team-studio-section-description {
        width: 100%;
    }
}

.team-studio-section-item {
    border: solid 1px #000;
    padding: 20px;
    height: 100%;
}

@media (max-width: 992px) {
    .team-studio-section-item {
        margin-top: 20px;
    }
}

.team-studio-section-item-category {
    font-weight: normal;
    color: var(--main-text-black);
    font-size: var(--paragraph-section);
}

.team-studio-section-item-text {
    padding-left: 20px;
    margin-top: 10px;
}

.team-studio-section .col-lg-4 {
    margin-bottom: 20px;
}

.team-studio-section {
    padding-top: 40px;
    background-image: url("../images/icons/bg-yellow-studio-materiel.png");
    background-repeat: no-repeat;
    background-size: 50px;
    background-position: right 70px top 20px;
}

@media (max-width: 992px) {
    .team-studio-section { 
        background-position: right 20px top 20px;
    }
}