/*** COLORS ***/
/*** MENU ***/
/*** MIXINS ***/
/*** TOOLS ***/
.clear {
  clear: both; }

.img-center {
  display: block;
  margin: 0 auto; }

@media (max-width: 479px) {
  .col-xxs {
    width: 100%;
    margin: 0;
    padding: 0 15px; }

  .hidden-xxs {
    display: none !important; }

  .visible-xxs {
    display: block !important; } }
/* Home hook CSS */
#htmlcontent_home {
  position: relative; }
  #htmlcontent_home .htmlcontent-home {
    margin: auto; }
  #htmlcontent_home .icon-angle-right:before {
    content: ""; }
  #htmlcontent_home .owl-nav {
    position: absolute;
    top: 50%;
    left: -3%;
    width: 106%;
    transition: 0.3s; }
    #htmlcontent_home .owl-nav .owl-prev {
      /* width: 50px;
      height: 19px; */
      width: 36px;
      height: 32px;
      background: url("../../../../img/design/fleche-carrousel-verte-prev.svg");
      float: left;
      background-size: contain;
      background-repeat: no-repeat; }
    #htmlcontent_home .owl-nav .owl-next {
      /* width: 50px;
      height: 19px; */
      width: 36px;
      height: 32px;
      background: url("../../../../img/design/fleche-carrousel-verte-next.svg");
      float: right;
      background-size: contain;
      background-repeat: no-repeat; }
    #htmlcontent_home .owl-nav .disabled {
      opacity: 0.6; }
    @media (max-width: 992px) {
      #htmlcontent_home .owl-nav .owl-prev {
        width: 45px; }
      #htmlcontent_home .owl-nav .owl-next {
        width: 45px; } }
    @media (max-width: 768px) {
      #htmlcontent_home .owl-nav {
        opacity: 1;
        bottom: -5%;
        top: 100%;
        width: 90%;
        left: 5%; } }
  #htmlcontent_home ul li {
    width: 100%;
    padding: 0; }
    @media (max-width: 767px) {
      #htmlcontent_home ul li {
        width: 100%;
        margin-bottom: 15px; } }
    @media (max-width: 479px) {
      #htmlcontent_home ul li {
        width: 100%; } }
    #htmlcontent_home ul li img {
      max-width: 100%;
      height: auto;
      transition: all 0.3s;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -o-transition: all 0.3s;
      -ms-transition: all 0.3s; }
      @media (max-width: 767px) {
        #htmlcontent_home ul li img {
          width: 35%;
          float: left;
          display: block; } }
      @media (max-width: 479px) {
        #htmlcontent_home ul li img {
          min-width: 100%; } }
    #htmlcontent_home ul li:hover img {
      -webkit-filter: contrast(200%);
      /* Safari */
      filter: contrast(200%); }
    #htmlcontent_home ul li a {
      display: block;
      background: #edf1f1; }
      #htmlcontent_home ul li a h3 {
        font: 700 18px/24px "Poppins", sans-serif;
        margin: 30px 30px 10px 30px;
        padding: 0;
        color: #336666; }
        @media (max-width: 1199px) {
          #htmlcontent_home ul li a h3 {
            font: 700 16px/20px "Poppins", sans-serif;
            margin: 20px 20px 10px 20px; } }
        @media (max-width: 991px) {
          #htmlcontent_home ul li a h3 {
            font: 700 14px/16px "Poppins", sans-serif;
            margin: 15px 15px 10px 15px; } }
        @media (max-width: 767px) {
          #htmlcontent_home ul li a h3 {
            width: 65%;
            float: left;
            display: block;
            margin: 0;
            padding: 15px 15px 10px 15px;
            font: 700 13px/15px "Poppins", sans-serif; } }
        @media (max-width: 479px) {
          #htmlcontent_home ul li a h3 {
            width: 100%;
            clear: both;
            float: none;
            display: block;
            margin: 0;
            padding: 15px 15px 10px 15px;
            font: 700 13px/15px "Poppins", sans-serif; } }
      #htmlcontent_home ul li a .item-html {
        font: 400 14px/18px "Poppins", sans-serif;
        color: #336666;
        margin: 0 30px;
        padding-bottom: 30px; }
        #htmlcontent_home ul li a .item-html .voir {
          display: block;
          text-align: right;
          text-decoration: underline;
          padding-top: 10px; }
        @media (max-width: 1199px) {
          #htmlcontent_home ul li a .item-html {
            font: 400 13px/16px "Poppins", sans-serif;
            margin: 0px 20px;
            padding-bottom: 20px; } }
        @media (max-width: 991px) {
          #htmlcontent_home ul li a .item-html {
            font: 400 12px/14px "Poppins", sans-serif;
            margin: 0px 15px;
            padding-bottom: 15px; } }
        @media (max-width: 767px) {
          #htmlcontent_home ul li a .item-html {
            width: 65%;
            float: left;
            display: block;
            margin: 0;
            margin-bottom: 10px;
            padding: 0 15px; } }
        @media (max-width: 479px) {
          #htmlcontent_home ul li a .item-html {
            width: 100%;
            float: none;
            display: block;
            margin: 0;
            padding: 0 15px 15px; } }
      #htmlcontent_home ul li a:hover h3, #htmlcontent_home ul li a:hover .item-html {
        color: #50a5bb; }
  #htmlcontent_home:hover .owl-nav {
    opacity: 1; }

/* Top hook CSS */
#htmlcontent_top {
  margin: 40px auto 35px auto;
  max-width: 1670px; }
  #htmlcontent_top ul li {
    padding-bottom: 30px; }
    @media (max-width: 479px) {
      #htmlcontent_top ul li {
        width: 100%; } }
    #htmlcontent_top ul li img {
      max-width: 100%;
      height: auto;
      transition: all 0.3s;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -o-transition: all 0.3s;
      -ms-transition: all 0.3s; }
      @media (max-width: 479px) {
        #htmlcontent_top ul li img {
          min-width: 100%; } }
    #htmlcontent_top ul li:hover img {
      -webkit-filter: contrast(200%);
      /* Safari */
      filter: contrast(200%); }

/* Left hook CSS */
/* Right hook CSS */
/* Footer hook CSS */
