@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Overpass|Roboto");
/*---- COULEURS ---*/
body {
  margin: 0;
  padding: 0;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #ebeced;
  font-family: 'Roboto Light', sans-serif;
  /*---- STYLES ---*/
  /*-- SPRITE --*/
  /*-- BOUTONS --*/
  /*-- TITRES --*/
  /*-- LISTES --*/
  /*-- LIENS --*/
  /*-- COULEURS --*/
  /*-- FORMULAIRES --*/
  /*-- BREEDCRUMB --*/
  /*---- PAGER ----*/
  /*-- AUTRES --*/
  /*---- HEADER ----*/
  /*---- PAGE "RECHERCHER UN PRESTATAIRE" ----*/
  /*---- PAGE "RESULTATS DE VOTRE RECHERCHE" ----*/
  /*---- PAGE "DETAILS D'UN RECHERCHE" ----*/
  /*---- PAGE ----*/ }
  body a {
    color: #5faebb;
    font-weight: 700; }
  body .sprite {
    background-image: url("../images/sprite.png");
    background-repeat: no-repeat;
    display: inline-block; }
  body .sprite-loupe {
    height: 21px;
    width: 21px;
    background-position: -4px -4px;
    position: relative;
    top: 4px; }
  body .sprite-adherer {
    width: 14px;
    height: 15px;
    background-position: -38px -7px;
    position: relative;
    top: 2px; }
  body .sprite-espace {
    width: 13px;
    height: 14px;
    background-position: -65px -7px;
    position: relative;
    top: 2px; }
  body .sprite-telecharger {
    width: 15px;
    height: 17px;
    background-position: -91px -5px;
    position: relative;
    top: 8px; }
  body .sprite-scoop {
    width: 12px;
    height: 14px;
    background-position: -106px 3px;
    position: relative;
    top: 12px; }
  body .sprite-suppr {
    width: 23px;
    height: 23px;
    background-position: -141px -5px;
    position: relative;
    top: 5px; }
  body .btn {
    border: 2px solid;
    border-radius: 22px;
    padding: 8px 20px;
    color: #7b8990;
    font-family: 'Overpass ExtraBold', sans-serif;
    font-size: 15px;
    transition: all 0.8s; }
    body .btn:hover {
      color: #fff; }
    body .btn i {
      margin-left: 5px; }
  body .btn-grey {
    border-color: #c3cacf; }
    body .btn-grey:hover {
      background-color: #c3cacf; }
  body .btn-cyan {
    border-color: #5faebb; }
    body .btn-cyan:hover {
      background-color: #5faebb; }
  body .btn-blue {
    border-color: #3c486f; }
    body .btn-blue:hover {
      background-color: #3c486f; }
  body .btn-green {
    border-color: #54b472; }
    body .btn-green:hover {
      background-color: #54b472; }
  body .btn-white {
    border-color: #fff;
    color: #152d37; }
    body .btn-white:hover {
      background-color: #fff;
      color: #152d37; }
  body .btn-full-blue {
    border-color: #3c486f;
    background-color: #3c486f;
    color: #fff; }
    body .btn-full-blue:hover {
      border-color: #fff;
      background-color: #fff;
      color: #3c486f; }
  body .btn-full-green {
    border-color: #54b472;
    background-color: #54b472;
    color: #fff; }
    body .btn-full-green:hover {
      border-color: #fff;
      background-color: #fff;
      color: #54b472; }
  body .btn-full-cyan {
    border-color: #5faebb;
    background-color: #5faebb;
    color: #fff; }
    body .btn-full-cyan:hover {
      border-color: #fff;
      background-color: #fff;
      color: #5faebb; }
  body .btn-full-border-blue {
    border-color: #3c486f;
    background-color: #3c486f;
    color: #fff; }
    body .btn-full-border-blue:hover {
      border-color: #3c486f;
      background-color: #fff;
      color: #3c486f; }
  body .btn-full-border-green {
    border-color: #54b472;
    background-color: #54b472;
    color: #fff; }
    body .btn-full-border-green:hover {
      border-color: #54b472;
      background-color: #fff;
      color: #54b472; }
  body .btn-full-border-cyan {
    border-color: #5faebb;
    background-color: #5faebb;
    color: #fff; }
    body .btn-full-border-cyan:hover {
      border-color: #5faebb;
      background-color: #fff;
      color: #5faebb; }
  body h1, body h2, body h3, body h4, body h5, body h6 {
    color: #3c486f;
    font-family: 'Overpass SemiBold', sans-serif; }
  body h1 {
    font-size: 40px; }
  body h2 {
    font-size: 34px; }
  body h3 {
    font-size: 34px; }
  body h4 {
    font-size: 24px; }
  body h5 {
    font-size: 18px; }
  body h1.underline {
    position: relative;
    text-align: center;
    margin-bottom: 50px; }
    body h1.underline:before {
      content: "";
      width: 200px;
      height: 2px;
      background-color: #d0d4d8;
      position: absolute;
      bottom: -20px;
      left: calc(50% - 100px); }
    body h1.underline:after {
      content: "";
      width: 70px;
      height: 2px;
      background-color: #3c486f;
      position: absolute;
      bottom: -20px;
      left: calc(50% - 30px); }
  body h2.underline {
    position: relative;
    margin-bottom: 50px; }
    body h2.underline:before {
      content: "";
      width: 200px;
      height: 2px;
      background-color: #d0d4d8;
      position: absolute;
      bottom: -20px; }
    body h2.underline:after {
      content: "";
      width: 70px;
      height: 2px;
      background-color: #3c486f;
      position: absolute;
      bottom: -20px;
      left: 0; }
    body h2.underline.blue:after {
      background-color: #3c486f; }
    body h2.underline.green:after {
      background-color: #54b472; }
    body h2.underline.cyan:after {
      background-color: #5faebb; }
  body h2 {
    position: relative;
    margin-bottom: 50px; }
    body h2:before {
      content: "";
      width: 100%;
      height: 2px;
      background-color: #d0d4d8;
      position: absolute;
      bottom: -20px; }
    body h2:after {
      content: "";
      width: 70px;
      height: 2px;
      background-color: #3c486f;
      position: absolute;
      bottom: -20px;
      left: 0; }
    body h2.blue:after {
      background-color: #3c486f; }
    body h2.green:after {
      background-color: #54b472; }
    body h2.cyan:after {
      background-color: #5faebb; }
  body h4.underline {
    border-bottom: 1px solid #c3cacf;
    padding-bottom: 10px; }
  body ul[class^="arrow-"], body ul[class^="puce-"], body ol[class^="number-"] {
    font-family: 'Overpass ExtraBold', sans-serif;
    font-size: 16px;
    color: #152d37;
    margin: 10px 0;
    padding: 0px;
    list-style: none; }
    /*body ul[class^="arrow-"] a, body ul[class^="puce-"] a, body ol[class^="number-"] a {
      color: #152d37; }*/
    body ul[class^="arrow-"] li:before, body ul[class^="puce-"] li:before, body ol[class^="number-"] li:before {
      padding: 0px 10px; }
  body ol[class^="number-"] {
    counter-reset: compteur; }
    body ol[class^="number-"] li {
      counter-increment: compteur; }
      body ol[class^="number-"] li:before {
        content: counter(compteur) "."; }
  body ul[class^="puce-"] li:before {
    content: "•"; }
  body ul[class^="arrow-"] li:before {
    content: "\f105";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 18px; }
  body ul[class$="-blue"] li:before, body ol[class$="-blue"] li:before {
    color: #3c486f; }
  body ul[class$="-green"] li:before, body ol[class$="-green"] li:before {
    color: #54b472; }
  body ul[class$="-cyan"] li:before, body ol[class$="-cyan"] li:before {
    color: #5faebb; }
  body .link-blue {
    color: #7b8990;
    font-family: 'Roboto', sans serif;
    transition: all 0.5s; }
    body .link-blue:after {
      content: "\f105";
      font: normal normal normal 16px/1 FontAwesome;
      margin-left: 10px;
      border: 2px solid #3c486f;
      border-radius: 25px;
      padding: 1px 6px;
      position: relative;
      top: 1px;
      transition: all 0.5s; }
    body .link-blue:hover {
      text-decoration: none;
      color: #3c486f; }
      body .link-blue:hover:after {
        color: #fff;
        background-color: #3c486f; }
  body .link-cyan {
    color: #7b8990;
    font-family: 'Roboto', sans serif;
    transition: all 0.5s; }
    body .link-cyan:after {
      content: "\f105";
      font: normal normal normal 16px/1 FontAwesome;
      margin-left: 10px;
      border: 2px solid #5faebb;
      border-radius: 25px;
      padding: 1px 6px;
      position: relative;
      top: 1px;
      transition: all 0.5s; }
    body .link-cyan:hover {
      text-decoration: none;
      color: #5faebb; }
      body .link-cyan:hover:after {
        color: #fff;
        background-color: #5faebb; }
  body .link-green {
    color: #7b8990;
    font-family: 'Roboto', sans serif;
    transition: all 0.5s; }
    body .link-green:after {
      content: "\f105";
      font: normal normal normal 16px/1 FontAwesome;
      margin-left: 10px;
      border: 2px solid #54b472;
      border-radius: 25px;
      padding: 1px 6px;
      position: relative;
      top: 1px;
      transition: all 0.5s; }
    body .link-green:hover {
      text-decoration: none;
      color: #54b472; }
      body .link-green:hover:after {
        color: #fff;
        background-color: #54b472; }


a.link-white {
        color: #fff;
        font-family: 'Roboto', sans serif;
        transition: all 0.5s;
        text-decoration: none;
}

.link-white:after {
    content: "\f105";
    font: normal normal normal 16px/1 FontAwesome;
    margin-left: 10px;
    border: 2px solid #fff;
    border-radius: 25px;
    padding: 1px 6px;
    position: relative;
    top: 1px;
    transition: all 0.5s;
}
        
.link-white:hover {
    text-decoration: none;
    color: #7b8990;
}
            
.link-white:hover:after {
    color: #fff;
    background-color: #7b8990;
}


  body .black {
    color: #152d37; }
  body .white {
    color: #fff; }
  body .blue {
    color: #3c486f; }
  body .green {
    color: #54b472; }
  body .cyan {
    color: #5faebb; }
  body .grey {
    color: #c3cacf; }
  body .form-horizontal .control-label {
    font-family: 'Overpass ExtraBold', sans-serif;
    color: #152d37;
    font-size: 16px;
    text-align: left; }
  body .form-horizontal .form-control {
    border-radius: 27px;
    border: 1px solid #d0d0d0;
    width: 97%;
    float: left;
    margin-right: 10px;
    font-family: 'Roboto Light', sans-serif;
    font-size: 16px;
    color: #333; }
    body .form-horizontal .form-control:focus {
      border: 2px solid #3c486f;
      box-shadow: none;
      color: #3c486f; }
    body .form-horizontal .form-control.search {
      -webkit-appearance: none;
      background: white url(../images/search-loupe.svg) 98.25% center no-repeat; }
  body .form-horizontal select.form-control {
    -webkit-appearance: none;
    background: white url(../images/arrow-down.svg) 98% center no-repeat; }
  body .form-horizontal .required-field {
    font-family: 'Clear Sans Medium', sans-serif;
    font-size: 17px;
    color: #3c486f;
    font-weight: 600; }
  body .form-horizontal .form-radio .form-radio__input {
    display: none; }
  body .form-horizontal .form-radio .form-radio__icon {
    position: relative;
    flex-shrink: 0;
    display: inline-block;
    width: 21px;
    height: 21px;
    margin: 1px;
    background-color: #fff;
    border: 1px solid #d0d0d0;
    border-radius: 50%;
    box-sizing: border-box;
    transition: all 200ms linear; }
    body .form-horizontal .form-radio .form-radio__icon:before {
      content: "";
      position: absolute;
      width: 8px;
      height: 8px;
      left: 5px;
      top: 6px;
      border-radius: 50%;
      transition: all 200ms ease-in;
      background-color: #3c486f;
      opacity: 0; }
  body .form-horizontal .form-radio .form-radio__input:checked + .form-radio__icon:before {
    opacity: 1; }
  body .form-horizontal .form-radio .form-radio__label {
    position: relative;
    top: -5px;
    margin-left: 15px; }
  body .breadcrumb {
    position: absolute;
    margin-top: -60px;
    background: none; }
    body .breadcrumb a {
      font-size: 15px;
      color: #7b8990; }
    body .breadcrumb li:last-child a {
      color: #3c486f;
      font-family: 'Roboto Bold', sans-serif;
      font-weight: 700; }
    body .breadcrumb > li + li:before {
      content: "\f105";
      font: normal normal normal 14px/1 FontAwesome;
      color: #7b8990;
      margin: 0px 10px; }
  body .breadcrumb-search {
    padding: 0; }
    body .breadcrumb-search a {
      font-size: 15px;
      color: #7b8990; }
    body .breadcrumb-search li {
      display: inline-block; }
      body .breadcrumb-search li:last-child a {
        color: #3c486f;
        font-family: 'Roboto Bold', sans-serif;
        font-weight: 700; }
    body .breadcrumb-search > li + li:before {
      content: "\f105";
      font: normal normal normal 14px/1 FontAwesome;
      color: #7b8990;
      margin: 0px 10px; }
  body .pager-container {
    text-align: center;
    background-color: #ebedee; }
    body .pager-container .pager-title {
      font-size: 1.5em;
      margin-bottom: 10px; }
      body .pager-container .pager-title:after, body .pager-container .pager-title:before {
        height: 0px; }
    body .pager-container .pager-select {
      color: #fff;
      font-family: 'Overpass ExtraBold', sans-serif;
      font-size: 15px;
      width: 32px;
      height: 32px;
      line-height: 32px;
      background-color: #3c486f;
      border: 2px solid #3c486f;
      border-radius: 16px;
      display: inline-block;
      margin: 0px 3px; }
    body .pager-container .pager-link a {
      color: #7b8990;
      font-family: 'Overpass ExtraBold', sans-serif;
      font-size: 15px;
      width: 32px;
      height: 32px;
      line-height: 32px;
      background-color: #fff;
      border: 2px solid #fff;
      border-radius: 16px;
      display: inline-block;
      margin: 0px 3px; }
      body .pager-container .pager-link a:hover {
        text-decoration: none;
        border-color: #3c486f; }
    body .pager-container .pager-arrow {
      background-color: #ebedee;
      border: 2px solid #3c486f;
      display: inline-block;
      width: 32px;
      height: 32px;
      border-radius: 16px;
      position: relative;
      top: -2px;
      left: -2px; }
      body .pager-container .pager-arrow i {
        font-size: 18px; }
      body .pager-container .pager-arrow:hover {
        background-color: #fff; }
  body .pager .pager-select {
    color: #fff;
    font-family: 'Overpass ExtraBold', sans-serif;
    font-size: 15px;
    width: 32px;
    height: 32px;
    line-height: 32px;
    background-color: #3c486f;
    border: 2px solid #3c486f;
    border-radius: 16px;
    display: inline-block;
    margin: 0px 3px; }
  body .pager a {
    color: #7b8990;
    font-family: 'Overpass ExtraBold', sans-serif;
    font-size: 15px;
    width: 32px;
    height: 32px;
    line-height: 32px;
    background-color: #fff;
    border: 2px solid #fff;
    border-radius: 16px;
    display: inline-block;
    margin: 0px 3px; }
    body .pager a:hover {
      text-decoration: none;
      border-color: #3c486f; }
    body .pager a.pager-arrow {
      background-color: #ebedee;
      border-color: #3c486f; }
      body .pager a.pager-arrow i {
        font-size: 18px; }
      body .pager a.pager-arrow:hover {
        background-color: #fff; }
  body .flex {
    display: flex; }
    @media (max-width: 767px) {
      body .flex {
        display: initial; } }
  body .clear {
    clear: both; }
  body .rond {
    transition: all 0.5s;
    border: 2px solid #7b8990;
    border-radius: 100%;
    width: 40px;
    height: 40px;
    text-align: center;
    padding-top: 10px;
    font-size: 18px;
    margin-left: 5px;
    color: #7b8990; }
    body .rond:hover {
      color: #5faebb;
      border-color: #5faebb; }
    body .rond.sprite-scoop {
      transition: color 0.5s; }
      body .rond.sprite-scoop:hover {
        background-position: -106px -28px; }
  body header {
    background-color: #fff; }
    body header .infos-top {
      padding-top: 10px; }
      body header .infos-top .logo-menu {
        background: url("../images/logo-ordeco.png") no-repeat center;
        width: 166px;
        height: 100px;
	      background-size: contain; }
        @media (max-width: 767px) {
          body header .infos-top .logo-menu {
            margin-left: auto;
            margin-right: auto;
            margin-bottom: 20px; } }
      body header .infos-top .search-bar {
        margin-left: 100px; }
        @media (max-width: 1279px) {
          body header .infos-top .search-bar {
            display: none; } }
        body header .infos-top .search-bar form {
          margin-top: 50px;
          transform: translatey(-50%);
          border-left: 1px solid #c3cacf;
          padding: 10px 0px 10px 30px; }
        body header .infos-top .search-bar button {
          background: none;
          border: none; }
        body header .infos-top .search-bar input {
          font-family: 'Overpass Light', sans-serif;
          font-size: 16px;
          border: none; }
          body header .infos-top .search-bar input::-webkit-input-placeholder {
            color: #c3cacf; }
          body header .infos-top .search-bar input:-moz-placeholder {
            color: #c3cacf; }
          body header .infos-top .search-bar input::-moz-placeholder {
            color: #c3cacf; }
          body header .infos-top .search-bar input:-ms-input-placeholder {
            color: #c3cacf; }
      body header .infos-top .infos-right {
        margin-right: 25px;
        margin-top: 50px;
        transform: translateY(-50%); }
        @media (max-width: 767px) {
          body header .infos-top .infos-right {
            display: none; } }
        body header .infos-top .infos-right .adherer:hover i {
          background-position: -38px -25px; }
        body header .infos-top .infos-right .espace:hover i {
          background-position: -65px -25px; }
        @media (max-width: 991px) {
          body header .infos-top .infos-right .txt {
            display: none; } }
    body header .main-menu {
      background-color: #3c486f;
      border-radius: 0px 0px 5px 5px;
      margin-top: 10px;
      margin-bottom: -55px;
      position: relative; }
      @media (max-width: 1279px) {
        body header .main-menu {
          display: none; } }
      body header .main-menu ul {
        margin: 0;
        padding: 0;
        list-style: none;
        display: flex; }
        body header .main-menu ul li {
          width: 100%;
          text-align: center; }
          body header .main-menu ul li a {
            width: 100%;
            text-align: center;
            display: inline-block;
            font-family: 'Overpass SemiBold', sans-serif;
            font-size: 21px;
            color: #fff;
            padding: 5px 0px;
            margin: 15px 0px; }
            body header .main-menu ul li a:hover {
              text-decoration: none; }
          body header .main-menu ul li:not(:last-child) a {
            border-right: 1px solid rgba(255, 255, 255, 0.32); }
          body header .main-menu ul li:last-child ul {
            margin-left: 0px;
            right: 0px; }
          body header .main-menu ul li ul {
            display: none;
            position: absolute;
            min-width: 360px;
            background-color: #54b472;
            margin-left: -234px;
            padding: 5px 30px;
            z-index: 999;
            top: 70px; }
            @media (max-width: 1199px) {
              body header .main-menu ul li ul {
                margin-left: -194px; } }
            @media (max-width: 991px) {
              body header .main-menu ul li ul {
                margin-left: -150px; } }
            body header .main-menu ul li ul li {
              margin: 0; }
              body header .main-menu ul li ul li a {
                border: none !important;
                padding: 15px 0px;
                margin: 0;
                font-family: 'Overpass ExtraBold', sans-serif;
                font-size: 16px;
                text-align: left; }
                body header .main-menu ul li ul li a:before {
                  content: "\f105";
                  font: normal normal normal 14px/1 FontAwesome;
                  font-size: 18px;
                  margin-right: 10px; }
                body header .main-menu ul li ul li a:hover:before {
                  color: #3c486f; }
              body header .main-menu ul li ul li:not(:last-child) {
                border-bottom: 1px solid rgba(235, 237, 238, 0.35); }
          body header .main-menu ul li:hover {
            background-color: #54b472; }
            body header .main-menu ul li:hover ul {
              display: initial; }
    body header .menu-mobile-bar {
      background-color: #3c486f;
      width: calc(100% - 30px);
      height: 64px;
      margin-top: -10px;
      position: absolute; }
      @media (min-width: 1280px) {
        body header .menu-mobile-bar {
          display: none; } }
      body header .menu-mobile-bar .menu-icon {
        height: 64px;
        color: #fff; }
        body header .menu-mobile-bar .menu-icon i {
          font-size: 35px;
          line-height: 64px;
          cursor: pointer; }
    body header .menu-mobile-open {
      position: fixed;
      z-index: 99;
      width: 100%;
      height: 100vh;
      top: 0;
      left: -100%;
      background-color: #3c486f;
      transition: all 0.5s; }
      body header .menu-mobile-open .mobile-close, body header .menu-mobile-open .top-menu i {
        cursor: pointer;
        color: #fff;
        font-size: 35px;
        margin-top: 10px;
        margin-right: 5px;
        margin: 10px 5px; }
      body header .menu-mobile-open .top-menu {
        height: 65px;
        background-color: #54b472;
        position: fixed;
        width: 100%;
        top: 0;
        left: -100%;
        transition: all 0.5s; }
        body header .menu-mobile-open .top-menu .name-before {
          color: #fff;
          font-family: 'Overpass SemiBold', sans-serif;
          font-size: 21px;
          line-height: 65px;
          cursor: pointer;
          text-align: left; }
          body header .menu-mobile-open .top-menu .name-before:before {
            content: "\f104";
            font: normal normal normal 20px/1 FontAwesome;
            color: #fff;
            margin-right: 10px; }
      body header .menu-mobile-open ul {
        margin: 0px;
        padding: 0px;
        margin-bottom: 15px; }
        body header .menu-mobile-open ul li {
          list-style: none;
          padding: 10px 15px;
          cursor: pointer; }
          body header .menu-mobile-open ul li:not(:last-child) {
            border-bottom: 1px solid rgba(255, 255, 255, 0.32); }
          body header .menu-mobile-open ul li:hover {
            background-color: #54b472; }
          body header .menu-mobile-open ul li:after {
            content: "\f105";
            font: normal normal normal 14px/1 FontAwesome;
            color: #fff;
            position: absolute;
            right: 30px;
            margin-top: 8px;
            cursor: pointer;
            z-index: 100; }
          body header .menu-mobile-open ul li a {
            color: #fff;
            font-family: 'Overpass SemiBold', sans-serif;
            font-size: 21px;
            width: 100%; }
            body header .menu-mobile-open ul li a:hover {
              text-decoration: none; }
          body header .menu-mobile-open ul li ul {
            position: fixed;
            width: 100%;
            height: calc(100vh - 35px);
            top: 65px;
            left: -100%;
            background-color: #54b472;
            z-index: 101;
            padding: 0px 15px;
            transition: all 0.5s; }
            body header .menu-mobile-open ul li ul li:after {
              content: ""; }
            body header .menu-mobile-open ul li ul li a {
              font-size: 16px; }
              body header .menu-mobile-open ul li ul li a:before {
                content: '\f105';
                font: normal normal normal 14px/1 FontAwesome;
                margin-right: 10px; }
      body header .menu-mobile-open .btn {
        color: #fff;
        width: 80%;
        margin-bottom: 10px;
        margin-right: auto;
        margin-left: auto; }
    body header .menu-search-open {
      position: fixed;
      z-index: 99;
      width: 100%;
      height: 100vh;
      top: 0;
      left: -100%;
      background-color: #3c486f;
      transition: all 0.5s; }
      body header .menu-search-open .search-close {
        color: #fff;
        font-size: 35px;
        margin-top: 10px; }
      body header .menu-search-open form {
        margin: 50px 15px;
        border-bottom: 1px solid #c3cacf; }
        body header .menu-search-open form button {
          background: none;
          border: none;
          color: #fff;
          font-size: 25px; }
        body header .menu-search-open form input {
          font-family: 'Overpass Light', sans-serif;
          font-size: 16px;
          border: none;
          background-color: #3c486f;
          width: 85%;
          margin-left: 5%; }
          body header .menu-search-open form input::-webkit-input-placeholder {
            color: #c3cacf; }
          body header .menu-search-open form input:-moz-placeholder {
            color: #c3cacf; }
          body header .menu-search-open form input::-moz-placeholder {
            color: #c3cacf; }
          body header .menu-search-open form input:-ms-input-placeholder {
            color: #c3cacf; }
          body header .menu-search-open form input:focus {
            border: none; }
    body header .header {
      background-image: url("../images/background_header.png");
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center;
      padding: 5rem; }
      body header .header .title {
        display: flex;
        height: 100%;
        align-items: center;
        text-align: center; 
		margin-top: 3rem;
	  }
        @media (max-width: 991px) {
          body header .header .title {
            display: block;
            line-height: 50px;
           } }
        body header .header .title .word {
          width: 100%;
          font-size: 28px;
          font-family: 'Overpass Light', sans-serif;
          color: #fff; }
          @media (max-width: 991px) {
            body header .header .title .word {
              font-size: 25px; } }
  body .main-content {
    margin-top: 80px;
    margin-bottom: 80px; }
  body .search-bloc {
    background-color: #fff;
    margin-right: 15px; }
    body .search-bloc .search-prestataire {
      background-image: -webkit-linear-gradient(50deg, #3c486f 0%, #54879f 100%);
      background-image: -moz-linear-gradient(50deg, #3c486f 0%, #54879f 100%);
      background-image: -o-linear-gradient(50deg, #3c486f 0%, #54879f 100%);
      background-image: linear-gradient(50deg, #3c486f 0%, #54879f 100%);
      margin: 0px -15px;
      padding: 15px 15px 25px 15px;
      color: #fff; }
      body .search-bloc .search-prestataire h4, body .search-bloc .search-prestataire h5 {
        color: #fff; }
      body .search-bloc .search-prestataire h4 {
        margin: 15px 0px 30px 0px; }
      body .search-bloc .search-prestataire a {
       
        transition: all 0.5s; }
        body .search-bloc .search-prestataire a i {
          color: #fff; }
        body .search-bloc .search-prestataire a:hover {
          color: #fff; }
    body .search-bloc .search-infos {
      margin: 30px 0px 15px 0px; }
      body .search-bloc .search-infos h5 {
        margin-bottom: 20px; }
  body .events-bloc {
    background-color: #fff;
    margin: 0px 15px;
    padding: 0px 30px; }
    @media (max-width: 991px) {
      body .events-bloc {
        margin-right: 0px; } }
    @media (max-width: 767px) {
      body .events-bloc {
        margin: 15px 0px; } }
    body .events-bloc h4 {
      margin: 30px 0px; }
    body .events-bloc .actu-actions,
    body .events-bloc .actu-prestas {
      border-top: 1px solid #c3cacf;
      margin-top: 20px;
      padding-top: 20px; }
      body .events-bloc .actu-actions:last-child,
      body .events-bloc .actu-prestas:last-child {
        margin-bottom: 15px; }
      body .events-bloc .actu-actions .date,
      body .events-bloc .actu-prestas .date {
        text-transform: uppercase;
        font-family: 'Roboto Light', sans-serif;
        font-size: 13px;
        color: #777777; }
      body .events-bloc .actu-actions a,
      body .events-bloc .actu-prestas a {
        font-family: 'Overpass ExtraBold', sans-serif;
        font-size: 15px; }
    body .events-bloc .actu-actions a {
      color: #54b472; }
    body .events-bloc .actu-prestas a {
      color: #5faebb; }
  body .second-row {
    margin-top: 40px; }
  body .bloc-donnees {
    background-color: #fff;
    margin-right: 15px;
    padding: 0px 40px 40px 40px; }
    @media (max-width: 767px) {
      body .bloc-donnees {
        margin-right: 0px; } }
    body .bloc-donnees h4 {
      margin-top: 40px;
      margin-bottom: 30px; }
      @media (max-width: 767px) {
        body .bloc-donnees h4 {
          margin-top: 0px;
          padding-top: 30px; } }
    body .bloc-donnees .bloc {
      clear: both; }
      body .bloc-donnees .bloc .img-donnees .bloc-dl {
        display: block;
        height: 38px;
        width: 38px;
        background-color: #54b472;
        text-align: center;
        position: relative;
        margin-top: -38px;
        margin-left: 142px; }
      body .bloc-donnees .bloc .txt-donnees {
        min-height: 120px; }
    body .bloc-donnees .bloc-first .img-donnees {
      float: left;
      margin-right: 40px; }
    body .bloc-donnees .bloc-last .img-donnees {
      float: right;
      margin-left: 40px; }
  body .bloc-reglementation {
    background-image: url("../images/reglementation.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin: 0px 15px;
    padding: 40px 30px; }
    @media (max-width: 991px) {
      body .bloc-reglementation {
        margin-right: 0px; } }
    @media (max-width: 767px) {
      body .bloc-reglementation {
        margin: 15px 0px; } }
    body .bloc-reglementation h4 {
      margin-bottom: 20px;
      color: #152d37; }
    body .bloc-reglementation p {
      color: #1a3541;
      font-family: 'Roboto Light', sans-serif;
      font-size: 14px; }
    body .bloc-reglementation a {
      margin-top: 45px; }
  body .bloc-twitter {
    margin-left: 15px;
    width: calc(25% - 15px);
    padding: 0; }
    @media (max-width: 991px) {
      body .bloc-twitter {
        width: auto;
        margin-left: 0px;
        margin-top: 40px;
        clear: both; } }
    @media (max-width: 767px) {
      body .bloc-twitter {
        margin: 40px 15px 0px 15px; } }
    body .bloc-twitter h4 {
      margin-top: 0px; }
      @media (max-width: 991px) {
        body .bloc-twitter h4 {
          clear: both; } }
    body .bloc-twitter .bloc-news {
      border-top: 1px solid #c3cacf;
      padding: 30px 0px; }
      @media (max-width: 991px) {
        body .bloc-twitter .bloc-news {
          padding: 20px 0px; } }
      body .bloc-twitter .bloc-news:last-child {
        border-bottom: 1px solid #c3cacf; }
      body .bloc-twitter .bloc-news p {
        color: #152d37;
        padding: 20px 0px;
        margin-bottom: 15px; }
        body .bloc-twitter .bloc-news p a {
          /*word-break: break-all;*/ }
        body .bloc-twitter .bloc-news p:before {
          content: "“";
          font-family: 'Georgia', sans-serif;
          font-weight: bold;
          font-size: 36px;
          color: #5faebb;
          position: absolute;
          margin-top: -40px; }
        body .bloc-twitter .bloc-news p:after {
          content: "”";
          font-family: 'Georgia', sans-serif;
          font-weight: bold;
          font-size: 36px;
          color: #5faebb;
          position: absolute;
          right: 0;
          margin-top: 20px; }
      body .bloc-twitter .bloc-news .category {
        width: 50%;
        float: left;
        font-family: 'Overpass ExtraBold', sans-serif;
        font-size: 15px;
        color: #152d37; }
        body .bloc-twitter .bloc-news .category i {
          color: #5faebb;
          font-size: 18px;
          margin-right: 5px; }
      body .bloc-twitter .bloc-news .date {
        text-align: right;
        color: #777777;
        font-size: 13px;
        font-family: 'Roboto Light', sans-serif; }
  body .bloc-newsletter {
    margin-top: 80px;
    background-image: url("../images/background_newsletter.png");
    background-size: cover;
    background-position: center;
    color: #fff;
    height: 200px; }
    @media (max-width: 767px) {
      body .bloc-newsletter {
        height: auto; } }
    body .bloc-newsletter .news-txt {
      margin-top: 100px;
      transform: translateY(-50%); }
    body .bloc-newsletter .news-form {
      height: 200px;
      display: flex;
      align-items: center; }
      body .bloc-newsletter .news-form form {
        width: 100%; }
        body .bloc-newsletter .news-form form fieldset {
          width: 100%;
          border: 2px solid #fff;
          border-radius: 25px;
          padding: 10px; }
          body .bloc-newsletter .news-form form fieldset input {
            border: none;
            background: none; }
          body .bloc-newsletter .news-form form fieldset input[type="email"] {
            color: #fff;
            width: 80%; }
            @media (max-width: 1199px) {
              body .bloc-newsletter .news-form form fieldset input[type="email"] {
                width: 60%; } }
            body .bloc-newsletter .news-form form fieldset input[type="email"]::-webkit-input-placeholder {
              color: #fff; }
            body .bloc-newsletter .news-form form fieldset input[type="email"]:-moz-placeholder {
              color: #fff; }
            body .bloc-newsletter .news-form form fieldset input[type="email"]::-moz-placeholder {
              color: #fff; }
            body .bloc-newsletter .news-form form fieldset input[type="email"]:-ms-input-placeholder {
              color: #fff; }
          body .bloc-newsletter .news-form form fieldset input[type="submit"] {
            font-family: 'Overpass ExtraBold', sans-serif;
            font-size: 14px;
            text-transform: uppercase;
            float: right; }
  body .bloc-who {
    background-color: #fff;
    padding: 80px 0px;
    margin-bottom: -80px; }
    body .bloc-who h3 {
      margin: 0px 0px 30px 0px; }
    body .bloc-who img {
      max-width: 100%; }
  body footer {
    padding: 60px 0px;
    background-color: #dde2e4;
    margin-top: 80px; }
    body footer .infos {
      display: flex; }
      @media (max-width: 1199px) {
        body footer .infos {
          display: block; } }
      @media (max-width: 991px) {
        body footer .infos {
          display: flex;
          margin-bottom: 15px; } }
      @media (max-width: 440px) {
        body footer .infos {
          display: block;
          text-align: center; } }
      body footer .infos .logo {
        margin-right: 25px;
        margin-bottom: 15px; }
      body footer .infos .address {
        line-height: 25px; }
        body footer .infos .address .bold {
          font-family: 'Roboto', sans-serif;
          font-weight: 700; }
    body footer .navigation {
      display: flex; }
      @media (max-width: 440px) {
        body footer .navigation {
          padding: 0px; } }
      body footer .navigation ul {
        width: 100%;
        margin-top: 0px; }
        body footer .navigation ul:first-child {
          line-height: 30px; }
        body footer .navigation ul:last-child {
          line-height: 24px; }
    body footer .icons {
      height: 40px;
      margin-top: -7px; }
      body footer .icons i {
        transition: none; }
    body footer .partners {
      margin-top: 40px; }
      body footer .partners .ademe, body footer .partners .occitanie, body footer .partners .pref {
        background-image: url("../images/partenaires.jpg");
        background-repeat: no-repeat;
        display: inline-block; }
        body footer .partners .ademe:hover, body footer .partners .occitanie:hover, body footer .partners .pref:hover {
          background-position-y: -85px; }
      body footer .partners .ademe {
        margin-right: 15px;
        width: 73px;
        height: 80px;
        background-position: 0px 0px; }
      body footer .partners .occitanie {
        margin-right: 15px;
        width: 80px;
        height: 80px;
        background-position: -80px 0px; }
      body footer .partners .pref {
        width: 63px;
        height: 80px;
        background-position: -167px 0px; }
  body .search-prestataire {
    background-image: -moz-linear-gradient(50deg, #3c486f 0%, #54879f 100%);
    background-image: -webkit-linear-gradient(50deg, #3c486f 0%, #54879f 100%);
    background-image: -ms-linear-gradient(50deg, #3c486f 0%, #54879f 100%);
    background-image: linear-gradient(50deg, #3c486f 0%, #54879f 100%);
    padding: 50px 0px; }
    body .search-prestataire .sentence {
      color: #fff;
      font-family: 'Overpass SemiBold', sans-serif;
      font-size: 24px;
      margin-bottom: 20px; }
    body .search-prestataire .form-horizontal .form-control {
      width: 100%;
      color: #7b8990;
      font-size: 13px; }
    body .search-prestataire .form-horizontal .control-label {
      color: #fff; }
    body .search-prestataire .form-horizontal .btn {
      margin-right: 15px; }
  body .new-prestataire {
    background-color: #fff;
    margin-top: 60px;
    padding: 80px 0px; }
    body .new-prestataire .sprite-telecharger {
      top: 3px; }
    body .new-prestataire .btn:hover .sprite-telecharger {
      background-position-y: -36px; }
    body .new-prestataire .group-button {
      text-align: center;
      margin-top: 40px; }
      body .new-prestataire .group-button a:not(:last-child) {
        margin-right: 40px; }
  body .option-prestataire {
    background-image: -moz-linear-gradient(50deg, #3c486f 0%, #54879f 100%);
    background-image: -webkit-linear-gradient(50deg, #3c486f 0%, #54879f 100%);
    background-image: -ms-linear-gradient(50deg, #3c486f 0%, #54879f 100%);
    background-image: linear-gradient(50deg, #3c486f 0%, #54879f 100%);
    padding: 50px 0px; }
    body .option-prestataire .recherche {
      color: #fff;
      font-family: 'Overpass SemiBold', sans-serif;
      font-size: 18px; }
      body .option-prestataire .recherche p {
        float: left; }
        body .option-prestataire .recherche p:first-child {
          margin-left: 60px; }
      body .option-prestataire .recherche a {
        float: right;
        margin-right: 40px; }
      body .option-prestataire .recherche .option {
        cursor: pointer;
        margin-left: 20px; }
        body .option-prestataire .recherche .option:hover i {
          background-position-y: -34px; }
    body .option-prestataire .form-new-search {
      display: none;
      margin-top: 50px; }
      body .option-prestataire .form-new-search .control-label {
        color: #fff; }
  body #map-recherche {
    height: 500px;
    background-color: #fff;
    margin-top: 20px; }
  body .resultats-recherche {
    margin-top: 50px; }
    body .resultats-recherche .top {
      color: #152d37;
      font-size: 16px;
      font-family: 'Overpass SemiBold', sans-serif;
      position: relative;
      margin-bottom: 50px; }
      body .resultats-recherche .top .count-resultats .number {
        font-family: 'Overpass Bold', sans-serif;
        font-size: 24px;
        color: #3c486f; }
      body .resultats-recherche .top .tri-resultats select {
        border: 2px solid #d0d4d8;
        border-radius: 8px;
        background: none;
        font-family: 'Roboto Light', sans-serif;
        font-size: 14px;
        padding: 10px;
        margin-left: 5px; }
      body .resultats-recherche .top:after {
        content: "";
        width: calc(100% - 30px);
        height: 2px;
        background-color: #d0d4d8;
        position: absolute;
        margin-top: 13px;
        z-index: 1;
        left: 15px; }
      body .resultats-recherche .top:before {
        content: "";
        width: 70px;
        height: 2px;
        background-color: #3c486f;
        position: absolute;
        bottom: -15px;
        z-index: 2;
        left: 15px; }
    body .resultats-recherche .blocs-resultats .bloc {
      font-size: 14px;
      font-family: 'Roboto Light', sans-serif;
      background-color: #fff;
      margin-bottom: 20px; }
      body .resultats-recherche .blocs-resultats .bloc .number {
        background-color: #3c486f;
        color: #fff;
        text-align: center;
        font-family: 'Overpass ExtraBold', sans-serif;
        font-size: 24px;
        padding: 25px 0px; }
      body .resultats-recherche .blocs-resultats .bloc img {
        max-width: 100%;
        margin: 30px 0px; }
      body .resultats-recherche .blocs-resultats .bloc .title_presta {
        font-family: 'Overpass ExtraBold', sans-serif;
        font-size: 24px;
        color: #3c486f;
        margin-top: 30px; }
        body .resultats-recherche .blocs-resultats .bloc .title_presta a {
          color: #3c486f; }
      body .resultats-recherche .blocs-resultats .bloc .blue {
        font-family: 'Overpass ExtraBold', sans-serif; }
      body .resultats-recherche .blocs-resultats .bloc .part {
        float: left;
        margin-right: 50px;
        margin-bottom: 30px; }
  body #map-detail {
    height: 500px;
    width: calc(100% + 30px);
    background-color: #fff; }
  body .coordonnees {
    background-image: -moz-linear-gradient(50deg, #3c486f 0%, #54879f 100%);
    background-image: -webkit-linear-gradient(50deg, #3c486f 0%, #54879f 100%);
    background-image: -ms-linear-gradient(50deg, #3c486f 0%, #54879f 100%);
    background-image: linear-gradient(50deg, #3c486f 0%, #54879f 100%);
    color: #fff;
    padding: 50px 25px;
    margin-bottom: 50px; }
    body .coordonnees h4 {
      margin-right: 15px;
      margin-left: 15px;
      padding-left: 0px;
      padding-right: 0px;
      margin-bottom: 40px; }
    body .coordonnees img {
      max-width: 100%; }
    body .coordonnees [class^="info__"] {
      padding-left: 15px;
      position: relative; }
      body .coordonnees [class^="info__"] .info-title {
        font-family: 'Overpass ExtraBold', sans-serif;
        font-size: 15px; }
      body .coordonnees [class^="info__"]:before {
        position: absolute;
        left: -12px;
        margin-top: 2px;
        font: normal normal normal 18px/1 FontAwesome; }
      body .coordonnees [class^="info__"] a {
        color: #fff; }
      body .coordonnees [class^="info__"][class$="__contact"]:before {
        content: "\f007"; }
      body .coordonnees [class^="info__"][class$="__adresse"]:before {
        content: "\f041"; }
      body .coordonnees [class^="info__"][class$="__tel"]:before {
        content: "\f095"; }
      body .coordonnees [class^="info__"][class$="__fax"]:before {
        content: "\f1ac"; }
      body .coordonnees [class^="info__"][class$="__email"]:before {
        content: "\f0e0"; }
      body .coordonnees [class^="info__"][class$="__site"]:before {
        content: "\f08e"; }
      body .coordonnees [class^="info__"][class$="__apport"]:before {
        content: "\f019"; }
      body .coordonnees [class^="info__"][class$="__horaires"]:before {
        content: "\f017"; }
    body .coordonnees .info__tel {
      margin-bottom: 0px; }
  body .part {
    margin: 0px 15px; }
  body .corps {
    background-color: #fff;
    padding: 40px 40px; }

/*# sourceMappingURL=style.css.map */

/* EDIT */
body ul[class^="arrow-"] ul, body ul[class^="puce-"] ul, body ol[class^="number-"] ul,
body ul[class^="arrow-"] ol, body ul[class^="puce-"] ol, body ol[class^="number-"] ol {
	padding-left: 16px;
	list-style: none;
}

img {
	max-width: 100%;
}

body header .main-menu ul li {
	flex-grow: 1;
	width: auto;
}

.header-top {
	position: relative;
}

@media (min-width: 767px) and (max-width: 1279px) {
  .header-top {
	padding-bottom: 25px;
  }
	
  body header .menu-mobile-bar {
	  margin-top: 0;
	  bottom: -50px;
  }
}

body header .main-menu ul li {
	position: relative;
}

body header .main-menu ul li ul {
	left: 0;
	margin-left: 0;
}

@media (max-width: 767px) {
	body .resultats-recherche .blocs-resultats .bloc {
		display: block;
	}
}

body header .main-menu ul li:last-child ul {
	left: auto;
}

body .resultats-recherche .blocs-resultats .bloc .part:last-child {
	margin-right: 15px;
}

body .coordonnees ul,
body .coordonnees ol {
	color: #fff;
}

.coordonnees a:hover,
.coordonnees a:focus {
	color: #fff;
}

.box {
	margin-bottom: 40px;
    padding: 30px 40px;
    color: #fff;
    background-image: -moz-linear-gradient(50deg, #3c486f 0%, #54879f 100%);
    background-image: -webkit-linear-gradient(50deg, #3c486f 0%, #54879f 100%);
    background-image: -ms-linear-gradient(50deg, #3c486f 0%, #54879f 100%);
    background-image: linear-gradient(50deg, #3c486f 0%, #54879f 100%);
}

.box h1,
.box h2,
.box h3,
.box h4,
.box h5,
.box h6 {
	margin-bottom: 20px;
	color: inherit;
}

.box a:hover,
.box a:focus {
	color: #fff;
}

.box .btn {
	color: #fff;
}

.box:last-child {
	margin-bottom: 0;
}

body .events-bloc h4 {
	padding-right: 40px;
}

.btn-rss {
	position: absolute;
	top: 24px;
	right: 30px;
}

.btn-rss .rond {
	margin-left: 0;
	border-color: #5faebb;
}

.checkbox label, .radio label {
	display: inline-flex;
	padding-left: 0;
}

.form-checkbox__label, .form-radio__label {
	margin-left: 12px;
	padding-top: 8px;
}

input[type=checkbox], input[type=radio] {
	margin: 0;
}

body .form-horizontal .form-checkbox .form-checkbox__input {
  position: absolute;
  overflow: hidden;
  height: 1px;
  margin: -1px;
  padding: 0;
  width: 1px;
  white-space: nowrap;
  border: 0;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
}

body .form-horizontal .form-checkbox .form-checkbox__icon {
	position: relative;
    flex-shrink: 0;
    display: inline-block;
    width: 34px;
    height: 34px;
    background-color: #fff;
    border: 1px solid #d0d0d0;
    border-radius: 8px;
    box-sizing: border-box;
    transition: all 200ms linear;
}

body .form-horizontal .form-checkbox .form-checkbox__icon::before {
    position: absolute;
    top: 50%;
    left: 50%;
    color: #3c486f;
	font-family: 'fontawesome';
	font-size: 13px;
	font-style: normal;
    border-radius: 50%;
	transform: translate(-50%, -50%);
	content: "\f00c";
    opacity: 0;
    transition: all 200ms ease-in;
}

body .form-horizontal .form-checkbox .form-checkbox__input:checked + .form-checkbox__icon:before {
	opacity: 1;
}

.radio.col-sm-3:nth-child(4n + 1) {
	clear: both;
}

.checkbox.col-sm-4:nth-child(3n + 1) {
	clear: both;
}

.main-content .container {
	position: relative;
}

.share-button, .print-button {
	position: absolute;
	top: 30px;
	overflow: visible;
	z-index: 10;
	margin: 0;
	padding: 0;
	color: inherit;
	font: inherit;
	text-transform: none;
	background: transparent;
	border: none;
	-webkit-appearance: button;
	cursor: pointer;
}

.print-button {
	right: 0;
}

.share-button {
	right: 50px;
}

.share-button .rond, .print-button .rond {
	margin: 0;
}

.share-menu {
	position: absolute;
	top: 30px;
	right: 0;
	display: none;
	padding-right: 45px;
	font-size: 0;
	background-color: #fff;
	border-radius: 22px;
}

.share-menu.active {
	display: block;
}

.share-menu a .fa {
    transition: all 0.5s;
    border-radius: 100%;
    width: 40px;
    height: 40px;
    text-align: center;
    padding-top: 10px;
    font-size: 18px;
    color: #7b8990;
}

@media (max-width: 1279px) {
	.share-button, .print-button {
		position: relative;
		top: 0;
		right: auto;
		float: left;
		margin-bottom: 30px;
	}
	
	.share-menu {
		position: relative;
		top: 0;
		right: auto;
		left: -40px;
		padding: 0 0 0 45px;
	}
	
	.share-menu::after {
		clear: both;
		display: table;
		content: '';
	}
	
	.share-menu.active {
		display: inline-block;
	}
}

.mtm:not(:first-child) {
	margin-top: 30px;
}

body header .main-menu ul li a {
	font-size: 18px;
}

body header .main-menu ul li ul {
	top: 100%;
}

.contentp {
	margin-left: 8rem;
    margin-right: 8rem;
}

.contentp h3 {
	margin-left: -4rem;
    margin-bottom: 2rem;
}
.contentp ul, .content-blue-gradient ul {
	list-style: none;  
	margin-left: -41px;
}
.contentp li::before, .content-blue-gradient li::before {
	content: "•";
    color: #40a59f;
    font-size: 1.5em;
    line-height: 0;
    margin-right: 6px;
    vertical-align: middle;
}
.content-green-gradient ul {
	list-style: none;  
	margin-left: -41px;
}
.content-green-gradient li::before {
	content: "•";
    color: #fff;
    font-size: 1.5em;
    line-height: 0;
    margin-right: 6px;
    vertical-align: middle;
}
.content-green-gradient, .content-green-white-gradient, .green-bg {
	background: linear-gradient(90deg, rgba(54,159,155,1) 0%, rgba(113,188,155,1) 100%);
	color: #fff;
}
.content-blue-gradient {
	background: linear-gradient(90deg, rgba(72,101,133,1) 0%, rgba(76,139,174,1) 100%);
	background-size: 1190px 300px;
    background-repeat-y: no-repeat;
	margin-bottom: 0rem !important;
}
.content-blue-white-gradient {
	background: linear-gradient(90deg, rgba(72,101,133,1) 0%, rgba(76,139,174,1) 100%);
	color: #fff;
}
.content-green-gradient, .content-blue-gradient, .content-blue-white-gradient, .content-green-white-gradient, .green-bg {
	padding-top: 4rem;
    padding-bottom: 4rem;
    padding-left: 12rem;
    padding-right: 12rem;
    margin-left: -4rem;
    margin-right: -4rem;
    margin-bottom: 4rem;
    margin-top: 4rem;
}
.content-green-gradient h3, .content-blue-gradient h3 {
	color: #fff;
	margin-left: -4rem;
}
.content-blue-gradient h3 {
	margin-bottom: 4rem;
}
.content-blue-white-gradient h3, .content-green-white-gradient h3, .green-bg h3 {
	text-align: center;
	color: #fff;
	margin-bottom: 4rem;
}
.content-blue-gradient div.bwhite {
	background: #fff;
	padding: 4rem;
	margin-left: -4rem;
	margin-right: -4rem;
}

.container-flex {
	display: flex;
	border-bottom: 4px solid #e8e9ed;
    padding-bottom: 4rem;
	padding-top: 4rem;
}
.col-2 {
	flex: 1;
}
.col-2 h4 {
	color: #37a09c;
	font-weight: bold;
}
.pad-txt, .pad-txt-left {
	padding: 2rem;
}
.pad-txt-left h4 {
	color: #3c4870;
}

.container-flex-3 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
	padding-top: 4rem;
}
.container-flex-3 h3 {
	width: 100%;
}
.col-3 {
	flex-basis: 30%;
	margin-bottom: 20px;
}
.col-3 h4 {
	color: #2f9599;
}

.col-3-link {
	color: #fff;
	background: rgba(255,255,255, .2);
	padding: 4rem;
	position: relative;
}

.col-3-link a {
	color: #fff;
	text-decoration: none;	
    font-size: 1.7rem;

}

.col-3-link::after {
	position: absolute;
    content: ">";
    border-radius: 50%;
    border: 1px solid #fff;
    width: 26px;
    height: 26px;
    text-align: center;
    right: 2rem;
    bottom: 2rem;
    display: block;
    font-weight: bold;
    font-size: 1.8rem;
}

.decal-left
{
	margin-left: -15rem;
    background: #fff;
    padding: 4rem;
	margin-top: 4rem;
}
.decal-right
{
	margin-right: -15rem;
    background: #fff;
    padding: 4rem;
	position: relative;
	margin-top: 4rem;
}

@media (max-width: 650px) {
	.container-flex-3, .container-flex {
		display: block;
	}
	.decal-left {
		margin-left:0;
	}
	.decal-right
	{
		margin-right:0;
	}

	.content-blue-gradient div.bwhite {
		padding: 4rem;
		margin:0;
	}
	.content-blue-gradient h3 {
		margin: 2rem;
	}
	.contentp h3 {
		margin-left: 1rem;
	}
	.contentp {
    	margin: 0rem;
	}
	.content-blue-white-gradient p {
		margin: 1rem;
	}
	.content-green-gradient, .content-blue-gradient, .content-blue-white-gradient, .content-green-white-gradient, .green-bg {
		padding-left: 0rem;
    	padding-right: 0rem;
	}
}
/* ==========================================================
   ORDECO 2026 - évolution homepage / header / footer
   ========================================================== */
@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@300;400;500;600;700;800&family=Montserrat:wght@400;500;600;700&display=swap');

:root{
  --ordeco-blue:#273f4b;
  --ordeco-blue-dark:#223743;
  --ordeco-teal:#37a9a1;
  --ordeco-teal-dark:#168f8b;
  --ordeco-green:#51b888;
  --ordeco-text:#263947;
  --ordeco-muted:#6f7e86;
  --ordeco-light:#f3f6f7;
  --ordeco-line:#dce6e7;
}

body{
  background:#fff;
  color:var(--ordeco-text);
  font-family:'Manrope', Arial, sans-serif;
  font-size:15px;
  line-height:1.65;
}

body a{color:var(--ordeco-teal-dark);}
body h1, body h2, body h3, body h4, body h5, body h6{font-family:'Manrope', Arial, sans-serif;color:var(--ordeco-text);}
body h2:before, body h2:after{display:none;}

body .btn{
  border-radius:22px;
  padding:7px 22px;
  font-family:'Manrope', Arial, sans-serif;
  font-weight:800;
  text-transform:uppercase;
  font-size:12px;
  letter-spacing:.02em;
}

body header{background:#fff;position:relative;z-index:50;}
body header .infos-top{display:flex;align-items:center;justify-content:space-between;padding:18px 0 14px;}
body header .infos-top .logo-menu{
  width:142px;
  height:76px;
  background:url('../images/ordeco2026/logo-Ordeco.svg') no-repeat center left;
  background-size:contain;
}
body header .infos-top .search-bar{float:none;margin:0;width:430px;max-width:48%;}
body header .infos-top .search-bar form{
  margin:0;
  transform:none;
  border:1px solid #dbe5e7;
  border-radius:28px;
  padding:0 16px 0 28px;
  height:45px;
  display:flex;
  align-items:center;
  background:#fff;
  box-shadow:0 3px 14px rgba(20,45,55,.04);
}
body header .infos-top .search-bar input{
  flex:1;
  font-family:'Montserrat', Arial, sans-serif;
  font-size:13px;
  color:var(--ordeco-text);
  outline:none;
}
body header .infos-top .search-bar button{order:2;width:30px;height:30px;padding:0;background:url('../images/ordeco2026/picto-loupe.svg') no-repeat center;background-size:18px;}
body header .infos-top .search-bar button .sprite{display:none;}
body header .infos-top .infos-right{float:none;margin:0;transform:none;}
body header .infos-top .infos-right .btn-grey{
  color:var(--ordeco-blue-dark);
  border-color:var(--ordeco-blue-dark);
  background:#fff;
}
body header .infos-top .infos-right .btn-grey:hover{background:var(--ordeco-blue-dark);color:#fff;}
body header .main-menu{
  margin:0 auto -34px;
  background:linear-gradient(180deg,#2f4d5c 0%,#253e4b 100%);
  border-radius:4px;
  box-shadow:0 12px 24px rgba(32,55,65,.18);
  width:100%;
}
body header .main-menu ul{height:54px;align-items:stretch;}
body header .main-menu ul li{position:relative;}
body header .main-menu ul li a{
  display:flex;
  align-items:center;
  justify-content:center;
  height:54px;
  margin:0;
  padding:0 18px;
  color:#fff;
  font-size:14px;
  font-weight:700;
  line-height:1.2;
}
body header .main-menu ul li:first-child > a{font-size:0;min-width:62px;background:url('../images/ordeco2026/picto-home.svg') no-repeat center;background-size:17px;}
body header .main-menu ul li:not(:last-child) a{border-right:1px solid rgba(255,255,255,.16);}
body header .main-menu ul li:hover{background:var(--ordeco-teal-dark);}
body header .main-menu ul li ul{
  top:100%;
  min-width:320px;
  height:auto;
  padding:16px 22px;
  background:var(--ordeco-teal-dark);
  border-radius:0 0 5px 5px;
  box-shadow:0 18px 28px rgba(25,64,70,.2);
}
body header .main-menu ul li ul li a{
  height:auto;
  padding:10px 0;
  justify-content:flex-start;
  font-size:13px;
  line-height:1.35;
  font-weight:600;
}
body header .main-menu ul li ul li a:before{content:'›';font-family:Arial, sans-serif;margin-right:9px;font-size:18px;line-height:0;}
body header .main-menu ul li ul li:not(:last-child){border-bottom:0;}
body header .header{
  margin-top:0;
  padding:48px 0 18px;
  min-height:96px;
  background:url('../images/ordeco2026/bandeau-homepage.jpg') no-repeat center;
  background-size:cover;
}
body header .header .title{margin-top:0;height:auto;opacity:.55;}
body header .header .title .word{font-size:34px;font-weight:300;color:#fff;}

body .main-content{margin-top:0;margin-bottom:0;}
.home-intro{padding-top:62px;padding-bottom:72px;}
.home-top-row{align-items:flex-start;justify-content:center;}
body .search-bloc{
  width:32%;
  max-width:330px;
  margin-right:52px;
  padding:0;
  overflow:hidden;
  background:#fff;
  border-radius:7px;
  box-shadow:0 12px 30px rgba(31,62,72,.10);
}
body .search-bloc .search-prestataire{
  margin:0;
  padding:25px 27px 22px;
  background:linear-gradient(135deg,var(--ordeco-teal) 0%,var(--ordeco-green) 100%);
}
body .search-bloc .search-prestataire h4,
body .search-bloc .search-prestataire h5{color:#fff;margin:0;}
body .search-bloc .search-prestataire h4{font-size:17px;font-weight:800;margin-bottom:20px;}
body .search-bloc .search-prestataire h5{font-size:13px;font-weight:800;margin-top:14px;}
body .search-bloc .search-prestataire p{margin:3px 0 12px;color:#fff;font-size:12px;line-height:1.35;}
a.link-white, body .search-bloc .link-blue{
  display:inline-block;
  padding:5px 14px;
  color:#fff;
  border:1px solid rgba(255,255,255,.7);
  border-radius:16px;
  font-size:10px;
  font-weight:800;
  text-transform:uppercase;
  text-decoration:none;
}
.link-white:after, body .search-bloc .link-blue:after{content:'›';border:0;padding:0;margin-left:8px;top:0;}
body .search-bloc .search-infos{margin:0;padding:21px 27px;background:#263f4c;}
body .search-bloc .search-infos h5{margin:0 0 15px;color:#fff;font-size:16px;font-weight:800;line-height:1.25;}
body .events-bloc{
  flex:1;
  max-width:670px;
  margin:0;
  padding:20px 0 0;
  background:#fff;
}
body .events-bloc h4{margin:0 0 23px;padding:0;font-size:25px;font-weight:800;color:var(--ordeco-text);}
body .events-bloc h5{padding-bottom:9px;border-bottom:1px solid var(--ordeco-line);font-size:17px;font-weight:800;line-height:1.25;text-transform:none;}
body .events-bloc .green, body .events-bloc .cyan{color:var(--ordeco-teal-dark);}
body .events-bloc .actu-actions, body .events-bloc .actu-prestas{border-top:0;margin-top:18px;padding-top:0;}
body .events-bloc .actu-actions .date, body .events-bloc .actu-prestas .date{font-size:10px;font-weight:800;color:#4f5d63;}
body .events-bloc .actu-actions a, body .events-bloc .actu-prestas a{display:block;font-size:13px;line-height:1.35;font-weight:800;color:var(--ordeco-teal-dark);}
body .events-bloc .actu-actions a:before, body .events-bloc .actu-prestas a:before{content:'› ';}

.home-welcome{
  margin:0;
  padding:70px 0 74px;
  text-align:center;
  background:#f5f7f8 url('../images/ordeco2026/bandeau-bienvenue.jpg') no-repeat center;
  background-size:cover;
}
.home-welcome h1{margin:0;font-size:34px;font-weight:800;line-height:1.1;}
.home-welcome h1 span{font-size:24px;font-weight:800;}
.home-welcome h2{margin:4px auto 25px;font-size:24px;font-weight:800;line-height:1.25;max-width:850px;}
.home-welcome .lead{max-width:720px;margin:0 auto 20px;color:var(--ordeco-teal-dark);font-size:14px;font-weight:800;line-height:1.45;}
.home-welcome p{max-width:780px;margin:0 auto 15px;font-size:12px;color:#4c5960;}
.home-btn{display:inline-block;margin-top:8px;padding:5px 18px;border:1px solid var(--ordeco-blue);border-radius:17px;color:var(--ordeco-blue)!important;font-size:10px;font-weight:800;text-transform:uppercase;text-decoration:none;}
.home-btn:after{content:'›';margin-left:9px;}
.cyclop-line{margin-top:45px;}
.cyclop-line p{max-width:840px;font-weight:800;color:#30414b;}
.cyclop-line img{display:block;margin:28px auto 0;max-width:460px;width:70%;}

.home-resources{padding:82px 0 70px;margin:0 auto;max-width:1060px;display:block!important;}
body .bloc-donnees{margin:0;padding:0;background:#fff;}
body .bloc-donnees h4, body .bloc-donnees h3{font-size:27px;line-height:1.18;font-weight:800;color:var(--ordeco-teal-dark);}
body .bloc-donnees .bloc{padding:0 0 62px;margin-bottom:62px;border-bottom:1px solid var(--ordeco-line);}
body .bloc-donnees .bloc .img-donnees{float:none!important;margin:0 0 24px!important;}
body .bloc-donnees .bloc .txt-donnees{min-height:0;font-size:13px;color:#43515a;}
body .bloc-donnees .link-green, body .bloc-donnees .link-cyan, body .bloc-donnees .link-blue{display:inline-block;margin-top:12px;padding:6px 16px;border:1px solid var(--ordeco-blue);border-radius:16px;color:var(--ordeco-blue);font-size:10px;font-weight:800;text-transform:uppercase;text-decoration:none;}
body .bloc-donnees .link-green:after, body .bloc-donnees .link-cyan:after, body .bloc-donnees .link-blue:after{content:'›';border:0;margin-left:8px;padding:0;top:0;}

body .bloc-newsletter{
  margin-top:0;
  height:auto;
  min-height:188px;
  background:url('../images/ordeco2026/bandeau-newsletter.jpg') no-repeat center;
  background-size:cover;
}
body .bloc-newsletter .container{display:flex;align-items:center;min-height:188px;}
body .bloc-newsletter .news-txt{margin:0;transform:none;}
body .bloc-newsletter .news-txt h3{margin:0 0 10px;font-size:35px;font-weight:800;color:#fff;}
body .bloc-newsletter .news-txt p{font-size:13px;line-height:1.45;}
body .bloc-newsletter .news-txt a{display:inline-block;margin-top:8px;padding:5px 14px;border:1px solid rgba(255,255,255,.75);border-radius:15px;color:#fff;text-transform:uppercase;font-size:10px;text-decoration:none;}
body .bloc-newsletter .news-form{height:auto;display:block;}
body .bloc-newsletter .news-form form fieldset{height:43px;border:1px solid rgba(255,255,255,.65);border-radius:24px;padding:0 10px 0 25px;display:flex;align-items:center;}
body .bloc-newsletter .news-form form fieldset input[type=email]{font-family:'Montserrat',Arial,sans-serif;font-size:13px;outline:none;}
body .bloc-newsletter .news-form form fieldset input[type=submit]{padding:0 18px;color:#fff;border:1px solid rgba(255,255,255,.75);border-radius:18px;height:30px;font-size:10px;}
body .bloc-newsletter .form-checkbox__label{padding-top:0;color:#fff;font-size:11px;}
body .bloc-newsletter .form-horizontal .form-checkbox .form-checkbox__icon{width:15px;height:15px;border-radius:4px;background:transparent;border-color:rgba(255,255,255,.7);}
body .bloc-who{display:none;}

body footer{margin-top:0;padding:54px 0;background:#f1f4f5;color:#4b5b64;font-size:13px;}
body footer .container{display:flex;align-items:flex-start;gap:36px;}
body footer .infos{display:flex;align-items:center;flex:1;padding:0;}
body footer .infos .logo img{width:145px;}
body footer .infos .address{padding-left:24px;line-height:1.7;}
body footer .navigation{flex:1.2;padding:0;}
body footer .navigation ul{list-style:none;padding:0;margin:0;columns:2;line-height:1.9;}
body footer .navigation a{color:#354650;font-weight:600;text-decoration:none;}
body footer .navigation a:before{content:'› ';color:var(--ordeco-teal-dark);}
body footer .icons{height:auto;margin:0 0 16px;display:flex;align-items:center;justify-content:flex-start;gap:8px;font-weight:800;}
body footer .icons:before{content:'Nous suivre';}
body footer .icons .rond{width:25px;height:25px;padding-top:5px;font-size:13px;color:#fff;background:var(--ordeco-teal-dark);border-color:var(--ordeco-teal-dark);}
body footer .partners{margin-top:20px;display:flex;align-items:center;gap:12px;}
body footer .partners img{max-height:55px;width:auto;}

@media (min-width:992px){
  body .bloc-donnees{display:grid;grid-template-columns:1fr 1fr;gap:72px 82px;}
  body .bloc-donnees > h4, body .bloc-donnees > h3{grid-column:1/-1;}
  body .bloc-donnees .bloc{margin:0;padding:0 0 62px;}
}

@media (max-width:1279px){
  body header .infos-top{padding-bottom:72px;}
  body header .menu-mobile-bar{bottom:0;margin:0;width:100%;background:var(--ordeco-blue-dark);}
  body header .main-menu{display:none;}
}
@media (max-width:991px){
  body header .infos-top{display:block;text-align:center;}
  body header .infos-top .logo-menu{margin:0 auto 18px;}
  body header .infos-top .search-bar{display:none;}
  body .search-bloc, body .events-bloc{width:auto;max-width:none;margin:0 15px 35px;}
  .home-welcome{padding:50px 0;}
  body .bloc-newsletter .container, body footer .container{display:block;}
  body .bloc-newsletter .news-txt, body .bloc-newsletter .news-form{margin:0 15px 24px!important;width:auto;}
  body footer .infos, body footer .navigation{margin-bottom:30px;}
}
@media (max-width:650px){
  body header .header .title .word{font-size:22px;}
  .home-intro{padding-top:35px;padding-bottom:35px;}
  .home-welcome h1{font-size:29px;}
  .home-welcome h1 span, .home-welcome h2{font-size:19px;}
  .cyclop-line img{width:95%;}
  body footer .infos{display:block;text-align:center;}
  body footer .infos .address{padding-left:0;}
  body footer .navigation ul{columns:1;text-align:center;}
}
