h1 { 
    font-weight:200; 
    font-size:3.125em; 
    line-height: 0.9; 
    letter-spacing: 2; 
}
h2 { 
    font-family: var(--secondary-font); 
    font-weight:200; 
    font-size:1.5em; 
    line-height: 1.2; 
}
h3 { 
    font-weight: 400; 
    font-size: 1.563em; 
    color: var(--hovered); 
}
strong {
    color: var(--black);
}
body {
    background-color: var(--first-light);
}
.offre {
    width: 100%;
    height: 50px;
    border-bottom: 2px solid var(--second-light);
    position: fixed;
    top: 80px;
    transition: 400ms linear;
    z-index: 1000;
    background-color: var(--blue-pausecafe);
    backdrop-filter: blur(30px);
    -webkit-backdrop-filter: blur(30px);
    -moz-backdrop-filter: blur(30px);
}
.offre.scrolled {
    top: 0px;
}
.offre .limit {
    position: relative;
    width: calc(100% - 100px);
    height: 100%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}
.offre h3 {
    color: var(--white);
    font-family: var(--primary-font);
    font-size: 0.75em;
    font-weight: 300;
    text-align: center;
    cursor: pointer;
}
.offre h3 strong {
    color: var(--white);
}
.menu:has(.banner-operation)~main .offre {
    top: 160px;
}
.menu:has(.banner-operation)~main .offre.scrolled {
    top: 0px;
}
.webbanner {
    margin: 0px auto 0px auto;
    padding-top: 180px;
}
.offre ~ .webbanner {
    padding-top: 200px;
}
.webbanner_txt,
.webbanner,
.pourquoinous,
.entete_pro {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
}
.credit_service {
    box-shadow: var(--box-shadow);
    border-radius: var(--primary-border-radius);
    background-color: var(--third-dark);
    margin-top: 50px;
    height: 450px;
    width: 38%;
    margin-left: auto;
    margin-right: 0;
    padding: 50px;
}
.credit_service h3 {
    color: var(--white);
    margin-bottom: 15px;
}
.credit_service p {
    color: var(--white);
    font-size: 0.875em;
    margin-bottom: 10px;
}
.credit_service .cta {
    margin-top: 40px;
}
.credit_service .cta p,
.credit_service .cta a {
    font-family: var(--primary-font);
    font-weight: 600;
    font-size: 0.875em;
    text-transform: inherit;
    letter-spacing: inherit;
    margin: 0px;
}
.credit_service .cta a {
    color: var(--accent);
}
.webbanner_txt p {
    font-size: 1.25em;
    font-family: var(--primary-font);
    margin-top: 20px;
    font-weight: 300;
    color: var(--primary-pressed);
}
.webbanner_txt {
    text-align: center;
}
.pourquoinous p {
    font-size: 1.563em;
    font-weight: 400;
    font-size: 0.875em;
}
.pourquoinous p:last-child {
    margin-bottom: 80px;
    margin-top: 10px;
}
.pourquoinous h3 {
    margin-bottom: 10px;
}
.web_banner {
    width: 60%;
    height: 450px;
    background-image: url(../img/professionnel/credits_service.jpeg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 50px;
    padding: 10px;
    box-shadow: 0px 5px 20px rgb(0 0 0 / 8%);
    border-radius: var(--primary-border-radius);
}
.main {
    margin: 80px auto 80px auto !important;
    max-width: 1200px;
}
.produit {
    width: 100%;
    flex-wrap: wrap;
}
.caracteristiques {
    background-color: var(--white);
    text-align: center;
    width: 20%;
    min-width: 220px;
    min-height: 140px;
    border-radius: var(--primary-border-radius);
    box-shadow: var(--box-shadow);
    border-radius: var(--primary-border-radius);
    padding: 20px;
}
.caracteristiques img {
    height: 45px;
    width: 45px;
    margin-bottom: 10px;
}
.caracteristiques p,
.competence p {
    font-size: 0.875em;
    font-family: var(--primary-font);
}
.competences {
    margin-top: 120px;
}
.competences p {
    font-weight: 400;
}
.blocs_list {
    margin-top: 120px;
}
.blocs_list h2 {
    color: var(--hovered);
    font-family: var(--primary-font);
    font-weight: 400;
    font-size: 1.563em;
    margin-bottom: 5px;
}
.list_title p {
    margin-bottom: 20px;
    font-size: 0.750em;
    font-weight: 400;
}
.competences .list_title p {
    margin-bottom: 30px;
}
.navigation img {
    height: 30px;
    cursor: pointer;
    box-shadow: 0px 5px 20px rgb(0 0 0 / 8%);
    border-radius: var(--secondary-border-radius);
}
.scrolldroite {
    margin-left: 10px;
}
.list {
    position: relative;
    overflow: auto;
    width: 100%;
    padding: 10px 0px;
}
.start {
    width: 280px;
    height: 350px;
    padding: 30px;
    background-color: var(--third-dark);
    border-radius: var(--primary-border-radius);
    text-align: center;
    cursor: pointer;
    margin-right: 25px;
}
.tooltip:last-child .start {
    margin-right: 0px;
}
.categorie:last-child .start {
    margin-right: 0px;
}
.start p {
    color: var(--white);
    font-family: var(--primary-font);
    font-weight: 500;
    font-size: 1em;
    line-height: 25px;
}
.start img {
    height: 200px;
    margin-top: 20px;
    border-top: 1px solid var(--white);
    padding-top: 40px;
}
.competence_list {
    width: 250px;
    max-height: 550px;
    overflow: auto;
}
.competence {
    padding: 20px;
    text-align: center;
    height: 100px;
    background-color: var(--white);
    border-radius: var(--primary-border-radius);
    box-shadow: var(--box-shadow);
    margin-bottom: 30px;
}
.competence.active {
    background-color: var(--third-dark);
}
.competence.active p {
    color: var(--white);
    font-weight: 600;
}
.competence:last-child {
    margin-bottom: 0px;
}
.carousel {
    width: calc(100% - 300px);
    max-width: 900px;
    min-height: 550px;   
    overflow: hidden;
    position: relative;
    box-shadow: var(--box-shadow);
    border-radius: var(--primary-border-radius);
}
.carousel-item {
    width: 100%;
    height: 100%;
    align-items: center;
    background-color: var(--white);
    position: absolute;
    transition: 0.6s all linear;
    overflow: hidden;
}
.carousel-item__info {
    order: 1;
    left: 0;
    margin: auto;
    margin-top: 50px;
    padding: 0 50px;
    width: 45%;
}
.carousel-item__image {
    width: 55%;
    height: 100%;
    order: 2;
    position:relative;
    transform: translateX(100%);
    transition: 0.6s all ease-in-out;
    height: 550px;
}
.carousel-item__title {
    font-family: var(--primary-font);
    margin: 20px 0 0 0;
    font-size: 1.563em;
    transform: translateY(25%);
    opacity: 0;
    visibility: hidden;
    transition: 0.6s all ease-in-out;
}
.carousel-item__description {
    transform: translateY(25%);
    opacity: 0;
    visibility: hidden;
    transition: 0.6s all ease-in-out;
    margin-top: 35px;
    font-family: var(--secondary-font);
    font-size: 0.875em;
    margin-bottom: 35px;
}
.carousel-item--1 .carousel-item__image{
    background: url('../img/professionnel/audit.jpeg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.carousel-item--2 .carousel-item__image{
    background: url('../img/professionnel/logiciels.jpeg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.carousel-item--3 .carousel-item__image{
    background: url('../img/professionnel/materielles.jpeg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.carousel-item--4 .carousel-item__image{
    background: url('../img/professionnel/formations.jpeg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.carousel-item--5 .carousel-item__image{
    background: url('../img/professionnel/sauvegarde.jpeg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.carousel-item--6 .carousel-item__image{
    background: url('../img/professionnel/virtualisation.jpeg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.carousel-item--7 .carousel-item__image{
    background: url('../img/professionnel/infogerance.jpeg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.carousel-item--8 .carousel-item__image{
    background: url('../img/professionnel/credits_service.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.carousel-item--9 .carousel-item__image{
    background: url('../img/professionnel/replace.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.carousel-item--10 .carousel-item__image{
    background: url('../img/professionnel/sav.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.carousel__nav {
    position: absolute;
    right: 55%;
    z-index: 2;
    background-color: var(--white);
    top: 0;
}
.carousel__icon {
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    fill: #5d5d5d;
}
.carousel__arrow {
    cursor: pointer;
    display: inline-block;
    padding: 11px 15px;
    position: relative;
}
.carousel__arrow:nth-child(1):after {
    content:'';
    right: -3px;
    position: absolute;
    width: 1px;
    background-color: #b0b0b0;
    height: 14px;
    top: 50%;
    margin-top: -7px;
}
.active {
    z-index: 1;
    display: flex;
    visibility:visible;
    flex-wrap: wrap;
}
.active .carousel-item__subtitle, .active .carousel-item__title, .active .carousel-item__description,.active .carousel-item__btn{
    transform: translateY(0);
    opacity: 1;
    transition: 0.6s all ease-in-out;
    visibility: visible;
}
.active .carousel-item__image{ 
    transition: 0.6s all ease-in-out;
    transform: translateX(0);
}
.tooltip {
    display: block;
    position: relative;
}
.tooltip .top {
    top: 5px;
    left: 5px;
    width: 270px;
    height: 340px;
    padding: 20px 30px 30px 30px;
    background-color: var(--third-dark);
    color: var(--white);
    border-radius: var(--secondary-border-radius);
    position: absolute;
    z-index: 100;
    display: none;
}
.tooltip:hover .top {
    display: block;
    -webkit-animation: opentooltip 0.5s linear;
    -moz-animation: opentooltip 0.5s linear;
    -o-animation: opentooltip 0.5s linear;
    animation: opentooltip 0.5s linear;
}
.tooltip .top p:first-child {
    font-size: 1.000em;
    font-family: var(--primary-font);
    font-weight: 500;
    padding-bottom: 10px;
    text-align: center;
    margin-top: 5px;
    line-height: 25px;
}
.tooltip .top p {
    font-size: 0.875em;
    font-weight: 300;
    line-height: 1.2;
    margin-top: 10px;
}
.architecture {
    color: #652CDD;
} 
.pme {
    color: #1D50DF;
} 
.graphisme {
    color: #EF9F39;
}
.sante {
    color: #6BE06D;
}
.avocats {
    color: #EB562D;
}
.education {
    color: #E1E400;
}
.carousel-item__container img {
    height: 40px;
}
.credit_service .cta,
.competence {
    cursor: pointer;
}
.modal-video-professionnel .modale_menu {
    height: 100vh;
    overflow: auto;
    padding-top: 40px;
    padding-bottom: 40px;
    position: fixed;
    top: 0px;
    overflow: auto;
    height: 100%;
    width: 100%;
}
.modal-video-professionnel .modale_menu a {
    text-align: center;
}
.modal-video-professionnel .modale_menu a.closeSelection {
    cursor: pointer;
    text-decoration: none;
    color: var(--third-dark);
    background-color: var(--white);
    border: 3px solid var(--third-dark);
    padding: 8px 20px;
    border-radius: 190px;
    font-weight: 500;
    font-family: var(--primary-font);
    font-size: 0.75em;
    text-transform: none;
}
.modal-video-professionnel .list_choix {
    max-width: 100%;
}
.modal-video-professionnel .list_choix .list_choix-element {
    margin: 0;
    padding: 0;
    min-width: 300px;
    max-width: calc(100% - 100px);
    border-radius: var(--primary-border-radius);
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    border: 3px solid var(--third-dark);
    margin-top: 0px;
    margin-right: 0px;
}
.modal-video-professionnel .list_choix .list_choix-element a {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
.modal-video-professionnel .list_choix .list_choix-element img {
    object-fit: cover;
    height: 100%;
}
.modal-video-professionnel .list_choix .list_choix-element video {
    height: auto;
    max-width: 1200px;
    width: 100%;
}
/** Responsive **/
@media screen and (max-width: 1300px) {
    .main,
    .webbanner {
        width: calc(100% - 100px);
    }
    .list {
        left: -50px;
        padding-left: 50px;
        width: calc(100% + 100px);
    }
    .tooltip:last-child .start {
        margin-right: 50px;
    }
}
@media screen and (max-width: 1240px) {
    .web_banner, 
    .credit_service {
        width: 48%;
    }
    .caracteristiques {
        width: 23%;
    }
}
@media screen and (max-width: 1200px) {
    .competence_list {
        display: none;
    }
    .carousel {
        width: 100%;
        max-width: inherit;
    }
}
@media screen and (max-width: 1080px) {
    .caracteristiques {
        width: 45%;
    }
    .caracteristiques:first-child,
    .caracteristiques:nth-child(2) {
        margin-bottom: 30px;
    }
    .credit_service .cta {
        width: 100%;
    }
}
@media screen and (max-width: 980px) {
    h1 {
        font-size: 2.500em;
    }
    .entete_pro {
        display: block !important;
    }
    .web_banner,
    .credit_service {
        width: 100%;
    }
    .credit_service {
        height: auto;
    }
    .credit_service .cta {
        width: 330px;
    }
    .competences,
    .blocs_list {
        margin-top: 80px;
    }
}
@media screen and (max-width: 900px) {
    .carousel-item__image {
        width: 35%;
    }
    .carousel-item__info {
        width: 65%;
    }
    .carousel__nav {
        right: 35%;
    }
}
@media screen and (max-width: 830px) {
    .modal-video-professionnel .modale_menu {
        padding-top: 40px;
        padding-bottom: 40px;
    }
}
@media screen and (max-width: 760px) {
    .navigation {
        display: none;
    }
}
@media screen and (max-width: 660px) {
    .carousel-item__info,
    .carousel-item__image {
        width: 100%;
    }
    .carousel-item__description {
        margin-bottom: 50px;
    }
    .carousel__nav {
        right: 0%;
    }
    .carousel-item__image {
        height: 350px;
    }
    .carousel {
        min-height: 650px;
    }
}
@media screen and (max-width: 570px) {
    .caracteristiques {
        width: 100%;
    }
    .caracteristiques:nth-child(3) {
        margin-bottom: 30px;
    }
}
@media screen and (max-width: 530px) {
    h1 {
        font-size: 1.875em;
    }
    .main {
        width: 100%;
    }
    .web_banner,
    .credit_service {
        width: 100%;
        border-radius: 0px;
    }
    .webbanner {
        width: 100%;
    }
    .webbanner_txt p {
        font-size: 1.250em;
    }
    .pourquoinous,
    .produit,
    .webbanner_txt,
    .list_title {
        width: calc(100% - 100px);
    }
    .list_title,
    .produit {
        margin-left: 50px;
    }
    .list {
        width: calc(100% + 50px);
    }
    .tooltip:first-child .start,
    .tooltip:first-child .top {
        margin-left: 50px;
    }
    .carousel {
        border-radius: 0px;
    }
    
}
@media screen and (max-width: 470px) {
    .pourquoinous,
    .produit,
    .webbanner_txt,
    .list_title {
        width: calc(100% - 60px);
    }
    .list_title,
    .produit {
        margin-left: 30px;
    }
    .tooltip:first-child .start,
    .tooltip:first-child .top {
        margin-left: 30px;
    }
    .credit_service {
        padding: 50px 30px 50px 30px;
    }
    .carousel-item__info {
        padding: 0 30px;
    }
    .tooltip:last-child .start {
        margin-right: 30px;
    }
}
@media screen and (max-width: 440px) {
    .credit_service .cta {
        width: 100%;
    }
}
@media screen and (max-width: 380px) {
    .carousel {
        min-height: 670px;
    }
    .carousel-item--2 .carousel-item__image {
        background-position: top -50px center;
    }
}