body {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    background-color: #F2FAFF;
}

.background-color-1 {
    background-color: #bfd2e0;
}

.background-color-2 {
    background-color: #e5dfd3;
}

.background-color-3 {
    background-color: #cddce7;
}

.background-color-4 {
    /* background-color: #2965d4; */
    color: #ffff;
}

.background-color-5 {
    background-color: #F2FAFF;
    /*color: #2965d4;*/
}

#menu a {
    color: #76524d;
}

h1,
h2,
h3 {
    font-family: 'Ubuntu';
    text-align: center;
    color: #76524d;
}

h1 {
    font-size: 300%;
}

h2 {
    font-size: 3rem;
}

h3 {
    font-size: 2rem;
}

p {
    color: #4d497c;
    font-size: 1.3rem;
    text-align: justify;
}

.color-1 {
    text-align: center;
    color: rgb(39, 21, 21);
}

.pform {
    font-size: 120%;
}

.pfooter {
    font-size: large;
    text-align: center;
}

ul,
li {
    font-size: medium;
}

.cardheight1 {
    height: 150px;
}

.cardheight2 {
    height: 200px;
}

.cardindexheight2 {
    height: 70px;
}

.btn {
    text-decoration: none;
    margin-top: 1rem;
    text-align: center;
    color: #504646;
    padding: 15px;
    border-width: thin;
    border-radius: 15px;
    border-color: #504646;
    text-transform: uppercase;
    font-size: medium;
    box-shadow: 3px 3px 3px #6f5651;
    background-color: #e5dfd3;
}

.btn:hover {
    background-color: #504646;
    color: #e5dfd3;
    box-shadow: 3px 3px 3px #e5dfd3;
}

.btn2 {
    text-decoration: none;
    margin-top: 1rem;
    text-align: center;
    color: #504646;
    padding: 15px;
    border-style: inset;
    border-width: thin;
    border-color: #504646;
    text-transform: uppercase;
    font-size: medium;
    box-shadow: 3px 3px 3px #6f5651;
    background-color: #e5dfd3;
}

.btn2:hover {
    background-color: #504646;
    color: #e5dfd3;
    box-shadow: 3px 3px 3px #e5dfd3;
}

.btn3 {
    text-decoration: none;
    margin-top: 1rem;
    text-align: center;
    color: whitesmoke;
    padding: 15px;
    border-color: #504646;
    border-radius: 15px;
    text-transform: uppercase;
    font-size: medium;
    box-shadow: 3px 3px 3px #6f5651;
    background-color: #3b3f46;
}

.btn3:hover {
    background-color: whitesmoke;
    color: #3b3f46;
    box-shadow: 3px 3px 3px #6f5651;
}

.btn4 {
    text-decoration: none;
    margin-top: 1rem;
    text-align: center;
    color: #504646;
    padding: 15px;
    border-width: thin;
    border-radius: 15px;
    border-color: #504646;
    text-transform: uppercase;
    font-size: medium;
    box-shadow: 3px 3px 3px #6f5651;
    background-color: #e5dfd3;
}

.btn4:hover {
    background-color: #504646;
    color: #e5dfd3;
    box-shadow: 3px 3px 3px #e5dfd3;
}

.btn5 {
    text-decoration: none;
    margin-top: 1rem;
    text-align: center;
    color: #504646;
    padding: 15px;
    border-width: thin;
    border-top-left-radius: 200px;
    border-top-right-radius: 150px;
    border-bottom-right-radius: 200px;
    border-bottom-left-radius: 150px;
    border-color: #504646;
    text-transform: uppercase;
    font-size: medium;
    box-shadow: 3px 3px 3px #6f5651;
    background-color: #e5dfd3;
}

.btn5:hover {
    background-color: #504646;
    color: #e5dfd3;
    box-shadow: 3px 3px 3px #e5dfd3;
}

.btn6 {
    text-decoration: none;
    margin-top: 1rem;
    text-align: center;
    color: #e5dfd3;
    padding: 15px;
    border-width: thin;
    border-top-left-radius: 20px;
    border-top-right-radius: 40px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 40px;
    border-color: #504646;
    text-transform: uppercase;
    font-size: medium;
    box-shadow: 3px 3px 3px #6f5651;
    background-color: #504646;
}

.btn6:hover {
    background-color: #e5dfd3;
    color: #504646;
    box-shadow: 3px 3px 3px #6f5651;
}

.padding {
    padding-left: 20px;
}

.logofooter {
    width: 70%;
}

.imgborder {
    box-shadow: 3px 3px 3px #6f5651;
    color: black;
}

.img-rounded {
    overflow: hidden;
    border-top-left-radius: 500px;
    border-top-right-radius: 500px;
}

.img-rounded6 {
    overflow: hidden;
    border-bottom-left-radius: 500px;
    border-bottom-right-radius: 500px;
}

.img-rounded2 {
    overflow: hidden;
    border-top-left-radius: 200px;
    border-top-right-radius: 150px;
    border-bottom-right-radius: 200px;
    border-bottom-left-radius: 150px;
}

.img-rounded3 {
    overflow: hidden;
    border-top-left-radius: 130px;
    border-top-right-radius: 220px;
    border-bottom-right-radius: 130px;
    border-bottom-left-radius: 220px;
}

.img-rounded4 {
    overflow: hidden;
    border-top-left-radius: 130px;
    border-top-right-radius: 130px;
    border-bottom-right-radius: 130px;
    border-bottom-left-radius: 130px;
}

.img-rounded5 {
    clip-path: ellipse(40% 50%);
}

.img-instagram2 {
    width: 100px;
    height: 100px;
    margin: 2%;
}
/*fadeIn au scrolling */

.reveal {
    position: relative;
    /*pose problème avec les sous-menu
transform: translateY(15px);*/
    opacity: 0;
    transition: 3s all ease;
}

.revealActive {
    /*transform: translateY(0);*/
    opacity: 1;
}
/*zoom au survol */

.upScale {
    transition: 2s all ease;
}

.upScale:hover {
    transform: scale(1.1);
    transition: 2s all ease;
}
/* effet noir et blanc au survol */

.turnGrayscale {
    transition: 5s all ease;
}

.turnGrayscale:hover {
    filter: grayscale(100%);
    transition: 5s all ease;
}
/*sepia au survol */

.turnSepia {
    transition: 5s all ease;
}

.turnSepia:hover {
    filter: sepia(100%);
    transition: 5s all ease;
}
/* une classe pour spécifier qu'on ne veut pas d'effet*/

.noEffect {}
/*style additionnel pour swiper*/

.swiper-scrollbar-drag {
    background-color: #6f5651;
}

.swiper-scrollbar,
.swiper-scrollbar-drag:hover {
    cursor: grab;
}
/* css portfolio*/

.handCursor:hover {
    cursor: pointer;
}
/* source de conflit css
.filtering {
margin-bottom: 40px;
}
.filtering span {
border-bottom: 2px solid transparent;
color: #282b2d;
cursor: pointer;
font-size: 15px;
font-weight: 600;
letter-spacing: 1px;
margin-right: 20px;
display: inline-block;
margin-bottom: 5px;
}
.filtering span:last-child {
margin: 0;
}
.filtering .active {
border-color: #ccde02;
color: #ccde02;
}
*/

.portfolio-wrapper {
    position: relative;
    overflow: hidden;
}

.portfolio-overlay {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    transition: all 500ms ease;
}

.portfolio-wrapper .portfolio-image img {
    transform: scale(1.2);
    will-change: transform;
    transition: all 0.5s ease;
    width: 100%;
}

.portfolio-wrapper:hover .portfolio-image img {
    transform: none;
}

.portfolio-overlay:before {
    position: absolute;
    display: inline-block;
    top: 15px;
    right: 15px;
    bottom: 15px;
    left: 15px;
    border: 1px solid rgba(0, 0, 0, 0.36);
    content: "";
    opacity: 0;
    transition: all 0.5s ease;
    transform: scale(0.85);
}

.portfolio-overlay .portfolio-content {
    position: absolute;
    bottom: 50%;
    left: 0;
    width: 100%;
    text-align: center;
    opacity: 0;
    padding: 0 35px;
}

.portfolio-content h4 {
    color: #000;
    font-weight: 600;
    font-size: 20px;
    text-transform: capitalize;
    letter-spacing: 1px;
    margin-bottom: 15px;
}

.portfolio-content p {
    color: #000;
    font-weight: 500;
    letter-spacing: 1px;
    margin-bottom: 0;
}

.portfolio-content>a {
    line-height: 42px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    color: #000;
    display: inline-block;
    text-align: center;
    margin-bottom: 15px;
    font-weight: 800;
}

.portfolio-wrapper:hover .portfolio-overlay {
    background-color: rgba(255, 255, 255, 0.8);
}

.portfolio-wrapper:hover .portfolio-overlay:before {
    opacity: 1;
    visibility: visible;
    transform: none;
}

.portfolio-wrapper:hover .portfolio-overlay .portfolio-content {
    transform: translateY(50%);
    transition: transform 0.5s ease;
    opacity: 1;
}

@media screen and (max-width: 1199px) {
    .portfolio-content h4 {
        font-size: 18px;
    }
    .presentation {
        margin-top: 40%;
        font-size: 325%;
        letter-spacing: .05em;
        text-transform: none;
        display: table-caption;
        color: #504646;
        /* text-transform : uppercase; */
        padding-left: 10px;
        font-weight: lighter;
    }
    h1 {
        font-size: 250%;
    }
    h2 {
        font-size: 250%;
    }
}

@media screen and (max-width: 991px) {
    .portfolio-content h4 {
        margin-bottom: 10px;
    }
    .portfolio-content p {
        font-size: 15px;
    }
    .portfolio-content>a {
        margin-bottom: 10px;
    }
    .presentation {
        margin-top: 40%;
        font-size: 280%;
        letter-spacing: .05em;
        text-transform: none;
        display: table-caption;
        color: #504646;
        /* text-transform : uppercase; */
        padding-left: 10px;
        font-weight: lighter;
    }
    .logoInsta {
        max-width: 70%;
    }
    .img-instagram2 {
        width: 150px;
        height: 150px;
        margin: 2%;
        margin-top: 5px;
    }
    h1 {
        font-size: 250%;
    }
    h2 {
        font-size: 250%;
    }
}

@media screen and (max-width: 767px) {
    .portfolio-content h4 {
        font-size: 17px;
    }
    .portfolio-content p {
        font-size: 14px;
    }
    .presentation {
        margin-top: 40%;
        font-size: 210%;
        letter-spacing: .05em;
        text-transform: none;
        display: table-caption;
        color: #504646;
        /* text-transform : uppercase; */
        padding-left: 5px;
        font-weight: lighter;
    }
    h1 {
        font-size: 270%;
    }
    h2 {
        font-size: 270%;
    }
}

@media screen and (max-width: 575px) {
    .portfolio-content h4 {
        font-size: 16px;
    }
    .presentation {
        text-align: center;
        margin-top: 5%;
        font-size: 300%;
        letter-spacing: .05em;
        text-transform: none;
        /* text-transform : uppercase; */
        font-weight: lighter;
        display: block;
        padding-bottom: 10%;
    }
    .logoInsta {
        max-width: 70%;
    }
    .img-instagram2 {
        width: 150px;
        height: 150px;
        margin: 2%;
        margin-top: 5px;
    }
    h1 {
        font-size: 250%;
    }
    h2 {
        font-size: 250%;
    }
}

.grid .grid-item {
    position: relative;
    overflow: hidden;
}

.grid .grid-item .portfolio-wrapper {
    position: relative;
    overflow: hidden;
}

.grid .grid-item .portfolio-overlay {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    transition: all 500ms ease;
    color: rgba(255, 255, 255, 0.6);
}

.grid .grid-item .portfolio-wrapper .portfolio-image img {
    transform: none;
    will-change: transform;
    transition: none;
    width: 100%;
}

.grid .grid-item .portfolio-wrapper:hover .portfolio-image img {
    transform: none;
}

.grid .grid-item .portfolio-overlay:before {
    position: absolute;
    display: inline-block;
    top: 15px;
    right: 15px;
    bottom: 15px;
    left: 15px;
    border: 1px solid rgba(0, 0, 0, 0.36);
    content: "";
    opacity: 0;
    transition: all 0.5s ease;
    transform: scale(0.85);
}

.grid .grid-item .portfolio-overlay .portfolio-content {
    position: absolute;
    bottom: 50%;
    left: 0;
    width: 100%;
    text-align: center;
    opacity: 0;
}

.grid .grid-item .portfolio-content h4 {
    color: #000;
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 20px;
    margin-bottom: 10px;
}

.grid .grid-item .portfolio-content p {
    color: #000;
    font-weight: 500;
    letter-spacing: 1px;
    margin-bottom: 0;
}

.grid .grid-item .portfolio-content a {
    /*line-height: 36px;
width: 36px;
height: 36px;*/
    border-radius: 50%;
    color: rgba(255, 255, 255, 0.8);
    display: inline-block;
    text-align: center;
    margin-bottom: 10px;
    font-weight: 800;
}

.grid .grid-item .portfolio-wrapper:hover .portfolio-overlay {
    background-color: rgba(255, 255, 255, 0.5);
    color: rgba(255, 255, 255, 0.6);
}

.grid .grid-item .portfolio-wrapper:hover .portfolio-overlay:before {
    opacity: 1;
    visibility: visible;
    transform: none;
}

.grid .grid-item .portfolio-wrapper:hover .portfolio-overlay .portfolio-content {
    transform: translateY(50%);
    transition: transform 0.5s ease;
    opacity: 1;
}

@media screen and (max-width: 1201px) {
    .grid .grid-item .portfolio-content h4 {
        font-size: 18px;
    }
}

@media screen and (max-width: 993px) {
    .grid .grid-item .portfolio-content h4 {
        margin-bottom: 10px;
    }
    .grid .grid-item .portfolio-content p {
        font-size: 15px;
    }
    .grid .grid-item .portfolio-content a {
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 769px) {
    .grid .grid-item .portfolio-content h4 {
        font-size: 17px;
    }
    .grid .grid-item .portfolio-content p {
        font-size: 14px;
    }
}

@media screen and (max-width: 577px) {
    .grid .grid-item .portfolio-content h4 {
        font-size: 16px;
    }
    .grid .grid-item .portfolio-overlay:before {
        top: 10px;
        right: 10px;
        bottom: 10px;
        left: 10px;
    }
}
/*modal portfolio*/

.modal-dialog {
    max-width: 80% !important;
    /* margin-left:auto;
margin-right:auto; */
    margin-bottom: 2em;
}

.modal-content {
    background-color: transparent;
}

.modal-swiper {
    z-index: 0;
}

.fixed {
    position: fixed !important;
    top: 50% !important;
}

#swiper-button-next-modal {
    right: 7%;
    z-index: 20;
}

#swiper-button-prev-modal {
    left: 6%;
    /*et pas 7 car le point "d'origine" des bloc est le coin superieur gauche;*/
    z-index: 20;
}

#swiper-button-prev-modal::after,
#swiper-button-next-modal::after {
    color: rgba(255, 255, 255, 0.8);
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 20;
    border-radius: 30%;
    padding: 0.5em;
}
/* #swiper-button-prev-modal:hover,
#swiper-button-next-modal:hover
{
filter:blur(3px);
} */

#portfolioModal1 {
    background-color: rgba(0, 0, 0, 0.9);
    /* height:100%;*/
    /*overflow:clip;*/
    padding: 0px;
    margin-left: auto;
    margin-right: auto;
    overflow: clip;
}

#modal-swiper {
    height: 90vh;
    text-align: center;
    /*overflow:clip;*/
}

#modal-swiper .swiper-slide img {
    max-height: 90vh;
    width: auto;
}

@media screen and (max-width: 575px) {
    #modal-swiper .swiper-slide img {
        margin-left: auto;
        margin-right: auto;
        height: auto;
        max-width: 100vw;
    }
    .grid .grid-item .portfolio-wrapper:hover .portfolio-overlay::before,
    .portfolio-overlay,
    .portfolio-overlay:hover {
        opacity: 0;
        visibility: hidden;
    }
}

#close-modal-btn {
    color: rgba(255, 255, 255, 0.7);
    font-size: 2.5em;
    color: rgba(255, 255, 255, 0.8);
    background-color: rgba(0, 0, 0, 0.8);
    border-radius: 100%;
    padding: 0.2em;
    position: fixed;
    left: 50%;
    transform: translate(-50%, 0%);
    bottom: 0.05em;
    z-index: 20;
}
/* #close-modal-btn:hover{
filter:blur(1px);
} */

.swiper-button-prev-index,
.swiper-button-next-index {
    width: 75px;
    height: 75px;
    color: #343a40;
}

.swiper-button-prev-index:hover,
.swiper-button-next-index:hover {
    width: 75px;
    height: 75px;
    color: #5c6b7b;
}

.swiper-button-prev-index::after,
.swiper-button-next-index::after {
    display: none;
}

.nav-item {
    font-size: 1.6rem;
}

.dropdown-menu,
.dropdown-menu-right {
    background-color: #e5dfd3;
    font-size: 1.3rem;
}

.swiper-slide {
    height: auto;
}

.card-footer {
    /* background-color: #e0d3c3; */
    border: 0;
}

.card-body {
    padding: 0;
}

.img-instagram {
    padding: 2%;
}

a {
    color: #6f5651;
}

a:hover {
    color: #343a40;
}

#consent-matomo {
    /* Fixé en bas de l'écran */
    position: fixed;
    right: 0;
    left: 0;
    bottom: 10px;
    z-index: 10;
}

#consent-matomo {
    /* Fixé en bas de l'écran */
    position: fixed;
    right: 0;
    left: 0;
    bottom: 10px;
    z-index: 10;
}

#consent-matomo {
    /* display: none; */
    position: fixed;
    right: 0;
    left: 0;
    bottom: 10px;
    z-index: 10;
}

.skills {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px;
}
/*pour les tarifs*/

.c-price-card {
    width: auto;
    height: auto;
    /* min-width: var(--component-height); */
    box-shadow: 2px 3px 4px rgba(0, 0, 0, 0.8);
    font-family: 'Montserrat', sans-serif;
    font-size: 17px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    --primary-color: #BFD2E0;
    --secondary-color: white;
    --component-height: 400px;
    --header-height: 110px;
    --body-height: calc(var(--component-height) -var(--hedear-heigt));
}

.c-primary-col-blue {
    --primary-color: rgb(118, 118, 221);
}

.c-primary-col-red {
    --primary-color: rgb(245, 132, 132);
}

.c-primary-col-purple {
    --primary-color: rgb(210, 126, 248);
}

.c-price-card .c-header {
    position: relative;
    width: 100%;
    height: var(--header-height);
    color: var(--secondary-color);
    background-color: var(--primary-color);
    margin: 0;
    text-align: center;
}

.c-price-card .c-header h1 {
    margin: 0;
    font-weight: normal;
    font-size: 2.2em;
    margin-top: 0.5em;
    display: inline-block;
}

.c-price-card .c-header .priceTag {
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 50%;
    width: 10em;
    height: 2.1em;
    transform: translate(-50%, 40%);
    font-size: 18px;
    font-weight: 500;
    background-color: var(--secondary-color);
    color: var(--primary-color);
    border: 5px solid var(--primary-color);
    border-radius: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* .c-price-card .c-body {
    position: relative;
    overflow: auto;
    height: var(--body-height);
    background-color: var(--secondary-color);
} */

.c-price-card .c-body .c-list {
    margin-top: 1.9em;
    padding-left: 1em;
    text-align: left;
    list-style: none;
}

.c-list li {
    margin-bottom: 0.5em;
}
/* flèche montante */

.mouveUp {
    display: none;
    position: fixed;
    z-index: 549;
    right: 5%;
    bottom: 5%;
    text-align: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
}
/* footer*/

.contenu-footer {
    background: rgb(245, 132, 132);
    font-family: Arial, Helvetica, sans-serif;
    height: 50vh;
    display: flex;
    flex-direction: row;
    flex-shrink: 0;
    border-top: 1px solid black;
    width: 100%;
    padding: 50px 0 100px;
    justify-content: center;
    align-items: flex-start;
    font-size: 10px;
}

.bloc {
    width: 25%;
    margin: 0 30px;
}

.footer-contact h4,
.footer-services h4,
.footer-medias h4 {
    font-size: 25px;
    padding-bottom: 10px;
}

.footer-contact p {
    padding: 2px 0;
    color: #0c0c0d;
    font-size: 1rem;
    text-align: justify;
}

.liste-services,
.liste-media {
    list-style-type: none;
}

.list-services ul {
    margin: 0px;
}

.liste-media li {
    padding: 2px 0;
}
/* * {
box-sizing: border-box;
} */