/* Box sizing rules */
/* line 2, ../sass/_reset.scss */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Remove default padding */
/* line 9, ../sass/_reset.scss */
ul[class],
ol[class] {
  padding: 0;
}

/* Remove default margin */
/* line 15, ../sass/_reset.scss */
body,
h1,
h2,
h3,
h4,
p,
ul[class],
ol[class],
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
}

/* Set core body defaults */
/* line 33, ../sass/_reset.scss */
body {
  min-height: 100vh;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* Remove list styles on ul, ol elements with a class attribute */
/* line 41, ../sass/_reset.scss */
ul[class],
ol[class] {
  list-style: none;
}

/* A elements that don't have a class get default styles */
/* line 47, ../sass/_reset.scss */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
/* line 52, ../sass/_reset.scss */
img {
  max-width: 100%;
}

/* Natural flow and rhythm in articles by default */
/* line 57, ../sass/_reset.scss */
article > * + * {
  margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */
/* line 62, ../sass/_reset.scss */
input,
button,
textarea,
select {
  font: inherit;
}

/* Remove all animations and transitions for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  /* line 71, ../sass/_reset.scss */
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
@font-face {
  font-family: 'Nimbus';
  font-style: normal;
  font-weight: normal;
  src: local("Nimbus Sans D OT Light"), url("../font/Nimbus-Sans-D-OT-Light_32752.woff") format("woff");
}
@font-face {
  font-family: 'Nimbus';
  font-style: normal;
  font-weight: bold;
  src: local("Nimbus Sans D OT Bold"), url("../font/Nimbus-Sans-D-OT-Bold_32747.woff") format("woff");
}
/* line 31, ../sass/_vars.scss */
html {
  font-size: 62.5%;
}

/* line 35, ../sass/_vars.scss */
body {
  font-size: 14px;
  background: #F4F4F4;
  color: #4B4B4B;
  font-family: 'Nimbus', sans-serif;
}

/* line 42, ../sass/_vars.scss */
li, a {
  transition: 0.3s;
}

/* line 46, ../sass/_vars.scss */
a {
  color: #003291;
  text-decoration: none;
}
/* line 49, ../sass/_vars.scss */
a .Underline {
  display: inline-block;
  padding-bottom: 2px;
  border-bottom: 2px solid #003291;
}

/* line 56, ../sass/_vars.scss */
a:hover {
  text-decoration: none;
}

/* line 60, ../sass/_vars.scss */
.contain {
  width: 1086px;
  max-width: 100%;
  margin: 0 auto;
}

/* line 66, ../sass/_vars.scss */
.containmain {
  position: relative;
  width: 1086px;
  max-width: 100%;
  margin: 59px auto 40px;
  -webkit-box-shadow: 0px 28px 34px -1px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 28px 34px -1px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 28px 34px -1px rgba(0, 0, 0, 0.15);
  border-bottom-right-radius: 14px;
  border-bottom-left-radius: 14px;
  overflow: hidden;
}

/* line 79, ../sass/_vars.scss */
.inside {
  width: 970px;
  max-width: 100%;
  margin: 0 auto;
}

/* line 85, ../sass/_vars.scss */
#toolbar-administration {
  position: relative;
  z-index: 9999999;
}

/* line 96, ../sass/_vars.scss */
h1 {
  font-size: 24px;
  font-weight: bold;
  line-height: 70px;
  background: #003291;
  color: #fff;
  text-align: center;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  border-top-right-radius: 14px;
  border-top-left-radius: 14px;
  height: 70px;
}

/* line 110, ../sass/_vars.scss */
.node-contact #block-mnh-page-title {
  text-align: center;
  overflow: hidden;
  margin-top: 65px;
}

/* line 115, ../sass/_vars.scss */
.TitleH2, .node-contact h1 {
  width: auto;
  font-size: 4.8rem;
  position: relative;
  display: inline-block;
  text-align: center;
  margin: 0 auto;
  padding: 0 30px;
  font-family: 'Work Sans', sans-serif;
}
/* line 125, ../sass/_vars.scss */
.TitleH2:before, .node-contact h1:before {
  content: '';
  height: 2px;
  width: 2000px;
  background: #003291;
  position: absolute;
  left: -2000px;
  top: calc(50% + 1px);
}
/* line 134, ../sass/_vars.scss */
.TitleH2:after, .node-contact h1:after {
  content: '';
  height: 2px;
  width: 2000px;
  background: #003291;
  position: absolute;
  right: -2000px;
  top: calc(50% + 1px);
}

/* line 145, ../sass/_vars.scss */
.center {
  overflow: hidden;
  text-align: center;
}

/* line 150, ../sass/_vars.scss */
.bold {
  font-weight: bold;
}

/* line 154, ../sass/_vars.scss */
.uppercase {
  text-transform: uppercase;
}

/* line 158, ../sass/_vars.scss */
.bg-blue {
  background-color: #09478D;
}

/* line 163, ../sass/_vars.scss */
.buttonLink {
  display: block;
  text-decoration: none;
  background: #DC3C7C;
  padding: 0px 13px;
  height: 51px;
  text-align: center;
  line-height: 51px;
  border-radius: 4px;
  color: #fff;
  font-size: 24px;
  transition: 0.3s;
  border: none;
  cursor: pointer;
}
/* line 177, ../sass/_vars.scss */
.buttonLink.btnBlue {
  background: #003291;
}
/* line 180, ../sass/_vars.scss */
.buttonLink.btnGreen {
  background: #F0F6F6;
}
/* line 183, ../sass/_vars.scss */
.buttonLink:hover {
  background: #003291;
  color: #fff;
}

/* line 189, ../sass/_vars.scss */
.Mobile {
  display: none;
}

/* line 192, ../sass/_vars.scss */
.Desktop {
  display: block;
}

/* line 196, ../sass/_vars.scss */
h5 {
  font-size: 1.5rem;
  font-weight: normal;
  font-family: 'Work Sans', sans-serif;
}

/* line 201, ../sass/_vars.scss */
.content p {
  margin-bottom: 37px;
}

/* line 1, ../sass/_layout.scss */
header {
  height: 175px;
  text-align: center;
  background: #fff;
  padding: 30px 0;
}
/* line 6, ../sass/_layout.scss */
header .logo {
  margin-bottom: 16px;
}
/* line 9, ../sass/_layout.scss */
header .contain {
  position: relative;
}
/* line 12, ../sass/_layout.scss */
header .account {
  position: absolute;
  right: 0;
  text-align: right;
  top: 50%;
  margin-top: -5px;
}
/* line 18, ../sass/_layout.scss */
header .account a {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  font-size: 14px;
  color: #003291;
  text-decoration: none;
}
/* line 26, ../sass/_layout.scss */
header .account a img {
  margin-left: 10px;
}

/* line 35, ../sass/_layout.scss */
.progress_bar {
  height: 45px;
  padding: 0 33px;
}
/* line 38, ../sass/_layout.scss */
.progress_bar ul, .progress_bar li {
  margin: 0;
  padding: 0;
  list-style: none;
}
/* line 43, ../sass/_layout.scss */
.progress_bar ul {
  padding-top: 10px;
  display: flex;
  justify-content: space-between;
  position: relative;
}
/* line 48, ../sass/_layout.scss */
.progress_bar ul:after {
  position: absolute;
  content: '';
  width: 100%;
  height: 1px;
  background: #CECECE;
  top: 22.5px;
  z-index: 0;
}
/* line 58, ../sass/_layout.scss */
.progress_bar li {
  height: 26px;
  width: 26px;
  line-height: 26px;
  border-radius: 50%;
  font-size: 14px;
  text-align: center;
  color: #fff;
  background: #CECECE;
  position: relative;
  z-index: 1;
}
/* line 69, ../sass/_layout.scss */
.progress_bar li.active {
  background: #003291;
}
/* line 72, ../sass/_layout.scss */
.progress_bar li.done {
  background: #003291;
}
/* line 74, ../sass/_layout.scss */
.progress_bar li.done:after {
  content: url(../img/check.png);
  position: absolute;
  height: 26px;
  width: 26px;
  line-height: 26px;
  border-radius: 50%;
  font-size: 14px;
  text-align: center;
  color: #fff;
  left: 0;
  top: 2px;
  z-index: 0;
}

/* line 92, ../sass/_layout.scss */
.home_content {
  background: #fff;
}
/* line 94, ../sass/_layout.scss */
.home_content .first_zone {
  display: flex;
  width: 100%;
  border-bottom: 1px solid #CECECE;
}
/* line 98, ../sass/_layout.scss */
.home_content .first_zone .left {
  border-right: 1px solid #CECECE;
  flex: 1 1 0;
  width: 0;
  padding: 33px;
  font-size: 24px;
  font-weight: bold;
}
/* line 107, ../sass/_layout.scss */
.home_content .first_zone .right {
  flex: 1 1 0;
  width: 0;
  padding: 33px 0;
}
/* line 111, ../sass/_layout.scss */
.home_content .first_zone .right ul {
  margin: 0;
  padding: 0;
}
/* line 115, ../sass/_layout.scss */
.home_content .first_zone .right li {
  list-style: none;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
/* line 120, ../sass/_layout.scss */
.home_content .first_zone .right li a, .home_content .first_zone .right li div {
  height: 60px;
  line-height: 60px;
  font-size: 24px;
  font-weight: bold;
  color: #DC3C7C;
  display: block;
  padding: 0 33px;
}
/* line 128, ../sass/_layout.scss */
.home_content .first_zone .right li a span, .home_content .first_zone .right li div span {
  font-size: 14px;
  font-weight: normal;
  color: #003291;
}
/* line 134, ../sass/_layout.scss */
.home_content .first_zone .right li div {
  color: grey;
}
/* line 140, ../sass/_layout.scss */
.home_content .first_zone .right li:nth-child(odd) a {
  background: #F4F4F4;
}
/* line 147, ../sass/_layout.scss */
.home_content .second_zone {
  display: flex;
  width: 100%;
  border-bottom: 1px solid #CECECE;
}
/* line 151, ../sass/_layout.scss */
.home_content .second_zone .left {
  border-right: 1px solid #CECECE;
  flex: 1 1 0;
  width: 0;
  padding: 33px;
  font-size: 24px;
  font-weight: bold;
}
/* line 158, ../sass/_layout.scss */
.home_content .second_zone .left .desc_format {
  font-weight: normal;
}
/* line 163, ../sass/_layout.scss */
.home_content .second_zone .right {
  flex: 1 1 0;
  width: 0;
  padding: 33px 0;
}
/* line 167, ../sass/_layout.scss */
.home_content .second_zone .right ul {
  margin: 0;
  padding: 0;
}
/* line 171, ../sass/_layout.scss */
.home_content .second_zone .right li {
  list-style: none;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
/* line 176, ../sass/_layout.scss */
.home_content .second_zone .right li a {
  height: 80px;
  line-height: 60px;
  font-size: 24px;
  font-weight: bold;
  color: #DC3C7C;
  display: block;
  padding: 0 33px;
}
/* line 184, ../sass/_layout.scss */
.home_content .second_zone .right li a span {
  font-size: 14px;
  font-weight: normal;
  color: #003291;
}
/* line 192, ../sass/_layout.scss */
.home_content .second_zone .right li:nth-child(odd) a {
  background: #F4F4F4;
}
/* line 200, ../sass/_layout.scss */
.home_content .second_perso .right {
  padding: 33px;
}
/* line 205, ../sass/_layout.scss */
.home_content .first_home .left, .home_content .second_home .left {
  color: #003291;
}

/* line 1, ../sass/_homepage.scss */
.Main {
  margin-top: 75px;
}
/* line 3, ../sass/_homepage.scss */
.Main img.MainImg {
  float: right;
  margin-right: -235px;
  margin-bottom: 47px;
  margin-left: 30px;
}
/* line 9, ../sass/_homepage.scss */
.Main .MainBody {
  position: relative;
}
/* line 12, ../sass/_homepage.scss */
.Main .MainBody:before {
  content: '';
  width: 205px;
  height: 2px;
  background: #003291;
  position: absolute;
  top: 8px;
  left: -235px;
}

/* line 24, ../sass/_homepage.scss */
.TrophyHome {
  margin-top: 60px;
}
/* line 27, ../sass/_homepage.scss */
.TrophyHome .TrophyTeasers {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0 130px;
  margin-top: 70px;
}
/* line 33, ../sass/_homepage.scss */
.TrophyHome .TrophyTeasers > .TrophyTeaser {
  margin-bottom: 50px;
  width: 270px;
  text-align: center;
}
/* line 40, ../sass/_homepage.scss */
.TrophyHome .TrophyTeaserImg {
  height: 270px;
  padding: 83px 25px 0;
  margin-bottom: 32px;
}
/* line 44, ../sass/_homepage.scss */
.TrophyHome .TrophyTeaserImg a {
  display: none;
  background: #DC3C7C;
  font-size: 2rem;
  color: #fff;
  text-transform: uppercase;
  padding: 36px 0 40px;
  text-decoration: underline;
}
/* line 52, ../sass/_homepage.scss */
.TrophyHome .TrophyTeaserImg a .Underline {
  border-bottom: 2px solid #fff;
}
/* line 56, ../sass/_homepage.scss */
.TrophyHome .TrophyTeaserImg:hover a {
  display: block;
}
/* line 60, ../sass/_homepage.scss */
.TrophyHome .TrophyTeaserCat {
  font-size: 2rem;
  font-weight: bold;
  font-family: 'Work Sans', sans-serif;
}
/* line 65, ../sass/_homepage.scss */
.TrophyHome .TrophyTeaserTitle {
  font-family: 'Work Sans', sans-serif;
  font-weight: bold;
  font-size: 2rem;
  text-transform: uppercase;
}

/* line 73, ../sass/_homepage.scss */
span.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #fff;
}

/* line 76, ../sass/_homepage.scss */
.swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  background: transparent;
  border: 2px solid #fff;
}

/* line 83, ../sass/_homepage.scss */
.MainBody p {
  margin-bottom: 35px;
}

/* line 88, ../sass/_homepage.scss */
.projetnamehome {
  padding: 0 34px;
  margin-top: -35px;
  color: #003291;
}

/* line 2, ../sass/_perso.scss */
.block_head_perso input[type=submit] {
  background: #DC3C7C;
  color: #fff;
  height: 31px;
  line-height: 31px;
  font-size: 16px;
  text-align: center;
  padding: 0 15px;
  border: none;
  border-radius: 4px;
  margin-left: 10px;
  font-weight: bold;
}

/* line 18, ../sass/_perso.scss */
.titre_perso {
  height: 60px;
  line-height: 60px;
  font-size: 24px;
  font-weight: bold;
  color: #DC3C7C;
  display: block;
  padding: 0;
}
/* line 26, ../sass/_perso.scss */
.titre_perso span {
  font-size: 14px;
  font-weight: normal;
  color: #003291;
}

/* line 33, ../sass/_perso.scss */
.block_head_perso {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

/* line 38, ../sass/_perso.scss */
.persotitre {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* line 44, ../sass/_perso.scss */
.desc_head_perso {
  font-size: 14px;
  color: #4B4B4B;
  margin-left: 22px;
}

/* line 49, ../sass/_perso.scss */
.head_perso {
  padding: 34px 43px;
  border-bottom: 1px solid #CECECE;
}

/* line 54, ../sass/_perso.scss */
.home_content .second_perso h2 {
  font-size: 14px;
  font-weight: bold;
  color: #003291;
}
/* line 58, ../sass/_perso.scss */
.home_content .second_perso h2 i {
  font-size: 20px;
  font-style: normal;
}
/* line 63, ../sass/_perso.scss */
.home_content .second_perso .left {
  font-size: 14px;
  border-right: none;
}
/* line 67, ../sass/_perso.scss */
.home_content .second_perso .left .format {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
/* line 71, ../sass/_perso.scss */
.home_content .second_perso .left .format div {
  margin-top: 15px;
  margin-left: 14px;
  font-weight: bold;
  color: #003291;
}
/* line 77, ../sass/_perso.scss */
.home_content .second_perso .left .format div:first-child {
  margin-left: 0;
}
/* line 82, ../sass/_perso.scss */
.home_content .second_perso .left .desc_format {
  margin: 20px 0;
}
/* line 87, ../sass/_perso.scss */
.home_content .second_perso .left .donnees label {
  color: #003291;
  font-weight: bold;
  margin-bottom: 11px;
  display: block;
}
/* line 93, ../sass/_perso.scss */
.home_content .second_perso .left .donnees input {
  display: block;
  height: 50px;
  line-height: 50px;
  margin-bottom: 17px;
  padding-left: 9px;
  width: 344px;
  color: #003291;
  font-weight: bold;
  font-size: 20px;
  border: 1px solid #DC3C7C;
  border-radius: 4px;
}
/* line 105, ../sass/_perso.scss */
.home_content .second_perso .left .donnees input::placeholder {
  color: #003291;
}

/* line 114, ../sass/_perso.scss */
.home_content input[type="checkbox"]:checked,
.home_content input[type="checkbox"]:not(:checked) {
  position: absolute;
  left: -9999px;
}
/* line 119, ../sass/_perso.scss */
.home_content input[type="checkbox"]:checked + label,
.home_content input[type="checkbox"]:not(:checked) + label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  color: #003291;
}
/* line 129, ../sass/_perso.scss */
.home_content input[type="checkbox"]:checked + label:before,
.home_content input[type="checkbox"]:not(:checked) + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: calc(50% - 12px);
  width: 18px;
  height: 18px;
  border: 1px solid #DC3C7C;
  border-radius: 100%;
  background: #fff;
}
/* line 141, ../sass/_perso.scss */
.home_content input[type="checkbox"]:checked + label:after,
.home_content input[type="checkbox"]:not(:checked) + label:after {
  content: '';
  width: 12px;
  height: 12px;
  background: #DC3C7C;
  position: absolute;
  top: calc(50% - 9px);
  left: 3px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
/* line 154, ../sass/_perso.scss */
.home_content input[type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}
/* line 159, ../sass/_perso.scss */
.home_content input[type="checkbox"]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

/* line 167, ../sass/_perso.scss */
.title_banniere {
  color: #003291;
}

/* line 174, ../sass/_perso.scss */
#personnalisation .right .bannieres .title_banniere {
  margin-left: 27px;
  margin-bottom: 5px;
  margin-top: 15px;
}
/* line 180, ../sass/_perso.scss */
#personnalisation .right .bannieres .ban480 img {
  width: 340px;
  height: 44px;
}
/* line 187, ../sass/_perso.scss */
#personnalisation .right .bannieres .ban728x60 img {
  width: 488px;
  height: 60px;
}
/* line 194, ../sass/_perso.scss */
#personnalisation .right .bannieres .ban300 img {
  width: 198px;
  height: 166px;
}
/* line 200, ../sass/_perso.scss */
#personnalisation .right .buttonLink {
  float: right;
  margin-top: -57px;
}

/* line 207, ../sass/_perso.scss */
.backperso {
  padding: 34px 43px 0;
}

/* line 211, ../sass/_perso.scss */
#persotitre #titre {
  height: 31px;
  border: 1px solid #DC3C7C;
  padding: 0 5px;
}
/* line 215, ../sass/_perso.scss */
#persotitre #titre::placeholder {
  color: #003291;
}

/* line 220, ../sass/_perso.scss */
#retour {
  margin-top: 50px;
  display: none;
}

/* line 225, ../sass/_perso.scss */
#insideretour {
  text-align: center;
  padding: 50px 0 0;
}

/* line 229, ../sass/_perso.scss */
.retour_actions {
  display: flex;
  justify-content: center;
}
/* line 233, ../sass/_perso.scss */
.retour_actions div {
  margin: 30px 0;
  padding: 0 15px;
  height: 31px;
  line-height: 31px;
  background: #CECECE;
  color: black;
  cursor: pointer;
}
/* line 242, ../sass/_perso.scss */
.retour_actions div:first-child {
  margin-right: 15px;
  background: #003291;
  color: #fff;
}

/* line 249, ../sass/_perso.scss */
#cboxClose {
  top: 0;
}

/* line 253, ../sass/_perso.scss */
.backcolorbox {
  font-weight: bold;
}

/* line 1, ../sass/_user.scss */
form.user-login-form {
  background: #003291;
  width: 400px;
  margin: 122px auto 40px;
  color: #fff;
  text-align: center;
  border-radius: 14px;
  padding: 64px 50px 73px;
}
/* line 10, ../sass/_user.scss */
form.user-login-form h2 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
}
/* line 15, ../sass/_user.scss */
form.user-login-form .description {
  text-align: left;
  margin: 10px 0;
  font-size: 11px;
}
/* line 21, ../sass/_user.scss */
form.user-login-form .forgetpass a {
  text-align: left;
  font-size: 11px;
  color: #fff;
  text-decoration: underline;
  display: block;
}
/* line 28, ../sass/_user.scss */
form.user-login-form input[type=text], form.user-login-form input[type=password] {
  width: 100%;
  height: 37px;
  line-height: 37px;
  text-align: left;
  border-radius: 4px;
  border: 1px solid #DC3C7C;
  font-size: 14px;
  color: #fff;
  background: #003291;
  font-weight: bold;
  padding: 0 8px;
}
/* line 40, ../sass/_user.scss */
form.user-login-form input[type=text]::placeholder, form.user-login-form input[type=password]::placeholder {
  font-size: 14px;
  color: #fff;
  font-weight: bold;
}
/* line 46, ../sass/_user.scss */
form.user-login-form .actionslogin {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 11px;
}
/* line 52, ../sass/_user.scss */
form.user-login-form .buttonLink {
  font-size: 16px;
  height: 37px;
  line-height: 37px;
}

/* line 59, ../sass/_user.scss */
.connectdash {
  text-align: center;
  color: #3EA9AB;
  font-size: 14px;
  font-weight: bold;
  text-decoration: underline;
  display: block;
}

/* line 67, ../sass/_user.scss */
.divider {
  height: 100px;
}

/* line 71, ../sass/_user.scss */
.user_login .account {
  display: none;
}

/* line 76, ../sass/_user.scss */
.login-messages h1 {
  display: none;
}
/* line 79, ../sass/_user.scss */
.login-messages form {
  display: none;
}

/* line 84, ../sass/_user.scss */
section.block-content.block-message {
  width: 800px;
  margin: 0 auto;
  max-width: 100%;
}
/* line 89, ../sass/_user.scss */
section.block-content.block-message .drupal-messages {
  margin: 30px auto;
  padding: 40px;
  text-align: center;
  background: #fff;
}

/* line 98, ../sass/_user.scss */
.user-pass label {
  font-size: 24px;
  font-weight: bold;
  color: #DC3C7C;
  text-align: center;
  margin-top: 46px;
  margin-bottom: 30px;
  display: block;
}
/* line 108, ../sass/_user.scss */
.user-pass .inputs_generate {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 200px;
}
/* line 115, ../sass/_user.scss */
.user-pass input[type=text] {
  width: 344px;
  height: 37px;
  line-height: 37px;
  padding: 0 10px;
  color: #003291;
  font-size: 14px;
  font-weight: bold;
}
/* line 123, ../sass/_user.scss */
.user-pass input[type=text]::placeholder {
  font-size: 14px;
  font-weight: bold;
  color: #003291;
}
/* line 129, ../sass/_user.scss */
.user-pass .buttonLink {
  height: 37px;
  font-size: 14px;
  line-height: 37px;
  margin-left: 10px;
}

/* line 137, ../sass/_user.scss */
.account-contener {
  text-align: center;
  width: 450px;
  margin: 0 auto;
  padding-top: 45px;
  padding-bottom: 150px;
  font-size: 16px;
}
/* line 144, ../sass/_user.scss */
.account-contener a {
  text-decoration: underline;
}
/* line 147, ../sass/_user.scss */
.account-contener h2 {
  color: #DC3C7C;
  font-size: 24px;
  font-weight: bold;
}
/* line 152, ../sass/_user.scss */
.account-contener .mdp > div {
  display: flex;
  justify-content: space-between;
  padding: 0 80px;
  margin-top: 20px;
}
/* line 157, ../sass/_user.scss */
.account-contener .mdp > div.hidden {
  display: none;
}
/* line 161, ../sass/_user.scss */
.account-contener .infos {
  text-align: left;
  padding: 0 60px;
  margin-top: 20px;
  font-size: 16px;
}
/* line 166, ../sass/_user.scss */
.account-contener .infos button {
  font-size: 16px;
  text-decoration: underline;
  background: none;
  border: none;
  color: #003291;
  cursor: pointer;
}
/* line 174, ../sass/_user.scss */
.account-contener .infos input {
  background: none;
  border: 1px solid #003291;
}
/* line 178, ../sass/_user.scss */
.account-contener .infos input[disabled=disabled] {
  border: none;
  background: none;
}
/* line 184, ../sass/_user.scss */
.account-contener .infos > div {
  display: flex;
  justify-content: space-between;
}
/* line 190, ../sass/_user.scss */
.account-contener .hidden {
  display: none;
}

/* line 196, ../sass/_user.scss */
.change-contener {
  text-align: center;
  width: 450px;
  max-width: 100%;
  margin: 0 auto;
  padding-bottom: 150px;
  padding-top: 46px;
}
/* line 203, ../sass/_user.scss */
.change-contener h2 {
  font-size: 24px;
  color: #DC3C7C;
  font-weight: bold;
  text-align: center;
}
/* line 210, ../sass/_user.scss */
.change-contener .mdp input {
  display: block;
  text-align: left;
  width: 344px;
  margin: 20px auto;
  border: 1px solid #DC3C7C;
  height: 37px;
  line-height: 37px;
  padding: 0 10px;
  font-size: 14px;
  font-weight: bold;
  color: #003291;
}
/* line 222, ../sass/_user.scss */
.change-contener .mdp input::placeholder {
  font-size: 14px;
  font-weight: bold;
  color: #003291;
}
/* line 229, ../sass/_user.scss */
.change-contener .buttonLink {
  display: block;
  margin: 20px auto;
  line-height: 37px;
  height: 37px;
  font-size: 16px;
}
/* line 236, ../sass/_user.scss */
.change-contener .desc-change-pass {
  font-size: 16px;
}
/* line 239, ../sass/_user.scss */
.change-contener .ajaxResponse {
  font-size: 16px;
  margin: -10px auto 20px;
  color: #003291;
}

/* line 1, ../sass/_prev.scss */
.prev_content {
  padding: 34px 43px 46px;
}
/* line 3, ../sass/_prev.scss */
.prev_content .first_zone {
  display: block;
  border: none;
}
/* line 7, ../sass/_prev.scss */
.prev_content .first_zone .titre {
  height: 60px;
  line-height: 60px;
  font-size: 24px;
  font-weight: bold;
  color: #DC3C7C;
  display: block;
  padding: 0;
}
/* line 15, ../sass/_prev.scss */
.prev_content .first_zone .titre span {
  font-size: 14px;
  font-weight: normal;
  color: #003291;
}
/* line 21, ../sass/_prev.scss */
.prev_content .first_zone .nom_projet {
  margin-bottom: 31px;
}
/* line 22, ../sass/_prev.scss */
.prev_content .first_zone .nom_projet span {
  color: #003291;
}
/* line 29, ../sass/_prev.scss */
.prev_content .first_zone .bannieres_liste h2 {
  font-weight: bold;
  color: #003291;
  margin-top: 30px;
}
/* line 34, ../sass/_prev.scss */
.prev_content .first_zone .bannieres_liste .titre_ban {
  color: #003291;
  margin-top: 30px;
  margin-bottom: 11px;
}
/* line 42, ../sass/_prev.scss */
.prev_content .actions_buttons {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-top: -57px;
}
/* line 47, ../sass/_prev.scss */
.prev_content .actions_buttons .btnBlue {
  margin-right: 10px;
}

/* line 54, ../sass/_prev.scss */
.back input {
  color: #003291;
  border: none;
  background: none;
  font-size: 14px;
  font-weight: bold !important;
}

/* line 1, ../sass/_final.scss */
.message_final {
  font-size: 24px;
  font-weight: bold;
  line-height: 28px;
  text-align: center;
  margin: 0px 82px 0px;
  padding-top: 52px;
}

/* line 10, ../sass/_final.scss */
.final_actions {
  margin-top: 30px;
}
/* line 12, ../sass/_final.scss */
.final_actions button {
  width: 238px;
  height: 37px;
  line-height: 37px;
  text-align: center;
  color: #fff;
  background: #3EA9AB;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  font-weight: bold;
  font-size: 14px;
  padding: 0;
  border: none;
  cursor: pointer;
  border-radius: 4px;
}
/* line 29, ../sass/_final.scss */
.final_actions button.pink {
  background: #DC3C7C;
}
/* line 32, ../sass/_final.scss */
.final_actions button.blue {
  background: #003291;
}
/* line 36, ../sass/_final.scss */
.final_actions .reception {
  padding: 51px 0 140px;
}

/* line 41, ../sass/_final.scss */
.content {
  background: #fff;
}

/* line 45, ../sass/_final.scss */
.progress_bar {
  background: #F4F4F4;
}

/* line 49, ../sass/_final.scss */
.envoiemail {
  padding: 20px 24px 24px;
  border: 1px solid #CECECE;
}
/* line 52, ../sass/_final.scss */
.envoiemail label {
  display: block;
  font-size: 14px;
  font-weight: bold;
  color: #003291;
  margin-bottom: 15px;
}
/* line 59, ../sass/_final.scss */
.envoiemail div {
  display: flex;
  align-items: center;
}
/* line 64, ../sass/_final.scss */
.envoiemail input[type=text] {
  width: 344px;
  height: 37px;
  line-height: 37px;
  border: 1px solid #DC3C7C;
  margin-right: 10px;
  padding: 0 10px;
  color: #003291;
  font-weight: bold;
  font-size: 14px;
}
/* line 74, ../sass/_final.scss */
.envoiemail input[type=text]::placeholder {
  color: #003291;
  font-weight: bold;
  font-size: 14px;
}
/* line 80, ../sass/_final.scss */
.envoiemail input[type=submit] {
  width: 114px;
  height: 37px;
  line-height: 37px;
  font-size: 14px;
  font-weight: bold;
}

/* line 1, ../sass/_dashboard.scss */
.dashboard {
  padding: 38px 20px 20px 0;
}
/* line 3, ../sass/_dashboard.scss */
.dashboard h2 {
  font-size: 24px;
  color: #DC3C7C;
  font-weight: bold;
  margin-bottom: 30px;
  text-align: center;
}
/* line 10, ../sass/_dashboard.scss */
.dashboard .commerciaux {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
}
/* line 15, ../sass/_dashboard.scss */
.dashboard .commerciaux .commercial {
  display: block;
  text-decoration: none;
  width: 335px;
  border: 1px solid #CECECE;
  border-radius: 12px;
  margin-left: 20px;
  margin-bottom: 20px;
  -webkit-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.19);
  -moz-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.19);
  box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.19);
}
/* line 26, ../sass/_dashboard.scss */
.dashboard .commerciaux .commercial .nam_com {
  font-size: 24px;
  border-bottom: 1px solid #CECECE;
  padding-bottom: 15px;
  color: #003291;
  font-weight: bold;
  padding-left: 19px;
  padding-top: 15px;
}
/* line 35, ../sass/_dashboard.scss */
.dashboard .commerciaux .commercial .tel {
  margin-left: 19px;
  margin-top: 15px;
  font-size: 16px;
}
/* line 40, ../sass/_dashboard.scss */
.dashboard .commerciaux .commercial .email {
  font-size: 16px;
  margin-bottom: 15px;
  margin-left: 19px;
}

/* line 49, ../sass/_dashboard.scss */
.commercial_name_home {
  margin-top: 0;
  position: absolute;
  left: 35px;
  top: 26px;
  color: #fff;
}

/* line 58, ../sass/_dashboard.scss */
.logindashboard h1 {
  display: none;
}
/* line 61, ../sass/_dashboard.scss */
.logindashboard .containmain {
  background: transparent;
  box-shadow: none;
}
/* line 65, ../sass/_dashboard.scss */
.logindashboard #page {
  margin: 0;
  background: none;
}
/* line 69, ../sass/_dashboard.scss */
.logindashboard .content {
  background: none;
}
/* line 72, ../sass/_dashboard.scss */
.logindashboard form {
  background: #3EA9AB;
  -webkit-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.19);
  -moz-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.19);
  box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.19);
}
/* line 77, ../sass/_dashboard.scss */
.logindashboard form input[type=password], .logindashboard form input[type=text] {
  background: #3EA9AB;
  border: 1px solid #003291;
}
/* line 81, ../sass/_dashboard.scss */
.logindashboard form .buttonLink {
  background: #003291;
}
/* line 85, ../sass/_dashboard.scss */
.logindashboard .ajaxResponse {
  margin-top: 15px;
}

/* extra large devices (large laptops and desktops, 1200px and up) */
/* large devices (large laptops and desktops, 1200px and up) */
@media only screen and (max-width: 1300px) {
  /* line 8, ../sass/_responsive.scss */
  .ContactWhiteBlock div#edit-field-trophee > div {
    min-width: 100%;
    margin-bottom: 18px;
    margin-right: 30px;
  }

  /* line 13, ../sass/_responsive.scss */
  div#edit-field-preciser-wrapper {
    float: none;
    margin-top: 0;
    margin-right: 0;
  }
}
/* Medium devices (landscape tablets, 1024px and up) */
@media only screen and (max-width: 1024px) {
  /* line 23, ../sass/_responsive.scss */
  .TropheeForm .ContactWhiteBlock + .Response.contain {
    margin-top: -120px;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 120px;
    text-align: center;
    padding: 0;
  }

  /* line 32, ../sass/_responsive.scss */
  .TropheeForm .ContactWhiteBlock {
    border-radius: 0;
    margin-top: 0;
  }

  /* line 36, ../sass/_responsive.scss */
  .Dotation {
    padding: 0 20px;
  }

  /* line 39, ../sass/_responsive.scss */
  .TropheeBody {
    padding: 0 20px;
  }

  /* line 42, ../sass/_responsive.scss */
  .Slider .SliderMain {
    position: absolute;
    background: #fff;
    padding: 34px 206px 45px 31px;
    right: 0;
    top: 50%;
    margin-top: -120px;
    text-align: center;
  }

  /* line 51, ../sass/_responsive.scss */
  .Main img.MainImg {
    float: none;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 30px;
    padding: 0 20px;
  }

  /* line 58, ../sass/_responsive.scss */
  .Main .MainBody {
    padding: 0 20px;
  }

  /* line 61, ../sass/_responsive.scss */
  .TrophyHome .TrophyTeasers {
    justify-content: space-around;
    padding: 0;
    margin-top: 40px;
  }

  /* line 66, ../sass/_responsive.scss */
  .TrophyHome .TrophyTeaserImg a {
    display: block;
  }

  /* line 69, ../sass/_responsive.scss */
  .Mobile {
    display: block;
  }

  /* line 72, ../sass/_responsive.scss */
  .Desktop {
    display: none;
  }

  /* line 75, ../sass/_responsive.scss */
  .ParticipationBody {
    margin-top: 30px;
    padding: 0 20px;
  }

  /* line 79, ../sass/_responsive.scss */
  .LaureatTeasers > .LaureatTeaser {
    margin-right: auto;
    margin-left: auto;
    max-width: 90%;
  }

  /* line 84, ../sass/_responsive.scss */
  .LaureatSubtitle {
    padding: 0 20px;
  }

  /* line 87, ../sass/_responsive.scss */
  footer ul.nav.navbar-nav {
    display: block;
  }

  /* line 90, ../sass/_responsive.scss */
  footer ul.nav.navbar-nav li {
    margin-bottom: 15px;
    margin-left: 20px;
  }

  /* line 94, ../sass/_responsive.scss */
  footer .footerBottom {
    display: block;
    text-align: center;
    padding: 20px;
  }
  /* line 98, ../sass/_responsive.scss */
  footer .footerBottom div {
    margin-bottom: 20px;
  }

  /* line 102, ../sass/_responsive.scss */
  footer .footerContain.contain {
    padding: 20px;
    padding-top: 66px;
  }

  /* line 106, ../sass/_responsive.scss */
  .ContactGreenBlock .ContactBottom, .ContactWhiteBlock .ContactBottom {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 42px;
  }

  /* line 112, ../sass/_responsive.scss */
  .ContactGreenBlock, .ContactWhiteBlock {
    padding: 20px;
  }

  /* line 115, ../sass/_responsive.scss */
  .ContactGreenBlock .RequiredFields, .ContactWhiteBlock .RequiredFields {
    margin-top: 25px;
  }

  /* line 118, ../sass/_responsive.scss */
  .ContactGreenBlock div.form-checkboxes, .ContactGreenBlock div#edit-field-trophee, .ContactWhiteBlock div.form-checkboxes, .ContactWhiteBlock div#edit-field-trophee {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }

  /* line 123, ../sass/_responsive.scss */
  .swiper-button-next {
    right: 20px;
  }

  /* line 126, ../sass/_responsive.scss */
  .swiper-button-prev {
    left: 20px;
  }

  /* line 129, ../sass/_responsive.scss */
  .TropheeForm .ContactWhiteBlock .js-form-type-textfield input, .TropheeForm .ContactWhiteBlock .js-form-type-email input, .TropheeForm .ContactWhiteBlock .js-form-type-select select {
    width: 100%;
    max-width: 100%;
  }

  /* line 133, ../sass/_responsive.scss */
  .TropheeForm .ContactWhiteBlock .ContactBottom {
    display: flex;
    flex-wrap: wrap;
  }

  /* line 137, ../sass/_responsive.scss */
  .TropheeForm .ContactWhiteBlock .ContactBottom > div {
    margin-bottom: 20px;
  }
}
/* Small devices (portrait tablets and large phones, 768px and up) */
@media only screen and (max-width: 768px) {
  /* line 147, ../sass/_responsive.scss */
  .Response {
    text-align: left;
  }

  /* line 150, ../sass/_responsive.scss */
  .TropheeForm {
    padding: 20px;
  }

  /* line 153, ../sass/_responsive.scss */
  .ContactGreenBlock fieldset.field-group-fieldset .fieldset-wrapper > div, .ContactWhiteBlock fieldset.field-group-fieldset .fieldset-wrapper > div {
    margin-right: 0;
    width: 100%;
  }

  /* line 157, ../sass/_responsive.scss */
  .TrophyBigTeasers {
    display: block;
  }
  /* line 159, ../sass/_responsive.scss */
  .TrophyBigTeasers .TrophyBigTeaser {
    margin-right: auto;
    margin-left: auto;
    height: 368px;
  }
  /* line 163, ../sass/_responsive.scss */
  .TrophyBigTeasers .TrophyBigTeaser .TrophyBigTeaserBlock {
    text-align: center;
    padding: 30px;
    width: 100%;
    height: auto;
    margin-bottom: -1px;
  }

  /* line 173, ../sass/_responsive.scss */
  .LaureatTeaserImg {
    padding: 30px;
  }
  /* line 175, ../sass/_responsive.scss */
  .LaureatTeaserImg a {
    padding: 30px;
  }

  /* line 179, ../sass/_responsive.scss */
  .Global .Video {
    height: 400px;
  }

  /* line 182, ../sass/_responsive.scss */
  .Global .Video .Cover {
    height: 400px;
  }

  /* line 185, ../sass/_responsive.scss */
  .LaureatVideo .Video {
    height: 400px;
  }

  /* line 188, ../sass/_responsive.scss */
  .LaureatVideo .Video .Cover {
    height: 400px;
  }

  /* line 192, ../sass/_responsive.scss */
  .Slider .SliderMain .SliderTitle {
    font-size: 2.4rem;
    line-height: 3rem;
    margin-bottom: 27px;
  }

  /* line 197, ../sass/_responsive.scss */
  .Slider .SliderMain {
    padding: 34px 100px 45px 31px;
    margin-top: -110px;
  }

  /* line 201, ../sass/_responsive.scss */
  .Slider {
    height: 480px;
  }

  /* line 204, ../sass/_responsive.scss */
  .Slider .SliderImg {
    height: 480px;
  }

  /* line 207, ../sass/_responsive.scss */
  .swiper-button-next,
  .swiper-button-prev {
    display: none;
  }
}
/* Extra small devices (phones, 480px and down) */
@media only screen and (max-width: 480px) {
  /* line 218, ../sass/_responsive.scss */
  .Slider .SliderMain .SliderTitle {
    width: 100%;
    padding: 0 20px;
    font-size: 2.4rem;
    line-height: 3rem;
    margin-bottom: 27px;
  }

  /* line 225, ../sass/_responsive.scss */
  .Slider .SliderMain {
    padding: 34px 0 31px;
    right: 0;
    width: 100%;
  }

  /* line 230, ../sass/_responsive.scss */
  .ContactGreenBlock .ContactBottom, .ContactWhiteBlock .ContactBottom {
    display: flex;
    margin-top: 42px;
  }

  /* line 234, ../sass/_responsive.scss */
  .ContactGreenBlock .ContactBottom .field--name-field-rgpd, .ContactWhiteBlock .ContactBottom .field--name-field-rgpd {
    margin-right: 0;
    margin-bottom: 30px;
  }
}
