.elementor-kit-5186{--e-global-color-primary:#004D93;--e-global-color-secondary:#54595F;--e-global-color-text:#000000;--e-global-color-accent:#E30613;--e-global-color-4d99d9a:#FFFFFF;--e-global-color-4d87c53:#EFEFEF;--e-global-color-70b325a:#004D930F;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:700;--e-global-typography-secondary-font-family:"Roboto";--e-global-typography-secondary-font-weight:600;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:600;--e-global-typography-6ac4666-font-size:16px;--e-global-typography-6ac4666-font-weight:700;--e-global-typography-f0d5b36-font-size:14px;--e-global-typography-f0d5b36-font-weight:700;--e-global-typography-f0d5b36-text-transform:uppercase;--e-global-typography-d279bb1-font-size:12px;--e-global-typography-d279bb1-font-weight:500;--e-global-typography-ea57cb1-font-size:0.8rem;--e-global-typography-ea57cb1-font-weight:500;--e-global-typography-d1132cd-font-size:1.5rem;--e-global-typography-d1132cd-line-height:1;color:var( --e-global-color-text );font-family:"Roboto", Sans-serif;font-weight:400;line-height:2rem;}.elementor-kit-5186 button,.elementor-kit-5186 input[type="button"],.elementor-kit-5186 input[type="submit"],.elementor-kit-5186 .elementor-button{background-color:#004D93B3;font-size:var( --e-global-typography-6ac4666-font-size );font-weight:var( --e-global-typography-6ac4666-font-weight );text-shadow:0px 0px 10px rgba(0,0,0,0.3);color:var( --e-global-color-4d99d9a );border-style:none;border-radius:0px 0px 0px 0px;padding:12px 16px 12px 16px;}.elementor-kit-5186 button:hover,.elementor-kit-5186 button:focus,.elementor-kit-5186 input[type="button"]:hover,.elementor-kit-5186 input[type="button"]:focus,.elementor-kit-5186 input[type="submit"]:hover,.elementor-kit-5186 input[type="submit"]:focus,.elementor-kit-5186 .elementor-button:hover,.elementor-kit-5186 .elementor-button:focus{background-color:var( --e-global-color-accent );color:var( --e-global-color-4d99d9a );}.elementor-kit-5186 e-page-transition{background-color:#FFBC7D;}.elementor-kit-5186 p{margin-block-end:1.5rem;}.elementor-kit-5186 a{color:#004D93;}.elementor-kit-5186 a:hover{color:var( --e-global-color-primary );}.elementor-kit-5186 h1{color:#FFFFFF;font-family:"Roboto", Sans-serif;font-size:50px;font-weight:700;}.elementor-kit-5186 h2{color:var( --e-global-color-primary );font-family:"Roboto", Sans-serif;font-size:2rem;font-weight:600;}.elementor-kit-5186 h3{color:var( --e-global-color-primary );font-size:1.5rem;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1420px;}.e-con{--container-max-width:1420px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-kit-5186 button,.elementor-kit-5186 input[type="button"],.elementor-kit-5186 input[type="submit"],.elementor-kit-5186 .elementor-button{font-size:var( --e-global-typography-6ac4666-font-size );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-5186{--e-global-typography-d1132cd-line-height:1.9rem;}.elementor-kit-5186 h2{font-size:1.9rem;}.elementor-kit-5186 h3{font-size:18px;}.elementor-kit-5186 button,.elementor-kit-5186 input[type="button"],.elementor-kit-5186 input[type="submit"],.elementor-kit-5186 .elementor-button{font-size:var( --e-global-typography-6ac4666-font-size );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}
/* Start custom CSS */.key-number{
    border-bottom:1px #bbb solid;
    width: 90%;
}


body {
    margin: 0px;
}

h2::before {
    content: '';
    display: block;
    width: 45px;
    height: 3px;
    background-color: #004D93;
    margin-bottom: 1.5rem;
}

.zone-identify,
.zones-identify{
    display:none;
}

.bottomsite,
.backtop{
    display:none;
}

/* Grille principale */
.zn-gallery-list.row {
    display: flex;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
}

/* 2 colonnes sur mobile */
.zn-gallery-list.small-up-2 .column {
    width: 50%;
}

/* 4 colonnes sur tablette/desktop */
@media (min-width: 640px) {
    .zn-gallery-list.medium-up-4 .column {
        width: 25%;
    }
}

/* Item */
.zn-gallery-item.column {
    padding: 10px;
    box-sizing: border-box;
}

.zn-gallery-item-inner {
    overflow: hidden;
}

/* Lien */
.zn-gallery-item-inner a {
    display: block;
}

/* Figure */
.zn-gallery-item-inner figure.imgbox {
    margin: 0;
    padding: 0;
    overflow: hidden;
    aspect-ratio: 1 / 1;
}

/* Image */
.zn-gallery-item-inner figure.imgbox img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.3s ease;
}

/* Hover */
.zn-gallery-item-inner:hover figure.imgbox img {
    transform: scale(1.05);
}


.zn-video {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}

.zn-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}


.zn-button-block,
a.button{
    margin: 1.5rem 0;
}
.zn-button .button.auto, a.button {
    background-color: var(--e-global-color-primary);
    color: #ffffff;
    border-radius: 50px;
    padding: 14px 40px;
    font-weight: 600;
    font-size: 16px;
    text-decoration: none;
    display: inline-block;
    transition: background-color 0.3s ease;
    border: none;
    cursor: pointer;
}

.zn-button .button.auto:hover {
    background-color: var(--e-global-color-accent);
    color: #ffffff;
}

.kf-social-linkedin{
    color:#fff;
}

.link-ico .elementor-item {
  font-weight: 900;
}

/*liste à pouces*/
.elementor-widget-text-editor ul {
  list-style: none;
  max-width: 800px;
}

.elementor-widget-text-editor ul li {
  margin-block-end: 1.5rem;
  padding-bottom: 0.5rem;
  position: relative;
}

.elementor-widget-text-editor ul li::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 60%;
  border-bottom: 1px solid #bbb;
}

.elementor-widget-shortcode {
    width: 100%;
}

.redstar{
    vertical-align:super;
    font-size:x-small;
}

@media (max-width:1024px){
.main-nav br{
    display:none;
}
}/* End custom CSS */