.darkBlue {
  color: #003876;
}

.blueMivi {
  color: #3A79BF;
}

.redMivi {
  color: #EE2A24;
}

.yellowMivi {
  color: #F9DC5C;
}

.greenMivi {
  color: #4D9A2F;
}

.blackMivi {
  color: #333333;
}

.grayMivi {
  color: #C9C9C9;
}

.white {
  color: white;
}

.black {
  color: black;
}

.bg-darkBlue {
  background-color: #003876;
}

.bg-blueMivi {
  background-color: #3A79BF;
}

.bg-redMivi {
  background-color: #EE2A24;
}

.bg-yellowMivi {
  background-color: #F9DC5C;
}

.bg-greenMivi {
  background-color: #4D9A2F;
}

.bg-blackMivi {
  background-color: #333333;
}

.bg-grayMivi {
  background-color: #C9C9C9;
}

.bg-grayMivi {
  background-color: #C9C9C9;
}

.bg-black {
  background-color: black;
}

@font-face {
  font-family: light;
  src: url(../assets/fonts/Avenir-Light.ttf);
}
@font-face {
  font-family: roman;
  src: url(../assets/fonts/AvenirLTStd-Roman.otf);
}
@font-face {
  font-family: medium;
  src: url(../assets/fonts/Avenir-Medium.ttf);
}
@font-face {
  font-family: heavy;
  src: url(../assets/fonts/AEH.ttf);
}
@font-face {
  font-family: black;
  src: url(../assets/fonts/AvenirLTStd-Black.otf);
}
.avenirLight {
  font-family: light;
}

.avenirRoman {
  font-family: roman;
}

.avenirMedium {
  font-family: medium;
}

.avenirHeavy {
  font-family: heavy;
}

.avenirBlack {
  font-family: black;
}

h1 {
  font-size: 55px;
}

h2 {
  font-size: 45px;
  line-height: 50px;
}

h3 {
  font-size: 35px;
  line-height: 35px;
}

h4 {
  font-size: 25px;
  line-height: 25px;
}

h5 {
  font-size: 20px;
  line-height: 20px;
}

p {
  font-size: 16px;
  line-height: 23px;
}

a {
  font-size: 16px !important;
  display: inline-block;
}

li {
  font-size: 16px;
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 45px;
  }

  h2 {
    font-size: 35px;
    line-height: 35px;
  }

  h3 {
    font-size: 28px;
    line-height: 28px;
  }

  h4 {
    font-size: 25px;
    line-height: 25px;
  }

  h5 {
    font-size: 20px;
    line-height: 20px;
  }

  p {
    font-size: 16px;
    line-height: 20px;
  }

  a {
    font-size: 16px;
  }
}
@media screen and (max-width: 576px) {
  h1 {
    font-size: 45px;
  }

  h2 {
    font-size: 28px;
    line-height: 28px;
  }

  h3 {
    font-size: 24px;
    line-height: 24px;
  }

  h4 {
    font-size: 20px;
    line-height: 20px;
  }

  h5 {
    font-size: 18px;
    line-height: 18px;
  }

  p {
    font-size: 16px;
    line-height: 20px;
  }

  a {
    font-size: 16px;
  }
}
.btn-dark {
  font-size: 16px;
  font-family: heavy;
  border-radius: 20px;
  color: white;
  background-color: #003876;
  border: solid transparent;
  padding: 7px 24px;
  text-decoration: none;
  display: inline-block;
}
.btn-dark:focus {
  background-color: #3A79BF;
  color: white;
}
.btn-dark:hover {
  color: white;
  background-color: #3A79BF;
}

.btn-blueMivi {
  font-size: 16px;
  font-family: heavy;
  border-radius: 20px;
  color: white;
  background-color: #3A79BF;
  border: solid transparent;
  padding: 7px 24px;
  text-decoration: none;
  display: inline-block;
}
.btn-blueMivi:focus {
  background-color: #98c5f7;
  color: white;
}

.btn-lightMivi {
  font-size: 16px;
  font-family: heavy;
  border-radius: 20px;
  color: #3A79BF;
  background-color: white;
  border: solid 1px #3A79BF !important;
  padding: 7px 24px;
  text-decoration: none;
  display: inline-block;
}
.btn-lightMivi:focus {
  background-color: #3A79BF;
  color: white;
}

.btn-dark-topLeft {
  font-size: 16px;
  font-family: heavy;
  color: white;
  background-color: #003876;
  border: solid transparent;
  border-radius: 20px;
  border-top-left-radius: 0;
  padding: 7px 24px;
  text-decoration: none;
  display: inline-block;
}
.btn-dark-topLeft:focus {
  background-color: #3A79BF;
  color: white;
}
.btn-dark-topLeft:hover {
  color: white;
  background-color: #3A79BF;
}

.btn-dark-topRight {
  font-size: 16px;
  font-family: heavy;
  color: white;
  background-color: #003876;
  border: solid transparent;
  border-radius: 20px;
  border-top-right-radius: 0;
  padding: 7px 24px;
  text-decoration: none;
  display: inline-block;
}
.btn-dark-topRight:focus {
  background-color: #3A79BF;
  color: white;
}
.btn-dark-topRight:hover {
  color: white;
  background-color: #3A79BF;
}

.btn-dark-bottomRight {
  font-size: 16px;
  font-family: heavy;
  color: white;
  background-color: #003876;
  border: solid transparent;
  border-radius: 20px;
  border-bottom-right-radius: 0;
  padding: 7px 24px;
  text-decoration: none;
  display: inline-block;
}
.btn-dark-bottomRight:focus {
  background-color: #3A79BF;
  color: white;
}
.btn-dark-bottomRight:hover {
  color: white;
  background-color: #3A79BF;
}

.btn-dark-bottomLeft {
  font-size: 16px;
  font-family: heavy;
  color: white;
  background-color: #003876;
  border: solid transparent;
  border-radius: 20px;
  border-bottom-left-radius: 0;
  padding: 7px 24px;
  text-decoration: none;
  display: inline-block;
}
.btn-dark-bottomLeft:focus {
  background-color: #3A79BF;
  color: white;
}
.btn-dark-bottomLeft:hover {
  color: white;
  background-color: #3A79BF;
}

.btn-blue-topLeft {
  font-size: 16px;
  font-family: heavy;
  color: white;
  background-color: #3A79BF;
  border: solid transparent;
  border-radius: 20px;
  border-top-left-radius: 0;
  padding: 7px 24px;
  text-decoration: none;
  display: inline-block;
}
.btn-blue-topLeft:focus {
  color: white;
  background-color: #98c5f7;
}
.btn-blue-topLeft:hover {
  background-color: #98c5f7;
  color: white;
}

.btn-blue-topRight {
  font-size: 16px;
  font-family: heavy;
  color: white;
  background-color: #3A79BF;
  border: solid transparent;
  border-radius: 20px;
  border-top-right-radius: 0;
  padding: 7px 24px;
  text-decoration: none;
  display: inline-block;
}
.btn-blue-topRight:focus {
  color: white;
  background-color: #98c5f7;
}
.btn-blue-topRight:hover {
  background-color: #98c5f7;
  color: white;
}

.btn-blue-bottomRight {
  font-size: 16px;
  font-family: heavy;
  color: white;
  background-color: #3A79BF;
  border: solid transparent;
  border-radius: 20px;
  border-bottom-right-radius: 0;
  padding: 7px 24px;
  text-decoration: none;
  display: inline-block;
}
.btn-blue-bottomRight:focus {
  color: white;
  background-color: #98c5f7;
}
.btn-blue-bottomRight:hover {
  background-color: #98c5f7;
  color: white;
}

.btn-blue-bottomLeft {
  font-size: 16px;
  font-family: heavy;
  color: white;
  background-color: #3A79BF;
  border: solid transparent;
  border-radius: 20px;
  border-bottom-left-radius: 0;
  padding: 7px 24px;
  text-decoration: none;
  display: inline-block;
}
.btn-blue-bottomLeft:focus {
  background-color: #98c5f7;
  color: white;
}
.btn-blue-bottomLeft:hover {
  background-color: #98c5f7;
  color: white;
}

.btn-light-topLeft {
  font-size: 16px;
  font-family: heavy;
  color: #3A79BF;
  background-color: white;
  border: solid 1px #3A79BF !important;
  border-top-left-radius: 0;
  padding: 7px 24px;
  text-decoration: none;
  display: inline-block;
}
.btn-light-topLeft:focus {
  background-color: #3A79BF;
}

.btn-light-topRight {
  font-size: 16px;
  font-family: heavy;
  color: #3A79BF;
  background-color: white;
  border: solid 1px #3A79BF !important;
  border-radius: 20px;
  border-top-right-radius: 0;
  padding: 7px 24px;
  text-decoration: none;
  display: inline-block;
}
.btn-light-topRight:focus {
  background-color: #3A79BF;
}

.btn-light-bottomRight {
  font-size: 16px;
  font-family: heavy;
  color: #3A79BF;
  background-color: white;
  border: solid 1px #3A79BF !important;
  border-radius: 20px;
  border-bottom-right-radius: 0;
  padding: 7px 24px;
  text-decoration: none;
  display: inline-block;
}
.btn-light-bottomRight:focus {
  background-color: #3A79BF;
}

.btn-light-bottomLeft {
  font-size: 16px;
  font-family: heavy;
  color: #3A79BF;
  background-color: white;
  border-radius: 20px;
  border: solid 1px #3A79BF !important;
  border-bottom-left-radius: 0;
  padding: 7px 24px;
  text-decoration: none;
  display: inline-block;
}
.btn-light-bottomLeft:focus {
  background-color: #3A79BF;
}

@media screen and (max-width: 576px) {
  .btn-dark,
.btn-blueMivi,
.btn-lightMivi,
.btn-dark-topLeft,
.btn-dark-topRight,
.btn-dark-bottomRight,
.btn-dark-bottomLeft,
.btn-blue-topLeft,
.btn-blue-topRight,
.btn-blue-bottomRight,
.btn-blue-bottomLeft,
.btn-light-topLeft,
.btn-light-topRight,
.btn-light-bottomRightttomRight,
.btn-light-bottomLeft {
    width: 100%;
    text-align: center;
  }
}
.flexRow {
  display: flex;
  flex-flow: row;
  flex-direction: row;
  flex-wrap: nowrap;
}

.flexColumn {
  display: flex;
  flex-flow: column;
  flex-direction: column;
}

.items-center {
  align-items: center;
}

.content-center {
  align-content: center;
}

header .top {
  padding: 23px 0;
}
header .top .logo {
  width: 280px;
}
header .navbar {
  margin: 0;
  padding: 16px 0;
  background-color: #003876;
}
header .navbar ul li {
  margin-left: 47px;
  padding: 0;
  width: unset !important;
}
header .navbar ul li:first-child {
  margin-left: 0;
}
header .navbar ul li a {
  margin: 0 !important;
  padding: 0 !important;
  color: white !important;
}
header .navbar ul .dropdown-menu {
  background-color: #003876;
  padding: 7px;
}
header .navbar ul .dropdown-menu li {
  margin: 5px;
  padding: 5px 0;
}
header .navbar ul .dropdown-menu li a:hover {
  background-color: transparent;
}
header .navbar i {
  color: white;
  font-size: 20px;
  margin-left: 15px;
}
@media screen and (max-width: 991px) {
  header .top {
    display: none;
  }
  header .navbar {
    background-color: white;
  }
  header .navbar .navbar-toggler {
    border: none;
  }
  header .navbar .navbar-toggler .navbar-toggler-icon {
    background-image: url(../assets/images/hamburger-menu.svg);
  }
  header .navbar ul {
    margin-top: 30px;
  }
  header .navbar ul li {
    margin-left: 0px !important;
    padding: 13px 37px;
    border: solid 1px rgba(128, 128, 128, 0.215);
    border-left: transparent;
    border-right: transparent;
  }
  header .navbar ul li a {
    color: #333333 !important;
    width: 100%;
  }
  header .navbar ul .dropdown .dropdown-menu {
    border: transparent;
    background-color: white;
  }
  header .navbar ul .dropdown .dropdown-menu li {
    border: transparent;
    padding: 3px 27px;
  }
  header .navbar form {
    margin-top: 10px;
    padding: 13px 37px;
  }
  header .navbar i {
    color: #333333;
  }
  header .navbar i:first-child {
    margin-left: 0;
  }
}
@media screen and (max-width: 576px) {
  header .logo {
    width: 180px;
  }
}

footer .content-footer {
  max-width: 630px;
  color: white;
}
footer .content-footer p {
  max-width: 395px;
  text-align: center;
  display: block;
  margin: auto;
  margin-top: 15px;
}
footer .content-footer p a {
  margin-left: 5px;
  color: white;
}
footer .content-footer ul li {
  display: inline-block;
  margin-left: 5px;
  font-size: 14px;
  list-style-type: circle;
}
footer .content-footer ul li:first-child {
  margin-left: 0;
}
@media screen and (max-width: 576px) {
  footer .logo-footer {
    width: 100%;
  }
}

.card-house {
  display: flex;
  flex-flow: row;
  flex-direction: row;
  flex-wrap: nowrap;
  border-radius: 22px;
  border: solid 1px #70707056;
  width: 100%;
  min-height: 307px;
  box-shadow: 0px 0px 30px -5px rgba(0, 0, 0, 0.18);
  margin-top: 40px;
}
.card-house .left {
  width: 40%;
}
.card-house .left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 22px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.card-house .right {
  width: 60%;
  word-wrap: break-word;
  padding: 20px;
}
.card-house .right .labels button {
  border-radius: 30px;
  margin-right: 20px;
  padding: 5px 17px;
  border: none;
  color: #003876;
  background-color: #CCE4FF;
  font-size: 11px;
}
.card-house .right .labels button:nth-child(2) {
  background-color: #F9DC5C;
}
.card-house .right ul {
  margin-top: 20px;
  padding-left: 0;
}
.card-house .right ul li {
  list-style-type: none;
  margin: 15px 0;
  font-size: 16px;
  color: #3A79BF;
  font-family: medium;
}
.card-house .right ul li i {
  width: 35px;
  font-size: 22px;
  color: #333333;
}
.card-house .right .bot {
  margin-top: 35px;
}
.card-house .right .bot .unites p {
  margin: 0;
}
.card-house .right .bot a {
  border-radius: 30px;
  border-bottom-right-radius: 0 !important;
  font-family: medium;
}
@media screen and (max-width: 576px) {
  .card-house {
    display: flex;
    flex-flow: column;
    flex-direction: column;
    border-radius: 22px;
  }
  .card-house .left, .card-house .right {
    width: 100%;
  }
  .card-house .left {
    height: 311px;
  }
  .card-house .left img {
    border-radius: 22px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-house .right .labels .flexRow {
    justify-content: space-between;
  }
  .card-house .right .labels button {
    font-size: 13px;
    margin: 0;
    padding: 5px 10px;
  }
  .card-house .right .labels .unitesBtn {
    border: solid 1px #333333;
    color: #333333;
    background-color: white !important;
  }
  .card-house .right .labels .unitesBtn:focus {
    color: white;
    background-color: #3A79BF;
  }
  .card-house .right .bot .unites {
    display: none;
  }
}

html {
  overflow-x: hidden;
}

body {
  font-family: light;
  overflow-x: hidden;
}

.container {
  max-width: 1088px;
  padding: 0;
}
@media screen and (max-width: 991px) {
  .container {
    max-width: 608px;
  }
}
@media screen and (max-width: 576px) {
  .container {
    max-width: 310px;
  }
}

h2 {
  max-width: 452px;
}

a:hover {
  color: inherit;
}

.divider-section {
  margin-top: 100px;
}
@media screen and (max-width: 991px) {
  .divider-section {
    margin-top: 40px;
  }
}
@media screen and (max-width: 576px) {
  .divider-section {
    margin-top: 40px;
  }
}

.pad-section {
  padding: 65px 0;
}

.pad-left {
  padding-left: 45px;
}

.pad-right {
  padding-right: 45px;
}

.pad-none {
  padding: 0;
}

.d-bCenter {
  display: block;
  margin: auto;
}

.shadowImageBig {
  box-shadow: 10px 23px 40px -5px rgba(0, 0, 0, 0.18);
}

.firtsRadious {
  border-radius: 102px;
}

.secondRadious {
  border-radius: 28px;
}

.thirRadious {
  border-radius: 18px;
}

.leftBottomNone {
  border-bottom-left-radius: 0 !important;
}

.rightBottomNone {
  border-bottom-right-radius: 0 !important;
}

.caption {
  max-width: 550px;
}

.fit-cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.fit-contain {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media screen and (max-width: 991px) {
  .pad-m-none {
    padding: 0;
  }

  .firtsRadious {
    border-radius: 59px;
  }

  .pad-section {
    padding: 35px 0;
  }

  .divider-image-sm {
    margin-top: 50px;
  }
}
@media screen and (max-width: 576px) {
  .pad-m-none {
    padding: 0;
  }

  .firtsRadious {
    border-radius: 20px;
  }
}
@media screen and (max-width: 991px) {
  .definition .container .image {
    height: 426px;
    margin-left: -20px;
  }
  .definition .container .content a {
    margin-top: 30px;
  }

  .s-definition .container .image {
    width: 321px;
    height: 450px;
    margin-right: -30px;
  }
  .s-definition .container .image .people {
    width: 142px;
    height: 220px;
    bottom: -66px;
    left: -37px;
  }
  .s-definition .container .image .people img {
    width: 60%;
  }
  .s-definition .container .image .people img:nth-child(1) {
    width: 80%;
  }

  .projects .card-index a {
    font-size: 16px;
    font-family: heavy;
    border-radius: 20px;
    color: #3A79BF;
    background-color: white;
    border: solid 1px #3A79BF !important;
    padding: 7px 24px;
    text-decoration: none;
    display: inline-block;
  }
  .projects .card-index a:focus {
    background-color: #3A79BF;
    color: white;
  }

  .process .content {
    display: flex;
    flex-flow: column;
    flex-direction: column;
  }
  .process .content .item {
    margin-top: 30px;
  }
  .process .content .arrow {
    transform: rotate(90deg);
  }

  .projects-list .tags {
    justify-content: flex-start;
    padding-left: 0;
  }

  .detail-project .details {
    margin-top: 60px;
    margin-left: 0;
    display: flex;
    flex-flow: row;
    flex-direction: row;
    flex-wrap: nowrap;
    flex-wrap: wrap;
  }
  .detail-project .details .item-detail {
    width: 49%;
  }
  .detail-project .details .price {
    width: 100%;
    background-color: white;
    color: #4D9A2F;
    border: solid #4D9A2F;
  }
  .detail-project .details .price h5 {
    display: block;
    margin: auto;
  }
  .detail-project .details a {
    display: block;
    margin: auto;
  }

  .cost-detail {
    margin-top: 130px;
  }

  .about-one .container .image {
    margin-left: 0;
    width: 100%;
    max-width: 100%;
    float: unset;
    margin-top: 30px;
  }
  .about-one .container .content {
    margin-top: 75px;
  }
  .about-one .container h2 {
    text-align: center;
    display: block;
    margin: auto;
    max-width: 100%;
  }

  .about-stage .container .content {
    margin-top: 100px;
  }
  .about-stage .container .content h2 {
    text-align: left;
  }
  .about-stage .container .image .counter {
    width: 190px;
    height: 190px;
  }
  .about-stage .container .image .counter h2 {
    margin: unset;
  }
  .about-stage .container .image .counter span {
    font-size: 45px;
  }
}
@media screen and (max-width: 576px) {
  .definition .container .image {
    height: 244px;
    margin-left: 0px;
    margin-top: 30px;
  }
  .definition .container .image::before {
    top: 36px;
    left: -20px;
  }
  .definition .container .content {
    margin-top: 80px;
  }

  .s-definition .container .image {
    margin-right: 0;
    width: 100%;
    height: 244px;
    float: unset;
  }
  .s-definition .container .image::before {
    top: 47px;
    right: -27px;
  }
  .s-definition .container .image .people {
    width: 109px;
    height: 170px;
  }
  .s-definition .container .image .people img {
    border-radius: 10px;
  }
  .s-definition .container .paraf {
    margin-top: 100px !important;
  }

  .projects .card-index a {
    display: inline-block;
    width: 100%;
  }

  .sponsors .content {
    flex-wrap: wrap;
    display: flex;
    flex-flow: column;
    flex-direction: column;
  }
  .sponsors .content .image {
    width: 100%;
  }
  .sponsors .content .portail-divider {
    display: none;
  }

  .projects-list h2 {
    font-size: 28px;
    max-width: 250px;
  }

  .detail-project .image-gallery {
    height: 250px;
  }
  .detail-project .details {
    display: flex;
    flex-flow: column;
    flex-direction: column;
  }
  .detail-project .details .item-detail {
    width: 100%;
    margin: 5px 0;
  }
  .detail-project .details a {
    width: 100%;
    max-width: 100%;
  }

  .about-stage .container .image .counter {
    width: 130px;
    height: 130px;
    border-radius: 17px;
    border-top-right-radius: 0;
    right: -20px;
  }
  .about-stage .container .image .counter h5 {
    letter-spacing: 0;
  }
  .about-stage .container .image .counter span {
    font-size: 35px;
    top: 0;
    right: 10px;
  }
  .about-stage .container .content {
    padding-left: 0;
  }
  .about-stage .container .content .item .bot {
    flex-wrap: wrap;
  }
  .about-stage .container .content .item .bot a {
    font-size: 16px;
    font-family: heavy;
    border-radius: 20px;
    color: #3A79BF;
    background-color: white;
    border: solid 1px #3A79BF !important;
    padding: 7px 24px;
    text-decoration: none;
    display: inline-block;
    width: 100%;
    text-align: center;
    margin: 20px 0;
    border-bottom-right-radius: 0;
  }
  .about-stage .container .content .item .bot a:focus {
    background-color: #3A79BF;
    color: white;
  }
}
.bread {
  background-color: #3a78bf24;
  padding: 10px 0;
}
.bread .breadcrumb {
  margin: 0;
}
.bread .breadcrumb li a {
  color: #3A79BF;
  text-decoration: none;
}
.bread .breadcrumb .active {
  color: black;
}

.banner .carousel .carousel-control-next,
.banner .carousel .carousel-control-prev {
  width: unset;
}

.definition .container .image {
  width: 100%;
  height: 555px;
  position: relative;
}
.definition .container .image::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' stroke='%23333' stroke-width='6' stroke-dasharray='23%2c 8%2c 7%2c 15' stroke-dashoffset='41' stroke-linecap='butt'/%3e%3c/svg%3e");
  background-color: #C9C9C9;
  top: 50px;
  left: -50px;
  opacity: 0.2;
  border-radius: 25px;
}
.definition .container a {
  margin-top: 74px;
}

.s-definition {
  background-color: #3a78bf09;
}
.s-definition .container .image {
  max-width: 531px;
  height: 607px;
  position: relative;
  float: right;
}
.s-definition .container .image::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' stroke='%23333' stroke-width='6' stroke-dasharray='23%2c 8%2c 7%2c 15' stroke-dashoffset='41' stroke-linecap='butt'/%3e%3c/svg%3e");
  background-color: #C9C9C9;
  top: 50px;
  right: -50px;
  opacity: 0.2;
  border-radius: 25px;
}
.s-definition .container .image .people {
  position: absolute;
  width: 258px;
  height: 379px;
  bottom: -17px;
  left: -157px;
}
.s-definition .container .image .people img {
  position: absolute;
  top: 0;
  left: 0;
  box-shadow: 10px 23px 40px -5px rgba(0, 0, 0, 0.18);
  border-radius: 28px;
  border-bottom-left-radius: 0;
}
.s-definition .container .image .people img:nth-child(1) {
  left: unset;
  right: 0;
}
.s-definition .container .image .people img:nth-child(2) {
  top: 50%;
  transform: translate(0, -50%);
}
.s-definition .container .image .people img:nth-child(3) {
  top: unset;
  left: unset;
  right: 0;
  bottom: 0;
}
.projects .container .card-index {
  margin-top: 80px;
}
.projects .container .card-index .image {
  width: 95%;
  height: 380px;
  display: block;
  margin: auto;
}
.projects .container .card-index .image img {
  border-radius: 18px;
  border-bottom-right-radius: 0;
  box-shadow: 10px 23px 40px -5px rgba(0, 0, 0, 0.18);
}
.projects .container .captionb {
  margin-top: 85px !important;
}

.process .content {
  display: flex;
  flex-flow: row;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}
.process .content .item {
  width: 334px;
  display: flex;
  flex-flow: column;
  flex-direction: column;
  padding: 15px;
  align-items: center;
}
.process .content .item .top {
  width: 207px;
  height: 207px;
  border-radius: 100%;
  background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='100' ry='100' stroke='%23333' stroke-width='4' stroke-dasharray='18' stroke-dashoffset='11' stroke-linecap='square'/%3e%3c/svg%3e");
  border-radius: 100px;
  display: flex;
  flex-flow: column;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.process .content .item .top img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  width: 50%;
  height: 50%;
}

.sponsors .content {
  margin-top: 90px;
  flex-wrap: wrap;
}
.sponsors .content .image {
  width: 49%;
  height: 190px;
  border: solid rgba(0, 0, 0, 0.099) 0.5px;
  margin: 15px 0;
  border-radius: 12px;
  padding: 10px;
}
.sponsors .content .image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.sponsors .content .portail-divider {
  width: 2px;
  background-color: #EE2A24;
  height: 180px;
}

.projects-list h2 {
  max-width: 100%;
  font-size: 40px;
  letter-spacing: -1px;
}
.projects-list .tags {
  padding-left: 50px;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.projects-list .tags .tagFilter {
  border-radius: 30px;
  margin-right: 20px;
  padding: 5px 17px;
  border: solid 1px #333333;
  color: #333333;
  background-color: white;
  margin-bottom: 10px;
}
.projects-list .tags .tagFilter:focus {
  color: white;
  background-color: #3A79BF;
}

.detail-project h2 {
  max-width: 100%;
}
.detail-project .image-gallery {
  width: 100%;
  height: 685px;
}
.detail-project .image-gallery img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 23px;
  border-bottom-right-radius: 0;
  box-shadow: 10px 23px 40px -5px rgba(0, 0, 0, 0.18);
}
.detail-project .details {
  display: flex;
  flex-flow: column;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
  margin-left: 20px;
}
.detail-project .details a {
  text-align: center;
  max-width: 200px;
}
.detail-project .item-detail {
  background-color: #c9c9c925;
  border-radius: 10px;
  width: 100%;
  height: 69px;
  display: flex;
  flex-flow: row;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  padding-left: 20px;
}
.detail-project .item-detail button {
  background-color: #4D9A2F;
}
.detail-project .blue-prints {
  background-color: white;
  border: solid #3A79BF 1px;
  width: 100%;
  padding: 20px;
  color: #3A79BF;
  transition: 0.2s;
}
.detail-project .blue-prints:focus {
  outline: none;
  box-shadow: none;
  background-color: #3A79BF;
  color: white;
}
.detail-project .dropdown-menu {
  width: 100%;
  box-shadow: 10px 23px 40px -5px rgba(0, 0, 0, 0.18);
}

.cost-detail ul {
  padding-left: 0;
}
.cost-detail ul li {
  list-style: none;
  margin: 15px 0;
}
.cost-detail .typeH li {
  margin: 0;
}

.contact .container .image img {
  border-radius: 40px;
}
.contact .container .image::before {
  top: 50px;
  left: unset;
  right: -50px;
  opacity: 0.2;
  border-radius: 25px;
}
.contact .container form textarea {
  height: 200px;
}
.contact .container a {
  margin-top: 30px;
}

.about-one {
  background-color: white;
}
.about-one .container .image {
  width: 100%;
}
.about-one .container .image img {
  border-radius: 32px;
}

.about-two .container .content ul {
  padding-left: 0;
}
.about-two .container .content ul li {
  list-style-type: none;
  margin: 15px 0;
}

.about-stage .container .image {
  height: 647px;
  position: relative;
}
.about-stage .container .image .counter {
  position: absolute;
  top: -50px;
  right: -50px;
  background-color: #003876;
  width: 234px;
  height: 234px;
  color: white;
  display: flex;
  flex-flow: column;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 32px;
  border-top-right-radius: 0;
  box-shadow: 10px 23px 40px -5px rgba(0, 0, 0, 0.18);
}
.about-stage .container .image .counter h2 {
  font-family: black;
}
.about-stage .container .image .counter h5 {
  font-family: heavy;
  letter-spacing: 5px;
}
.about-stage .container .image .counter span {
  font-size: 70px;
  font-family: black;
  color: #EE2A24;
  position: absolute;
  top: 10px;
  right: 25px;
}
.about-stage .container .content {
  padding-left: 60px;
}
.about-stage .container .content .item {
  padding: 10px 0 10px 0;
  margin-top: 10px;
  border-bottom: solid 1px rgba(96, 96, 96, 0.16);
}
.about-stage .container .content .item .bot {
  display: flex;
  flex-flow: row;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.about-stage .container .content .item .bot a {
  margin-top: 0;
  color: #EE2A24;
  font-family: heavy;
}
.about-stage .container .content .item .bot p {
  margin-bottom: 0;
}
.about-stage .container .content .item:last-child {
  border-bottom: none;
}

.accordion h2 {
  max-width: 100%;
  font-family: heavy;
}
.accordion h2 .accordion-button {
  padding: 10px 25px;
  background-color: white;
}

.serve .item {
  background-color: #003876;
  color: white;
  padding: 25px 20px;
  text-align: center;
  width: 100%;
  border-radius: 30px;
  box-shadow: 10px 23px 40px -5px rgba(0, 0, 0, 0.18);
  border-bottom-left-radius: 0;
}
.serve .item .title {
  margin-bottom: 30px;
}
.serve .item .title h2 {
  font-family: black;
  color: #EE2A24;
}
.serve .item .title h4 {
  font-family: heavy;
}
.serve .item .mini-title {
  font-family: heavy;
  margin-top: 20px;
}
.serve .item p {
  max-width: 160px;
  display: block;
  margin: auto;
}
.serve .item .btn-dark-bottomRight, .serve .item .btn-dark-bottomLeft {
  font-size: 13px !important;
  margin-top: 20px;
  border: solid 2px white;
}
.serve .content {
  margin-top: 40px;
}

.news .card .body {
  padding: 25px 15px;
}
.news .card .body a {
  text-align: center;
}

.details-news .container .caption {
  max-width: 100%;
}
.details-news .container .caption h2 {
  max-width: 100%;
}
.details-news .container .left h4 {
  background-color: #003876;
  padding: 10px;
  color: white;
}
.details-news .container .left a {
  text-decoration: none;
  color: #333333;
}
.details-news .container .left a .card {
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.345);
}
.details-news .container .left a .card .body h5 {
  line-height: 25px;
}

@media screen and (max-width: 991px) {
  .definition .container .image {
    height: 426px;
    margin-left: -20px;
  }
  .definition .container .content a {
    margin-top: 30px;
  }

  .s-definition .container .image {
    width: 321px;
    height: 450px;
    margin-right: -30px;
  }
  .s-definition .container .image .people {
    width: 142px;
    height: 220px;
    bottom: -66px;
    left: -37px;
  }
  .s-definition .container .image .people img {
    width: 60%;
  }
  .s-definition .container .image .people img:nth-child(1) {
    width: 80%;
  }

  .projects .card-index a {
    font-size: 16px;
    font-family: heavy;
    border-radius: 20px;
    color: #3A79BF;
    background-color: white;
    border: solid 1px #3A79BF !important;
    padding: 7px 24px;
    text-decoration: none;
    display: inline-block;
  }
  .projects .card-index a:focus {
    background-color: #3A79BF;
    color: white;
  }

  .process .content {
    display: flex;
    flex-flow: column;
    flex-direction: column;
  }
  .process .content .item {
    margin-top: 30px;
  }
  .process .content .arrow {
    transform: rotate(90deg);
  }

  .projects-list .tags {
    justify-content: flex-start;
    padding-left: 0;
  }

  .detail-project .details {
    margin-top: 60px;
    margin-left: 0;
    display: flex;
    flex-flow: row;
    flex-direction: row;
    flex-wrap: nowrap;
    flex-wrap: wrap;
  }
  .detail-project .details .item-detail {
    width: 49%;
  }
  .detail-project .details .price {
    width: 100%;
    background-color: white;
    color: #4D9A2F;
    border: solid #4D9A2F;
  }
  .detail-project .details .price h5 {
    display: block;
    margin: auto;
  }
  .detail-project .details a {
    display: block;
    margin: auto;
  }

  .cost-detail {
    margin-top: 130px;
  }

  .about-one .container .image {
    margin-left: 0;
    width: 100%;
    max-width: 100%;
    float: unset;
    margin-top: 30px;
  }
  .about-one .container .content {
    margin-top: 75px;
  }
  .about-one .container h2 {
    text-align: center;
    display: block;
    margin: auto;
    max-width: 100%;
  }

  .about-stage .container .content {
    margin-top: 100px;
  }
  .about-stage .container .content h2 {
    text-align: left;
  }
  .about-stage .container .image .counter {
    width: 190px;
    height: 190px;
  }
  .about-stage .container .image .counter h2 {
    margin: unset;
  }
  .about-stage .container .image .counter span {
    font-size: 45px;
  }
}
@media screen and (max-width: 576px) {
  .definition .container .image {
    height: 244px;
    margin-left: 0px;
    margin-top: 30px;
  }
  .definition .container .image::before {
    top: 36px;
    left: -20px;
  }
  .definition .container .content {
    margin-top: 80px;
  }

  .s-definition .container .image {
    margin-right: 0;
    width: 100%;
    height: 244px;
    float: unset;
  }
  .s-definition .container .image::before {
    top: 47px;
    right: -27px;
  }
  .s-definition .container .image .people {
    width: 109px;
    height: 170px;
  }
  .s-definition .container .image .people img {
    border-radius: 10px;
  }
  .s-definition .container .paraf {
    margin-top: 100px !important;
  }

  .projects .card-index a {
    display: inline-block;
    width: 100%;
  }

  .sponsors .content {
    flex-wrap: wrap;
    display: flex;
    flex-flow: column;
    flex-direction: column;
  }
  .sponsors .content .image {
    width: 100%;
  }
  .sponsors .content .portail-divider {
    display: none;
  }

  .projects-list h2 {
    font-size: 28px;
    max-width: 250px;
  }

  .detail-project .image-gallery {
    height: 250px;
  }
  .detail-project .details {
    display: flex;
    flex-flow: column;
    flex-direction: column;
  }
  .detail-project .details .item-detail {
    width: 100%;
    margin: 5px 0;
  }
  .detail-project .details a {
    width: 100%;
    max-width: 100%;
  }

  .about-stage .container .image .counter {
    width: 130px;
    height: 130px;
    border-radius: 17px;
    border-top-right-radius: 0;
    right: -20px;
  }
  .about-stage .container .image .counter h5 {
    letter-spacing: 0;
  }
  .about-stage .container .image .counter span {
    font-size: 35px;
    top: 0;
    right: 10px;
  }
  .about-stage .container .content {
    padding-left: 0;
  }
  .about-stage .container .content .item .bot {
    flex-wrap: wrap;
  }
  .about-stage .container .content .item .bot a {
    font-size: 16px;
    font-family: heavy;
    border-radius: 20px;
    color: #3A79BF;
    background-color: white;
    border: solid 1px #3A79BF !important;
    padding: 7px 24px;
    text-decoration: none;
    display: inline-block;
    width: 100%;
    text-align: center;
    margin: 20px 0;
    border-bottom-right-radius: 0;
  }
  .about-stage .container .content .item .bot a:focus {
    background-color: #3A79BF;
    color: white;
  }
}


.menu-buttons .btn-dark-topRight {
    margin-bottom: 5px;
}

@media screen and (min-width: 991px) {
    .menu-buttons {
        display: none;
    }
}

/*# sourceMappingURL=main.css.map */
