body {
  font-weight: 400;
  position: relative;
  color: #333;
}

body:before {
  position: absolute;
  top: 0px;
  right: 25%;
  height: 10px;
  width: 50%;
  background-color: #ececec;
  content: "";
  z-index: 0;
}

.container {
  width: 100%;
}

/* top */
#top {
  position: relative;
  z-index: 1;
}
#top .container {
  display: flex;
  flex-direction: row;
  justify-content: center;
  width: 100%;
}

#top .container .block,
#top .container .block .content {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  background-color: #f5b9db;
  color: #7b6370;
  align-items: center;
}
#top .container .block {
  font-size: 0.75em;
  padding: 10px 20px;
}
#top .container .block h2 {
  font-weight: bolder;
}

#top .container .block .content a {
  text-decoration: none;
  font-size: 1.125em;
}
#top .container .block .content .views-row a span {
  background-color: #fff;
  color: #f5b9db;
  width: 1.5em;
  height: 1.5em;
  display: block;
  line-height: 150%;
  text-align: center;
  margin: 0px 0px 0px 5px;
  padding: 5px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
}

/* header */
#header {
  margin-top: 25px;
}
#header .block .content {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

#header .block .content .site-name,
#header .block .content .site-name span {
  display: block;
}
#header .block .content .logo {
  text-decoration: none;
  padding-right: 10px;
}

#header .block .content .logo img {
  width: 100px;
  height: auto;
}
#header .block .content .site-name {
  color: #afafaf;
  text-decoration: none;
  font-size: 1.15em;
}

#header .block .content .site-name h1 {
  font-weight: 700;
  color: #7b6370;
  font-size: 2em;
}
#header .block .content .site-name h1 span {
  color: #f5b9db;
  margin-top: -11px;
  margin-bottom: -3px;
}

/* content */
#content .container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

#content .container .slideshow {
  margin-top: 25px;
}
#content .container .slideshow .content {
  position: relative;
  z-index: 12;
  margin-bottom: 25px;
}

#content .container .slideshow .content .image {
  position: relative;
  width: 100%;
  height: 100%;
}

#content .container .slideshow .content .image .views-row + .views-row {
  position: absolute;
  top: 0px;
  left: 0px;
}
#content .container .slideshow .content .image .views-row {
  opacity: 0;
}

#content .container .slideshow .content .image .views-row.active {
  opacity: 1;
}

#content .container .slideshow .controler .views-row {
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin-left: -10%;
}

#content .container .slideshow .controler .views-row span {
  display: block;
  width: 10px;
  height: 10px;
  border: 3px solid #fff;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
  margin: 0px 5px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;

  background-color: #fff;
  cursor: pointer;
}

#content .container .slideshow .controler .views-row span.active {
  background-color: #f5b9db;
}

#content .container .slideshow img {
  width: 100%;
  height: auto;
}

#content .container .main {
  position: relative;
  z-index: 2;
}
#content .container .main .content {
  padding: 50px;
  position: relative;
  z-index: 2;
  background-color: #ececec;
}

#content .container .main:before {
  position: absolute;
  top: 0px;
  left: -90%;

  height: 100%;
  width: 200%;
  background-color: #ececec;
  z-index: 0;
}

#content .container .main .content h2 {
  font-weight: bolder;
  font-size: 2em;
  margin-bottom: 20px;
}

#content .container .main .content .views-row p {
  line-height: 150%;
  margin-bottom: 10px;
  display: block;
}

/* second content */
#second-content {
  margin: 50px 0px;
}
#second-content .container {
  display: flex;
  flex-direction: column;
}
#second-content .container .block:last-child {
  margin-top: 30px;
}
#second-content .container .block h2 {
  font-weight: bolder;
  font-size: 2em;
  width: 75%;
  margin-bottom: 20px;
  color: #7b6370;
}
#second-content .container .block .content {
  padding: 5px 20px;
  border-left: 5px solid #f5b9db;
}
#second-content .container .block .content p {
  line-height: 150%;
  margin-bottom: 10px;
}

/* footer */
#footer {
  margin-top: 30px;
  margin-bottom: 30px;
}

#footer .container {
  display: flex;
  flex-direction: column;
}

#footer .container .accroche {
  background-color: #f5b9db;
  position: relative;
  z-index: 9;
  display: flex;
  align-items: center;
}

#footer .container .accroche .content {
  padding: 50px;
}

#footer .container .accroche .content h2 {
  font-size: 2em;
  font-weight: bolder;
  color: #7b6370;
  margin-bottom: 20px;
}

#footer .container .accroche .content .views-row p {
  line-height: 150%;
  color: #fff;
}

#footer .container .social {
  background-color: #fff;
  position: relative;

  overflow: hidden;

  border-bottom: 1px solid #afafaf;
  display: flex;
  align-items: center;
  justify-content: center;
}

#footer .container .social .content {
  padding: 50px;
  display: flex;
  flex-direction: column;
  width: 60%;
}

#footer .container .social .arrow {
  display: none;
  width: 0px;
  height: 0px;
  border-top-color: transparent;
  border-bottom-color: transparent;

  border-top-style: solid;
  border-bottom-style: solid;

  border-left: 25px solid #f5b9db;
  position: absolute;
  top: 0px;
  left: 0px;
}

#footer .container .social .content .views-row {
  display: flex;
  flex-direction: row;
  align-items: center;

  border-bottom: 1px dashed #afafaf;
}

#footer .container .social .content .views-row:last-child {
  border-bottom: 0px dashed #afafaf;
}

#footer .container .social .content .views-row a.icon {
  background-color: #f5b9db;
  color: #fff;
  text-decoration: none;

  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  padding: 10px;
  margin: 15px 0px;
}

#footer .container .social .content .views-row a.title {
  text-decoration: none;
  padding: 10px;
  color: #333;
  font-weight: bolder;
  display: block;
}

@media screen and (min-width: 580px) {
}

@media screen and (min-width: 740px) {
  body:before {
    right: 0%;
  }
  #top .container {
    justify-content: flex-end;
  }

  /* header */
  #header {
    margin-top: 0px;
    margin-bottom: 25px;
  }
  #header .block .content {
    justify-content: flex-start;
  }
  /* content */
  #content .container {
    flex-direction: row-reverse;
  }
  #content .container .block {
    width: 50%;
  }
  #content .container .slideshow {
    margin-top: -25px;
  }
  #content .container .main {
    margin-top: 50px;
  }
  #content .container .main .content {
    background-color: inherit;
  }
  #content .container .main:before {
    content: "";
  }
  /* second content */
  #second-content .container {
    flex-direction: row;
  }
  #second-content .container .block {
    width: 47%;
  }

  #second-content .container .block:first-child {
    margin-right: 3%;
  }
  #second-content .container .block:last-child {
    margin-left: 3%;
    margin-top: 0px;
  }
  /* footer */
  #footer .container {
    flex-direction: row;
    align-items: stretch;
  }
  #footer .container .block {
    width: 50%;
  }
  #footer .container .social {
    border-top: 1px solid #afafaf;
    border-right: 1px solid #afafaf;
  }

  #footer .container .social .arrow {
    display: block;
  }
}

@media screen and (min-width: 992px) {
  /* header */
  #header {
    margin-top: 0px;
    margin-bottom: 0px;
  }
}

@media screen and (min-width: 1200px) {
}
