body{
    overflow-x: hidden;
}
/* ====================== */
/* section header */
/* ====================== */

.menu-header{
    padding-top: 1rem;
}

#section1 {
    padding: 60px;
}

section#softwares {
    border-bottom: none;
}

section#softwares h2 a {
    color: black;
    text-decoration: none;
}

.section-title{
    padding-bottom: 3rem;
}

.padding-postscriptum{
    padding-bottom: 2rem;
}

.ps-text {
    font-family: var(--font-family-baskerville-regular);
    font-size: 18px;
}

.PS-Spec {
    width: 30vw;
    display: flex;
    justify-content: center;
    align-items: center;
}

.PS-Spec a {
    padding: 10px 15px 10px 15px;
    border: 1px solid black;
    border-radius: 25px;
    color: black;
    text-decoration: none;
    text-transform: uppercase;
    width: 210px;
    text-align: center;
}

.description {
    display: flex;
    flex-direction: row;
    width: 95vw;
    padding: 3rem;
    justify-content: center;
    align-items: center;
}

.PS-Desc {
    width: 50vw;
}

.PS-Desc h3 {
    font-family: var(--font-family-baskerville-regular);
    margin-left: 20px;
    margin-top: 9px;
}

.PS-logo {
    width: 55px;
    height: 55px;
}

.abstract-text {
    width: 80vw;
    justify-content: space-between;
}

.abstract-item {
    width: 35vw;
    /* border: 1px solid; */
    margin-bottom: 4vh;
    font-family: var(--font-family-baskerville-semibold);
}

.abstract-item h3 {
    font-size: 42px;
    font-family: var(--font-family-baskerville-regular);
    text-transform: uppercase;
}

.abstract-item li {
    margin-bottom: 1.5vh;
    list-style-type: disc;
    list-style-position: inside;

}



/* list of products */

div.products-galery {
  width: 95vw;
}

ul.products {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-bottom: 5rem;
}

ul.products li {
  padding-left: 5px !important;
  width: 354px;
  position: relative;
  flex-wrap: wrap;
  font-family: var(--font-family-baskerville-semibold);
  margin-top: 2rem;
}

ul.products li .thumb {
  position: relative;
  width: 18.75rem;
  height: 18.75rem;
  overflow: hidden;
}

ul.products li .thumb a.woocommerce-LoopProduct-link img {
  width: 100%;
  height: 100%;
  object-fit: over;
  display:block;
}

ul.products li a.heart {
  position: absolute;
  bottom: 5px;
  right: 5px;
}

div.yith-wcwl-add-to-wishlist {
  position: absolute;
  bottom: 5px;
  right: 5px;
}

.fa-heart-o:before {
  content: "\f004"; /* Este é o código do ícone de coração em FontAwesome 5 */
  font-family: "Font Awesome 5 Free"; /* Define a família da fonte para FontAwesome 5 */
  font-weight: 400;
  color: #878787;
}

.fa-heart,
.feedback > .fa-heart-o:before {
  color: #ce2a44;
}

.fa-heart,
.fa-heart-o {
  font-size: 24px; /* Ajuste este valor para aumentar ou diminuir o tamanho */
}

/* a.add_to_wishlist > span {
  display: none;
} */

ul.products li a.heart svg:hover {
  fill: red;
}

ul.products li a {
  color: black;
  text-decoration: none;
}

.woocommerce-loop-product__title {
  /* width: 20rem; */
  /*  height: 4rem; */
  font-size: 1.2rem;
  font-weight: bolder;
  width: 80%;
  /* height: 100px; */
  margin-top: 1rem;
  font-family: var(--font-family-barlow);
}

.price {
  font-family: var(--font-family-barlow);
  width: 70%;
  font-size: 1rem;
  margin-top: -0.5rem;
}

.pagination {
  font-family: var(--font-family-baskerville-regular);
  display: flex;
  justify-content: center;
  margin-top: 10px;
  margin-bottom: 10px;
}

.pagination .page-numbers {
  margin-left: 3px;
  margin-right: 3px;
}

.page-numbers.current {
  text-decoration: underline;
}

.pagination a.page-numbers {
  color: black;
  text-decoration: none;
}


/*
cursor pour la liste de softwares
*/

/*
cursor de la section nos-forfaits
*/

#cursorForfaits {
  position: absolute;
  width: 7rem;
  height: 7rem;
  border-radius: 50%;
  background-color: black; /* Couleur initiale du curseur */
  background-position: center;
  pointer-events: none;
  /* mix-blend-mode: difference;  */ /* Choisissez le mode de mélange souhaité */
  transition: background-color 0.5s ease; /* Ajout d'une transition pour une animation en douceur */
  z-index: 5;
  display: flex; /* Ajout de display flex */
  justify-content: center; /* Centrer horizontalement */
  align-items: center; /* Centrer verticalement */
}

#cursorForfaits span {
  font-family: var(--font-family-barlow);
  color: white;
  text-align: center;
  font-size: 1rem;
  position: absolute;
  top: 50%;
  left: 25%;
  transform: translate(-20%, -50%);
}

/* list of forfaits */

.forfaits-galery{
    padding-left: 6rem;
    padding-right: 6rem;
}

.forfaits-galery ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.forfaits-galery ul li {
    position: relative;
    flex-wrap: wrap;
    width: 22.125rem;
}

.forfaits-galery ul li .card{
    position: relative;
    width: 18.75rem;
    height: 18.75rem;
    overflow: hidden;
}

.forfaits-galery ul li img {
    width: 100%;
    height: 220%;
    object-fit: cover;
    display: block;
}

.forfaits-galery .post-title a {
    font-family: "Helvetica-Regular";
    color:black;
    text-decoration: none;
    font-size: 18px;
}

.forfaits-galery .post-title a:hover {
    text-decoration: underline;
}

.forfaits-galery .post-desc {
    width: 18rem;
    margin-bottom: 2rem;
    font-size: 15px;
}

.forfaits-galery a.heart {
    position: absolute;
    bottom: 10px;
    right: 10px;
}

.forfaits-galery a.heart svg:hover {
    fill: red;
}

/* =============================== */

.surround {
    position: relative;
    display: inline-block;
    cursor: pointer;
    padding-top: 0.5rem
}

.surround .surrounded-interview {
    border: none;
    background: none;
    outline: none;
}

.surround svg {
  position: absolute;
  left: 0;
  top: 0 !important;
  width: 100%;
  pointer-events: none;
}

.surround #svg-sign {
  top: 100% !important;
}

#svg-sign {
  /* top: 8rem; */
  stroke: black;
  stroke-width: 1px;
}

#svg-post, #svg-int, #svg-short {
    height: 100%;
    stroke: #02326C;
    stroke-width: 3px;
  }

.surround path {
    stroke-dasharray: 0 0;
    display: none;
}

.surround path.active {
  display: block;
}

.surround:hover path {
    animation: draw 1s forwards;
    display: block;
}

@keyframes draw {
    from {
        stroke-dasharray: 0 1500;
    }

    to {
        stroke-dasharray: 1500 1500;
    }
}

/* software page */

.overlay-text1 {
    position: absolute;
    top: 38%;
    left: 20%;
    /*transform: translate(-50%, -50%);*/
    color: #fff; /* White text */
    z-index: 10; /* Ensure the text is above the ellipse image */
}
.overlay-text2 {
    position: absolute;
    top: 43%;
    left: 20.2%;
    /*transform: translate(-50%, -50%);*/
    color: #fff; /* White text */
    z-index: 10; /* Ensure the text is above the ellipse image */
}

.ellipse1{
    position: absolute;
    top: 32%;
    left: 18.5%;
    /*transform: translate(-50%, -50%);*/  
    border: black 2px solid;
    z-index: 10;
}
.ellipse2{
    position: absolute;
    top:32%;
    left:42%;
    z-index: 10;
    border: black 2px solid;
}
.ellipse3{
    position: absolute;
    top:32%;
    left:65.5%;
    z-index: 10;
    border: black 2px solid;
}

.ellipse4{
    position: absolute;
    top: 32%;
    left: 89%;
    /*transform: translate(-50%, -50%);*/  
    border: black 2px solid;
    z-index: 10;
}

.carousel-container-soft {
    position: relative;
    width: 100vw;
    overflow: hidden;  
}

.carousel-items {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}
 
.carousel-button-soft {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
 
.carousel-button-soft button:first-child {
    margin-right: 30rem;
    flex-grow: 0;
}
 
.carousel-button-soft button:last-child {
    margin-left: 50rem;
    flex-grow: 0;
}
 
.carousel-button-soft div {
    flex-grow: 1;
}
 
.fleche_gauche-soft {
    width: 300px;
    background-repeat: no-repeat;
    background-size: auto 210px;
    background-position: left top;
    margin-bottom: 5rem;
}
  
.fleche_droite-soft {
    width: 300px;
    background-repeat: no-repeat;
    background-size: auto 210px;
    background-position: right top;
    margin-bottom: 5rem;
}
  
.pagination-container {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 1rem;
}
 
.pagination {
    display: inline-block;
    margin: 0 0.5rem;
}
 
.page-number.active {
    font-weight: bold;
}

.en-bref-log {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

.en-bref{
    display: flex;
}

/* responsive */

@media (max-width: 1150px) {
    .menu-header{
        display: none;
    }

    #cursorShop {
        position: absolute;
        width: 6rem;
        height: 6rem;
    }

    #cursorShop span {
        font-size: 0.8rem;
    }

    ul.products {
        width: 70vw;
        margin-left: auto;
        margin-right: auto;
        justify-content: center;
    }

    ul.products li {
        margin-bottom: 1rem;
    }
}

@media (max-width: 1024px) {
    .en-bref{
        display: block;
    }

    .abstract-item {
        width: 80vw;      
    }

    .abstract-item h3 {
        font-size: 35px;
        text-align: center;
    }

    .PS-Desc {
        width: 70vw;
    }

    .description {
        display: grid;
        /*
        padding-left: 15rem;
        padding-right: 15rem;
        */
    }

    .ps-text {
        width: 70vw;
        text-align: center;
        margin: 0 3rem;
    }

    .PS-Spec {
        width: 80vw;
        /*display: block;*/
        padding-top: 2rem;
        /*text-align: center;*/
        /*padding-right: 2rem;*/
       /*margin:auto;*/
    }

    .forfaits-galery {
        padding-left:8rem;
        padding-right: 0rem;
    }

    .padding-postscriptum{
        display: flex;
        justify-content: center;   
    }
}

@media (max-width: 920px) {
    
    .forfaits-galery {
        padding-left:4rem;
        padding-right: 0rem;
    }
}

@media (max-width: 855px) {
    
    .forfaits-galery {
        padding-left:1rem;
    }
}

@media (max-width: 800px) {
    
    .forfaits-galery {
        padding-left: auto !important;
        padding-right: auto !important;
    }

    .forfaits-galery ul li {
        margin-top: 3rem;
        margin-left: auto;
        margin-right: auto;
    }

    ul.products {
        margin-bottom: 7rem;
    }
}


@media (max-width: 768px) {

    .ps-text {
        width: 80vw;
        margin: 0 auto;
    }

    .abstract-item p {
        text-align: center;
    }
}

@media (max-width: 600px) {

    #section1  {
        height: 25rem;
    }

    .surround .surrounded {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    #section1 h1 {
        font-size: 1.5rem;
        width: 80vw;  
    }

    section h2.section-title {
        padding-right: 0px;
    }

    #cursorShop {
        width: 4rem;
        height: 4rem;
        display: none;
        opacity: 0;
    }

    #cursorShop span {
        font-size: 0.5rem;
    }

    ul.products {
        padding-left: 0px;
    }

    ul.products li {
        padding-left: 0px;
        width: 250px;
    }
}

@media (max-width: 501px) {

    #section1 h1 {
        font-size: 20px;
        width: 70vw;
    }

    ul.products {
        margin-left: 1rem;
    }

    .padding-postscriptum{
        padding-right: 4rem;
    }

    .abstract-item h3 {
        font-size: 2rem;
    }

    .forfaits-galery{
        padding-left: 0rem;
        padding-right: 0rem;
    }

    .ps-text {
        width: 75vw;
        font-size: 18px;
        margin: 0 auto;
    }

    .forfaits-galery .post-title {
        width: 50vw;
    }
    
}

@media (max-width: 400px) {

    .forfaits-galery ul li {
        margin-left: -5vw;
    }
}


