* {
  font-family: 'Nunito', sans-serif; }

html, body {
  overflow-x: hidden; }

#fixed_mail {
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 60px;
  box-shadow: 2px 4px 9px 0px rgba(0, 0, 0, 0.4);
  border-radius: 50%;
  animation: bounce 1.5s ease infinite; }

p {
  font-size: 20px; }

.navbar {
  background-color: white;
  padding: 32px 10px 32px 10px; }
  .navbar img {
    width: 150px;
    height: 100%; }
  .navbar .navbar-nav a {
    margin: 0px 20px;
    color: #707070;
    font-size: 17px;
    font-weight: 600;
    transition: all ease 0.5s; }
  .navbar .navbar-nav a:hover {
    color: #2d3436 !important; }
  .navbar .navbar-nav #nav_contact_button {
    padding: 8px 10px;
    background-color: #0F9800;
    border-radius: 10px;
    color: white;
    transition: all ease 0.5s; }
  .navbar .navbar-nav #nav_contact_button:hover {
    color: white !important;
    background-color: #0D8700; }

.custom-toggler.navbar-toggler {
  border-color: #0F9800; }

.custom-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='#0F9800' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E"); }

.services_top {
  margin-top: 50px;
  overflow: hidden;
  flex-wrap: wrap-reverse; }
  .services_top .left {
    background-image: url(../images/left.png);
    background-size: contain;
    background-repeat: no-repeat;
    overflow: hidden;
    padding: 0px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    min-height: 691px; }
    .services_top .left .text_intro {
      width: 55%;
      margin-right: 10%; }
      .services_top .left .text_intro p {
        margin-bottom: 35px; }
        .services_top .left .text_intro p a {
          color: #0F9800; }
        .services_top .left .text_intro p a:hover {
          text-decoration: none; }
      .services_top .left .text_intro #ref_button {
        padding: 8px 15px;
        background-color: #0F9800;
        border-radius: 30px;
        color: white;
        font-size: 20px;
        margin: 20px 0px 0px 0px;
        transition: all ease 0.5s; }
      .services_top .left .text_intro #ref_button:hover {
        text-decoration: none;
        background-color: #0D8700; }
  .services_top .right {
    background-image: url(../images/right.png);
    background-size: contain;
    background-repeat: no-repeat;
    /*min-height: 691px;*/
    overflow: hidden;
    padding: 0px; }

.services_bottom {
  margin: 100px auto 40px auto; }
  .services_bottom img {
    width: 40px;
    margin: 10px; }

.experience {
  min-height: 500px;
  background-color: #F4F4F4; }
  .experience .name {
    margin: 40px;
    flex-direction: column; }
    .experience .name h1 {
      font-size: 20px; }
    .experience .name h2 {
      font-size: 15px; }
    .experience .name img {
      border-radius: 50%;
      width: 200px;
      box-shadow: 2px 4px 9px 0px rgba(0, 0, 0, 0.4); }
  .experience .exp_text {
    flex-direction: column; }
    .experience .exp_text p {
      margin-top: 40px;
      font-size: 18px;
      line-height: 30px; }
    .experience .exp_text a {
      padding: 10px;
      background-color: #0F9800;
      border-radius: 10px;
      color: white;
      transition: all ease 0.5s;
      margin: 40px 0px; }
    .experience .exp_text a:hover {
      color: white !important;
      background-color: #0D8700;
      text-decoration: none; }

.references .references_header {
  text-align: center;
  height: 185px;
  display: flex;
  justify-content: center;
  flex-direction: column; }
  .references .references_header h3 {
    margin-bottom: 20px;
    position: relative;
    text-decoration: underline;
    color: #0F9800; }
  .references .references_header p {
    margin: 0px; }
.references .references_banner {
  min-height: 400px;
  justify-content: flex-start;
  align-items: flex-end; }
  .references .references_banner .title_group {
    background-color: rgba(255, 255, 255, 0.7);
    padding: 20px;
    margin: 30px 15px;
    width: 700px; }
    .references .references_banner .title_group h5 {
      color: #0F9800;
      font-size: 35px;
      font-weight: 300;
      margin: 0; }
    .references .references_banner .title_group p {
      color: black; }
.references .collapse p {
  margin: 16px auto; }
.references #banner1 {
  background-image: url(../images/ce4.jpg);
  background-position: 50% 65%;
  background-repeat: no-repeat;
  background-size: cover; }
.references #banner2 {
  background-image: url(../images/cdg3.jpg);
  background-position: 50% 55%;
  background-repeat: no-repeat;
  background-size: cover; }
.references #banner3 {
  background-image: url(../images/bercy.jpg);
  background-position: 50% 75%;
  background-repeat: no-repeat;
  background-size: cover; }
.references a {
  margin: 0px auto 10px auto;
  width: 120px;
  padding: 10px;
  background-color: #0F9800;
  border-radius: 10px;
  color: white;
  transition: all ease 0.5s; }
.references a:hover {
  color: white !important;
  background-color: #0D8700;
  text-decoration: none; }

.references_plus h3 {
  margin: 20px auto 0px auto !important; }
.references_plus .mosaic {
  margin: 80px auto; }
  .references_plus .mosaic img {
    padding: 0px 40px;
    margin: 40px; }

footer {
  color: #595D65;
  min-height: 300px;
  background-color: #292C31;
  display: flex;
  justify-content: space-between;
  flex-direction: column; }
  footer .footer_top {
    margin: 60px 0px 20px 0px;
    text-align: center; }
    footer .footer_top h4 {
      font-size: 20px;
      margin-bottom: 20px; }
    footer .footer_top #linkedin {
      width: 60px;
      margin: 65px 0px; }
    footer .footer_top ul {
      padding: 0px;
      margin-top: 60px; }
      footer .footer_top ul li {
        list-style: none;
        margin-top: 20px; }
        footer .footer_top ul li a {
          color: #595D65; }
    footer .footer_top .apropos {
      margin-top: 40px; }
      footer .footer_top .apropos ul {
        margin: 0px; }
      footer .footer_top .apropos li {
        margin-top: 5px;
        /*white-space: nowrap;*/ }
      footer .footer_top .apropos img {
        border-radius: 50%;
        width: 95px; }
  footer .footer_bottom {
    display: flex;
    flex-direction: column; }
    footer .footer_bottom hr {
      height: 0.1px;
      background-color: #595D65;
      margin-top: 20px;
      margin-bottom: 20px;
      width: 100%; }
    footer .footer_bottom .footer_bottom_content {
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap; }
      footer .footer_bottom .footer_bottom_content p {
        font-size: 14px; }
        footer .footer_bottom .footer_bottom_content p a {
          text-decoration: underline;
          color: #595D65; }

@keyframes bounce {
  from {
    transform: scale(1); }
  50% {
    transform: scale(0.96); }
  to {
    transform: scale(1); } }
@media (max-width: 575.98px) {
  h1 {
    font-size: 28px; }

  .text_intro p {
    font-size: 16px; }

  .left {
    min-height: 500px !important; }

  .right {
    display: none; }

  .services_top {
    margin-top: 0px !important; }

  .services_bottom {
    margin: 10px auto 40px auto !important; }

  .colonne_footer {
    margin-bottom: 60px; }

  .references_banner {
    align-items: center !important;
    justify-content: center; }

  .title_group {
    margin: 30px 0px !important; }

  .mosaic img {
    padding: 0px !important; }

  .navbar-nav a {
    margin: 8px 0px !important; } }
@media (max-width: 767.98px) {
  .mosaic img {
    padding: 0px !important; }

  .navbar-nav a {
    margin: 8px 0px !important; } }
@media (max-width: 991.98px) {
  .mosaic img {
    padding: 0px !important; }

  .navbar-nav a {
    margin: 8px 0px !important; } }

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