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;
}

body {
  font-family: "Lato",sans-serif;
  font-size: 14px;
  color: #1c1c1d;
}

header .header-content {
   padding: 20px 0;
   width: 80%;
   margin: 0 auto;
   display: flex;
   justify-content: space-between;
   align-items: center;
}

header .header-content .logo {
  width: 203px;
  height: 61px;
  background: url('../img/logo.png') no-repeat;
}

header .header-content .reseaux {
  display: flex;
  flex-direction: column;
  align-items: center;

}

header .header-content .reseaux ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

header .header-content .reseaux ul li {
  display: inline-block;
}

header .header-content .reseaux ul li a {
  width: 25px;
  height: 25px;
  background: #3d85fe;
  text-decoration: none;
  display: block;
}

header .header-content .reseaux ul li a:hover {
  background: #381ccb;
}

header .header-content .reseaux .telephone {
  font-family: "Titillium Web",sans-serif;
  font-weight: 600;
  font-size: 16px;
  margin-top: 10px;
  text-decoration: none;
  color: #1c1c1d;
}

header .header-content .reseaux .telephone:hover {
  color: #3d85fe;
}

.titre {
  background: rgb(105, 67, 185);
  background: -moz-linear-gradient(20deg, rgba(105, 67, 185, 1) 20%, rgba(61, 133, 254, 1) 80%);
  background: -webkit-linear-gradient(20deg, rgba(105, 67, 185, 1) 20%, rgba(61, 133, 254, 1) 80%);
  background: linear-gradient(20deg, rgba(105, 67, 185, 1) 20%, rgba(61, 133, 254, 1) 80%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6943b9', endColorstr='#3d85fe', GradientType=1);
  padding: 40px 0;
}

.titre h1 {
  font-family: "Titillium Web",sans-serif;
  font-size: 72px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
}

.creation, .plus-loin {
  background: #f4f4f4;
  padding: 40px 0;
}

h2 {
  font-family: "Titillium Web",sans-serif;
  font-size: 36px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  display: inline-block;
  margin: 0 auto;
}

h2::after {
  content: "";
  display: block;
  height: 4px;
  margin-top: 10px;
  background: #f46c20;
  background: -moz-linear-gradient(right, #f46c20 0%, #f4b120 100%);
  background: -webkit-linear-gradient(right, #f46c20 0%,#f4b120 100%);
  background: linear-gradient(to right, #f46c20 0%,#f4b120 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f46c20', endColorstr='#f4b120',GradientType=1 );
}


h3 {
  font-family: "Titillium Web",sans-serif;
  font-size: 30px;
  font-weight: 700;
  display: inline-table;
}

h5 {
  font-family: "Lato",sans-serif;
  font-size: 18px;
  font-weight: 600;
  display: inline-block;
  text-align: center;
}

h4 {
  font-family: "Titillium Web",sans-serif;
  font-size: 26px;
  font-weight: 600;
}

.sommaire {
  padding: 40px 0;
}

.sommaire div {
  width: 980px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.sommaire div h2 {
  margin-bottom: 40px;
}

.sommaire ul {
  text-align: center;
}

.sommaire ul li {
  font-size: 35px;
  font-family: "Titillium Web",sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  display: inline-block;
  margin:0 10px;
  color: #3d85fe;
}

.sommaire ul li a {
  font-size: 18px;
  text-decoration: none;
  color: #1c1c1d;
  font-weight: 600;
}

.sommaire ul li a:hover {
  color: #3D85FE;
}

.creation .content-creation {
  width: 980px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}

.creation .content-creation h2 {
  margin-bottom: 40px;
}

.creation .content-creation div {
  display: flex;
  justify-content: center;
}

.analyse {
  padding: 40px 0;
}

.analyse .content-analyse {
  width: 980px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}

.analyse .content-analyse .legende {
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  align-items: flex-end;
  margin-top: 60px;
  margin-bottom: 30px;
}

.analyse .content-analyse .legende ul li {
  display: inline-block;
  margin:10px 10px 10px 0;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
}

.analyse .content-analyse .legende ul li:last-child {
  margin-right: 0;
}

.analyse .content-analyse .legende ul li span {
  width: 14px;
  height: 7px;
  display: inline-block;
  margin-right: 2px;
}

.analyse .content-analyse .legende h4 {
  text-align: center;
  display: inherit;
}

.analyse .content-analyse .legende ul li .oui-legende,
.analyse .content-analyse .faq .question .oui-question {
  background: #47E24F;
}

.analyse .content-analyse .legende ul li .non-legende,
.analyse .content-analyse .faq .question .non-question {
  background: #FF370A;
}

.analyse .content-analyse .legende ul li .ameliorer-legende,
.analyse .content-analyse .faq .question .ameliorer-question {
  background: #FFCF10;
}

.analyse .content-analyse .faq {
  margin: 20px 0 40px 0;
}

.analyse .content-analyse .faq li:first-child,
.analyse .content-analyse .faq li:last-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.analyse .content-analyse .faq li {
  border: 1px solid #f0f0f0;
  background: #f8f8f8;
  font-size: 18px;
  font-weight: 700;
  padding: 20px;
  line-height: 22px;
}

.analyse .content-analyse .faq .question:hover,
.analyse .content-analyse .faq .question.active{
  background: rgba(64,128,249,0.1);
}

.analyse .content-analyse .legende ul li .rien-legende,
.analyse .content-analyse .faq .question .rien-question {
  background-color: #666;
}

.analyse .content-analyse .faq .question.oui-reponse:hover {
    background: rgba(71,226,79,0.4);
}

.analyse .content-analyse .faq .question.rien-reponse:hover {
    background: rgba(0,0,0,0.4);
}

.analyse .content-analyse .faq .question.non-reponse:hover {
    background: rgba(255,55,10,0.4);
}

.analyse .content-analyse .faq .question.ameliorer-reponse:hover {
    background: rgba(255,207,16,0.4);
}

.analyse .content-analyse .faq .question {
  position: relative;
  display: flex;
  align-items: center;
  cursor: pointer;
}

.analyse .content-analyse .faq .question div {
    align-items: center;
    display: flex;
  }

.analyse .content-analyse .faq .question p {
  font-size: 18px;
  font-weight:600;
}

.analyse .content-analyse .faq .question div i {
  margin-right: 10px;
}

.analyse .content-analyse .faq .question span {
  width: 50px;
  height: 7px;
  display: block;
  position: absolute;
  right: 20px;
}

.analyse .content-analyse .faq .reponse {
  font-weight: 400;
  font-size: 14px;
  display: none;
  padding: 20px 40px 0 40px;
  background: #fff;
}

.analyse .content-analyse .faq .reponse .titre-reponse {
  font-family: "Lato",sans-serif;
  font-size: 18px;
  font-weight: 700;
  display: inline-block;
}

.analyse .content-analyse .faq .reponse p {
  margin-top: 20px;
  margin-bottom: 20px;
}

.erreur {
  color: #f4ab20;
}

.analyse .content-analyse .resume {
  border: 1px solid #f0f0f0;
  background: #f8f8f8;
  padding: 20px;
  margin-top: 40px;
}

.analyse .content-analyse .resume .content-resume {
  display: flex;
  align-items: center;
  margin-top: 20px;
}

.analyse .content-analyse .resume .content-resume p {
  line-height: 22px;
  font-size: 16px;
}

.analyse .content-analyse .resume .content-resume .note {
  margin-left: 40px;
  text-align: center;
  width: 150px;
}

.analyse .content-analyse .resume .content-resume .note .cadre-note {
  width: 50px;
  height: 50px;
  background: #d4d4d4;
  margin: 0 auto;
  display: flex;
  align-items: flex-end;
}

.analyse .content-analyse .resume .content-resume .note .cadre-note .resultat {
  /*couleur parfait :*/
  /* height: 100%;
  background:#006837; */

  /* couleur bon*/
  height: 26px;
  background: #e3e900;

  /*couleur correct :*/
  /* height: 30px;
  background:#FFC74C; */

  /*couleur à corriger :*/
  /* height: 20px;
  background:#ff6600; */

  /*couleur à corriger :*/
  /* height: 10px;
  background:#c1272d; */

  width: 100%;
}

.analyse .content-analyse .resume .content-resume .note span {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  margin-top: 10px;
  display: inline-block;
}

.rotate {
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  transition: transform .3s ease;
}

.plus-loin .content-plus-loin {
  width: 980px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}

.plus-loin .content-plus-loin .intro {
  font-size: 16px;
  text-align: center;
  margin: 40px 0;
}

.plus-loin .content-plus-loin .livre-blanc {
  text-align: center;
}

.plus-loin .content-plus-loin .livre-blanc div {
  background: #fff;
  padding: 20px;
  font-size: 16px;
  text-transform: uppercase;
  width: 350px;
  margin: 40px auto 0;
  font-weight: 600;
}

.plus-loin .content-plus-loin .livre-blanc div img {
  margin: 20px 0;
}

.plus-loin .content-plus-loin .actualites {
  text-align: center;
  margin-top: 40px;
}

.plus-loin .content-plus-loin .actualites h4 {
  margin-bottom: 40px;
}

.plus-loin .content-plus-loin .actualites .content-actualites {
  display: flex;
  justify-content: space-between;
}

.plus-loin .content-plus-loin .actualites .content-actualites:last-child {
  justify-content: flex-start;
}

.plus-loin .content-plus-loin .actualites .content-actualites:last-child article {
  margin-right: 15px;
}

.plus-loin .content-plus-loin .actualites .content-actualites article {
  width: 235px;
  margin-bottom: 20px;
  text-align: left;
}

.plus-loin .content-plus-loin .actualites .content-actualites article figure {
  position: relative;
  overflow: hidden;
}

.plus-loin .content-plus-loin .actualites .content-actualites article figure img,
.creation .content-creation a img {
  display: block;
  max-width: 100%;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.plus-loin .content-plus-loin .actualites .content-actualites article figure img:hover,
.creation .content-creation a img:hover {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.plus-loin .content-plus-loin .actualites .content-actualites article div {
  background: #fff;
  padding: 20px 10px;
  font-size: 14px;
}

.plus-loin .content-plus-loin .actualites .content-actualites article div span {
  font-weight: 700;
}

.plus-loin .content-plus-loin .actualites .content-actualites article div p {
  margin: 20px 0;
}

footer {
  background: #3d85fe;
  background: -moz-linear-gradient(left, #3d85fe 0%, #6943b9 100%);
  background: -webkit-linear-gradient(left, #3d85fe 0%,#6943b9 100%);
  background: linear-gradient(to right, #3d85fe 0%,#6943b9 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3d85fe', endColorstr='#6943b9',GradientType=1 );
  padding: 45px 0;
}

footer nav {
  width: 50%;
  margin: 0 auto;
}

footer nav ul {
  display: flex;
  width: 100%;
  justify-content: space-between;
}

footer nav ul li a {
  color: #fff;
  text-decoration: none;
  font-size: 18px;
  font-weight: 700;
}


.bouton {
  text-decoration: none;
  color: #fff;
  transition: 0.5s;
  background-image: -moz-linear-gradient(to right, #FF8008 0%, #FFC837 51%, #FF8008 100%);
  background-image: -webkit-linear-gradient(to right, #FF8008 0%, #FFC837 51%, #FF8008 100%);
  background-image: linear-gradient(to right, #FF8008 0%, #FFC837 51%, #FF8008 100%);
  filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#FF8008', endColorstr='#FFC837', GradientType=1);
 background-size: 200% auto;
 padding: 10px 20px;
  display: inline-block;
  text-transform: uppercase;
  font-weight: 600;

}

.bouton:hover {
  background-position: right center;
  }

.tothetop {
  position: fixed;
  bottom: 30px;
  right: 20px;
  display: none;
}

.tothetop div {
  color: #fff;
  text-align: center;
  font-size: 30px;
  transition: 0.5s;
  background-image: -moz-linear-gradient(to right, #FF8008 0%, #FFC837 51%, #FF8008 100%);
  background-image: -webkit-linear-gradient(to right, #FF8008 0%, #FFC837 51%, #FF8008 100%);
  background-image: linear-gradient(to right, #FF8008 0%, #FFC837 51%, #FF8008 100%);
  filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#FF8008', endColorstr='#FFC837', GradientType=1);
 background-size: 200% auto; }

.tothetop div:hover {
  background-position: right center;}

.tothetop div a {
  color: #fff;
  padding: 10px 20px;
  display: block;
}

.pop-up {
  display: none;
  position: absolute;
  width: 370px;
  font-weight: normal;
  text-transform: none;
  bottom: 40px;
  background: #666666;
  padding: 20px;
  font-size: 14px;
  line-height: 18px;
  color: #fff;
  font-family: "Lato",sans-serif;
}

sup {
  vertical-align: text-top;
  font-size: 10px;
  color: #f46c20;
}

.information {
  cursor: pointer;
  position: relative;
}

@media only screen and (min-width: 728px) and (max-width: 980px) {

  .sommaire div,
  .creation .content-creation,
  .analyse .content-analyse,
  .plus-loin .content-plus-loin {
    width: 90%;
  }

   .creation .content-creation a {
    margin-right: 20px;
  }

  .creation .content-creation a:last-child {
    margin-right: 0;
  }

  .analyse .content-analyse .faq .question div {
    margin-right: 15%;
  }

  .plus-loin .content-plus-loin .actualites .content-actualites,
  .plus-loin .content-plus-loin .actualites .content-actualites:last-child {
    flex-wrap: wrap;
    justify-content: center;
  }
  .plus-loin .content-plus-loin .actualites .content-actualites article {
    margin-right: 20px;
  }
}


@media only screen and (min-width: 280px) and (max-width: 727px) {

  header .header-content .logo {
    width: 50px;
    height: 50px;
    background: url('../img/logo-50x50.png') no-repeat;
}

  h2 {
    font-size: 25px;
  }

  h5 {
    font-size: 20px;
  }

  header {
    flex-direction: column;
  }

  header nav {
    display: none;
  }

  .titre h1 {
    font-size: 30px;
  }

  .sommaire div,
  .creation .content-creation,
  .analyse .content-analyse,
  .plus-loin .content-plus-loin {
    width: 90%;
  }

  .creation .content-creation {
    flex-direction: column;
    align-items: center;
  }

  .creation .content-creation a {
    margin-bottom: 20px;
  }

  .analyse .content-analyse .faq li {
    font-size: 14px;
  }

  .analyse .content-analyse .faq .question {
    flex-direction: column;
    align-items: flex-start;
  }

  .analyse .content-analyse .faq .question span {
    position: relative!important;
    margin-top: 10px;
    right: 0;
    align-self: center;
  }

  .plus-loin .content-plus-loin .livre-blanc div {
    width: 80%;
  }

  .plus-loin .content-plus-loin .actualites .content-actualites {
    flex-direction: column;
  }

  .analyse .content-analyse .resume .content-resume {
    flex-direction: column;
  }

  .analyse .content-analyse .resume .content-resume .note {
    margin-top: 20px;
    margin-left: 0;
  }

  .plus-loin .content-plus-loin .actualites .content-actualites article,
  .plus-loin .content-plus-loin .actualites .content-actualites:last-child article {
    margin: 0 auto 20px;
  }

 footer nav {
    width: 80%;
}

footer nav ul {
    flex-direction: column;
}

footer nav ul li {
    margin-bottom: 20px;
}

  .pop-up {
    width: 80%;
    top: -210px;
  }

}
