.h1 {
  color: #404040; }

#navbar-cont {
  box-shadow: 0 0.25em 0.5em 0 rgba(0, 0, 0, 0.5); }

.cont-publi {
  box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.2); }

#btn-to-top, footer #logos img, #logo-IMB, #navbar-cont #switch div {
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out; }
  #btn-to-top:hover, footer #logos img:hover, #logo-IMB:hover, #navbar-cont #switch div:hover {
    cursor: pointer;
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1); }

#navbar-cont {
  background-color: #F5F5F5; }
  #navbar-cont #switch {
    width: 55px;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    background-color: rgba(168, 168, 168, 0.5);
    width: 75px;
    height: 40px;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px; }
    #navbar-cont #switch img {
      width: 20px; }
    #navbar-cont #switch input {
      display: none; }
    #navbar-cont #switch div {
      position: relative;
      display: block;
      background: #a8a8a8;
      width: 30px;
      padding: 0 5px;
      box-sizing: border-box;
      cursor: pointer;
      border-radius: 50px;
      -webkit-border-radius: 50px;
      -moz-border-radius: 50px;
      -ms-border-radius: 50px;
      -o-border-radius: 50px; }
    #navbar-cont #switch #slider {
      background-color: #F5F5F5;
      height: 12px;
      width: 12px;
      display: inline-block;
      position: relative;
      border-radius: 34px;
      -webkit-border-radius: 34px;
      -moz-border-radius: 34px;
      -ms-border-radius: 34px;
      -o-border-radius: 34px;
      transition: 0.4s;
      -webkit-transition: 0.4s;
      -moz-transition: 0.4s;
      -ms-transition: 0.4s;
      -o-transition: 0.4s; }
    #navbar-cont #switch input:checked + #slider {
      transform: translateX(8px); }
  #navbar-cont li {
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out; }
    #navbar-cont li a:hover {
      color: #ff3333 !important; }

#logo-IMB {
  width: 120px; }

#navbar-rectify {
  width: 100%;
  height: 111px; }

#cont-photoID {
  width: 15rem;
  height: 15rem;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  overflow: hidden; }

#photoID {
  height: 150%;
  transform: translate(0, -25%);
  -webkit-transform: translate(0, -25%);
  -moz-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%); }

#cont-contact h5 span {
  font-family: system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400; }

@media only screen and (max-width: 1200px) {
  #cont-photoID {
    width: 12rem;
    height: 12rem; } }

@media only screen and (max-width: 576px) {
  #navbar-rectify {
    height: 89px; }
  #cont-photoID {
    width: 10rem;
    height: 10rem; }
  #logo-IMB {
    width: 80px; } }

footer {
  background-color: #F5F5F5;
  color: #eeeeee; }
  footer hr {
    border: 1px solid #4174b8;
    opacity: 1;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg); }
  footer #logos img {
    height: 75px;
    margin: 1rem; }
  footer #after-footer a {
    color: #eeeeee;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out; }
    footer #after-footer a:hover {
      color: #ff3333; }

@media only screen and (max-width: 992px) {
  footer #adresse {
    text-align: center; }
  footer #logos {
    flex-shrink: 1; }
    footer #logos img {
      height: 50px; }
  footer hr {
    margin: 1rem auto !important;
    width: 30% !important;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg); } }

@media only screen and (max-width: 576px) {
  footer #logos img {
    height: 28px; } }

#cont-research-int h1, #cont-research-int h2, #cont-research-int h3, #cont-research-int h4, #cont-research-int h5, #cont-research-int h6 {
  margin: 2rem 0;
  color: #404040; }

#cont-research-int p {
  margin-left: 1rem; }

#cont-research-int hr {
  margin: 3rem 0; }

.title-pages {
  text-align: center;
  font-size: 4rem; }

#cont-pages h1, #cont-pages h2, #cont-pages h3, #cont-pages h4, #cont-pages h5, #cont-pages h6 {
  margin: 2rem 0;
  color: #404040; }

#cont-pages p {
  margin-left: 1rem; }

#cont-pages hr {
  margin: 3rem 0; }

@media only screen and (max-width: 1200px) {
  .title-pages {
    font-size: 3rem; } }

@media only screen and (max-width: 768px) {
  #cont-pages h1, #cont-pages h2, #cont-pages h3, #cont-pages h4, #cont-pages h5, #cont-pages h6 {
    margin: 1rem 0; }
  #cont-pages hr {
    margin: 2rem 0; }
  .title-pages {
    font-size: 2.5rem; } }

@media only screen and (max-width: 576px) {
  .title-pages {
    font-size: 2rem; } }

@media only screen and (max-width: 425px) {
  .title-pages {
    font-size: 1.7rem; }
  #cont-pages h1, #cont-pages h2, #cont-pages h3, #cont-pages h4, #cont-pages h5, #cont-pages h6 {
    margin: 0.5rem 0; }
  #cont-pages hr {
    margin: 1rem 0; } }

.cont-publi h1 {
  color: #404040; }

.cont-publi h3 {
  margin-top: 1rem; }
  .cont-publi h3 button {
    font-size: 1.3rem;
    color: #4174b8; }
    .cont-publi h3 button:hover {
      color: #9857ec; }

.cont-publi .accordion-body {
  overflow: hidden; }

.cont-publi p, .cont-publi a {
  margin: 1rem;
  display: block; }

.cont-publi a img {
  width: 15px;
  margin-bottom: .25rem;
  margin-left: .3rem; }

.cont-publi span {
  color: #a8a8a8; }

@media only screen and (max-width: 768px) {
  #cont-publi h3 button {
    font-size: 1rem; } }

@media only screen and (max-width: 425px) {
  #cont-publi h3 button {
    font-size: 0.8rem; }
  #cont-publi p, #cont-publi a {
    font-size: 0.8rem; } }

html {
  scroll-behavior: smooth;
  background-color: #eeeeee; }

body {
  background-color: #eeeeee;
  color: #404040; }

.dark-mode {
  background-color: #252525;
  color: #a8a8a8; }

.dark-mode-buttons {
  background-color: #41424b;
  color: #111111; }

.dark-mode-publi {
  background-color: #41424b !important;
  color: #a8a8a8; }

a {
  text-decoration: none; }

h1, h2, h3, h4, h5, h6 {
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #404040; }

.container-fluid {
  padding-right: 1.5rem;
  padding-left: 1.5rem; }

#btn-to-top {
  display: none;
  position: fixed;
  bottom: 3rem;
  right: 2rem;
  z-index: 99;
  border: none;
  outline: none;
  background-color: rgba(168, 168, 168, 0.5);
  background-image: url("../img/logos/arrow_top_icon.svg");
  color: #eeeeee;
  padding: 1.5rem;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  font-size: 18px; }
  #btn-to-top:hover {
    background-color: #ff3333; }

@media only screen and (max-width: 576px) {
  #btn-to-top {
    padding: 1rem;
    right: 1rem; } }
