/*
 Theme Name:   CAELI theme
 Author:       jérémy d'orazio
 Author URI:   adncom
 Description:  Thème pour le site CAELI
 Version:      1.0
 Text domain : caelitheme
*/

/* Style des menus header/footer > css/jdo-menu.css */

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&display=swap');

body {
    max-width: 1920px;
    margin: auto;
    font-family: "Montserrat", sans-serif;
    color: #272E38;
    overflow-x: hidden;
    font-size: 24px;
}

/* * {
    outline: 1px solid red;
} */
a {
    color: #002E45;
    font-size: 18px;
}

#nous-contacter {
    background-repeat: no-repeat;
    background-position: right bottom;
}

#nous-contacter::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url(img/masque01.svg);
    background-size: cover;
}

#nous-contacter .container {
    position: relative;
    z-index: 1;
}

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

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

.fz-12 {
    font-size: 12px;
}

.fz-18 {
    font-size: 18px;
}

.fz-20 {
    font-size: 20px;
}

.fz-24 {
    font-size: 24px;
}

.fz-28 {
    font-size: 28px;
}

.fz-30 {
    font-size: 30px;
}

.lh-50 {
    line-height: 50px;
}

.fz-48 {
    font-size: 48px;
}

.fz-72 {
    font-size: 72px;
}

.fw-700 {
    font-weight: 700;
}

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

.fw-400 {
    font-weight: 400;
}

.colororange {
    color: #FB8502;
}

.colordblue {
    color: #002E45;
}

.color-white {
    color: white;
}

.max-width-755 {
    max-width: 755px;
}

.mb-50 {
    margin-bottom: 50px;
}

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

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

.mb-130 {
    margin-bottom: 130px;
}

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

.splash-screen-bg {
    background-size: cover !important;
    background-position: 50% 100%;
    height: 1100px;
}

.btn-push {
    background: #FB8502;
    color: white;
    text-transform: uppercase;
    padding: 15px 70px;
    font-size: 20px;
    font-weight: 500;
    text-decoration: none;
    transition: 0.2s ease;
    display: inline-block;
}

.btn-push:hover {
    background: #313131;
}

.jdo-link {
    position: relative;
    padding: 10px 30px 10px 35px;
    display: inline-flex !important;

}

header .jdo-link {
    padding: 10px 0 10px 35px;
    text-decoration: none;
    color: #FB8502;
    font-weight: 700;
}

.jdo-link img {
    position: absolute;
    top: 10px;
    left: 0;
    transition: 0.2s ease-in-out;
}

.jdo-link:hover img {
    top: 15px;
}

.padding-top-8p {
    padding-top: 8%;
}

.group_01_content strong {
    color: #FB8502;
    text-transform: uppercase;
}

.group_01_content ul {
    padding-left: 0;
    margin-bottom: 50px;
}

.group_01_content ul li {
    list-style-type: none;
}

.group_01_content p {
    margin-bottom: 0;
}

.bg-orange {
    background-color: #FB8502;
    border-radius: 0 100px 0 0;
    width: 95%;
    position: relative;
}

.bg-orange::before {
    content: "";
    position: absolute;
    top: -26px;
    left: 0;
    height: 54px;
    width: 199px;
    background-color: #FFB704;
}

.border-top-orange {
    border-top: 5px solid #FB8502;
}

.bg-lightgrey {
    background-color: #e7e7e7;
}

.padding-top-100 {
    padding-top: 200px;
}

.padding-y-200 {
    padding-top: 200px;
    padding-bottom: 200px;
}

.padding-y {
    padding-top: 150px;
    padding-bottom: 150px;
}

.max-width-320 {
    max-width: 320px;
}

.separator {
    border-bottom: 1px solid #ccc;
    position: relative;
}

.separator::after {
    content: "";
    position: absolute;
    top: -2px;
    left: 0;
    height: 5px;
    width: 122px;
    background-color: #FB8502;
}

.btn-social-in {
    height: 74px;
    width: 74px;
    padding: 20px;
    background-color: #FB8502;
    border-radius: 50%;
}

blockquote {
    font-size: 30px;
    color: #FB8502;
    font-style: italic;
    font-weight: 500;
}

blockquote strong {
    display: inline-block;
    padding: 20px 0;
    font-size: 28px;
    font-style: normal;
}

.toto-item p {
    margin-bottom: 30px;
}

.toto-item h3,
.toto-item h4 {
    color: #FB8502;
    font-weight: 700;
    font-size: 24px;

}

.toto-item h3 {
    padding: 30px 0 20px 0;
}

.toto-item h4 {
    padding: 0 0 10px 0;
}

.toto-item ul {
    margin-bottom: 15px;
}

.toto-item ul li {
    list-style-type: none;
    position: relative;
    margin-bottom: 10px;
}

.toto-item img {
    margin-bottom: 40px;
}

.toto-item ul li::before {
    content: url(img/list_puce.svg);
    position: absolute;
    top: 0;
    left: -30px;

}

.toto-item .list_link li::before {
    content: url(img/picto_link.svg);
    position: absolute;
    top: 2px;
    left: -30px;
}

.toto-item a {
    font-size: 24px;
    font-weight: 600;
    color: #002E45;
}

.titi {
    display: flex;
    flex-direction: column;
    position: sticky;
    right: 0;
    top: 200px;
}

.post-titi {
    display: flex;
    align-items: center;
    min-height: 60px;
}

.titi a {
    cursor: pointer;
    font-size: 24px;
    color: #002E45;
    font-weight: 500;
    text-decoration: none;
    position: relative;
    display: inline-block;
}

.titi a:hover {
    color: #FB8502 !important;
}

.titi a.active {
    font-size: 35px;
    color: #FB8502;
    font-weight: 600;
}

.titi a.active::before {
    content: "";
    position: absolute;
    height: 1px;
    background: #FB8502;
    width: 50px;
    top: 25px;
    left: -70px;
}

.picto_time,
.picto_info {
    display: flex;
    align-items: center;
}

.picto_time:before,
.picto_info:before,
.picto_place:before,
.picto_link:before,
.picto_dl:before {
    position: relative;
    top: 3px;
    margin-right: 8px;
}

.picto_dl:before {
    top: 8px;
}

.menu-mobile-presta {
    display: none;
}

.picto_place:before {
    position: relative;
    top: 6px;
}

.picto_time:before {
    content: url(img/picto_time.svg);
}

.picto_info:before {
    content: url(img/picto_info.svg)
}

.picto_place:before {
    content: url(img/picto_place.svg)
}

.picto_dl:before {
    content: url(img/picto_download.svg)
}

.picto_dl a {
    font-size: 18px;
    font-weight: 500;
    display: inline-block;
    margin-bottom: 50px;
}

.smallerita {
    font-size: 20px;
    font-style: italic;
}

.footer-sub {
    font-size: 12px;
}

.modal {
    color: #002E45;
    font-size: 18px;
    font-weight: 400;
}

.modal h2 {
    font-size: 18px;
    font-weight: 800;
    padding-top: 40px;
}

.modal h3 {
    font-size: 18px;
    font-weight: 600;
    padding-top: 30px;
}

.modal strong {
    font-weight: 600;
}

.modal-body {
    padding-left: 10%;
    padding-right: 10%;
}

.modal-header {
    padding-left: 10%;
}

.modal a {
    text-decoration: underline;
    text-transform: initial;
    color: #002E45;
    font-size: 18px;
    font-weight: 400;
}

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

.photo-01 {
    position: absolute;
    left: -2%;
    bottom: 0;
    width: 40%;
}

.photo-02 {
    display: none;
}

@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 */
    }
}

.img-container {
    position: relative;
    overflow: hidden;
    display: inline-block;
}

.img-container::before {
    content: "";
    position: absolute;
    bottom: 48px;
    right: 0;
    height: 55px;
    width: 200px;
    background: #FFB704;
}

#nos-references::before {
    content: "";
    position: absolute;
    bottom: -28px;
    right: 0;
    height: 55px;
    z-index: 2;
    width: 200px;
    background: #FFB704;
}

#nous-contacter::before {
    content: "";
    position: absolute;
    bottom: -28px;
    left: 0;
    height: 55px;
    width: 200px;
    background: #FFB704;
}

.corner-orange {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
}

.footer-logo {
    margin-right: 100px;
    margin-bottom: 30px;
}

.footer-partner {
    margin-right: 3% !important;
    max-height: 60px;
    min-width: 0;
}

.d-flex .footer-partner:nth-of-type(2) {
    width: 192px;
    max-height: inherit;
    min-width: 0;
    height: auto;
    max-width: 100%;
    margin-right: 100px !important;
}

@media only screen and (max-width:1530px) {
    .container {
        padding: 0 40px;
    }

    .photo-01 {
        position: absolute;
        left: 0;
        bottom: 0;
        width: auto;
        height: 512px;
        z-index: -1;
    }
}

@media only screen and (max-width:1400px) {
    .fz-72 {
        font-size: 60px;
    }

    .fz-48 {
        font-size: 40px;
    }

}

@media only screen and (max-width:1199px) {

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

    #nos-prestations .titi {
        margin-bottom: 50px;
    }

    .photo-01 {
        display: none;
    }

    .photo-02 {
        display: block;
    }

    .jdo-reverse-row {
        flex-direction: column-reverse;
    }

    .wrap-responsive {
        flex-wrap: wrap;
    }

    .fz-72 {
        font-size: 45px;
    }

    .fz-48 {
        font-size: 30px;
    }

    .fz-24 {
        font-size: 20px;
    }

    .btn-push {
        padding: 15px 50px;
        font-size: 16px;
    }

    a {
        font-size: 16px;
    }

    .splash-screen-bg {
        height: 92vh;
        display: flex;
        min-height: 850px;
        align-items: center;
    }

    .padding-top-100 {
        padding-top: 100px;
    }

    body {
        font-size: 18px;
    }

    .container {
        padding: 0 20px;
    }

    .ps-5 {
        padding-left: 0 !important;
    }

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

    .fz-30 {
        font-size: 24px;
    }

    .fz-20 {
        font-size: 18px;
    }

    .fz-28 {
        font-size: 23px;
    }

    .bg-orange {
        border-radius: 0 55px 0 0;
        width: 100%;
    }

    blockquote {
        font-size: 22px;
    }

    blockquote strong {
        font-size: 22px;
    }

    .toto-item h3,
    .toto-item h4 {
        font-size: 19px;
    }

    .mb-130 {
        margin-bottom: 50px;
    }

    .acf-field {
        width: 100%;
    }

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

    .mb-responsive {
        margin-bottom: 30px !important;
    }

    .d-inline-flex {
        display: flex !important;
    }

    .picto-quote {
        max-width: 60px;
    }

    .padding-top-100 {
        padding-top: 60px;
    }

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

    .eh-picto {
        margin-bottom: 20px !important;
    }

    .eh-content {
        margin-bottom: 50px !important;
    }

    .footer-partner {
        margin-bottom: 20px !important;
    }

    #nos-prestations .titi {
        display: flex;
        flex-direction: column;
        position: inherit;
        margin-left: 50px;
        right: inherit;
        top: inherit;
    }

    #nos-prestations .titi a.active {
        font-size: 28px;
    }

    #nos-prestations .titi a {
        font-size: 20px;
    }

    #nos-prestations .post-titi {
        min-height: 45px;
    }

    .jdo-foot-footer-mobile {
        justify-content: center !important;
    }

    .footer-title.mb-4 {
        margin-bottom: 10px !important;
    }

    .menu-mobile-presta {
        display: flex;
        flex-direction: column;
        align-items: center;
        color: white;
        background: #FB8502;
        font-weight: 500;
        font-size: 19px;
        padding: 10px 30px;
        justify-content: center;
        text-decoration: none;
        margin-bottom: 50px;
        text-align: center;
    }

    .menu-mobile-presta img {
        filter: brightness(0) invert(1);
    }

    .footer-logo {
        max-width: 235px;
    }

    .footer-partner {
        max-width: 200px;
    }

    .footer-logo {
        margin-right: 0;
        margin-bottom: 30px;
    }

    .d-flex .footer-partner:nth-of-type(2) {

        margin-right: 0 !important;
    }

    .hggfhg {
        justify-content: center !important;
        padding-top: 50px;
    }

    .jdo-foot-footer-mobile .d-flex {
        flex-wrap: wrap;
    }

    .modal {

        font-size: 15px;

    }

    .modal-header,
    .modal-body {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
}