/*
Theme Name: Divi - child
Text Domain: divi-child
Template: Divi
*/

.linecolor:after {
    content: "";
    width: 30%;
    display: block;
    background-image: linear-gradient(90deg, rgb(105, 194, 255) 0%, rgb(255, 109, 186) 100%);
    height: 3px;
    background-size: 500%;
    z-index: 1;
    animation: color 5s linear infinite;
    -webkit-animation: color 5s linear infinite;
}

.linecolor2:after {
    content: "";
    width: 50%;
    display: block;
    background-image: linear-gradient(90deg, rgb(105, 194, 255) 0%, rgb(255, 109, 186) 100%);
    height: 3px;
    background-size: 500%;
    z-index: 1;
    animation: color 5s linear infinite;
    -webkit-animation: color 5s linear infinite;
    margin: 0 auto;
}

.background-gradient {
    display: block;
    background-image: linear-gradient(90deg, rgb(105, 194, 255) 0%, rgb(255, 109, 186) 100%);
    /* background-size: 500%;
    animation: color 10s linear infinite;
    -webkit-animation: color 10s linear infinite; */
}

.linecolor3:after {
    content: "";
    width: 100%;
    display: block;
    background-image: linear-gradient(90deg, rgb(105, 194, 255) 0%, rgb(255, 109, 186) 100%);
    /* background-image: linear-gradient(var(--angle), rgb(105, 194, 255), rgb(255, 109, 186)) 1;; */
    height: 3px;
    background-size: 500%;
    z-index: 1;
    animation: color 5s linear infinite;
    -webkit-animation: color 5s linear infinite;
    margin: 0 !important;
}

.linecolor4:after {
    content: "";
    width: 100%;
    display: block;
    background-image: linear-gradient(90deg, rgb(105, 194, 255) 0%, rgb(255, 109, 186) 100%);
    height: 2px;
    background-size: 500%;
    z-index: 1;
    animation: color 5s linear infinite;
    -webkit-animation: color 5s linear infinite;
    margin: 0 !important;
}

@keyframes color {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

/* .border-gradient:after {
    content: "";
    position: absolute;
    top: calc(-1 * var(--borderWidth));
    left: calc(-1 * var(--borderWidth));
    height: calc(100% + var(--borderWidth) * 2);
    width: calc(100% + var(--borderWidth) * 2);
    background: linear-gradient(60deg, #f79533, #f37055, #ef4e7b, #a166ab, #5073b8, #1098ad, #07b39b, #6fba82);
    border-radius: calc(2 * var(--borderWidth));
    z-index: -1;
    animation: animatedgradient 3s ease alternate infinite;
    background-size: 300% 300%;
} */

/* .all-border-gradient {
    border: 3px solid;
    border-image: linear-gradient(var(--angle), rgb(105, 194, 255), rgb(255, 109, 186)) 1;
    animation: 5s rotate linear infinite;
    
  } */

.border-gradient {
    border-top: 3px solid;
    border-image: linear-gradient(var(--angle), rgb(105, 194, 255), rgb(255, 109, 186)) 1;
    animation: 5s rotate linear infinite;
}

@keyframes rotate {
    to {
        --angle: 360deg;
    }
}
@property --angle {
    syntax: "<angle>";
    initial-value: 0deg;
    inherits: false;
}

@keyframes animatedgradient {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

/**pack internet
**/

.et_pb_pricing_content_top {
    padding-top: 17px;
    padding-bottom: 30px;
    position: relative;
    border-bottom: 1px #bebebe;
    border-style: solid;
    display: none;
}

.et_pb_pricing_heading {
    background-color: #bebebe;
    padding: 30px 0;
    position: relative;
}

/**zoom img hover
**/

.zoom-image {
    overflow: hidden;
    image-rendering: pixelated;
}

.zoom-image img {
    transition: 0.5s;
}

.zoom-image img:hover {
    transform: scale(1.1);
}

/**zoom img hover
**/

.zoom-image2 {
    overflow: hidden;
    image-rendering: pixelated;
}

.zoom-image2 img {
    transition: 0.5s;
}

.zoom-image2 img:hover {
    transform: scale(1.05);
}

.gs_logo_area .swiper-button-next,
.gs_logo_area .swiper-button-prev {
    width: 34px;
    height: 34px;
    background-color: rgb(49 50 53 / 0%) !important;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    outline: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    opacity: 0.6;
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.et_pb_filterable_portfolio .et_pb_portfolio_filters li a {
    color: #666;
    padding: 10px 20px;
    border: 1px solid #000000;
    display: block;
    height: auto;
    overflow: hidden;
    margin: -1px -1px 0 0;
    background-color: #000;
}

.et_pb_filterable_portfolio .et_pb_portfolio_filters li a.active {
    color: #82c0c7;
    background-color: #000000;
}

.fbc-page .fbc-wrap .fbc-items li:first-child {
    padding-left: 0 !important;
}
.fbc-page .fbc-wrap .fbc-items {
    padding: 0 !important;
}
.fbc-page .fbc-wrap .fbc-items {
    font-family: "Montserrat" !important;
}
/* THREE COLUMN PORTFOLIO GRID LAYOUT - CLASS = three-column-grid*/

@media only screen and (min-width: 768px) {
    .three-column-grid .et_pb_grid_item {
        width: 29% !important;
        margin: 0 5% 4% 0 !important;
    }

    .three-column-grid .et_pb_grid_item:nth-child(3n) {
        margin-right: 0 !important;
    }

    .three-column-grid .et_pb_grid_item:nth-child(4n + 1) {
        clear: unset !important;
    }
}

/* box portfolio */
.scale-portfolio {
    background-size: 100%;
    transition: all 0.5s ease-in-out !important;
}
.scale-portfolio:hover {
    background-size: 110% !important;
}

#section_portfolio .et_pb_blurb_content {
    display: flex !important;
    align-items: flex-end !important;
    padding: 30px !important;
}

#section_portfolio .et_pb_blurb,
#section_portfolio .et_pb_blurb_content {
    min-height: unset !important;
    max-height: unset !important;
    min-width: unset !important;
    max-width: unset !important;
    height: 450px !important;
    width: 450px !important;
}

@media screen and (max-width: 1800px) {
    #section_portfolio .et_pb_blurb,
    #section_portfolio .et_pb_blurb_content {
        height: 400px !important;
        width: 400px !important;
    }
}
@media screen and (max-width: 1500px) {
    #section_portfolio .et_pb_blurb,
    #section_portfolio .et_pb_blurb_content {
        height: 350px !important;
        width: 350px !important;
    }
}
@media screen and (max-width: 1350px) {
    #section_portfolio .et_pb_blurb,
    #section_portfolio .et_pb_blurb_content {
        height: 300px !important;
        width: 300px !important;
    }
}
@media screen and (max-width: 1150px) {
    #section_portfolio .et_pb_blurb,
    #section_portfolio .et_pb_blurb_content {
        height: 270px !important;
        width: 270px !important;
    }
}
@media screen and (max-width: 1050px) {
    #section_portfolio .et_pb_blurb,
    #section_portfolio .et_pb_blurb_content {
        height: 220px !important;
        width: 220px !important;
    }
}
@media screen and (max-width: 980px) {
    #section_portfolio .et_pb_blurb,
    #section_portfolio .et_pb_blurb_content {
        margin: auto !important;
        height: 500px !important;
        width: 500px !important;
    }
}
@media screen and (max-width: 780px) {
    #section_portfolio .et_pb_blurb,
    #section_portfolio .et_pb_blurb_content {
        margin: auto !important;
        height: 420px !important;
        width: 420px !important;
    }
}
@media screen and (max-width: 550px) {
    #section_portfolio .et_pb_blurb,
    #section_portfolio .et_pb_blurb_content {
        margin: auto !important;
        height: 360px !important;
        width: 360px !important;
    }
    /* div.wpforms-container-full .wpforms-form .wpforms-list-inline ul{
        display: flex;
        flex-wrap: wrap;
    }
    div.wpforms-container-full .wpforms-form .wpforms-list-inline ul li{
        width: calc(50% - 5px) !important;
    } */
    div.wpforms-container-full .wpforms-form .wpforms-list-inline ul {
        display: grid;
        grid-template-columns: 46% 46%;
    }
}
@media screen and (max-width: 480px) {
    #section_portfolio .et_pb_blurb,
    #section_portfolio .et_pb_blurb_content {
        margin: auto !important;
        height: 300px !important;
        width: 300px !important;
    }
    div.wpforms-container-full,
    div.wpforms-container-full .wpforms-form * {
        font-size: 12px;
    }
    div.wpforms-container-full .wpforms-form ul.wpforms-image-choices-modern label:not(.wpforms-error) {
        padding: 5px;
    }
}

.section_grain {
    animation: grain 0.1s;
    animation-iteration-count: infinite;
    background-repeat: repeat;
}

@keyframes grain {
    0% {
        background-position: 0 0;
    }
    20% {
        background-position: 60px 0;
    }
    40% {
        background-position: 0 0;
    }
    60% {
        background-position: 60px 0;
    }
    80% {
        background-position: 0 0;
    }
    100% {
        background-position: 60px 0;
    }
}

.linecolor3:after {
    transition: all 0.5s ease-in-out;
    width: 100%;
}
/* .et_pb_section:hover .linecolor3:after {
    width: 100%;
} */

@media screen and (max-width: 980px) {
    header .et_pb_image_wrap {
        transform: translateY(15px);
    }
}

/* projets  */
.et_pb_portofolio_pagination {
    border-top: unset !important;
}

.et_pb_portfolio_filters .active,
.et_pb_portfolio_filters a:hover {
    color: white !important;
}
.et_pb_filterable_portfolio .et_pb_portfolio_filters li a:hover {
    background-color: unset !important;
}

.pointers_none {
    pointer-events: none !important;
}

/* strong{
    font-weight: unset !important;
} */

.et_pb_text_2_tb_header ul li {
    margin: 15px 0 5px 5px !important;
}

.et_pb_text_2_tb_header.et_pb_text a {
    font-size: 1.5vw !important;
}

.et_pb_text_2_tb_header ul li {
    letter-spacing: 0px !important;
}

.section_force_bg_black {
    background: black !important;
    background-color: black !important;
}

/* BOUTONS SERVICES ACCUEIL  */

@media screen and (min-width: 981px) {
    /* txt */
    .row-services .services-plus {
        transition: all 0.5s !important;
        transform: translateY(25px);
    }
    /* btn  */
    .row-services .infos-plus {
        display: none;
        transition: all 0.5s !important;
    }

    /* col  */
    .row-services .et_pb_column {
        height: 185px !important;
        max-height: 185px !important;
    }
    .row-services .infos-plus {
        animation: animBtnToTop 0.5s;
        font-size: 16px;
    }
    .row-services .infos-plus i {
        font-size: 14px;
    }
    .row-services .et_pb_column:hover .infos-plus {
        display: block !important;
    }
    .row-services .et_pb_column:hover .services-plus {
        transform: translateY(5px);
    }
}
@media screen and (max-width: 980px) {
    /* col  */
    .row-services .et_pb_column {
        padding-top: 20px;
    }

    /*texte deroulant menu*/
    .et_pb_text_2_tb_header.et_pb_text a {
        font-size: 1vw !important;
    }
}

@keyframes animBtnToTop {
    from {
        opacity: 0;
        transform: translateY(50px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media screen and (min-width: 981px) and (max-width: 1700px) {
    #main-content .et_pb_row {
        width: 70% !important;
    }
}

/* fond article jobs */
.et_pb_blog_grid .et_pb_post {
    background-color: #000 !important;
}

/*formulaire de contact*/

.wpforms-form input[type="submit"],
.wpforms-form button[type="submit"] {
    margin-top: 30px !important;
    background-color: transparent !important;
    font-family: "Montserrat";
    position: relative;
    line-height: 27px !important;
    padding: 15px 40px !important;
    text-transform: uppercase !important;
    display: inline-block;
    border: 1px solid #fff !important;
    font-size: 16px !important;
    font-weight: 800 !important;
    cursor: pointer;
    text-align: right !important;
    letter-spacing: 1px;
    color: #fff !important;
}

.wpforms-form input[type="submit"]:hover,
.wpforms-form button[type="submit"]:hover {
    background-color: #fff !important;
    color: #000 !important;
}

.wpforms-form label {
    font-family: "Montserrat";
    font-weight: 800 !important;
    text-transform: uppercase !important;
    color: #fff;
    font-size: 16px !important;
}

.wpforms-form .wpforms-field-label-inline {
    font-size: 16px !important;
    font-weight: 800 !important;
    font-family: "Montserrat" !important;
    color: #ddd !important;
    text-transform: none !important;
}

.wpforms-form input,
.wpforms-form textarea {
    border: none !important;
    border-bottom: 1px solid #fff !important;
    background-color: transparent !important;
    color: #fff;
}

.wpforms-form input[type="file"] {
    border: none !important;
}

div.wpforms-container-full .wpforms-form ul.wpforms-image-choices-modern img {
    max-width: 40px;
}

div.wpforms-container-full .wpforms-form ul.wpforms-image-choices-modern label:not(.wpforms-error) {
    background-color: #000 !important;
    border: none !important;
}

div.wpforms-container-full .wpforms-form input[type="date"],
div.wpforms-container-full .wpforms-form input[type="datetime"],
div.wpforms-container-full .wpforms-form input[type="datetime-local"],
div.wpforms-container-full .wpforms-form input[type="email"],
div.wpforms-container-full .wpforms-form input[type="month"],
div.wpforms-container-full .wpforms-form input[type="number"],
div.wpforms-container-full .wpforms-form input[type="password"],
div.wpforms-container-full .wpforms-form input[type="range"],
div.wpforms-container-full .wpforms-form input[type="search"],
div.wpforms-container-full .wpforms-form input[type="tel"],
div.wpforms-container-full .wpforms-form input[type="text"],
div.wpforms-container-full .wpforms-form input[type="time"],
div.wpforms-container-full .wpforms-form input[type="url"],
div.wpforms-container-full .wpforms-form input[type="week"],
div.wpforms-container-full .wpforms-form select,
div.wpforms-container-full .wpforms-form textarea {
    color: #f1f1f1 !important;
}

#cmplz-cookies-overview .cmplz-dropdown .cookies-per-purpose div,
#cmplz-document .cmplz-dropdown .cookies-per-purpose div {
    color: #777 !important;
}

#cmplz-cookies-overview .cmplz-dropdown h4,
#cmplz-document .cmplz-dropdown h4 {
    color: #999 !important;
}

/*OSMOZ ICONS STICKY FOOTER*/

.osmoz_icons img:hover {
    transform: scale(0.93) !important;
}

.icons_activated a {
    filter: brightness(1) !important;
}

.icons_activated a:hover {
    filter: brightness(0.6) !important;
}

.icons_sticky a {
    filter: brightness(0.6);
}

.icons_sticky a:hover {
    filter: brightness(2) !important;
}

/*OSMOZ ICONS STICKY FOOTER >>>>END*/

.osmoz_title_section span {
    padding-right: 4% !important;
    background: hsla(339, 100%, 55%, 1);
    background: linear-gradient(180deg, hsla(339, 100%, 55%, 1) 0%, hsla(197, 100%, 64%, 1) 100%);
    background: -moz-linear-gradient(180deg, hsla(339, 100%, 55%, 1) 0%, hsla(197, 100%, 64%, 1) 100%);
    background: -webkit-linear-gradient(180deg, hsla(339, 100%, 55%, 1) 0%, hsla(197, 100%, 64%, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="#FF1B6B", endColorstr="#45CAFF", GradientType=1 );
}

.osmoz_title_section_black span {
    padding-right: 4% !important;
    background-color: #000 !important;
}

.text-gradient {
    background: -webkit-linear-gradient(60deg, rgb(105, 194, 255) 0%, rgb(255, 109, 186));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.nav li ul {
    border-top: 2px solid transparent;
    border-image: linear-gradient(90deg, rgb(105, 194, 255) 0%, rgb(255, 109, 186) 100%);
    border-image-slice: 1;
}

/* .et_pb_menu_0_tb_header.et_pb_menu {
    width:150px !important;
    padding: 10px 0px !important;
} */

.faded_img {
    filter: brightness(0.5) !important;
}

/* .osmoz_title_section_test span > span {
    transform: translateY(100%);
    display: inline-block;
} */

.osmoz_title_section_test span {
    animation: spanFadeIn 800ms ease;
    overflow: hidden;
    max-height: 60px !important;
    display: inline-block;
}

/* .osmoz_title_section_test span {
    animation-delay: 400ms;
    display: inline-block;
    max-height:60px !important;

} */
/***/
/* .osmoz_title_section_test span:first-child {
    overflow: hidden;
    display: inline-block;
    animation: spanFadeIn 1200ms ease;
    max-height:60px !important;

}

*/

/* .osmoz_title_section_test span:last-child {
    animation-delay: 1000ms;
    display: block;
    max-height:60px !important;



}  */

@media only screen and (min-width: 768px) {
    .title_h2_after_line::after {
        position: absolute;
        content: "";
        height: 3px;
        width: 100vw;
        max-width: 1400px;
        background-image: linear-gradient(90deg, rgb(105, 194, 255) 0%, rgb(255, 109, 186) 100%);
        background-size: 1000%;
        animation: color 5s linear infinite;
        -webkit-animation: color 5s linear infinite;
        top: calc(50% - 7px);
        transform: translateX(15px);
    }
}

.osmoz_title_first,
.osmoz_title_second,
.osmoz_title_third {
    overflow: hidden;
    /* padding:0; */
    /* height:74px !important;    */
}

.osmoz_title_first span {
    animation: spanFadeIn 500ms ease-out forwards;
    max-height: 85px !important;
    display: inline-block;
    opacity: 0;
    padding: 0px !important;
    /* background-color: #000; */
}

.osmoz_title_second span {
    animation: spanFadeIn 500ms ease-out forwards;
    animation-delay: 300ms;
    max-height: 85px !important;
    padding: 0px !important;

    display: inline-block;
    opacity: 0;
    /* background-color: #000; */
}

.osmoz_title_third span {
    animation: spanFadeIn 500ms ease-out forwards;
    animation-delay: 600ms;
    max-height: 85px !important;
    display: inline-block;
    opacity: 0;
    padding: 0px !important;
    /* background-color: #000; */
}
.job_section .et_overlay.et_pb_inline_icon:before,
.job_section .et_pb_inline_icon:before {
    content: url(/wp-content/uploads/2022/10/icon-o-osmoz-1.png) !important;
    transform: translate(-50%, -50%) rotate(90deg);
    transition: all 0.5s;
}
.job_section article:hover .et_overlay.et_pb_inline_icon:before,
.job_section article:hover .et_pb_inline_icon:before {
    transform: translate(-50%, -50%) rotate(0);
}
@media screen and (max-width: 980px) {
    .sub_menu_ul {
        padding-top: 5px !important;
        padding-bottom: 5px !important;
    }
    .lien_menu_mobile_module {
        margin-bottom: 5px !important;
    }
    .reverse_on_mobile {
        display: flex;
        flex-direction: column-reverse;
    }
}

@keyframes spanFadeIn {
    0% {
        opacity: 0;
        transform: translateY(100%);
    }

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

.preloader-plus .preloader-custom-img {
    animation: preloader-none 500ms linear infinite !important;
}
.footer-text {
    font-family: "Montserrat";
    display: inline-block;
    margin: 0 auto;
    font-weight: 900;
    text-transform: uppercase;
    text-align: left;
    font-size: 3vw;
    /* line-height: 120%;
    padding: 300px 0; */

    animation: color 5s linear infinite;
    -webkit-animation: color 5s linear infinite;

    /* animation: background 4s linear infinite;   */
    /* background: linear-gradient(90deg, rgb(221, 41, 197) 0%,rgb(255, 7, 234) 10%,rgb(242, 105, 255) 20%,rgba(74,165,168,1) 30%,rgb(78, 214, 255) 40%,rgb(56, 182, 255) 50%,rgb(65, 147, 255) 60%,rgba(82,175,183,1) 70%,rgb(140, 76, 170) 80%,rgb(249, 86, 255) 90%,rgb(248, 30, 255) 100%); */
    /* background-size: 1000% 100%; */
    background-size: 500%;
    background-image: linear-gradient(90deg, rgb(105, 194, 255) 0%, rgb(255, 109, 186) 100%);

    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    /*     
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); */
}

@keyframes background {
    0% {
        background-position: 0% 50%;
    }
    100% {
        background-position: 100% 50%;
    }
}
