/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
* 1. Set default font family to sans-serif.
* 2. Prevent iOS text size adjust after orientation change, without disabling
*    user zoom.
*/
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
* Remove default margin.
*/
body {
  margin: 0;
}

/* HTML5 display definitions
    ========================================================================== */
/**
* Correct `block` display not defined for any HTML5 element in IE 8/9.
* Correct `block` display not defined for `details` or `summary` in IE 10/11
* and Firefox.
* Correct `block` display not defined for `main` in IE 11.
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
* 1. Correct `inline-block` display not defined in IE 8/9.
* 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
*/
audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
* Prevent modern browsers from displaying `audio` without controls.
* Remove excess height in iOS 5 devices.
*/
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
* Address `[hidden]` styling not present in IE 8/9/10.
* Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
*/
[hidden],
template {
  display: none;
}

/* Links
    ========================================================================== */
/**
* Remove the gray background color from active links in IE 10.
*/
a {
  background-color: transparent;
}

/**
* Improve readability when focused and also mouse hovered in all browsers.
*/
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
    ========================================================================== */
/**
* Address styling not present in IE 8/9/10/11, Safari, and Chrome.
*/
abbr[title] {
  border-bottom: 1px dotted;
}

/**
* Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
*/
b,
strong {
  font-weight: bold;
}

/**
* Address styling not present in Safari and Chrome.
*/
dfn {
  font-style: italic;
}

/**
* Address variable `h1` font-size and margin within `section` and `article`
* contexts in Firefox 4+, Safari, and Chrome.
*/
h1 {
  font-size: 1.8em;
}

/**
* Address styling not present in IE 8/9.
*/
mark {
  background: #ff0;
  color: #000;
}

/**
* Address inconsistent and variable font size in all browsers.
*/
small {
  font-size: 80%;
}

/**
* Prevent `sub` and `sup` affecting `line-height` in all browsers.
*/
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
    ========================================================================== */
/**
* Remove border when inside `a` element in IE 8/9/10.
*/
img {
  border: 0;
}

/**
* Correct overflow not hidden in IE 9/10/11.
*/
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
    ========================================================================== */
/**
* Address margin not present in IE 8/9 and Safari.
*/
figure {
  margin: 1em 40px;
}

/**
* Address differences between Firefox and other browsers.
*/
hr {
  box-sizing: content-box;
  height: 0;
}

/**
* Contain overflow in all browsers.
*/
pre {
  overflow: auto;
}

/**
* Address odd `em`-unit font size rendering in all browsers.
*/
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
    ========================================================================== */
/**
* Known limitation: by default, Chrome and Safari on OS X allow very limited
* styling of `select`, unless a `border` property is set.
*/
/**
* 1. Correct color not being inherited.
*    Known issue: affects color of disabled elements.
* 2. Correct font properties not being inherited.
* 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
*/
button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
* Address `overflow` set to `hidden` in IE 8/9/10/11.
*/
button {
  overflow: visible;
}

/**
* Address inconsistent `text-transform` inheritance for `button` and `select`.
* All other form control elements do not inherit `text-transform` values.
* Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
* Correct `select` style inheritance in Firefox.
*/
button,
select {
  text-transform: none;
}

/**
* 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
*    and `video` controls.
* 2. Correct inability to style clickable `input` types in iOS.
* 3. Improve usability and consistency of cursor style between image-type
*    `input` and others.
*/
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
* Re-set default cursor for disabled elements.
*/
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
* Remove inner padding and border in Firefox 4+.
*/
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
* Address Firefox 4+ setting `line-height` on `input` using `!important` in
* the UA stylesheet.
*/
input {
  line-height: normal;
}

/**
* It's recommended that you don't attempt to style these elements.
* Firefox's implementation doesn't respect box-sizing, padding, or width.
*
* 1. Address box sizing set to `content-box` in IE 8/9/10.
* 2. Remove excess padding in IE 8/9/10.
*/
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
* Fix the cursor style for Chrome's increment/decrement buttons. For certain
* `font-size` values of the `input`, it causes the cursor style of the
* decrement button to change from `default` to `text`.
*/
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
* 1. Address `appearance` set to `searchfield` in Safari and Chrome.
* 2. Address `box-sizing` set to `border-box` in Safari and Chrome
*    (include `-moz` to future-proof).
*/
input[type=search] {
  -webkit-appearance: textfield; /* 1 */ /* 2 */
  box-sizing: content-box;
}

/**
* Remove inner padding and search cancel button in Safari and Chrome on OS X.
* Safari (but not Chrome) clips the cancel button when the search input has
* padding (and `textfield` appearance).
*/
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

select::-ms-expand {
  display: none;
}

/**
* Define consistent border, margin, and padding.
*/
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
* 1. Correct `color` not being inherited in IE 8/9/10/11.
* 2. Remove padding so people aren't caught out if they zero out fieldsets.
*/
legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
* Remove default vertical scrollbar in IE 8/9/10/11.
*/
textarea {
  overflow: auto;
}

/**
* Don't inherit the `font-weight` (applied by a rule above).
* NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
*/
optgroup {
  font-weight: bold;
}

/* Tables
    ========================================================================== */
/**
* Remove most spacing between table cells.
*/
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

* {
  box-sizing: border-box;
  font-family: "Fira Code", monospace;
  padding: 0;
  margin: 0;
  font-size: 1em;
}

::-webkit-scrollbar {
  background: rgba(0, 0, 0, 0);
  height: 6px;
  width: 6px;
}

::-webkit-scrollbar-thumb {
  background: #cccccc;
  border-radius: 3px;
}

html, body {
  height: 100%;
  width: 100%;
}

html {
  overflow: hidden;
}

body {
  position: relative;
  background-color: #3f4763;
  background: linear-gradient(141deg, #3f4763 30%, #7d4f85 100%);
  color: #cccccc;
  overflow-y: auto;
}

header {
  height: 220px;
  color: #f5f6f7;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
header #nav {
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  margin-top: 15px;
}
header #nav #nav-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  border-radius: 20px;
  padding: 10px 20px;
  font-size: 1em;
  line-height: 1em;
  font-weight: bold;
  text-transform: uppercase;
  background-color: #f5f6f7;
  color: #3f4763;
  cursor: pointer;
}
header #nav #nav-btn img {
  height: 1em;
  margin-right: 10px;
}
header #nav nav {
  position: absolute;
  visibility: hidden;
  width: 250px;
  top: 125%;
  left: 50%;
  z-index: 1;
  margin-left: -125px;
  padding: 10px;
  border-radius: 5px;
  background-color: #f5f6f7;
  text-align: center;
}
header #nav nav a {
  display: block;
  color: #3f4763;
  text-transform: uppercase;
  text-decoration: none;
  margin-bottom: 10px;
  font-size: 1em;
  font-weight: bold;
}
header #nav nav a:last-child {
  margin-bottom: 0;
}
header #nav nav a:hover {
  text-decoration: underline;
}
header #nav nav::before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent #f5f6f7 transparent;
}
header #nav .nav-open {
  visibility: visible;
  animation: navAnim 0.75s;
}
header .titre {
  text-align: center;
  font-family: "Sacramento";
  font-size: 3em;
}

section {
  min-height: calc(100vh - 250px);
  padding: 10px 15vw;
}

footer {
  height: 30px;
  border-top: 3px solid rgba(255, 255, 255, 0.1);
  font-size: 0.9em;
  color: #cccccc;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (max-width: 920px) {
  section {
    padding: 10px;
  }
}
@media (max-width: 680px) {
  #page {
    height: auto;
  }
}
@media (min-width: 1580px) {
  * {
    font-size: 1.1em;
  }
  header {
    height: 350px;
  }
  header #nav {
    margin-top: 15px;
  }
  header #nav #nav-btn {
    height: 60px;
    border-radius: 30px;
    padding: 10px 50px;
  }
  header #nav #nav-btn img {
    margin-right: 15px;
  }
  header #nav nav {
    width: 450px;
    margin-left: -225px;
    padding: 10px;
    border-radius: 5px;
  }
  header #nav nav a {
    margin-bottom: 10px;
  }
  header #nav nav::before {
    margin-left: -10px;
    border-width: 10px;
  }
  header #nav .nav-open {
    visibility: visible;
    animation: navAnim 0.75s;
  }
  section {
    min-height: calc(100vh - 400px);
  }
  footer {
    height: 50px;
    border-top: 3px solid rgba(255, 255, 255, 0.1);
  }
}
@keyframes navAnim {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
#gal {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 0;
}
#gal .photo-gal {
  position: relative;
  width: calc((100% - 40px) / 3);
  height: calc((100vw - (40px + 30vw)) / 3);
  margin-bottom: 20px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
}
#gal .photo-gal.large {
  width: calc((100% - 40px) / 3 * 2 + 20px);
}
#gal .photo-gal .infos {
  display: none;
  width: 0;
  height: calc((100vw - (40px + 30vw)) / 3);
  position: absolute;
  top: calc(100% + 20px);
  background-color: #727faf;
  cursor: default;
}
#gal .photo-gal .infos.l {
  left: 0;
}
#gal .photo-gal .infos.r {
  right: 0;
}
#gal .photo-gal .infos .container {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-start;
}
#gal .photo-gal .infos .container img {
  height: calc(100% - 20px);
  margin: 10px;
}
#gal .photo-gal .infos .container .texte {
  height: calc(100% - 55px);
  margin: 10px;
  margin-top: 45px;
  overflow-y: auto;
  color: #f5f6f7;
  font-size: 0.9em;
}
#gal .photo-gal .infos .container .texte a, #gal .photo-gal .infos .container .texte span {
  color: #cccccc;
  word-break: break-all;
}
#gal .photo-gal .infos .close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 25px;
  cursor: pointer;
}
#gal .infos-photo {
  display: none;
  width: 100%;
  height: calc((100vw - (40px + 30vw)) / 3);
  margin-bottom: 20px;
}

@media (max-width: 920px) {
  #gal {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 0;
  }
  #gal .photo-gal {
    width: calc((100% - 20px) / 3);
    height: calc((100vw - 40px) / 3);
    margin-bottom: 10px;
  }
  #gal .photo-gal.large {
    width: calc((100% - 20px) / 3 * 2 + 10px);
  }
  #gal .photo-gal .infos {
    display: none;
    width: 0;
    height: calc((100vw - 40px) / 3);
    position: absolute;
    top: calc(100% + 10px);
  }
  #gal .infos-photo {
    display: none;
    width: 100%;
    height: calc((100vw - 40px) / 3);
    margin-bottom: 10px;
  }
}
@media (max-width: 480px) {
  #gal .photo-gal .infos {
    height: calc((100vw - 40px) / 2);
  }
  #gal .photo-gal .infos .container {
    display: flex;
    align-items: center;
  }
  #gal .photo-gal .infos .container img {
    height: auto;
    max-height: calc(100% - 20px);
    max-width: 40%;
    margin: 10px;
  }
  #gal .infos-photo {
    display: none;
    width: 100%;
    height: calc((100vw - 40px) / 2);
    margin-bottom: 10px;
  }
}
#portfolio .graphisme, #portfolio .developpement, #portfolio .video {
  margin-bottom: 20px;
}
#portfolio .graphisme:last-child, #portfolio .developpement:last-child, #portfolio .video:last-child {
  margin-bottom: 0;
}
#portfolio .graphisme .introduction, #portfolio .graphisme .tuiles, #portfolio .graphisme .dyptique, #portfolio .developpement .introduction, #portfolio .developpement .tuiles, #portfolio .developpement .dyptique, #portfolio .video .introduction, #portfolio .video .tuiles, #portfolio .video .dyptique {
  width: 100%;
  margin-bottom: 20px;
}
#portfolio .graphisme .tuiles, #portfolio .graphisme .dyptique, #portfolio .developpement .tuiles, #portfolio .developpement .dyptique, #portfolio .video .tuiles, #portfolio .video .dyptique {
  height: calc((100vw - (40px + 30vw)) / 3);
}
#portfolio .graphisme .introduction, #portfolio .developpement .introduction, #portfolio .video .introduction {
  background-color: #727faf;
  color: #f5f6f7;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
#portfolio .graphisme .introduction .titre, #portfolio .developpement .introduction .titre, #portfolio .video .introduction .titre {
  text-align: center;
  font-family: "Sacramento";
  font-size: 2.5em;
  line-height: 1.3em;
  width: 100%;
}
#portfolio .graphisme .introduction .texte, #portfolio .developpement .introduction .texte, #portfolio .video .introduction .texte {
  max-height: calc(100% - 3.25em);
  width: 100%;
  overflow: auto;
}
#portfolio .graphisme .introduction .texte .t, #portfolio .developpement .introduction .texte .t, #portfolio .video .introduction .texte .t {
  font-size: 0.9em;
  text-align: center;
}
#portfolio .graphisme .fin, #portfolio .developpement .fin, #portfolio .video .fin {
  background-color: #727faf;
  color: #f5f6f7;
  padding: 10px;
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#portfolio .graphisme .fin .texte, #portfolio .developpement .fin .texte, #portfolio .video .fin .texte {
  max-height: 100%;
  width: 100%;
  overflow: auto;
  font-size: 0.9em;
  text-align: center;
}
#portfolio .graphisme .tuiles {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0;
}
#portfolio .graphisme .tuiles .illustration {
  width: calc((100% - 40px) / 3);
  height: calc((100vw - (40px + 30vw)) / 3);
  margin-bottom: 20px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
#portfolio .graphisme .diptyque {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  height: auto;
  margin-bottom: 0;
}
#portfolio .graphisme .diptyque > img {
  display: block;
  width: calc((100% - 20px) / 2);
  height: auto;
}
#portfolio .graphisme .open-gal {
  cursor: pointer;
}
#portfolio .developpement .tuiles {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0;
}
#portfolio .developpement .tuiles .visuel {
  width: calc((100% - 40px) / 3 * 2 + 20px);
  height: calc((100vw - (40px + 30vw)) / 3);
  margin-bottom: 20px;
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
}
#portfolio .developpement .tuiles .lien {
  width: calc((100% - 40px) / 3);
  height: calc((100vw - (40px + 30vw)) / 3);
  margin-bottom: 20px;
  background-color: #727faf;
  color: #f5f6f7;
  text-decoration: none;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  cursor: pointer;
}
#portfolio .developpement .tuiles .lien .icon {
  max-width: 25%;
  margin-bottom: 5%;
}
#portfolio #visioneuse-photo {
  background-color: rgba(0, 0, 0, 0.6);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
#portfolio #visioneuse-photo .carroussel-insta {
  max-width: 90vmin;
  max-height: 90vmin;
}
#portfolio #visioneuse-photo .carroussel-insta .bloc-photos > div {
  max-height: 100%;
  max-width: 100%;
  align-items: center;
  justify-content: center;
  background-color: #727faf;
}
#portfolio #visioneuse-photo .carroussel-insta .bloc-photos > div img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}
#portfolio #visioneuse-site {
  background-color: rgba(0, 0, 0, 0.6);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
#portfolio #visioneuse-site #contenu {
  width: 80vmin;
  max-height: 80vh;
  overflow-y: auto;
  padding-right: 5px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}
#portfolio #visioneuse-site #contenu .block {
  height: calc((80vmin - 40px) / 3);
  margin-bottom: 15px;
  background-color: #727faf;
}
#portfolio #visioneuse-site #contenu .block.big-image {
  width: 100%;
  height: auto;
}
#portfolio #visioneuse-site #contenu .block.a {
  width: 100%;
}
#portfolio #visioneuse-site #contenu .block.b {
  width: calc((80vmin - 40px) / 3 * 2 + 15px);
}
#portfolio #visioneuse-site #contenu .block.c {
  width: calc((80vmin - 40px) / 3);
}
#portfolio #visioneuse-site #contenu .block.titre {
  color: #f5f6f7;
  padding: 20px;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-family: "Sacramento";
  font-size: 2.5em;
  line-height: 1.3em;
}
#portfolio #visioneuse-site #contenu .block.lien {
  color: #f5f6f7;
  text-decoration: none;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}
#portfolio #visioneuse-site #contenu .block.lien .icon {
  max-width: 25%;
  margin-bottom: 5%;
}
#portfolio #visioneuse-site #contenu .block.techno {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  text-align: center;
}
#portfolio #visioneuse-site #contenu .block.desc {
  padding: 20px;
  text-align: center;
  color: #f5f6f7;
  height: auto;
}
#portfolio #visioneuse-site #contenu .block.date {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  text-align: center;
  height: auto;
}

@media (max-width: 920px) {
  #portfolio .graphisme, #portfolio .developpement, #portfolio .video {
    margin-bottom: 10px;
  }
  #portfolio .graphisme .tuiles, #portfolio .developpement .tuiles, #portfolio .video .tuiles {
    height: calc((100vw - 20px) / 3);
    width: 100%;
    margin-bottom: 10px;
  }
  #portfolio .graphisme .fin, #portfolio .developpement .fin, #portfolio .video .fin {
    margin-top: 10px;
  }
  #portfolio .graphisme .tuiles .illustration {
    width: calc((100% - 20px) / 3);
    height: 100%;
    margin-bottom: 10px;
  }
  #portfolio .graphisme .diptyque > img {
    width: calc((100% - 10px) / 2);
  }
  #portfolio .developpement .tuiles .visuel {
    width: calc((100% - 20px) / 3 * 2 + 10px);
    height: 100%;
  }
  #portfolio .developpement .tuiles .lien {
    width: calc((100% - 20px) / 3);
    height: 100%;
  }
}
#contact .titre-2 {
  font-size: 1em;
  font-weight: bold;
  color: #f5f6f7;
  margin-bottom: 10px;
}
#contact .message {
  height: auto;
}

form {
  padding: 10px;
}

.btn, .inp {
  padding: 5px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: none;
  height: 40px;
  line-height: 30px;
  width: 100%;
  border-radius: 10px;
  text-decoration: none;
  text-align: center;
  color: #000;
}
.btn.a, .inp.a {
  border-radius: 10px;
  width: 75px;
  height: 75px;
}
.btn.b, .inp.b {
  border-radius: 10px;
  width: 75px;
  height: 75px;
}
.btn.c, .inp.c {
  border-radius: 10px;
  width: 150px;
  height: 40px;
}
.btn.d, .inp.d {
  border-radius: 10px;
  width: 100%;
  height: auto;
  text-align: left;
}

.btn {
  cursor: pointer;
  width: auto;
  background-color: #fff;
  color: #000;
  font-weight: bold;
}
.btn:hover {
  background-color: #c7c7c7;
}

.inp90 {
  width: 90%;
}

.inp {
  text-align: left;
  margin-bottom: 10px;
  padding-left: 10px;
}
.inp input {
  background-color: transparent;
  border: none;
  width: 100%;
  height: 100%;
  outline: none;
}

.switch {
  height: 30px;
  width: 60px;
  border-radius: 15px;
  position: relative;
  cursor: pointer;
  margin: 5px;
  display: inline-block;
  background-color: #cccccc;
}
.switch .texte {
  font-size: 15px;
  line-height: 30px;
  font-weight: bold;
  margin: 0 10px;
  color: #3f4763;
}
.switch .texte-on {
  float: left;
}
.switch .texte-off {
  float: right;
}
.switch .dot {
  height: 20px;
  width: 20px;
  position: absolute;
  top: 5px;
  bottom: 5px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #3f4763;
}
.switch.switch-off .dot {
  right: auto;
  left: 5px;
}
.switch.switch-off .dot .picto-on {
  display: none;
}
.switch.switch-off .dot .picto-off {
  display: block;
}
.switch.switch-off .texte-on {
  display: none;
}
.switch.switch-on .dot {
  right: 5px;
  left: auto;
}
.switch.switch-on .dot .picto-on {
  display: block;
}
.switch.switch-on .dot .picto-off {
  display: none;
}
.switch.switch-on .texte-off {
  display: none;
}

h1, h2, h3, h4, h5, h6 {
  color: #f5f6f7;
  margin-bottom: 10px;
}

p, a {
  color: #cccccc;
}

a:hover {
  text-decoration: underline;
}

p {
  white-space: pre-line;
}

.tac {
  text-align: center;
}

.flex-center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.w100 {
  width: 100%;
}

.carroussel-insta {
  position: relative;
  overflow: hidden;
  border-radius: 5px;
}
.carroussel-insta .arrow {
  position: absolute;
  height: 7%;
  bottom: 20px;
  width: auto;
  cursor: pointer;
}
.carroussel-insta .arrow.arrow-left {
  left: 20px;
}
.carroussel-insta .arrow.arrow-right {
  right: 20px;
}
.carroussel-insta .bloc-photos {
  display: flex;
  white-space: nowrap;
  position: relative;
  transition-duration: 0.3s;
  left: 0;
}
.carroussel-insta .bloc-photos div {
  width: 100%;
  border-radius: 0px;
  cursor: default;
  flex-shrink: 0;
  display: flex;
}
.carroussel-insta .bloc-photos div img {
  width: 100%;
  border-radius: 0px;
  cursor: default;
  height: 100%;
}

@media (max-width: 620px) {
  .carroussel-insta .arrow {
    height: 15%;
    bottom: 10px;
  }
  .carroussel-insta .arrow.arrow-left {
    left: 10px;
  }
  .carroussel-insta .arrow.arrow-right {
    right: 10px;
  }
}/*# sourceMappingURL=style.css.map */