.main {
  background: url('/assets/images/bgdiag.jpg');
  width: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;
  margin: 0 auto;
  display: block;
  height: 100vh;
  overflow-y: scroll;
}

.contenu {
  margin: 6em 4em;
}

.analyse {
  margin: 1em 4em;
}

@import url('https://fonts.googleapis.com/css?family=Mukta:700');
* {
  box-sizing: border-box;
}

*::before, *::after {
  box-sizing: border-box;
}

.buttonPag {
  position: relative;
  display: inline-block;
  cursor: pointer;
  outline: none;
  border: 0;
  vertical-align: middle;
  text-decoration: none;
  background: transparent;
  padding: 0;
  font-size: inherit;
  font-family: inherit;
}

button.learn-more {
  height: auto;
}

button.learn-more .circle {
  position: relative;
  display: block;
  margin-left: 5px;
  margin-right: 5px;
  width: 3rem;
  height: 3rem;
  background: rgb(13, 138, 241);
  border-radius: 1.625rem;
}

button.learn-more {
  margin-top: 1px;
}

button.learn-more .circle .icon2 {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #fff;
}

button.learn-more .circle .icon2.arrow2 {
  left: 0.625rem;
  width: 1.125rem;
  height: 0.125rem;
  background: none;
}

button.learn-more .icon2.arrow2::before {
  position: absolute;
  content: '';
  top: -0.25rem;
  right: 0.0625rem;
  width: 0.625rem;
  height: 0.625rem;
  border-top: 0.125rem solid rgb(255, 255, 255);
  border-right: 0.125rem solid rgb(255, 255, 255);
  transform: rotate(45deg);
}

button.learn-more .circle .icon {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #fff;
}

button.learn-more .circle .icon.arrow {
  left: 0.625rem;
  width: 1.125rem;
  height: 0.125rem;
  background: none;
}

button.learn-more .icon.arrow::before {
  position: absolute;
  content: '';
  top: -0.25rem;
  right: 0.0625rem;
  width: 0.625rem;
  height: 0.625rem;
  border-top: 0.125rem solid rgb(255, 255, 255);
  border-right: 0.125rem solid rgb(255, 255, 255);
  transform: rotate(225deg);
}

button.learn-more .circle:hover {
  background: rgb(7, 85, 150);
}

.analyse p {
  font-size: 18pt;
  color: rgb(7, 150, 95);
  margin: 15px 2em;
  font-weight: 700;
}

/* CONTAINERS */

.questioncard {
  margin: 3em 0;
  padding: 0 1em;
  background-color: rgba(243, 243, 243, 0.747);
  position: relative;
  border-radius: 5px;
  box-shadow: 1px 3px 4px rgba(139, 139, 139, 0.404);
}

.questioncard img {
  position: absolute;
  width: 40px;
  right: -20px;
  top: -20px;
  opacity: 0.85;
}

.questioncard .test {
  margin: 1em;
}

.questioncard .test .radiogrp {
  margin: 2em 0;
  border-left: 1px solid rgba(107, 107, 107, 0.644);
}

.questioncard .test .radiogrp .gendeer {
  margin: 0.5em 1em;
  font-size: 15pt;
  color: rgb(187, 126, 14);
}

.questioncard .test .ques {
  margin: auto;
}

.questioncard .test h3 {
  font-size: 16pt;
  color: rgb(89, 182, 199);
  vertical-align: middle;
  margin: auto;
}

.test2 {
  display: inline-block;
  float: none;
  text-align: center;
  margin: auto;
}

.questioncard:hover {
  box-shadow: 0;
}

.four {
  width: 80px;
  margin: 0.5em;
}

/* COLUMNS */

.col {
  display: block;
  float: left;
}

.buttons {
  text-align: center;
  margin: 2em;
}

.buttons .suivant {
  background: rgba(255, 255, 255, 0.747);
  color: rgb(22, 211, 170);
  font-size: 14pt;
  border-radius: 5px;
  border: 1px solid rgb(22, 211, 170);
  margin: 0 20px;
}

.buttons .suivant:hover {
  border: 0;
  color: white;
  background: rgb(22, 211, 170);
  box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.356);
  transition-duration: 0.1s;
}

.buttons .precedent {
  background: rgba(255, 255, 255, 0.747);
  color: rgb(22, 211, 170);
  font-size: 12pt;
  border-radius: 5px;
  border: 1px solid rgb(22, 211, 170);
  margin: 0 20px;
}

.buttons .precedent:hover {
  border: 0;
  color: white;
  background: rgb(22, 211, 170);
  box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.356);
  transition-duration: 0.1s;
}

/* FORM */

.questioncard .test .radiogrp input[type=radio] {
  display: none;
}
.questioncard .test .radiogrp input[type=checkbox] {
  display: none;
}


.questioncard .test .radiogrp label {
  width: auto;
  position: relative;
  color: rgb(83, 83, 83);
  background-color: rgb(250, 250, 250);
  font-size: 12pt;
  text-align: center;
  height: 50px;
  border-radius: 5px;
  line-height: 50px;
  display: block;
  cursor: pointer;
  font-family: Arial, Helvetica, sans-serif;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-weight: bold;
}

.questioncard .test .radiogrp input:checked+label {
  border: 1px solid rgba(51, 51, 51, 0.062);
  background-color: rgba(7, 170, 199, 0.322);
  color: white;
  box-shadow: 1px 2px 2px rgba(155, 155, 155, 0.247);
}

.questioncard .test .radiogrp input+label :hover {
  box-shadow: transparent;
}

.questioncard .test .radiogrp input[type=text] {
  box-shadow: transparent;
  width: 100%;
  background: rgb(243 243 243);
  outline: none;
  border: 1px solid rgb(243 243 243);
  color: rgb(83, 83, 83);

}

@media (max-width: 415px) {
  .questioncard {
    margin: 2em 0;
    padding: 0 1em;
    padding-top: 1em;
    background-color: rgba(243, 243, 243, 0.747);
    border-radius: 5px;
    box-shadow: 1px 3px 4px rgba(139, 139, 139, 0.404);
  }
  .analyse {
    margin: 1em 1.5em;
  }
  .contenu {
    margin: 6em 1.5em;
  }
  .questioncard .test .radiogrp {
    margin: 2em 0;
    border-left: 0;
  }
  .buttons {
    text-align: center;
    margin: 1em 0;
  }
}

@media (max-width: 800px) {
  .analyse {
    margin: 1em 1.5em;
  }
  .questioncard .test .radiogrp {
    margin: 20px 0px;
    border-left: 0;
    display: flex;
    justify-content: center;
  }
  .questioncard {
    margin: 2em 0;
    padding: 0 1em;
    padding-top: 1em;
    background-color: rgba(243, 243, 243, 0.747);
    border-radius: 5px;
    box-shadow: 1px 3px 4px rgba(139, 139, 139, 0.404);
  }
}