/*!
Theme Name: ladameduweb
Description: Child theme for divi theme
Template: Divi
Version: 1.0.0
*/

@import "css/elegant.css";

/* GENERAL */

body {
    font-weight: 400;
}

a[target="_blank"] {
    position: relative;
}

a[target="_blank"][rel]:after {
    font-family: 'ElegantIcons';
    content: "&";
    speak: none;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.et-social-icon a[target="_blank"][rel]:after {
    display: none;
}

.formulaire-recherche-etablissement-global h2,
.formulaire-recherche-formation-global h2 {
    font-weight: bold;
    font-size: 30px;
    line-height: 1.2;
    text-align: center;
}

/* HEADER */

#top-header #et-info {
    text-align: left;
    line-height: 1.2em;
}

#top-header .et-social-icons {
    justify-content: center;
}

@media only screen and (min-width: 768px) {
    #et-info {
        float: none !important;
        padding-bottom: 0;
        display: flex;
        align-items: center;
    }
}

#top-menu-nav #top-menu li a {
    font-weight: 900;
}

#top-header .container {
    padding-bottom: 0.5em;
    padding-top: 0.5em;
}

#top-header .et-social-icons, .et-social-icons {
    display: flex;
    visibility: hidden;
    margin-left: auto;
}

.et-social-icons .et-social-icon {
    margin: 0 5px 0 0 !important;
    padding-left: 0 !important;
    width: 25px;
    height: 25px;
    position: relative;
    display: block;
    background-position: center;
    background-size: cover;
    list-style: none;
}

.et-social-icons .et-social-icon:before {
    display: none;
}

@media only screen and (min-width: 768px) {
    .et-social-icons .et-social-icon {
        width: 30px;
        height: 30px;
    }
}

.et-social-icons .et-social-icon .icon {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 10000;
    left: 0;
}

.et-social-icons .et-social-icon .icon:before {
    display: none !important;
}

.et-social-icon.et-social-instagram {
    background-image: url(/wp-content/themes/ladameduweb/img/icon-instagram.png);
}

.et-social-icon.et-social-facebook {
    background-image: url(/wp-content/themes/ladameduweb/img/icon-facebook.png);
}

.et-social-icon.et-social-linkedin {
    background-image: url(/wp-content/themes/ladameduweb/img/icon-linkedin.png);
}

#et-info-email, #et-info-phone {
    background-image: url(/wp-content/themes/ladameduweb/img/icon-envelope.png);
    background-size: contain;
    background-position: left;
    background-repeat: no-repeat;
}

#et-info-phone {
    background-image: url(/wp-content/themes/ladameduweb/img/icon-phone.png);
}

#et-info-email:before, #et-info-phone:before {
    visibility: hidden;
    margin-right: 8px;
}

#top-header #et_search_icon:before,
#top-header .et-fixed-header #et_search_icon:before {
    background-image: url(/wp-content/themes/ladameduweb/img/icon-search.png);
    background-size: contain;
    color: transparent !important;
}

/* PAGE : HOME : HOME COUNTER */

.lddw-home-counter {
    display: flex;
}

.lddw-home-counter .et_pb_module {
    flex: 1 0;
}

.lddw-home-counter.up .et_pb_module {
    border-bottom: 1px solid #b9babb;
}

.lddw-home-counter.up .et_pb_module:first-child {
    border-right: 1px solid #b9babb;
    margin: 20px 0 0 20px !important;
}

.lddw-home-counter.up .et_pb_module:last-child {
    margin: 20px 20px 0 0;
}

.lddw-home-counter.down .et_pb_module:first-child {
    border-right: 1px solid #b9babb;
    margin: 0 0 20px 20px !important;
}

.lddw-home-counter.down .et_pb_module:last-child {
    margin: 0 20px 20px 0;
}

/* PAGE : HOME : HOME INLINE COUNTER */

.lddw-home-inline-counter {
    display: flex;
}

.lddw-home-inline-counter .percent,
.et_pb_number_counter.et_pb_with_title .percent {
    margin-bottom: 0 !important;
}

@media only screen and (min-width: 992px) {
    .lddw-right-border:after {
        position: absolute;
        content: "";
        top: 0;
        right: -20%;
        bottom: 0;
        width: 1px;
        background-color: #b9babb;
    }

    .lddw-right-border:last-child:after {
        display: none;
    }
}

/* PAGE : CAA : ENFANTS */

.two-columns .et_pb_text_inner {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.two-columns .et_pb_text_inner > p {
    flex: 1 0 300px;
    padding-right: 15px;
}

@media only screen and (min-width: 992px) {
    .two-columns .et_pb_text_inner {
        flex-direction: row;
        align-items: start;
    }
}

/* PAGE : HOME : NOS VALEURS */

.lddw-nos-valeurs {
    display: flex;
    background-color: rgba(0, 0, 0, 0.4);
    flex-wrap: wrap;
}

.lddw-nos-valeurs-item {
    flex: 2 0;
    display: flex;
    align-items: center;
    color: white;
    font-size: 30px;
    padding: 10px;
    border-right: 2px solid #b9babb;
    width: 100%;
    font-family: 'Roboto Slab',Georgia,"Times New Roman",serif;
}

.lddw-nos-valeurs-item.consideration {
    flex: 3 0;
}

.lddw-nos-valeurs-item:last-child {
    border-right: 2px solid transparent;
}

.lddw-nos-valeurs-item span {
    flex: 1 0;
    text-align: center;

}

.lddw-nos-valeurs-item img {
    max-width: 100px;
}

/*@media only screen and (min-width: 768px) {
    .lddw-nos-valeurs-item {
        width: 50%;
    }
}

@media only screen and (min-width: 992px) {
    .lddw-nos-valeurs-item {
        width: 25%;
    }
}*/

/* PAGE : HOME : REUSSIR */

.lddw-reussir {
    background-image: url(/wp-content/themes/ladameduweb/img/bg-reussir.jpg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    padding-top: 70%;
    position: relative;
}

.lddw-reussir-inner {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.lddw-reussir-inner-flex {
    display: flex;
    flex-wrap: wrap;
    margin-top: 18%;
}

.lddw-reussir-inner-flex > div {
    flex: 0 0 33%;
    position: relative;
}

.lddw-reussir-inner-flex h3 {
    text-align: center;
    font-size: 25px;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
    font-weight: bold;
    cursor: pointer;
    position: relative;
}

.lddw-reussir-inner-flex h3::after {
    content: "";
    position: absolute;
    bottom: -2rem;
    right: 50%;
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-top-color: inherit;
    margin-top: 3px;
    pointer-events: none;
}

.maitre h3 {
    color: #47507c;
    transform: translateX(-20px);
    font-weight: 900;
}

.cfacaa h3 {
    color: #1b9ac4;
    font-weight: 900;
}

.ensemble h3 {
    text-transform: none;
    color: black;
    font-size: 25px;
}

.ensemble h3::after {
    display: none;
}

.apprenti h3 {
    color: #DEDA0B;
    font-size: 30px;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
    position: relative;
}

.apprenti h3::after {
    bottom: auto;
    top: -2rem;
    transform: rotateZ(180deg);
    content: "";
    position: absolute;
    right: 50%;
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-top-color: inherit;
    margin-top: 3px;
    pointer-events: none;
}

.apprenti h3 span {
    position: absolute;
    left: 0;
    top: -25px;
    transform: translateX(-50%);
    margin-left: 50%;
}

.apprenti h3 br {
    display: none;
}

#lemaitre_content,
#lecfacaa_content {
    position: absolute;
    width: 120%;
    background-color: white;
    padding: 20px 20px 20px 30px;
    margin-top: 10px;
    box-shadow: rgba(71, 80, 124, 0.2) 0px 8px 24px;
    z-index: 200;
}

#lecfacaa_content {
    width: 140%;
}

/* PAGE : HOME : FILIERES */

.et_clickable > .et_pb_image + .et_pb_image {
    display: none;
}

.et_clickable:hover > .et_pb_image:first-child {
    display: none;
}

.et_clickable:hover > .et_pb_image + .et_pb_image {
    display: block;
}

#filiere-installation .et_pb_image {
    padding: 0 1rem;
}

/* PAGE : HOME : UNITES DE FORMATION */

.lddw-unite-formation .et_pb_image .et_pb_image_wrap {
    max-width: 300px;
}

/* PAGE : FORMATION */

.single-formation .et_pb_column_2_3 h3 {
    padding-bottom: 0;
    cursor: pointer;
    position: relative;
}

.single-formation .h3-formation .et_pb_text_inner {
    display: flex;
}

.single-formation .h3-formation.lieu-formation {
    padding-left: 0 !important;
    border: 0;
}

.single-formation .h3-formation.lieu-formation h3 {
    background-color: #1b9ac4;
    color: white;
    padding: 10px;
    border: 0;
}

.single-formation .et_pb_column_2_3 h3:after {
    content: "";
    position: absolute;
    top: 50%;
    right: -20px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-top-color: #666;
    margin-top: 3px;
    pointer-events: none;
}

/* PAGE : ENTREPRISE */

#menu-entreprise-menu,
#menu-apprenti-menu,
#menu-caa-menu {
    font-weight: bold;
}

#menu-entreprise-menu > li,
#menu-apprenti-menu > li,
#menu-caa-menu > li {
    flex: 0 0 100%;
}

#menu-entreprise-menu > .menu-item:before,
#menu-caa-menu > .menu-item:before,
#menu-apprenti-menu > .menu-item:before {
    font-family: 'ElegantIcons';
    content: "5";
    speak: none;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 25px;
}


#menu-entreprise-menu > .menu-item a,
#menu-caa-menu > .menu-item a,
#menu-apprenti-menu > .menu-item a {
    transition: .1s;
}

#menu-entreprise-menu > .menu-item a:hover,
#menu-apprenti-menu > .menu-item a:hover,
#menu-caa-menu > .menu-item a:hover,
#menu-entreprise-menu > .menu-item.current-menu-item > a,
#menu-caa-menu > .menu-item.current-menu-item > a,
#menu-apprenti-menu > .menu-item.current-menu-item > a {
    color: #1b9ac4;
}

/* PAGE : ENTREPRISE : ENFANTS */

.parent-pageid-45 .et_pb_module .et_pb_text_inner li,
.parent-pageid-38 .et_pb_module .et_pb_text_inner li,
.parent-pageid-42 .et_pb_module .et_pb_text_inner li {
    position: relative;
}

.parent-pageid-45 .et_pb_module .et_pb_text_inner ul,
.parent-pageid-38 .et_pb_module .et_pb_text_inner ul,
.parent-pageid-42 .et_pb_module .et_pb_text_inner ul {
    padding-left: 0
}

.parent-pageid-45 .et_pb_module .et_pb_text_inner ul.spacer li,
.parent-pageid-38 .et_pb_module .et_pb_text_inner ul.spacer li,
.parent-pageid-42 .et_pb_module .et_pb_text_inner ul.spacer li {
    margin-bottom: 20px;
}

.parent-pageid-45 .et_pb_module .et_pb_text_inner ul > li,
.parent-pageid-38 .et_pb_module .et_pb_text_inner ul > li,
.parent-pageid-42 .et_pb_module .et_pb_text_inner ul > li {
    list-style: none;
    padding-left: 10px;
    margin-bottom: 10px;
    position: relative;
}

.parent-pageid-45 .et_pb_module .et_pb_text_inner > ul > li:after,
.parent-pageid-38 .et_pb_module .et_pb_text_inner > ul > li:after,
.parent-pageid-42 .et_pb_module .et_pb_text_inner > ul > li:after {
    content: "";
    width: 3px;
    height: 18px;
    position: absolute;
    left: 0;
    top: 5px;
    background-color: #1b9ac4;
}

.parent-pageid-45 .et_pb_module .et_pb_text_inner > ul > li.no-style:after,
.parent-pageid-38 .et_pb_module .et_pb_text_inner > ul > li.no-style:after,
.parent-pageid-42 .et_pb_module .et_pb_text_inner > ul > li.no-style:after {
    background-color: transparent;
}

.parent-pageid-45 .et_pb_module .et_pb_text_inner ul ul > li,
.parent-pageid-38 .et_pb_module .et_pb_text_inner ul ul > li,
.parent-pageid-42 .et_pb_module .et_pb_text_inner ul ul > li {
    padding-left: 20px;
}

.parent-pageid-45 .et_pb_module .et_pb_text_inner ul ul > li:after,
.parent-pageid-38 .et_pb_module .et_pb_text_inner ul ul > li:after,
.parent-pageid-42 .et_pb_module .et_pb_text_inner ul ul > li:after {
    font-family: 'ElegantIcons';
    content: "5";
    speak: none;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 25px;
    color: #E01419;
    position: absolute;
    top: 0;
    left: -10px;
}

.parent-pageid-45 .et_pb_module .et_pb_text_inner h3,
.parent-pageid-38 .et_pb_module .et_pb_text_inner h3,
.parent-pageid-42 .et_pb_module .et_pb_text_inner h3 {
    padding-left: 20px;
    position: relative;
    cursor: pointer;
    color: #19245B;
}

.parent-pageid-45 .et_pb_module .et_pb_text_inner h3:after,
.parent-pageid-38 .et_pb_module .et_pb_text_inner h3:after,
.parent-pageid-42 .et_pb_module .et_pb_text_inner h3:after {
    font-family: 'ElegantIcons';
    content: "5";
    speak: none;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 25px;
    position: absolute;
    top: 0;
    left: -10px;
}

.blue-button {
    color: #FFFFFF!important;
    border-color: #1B9AC4 !important;
    background-color: #1B9AC4 !important;
    margin: 15px 0;
}

.blue-button:hover {
    color: #FFFFFF!important;
    border-color: #1B9AC4 !important;
    background-color: #1B9AC4 !important;
}

/* SHORTCODE : MAP */

.lddw-map-leaf-wrapper {
    position: relative;
}

.lddw-map-leaf {
    height: 100%;
    min-height: 400px;
    position: relative;
}


.lddw-map-leaf > div {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.leaflet-popup-content-wrapper {
    border-radius: 0 !important;
}

.leaflet-popup-content {
    text-align: center;
}

.leaflet-popup-content h5 {
    color: #1b9ac4;
    font-size: 20px;
}

.leaflet-popup-content p {
    margin-top: 0 !important;
    font-size: 14px;
}

/* SHORTCODE : ENCART % FORMATION */

.lddw-formation-encart {
    border: 1px solid #027BBE;
    border-radius: 10px;
    padding: 40px 10px;
}

.lddw-formation-encart h2 {
    text-align: center;
    transform: translateY(-50px);
    padding-bottom: 0;
    font-family: inherit;
    font-weight: 800;
}

.lddw-formation-encart h2 span {
    background: white;
    padding: 0 10px
}

.lddw-formation-encart-inner {
    display: flex;
    flex-wrap: wrap;
}

.lddw-formation-encart-inner > .lddw-formation-encart-item:last-child {
    background-image: url("/wp-content/uploads/2024/09/logo.5a56413f-min.png");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    display: block;
}

.lddw-formation-encart-item {
    display: flex;
    flex: 1 0 100%;
    align-items: center;
    width: 100%;
    position: relative;
}

.lddw-formation-encart-inner .lddw-formation-encart-item
{
    margin-bottom: 4rem;
}

.lddw-formation-encart-inner .lddw-formation-encart-item:last-child
{
    margin-bottom: 0;
}

.lddw-formation-encart-item > div {
    flex: 1 0;
    align-items: center;
    width: 49%;
}

.lddw-formation-encart-taux {
    text-align: center;
    font-weight: 900;
    color: #027BBE;
    font-size: 32px;
    font-family: 'Roboto Slab',Georgia,"Times New Roman",serif;
    padding: 10px;
    position: relative;
}

.lddw-formation-encart-label {
    font-weight: 700;
    line-height: 1.2;
}

.lddw-formation-encart-circle-part {
    position: absolute;
    width: 50%;
    padding-top: 50%;
    background-image: url("/wp-content/uploads/2024/09/three-four-min-2.png");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
}

@media only screen and (min-width: 767px) {
    .lddw-formation-encart-item {
        flex: 1 0 33%;
        width: 33%;
    }

    .lddw-formation-encart-inner .lddw-formation-encart-item:last-child,
    .lddw-formation-encart-inner .lddw-formation-encart-item:nth-child(4),
    .lddw-formation-encart-inner .lddw-formation-encart-item:nth-child(5)
    {
        margin-bottom: 0;
    }

    .lddw-formation-encart-circle-part {
        width: 80%;
        padding-top: 80%;
    }
}

/* SHORTCODE : SEARCH FORMATION */

#lddw-search-formations-form .et_pb_contact_field.lieu-formation {
    min-width: 200px;
}

.lddw-search-formations .lddw-search-formations-form {
    display: flex;
    margin: 0 1rem 2rem 1rem;
    padding-top: 2rem;
}

.lddw-search-formations.vertical-layout .lddw-search-formations-form {
    flex-direction: column;
}

.lddw-search-formations-form > .et_pb_contact_field {
    flex: 1 0;
    margin: 0;
    padding: 0 !important;
}

.lddw-search-formations-form .et_pb_contact_select {
    color: black;
    background-color: transparent;
    font-size: 20px;
    font-family: "Roboto Slab", Georgia, "Times New Roman", serif;
    padding: 8px 10px 8px 6px;
    cursor: pointer;
}

.lddw-search-formations-form .et_pb_contact_field + .et_pb_contact_field {
    margin-left: 10px;
}

.lddw-search-formations.vertical-layout .lddw-search-formations-form .et_pb_contact_field + .et_pb_contact_field {
    margin-left: 0;
    margin-top: 10px;
}

.lddw-formation-result {
    display: flex;
    flex: 0 0 50%;
    margin-bottom: 2rem;
    padding: 0 5px;
}

.et_pb_contact_select {
    box-sizing: border-box;
    width: 100%;
    border: 0;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    border-radius: 0;
}

.et_pb_contact_field[data-type="select"] {
    position: relative;
}

.et_pb_contact_field[data-type="select"]::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 10px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-top-color: #666;
    margin-top: 3px;
    pointer-events: none;
}

.et_pb_contact_form_label {
    display: none;
}

@media only screen and (max-width: 768px) {
    .lddw-formation-result {
        display: flex;
        flex: 0 0 100%;
    }
}

.lddw-formation-result span {
    display: block;
}

.lddw-formation-result a {
    display: flex;
    flex-direction: column;
    width: 100%;
    border: 1px solid #d4d4d4;
}

.formation-result-filiere span + span {
    margin-left: 10px
}

.lddw-formation-result .formation-result-image {
    padding-top: 45%;
    display: block;
    background-size: cover;
    background-position: center;
}

.lddw-formation-result .formation-result-filiere {
    background-color: #1b9ac4;
    color: white;
    text-transform: uppercase;
    font-weight: bold;
    display: flex;
    align-items: center;
    padding: 10px;
}

.lddw-formation-result .formation-result-filiere img {
    width: 45px;
}

.lddw-formation-result .formation-result-title {
    color: #56514e;
    margin: .5rem 0 2rem 0;
    font-weight: bold;
    flex-grow: 1;
    padding: 0 10px;
}

.search-formations-button {
    cursor: pointer;
}

#formations-results {
    display: flex;
    flex-wrap: wrap;
}

.lddw-search-formations-results > ul {
    padding: 0 0 0 10px !important;
}

.lddw-search-formations-results li {
    list-style: none;
    margin-top: 5px;
}

.lddw-hidden {
    display: none;
}

.fake-button {
    display: none !important;
}

/* SHORTCODE : BREADCRUMB */

.lddw-breadcrumb > ul li {
    float: left;
    list-style: none;
}

.lddw-breadcrumb .breadcrumb-separator {
    margin: 0 5px;
}

/* SHORTCODE : SEARCH UNIT */

#lddw-search-etablissements-results [data-icon] {
    color: white;
}

#lddw-search-etablissements-results a {
    color: whitesmoke;
}

/*.lddw-search-etablissement .lddw-search-formations-form .et_pb_contact_select {
    color: white;
}*/

.lddw-search-etablissement .lddw-search-formations-form .et_pb_contact_field[data-type=select]:after {
    border-top-color: white;
}

/* SHORTCODE : DISPLAY FILIERES */

.lddw-display-filiere {
    display: flex;
    margin-bottom: 2rem;
    padding: 20px;
    border: 1px solid #888580;
}

.lddw-display-filiere .filiere-image {
    width: 40%;
    background-size: cover;
    background-position: center;
}

@media only screen and (max-width: 768px) {
    .lddw-display-filiere {
        flex-direction: column;
        align-items: center;
    }

    .lddw-display-filiere .filiere-image {
        width: 100%;
        padding-top: 45%;
    }

    .lddw-display-filiere .filiere-text {
        margin-bottom: 2rem !important;
    }
}

.lddw-display-filiere h3 {
    color: #1b9ac4;
    font-weight: bold;
}

.lddw-display-filiere .filiere-text {
    margin: 0 1rem;
    flex: 1 1;
    color: #888580;
}

.lddw-display-filiere .et_pb_button {
    background-color: #1b9ac4 !important;
    border-color: #1b9ac4 !important;
    color: white !important;
}

body .lddw-display-filiere .et_pb_bg_layout_light.et_pb_button:hover {
    color: white !important;
}

.lddw-display-filiere p {
    margin-bottom: 1rem;
    line-height: 1.3;
}

.lddw-display-filiere .filiere-icon img {
    width: 50px;
}

/* SHORTCODE :  DISPLAY FORMATION ETABLISSEMENT */

.lddw-display-formation-etablissement {
    padding: 0 !important;
}

.lddw-display-formation-etablissement li {
    list-style: none;
    padding-left: 10px;
}

.lddw-display-formation-etablissement li + li {
    padding-top: 5px;
    margin-top: 5px;
    border-top: 1px solid lightgray;
}


/* FOOTER */

#footer-info {
    float: none !important;
    text-align: center;
    font-size: 14px !important;
}

#footer-widgets {
    padding-top: 2%;
}

#footer-widgets h4 {
    margin-top: 25px;
}

#footer-widgets .footer-widget:first-child .widget_media_image {
    max-width: 300px;
}

@media only screen and (min-width: 996px) {
    #footer-widgets .footer-widget:last-child {
        text-align: right;
    }

    #footer-widgets .footer-widget:last-child .et_pb_widget {
        float: none;
    }

    #footer-widgets .footer-widget:nth-child(2) {
        display: flex;
        justify-content: center;
    }
}

#menu-footer-menu li {
    list-style: none;
    padding-left: 0 !important;
}

#menu-footer-menu li:before {
    display: none;
}

/* UTILS */

.lddw-flex {
    display: flex;
}

.lddw-flex br {
    display: none;
}

.lddw-flex > a:after {
    display: none;
}

.lddw-p1 {
    padding: 1em;
}

.lddw-no-cursor {
    cursor: default;
}