/* base.css --- 2024-10-15 13:23:42 */
@font-face {
    font-family: 'Helvetica';
    src: url('/css/fonts/HelveticaNeueMedium.otf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Helvetica';
    src: url('/css/fonts/HelveticaNeueBold.otf') format('truetype');
    font-weight: bold;
    font-style: normal;
}


@font-face {
    font-family: 'Helvetica';
    src: url('/css/fonts/HelveticaNeueItalic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
}


@font-face {
    font-family: 'Helvetica';
    src: url('/css/fonts/HelveticaNeueBoldItalic.otf') format('truetype');
    font-weight: bold;
    font-style: italic;
}



html,
body {
    height: 100%;
    background: #fff;
    font-family: Helvetica, sans-serif;


}

#content {
    overflow-x: hidden;
}

.helvetica {
    font-family: 'Helvetica', sans-serif;
}



@media (min-width: 992px) and (max-width: 1199px) {

    html,
    body {
        font-size: 96%;
    }
}



@media (min-width: 768px) and (max-width: 991px) {

    html,
    body {
        font-size: 92%;
    }
}

@media (min-width: 500px) and (max-width: 767px) {

    html,
    body {
        font-size: 88%;
    }
}

@media (max-width: 499px) {

    html,
    body {
        font-size: 85%;
    }
}

* {
    outline: none !important;
}

.form-control {
    box-shadow: none !important;
}

.form-control:focus {
    border-color: #ccc !important
}

.clearfix {
    clear: both;
    width: 100%;
    height: 1px;
}

.pull-left {
    margin: 0 5px 0 0;
}

.btn {
    box-shadow: none !important;
    outline: none;
    cursor: pointer
}

img {
    max-width: 100%;
    height: auto !important;
}

.pointer {
    cursor: pointer
}



.small {
    font-size: 90%;
}

.width-100pc {
    width: 100%;
}

.upper {
    text-transform: uppercase;
}

.relative {
    position: relative !important;
}

.rajdhani {
    font-family: Rajdhani, sans-serif;
}

.light {
    font-weight: lighter;
}


.container-fluid {
    padding: 0;
    max-width: 96%;
    width: 96%;
    margin: 0 auto;
}



.container {
    padding: 0 !important;
    max-width: 1200px !important;
    width: 96% !important;
    margin: 0 auto !important;
}



#above-all {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
    background-color: rgba(90, 90, 90, 0.2);
    z-index: 999;
    display: none;
}

.fs-8 {
    font-size: 0.9rem !important;
}

.fs-9 {
    font-size: 0.85rem !important;
}

.fs-10 {
    font-size: 0.8rem !important;
}

/* menu.css --- 2024-10-30 09:45:18 */
@media screen and (min-width: 1200px) {


    #menu-burger {
        margin-left: 15px;
        font-size: 2rem;
        color: white;

    }

    #menu {
        display: block;
        position: relative;
        padding: 0 0;
        z-index: 1000;
        font-family: 'Ubuntu', sans-serif;

    }

    #menu .inner {
        width: 100%;
        margin: 0 auto;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        font-weight: 500;
    }

    #menu ul.level0 {
        list-style: none;
        margin: 0;
        padding: 0;
        display: flex;
    }

    #menu li.level0 {
        margin: 0;
        padding: 0;

        position: relative;
    }

    #menu li.level0>a {
        margin: 0;
        height: 60px;
        padding: 10px 15px;
        display: block;
        font-size: 0.9rem;
        font-weight: bold;
        color: #111;
        text-transform: uppercase;
        display: flex;
        align-items: center;
        transition: all 300ms;
        text-decoration: none;
    }

    #menu li.level0>ul {
        list-style: none;
        display: block;
        max-height: 0;
        position: absolute;
        top: 100%;
        left: 0;
        overflow: hidden;
        min-width: 200px;
        transition: all 1000ms;
        margin: 0;
        padding: 0;
        border: transparent 1px solid;
        border-top: none;
    }

    #menu li.level0:hover>a {
        background-color: rgba(255, 255, 255, 0.3);
        text-decoration: none;
    }

    #menu li.level0:hover>ul {
        height: auto;
        max-height: 600px;
        border-color: #aaa;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);

    }

    #menu li.level1 {}

    #menu li.level1:last-child {
        border: none;
    }

    #menu li.level1>a {
        white-space: nowrap;
        display: block;
        color: white;
        font-size: 0.9rem;
        padding: 10px 10px 10px 10px;
        transition: all 300ms;


        border-bottom: 1px dotted rgba(255, 255, 255, 0.5);

    }

    #menu li.level1>a:hover {

        text-decoration: none;

    }

    .responsive-menu-logo {
        display: none;
    }
}




@media screen and (max-width: 1199px) {
    #menu-burger {
        display: block;
        position: fixed;
        top: 5px;
        right: 1%;
        z-index: 1001;
        cursor: pointer;
    }

    #menu-burger img {
        display: none;
    }

    #menu-burger:after,
    #menu-burger:before {
        position: absolute;
        top: 5px;
        right: 0;
        font-family: "FontAwesome";
        font-size: 2.5rem;
        background: var(--blue);
        color: white;
        padding: 5px 8px;
        line-height: 1;
        transition: all 1000ms;

    }

    #menu-burger:before {
        content: "\f0c9";
    }

    #menu-burger:after {
        content: "\f00d";
        opacity: 0;
    }

    .menu-on #menu-burger:before {
        opacity: 0;
    }

    .menu-on #menu-burger:after {
        opacity: 1;
    }

    #menu {
        position: fixed;
        top: 0;
        right: 0;
        z-index: 1000;
        height: 100vh;
        width: 400px;
        max-width: 0;
        overflow-y: auto;

        transition: all 200ms;
        background: var(--blue);
        border-left: 1px solid white;


        padding-top: 50px;
    }

    #menu ul {
        margin: 0 0 0 15px;
        padding: 0;
        list-style: none;
    }

    #menu ul.level0 {
        width: 350px;
        margin: 0;
        padding: 50px 25px 50px 50px;
        list-style: none;
        font-size: 1.2rem;
    }



    #menu li.level0 {
        margin: 0 0 15px;
    }

    #menu li.level1 {
        padding-left: 15px;
        position: relative;
    }

    #menu li.level1:before {
        font-family: "FontAwesome";
        font-weight: 900;
        content: "\f054";
        position: absolute;
        top: 1px;
        left: 0;
        color: white;
        font-size: 90%
    }

    #menu ul.level1 {
        padding-top: 5px;
    }

    #menu li.level1 {
        padding-bottom: 3px;
    }

    #menu a {
        color: white;
        text-decoration: none !important;
    }

    #menu a:hover {
        color: var(--orange);

    }

    #menu li.level0>a {
        font-weight: 900;
    }

    body.menu-on #above-all {
        display: block;

    }

    body.menu-on #menu {
        max-width: 90%;
        transition: all 1000ms;
    }

    body.menu-on {
        overflow: hidden;
        height: 100%;

    }

    .responsive-menu-logo {
        width: 180px;
        margin: 0 50px
    }

    .responsive-menu-logo img {
        width: 100%;
    }
}

@media screen and (max-width: 576px) {}

/* homepage-nos-distributeurs.css --- 2024-10-30 10:34:19 */
@media screen and (max-width: 767px) {
  body.homepage article.nos-distributeurs .article-content {
    padding-top: 70px;
  }

  body.homepage article.nos-distributeurs .attachments {
    width: 80% !important;
    margin-bottom: 35px;
    margin-left: 0px !important;
  }

  body.homepage article.nos-distributeurs .wordings {
    padding: 0 !important;
  }

}

/* full-width.css --- 2024-10-16 16:30:40 */
article.full-width {}

article.full-width .article-inner {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
}


article.full-width .article-content {
  width: 100% !important;
}

article.full-width .wordings {
  flex: 1 0 100%;
}

article.full-width .article-text {
  flex: 1 0 100%;
}

/* homepage-half-column-group.css --- 2024-10-30 16:01:58 */
body.homepage .half-column-group {

  background-color: white;
  height: calc(100vh - 50px);
}

body.homepage .half-column-group article {
  padding-top: 2%;
  padding-bottom: 0;
}

body.homepage .half-column-group article h2 {
  color: var(--blue);
  padding-bottom: 0;
  margin-bottom: 40px;
}

body.homepage .half-column-group article h3 {
  font-size: 1.35rem;
  height: 60px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-weight: bold;
  padding-bottom: 20px;

}

body.homepage .half-column-group article.nos-services .col-sm-4 {
  padding-right: 60px;
}


body.homepage .half-column-group article.nos-services .col-sm-4:nth-child(odd) h3 {
  border-bottom: 2px solid var(--blue);
}

body.homepage .half-column-group article.nos-services .col-sm-4:nth-child(even) h3 {
  border-bottom: 2px solid var(--orange);
}


body.homepage article.sav .carte-sav {
  padding: 0px 0 0px 0;
  rotate: -7deg;
}

body.homepage article.nos-services {}

body.homepage article.sav p {
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 1199px) {
  body.homepage .half-column-group {
    height: auto;
  }

  body.homepage .half-column-group .articles-group-inner {
    flex-direction: column;
  }

  body.homepage article.sav {
    padding-bottom: 55px;
  }

  body.homepage article.sav p {
    max-width: 100%;
  }



}

@media screen and (max-width: 767px) {
  body.homepage .half-column-group article article .article-content {
    min-height: 1px;
  }

  body.homepage article.nos-services .col-md-4 {
    padding-bottom: 35px;
  }


}

/* colors.css --- 2024-10-15 12:57:58 */
:root {
  --orange: #f49800;
  --blue: #004f9f;
}


.btn-white:hover {
  background-color: #ffffff;
}


.btn-orange {
  background-color: var(--orange);
}

.text-orange {
  color: var(--orange);
}

.border-orange {
  border-color: var(--orange);

}


.btn-blue {
  background-color: var(--blue);
  color: white;
}

.border-blue {
  border-color: var(--blue);

}



.text-blue {
  color: var(--blue);
}

.btn-orange-blue {
  background-color: var(--orange);
  color: var(--blue);
}

/* homepage-qui-sommes-nous.css --- 2024-10-30 10:34:34 */
@media screen and (max-width: 767px) {
  body.homepage article.qui-sommes-nous .article-content {
    padding-top: 70px;
  }

  body.homepage article.qui-sommes-nous .attachments {
    width: 80% !important;
    margin-bottom: 35px;
    margin-left: 0px !important;
    margin-right: 0px !important;
  }

  body.homepage article.qui-sommes-nous .wordings {
    padding: 0 !important;
  }

}

/* article-default.css --- 2024-10-16 05:45:20 */
.article-inner {
    width: 94%;
    max-width: 1600px;
    margin: 0 auto;
}



body.infos .article-default {
    padding-bottom: 40px;
    font-size: 1rem;
}



body.infos .article-default .article-content {
    display: flex;
    flex-direction: row;
    align-items: center;
}

body.infos .article-default.att-position-right:not(.att-layout-gallery) .article-content {
    flex-direction: row-reverse;
}

body.infos .article-default .wordings {
    flex: 1;
}

body.infos .article-default.att-position-left:not(.att-layout-gallery) .wordings {
    padding-left: 5%;
}

body.infos .article-default.att-position-right:not(.att-layout-gallery) .wordings {
    padding-right: 5%;
}

body.infos .article-default.att-width-50pc:not(.att-layout-gallery) .attachments {
    flex: 0 0 45%;
    width: 45%;
}

body.infos .article-default.att-width-33pc:not(.att-layout-gallery) .attachments {
    flex: 0 0 30%;
    width: 30%;
}

body.infos .article-default.att-width-25pc:not(.att-layout-gallery) .attachments {
    flex: 0 0 20%;
    width: 20%;
}

body.infos .article-default .article-title {
    margin-bottom: 25px;
}






body.infos .article-default.att-layout-gallery .attachments {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -5px;
}

body.infos .article-default.att-layout-gallery .att {
    padding: 7px;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 15px;
}

body.infos .article-default.att-layout-gallery .att img {
    width: 100%;
    height: 100% !important;
    object-fit: cover;
    position: absolute;
    top: 0%;
    left: 0%;
    border: #D4DDDE 1px solid;
}

body.infos .article-default.att-layout-gallery.att-width-25pc .attachments .att {
    flex: 0 0 calc(25% - 10px);
    padding-top: calc(25% - 10px);
}

body.infos .article-default.att-layout-gallery.att-width-33pc .attachments .att {
    flex: 0 0 calc(33.333333333333% - 10px);
    padding-top: calc(33.333333333333% - 10px);
}

body.infos .article-default.att-layout-gallery.att-width-50pc .attachments .att {
    flex: 0 0 calc(50% - 10px);
    padding-top: calc(50%- 10px);
}

body.infos .article-default.att-layout-gallery.att-width-66pc .attachments .att {
    flex: 0 0 calc(66.666666666666666% - 10px);
    padding-top: calc(66.666666666666666%- 10px);
}

body.infos .article-default.att-layout-gallery.att-width-75pc .attachments .att {
    flex: 0 0 calc(75% - 10px);
    padding-top: calc(75% - 10px);

}









body.infos .article-title {
    color: var(--blue);

}



body.infos .article-default .article-title {
    font-size: 2rem;
    font-weight: bold;

}

body.infos .article-text {
    text-align: justify;
    font-size: 1rem;
}



body.infos .article-default h3 {
    font-size: 1.1rem;
    color: var(--blue);
    margin: 0 0 15px 0;
    position: relative;
    padding: 0 0 0 0px;
    font-weight: bold;
    text-align: left;
}


body.infos .article-default a {
    color: var(--blue);
    text-decoration: underline;
}

article.article-default .chapeau {
    font-size: 120%;
    font-weight: bold;
}

body.infos .article-default h4 {
    font-size: 1rem;
    color: #111;
    margin: 0 0 25px 0;
    position: relative;
    padding: 0 0 0 25px;
    font-weight: bold;
    text-align: left;
}






@media screen and (min-width: 768px) {
    body.infos .article-default div.two-columns {
        column-count: 2;
        column-gap: 20px;
    }

}

body.infos .article-default div.two-columns p,
body.infos .article-default div.two-columns li {
    text-align: left;
}


@media screen and (max-width: 991px) {
    .article-default .container {

        max-width: 96%;
    }

}

@media screen and (max-width: 767px) {
    .article-default .article-content {
        flex-direction: column;

    }

    .article-default .wordings {
        width: 100%;
        padding: 0 15px 0;
    }

    .article-default .attachments {
        flex: 0 0 100%;
        width: 100%;
        margin-bottom: 0px;
    }

    .article-default .wordings {
        width: 100%;
        padding: 0 15px 0;
    }


    .article-default .article-title {
        text-align: center;
    }



    body.infos .article-default .article-content {
        flex-direction: column;
    }

    body.infos .article-default.att-width-50pc .attachments {
        width: 100% !important;
        flex: 1 0 100% !important;
    }

    body.infos .article-default.att-width-100pc .attachments {
        width: 100% !important;
        flex: 1 0 100% !important;
    }

    body.infos .article-default.att-position-left .wordings,
    body.infos .article-default.att-position-right .wordings {
        padding: 0;
    }

    body.infos .article-default.att-position-right .article-content {
        flex-direction: column-reverse;
    }



}

/* footer.css --- 2024-10-16 16:37:44 */
/* footer */
#footer {
    position: relative;
    background-color: white;
    color: white;
    font-size: 0.9rem;
    padding: 50px 0 0px;
    max-width: 100vw;
    z-index: 1;
}



#footer .container-fluid {
    max-width: 90%;
}

#footer-main {
    padding: 50px 0 25px 0;
    background-color: black;
    color: white;

}

#footer p {
    line-height: 1.4;
    margin: 0 0 10px 0;
    padding: 0 0 0 0;
}

#footer .row>div {
    margin-bottom: 0px;
    display: flex;
    flex-direction: column;
    justify-content: top;
}

#footer .gray-spacer {
    padding-top: 5%;
    background: #fAfAfA;
    margin-bottom: 30px;
}

#footer a {
    color: white;
    text-decoration: none;
}

#footer a:hover {
    text-decoration: underline;
}

#footer .d-flex {
    flex-direction: row;
    align-items: center;
}

#footer-bloc-left .d-flex {
    justify-content: start;
}

#footer-bloc-center .d-flex {
    justify-content: center;
}

#footer-bloc-right .d-flex {
    justify-content: end;
}

#footer-bottom {
    border-top: 1px solid #333;
    padding: 10px 0 20px;
    background-color: black;
    color: white;
}

@media (max-width: 767px) {
    #footer .row {
        flex-direction: column;
        align-items: center;
    }

    #footer .row>div {
        margin-bottom: 15px;
        text-align: center !important;
    }

    #footer-bloc-left .d-flex {
        justify-content: center;
    }

    #footer-bloc-center .d-flex {
        justify-content: center;
    }

    #footer-bloc-right .d-flex {
        justify-content: center;
    }
}

#footer-main {
    border-top: 10px solid var(--orange);
    position: relative;
    margin-top: 70px;
}

#footer-main:before {
    display: block;
    z-index: 1;
    content: ' ';
    position: absolute;
    bottom: calc(100% + 10px);
    left: 50%;
    transform: translateX(-50%) rotate(180deg);
    width: 0;
    height: 0;
    border-left: 50px solid transparent;
    border-right: 50px solid transparent;
    border-top: 50px solid var(--blue);
}

#footer-main:after {
    display: block;
    z-index: 0;
    content: ' ';
    position: absolute;
    bottom: calc(100% + 10px);
    left: 50%;
    transform: translateX(-50%) rotate(180deg);
    width: 100px;
    height: 15px;
    border-left: 70px solid transparent;
    border-right: 70px solid transparent;
    border-top: 70px solid var(--orange);
}

/* attachments.css --- 2024-10-30 10:38:13 */
.attachments img {
    max-width: 100%;
}

.attachments:not(.gallery) {
    width: 50%;
    flex: 0 0 50%;
    font-size: 0;
}

.attachments.width-25pc:not(.gallery) {
    width: 25%;
    flex: 0 0 25%;
}

.attachments.width-33pc:not(.gallery) {
    width: 33%;
    flex: 0 0 33%;
}

.attachments.width-50pc:not(.gallery) {

    width: 50%;
    flex: 0 0 50%;
}

.attachments.width-66pc:not(.gallery) {
    width: 66%;
    flex: 0 0 66%;
}

.attachments.width-75pc:not(.gallery) {
    width: 75%;
    flex: 0 0 75%;
}

.attachments.width-100pc:not(.gallery) {
    width: 100%;
    flex: 0 0 100%;
}


.attachments.right:not(.gallery) {

    margin-left: 30px;
    margin-right: 0;
}

.attachments.center:not(.gallery) {

    margin-left: auto;
    margin-right: auto;
}

.attachments:not(.gallery) .att {
    position: relative;
}

.attachments:not(.gallery) .caption {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.5);
    color: white;
    font-size: 0.7rem;
    padding: 5px 10px;
    line-height: 1;
    text-align: left;
}

/*
.attachments.first-large .att {
    padding: 1px;
}

.attachments.first-large .following {
    width: 25%;
    float: left
}

.attachments.first-large .following a {
    display: block;
    padding-top: 100%;
    background-size: cover;
    background-position: center;
    opacity: 0.8;
}

.attachments.slider {
    position: relative;
}

.attachments.slider .inner {
    position: relative;
    padding-top: 75%;
    overflow: hidden;
}

.attachments.slider .att {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    border: 1px solid #aaa;
    width: 100%;
    height: 100%;
    background: #eee;
}

.attachments.slider .att a {
    display: block;
    text-align: center;
    ;
    height: 100%;
}

.attachments.slider img {
    max-height: 100%;
}

.attachments.slider .current {
    z-index: 10;
}

.attachments.slider .next {
    z-index: 11;
    opacity: 0;
}

.attachments.slider .caption {}

.attachments:not(.gallery) .nav {
    position: absolute;
    top: 40%;
    width: 90%;
    left: 5%;
    z-index: 20;
}

.attachments:not(.gallery) .nav span {
    display: block;
    font-size: 2rem;
    cursor: pointer;
    padding: 5px;
    background: rgba(0, 0, 0, 0.2);
    color: white
}

.attachments:not(.gallery) .nav .nav-left {
    float: left
}

.attachments:not(.gallery) .nav .nav-right {
    float: right
}




@media (max-width: 767px) {
    .attachments {
        float: none !important;
        width: 100% !important;
        margin: 0 0 30px 0 !important;
        padding: 0 0 0 0 !important;
    }
}

*/

/* homepage-nos-produits.css --- 2024-10-30 09:53:17 */
body.homepage article.nos-produits .article-text {
  display: flex;
  flex-direction: column;
  height: 100%;

}

body.homepage article.nos-produits .article-text .text {
  flex: 0;
  padding: 20px 10% 0px;
  text-align: center;
  color: var(--blue);
  font-weight: bold;
  font-size: 1.5rem;
}

body.homepage article.nos-produits .article-text .cover {
  flex: 1;
  position: relative;

  overflow: hidden;
}

body.homepage article.nos-produits .article-text .cover img {
  object-fit: cover;
  height: 100% !important;
  width: 100% !important;

}

@media screen and (max-width: 1199px) {
  body.homepage article.nos-produits {
    height: calc(100vh + 10px);
  }

  body.homepage article.nos-produits .article-content {
    height: calc(100vh);
  }


}

/* article-triangle.css --- 2024-10-14 19:07:33 */
.triangle-top {
  border-top: 10px solid var(--orange);
}

.triangle-top:before {
  display: block;
  z-index: 1;
  content: ' ';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 50px solid transparent;
  border-right: 50px solid transparent;
  border-top: 50px solid var(--blue);
}

.triangle-top:after {
  display: block;
  z-index: 0;
  content: ' ';
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 15px;
  border-left: 70px solid transparent;
  border-right: 70px solid transparent;
  border-top: 70px solid var(--orange);
}



.triangle-bottom {
  border-bottom: 10px solid var(--orange);
}

.triangle-bottom:before {
  display: block;
  z-index: 1;
  content: ' ';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%) rotate(180deg);
  width: 0;
  height: 0;
  border-left: 50px solid transparent;
  border-right: 50px solid transparent;
  border-top: 50px solid var(--blue);
}

.triangle-bottom:after {
  display: block;
  z-index: 0;
  content: ' ';
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%) rotate(180deg);
  width: 100px;
  height: 15px;
  border-left: 70px solid transparent;
  border-right: 70px solid transparent;
  border-top: 70px solid var(--orange);
}

/* homepage.css --- 2024-10-30 16:03:35 */
body.homepage {}

body.homepage #content {
  padding-top: 100vh;
  z-index: 0;
}

body.homepage #hp-contents>article {
  background-color: white;

}

body.homepage .article-default {
  position: relative;
  width: 100%;
  z-index: 1;
}


body.homepage .article-default .article-content {
  height: calc(100vh - 60px - 10px);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 90%;
  margin: 0 auto;
  ;
}



@media screen and (max-width: 1199px) {
  body.homepage .article-default .article-content {
    height: calc(100vh - 10px);
  }
}

body.homepage .article-default .wordings {
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}


body.homepage .article-default .container {
  width: 96%;
  max-width: 96%;
}

body.homepage .article-default .wordings {
  display: flex;
  height: 100%;
  justify-content: center;
  align-items: center;
}

body.homepage .article-default .article-text {
  width: 80%;
  font-size: 1.2rem;
}

body.homepage .article-default .article-title {
  color: var(--blue);
  margin-bottom: 35px;
  text-align: center;
  font-weight: bold;
}


body.homepage .article-default h3 {
  color: var(--orange);
  font-size: 1.3rem;
  font-weight: bold;
}




body.homepage .articles-group {
  position: relative;
  background-color: white;

}


@media screen and (max-width: 991px) {
  body.homepage .article-default .article-content {
    width: 100%;
  }

}

@media screen and (max-width: 767px) {
  body.homepage #hp-contents>article:not(.row-1) .article-content {
    height: auto;
    min-height: 100vh;
  }
}

/* container.css --- 2024-10-11 07:29:41 */
.container {
  width: 100%;
  padding-right: 0px;
  padding-left: 0px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}


@media (max-width: 1200px) {
  .container {
    width: 96% !important;
    max-width: 96% !important;
    margin-left: auto;
    margin-right: auto;
    padding: 0
  }
}

/* homepage-row-1.css --- 2024-10-30 10:28:19 */
body.homepage article.row-1 {
  border: none;
  height: calc(100vh) !important;
  background-color: var(--blue) !important;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 0;
}

body.homepage article.row-1 h1 {
  color: white;
  font-size: 3rem;
  padding: 50px 0 0;
}

body.homepage .row-1 .article-text {
  max-height: calc(100% - 140px);
  flex-direction: column;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;

}

body.homepage .row-1 img {
  max-height: 65vh;
  max-width: 80%;
  height: auto !important;
}

body.homepage article.row-1 .d-flex {
  justify-content: center;
  align-items: center;
}


body.homepage article.row-1 .d-flex>div {
  width: 50%;

}

@media screen and (max-width: 767px) {
  body.homepage article.row-1 .d-flex {
    flex-direction: column;
  }

  body.homepage article.row-1 .d-flex>div {
    width: 80%;
    padding: 15px 0;

  }

}

/* infos.css --- 2024-10-30 11:10:40 */
body.infos {}

body.infos #content {
  padding-top: 60px;
}

@media screen and (max-width: 1199px) {
  body.infos #content {
    padding-top: 0px;
  }
}

#page-cms {
  min-height: calc(100vh - 0px);
}

#page-cms-header {
  border-bottom: 10px solid var(--orange);
  position: relative;
  margin-bottom: 70px;
}

#page-cms-header:before {
  display: block;
  z-index: 1;
  content: ' ';
  position: absolute;
  top: calc(100% + 10px);
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 50px solid transparent;
  border-right: 50px solid transparent;
  border-top: 50px solid var(--blue);
}

#page-cms-header:after {
  display: block;
  z-index: 0;
  content: ' ';
  position: absolute;
  top: calc(100% + 10px);
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 15px;
  border-left: 70px solid transparent;
  border-right: 70px solid transparent;
  border-top: 70px solid var(--orange);
}

#page-cms-header .cover {
  height: calc(100vh - 70px);
  background-position: center;
  background-size: cover;
}

#page-cms-header .logo {
  position: absolute;
  top: 5%;
  right: 5%;
  max-width: 33%;
}

#page-cms-header .page-title {
  position: absolute;
  bottom: 5%;
  left: 2%;
  right: 2%;
  font-weight: bolder;
  text-transform: uppercase;
}

#page-cms-header h1 {
  color: white;
  font-size: 3rem;
  text-align: center;
}


#infos-main>article .article-inner {
  width: 90%;
  max-width: 1400px;
  margin: 0 auto;
}

/* decorations.css --- 2024-10-15 08:18:10 */
#content ul {
  padding: 0 0 0 0px;
  list-style: none;
  margin: 0;
}

#content li {
  margin: 0 0 0 0;
  padding: 0 0 0 12px;
  position: relative;

}


#content li::before {
  content: '';
  position: absolute;
  top: 9px;
  left: 0;
  width: 6px;
  height: 6px;
  background-color: #111;
  border-radius: 50%;
}

.btn {
  border-radius: 0 !important;
}

/* anlightbox.css --- 2024-10-11 07:29:41 */
body #an-lightbox-destroy {
    font-size: 2rem;
    color: white;
    position: absolute;
    top: -5px;

    right: 5px;
    opacity: 0.5;
    transition: opacity 500ms;
    text-decoration: none;
    cursor: pointer;
    z-index: 10010;
}

body .an-lightbox-nav {
    width: 40px;
    height: 60px;
    transition: opacity 500ms;
    opacity: 0.5;

}

body .an-lightbox-nav:hover {

    opacity: 1;
}

/* modal.css --- 2024-10-11 07:29:42 */
.fade:not(.show) {
  opacity: 1 !important;
}

.modal-backdrop {
  background-color: rgba(0, 0, 0, 0.5);
}

.modal-dialog {
  max-height: 80%;
  top: 50%;
  transform: translateY(-50%) !important;
}

.modal-green .modal-header {
  background-color: #008C8D;
  color: white;
}


.modal-blue .modal-header {
  background-color: #253E92;
  color: white;
}



.modal-header .close {
  color: white;
}

/* half-column.css --- 2024-10-30 10:10:19 */
.half-column-group {}

.half-column-group .articles-group-inner {
  max-width: 90%;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0 auto 0;
  justify-content: space-between;
}


.half-column-group .article-inner {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
}


.half-column-group article {
  padding: 0 15px;
  background-color: white;
  padding: 15px;
}


#infos-main .half-column-group .articles-group-inner {
  max-width: 1400px;
  margin: 0 auto;
}


@media screen and (min-width: 0px) and (max-width: 767px) {
  .half-column-group .articles-group-inner {
    flex-direction: column;
  }

  .half-column-group article {
    flex: 0 0 100%;
    width: 100%;
    margin-bottom: 25px;
  }
}

/* form.css --- 2024-10-11 07:29:41 */
form {}

form label.form-group-label {
  font-size: 0.85rem;
  margin-bottom: 0.2rem;
}

form .form-group {
  margin-bottom: 0.75rem;
}

form {}

form {}

/* header.css --- 2024-10-11 10:39:23 */
/* header */

#header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: var(--orange);
    z-index: 1000;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}



#header-liens {}


.top-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
}

.top-links li {
    margin-left: 20px;
}

.top-links li a {
    color: #111;
    font-size: 0.9rem;
    opacity: 0.8;
    transition: all 300ms;
    text-transform: uppercase;
}

.top-links li:hover a {
    opacity: 1;

}

.header-col {}

#header p,
#header .row {
    margin: 0;
    padding: 0;
}

header .logo {
    display: inline-block;
}

header .logo img {

    max-width: 100%;
    max-height: 60px;
}

#header-main {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
}





@media screen and (max-width: 991px) {

    header .col-sm-4 {
        width: 33.33333% !important;
    }

    header .container-fluid {}

    #header .languages {
        padding-top: 25px
    }

}

@media screen and (max-width: 576px) {
    header img {
        max-width: 60%;
    }
}

/* page-actualites.css --- 2024-10-30 10:42:43 */


/* responsive.css --- 1970-01-01 01:00:00 */


