/*
 Theme Name:   PhD Avocat Theme
 Author:       jérémy d'orazio
 Author URI:   www.jeremydorazio.fr
 Description:  Thème pour le site PhD Avocat
 Version:      1.0
 Text domain : phdavocattheme
*/
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

body {
    max-width: 1920px;
    margin: auto;
    font-family: "Roboto", sans-serif;
    color: #4C4C4C;
    font-weight: 400;
    overflow-x: hidden;
}

a {
    text-decoration: none;
}

.jdo-padding-rl-50 {
    padding-right: 50px;
    padding-left: 50px;
}

.menu-item {
    position: relative;
}

.current-menu-item::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 8px;
    right: 8px;
    height: 1px;
    background: white;
}

.ph-mb-70 {
    margin-bottom: 70px;
}

.phd-mb-100 {
    margin-bottom: 100px;
}

.g-4,
.gx-4 {
    --bs-gutter-x: 2.5rem;
}

.phd-av-mb-150 {
    margin-bottom: 150px;
}

.phd-padding-rl-30 {
    padding-right: 25px;
    padding-left: 25px;
}

.phd-margin-rl-30 {
    margin-right: 25px;
    margin-left: 25px;
}

.phd-av-mb-200 {
    margin-bottom: 200px;
}

.phd-fw-300 {
    font-weight: 300;
}

.phd-fw-500 {
    font-weight: 500;
}

.phd-fz-35 {
    font-size: 35px;
}

.phd-lh-40 {
    line-height: 40px;
}

.phd-color-white {
    color: white;
}
.phd-bg-white {
    background-color: white;
}
.phd-av-btn-goto {
    background-color: #A4426D;
    color: white;
    border-radius: 30px;
    text-align: center;
    font-size: 16px;
    display: inline-block;
    padding: 12px 25px;
}

.phd-av-btn-goto-pos {
    position: absolute;
    bottom: -25px;
    right: 50px;
    z-index: 5;
}

.container,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
    max-width: 1620px;
}

.container-small {
    max-width: 1450px;
}

.admin-bar body,
.admin-bar nav {
    padding-top: 32px;
}

.phd-av-logo {
    width: 100%;
    position: relative;
}

.phd-av-intro-splash-screen-page {
    background: linear-gradient(200deg, #BD4F41 30.45%, #604871 96.14%);
    height: 435px;
    display: flex;
    align-items: end;
}

.phd-av-intro-splash-screen {
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    position: relative;
    height: 100vh;
    min-height: 780px;
    max-height: 1080px;
    display: flex;
    align-items: end;
    overflow: hidden;
}

.phd-av-intro-splash-screen::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background: linear-gradient(216deg, #BD4F41 32.19%, #784A64 63.07%, #6B496B 73.03%, rgba(96, 72, 113, 0.88) 84.56%);
}

.phd-av-fz-32 {
    font-size: 32px;
    line-height: 35;
}

nav {
    max-width: 1920px;
    margin: auto;
}

.nav-link {
    color: white;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 400;
}

.navbar {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2;
}


.navbar-nav {
    justify-content: space-between;
}

.phd-av-intro-splash-screen-txt {
    color: white;
    position: relative;
    z-index: 3;
    padding-bottom: 100px;
}

.phd-av-picto-mouse {
    width: 100%;
    max-width: 49px;
}

.phd-av-intro-splash-screen-txt-01,
.phd-av-intro-splash-screen-txt-02 {
    font-size: 45px;
    line-height: 60px;
}

.phd-av-intro-splash-screen-txt-01 {
    text-transform: uppercase;
    font-weight: 600;

}

.phd-av-intro-splash-screen-txt-02 {
    font-weight: 300;
    text-transform: uppercase;
    margin-bottom: 100px;
}

.phd-av-intro-splash-screen-txt-03 {
    font-size: 32px;
    font-style: italic;
    font-weight: 300;
    line-height: 35px;
    text-align: right;
    margin-bottom: 100px;
}

.phd-padding-tb-150 {
    padding-top: 200px;
    padding-bottom: 200px;

}

.phd-padding-tb-100 {
    padding-top: 100px;
    padding-bottom: 100px;
}

.g-5,
.gx-5 {
    --bs-gutter-x: 5rem;
}

.phd-av-picto-mouse {
    display: inline-block;
    animation: mouseBounce 2.4s ease-in-out infinite;
}

.phd-bg-cover {
    background-size: cover !important;
}

.phd-bg-no-repeat {
    background-repeat: no-repeat !important;
}

.phd-bg-position-l-c {
    background-position: left center !important;
}

/* Animation principale */
@keyframes mouseBounce {
    0% {
        transform: translateY(0);
        opacity: 1;
    }

    30% {
        transform: translateY(0);
        opacity: 1;
    }

    50% {
        transform: translateY(15px);
        /* descend légèrement */
        opacity: 0;
    }

    70% {
        transform: translateY(25px);
        opacity: 0;
        /* disparaît brièvement */
    }

    80% {
        opacity: 0;
        /* disparaît brièvement */
    }

    85% {
        transform: translateY(0);
        /* revient à sa position */
        opacity: 1;
        /* réapparaît */
    }

    100% {
        transform: translateY(0);
        opacity: 1;
        /* attend la prochaine boucle */
    }
}

.phd-deco-dot-homescreen {
    position: absolute;
    bottom: -45px;
    right: 0;
    z-index: 3;
}

.phd-av-logo-coul {
    width: 100%;
    max-width: 270px;
}

.phd-pos-rel {
    position: relative;
}

.phd-intro-pic-bloc {
    padding-left: 15px;
}


.phd-intro-pic-img::before {
    content: "";
    position: absolute;
    bottom: -15px;
    right: -15px;
    width: 35%;
    height: 65%;
    background: linear-gradient(228deg, #BD4F41 30.24%, #604871 79.62%);
    z-index: -1;
}

.phd-intro-pic-img {
    position: relative;
    display: inline-block;
    width: 100%;
    max-width: 452px;
}

.phd-intro-pic-img::after {
    content: "";
    position: absolute;
    top: -15px;
    left: -15px;
    width: 70%;
    height: 35%;
    background: linear-gradient(228deg, #BD4F41 30.24%, #604871 79.62%);
    z-index: -1;
}

.phd-intro-pic-01 {
    font-size: 25px;
    font-weight: 500;
}

.phd_ellipse_white {
    position: absolute;
    top: -54px;
    right: -54px;
}

.phd-p-nomargin p {
    margin: 0;
}

.phd-intro-pic-02 {
    font-size: 35px;
    font-weight: 600;
    color: #194A94;
    line-height: 40px;
}

.phd-intro-pic-03 {
    font-size: 35px;
    font-weight: 400;
    color: #194A94;
    line-height: 40px;
}

.phd-intro-pic-04 {
    font-size: 21px;
    font-weight: 400;
}

.phd-btn {
    background: #194A94;
    color: white;
    padding: 10px 25px;
    border-radius: 5px;
    font-size: 16px;
    transition: .2s;
    display: inline-block;
    font-weight: 400;
}

.phd-btn:hover {
    background: rgb(59, 59, 59);
}

.phd-background-grey {
    background-color: #EBEBEB;
}

.phd-expertise-bloc {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 457px;
    height: 266px;
}

.phd-expertise-bloc-red {
    border-radius: 0 100px 0 0;

    background: linear-gradient(221deg, #BD4F41 54.87%, #94474E 82.97%, #4D3965 114.64%);
}

.phd-expertise-bloc-blue {
    border-radius: 0 0 0 100px;
    background: linear-gradient(235deg, #BD4F41 -18.74%, #63496F 32.7%);
}

.phd-ptb-100 {
    padding-top: 200px;
    padding-bottom: 200px;
}

.phd-home-section2-title {
    font-size: 32px;
    font-weight: 400;
    line-height: 37px;
    text-transform: uppercase;
    margin-bottom: 5px;

}

.phd-home-section2-red {
    color: #BD4F41;
text-align: right;
}

.phd-home-section2-bg-red {
    background-color: #BD4F41;
}

.phd-home-section2-violet {
    color: #604871;
}

.phd-home-section2-bg-violet {
    background-color: #604871;
}

.phd-home-section2-sub {
    font-size: 24px;
    font-weight: 400;
}

.phd-pl-80 {
    padding-left: 80px;
}

.phd-pr-80 {
    padding-right: 80px;
}

.phd-bg-section-2 {
    background-size: cover;
    height: 230px;
    width: 100%;
}

.phd-subtitle {
    font-size: 40px;
    color: #133660;
    text-transform: uppercase;
    font-weight: 400;
}

.phd-subtitle span {
    font-weight: 700;
}

.phd-actu-list-item-img {
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    height: 367px;
}

.phd-actu-list-item-date {
    color: #666;
    font-size: 16px;
    margin-bottom: 25px;
}

.phd-actu-list-item-title {
    color: #272727;
    font-size: 19px;
    line-height: 25px;
    margin-bottom: 30px;
}

.phd-actu-list-item-next {
    color: #194A94;
    font-size: 16px;
    font-weight: 600;
    line-height: 25px;
    text-transform: uppercase;
}

.phd-actu-list-item-bloc {
    background: #FFF;
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.10);
}

.phd-actu-list-item-txt {
    padding: 45px;
}

footer {
    min-height: 480px;
    background: #373737;
}

.phd-deco-arrow::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 85px;
    width: 85px;
    background: url(img/deco_arrow_orange.svg);
}

.phd-deco-arrow::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    height: 85px;
    width: 85px;
    background: url(img/deco_arrow_purple.svg);
}

.phd-wth100 {
    width: 100%;
}

footer .phd-logo {
    margin-right: 150px;
}

footer a,
footer {
    color: white;
}

.phd-page-h2 {
    font-weight: 600;
    font-size: 35px;
    line-height: 50px;
    color: #194A94;
    margin-bottom: 40px;
}

.phd-page-emph-big {
    color: #BD5041;
    font-weight: 800;
    font-size: 40px;
    line-height: 45px;
    padding-top: 20px;
}

.phd-page-emph-small {
    color: #BD5041;
    font-weight: 600;
    font-size: 25px;
    font-style: italic;
    line-height: 35px;
    padding: 20px 0;
}

.phd-page-content-txt {
    font-size: 18px;
    line-height: 30px;
}

.phd-page-content p:first-child {
    font-weight: 500;
    font-size: 22px;
}

.phd-page-content p,
.phd-page-content ul,
.phd-page-content li {
    margin-bottom: 30px;
}

.phd-page-content li strong {
    color: #BD5041;
}

.phd-page-content ul {
    list-style-type: none;
    padding-left: 30px;
}

.phd-page-content li {
    position: relative;
}

.phd-page-content li::before {
    content: "";
    position: absolute;
    top: 7px;
    left: -30px;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: #BD5041;
}

.phd-bg-dotted-right,
.phd-bg-dotted-left {
    background-repeat: no-repeat;
    background-size: cover;
    align-self: stretch;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 125px;
    width: 100%;
}

.phd-bg-dotted-right {
    background-image: url(img/deco_bg_dotted_right.svg);
}

.phd-bg-dotted-left {
    background-image: url(img/deco_bg_dotted_left.svg);
}

.phd-sec-01 .phd-page-h2:before {
    content: "";
    position: absolute;
    top: -20px;
    left: -25px;
    width: 46px;
    height: 46px;
    z-index: -2;
    background: linear-gradient(228deg, #BD4F41 30.24%, #604871 79.62%);
}

.phd-sec-01 .phd-page-h2:after {
    content: "";
    position: absolute;
    top: -15px;
    left: -20px;
    width: 46px;
    height: 46px;
    z-index: -1;
    background: white;
}

.phd-sec-02 .phd-page-h2:before {
    content: "";
    position: absolute;
    top: -20px;
    right: -25px;
    width: 46px;
    height: 46px;
    z-index: -2;
    background: linear-gradient(228deg, #BD4F41 30.24%, #604871 79.62%);
}

.phd-sec-02 .phd-page-h2:after {
    content: "";
    position: absolute;
    top: -15px;
    right: -20px;
    width: 46px;
    height: 46px;
    z-index: -1;
    background: white;
}

.phd-sec-01 .phd-bg-dotted-right::after {
    content: "";
    bottom: 0;
    left: 46px;
    position: absolute;
    width: 46px;
    height: 46px;
    background: url(img/deco_small_triangle_orange.svg);
}

.phd-sec-02 .phd-bg-dotted-left::after {
    content: "";
    top: 0;
    right: 46px;
    position: absolute;
    width: 46px;
    height: 46px;
    background: url(img/deco_small_triangle_purp.svg);
}

.accordion-body {
    padding-left: 50px;
    padding-right: 50px;
    margin-bottom: 50px;
}

.accordion-button:not(.collapsed) {
    color: #194A94;
}

.accordion-button:not(.collapsed) {
    background: none;
    box-shadow: none;
}

.accordion-button:focus {
    box-shadow: none;
    border-color: rgba(0, 0, 0, .125);
}

.accordion-item:last-of-type {
    border-radius: 0;
}

.accordion-button:not(.collapsed)::after {

    background-image: none;
    background: #194A94;
    color: white;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    transform: none;
}

.accordion-button:not(.collapsed)::before {
    content: "-";
    font-size: 50px;
    color: #fff;
    position: absolute;
    right: 65.5px;
    top: 18px;
    font-weight: 500;
}

.accordion-item {
    border: 0;
    border-bottom: 1px solid #DADADA;
    margin-bottom: 50px;
}

.accordion-button {
    padding: 20px 50px;
}

.accordion-button::after {
    background-image: none;
    background: #194A94;
    color: white;
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

.accordion-button::before {
    content: "\2b";
    font-size: 38px;
    color: #fff;
    position: absolute;
    right: 63.5px;
    font-weight: 500;
}

.jdo-subtitle {
    color: #194A94;
    font-weight: 600;
    font-size: 35px;
    line-height: 50px;
    margin-bottom: 60px;
}

/* ///////////
FORM
//////// */

/* .jdo-form {
    max-width: 844px;
} */
.jdo-filter-menu [type=checkbox]:checked,
.jdo-filter-menu [type=checkbox]:not(:checked),
.jdo-filter-menu [type=radio]:checked,
.jdo-filter-menu [type=radio]:not(:checked),
.jdo-form [type=checkbox]:checked,
.jdo-form [type=checkbox]:not(:checked),
.jdo-form [type=radio]:checked,
.jdo-form [type=radio]:not(:checked) {
    position: absolute;
    left: -9999px;
}

.jdo-form ul.acf-checkbox-list li label,
.jdo-form ul.acf-radio-list li label {
    position: relative;
    padding-left: 25px !important;
    padding-top: 3px !important;
    cursor: pointer;
}

.jdo-form ul.acf-checkbox-list li label::before,
.jdo-form ul.acf-radio-list li label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 2px;
    width: 17px;
    height: 17px;
    background: #fff;
    border: 2px solid #ccc;
}

.jdo-filter-menu [type=radio]:checked+label:after,
.jdo-filter-menu [type=radio]:checked+label:before,
.jdo-filter-menu [type=radio]:not(:checked)+label:after,
.jdo-filter-menu [type=radio]:not(:checked)+label:before,
.jdo-form ul.acf-radio-list li label:after,
.jdo-form ul.acf-radio-list li label:before {
    border-radius: 50%;
}

.jdo-form ul.acf-checkbox-list li label::after,
.jdo-form ul.acf-radio-list li label:after {
    content: '';
    position: absolute;
    top: 5px;
    left: 3px;
    width: 11px;
    height: 11px;
    background: #8e3d80;
    transition: .2s;
    opacity: 0;
    transform: scale(0);
}

.jdo-filter-menu [type=checkbox]:checked+label:after,
.jdo-filter-menu [type=radio]:checked+label:after,
.jdo-form ul.acf-checkbox-list li .selected::after,
.jdo-form ul.acf-radio-list li .selected:after {
    opacity: 1;
    transform: scale(1);
}

.jdo-filter-menu [type=checkbox]:checked+label,
.jdo-filter-menu [type=checkbox]:not(:checked)+label,
.jdo-filter-menu [type=radio]:checked+label,
.jdo-filter-menu [type=radio]:not(:checked)+label {
    position: relative;
    padding-left: 25px;
    cursor: pointer;
}

.jdo-filter-menu form ul [type=checkbox]:checked+label,
.jdo-filter-menu form ul [type=checkbox]:not(:checked)+label,
.jdo-filter-menu form ul [type=radio]:checked+label,
.jdo-filter-menu form ul [type=radio]:not(:checked)+label {
    padding-left: 22px;
    width: 180px;
    display: block;
}

.jdo-filter-menu [type=checkbox]:checked+label:before,
.jdo-filter-menu [type=checkbox]:not(:checked)+label:before,
.jdo-filter-menu [type=radio]:checked+label:before,
.jdo-filter-menu [type=radio]:not(:checked)+label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 4px;
    width: 17px;
    height: 17px;
    border: 2px solid #535353;
}

.disabledCheckBox {
    color: #b1b1b1;
}

.jdo-filter-menu [type=checkbox]:checked+.disabledCheckBox:before,
.jdo-filter-menu [type=checkbox]:not(:checked)+.disabledCheckBox:before,
.jdo-filter-menu [type=radio]:checked+.disabledCheckBox:before,
.jdo-filter-menu [type=radio]:not(:checked)+.disabledCheckBox:before {
    border: 2px solid #b1b1b1;
}

.jdo-filter-menu form ul [type=checkbox]:checked+label:before,
.jdo-filter-menu form ul [type=checkbox]:not(:checked)+label:before,
.jdo-filter-menu form ul [type=radio]:checked+label:before,
.jdo-filter-menu form ul [type=radio]:not(:checked)+label:before {
    content: '';
    left: 0;
    top: 3px;
    bottom: 0;
}

.jdo-filter-menu [type=checkbox]:checked+label:after,
.jdo-filter-menu [type=checkbox]:not(:checked)+label:after,
.jdo-filter-menu [type=radio]:checked+label:after,
.jdo-filter-menu [type=radio]:not(:checked)+label:after {
    content: '';
    position: absolute;
    top: 7px;
    left: 3px;
    width: 11px;
    height: 11px;
    background: #535353;
    transition: .2s;
}

.jdo-filter-menu form ul [type=checkbox]:checked+label:after,
.jdo-filter-menu form ul [type=checkbox]:not(:checked)+label:after,
.jdo-filter-menu form ul [type=radio]:checked+label:after,
.jdo-filter-menu form ul [type=radio]:not(:checked)+label:after {
    content: '';
    left: 3px;
    top: 6px;
    bottom: 3px;
}

.jdo-filter-menu [type=checkbox]:not(:checked)+label:after,
.jdo-filter-menu [type=radio]:not(:checked)+label:after {
    opacity: 0;
    transform: scale(0);
}

.page-template-tpl-contact .acf-label {
    display: none;
}

input[type=submit i] {
    display: inline-block;
    border-radius: 4px;
    color: #fff;
    font-weight: 500;
    font-size: 18px;
    transition: .2s;
    padding: 15px 40px;
    border: 0;
    background-color: #194A94;
}

.acf-field input[type=email],
.acf-field input[type=number],
.acf-field input[type=password],
.acf-field input[type=search],
.acf-field input[type=text],
.acf-field input[type=url],
.acf-field select,
.acf-field textarea {
    padding: 25px 20px !important;
    color: #999
}

input::-webkit-input-placeholder {
    color: #999 !important;
}

input[type=submit i]:hover {
    background: rgb(48, 48, 48);
}

input,
select,
textarea {
    border: 1px solid #ccc;
}

.acf-fields {
    display: flex;
    flex-wrap: wrap;
}

.acf-field-checkbox {
    margin-bottom: 20px !important;
    width: 100% !important;
}

.acf-field {
    width: 50%;
}

.acf-field-textarea,
.acf-fields>.acf-field-694007187fd37,
.acf-field-post-object,
.snf li {
    width: 100%;
}

.acf-fields>.acf-field {
    border-top: inherit !important;
    padding: 15px 20px 15px 0 !important;
}

.acf-field .acf-label label {
    color: #494b52;
    font-weight: 500 !important;
}

.acf-field .acf-label {
    margin: 0 0 5px !important;
}

/* .navbar-nav li:not(:first-child)::after {
    content: "";
    position: absolute;
    left: -63px;
    top: 20px;
    height: 1px;
    width: 100%;
    max-width: 50px;
    border-bottom: 1px dashed white;
} */
.navbar-nav {
    display: flex;
    gap: 4vw;
    /* s’adapte à la largeur de l’écran */
}

.navbar-nav li {
    position: relative;
    /* min-width: 200px; */
}

.navbar-nav li:not(:first-child)::after {
    content: "";
    position: absolute;
    left: -3.2vw;
    top: 50%;
    /* transform: translateY(-50%); */
    width: 2.5vw;
    border-bottom: 1px dashed white;
}