@import url('https://fonts.googleapis.com/css2?family=Kalam&family=Poppins:wght@200;300;400;500;600;700&display=swap');
@import url('./theme.php');

:root
{
    --radius: 5px;
    --color-defaut: #606060;
}

html
{
    height: 100%;
}

*
{
    box-sizing: border-box;
    outline: none;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

BODY
{
    margin: 0;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    color: var(--color-defaut);

    background-color: #EEF7FF;
}

h1,
h2,
h3
{
    margin: 0;
    padding: 15px 0;
    font-size: 33px;

    font-family: "Kalam", cursive;
    font-weight: 400;
    font-style: normal;

    color: #000000;
}
h2
{
    font-size: 30px;
}

h2::before
{
    content: url("../img/triangle.svg");
    margin-right: 5px;
}
h3
{
    font-size: 20px;
}
.highlight
{
    background-color: #3CA7DB;
    margin: 90px 0;
    padding-bottom: 20px;
}
.highlight h2
{
    color: #FFF;
    text-align: center;
}
.highlight h2::before
{
    filter: brightness(1.12);
}

.tetiere
{
    position: relative;
    top: 40px;
    padding: 40px;
    border-radius: 10px;
    height: 100%;
    text-decoration: none;
    background: center/cover no-repeat;
    margin-bottom: 70px;
}

.tetiere .tetiere-titre,
.tetiere-contenu
{
    margin: 0 0 20px 0;
    font-weight: 500;
    color: white;
    text-align: start;
}

.tetiere-contenu
{
    margin: 0;
}

table
{
    border-spacing: 0;
}

table td
{
    margin: 0;
    padding: 0;
}

hr
{
    display: block;
    width: 100px;
    margin: 0 auto;
    padding: 0 0 20px;
    max-width: 100%;
    border: 0;
    border-top: 2px solid var(--color-main);
}

hr.small
{
    border-top-width: 1px;
}

a img
{
    border: 0;
    vertical-align: middle;
}

a
{
    color: color: var(--color-main);
    font-weight: 400;
}

a:active,
a:focus
{
    color: color: var(--color-main);
}

.center
{
    justify-content: center;
    text-align: center;
}

.block
{
    display: block;
}

.left
{
    text-align: left;
}

.right
{
    text-align: right;
}

.small
{
    font-size: 11px;
}

.middle
{
    display: flex !important;
    align-items: center !important;
}

.pull-right
{
    float: right;
}

.middle.center
{
    justify-content: center;
}

.disable
{
    color: #BDBDBD;
}

.lead
{
    font-weight: 700;
    font-size: 16px;
}

li.middle
{
    display: inline-flex !important;
    vertical-align: middle;
}

.ok
{
    color: #1ABA16;
}

.nok
{
    color: #BA1616;
}

.clear
{
    clear: both;
}

.absolute
{
    position: absolute !important;
    top: 0;
    height: 100%;
}

.absolute.right
{
    right: 0;
    width: 50%;
}

.absolute.left
{
    left: 0;
    width: 50%;
}

.highlight_bloc
{
    padding: 30px !important;
    color: #FFF;
}

.highlight_bloc h2
{
    margin: 0 0 15px;
    padding: 25px 0 10px;
    color: #FFF;
}

.highlight_bloc hr
{
    border-color: #FFF;
}

.circle
{
    display: inline-block;
    width: 27px;
    height: 27px;
    margin: 10px;
    border-radius: 100%;
    text-align: center;
    font-size: 17px;
    line-height: 27px;
    vertical-align: middle;
    color: #f3f2f2;
    background-color: #FFF;
}

.container
{
    display: block;
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
    max-width: 1200px;
}

.liste
{
    width: 90%;
    margin: 0 auto;
    padding: 0;
    list-style: none;
}

.liste > li
{
    display: table;
    width: 100%;
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #FFF;
}

.liste > li > span
{
    display: table-cell;
    padding: 10px 5px;
    text-align: left;
}

.liste > li > span:first-child+span
{
    text-align: right;
}

.center
{
    text-align: center;
}

.row
{
    margin: 0 -10px;
    padding: 0;
    font-size: 0;
    list-style: none;
}

.row.no-auto-width
{
    display: inline-block;
}

.row > *
{
    display: inline-block;
    margin: 0;
    padding: 0 10px;
    font-size: 14px;
    vertical-align: top;
}

.row > .col-1
{
    width: 8.333333%;
}

.row > .col-2
{
    width: 16.666667%;
}

.row > .col-3
{
    width: 25%;
}

.row > .col-4
{
    width: 33.33%;
}

.row > .col-5
{
    width: 41.666667%;
}

.row > .col-6
{
    width: 50%;
}

.row > .col-7
{
    width: 58.333333%;
}

.row > .col-8
{
    width: 66.66%;
}

.row > .col-9
{
    width: 75%;
}

.row > .col-10
{
    width: 83.333333%;
}

.row > .col-11
{
    width: 91.666667%;
}

.row > .col-12
{
    width: 100%;
}
.accordeon > div:not(:last-child)
{
    border-bottom: 1px solid #EDEDED;    
}
.accordeon > div > div:first-child
{
    display: flex;
    align-items: center;
}
.accordeon > div > div:first-child > div:first-child
{
    flex: 1;
    padding: 15px 0;
}
.accordeon > div > div:first-child > div:first-child > *
{
    margin: 0;
    font-family: "Poppins", sans-serif;
    font-size: 18px;
}
.accordeon > div > div:first-child > div:first-child > *::before
{
    content: initial;
}
.accordeon > div > div:first-child + div
{
    display: none;
    padding: 0 0 10px;
}
.accordeon > div > div:first-child > div.handle > i
{
    padding: 5px 7px;
    border-radius: 5px;
}
.accordeon > div.select > div:first-child + div
{
    display: block;
}

form
{
    display: inline;
}

.pagination
{
    text-align: center;
}
.pagination > form > input
{
    width: 40px!important;
    border: 0;
    text-align: center;
    margin: 2px 2px;
}
.pagination > form > input:focus
{
    border: 0;
    font-weight: 700;
}
.pagination a
{
    padding: 5px 16px 7px;
    text-decoration: none;
}
.pagination a.active
{    
    color: var(--color-main);
}
.pagination a.disabled
{
    color: #CCC;
}
.pagination a:hover:not(.disabled)
{
    color: var(--color-main);
}

.btnUrgent,
.btnUrgent:active,
.btnUrgent:focus
{
    display: inline-block;
    margin: 10px;
    padding: 15px 30px;
    border: 0;
    border-radius: 5px;
    text-decoration: none;
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    line-height: 25px;
    background-color: #F42424;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    cursor: pointer;
}

.bouton,
.bouton:active,
.bouton:focus,
.button,
.button:active,
.button:focus,
.ui-button:not(.ui-dialog-titlebar-close),
.ui-button:not(.ui-dialog-titlebar-close):active,
.ui-button:not(.ui-dialog-titlebar-close):focus
{
    display: inline-block;
    margin: 2px!important;
    padding: 8px 15px;
    border: 0;
    border-radius: 100vh;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    background-color: var(--color-main);
    transition: color .15s ease-in-out, background-color .15s ease-in-out;
    cursor: pointer;
}
.bouton.highlight,
.button.highlight
{
    color: #000000;
    background-color: var(--color-secondary);
}
.bouton.other
{
    background-color: var(--color-other);
}
.bouton:hover,
.button:hover,
.ui-bouton:not(.ui-dialog-titlebar-close):hover,
.ui-button:not(.ui-dialog-titlebar-close):hover
{
    color: #FFFFFF;
    background-color: #535353;
}
.bouton > i,
.button > i
{
    margin-right: 5px;
    vertical-align: middle;
}
.button.small > i,
.bouton.small > i
{
    margin-right: 0;
}

.bouton.disabled,
.button.disabled
{
    pointer-events: none;
    background-color: #f1f1f1;
    color: #BFBFBF;
}


input[type='text'],
input[type='number'],
input[type='password'],
select,
textarea
{
    margin: 2px 0;
    padding: 8px;
    border: 1px solid #CCC;
    outline: none;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;

    border-radius: var(--radius);

    max-width: 100%;
}

select
{
    padding: 7px 8px 8px;
}

textarea
{
    padding: 6px;
}

input[type='text']:focus,
input[type='number']:focus,
input[type='password']:focus,
textarea:focus
{
    border: 1px solid var(--color-main);
    outline: none;
}

fieldset
{
    margin: 0;
    padding: 0;
    border: 0;
}

fieldset > legend
{
    text-align: center;
    font-size: 16px;
    font-weight: bold;
}

fieldset > ul,
fieldset > .contenu > ul
{
    margin: 0;
    padding: 0;
    font-size: 0;
    list-style: none;
}

fieldset > ul > li,
fieldset > .contenu > ul > li
{
    display: inline-block;
    width: 50%;
    margin: 0;
    padding: 0;
    font-size: 14px;
    vertical-align: middle;
}

fieldset > ul > li .row
{
    margin: 0;
}

fieldset > ul > li .row > *
{
    padding: 0;
}

fieldset > ul > li .input,
fieldset > .contenu > ul > li .input
{
    display: block;
    width: 100%;
    padding: 5px;
    text-align: left;
    font-size: 0;
}

fieldset > ul > li .input > label,
fieldset > .contenu > ul > li .input > label
{
    display: block;
    font-weight: 400;
    font-size: 16px;
    padding: 3px 0;
}

fieldset > ul > li .input > div > *,
fieldset > .contenu > ul > li .input > div > *
{
    font-size: 14px;
}

fieldset > ul > li .input > div > input,
fieldset > ul > li .input > div > select,
fieldset > ul > li .input > div > textarea,
fieldset > .contenu > ul > li .input > div > input,
fieldset > .contenu > ul > li .input > div > select,
fieldset > .contenu > ul > li .input > div > textarea
{
    display: inline-block;
    width: 100%;
    font-size: 14px;
}

fieldset > ul > li.double,
fieldset > .contenu > ul > li.double
{
    width: 100%;
}

.products-container {
    text-align: -webkit-center;
    margin: 20px 0;
}

.products-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 10px;
}

.product-block {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    text-align: center;
    transition: all 0.3s;
    height: 300px;
    text-decoration: none;
    overflow: hidden;
}

.products-list .product-block {
    width: 350px;
}

.product-block .product-image {
    width: 100%;
    max-width: unset;
    height: 75%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-block .product-image img {
    min-width: 100%;
    object-fit: cover;
    transition: all ease 0.2s;
}

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

.product-block .price {
    font-size: 18px;
    margin-top: 10px;
}

.old-price {
    text-decoration: line-through;
    color: #888;
    margin-right: 5px;
    font-size: 12px;
}

.promo-price {
    color: #e60000;
    font-weight: bold;
}

.product-page {
    display: flex;
    margin-bottom: 30px;
    justify-content: space-between;
}

.product-page .price {
    font-size: 40px;
    margin: 10px 0 0 0;
}

.product-page .caracteristics {
    box-shadow: 0 2px 5px 1px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    font-size: 18px;
    display: flex;
    flex-direction: column;
    height: fit-content;
    padding: 20px 0;
}

.product-page .caracteristics > div {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 20px;
    justify-content: center;
}

.product-page .caracteristics p {
    margin: 5px 0;
}

.product-description {
    font-size: 16px;
    margin-top: 20px;
}

.filter-selector {
    text-align: center;
    font-size: 14px;
    font-weight: bold;
}

.product-page form button[type='submit'] {
    padding: 10px 30px!important;
}

.caracteristics .btn-plus,
.caracteristics .btn-minus {
    width: 35px;
    height: 35px;
    padding: 0;
}

.caracteristics .quantity-input {
    width: 55px;
}

.badge
{
    margin: 1px;
    display: inline-block;
    padding: 3px 10px;
    border-radius: 26px;
    background-color: #727272;
    color: #FFF;
    font-size: 12px;
}
.badge.validation
{
    background-color: #37bc9b;
}
.badge.information
{
    background-color: #5D9CEC;
}
.badge.erreur
{
    background-color: #F05050;
}
.badge.alert
{
    background-color: #e1a119;
}
.badge.autre
{
    background-color: var(--color-main);
}
.badge.small
{
    padding: 0px 5px;
    font-size: 11px;
}

.success-message
{
    text-align: center;
    position: fixed;
    top: 0;
    right: 0;
    margin: 10px;
    background-color: #4CAF50;
    color: white;
    padding: 15px 20px;
    border-radius: 5px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    font-size: 16px;
    z-index: 1000;
    opacity: 0;
    transform: translateY(-20px);
    transition: opacity 0.5s ease, transform 0.5s ease;
    max-width: calc(100% - 20px);
}
.success-message.show
{
    opacity: 1;
    transform: translateY(0);
}

.product-image
{
    width: fit-content;
    max-width: 50%;
}
.product-image-main .slick-slide a
{
    position: relative;
    display: block;
    padding-top: 80%;
    width: 100%;
    max-width: 100%;
    cursor: zoom-in;
}
.product-image-main .slick-slide img
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%!important;
    height: 100%!important;
    object-fit: scale-down;
    vertical-align: middle;
    margin: 0 auto;
    max-width: initial;
    max-height: initial;
}
.product-image-thumb .slick-slide:not(.slick-current)
{
    opacity: .5;
}
.product-image-thumb .slick-slide img
{
    width: 100px!important;
    max-width: 100%;
    height: 100px!important;
    object-fit: scale-down;
    vertical-align: middle;
    margin: 0 auto;
}

.notification
{
    margin: 10px;
    padding: 10px 20px;
    border-radius: 3px;
    text-align: left;
    color: #FFF;
}

.notification.small
{
    margin: 0;
}

.notification:before
{
    display: inline-block;
    margin: 0 10px 0 0;
    font-family: "Font Awesome 5 Pro";
    font-size: 18px;
    vertical-align: middle;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.notification > span
{
    display: inline-block;
    width: calc(100% - 40px);
    vertical-align: middle;
}

.notification.closable:after
{
    content: "\f00d";
    position: absolute;
    top: 50%;
    right: 0;
    margin: 0 10px 0 0;
    font-family: "Font Awesome 5 Pro";
    font-size: 18px;
    vertical-align: middle;
    transform: translateY(-50%);
    cursor: pointer;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.notification.absolute
{
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
}

.notification.validation,
.button.validation
{
    background-color: #37bc9b;
}

.notification.validation:before
{
    content: "\f00c";
}

.notification.information,
.button.information
{
    background-color: #5D9CEC;
}

.notification.information:before
{
    content: "\f05a";
}

.notification.erreur,
.button.erreur
{
    background-color: #F05050;
}

.notification.erreur:before
{
    content: "\f06a";
}

.notification.alert,
.button.alert
{
    background-color: #f0bd50;
}

.notification.alert:before
{
    content: "\f071";
}

.notification.disable,
.button.disable
{
    background-color: #A2A2A2;
}

iframe div
{
    padding: 206px !important;
}

#site
{
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0 auto;
}

.card
{
    display: block;
    border-radius: var(--radius);
    background-color: rgba(255, 255, 255, 0.85);
    box-shadow: 0 6px 30px rgba(0, 0, 0, 0.08);
    backdrop-filter: blur(7.5px);
    padding: 8px;
    text-decoration: none;
}
a.card:hover
{
    text-decoration: underline;
}

#header_top
{
    text-align: right;
    position: absolute;
    right: 0;
    top: -20px;
    z-index: 2;
}

#header_top > .container > span
{
    display: inline-block;
    padding: 5px;
}

#header
{
    z-index: 55;
    position: fixed;
    padding-top: 40px;
    top: 0;
    right: 0;
    left: 0;
    text-align: right;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}
#header > div
{
    position: relative;
}
#header > div > div:first-child + div
{
    display: flex;
    height: 80px;
    justify-content: space-between;
    align-items: center;
    margin: 0 10px;
}

#logo
{
    display: inline-flex;
    z-index: 2;
    height: 80%;
}
#logo > img
{
    height: 100%;
    transition: width ease-in-out 0.15s;
    object-fit: scale-down;
    object-position: left;
}

.burger
{
    display: none;
}
#menu
{
    padding: 0;
}
#menu > ul
{
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none;
}

#menu > ul > li
{
    position: relative;
}
#menu > ul > li > a
{
    display: block;
    position: relative;
    padding: 10px 8px;
    overflow: hidden;
    text-decoration: none;
    font-size: 15px;
}
#menu > ul > li > a.button
{
    padding: 5px 15px;
}
#menu > ul > li.sous-menu > a
{
    padding: 10px 30px 10px 10px;
}
#menu > ul > li > a > .fa-angle-down
{
    position: absolute;
    top: calc(50% - 2px);
    right: 4px;
    font-size: 17px;
    transition: top 0.3s;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
#menu > ul > li:hover > a > .fa-angle-down.down1
{
    top: 120%;
}
#menu > ul > li > a > .fa-angle-down.down2
{
    top: -20%;
}
#menu > ul > li:hover > a > .fa-angle-down.down2
{
    top: calc(50% - 2px);
}

#menu > ul > li:hover > a:not(.button),
#menu > ul > li.select > a:not(.button)
{
    color: #000000;
}

#menu > ul > li > ul
{
    z-index: 3;
    position: absolute;
    top: 100%;
    padding: 0 5px;
    max-height: 0;
    min-width: 100%;
    overflow: hidden;
    text-align: left;
    list-style: none;
    background-color: #FFF;
    box-shadow: 0 6px 30px rgba(0,0,0,0.08);
    transition: max-height ease-in-out 0.4s;
    border-radius: var(--radius);
}

#menu > ul > li > ul > li
{
    padding: 5px 0;
}
#menu > ul > li > ul > li:first-child
{
    padding-top: 15px;
}
#menu > ul > li > ul > li:last-child
{
    padding-bottom: 15px;
}
#menu > ul > li.lang > ul > li
{
    padding: 0;
}
#menu > ul > li.lang > ul > li:first-child
{
    padding-top: 0;
}
#menu > ul > li.lang > ul > li:last-child
{
    padding-bottom: 0;
}


#menu > ul > li:hover ul
{
    max-height: 500px;
}

#menu > ul > li > ul > li
{
    white-space: nowrap;
}

#menu > ul > li > ul > li > a
{
    display: block;
    padding: 5px;
    text-decoration: none;
    font-size: 15px;
    white-space: nowrap;
    color: var(--color-defaut);
}

#menu > ul > li > ul > li > a:hover,
#menu > ul > li > ul > li > a.select
{
    color: #000000;
}

#menu .lang > a > span
{
    display: none;
}
#menu .lang a img
{
    margin-right: 5px;
}

.mouse
{
    max-width: $mouse-width;
    width: 100%;
    height: 38px;
}

.scroll_slide
{
    animation-name: scroll_slide;
    animation-duration: 1.5s;
    animation-timing-function: cubic-bezier(0.65, -0.55, 0.25, 1.5);
    animation-iteration-count: infinite;
    transform-origin: 50% 20.5px;
    will-change: transform, opacity;
    opacity: 1;
}

.scroll_slide-link
{
    position: absolute;
    bottom: 1rem;
    left: 50%;
    transform: translateX(-50%);
}

@keyframes scroll_slide
{

    0%,
    20%
    {
        transform: translateY(0) scaleY(1);
    }

    100%
    {
        transform: translateY(36px) scaleY(2);
        opacity: 0;
    }
}

#slider_accueil
{
    z-index: 1;
    position: relative;
    width: 100% !important;
    overflow: hidden;
}
#slider_accueil > ul
{
    position: relative !important;
    width: 100%;
}
#slider_accueil > ul > li
{
    position: relative !important;
    width: 100%;
    padding-top: 43%;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
}
#slider_accueil > ul > li > a
{
    display: block;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}
#slider_accueil img
{
    margin: 0;
}
#slider_accueil > ul > li video
{
    z-index: 1;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#slider_accueil .boutonPagination.select
{
    background: var(--color-main) !important;
}
#slider_accueil .boutonsPagination
{
    right: 30px !important;
}
#slider_accueil .boutonPagination
{
    width: 15px !important;
    height: 15px !important;
    opacity: 1 !important;
}
#slider_accueil .CJSlider-navigation-gauche > i,
#slider_accueil .CJSlider-navigation-droite > i
{
    text-shadow: 1px 1px 4px #555;
    font-size: 62px;
    color: rgb(255, 255, 255);
    cursor: pointer;
}
#slider_accueil .CJSlider-navigation-gauche > i
{
    right: 10px;
}
#slider_accueil .CJSlider-navigation-droite > i
{
    left: 10px;
}
#slider_accueil .slide-contenu
{
    z-index: 2;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

    background: linear-gradient(0deg, #00000085, transparent, transparent);
}
.slide-contenu .container
{
    position: relative;
    top: 0;
    height: 100%;
}
#slider_accueil .slide-contenu > .container > div
{
    position: absolute;
    bottom: 20%;
    left: 0;
    width: 100%;
    transform: translate(0, 50%);
}
#slider_accueil .slide-contenu .slide-titre
{
    display: inline-block;
    margin: 0 40px 15px 40px;
    padding: 0 0 0 10px;
    text-decoration: none;
    font-size: 26px;
    color: #FFF;
    font-weight: bold;
    text-shadow: 1px 1px rgba(0, 0, 0, 0.5);

    border-left: 10px solid var(--color-main);
}
#slider_accueil .slide-contenu .slide-texte
{
    display: block;
    margin: 0 40px 15px 40px;
    padding: 0;
    text-decoration: none;
    font-size: 24px;
    color: #FFF;
    text-shadow: 1px 1px rgba(0, 0, 0, 0.5);
}
#slider_accueil .slide-contenu .slide-texte a
{
    text-shadow: none;
    display: inline-flex;
    align-items: center;
}


#content
{
    position: relative;
    min-height: calc(100vh - 266px);
    padding-top: 140px;
}
#slider_accueil+#content
{
    padding-top: 0;
}
#slider_accueil+#content
{
    margin-top: 0;
}

#content .contenu-accroche img,
#content .contenu-texte img,
#content .contenu-article img,
#content .contenu-conclusion img
{
    margin: 5px;
}

#content .contenu-accroche img[align='left'],
#content .contenu-texte img[align='left'],
#content .contenu-article img[align='left'],
#content .contenu-conclusion img[align='left']
{
    margin: 5px 20px 5px 0;
}

#content .contenu-accroche img[align='right'],
#content .contenu-texte img[align='right'],
#content .contenu-article img[align='right'],
#content .contenu-conclusion img[align='right']
{
    margin: 5px 0 5px 20px;
}

#content .contenu-accroche img[align='absmiddle'],
#content .contenu-texte img[align='absmiddle'],
#content .contenu-article img[align='absmiddle'],
#content .contenu-conclusion img[align='absmiddle']
{
    margin: 5px;
}

#content .sous_pages
{
    margin: 0;
    padding: 0;
    text-align: center;
}

#content .sous_pages > li
{
    display: inline-block;
    width: 48%;
    margin: 1%;
    padding: 0;
    list-style: none;
}

#content .sous_pages > li > a
{
    display: inline-block;
    width: 100%;
    padding: 30px 0;
    border-radius: 5px;
    text-decoration: none;
    text-transform: uppercase;
    color: #fff;
    background-color: color: var(--color-main);
}

#content .sous_pages > li > a:hover
{
    background-color: #858585;
}

.contenu-article
{
    margin: 25px 0 0;
}
.contenu-article > div:not(.clear)
{
    padding: 20px;
}

.contenu-article.hero+.contenu-article.hero
{
    margin: 0;
}

.contenu-article.hero.image
{
    padding: 50px 0;
}

.contenu-article.hero > div:not(.clear)
{
    padding: 20px;
}

.contenu-article.hero.image
{
    min-height: 450px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 0%;
    background-attachment: fixed;
}

.contenu-article h2
{
    margin: 0 0 15px;
    padding: 0;
}

.contenu-article > div
{
    margin: 0 auto;
}
.contenu-article-texte
{
    padding-bottom: 15px;
}


.bloc3d
{
    z-index: 8;
    position: relative;
    margin: 20px auto;
    padding-left: 0;
    text-align: center;
    font-size: 0;
    list-style: none;
}
.page-accueil .bloc3d
{
    display: flex;
    justify-content: space-between;
}

.bloc3d > li
{
    display: inline-block;
    width: 345px;
    margin: 5px;
    max-width: 435px;
    border-radius: 4px;
    font-size: 15px;
    vertical-align: top;
    color: white;
    perspective: 500px;
}

.bloc3d > li > a
{
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    text-decoration: none;
    color: var(--color-defaut);;
    background-position: 50% 50%;
    background-size: cover;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    perspective: 500px;
    -ms-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    overflow: hidden;
    padding: 10px;

    border-radius: var(--radius);
    background-color: rgba(255, 255, 255, 0.85);
    box-shadow: 0 6px 30px rgba(0, 0, 0, 0.08);
    backdrop-filter: blur(7.5px);
}

.bloc3d > li > a.anim
{
    box-shadow: 0 6px 30px rgba(0, 0, 0, 0.08)!important;
    -webkit-animation: leave-animation 0.5s forwards cubic-bezier(0.18, 2.07, 1, 1);
    -moz-animation: leave-animation 0.5s forwards cubic-bezier(0.18, 2.07, 1, 1);
    -o-animation: leave-animation 0.5s forwards cubic-bezier(0.18, 2.07, 1, 1);
    animation: leave-animation 0.5s forwards cubic-bezier(0.18, 2.07, 1, 1);
    -ms-animation: leave-animation 0.5s forwards cubic-bezier(0.18, 2.07, 1, 1);
}

.bloc3d li img
{
    width: 100%;
    object-fit: cover;
}

@keyframes leave-animation
{
    100%
    {
        transform: rotateX(0deg) rotateY(0deg);
    }
}

.bloc3d .titre-bloc
{
    padding: 13px 10px 8px 10px;
    text-align: left;
    font-size: 18px;
}

.bloc3d .prix-bloc
{
    position: absolute;
    bottom: 40px;
    left: 10px;
    width: 100px;
    height: 100px;
    padding: 40px 0;
    text-align: center;
    font-size: 20px;
    color: #FFF;
    transform: rotate(15deg);
}

.bloc3d .btn-bloc
{
    position: absolute;
    bottom: 10px;
    left: 0;
    padding: 3px 10px;
    text-align: left;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: bold;
    letter-spacing: 2px;
    color: #333;
    background-color: rgba(255, 255, 255, 0.9);
}

.contain-icon > i
{
    font-size: 100px;
    display: block;
}

.text-icon,
.contain-icon > i
{
    text-align: center;
}

.parallax,
.parallax2
{
    margin: 0;
    padding: 70px 0;
    min-height: 450px;
    color: white;
    background-attachment: fixed;
    background-image: url(../img/parallax.jpg);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
}

.parallax h2
{
    text-align: center;
    color: #FFF;
}

.parallax2
{
    background-color: #E5DCD7;
    background-image: none;
}

.parallax2 h2
{
    text-align: center;
    color: #000;
}

.blog-categories
{
    margin-bottom: 10px;
}
.blog-categories > ul
{
    display: inline-block;
    list-style: none;
    margin: 0;
    padding: 0;
}
.blog-categories > ul > li
{
    display: inline-block;
    margin: 0;
    padding: 0 2px 2px 0;
}
.blog-categories > ul > li > a
{
    display: block;
    font-size: 12px;
    text-decoration: none;
    background-color: #16227e;
    padding: 1px 5px;
    border-radius: 3px;
    color: #FFF;
}
.blog-articles,
.blog-articles *
{
    box-sizing: border-box;
}
.blog-articles
{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 15px;
    margin: 0 0 15px;
}
.blog-article
{
    position: relative;
    overflow: hidden;
    border-radius: 20px;

    height: 220px;

    background-color: #FFF;
    box-shadow: 1px 1px 4px rgba(0,0,0,0.3);
}
.blog-article::after
{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(transparent 50%, rgba(0,0,0,0.5));
    z-index: 2;
}
.blog-article > img
{
    width: 100%;
    height: 100%;
    transform: scale(1);
    z-index: 1;
    margin: 0!important;
    transition: ease-in-out 500ms transform;
    object-fit: cover;
}
.blog-article:hover > img
{
    transform: scale(1.2);
}
.blog-article > span
{
    position: absolute;
    display: block;
    padding: 5px;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 10px;
    color: #FFF;
    z-index: 3;
    font-size: 17px;
}

.blog-article-couverture
{
    position: relative;
    border-radius: 20px;
    background-color: #CCC;
    height: 400px;
    overflow: hidden;
    margin-top: 35px;
}
.blog-article-couverture::after
{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(transparent 50%, rgba(0,0,0,0.5));
    z-index: 2;
}
.blog-article-couverture > a,
.blog-article-couverture > a:focus
{
    position: absolute;
    left: 20px;
    top: 20px;
    z-index: 3;
    padding: 5px 15px!important;
    margin: 0!important;
}
.blog-article-couverture > img
{
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
    margin: 0!important;
}
.blog-article-couverture > div 
{
    position: absolute;
    width: 50%;
    left: 20px;
    bottom: 20px;
    z-index: 3;
}
.blog-article-couverture > div > h1
{
    color: #FFF;
    text-align: left;
}
.blog-article-couverture > div > span.blog-article-categorie,
.blog-articles .blog-article-categorie
{
    display: inline-block;
    color: #FFF;
    padding: 1px 5px;
    background-color: #16227e;
    font-size: 12px;
    border-radius: 3px;
}
.blog-article-couverture > div > time,
.blog-article-date
{
    padding: 0 5px;
    color: #FFF;
    font-size: 12px;
}
.blog-article-couverture > span
{
    position: absolute;
    right: 5px;
    bottom: 5px;
    color: #CCC;
    font-size: 15px;
    background-color: #FFF;
    padding: 5px;
    border-radius: 20px;
    z-index: 3;
}
.blog-article-couverture > span > ul
{
    display: inline-block;
    margin: 0;
    padding: 0;
    list-style: none;
}
.blog-article-couverture > span > ul > li
{
    display: inline-block;
    margin: 0;
    padding: 2px;
}
.blog-article-couverture > span > ul > li > a
{
    display: block;
    padding: 2px;
    font-size: 17px;
    color: #CCC;
}
.blog-article-couverture > span > ul > li > a:hover
{
    color: #16227e!important;
}
.blog-article-accroche
{
    font-weight: bold;
    padding: 20px 0;
}
.blog-article-sommaire
{
    border: 1px solid #CCC;
    border-left: 3px solid #16227e;
    border-radius: 0 20px 20px 0;
    padding: 20px;
    margin: 20px 0;
    box-shadow: 2px 2px 5px rgba(0,0,0,0.2);
    background-color: #FFF;
}
.blog-article-sommaire .titre
{
    font-size: 17px;
    font-weight: bold;
}
.blog-article-sommaire li
{
    padding: 5px 0;
}
.blog-article-sommaire a
{
    text-decoration: none;
}
.blog-article-paragraphe
{
    padding: 20px 0;
}

#charte > div
{
    margin-bottom: 30px;
}

#mentions
{
    font-size: 0;
}

#mentions h2,
#mentions h3
{
    margin: 0;
    padding: 0 0 10px;
    text-align: left;
    text-align: center;
}

#mentions > div
{
    margin: 10px 0 10px;
    padding: 10px;
    font-size: 14px;
}

#mentions > div:first-child,
#mentions > div:first-child+div
{
    display: inline-block;
    width: calc(50% - 5px);
    margin: 10px 0 0;
    min-height: 225px;
    vertical-align: top;
}

#mentions > div:first-child
{
    margin-right: 5px;
}

#mentions > div:first-child+div
{
    margin-left: 5px;
}



#footer
{
    position: relative;
    color: #fff;
    background-color: #3D3D3D;
}
#footer .titre
{
    font-size: 20px;
}
#footer .texte
{
    font-weight: 200;
}
#footer > div
{
    position: relative;
}
#footer a
{
    text-decoration: none;
    font-weight: 200;
}
#footer a:hover
{
    text-decoration: underline;
}
#footer .reseaux a
{
    text-decoration: none;
    font-size: 20px;
    display: inline-block;
    padding: 0 2px;
    background-color: #FFF;
    color: var(--color-main);
    border-radius: 13px;
    transition: 200ms ease-in-out background, 200ms ease-in-out color;
}
#footer .reseaux a:hover
{
    background-color: var(--color-main);
    color: #FFF;
}
#footer ul
{
    list-style: none;
    margin: 0;
    padding: 0;
}
#footer ul > li
{
    margin: 0;
    padding: 0;
}

#footer > div.container:first-of-type + div
{
    background-color: #323232;
}

#footer #infos_site
{
    padding: 10px 0;
    color: #C9C9C9;
}

#footer #infos_complementaires
{
    position: absolute;
    top: 0;
    right: 20px;
    padding: 10px 0;
}
#footer #infos_complementaires a 
{
    color: #C9C9C9;
    font-weight: 400;
}
#footer input[type='text']
{
    background-color: #323232;
    color: #FFF;
    border: 0;
}
#footer .bouton
{
    border-radius: 5px;
    padding: 10px 15px 11px;
}
.background_article .slick-slider-contenu
{
    margin: auto;
    max-width: none;
    margin-top: 50px;
    overflow: unset;
}

.slick-slider-contenu img
{
    width: 250px;
    height: 350px;
    object-fit: contain;
    margin: auto !important;
}

.clair .slick-prev:before,
.clair .slick-next:before
{
    color: #000;
}

.sombre .slick-prev:before,
.sombre .slick-next:before
{
    color: #fff;
}
ul.slick-slider
{
    margin: 0;
    padding: 0;
}
.slick-prev
{
    left: -15px;
}
.slick-next
{
    right: -8px;
}

.background_article
{
    width: 100vw;
    left: 50%;
    transform: translateX(-50%);
    position: relative;
    background-size: cover;
    background-position: 50% 50%;
}

.background_article.img-true
{
    transform: translateX(-50%) !important;
    padding: 35px 0 !important;
    min-height: 300px !important;
}

.background_article.img-true > .contenu-article
{
    margin: auto;
    transform: translate(0%) !important;
}

.CJEditeur_body ul li,
.CJEditeur_body ol li,
.contenu-article ul li,
.contenu-article ol li
{
    margin-bottom: 10px;
}

.CJEditeur_body ul,
.CJEditeur_body ol,
.contenu-article ul,
.contenu-texte ul,
.contenu-conclusion ul,
.contenu-article ol,
.contenu-texte ol,
.contenu-conclusion ol
{
    display: table;
    padding-left: 20px;
}

.contenu-article td
{
    padding: 20px 10px;
    -webkit-backdrop-filter: brightness(0.95);
    backdrop-filter: brightness(0.95);
}

.contenu-article table,
.contenu-article table td
{
    border: 1px solid var(--color-main)!important;
}


.avantages_container
{
    display: flex;
    justify-content: space-between;
}

.avantage
{
    border-radius: 10px;
    border: 2px solid var(--color-main);
    text-align: center;
    padding: 50px 2px;
    width: 19%;
}

.avantage > i
{
    color: var(--color-main);
    font-size: 50px;
    margin-bottom: 30px;
}

.avantage > h3
{
    font-weight: bold;
}

.avantage > p
{
    margin-bottom: 0;
}

.container-fixe
{
    position: sticky;
    bottom: 8px;
    left: calc(100% - 55px);
    margin-bottom: 8px;
    background-color: #ffffff;
    border-radius: 30px;
    width: 48px;
    border: 2px solid var(--color-main);
    z-index: 8;
}

.container-fixe > a
{
    text-decoration: none;
    padding: 25px 0;
    display: block;
    color: var(--color-main);
    font-size: 16px;
    text-align: center;
}


.slick-initialized .slick-slide
{
    margin: 5px 0;
}


.bloc {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 10px;
    border-radius: var(--radius);
    border: 1px solid rgb(2 65 120 / 13%);
    margin: 10px 0;
    background: rgb(2 65 120 / 13%);
}

i.fa-star {
    color: var(--color-main);
}

.box_avis
{
    box-shadow: 0px 0px 10px -4px rgba(0, 0, 0, 0.25);
    padding: 5px;
}

.slick-track
{
    display: flex;
    align-items: center;
}

.slick-slide
{
    float: none;
}

.slick-slide > div,
.slick-slide a
{
    text-align: center;
}

.slick-slide img
{
    margin: auto;
    max-width: 350px;
    max-height: 350px;
    width: initial !important;
    height: initial !important;
}

.ariane
{
	margin: 20px 0;
	padding: 0;	
}
.ariane > li
{
	display: inline-block;
	margin: 0;
	padding: 10px 3px;
	vertical-align: middle;

	font-style: normal;
	font-weight: 300;
	font-size: 14px;
	line-height: 14px;
	color: #86888B;
}
.ariane > li:not(:first-child)::before
{
  content: "\f105";
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  margin-right: 5px;
  color: #BABDBE;
}
.ariane a
{
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 14px;
	color: #34393C;
	text-decoration: none;
}

.onglets
{
    display: flex;
    justify-content: space-between;
    height: 60px;
    gap: 5px;
}
.onglets > a
{
    flex: 1;
    height: 100%;
    text-align: center;
    background-color: #F0F0F0;
    padding:  5px;

    align-items: center;
    display: flex;
    justify-content: center;
    transition: color 0.3s ease;

    cursor: pointer;
}
.onglets > a:hover
{
    color: var(--color-main);
}
.onglets > a.select
{
    color: var(--color-main);
    background-color: initial;
}
.onglets + div > div:not(:first-child)
{
    display: none;
}

.prix
{
    font-size: 25px;
    color: var(--color-main);
}

#formations-dates
{
    padding-top: 0;
}
#formations-dates ul
{
    list-style: none;
    width: 100%;
    margin: 0;
    padding: 0;
}
#formations-dates ul > li
{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0;
    padding: 0 10px;
}
#formations-dates ul > li > div:first-child
{
    flex: 1;
}
#formations-dates ul > li:hover
{
    background-color: rgb(from var(--color-main) r g b / 0.2);
    border-radius: 100vh;
}
#formations-dates .card
{
    margin-top: 15px;
}

.formation
{
    display: grid;
    grid-template-columns: 1fr 370px;
    gap: 95px;
    max-width: 1200px;
    margin: 0 auto;
}
.formation-entete
{
    
}
.formation-entete .contenu
{

}

.blocs-formations
{
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
}
.bloc-formation
{
    display: inline-block;
    background-color: #FFF;
    width: 100%;
    max-width: 285px;
    border-radius: var(--radius);
    overflow: hidden;
    box-shadow: 0 0 8px 0 rgba(0,0,0,0.10);
    text-decoration: none;
}
.bloc-formation .bloc-formation-photo img
{
    width: 100%;
    height: 257px;
    object-fit: cover;
}
.bloc-formation .bloc-formation-nom
{
    align-content: center;
    padding: 10px;
    height: 82px;
    overflow: hidden;
}
.bloc-formation-details
{
    display: flex;
    justify-content: space-around;
    padding: 10px 0;
}
.bloc-formation-details > div > i:first-child
{
    color: var(--color-main);
}
.bloc-formation-details > div > i.fa-circle-x
{
    color: red;
    position: relative;
    top: 5px;
    left: -8px;
}
.bloc-formation-details > div > i.fa-circle-check
{
    color: green;
    position: relative;
    top: 5px;
    left: -8px;
}

.ui-widget-header .ui-icon
{
    background-image: url(../js/jquery/theme/images/ui-icons_ffffff_256x240.png);
}
.ui-dialog
{
    padding: 0;
    border: 0;
    border-radius: 0;
    box-shadow: 0 0 2px rgba(0,0,0,0.4);
    z-index: 100;
}
.ui-widget-header
{
    background: none;
    border: 0;
    border-radius: 0;
    background-color: #2e3540;
}
.ui-dialog-title
{
    color: #FFF;
    border: 0;  
}
.ui-state-hover, 
.ui-widget-content .ui-state-hover, 
.ui-widget-header .ui-state-hover, 
.ui-state-focus, 
.ui-widget-content .ui-state-focus, 
.ui-widget-header .ui-state-focus
{
    border: 0;
    background: none;
}
.ui-dialog .ui-dialog-titlebar-close
{
    color: transparent;
    background: none;
    border: 0;
}
.ui-dialog .ui-dialog-titlebar-close:hover, 
.ui-dialog .ui-dialog-titlebar-close:focus
{
    padding: 1px;
}
.ui-dialog .ui-dialog-titlebar-close span
{
    left: 0;
    top: 0;
}
.ui-dialog .ui-button-text
{
    padding: 8px 15px;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default
{
    background: none;
    border: 0;
}
.ui-widget-overlay
{
    background: none;
    background-color: rgba(0, 0, 0, 0.8);
    position: fixed;
    z-index: 99;
    backdrop-filter: blur(3px);
    opacity: 1;
    filter: grayscale(1);
}


#compteurs
{
    background-color: var(--color-main);
    border-radius: 10px;
    padding: 10px;
    color: #FFF;
    margin: 35px auto;
    overflow: hidden;
    position: relative;
}
#compteurs h2
{
    color: #FFF;
}
#compteurs h2:before
{
    content:"";
}
.compteurs > div > div:first-child
{
    color: var(--color-secondary);
    font-size: 40px;
}
.compteurs > div > div:first-child+div
{
    color: #FFF;
    font-weight: 500;
}

@media screen and (max-width:860px)
{
    .flex
    {
        flex-wrap: wrap;
    }

    .avantages_container
    {
        flex-direction: column;
        align-items: center;
    }

    .avantage
    {
        width: 80%;
        margin: 10px 0;
    }

    .row
    {
        display: block !important;
    }
    .row > *
    {
        display: block !important;
        width: initial !important;
        padding: initial !important;
    }

    #slider_accueil
    {
        margin-top: 129px;
    }

    .slide-contenu .row > .col-6
    {
        width: 45% !important;
        display: inline-block !important;
    }

    .slide-contenu .btnUrgent,
    .btnUrgent:active,
    .btnUrgent:focus
    {
        font-size: 12px;
        margin: 10px;
        padding: 5px;
    }

    .slide-contenu button,
    .slide-contenu button:active
    {
        font-size: 12px !important;
        margin: 10px !important;
        padding: 5px !important;
    }

    .galerieaccueils,
    .galerieaccueils > div
    {
        display: block !important;
    }

    .galerieaccueils > div
    {
        height: 150px !important;
        width: 100% !important;
        margin: 5px 0;
    }

    #slider_accueil .slide-contenu .slide-titre,
    #slider_accueil .slide-contenu .slide-texte
    {
        font-size: 17px;
    }

    .background_article.img-true .contenu-article
    {
        transform: translateX(0%) !important;
    }

    #header_top > div > a.bouton:first-child > span
    {
        display: none;
    }
    #header_top > div > a.bouton:first-child > i
    {
        margin-right: 0;
    }

    #header
	{
		position: relative;
	}

    #slider_accueil .scroll_slide-link
    {
        display: none;
    }

    #slider_accueil > ul > li
    {
        padding-top: 50%;
    }

    #header > .container > .fadeInDown
    {
        -webkit-animation-name: initial;
        animation-name: initial;
    }

    #header_top > .container > span:first-child
    {
        display: none;
    }

    #site
    {
        padding-top: 0;
    }
    .page-accueil_lp #site
    {
        padding-bottom: 100px;
    }
    #content,
    #slider_accueil
    {
        margin-top: 0!important;
    	padding-top: 0!important;
    }

    #site > #header + svg,
    #site > #header + svg + svg
    {
        width: 300px!important;
        height: 300px!important;
    }


    .burger
    {
        display: inline-flex;
        z-index: 2;
        position: absolute;
        top: 0;
        right: 0;
        width: 35px;
        height: 80px;
        margin: 8px 20px;
        text-align: left;
        cursor: pointer;
    }
    .burger > div
    {
        width: 100%;
        height: 4px;
        border-radius: 5px;
        background: var(--color-main);
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        transition: all 0ms 300ms;
    }
    .burger > div::before
    {
        content: '';
        position: absolute;
        bottom: 13px;
        background: var(--color-main);
        width: 100%;
        height: 4px;
        border-radius: 5px;
        transition: bottom 300ms 300ms ease, transform 300ms ease, background 300ms ease;
    }
    .burger > div::after
    {
        content: '';
        position: absolute;
        top: 13px;
        background: var(--color-main);
        width: 100%;
        height: 4px;
        border-radius: 5px;
        transition: top 300ms 300ms ease, transform 300ms ease, background 300ms ease;
    }
    .nav-open
    {
        overflow: hidden;
    }
    .nav-open .burger > div::after
    {
        top: 0;
        transform: rotate(45deg);
        transition: top 300ms ease, transform 300ms 300ms ease, background 300ms ease;
    }
    .nav-open .burger > div
    {
        background: transparent;
    }
    .nav-open .burger > div::before
    {
        bottom: 0;
        transform: rotate(-45deg);
        transition: bottom 300ms ease, transform 300ms 300ms ease, background 300ms ease;
    }

    #menu > ul
    {
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        width: 100vw;
        background-color: rgba(255,255,255,0.85);
        backdrop-filter: blur(7.5px);
        transition: ease-in-out 300ms opacity, ease-in-out 300ms padding, ease-in-out 300ms height;
    }

    body.nav-close #menu > ul
    {
        height: 0%;
        padding: 0;
        overflow: hidden;
        opacity: 0;
    }

    body.nav-open #menu > ul
    {
        height: 100vh;
        padding: 140px 40px 0;
        overflow: auto;
        opacity: 1;
    }
    body.nav-open #logo
    {
        z-index: 0;
    }
    body.nav-open #header > .card
    {
        backdrop-filter: none;
    }

    #menu > ul > li
    {
        display: block;
        border-bottom: 1px solid rgba(0, 0, 0, 0.5);
        text-align: left;
        height: initial;
    }
    #menu > ul > li:first-child > a,
    #menu > ul > li > a
    {
        display: block;
        padding: 20px 10px;
        font-size: 20px;
    }

    #menu > ul > li > ul,
    #menu > ul > li > a > .fa-angle-down
    {
        display: none;
    }

    #menu > ul > li.sous-menu > a
    {
        padding: 20px 10px;
    }

    #menu > ul > li.sous-menu.lang
    {
        border-bottom: 0;
    }
    #menu > ul > li.sous-menu.lang ul
    {
        display: inline-block;
        max-height: initial;
        box-shadow: initial;
        background-color: initial;
        border-radius: initial;
    }
    #menu > ul > li.sous-menu.lang ul > li
    {
        display: inline-block;
    }
    #menu > ul > li.sous-menu.lang > a
    {
        display: none;
    }

    .contenu-article.hero.image
    {
        background-attachment: initial !important;
    }


    #galerie-liste > li
    {
        width: 75%;
        padding-top: 50%;
    }

    .absolute.left,
    .absolute.right
    {
        position: relative !important;
        width: 100%;
        height: inherit;
    }

    .bloc3d
    {
        display: block;
        justify-content: initial;
    }

    #footer > div > div #infos_site,
    #footer > div > div #infos_complementaires
    {
        display: block;
        position: relative;
        right: inherit;
        left: inherit;
        padding: 5px;
        text-align: center;
    }

    iframe
    {
        width: 100%;
    }

    #content .contenu-accroche img,
    #content .contenu-texte img,
    #content .contenu-article img,
    #content .contenu-conclusion img
    {
        height: initial !important;
        max-width: 100%;
        margin-left: 0;
        margin-right: 0;
    }

    .contenu-article td
    {
        padding: 3px;
    }

    .ariane > li:first-child > a > i:before
	{
		content: "\f053";
		margin-right: 5px;
	}
	.ariane > li:first-child > a > i:after
	{
		content: "Accueil";
	    font-family: "Poppins", sans-serif;
        font-weight: 500;
        font-style: normal;
	    font-size: 14px;
	    line-height: 14px;
	    color: #34393C;
	    text-decoration: none;
	}
	.ariane > li:not(:nth-last-child(2))
	{
		display: none;
	}
	.ariane > li:not(:first-child):before
	{
		content: "\f053";
	}
}

@media screen and (max-width:430px)
{
    h1
    {
        font-size: 30px;
        padding: 15px 15px;
    }

    .triangle
    {
        scale: 0.5;
        translate: -95px;
    }
    .triangle1
    {
        scale: 0.6!important;
        translate: 55px!important;
    }
    .triangle2
    {
        scale: 0.4;
    }


    #slider_accueil > ul > li
    {
        padding-top: 70%;
    }



    .bloc3d > li
    {
        display: block;
        width: 100%;
        margin: 15px auto;
    }



    fieldset > ul > li,
    fieldset > .contenu > ul > li
    {
        display: block;
        width: 100%;
    }

    .liste
    {
        width: 100%;
    }

    .blog-articles
    {
        display: grid;
        grid-template-columns: 1fr;
        grid-gap: 15px;
    }

    .formation-entete .contenu > div:first-child
    {
        left: initial!important;
        transform: initial!important;
        margin: 30px 0;
    }
    .formation-entete .contenu > div:first-child + div
    {
        flex-direction: column;
    }

    #footer
    {
    }
    #footer svg
    {
        scale: 0.5;
    }
    #footer svg:first-child
    {
        translate: -80px 0;
    }
    #footer svg:first-child + svg
    {
        translate: -100px 0;
    }
    #footer svg:first-child + svg + svg
    {
        translate: 100px 0;
    }


    #mentions > div:first-child,
    #mentions > div:first-child+div
    {
        display: block;
        width: initial;
    }

    .blog-article-couverture
    {
        margin-top: 40px;
    }

    .formation
    {
        display: block;
    }
    .formation > div:first-child + div > div:first-child
    {
        z-index: 9;
    }
    .formation > div:first-child + div > div:first-child > div:first-child
    {
        position: fixed;
        bottom: 0;
        width: 100%;
        z-index: 998;
        box-shadow: 0 0 11px 0 rgba(0,0,0,0.4);
    }
    .formation > div:first-child + div > div:first-child > div:first-child > div:first-child >  div:first-of-type
    {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
        padding: 0 20px!important;
    }

    .article-formation > div:first-child
    {
        display: block!important;
    }
    .article-formation > div:first-child > div:first-child + div
    {
        display: block!important;
        padding: 10px;
        text-align: center;
    }
    .article-formation > div:first-child > div:first-child + div + div
    {
        display: block!important;
        text-align: right;
    }
    .article-formation > div:first-child + div
    {
        padding-top: 15px;
    }
    #total_reduction input
    {
        width: 100%;
    }
    #total_ht > span:first-child,
    #total_tva > span:first-child,
    #total_ttc > span:first-child,
    #total_reduction > span:first-child
    {
        white-space: nowrap;
    }

    img
    {
        max-width: 100%;
    }

    #footer > div:first-of-type > div:first-child
    {
        flex-direction: column;
    }

    .container-fixe
    {
        display: none;
    }
}

.triangle
{
    animation: float 4s ease-in-out infinite;
    transform-origin: center;
}

@keyframes float
{
  0% {
    transform: translateY(0) rotate(0deg);
  }
  50% {
    transform: translateY(-5px) rotate(1deg);
  }
  100% {
    transform: translateY(0) rotate(0deg);
  }
}

.triangle2
{
    animation: float2 5s ease-in-out infinite;
    transform-origin: center;
}

@keyframes float2 {
  0% {
    transform: translate(0, 0) rotate(0deg);
  }
  50% {
    transform: translate(5px, -6px) rotate(-1deg);
  }
  100% {
    transform: translate(0, 0) rotate(0deg);
  }
}