@import url("https://fonts.googleapis.com/css2?family=Roboto+Mono:wght@100;300;400;600;700;800&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;800&amp;display=swap");
@keyframes bounce-2 {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}
html {
  position: relative;
  min-height: 100%;
}

li {
  list-style: square;
}

.bg-black {
  background-color: black !important;
}

.bg-gray {
  background-color: #f8f8f7;
}

.bg-primary {
  background-color: #3763eb !important;
}

.font-style {
  font-family: "Roboto Mono", monospace;
}

.border {
  border: 2px solid black !important;
}

.flip-card .front {
  border: 1px solid black;
  padding: 20px;
}
.flip-card .back {
  font-size: 13px;
  padding: 20px;
}
.flip-card .back .font-style {
  display: block;
}

.feed-link {
  display: block;
  background: white;
  transition: 0.5s ease;
}
.feed-link:hover {
  background-color: #3763eb;
}
.feed-link .date {
  font-size: 14px;
  padding-top: 5px;
  padding-left: 5px;
  padding-right: 5px;
}
.feed-link .title {
  padding-bottom: 10px;
  padding-left: 5px;
  padding-right: 5px;
}

#contactFormx input[type=text], #contactFormx input[type=email], #contactFormx textarea, #contactFormx select {
  width: 100%;
  border: 2px solid black;
  padding: 5px;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 75px;
  background: white;
  z-index: 2;
}

/*
.inside header {-webkit-box-shadow: 0px 0px 21px 0px rgba(0,0,0,0.12);
  -moz-box-shadow: 0px 0px 21px 0px rgba(0,0,0,0.12);
  box-shadow: 0px 0px 21px 0px rgba(0,0,0,0.12);
}*/
.header {
  width: 1100px;
  max-width: 90%;
}

.header-filter:after {
  display: none;
}

body {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  color: #313131;
  background: white;
}

hr {
  border-color: black;
}

.color, a:hover, a.visited, a.active,
.mycontent .section a.square-linkedin:hover {
  color: #3763eb !important;
}

a {
  color: #313131;
}

img {
  max-width: 100%;
}

.font-style {
  font-family: "Roboto Mono", monospace;
}

.max-width {
  max-width: 800px;
  margin: auto;
  width: 98%;
}

.max-width2 {
  max-width: 1000px;
}

.max-width3 {
  max-width: 1100px;
}

header {
  background: white;
}

.line-menu {
  padding: 0;
  text-align: right;
}
.line-menu li {
  display: inline-block;
  padding: 0 12px;
  vertical-align: middle;
}

.header {
  max-width: 1100px;
  width: 90%;
  padding: 10px;
  font-size: 12px;
}
.header .lang a.active {
  font-weight: 600;
}
.header a {
  color: #888;
}
.header a.active, .header a:hover {
  color: black !important;
}
.header .lang {
  text-transform: uppercase;
  font-family: "Roboto Mono", monospace;
}
@media (max-width: 768px) {
  .header .lang {
    font-size: 14px;
  }
}
.header .lang .separator {
  display: inline-block;
  margin: 0 5px;
}

#hover-left a {
  transition: 0.5s ease;
  display: block;
}
#hover-left a:hover {
  transform: translateX(8px);
}

@media (max-width: 769px) {
  body {
    overflow-x: hidden;
  }
}

.bg-primary {
  /*
  @media (max-width: 769px) {
    margin-left: -15Px;
    margin-right: -15Px;
  }*/
}

#navbarHeader {
  background: white !important;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100vh;
  z-index: 10000;
  color: #000000;
  overflow: hidden;
}
#navbarHeader a, #navbarHeader a.active {
  color: black !important;
}
#navbarHeader .container-content {
  overflow: auto;
  overflow-x: hidden;
  height: 90vh;
  padding-right: 0;
}
#navbarHeader .col-md-7:first-child .nav-link:hover::before, #navbarHeader .col-md-7:first-child .nav-link.active::before {
  width: 53px !important;
}
@media (max-width: 769px) {
  #navbarHeader .col-md-7:first-child .nav-link:hover::before, #navbarHeader .col-md-7:first-child .nav-link.active::before {
    width: 25px !important;
  }
}
#navbarHeader .navbar ul {
  font-size: 30px;
}
@media (max-width: 769px) {
  #navbarHeader .navbar ul {
    font-size: 18px;
  }
}
#navbarHeader .navbar ul li {
  display: block;
}
#navbarHeader .navbar .number-menu, #navbarHeader .navbar .menu-item-title {
  font-family: "Roboto Mono", monospace;
  font-weight: 400;
  font-size: 33px;
  position: relative;
}
@media (max-width: 769px) {
  #navbarHeader .navbar .number-menu, #navbarHeader .navbar .menu-item-title {
    font-size: 20px;
  }
}
#navbarHeader .navbar .nav-link {
  position: relative;
  z-index: 1;
}
#navbarHeader .navbar .nav-link::before {
  background: #3763eb;
  display: block;
  height: 100%;
  width: 0;
  height: 53px;
  top: 5Px;
  position: absolute;
  z-index: 0;
  left: 0;
  content: "";
  transition: 0.5s;
}
@media (max-width: 769px) {
  #navbarHeader .navbar .nav-link::before {
    height: 25px;
  }
}
#navbarHeader .navbar .menu-item-title {
  font-weight: 600;
  hyphens: auto;
}
@media (max-width: 769px) {
  #navbarHeader .navbar .menu-item-title {
    padding-left: 10px;
  }
}
#navbarHeader .navbar .separator {
  margin-left: 5px;
  margin-right: 5px;
  display: inline-block;
}
@media (max-width: 769px) {
  #navbarHeader .navbar .separator {
    width: 1px;
  }
}

.dropdown-menu {
  position: relative;
  top: 0;
  max-width: 100%;
  background: transparent;
  border: 0;
  width: 100%;
}

.hamburger-menu {
  background: url(../img/hamburger-menu.png) no-repeat;
  display: inline-block;
  width: 25px;
  height: 18px;
}
.hamburger-menu.open {
  background: url(../img/hamburger-close.png) no-repeat;
}

.i-right, .i-left {
  background: url(../img/array-next.png) no-repeat center;
  display: inline-block;
  width: 19px;
  height: 10px;
  vertical-align: middle;
  text-indent: -5000px;
}

.i-left {
  transform: rotate(180deg);
}

.btn {
  border: 2px solid black;
  border-radius: 0;
  background: white;
  color: black;
  font-family: "Roboto Mono", monospace;
  vertical-align: middle;
  font-size: 13px;
  padding: 6px 13px;
  height: 36px;
  transition: 0.5s ease;
}
.btn:hover {
  background: #3763eb !important;
  border-color: #3763eb !important;
  color: black !important;
}
.btn.no-border {
  border: none !important;
}
.btn.btn-large {
  width: 450px;
  max-width: 95%;
}
.btn i {
  background: url(../img/array-next.png) no-repeat center;
  display: inline-block;
  width: 19px;
  height: 10px;
  vertical-align: middle;
  text-indent: -5000px;
}
.btn.btn-primary {
  background: #3763eb;
  border-color: #3763eb;
  text-decoration: none !important;
}
.btn.btn-black {
  background: black;
  color: white;
  border: 1px solid white;
}
.btn.btn-black i {
  background: url(../img/array-next-white.png) no-repeat center;
}
.mycontent .section a.btn-primary {
  text-decoration: none !important;
}

.item-team {
  cursor: pointer;
}

.modal {
  text-align: center;
  padding: 0 !important;
}

.modal:before {
  content: "";
  display: inline-block;
  height: 14%;
  vertical-align: middle;
  margin-right: -4px;
}

.modal-header {
  border: 0;
  background: transparent;
}

.modal-content {
  background: none;
  border: 0;
  box-shadow: none;
}

.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
  width: 100%;
  max-width: none;
  background: #3763eb;
  padding: 100px 0;
}

.modal-content {
  max-width: 1000px;
  margin: auto;
}

.h1-like {
  font-family: "Roboto Mono", monospace;
  font-size: 32px;
}

.title-inside {
  background: #3763eb;
  font-family: "Roboto Mono", monospace;
  color: black;
  font-size: 50px;
  padding-top: 95px;
  padding-left: 35px;
  padding-right: 35px;
  padding-bottom: 15px;
  display: inline-block;
  font-weight: bold;
}
@media (max-width: 769px) {
  .title-inside {
    font-size: 25px;
    padding-top: 95px;
    padding-left: 10px;
    padding-right: 10px;
  }
}

.h2-like {
  font-family: "Roboto Mono", monospace;
  font-size: 30px;
  font-weight: 600;
}

.h3-like {
  font-family: "Roboto Mono", monospace;
  font-size: 18px;
  font-weight: 600;
}

@media (max-width: 768px) {
  #hp-top-cont {
    padding-left: 0;
    padding-right: 0;
  }
  #hp-top-cont #hover-left {
    padding-left: 50px;
  }
}

#hp-top .h1-like {
  max-width: 340px;
}
#hp-top .scroll-to {
  /*font-weight: 600;*/
}
#hp-top .scroll-to:hover {
  color: black !important;
}

.img-style {
  padding: 50px;
  display: inline-block;
  position: relative;
  width: 100%;
}
@media (max-width: 769px) {
  .img-style {
    padding: 25px;
  }
}
.img-style span img {
  position: relative;
  z-index: 100;
  opacity: 0;
}
.img-style .img-style-overflow {
  overflow: hidden;
  display: block;
  background-size: 104%;
  position: relative;
  z-index: 234;
}
.img-style .clone {
  background: no-repeat center;
  background-size: cover;
  position: absolute;
  opacity: 0;
  display: block;
  transition: 1s ease;
  z-index: 10;
  height: 100%;
  width: 100%;
  top: 100px;
  left: -100px;
}
@media (max-width: 769px) {
  .img-style .clone {
    top: 50px;
    left: -50px;
  }
}
.img-style.open .clone-1 {
  top: 0;
  left: 0;
}
.img-style.open .clone-2 {
  left: -50px;
  top: 50px;
  z-index: 9;
}
@media (max-width: 769px) {
  .img-style.open .clone-2 {
    left: -25px;
    top: 25px;
  }
}
.img-style .clone-3 {
  z-index: 8;
}
.img-style.open .clone, .img-style:hover .clone {
  opacity: 1;
}
.img-style.with-text-bottom {
  padding: 0 !important;
}
.img-style.with-text-bottom .img-style-overflow {
  background-size: 96%;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-size: cover;
  width: calc(100% - 100px);
  height: calc(100% - 100px);
  margin-left: 100px;
}
.img-style.with-text-bottom.open .img-style-overflow {
  top: -50px;
  left: 0px;
}
.img-style.with-text-bottom .clone {
  background-size: 104%;
  right: 0px;
  top: 150px;
  left: auto;
}
.img-style.with-text-bottom.open .clone-1 {
  right: 0px;
  top: -50px;
  width: calc(100% - 50px);
  height: calc(100% + 50px);
}
.img-style.with-text-bottom.open .clone-2 {
  width: 100%;
  height: calc(100% + 100px);
  right: 0px;
  top: -50px;
}
.img-style.with-text-bottom .text-content {
  position: relative;
  z-index: 100;
  background: black;
  padding: 20px 50px;
  margin-left: -50px;
  margin-right: -50px;
}
.img-style.with-text-bottom .text-content, .img-style.with-text-bottom .text-content a {
  color: white;
}

.text-content-carousel {
  position: relative;
  z-index: 100;
  background: black;
  padding: 20px 50px;
}
.text-content-carousel, .text-content-carousel a {
  color: white;
}

.mini-news {
  position: relative;
}
.mini-news .owl-prev, .mini-news .owl-next {
  position: absolute;
}
.mini-news .owl-prev {
  left: -31px;
  top: 29px;
}
.mini-news .owl-next {
  right: -31px;
  top: 29px;
}

.square-color {
  background: #3763eb;
  width: 86px;
  height: 86px;
  position: relative;
  display: block;
}

.team-gouvernance .squaremini {
  width: 26px;
  height: 26Px;
  position: absolute;
  left: -2px;
  top: 29Px;
}

.square-linkedin {
  font-size: 23Px;
  background: #3763eb;
  width: 40px;
  height: 40px;
  color: black;
  display: inline-block;
  text-align: center;
  line-height: 40px;
  position: absolute;
  bottom: -10px;
  left: -10px;
}
.square-linkedin:hover {
  background: black;
}

.scroll-next {
  cursor: pointer;
  animation: 3s ease-in 1.5s infinite bounce-2;
  display: block;
}

#accordion button {
  position: relative;
  padding-left: 0;
  color: black;
  font-weight: 600;
  text-align: left;
  display: flex;
  outline: none;
}
#accordion button::before {
  background: #3763eb;
  display: block;
  height: 100%;
  width: 0;
  position: absolute;
  z-index: 0;
  left: -15px;
  top: 0;
  top: -4Px;
  content: "";
  transition: 0.5s;
}
@media (max-width: 769px) {
  #accordion button::before {
    left: 0 !important;
  }
}
#accordion button[aria-expanded=true]::before {
  width: 36px !important;
  height: 36px;
}
#accordion .number-menu {
  display: inline-block;
  margin-right: 22px;
  position: relative;
  font-weight: 400;
  float: left;
}
@media (max-width: 768px) {
  #accordion .number-menu {
    /*margin-bottom: 50px;*/
  }
}
#accordion .card {
  border-radius: 0;
  border: 0;
  border-bottom: 1px solid black;
  background: none;
}
#accordion .card-header {
  background: transparent;
  border: 0;
  padding-left: 0;
  padding-top: 25Px;
}
#accordion .card-body {
  padding-left: 43px;
}
#accordion button {
  background: none;
  border: 0;
}

#panel .panel-item {
  margin-bottom: 40px;
  font-size: 14px;
}
#panel .panel-item > p:first-child {
  font-family: "Roboto Mono", monospace;
}
#panel .nav-link {
  border-bottom: 2px solid #d4d4d2 !important;
  color: black !important;
  font-family: "Roboto Mono", monospace;
  font-size: 20px;
  font-weight: 600;
  padding-top: 35px;
  padding-bottom: 35px;
  position: relative;
  background: white !important;
}
#panel .nav-link.active {
  border: 0 !important;
  background: #3763eb !important;
  border-bottom: 2px solid #3763eb !important;
}
#panel .nav-link:first-child:before {
  left: -50vw;
}
#panel .nav-link:last-child:before {
  left: 100%;
}
#panel .nav-link:before {
  content: "";
  width: 50vw;
  position: absolute;
  z-index: 1;
  height: 100%;
  background: white;
  border-bottom: 2px solid #d4d4d2;
  top: 2px;
}
#panel .nav-link.active:before {
  border-bottom: 2px solid #3763eb;
  background: #3763eb;
}
#panel .nav-link:last-child {
  padding-left: 50px;
}
#panel .tab-pane {
  padding: 35px 0 35px;
}

#chiffres sup, .chiffres sup {
  font-size: 17px;
}
#chiffres h3, .chiffres h3 {
  font-family: "Roboto Mono", monospace;
  font-size: 17px;
  /*font-weight: 600;*/
}
@media (min-width: 991px) {
  #chiffres.chiffres .col-md-3, #chiffres.chiffres .col-md, .chiffres.chiffres .col-md-3, .chiffres.chiffres .col-md {
    margin-left: 15px;
    margin-right: 15px;
  }
}
#chiffres .col-md-3 .col-content, #chiffres .col-md .col-content, .chiffres .col-md-3 .col-content, .chiffres .col-md .col-content {
  /*margin-left: 15px;
  margin-right: 15px;*/
  border: 2px solid black;
  height: 178px;
  padding: 20px 11px;
  position: relative;
  width: 100%;
}
@media (max-width: 769px) {
  #chiffres .col-md-3 .col-content, #chiffres .col-md .col-content, .chiffres .col-md-3 .col-content, .chiffres .col-md .col-content {
    height: 255px;
    width: 255Px;
    margin: auto;
  }
  #chiffres .col-md-3 .col-content h3, #chiffres .col-md .col-content h3, .chiffres .col-md-3 .col-content h3, .chiffres .col-md .col-content h3 {
    font-size: 23px;
  }
}
#chiffres .col-md-3 .col-content .number, #chiffres .col-md .col-content .number, .chiffres .col-md-3 .col-content .number, .chiffres .col-md .col-content .number {
  display: flex;
  justify-content: center;
  align-items: center;
  background: white;
  position: absolute;
  bottom: -30px;
  left: -30px;
  text-align: center;
  font-weight: 300;
  font-family: "Roboto Mono", monospace;
  height: 1px;
  font-size: 1px;
  width: 1px;
  transition: 1s ease;
  color: #3763eb;
}
#chiffres .col-md-3 .col-content .number.open, #chiffres .col-md-3 .col-content .number:hover, #chiffres .col-md .col-content .number.open, #chiffres .col-md .col-content .number:hover, .chiffres .col-md-3 .col-content .number.open, .chiffres .col-md-3 .col-content .number:hover, .chiffres .col-md .col-content .number.open, .chiffres .col-md .col-content .number:hover {
  font-size: 26px;
  width: 120px;
  height: 98px;
  color: #000;
}
#chiffres .bg-black h3, .chiffres .bg-black h3 {
  color: white !important;
}

section {
  overflow: hidden;
  padding-top: 40px;
  padding-bottom: 40px;
}
@media (max-width: 768px) {
  section {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

.pre-footer {
  font-size: 14px;
  background: black;
  color: white;
  padding: 60px 20px;
}
.pre-footer a, .pre-footer a:hover {
  color: white;
}
.pre-footer .open .dropdown-menu {
  display: block;
  text-align: left;
  padding-left: 10px;
}
.pre-footer #addnewsletter input[type=email] {
  background: white;
  display: block;
  height: 43px;
  padding: 6px 20px;
  width: 100%;
  border-radius: 0;
  font-size: 14Px;
  border: 0;
}

#mapmonde rect {
  transition: 0.5s ease;
  stroke: white;
  stroke-width: 6px;
  width: 20px;
  height: 21px;
  top: -2px;
  position: relative;
  left: -2px;
  transform: translate(-3px, -3px);
}
#mapmonde rect:hover {
  fill: #3763eb;
}

.full-carousel-container {
  max-width: 800px;
  margin: auto;
  position: relative;
}
@media (min-width: 992px) {
  .full-carousel-container .owl-stage-outer {
    overflow: initial !important;
  }
}
.full-carousel-container .owl-item {
  transform: none;
  transition: 0.5s ease;
}
.full-carousel-container .magnify-item {
  position: relative;
}
.full-carousel-container .magnify-item .img-shadow:before {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  transform: scale(1.2);
  opacity: 0;
}
.full-carousel-container .magnify-item .magnify-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 15px 92px;
  display: flex;
  align-items: center;
}
.full-carousel-container .active .img-shadow:before {
  opacity: 1;
}
.full-carousel-container .active img {
  transform: scale(1.2);
}
.full-carousel-container .magnify-item {
  margin: 0 85px;
}
.full-carousel-container .owl-prev, .full-carousel-container .owl-next {
  position: absolute;
}
@media (min-width: 769px) {
  .full-carousel-container .owl-prev {
    left: -31px;
    top: 50%;
    transform: translateY(-50%);
  }
  .full-carousel-container .owl-next {
    right: -31px;
    top: 50%;
    transform: translateY(-50%);
  }
}
@media (max-width: 768px) {
  .full-carousel-container .owl-prev {
    transform: translateX(-160%);
  }
  .full-carousel-container .owl-next {
    transform: translateX(160%);
  }
}

#menufooter .dropdown a {
  display: block;
  position: relative;
}
#menufooter .dropdown a img, #menufooter .dropdown a i {
  font-size: 19px;
  position: absolute;
  right: -30px;
  top: 15px;
}
#menufooter .dropdown.open ul {
  display: block !important;
}
#menufooter .dropdown-menu {
  position: relative;
  text-align: left;
  left: 0;
}
#menufooter .dropdown-menu li {
  padding: 5px 1rem;
}
#menufooter .dropdown-menu a {
  font-size: 14px;
  line-height: 1.2;
}

.active .magnify-text {
  display: block;
  display: flex;
  align-items: center;
  font-weight: bold;
}
.active .magnify-text .hashtag {
  font-weight: 300;
}

.magnify-text {
  color: white;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  display: none;
}
.magnify-text .hashtag {
  border-radius: 30px;
  color: white;
  background: black;
  padding: 10px;
  border: 1px solid black;
  font-size: 13px;
  font-family: "Roboto Mono", monospace;
}
.magnify-text .h4-like {
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 15px;
}

.fullwidth {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}

@media (max-width: 768px) {
  .fullwidth-mobile {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    padding: 0 !important;
  }
  .fullwidth-mobile .nav-link {
    display: block !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    text-align: center !important;
  }
}
#team-grid {
  max-width: 1090px;
  margin: auto;
  overflow: visible;
}
#team-grid.team-gouvernance .square-linkedin {
  display: none;
}

#team-grid, #teamModal {
  margin-bottom: -30px;
  font-family: "Roboto Mono", monospace;
}
#team-grid .name-poste, #teamModal .name-poste {
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
}
#team-grid .mission, #teamModal .mission {
  font-size: 13px;
  color: #313131;
}
#team-grid .item-team, #teamModal .item-team {
  max-width: 272px;
}
@media (max-width: 768px) {
  #team-grid .item-team, #teamModal .item-team {
    max-width: none;
  }
}
#team-grid .item-team:hover img, #teamModal .item-team:hover img {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}
#team-grid .item-team img, #teamModal .item-team img {
  transition: 0.5s ease;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}

.greyscale:hover img, .greyscale:hover .clone, .greyscale:hover span {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}
.greyscale img, .greyscale .clone, .greyscale span {
  transition: 0.5s ease;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}

@media (max-width: 768px) {
  #portfolio-list {
    display: flex;
    justify-content: center;
  }
}
#portfolio-list .portfolio-item {
  position: relative;
  color: black !important;
  text-decoration: none !important;
}
#portfolio-list .portfolio-item:hover .logo-portfolio {
  background-color: #3763eb;
}
#portfolio-list .portfolio-item:hover .img-portfolio {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}
#portfolio-list .portfolio-item .img-portfolio {
  display: block;
  width: 240px;
  height: 240px;
  margin: auto;
  background: #eaeae8 no-repeat center;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  transition: 0.5s ease;
}
@media (max-width: 768px) {
  #portfolio-list .portfolio-item .img-portfolio {
    max-width: 100%;
    padding-bottom: 100%;
    height: auto;
  }
}
#portfolio-list .portfolio-item .logo-portfolio {
  display: block;
  width: 105px;
  height: 105px;
  background: #eaeae8 no-repeat center;
  background-color: #3763eb;
  position: absolute;
  transition: all 0.5s ease;
  margin-top: -115px;
  margin-left: -15px;
  padding: 8px;
}
@media (max-width: 768px) {
  #portfolio-list .portfolio-item .logo-portfolio {
    position: relative;
    margin-top: -70px;
  }
}
#portfolio-list .portfolio-item .logo-portfolio span {
  width: 100%;
  height: 100%;
  display: block;
  background: no-repeat center;
  background-size: contain;
}

.scroll-next {
  margin-top: -100px;
}

#accueil .scroll-next, #home .scroll-next {
  top: -100px;
  margin-top: 0;
}

@media (min-width: 1045px) {
  .scroll-next {
    margin-top: -300px;
  }

  #accueil .scroll-next, #home .scroll-next {
    top: -250px;
    margin-top: 0;
  }
}
@media (min-width: 992px) {
  #menufooter {
    max-width: 190px;
    margin-left: auto;
  }

  #content-body {
    padding-top: 120px;
  }

  .inside #content-body {
    padding-top: 40px;
  }

  section {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .nav-item .col-md-7:first-child {
    border-right: 2px solid black;
  }

  nav .nav-item.dropdown, nav .nav-item.dropdown .row, nav .nav-item.dropdown div {
    position: initial;
  }

  .dropdown-menu {
    position: absolute;
    left: 65%;
    top: 0;
    /*position: absolute;
    left: 35px;*/
  }

  .pre-footer .separator {
    display: inline-block;
    margin: 0 5px;
  }

  .separator {
    margin-left: 10px;
    margin-right: 35px;
  }

  #hp-top {
    padding-top: 70px;
    margin-bottom: -70px;
    padding-bottom: 0;
  }
}
#investissement {
  overflow: hidden;
}

@media (max-width: 769px) {
  #lienks {
    background: transparent !important;
  }

  #lienks .col-md-6 .border {
    background: #3763eb;
    margin-bottom: 15px;
  }

  #croissance .img-style.with-text-bottom {
    top: 75px;
    margin-bottom: 82px;
  }

  .pre-footer .line-menu {
    text-align: left;
  }

  .pre-footer .lang .separator {
    display: inline-block;
    margin: 0 5px;
  }

  #menufooter {
    display: none;
  }

  #international .row,
#confiance .row {
    flex-direction: column-reverse;
  }
}
@media (max-width: 769px) and (max-width: 768px) {
  #confiance .max-width2 {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 769px) {
  #confiance .row .img-style {
    left: 26px;
    margin-top: 25px;
    width: 93%;
  }
  #confiance .row .square-color {
    top: 0px !important;
    left: -19Px !important;
    width: 45px !important;
    height: 45px !important;
  }
}
@media (max-width: 769px) {
  .scroll-next {
    display: none;
  }
}
@media (max-width: 769px) {
  .text-bourse {
    margin-top: -30px !important;
    margin-top: 0px !important;
    position: absolute;
    width: 93%;
    bottom: -40px;
    right: 40px;
    font-size: 12px !important;
  }
}
@media (max-width: 769px) {
  #hp-top .front-content-text-carousel {
    margin-top: 0px !important;
  }
  #hp-top .front-content-text-carousel li {
    padding-right: 30px;
  }
  #hp-top .square-color {
    bottom: 96px !important;
    width: 50px !important;
    height: 50px !important;
    left: 30px !important;
  }
  #hp-top .img-style {
    max-width: 84%;
  }
}
@media (max-width: 769px) {
  .max-width2, .max-width {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 769px) {
  .full-carousel-container .magnify-item {
    margin: 0;
    padding: 15px;
    min-height: 300px;
    background: no-repeat center;
    background-size: cover;
  }
  .full-carousel-container .magnify-item img {
    display: none !important;
  }
  .full-carousel-container .magnify-text {
    left: 15px;
    width: calc(100% - 30px);
  }
}
@media (max-width: 769px) {
  .nav-link {
    display: flex;
    padding: 0;
  }
  .nav-link .number-menu {
    width: 100px;
  }
}
@media (max-width: 769px) and (max-width: 769px) {
  .nav-link .number-menu {
    width: 50px;
  }
}
@media (max-width: 769px) {
  .nav-link .menu-item-title {
    width: 80%;
  }
}
@media (max-width: 769px) {
  #content-body {
    padding-top: 90px;
    padding-top: 60px;
  }
}
@media (max-width: 767px) {
  #international .col-md-7 {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 768px) {
  .front-content-text-carousel {
    margin-left: -50px;
  }

  .title-inside {
    margin-left: -45px;
  }

  .full-carousel-container .magnify-item {
    background: none !important;
  }
  .full-carousel-container .magnify-item:hover img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
  }
  .full-carousel-container .magnify-item img {
    transition: 0.5s ease;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
  }
}
.visible-mobile {
  display: none;
}

.visible-desktop {
  display: block;
}

@media (max-width: 769px) {
  #navbarHeader .align-items-center {
    align-items: start !important;
  }

  .visible-mobile {
    display: block;
  }

  .visible-desktop {
    display: none;
  }

  #lienks .border {
    height: 0;
    padding-bottom: 100% !important;
  }

  .image-mobile {
    max-width: 100%;
    height: auto;
    padding-bottom: 100%;
    overflow: hidden;
    position: relative;
    display: block;
    width: 100%;
  }
  .image-mobile img {
    position: absolute;
    left: 0;
    width: 100%;
  }
}
.offset--1 {
  margin-left: -8.333333%;
}

.row-item-couverture {
  border: 1px solid black;
  background: white;
  padding: 10px;
}

#submenu-top {
  position: relative;
  background-color: #3763eb !important;
}
.navbar #submenu-top {
  margin-top: 30px;
  margin-bottom: 30px;
}
@media (min-width: 769px) {
  .navbar #submenu-top {
    display: none !important;
  }
}
.navbar #submenu-top > a {
  padding-left: 15px;
}
.navbar #submenu-top ul {
  position: absolute;
  width: 100%;
}
@media (max-width: 768px) {
  .line-menu #submenu-top {
    display: none;
  }
}
#submenu-top > a {
  font-weight: 400;
  font-size: 12px;
  padding: 7px 0px;
  display: inline-block;
}
#submenu-top > a:after {
  content: "";
  background: url(../img/submenu-arrow-black.png) no-repeat;
  width: 12px;
  height: 9px;
  margin-left: 20px;
  display: inline-block;
}
#submenu-top:hover > a:after {
  transform: rotate(180deg);
}
#submenu-top:hover ul {
  display: block;
}
#submenu-top ul {
  position: absolute;
  top: 100%;
  display: none;
  left: 0;
  width: 275px;
  padding: 20px 20px 0 20px;
  background-color: #3763eb !important;
  text-align: left;
  z-index: 1000;
}
#submenu-top ul li {
  border-top: 1Px solid #bbb;
  color: #888;
  padding-left: 0;
  padding-right: 0;
  padding-top: 20px;
}
#submenu-top ul li a {
  text-decoration: none;
}
#submenu-top ul li p:first-child {
  margin-bottom: 0;
}
#submenu-top ul li strong {
  color: black;
  font-size: 16px;
}
#submenu-top ul li:first-child {
  padding-top: 0px;
  border-top: 0;
}

.responsive-table .bg-primary {
  font-weight: bold;
  font-size: 18px;
  padding: 10px;
}
.responsive-table table {
  border-collapse: separate;
  border-spacing: 20px 0;
}
.responsive-table table tbody tr td {
  border-bottom: 1px solid #fff;
  padding: 10px;
}
@media (min-width: 769px) {
  .responsive-table table tbody tr td:first-child {
    padding: 0;
    width: 10%;
  }
  .responsive-table table tbody tr td:nth-child(2), .responsive-table table tbody tr td:nth-child(3), .responsive-table table tbody tr td:nth-child(4) {
    width: 30%;
  }
}
.responsive-table table tbody tr:last-child td {
  border: 0;
}
.responsive-table tbody td:nth-child(2) {
  background: #e3e3e3;
}
.responsive-table tbody td:nth-child(3),
.responsive-table tbody td:nth-child(4) {
  background: #eee;
}
.responsive-table thead th:nth-child(2) div,
.responsive-table thead th:nth-child(3) div {
  padding: 7px;
  border: 1Px solid black;
  text-align: center;
  margin-bottom: 20Px;
}
@media screen and (max-width: 600px) {
  .responsive-table table {
    width: 100%;
  }
  .responsive-table table thead {
    display: none;
  }
  .responsive-table table tbody tr {
    box-shadow: 0 0 0.5em #666666;
    border: none;
    display: block;
    margin: 1em;
  }
  .responsive-table .bg-primary {
    margin: -10px 0;
  }
  .responsive-table table tbody tr td {
    padding: 10px 0;
    text-align: right;
    display: block;
    width: block;
  }
  .responsive-table table tbody tr td[data-label="#"] {
    display: none;
  }
  .responsive-table table tbody tr td[data-label]:before {
    content: attr(data-label);
    float: left;
    text-transform: uppercase;
    font-weight: bold;
  }
  .responsive-table table tbody tr td.numeric {
    text-align: left;
  }
}

/*# sourceMappingURL=global.css.map */
