@import url("https://fonts.googleapis.com/css?family=DM+Sans:400,500,700&display=swap");
/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
  display: block; }

audio, canvas, progress, video {
  display: inline-block; }

audio:not([controls]) {
  display: none;
  height: 0; }

progress {
  vertical-align: baseline; }

[hidden], template {
  display: none; }

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects; }

a:active, a:hover {
  outline-width: 0; }

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted; }

b, strong {
  font-weight: inherit; }

b, strong {
  font-weight: bolder; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: .67em 0; }

mark {
  background-color: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

img {
  border-style: none; }

svg:not(:root) {
  overflow: hidden; }

code, kbd, pre, samp {
  font-family: monospace,monospace;
  font-size: 1em; }

figure {
  margin: 1em 40px; }

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

button, input, optgroup, select, textarea {
  font: inherit;
  margin: 0; }

optgroup {
  font-weight: 700; }

button, input {
  overflow: visible; }

button, select {
  text-transform: none; }

[type=reset], [type=submit], button, html [type=button] {
  -webkit-appearance: button; }

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0; }

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
  outline: 1px dotted ButtonText; }

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: .35em .625em .75em; }

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal; }

textarea {
  overflow: auto; }

[type=checkbox], [type=radio] {
  box-sizing: border-box;
  padding: 0; }

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto; }

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px; }

[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-input-placeholder {
  color: inherit;
  opacity: .54; }

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit; }

* {
  box-sizing: border-box; }

body {
  margin: 0;
  width: 100%;
  font-family: 'DM-sans', sans-serif; }

.header {
  font-size: 24px;
  text-align: center; }

.container {
  width: 100%;
  max-width: 100vw;
  margin: 0 auto;
  padding: 40px 0 0; }

.content {
  display: flex;
  flex-wrap: wrap;
  margin-top: 40px;
  padding: 0 30px; }

.wrapper {
  width: 33.3%;
  height: 100%;
  padding: 10px; }

.box {
  position: relative;
  max-height: 300px;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0 1.4px 1.7px rgba(0, 0, 0, 0.017), 0 3.3px 4px rgba(0, 0, 0, 0.024), 0 6.3px 7.5px rgba(0, 0, 0, 0.03), 0 11.2px 13.4px rgba(0, 0, 0, 0.036), 0 20.9px 25.1px rgba(0, 0, 0, 0.043), 0 50px 60px rgba(0, 0, 0, 0.06); }
  .box .hide {
    opacity: 0; }
  .box .frame {
    position: absolute;
    border: 1px solid #fff;
    z-index: 2;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
  .box h2, .box p {
    position: absolute;
    color: #fff;
    z-index: 2;
    width: 100%;
    transition: opacity 0.2s, transform 0.3s; }
  .box h2 {
    font-weight: 500;
    font-size: 22px;
    margin-bottom: 0;
    letter-spacing: 1px; }
  .box p {
    bottom: 0;
    font-size: 14px;
    letter-spacing: 1px; }
  .box:hover {
    transition: all .3s ease-in-out; }
  .box:hover:before {
    transition: all .3s ease-in-out; }
  .box img {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    transition: all .3s ease-in-out; }
    .box img:hover {
      transition: all .3s ease-in-out; }
    .box img:after {
      content: '';
      position: absolute;
      background-color: rgba(0, 0, 0, 0.6);
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      opacity: 0; }
    .box img:hover {
      transition: all .3s ease-in-out; }

.zoom-out .frame {
  width: calc(100% - 100px);
  height: calc(100% - 100px);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 40px);
  height: calc(100% - 40px); }
.zoom-out h2 {
  font-size: 20px;
  font-weight: 400;
  margin-left: 10px;
  letter-spacing: 1px;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.7); }
.zoom-out span {
  font-size: 24px;
  font-weight: 500; }
.zoom-out p {
  max-width: 90%;
  text-align: right;
  margin: 10px;
  right: 0; }
.zoom-out img {
  transform: scale(1.1); }
.zoom-out:hover img {
  transform: scale(1);
  filter: contrast(70%); }

.clearfix::after {
  content: "";
  clear: both;
  display: table; }

.link-media {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.container-video {
  background: #efefef;
  position: top;
  margin: 0 auto;
  padding: 25px;
  max-height: 90vh !important;
  width: 90%;
  max-width: 1500px; }
  .container-video .column-main {
    position: relative;
    float: left;
    margin: 0;
    width: 60%; }
  .container-video video {
    max-width: 100%;
    max-height: 100%; }
  .container-video .column-side {
    position: relative;
    float: right;
    padding-top: 30px;
    width: 37% !important; }
    .container-video .column-side h1 {
      text-align: left;
      border-top: solid 1px #ccc;
      border-bottom: solid 1px #ccc;
      padding: 15px 0; }
    .container-video .column-side h3 {
      margin: 0;
      color: #999; }

hr {
  clear: both;
  height: 1px;
  background: #ccc;
  border: none;
  margin: 10px 0 !important; }

#footer {
  background: #eee;
  margin: 30px 0 0 0;
  padding: 30px;
  text-align: center;
  color: #333;
  font-size: 12px; }

#ScrollTop {
  position: fixed;
  z-index: 2000;
  content: hidden;
  bottom: 40px;
  right: 40px;
  padding: 0;
  width: 50px;
  height: 50px;
  background: #D99E32;
  background-image: url(layout/ScrollTop.png);
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 27px; }

#ScrollTop:hover {
  background-color: #cb8320; }

.summary {
  display: block;
  position: relative;
  width: 90%;
  margin: 0 auto;
  padding: 20px 0 20px 0;
  text-align: center; }

.overlay {
  position: fixed;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  z-index: 100;
  background-color: rgba(0, 0, 0, 0.9);
  opacity: 0.9;
  display: none; }

.close {
  position: fixed;
  top: 30px;
  right: 30px;
  width: 16px;
  height: 16px;
  z-index: 9999;
  display: none;
  cursor: pointer; }

.main-vid-box {
  position: fixed;
  width: 100%;
  height: 100vh;
  display: none;
  top: 0px;
  left: 0px;
  z-index: 999; }

.videoWrapper {
  position: relative;
  z-index: 999;
  background-color: #000;
  width: 100%;
  height: 100%;
  margin: 0 auto; }

.videoWrapper video {
  position: relative;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100% !important;
  height: 100% !important;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-width: 40px;
  border-style: solid;
  border-color: transparent; }

.align-center {
  text-align: center !important; }

.bouton {
  background: #D99E32;
  padding: 8px 20px;
  border-radius: 20px;
  color: #fff !important;
  text-decoration: none; }

.bouton:hover {
  background: #cb8320; }

.bouton:active {
  background: #0476b3; }

@media screen and (max-width: 880px) {
  .wrapper {
    width: 50%; } }
@media screen and (max-width: 520px) {
  .wrapper {
    width: 100%; } }
