/* base.css --- 2025-01-06 11:47:26 */
html,
body {
    height: 100%;
    background: #fff;
    font-family: 'Inter', sans-serif;
    font-size: 100%;
    overflow-x: hidden;
}

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

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

body {}

@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;
}

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

.pointer {
    cursor: pointer
}

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

.upper {
    text-transform: uppercase;
}

.relative {
    position: relative !important;
}

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

.light {
    font-weight: lighter;
}

.cover {
    background-position: center;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

@media (max-width: 1200px) {
    .container {
        width: 96% !important;
        margin-left: auto;
        margin-right: auto;
        padding: 0
    }
}

/* page-cms-header.css --- 2025-01-06 11:47:27 */
#page-cms-header {
    height: 350px;
    position: relative;
}

/* menu.css --- 2025-02-13 11:34:57 */
@media screen and (min-width: 992px) {


    #menu-burger {
        display: none;
    }

    #menu {
        /* background-color: var(--red); */
        padding: 0px 0;
        z-index: 1000;
        height: 100%;

    }

    #menu a {
        text-decoration: none;
    }

    #menu .inner {
        width: 96%;
        margin: 0 auto;
        display: flex;
        flex-direction: row;
        justify-content: flex-end;
        font-weight: 500;
    }

    #menu ul.level0 {
        list-style: none;
        margin: 0;
        padding: 0;
        display: flex;
        height: 100%;

    }

    #menu li.level0 {
        margin: 0;
        padding: 0;
        display: flex;

        align-items: center;
        position: relative;
        height: 100%;

    }

    #menu li.level0>a {
        margin: 0;
        padding: 0 20px;
        display: block;
        font-size: 1.2rem;
        color: white;
        text-align: center;
        line-height: 1.2;
    }

    #menu li.level0>ul {
        list-style: none;
        position: absolute;
        top: 100%;
        transform: translateY(0px);
        left: 0%;
        width: 250px;
        background-color: white;
        z-index: 1000;
        margin: 0;
        padding: 0;
        overflow: hidden;
        max-height: 0;
        padding-top: 0px;
        transition: all 700ms;
        border: 0px solid #111;
    }

    #menu li.level0:hover>ul {
        height: auto;
        max-height: 600px;

        border-bottom: 1px solid #111;
        border-left: 1px solid #111;
        border-right: 1px solid #111;
        border-bottom-right-radius: 10px;
        border-bottom-left-radius: 10px;

    }

    #menu li.level1 {
        /*border-bottom: 1px dotted rgba(255, 255, 255, 0.5);*/

    }

    #menu li.level1:last-child {
        border: none;
    }

    #menu li.level1>a {
        display: block;
        color: #111;
        font-size: 0.9rem;
        padding: 10px 20px 10px 10px;
        border-left: 5px solid transparent;
        transition: all 300ms;
        border-bottom: 1px dotted #aaa;
    }

    #menu li.level1:last-child>a {
        border-bottom: none;
    }

    #menu li.level1>a:hover {
        color: #fff;
        background-color: var(--red);
        /* padding: 10px 10px 10px 30px; */
        text-decoration: none;
        /*color: #d9000d;*/
    }
}

@media screen and (max-width: 991px) {




    #menu-burger {
        display: block;
        position: fixed;
        top: 10px;
        right: 20px;
        z-index: 1001;
        cursor: pointer;
    }

    #menu-burger img {
        display: none;
    }

    #menu-burger:after,
    #menu-burger:before {
        position: absolute;
        top: 8px;
        right: 0;
        font-family: "FontAwesome";
        font-size: 2rem;
        background: var(--red);
        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 1000ms;
        background-image: url('/img/gears1-white.png?h=100');
        background-repeat: no-repeat;
        background-position: 25px 25px;
        background-color: var(--red);
        padding-top: 100px;
    }

    #menu a {
        text-decoration: none;
    }

    #menu a:hover {
        text-decoration: underline;
    }

    #menu ul {
        margin: 0 0 0 15px;
        padding: 0;
        list-style: none;
    }

    #menu ul.level0 {
        width: 350px;
        margin: 0;
        padding: 50px 25px;
        list-style: none;
    }

    #menu ul.level0 {
        width: 350px;
        margin: 0;
        padding: 50px 25px;
        list-style: none;
    }

    #menu li.level0 {
        margin: 0 0 15px;
    }

    #menu li.level0 a {
        font-size: 1.2rem;
    }

    #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 !important;
    }

    #menu li.level0>a {
        font-weight: 900;
        text-transform: uppercase;
    }

    body.menu-on #above-all {
        display: block;

    }

    body.menu-on #menu {
        max-width: 90%
    }
}

/* grid.css --- 2025-01-06 11:47:27 */
.grid-wrapper {
    margin: 0 -30px;
}

.grid {
    overflow: hidden;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.grid .grid-item {
    padding: 0 15px;
    margin-bottom: 30px;
    /* border: 1px solid pink; */
}

.grid .grid-item-inner {
    /* border: 1px solid pink; */
    position: relative;
}

.grid .grid-item:nth-child(10n+1),
.grid .grid-item:nth-child(10n+7) {
    width: 66.6666666666%;
}

.grid .grid-item:nth-child(10n+2),
.grid .grid-item:nth-child(10n+3),
.grid .grid-item:nth-child(10n+4),
.grid .grid-item:nth-child(10n+5),
.grid .grid-item:nth-child(10n+6),
.grid .grid-item:nth-child(10n+8),
.grid .grid-item:nth-child(10n+9),
.grid .grid-item:nth-child(10n+10) {
    width: 33.333333333%;
}

.grid .grid-item:nth-child(10n+2) .grid-item-inner,
.grid .grid-item:nth-child(10n+3) .grid-item-inner,
.grid .grid-item:nth-child(10n+4) .grid-item-inner,
.grid .grid-item:nth-child(10n+5) .grid-item-inner,
.grid .grid-item:nth-child(10n+6) .grid-item-inner,
.grid .grid-item:nth-child(10n+8) .grid-item-inner,
.grid .grid-item:nth-child(10n+9) .grid-item-inner,
.grid .grid-item:nth-child(10n+10) .grid-item-inner {
    padding-top: 90%;
}

.grid .grid-item:nth-child(10n+1) .grid-item-inner,
.grid .grid-item:nth-child(10n+7) .grid-item-inner {
    padding-top: calc(45% - 15px);
}

.grid .cover {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-position: center;
    background-size: cover;
}

@media (max-width: 767px) {
    .grid .grid-item {
        width: 100% !important;
    }

    .grid .grid-item .grid-item-inner {
        padding-top: 60% !important;
    }
}

/* banniere-homepage.css --- 2025-01-06 11:47:26 */
article.banniere-homepage {}

article.banniere-homepage .container {
    width: 100% !important;
    max-width: 10000px;
    padding: 0;
    margin: 0
}

article.banniere-homepage img {
    width: 100% !important;
}

/* baseline-homepage.css --- 2025-01-06 11:47:26 */
.baseline-homepage {}

.baseline-homepage .article-content {
    border-bottom: 2px solid #999;
}

.baseline-homepage .article-text {
    font-size: 1.8rem;
    width: 55%;
    margin-bottom: -30px;
    background-color: white;
    padding-right: 10px;
}


@media screen and (max-width: 991px) {
    .baseline-homepage .article-content {
        border-bottom: 0px solid #999;
    }

    .baseline-homepage .article-text {
        font-size: 1.8rem;
        width: 100%;
        margin-bottom: -30px;
        background-color: white;
        padding-right: 10px;
        text-align: center;
    }
}

/* above-all.css --- 2025-01-06 11:47:26 */
#above-all {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  /* sous le menu responsive */
  display: none;
  background-color: rgba(255, 255, 255, .3);
}

/* colors.css --- 2025-01-15 09:10:39 */
:root {
    --red: rgba(197, 21, 42, 100);
}



.bg-gray-c {
    background-color: #ccc;
}

.bg-gray-d {
    background-color: #ddd;
}

.bg-gray-e {
    background-color: #eee;
}


article.bg-gray-c,
article.bg-gray-d,
article.bg-gray-e {
    padding-top: 50px;
}

/* article-default.css --- 2025-01-15 09:46:00 */
body.infos .article-default {
    padding-bottom: 40px;
}

body.infos .article-default .article-inner {}

body.infos .article-default .article-content {
    display: flex;
    flex-direction: row;
    align-items: center;
}

body.infos .article-default.att-position-right .article-content {
    flex-direction: row-reverse;
}

body.infos .article-default .wordings {
    flex: 1;
}

body.infos .article-default.att-position-left .wordings {
    padding-left: 5%;
}

body.infos .article-default.att-position-right .wordings {
    padding-right: 5%;
}

body.infos .article-default.att-width-50pc .attachments {
    flex: 0 0 45%;
    width: 45%;
}

body.infos .article-default.att-width-33pc .attachments {
    flex: 0 0 30%;
    width: 30%;
}

body.infos .article-default.att-width-25pc .attachments {
    flex: 0 0 20%;
    width: 20%;
}

body.infos .article-default .article-title {
    margin-bottom: 25px;
}

body.infos .article-default h2 {
    color: var(--red);
    line-height: 1.3;
    font-size: 1.7rem;
    position: relative;
    padding-left: 25px;
}

body.infos .article-default h2:before {
    content: ' ';
    width: 15px;
    height: 15px;
    background-color: var(--red);
    position: absolute;
    top: 10px;
    left: 0;
}




body.infos .article-text {
    text-align: justify;
    font-size: 0.9rem;
}


body.infos .article-text strong {
    color: var(--red);
}





body.infos .article-default h3 {
    font-size: 1.1rem;
    /* color: var(--red); */
    margin: 40px 0 15px 0;
    padding: 0 0 7px 0;
    position: relative;
    font-weight: bold;
    text-align: left;
    position: relative;
}

body.infos .article-default h3:after {
    content: ' ';
    width: 40px;
    height: 3px;
    background-color: #d9000d;
    position: absolute;
    top: 100%;
    left: 0;

}



body.infos .article-default h4 {
    font-size: 1rem;
    color: var(--red);
    margin: 0 0 25px 0;
    position: relative;
    padding: 0 0 0 25px;
    font-weight: bold;
    text-align: left;
}

/*
*/
span.red-disk {
    width: 18px;
    height: 18px;
    background-color: #d9000d;
    position: absolute;
    top: 0px;
    left: 0;
    padding-top: 1px;
    color: white;
    border-radius: 50%;
    line-height: 1;
    font-size: 80%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

span.blue-disk {
    width: 18px;
    height: 18px;
    background-color: var(--red);
    position: absolute;
    top: 0px;
    left: 0;
    padding-top: 1px;
    color: white;
    border-radius: 50%;
    line-height: 1;
    font-size: 80%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.address,
.bg-gray-e {
    background-color: #eee;
    height: 100%;
    padding: 15px;
    border: #e0e0e0 1px solid;
    border-radius: 7px;
}

.address {
    max-width: 350px;
    margin-bottom: 15px;
    padding-left: 50px;
    position: relative;
}

.address * {
    text-align: left;
}


.address::before {

    font-family: 'FontAwesome';
    content: "\f041";
    position: absolute;
    top: 5px;
    left: 15px;
    font-size: 2.5rem;
    color: #d9000d;

}

body.infos .title-red-left-border h2 {
    font-size: 1.1rem;
    color: var(--red);
    margin: 0 0 15px 0;
    position: relative;
    padding: 0 0 0 12px;
    font-weight: bold;
}

body.infos .title-red-left-border h2:before {
    content: ' ';
    width: 5px;
    height: 15px;
    background-color: #d9000d;

    position: absolute;
    top: 3px;
    left: 0;
}

@media screen and (max-width: 991px) {
    .article-default .container {
        flex-direction: column;
        max-width: 96%;
    }

    .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;
    }




}

/* agence.css --- 2025-01-14 14:36:19 */
article.agence {
  padding-bottom: 40px !important
}

article.agence .article-inner {
  border-bottom: 1px solid var(--red);
  padding-bottom: 30px;
}


article.agence:last-child .article-inner {
  border-bottom: none;

}


article.agence .article-content {
  align-items: flex-start !important;
}

article.agence .article-title {
  margin-bottom: 0px !important;
}

article.agence .article-title h2 {
  font-weight: bold !important;

}

article.agence .article-text {
  font-size: 0.9rem;
}


article.agence h3 {
  font-size: 1.2rem;
  margin-bottom: 25px;
}


article.agence p.address,
article.agence p.phone,
article.agence p.contact {
  position: relative;
  padding-left: 30px;
  margin-bottom: 15px;

  font-size: 0.95rem;
}


article.agence p.phone,
article.agence p.contact {
  padding-top: 6px;
}


article.agence p.contact {
  margin-bottom: 35px;
}

article.agence p.address:before,
article.agence p.phone:before,
article.agence p.contact:before {
  font-family: FontAwesome;
  font-size: 1.3rem;
  position: absolute;
  top: 0;
  left: 0;
  color: var(--red);

}

article.agence p.address:before {
  content: "\f041";

}


article.agence p.phone:before {

  content: "\f095";
}

article.agence p.contact:before {

  content: "\f007";


}


@media screen and (max-width: 767px) {

  body.agences #page-cms-header,
  body.agence #page-cms-header {
    display: none;
  }

  article.agence .article-content {
    flex-direction: column !important;
  }

}

/* footer.css --- 2025-02-13 13:13:23 */
/* footer */

#footer {
    background-color: #101010;
    color: #fff;
    font-size: 0.80rem;
    padding: 45px 0;
}

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

#footer .row>div {}

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

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

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

#footer-bloc-left {}

#footer-bloc-left ul {
    list-style: none;
    padding: 0;
    margin: 0;

}

#footer-bloc-left>ul {

    border-left: 1px white solid;
}

#footer-bloc-left>ul ul {
    padding-top: 0;
    max-height: 0;
    overflow: hidden;
    transition: all 500ms;
}

#footer-bloc-left li {

    padding-right: 25px;
    max-width: 200px;
}

#footer-bloc-left li a {
    display: inline-block;
    position: relative;
    padding-right: 25px;
    cursor: pointer;
}

/* Updated CSS for FA6 */
#footer-bloc-left li.haschild>a:after {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    content: "\f107";
    position: absolute;
    top: 0;
    right: 0;
}

#footer-bloc-left li.opened span:after {
    content: "\f106";
}

#footer-bloc-left>ul li.opened ul {
    padding-top: 5px;
    max-height: 200px;

}


#footer-bloc-left li {
    padding: 3px 0 3px 10px;
    margin: 0;
}

#footer-bloc-left li:first-child {
    padding-top: 0;
}

#footer-bloc-left li:last-child {
    padding-bottom: 0;
}

#footer h3 {
    margin-bottom: 7px;
    font-size: 1.2rem;
}

#footer .reseaux-sociaux {
    display: flex;
    justify-content: end;

    gap: 5px;

}



#footer .reseaux-sociaux img {
    max-height: 40px;
    width: auto !important;
    transition: all .2s ease-in-out;
}

#footer .partners {
    padding-top: 10px;
    display: flex;
    flex-direction: column;
    justify-content: end;
    align-items: center;
    gap: 5px;
    max-width: 200px;
    float: right;
}


#footer .partners a {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 5px;
    padding: 3px 7px;
    background-color: #ffffff;
}

#footer .partners .brand {
    color: white !important;
    font-style: normal !important;
    font-weight: normal !important;
}

#footer .partners img {
    max-width: 140px;
    max-height: 60px;
}


#footer-bloc-center {}

#footer-bloc-center h3 {
    text-align: center;
}

#footer-bottom {}

#footer-bottom .separator {
    display: inline-block;
    margin-left: 5px;
}

@media (max-width: 991px) {
    #footer .container {
        max-width: 100%;
    }


}

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

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

    #footer-bloc-left>ul {
        border: none;
        max-width: 300px;
        margin: 0 auto;
    }

    #footer-bloc-left>ul>li {

        padding: 3px 0 !important;
        max-width: 100%;
    }

    #footer-bloc-left>ul a {
        padding: 0 !important;
    }

    #footer .reseaux-sociaux,
    #footer .partners {
        justify-content: center;
        max-width: 100%;
        float: none;
    }
}

/* attachments.css --- 2025-01-14 14:36:19 */
.attachments {
    width: 50%;
    float: left;
    margin-right: 30px;

    font-size: 0;
}

.attachments.width-25pc {
    width: 25%;
}

.attachments.width-33pc {
    width: 33%;
}

.attachments.width-50pc {
    width: 50%;
}

.attachments.width-66pc {
    width: 66%;
}

.attachments.width-75pc {
    width: 75%;
}

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

.attachments.width-100pc {
    width: 100%;
    float: none
}

.attachments.right {
    float: right;
    margin-left: 30px;
    margin-right: 0;
}

.attachments.center {
    float: none;
    margin-left: auto;
    margin-right: auto;
}

.attachments .att {
    position: relative;
}

.attachments .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 .nav {
    position: absolute;
    top: 40%;
    width: 90%;
    left: 5%;
    z-index: 20;
}

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

.attachments .nav .nav-left {
    float: left
}

.attachments .nav .nav-right {
    float: right
}

.attachments.squares {
    border: 1px solid pink;
}

.attachments.squares .inner {
    padding-top: 100%;
    position: relative;
}

.attachments.squares .att {
    position: absolute;
}

.attachments.squares a {
    border-radius: 25px;
    border: 1px solid var(--red);
    z-index: 1;
    transition: all 200ms;
}

.attachments.squares a:hover {
    z-index: 2;
    transform: scale(1.1);
}

.attachments.squares-1 {}

.attachments.squares-1 .att {
    width: 80%;
    padding-top: 80%;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}

.attachments.squares-2 .att {
    width: 60%;
    padding-top: 60%;
}

.attachments.squares-2 .square-1 {
    top: 0%;
    left: 0%;
}

.attachments.squares-2 .square-2 {
    bottom: 0%;
    right: 0%;
}

.attachments.squares-3 {}

.attachments.squares-4 {}



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

/* banner.css --- 2025-01-14 14:36:19 */
article.banner {}

article.banner .article-text {
    border: 3px solid var(--red);
    border-radius: 45px;
    max-width: 85%;
    margin: 0 auto;
    padding: 15px;
    background-color: #fafafa;
}

/* know-how-in-squares.css --- 2025-02-13 12:07:47 */
ul.know-how-in-squares {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 1024px;
    width: 96%;
    list-style: none;
    margin: 0 auto;
    padding: 0;
}

ul.know-how-in-squares li {
    flex: 0 0 25%;
    padding: 15px 15px 15px 15px;
    position: relative;
    box-shadow: 0px 3px 6px #00000029;
    border: 1px solid #c5152a;
    border-radius: 50px;
    background-color: rgba(255, 255, 255, 0.7);
    transition: all .2s ease-in-out;
    cursor: pointer;
    aspect-ratio: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}

ul.know-how-in-squares li:hover {
    transform: scale(1.1);
    background-color: rgba(255, 255, 255, 0.9);
}


ul.know-how-in-squares span.title {
    flex: 0 0 70px;
    height: 70px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    padding: 0 !important;
    margin: 0 !important;
    font-weight: bold;
    font-size: 1.05rem;
    line-height: 1.1;

}

ul.know-how-in-squares span.more {
    flex: 0 0 20px;
    justify-content: center;
    text-align: center;
    padding: 0 !important;
    margin: 0 !important;
    font-weight: bold;
    font-size: 0.8rem;
    line-height: 1.1;
    color: #c5152a;

}



ul.know-how-in-squares a {
    display: block;
    text-align: center;
    color: #505050 !important;
    text-decoration: none;
}




@media screen and (min-width: 992px) and (max-width: 1200px) {
    ul.know-how-in-squares a {
        top: 20%;
        font-size: 1rem;
        line-height: 1.1rem;
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {

    /*
    ul.know-how-in-squares li {
        border-radius: 25px;
        padding-top: 18%;

    }
    */
    ul.know-how-in-squares a {
        top: 10%;
        font-size: 0.95rem;
        line-height: 1rem;
    }

    ul.know-how-in-squares li {
        flex: 0 0 32%;
    }

}


@media screen and (max-width: 767px) {


    ul.know-how-in-squares {
        align-items: center;
        justify-content: center;
    }

    ul.know-how-in-squares {
        align-items: center;
        justify-content: center;
    }

    ul.know-how-in-squares li {
        flex: 0 0 90%;
        margin: 0 0px 30px;
        border-radius: 25px;
        aspect-ratio: unset;
        flex-direction: row;

    }

    ul.know-how-in-squares a {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        flex: 1;
        gap: 10px;
    }

    ul.know-how-in-squares a img {
        flex: 0 0 60px;
        width: 60px !important;
    }

    ul.know-how-in-squares a .title {
        flex: 1;
    }

    ul.know-how-in-squares a .more {
        flex: 0 0 90px;
    }


    ul.know-how-in-squares a {
        top: 10%;
        font-size: 0.95rem;
        line-height: 1rem;
    }

}


@media screen and (max-width:549px) {
    ul.know-how-in-squares li {
        flex: 0 0 96%;
    }

    ul.know-how-in-squares a .more {
        flex: 0 0 60px;
    }


}

/* card.css --- 2025-02-24 06:59:44 */
.card-body {
  background-color: #f1f1f1;
}

h5.card-title {
  font-weight: bold;
  font-size: 1rem;
}

/* homepage.css --- 2025-02-13 12:12:04 */
body.homepage {}

body.homepage article {}

#hp-row-2 {}

#hp-row-2 article {
    margin-bottom: 60px
}


body.homepage .article-title {
    text-align: left;
    font-size: 2rem;
    margin-bottom: 50px;
    position: relative;

}

body.homepage .article-title>span {
    display: inline-block;
    max-width: 48%;
    text-align: left;

}

body.homepage .article-title:after {
    content: ' ';
    width: 50%;
    position: absolute;
    height: 2px;
    background-color: #aaa;
    right: 0;
    bottom: 0;

}

@media screen and (min-width: 320px) and (max-width: 576px) {
    body.homepage .article-title {}

    body.homepage .article-title>span {

        max-width: 100%;
        text-align: center;

    }

    body.homepage .article-title:after {

        display: none;
    }

}

/* article-cta.css --- 2025-01-15 11:02:47 */
article.cta {
  background-color: var(--red);
}

article.cta .article-content {
  width: 90%;
  max-width: 992px;
  padding: 50px 50px 0px;
  text-align: center;
  border: 2px solid var(--red);
  border-radius: 25px;
  color: #fff;
  /* background-color: #f0f0f0; */
  margin: 0 auto;
}

article.cta p {
  font-size: 1.3rem;
  text-align: center;
  margin-bottom: 50px;

}

article.cta .brand {
  color: white !important;
}

/* button.css --- 2025-01-15 08:42:15 */
.btn {
  border-radius: 15px;
}

.btn-lg {
  border-radius: 25px;
}

.btn-red {
  color: #fff !important;

  background-color: var(--red);

  border-color: var(--red);


}

.btn-red:hover {
  color: #fff;
  background-color: rgba(176, 18, 38, 100);
  border-color: rgba(176, 18, 38, 100);
}

.btn-red:focus,
.btn-red.focus {
  color: #fff;
  background-color: rgba(176, 18, 38, 100);
  border-color: rgba(176, 18, 38, 100);
}

.btn-red:disabled,
.btn-red.disabled {
  color: #fff;
  background-color: rgba(197, 21, 42, 0.5);

  border-color: rgba(197, 21, 42, 0.5);
  pointer-events: none;
  opacity: 0.65;
}


.btn-white {
  color: var(--red) !important;
  /* Texte gris foncé */
  background-color: #fff;
  /* Couleur blanche */
  border-color: #fff;
  /* Bordure blanche */
}

.btn-white:hover {
  color: var(--red);
  /* Texte gris foncé */
  background-color: rgba(255, 255, 255, 0.9);
  /* Couleur légèrement atténuée */
  border-color: rgba(255, 255, 255, 0.9);
  /* Bordure légèrement atténuée */
}

.btn-white:focus,
.btn-white.focus {
  color: var(--red);
  background-color: rgba(255, 255, 255, 0.9);
  /* Couleur légèrement atténuée */
  border-color: rgba(255, 255, 255, 0.9);
}

.btn-white:disabled,
.btn-white.disabled {
  color: #eee;
  /* Texte gris clair */
  background-color: rgba(255, 255, 255, 0.5);
  /* Couleur atténuée */
  border-color: rgba(255, 255, 255, 0.5);
  pointer-events: none;
  opacity: 0.65;
}

/* about-us-homepage.css --- 2025-02-13 12:11:07 */
.about-us-homepage {}

.about-us-homepage .container {}

.about-us-homepage .article-content {

    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.about-us-homepage .side {}

.about-us-homepage .attachments {
    flex: 0 0 45%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.about-us-homepage .attachments-inner {
    background-image: url('/img/about-us-attachments-bg.png');
    background-position: center;
    background-size: contain;
    /* overflow: hidden; */
    width: 100%;
}

.about-us-homepage .attachment {
    display: block;
    width: calc(50% - 35px);
    float: left;
    aspect-ratio: 1;
    margin: 35px 0;
    background-position: center;
    background-size: cover;
    box-shadow: 0px 3px 6px #00000029;
    border: 2px solid var(--red);
    border-radius: 50px;
    transition: all .2s ease-in-out;
}

.about-us-homepage .attachment:hover {
    transform: scale(1.1);
}

.about-us-homepage .attachment:nth-child(1) {
    margin: 0 35px 35px 0;
}

.about-us-homepage .attachment:nth-child(2) {
    margin: 0 0 35px 35px;
}

.about-us-homepage .attachment:nth-child(3) {
    margin: 35px 35px 0 0;
}

.about-us-homepage .attachment:nth-child(4) {
    margin: 35px 0 0 35px;
}

.about-us-homepage .attachment:nth-child(even) {
    float: right;
}

.about-us-homepage .wordings {
    width: calc(50% - 0px);
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 80px;
    font-size: 1.2rem;
    text-align: justify;
}

.about-us-homepage p.more {
    padding-top: 15px;
}

.about-us-homepage p.more a {
    color: inherit;
    font-size: 1rem;
    color: inherit !important;

}



@media screen and (max-width: 991px) {
    .about-us-homepage .article-content {
        flex-direction: column;
        max-width: 96%;
    }

    .about-us-homepage .wordings {
        width: 100%;
        padding: 0 15px 0;
    }

    .about-us-homepage .attachments {
        flex: 0 0 100%;
        width: 100%;
        margin-bottom: 40px;
    }

    .about-us-homepage .wordings {
        width: 100%;
        padding: 0 0 0;
    }

}


@media screen and (max-width: 576px) {
    .about-us-homepage .attachments {
        flex: 0 0 100%;
        width: 100%;
        margin-bottom: 40px;
    }

    .about-us-homepage .attachment {
        margin: 15px 0 !important;
        border-radius: 20px;
    }
}

/* decoration.css --- 2025-01-14 16:42:13 */
a {
    cursor: pointer;
}

.chevron-right-before {
    position: relative;
    padding-left: 25px;
}

.chevron-right-before:before {
    font-family: 'Glyphicons Halflings';
    content: "\e080";
    top: -1px;
    left: -3px;
    margin-right: 0px;
    font-size: 95%;
    position: absolute;
    transition: all 220ms;
}

.chevron-right-before:hover::before {
    left: 3px;
}

.btn-xl {
    padding: 15px 25px;
    font-size: 1.5rem;
}



span.brand,
span.brand a {
    font-family: 'Helvetica-Neue-Condensed-Bold' !important;
    font-weight: bold;
    color: var(--red);
    font-size: 115%;
    font-style: italic;
    text-wrap: nowrap;

}

#content a {
    color: var(--red);
}

#content a.chevron {

    text-decoration: none !important;
}

#content .chevron::before {
    content: "\f054";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    margin-right: 0.5em;
    display: inline-block;
    color: var(--red);
    transition: transform 0.3s ease;
    text-decoration: none !important;
}


.chevron:hover::before {
    transform: translateX(5px);
}

/* carrousel-homepage.css --- 2025-02-13 12:19:51 */
#carrousel-homepage {
    margin-bottom: 3rem;
}

#carrousel-homepage .slides {
    height: 740px;
    position: relative;
}

#carrousel-homepage .slide {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #050505;
}

#carrousel-homepage .bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 0.5;
}


#carrousel-homepage .content {
    position: absolute;
    left: 5%;
    right: 5%;

    top: 20%;
    bottom: 10%;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: space-between;

}


#carrousel-homepage ul {
    /*
    position: absolute;
    left: 5%;
    right: 5%;
    bottom: 0;

    transform: translateY(-15%);
    
    height: 240px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: space-between;
    */
}



@media screen and (max-width: 1024px) {


    #carrousel-homepage {
        margin-bottom: 80px;
    }

}




@media screen and (max-width: 768px) {
    #carrousel-homepage {
        margin-bottom: 60px;
    }

    #carrousel-homepage .slides {
        height: 96vh;
    }

    #carrousel-homepage .logo {
        height: 60%;
    }

    #carrousel-homepage .logo img {}

    #carrousel-homepage .content {
        height: auto;
        bottom: 5%;
        transform: translateY(+0%);
        left: 2%;
        right: 2%;
    }

}

/* cities-homepage.css --- 2025-01-14 14:36:19 */
/*
article.hominov-cities {}

article.hominov-cities ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

article.hominov-cities li {
    padding: 0;
    margin: 0;
    color: var(--red);
    font-size: 2rem;
    font-weight: bold;
}

article.hominov-cities li:before,
article.hominov-cities li:last-child:after {
    content: '•';
    display: inline-block;
    margin: 0 15px;
}

article.hominov-cities li:last-child:after {}


/*
• Avignon • Montpellier • Marseille • Nice • Lyon
*/

/* demie-colonne.css --- 2025-02-13 10:57:00 */
.demi-colonne-group {}

.demi-colonne-group .news-group-inner {
  display: flex;
  gap: 30px;
}

.demi-colonne-group article {}

@media screen and (min-width: 768px) {
  .demi-colonne-group .news-group-inner {
    flex-direction: row;

  }

  .demi-colonne-group article {
    flex: 0 0 calc(50% - 30px);
  }
}

@media screen and (max-width: 767px) {
  .demi-colonne-group .news-group-inner {
    flex-direction: column;
  }
}

/* rge-homepage.css --- 2025-02-13 12:20:45 */
article.rge-homepage {
    background-color: #E0D9D9;
    padding: 50px 0px 35px;
}



article.rge-homepage ul {
    list-style: none;
    margin: 50px 0;
    padding: 0;
    display: flex;
    flex-direction: row;
    gap: 30px;
    justify-content: center;



}

article.rge-homepage li {
    flex: 0 0 calc(33.33333333333% - 35px);
    padding: 0 0 0px 0;
    background-color: white;
    box-shadow: 0px 1px 3px #00000029;
    border: 0px solid var(--red);
    border-radius: 50px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: space-between;

}


article.rge-homepage li p {
    text-align: center;
    margin: 0;


}

article.rge-homepage li p.title {

    background-color: var(--red);
    color: white;
    font-weight: bold;
    padding: 15px 35px;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

article.rge-homepage li p.more {

    font-weight: bold;
    padding: 35px 35px;
}


article.rge-homepage li p.more a {
    font-size: 0.9rem;
    color: var(--red);

}

article.rge-homepage li p article.rge-homepage strong {
    color: var(--red)
}

article.rge-homepage img {
    width: 100%;
    margin: 0 0 0 0;
}


@media screen and (min-width: 768px) and (max-width: 991px) {
    article.rge-homepage li {
        flex: 0 0 33.33333333333%;
        padding: 25px;
    }

}

@media screen and (min-width: 0px) and (max-width: 767px) {
    article.rge-homepage ul {
        flex-direction: column;
        justify-content: center;
        max-width: 350px;
        margin: 0 auto;
        padding-bottom: 30px;

    }

    article.rge-homepage li {
        flex: 0 0 50%;
        padding: 10px;
    }

}

/* infos.css --- 2025-02-13 13:18:16 */
body.infos {}

body.infos #content {
    min-height: 90vh;

}

body.infos .page-title {
    padding-top: 35px;
    border-bottom: 2px solid #999;
    margin-bottom: 35px;
}

body.infos h1,
body.infos .h1 {
    position: relative;
    display: inline-block;
    font-size: 2rem;
    max-width: 55%;
    width: auto;
    background-color: white;
    padding-right: 10px;
    bottom: -3px;
    color: #666;

}

@media screen and (max-width: 767px) {

    body.infos h1,
    body.infos .h1 {
        font-size: 1.8rem;
        max-width: 100%;
    }

    body.infos .article-default h2 {
        font-size: 1.5rem;
    }

    body.infos .page-title {
        /*
        padding-top: 35px;
        border-bottom: 2px solid #999;
        margin-bottom: 35px;
        */
    }

}

@media screen and (max-width: 576px) {
    body.infos .page-title {
        border: none !important;
    }

    body.infos .page-title {
        margin-left: 10px !important;
        margin-right: 10px !important;
        text-align: center;

    }

}

/* header.css --- 2025-02-13 11:37:08 */
/* header */

#header {
    background: var(--red);
    padding: 0 0;
    position: relative;
    padding: 0 0;
}

#header p {
    padding: 0 !important;
    margin: 0 !important;
}

#header .row {
    align-items: center;
    height: 72px;
    /* Assure que .row occupe toute la hauteur de son parent */
}

#header .header-col {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#header-bloc-left a {
    display: inline-block;
}

@media screen and (min-width: 400px) {

    #header-bloc-left img {
        margin: 5px 0;
        height: 60px !important;
        width: auto !important;
        max-width: 800px !important;

    }
}


@media screen and (max-width: 991px) {
    header .container-fluid {
        margin-right: 60px;
        margin-left: 60px;
        width: auto;
    }

    #header-bloc-left {
        text-align: center;
    }


}

@media screen and (max-width: 399px) {
    #header-bloc-left {
        text-align: left;
    }

    .container-fluid {
        margin: auto !important;
    }

    #header-bloc-left img {
        max-width: 90%;
    }
}

/* fonts.css --- 2025-01-15 10:42:19 */
@font-face {
    font-family: Helvetica-Neue-Condensed-Bold;
    src: url('fonts/Helvetica-Neue-Condensed-Bold.ttf');
}

@font-face {
    font-family: Helvetica-Neue-Light;
    src: url('fonts/Helvetica-Neue-Light.ttf');
}

.helvetica-condensed-bold {
    font-family: Helvetica-Neue-Condensed-Bold !important;
}

.helvetica-light {
    font-family: Helvetica-Neue-Light !important;
}

h1,
.h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Helvetica-Neue-Light, sans-serif;
    margin: 0;
    padding: 0;
}

h1,
.h1 {
    font-size: 3rem;
    font-weight: bold;
    color: #111;
}

h2 {
    font-size: 2.5rem;
}




.font-size-100 {
    font-size: 1.0rem;
}

.font-size-120 {
    font-size: 1.2rem;
}

.font-size-130 {
    font-size: 1.3rem;
}

.font-size-140 {
    font-size: 1.4rem;
}

.font-size-150 {
    font-size: 1.5rem;
}

.text-big {
    font-size: 1.5rem;
}

p.chapeau {
    color: #666 !important;
    font-weight: bold;
    font-size: 120%
}

@media (min-width: 500px) and (max-width: 767px) {
    h1 {
        font-size: 2.6rem;
        line-height: 1.1;
    }
}

@media (max-width: 499px) {
    h1 {
        font-size: 2.2rem;
        line-height: 1.1;
    }
}

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


