@charset "UTF-8";
/* CSS En-tête */
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@300;400;500&family=Roboto+Flex:wght@200;300;600&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  padding-top: 100px;
  background: #dde1e7;
  overflow-x: hidden !important;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Oswald", sans-serif;
  font-weight: normal;
  color: rgb(16, 94, 127);
}

.container {
  border-radius: 5px;
  background: #fff;
  max-width: 1280px;
  margin: auto;
  box-shadow: 3px 3px 7px rgba(70, 70, 70, 0.12);
}

[data-feed-main-container-id=taboola-below-other-thumbnails][data-feed-container-num] {
  width: calc(100% - 330px);
}

@keyframes headDown {
  from {
    top: -900px;
  }
  to {
    top: 150px;
  }
}
@keyframes headUp {
  from {
    top: 150px;
  }
  to {
    top: -900px;
  }
}
@keyframes footerUp {
  from {
    top: 110vh;
  }
  to {
    top: 70vh;
  }
}
@keyframes footerDown {
  from {
    top: 70vh;
  }
  to {
    top: 110vh;
  }
}
header#top {
  background: white;
  width: 100%;
  height: 40px;
  position: fixed;
  z-index: 10000000;
  top: 22px;
  box-shadow: 0 0 7px rgba(64, 75, 85, 0.6);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header#top #logo {
  margin: 0 30px;
}
header#top #logo #home {
  width: 100px;
  filter: drop-shadow(0 0 3px gray);
}
header#top #logo > a {
  position: relative;
}
header#top #logo > a:first-of-type {
  z-index: 100;
}
header#top nav {
  display: flex;
  justify-content: space-around;
  align-items: center;
}
header#top nav#rs {
  display: flex;
  align-items: center;
}
header#top nav#rs a {
  margin: 0 1.5em;
}
header#top nav#rs a svg {
  margin-top: 4px;
  height: 28px;
  width: auto;
}
header#top nav#rs a svg#fb {
  fill: #3b5998;
}
header#top nav#rs a svg#insta {
  fill: #dd2a7b;
}
header#top nav#rs a svg#linkedin {
  fill: #0e76a8;
}
header#top nav#compet {
  display: flex;
  flex: 1;
  justify-content: space-around;
}
header#top nav a {
  font-family: "Oswald", sans-serif;
  font-size: 18px;
  text-decoration: none;
  color: rgb(16, 94, 127);
  text-align: center;
}
header#top nav #profil {
  width: 60px;
  height: 60px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
  filter: drop-shadow(0 0 3px gray);
  border: 3px solid white;
}
header #bars {
  display: none;
}
header #cross {
  display: none;
}

.menu {
  display: none;
  --front: rgb(17, 133, 171);
  --back: rgb(217, 131, 36);
  --icon: white;
  perspective: 600px;
  width: 44px;
  height: 44px;
  position: absolute;
  right: 10px;
  top: 3px;
  z-index: 2000;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}
.menu input {
  display: none;
}
.menu input + div span {
  --rotateY: 0deg;
  --background: var(--front);
  transform: rotateY(var(--rotateY));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: var(--background);
  backface-visibility: hidden;
  transition: transform 0.6s cubic-bezier(0.2, 0.64, 0.48, 1.24);
}
.menu input + div span:before, .menu input + div span:after {
  --rotate: 0deg;
  content: "";
  position: absolute;
  width: 30px;
  height: 2px;
  border-radius: 1px;
  top: 50%;
  left: 50%;
  background: var(--icon);
  backface-visibility: hidden;
  transform: translate(-50%, -50%) rotate(var(--rotate)) translateZ(8px);
}
.menu input + div span:first-child {
  --background: var(--back);
}
.menu input + div span:first-child:before {
  --rotate: -45deg;
}
.menu input + div span:first-child:after {
  --rotate: 45deg;
}
.menu input + div span:last-child {
  --rotateY: 180deg;
}
.menu input + div span:last-child:before {
  box-shadow: 0 -5px 0 var(--icon), 0 5px 0 var(--icon);
}
.menu input + div span:last-child:after {
  display: none;
}
.menu input:checked + div span:first-child {
  --rotateY: -180deg;
}
.menu input:checked + div span:last-child {
  --rotateY: 0deg;
}

@media screen and (max-width: 1366px) {
  #MTGLDBATF {
    position: sticky;
    top: 65px !important;
  }
  header#top {
    height: 35px;
    top: 30px;
  }
  header#top #logo {
    margin: 0 2vw;
  }
  header#top #logo img {
    width: 80px;
  }
  header#top nav#rs {
    height: 30px;
    flex: 2;
  }
  header#top nav#rs a {
    font-size: 18px;
    margin: 0;
  }
  header#top nav#compet {
    flex: 4;
  }
}
@media screen and (max-width: 990px) {
  .menu {
    display: block;
  }
  header#top {
    height: 50px;
    top: 12px;
    width: 100%;
  }
  header#top #logo {
    padding: 5px 0;
    order: -1;
  }
  header#top #logo img {
    margin-top: 7px;
    width: 65px;
    filter: drop-shadow(1px 1px 2px gray);
  }
  header#top nav#rs {
    height: 70px;
    width: 100vw;
    top: 110vh;
    justify-content: space-around;
    position: absolute;
    background: rgba(0, 0, 0, 0.85);
    flex: 0;
  }
  header#top nav#rs.piedUp {
    animation: footerUp 0.7s forwards;
  }
  header#top nav#rs.piedDown {
    animation: footerDown 0.5s forwards;
  }
  header#top nav#rs a {
    font-size: 30px;
    color: white;
  }
  header#top nav#rs a svg {
    margin-top: 5px;
    height: 40px;
    width: auto;
  }
  header#top nav#rs a svg#fb {
    fill: white;
  }
  header#top nav#rs a svg#insta {
    fill: white;
  }
  header#top nav#rs a svg#linkedin {
    fill: white;
  }
  header#top nav#compet {
    flex-direction: column;
    position: absolute;
    z-index: 100;
    width: 60vw;
    left: 20vw;
    top: -900px;
  }
  header#top nav#compet a {
    background: rgba(0, 0, 0, 0.85);
    padding: 10px 0;
    width: 100%;
    display: block;
    color: white;
    transition: all 0.5s;
    letter-spacing: 0.25em;
    font-size: 20px;
  }
  header#top nav#compet a:hover {
    color: rgb(181, 190, 15);
    text-shadow: none;
  }
  header#top nav#compet.teteUp {
    animation: headDown 0.5s ease-out forwards;
  }
  header#top nav#compet.teteDown {
    animation: headUp 0.9s forwards;
  }
  header :root {
    --bar-bg: #212529;
  }
}
/* desktop-rectangle-btf*/
@media (min-width: 992px) {
  .r89-desktop-rectangle-btf {
    min-height: 150px;
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
/* mobile-rectangle-infinite */
@media (max-width: 991px) {
  .r89-mobile-rectangle-infinite {
    min-height: 250px;
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
/* desktop-billboard-atf */
@media (min-width: 992px) {
  .r89-desktop-billboard-atf {
    min-height: 250px;
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
/* mobile-billboard-top */
@media (max-width: 991px) {
  .r89-mobile-billboard-top {
    min-height: 250px;
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
/* mobile-rectangle-mid */
@media (max-width: 991px) {
  .r89-mobile-rectangle-mid {
    min-height: 250px;
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
/* mobile-rectangle-mid-300x600 */
@media (max-width: 991px) {
  .r89-Mobile-Rectangle-Mid-300x600 {
    min-height: 600px;
    margin-top: 20px;
    margin-bottom: 20px;
  }
}/*# sourceMappingURL=2023header.css.map */