body {
  background: #FFFFFF;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  position: relative;
}

.container {
  max-width: 992px;
  padding: 0 10px;
  margin: 0 auto;
}

p {
  color: #777777;
  font-size: 1.1em;
}

.pager a {
  color: #1e3558;
}
.pager a:hover {
  text-decoration: none;
}

.fc-day-grid-event {
  background: #1e3558 !important;
}

.field--name-body h1 {
  color: #e23122;
}

h1.page-title {
  color: #e23122;
}

.btn-attestation {
  cursor: pointer;
}

.button.button-action,
.btn-blue {
  border: 0;
  margin: 0;
  padding: 10px 20px;
  border: 1px solid #e23122;
  transition: all 0.5s;
  text-transform: uppercase;
  color: white !important;
  margin-top: 20px;
  background: #e23122;
  display: inline-block;
  text-decoration: none;
}
.button.button-action:hover,
.btn-blue:hover {
  background: #1e3558;
  color: white;
  border: 1px solid white;
}

/* TOOLS MENU */
#block-dmg-local-tasks {
  border-bottom: 1px solid #0a71c3;
  margin-bottom: 20px;
}
#block-dmg-local-tasks ul {
  margin: 0;
}
#block-dmg-local-tasks ul li {
  margin: 0 10px;
}
#block-dmg-local-tasks ul li a {
  display: inline-block;
  padding: 10px 0;
  color: #777777;
}
#block-dmg-local-tasks ul li a:hover {
  background: transparent;
  color: #0a71c3;
  text-decoration: underline;
}
#block-dmg-local-tasks ul li.is-active a {
  padding: 10px 20px;
  background: #0a71c3;
  color: white;
}
#block-dmg-local-tasks ul li.is-active a:hover {
  background: #0a71c3;
  color: white;
  text-decoration: none;
}
#block-dmg-local-tasks ul li:first-child {
  margin-left: 0;
}

@media screen and (max-width: 990px) {
  .region-highlighted,
  .region-content {
    padding: 0 3%;
  }
}
.page-node-type-page h2 {
  margin-bottom: 40px;
}
.page-node-type-page h2 em {
  font-style: normal;
  color: #e23122;
}
.page-node-type-page p > a {
  color: #0a71c3;
}
.page-node-type-page ol {
  padding: 40px 0;
  list-style: none;
}
.page-node-type-page ol li {
  width: calc(80% - 40px);
  padding: 40px 20px;
  background: #0a71c3;
  color: white;
  line-height: 22px;
  margin: 0 auto 80px auto;
}
.page-node-type-page ol li:last-child {
  margin-bottom: 0;
}
.page-node-type-page ol li a {
  display: inline-block;
  background: #e23122;
  color: white;
  padding: 10px 20px;
  margin: 10px 0 0 0;
  border: 1px solid #e23122;
  text-decoration: none;
  position: relative;
}
.page-node-type-page ol li a:hover {
  background: #1e3558;
  color: white;
  transition: all 0.5s;
  border-color: #1e3558;
}
.page-node-type-page ol li a:hover .cadenas {
  background-color: white;
}

.picto {
  display: inline-block;
  vertical-align: middle;
}
.picto.cadenas {
  width: 15px;
  height: 15px;
  background-color: white;
  -webkit-mask-image: url(../images/pictos/lock.svg);
  mask-image: url(../images/pictos/lock.svg);
}

#header {
  height: 400px;
  background: url(../images/etudiants/DMG3.jpg) no-repeat center center;
  background-size: cover;
  position: relative;
}
#header:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0.2;
}
#header #pagetitle {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
#header #block-dmg-page-title {
  position: absolute;
  bottom: 0;
  color: white;
  z-index: 55;
  font-size: 1.2em;
  text-transform: uppercase;
}
#header #block-responsivemenumobileicon {
  display: none;
  position: relative;
  left: -50px;
  top: 16px;
}
#header #block-responsivemenumobileicon .label {
  top: 5px;
}

.path-formations #header {
  background-image: url(../images/medecins/DMG4.jpg);
}

.path-user #header {
  background-image: url(../images/medecins/DMG1.jpg);
}

.path-admin #header {
  background-image: url(../images/medecins/DMG8.jpg);
}

.path-node #header {
  background-image: url(../images/medecins/DMG5.jpg);
}

#tools {
  position: fixed;
  width: 100%;
  height: 100px;
  top: 0;
  left: 0;
  z-index: 111;
  text-align: center;
  background: #9bbade;
  transition: all 0.5s;
}
#tools .container {
  position: relative;
}
#tools .block-menu.navigation ul li:first-child {
  transform: translateY(10px);
}
#tools .block-menu.navigation ul li:first-child a {
  max-width: 220px;
  line-height: 16px;
  color: #1e3558;
  text-align: center;
  font-weight: 700;
}
#tools .block-menu.navigation ul li a.parcours-pedagogique {
  transform: translateY(10px);
  max-width: 160px;
  line-height: 16px;
  text-align: center;
}
#tools a {
  color: white;
  cursor: pointer;
}
#tools .tools-logo {
  width: 80px;
  height: 80px;
  position: absolute;
  left: 10px;
  top: 10px;
  background: url(../images/logo-new.jpg) no-repeat;
  background-size: 80px 80px;
}
#tools .tools-logout,
#tools .tools-connexion {
  display: inline-block;
  background: #e23122;
  color: white;
  padding: 10px 40px 10px 20px;
  margin: 10px 0 10px 20px;
  background: #e23122;
  color: white;
  transition: all 0.5s;
  position: relative;
  background-size: 15px 15px;
}
#tools .tools-logout:hover,
#tools .tools-connexion:hover {
  background: #1e3558;
  color: white;
  transition: all 0.5s;
  border-color: #1e3558;
}
#tools .tools-logout:hover .cadenas,
#tools .tools-connexion:hover .cadenas {
  background-color: white;
}
#tools .tools-logout .cadenas,
#tools .tools-connexion .cadenas {
  margin-left: 10px;
  position: relative;
  top: -2px;
}
#tools .tools-logout:after,
#tools .tools-connexion:after {
  content: "";
  display: inline-block;
  position: absolute;
  right: 15px;
  top: 9px;
  width: 15px;
  height: 15px;
  background-color: white;
  -webkit-mask-image: url(../images/pictos/lock.svg);
  mask-image: url(../images/pictos/lock.svg);
  transition: all 0.5s;
}
#tools .tools-logout:after {
  top: 10px;
  -webkit-mask-image: url(../images/pictos/logout.svg);
  mask-image: url(../images/pictos/logout.svg);
}

.region-primary-menu {
  display: inline-block;
  float: right;
}
.region-primary-menu ul {
  margin: 0;
  padding: 0;
}
.region-primary-menu ul li {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-block;
}
.region-primary-menu ul li a {
  display: inline-block;
  padding: 15px 0;
  margin: 10px 20px;
  text-decoration: none;
  text-transform: uppercase;
  color: white;
  transition: all 0.35s;
}

.tools-deconnexion {
  display: none !important;
}

.user-logged-in .tools-connexion {
  display: none !important;
}
.user-logged-in .tools-deconnexion {
  display: inline-block !important;
}

@media screen and (max-width: 870px) {
  #header #block-navigationprincipale {
    display: none;
  }
  #header #block-responsivemenumobileicon {
    display: inline-block;
  }
}

#calendar {
  position: relative;
}
#calendar * {
  border: 0;
}
#calendar .fc-view-container {
  margin-top: 20px;
}
#calendar .fc-day {
  background: #F5F5F5;
}
#calendar .fc-content {
  padding: 5px;
  white-space: inherit !important;
}
#calendar .fc-content a {
  color: white;
  text-decoration: none;
}
#calendar .fc-content a:hover {
  text-decoration: underline;
}
#calendar .fc-day-number {
  width: 100%;
  line-height: 23px;
  padding: 2px 5px 2px 0;
  text-align: right;
  margin: 0;
}
#calendar .fc-day-top {
  font-size: 1.4em;
  color: #777777;
  position: relative;
}
#calendar .fc-today {
  background: #9bbade;
  color: white;
}
#calendar .fc-day-grid-event {
  margin: 0;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
}
#calendar a.fc-event {
  padding: 0;
  margin: 0;
}
#calendar .fc-month-button,
#calendar .fc-today-button {
  display: none;
}
#calendar .fc-next-button,
#calendar .fc-prev-button {
  background: #9bbade;
  border: 0;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  outline: none;
}
#calendar .fc-next-button {
  position: absolute;
  right: 0;
}
#calendar .fc-icon-right-single-arrow:after,
#calendar .fc-icon-left-single-arrow:after {
  color: white;
  font-weight: normal;
}
#calendar .fc-time {
  display: none;
}
#calendar .fc-title {
  font-size: 1em;
  text-transform: inherit;
}
#calendar .fc-more-cell .fc-more {
  padding: 4px;
  display: block;
  background: #9bbade;
  color: white;
  font-weight: bold;
  margin-top: -25px;
}

.user-register-form,
.user-form,
.user-pass {
  color: #777777;
  padding: 20px 0 40px 0;
}
.user-register-form a,
.user-form a,
.user-pass a {
  color: #0a71c3;
}
.user-register-form a:hover,
.user-form a:hover,
.user-pass a:hover {
  text-decoration: none;
}
.user-register-form label,
.user-form label,
.user-pass label {
  width: 30%;
  display: inline-block;
}
.user-register-form input[type=text],
.user-register-form input[type=number],
.user-register-form input[type=email],
.user-register-form input[type=password],
.user-form input[type=text],
.user-form input[type=number],
.user-form input[type=email],
.user-form input[type=password],
.user-pass input[type=text],
.user-pass input[type=number],
.user-pass input[type=email],
.user-pass input[type=password] {
  width: 65%;
  border: 1px solid #0a71c3;
  margin: 20px 0 0 0;
  padding: 0;
  background: white;
  padding: 10px 2%;
  outline: none;
}
.user-register-form .description,
.user-form .description,
.user-pass .description {
  padding: 5px 0 0 calc(30% + 10px);
}
.user-register-form .confirm-parent,
.user-register-form .password-parent,
.user-form .confirm-parent,
.user-form .password-parent,
.user-pass .confirm-parent,
.user-pass .password-parent {
  max-width: inherit;
}
.user-register-form .password-confirm,
.user-register-form .password-field,
.user-register-form .password-strength,
.user-register-form .password-confirm-match,
.user-form .password-confirm,
.user-form .password-field,
.user-form .password-strength,
.user-form .password-confirm-match,
.user-pass .password-confirm,
.user-pass .password-field,
.user-pass .password-strength,
.user-pass .password-confirm-match {
  margin: 10px 0 10px calc(30% + 10px);
  width: calc(70% - 20px);
}
.user-register-form .password-strength__title,
.user-form .password-strength__title,
.user-pass .password-strength__title {
  margin-top: 5px;
  display: inline-block;
}
.user-register-form #edit-field-je-suis--wrapper,
.user-form #edit-field-je-suis--wrapper,
.user-pass #edit-field-je-suis--wrapper {
  padding-top: 20px;
  line-height: 26px;
}
.user-register-form #edit-field-je-suis--wrapper legend,
.user-form #edit-field-je-suis--wrapper legend,
.user-pass #edit-field-je-suis--wrapper legend {
  float: left;
  width: 30%;
  font-weight: normal;
}
.user-register-form #edit-field-je-suis--wrapper legend span,
.user-form #edit-field-je-suis--wrapper legend span,
.user-pass #edit-field-je-suis--wrapper legend span {
  line-height: 38px;
}
.user-register-form #edit-field-je-suis--wrapper .js-form-type-radio,
.user-form #edit-field-je-suis--wrapper .js-form-type-radio,
.user-pass #edit-field-je-suis--wrapper .js-form-type-radio {
  display: inline-block;
  margin-left: 5px;
}
.user-register-form #edit-field-je-suis--wrapper .js-form-type-radio:last-child,
.user-form #edit-field-je-suis--wrapper .js-form-type-radio:last-child,
.user-pass #edit-field-je-suis--wrapper .js-form-type-radio:last-child {
  margin-left: 20px;
}
.user-register-form #edit-field-je-suis--wrapper .js-form-type-radio input, .user-register-form #edit-field-je-suis--wrapper .js-form-type-radio label,
.user-form #edit-field-je-suis--wrapper .js-form-type-radio input,
.user-form #edit-field-je-suis--wrapper .js-form-type-radio label,
.user-pass #edit-field-je-suis--wrapper .js-form-type-radio input,
.user-pass #edit-field-je-suis--wrapper .js-form-type-radio label {
  cursor: pointer;
}
.user-register-form .password-suggestions,
.user-form .password-suggestions,
.user-pass .password-suggestions {
  border: 0;
}
.user-register-form #edit-actions,
.user-form #edit-actions,
.user-pass #edit-actions {
  padding-top: 30px;
  text-align: right;
}
.user-register-form input[type=submit],
.user-form input[type=submit],
.user-pass input[type=submit] {
  width: 100%;
  max-width: 300px;
  border: 0;
  margin: 0;
  padding: 10px 0;
  border: 1px solid #e23122;
  transition: all 0.5s;
  text-transform: uppercase;
  color: white;
  margin-top: 20px;
  background: #e23122;
}
.user-register-form input[type=submit]:hover,
.user-form input[type=submit]:hover,
.user-pass input[type=submit]:hover {
  background: #1e3558;
  color: white;
  border: 1px solid white;
}
@media screen and (max-width: 610px) {
  .user-register-form label,
  .user-form label,
  .user-pass label {
    width: 100%;
  }
  .user-register-form input[type=text],
  .user-register-form input[type=number],
  .user-register-form input[type=email],
  .user-register-form input[type=password],
  .user-form input[type=text],
  .user-form input[type=number],
  .user-form input[type=email],
  .user-form input[type=password],
  .user-pass input[type=text],
  .user-pass input[type=number],
  .user-pass input[type=email],
  .user-pass input[type=password] {
    width: 95%;
  }
  .user-register-form .password-confirm,
  .user-register-form .password-field,
  .user-register-form .password-strength,
  .user-register-form .password-confirm-match,
  .user-form .password-confirm,
  .user-form .password-field,
  .user-form .password-strength,
  .user-form .password-confirm-match,
  .user-pass .password-confirm,
  .user-pass .password-field,
  .user-pass .password-strength,
  .user-pass .password-confirm-match {
    margin: 10px 0;
    width: 96%;
  }
  .user-register-form input[type=submit],
  .user-form input[type=submit],
  .user-pass input[type=submit] {
    max-width: inherit;
  }
  .user-register-form .description,
  .user-form .description,
  .user-pass .description {
    padding: 10px 0;
  }
}

#intro {
  text-align: center;
  padding: 40px 0;
}
#intro p {
  line-height: 22px;
  padding: 0 40px;
}
@media screen and (max-width: 870px) {
  #intro p {
    padding: 0;
  }
}

#content {
  padding: 40px 0 80px 0;
  background: white;
}
#content > .container {
  padding: 0;
}

#footer {
  background: #9bbade;
  padding: 10px 0;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 100000;
}
#footer p {
  margin: 0;
}
#footer a {
  color: white;
  text-decoration: none;
}
#footer a:hover {
  text-decoration: underline;
}

#frontcontent {
  padding: 40px 0;
}
#frontcontent .front-calendar {
  width: 65%;
  display: inline-block;
  margin-left: 5%;
  vertical-align: top;
}
#frontcontent .front-calendar h2 {
  margin-top: 0;
}
#frontcontent .front-login {
  width: 30%;
  display: inline-block;
  vertical-align: top;
  background: #1e3558;
  color: white;
  outline: none;
}
#frontcontent .front-login .container {
  padding: 30px 20px;
}
#frontcontent .front-login label {
  padding-bottom: 3px;
  display: inline-block;
}
#frontcontent .front-login input[type=text],
#frontcontent .front-login input[type=email],
#frontcontent .front-login input[type=password],
#frontcontent .front-login input[type=number] {
  width: 90%;
  border: 0;
  padding: 10px 5%;
  margin: 0;
  color: #777777;
  border: 1px solid white;
}
#frontcontent .front-login input[type=submit] {
  width: 100%;
  border: 0;
  margin: 0;
  padding: 10px 0;
  border: 1px solid #e23122;
  transition: all 0.5s;
  text-transform: uppercase;
  color: white;
  margin-top: 20px;
  background: #e23122;
}
#frontcontent .front-login input[type=submit]:hover {
  background: #1e3558;
  color: white;
  border: 1px solid white;
}
#frontcontent .front-login #edit-actions {
  margin-bottom: 0;
}
#frontcontent .front-login #block-dmg-local-tasks {
  border: 0;
}
#frontcontent .front-login #block-dmg-local-tasks .tabs li {
  margin: 0;
}
#frontcontent .front-login #block-dmg-local-tasks .tabs li a {
  font-size: 0.85em;
  color: white;
  padding: 0;
  margin: 0 0 5px 0;
  text-decoration: underline;
}
#frontcontent .front-login #block-dmg-local-tasks .tabs li a:hover {
  background: transparent;
  text-decoration: none;
}
#frontcontent .front-login #block-dmg-local-tasks .tabs li:first-child {
  display: none;
}
#frontcontent .front-login p, #frontcontent .front-login a {
  color: white;
}
#frontcontent .front-login ul {
  margin-top: 20px;
}
#frontcontent .front-login .description {
  padding-top: 5px;
}
@media screen and (max-width: 870px) {
  #frontcontent > .container {
    padding: 0;
  }
  #frontcontent .front-calendar,
  #frontcontent .front-login {
    display: block;
    width: 100%;
  }
  #frontcontent .front-calendar {
    margin-left: 0;
  }
  #frontcontent .front-calendar .views-element-container > h2 {
    padding-top: 40px;
    padding-bottom: 20px;
    text-align: center;
  }
  #frontcontent .front-login .container {
    padding: 30px 0;
  }
  #frontcontent .front-login .region-content {
    max-width: 420px;
    margin: 0 auto;
    width: 94%;
  }
}

.page-node-type-formations .region-highlighted,
.page-node-type-formations-multiples .region-highlighted {
  padding-bottom: 20px;
}
.page-node-type-formations .sidecontent,
.page-node-type-formations .maincontent,
.page-node-type-formations-multiples .sidecontent,
.page-node-type-formations-multiples .maincontent {
  display: inline-block;
  vertical-align: top;
}
.page-node-type-formations .sidecontent,
.page-node-type-formations-multiples .sidecontent {
  width: 30%;
}
.page-node-type-formations .sidecontent .container,
.page-node-type-formations-multiples .sidecontent .container {
  padding: 20px 10px 40px 10px;
}
.page-node-type-formations .sidecontent .sidecontent-infos,
.page-node-type-formations-multiples .sidecontent .sidecontent-infos {
  background: #1e3558;
  color: white;
  text-align: right;
}
.page-node-type-formations .sidecontent .sidecontent-infos h2,
.page-node-type-formations-multiples .sidecontent .sidecontent-infos h2 {
  margin: 0;
  text-align: right;
  padding-bottom: 20px;
  font-size: 1.2em;
}
.page-node-type-formations .sidecontent .sidecontent-infos .container > h3,
.page-node-type-formations-multiples .sidecontent .sidecontent-infos .container > h3 {
  font-weight: normal;
  font-size: 1em;
  display: inline-block;
  vertical-align: top;
  width: 47%;
  margin: 10px 0 0 0;
  text-align: left;
  float: left;
}
.page-node-type-formations .sidecontent .sidecontent-infos .container > p,
.page-node-type-formations .sidecontent .sidecontent-infos .container > .field--name-field-formateurs,
.page-node-type-formations-multiples .sidecontent .sidecontent-infos .container > p,
.page-node-type-formations-multiples .sidecontent .sidecontent-infos .container > .field--name-field-formateurs {
  color: white;
  font-size: 1em;
  display: inline-block;
  vertical-align: top;
  width: 50%;
  text-align: right;
  margin: 10px 0 0 0;
  float: right;
}
.page-node-type-formations .sidecontent .sidecontent-infos .clear,
.page-node-type-formations-multiples .sidecontent .sidecontent-infos .clear {
  clear: both;
}
.page-node-type-formations .sidecontent .sidecontent-infos .margin-top,
.page-node-type-formations-multiples .sidecontent .sidecontent-infos .margin-top {
  margin-top: 40px;
}
.page-node-type-formations .sidecontent .sidecontent-infos a,
.page-node-type-formations-multiples .sidecontent .sidecontent-infos a {
  color: white;
}
.page-node-type-formations .sidecontent .sidecontent-infos a:hover,
.page-node-type-formations-multiples .sidecontent .sidecontent-infos a:hover {
  text-decoration: none;
}
.page-node-type-formations .sidecontent #edit-submit,
.page-node-type-formations .sidecontent #edit-submit--2,
.page-node-type-formations-multiples .sidecontent #edit-submit,
.page-node-type-formations-multiples .sidecontent #edit-submit--2 {
  width: 100%;
  display: inline-block;
  background: #e23122;
  color: white;
  transition: all 0.5s;
  position: relative;
  background-size: 15px 15px;
  border: 1px solid #e23122;
  text-decoration: none;
  padding: 10px 0;
  font-size: 1em;
  text-transform: uppercase;
  outline: none;
  text-align: center;
  margin: 10px 0;
}
.page-node-type-formations .sidecontent #edit-submit:hover,
.page-node-type-formations .sidecontent #edit-submit--2:hover,
.page-node-type-formations-multiples .sidecontent #edit-submit:hover,
.page-node-type-formations-multiples .sidecontent #edit-submit--2:hover {
  background: #1e3558;
  border-color: white;
  color: white;
}
.page-node-type-formations .sidecontent .form-payante,
.page-node-type-formations-multiples .sidecontent .form-payante {
  font-size: 0.8em;
  color: white;
}
.page-node-type-formations .maincontent,
.page-node-type-formations-multiples .maincontent {
  width: 65%;
  margin-right: 5%;
}
.page-node-type-formations .maincontent .container,
.page-node-type-formations-multiples .maincontent .container {
  padding-left: 0;
}
.page-node-type-formations .maincontent .field--name-body > *:first-child,
.page-node-type-formations-multiples .maincontent .field--name-body > *:first-child {
  margin-top: 0;
}
@media screen and (max-width: 870px) {
  .page-node-type-formations .sidecontent,
  .page-node-type-formations .maincontent,
  .page-node-type-formations-multiples .sidecontent,
  .page-node-type-formations-multiples .maincontent {
    width: 100%;
    display: block;
    margin: 0;
  }
  .page-node-type-formations .maincontent,
  .page-node-type-formations-multiples .maincontent {
    width: 94%;
    padding: 0 3%;
  }
  .page-node-type-formations .sidecontent .sidecontent-infos h2,
  .page-node-type-formations-multiples .sidecontent .sidecontent-infos h2 {
    text-align: center;
  }
  .page-node-type-formations .sidecontent .sidecontent-infos,
  .page-node-type-formations-multiples .sidecontent .sidecontent-infos {
    text-align: center;
  }
  .page-node-type-formations .sidecontent .sidecontent-infos .container > p,
  .page-node-type-formations .sidecontent .sidecontent-infos .container > h3,
  .page-node-type-formations .sidecontent .sidecontent-infos .container > .field--name-field-formateurs,
  .page-node-type-formations-multiples .sidecontent .sidecontent-infos .container > p,
  .page-node-type-formations-multiples .sidecontent .sidecontent-infos .container > h3,
  .page-node-type-formations-multiples .sidecontent .sidecontent-infos .container > .field--name-field-formateurs {
    display: block;
    float: inherit;
    width: 100%;
    text-align: center;
  }
  .page-node-type-formations .sidecontent .sidecontent-infos .container > h3,
  .page-node-type-formations-multiples .sidecontent .sidecontent-infos .container > h3 {
    font-weight: 700;
  }
  .page-node-type-formations .sidecontent .sidecontent-infos .container > p,
  .page-node-type-formations-multiples .sidecontent .sidecontent-infos .container > p {
    margin-bottom: 20px;
  }
}

.path-admin .view-display-id-page_1 table {
  width: 100%;
  border: 1px solid #0a71c3;
}
.path-admin .view-display-id-page_1 table tr td, .path-admin .view-display-id-page_1 table tr th {
  text-align: left;
  background: #F5F5F5;
  padding: 10px;
  color: #777777;
}
.path-admin .view-display-id-page_1 table tr td a, .path-admin .view-display-id-page_1 table tr th a {
  color: #0a71c3;
}
.path-admin .view-display-id-page_1 table tr td a:hover, .path-admin .view-display-id-page_1 table tr th a:hover {
  text-decoration: none;
}
.path-admin .view-display-id-page_1 table tr th {
  background: #0a71c3;
  color: white;
}
.path-admin .view-display-id-page_1 table tr th a {
  color: white;
  text-decoration: none;
}
.path-admin .view-display-id-page_1 table tr:nth-child(even) td {
  background: white;
}
.path-admin .button-action {
  margin: 0 10px 0 0 !important;
}
.path-admin .button-action:before {
  content: "";
}

@media screen and (max-width: 660px) {
  .view-display-id-page_1,
  .view-display-id-page_2 {
    overflow: auto;
    width: 100%;
  }
}

.node-formations-form input[type=submit],
.node-formations-form .button.button-action,
.node-formations-edit-form input[type=submit],
.node-formations-edit-form .button.button-action,
.path-admin input[type=submit],
.path-admin .button.button-action {
  margin: 0;
  padding: 10px 20px;
  border: 1px solid #9bbade;
  transition: all 0.5s;
  text-transform: uppercase;
  color: white;
  margin-top: 20px;
  background: #9bbade;
  display: inline-block;
  text-decoration: none;
}
.node-formations-form input[type=submit]:hover,
.node-formations-form .button.button-action:hover,
.node-formations-edit-form input[type=submit]:hover,
.node-formations-edit-form .button.button-action:hover,
.path-admin input[type=submit]:hover,
.path-admin .button.button-action:hover {
  background: transparent;
  color: #9bbade;
}
.node-formations-form .field--name-field-formateurs,
.node-formations-form .field--name-field-participants,
.node-formations-edit-form .field--name-field-formateurs,
.node-formations-edit-form .field--name-field-participants,
.path-admin .field--name-field-formateurs,
.path-admin .field--name-field-participants {
  background: #F5F5F5;
  padding: 20px;
}
.node-formations-form .field--name-field-formateurs tr th,
.node-formations-form .field--name-field-participants tr th,
.node-formations-edit-form .field--name-field-formateurs tr th,
.node-formations-edit-form .field--name-field-participants tr th,
.path-admin .field--name-field-formateurs tr th,
.path-admin .field--name-field-participants tr th {
  text-align: left;
}
.node-formations-form .field--name-field-formateurs input[type=submit],
.node-formations-form .field--name-field-participants input[type=submit],
.node-formations-edit-form .field--name-field-formateurs input[type=submit],
.node-formations-edit-form .field--name-field-participants input[type=submit],
.path-admin .field--name-field-formateurs input[type=submit],
.path-admin .field--name-field-participants input[type=submit] {
  border: 0;
  background: transparent;
  text-decoration: underline;
  color: #1e3558;
  text-transform: inherit;
  outline: none;
}
.node-formations-form .field--name-field-formateurs input[type=submit]:hover,
.node-formations-form .field--name-field-participants input[type=submit]:hover,
.node-formations-edit-form .field--name-field-formateurs input[type=submit]:hover,
.node-formations-edit-form .field--name-field-participants input[type=submit]:hover,
.path-admin .field--name-field-formateurs input[type=submit]:hover,
.path-admin .field--name-field-participants input[type=submit]:hover {
  text-decoration: none;
  color: #1e3558;
}
.node-formations-form .view-header,
.node-formations-edit-form .view-header,
.path-admin .view-header {
  padding-bottom: 40px;
}
.node-formations-form select,
.node-formations-edit-form select,
.path-admin select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 5px 20px 5px 5px;
  border: 1px solid #1e3558;
  -webkit-border-radius: inherit;
  -moz-border-radius: inherit;
  border-radius: inherit;
  position: relative;
  background: url(../images/pictos/caret-down.png) no-repeat right 5px center white;
  background-size: 8px 8px;
  cursor: pointer;
}
.node-formations-form textarea,
.node-formations-form input[type=date],
.node-formations-form input[type=time],
.node-formations-form input[type=text],
.node-formations-edit-form textarea,
.node-formations-edit-form input[type=date],
.node-formations-edit-form input[type=time],
.node-formations-edit-form input[type=text],
.path-admin textarea,
.path-admin input[type=date],
.path-admin input[type=time],
.path-admin input[type=text] {
  border: 1px solid #1e3558;
  padding: 5px;
  background: white;
  margin: 5px 0;
}
@media screen and (max-width: 660px) {
  .node-formations-form input[type=date],
  .node-formations-form input[type=time],
  .node-formations-form input[type=text],
  .node-formations-edit-form input[type=date],
  .node-formations-edit-form input[type=time],
  .node-formations-edit-form input[type=text],
  .path-admin input[type=date],
  .path-admin input[type=time],
  .path-admin input[type=text] {
    width: 200px;
  }
}
.node-formations-form a,
.node-formations-edit-form a,
.path-admin a {
  color: #1e3558;
}

#block-dmg-local-actions a,
.path-admin a {
  margin: 0;
}
@media screen and (max-width: 660px) {
  #block-dmg-local-actions .action-links li,
  .path-admin .action-links li {
    width: 100%;
    margin: 0;
  }
  #block-dmg-local-actions .action-links li a.button-action,
  .path-admin .action-links li a.button-action {
    padding: 10px 0;
    width: 100%;
    text-align: center;
    margin: 0;
  }
  #block-dmg-local-actions .view-header a.btn-blue,
  .path-admin .view-header a.btn-blue {
    padding: 10px 0;
    width: 100%;
    text-align: center;
    margin: 0;
  }
  #block-dmg-local-actions,
  .path-admin {
    float: inherit;
  }
}

#edit-field-participants-wrapper .tabledrag-toggle-weight-wrapper {
  display: none;
}

#field-formateurs-values,
#field-participants-values {
  width: 100%;
}
#field-formateurs-values label,
#field-participants-values label {
  display: inline-block;
  width: 80px;
}
#field-formateurs-values tr.odd,
#field-participants-values tr.odd {
  background: #DDD;
}
#field-formateurs-values .tabledrag-handle,
#field-formateurs-values .paragraph-type-title,
#field-participants-values .tabledrag-handle,
#field-participants-values .paragraph-type-title {
  display: none;
}
#field-formateurs-values .paragraphs-dropbutton-wrapper,
#field-participants-values .paragraphs-dropbutton-wrapper {
  text-align: right;
  width: 100%;
}
#field-formateurs-values .paragraphs-dropbutton-wrapper input[type=submit],
#field-participants-values .paragraphs-dropbutton-wrapper input[type=submit] {
  margin: 0;
  display: inline-block;
}

#user_profil .btn-inscription {
  margin-bottom: 20px;
}
#user_profil article .js-form-item:first-child {
  margin: 0;
}
#user_profil article {
  position: relative;
  border: 1px solid #0a71c3;
  padding: 20px;
  margin: 0 0 20px 0;
}
#user_profil article .field {
  margin-top: 30px;
  vertical-align: middle;
  display: inline-block;
  width: 25%;
}
@media screen and (max-width: 870px) {
  #user_profil article .field {
    width: inherit;
    display: block;
    margin-top: 15px;
  }
}
#user_profil article .btn-deconnexion {
  position: absolute;
  bottom: 20px;
  right: 20px;
}
@media screen and (max-width: 870px) {
  #user_profil article .btn-deconnexion {
    margin: 40px auto 0 auto;
    width: 80%;
    position: inherit;
    bottom: 0;
    right: 0;
    text-align: center;
  }
}

#participations_array {
  width: 100%;
  border: 1px solid #0a71c3;
}
#participations_array tr td, #participations_array tr th {
  background: #F5F5F5;
  padding: 10px;
  color: #777777;
  text-align: center;
}
#participations_array tr td a, #participations_array tr th a {
  color: #0a71c3;
}
#participations_array tr td a:hover, #participations_array tr th a:hover {
  text-decoration: none;
}
#participations_array tr td:first-child, #participations_array tr th:first-child {
  text-align: left;
}
#participations_array tr th {
  background: #0a71c3;
  color: white;
}
#participations_array tr:nth-child(even) td {
  background: white;
}

#infos .tools-logo {
  width: 70px;
  height: 30px;
  display: inline-block;
  background: url(../images/logo-dmg-ulb.png) no-repeat;
  background-size: 70px 30px;
  position: relative;
  top: 18px;
}
#infos {
  background: #1e3558;
  padding: 80px 0 80px 0;
}
#infos h2 {
  text-align: center;
  font-size: 2em;
  margin-bottom: 30px;
  text-transform: uppercase;
}
#infos h3 {
  text-transform: uppercase;
  font-size: 2em;
  padding-top: 20px;
}
#infos h2, #infos h3, #infos h4 {
  color: white;
}
#infos p {
  color: white;
  margin-top: 5px;
  margin-bottom: 0;
}
#infos .left, #infos .right {
  display: inline-block;
  width: 49%;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
#infos input[type=text],
#infos input[type=number],
#infos input[type=email],
#infos textarea,
#infos input[type=password] {
  width: 100%;
  border: 1px solid white;
  margin: 20px 0 0 0;
  padding: 0;
  background: white;
  padding: 10px 2%;
  outline: none;
  box-sizing: content-box;
}
#infos input[type=submit] {
  width: 100%;
  max-width: 300px;
  border: 0;
  margin: 0;
  padding: 10px 0;
  border: 1px solid #e23122;
  transition: all 0.5s;
  text-transform: uppercase;
  color: white;
  margin-top: 20px;
  background: #e23122;
}
#infos input[type=submit]:hover {
  background: #1e3558;
  color: white;
  border: 1px solid white;
}
@media screen and (max-width: 870px) {
  #infos .left, #infos .right {
    display: block;
    width: inherit;
  }
  #infos input[type=submit] {
    max-width: inherit;
  }
}

#leafletmap {
  height: 400px;
}

.node--unpublished {
  background: none !important;
}

/*# sourceMappingURL=style.css.map */
