/* General */

.asFullWidth {
    width: 100%;
}

.asFullWidthImg img {
    width: 100% !important;
    height: auto !important;
}

.asCoverImg img {
    width: 100% !important;
    height: auto !important;
    object-fit: cover;
}

.asBgCoverImg {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 18% 0;
}

.asBorderFx {
    box-shadow:  inset 0 0 0 1px #01a7ee, inset 0 0 0 500px #0000;
    transition: all 500ms;
}
.asBorderFx:hover {
    box-shadow: inset 0 0 0 10px #01a7ee,inset 0 0 0 500px #0009;
}

.asTexteCover {
    padding: 50px
}

/* Grid */

.basic-grid {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
}

/* Flex */

.asflex {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.asflex>div {
    flex: 1;
}

.asflex-center {
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.asflex-vertical-center {
    align-items: center;
}

.asflex-horizontal-center {
    justify-content: center;
}

/* Checkbox */

.animated-inputs label {
    display: inline-block;
    position: relative;
    font-size: 14px;
    line-height: 18px;
    padding: 0 0 0 33px;
    vertical-align: top;
    color: rgba(0, 0, 0, 0.8);
    cursor: pointer;
    transition: color 0.3s ease;
}

.animated-inputs input[type="checkbox"],
.animated-inputs input[type="radio"],
.animated-inputs label::before {
    width: 20px;
    height: 20px;
    top: 50%;
    left: 0;
    margin-top: -10px;
    position: absolute;
    cursor: pointer;
    box-sizing: border-box;
}

.animated-inputs input[type="checkbox"],
.animated-inputs input[type="radio"] {
    opacity: 0;
    appearance: none;
    display: inline-block;
    vertical-align: middle;
    z-index: 100;
}

.animated-inputs label::before {
    content: '';
    border: 1px solid #0009;
    transition: opacity 0.3s ease;
}

.radio label::before {
    border-radius: 50%;
}

.animated-inputs input[type="checkbox"]:checked+label,
.animated-inputs input[type="radio"]:checked+label {
    color: #000;
}

.animated-inputs input[type="checkbox"]:checked+label::before,
.animated-inputs input[type="radio"]:checked+label::before {
    border: 1px solid #000;
}

.animated-inputs svg {
    position: absolute;
    width: 30px;
    height: 30px;
    top: 50%;
    margin-top: -20px;
    left: 0px;
    pointer-events: none;
}

.animated-inputs svg path {
    stroke: #00cb18;
    stroke-width: 10px;
    stroke-linecap: round;
    stroke-linejoin: round;
    fill: none;
    transition: 0.8s stroke-dasharray ease, 0.8s stroke-dashoffset ease, 0.8s stroke ease;
}

.radio input[type="radio"]+label svg path {
    stroke-dasharray: 490px 600px;
    stroke-dashoffset: 491px;
    transition: 0.8s stroke-dasharray ease, 0.8s stroke-dashoffset ease, 0.8s stroke ease;
}

.radio input[type="radio"]:checked+label svg path {
    stroke-dashoffset: 0px;
}

.checkbox input[type="checkbox"]+label svg path {
    stroke-dasharray: 100px 200px;
    stroke-dashoffset: 101px;
    transition: 0.2s stroke-dasharray ease, 0.2s stroke-dashoffset ease, 0.2s stroke ease;
}

.checkbox input[type="checkbox"]:checked+label svg path {
    stroke-dashoffset: 0px;
}

/* Tippy */

a.tippy-popover {
    color: #474747;
    /*   font-size: 14px;
    text-transform: uppercase; */
    text-decoration: none;
    border-bottom: 1px dashed #0005;
    transition: all 300ms;
}

a.tippy-popover:hover {
    color: #b48400;
    border-bottom: 1px dashed #b48400;
}

a.tippy-popover::after {
    content: "\f059";
    font-family: "Font Awesome 5 Free";
    font-size: 14px;
    color: #0005;
    padding-left: 3px;
    font-weight: 400;
}

a.tippy-popover:hover::after {
    color: #0004;
    font-weight: 700;

}

.tippy-box[data-theme~="nbconseil"] {
    font-family: "Arimo", sans-serif;
    font-size: 14px;
    line-height: 18px;
    color: #666666;
    background-color: #fff;
    box-shadow: 0 0 20px 4px rgba(154, 161, 177, 0.15),
        0 4px 80px -8px rgba(36, 40, 47, 0.25),
        0 4px 4px -2px rgba(91, 94, 105, 0.15);
}

.tippy-box[data-theme~="nbconseil"] p {
    font-family: "Arimo", sans-serif;
    font-size: 14px;
    line-height: 18px;
    color: #666666;
}

.tippy-box[data-theme~="nbconseil"][data-placement^="top"]>.tippy-arrow:before {
    border-top-color: #fff;
}

.tippy-box[data-theme~="nbconseil"][data-placement^="bottom"]>.tippy-arrow:before {
    border-bottom-color: #fff;
}

.tippy-box[data-theme~="nbconseil"][data-placement^="left"]>.tippy-arrow:before {
    border-left-color: #fff;
}

.tippy-box[data-theme~="nbconseil"][data-placement^="right"]>.tippy-arrow:before {
    border-right-color: #fff;
}

.tippy-box[data-theme~="nbconseil"]>.tippy-backdrop {
    background-color: #fff;
}

.tippy-box[data-theme~="nbconseil"]>.tippy-svg-arrow {
    fill: #fff;
}

/* GLightbox */

.gslide-inline .ginlined-content {
    padding: 0;
}

@media (min-width: 769px) {
    .goverlay {
        background: rgba(0, 0, 0, .8);
    }
}

/* Izimodal */

@-webkit-keyframes wobble {
    from {
        -webkit-transform: none;
        transform: none;
    }

    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
        transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    }

    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
        transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    }

    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
        transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    }

    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
        transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    }

    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
        transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    }

    to {
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes wobble {
    from {
        -webkit-transform: none;
        transform: none;
    }

    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
        transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    }

    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
        transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    }

    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
        transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    }

    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
        transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    }

    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
        transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    }

    to {
        -webkit-transform: none;
        transform: none;
    }
}

.wobble {
    -webkit-animation-name: wobble;
    animation-name: wobble;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes shake {
    from, to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    10%, 30%, 50%, 70%, 90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0);
    }

    20%, 40%, 60%, 80% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0);
    }
}

@keyframes shake {
    from, to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    10%, 30%, 50%, 70%, 90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0);
    }

    20%, 40%, 60%, 80% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0);
    }
}

.shake {
    -webkit-animation-name: shake;
    animation-name: shake;
    -webkit-animation-duration: .6s;
    animation-duration: .6s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}