/* base.css --- 2024-09-04 19:08:25 */
html,
body {
    height: 100%;
    background: #fff;
    font-family: 'Inter', sans-serif;
    font-size: 100%;

}

#content {
    overflow-x: hidden;
}

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

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

/* menu.css --- 2024-09-04 19:08:25 */
@media screen and (min-width: 9920px) {


    #menu-burger {
        display: none;
    }

    #menu {
        background-color: #283780;
        padding: 5px 0;
        z-index: 1000;
    }

    #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;
    }

    #menu li.level0 {
        margin: 0;
        padding: 0;
        display: flex;
        height: 50px;
        align-items: center;
        position: relative;
    }

    #menu li.level0>a {
        margin: 0;
        padding: 0 20px;
        display: block;
        font-size: 1.2rem;
        color: white;
    }

    #menu li.level0>ul {
        list-style: none;
        position: absolute;
        top: 100%;
        left: 0%;
        width: 250px;
        background-color: #1D3D91;
        z-index: 1000;
        margin: 0;
        padding: 0;
        overflow: hidden;
        max-height: 0;
        transition: all 700ms;
    }

    #menu li.level0:hover>ul {
        height: auto;
        max-height: 600px;
    }

    #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: white;
        font-size: 0.8rem;
        padding: 10px 20px 10px 10px;
        border-left: 5px solid transparent;
        transition: all 300ms;
    }

    #menu li.level1>a:hover {
        border-color: #d9000d;
        padding: 10px 10px 10px 20px;
        text-decoration: none;
        /*color: #d9000d;*/
    }
}

@media screen and (max-width: 9910px) {




    #menu-burger {
        display: block;
        position: fixed;
        top: 10px;
        right: 30px;
        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: #283780;
        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-image: url('/img/hominov-menu.png?h=70'); */
        background-repeat: no-repeat;
        background-position: 25px 25px;
        background-color: #283780;
        padding-top: 100px;
    }

    #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.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;

    }

    body.menu-on #above-all {
        display: block;

    }

    body.menu-on #menu {
        max-width: 90%;
        transition: all 1000ms;
    }
}

@media screen and (max-width: 576px) {
    #menu-burger {
        right: 10px;
    }
}

/* homepage-strengths.css --- 2024-09-04 19:08:25 */
article.homepage-strengths {
  background-color: #8dc6d4;
  position: relative;

}

article.homepage-strengths .container {}

article.homepage-strengths .article-content {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  min-height: 50vh;

}

article.homepage-strengths.att-position-right .article-content {
  flex-direction: row-reverse;

}

article.homepage-strengths ul {
  list-style: none;
  padding: 0;
  margin: 0;

}

article.homepage-strengths .wordings {
  padding: 3% 0;
  color: white;
  flex: 1;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  font-size: 1.2rem;

}


article.homepage-strengths .wordings li {
  padding: 7px 0 7px 38px;
  position: relative;
}

article.homepage-strengths .wordings li:before {
  content: "\f055";
  font-family: FontAwesome;
  position: absolute;
  top: 1px;
  left: 0;
  font-size: 1.5em;
}




article.homepage-strengths .attachments {

  background-color: white;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;


}


article.homepage-strengths::before {
  content: ' ';
  position: absolute;
  top: 0;
  right: 0;
  width: 33vw;
  background-color: white;
  display: block;
  height: 100%;


}

article.homepage-strengths ul li {
  opacity: 0;
  transform: translateY(-100%);
  transition: all 0.2s ease;
}

@media screen and (max-width: 767px) {
  article.homepage-strengths::before {
    display: none;
  }

  article.homepage-strengths .article-content {
    padding-top: 20px;
  }

  article.homepage-strengths .wordings {
    padding-bottom: 80px;
  }

  article.homepage-strengths ul li {
    opacity: 1;
    transform: translateY(0%);
  }
}

/* elect-effect.css --- 2024-09-04 19:08:25 */
.homepage #elec-effect {
  width: 100%;
  height: 5px;
  background-color: #008C8D;
  overflow: hidden;
  position: relative;
}

#elec-effect div {
  display: none;
}


.homepage #elec-effect div {
  width: 100px;
  height: 3px;
  top: 1px;
  background-color: #fff;
  position: absolute;
  background: linear-gradient(to right, transparent 10%, #fff 10%, transparent 90%);
  animation: moveRight 5s linear infinite;
}


@keyframes moveRight {
  0% {
    left: -100px;
    /* Commence à l'extérieur de div1 à gauche */
  }

  20% {
    left: 100%;
    /* Sort complètement de div1 à droite */
  }

  100% {
    left: 100%;
    /* Sort complètement de div1 à droite */
  }

}

/* homepage-powers.css --- 2024-09-04 19:08:25 */
.homepage-powers {
  background-color: #283780;
  color: white;
  padding-top: 80px;
  padding-bottom: 80px;
  text-align: center;
  background: radial-gradient(circle, #445fb8, #253E92);


}




.homepage-powers h2 {}

.homepage-powers h2 big {
  text-transform: uppercase;
}

.homepage-powers .row {
  margin-top: 50px;
  margin-bottom: 50px;
}

.homepage-powers .col-type-2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}


.homepage-powers .row>div.cell-type-2 {
  border: 2px solid white;
  border-radius: 10px;
  overflow: hidden;
  background: linear-gradient(to bottom, white, #f5f5f5);
  color: #666;
  padding-top: 15px;
  padding-bottom: 15px;

}

.homepage-powers img {
  filter: grayscale(11) invert(1) brightness(1);
}

.homepage-powers .icon {
  width: 90px;
  height: 90px;
  float: left;
  background-color: #467f7c;
  margin: 0 0 25px 0;
  border-bottom-right-radius: 50%;
  border-radius: 50%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-left: -17px;
  margin-left: 10px;
  margin-bottom: 0px;
}

.homepage-powers .icon img {
  max-width: 50%;

}

.homepage-powers .clearfix {
  margin-bottom: 15px;
}

.homepage-powers .power {
  float: right;
  width: 120px;
  height: 90px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-right: 25px;
}


.homepage-powers .power span {
  font-size: 3rem;
  color: #283780;
  font-weight: bold;
  line-height: 1;
  padding-left: 25px;
}


.homepage-powers .power small {
  /* font-size: 3rem; */
  color: #467f7c;

}


.homepage-powers .power span sup {
  font-size: 1rem;
  top: -1.5em
}

.homepage-powers h3 {
  font-size: 0.7rem;
  text-align: center;
}

.homepage-powers .note {
  font-size: 0.7rem;
}


.homepage-powers .btn {
  background-color: white;
  color: #467f7c;
  transition: all 300ms;
  border-color: white;
}



.homepage-powers .btn:after {
  content: "\f061";
  font-family: FontAwesome;
  margin-left: 7px;
  margin-right: 7px;
  transition: all 300ms;
}

.homepage-powers .btn:hover {

  /* 
  color: white;
  background-color: #467f7c; 
  */
}

.homepage-powers .btn:hover:after {
  margin-left: 12px;
  margin-right: 2px;

}



img.picto-power {
  animation: heartbeat 1000ms infinite;

  max-width: 70px;
  /* L'animation dure 2 secondes et boucle en alternance */
}



@keyframes heartbeat {
  0% {
    transform: scale(1);
  }

  30% {
    transform: scale(1);
  }

  31% {
    transform: scale(1.2);
  }

  40% {
    transform: scale(1);
  }

  45% {
    transform: scale(1.1);
  }

  50% {
    transform: scale(1);
  }

  100% {
    transform: scale(1);
  }
}

.homepage-powers .cell-type-3 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

@media screen and (min-width: 1200px) {
  .homepage-powers .cell-type-1 {

    flex: 0 0 15%
  }

  .homepage-powers .cell-type-2 {

    flex: 0 0 25%
  }

  .homepage-powers .cell-type-3 {

    flex: 0 0 20%;
  }

}

@media screen and (min-width: 1024px) and (max-width: 1199px) {
  .homepage-powers .cell-type-1 {
    flex: 0 0 13%
  }

  .homepage-powers .cell-type-2 {
    flex: 0 0 27%
  }

  .homepage-powers .cell-type-3 {

    flex: 0 0 20%;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .homepage-powers .cell-type-1 {
    width: 5%;
  }

  .homepage-powers .cell-type-2 {
    flex: 0 0 35%
  }

  .homepage-powers .cell-type-3 {

    flex: 0 0 20%;
  }

  .homepage-powers .icon {
    width: 75px;
    height: 75px;
  }

  .homepage-powers .power span {
    font-size: 2.7rem;
  }

  .homepage-powers .clearfix {
    height: 1px;
    margin-bottom: 0;
  }
}



@media screen and (max-width: 767px) {


  .homepage-powers .row {
    flex-direction: column;
  }

  .homepage-powers .cell-type-1 {

    display: none;

  }

  .homepage-powers .cell-type-2 {
    width: 96%;
    max-width: 250px;
    margin: 15px auto;
  }

  .homepage-powers .cell-type-3 {

    width: 96%;
    text-align: center;
  }

  .homepage-powers .icon {
    width: 75px;
    height: 75px;
  }

  .homepage-powers .power span {
    font-size: 2.5rem;
  }

  .homepage-powers .clearfix {
    height: 1px;
    margin-bottom: 0;
  }

}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .homepage-powers .cell-type-1 {
    display: none____
  }


}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .homepage-powers .icon {}
}

/* colors.css --- 2024-09-04 19:08:25 */
.btn-blue {
  background-color: #253E92;
  color: white;
  border: none
}

.btn-blue:hover {
  background-color: #203680;
}


.btn-blue {
  background-color: #253E92;
  color: white;
  border: none
}

.btn-blue:hover {
  background-color: #203680;
}

.btn-green {
  background-color: #008C8D;
  color: white !important;
  border: none
}

.btn-green:hover {
  background-color: #005858;
}

/* article-default.css --- 2024-09-04 19:08:25 */
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: #253E92;
    line-height: 1.3;
    font-size: 1.6rem;
    text-align: center;
}


body.infos .article-default h2 span {
    display: inline-block;
    position: relative;
    padding-bottom: 10px;
}

body.infos .article-default h2 span:after {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 50px;
    height: 3px;
    background-color: #008C8D;
    content: ' ';
}


body.infos .article-text {
    text-align: justify;
    font-size: 0.9rem;
}


body.infos .article-text strong {
    color: #1D3D91;
}

body.infos .article-default h3 {
    font-size: 1.1rem;
    color: #999;
    margin: 0 0 15px 0;
    position: relative;
    padding: 0 0 0 0px;
    font-weight: bold;
    text-align: left;
}

/*
body.infos .article-default h3:before {
    content: ' ';
    width: 15px;
    height: 15px;
    background-color: #999;
    position: absolute;
    top: 3px;
    left: 0;
}
*/
article.article-default .chapeau {
    font-size: 110%;
    font-weight: bold;
}

body.infos .article-default h4 {
    font-size: 1rem;
    color: #1D3D91;
    margin: 0 0 25px 0;
    position: relative;
    padding: 0 0 0 25px;
    font-weight: bold;
    text-align: left;
}



.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: #008C8D;

}

body.infos .title-red-left-border h2 {
    font-size: 1.1rem;
    color: #1D3D91;
    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: #008C8D;

    position: absolute;
    top: 3px;
    left: 0;
}

@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;
    }



}

/* side-bouttons.css --- 2024-09-04 19:08:25 */
#side-buttons {
  position: fixed;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
  width: 70px;
  z-index: 900;
}

#side-buttons .button {
  width: 190px;
  overflow: hidden;
  position: relative;
  border: 0px solid #008C8D;
  padding: 0 10px;
  transition: all 700ms;
  left: 0;

  background-color: #008C8D;
}

#side-buttons a {
  display: block;
  text-align: center;
  text-decoration: none;
  color: white;
  display: flex;
  align-items: center;
  margin: 15px 0
}

#side-buttons a:before {
  font-family: "FontAwesome";
  width: 50px;
  right: 0;
  position: relative;
  text-align: center;
  font-size: 2rem;
  color: 253E92;
  border: 0px pink solid;
  transition: color 700px;
}

#side-buttons .btn-contact a:before {
  content: "\f003";
}

#side-buttons .btn-callback a:before {
  content: "\f095";
}

#side-buttons .btn-phone a:before {
  content: "\e090";
}

#side-buttons .btn-account a:before {
  content: "\e08a";
}

#side-buttons .btn-cart a:before {
  content: "\e015";
}

#side-buttons a span {
  position: relative;
  line-height: 1;
  text-align: left;
  display: inline-block;
  padding-left: 10px;
  flex: 1;
}

#side-buttons .button:hover {
  left: -115px;

}

#side-buttons .button:hover,
#side-buttons .button:hover a:before {
  color: white;
}

body.infos #side-buttons {
  width: 40px;
}

body.infos #side-buttons .button {
  width: 190px;
  padding: 0 20px 0 3px;
}

body.infos #side-buttons a {
  padding-top: 0px;
}

body.infos #side-buttons a:before {
  width: 30px;
  font-size: 1.3rem;
}

body.infos #side-buttons .button:hover {
  left: -115px;
}

@media screen and (max-width: 991px) {
  #side-buttons {
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
  }

  #side-buttons a:before {
    font-size: 24px;
  }

  #side-buttons {
    right: 0px
  }

  #side-buttons .button {
    height: 60px;
    padding-left: 0;
  }
}

/* footer.css --- 2024-09-04 19:08:25 */
/* footer */

#footer {
    background-color: #0e1950;
    color: #fff;
    font-size: 0.80rem;
    padding: 45px 0 45px;
    max-width: 100vw;
    overflow: hidden;
}

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

#footer .row>div {
    margin-bottom: 45px;
}

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

#footer a {
    color: #fff;
}

#footer a:hover {
    color: #fff
}

#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 span {
    display: inline-block;
    position: relative;
    padding-right: 25px
}

#footer-bloc-left li.has-children span:after {
    font-family: "FontAwesome";
    font-weight: 900;
    content: "\f107";
    position: absolute;
    top: 0;
    right: 0
}

#footer-bloc-left li.opend 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 {
    margin-right: -10px
}

#footer .reseaux-sociaux h3 {
    color: #fff !important;
}

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

#footer .reseaux-sociaux img:hover {}

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

/* attachments.css --- 2024-09-04 19:08:25 */
.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 #1D3D91;
    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;
    }
}

/* spacers.css --- 2024-09-04 19:08:25 */
.mt-35 {
    margin-top: 35px!important;
}

.mt-50 {
    margin-top: 50px!important;
}

.mb-50 {
    margin-bottom: 50px!important;
}

.mb-60 {
    margin-bottom: 60px!important;
}

.mt-80 {
    margin-top: 80px!important;
}

.mb-80 {
    margin-bottom: 80px!important;
}

.start-middle {
    padding-top: 15%;
}

@media (max-width: 767px) {
    .start-middle {
        padding-top: 0%!important;
    }
}

/* zoomed-image.css --- 2024-09-04 19:08:25 */
.zoomed-image {
  position: absolute;
  width: 33%;
  height: 33%;
  background-size: 200%;
  background-repeat: no-repeat;
  background-color: pink;
  display: block;
  top: 0;
  left: 0;
  border: 1px solid #999;
}

/* homepage-about-us.css --- 2024-09-04 19:08:25 */
.homepage-about-us {
  padding-top: 90px;
  padding-bottom: 90px;
}

.homepage-about-us .article-content {
  display: flex;
  flex-direction: row;


}


.homepage-about-us .wordings {

  /*
  padding-left: 60px;
  text-align: center;
  display: flex;
  flex-direction: row;

  justify-content: center;
  align-items: center;
  */
}

.homepage-about-us .article-title {
  margin-bottom: 35px;
  /*width: 33%;*/
}

.homepage-about-us h2.article-title {
  color: #314383;

}

.homepage-about-us h2.article-title span {
  display: inline-block;
  position: relative;
  padding-bottom: 10px;
}

.homepage-about-us h2.article-title span:after {
  content: ' ';
  background-color: #008C8D;
  width: 50px;
  height: 3px;
  position: absolute;
  top: 100%;
  left: 0;

}




.homepage-about-us .article-text {
  text-align: start;

}

/* infos.css --- 2024-09-04 19:08:25 */
body.infos {}

body.infos #content {
  min-height: 70vh;

}

body.infos .page-title {
  padding-top: 25px;
  padding-bottom: 25px;
  margin-bottom: 35px;
  background-color: #f2f2f2;
}

body.infos h1,
body.infos .h1 {
  position: relative;
  font-size: 2rem;
  /* padding-left: 50px; */
  color: #008C8D;
  text-align: center;
}

/*
body.infos h1:before {
  content: "";
  background-image: url('/img/h1-left.png');
  background-size: cover;
  display: block;
  width: 40px;
  height: 45px;
  position: absolute;
  left: 0;
  top: -2px;
}
*/

@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;
        */
  }

}

/* homepage-carrousel.css --- 2024-09-04 19:08:25 */
#carrousel-homepage {
    margin-bottom: 0px
}

#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;
}

#carrousel-homepage .bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

#carrousel-homepage .logo {
    position: absolute;
    top: 0;
    left: 5%;
    right: 5%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

#carrousel-homepage .logo img {
    max-height: 60%;
}

#carrousel-homepage .content {
    position: absolute;
    left: 5%;
    right: 5%;
    height: 100%;
    top: 0;
    flex-direction: column;
    /*transform: translateY(+50%); */
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    font-weight: bold;
}

#carrousel-homepage h1 {
    font-size: 3rem;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    transform: translateY(-500px);

}

#carrousel-homepage .wordings {


    transform: translateY(500px);



}


#carrousel-homepage h1,
#carrousel-homepage .wordings {
    position: relative;
    transition: all 1000ms;
}


#carrousel-homepage.ready h1,
#carrousel-homepage.ready .wordings {
    transform: translateY(0px);
}


#carrousel-homepage .small {
    font-size: 1.1rem;
}


@media screen and (max-width: 1024px) {


    #carrousel-homepage {}

}




@media screen and (max-width: 768px) {


    #carrousel-homepage .slides {
        min-height: 60vh;
    }

    #carrousel-homepage h1 {
        font-size: 2rem;
    }

    #carrousel-homepage .wordings {
        font-size: 1.3rem;
    }
}

/* table-features.css --- 2024-09-04 19:08:25 */
table.features {
  width: 100%;
  margin-bottom: 15px;
}

table.features td {
  text-align: center;
  border: #ddd solid 1px;
  font-size: 0.75rem;
  padding: 3px 5px;
}


table.features thead tg {
  background-color: #f2f2f2;
}

table.features img {
  opacity: 0.7;
}

/* Applique le style aux TD du tbody de la table avec la classe 'features' */
table.features tbody tr:nth-child(even) td {
  background-color: #f2f2f2;
  /* Couleur de fond pour les lignes paires */
}

table.features tbody tr:nth-child(odd) td {
  background-color: #daeef3;
  /* Couleur de fond pour les lignes impaires */
}

p.table-note {
  font-size: 0.7rem;
}

/* modal.css --- 2024-09-04 19:08:25 */
.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;
}

/* header.css --- 2024-09-04 19:08:25 */
/* header */

#header {
    background: #fff;
    padding: 5px 0 10px;
    position: relative;
    overflow: hidden;
    border-bottom: 0px solid #467f7c;
}

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

#header-bloc-right {

    padding: 0 0;
    position: relative;
    margin-bottom: 0px;
    overflow: hidden;
    text-align: center;
}

#header-bloc-right img {
    width: 200px !important;
    max-width: 100%;
}








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

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

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


