/*!
 * CSS Main file
 */
body {
  font-family: 'Open Sans', sans-serif;
  overflow-x: hidden;
  margin: 0;
  background-color: #eeeeee;
}

section {
  height: 100%;
}

.section-comment-marche .box-marche-texte i{
  position: absolute;
  right: -28px;
  top:320px;
  background-color: #ffffff;
  color:red;
  padding:0 10px;
  font-size: 60px;
  line-height: 20px;
  border-radius: 30px;
  z-index: 1;
}
.section-comment-marche .box-marche-texte .egale i{
  font-size: 40px !important;
  padding: 10px 20px;
  -ms-transform: rotate(90deg); /* IE 9 */
  -webkit-transform: rotate(90deg); /* Chrome, Safari, Opera */
  transform: rotate(90deg);

}
.company-box{
  background-image: url('../img/entreprise.jpg');
  background-size: cover;
}
.city-box{
  background-image: url('../img/bg.jpg');
  background-size: cover;
  background-position: bottom;
}
.section-comment-marche .box-marche-texte h3{
text-transform: none;
text-align: center;
line-height: 40px;
}
.img-circle {
  border: 5px solid #eeeeee;
}

.box-request {
  max-width: 450px;
  margin: 0 auto;
  text-align: center;
}

.notif {
  background-color: red;
  text-align: center;
  color: white;
  font-weight: bold;
  padding: 7px;
}

.fil-color {
  color: #598fcb;
}

.box-agenda {
  background-color: #ffffff;
  margin-top: 20px;
  padding: 15px;
}

.box-agenda h3 {
  color: #598fcb;
  text-transform: none;
  font-size: 20px;
  padding-bottom: 10px;
}

.box-agenda p {
  color: #598fcb;
  text-align: left;
}

.box-conseils {
  background-color: #ffffff;
  margin-top: 20px;
  padding: 15px;
}

.box-conseils h3 {
  color: #598fcb;
  text-transform: none;
  font-size: 20px;
  padding-bottom: 10px;
}

.box-conseils p {
  color: #598fcb;
  text-align: left;
}

.box-conseils .conseils-img {
  background-image: url("../img/graph-conseil.png");
  height: 130px;
  background-size: cover;
  margin: 15px 0;
}

.box-conseils .conseils-img2 {
  background-image: url("../img/conseil2.png");
  height: 155px;
  background-size: cover;
  margin: 15px 0;
}

p.trait {
  border-top: 1px solid #598fcb;
  padding-top: 15px;
}

.box-profile {
  background-color: #ffffff;
  width: 100%;
  margin-top: 20px;
  padding: 15px 15px 1px 15px;
}

.box-profile .image-profil {
  padding: 10px 40px;
}

.box-profile .name-box {
  font-size: 20px;
}

.box-profile .name-box p {
  color: #598fcb;
  line-height: 25px;
  text-align: left;
}

.box-profile .box-point-alone {
  background-color: #28c5f2;
  width: 150px;
  margin-top: 15px;
  padding: 10px;
}

.box-profile .box-point-alone p {
  text-align: left;
}

.box-point {
  background-color: #28c5f2;
  max-width: 280px;
  float: right;
  margin-top: 20px;
  margin-left: 20px;
  margin-bottom: 20px;
  padding-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .box-point {
    margin: 0 auto;
    float: none;
  }
}

.box-point .title-point {
  border-bottom: 2px solid white;
  margin: 10px;
  padding: 10px;
}

.box-point h2 {
  color: white !important;
  padding: 0 0 10px;
}

.box-point h4 {
  color: #ffffff !important;
  text-align: center;
}

.profil-scroll {
  margin-top: -40px;
}

a {
  color: #ffffff;
}

.button-myapp {
  padding: 8px 8px;
  background-color: #598fcb;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 14px;
  margin: 15px 0;
  box-shadow: 0px 0px 3px #666666;
}

.button-myapp:hover {
  background-color: #e41819;
}

/*Countdown*/
.countdown {
  margin-top: 30px;
}

.countdown h4 {
  color: red;
  font-family: 'Pacifico', cursive;
  text-transform: none;
  font-size: 25px;
  margin-bottom: 15px;
}

.timer {
  text-align: center;
  margin: 5px auto;
  padding: 0 0 10px;
}

.timer .table-cell {
  display: inline-block;
  margin: 0 5px;
  width: 55px;
  background-color: #e3e3e3;
  border-radius: 5px;
}

.timer .table-cell .tab-val {
  font-size: 30px;
  color: #80a3ca;
  height: 50px;
  line-height: 50px;
  margin: 0 0 5px;
}

@media screen and (max-width: 767px) {
  .timer .table-cell .tab-val {
    margin: 0;
  }
}

.timer .table-cell .tab-metr {
  font-family: 'Arial', sans-serif;
  font-size: 8px;
  text-transform: uppercase;
}

/*End countdown*/
.user-form-errors {
  text-align: center;
  color: #ffffff;
  background-color: red;
  letter-spacing: 1px;
  padding: 5px;
}

.container {
  max-width: 960px;
  margin: 0 auto;
  padding: 150px 20px 80px 20px;
}

.container-big {
  max-width: 1200px;
  margin: 0 auto;
  padding: 150px 20px 80px 20px;
}

.container-big-recording {
  max-width: 1200px;
  margin: 0 auto;
  padding: 70px 20px 80px 20px;
}

.astuces {
  margin: 0 auto;
  background-color: #55c65e;
  font-style: italic;
  padding: 10px;
  margin-top: 20px;
}

.astuces h3 {
  color: #ffffff !important;
  text-transform: none;
  margin-bottom: 5px;
  font-size: 20px;
}

.astuces p {
  color: #ffffff !important;
}

h2 {
  color: white;
  text-align: center;
  text-transform: uppercase;
  margin: 0 30px;
  padding: 30px 0;
  letter-spacing: 1.5px;
  font-weight: 700;
}

h3, h4, p {
  color: white;
  text-align: center;
  margin: 0;
  letter-spacing: 1px;
  line-height: 22px;
}

h3, h4 {
  text-transform: uppercase;
  font-weight: 700;
}

a:link, a:hover, a:focus {
  text-decoration: none;
  color: white;
}

.arrow-down {
  margin-top: -22px;
}

.arrow-down i {
  color: red;
  font-size: 40px;
}

.bg-login {
  background-color: rgba(255, 255, 255, 0.9);
}

.bg-login h1 {
  color: #598fcb;
  margin-top: 30px;
}

.bg-login header {
  background: inherit !important;
}



#page-layout .section-titre {
  color: #598fcb;
  text-align: center;
}

#page-layout h2 {
  color: #598fcb;
}

#page-layout p {
  color: #598fcb;
  margin-bottom: 15px;
}

#page-layout form label {
  text-align: left;
  display: inline-block;
  color: #598fcb;
  width: 30%;
  padding: 6px 0;
  margin: 6px 0;
}

#page-layout form input {
  width: 70%;
  display: inline-block;
  padding: 6px 0;
  margin: 6px 0;
}

#page-layout form .validation-button {
  width: 250px;
  background-color: red;
  border: none;
  margin: 20px 0 0 0;
  font-size: 15px;
  padding: 10px;
  color: #ffffff;
  box-shadow: 0px 0px 8px #666666;
}

#page-layout form .validation-button:hover {
  opacity: 0.8;
}

#page-layout a.regular-button {
  background-color: #598fcb;
  display: inline-block;
  width: 250px;
  color: #ffffff;
  padding: 10px;
  font-size: 15px;
  box-shadow: 0px 0px 8px #666666;
  margin: 10px;
}

#page-layout a.regular-button:hover {
  background-color: red;
}

/*LOGIN PAGE*/
#recording {
  padding-top: 20px;
  position: relative;
  background: url("../img/bg.jpg") no-repeat center center;
  background-size: cover;
}

#recording .base-line {
  max-width: 500px;
  margin: 0 auto;
  margin-top: 50px;
  margin-bottom: 50px;
}

#recording .base-line h2 {
  line-height: 40px;
}

#recording .image-bg-login {
  z-index: 1000;
  position: absolute;
  background-image: url("../img/people.png");
  background-size: cover;
  top: -140px;
  right: 0;
  width: 200px;
  height: 160px;
}

@media screen and (max-width: 767px) {
  #recording .image-bg-login {
    margin-left: 0;
    margin-top: 500px;
  }
}

#recording h2 {
  text-transform: none;
  margin: 0;
  text-align: left;
  color: #ffffff;
  padding-bottom: 0;
  font-size: 25px;
  font-style: italic;
  line-height: 35px;
}

@media screen and (max-width: 767px) {
  #recording h2 {
    text-align: center;
  }
}

#recording .box-aside-right {
  margin: 20px auto;
  max-width: 300px;
  margin-top: 40px;
  box-shadow: 0 0 8px #666666;
}

#recording .recording-box {
  padding: 20px 15px 15px 15px;
  background-color: #3D4D98;
  z-index: 2;
}

#recording .recording-box p {
  text-align: center;
  font-size: 14px;
  line-height: 25px;
}

#recording .recording-box .text-center {
  margin-top: -30px;
}

#recording .recording-box .text-center input {
  width: 10%;
}

#recording .recording-box .text-center label {
  color: #ffffff;
  letter-spacing: 1px;
  width: 80%;
}

#recording .recording-box input.recording {
  display: block;
  text-align: center;
  margin: 20px 0;
  width: 100%;
  height: 40px;
  font-size: 16px;
}

#recording .recording-box input.recording .recording-button {
  background-color: #004691;
  color: white;
  border: 1px solid #004691;
}

#recording .recording-box input.recording .recording-button:hover {
  background-color: #e41819;
  border: 1px solid #e41819;
}

#recording .recording-box a p {
  text-align: center;
  margin-top: 10px;
  color: #598fcb;
}

#recording .recording-box h5 {
  background-color: red;
  text-align: center;
  color: #ffffff;
  padding: 10px;
  font-weight: bold;
  font-size: 20px;
}

#recording .recording-box h5.log-myp {
  width: 140px;
  margin: 0 auto;
  margin-top: -40px;
  -webkit-transform: rotate(-2deg);
          transform: rotate(-2deg);
  box-shadow: 0px 0px 8px #666666;
}

#recording .search-challenge-box {
  background-color: #ffffff;
  padding: 15px;
}

#recording .search-challenge-box .search-challenge-title {
  color: #3d4d98;
  font-weight: 900;
}

#recording .search-challenge-box input {
  border: 2px solid #3d4d98;
  width: 48%;
  height: 40px;
  padding: 5px;
  border-radius: 3px;
  margin-top: 10px;
}

#recording .search-challenge-box input.validation {
  border: none;
  float: right;
}

#recording .search-challenge-box input.validation:hover {
  opacity: 0.8;
}

#recording .ask-challenge-box .ask-challenge-title h2 {
  text-align: center;
  font-style: normal;
}

#recording .ask-challenge-box .ask-challenge-button-box {
  max-width: 425px;
  margin: 0 auto;
}

#recording .ask-challenge-box .ask-challenge-button-box h5.log-myp {
  background-color: red;
  display: inline-block;
  text-align: center;
  color: #ffffff;
  padding: 10px;
  font-weight: bold;
  font-size: 20px;
  width: 200px;
  margin-top: 20px;
  margin-left: 10px;
  box-shadow: 0px 0px 8px #666666;
  cursor: pointer;
}

#recording .ask-challenge-box .ask-challenge-button-box h5.log-myp:hover {
  opacity: 0.8;
}

@media screen and (max-width: 767px) {
  #recording .ask-challenge-box .ask-challenge-button-box h5.log-myp {
    display: block;
    width: 100%;
    margin-left: 0;
  }
}

#recording h5.subscribe-myp {
  background-color: red;
  text-align: center;
  color: #ffffff;
  padding: 15px;
  font-weight: bold;
  font-size: 20px;
  box-shadow: 0px 0px 8px #666666;
  width: 200px;
  margin: 0 auto;
  margin-top: 20px;
}

#recording h5.subscribe-myp:hover {
  opacity: 0.85;
}

#recording .box-offert {
  background-color: #ffffff;
  max-width: 570px;
  margin-top: 40px;
  padding: 10px 30px 40px 30px;
  z-index: 0;
}

@media screen and (max-width: 767px) {
  #recording .box-offert {
    margin: 0 auto;
    margin-top: 40px;
  }
}

#recording .box-offert h5.log-myp {
  background-color: red;
  text-align: center;
  color: #ffffff;
  padding: 10px;
  font-weight: bold;
  font-size: 20px;
  width: 130px;
  margin: 0 auto;
  margin-top: -65px;
  margin-bottom: 20px;
  box-shadow: 0px 0px 8px #666666;
}

@media screen and (max-width: 767px) {
  #recording .box-offert h5.log-myp {
    margin-top: 20px;
  }
}

#recording .box-offert i {
  font-size: 30px;
  vertical-align: top;
  display: inline-block;
  width: 35px;
  margin-right: 15px;
  color: #598fcb;
}

#recording .box-offert p {
  color: #598fcb;
  text-align: left;
  font-size: 18px;
  width: 80%;
  display: inline-block;
  font-weight: bold;
  margin: 7.5px 0;
}

#recording .box-offert h2 {
  color: #598fcb;
  text-transform: none;
  font-style: italic;
  padding: 0;
  padding-bottom: 10px;
  border-bottom: 1px solid #598fcb;
  margin: 0;
  margin-bottom: 20px;
}

#recording .prix-myp {
  text-align: center;
  background-color: #3D4D98;
  color: #ffffff;
  padding: 5px 15px;
  font-size: 18px;
  font-weight: 700;
  width: 140px;
  margin-left: -50px;
  margin-top: -50px;
  -webkit-transform: rotate(-5deg);
          transform: rotate(-5deg);
  box-shadow: 0px 0px 8px #666666;
}

@media screen and (max-width: 767px) {
  #recording .prix-myp {
    width: 200px;
    margin: 0 auto;
    margin-top: -40px;
  }
}

.recording-lot {
  margin-top: 50px;
  text-align: center;
  background-color: #ffffff;
  padding: 60px 0 30px 0;
}

.recording-lot h5.log-myp {
  background-color: red;
  text-align: center;
  color: #ffffff;
  padding: 10px;
  font-weight: bold;
  font-size: 20px;
  width: 300px;
  margin: 0 auto;
  margin-top: -80px;
  margin-bottom: 20px;
  box-shadow: 0px 0px 8px #666666;
}

.recording-lot .box-gift {
  padding: 20px;
  width: 200px;
  height: 250px;
  border-radius: 5px;
}

@media screen and (max-width: 767px) {
  .recording-lot .box-gift {
    margin: 0 auto;
  }
}

.recording-lot .box-argent {
  background-image: url("../img/wonderbox.png");
  margin-top: 30px;
  float: right;
  box-shadow: -1px 1px 8px #666666;
}

@media screen and (max-width: 767px) {
  .recording-lot .box-argent {
    float: none;
    margin-top: 10px;
  }
}

.recording-lot .box-gold {
  background-image: url("../img/relais-de-la-malmaison.png");
  margin: 0 auto;
  box-shadow: 1px 1px 8px #666666;
}

@media screen and (max-width: 767px) {
  .recording-lot .box-gold {
    margin-top: 30px;
  }
}

.recording-lot .box-bronze {
  background-image: url("../img/aqualoft.png");
  margin-top: 60px;
  float: left;
  box-shadow: -1px 1px 8px #666666;
}

@media screen and (max-width: 767px) {

  .recording-lot .box-bronze {
    float: none;
    margin-top: 30px;
    margin-bottom: 20px;
  }
}

.recording-lot .number {
  font-size: 25px;
  color: red;
  border-radius: 30px;
  width: 55px;
  height: 55px;
  margin: 0 auto;
  padding-top: 10px;
  font-weight: 700;
}

.recording-lot .number sup {
  font-size: 15px;
}

.recording-lot .gold {
  background-color: gold;
}

.recording-lot .bronze {
  background-color: #c2854f;
}

.recording-lot .argent {
  background-color: #c3c4c6;
}

.recording-lot p {
  padding: 20px 0;
  margin-top: 15px;
  color: #333333;
  background-color: white;
  opacity: 0.8;
  font-weight: bold;
}

.recording-lot .gift-text-bottom {
  font-size: 20px;
  color: #598fcb;
}

.section-comment-marche {
  background-color: #ffffff;
  color: #ffffff;
  padding: 30px;
}

.section-comment-marche h2 {
  padding: 10px;

}

.section-comment-marche h5.log-myp {
  background-color: red;
  text-align: center;
  color: #ffffff;
  padding: 10px;
  font-weight: bold;
  font-size: 20px;
  width: 230px;
  margin: 0 auto;
  margin-top: -50px;
  margin-bottom: 20px;
  box-shadow: 0px 0px 8px #666666;
}

.section-comment-marche h4 {
  margin-bottom: 20px;
  text-transform: inherit;
  text-align: left;
  line-height: 18px;
  font-size: 15px;
}

.section-comment-marche .subscribe-box-marche h4 {
  font-size: 20px;
}

.section-comment-marche .devenir-partenaire h4 {
  font-size: 20px;
}

.section-comment-marche .image {
  width: 150px;
  height: 163px;
  margin: 0 auto;
  background-repeat: no-repeat;
  background-size: cover;
}

.section-comment-marche .inscription {
  background-image: url("../img/pict-1.png");
}

.section-comment-marche .rejoindre {
  background-image: url("../img/pict-2.png");
}

.section-comment-marche .soutien {
  background-image: url("../img/pict-3.png");
}

.section-comment-marche .gagner {
  background-image: url("../img/pict-4.png");
}

.section-comment-marche .box-marche-texte {
  background-color: #82aad6;
  margin-top: 10px;
  padding: 15px;
  border-radius: 5px;
  height: 350px;
}

.section-comment-marche .box-marche-texte h4 {
  line-height: 30px;
}

.section-comment-marche .box-marche-texte h2 {
  color: #ffffff !important;
}

@media screen and (max-width: 767px) {
  .section-comment-marche .box-marche-texte {
    height: 100%;
    padding: 10px;
    margin: 15px 0 30px 0;
  }
}

#comment-marche {
  padding-top: 90px;
}

#comment-marche .section-partenaire {
  margin-top: 0;
}

.comment-marche-box {
  background-color: #3d4d98;
  padding: 20px;
  border-radius: 5px;
  height: 390px;
}

.comment-marche-box .coment-marche-title {
  text-align: center;
  font-size: 25px;
  color: #ffffff;
  padding-bottom: 20px;
}

.comment-marche-box .coment-marche-content {
  color: #ffffff;
  font-size: 16px;
  text-align: center;
  line-height: 25px;
  font-size: 18px;
}

@media screen and (max-width: 767px) {
  .comment-marche-box {
    margin-bottom: 15px;
  }
}

.devenir-partenaire {
  background-color: #82aad6;
  padding: 15px;
  margin-top: 30px;
  border-radius: 5px;
}

.devenir-partenaire h4 {
  color: #e31818;
  margin-bottom: 0;
}

.subscribe-box-marche h4 {
  background-color: #e31818;
  margin-top: 30px;
  padding: 15px;
  border-radius: 5px;
}

.section-partenaire {
  background-color: #ffffff;
  padding: 20px;
  padding-top: 60px;
}

.section-partenaire h5.log-myp {
  background-color: red;
  color: #ffffff;
  padding: 10px;
  font-weight: bold;
  font-size: 20px;
  text-align: center;
  width: 180px;
  margin: 0 auto;
  margin-top: -40px;
  margin-bottom: 20px;
  box-shadow: 0px 0px 8px #666666;
}

.section-partenaire .partners-1 {
  background-image: url("../img/partners/ag2r.jpg");
}

.section-partenaire .partners-2 {
  background-image: url("../img/partners/logorueilcommercesplus.png");
}

.section-partenaire .partners-3 {
  background-image: url("../img/partners/althermie.jpg");
}

.section-partenaire .partners-4 {
  background-image: url("../img/partners/agrisud.jpg");
}

.section-partenaire .partners-5 {
  background-image: url("../img/partners/biotiful.png");
}

.section-partenaire .partners-6 {
  background-image: url("../img/partners/coherence.jpg");
}

.section-partenaire .partners-7 {
  background-image: url("../img/partners/krys-logo.png");
}

.section-partenaire .partners-8 {
  background-image: url("../img/partners/partdereves.jpg");
}

.section-partenaire .partners-9 {
  background-image: url("../img/partners/axa.jpg");
}

.section-partenaire .partners-10 {
  background-image: url("../img/partners/aqualoft.jpg");
}

.section-partenaire .partners-11 {
  background-image: url("../img/partners/naturhouse.jpg");
}

.section-partenaire .partners-12 {
  background-image: url("../img/partners/lateliernaturo.png");
}

.section-partenaire .partners-13 {
  background-image: url("../img/partners/agelocme.jpg");
}

.section-partenaire .partners-14 {
  background-image: url("../img/partners/billiechoco.jpg");
}

.section-partenaire .partners-15 {
  background-image: url("../img/partners/daphnis.jpg");
}

.section-partenaire .partners-16 {
  background-image: url("../img/partners/relais_malmaison.png");
}

.section-partenaire .partners-17 {
  background-image: url("../img/partners/louxie.jpg");
}

.section-partenaire .partners-18 {
  background-image: url("../img/partners/passage.jpg");
}

.section-partenaire .partners-19 {
  background-image: url("../img/partners/malle.jpg");
}

.section-partenaire .partners-20 {
  background-image: url("../img/partners/epiceriefine.jpg");
}

.section-partenaire .partners {
  height: 130px;
  margin: 15px 10px auto;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

@media screen and (max-width: 767px) {
  .section-partenaire .partners {
    height: 65px;
    width: 100px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 991px) {
  .section-comment-marche .box-marche-texte i{
    visibility: hidden !important;
  }
}

.section-partenaire p {
  color: #598fcb;
  font-size: 20px;
  margin-bottom: 15px;
}

/*END LOGIN PAGE*/
#aboutus {
  margin-bottom: 50px;
  padding-top: 20px;
}

#aboutus p {
  color: #598fcb;
}

#aboutus .block {
  background-color: #e73827;
  padding: 20px;
}

#aboutus .block .block-inside {
  background-color: #ffffff;
  padding: 30px;
  margin: 20px;
}

#aboutus .text-aboutus {
  text-align: left;
}

#aboutus img {
  width: 100%;
  height: 100%;
}

#aboutus h5 {
  margin-top: 20px;
}

#home h2 {
  color: #598fcb;
  padding-bottom: 15px;
}

#home h4 {
  display: inline-block;
  margin-right: 5px;
  margin-top: 5px;
  background-color: #598fcb;
}

#home h4:hover {
  background-color: #e41819;
}

#home h4 a {
  font-size: 15px;
  padding: 15px;
  display: block;
  color: white;
}

#home h4 a:visited, #home h4 a:hover, #home h4 a:focus {
  color: white;
}

#home h4.active {
  background-color: #e41819;
}

#home .post-inside {
  position: relative;
  background-color: #ffffff;
  margin-bottom: 20px;
  margin-top: 20px;
  padding: 20px;
}

#home .post-inside input.exprimezvous {
  border: 2px solid #d5e3f2 !important;
}

#home .post-inside .exprimezvous {
  padding: 11px;
  width: 100%;
  border: none;
}

#home .post-inside a.camera {
  display: inline-block;
  color: #598fcb;
  margin-top: 5px;
  width: 180px;
}

#home .post-inside a.camera i {
  font-size: 30px;
  vertical-align: middle;
  padding-right: 5px;
}

#home .post-inside a.camera:hover {
  color: #e41819;
}

#home .post-inside .add-wall-picture {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  visibility: hidden;
}

#home .post-inside .publier {
  margin-top: 10px;
  float: right;
  padding: 5px 20px;
  background-color: #598fcb;
  color: white;
  border: 1px solid #598fcb;
  box-shadow: 0px 0px 2px #666666;
}

#home .post-inside .publier:hover {
  background-color: #e41819;
  border: 1px solid #e41819;
}

#home .post-wall {
  background-color: #ffffff;
  margin-bottom: 10px;
}

#home .post-wall .post-icone h5 {
  font-size: 15px;
  color: #598fcb;
}

#home .post-wall .post-icone h5 i {
  display: inline-block;
  font-size: 30px;
  color: white;
  padding: 5px 10px;
  background-color: #e41819;
}

#home .post-wall .post-text {
  padding: 10px 20px;
  color: #598fcb;
}

#home .post-wall .post-image img {
  height: 100%;
  width: 100%;
  margin-top: 10px;
}

.bg-team-select {
  background-color: #3e8ed3;
}

#select-team .list {
  padding: 0;
  list-style: none;
}

#select-team .select-team-box {
  text-align: center;
}

#select-team .select-team-box input {
  width: 250px;
  padding: 9px;
  margin-top: 20px;
  border: none;
}

#select-team .select-team-box h5 {
  color: white;
  font-size: 20px;
  padding-top: 10px;
}

#select-team .select-team-box h4 {
  background-color: red;
  width: 250px;
  margin: 20px auto 0;
  padding: 10px 0;
}

#select-team .list li:nth-child(3n+1) .box-team {
  background-color: #0053a5;
}

#select-team .list li:nth-child(3n+2) .box-team {
  background-color: #003972;
}

#select-team .list li:nth-child(3n+3) .box-team {
  background-color: #006dd8;
}

#select-team .box-team {
  height: 380px;
  overflow: hidden;
  background-color: dodgerblue;
  position: static;
  color: white;
  padding: 15px;
  margin-bottom: 30px;
}

#select-team .box-team p {
  text-align: left;
}

#select-team .box-team h4 {
  margin: 10px 0;
}

#select-team .box-team:hover {
  opacity: 0.8;
}

#select-team .box-team img {
  width: 180px;
  height: 180px;
  margin: 10px auto;
}

.validation-team h2, .validation-team h1, .validation-team h4 {
  color: #3e8ed3;
}

.validation-team h4 {
  text-align: left;
}

.validation-team .box-people {
  margin-top: 20px;
  height: 170px;
  padding: 15px;
  padding-right: 0;
  border-radius: 5px;
  background-color: #eeeeee;
}

@media screen and (max-width: 767px) {
  .validation-team .box-people {
    width: 280px;
    margin: 20px auto 0;
  }
}

.validation-team .box-people h4 {
  color: #598fcb;
}

.validation-team .box-description-people h4 {
  color: #598fcb;
  text-align: left;
}

.validation-team .box-description-people h5 {
  color: red;
}

.validation-team .box-description-people p {
  color: #333333;
  text-align: left;
  font-size: 10px;
}

.validation-team .box-description-people .box-point-alone {
  margin-bottom: -15px;
  float: right;
}

.validation-team .box-description-people .box-point-alone p {
  background-color: #28c5f2;
  color: white;
  padding: 5px;
  font-weight: 700;
  font-size: 15px;
}

.validation-team input.button-myapp {
  color: #ffffff;
  margin-left: 10px;
  border: none;
}

.show-team-ranking h2, .show-team-ranking h1, .show-team-ranking h4 {
  color: #ffffff;
}

.show-team-ranking h4 {
  text-align: left;
}

.show-team-ranking .box-people {
  margin-top: 20px;
  height: 170px;
  padding: 15px;
  padding-right: 0;
  border-radius: 5px;
  background-color: #eeeeee;
}

@media screen and (max-width: 767px) {
  .show-team-ranking .box-people {
    width: 280px;
    margin: 20px auto 0;
  }
}

.show-team-ranking .box-people h4 {
  color: #598fcb;
}

.show-team-ranking .box-description-people h4 {
  color: #598fcb;
  text-align: left;
}

.show-team-ranking .box-description-people h5 {
  color: red;
}

.show-team-ranking .box-description-people p {
  color: #333333;
  text-align: left;
  font-size: 10px;
}

.show-team-ranking .box-description-people .box-point-alone {
  margin-bottom: -15px;
  float: right;
}

.show-team-ranking .box-description-people .box-point-alone p {
  background-color: #28c5f2;
  color: white;
  padding: 5px;
  font-weight: 700;
  font-size: 15px;
}

.show-team-ranking input.button-myapp {
  color: #ffffff;
  margin-left: 10px;
  border: none;
}

#my-team h2 {
  color: #598fcb;
  padding-bottom: 0;
}

@media screen and (max-width: 767px) {
  #my-team h2 {
    padding-bottom: 15px;
  }
}

#my-team .button-myapp {
  float: right;
  max-width: 280px;
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  #my-team .button-myapp {
    float: none;
    margin: 0 auto;
    margin-top: 20px;
  }
}

#my-team h3 {
  color: #598fcb;
  margin-bottom: 15px;
  text-align: left;
}

@media screen and (max-width: 767px) {
  #my-team h3 {
    text-align: center;
  }
}

#my-team .team-motto {
  margin: 20px 0;
  font-size: 18px;
  color: #777;
  font-style: italic;
  text-align: center;
}

#my-team p {
  color: #598fcb;
  text-align: left;
}

@media screen and (max-width: 767px) {
  #my-team p {
    text-align: center;
  }
}

#my-team .box-people {
  margin-top: 20px;
  height: 170px;
  padding: 15px;
  border-radius: 5px;
  background-color: #ffffff;
}

@media screen and (max-width: 767px) {
  #my-team .box-people {
    width: 280px;
    margin: 20px auto 0;
  }
}

#my-team .box-people h4 {
  color: #598fcb;
}

#my-team .box-people-team {
  padding: 0;
}

#my-team .box-description-people h4 {
  color: #598fcb;
  text-align: left;
}

#my-team .box-description-people h5 {
  color: red;
}

#my-team .box-description-people p {
  color: #333333;
  text-align: left;
  font-size: 10px;
}

#my-team .box-description-people .box-point-alone {
  margin-bottom: -15px;
  float: right;
}

#my-team .box-description-people .box-point-alone p {
  background-color: #28c5f2;
  color: white;
  padding: 5px;
  font-weight: 700;
  font-size: 15px;
}

#my-team .box-text-point {
  padding: 30px 0;
}

.bg-partners {
  background-color: #0054a7;
}

#partnersList iframe {
  display: block;
  max-width: 100%;
}

#partners ul {
  padding: 0;
  list-style: none;
}

#partners input {
  color: #333333;
  margin-bottom: 20px;
  padding: 15px;
  border: none;
  font-size: 16px;
}

#partners input.button-box {
  margin-left: 20px;
  background-color: #598fcb;
  color: #ffffff;
}

#partners input.button-box:hover {
  background-color: #e41819;
}

#partners .macarte {
  height: 250px;
  position: relative;
  overflow: hidden;
}

#partners .background-partners {
  background-color: white;
  margin: 1px;
  padding: 15px 0 0 0;
  margin-bottom: 20px;
}

#partners .background-partners .map-box {
  padding: 0;
  margin-top: -15px;
}

#partners .background-partners .map-box .image-partners {
  margin: 0 auto;
}

#partners .background-partners .map-box .image-partners a img {
  height: 180px;
  width: 100%;
}

#partners .background-partners .map-box .map {
  width: 100%;
  height: 250px;
}

#partners .background-partners .list-partners-content {
  margin: 15px;
}

#partners .background-partners a {
  color: inherit;
}

#partners .background-partners a:hover, #partners .background-partners a:visited, #partners .background-partners a:focus {
  color: inherit;
}

#partners .background-partners h4 {
  color: #598fcb;
}

#partners .background-partners h5 {
  font-style: italic;
}

#partners .background-partners p {
  color: #333333;
  text-align: left;
}

#myprofil h2 {
  color: #598fcb;
}

#myprofil p {
  text-align: left;
}

#myprofil .box-left {
  max-width: 300px;
  margin: 0 auto;
  padding: 20px 15px;
}

#myprofil .team {
  margin-top: 10px;
}

#myprofil .team p, #myprofil .team h4 {
  text-align: left;
}

#myprofil .team p {
  margin-bottom: 5px;
}

#myprofil .team h4 {
  margin-bottom: 20px;
}

#myprofil .text-box h4 {
  text-align: left;
  text-transform: none;
  padding: 5px 0;
  font-weight: 700;
}

#myprofil .text-box p {
  text-align: left;
  font-size: 15px;
}

#myprofil .text-box .define-my-goal {
  background-color: #598fcb;
  padding: 10px;
  float: left;
  margin-top: 10px;
  margin-right: 10px;
  box-shadow: 0px 0px 3px #666666;
}

#myprofil .text-box .define-my-goal h4 {
  padding: 1px;
}

#myprofil .text-box .define-my-goal:hover {
  background-color: #e41819;
  cursor: pointer;
}

#myprofil .text-box .box-points h4 {
  margin-top: 10px;
  background-color: #28c5f2;
  color: white;
  padding: 10px;
  font-size: 22px;
  float: left;
  text-transform: lowercase;
}

#myranking .container {
  max-width: 600px;
}

#myranking h2 {
  padding: 20px 0;
  color: #598fcb;
}

#myranking p {
  color: #598fcb;
}

#myranking .row {
  position: relative;
  margin-top: 20px;
  margin-bottom: 20px;
}

#myranking .ranking-arrow {
  position: absolute;
  top: 10px;
  bottom: 0;
  left: 50%;
  margin-left: -1px;
  width: 2px;
  background-color: white;
}

#myranking .ranking-arrow:before {
  content: " ";
  position: absolute;
  top: -10px;
  left: -4px;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  border: 2px solid white;
}

#myranking .left-ranking, #myranking .right-ranking {
  width: 100%;
}

#myranking .left-ranking .number-ranking, #myranking .right-ranking .number-ranking {
  width: 100px;
  margin-bottom: 10px;
}

#myranking .left-ranking .number-ranking h3, #myranking .right-ranking .number-ranking h3 {
  background-color: #28c5f2;
  font-size: 15px;
  padding: 7px;
  text-transform: lowercase;
  border-radius: 20px 2px 2px 20px;
}

#myranking .left-ranking .number-ranking::before, #myranking .right-ranking .number-ranking::before {
  content: "";
  display: block;
  width: 26px;
  height: 26px;
  margin-top: 5px;
  background-color: #28c5f2;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

#myranking .left-ranking .box-points, #myranking .right-ranking .box-points {
  color: #ffffff;
  font-size: 25px;
  background-color: gold;
  padding: 4px 10px;
}

@media screen and (max-width: 767px) {
  #myranking .left-ranking .box-points, #myranking .right-ranking .box-points {
    margin-top: -1px;
  }
}

#myranking .left-ranking .box-ranking, #myranking .right-ranking .box-ranking {
  margin-top: 45px;
  background-color: white;
}

#myranking .left-ranking .box-ranking:hover, #myranking .right-ranking .box-ranking:hover {
  opacity: 0.7;
}

#myranking .left-ranking .box-ranking h4, #myranking .right-ranking .box-ranking h4 {
  color: #598fcb;
  padding: 10px;
}

@media screen and (max-width: 767px) {
  #myranking .left-ranking .box-ranking h4, #myranking .right-ranking .box-ranking h4 {
    font-size: 10px;
  }
}

#myranking .left-ranking .box-ranking img, #myranking .right-ranking .box-ranking img {
  display: block;
  width: 100%;
  height: auto;
  padding: 10px;
}

#myranking .left-ranking .box-ranking::before, #myranking .right-ranking .box-ranking::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  margin-top: 15px;
  background-color: white;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

#myranking .left-ranking {
  float: right;
  padding-right: 10px;
}

#myranking .left-ranking .number-ranking {
  margin-right: 20px;
  float: right;
}

#myranking .left-ranking .number-ranking::before {
  margin-right: -12px;
  float: right;
}

#myranking .left-ranking .box-points {
  float: left;
}

#myranking .left-ranking .box-ranking::before {
  margin-right: -125px;
  float: right;
}

#myranking .right-ranking {
  margin-top: 40px;
  padding-left: 10px;
  float: left;
}

#myranking .right-ranking .number-ranking {
  margin-left: 20px;
  float: left;
}

#myranking .right-ranking .number-ranking h3 {
  border-radius: 2px 20px 20px 2px;
}

#myranking .right-ranking .number-ranking::before {
  margin-left: -12px;
  float: left;
}

#myranking .right-ranking .box-points {
  float: right;
}

#myranking .right-ranking .box-ranking::before {
  float: left;
  margin-left: -125px;
}

#mygoal h2, #mygoal h3, #mygoal h4 {
  color: #598fcb;
}

@media screen and (max-width: 767px) {
  #mygoal h2 {
    padding: 30px 0;
  }
}

#mygoal h5 {
  margin-bottom: 30px;
  background-color: #598fcb;
  color: white;
  padding: 10px;
  font-size: 25px;
  text-align: center;
}

#mygoal .text-advise {
  padding: 0 0 20px 0;
  color: #598fcb;
  font-size: 16px;
}

#mygoal .box-points {
  background-color: #28c5f2;
  color: white;
  padding: 10px;
  vertical-align: top;
  float: right;
}

@media screen and (max-width: 767px) {
  #mygoal .box-points {
    margin-top: -6px;
  }
}

#mygoal h4 {
  margin: 7px 0;
  text-align: left;
  display: inline-block;
  text-transform: none;
  width: 100%;
}

@media screen and (max-width: 767px) {
  #mygoal h4 {
    max-width: 568px;
  }
}

@media screen and (max-width: 380px) {
  #mygoal h4 {
    font-size: 12px;
  }
}

#mygoal h4 input {
  display: inline-block;
  width: 30px;
  vertical-align: top;
}

@media screen and (max-width: 767px) {
  #mygoal h4 input {
    width: 11px;
  }
}

#mygoal h4 label {
  display: inline-block;
  font-weight: normal;
  margin: 0;
  width: 424px;
  padding: 0 10px;
}

@media screen and (max-width: 767px) {
  #mygoal h4 label {
    width: 410px;
  }
}

@media screen and (max-width: 380px) {
  #mygoal h4 label {
    width: 240px;
  }
}

@media screen and (max-width: 320px) {
  #mygoal h4 label {
    width: 180px;
  }
}

#mygoal button[type="submit"] {
  display: block;
  background-color: #598fcb;
  border: none;
  color: white;
  width: 140px;
  margin: 20px auto;
  padding: 10px;
  font-size: 16px;
  text-transform: uppercase;
}

#mygoal button[type="submit"]:hover {
  background-color: #e41819;
}

#faq {
  background-color: #85aad7;
}

#faq h4 {
  color: red;
  text-align: left;
  padding: 10px 0;
  margin-top: 20px;
}

#faq p {
  text-align: left;
}

#categories {
  background-color: #ffffff;
}

#categories h2 {
  color: #598fcb;
}

#categories h3 {
  color: #598fcb;
  text-transform: inherit;
  text-align: left;
  margin-top: 15px;
  line-height: 30px;
}

#categories li {
  list-style: none;
  color: #598fcb;
  padding: 5px;
}

#categories .regular-button {
  background-color: #598fcb;
  display: inline-block;
  width: 230px;
  color: #ffffff;
  padding: 10px;
  font-size: 15px;
  box-shadow: 0px 0px 3px #666666;
  border: none;
}

#categories .regular-button:hover {
  background-color: red;
}

#categories .box-categories h4 {
  width: 100%;
  background-color: white;
  padding: 10px;
  margin-bottom: 20px;
  color: #ffffff;
  background-color: #598fcb;
  cursor: pointer;
  height: 77px;
}

#categories .box-categories h4:hover {
  background-color: #e41819;
  color: white;
}

.bg-contact {
  background-color: #82aad6;
}

#contact .container {
  max-width: 700px;
  margin: 0 auto;
}

#contact .container .image-contact {
  background-image: url("../img/pict-1.png");
  background-repeat: no-repeat;
  background-size: cover;
  width: 150px;
  height: 163px;
  margin: 0 auto;
}

#contact .container .field input {
  background-color: #ffffff;
  border: none;
  width: 100%;
  height: 40px;
  padding: 10px;
  margin: 0 0 20px 0;
}

#contact .container .message textarea {
  width: 100%;
  height: 140px;
  padding: 10px;
  border:none;
}

#contact .container button.contact {
  display: block;
  width: 200px;
  margin: 0 auto;
  padding: 15px;
  margin-top: 15px;
  background-color: #598fcb;
  color: #ffffff;
  border: none;
  text-transform: uppercase;
}

#contact .container button.contact:hover {
  background-color: #e31818;
}

#regulations {
  background-color: #85aad7;
}

#regulations h4 {
  text-align: left;
  color: red;
  padding: 10px 0;
  margin-top: 20px;
}

#regulations p {
  text-align: left;
}

#legal-notice {
  padding-bottom: 50px;
}

#legal-notice h2 {
  color: #598fcb;
}

#legal-notice h4 {
  text-align: left;
  margin: 30px 0 10px 0;
  color: #e41819;
}

#legal-notice h5 {
  color: #598fcb;
  font-weight: 700;
  font-size: 16px;
}

#legal-notice p {
  text-align: left;
  color: #598fcb;
}

#health-expert input {
  color: #333333;
  margin-bottom: 20px;
  padding: 15px;
  border: none;
  font-size: 16px;
}

#health-expert input.button-box {
  margin-left: 20px;
  background-color: #598fcb;
  color: #ffffff;
}

#health-expert input.button-box:hover {
  background-color: #e41819;
}

#personnal-assistant .box-app {
  background-color: #a6c7ea;
  padding: 25px 15px;
  margin-top: 30px;
}

#personnal-assistant p, #personnal-assistant h2, #personnal-assistant h3 {
  color: #598fcb;
}

#personnal-assistant p {
  text-align: left;
}

#personnal-assistant h3 {
  text-transform: inherit;
  line-height: 35px;
}

#personnal-assistant .logo-app {
  height: 60px;
  width: 176px;
  margin: 0 auto;
  background-size: cover;
  margin-top: 15px;
  border-radius: 10px;
}

#personnal-assistant .logo-app a {
  width: 170px;
  height: 60px;
  z-index: 1;
}

#personnal-assistant .button-myapp {
  max-width: 400px;
  margin: 0 auto;
  margin-top: 18px;
}

#personnal-assistant .googleplay {
  background-image: url("../img/googleplay.jpg");
}

#personnal-assistant .appstore {
  background-image: url("../img/appstore.png");
}

.header-not-connect {
  font-size: 18px;
}

header {
  position: fixed;
  background: url("../img/bg-opt.png") no-repeat bottom center;
  background-size: cover;
  width: 100%;
  margin-bottom: 20px;
  box-shadow: 0 0 5px #999999;
  z-index: 1;
}

header .logo {
  background-image: url("../img/logomyappsante.png");
  background-size: cover;
  width: 85px;
  height: 120px;
  margin: 10px 20px;
}

header h1 {
  font-family: 'Open Sans', sans-serif;
  position: absolute;
  font-size: 30px;
  top: 15px;
  left: 140px;
  color: #ffffff;
  font-weight: 700;
  font-style: italic;
  text-transform: none;
  letter-spacing: 2px;
}

@media screen and (max-width: 1200px) {
  header h1 {
    font-size: 25px;
  }
}

@media screen and (max-width: 769px) {
  header h1 {
    display: none;
    font-size: 15px;
    width: 230px;
    top: -10px;
    line-height: 30px;
    left: 110px;
  }
}

@media screen and (max-width: 769px) and (max-width: 380px) {
  header h1 {
    display: none;
  }
}

header .menu {
  font-size: 20px;
  padding-right: 10px;
}

header .menu-name {
  font-size: 20px;
  float: left;
  padding-top: 15px;
  padding-right: 10px;
}

header .style-icone {
  display: inline-block;
}

header .burger-menu {
  position: absolute;
  right: 20px;
  top: 30px;
  color: #ffffff;
  font-size: 40px;
  padding: 10px 20px;
  background-color: #598fcb;
  cursor: pointer;
  border-radius: 7px;
}

header .burger-menu:hover {
  color: #e41819;
}

header .header-nav {
  z-index: 1;
  position: fixed;
  background-color: rgba(33, 33, 33, 0.7);
  height: 100%;
  right: -300px;
  top: 0;
  color: #ffffff;
  -webkit-transition: right 0.3s;
  transition: right 0.3s;
}

header .header-nav i {
  font-size: 40px;
  margin: 15px;
  margin-left: 30px;
}

header .header-nav i:hover {
  color: #e41819;
}

header nav {
  background-color: #598fcb;
  text-transform: uppercase;
  letter-spacing: 2px;
}

header nav .active {
  background-color: #e41819;
}

header nav ul {
  padding-left: 0;
  margin: 0;
}

header nav ul li {
  list-style: none;
  padding: 10px 10px 5px 1px;
  border-bottom: 1px solid #333333;
}

header nav ul li:hover {
  background-color: #e41819;
}

header nav ul li a {
  text-decoration: none;
  color: #ffffff;
  padding: 10px 15px 5px 15px;
}

header nav ul li a i {
  font-size: 25px !important;
  margin: 15px;
  margin-left: 0 !important;
  vertical-align: middle;
}

header nav ul li a i:hover {
  color: #ffffff !important;
}

.header-inverted {
  position: fixed;
  background-image: none;
  background-color: rgba(255, 255, 255, 0.9);
  z-index: 1;
}

.header-inverted .logo {
  width: 44px;
  height: 60px;
  margin: 10px 20px;
}

.header-inverted .burger-menu {
  background-color: rgba(255, 255, 255, 0);
  top: 7px;
  padding: 5px 10px;
}

.header-inverted .burger-menu {
  background-color: #598fcb;
}

.header-inverted .burger-menu .header-not-connect {
  font-size: 18px;
  color: #ffffff;
}

.header-inverted h1 {
  top: -5px;
  left: 80px;
  font-size: 20px;
  color: #598fcb;
}

@media screen and (max-width: 769px) {
  .header-inverted h1 {
    top: 5px;
    margin: 7px;
    font-size: 15px;
  }
}

@media screen and (max-width: 380px) {
  .header-inverted h1 {
    display: none;
  }
}

footer {
  z-index: 2;
  position: fixed;
  background-color: #444444;
  bottom: 0;
  width: 100%;
}

footer nav {
  max-width: 960px;
  margin: 0 auto;
}

footer nav ul {
  margin-bottom: 0;
}

@media screen and (max-width: 769px) {
  footer nav ul {
    padding: 5px 0 5px 0;
  }
}

footer nav ul li {
  display: inline-block;
  padding: 10px 20px;
}

@media screen and (max-width: 769px) {
  footer nav ul li {
    display: block;
    text-align: center;
    margin: 5px;
  }
}

footer nav ul li a {
  padding: 5px;
  color: #ffffff;
  text-decoration: none;
}

footer nav ul li a:hover {
  color: #e41819;
}

footer nav ul li a i {
  position: relative;
  top: 1px;
  font-size: 18px;
  margin: 0 10px;
}

@media screen and (max-width: 769px) {
  footer {
    position: relative;
  }

}

.modal-content {
  margin-top: 100px;
}

.modal-content h4 {
  font-size: 20px;
  color: #3d4d98;
}

.modal-content .close {
  display: inline-block;
  margin-top: -20px;
}

.modal-body-contact {
  padding: 30px 20px 10px;
  text-align: center;
}

.modal-body-contact p {
  margin-bottom: 0;
}

.modal-body-contact h5.log-myp {
  background-color: red;
  display: inline-block;
  text-align: center;
  color: #ffffff;
  padding: 10px;
  font-weight: bold;
  font-size: 20px;
  width: 200px;
  box-shadow: 0px 0px 8px #666666;
  cursor: pointer;
}

.modal-body-contact h5.log-myp:hover {
  opacity: 0.8;
}

.bg-login h1 {
    color: #598fcb;
}
.language-box{
position: absolute;
right:20px;
bottom:15px;
width:50px;
}
.language a{
  color: #598fcb;
}
.language a:hover{
  color: red;
}

	.section-comment-marche .comment-marche-1{
		background-image: url('../img/cm_pict4.jpg');
		background-size: cover;
		height:300px;
		border-radius: 30px;
		border:10px solid #598fcb;
		margin-bottom: 40px;
	}
	.section-comment-marche .comment-marche-2{
		background-image: url('../img/cm_pict5.jpg');
		background-size: cover;
		height:300px;
		border-radius: 30px;
		border:10px solid #598fcb;
		margin-bottom: 40px;
	}
	.section-comment-marche .comment-marche-3{
		background-image: url('../img/cm_pict1.jpg');
		background-size: cover;
		height:300px;
		border-radius: 30px;
		border:10px solid #598fcb;
		margin-bottom: 40px;
	}
	.section-comment-marche .comment-marche-4{
		background-image: url('../img/cm_pict2.jpg');
		background-size: cover;
		height:300px;
		border-radius: 30px;
		border:10px solid #598fcb;
		margin-bottom: 40px;
	}
	.section-comment-marche .comment-marche-box-1{
		margin-top: 300px;
	}
	.section-comment-marche .comment-marche-box-2{
		margin-top: -220px;
	}
	.section-comment-marche .comment-marche-box-3{
		margin-top: 70px;
	}
	.section-comment-marche .number{
		color: #ffffff ;
		background-color: #598fcb;
		width:50px;
		margin: 0 auto;
		border-radius: 40px;
		font-size: 35px;
    text-align: center;
	}
	.section-comment-marche p{
		color:#598fcb;
		margin-top: 30px;
		padding-bottom: 10px;
		font-size: 20px;
		font-weight: bold;

	}
  @media screen and (max-width: 769px) {

  	.section-comment-marche	.comment-marche-box-1{
  			margin-top: 40px;
  		}
  	.section-comment-marche	.comment-marche-box-2{
  			margin-top: 40px;
  		}
  	.section-comment-marche	.comment-marche-box-3{
  			margin-top: 40px;
  		}
  	

  }
