@charset "UTF-8";
/* tailles media-queries*/
/* body */
/* blocs */
/* header - navigation */
/* entete */
/* formation */
/* objectifs */
/* participants */
/* referentiel */
/* programme */
/* pedagogie */
/* details */
/* information */
/* modules */
/* newsletter */
/* footer */
/* modale */
/* tailles media-queries*/
/* body */
/* blocs */
/* header - navigation */
/* entete */
/* formation */
/* objectifs */
/* participants */
/* referentiel */
/* programme */
/* pedagogie */
/* details */
/* information */
/* modules */
/* newsletter */
/* footer */
/* modale */
/* media querie mixins */
/* bordure drapeau français*/
.hr-rf-centre {
  position: relative;
  height: 100px;
}

.hr-rf-centre::after {
  content: " ";
  display: block;
  width: 50vw;
  max-width: 180px;
  height: 4px;
  margin-left: auto;
  background: #c7332c;
  background: -webkit-gradient(linear, left top, right top, from(#324c81), color-stop(33.333%, #324c81), color-stop(33.333%, #ffffff), color-stop(66.66%, #ffffff), color-stop(66.66%, #c7332c), to(#c7332c));
  background: linear-gradient(to right, #324c81 0%, #324c81 33.333%, #ffffff 33.333%, #ffffff 66.66%, #c7332c 66.66%, #c7332c 100%);
}

@media (min-width: 600px) {
  .hr-rf-centre::after {
    width: 30vw;
    max-width: 250px;
  }
}

@media (min-width: 992px) {
  .hr-rf-centre::after {
    width: 20vw;
    max-width: 225px;
  }
}

.hr-rf-centre::after {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}

body {
  font-family: "LatoItalic", sans-serif;
  margin: 0;
  font-size: 13px;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body.modal-open {
  overflow: hidden;
}

br {
  display: none;
}

@media (min-width: 1500px) {
  br {
    display: inherit;
  }
}

main {
  padding: 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media (min-width: 992px) {
  main {
    padding: 50px;
  }
}

#login {
  position: relative;
  background: #f3f3f3 url(../images/marianne_ombre.png) no-repeat left center;
  background-size: auto 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media (min-width: 600px) {
  #login {
    background-position: -300px center;
  }
}

@media (min-width: 992px) {
  #login {
    padding: 30px 0;
  }
}

@media (min-width: 1200px) {
  #login {
    background-position: -150px center;
  }
}

@media (min-width: 1500px) {
  #login {
    background-position: left center;
  }
}

#login .colonne {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  min-height: calc(100vh - 30px);
}

@media (min-width: 992px) {
  #login .colonne {
    width: 50%;
    margin-left: auto;
    min-height: calc(100vh - 160px);
  }
}

#login .colonne .sgdsn {
  background: url(../images/logo-sgdsn.png) no-repeat center center;
  background-size: contain;
  width: 90%;
  height: 70px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}

@media (min-width: 600px) {
  #login .colonne .sgdsn {
    height: 100px;
    margin-bottom: 50px;
  }
}

@media (min-width: 992px) {
  #login .colonne .sgdsn {
    margin-bottom: 50px;
  }
}

#login .colonne #intitule {
  font-family: 'AstoriaRoman', Arial, sans-serif;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-size: 0.8rem;
}

@media (min-width: 600px) {
  #login .colonne #intitule {
    margin-bottom: 40px;
  }
}

#login .colonne h1 {
  font-family: 'playfair_display_regular', "Times New Roman", serif;
  font-weight: normal;
  font-size: 2rem;
  margin: 0 60px;
}

@media (min-width: 600px) {
  #login .colonne h1 {
    font-size: 3rem;
  }
}

@media (min-width: 1500px) {
  #login .colonne h1 {
    margin: 0;
  }
}

#login .colonne #info {
  margin: 0 auto 20px;
  width: 220px;
}

@media (min-width: 600px) {
  #login .colonne #info {
    margin-bottom: 50px;
    font-size: 1.1rem;
    width: 280px;
  }
}

#login .colonne form {
  width: 80%;
  margin: 0 auto;
  z-index: 5;
}

@media (min-width: 600px) {
  #login .colonne form {
    width: 45%;
    max-width: 310px;
  }
}

#login .colonne form input {
  width: calc(100% - 2px);
  height: 30px;
  line-height: 30px;
  background-color: #fff;
  border: 1px solid #e3e3e3;
  text-align: center;
  color: #c4c4c4;
}

@media (min-width: 600px) {
  #login .colonne form input {
    height: 50px;
    line-height: 50px;
  }
}

#login .colonne form button {
  font-family: "LatoBold", sans-serif;
  width: 100%;
  cursor: pointer;
  height: 34px;
  background-color: #324c81;
  color: #ffffff;
  border: 0;
  text-transform: uppercase;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.75);
}

@media (min-width: 600px) {
  #login .colonne form button {
    height: 54px;
  }
}

#login .colonne form p {
  color: #c7332c;
}

.hr-rf-centre {
  height: 50px;
}

@media (min-width: 600px) {
  .hr-rf-centre {
    height: 100px;
  }
}

#marianne {
  pointer-events: none;
}

@media (min-width: 992px) {
  #marianne {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: url(../images/marianne.png) no-repeat -300px center;
    background-size: contain;
  }
}

@media (min-width: 1200px) {
  #marianne {
    background-position: -150px center;
  }
}

@media (min-width: 1500px) {
  #marianne {
    background-position: left center;
  }
}

#site {
  display: none;
}

@media (min-width: 992px) {
  #site {
    display: block;
    font-family: 'LatoBold', sans-serif;
    text-align: center;
    position: absolute;
    width: 100%;
    bottom: 10px;
    left: 50%;
    -webkit-transform: rotate(90deg) translate(-50%, -50%);
    transform: rotate(90deg) translate(-50%, -50%);
  }
  #site a {
    text-decoration: none;
    color: inherit;
  }
}

#adresse {
  display: none;
}

@media (min-width: 992px) {
  #adresse {
    display: block;
    font-family: 'LatoBold', sans-serif;
    text-align: center;
    position: absolute;
    width: 100%;
    bottom: -14px;
    left: 50%;
    -webkit-transform: rotate(90deg) translate(-50%, -50%);
    transform: rotate(90deg) translate(-50%, -50%);
  }
}

.modal {
  display: none;
  position: fixed;
  z-index: 10;
  padding: 1px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  overflow: hidden;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.75);
  font-size: 0.9rem;
}

.modal-content {
  position: relative;
  margin: auto;
  padding: 0;
  width: 90%;
  height: 90%;
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  -webkit-animation-name: animatebottom;
  -webkit-animation-duration: 0.4s;
  animation-name: animatebottom;
  animation-duration: 0.4s;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}

.modal-content > div {
  overflow-y: auto;
  height: 100%;
  padding: 30px 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media (min-width: 600px) {
  .modal-content > div {
    padding: 30px;
  }
}

@media (min-width: 992px) {
  .modal-content {
    width: 80%;
    height: 80%;
  }
}

#modalMentions .modal-content {
  background-color: #ebebeb;
  background-image: none;
  width: 90%;
  height: 90%;
  max-width: 1000px;
  max-height: 697px;
}

#modalMentions .modal-content .hr-rf-centre {
  height: 5px;
  margin-bottom: 20px;
}

#modalMentions .modal-content .close {
  right: 10px;
}

#modalMentions .modal-content h2 {
  text-align: center;
  font-family: 'playfair_display_regular', "Times New Roman", serif;
  font-weight: normal;
  font-size: 2.5rem;
  margin-bottom: 20px;
}

#modalMentions .modal-content h3 {
  font-family: 'playfair_display_regular', "Times New Roman", serif;
  font-size: 1.5em;
}

#modalMentions .modal-content h4 {
  margin: 0 0 0 20px;
}

#modalMentions .modal-content p {
  margin-left: 20px;
  margin-bottom: 2em;
}

.close {
  color: white;
  float: right;
  font-weight: bold;
  background-color: #feb10b;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  right: 10px;
  top: 10px;
  position: absolute;
  -webkit-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.2), 0 0 0 0 rgba(0, 0, 0, 0.19);
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.2), 0 0 0 0 rgba(0, 0, 0, 0.19);
  -webkit-transition: -webkit-box-shadow 0.3s ease;
  transition: -webkit-box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
}

.close > span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.close:hover,
.close:focus {
  text-decoration: none;
  cursor: pointer;
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

@-webkit-keyframes animatebottom {
  from {
    top: 100%;
    opacity: 0;
  }
  to {
    top: 50%;
    opacity: 1;
  }
}

@keyframes animatebottom {
  from {
    top: 100%;
    opacity: 0;
  }
  to {
    top: 50%;
    opacity: 1;
  }
}

@-webkit-keyframes animatebottomreverse {
  from {
    bottom: 0;
    opacity: 1;
  }
  to {
    bottom: -300px;
    opacity: 0;
  }
}

@keyframes animatebottomreverse {
  from {
    bottom: 0;
    opacity: 1;
  }
  to {
    bottom: -300px;
    opacity: 0;
  }
}

@media (min-width: 992px) {
  .modal-content {
    width: 80%;
    height: 80%;
  }
  #modalFAQ .modal-content {
    height: 75%;
  }
  #modalFAQ .modal-content #accordion {
    padding: 0 20px;
  }
  .close {
    right: 0;
    top: 0;
  }
}