@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,700,600);
html, body {
  background-size: contain;
  font-family: 'Open Sans', sans-serif;
  z-index: 600;
}

html {
  scroll-behavior: smooth;
}

* {
  scroll-behavior: smooth;
  scrollbar-width: 2px;
  scrollbar-color: #ffc5182d rgba(0, 160, 123, 0.685);
}

::-webkit-scrollbar {
  width: 10px !important;
  display: block;
  height: 0 !important;
}

::-webkit-scrollbar-track {
  background: #d5e9d5;
}

::-webkit-scrollbar-thumb {
  background: #8c4e13;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

::-webkit-scrollbar-thumb:hover {
  background: #878488;
  cursor: pointer;
}

.contraste {
  background: black !important;
  color: #fff !important;
}

.contraste .nav-item .nav-link {
  color: #fff !important;
}

.contraste .nav-item .fa {
  color: #fff !important;
}

.navbar-dark {
  display: none;
}

.nav-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background: white;
  background: linear-gradient(171deg, rgba(255, 255, 255, 0) 16%, rgba(0, 255, 110, 0.950315) 97%);
  /*background: rgb(140,78,19);
background: linear-gradient(160deg, rgba(140,78,19,0.9363095580028886) 40%, rgba(0,255,166,1) 100%);*/
  -webkit-transition: background .5s;
  transition: background .5s;
  position: fixed;
  height: 100px;
  width: 100%;
  top: 0;
  z-index: 1011;
  padding-top: 0;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.nav-bar .main-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: fixed;
  top: -7px;
  left: 4%;
  background: #ffffff9f;
  border-radius: 5%;
  padding: 15px;
  padding-top: 30px;
  padding-bottom: 30px;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.nav-bar .main-header:hover {
  background: #ffffff;
}

.nav-bar .main-header img {
  width: 130px;
  height: 120px;
}

.nav-bar .navbar-nav {
  margin: auto;
  margin-top: 30px;
  margin-left: 18%;
}

.nav-bar .navbar-nav .nav-item {
  margin-right: 20px;
  text-shadow: 0px 1px 1px rgba(177, 177, 177, 0.6);
  border: 2px solid transparent;
}

.nav-bar .navbar-nav .nav-item .nav-link {
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}

.nav-bar .navbar-nav .nav-item .nav-link:hover {
  font-size: 22px;
}

.nav-bar .navbar-right {
  list-style: none;
}

.nav-bar .navbar-right .nav-item {
  margin-right: 15px;
}

.nav-bar .dropdown-large {
  position: static !important;
  border-radius: 0;
}

.nav-bar .navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-radius: 0;
}

.nav-bar .dropdown-menu-large.show {
  top: 80% !important;
}

.nav-bar .dropdown-menu-large {
  width: 60%;
  padding: 20px 0px;
  margin: auto;
  margin-left: 25%;
  border-radius: 0;
  margin-top: -6.585rem;
  background: transparent;
  border: none;
  z-index: 1011;
  color: #000;
  background: rgba(255, 255, 255, 0.938);
}

.nav-bar .dropdown-menu-large li {
  list-style: none;
}

.nav-bar .dropdown-menu-large li a {
  color: #000;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
  font-size: 20px;
  line-height: 4rem;
}

.nav-bar .dropdown-menu-large li a:hover {
  font-size: 22px;
  color: #a7a5a5;
  text-decoration: none;
}

.nav-bar .dropdown-menu-large .tabs li {
  list-style: none;
  line-height: 35px;
  font-size: 17px;
}

.nav-bar .dropdown-menu-large .tabs.active_tab {
  color: #8c1313 !important;
}

.nav-bar .dropdown-menu-large .panel {
  padding: 15px;
}

.nav-bar .dropdown-menu-large .panel .resize {
  width: 90%;
  margin: auto;
  margin-top: 10%;
}

.nav-bar .dropdown-menu-large .panel .resize .icon {
  float: left;
  width: 27%;
  height: 80px;
  margin-right: 15px;
}

.nav-bar .dropdown-menu-large .panel .resize .icon img {
  width: 100%;
}

.nav-bar .dropdown-menu-large .panel .resize .text {
  /*border: 2px solid rgb(140, 78, 19);
                    border-radius: 100% 70% 70% 30%/30% 30% 70% 70%;*/
  width: 75%;
  float: right;
  margin-top: -45px;
}

.nav-bar h2.nav-1 span.active_tab, .nav-bar h2.nav-5 span.active_tab {
  border-radius: 5px;
}

.nav-bar .nav-item {
  font-size: 20px;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  font-weight: 400;
  padding-bottom: 20px;
  /* Moema */
}

.nav-bar .nav-item::before {
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  bottom: 100%;
  left: 0;
  z-index: -1;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}

.nav-bar .nav-item a {
  color: #fff;
}

.nav-bar .nav-item span {
  color: #fff;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  padding: 5px;
}

.nav-bar .nav-item span:active {
  background-color: white;
  -webkit-transform: translateY(4px);
          transform: translateY(4px);
}

.nav-bar .nav-item .fa {
  color: #fff;
  font-size: 30px;
}

.nav-bar .nav-item .btn-evenement {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  border: 2px solid #e74c3c;
  border-radius: 0.6em;
  color: #e74c3c;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  line-height: 1;
  padding: 10px;
  text-decoration: none;
  text-align: center;
  font-family: 'Open Sans', sans-serif;
  border-color: #dbae34;
  color: #fff;
  -webkit-box-shadow: 0 0 40px 40px #dbae34 inset, 0 0 0 0 #dbae34;
          box-shadow: 0 0 40px 40px #dbae34 inset, 0 0 0 0 #dbae34;
  -webkit-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
  margin-top: -7px;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  -webkit-animation-name: slidein;
          animation-name: slidein;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

.nav-bar .nav-item .btn-evenement:hover {
  -webkit-box-shadow: 0 0 10px 0 #dbae34 inset, 0 0 10px 4px #dbae34;
          box-shadow: 0 0 10px 0 #dbae34 inset, 0 0 10px 4px #dbae34;
}

.nav-bar .nav-item .btn-evenement:hover, .nav-bar .nav-item .btn-evenement:focus {
  color: #fff;
  outline: 0;
}

@-webkit-keyframes slidein {
  from {
    -webkit-box-shadow: 0 0 40px 40px #dbae34 inset, 0 0 0 0 #dbae34;
            box-shadow: 0 0 40px 40px #dbae34 inset, 0 0 0 0 #dbae34;
    color: #757575;
  }
  to {
    -webkit-box-shadow: 0 0 10px 0 #dbae34 inset, 0 0 10px 4px #dbae34;
            box-shadow: 0 0 10px 0 #dbae34 inset, 0 0 10px 4px #dbae34;
    color: #006e55;
  }
}

@keyframes slidein {
  from {
    -webkit-box-shadow: 0 0 40px 40px #dbae34 inset, 0 0 0 0 #dbae34;
            box-shadow: 0 0 40px 40px #dbae34 inset, 0 0 0 0 #dbae34;
    color: #757575;
  }
  to {
    -webkit-box-shadow: 0 0 10px 0 #dbae34 inset, 0 0 10px 4px #dbae34;
            box-shadow: 0 0 10px 0 #dbae34 inset, 0 0 10px 4px #dbae34;
    color: #006e55;
  }
}

.nav-bar .search-main .fa {
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.nav-bar .search-main:hover {
  cursor: pointer;
}

.nav-bar .search-main:hover .fa {
  -webkit-transform: rotate(-20deg);
          transform: rotate(-20deg);
  color: #fae0a9;
}

.nav-bar .flag {
  width: 50px;
  height: 40px;
  margin-left: -20px;
  overflow: hidden;
  background: transparent;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}

.nav-bar .flag img {
  width: 100%;
  height: 100%;
}

.nav-bar .flag:hover {
  width: 55px;
}

.nav-bar .search__form .search-form-main {
  background: #fff none repeat scroll 0 0;
  -webkit-box-shadow: 1px 1px 7px rgba(0, 0, 0, 0.15);
  box-shadow: 1px 1px 7px rgba(0, 0, 0, 0.15);
  padding: 15px;
  position: absolute;
  right: 11%;
  top: 99%;
  width: 55%;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.nav-bar .search__form .search-form-main .input-group {
  width: 100%;
}

.nav-bar .search__form .search-form-main .input-group .form-outline {
  width: 89%;
}

.nav-bar .search__form .search-form-main .input-group .form-control {
  width: 100%;
  font-size: 20px;
  border-radius: 0;
  border-color: #e67e22;
  height: 50px;
}

.nav-bar .search__form .search-form-main .input-group .form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.nav-bar .search__form .search-form-main .input-group .btn-deucalion {
  margin-top: 0;
  padding: 0;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 10px;
  padding-bottom: 7px;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: #e67e22;
  margin-left: -10px;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.nav-bar .search__form .search-form-main .input-group .btn-deucalion .fas {
  font-size: 20px;
  color: #fff;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.nav-bar .search__form .search-form-main .input-group .btn-deucalion:hover {
  margin-left: -20px;
}

.nav-bar .search__form .search-form-main.active-search {
  opacity: 1;
  visibility: visible;
}

.nav-bar .search__form .search-form-main:before {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #ffffff;
  content: "";
  position: absolute;
  right: 15px;
  top: -10px;
}

.nav-bar .search__form .search-form-main:before {
  border-bottom-color: white;
}

.nav-bar .search__form .search-form-main .search-field {
  border-radius: 0;
  padding: 4px 10px;
  width: 75%;
  float: left;
}

.nav-bar .search__form .search-form-main .search-submit {
  border: medium none;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
  float: left;
  padding: 10px 0 10px;
  width: 25%;
  height: 36px;
  background: white;
}

.nav-bar .dropdown:hover .dropdown-menu {
  display: block;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.nav-bar .dropdown .fa {
  color: #fff;
  font-size: 30px;
  -webkit-transition: all 3ms linear;
  transition: all 3ms linear;
}

.nav-bar .dropdown .circle:hover {
  -webkit-animation: 1.5s linear 0s normal pulse;
          animation: 1.5s linear 0s normal pulse;
}

.nav-bar .dropdown .circle:hover .fa {
  color: #e67e22;
}

.nav-bar .dropdown .btn {
  padding: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  margin-top: -3px;
}

.nav-bar .dropdown .dropdown__search {
  min-width: 5rem;
  margin-top: -25px;
  margin-left: -17px;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.nav-bar .dropdown .dropdown__search .dropdown-item:hover {
  background: transparent;
}

.nav-bar .dropdown .dropdown__search .fa {
  color: #e67e22;
  font-size: 40px;
}

.nav-bar .dropdown-toggle::after {
  display: none;
}

.fixed {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 1011;
  background: #9d9d9d;
  background: linear-gradient(166deg, rgba(157, 157, 157, 0.913901) 0%, rgba(255, 255, 255, 0.678606) 43%, white 57%);
  height: 85px;
}

.fixed .nav-item {
  font-size: 18px;
  color: #000;
}

.fixed .dropdown-menu-large {
  margin-top: -19px;
}

.fixed .search-form-main {
  top: 80% !important;
}

.fixed .dropdown .fa {
  color: #000;
}

.fixed .nav-item a {
  color: #000;
}

.fixed .nav-item span {
  color: #000;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.fixed .nav-item .fa {
  color: #000;
  font-size: 30px;
}

.fixed .navbar-right .nav-item {
  margin-top: 0;
}

.fixed .navbar-right .nav-item .btn-evenement:hover {
  color: #e67e22;
}

.baner-content .first-content {
  background: url(../images/svg/pinceau.svg);
  background-size: 100% 100%;
  /*padding: 50px;*/
  width: 100%;
  margin: auto;
  margin-top: 1%;
  padding-top: 40px;
  padding-bottom: 60px;
}

.baner-content .first-content h2 {
  font-size: 20px;
  line-height: 30px;
  text-shadow: 3px 5px 2px #474747;
  width: 60%;
  margin: auto;
  font-weight: 500;
  color: #fff;
}

.baner-content .first-content h2 p {
  font-size: 20px;
}

.baner-content .first-content p {
  font-size: 20px;
}

/***************************************
                                        Vision
                                        *************************************/
.tabs-content .card-navs {
  background: rgba(0, 0, 0, 0.226);
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 20px;
  padding-bottom: 0;
  border: none;
  border-radius: 5px;
}

.tabs-content .card-navs .card-header {
  background: transparent;
  border-bottom: 2px solid #fff;
  padding: 0;
  color: #fff;
}

.tabs-content .card-navs .card-header h2 {
  font-weight: 700;
}

.tabs-content .card-navs .card-body {
  background: transparent;
  padding: 0;
  padding-top: 15px;
  color: #fff;
}

.tabs-content .card-navs .card-body p {
  font-size: 18px;
  line-height: 35px;
}

.tabs-content .card-navs .card-body .btn-deucalion {
  background: white;
  padding: 10px;
  padding-right: 15px;
  padding-left: 15px;
  color: #006e55;
  margin-top: 15px;
  border-radius: 5px;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}

.tabs-content .card-navs .card-body .btn-deucalion:hover {
  background: #006e55;
  color: #fff;
  text-decoration: none;
}

.tabs-content .card-navs .card-footer {
  border: none;
  margin-top: 20px;
  background: transparent;
  padding: 20px;
}

.tabs-content .card-navs .card-footer .active_vision {
  background-color: #08E;
}

.tabs-content .card-navs .card-footer a {
  color: #fff;
  border: none;
}

.tabs-content .card-navs .card-footer .icon__vision {
  border: 2px solid #fff;
  border-radius: 50%;
}

.tabs-content .card-navs .card-footer .icon__vision .active_dropdown {
  background: transparent !important;
  border: none !important;
  padding: 15px !important;
}

.tabs-content .card-navs .card-footer .icon__text {
  text-align: center;
  margin-top: 10px;
}

.tabs-content .card-navs .card-footer .icon__text h2 {
  font-size: 20px;
  color: #fff;
}

.tabs-content .card-navs .card-footer .icon__text .lab02 {
  display: none;
}

.tabs-content .card-navs .card-footer .icon__vision {
  /* background-color: #21d4fd;
                    background-image: linear-gradient(19deg, #21d4fd 0%, #b721ff 100%);*/
  border-radius: 30% 70% 70% 30%/30% 30% 70% 70%;
  -webkit-box-shadow: 15px 15px 50px rgba(0, 0, 0, 0.2);
          box-shadow: 15px 15px 50px rgba(0, 0, 0, 0.2);
  -webkit-animation: morphing 10s infinite;
          animation: morphing 10s infinite;
  overflow: hidden;
}

.tabs-content .card-navs .card-footer .icon__vision__00 {
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.tabs-content .card-navs .card-footer .icon__vision__00:hover {
  background-color: #21d4fd;
  background-image: linear-gradient(19deg, #21d4fd 0%, #b721ff 100%);
}

.tabs-content .card-navs .card-footer .icon__vision__01 {
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.tabs-content .card-navs .card-footer .icon__vision__01:hover {
  background-color: #21fd7d3a;
  background-image: linear-gradient(19deg, #21fd7d 0%, #ffb921 100%);
}

.tabs-content .card-navs .card-footer .icon__vision__02 {
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.tabs-content .card-navs .card-footer .icon__vision__02:hover {
  background-color: #fd21212d;
  background-image: linear-gradient(19deg, #fd2121 0%, #175326 100%);
}

.tabs-content .card-navs .card-footer .icon__vision__03 {
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.tabs-content .card-navs .card-footer .icon__vision__03:hover {
  background-color: #21fdfd2d;
  background-image: linear-gradient(19deg, #21fdfd 0%, #d9ff00 100%);
}

.tabs-content .card-navs .card-footer .icon__vision:hover {
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}

.tabs-content .card-navs .card-footer .icon__vision h1 {
  color: #fff;
  font-family: Helvetica Neue, Helvetica, Verdana, sans-serif;
  font-weight: 400;
  font-size: 35px;
  line-height: 100%;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  margin: auto;
}

@-webkit-keyframes morphing {
  0% {
    border-radius: 30% 70% 70% 30%/30% 30% 70% 70%;
    -webkit-box-shadow: 15px 15px 50px rgba(0, 0, 0, 0.2);
            box-shadow: 15px 15px 50px rgba(0, 0, 0, 0.2);
  }
  25% {
    border-radius: 58% 42% 75% 25%/76% 46% 54% 24%;
  }
  50% {
    border-radius: 50% 50% 33% 67%/55% 27% 73% 45%;
    -webkit-box-shadow: -10px -5px 50px rgba(0, 0, 0, 0.2);
            box-shadow: -10px -5px 50px rgba(0, 0, 0, 0.2);
  }
  75% {
    border-radius: 33% 67% 58% 42%/63% 68% 32% 37%;
  }
}

@keyframes morphing {
  0% {
    border-radius: 30% 70% 70% 30%/30% 30% 70% 70%;
    -webkit-box-shadow: 15px 15px 50px rgba(0, 0, 0, 0.2);
            box-shadow: 15px 15px 50px rgba(0, 0, 0, 0.2);
  }
  25% {
    border-radius: 58% 42% 75% 25%/76% 46% 54% 24%;
  }
  50% {
    border-radius: 50% 50% 33% 67%/55% 27% 73% 45%;
    -webkit-box-shadow: -10px -5px 50px rgba(0, 0, 0, 0.2);
            box-shadow: -10px -5px 50px rgba(0, 0, 0, 0.2);
  }
  75% {
    border-radius: 33% 67% 58% 42%/63% 68% 32% 37%;
  }
}

.tabs-content .card-navs .hr__active {
  height: 5px;
  background: yellow;
  width: 90%;
  margin-left: 10%;
}

.tabs-content .tab-content {
  margin: 5rem;
  line-height: 2rem;
  padding-top: 3rem;
}

.tabs-content .tab-content h2 {
  font-weight: 600;
  font-size: 20px;
}

.tabs-content .tab-content p {
  margin-top: -15px;
  text-align: justify;
  line-height: 40px;
}

.tabs-content .tab-content .img-team {
  margin-bottom: 25px;
  margin-top: 15px;
  border-radius: 5px;
  overflow: hidden;
  -webkit-animation: morphingBloc 10s infinite;
          animation: morphingBloc 10s infinite;
}

@-webkit-keyframes morphingBloc {
  0% {
    border-radius: 8% 26% 80% 150%/49% 99% 23% 12%;
    -webkit-box-shadow: 15px 15px 50px rgba(0, 0, 0, 0.2);
            box-shadow: 15px 15px 50px rgba(0, 0, 0, 0.2);
  }
  25% {
    border-radius: 27% 31% 121% 72%/29% 61% 28% 22%;
  }
  50% {
    border-radius: 15% 29% 110% 90%/39% 79% 23% 52%;
    -webkit-box-shadow: -10px -5px 50px rgba(0, 0, 0, 0.2);
            box-shadow: -10px -5px 50px rgba(0, 0, 0, 0.2);
  }
  75% {
    border-radius: 8% 26% 80% 150%/49% 99% 23% 12%;
  }
}

@keyframes morphingBloc {
  0% {
    border-radius: 8% 26% 80% 150%/49% 99% 23% 12%;
    -webkit-box-shadow: 15px 15px 50px rgba(0, 0, 0, 0.2);
            box-shadow: 15px 15px 50px rgba(0, 0, 0, 0.2);
  }
  25% {
    border-radius: 27% 31% 121% 72%/29% 61% 28% 22%;
  }
  50% {
    border-radius: 15% 29% 110% 90%/39% 79% 23% 52%;
    -webkit-box-shadow: -10px -5px 50px rgba(0, 0, 0, 0.2);
            box-shadow: -10px -5px 50px rgba(0, 0, 0, 0.2);
  }
  75% {
    border-radius: 8% 26% 80% 150%/49% 99% 23% 12%;
  }
}

.tabs-content #tab-1 {
  background-color: #21d5fd00;
  background-image: linear-gradient(19deg, #21d5fd59 0%, #b921ff56 100%);
  border-radius: 8% 26% 80% 150%/49% 99% 23% 12%;
  padding: 2rem;
  -webkit-animation: morphingBloc 10s infinite;
          animation: morphingBloc 10s infinite;
}

.tabs-content #tab-2 {
  background-color: #21fd7d00;
  background-image: linear-gradient(19deg, #21fd7d6e 0%, #ffb9216e 100%);
  border-radius: 8% 26% 80% 150%/49% 99% 23% 12%;
  padding: 2rem;
  -webkit-animation: morphingBloc 10s infinite;
          animation: morphingBloc 10s infinite;
}

.tabs-content #tab-3 {
  background-color: #fd212100;
  background-image: linear-gradient(19deg, #fd212159 0%, #1753267e 100%);
  border-radius: 8% 26% 80% 150%/49% 99% 23% 12%;
  padding: 2rem;
  -webkit-animation: morphingBloc 10s infinite;
          animation: morphingBloc 10s infinite;
}

.tabs-content #tab-4 {
  background-color: #21fdfd00;
  background-image: linear-gradient(19deg, #21fdfd56 0%, #d9ff004f 100%);
  border-radius: 8% 26% 80% 150%/49% 99% 23% 12%;
  padding: 2rem;
  -webkit-animation: morphingBloc 10s infinite;
          animation: morphingBloc 10s infinite;
}

/********************************************
                                            Activité
                                            ****************************************/
.service-content .title {
  font-size: 50px;
  text-align: center;
  margin-bottom: 35px;
}

.service-content .title .hr {
  width: 5%;
  margin: auto;
  background: rgba(0, 160, 123, 0.685);
}

.service-content .card {
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 0;
  border: none;
}

.service-content .card .zoominbox {
  background-color: #333;
  overflow: hidden;
}

.service-content .card .zoominbox img.zoomboximg {
  width: 100%;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: 5s ease-in;
  -webkit-animation-duration: 10s;
          animation-duration: 10s;
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}

.service-content .card .zoominbox .zoominDiv {
  position: absolute;
  right: 60px;
  left: 60px;
  top: 60px;
  bottom: 60px;
  display: block;
  background-color: transparent;
  border: 1px solid #fff;
  padding: 30px;
  text-align: center;
  opacity: 0;
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
  -webkit-transition: 0.5s ease-in-out;
}

.service-content .card .zoominbox .zoominDiv img {
  width: 50%;
  height: auto;
}

.service-content .card .zoominbox:hover img.zoomboximg {
  opacity: .3;
  -webkit-transform: scale(2);
          transform: scale(2);
}

.service-content .card .zoominbox:hover .zoominDiv {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.service-content .text-activite {
  text-align: right;
  width: 85%;
  margin: auto;
  margin-top: 5%;
}

.service-content .text-activite .card-header {
  padding: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
  background: transparent;
  padding-bottom: 10px;
}

.service-content .text-activite .card-header h2 {
  font-weight: 500;
  font-size: 30px;
}

.service-content .text-activite .card-body {
  padding: 0;
  padding-top: 10px;
}

.service-content .text-activite .card-body p {
  line-height: 3rem;
  text-align: justify;
  font-size: 18px;
}

.service-content .text-activite .icon_produit {
  margin-top: 4rem;
}

.service-content .text-activite_deucalion {
  width: 85%;
  margin: auto;
  margin-top: 5%;
  text-align: left;
}

.service-content .text-activite_deucalion .card-header {
  padding: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
  background: transparent;
  padding-bottom: 10px;
}

.service-content .text-activite_deucalion .card-header h2 {
  font-weight: 500;
  font-size: 30px;
}

.service-content .text-activite_deucalion .card-body {
  padding: 0;
  padding-top: 10px;
}

.service-content .text-activite_deucalion .card-body p {
  line-height: 3rem;
  text-align: justify;
  font-size: 18px;
}

.service-content .text-activite_deucalion .icon_produit {
  margin-top: 4rem;
}

/************************************
                                    Actualité
                                    ********************************************/
.projects-content .title {
  font-size: 50px;
  text-align: center;
  color: white;
}

.projects-content .title .hr {
  width: 5%;
  background: tomato;
}

.projects-content .btn-deucalion {
  margin-top: 7%;
  font-size: 20px;
  color: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background: #f05a08;
}

.projects-content .btn-deucalion:hover {
  background: #f05a08;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(240, 90, 8, 0.790651)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(0deg, rgba(240, 90, 8, 0.790651) 0%, rgba(255, 255, 255, 0) 100%);
}

/*********************************************
                                            Pied de page 'Footer' 
                                            ****************************************************/
footer ul li a:hover .fab {
  color: #ff7d27;
}

footer .card {
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
}

footer .card .card-header {
  background: transparent;
  padding: 0;
  border-bottom: none;
  color: #fff;
}

footer .card .card-header h2 {
  font-size: 20px;
}

footer .card .line {
  height: 1px;
  width: 10%;
  margin: auto;
  background: #fff;
  margin-top: 0;
  margin-bottom: 20px;
}

footer .card .card-body {
  padding: 0;
}

footer .card .card-body ol li {
  list-style: none;
  margin-left: -30px;
  line-height: 40px;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  display: block;
  color: #fff;
}

footer .card .card-body ol li:hover {
  text-decoration: none;
}

footer .card .card-body ol li:hover span {
  border: 2px solid #fff;
  border-radius: 30% 70% 70% 30%/30% 89% 70% 70%;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  padding: 10px;
}

footer .card .card-body ol li a {
  color: #fff;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

footer .card .card-body ol li a:hover {
  text-decoration: none;
}

footer .card-follow .card-body ul {
  margin-bottom: 5vh;
}

footer .card-follow .card-body ul li {
  margin-top: 20px;
}

footer .card-follow .card-body ul li .btn-fb__deucalion {
  border: 2px solid #fff;
  border-radius: 30% 70% 70% 30%/30% 30% 70% 70%;
  background: transparent;
  padding: 10px;
  background: #486ba3;
}

footer .card-follow .card-body ul li .btn-yt__rkb {
  border: 2px solid #fff;
  border-radius: 30% 70% 70% 30%/30% 30% 70% 70%;
  background: transparent;
  padding: 10px;
  background: rgba(255, 0, 0, 0.774);
}

footer .card-follow .card-body ul li .btn-lk__rkb {
  border: 2px solid #fff;
  border-radius: 30% 70% 70% 30%/30% 30% 70% 70%;
  background: transparent;
  padding: 10px;
  background: rgba(0, 115, 177, 0.774);
}

footer .card-follow .card-body ul li .btn-tw__deucalion {
  border: 2px solid #fff;
  border-radius: 30% 70% 70% 30%/30% 30% 70% 70%;
  background: transparent;
  padding: 10px;
  background: rgba(28, 156, 234, 0.774);
}

footer .card-follow .card-body ul li:hover .btn-tw__deucalion, footer .card-follow .card-body ul li:hover .btn-fb__deucalion {
  border-radius: 75% 70% 71% 80%/30% 91% 66% 70%;
  padding: 5px;
}

footer .card-follow .card-body ul li:hover .btn-lk__rkb, footer .card-follow .card-body ul li:hover .btn-yt__rkb {
  border-radius: 75% 70% 71% 80%/30% 91% 66% 70%;
  padding: 5px;
}

footer .card-nextez {
  margin-top: 7vh;
}

footer .card-nextez p {
  text-align: right;
}

/************ Modal Handicap ***************/
.modal-eyes {
  top: 9%;
}

.modal-eyes .modal-dialog {
  margin-right: 3%;
  max-width: 50%;
}

.modal-eyes .modal-dialog .modal-content {
  background: rgba(255, 255, 255, 0.548);
}

.modal-eyes .modal-dialog .modal-content .modal-header {
  padding: 15px;
  padding-bottom: 10px;
  padding-top: 10px;
  background: #fff;
}

.modal-eyes .modal-dialog .modal-content .modal-header .close {
  margin-right: -18px;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.modal-eyes .modal-dialog .modal-content .modal-header .close .fa {
  font-size: 35px;
  color: #006e55;
  transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}

.modal-eyes .modal-dialog .modal-content .modal-header .close:hover {
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  color: #00a07b;
}

.modal-eyes .modal-dialog .modal-content .modal-header h5 {
  font-size: "Open Sans", sans-serif;
  font-weight: 800;
  font-size: 20px;
}

.modal-eyes p {
  display: inline-block;
}

.modal-eyes button {
  padding: 5px;
  padding-left: 10px;
  padding-right: 10px;
  margin-top: 5px;
}

.modal-eyes .btm {
  width: auto;
}

.modal-eyes .modal-body {
  font-family: "Open Sans", sans-serif;
}

.modal-eyes .modal-body .size,
.modal-eyes .modal-body .size-bold,
.modal-eyes .modal-body .size-read {
  padding: 1em .5em 1em 1em;
  border-width: 0 0 0 .625em;
  border-style: solid;
  border-color: #8c4e13;
  background-color: #eee4da;
}

.modal-eyes .modal-body .size strong,
.modal-eyes .modal-body .size-bold strong,
.modal-eyes .modal-body .size-read strong {
  font-weight: 900;
}

.modal-eyes .modal-body .size .custom-control,
.modal-eyes .modal-body .size-bold .custom-control,
.modal-eyes .modal-body .size-read .custom-control {
  margin-top: 10px;
}

.modal-eyes .modal-body .size-bold {
  margin-left: 5px;
}

.modal-eyes .modal-body #resetFont {
  padding: 15px;
  background: #006e55;
  font-size: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
  width: 60%;
  color: #fff;
  margin-top: 8%;
}

.modal-eyes .modal-body .size-read {
  width: 100%;
}

.modal-eyes .modal-body .size-read .btn {
  width: 45%;
  margin-top: 10px;
  margin-left: 0;
}

.modal-eyes .modal-body .size-read .btn-deucalion {
  background-color: #00a07b;
  color: #fff;
}

.modal-eyes .modal-body .custom-control-input:checked ~ .custom-control-label::before {
  border-color: #00a07b;
  background-color: #00a07b;
}

/********* Modal Login **************/
.modal-login {
  top: 9%;
}

.modal-login .modal-dialog {
  margin-right: 3%;
  width: 25%;
}

.modal-login .modal-dialog .modal-content {
  background: rgba(255, 255, 255, 0.548);
}

.modal-login .modal-dialog .modal-content .modal-header {
  padding: 15px;
  padding-bottom: 10px;
  padding-top: 10px;
  background: #fff;
}

.modal-login .modal-dialog .modal-content .modal-header .close {
  margin-right: -18px;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.modal-login .modal-dialog .modal-content .modal-header .close .fa {
  font-size: 35px;
  color: #006e55;
  transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}

.modal-login .modal-dialog .modal-content .modal-header .close:hover {
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  color: #00a07b;
}

.modal-login .modal-dialog .modal-content .modal-header h5 {
  font-size: "Open Sans", sans-serif;
  font-weight: 800;
  font-size: 20px;
}

.modal-login .modal-body {
  font-family: "Open Sans", sans-serif;
  padding: 5px;
}

.modal-login .modal-body .accordion {
  width: 100%;
}

.modal-login .modal-body .accordion .card {
  border: none;
}

.modal-login .modal-body .accordion .card .card-header {
  padding: 10px;
  padding-top: 15px;
  padding-bottom: 15px;
}

.modal-login .modal-body .accordion .card .card-header h5 {
  font-size: 17px;
}

.modal-login .modal-body .accordion .card .card-header a {
  color: #8c4e13;
}

.modal-login .modal-body .accordion .collapse .card .card-body {
  padding: 10px;
}

.modal-login .modal-body .accordion .collapse .card .card-body form {
  margin-top: -20px;
}

.modal-login .modal-body .accordion .collapse .card .card-body form .form-group .fa {
  font-size: 20px;
  margin-top: 17px;
}

.modal-login .modal-body .accordion .collapse .card .card-body form .form-group .form-control {
  font-size: 15px;
  height: 38px;
  margin-left: 15px;
  border: none;
  border-bottom: 1px solid #999999;
}

.modal-login .modal-body .accordion .collapse .card .card-body form .form-group .form-control:last-child {
  margin-top: 10px;
}

.modal-login .modal-body .accordion .collapse .card .card-footer {
  background: transparent;
  border: none;
  padding: 0;
  text-align: right;
  margin-top: 15px;
}

.modal-login .modal-body .accordion .collapse .card .card-footer a {
  color: #f36d25;
}

.modal-login .modal-body .accordion .collapse .card .card-footer a:first-child {
  float: left;
  color: #9c9c9c;
}

.modal-login .modal-body .accordion .collapse .card .card-footer a:hover {
  text-decoration: underline;
  color: #175326;
}

.modal-login .modal-body .accordion .collapse .card .md-form input[type=text]:not(.browser-defaut):focus:not([readonly]) {
  border-bottom: 2px solid #fff;
  -webkit-box-shadow: 0 1px 0 0 #fff;
          box-shadow: 0 1px 0 0 #fff;
  background: rgba(255, 255, 255, 0.096);
}

.modal-login .modal-body .accordion .collapse .card .md-form input[type=text]:not(.browser-defaut):active:not([readonly]) {
  background: rgba(255, 255, 255, 0.445);
}

.modal-login .modal-body .accordion .collapse .card .md-form input[type=text]:not(.browser-defaut):focus:not([readonly]) + label {
  color: #8c4e13;
}

.modal-login .modal-body .accordion .collapse .card .md-form input[type=email]:not(.browser-defaut):focus:not([readonly]) + label {
  color: #8c4e13;
}

.modal-login .modal-body .accordion .collapse .card .md-form textarea.md-textarea:not(.browser-defaut):focus:not([readonly]) + label {
  color: #8c4e13;
}

.modal-login .modal-body .accordion .collapse .card .md-form label {
  color: #8c4e13;
}

.modal-login .modal-body .accordion .collapse .card .md-form input[type=text]:not(.browser-default) {
  border-bottom: 1px solid #8c4e13;
  color: #8c4e13;
  font-size: 17px;
}

.modal-login .modal-body .accordion .collapse .card .md-form input[type=email]:not(.browser-default) {
  border-bottom: 1px solid #8c4e13;
  color: #8c4e13;
  font-size: 17px;
}

.modal-login .modal-body .accordion .collapse .card .md-form textarea.md-textarea {
  border-bottom: 1px solid #8c4e13;
  color: #8c4e13;
  font-size: 17px;
}

.modal-login .modal-body .accordion .collapse .card .md-form textarea.md-textarea:not(.browser-defaut):focus:not([readonly]) {
  background: rgba(255, 255, 255, 0.253);
}

.modal-login .modal-body .accordion .collapse .card .md-form textarea.md-textarea:focus:not([readonly]) {
  border-bottom: 2px solid #8c4e13;
  -webkit-box-shadow: 0 1px 0 0 #8c4e13;
          box-shadow: 0 1px 0 0 #8c4e13;
}

.modal-login .modal-body .accordion .collapse .card .form-control:focus {
  border-bottom: 2px solid #8c4e13 !important;
  -webkit-box-shadow: 0 1px 0 0 #8c4e13;
          box-shadow: 0 1px 0 0 #8c4e13;
}

.modal-login .modal-body .accordion .btn-membre {
  background: #f36d25;
  color: #ffffff;
  width: 100%;
  margin-left: 0;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
  font-size: 17px;
  padding: 7px;
}

.modal-login .modal-body .accordion .btn-membre:hover {
  background: #fff;
  border: 2px solid #f36d25;
  color: #f36d25;
}

.modal-login .modal-body .accordion .logout {
  color: #fff;
  text-decoration: underline;
}

.modal-login .modal-body .accordion .collapse-login .btn__rkb {
  border: 2px solid #8c4e13;
  border-radius: 30% 70% 70% 30%/30% 89% 70% 70%;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  padding: 10px;
  font-size: 17px;
}

.modal-login .modal-body .accordion .collapse-login .btn__rkb:hover {
  background: #8c4e13;
  border-radius: 5%;
  color: #eee4da;
}

.modal-login .modal-body .accordion .collapse-sign .btn__rkb {
  border: 2px solid #8c4e13;
  border-radius: 30% 70% 70% 30%/30% 89% 70% 70%;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  padding: 10px;
}

.modal-login .modal-body .accordion .collapse-sign .btn__rkb:hover {
  background: #8c4e13;
  border-radius: 5%;
  color: #eee4da;
}

.modal__map {
  padding: 0 !important;
}

.modal__map .modal-body {
  position: relative;
}

.modal__map .modal-body .close {
  position: absolute;
  right: 15px;
  top: 15px;
  z-index: 1;
  font-size: 30px;
}

.modal__map .modal-body img {
  width: 100%;
}

.modal__map .modal-body p {
  padding: 25px !important;
  text-align: justify;
  line-height: 35px;
  font-size: 17px;
}

.modal__map .modal-body span {
  font-size: 50px;
}
/*# sourceMappingURL=main.css.map */