@media screen and (min-width: 1450px) {
    .pub-section .container {
        margin: 0 auto;
        max-width: 1304px;
        padding-left: 0;
    }
    .hero-section {
        height: 100%;
    }
    .hero-section .container {
        margin: 0 auto;
        max-width: 100%;
        padding: 0 0 0 100px;
    }
    .hero-section .container .content .left {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        max-width: 40%;
    }
    .hero-section .container .content .right {
        top: 32px;
        max-width: 50%;
    }
    .pub-section {
        padding-right: 0;
    }
    .equipe-section .container {
        margin: 0 auto;
        max-width: 1304px;
    }
    footer .footer-container {
        max-width: 1304px;
        margin: 0 auto;
    }
    footer .top .right {
        padding: 0;
    }
    .single-avocat-section .section-bg {
        top: 0;
    }
    .post-content-section .left-shape {
        max-width: 370px;
        top: 50%;
    }
    .contact-section .back-shape {
        max-width: 50%;
    }
}

@media screen and (max-width: 1300px) {
    header nav {
        padding: 0 25px;
    }
    header nav .menu-container>ul>li {
        margin-left: 20px;
    }
    header nav .logo {
        max-width: 148px;
    }
    .expertises-section .container .content {
        padding: 84px 25px 84px 25px;
    }
    .expertises-section .container .content .expertises-posts .expertises-cat.expertises-cat-1 {
        max-width: 100%;
        width: auto;
        flex: 1;
        padding-left: 0px;
    }
    .equipe-section.equipe-section-normal .container .content .equipe-container {
        margin-right: 20px;
    }
    footer .top .right .shape {
        bottom: 24px;
    }
    footer {
        padding: 0 25px;
    }
    footer .top .right {
        padding-right: 0;
    }
    .pub-section {
        padding-right: 25px;
    }
    .pub-section .container {
        padding: 55px 25px;
        border-radius: 4px;
    }
    .actu-pub-section .container .content .cards-container {
        grid-template-columns: auto auto;
    }
    .actu-pub-section .container .content .cards-container .card {
        max-width: 100%;
    }
}

@media screen and (max-width: 1150px) {
	
    header.active nav::after {
        content: '';
        position: absolute;
        top: 137px;
        left: 0;
        width: 100%;
        height: 1px;
        background-color: #6696FF;
        opacity: 0.5;
    }
    header.active nav::before {
        content: '';
        position: absolute;
        top: 0;
        height: 137px;
        left: 0;
        width: 100%;
        background-color: #0F2640;
        z-index: 1;
    }
    header nav .logo {
        position: relative;
        z-index: 1;
    }
    header nav .menu-container {
        position: fixed;
        width: 100%;
        height: 100%;
        background-color: #0F2640;
        top: 0;
        left: 0;
        visibility: hidden;
        opacity: 0;
        transition: 0.5s all;
        display: none;
        -webkit-animation: fadeInDown 500ms ease-in-out;
        animation: fadeInDown 500ms ease-in-out;
    }
    header nav .menu-container>ul {
        width: 100%;
        height: 100%;
        flex-direction: column;
        max-width: 80%;
        width: 100%;
        margin: 0 auto;
        padding-top: 182px;
    }
    header nav .menu-container>ul .bottom-mobile {
        display: flex;
        width: 100%;
        justify-content: space-between;
        align-items: center;
        padding: 44px 0;
        border-top: 1px solid rgba(102, 150, 255, 0.3);
    }
    header nav .menu-container>ul .bottom-mobile a {
        font-family: Macha;
        font-weight: normal;
        font-size: 16px;
        line-height: 34px;
        text-align: left;
        color: #e8edfc;
    }
    header nav .menu-container>ul .bottom-mobile a svg {
        margin-left: 13px;
    }
    header nav .menu-container .last-link {
        order: -1;
        display: flex;
        justify-content: flex-end;
        margin-bottom: 60px;
    }
    header nav .menu-container>ul>li {
        margin-left: 0;
    }
    header nav .menu-container>ul>li>span,
    header nav .menu-container>ul>li>a {
        padding-bottom: 35px;
        width: 100%;
    }
    header nav .menu-container>ul>li:nth-child(6)>a {
        padding-bottom: 45px;
    }
    header nav .menu-container>ul>li#dropdown ul {
        max-width: 100%;
        flex-direction: column;
        display: none;
        position: initial;
    }
    header nav .menu-container>ul>li#dropdown ul li {
        opacity: 1;
        visibility: visible;
    }
    header nav .menu-container>ul>li.opened ul {
        display: flex !important;
        visibility: visible !important;
        opacity: 1 !important;
        height: auto !important;
        padding: 42px !important;
        margin-bottom: 39px;
    }
    header.active nav .menu-container {
        visibility: visible;
        opacity: 1;
        overflow: scroll;
        display: block;
    }
	.equipe-section .container .content .equipe-container .equipe-slider {
  max-width: initial !important;
}
	.equipe-section .container .content .equipe-container .equipe-slider .inner .card .avocat-image img{
	height:auto;
	}
    .hero-section .container .content .left p {
        margin-bottom: 38px;
    }
    .expertises-section .container .content .expertises-posts .expertises-cat.expertises-cat-2,
    .expertises-section .container .content .expertises-posts .expertises-cat.expertises-cat-3 {
        padding-left: 40px;
    }
    .hero-section .container .content .left {
        margin-top: 160px;
    }
    .hero-section .container .content .left .scroll-down {
        display: none;
    }
    .hero-section .container .content .right {
        position: initial;
    }
    .hero-section .container {
        margin-bottom: 180px;
        margin-top: 40px;
    }
    .hero-section .container .content .left {
        position: relative;
        z-index: 2;
    }
    .hero-section .container .content .right img {
        position: absolute;
        max-width: 670px;
        right: 0;
    }
    .hero-section .container::before {
        content: '';
        background: linear-gradient(#0F2640 20%, rgba(15, 38, 64, 0) 100%);
        position: absolute;
        left: 0;
        top: 137px;
        width: 100%;
        height: 400px;
        z-index: 1;
    }
    header nav .menu-icon {
        display: block;
    }
    .equipe-section .container .content .equipe-container .switch {
        margin-right: 30px;
    }
    .equipe-section .container .content .equipe-container .equipe-slider {
        max-width: 440px;
    }
    .single-avocat-section .container .content .top .left .info {
        margin-left: 30px;
    }
    .actu-post-section .container .content .top-post-info .right {
        margin-left: 30px;
    }
    header nav .menu-container>ul .lang-switch {
        display: none;
    }
    header nav .menu-container>ul .lang-switch-mobile {
        display: flex;
    }
    header nav .menu-container>ul .lang-switch-mobile ul {
        display: flex;
        max-width: 100px;
        width: 100%;
        margin-left: 30px;
        flex-direction: row-reverse;
    }
    header nav .menu-container>ul .lang-switch-mobile ul li:last-child {
        margin-right: 10px;
        padding-right: 10px;
        position: relative;
    }
    header nav .menu-container>ul .lang-switch-mobile ul li a {
        font-family: "roc-grotesk";
        font-weight: normal;
        font-size: 17px;
        letter-spacing: 0.05em;
        text-align: left;
        color: #6696ff;
        text-transform: uppercase;
    }
    header nav .menu-container>ul .lang-switch-mobile ul li.active a {
        color: #F2404F;
    }
    header nav .menu-container>ul .lang-switch-mobile ul li.active::after {
        content: '';
        position: absolute;
        right: 0;
        height: 20px;
        width: 1px;
        transform: rotate(25deg);
        background-color: #F2404F;
    }
}

@media screen and (max-width: 1050px) {
	
	
	
	.equipe-section.equipe-section-normal .container .content .equipe-container .equipe-slider .inner {
		
		flex-wrap : wrap;
		
	}
	
	
	
	
    .expertises-section .container .content .expertises-posts {
        display: grid;
        grid-template-columns: auto auto;
        row-gap: 50px;
    }
    .expertises-section .container .content .expertises-posts .expertises-cat-3 {
        padding-left: 0 !important;
    }
    .secteur-section .container .content .secteurs-posts-conrtainer ul {
        column-count: 2;
    }
    .pub-section .container::before {
        display: none;
    }
    .pub-section .container {
        margin: 0 auto;
    }
    .pub-section {
        padding: 0 25px;
    }
    footer .top .right .grid-container .card {
        width: 329px;
    }
    .single-avocat-section .container .content .top .avocat-image .inner-image {
        top: 66px;
    }
    .single-avocat-section .container .content .top .avocat-image {
        max-width: 476px;
    }
}

@media screen and (max-width: 950px) {
	.single-avocat-section .container .content .top .avocat-image .inner-image{
		height:auto;
	}
    .equipe-section.equipe-section-normal .container .content .equipe-container {
        padding-top: 0;
    }
    .equipe-section.equipe-section-normal .container .content {
        flex-direction: column;
    }
    .pub-section .container .content .bottom .cards-container {
        display: grid;
        grid-template-columns: auto auto;
        row-gap: 50px;
    }
    .expertises-section .container .content .top {
        flex-direction: column;
    }
    .expertises-section .container .content .top h2 {
        margin-bottom: 48px;
        max-width: 100%;
    }
    .expertises-section .container .content .top .top-inner-content {
        max-width: 100%;
    }
    .expertises-section .container .content .top {
        margin-bottom: 73px;
    }
    .equipe-section .container .content h2 {
        margin-bottom: 45px;
    }
    footer .top {
        flex-direction: column;
    }
    footer .top .left {
        margin-bottom: 73px;
        border-bottom: none;
    }
    footer .top .right .grid-container .card {
        width: 100%;
        padding: 40px 32px;
    }
    .equipe-section .container .content h2 {
        font-size: 30px;
        line-height: 40px;
    }
    .post-content-section .left-shape {
        max-width: 200px;
    }
    .single-avocat-section .container .content .top .left {
        flex-direction: column-reverse;
    }
    .single-avocat-section .container .content .top .left .info {
        margin-left: 0;
        margin-bottom: 36px;
    }
    .single-avocat-section .container .content .top .left .switch {
        flex-direction: row;
    }
    .single-avocat-section .container .content .top .left .switch a.prev {
        margin-right: 16px;
    }
    .single-avocat-section .container .content .top {
        flex-direction: column;
    }
    .single-avocat-section .container .content .top .avocat-image {
        position: relative;
        margin: 0 auto;
    }
    .single-avocat-section .container .content .top .avocat-image .inner-image {
        position: initial;
    }
    .single-avocat-section .container .content .top .avocat-image::after {
        bottom: -24px;
    }
    .single-avocat-section .container .content .post-content {
        margin-top: -132px;
        padding-top: 170px;
    }
    .single-avocat-section .container .content .post-content .social {
        max-width: 100%;
    }
    .actu-pub-section .container {
        padding: 48px 18px;
    }
    .error-404-section .left-shape {
        max-width: 150px;
    }
}

@media screen and (max-width: 770px) {
    .post-content-section {
        overflow: hidden;
    }
    .post-content-section .container .top-shape {
        max-width: 600px;
        right: -307px;
        top: 5px;
    }
    .post-content-section .container {
        margin-top: 87px;
    }
    .breadcrumb {
        display: none;
    }
    .hero-section .container .content .right img {
        max-width: 352px;
        top: 184px;
    }
    .hero-section .container .content .left h1 {
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 45px;
    }
    header nav {
        height: 92px;
    }
    .hero-section .container {
        margin-top: 0;
        margin-bottom: 123px;
    }
    .hero-section .container .content .left {
        margin-top: 149px;
    }
    .hero-section .container .content .left p {
        margin-bottom: 0;
    }
    .expertises-section .container .content {
        padding: 130px 17px 68px;
    }
    .expertises-section .container .content .top {
        margin-top: 0;
    }
    .expertises-section .container .content .top .shape {
        display: none;
    }
    .hero-section .container::before {
        top: 148px;
    }
    .expertises-section .container .content .top h2 {
        font-size: 30px;
        line-height: 40px;
    }
    .expertises-section .container .content .top .top-inner-content p {
        font-size: 16px;
        line-height: 26px;
    }
    .expertises-section {
        padding-bottom: 22px;
    }
    .secteur-section .container .content h2 {
        font-size: 24px;
        line-height: 34px;
        padding-bottom: 54px;
    }
    .secteur-section .container .content .secteurs-posts-conrtainer ul li a {
        font-size: 17px;
        line-height: 27px;
    }
    .equipe-section .container .content h2 {
        font-size: 30px;
        line-height: 40px;
    }
    .pub-section .container .content .bottom .cards-container {
        grid-template-columns: auto;
    }
    .pub-section .container .content .bottom .cards-container .card {
        max-width: 100%;
    }
    .pub-section .container .content .top .btn {
        display: none;
    }
    .pub-section .container .content .top .shape {
        display: none;
    }
    .pub-section .container .content .top h2 {
        font-size: 30px;
        line-height: 40px;
    }
    .pub-section .container .content .top {
        margin-bottom: 72px;
    }
    .pub-section .container .content .bottom .cards-container .card h4 {
        opacity: 1;
        visibility: visible;
    }
    .pub-section .container .content .bottom .cards-container .card::before {
        width: 100%;
    }
    .expertises-section .container .content .expertises-posts {
        grid-template-columns: auto;
    }
    .expertises-section .container .content .expertises-posts .expertises-cat.expertises-cat-2 {
        padding-left: 0;
    }
    .expertises-section .container .content .expertises-posts .expertises-cat {
        border: none;
        border-bottom: 1px solid rgba(15, 38, 64, 0.1);
        padding-bottom: 40px;
    }
    .pub-section .container {
        padding-bottom: 83px;
    }
    .pub-section .container .content .bottom .btn {
        display: block;
    }
    header.active nav::after {
        top: 92px;
    }
    header nav .menu-container>ul {
        padding-top: 131px;
    }
    header nav .logo {
        max-width: 125px;
    }
    footer .top .right .grid-container {
        grid-template-columns: auto;
    }
    .equipe-section .container .content .equipe-container .equipe-slider {
        max-width: 360px;
    }
    .equipe-section.equipe-section-normal .container .content .equipe-container {
        margin-right: 0;
        display: flex;
        justify-content: center;
    }
    .equipe-section.equipe-section-normal .container .content .equipe-container .equipe-slider {
        max-width: 440px;
    }
    .single-avocat-section .container {
        margin-top: 80px;
    }
    .single-avocat-section .container .content .top .left .info h1 {
        font-size: 30px;
        line-height: 40px;
        padding-bottom: 32px;
        margin-bottom: 32px;
    }
    .single-avocat-section .container .content .top .left .info .inner-info span {
        font-size: 18px;
        line-height: 28px;
    }
    .single-avocat-section .container .content .top .left {
        margin-bottom: 25px;
    }
    .single-avocat-section .container .content .post-content {
        padding-left: 18px;
        padding-right: 18px;
    }
    .single-avocat-section .container .content {
        margin-bottom: 50px;
    }
    .filter-btns-section .container {
        margin-top: 80px;
    }
    .filter-btns-section .container .content .filter-controllers-container {
        flex-direction: column;
    }
    .filter-btns-section .container .content h1 {
        font-size: 30px;
        line-height: 40px;
        max-width: 324px;
        margin: 0 auto;
        margin-bottom: 43px;
    }
    .filter-btns-section .container .content .filter-controllers-container .left {
        margin: 0 auto;
        margin-bottom: 43px;
    }
    .filter-btns-section .container .content .filter-controllers-container .right {
        max-width: 100%;
    }
    .filter-btns-section .container .content {
        padding-bottom: 39px;
    }
    .actu-post-section .container {
        margin-top: 80px;
        padding: 0 8px;
    }
    .actu-post-section .container .content .top-post-info .right h1 {
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 40px;
    }
    .actu-post-section .container .content .top-post-info .left .switch {
        display: none;
    }
    .actu-post-section .container .content .top-post-info .right .switch-mobile {
        display: flex;
    }
    .actu-post-section .container .content .post-content {
        margin-top: 54px;
        padding: 40px 18px;
    }
    .actu-post-section .container .content .top-post-info .right {
        margin-left: 18px;
    }
    .contact-section .container {
        margin-top: 80px;
    }
    .contact-section .back-shape {
        top: 72px;
    }
    .contact-section .container .content .left h1 {
        font-size: 30px;
        line-height: 40px;
        padding-bottom: 39px;
        margin-bottom: 39px;
    }
    .contact-section .container .content {
        flex-direction: column;
    }
    .contact-section .container .content .left {
        align-items: flex-start;
    }
    .contact-section .container .content .left .btn {
        display: flex;
        align-items: center;
    }
    .contact-section .container .content .left .btn a {
        margin-right: 26px;
    }
    .contact-section .container .content .right {
        margin-top: 39px;
        max-width: 100%;
    }
    .mentions-legales-section .container {
        margin-top: 80px;
    }
    .mentions-legales-section .container>.content .top-post-info h1 {
        margin-left: 0;
    }
    .single-avocat-section .container .content .top .left {
        padding-left: 20px;
    }
    .mentions-legales-section .container .top-shape img:first-child {
        display: none;
    }
    .mentions-legales-section .container .top-shape img:last-child {
        display: flex;
    }
    .mentions-legales-section .container>.content .top-post-info h1 {
        font-size: 30px;
        line-height: 40px;
        max-width: 230px;
        width: 100%;
    }
    .error-404-section .left-shape {
        top: 92px;
    }
    .actu-post-section .container .content {
        padding-bottom: 67px;
    }
    .equipe-section {
        padding-top: 0;
    }
    header.active nav::before {
        height: 92px;
    }
}

@media screen and (max-width: 683px) {
    .equipe-section .container .content {
        flex-direction: column;
        align-items: flex-end;
    }
    .equipe-section .container .content h2 {
        margin: 0 auto;
        margin-bottom: 45px;
    }
    .equipe-section .container .content .equipe-container {
        width: 100%;
        justify-content: space-between;
    }
    .post-content-section .container>.content .post-content {
        padding: 44px 18px;
        margin-bottom: 26px;
    }
    .post-content-section .container>.content .top-post-info h1 {
        font-size: 30px;
        line-height: 40px;
        margin-left: 50px;
        max-width: 300px;
    }
    .post-content-section .container>.content .accordion .item .accordionBtn {
        padding: 34px 0;
    }
    .post-content-section .container>.content .accordion .item .content ul {
        margin-top: 40px;
    }
    .actu-pub-section .container .content .cards-container {
        grid-template-columns: auto;
    }
    .actu-pub-section .container .content .cards-container .card h4 {
        visibility: visible;
        opacity: 1;
    }
    .actu-pub-section .container .content .cards-container .card::before {
        width: 100%;
    }
    .actu-post-section .left-shape {
        width: 100%;
        right: -57%;
        top: 68px;
    }
    .actu-post-section .container .content .top-post-info .right .bottom .info {
        max-width: 210px;
        display: flex;
        flex-wrap: wrap;
    }
    .actu-post-section .container .content .top-post-info .right .bottom .info span.cat {
        margin-bottom: 28px;
    }
    .mentions-legales-section .container>.content .post-content {
        padding: 44px 18px;
    }
    .mentions-legales-section .container {
        padding: 0 8px;
    }
    .mentions-legales-section .container>.content .top-post-info h1 {
        margin-left: 16px;
    }
    .error-404-section .container {
        margin-top: 146px;
    }
    .error-404-section .container .content .btn {
        display: none;
    }
    .error-404-section .container>.btn {
        display: flex;
    }
    .error-404-section .container .content:after {
        height: 77%;
    }
    .error-404-section .container .content .top {
        margin-bottom: 40px;
    }
    .error-404-section .container .content {
        margin-bottom: 50px;
    }
    .error-404-section .container .content .top .left h1 {
        font-size: 30px;
        line-height: 40px;
    }
    .error-404-section .container .content .top .left h2 {
        font-size: 18px;
        line-height: 28px;
    }
    .expertises-section .container {
        padding: 0 8px;
    }
    .post-content-section .container>.content .top-post-info {
        margin-bottom: 55px;
    }
}

@media screen and (max-width: 595px) {
    .single-avocat-section .container .content .top .left .info .inner-info span span:after{
        top: 2px;
    }
    .hero-section .container .content .right img {
        top: 201px;
    }
    .secteur-section .container .content .secteurs-posts-conrtainer ul {
        column-count: 1;
    }
    .secteur-section .container .content .secteurs-posts-conrtainer ul li::before {
        top: 21px;
    }
    .secteur-section .container .content .secteurs-posts-conrtainer ul li::after {
        top: 16px;
    }
    footer .bottom {
        flex-direction: column;
        align-items: flex-start;
    }
    footer .bottom .left {
        margin-bottom: 44px;
    }
    .equipe-section .equipe-back-bg {
        display: none;
    }
    .equipe-section .equipe-back-bg-mobile {
        display: flex;
    }
    .contact-section .container .content .right {
        padding: 43px 16px;
    }
    .contact-section .container {
        padding: 0 8px;
    }
    .contact-section .container .content .left {
        margin-left: 20px;
    }
    .mentions-legales-section .container .top-shape {
        max-width: 200px;
        top: 100px;
    }
    .mentions-legales-section .container>.content .post-content {
        margin-bottom: 52px;
    }
    .actu-pub-section {
        padding-bottom: 30px;
    }
}

@media screen and (max-width: 538px) {
    .hero-section .container .content .right img {
        top: 240px;
    }
    .hero-section .container::before {
        top: 171px;
    }
    .equipe-section.equipe-section-normal .container .content .equipe-container .equipe-slider .inner {
        flex-direction: column;
        align-items: center;
    }
    .equipe-section.equipe-section-normal .container .content .equipe-container .equipe-slider .card {
        margin: 0;
        max-width: 249px;
    }
    .equipe-section.equipe-section-normal .container .content .equipe-container .equipe-slider .card {
        margin-bottom: 20px;
    }
    .equipe-section.equipe-section-normal .container .content .equipe-container {
        margin: 0;
    }
    .equipe-section.equipe-section-normal .container {
        padding: 0 25px;
        padding-bottom: 87px;
    }
    footer .bottom .left {
        display: flex;
        flex-direction: column;
    }
    footer .bottom .left a::before {
        display: none;
    }
    footer .bottom .left a {
        padding-left: 0;
        margin-left: 0;
    }
    .equipe-section .container .content .equipe-container {
        flex-direction: column;
        align-items: flex-end;
    }
    .equipe-section .container .content .equipe-container .switch {
        flex-direction: row-reverse;
        margin: 0 auto 0 0;
        margin-bottom: 49px;
        padding-left: 30px;
    }
    .equipe-section .container .content h2 {
        padding-left: 30px;
    }
    .equipe-section .container .content .equipe-container .switch span.prev {
        margin: 0;
        margin-left: 12px;
    }
    .equipe-section .equipe-back-bg-mobile {
        top: 43%;
    }
    .post-content-section .container>.content .top-post-info {
        flex-direction: column-reverse;
        padding: 0 16px;
    }
    .post-content-section .container>.content .top-post-info h1 {
        margin-left: 0;
    }
    .post-content-section .container>.content .top-post-info .switch {
        flex-direction: row-reverse;
        justify-content: flex-end;
        margin-top: 55px;
    }
    .post-content-section .container>.content .top-post-info .switch a {
        margin: 0;
        margin-right: 16px;
    }
    .post-content-section .container>.content .accordion .item .content ul li {
        font-size: 17px;
        line-height: 27px;
    }
    .post-content-section .container>.content .accordion .item .accordionBtn {
        font-size: 24px;
        line-height: 34px;
    }
    .post-content-section .container {
        padding: 0 8px;
    }
    .post-content-section .container>.content .accordion {
        padding: 0 16px;
    }
    .pub-section {
        padding: 0 8px;
    }
    .pub-section .container {
        padding: 55px 18px;
    }
    .single-avocat-section .container {
        padding: 0 8px;
    }
    .single-avocat-section .section-bg {
        display: none;
    }
    .single-avocat-section .section-bg-mobile {
        display: flex;
        top: 39%;
    }
    .single-avocat-section .container .content .post-content .social {
        margin-bottom: 40px;
    }
    .filter-btns-section .container .content .filter-controllers-container .left .filter-part ul {
        flex-direction: column;
    }
    .actu-post-section .container .content .top-post-info .right .bottom {
        flex-direction: column;
    }
    .actu-post-section .container .content .top-post-info .right .bottom>a {
        margin-top: 41px;
        max-width: 138px;
    }
    .actu-post-section .container .content .top-post-info {
        position: relative;
        z-index: 1;
    }
    .actu-post-section .right-shape {
        top: 174%;
        bottom: initial;
    }
    .contact-section {
        position: relative;
        overflow: hidden;
    }
    .contact-section .back-shape {
        width: 115%;
        left: -70px;
    }
}

@media screen and (max-width: 420px) {
    .hero-section .container .content .right img {
        max-width: 320px;
        top: 220px;
    }
    .hero-section .container .content {
        flex-direction: column;
    }
    .hero-section .container .content .left {
        width: 100%;
    }
    .hero-section .container .content .left h1 {
        max-width: 100%;
        width: 100%;
    }
    .expertises-section .container {
        padding: 0 8px;
    }
    .pub-section {
        padding: 0 8px;
    }
    .equipe-section .equipe-back-bg-mobile {
        top: 35%;
    }
    .single-avocat-section .container .content .top .avocat-image {
        max-width: 332px;
    }
    .single-avocat-section .container .content .top .avocat-image::after {
        bottom: -14px;
    }
    .hero-section .container .content .left p {
        padding-right: 25px;
    }
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}


/* Standard syntax */

@keyframes fadeInDown {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}


/*# sourceMappingURL=responsive-style.css.map */