* {
  padding: 0;
  margin: 0; }

body {
  background-color: #E1EAF9; }
  body header {
    z-index: 10; }
    body header .menu {
      position: fixed;
      width: 462px;
      background-image: url("../images/background/fond_01.png");
      background-repeat: no-repeat;
      height: 768px; }
      body header .menu a {
        text-decoration: none;
        color: #043553; }
      body header .menu img {
        padding: 10% 0 10% 10%; }
      body header .menu .menuG {
        background-color: #B1CDEB;
        color: #043553;
        width: 200px;
        padding: 5px 0 0 50px;
        font-size: 25px;
        list-style: none; }
        body header .menu .menuG li:hover {
          color: white; }
        body header .menu .menuG .submenu {
          font-size: 20px;
          list-style: none;
          padding-left: 15px;
          display: block;
          padding: 8px; }
          body header .menu .menuG .submenu li:hover {
            background-color: #043553;
            color: white; }
          body header .menu .menuG .submenu a:hover {
            background-color: #043553;
            color: white; }
      body header .menu .menuG > li.active {
        background-color: #E1EAF9; }
      body header .menu p {
        color: #043553;
        padding-top: 30%;
        padding-left: 10%;
        font-size: 16px; }
    body header .menu2 {
      display: none; }
  body section {
    margin-left: 132px;
    max-height: 2px; }
    body section .def_menu {
      width: 100%; }
      body section .def_menu a {
        cursor: pointer; }
      body section .def_menu .slides {
        display: none; }
        body section .def_menu .slides .text {
          color: #E1EAF9;
          font-size: 28px;
          position: absolute;
          top: 500px;
          margin: 0 40% 0 40%;
          width: 20%;
          text-align: center;
          background-color: #043553; }
      body section .def_menu .prev, body section .def_menu .next {
        position: absolute;
        top: 499.8px;
        width: auto;
        color: #043553;
        font-weight: bold;
        font-size: 25px;
        transition: 0.6s ease;
        user-select: none;
        margin-left: 38.8%;
        text-align: center;
        padding: 0 3px 0 0; }
      body section .def_menu .next {
        margin-left: 60%; }
      body section .def_menu .prev:hover, body section .def_menu .next:hover {
        background-color: #043553;
        color: #E1EAF9;
        padding-right: 5px; }
    body section .point {
      position: absolute;
      top: 550px;
      margin-left: 45.9%; }
      body section .point .dot {
        cursor: pointer;
        height: 15px;
        width: 15px;
        margin: 0 2px;
        background-color: #E1EAF9;
        border-radius: 50%;
        display: inline-block;
        transition: background-color 0.6s ease; }
      body section .point .active, body section .point .dot:hover {
        background-color: #043553; }
    body section .CV {
      width: 70%;
      padding: 5% 0 0 25%; }
    body section .CVisite {
      width: 50%;
      padding: 5% 0 0 35%; }
    body section .gallery {
      z-index: -6;
      width: 80%;
      margin-left: 20%;
      position: relative;
      text-align: center; }
      body section .gallery h2 {
        font-size: 36px;
        padding-top: 2%;
        color: #043553;
        border-bottom: 2px solid  #043553; }
      body section .gallery a {
        text-decoration: none;
        color: #043553;
        font-size: 24px; }
        body section .gallery a:hover {
          color: #FFFFFF; }
      body section .gallery .row {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 0 3px; }
      body section .gallery .column {
        -ms-flex: 15%;
        flex: 15%;
        padding: 0 3px; }
      body section .gallery .row .column img {
        margin-top: 8px;
        vertical-align: middle; }
        body section .gallery .row .column img:hover {
          cursor: pointer;
          opacity: 0.7; }
      body section .gallery .full {
        position: fixed;
        z-index: 20;
        width: 100%;
        height: 100%;
        padding: auto;
        left: 0;
        top: 0;
        background-color: rgba(0, 0, 0, 0.8); }
      body section .gallery .full:hover {
        cursor: pointer;
        opacity: 1.0; }
      body section .gallery .fullSize {
        position: fixed;
        display: block;
        max-height: 90%;
        max-width: 90%;
        top: 50%;
        left: 63%;
        transform: translate(-50%, -50%); }
      body section .gallery .fullSize:hover {
        opacity: 1.0; }

@media screen and (max-width: 425px) {
  body header {
    background-color: #B1CDEB; }
    body header .menu, body header .slide {
      display: none; }
    body header .menu2 {
      position: relative;
      display: contents;
      position: fixed;
      width: 462px;
      background-image: none;
      height: 768px; }
      body header .menu2 a {
        text-decoration: none;
        color: #043553; }
      body header .menu2 img {
        padding: 10% 0 10% 20%; }
      body header .menu2 .menuG {
        background-color: #B1CDEB;
        color: #043553;
        width: 200px;
        padding: 5px 0 0 50px;
        font-size: 25px;
        list-style: none; }
        body header .menu2 .menuG li:hover {
          color: white; }
        body header .menu2 .menuG .submenu {
          font-size: 20px;
          list-style: none;
          padding-left: 15px;
          display: block;
          padding: 8px; }
          body header .menu2 .menuG .submenu li:hover {
            background-color: #043553;
            color: white; }
          body header .menu2 .menuG .submenu a:hover {
            background-color: #043553;
            color: white; }
      body header .menu2 .menuG > li.active {
        background-color: #E1EAF9; }
      body header .menu2 p {
        color: #043553;
        padding-top: 30%;
        padding-left: 10%;
        font-size: 16px; }
  body section {
    width: 375px;
    margin-left: 0px; }
    body section .slide {
      display: none; }
    body section .gallery {
      position: relative;
      z-index: 0;
      width: 100%;
      margin-left: 0%;
      text-align: center; }
      body section .gallery h2 {
        font-size: 24px;
        padding-top: 2%; }
      body section .gallery .fullSize {
        position: fixed;
        display: block;
        max-height: 90%;
        max-width: 90%;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%); }
    body section .CV, body section .CVisite {
      width: 70%;
      padding: 15% 0 0 15%; } }

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