html {
    font-size: 100%;
}


:root {
    --e-price-table-header-background-color: linear-gradient(to bottom, #353535, #222222);

    --container-default-padding-left: 16px;
    --container-default-padding-right: 16px;
}

body {
    font-family: "Noto Sans", sans-serif;
    font-size: 20px;
    font-weight: 400;
    color: #000000;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
    background-color: #fff;
    line-height: 1.6;
}

.otgs-development-site-front-end {display:none!important;}

@media (max-width: 600px) {
    body {
        font-size: 17px;
    }
}

::selection {}

html {
    overflow-y: scroll !important;
    /* scroll-behavior: smooth; */
}

a {
    color: #e2051b;
}

a:hover {
    color: #e2051b;
}


.pix-wrapper-contenu {
    background-color: #fff;
    z-index: 0;
    position: relative;
}


div.pix-wrapper-contenu {
    padding-top: 80px;
    margin-bottom: 30px;
}

body.home div.pix-wrapper-contenu {
    margin-bottom: 0;
}


@media (max-width: 1170px) {
    div.pix-wrapper-contenu {
        padding-top: 40px;
    }
}
@media (max-width: 440px) {
    div.pix-wrapper-contenu {
        padding-top: 25px;
    }
}
@media (max-width: 380px) {
    div.pix-wrapper-contenu {
        padding-top: 20px;
    }
}

body.pix-bandeau-fullwidth-loaded div.pix-wrapper-contenu {
    padding-top: 0px;
}

.page-content a {
    text-decoration: none;
    font-weight: 700;
}

h1,
h2,
h3,
h4,
h5,
h6 {}

h1.elementor-heading-title,
h1.wp-block-heading {
    font-family: "Oswald", sans-serif;
    text-transform: uppercase;
    color: #005677!important;
    font-weight: 600!important;
    font-size: clamp(26px, 4vw, 44px); 
    line-height: 1.1;
}

h2.entry-title,
h2.wp-block-heading, 
h2.elementor-heading-title {
    font-family: "Oswald", sans-serif;
    font-size: calc(clamp(26px, 4vw, 44px) * 30 / 44);
    /* text-transform: uppercase; */
    font-weight: 500!important;
    /* color: #005677!important; */
    line-height: 1.1;

    background: #005677;
    display: inline-block;
    padding: 10px 20px 10px 30px;
    color: #fff;
    text-transform: uppercase;
    clip-path: polygon(20px 0, 100% 0, 100% 100%, 0% 100%);
}

.pix-header-title-h1 h2.elementor-heading-title {
    background: transparent;
    padding: 0;
    clip-path: none;
    color: #005677;
}


h3.elementor-heading-title {
    font-family: "Oswald", sans-serif;
    font-size: calc(clamp(26px, 4vw, 44px) * 28 / 44);
    text-transform: uppercase;
    font-weight: 500!important;
    color: #005677!important;
    line-height: 1.1;
}

h3 {
    margin-top: 20px;
    margin-bottom: 5px;
}



.pix-titre-news h1 {
    font-size: clamp(22px, 4vw, 34px);
    line-height: 1.1;
}




.elementor a {
    font-weight: 700;
}



h1 span.dl,
h2 span.dl {
    display: block;
    color: currentColor;
    font-weight: 400;
    font-family: "Noto Sans", sans-serif;
    font-weight: 600;
}

h1 span.dl {
    font-size: clamp(16px, 2vw, 20px);
}

h1 span.fin,
h2 span.fin {
    font-weight: 200;
}


a.pix-backtotop {
    display: none;
    width: 48px;
    height: 48px;
    text-indent: -9999px;
    position: fixed;
    z-index: 9999;
    left: 50%;
    bottom: 10px;
    transform: translateX(-50%);
    background:url("i/arrow-up.svg") no-repeat center center, linear-gradient(to bottom,#e2051b 0%, #a70313 100%);
    background-size: 22px 22px, auto;
    border-radius: 6px;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.27);
    transition: background 0.2s ease 0s;
}

a.pix-backtotop:hover {
    background:url("i/arrow-up.svg") no-repeat center center, linear-gradient(to bottom,#e2051b 0%, #e2051b 100%);
    background-size: 26px 26px, auto;
}


.site-branding {
    max-width: initial;
    position: relative;
    z-index: 2;
    display: inline-block;
}



.pix-site-header {
    position: relative;
    z-index: 2000;
}

a.pix-bouton,
.elementor-button,
form.elementor-form button[type=submit],
.pix-search .e-search-submit,
a.pix-header-bouton {
    font-family: "Oswald", sans-serif;
    font-style: normal;
    text-shadow: none;
    display: inline-block;
    padding: 0.5em 1em!important;
    margin: 0.1em 0;
    line-height: 1.2!important;
    color: #fff!important;
    border: none;
    text-align: center;
    font-size: 20px;
    font-weight: 700!important;
    text-decoration: none !important;
    text-transform: uppercase;
    transition: all 0.2s ease 0s;
    background-color: #e2051b!important;
    border-radius: 8px!important;
    position: relative;
    
    transition: background-color 0.2s ease 0s;
}

a.pix-bouton:hover,
.elementor-button:hover,
form.elementor-form button[type=submit]:hover,
.pix-search .e-search-submit:hover,
a.pix-header-bouton:hover {
    background-color: #004058!important;
}


.elementor-button span  {
    font-weight: inherit!important;
    font-size: inherit!important;
}

form.elementor-form button[type=submit] span {
    font-weight: inherit!important;
}


.pix-search .e-search-submit {
    margin-top: 0;
}


@media (max-width: 767px) {
    a.pix-bouton,
    .elementor-button,
    form.elementor-form button[type=submit]{
        padding: 7px 15px 7px 15px;
        font-size: 16px;
        
    }
}



div.elementor-widget-container p:has(+ ul) {
    margin-bottom: 0px; /* Ajoute une marge uniquement si un <ul> suit */
  }

ul {
    margin-bottom: 10px;
}

ul>li {
    margin-bottom: 0px;
}


div.elementor-message-success {
    font-size: 16px;
    font-weight: bold;
    color: #39b54a;
}



.pswp {
    z-index: 150000;
}



#map iframe {
    vertical-align: top;
}



.grecaptcha-badge {
    visibility: hidden;
}

.elementor-widget-image img,
.elementor-widget-gallery div div a {
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5);
}

.no-shadow img {
    box-shadow: none;
}



form.elementor-form {
    background-color: #fcfdfd;
    padding: 20px;
}


p {
    margin-top: 0;
    margin-bottom: 10px;
}

.elementor-button[type="submit"] {
    text-transform: uppercase;
    font-weight: 400;
    background-color: transparent;
    color: #fff;
    line-height: 20px;
    padding: 15px 25px;
    border: 2px dashed #72927C;
    border-radius: 25px;
}

.elementor-button {
    padding: 13px 24px 10px 24px;
}

.elementor-button span {
    text-transform: uppercase;
    font-weight: 400;
    font-size: 15px;
}



form.elementor-form label.elementor-field-label {
    padding-bottom: 6px !important;
    font-family: "Oswald", sans-serif;
    font-weight: 500;
    color: #004058;
}

.pix-nomarginbottom {
    margin-bottom: 0px !important;
}

.dialog-type-lightbox {
    z-index: 999999 !important;
}

.pix-wrapper-contenu ul.puce {
    margin: 0;
    padding: 0;
    margin-top: 5px;
    margin-bottom: 5px;
    padding-left: 14px;
}

.pix-wrapper-contenu ul.puce>li {
    list-style-type: none;
    background-image: url(i/puce.svg);
    background-repeat: no-repeat;
    padding-left: 18px;
    padding-right: 2px;
    background-position: 0px 12px;
    background-size: 10px;
    margin: 0px 0px 7px 0px;
    overflow: hidden;
}



.list-3-columns {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
}

.list-2-columns {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
}



@media (max-width:800px) {
    .list-3-columns {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
    }
}

@media (max-width:490px) {

    .list-3-columns,
    .list-2-columns {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
    }
}



ul.list-3-columns li,
ul.list-2-columns li {
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
}


.pix-contenu-top {
    padding-top: 30px;
}

.elementor-widget.elementor-widget.pix-contenu-bottom,
div.elementor-element.pix-contenu-bottom {
    margin-bottom: 50px;
}


body.single-post .elementor-post-navigation .post-navigation__next--label,
body.single-post .elementor-post-navigation .post-navigation__prev--label {
    text-transform: none;
    font-weight: 400;
    font-size: 15px;
}


.pix-noshadow {
    box-shadow: none !important;
}


.pix-wrapper-custom-gallery {
    clear: both;
}

.pix-custom-gallery {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.pix-gallery-item {
    padding: 20px;
    width: 33.33%;
    text-align: center;
}

.pix-gallery-item img {
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5) !important;
}

@media (max-width:980px) {
    .pix-gallery-item {
        padding: 15px;
        width: 50%;
    }
}

@media (max-width:540px) {
    .pix-gallery-item {
        padding: 10px;
        width: 100%;
    }
}




.pix-encart-accueil {
    padding: clamp(30px, 7vw, 100px) 20px calc(clamp(30px, 7vw, 100px) + 20px);
    background: url('i/deco-encart-accueil.svg') no-repeat bottom left 10px;
    background-size: 35% auto;
    margin-bottom: calc(-1 * clamp(30px, 7vw, 100px));
}


.pix-header-top-bleu {
    background-color: #e2051b;
    color: #fff;
    padding: 10px 10px;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    position: relative;
    z-index: -1;
}

.pix-header-top-bleu a {
    color: #fff;
    font-weight: bold;
}

.pix-header-top-bleu p { 
    margin:0;
}

@media (max-width: 1250px) {
    .pix-header-top-bleu {
        font-size: 14px;
    }
}
@media (max-width: 700px) {
    .pix-header-top-bleu {
        font-size: 13px;
        font-stretch: 85%;
    }
}





a.pix-liste-news {
    padding: 20px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
    color: #333;
}
.pix-liste-news h3 {
    font-size: 22px;
    font-weight: 700;
}

a.pix-liste-news > .e-con-inner {
    padding: 0;
}




/* MODALL SEARCH */
.pix-search-modal .dialog-message {
    overflow: visible!important;
}
.pix-search-modal .dialog-close-button {
    display: none!important;
}
.pix-search {
    overflow: visible!important;
}
.pix-search .e-search-input-wrapper input {
    border-radius: 8px;
}

.pix-search-result:hover,
.pix-search-result:focus {
    background-color: #e6e6e6;
}
.pix-resultat-recherche-item .elementor-widget-image {
    float: right;
    width: 170px;
    height: auto;
    padding-left: 20px;
}
.pix-resultat-recherche-item > .e-con-inner {
    display: block;
}
.pix-search .elementor-widget-search .e-search-results-container .e-search-loader {
    overflow: hidden;
    padding: 16px 0;
}

.pix-search-modal-result {
    padding: 8px 12px;
    font-size: 1em;
    color: #000;
}
.pix-search-modal-result-title {
    font-family: "Oswald", sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    color: #004058;
}
.pix-search-modal-result-description {
    font-size: 0.8em;
    font-weight: 400;
}

.pix-search-modal-result:hover {
    background: rgba(0, 64, 88, 0.05);
}




/* LAYOUT DU FORMUMAIRE DE RECHERCHE */
.pix-search .e-search-form {
    display: grid;
    grid-template-columns: 1fr auto;
    grid-template-rows: auto 1fr;
    grid-template-areas: 'input submit' 'results results';
    row-gap: 8px;
    max-height: 80dvh;
    overflow: hidden;
}

.pix-search .e-search-label,
.pix-search .e-search-input-wrapper {
    grid-area: input;
}
.pix-search .e-search-results-container {
    grid-area: results;
    position: static;
    overflow-y: auto;
    height: 100%;
}
.pix-search .e-search-submit {
    grid-area: submit;
}




@media (max-width: 768px) {
    .pix-search .e-search-submit span {
        display: none;
    }
    .pix-search .e-search-submit::before {
        content: '';
        display: block;
        width: 24px;
        height: 24px;
        background: url('i/search.svg') no-repeat center center;
        background-size: 24px;
        filter: brightness(0) invert(1);
    }
}

@media (max-width: 450px) {
    .pix-resultat-recherche-item .elementor-widget-image {
        float: none;
        margin: 0;
        padding: 0;
        padding-bottom: 15px;
    }
}


/* BANDE RESEAUX FIXED */
.pix-wrapper-reseaux-fixed {
    position: fixed;
    bottom: 50px;
    right: 0;
    background: #e2051b;
    display: flex;
    flex-direction: column;
    z-index: 10;
    border-radius: 8px 0 0 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
    transform: translateX(4px);
    transition: transform 0.2s ease 0s;
    overflow: hidden;
}

.pix-wrapper-reseaux-fixed:hover {
    transform: translateX(0);
}

.pix-wrapper-reseaux-fixed a {
    width: 68px;
    height: 64px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: background 0.2s ease 0s;
}

.pix-wrapper-reseaux-fixed a img {
    vertical-align: top;
    width: 24px;
    height: 30px;
}

.pix-wrapper-reseaux-fixed a:hover {
    background: #004058;
}

@media (max-width: 1200px) {
    .pix-wrapper-reseaux-fixed a {
        width: 52px;
        height: 48px;
    }

    .pix-wrapper-reseaux-fixed a img {
        width: 20px;
        height: 24px;
    }
}

@media (max-width: 500px) {
    .pix-wrapper-reseaux-fixed a {
        width: 44px;
        height: 40px;
    }

    .pix-wrapper-reseaux-fixed a img {
        width: 18px;
        height: 22px;
    }
}

div.pix-right { float:right; padding-left:24px; max-width: 100%;}
div.pix-left { float:left; padding-right:24px;max-width: 100%;}

div.pix-right-responsive {float:right; padding-left:24px;max-width:100%;}
div.pix-left-responsive {float:left; padding-right:24px;max-width:100%;}


.pix-right-responsive, .pix-xl-right-responsive, .pix-s-right-responsive {
    box-shadow: 2px 2px 10px rgba(0,0,0,0.5) !important;
    margin:0;float:right; margin-left:16px;max-width:100%;
}
.pix-left-responsive, .pix-xl-left-responsive {
    box-shadow: 2px 2px 10px rgba(0,0,0,0.5) !important;
    margin:0;float:left; margin-right:16px;max-width:100%;
}


@media (max-width:1060px) {
    .pix-s-right-responsive {
        margin:0;float:none;width:auto;padding:0;text-align: center;
        display: block;
        margin: auto;margin-bottom:20px;
    }
}



@media (max-width:800px) {
    .pix-xl-right-responsive, .pix-xl-left-responsive {
        margin:0;float:none;width:auto;padding:0;text-align: center;
        display: block;
        margin: auto;margin-bottom:20px;
    }
}





@media (max-width:560px) {
    .pix-right-responsive, .pix-left-responsive {
        margin:0;float:none;width:auto;padding:0;text-align: center;
        display: block;
        margin: auto;margin-bottom:20px;
    }
}

@media (max-width:560px) {
    div.pix-right-responsive {float:none;width:auto;padding:0;padding-bottom:20px;text-align: center;}
    div.pix-left-responsive {float:none;width:auto;padding:0;padding-bottom:20px;text-align: center;}
}


.pix-wrapper-custom-gallery {
    clear:both;
}       
.pix-custom-gallery {
    display: flex;
    flex-wrap: wrap;
    align-items:center;
}
.pix-gallery-item {
    padding:20px;
    width: 33.33%;
    text-align: center;
}

.pix-gallery-item img {
    box-shadow: 2px 2px 10px rgba(0,0,0,0.5) !important;
}

@media (max-width:980px) {
    .pix-gallery-item {
        padding:15px;
        width: 50%;
    }
}

@media (max-width:540px) {
    .pix-gallery-item {
        padding:10px;
        width: 100%;
    }
}       








#gerer-administrer,#rechercher-promouvoir,#organiser-preparer,#produire-realiser,#installer-maintenir,#demanteler-recylcer,#acheter-commercialiser {
    scroll-margin-top:80px;
}


.pix-accordeon .e-n-accordion-item[open]>.e-n-accordion-item-title {background-color: #005677; color:#fff;}
.pix-accordeon .e-n-accordion-item:not([open]):hover>.e-n-accordion-item-title {background-color: #005677; color:#fff;}
.pix-accordeon .e-n-accordion-item:not([open]):hover>.e-n-accordion-item-title .e-n-accordion-item-title-icon span>svg {fill:#fff;}

.pix-accordeon .e-n-accordion-item:is(:hover, [open]) .e-n-accordion-item-title-header::before {filter: brightness(0) invert(1);}


details#pix-aeronautique .e-n-accordion-item-title-header,
details#pix-automobile .e-n-accordion-item-title-header,
details#pix-electricite .e-n-accordion-item-title-header,
details#pix-ferroviaire .e-n-accordion-item-title-header,
details#pix-mecanique .e-n-accordion-item-title-header,
details#pix-metallurgie .e-n-accordion-item-title-header,
details#pix-naval .e-n-accordion-item-title-header {
    align-items: center;
}

details#pix-aeronautique .e-n-accordion-item-title-header::before,
details#pix-automobile .e-n-accordion-item-title-header::before,
details#pix-electricite .e-n-accordion-item-title-header::before,
details#pix-ferroviaire .e-n-accordion-item-title-header::before,
details#pix-mecanique .e-n-accordion-item-title-header::before,
details#pix-metallurgie .e-n-accordion-item-title-header::before,
details#pix-naval .e-n-accordion-item-title-header::before {
    content: '';
    display: inline-block;
    width: 1.4em;
    height: 1.4em;
    background-size: contain;
    margin-right: 0.4em;

    align-self: center;
}

details#pix-aeronautique .e-n-accordion-item-title-header::before {
    background-image: url('i/pictos/aeronautique.svg');
}
details#pix-automobile .e-n-accordion-item-title-header::before {
    background-image: url('i/pictos/automobile.svg');
}
details#pix-electricite .e-n-accordion-item-title-header::before {
    background-image: url('i/pictos/electricite.svg');
}
details#pix-ferroviaire .e-n-accordion-item-title-header::before {
    background-image: url('i/pictos/ferroviaire.svg');
}
details#pix-mecanique .e-n-accordion-item-title-header::before {
    background-image: url('i/pictos/mecanique.svg');
}
details#pix-metallurgie .e-n-accordion-item-title-header::before {
    background-image: url('i/pictos/metallurgie.svg');
}
details#pix-naval .e-n-accordion-item-title-header::before {
    background-image: url('i/pictos/naval.svg');
}



.pix-socials {
    display: inline-block;
}
.pix-socials img {
    width: auto;
    height: 24px;
}



body div#map-gmap .gm-style-iw h3 a {
    color: #005677!important;
    font-size: 22px!important;
    text-decoration: none!important;
}

