/*
 Theme Name:     Prototyper
 Theme URI:      https://prototyper.fr
 Description:    prtototyper Child Theme
 Author:         protoTyper
 Author URI:     https://prototyper.fr
 Template:       Divi
 Version:        1.0.0
*/

:root {
    --shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

*::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

*::-webkit-scrollbar-track {
    background-color: transparent;
}

*::-webkit-scrollbar-thumb {
    background-color: #16adcb;
    border-radius: 6px;
}

html {
    scrollbar-width: thin;
    scroll-behavior: auto;
}

* {
    -webkit-tap-highlight-color: #16adcb;
}

.show-sm {
    display: none;
}

.wizzyou-outils-grid {
    display: grid;
    height: 384px;
    grid-template-columns: repeat(7, 1fr);
    grid-template-rows: repeat(2, 1fr);
    gap: 8px;
}

.wizzyou-outil-title {
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
}

.wizzyou-outil {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    border-radius: 20px;
    box-shadow: var(--shadow);
    cursor: pointer;
}

.wizzyou-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: all 0.5s ease;
    background-color: #2e41ed;
    color: white;
    border-radius: 20px;
    box-shadow: var(--shadow);
    text-align: center;
    cursor: pointer;
    padding: 20px 5px;
}

.wizzyou-overlay img {
    width: auto !important;
    height: 50px !important;
}

.wizzyou-overlay p {
    font-size: 12px;
}

.wizzyou-overlay h6 {
    color: white;
}

.wizzyou-outil:hover .wizzyou-overlay {
    opacity: 1;
}

.wizzyou-active-outil {
    background-color: #16adcb;
    transition: all 1s ease;
}

.wizzyou-active-outil h6 {
    color: white;
}

.wizzyou-tags-row {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    padding: 0;
    margin: 0;
    list-style-type: none !important;
    text-align: center;
}

.wizzyou-tags-row li a {
    color: #777070;
    font-size: 20px;
}

.wizzyou-tags-row li a.active {
    color: #16adcb;
}

.wizzyou-more-icon {
    margin-top: 15px;
    cursor: pointer;
}

.wizzyou-more-icon:hover path {
    stroke: #16adcb;
    width: 50px;
}

svg.wizzyou-more-icon:hover {
    width: 50px;
}

.wizzyou-welcome-form {
    font-family: 'Raleway';
    font-weight: bold;
    padding: 30px;
    border-radius: 20px;
    box-shadow: var(--shadow);
    width: auto;
}

.borderless {
    border: 0 !important;
    color: #16adcb;
    font-weight: bold;
}

.borderless option {
    padding: 104px;
}

.first,
div[data-role] div {
    padding: 8px 0;
}

.wizzyou-message {
    justify-content: space-around;
    align-items: center;
    flex-direction: column;
}

span.brand {
    color: #16adcb;
    font-weight: bold;
}

.wizzyou-contact-btn {
    border-radius: 20px;
    color: #ffffff;
    width: 201px;
    padding: 10px;
    font-weight: 600;
    background-color: #16adcb;
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
    text-align: center;
    transition: all 1s ease;
}

.wizzyou-contact-btn:hover {
    background: #2e41ed;
    text-decoration: none;
}

.wizzyou-message-container,
.wizzyou-contact-btn {
    margin-top: 20px;
}

.wizzyou-video-btn {
    text-align: center;
}

.wizzyou-video-btn-btn {
    color: black;
}

.wizzyou-contact {
    position: fixed;
    bottom: 15px;
    right: 15px;
}

.wizzyou-contact-float-btn {
    border-radius: 20px;
    color: #ffffff;
    width: 201px;
    padding: 10px;
    font-weight: 600;
    background-color: #16adcb;
    text-decoration: none;
    display: flex;
    cursor: pointer;
    text-align: center;
    transition: all 1s ease;
}

.wizzyou-contact-float-btn:hover {
    background: #2e41ed;
    text-decoration: none;
}

ul li.nav-active a {
    color: #ffffff !important;
}

.et_pb_button:hover {
    background-color: #2e41ed !important;
    color: white !important;
}

.more-link {
    margin-top: 13px;
    display: inline-block;
}

.more-link svg:hover path {
    stroke: #16adcb;
}

.title-replace {
    color: #16adcb !important;
}

.title-replace span {
    font-size: 28px;
}

.votre-status {
    color: #16adcb;
}

.home-form-phone {
    display: grid;
    gap: 11px;
    place-items: center;
}

.home-form-btn {
    width: 220px;
    text-align: center;
    border: 1px solid #16adcb;
    padding: 12px 0;
    border-radius: 50px;
}

.back-home,
.you-are {
    margin-bottom: 26px;
    text-align: center;
    color: black;
}

#message {
    text-align: center;
}

#message p {
    font-size: 16px;
}

.et_pb_menu_0_tb_header.et_pb_menu ul li.current-menu-item a {
    color: inherit !important;
}

/** 
style mobile
*/

@media all and (max-width: 980px) {
    .wizzyou-outils-grid {
        display: grid;
        height: 1200px;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(7, 1fr);
        gap: 8px;
    }

    .show-sm {
        display: block;
    }

    .sm-d-none {
        display: none;
    }

    #select-cata {
        border: none;
        text-align: center;
        margin: 0 auto;
        margin-bottom: 40px;
        font-size: 22px;
        width: 40%;
        color: #16adcb;
    }

    div.wizzyou-job {
        display: flex;
        justify-content: space-around;
        align-items: center;
        flex-direction: column;
    }

    div.wizzyou-job span::nth-child(1) {
        display: block;
        margin-bottom: 9px;
    }

    div.wizzyou-job h3 {
        display: inline-block;
        margin-bottom: 9px;
    }

    div.wizzyou-job img {
        width: 100%;
    }

    div.wizzyou-job .job-submit-btn {
        margin-top: 12px;
    }
}



/* Enable class below once you're done editing the menu */
.et_pb_menu_0_tb_header .mobile_nav .mobile_menu_bar:before {
    color: #fff !important;
}

.dropdown-menu-row {
    display: none;
}

.et_pb_section_0_tb_header {
    box-shadow: none;
}

.sticky {
    position: fixed;
    top: 0;
    box-shadow: 0px 0px 30px 0px rgba(103, 151, 255, 0.17);
    width: 100%;
}

.et_pb_menu__menu [class*="dropdown-menu-container"] {
    position: absolute;
    top: 75px;
    left: -195px;
    background-color: white;
    width: 464px;
    -webkit-box-shadow: 1px 2px 44px 0px rgba(84, 81, 179, 0.36);
    -moz-box-shadow: 1px 2px 44px 0px rgba(84, 81, 179, 0.36);
    box-shadow: 1px 2px 44px 0px rgba(84, 81, 179, 0.36);
    border-radius: 20px;
    padding-top: 20px;
    padding-bottom: 5px;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: 300ms all cubic-bezier(.4, 0, .2, 1);
    -moz-transition: 300ms all cubic-bezier(.4, 0, .2, 1);
    -o-transition: 300ms all cubic-bezier(.4, 0, .2, 1);
    -ms-transition: 300ms all cubic-bezier(.4, 0, .2, 1);
    transition: 300ms all cubic-bezier(.4, 0, .2, 1);
}

.et_pb_menu__menu ul>li:hover [class*="dropdown-menu-container"] {
    visibility: visible;
    opacity: 1;
}

.et_pb_menu__menu [class*="dropdown-menu-container"]:before {
    position: absolute;
    left: 195px;
    top: -20px;
    width: 0;
    height: 0;
    content: '';
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-bottom: 20px solid white;
}

.et_mobile_menu [class*="dropdown-menu-container"] {
    background-color: white;
    padding-top: 25px;
    padding-bottom: 5px;
}

.et_mobile_menu li>a {
    background-color: transparent;
    position: relative;
}

.et_mobile_menu .first-level>a:after {
    font-family: 'ETmodules';
    content: 'c';
    color: #16ADCB;
    font-weight: normal;
    position: absolute;
    font-size: 16px;
    top: 13px;
    right: 10px;
}

.et_mobile_menu .first-level>.icon-switch:after {
    content: '';
    color: #c9c9c9;
}

.et_mobile_menu [class*="dropdown-menu-container"] {
    display: none;
}

.et_mobile_menu [class*="dropdown-menu-container"].reveal-items {
    display: block;
}

.et_mobile_menu {
    width: 130%;
    margin-left: -15% !important;
    min-height: 100vh;
}