@charset "UTF-8";
@import url("http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,700italic,300,400,700");
@import url("https://fonts.googleapis.com/css2?family=Tourney:ital,wght@0,100;0,400;0,900;1,100;1,400;1,900&display=swap");
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*Variables*/
.bg-color, .button a {
  background-image: linear-gradient(#ffc107 0%, #ffa21a 100%);
}

@media (max-width: 500px) {
  #right-gradient {
    display: none;
  }
  #left-gradient {
    display: none;
  }
}
/*Cursor*/
* {
  cursor: url(../images/cursor-main.png), auto !important;
}

a:default, a:active, a:hover, a:link, a:visited {
  cursor: url(../images/cursor-main.png), auto !important;
}

/*ScrollBar*/
::-webkit-scrollbar {
  width: 10px;
  background-color: #333;
}

::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  background-color: #333;
}

::-webkit-scrollbar-thumb {
  background-color: rgba(255, 193, 7, 0.4901960784);
  border: 1px solid #333;
  border-radius: 5px;
}

::-webkit-scrollbar-thumb {
  border-radius: 8px;
}

/*Default*/
body {
  font-family: "Open Sans", roboto, cursive, arial;
  font-size: 18px;
  /*    background: linear-gradient(to bottom, #313131cf 0%,#FFC107 2000px,#FF9800 100%), url("../images/espace.jpeg");*/
  color: #111111;
  /*    background: #ffc107b3;*/
  background-image: linear-gradient(to bottom, #2b2b2b 10%, #0c0c0c 100%);
}

a:checked, a:active, a:focus, a:hover {
  border: none;
  box-shadow: none;
}

p, h1, h2, h3, h4, h5, li, a {
  color: #ffffff;
}

p {
  font-size: 1.1rem;
  line-height: 1.5rem;
}

h1 {
  font-size: 2rem;
}

h2 {
  font-size: 1.8rem;
}

h3 {
  font-size: 1.6rem;
}

h4 {
  font-size: 1.4rem;
}

h5 {
  font-size: 1.3rem;
}

li {
  font-size: 1.1rem;
  line-height: 1.5rem;
}

ul.bullets li {
  list-style: none;
  margin-left: 1rem;
  margin-bottom: 0.25rem;
  /*    list-style-type: "○";*/
}
ul.bullets li::before {
  content: "▪";
  font-size: 1.5rem;
  color: #ffc107;
  margin-right: 1rem;
}

main {
  min-height: 80vh;
}

.button a {
  font-size: 1.4rem;
  height: 3rem;
  min-width: 10rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  -webkit-clip-path: polygon(0 0, 90% 0, 100% 30%, 100% 100%, 0 100%);
  clip-path: polygon(0 0, 90% 0, 100% 30%, 100% 100%, 0 100%);
  border: 1px solid rgba(255, 228, 0, 0.65);
  color: #111;
  /*        background-image: linear-gradient(#ffd350 0%, #FFC107 100%);*/
  text-decoration: none;
}
.button a:hover {
  background-color: #cf9c00;
  color: #fff;
  transition: background 1s ease-out 0s;
  border-bottom: 2px solid #fff;
}

.title {
  position: relative;
  font-size: 2rem;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  font-weight: 400;
  margin: 4rem 0 1rem 0;
}
.title::before {
  content: "";
  min-height: 1.5rem;
  width: 0.3rem;
  background-color: #ffc107;
  margin-right: 1rem;
  margin-top: 0.1rem;
}

.separ-bloc-border {
  border-image: radial-gradient(#ffc107 70%, #e68900 80%, #000 100%) 1;
  border-top: 2px solid;
  border-width: 1px 0 1px 0;
}

#right-gradient {
  position: fixed;
  top: 0;
  right: 0;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.95));
  height: 100%;
  z-index: 2;
  width: 150px;
}

#left-gradient {
  position: fixed;
  top: 0;
  left: 0;
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.95));
  height: 100%;
  z-index: 2;
  width: 150px;
}

.teaser__logo {
  background: transparent url(../images/logo-foreign-jaune-01.png) no-repeat center top;
  background-size: 100%;
  height: 45px;
  width: 350px;
  display: block;
  text-indent: -999em;
  overflow: hidden;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
  margin: 1rem 0 1rem 0;
}

.teaser__logo-blanc {
  background: transparent url(../images/logo-foreign-2.png) no-repeat center top;
  background-size: 100%;
  height: 45px;
  width: 350px;
  display: block;
  text-indent: -999em;
  overflow: hidden;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
  margin: 1rem 0 1rem 0;
}

footer {
  border-image: radial-gradient(#ffc107 70%, #4a2b00 95%) 1;
  border-top: 2px solid;
  border-width: 1px 0 1px 0;
  background: #101010;
  min-height: 20vh;
}

.top-corner {
  position: absolute;
  display: block;
  margin-left: -12px;
}

.top-corner:before {
  content: "";
  display: block;
  position: relative;
  width: 30px;
  height: 30px;
  border: 3px solid #ffc107;
  border-bottom-color: transparent;
  border-right-color: transparent;
  border-left-color: #ffc107;
  border-top-color: #ffc107;
  right: 0;
  /*    -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease;*/
}

.bottom-corner {
  position: relative;
  display: block;
  margin-top: -30px;
}

.bottom-corner:before {
  content: "";
  display: block;
  position: absolute;
  width: 30px;
  height: 30px;
  border: 3px solid #ffc107;
  border-top-color: transparent;
  border-left-color: transparent;
  border-right-color: #ffc107;
  border-bottom-color: #ffc107;
  right: 0;
  /*    -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease;*/
}

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