@import url(https://fonts.googleapis.com/css?family=Quicksand:400,500,700);
* {
  margin: 0;
  padding: 0;
}

h1,
p {
  margin: 0;
  padding: 0;
}

h1,h2,h6 {
  font-weight: 700;
}

body {
  font-family: Quicksand, sans-serif;
  font-weight: 500;
  color: #ffffff;
}

a {
  outline: 0;
}

.flex {
  display: flex;
  flex-wrap: wrap;
}

.flex-1 {
  display: flex;
  flex-flow: row wrap;
  align-items: stretch;
  padding: 30px 40px 30px 40px;
}

div.droit {
  padding: 30px 0 0 0;
  flex: 1 100%;
}

div.gauche {
  flex: 1 100%;
}

div.fonder {
  padding: 0 40px 30px 40px;
}

.bottom {
  margin-bottom: 30px;
}

.row {
  margin-bottom: 0;
}

img {
  border: 3px solid #FFFFFF;
}

a, a.menu-link, a.dropdown-trigger,
h2,h6, blockquote p {
  overflow: hidden;
  text-overflow: ellipsis;
}

.underline {
  font-weight: 500;
  text-decoration: underline;
  margin-bottom: 1rem;
}

.article {
  background-color: #226411;
  padding: 40px;
}

.footer {
  justify-content: center;
  background-color: #2ECC71;
  color: #000000;
  height: 70px;
}

.header {
  justify-content: center;
  background-color: #2ECC71;
  color: #000000;
  height: 100px;
}

.nav-gauche,
.nav-droit {
  background-color: #228811;
}

i.droit {
  margin-right: 10px;
}

i.gauche {
  margin-left: 10px;
}

.vertical-menu {
  width: 100%;
  padding: 20px 0 20px 20px;
}

.vertical-menu.droit {
  margin: 20px auto;
  padding: 0;
  background-color: #18A800;
}

p.underline.droit {
  font-weight: 500;
  text-decoration: underline;
  margin: 0;
  padding: 10px 0 0 10px;
}

a.menu-link.droit {
  margin: 0;
  padding: 0;
}

ul.menu-list {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
}

.vertical-menu a.menu-link {
  color: #ffffff;
  display: block;
  padding: 10px;
  text-decoration: none;
}

.vertical-menu a.menu-link:hover {
  color: #000000;
  background-color: #eeeeee;
}

.vertical-menu a.menu-link.active {
  background-color: #4CAF50;
  color: #ff0000;
}

.dropdown-trigger {
  color: #ffffff;
  display: block;
  padding: 10px;
  text-decoration: none;
}

.dropdown-trigger:hover {
  color: #000000;
  background-color: #eeeeee;
}

.dropdown-content {
  overflow-y: visible;
}

blockquote {
  display: block;
  background: #fff;
  padding: 15px 20px 15px 45px;
  margin: 0 0 20px;
  position: relative;
  /*Font*/
  font-family: Georgia, serif;
  /* font-size: 1.5rem; */
  line-height: 1.2;
  color: #000000;
  /*Box Shadow - (Optional)*/
  -moz-box-shadow: 2px 2px 15px #ccc;
  -webkit-box-shadow: 2px 2px 15px #ccc;
  box-shadow: 2px 2px 15px #ccc;
  /*Borders - (Optional)*/
  border-left-style: solid;
  border-left-width: 15px;
  border-right-style: solid;
  border-right-width: 2px;
}

blockquote::before {
  content: "\201C";
  /*Unicode for Left Double Quote*/
  /*Font*/
  font-family: Georgia, serif;
  font-size: 60px;
  font-weight: bold;
  color: #999;
  /*Positioning*/
  position: absolute;
  left: 10px;
  top: 5px;
}

blockquote::after {
  /*Reset to make sure*/
  content: "";
}

blockquote a {
  text-decoration: none;
  background: #eee;
  cursor: pointer;
  padding: 0 3px;
  color: #c76c0c;
}

blockquote a:hover {
  color: #666;
}

blockquote em {
  font-style: italic;
}

/*Sunflower Color Palette*/

blockquote.sunflower {
  border-left-color: #ffcd69;
  border-right-color: #f6ba59;
}

/* Widen the layout on larger devices/viewports. */

@media all and (min-width: 600px) {
  ul.menu-list {
    flex-direction: column;
  }
}

@media all and (min-width: 1200px) {
  .flex-1 {
    flex-wrap: nowrap;
  }
  div.droit {
    padding: 0 0 0 40px;
    flex: 1 50%;
  }
  div.gauche {
    flex: 1 50%;
  }
}

html {
  font-size: 16px;
}

@media screen and (min-width: 320px) {
  html {
    font-size: calc(16px + 4 * ((100vw - 320px) / 680));
  }
}

@media screen and (min-width: 1000px) {
  html {
    font-size: 20px;
  }
}

h1 {
  font-size: 25px;
}

@media screen and (min-width: 320px) {
  h1 {
    font-size: calc(25px + 10 * ((100vw - 320px) / 680));
  }
}

@media screen and (min-width: 1000px) {
  h1 {
    font-size: 35px;
  }
}