.hero{
    height: 95vh;
    background-color: var(--violet-fonce-color);
    display: flex;
    padding: 0px 100px;
}

.hero .logo{
    width: 100%;
}

.hero .logo img{
    width: 33%;
}

.hero .trait-header{
    width: 30%;
    position: absolute;
    left: 0px;
    bottom: 5vh;
    opacity: 0.3;
}

.hero .trait-header img{
    width: 100%;
}

.hero .carre-rose-violet{
    width: 100%;
    position: absolute;
    bottom: 5vh;
    right: 0px;

}

.hero .carre-rose-violet img{
    width: 100%;
}

.hero .madame{
    position: absolute;
    bottom: 5vh;
    right: 20%;
    width: 17%;
}

.hero .madame img{
    width: 100%;
}

.hero .fleche{
    position: absolute;
    bottom: 13vh;
    left: 50%;
    transform: translateX(-50%);
    animation: saut 2s infinite;
    z-index: 10;
}

.texte-logo-btn{
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 20px;
    z-index: 9;
}

.texte-logo-btn .text{
    color: var(--white-color);
    width: 50%;
}

.texte-logo-btn .text h1{
    font-size: var(--h1-font-size);
}

.texte-logo-btn .savoirplus{
    display: flex;
    align-items: center;
    gap: 20px;
    margin-left: 10%;
    width: fit-content;
}

.texte-logo-btn .savoirplus p{
    color: var(--white-color);
    font-size: 1.4rem;
    transition: font-weight 0.1s ease-in-out, font-size 0.1s ease-in-out;
    text-align: right;
}

.texte-logo-btn .savoirplus.active p{
    font-size: 1.45rem;
    font-weight: 600 !important;
}

.texte-logo-btn .savoirplus .btn{
    background-color: var(--rose-color);
    border-radius: 50px;
    display: flex;
    align-items: center;
    width: 63px;
    height: 63px;
    transition: transform 0.5s;
}

.texte-logo-btn .savoirplus.active .btn{
    transform: scale(1.1) translate(5px, -5px);
}

/* Podcast */

.accompagnement{
    position: relative;
    padding: 200px 100px;
    display: flex;
    flex-direction: column;
    gap: 50px;
}

.accompagnement .podcast{
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 30%;
    position: absolute;
    top: -150px;
    right: 10%;
    z-index: 10;
    background-color: var(--white-color);
    border-radius: 50px;
    padding: 45px;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.25);
}

.accompagnement .podcast .titre-pod{
    display: flex;
    align-items: center;
    gap: 10px;
}

.accompagnement .podcast .titre-pod h2{
    color: var(--violet-fonce-color);
}

.accompagnement .podcast .text p{
    font-size: 1.4rem;
    color: var(--violet-fonce-color);
}

.accompagnement .podcast .flech-vers-le-haut{
    position: absolute;
    bottom: -10px;
    right: -10px;
    background-color: var(--violet-clair-color);
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 63px;
    height: 63px;
    transition: transform 0.5s;
}

.accompagnement .podcast .flech-vers-le-haut.active{
    transform: scale(1.1) translate(5px, 5px);
}

.accompagnement .podcast .cercle{
    position: absolute;
    top: -100px;
    left: -85px;
    z-index: -1;
    transition: transform 0.5s;
}

.accompagnement .podcast .cercle.active {
    transform: scale(1.1) translate(-10px, -5px);
}

.accompagnement .prestation-photo{
    display: flex;
    position: relative;
}

.accompagnement .prestation-photo .first-section{
    width: 65%;
    display: flex;
    flex-direction: column;
}

.accompagnement .prestation-photo .first-section h3{
    font-size: 1.5rem;
    color: var(--violet-fonce-color);
    margin-bottom: 20px;
}

.accompagnement .prestation-photo .first-section h2{
    font-size: var(--h1-font-size);
    color: var(--violet-fonce-color);
    margin-bottom: 20px;
}

.accompagnement .deux-text{
    display: flex;
    flex-direction: row;
    gap: 50px;
}

.accompagnement .deux-text .textun{
    width: 50%;
}

.accompagnement .deux-text .textun p{
    font-size: 1.4rem;
    color: var(--violet-fonce-color);

}

.accompagnement .deux-text .textdeux{
    width: 50%;
}

.accompagnement .deux-text .textdeux p{
    font-size: 1.4rem;
    color: var(--violet-fonce-color);
}

.accompagnement .prestation-photo .first-section #width{
    font-size: 1.4rem;
    color: var(--violet-fonce-color);
    width: 50%;
    padding-top: 50px;
}

.accompagnement .prestation-photo .second-section{
    width: 40%;
    display: flex;
    position: absolute;
    right: -100px;
    bottom: 0px;
}

.accompagnement .prestation-photo .second-section .image{
    margin-top: auto;
    width: 100%;
}

.accompagnement .prestation-photo .second-section img{
    width: 100%;
}

.accompagnement .prestations {
    display: flex;
    gap: 20px;
    height: 600px;
    align-items: flex-end;
}

.accompagnement .prestations .card-presta{
    width: 33%;
    border-radius: 50px;
    padding: 50px;
    display: flex;
    flex-direction: column;
    height: 493px;
    justify-content: space-between;
    border: 1px solid white;
    overflow: hidden;
    transition: height 0.5s ease-in-out;
    position: relative;
}

.accompagnement .prestations .card-presta .trait{
    position: absolute;
    bottom: 0;
    left: 0px;
    width: 75%;
    border-bottom-left-radius: 50px;
    opacity: 0.5;
    transition: opacity 0.5s;
}

.accompagnement .prestations .card-presta:nth-child(1){
    background-color: var(--violet-fonce-color);
}

.accompagnement .prestations .card-presta:nth-child(2){
    background-color: var(--violet-clair-color);
}

.accompagnement .prestations .card-presta:nth-child(3){
    background-color: var(--rose-color);
}

.accompagnement .prestations .card-presta h2{
    font-size: clamp(1.5rem, 2.5vw, 10rem);
    color: var(--white-color);
}

.accompagnement .prestations .card-presta .fleche-text{
    display: none;
    gap: 75px;
    align-items: flex-end;
    opacity: 0;
    transition: opacity 0.5s;
}

.accompagnement .prestations .card-presta .fleche-text .flech-vers-le-haut{
    background-color: var(--white-color);
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 63px;
    height: 63px;
    transition: transform 0.5s;
    
}

.accompagnement .prestations .card-presta .fleche-text .flech-vers-le-haut:hover{
    transform: scale(1.1) translate(5px, -5px);

}

.accompagnement .prestations .card-presta:nth-child(1) .fleche-text .flech-vers-le-haut svg path{
    stroke: var(--violet-fonce-color);
}

.accompagnement .prestations .card-presta:nth-child(2) .fleche-text .flech-vers-le-haut svg path{
    stroke: var(--violet-clair-color);
}

.accompagnement .prestations .card-presta:nth-child(3) .fleche-text .flech-vers-le-haut svg path{
    stroke: var(--rose-color);
}

.accompagnement .prestations .card-presta .fleche-text #text{
    color: var(--white-color);
    font-size: 14px;
    width: 50%;
}

.confiance-carrousel{
    display: flex;
    flex-direction: column;
    gap: 50px;
    align-items: center;
    padding-bottom: 200px;
}

.confiance-carrousel h3{
    font-size: 1.5rem;
    color: var(--violet-clair-color);
    text-align: center;
}

.confiance-carrousel p{
    font-size: 1.4rem;
    color: var(--violet-fonce-color);
    text-align: center; 
}


.confiance-carrousel .carrousel-section{
    overflow: hidden;
    background-color: var(--violet-fonce-color);
    width: 95%;
    margin: auto;
    border-radius: 50px;
}


.confiance-carrousel .carrousel{
    display: flex;
    flex-direction: row;
    width: max-content;
    align-items: center;
    justify-content: flex-start;
}

.confiance-carrousel .carrousel .image-confiance{
    display: flex;
    align-items: center;
    justify-content: center;
}

/* formation */
.formations{
    display: flex;
    flex-direction: row;
    gap: 50px;
    padding: 100px 100px;
    background-color: var(--violet-fonce-color);
    position: relative;
}

.formations .trait{
    display: flex;
    position: absolute;
    bottom: 0px;
    left: 0px;
    z-index: 0;
    opacity: 0.4;
}

.formations .colonne{
    display: flex;
    flex-direction: column;
    width: 33%;
    gap: 15px;
    z-index: 1;
}

.formations .colonne:nth-child(2){
    background: white;
    border-radius: 50px;
    padding: 30px;
    justify-content: space-between
}

.formations .colonne:nth-child(2) h3{
    font-size: 1.5rem;
    color: var(--violet-clair-color);
}

.formations .colonne:nth-child(2) h2{
    font-size: var(--h1-font-size);
    color: var(--violet-fonce-color);
}

.formations .colonne:nth-child(2) p{
    font-size: 1.4rem;
    color: var(--violet-fonce-color);
}

.formations .colonne:nth-child(2) .savoirplus{
    display: flex;
    align-items: center;
    gap: 20px;
    margin-left: auto;
}

.formations .colonne:nth-child(2) .savoirplus p{
    color: var(--violet-fonce-color);
    font-size: 1.4rem;
    transition: font-weight 0.1s ease-in-out, font-size 0.1s ease-in-out;
    text-align: right;
}

.formations .colonne:nth-child(2) .savoirplus.active p{
    font-size: 1.45rem;
    font-weight: 600 !important;
}

.formations .colonne:nth-child(2) .savoirplus .btn{
    background-color: var(--violet-fonce-color);
    border-radius: 50px;
    display: flex;
    align-items: center;
    width: 63px;
    height: 63px;
    transition: transform 0.5s;
}

.formations .colonne:nth-child(2) .savoirplus.active .btn{
    transform: scale(1.1) translate(5px, -5px);
}

.formations .colonne:nth-child(3){
    align-items: center
}

.formations .colonne:nth-child(3) .image1{
    width: 100%;
    height: 70%;
    object-fit: cover;
    border-radius: 50px;
}


.formations .colonne:nth-child(3) .image2{
    width: 100%;
    height: 30%;
    object-fit: cover;
    border-radius: 50px;
}



.formations .colonne:nth-child(4){
    justify-content: space-between
}

.formations .colonne:nth-child(4) p{
    font-size: 1.4rem;
    color: var(--white-color);
}

.formations .colonne:nth-child(4) .image1{
    width: 100%;
    height: 70%;
}

.formations .colonne:nth-child(4) .image1 img{
    width: 100%;
    object-fit: cover;
    height: 100%;
    border-radius: 50px;
}

/* Expertise */

.expertise{
    display: flex;
    flex-direction: row;
    padding: 100px 100px 100px 0px;
    position: relative;
    align-items: center;
}

.expertise img{
    width: 60%;
}

.expertise .text{
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    text-align: end;
    padding-left: 10%;
}

.expertise .text h3{
    font-size: 1.5rem;
    color: var(--violet-clair-color);
    margin-bottom: 50px;
}

.expertise .text h2{
    font-size: var(--h1-font-size);
    color: var(--violet-fonce-color);
    margin-bottom: 20px;
}

.expertise .text p{
    font-size: 1.4rem;
    color: var(--violet-fonce-color);
}

.expertise .text .savoirplus{
    display: flex;
    align-items: center;
    gap: 20px;
}

.expertise .text .savoirplus p{
    color: var(--violet-fonce-color);
    font-size: 1.4rem;
    transition: font-weight 0.1s ease-in-out, font-size 0.1s ease-in-out;
    text-align: right;
}

.expertise .text .savoirplus.active p {
    font-size: 1.45rem;
    font-weight: 600 !important;
}

.expertise .text .savoirplus .btn{
    background-color: var(--rose-color);
    border-radius: 50px;
    display: flex;
    align-items: center;
    width: 63px;
    height: 63px;
    transition: transform 0.5s;
}

.expertise .text .savoirplus.active .btn {
    transform: scale(1.1) translate(5px, -5px);
}

/* valeurs */

.valeurs{
    display: flex;
    flex-direction: row;
    padding: 100px 100px;
}

.valeurs .section{
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 50%;
}

.valeurs .section h2{
    font-size: var(--h1-font-size);
    color: var(--violet-fonce-color);
}


.valeurs .section .line{
    width: 100%;
    display: flex;
    gap: 20px;
}

.valeurs .section .line{
    width: 100%;
    display: flex;
    gap: 20px;
    position: relative;
}

.valeurs .section .line .bubule{
    width: fit-content;
    border-radius: 50px;
    background: #F6F6F6;
    display: flex;
    gap: 20px;
    padding: 20px;
    height: fit-content;
    transition: background 0.5s ease-out;
}

.valeurs .section .line .bubule:hover{
    background: var(--violet-fonce-color);
}

.valeurs .section .line .bubule:hover p{
    color: var(--white-color);
}

.valeurs .section .line .bubule.relative{
    position: relative;
    top: -60%;
}

.valeurs .section .line .bubule:nth-child(2){
    align-items: center;
}

.valeurs .section .line .bubule:nth-child(3){
    align-items: center;
}

.valeurs .section .line .bubule svg{
    width: 100%;
}

.valeurs .section .line .bubule svg path{
    transition: fill 0.5s ease-out;
}

.valeurs .section .line .bubule:hover svg path{
    fill: var(--rose-color);
}

.valeurs .section .line .bubule p{
    font-size: 24px;
    color: var(--violet-fonce-color);
    transition: color 0.5s ease-out;
}

.valeurs .section .line .bubule img{
    height: fit-content;
}

/* Podcast */

.podcasts{
    background-image: url(../../../images/podcast-front/fond.png);
    background-size: cover;
    background-position: center;
    position: relative;
}

.podcasts .padding{
    padding: 50px 100px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    text-align: end;
    width: 70%;
    margin-left: auto;
}

.podcasts .padding h3{
    font-size: 1.5rem;
    color: var(--white-color);
    margin-bottom: 50px;
}

.podcasts .padding h2{
    font-size: var(--h1-font-size);
    color: var(--white-color);
    margin-bottom: 20px;
}

.podcasts .padding p{
    font-size: 1.4rem;
    color: var(--white-color);
    margin-bottom: 30px !important;
}

.podcasts .padding .rond{
    position: absolute;
    left: 9%;
    top: 55%;
    transform: translateY(-55%);
    width: 22%;
    transition: transform 0.5s;
    transform-origin: left;
}

.podcasts .padding .rond.active{
    transform: translateY(-55%) scale(1.1);
}

.podcasts .padding .podcasts-logo{
    display: flex;
    gap: 20px;
    align-items: center;
}

.podcasts .padding .podcasts-logo a{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
}

.podcasts .padding .podcasts-logo a p{
    display: none;
    position: absolute;
    top: 93%;
}

.podcasts .padding .podcasts-logo a img{
    width: 100%;
    transition: transform 0.5s;
}

.podcasts .padding .podcasts-logo a.active img{
    transform: scale(1.1);
}

.podcasts .padding .podcasts-logo a.active p{
    display: flex;
}

.podcasts .micro{
    position: absolute;
    bottom: -35px;
    left: 0px;
    z-index: 1;
    width: 22%;
}

/* Linkedin */

/* .linkedin{
    display: flex;
    flex-direction: row;
    padding: 100px 100px;
    position: relative;
    align-items: center;
} */

.section-linkedin {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	padding: 150px 0px 0px;
	gap: 20px;
}
.section-linkedin h3 {
    color: var(--violet-fonce-color);
}
.section-linkedin h2 {
	color: var(--violet-fonce-color);
	text-align: center;
	margin: 0px 20px;
}
.swiper-linkedin {
	width: 80%;
	padding: 50px 0px;
    height: 550px;
}

.swiper-control-container {
	display: flex;
	justify-content: space-between;
	align-items: center;
	top: 50%;
	position: absolute;
	width: 100%;
	left: 0;
}

.card-linkedin {
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 10px;
	padding: 10px;
	border-radius: 20px;
	background-color: var(--light-grey-color);
	max-height: 500px;
	height: fit-content;
}

.card-linkedin > div {
	display: flex;
	justify-content: space-between;
}

.linkedin-posts {
	display: flex;
	gap: 20px;
	margin: 0px 200px;
}

/* Contact */

.relative{
    position: relative;
}

.contacts{
    display: flex;
    flex-direction: column;
    padding: 50px 50px;
    position: relative;
    align-items: center;
    background-image: url(../../../images/formations/fond.png);
    background-size: cover;
    background-position: center;
    text-align: center;
    width: 80%;
    margin: auto;
    border-radius: 50px;
    border: 1px solid var(--white-color);
    gap: 50px;
    position: relative;
    top: 250px;
    z-index: 1;
}


.contacts h3{
    font-size: 1.5rem;
    color: var(--white-color);
}

.contacts .titre{
    display: flex;
    flex-direction: row;
    gap: 20px;
    align-items: center;
}

.contacts .titre h2{
    font-size: var(--h1-font-size);
    color: var(--white-color);
}

.contacts p{
    font-size: 1.4rem;
    color: var(--white-color);
}

.contacts .contact-btn{
    background-color: var(--rose-color);
    padding: 15px 30px;
    border-radius: 50px;
    overflow: hidden;
    position: relative;
    display: flex;
}

.contacts .contact-btn p{
    font-size: 1.4rem;
    z-index: 10;
    color: var(--white-color);
}

.contacts .contact-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: var(--rose-color);
    border-radius: 50px;
    z-index: 0; 
    transition: filter 0.5s; 
}

.contacts .contact-btn:hover::before {
    filter: saturate(0.8) brightness(0.5);
}

.contacts .haut-gauche{
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    object-fit: cover;
    z-index: -1;
    border-radius: 50px;
    width: auto;
}

.contacts .haut-droit{
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: -1;
    height: 100%;
    object-fit: cover;
    border-radius: 50px;
    width: auto;
}

.contacts .bas-droit{
    position: absolute;
    bottom: 0px;
    right: 0px;
    z-index: -1;
    object-fit: cover;
    border-radius: 50px;
    width: auto;
}

.desktop{
    display: inline;
}

.mobile{
    display: none !important;
}

@media screen  and (max-width: 1250px){

    .hero {
        padding: 0px 50px;
    }

    .accompagnement {
        padding: 200px 50px;
    }

    .accompagnement .prestation-photo .first-section {
        width: 45%;
    }

    .accompagnement .prestation-photo .second-section {
        width: 55%;
        bottom: auto;
        top: 70px;
        right: -50px
    }
    
    .formations {
        padding: 100px 50px;
    }

    .expertise{
        padding: 100px 50px;
    }

    .valeurs {
        padding: 50px 50px;
        flex-direction: column;
        text-align: center;
        gap:50px
    }
    
    .valeurs .section{
        width: 100%;
        gap: 50px;
    }

    .valeurs .section .line{
        justify-content: center;
        flex-wrap: wrap;
    }

    .hero {
        height: 80vh;
    }

    .hero .trait-header {
        bottom: 20vh;
    }

    .hero .carre-rose-violet {
        bottom: 20vh;
    }

    .hero .madame {
        bottom: 20vh;
    }

    .accompagnement .prestations .card-presta {
        gap: 50px;
        justify-content: initial;
    }

    .accompagnement .prestations .card-presta .fleche-text {
        flex-direction: column-reverse;
        height: 100%;
        justify-content: space-between;
    }

    .accompagnement .prestations .card-presta .fleche-text #text {
        width: 100%;
    }
    
    .podcasts .padding {
        padding: 50px 50px;
    }

    .podcasts .micro {
        width: 27%;
    }

    .podcasts .padding .rond {
        width: 27%;
        left: 5%;
    }
    
}

@media screen and (max-width: 1149px) {

    .accompagnement .podcast {
        width: 40%;
        right: 5%;
    }

    .accompagnement .prestation-photo {
        flex-direction: column;
    }

    .accompagnement .prestation-photo .first-section {
        width: 100%;
    }

    .accompagnement .prestation-photo .second-section {
        width: 100%;
        bottom: auto;
        top: 0px;
        right: -50px;
        position: relative;
    }

    .accompagnement .prestation-photo .second-section img {
        width: 50%;
        margin-left: 50%;
    }
    
}

@media screen and (max-width: 1024px) {

    .accompagnement {
        padding: 250px 50px;
    }

    .accompagnement .podcast .cercle {
        display: none;
    }

    .accompagnement .podcast {
       top: -75px;
       width: 50%;
    }

    .accompagnement .prestation-photo .second-section img {
        width: 70%;
        margin-left: 30%;
    }

    .accompagnement .prestations {
        flex-direction: column;
        gap: 50px;
        height: auto;
        align-items: center;
    }

    .accompagnement .prestations .card-presta {
        height: auto;
        width: 70%;
    }

    .accompagnement .prestations .card-presta .trait {
        display: none;
    }

    .accompagnement .prestations .card-presta .fleche-text {
        display: flex;
        gap: 20px;
        align-items: center;
        justify-content: center;
        opacity: 1;
    }

    .accompagnement .prestations .card-presta .fleche-text .flech-vers-le-haut {
        margin-left: auto;
    }

    .formations {
        flex-direction: column;
    }

    .formations .trait {
        width: 20%;
    }

    .formations .trait img {
        width: 100%;
    }

    .formations .colonne {
        width: 100%;
    }

    .expertise{
        flex-direction: column;
        align-items: flex-start;
        padding: 50px 50px 50px 0px;;
    }

    .expertise img{
        width: 100%;
    }

    .expertise .text{
        padding-top: 50px;
        align-items: flex-start;
        text-align: start;
        padding-left: 50px;
    }

    .podcasts .padding{
        align-items: flex-start;
        text-align: start;
        width: 100%;
    }

    .podcasts .micro{
        position: relative;
        width: 50%;
    }

    .podcasts .padding .rond{
        width: 50%;
        left: 20%;
        top: 65%;
    }
}

@media screen and (max-width:768px) {

    .desktop{
        display: none !important;
    }

    .mobile{
        display: inline !important;
    }

    .hero{
        height: 100svh;
    }

    .hero .texte-logo-btn{
        margin-top: 35%;
        justify-content: initial;
    }

    .hero .logo img {
        width: 50%;
    }

    .texte-logo-btn .text {
        width: 100%;
    }

    .texte-logo-btn .text h1 {
        font-size: 30px;
    }
    
    .hero .madame {
        bottom: 0vh;
        width: 27%;
    }

    .hero .trait-header {
        width: 250px;
        bottom: 0vh;
    }

    .hero .carre-rose-violet {
        width: 150%;
        bottom: 0vh;
    }

    .texte-logo-btn .savoirplus {
        margin-left: 0%;
    }

    .accompagnement {
        padding: 350px 50px 100px 50px;
    }

    .accompagnement .podcast {
        width: 90%;
        right: 5%;
        top: -10px;
    }

    .accompagnement .podcast .flech-vers-le-haut {
        bottom: -5px;
        right: -5px;
        width: 53px;
        height: 53px;
    }

    .accompagnement .prestation-photo .first-section h2 {
        font-size: 30px;
    }

    .accompagnement .deux-text {
        flex-direction: column;
        gap: 50px;
    }

    .accompagnement .deux-text .textun {
        width: 100%;
    }

    .accompagnement .deux-text .textdeux {
        width: 100%;
    }

    .accompagnement .prestation-photo .first-section #width {
        width: 100%;
    }

    .accompagnement .prestation-photo .second-section .image img {
        width: 100%;
        margin-left: 0;
    }

    .accompagnement .prestations .card-presta {
        width: 100%;
    }

    .formations .trait {
        width: 250px;
    }

    .accompagnement .prestations .card-presta h2 {
        font-size: 30px;
    }

    .formations .colonne:nth-child(2) h2 {
        font-size: 30px;
    }

    .podcasts .padding h2 {
        font-size: 30px;
    }

    .expertise .text h2 {
        font-size: 30px;
    }

    .podcasts .padding .podcasts-logo {
        z-index: 1;
        
    }

    .podcasts .micro-cercle {
        width: 30%;
        align-self: center;
        position: relative;
        top: -85px;
        z-index: 0;
        margin-bottom: -95px;
    }

    .contacts .titre {
        flex-direction: column;
        gap: 20px;
    }

    .contacts .titre h2 {
        font-size: 30px;
    }

    .valeurs .section .line .bubule img {
        width: 50px;
    }

    .valeurs .section .line .bubule p {
        font-size: 16px;
    }

    .podcasts .padding .podcasts-logo.mobile {
        display: flex !important;
        flex-direction: column;
        gap: 20px;
        width: 100%;
    }
    
    .podcasts .padding .podcasts-logo .autre{
        display: flex;
        gap: 25px;
    }

    .podcasts .padding .podcasts-logo a.active p {
        display: none;
    }
}

@media screen and (max-width:600px){

    .podcasts .micro-cercle {
        width: 50%;
    }
    
}