/* http://meyerweb.com/eric/tools/css/reset/
   v2.0-modified | 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;
}

/* make sure to set some focus styles for accessibility */
:focus {
    outline: 0;
}

/* 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;
}

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

input[type=search] {
    -webkit-appearance: none;
    -moz-appearance: none;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

textarea {
    overflow: auto;
    vertical-align: top;
    resize: vertical;
}

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */

audio,
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    max-width: 100%;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

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

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */

[hidden] {
    display: none;
}

/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
    font-size: 100%; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
    -ms-text-size-adjust: 100%; /* 2 */
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */

a:focus {
    outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

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

/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */

img {
    border: 0; /* 1 */
    -ms-interpolation-mode: bicubic; /* 2 */
}

/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */

figure {
    margin: 0;
}

/**
 * Correct margin displayed oddly in IE 6/7.
 */

form {
    margin: 0;
}

/**
 * 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 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */

legend {
    border: 0; /* 1 */
    padding: 0;
    white-space: normal; /* 2 */
    *margin-left: -7px; /* 3 */
}

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */

button,
input,
select,
textarea {
    font-size: 100%; /* 1 */
    margin: 0; /* 2 */
    vertical-align: baseline; /* 3 */
    *vertical-align: middle; /* 3 */
}

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

button,
input {
    line-height: normal;
}

/**
 * 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 Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */

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.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button; /* 2 */
    cursor: pointer; /* 3 */
    *overflow: visible;  /* 4 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
    cursor: default;
}

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
    *height: 13px; /* 3 */
    *width: 13px; /* 3 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; /* 2 */
    box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */

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

/**
 * Remove inner padding and border in Firefox 3+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */

textarea {
    overflow: auto; /* 1 */
    vertical-align: top; /* 2 */
}

/**
 * Remove most spacing between table cells.
 */

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

html,
button,
input,
select,
textarea {
    color: #222;
}


::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

img {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}


/*------------------ VARIABLE ----------------------- */
/* anton font */
@font-face {
  font-family: 'Dosis';
  src: url(/static/mondorama/fonts/Dosis-Regular.woff2?d4d581decc65) format('woff2');
}
/* anton font */
@font-face {
  font-family: 'Anton';
  font-style: normal;
  font-weight: 400;
  src: url(/static/mondorama/fonts/anton.woff?d4d581decc65) format('woff');
}
/* material icons */
@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url(/static/mondorama/fonts/MaterialIcons-Regular.woff2?d4d581decc65) format('woff2');
}
.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
/*------------------ MAIN ----------------------- */
.icon {
  font-family: 'Material Icons';
  position: relative;
  top: 1px;
  margin-right: 2px;
}
.icon.icon-watch:before {
  content: '\e8b5';
}
.icon.icon-edit:before {
  content: '\e254';
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.clear {
  clear: both;
}
a {
  text-decoration: none;
}
strong {
  font-weight: bold;
}
.bold {
  font-weight: bold;
}
a:focus {
  outline: none;
}
div.rich-text-block p {
  line-height: 30px;
}
div.rich-text-block em {
  font-style: italic;
}
div.article-info {
  margin-top: 15px;
}
div.article-info p {
  margin-top: 10px;
}
div.article-info a.tag,
div.article-info p {
  color: grey;
  font-size: 14px;
}
body {
  background-color: #ffffff;
  font-family: 'Dosis', sans-serif;
  font-weight: normal;
  font-size: 100%;
  overflow-x: hidden;
}
.header {
  width: 100%;
  height: 60px;
  position: fixed;
  top: 0;
  background: #fff;
  z-index: 100;
}
#logo {
  position: absolute;
  left: 5vw;
  top: 14px;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  z-index: 5;
}
#logo a {
  display: block;
  width: 175px;
  height: 30px;
  background: url(/static/mondorama/img/logo-mondorama.svg?d4d581decc65) no-repeat left top;
  transition: 0.3s;
}
#logo a:hover {
  background: url(/static/mondorama/img/logo-mondorama-hover.svg?d4d581decc65) no-repeat left top;
}
/* for accessibility reasons - without styles variant*/
#logo a span {
  display: none;
}
.content {
  margin-top: 60px;
}
#tooltip {
  width: auto;
  padding: 10px;
  position: absolute;
  display: none;
  text-align: center;
  border-radius: 10px 10px 10px 0px;
  opacity: 0.9;
  background: #ffffff 0% 0% no-repeat padding-box;
}
#tooltip h2 {
  text-align: left;
  font: normal normal normal 18px/27px 'Anton', sans-serif;
  letter-spacing: 0px;
  color: #000000;
  opacity: 1;
}
#tooltip span {
  text-align: left;
  font: normal normal medium 16px/30px 'Dosis', sans-serif;
  letter-spacing: 0px;
  color: #000000;
  opacity: 1;
}
.breadcrumb {
  width: 100%;
  padding: 0 5vw;
  margin: 10px 0;
}
.breadcrumb .breadcrumb-link {
  font: normal normal 600 16px/26px 'Dosis', sans-serif;
  letter-spacing: 0px;
}
.breadcrumb .breadcrumb-title {
  font: normal normal normal 16px/26px 'Dosis', sans-serif;
  letter-spacing: 0px;
}
div.rich-text-block {
  font: normal normal normal 18px/36px 'Dosis', sans-serif;
  margin: 40px 0;
}
div.youtube-block {
  margin-bottom: 40px;
}
div.youtube-block h3 {
  font: normal normal normal 18px/27px 'Anton', sans-serif;
  margin: 20px 0 5px 0;
}
div.youtube-block.no-cookie {
  width: 100%;
  height: 500px;
  border: 1px solid #ccc;
  position: relative;
  overflow: hidden;
}
div.youtube-block .video-img {
  background-size: 100%;
  opacity: 0.40;
  z-index: 10;
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
}
div.youtube-block .video-cookies-block {
  text-align: center;
  margin-top: 200px;
  z-index: 10;
  font-size: 25px;
}
div.youtube-block .video-cookies-block a {
  padding: 5px 10px;
  background-color: #f18c0c;
  border-radius: 5px;
  color: white;
}
div.playlist-block {
  margin: 50px 0;
}
div.playlist-block ul {
  margin-top: 20px;
}
div.playlist-block ul li {
  width: 50px;
  display: inline-block;
  margin: 0 30px 0 0;
}
div.playlist-block ul li img {
  width: 48px;
}
div.playlist-block ul li:last-child {
  margin: 0;
}
div.image-block em {
  display: block;
  font: normal normal 300 16px/20px 'Dosis', sans-serif;
  text-align: right;
}
.page {
  width: 950px;
  margin: 20px auto 50px auto;
  z-index: 100;
}
.page h2 {
  text-align: center;
  font: normal normal normal 50px/91px 'Anton', sans-serif;
  color: black;
  margin-bottom: 40px;
}
ul.articles-list li {
  display: block;
  margin: 40px 0;
}
ul.articles-list li div.article-info {
  width: 20%;
  float: left;
  margin-top: 5px;
  padding: 0 20px 0 0;
}
ul.articles-list li div.article-info p {
  margin: 0 0 15px 0;
  line-height: 20px;
}
ul.articles-list li div.article-info p a:hover {
  color: black;
}
ul.articles-list li div.article-content {
  width: 80%;
  float: right;
  padding: 0 20px 0 40px;
  border-left: 2px solid black;
}
ul.articles-list li div.article-content.afrique--border {
  border-color: #f4b00c;
}
ul.articles-list li div.article-content.ameriques--border {
  border-color: #ee6912;
}
ul.articles-list li div.article-content.asie--border {
  border-color: #e93217;
}
ul.articles-list li div.article-content.europe--border {
  border-color: #4bb6d1;
}
ul.articles-list li div.article-content .oceanie--border {
  border-color: #7f962a;
}
ul.articles-list li div.article-content h3 {
  text-align: left;
  font: 20px 'Anton', sans-serif;
  font-weight: normal;
  letter-spacing: 0px;
}
ul.articles-list li div.article-content h3 .afrique--color {
  color: #f4b00c;
}
ul.articles-list li div.article-content h3 .ameriques--color {
  color: #ee6912;
}
ul.articles-list li div.article-content h3 .asie--color {
  color: #e93217;
}
ul.articles-list li div.article-content h3 .europe--color {
  color: #4bb6d1;
}
ul.articles-list li div.article-content h3 .oceanie--color {
  color: #7f962a;
}
ul.articles-list li div.article-content .intro {
  font: normal normal normal 18px/36px 'Dosis', sans-serif;
  margin: 5px 0;
}
ul.articles-list li div.article-content a.readmore {
  font-weight: bold;
  color: black;
  font: normal normal 600 20px/27px 'Dosis', sans-serif;
}
.flatpage {
  padding: 0 5vw;
}
.flatpage.half {
  width: 60%;
  float: right;
  padding: 30px 120px;
}
.flatpage.half p {
  font: normal normal normal 18px/36px 'Dosis', sans-serif;
  margin-bottom: 20px;
}
.flatpage.half a,
.flatpage.half a:visited {
  color: black;
  font-weight: bold;
  transition: 0.3s;
}
.flatpage.half a:hover,
.flatpage.half a:visited:hover {
  color: #f18c0c;
}
.flatpage h2 {
  text-align: center;
  font: normal normal normal 50px/91px 'Anton', sans-serif;
  color: black;
  margin-bottom: 40px;
}
.flatpage ul.countries {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-content: flex-start;
  list-style: none;
  height: 44em;
  margin: 40px auto;
}
.flatpage ul.countries li {
  width: 20%;
  height: 1.5em;
  font: normal normal normal 20px/36px 'Dosis', sans-serif;
}
.flatpage ul.countries li a {
  color: black;
}
.flatpage ul.countries li span.country--new {
  color: white;
  padding: 3px 5px;
  background-color: #7C1D2D;
  font-size: 14px;
  border-radius: 5px;
  margin-left: 5px;
}
ul.articles {
  margin-top: 40px;
}
ul.articles li {
  margin: 5px 0;
  font: 16px/36px 'Dosis', sans-serif;
  font-weight: 600 !important;
}
ul.articles li a,
ul.articles li a:visited {
  color: #000000;
}
.country-page {
  width: 850px;
  margin: 20px auto 50px auto;
  z-index: 100;
}
.country-page h2 {
  font: normal normal normal 30px/45px 'Anton', sans-serif;
}
.country-page h3 {
  font: normal normal normal 20px/31px 'Anton', sans-serif;
  margin-bottom: 20px;
}
.country-page hr {
  margin-top: 10px;
  border: 2px solid;
}
.country-page .country-text {
  width: 90%;
  margin: 40px auto 60px auto;
  font: normal normal normal 18px/36px 'Dosis', sans-serif;
  letter-spacing: 0px;
  line-height: 27px;
}
.country-page .country-text a + em {
  display: block;
  font: normal normal 300 16px/20px 'Dosis', sans-serif;
  text-align: right;
}
.country-page .country-text img {
  width: 100%;
}
.country-page .country-text p {
  line-height: 30px;
  display: block;
}
.country-page ul.references span {
  color: #707070;
  display: block;
  font: normal normal normal 16px/24px 'Dosis', sans-serif;
}
.country-page ul.references span.ref-title {
  font: normal normal 600 16px/24px 'Dosis', sans-serif;
}
.box--cookies {
  background: white;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.25);
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 100;
  width: 100%;
  padding: 20px 50px 30px 50px;
  font-weight: 400;
}
.box--cookies p {
  width: 90%;
  margin: 0 auto;
  font-size: 18px;
  font-family: 'Dosis', sans-serif;
}
.box--cookies .cookie-action-block {
  width: 540px;
  margin: 30px auto 30px auto;
  text-align: center;
}
.box--cookies .cookie-action-block .btn {
  margin: 0 20px;
}
.btn {
  padding: 5px 10px;
  background-color: #f18c0c;
  border-radius: 5px;
  color: white;
  font-size: 18px;
}
.swal-modal {
  width: 500px;
}
/*------------------ MENU ----------------------- */
.nav {
  display: flex;
  align-items: center;
  justify-content: center;
}
.nav ul {
  list-style: none;
  position: relative;
  text-align: left;
}
.nav li {
  float: left;
}
.header a {
  text-decoration: none;
  color: black;
  display: block;
}
/* clear'n floats */
ul:after {
  clear: both;
}
ul:before,
ul:after {
  content: " ";
  display: table;
}
nav {
  position: relative;
  text-align: center;
}
/* prime */
ul.menu li a {
  display: block;
  padding: 20px 30px;
}
/* dropdowns */
ul.dropdown {
  position: absolute;
  z-index: 200;
  width: 40%;
  display: none;
  padding-bottom: 10px;
}
ul.dropdown li {
  float: none;
  margin: 0;
}
ul.dropdown li a {
  color: #000;
  padding: 10px 30px 10px 15px;
}
ul.dropdown li a:hover {
  color: #000;
}
/* dropdown display*/
ul.menu li:hover ul {
  display: block;
  background: #fff;
}
/* keeps the tab background white */
ul.menu li:hover a {
  background: #fff;
  color: #6A6A6A;
  text-shadow: none;
}
ul.menu li:hover > a {
  color: #000;
}
.menu__item:hover .menu__link {
  border-bottom: 3px solid black;
}
.menu__link span {
  position: relative;
  bottom: 3px;
  left: 2px;
}
.afrique-color {
  color: #f4b00c;
  font-weight: 800;
  margin-right: 2px;
}
.ameriques-color {
  color: #ee6912;
  font-weight: 800;
  margin-right: 2px;
}
.asie-color {
  color: #e93217;
  font-weight: 800;
  margin-right: 2px;
}
.europe-color {
  color: #4bb6d1;
  font-weight: 800;
  margin-right: 2px;
}
.oceanie-color {
  color: #7f962a;
  font-weight: 800;
  margin-right: 2px;
}
/*------------------ HAMBURGER ----------------------- */
.hamburger {
  position: absolute;
  right: 5vw;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 18px;
  height: 60px;
  line-height: 60px;
  top: 0;
  transition: 0.3s;
}
.hamburger:after {
  content: '';
  background: url(/static/mondorama/img/hamburger-icon.svg?d4d581decc65) no-repeat;
  width: 23px;
  height: 32px;
  display: inline-block;
  float: right;
  margin-left: 7px;
  margin-top: 20px;
  transition: 0.3s;
}
.hamburger:hover {
  color: #f18c0c;
}
.hamburger:hover:after {
  background: url(/static/mondorama/img/hamburger-icon-hover.svg?d4d581decc65) no-repeat;
}
.menu__open {
  background: rgba(255, 255, 255, 0.8);
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  top: 0;
  z-index: 10;
}
.menu__open a,
.menu__open a:visited,
.menu__open a:active {
  color: #000000;
}
.menu__hamburger {
  width: 100%;
  margin-top: 23vh;
}
.menu__hamburger li {
  float: none;
  text-align: center;
  padding-bottom: 60px;
}
.menu__hamburger li:last-child {
  padding-bottom: 0;
}
.menu__hamburger li a {
  font-family: 'Anton', sans-serif;
  font-size: 50px;
  transition: 0.3s;
}
.menu__hamburger li a:hover {
  color: #f18c0c;
}
.logo--facebook {
  background: url(/static/mondorama/img/facebook-logo.png?d4d581decc65) no-repeat;
  width: 42px;
  height: 42px;
  display: inline-block;
  position: relative;
  top: 170px;
  margin: 0 auto;
  display: block;
  transition: 0.3s;
}
.logo--facebook:hover {
  background: url(/static/mondorama/img/logo-mondorama-hover.png?d4d581decc65) no-repeat;
}
/*------------------ FOOTER ----------------------- */
footer {
  box-sizing: border-box;
  position: relative;
  bottom: 10px;
}
footer .container {
  width: 100vw;
  margin: 0 auto;
}
.project {
  text-align: center;
  line-height: 40px;
  font-weight: 500;
  font-size: 16px;
}
.logo__pc {
  background: url(/static/mondorama/img/logo-pc.svg?d4d581decc65) no-repeat center;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  display: inline-block;
  width: 100px;
  height: 23px;
  position: relative;
  top: 7px;
}
/*------------------ RESPONSIVE ----------------------- */
@media only screen and (max-width: 1600px) {
  .flatpage ul.countries {
    height: 45em;
  }
  .flatpage ul.countries li {
    width: 25%;
  }
}
@media only screen and (max-width: 1300px) {
  .flatpage ul.countries {
    height: 60em;
  }
  .flatpage ul.countries li {
    width: 30%;
  }
}
@media only screen and (max-width: 950px) {
  #logo {
    top: 13px;
  }
  #logo a {
    widows: 130px;
    height: 25px;
  }
  .flatpage ul.countries {
    height: 75em;
  }
  .flatpage ul.countries li {
    width: 50%;
  }
}
@media only screen and (max-width: 800px) {
  .menu {
    display: none;
  }
}
@media only screen and (max-width: 700px) {
  .flatpage ul.countries {
    height: 180em;
  }
  .flatpage ul.countries li {
    width: 100%;
  }
}
@media only screen and (max-width: 400px) {
  .logo--facebook {
    position: relative;
    top: 90px;
  }
}
