/** COULEURS **/
.blanc {
  color: #fff;
}
.bg_blanc {
  background-color: #fff;
}
.noir {
  color: #000;
}
.rouge {
  color: #C10F19;
}
/** END COULEURS **/
/** TITRES **/
.titre {
  font-family: 'Roboto Condensed', sans-serif;
  text-transform: uppercase;
  font-weight: 700;
}
.titre_condensed {
  font-family: 'Roboto Condensed', sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 18px;
  color: #0F70B7;
}
/** END TITRES **/
/** BTNS **/
.button {
  font-family: 'Roboto Condensed', sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 16px;
  border: none;
  border-bottom: 3px solid #299448;
  background: transparent;
  padding: 7px 0px 7px 0px;
  display: inline-block;
  color: #000;
  outline: none;
  transition: all 0.25s;
}
.button.bd-blanc {
  border-color: #FFF;
}
.button.bd-blanc:hover {
  color: #000;
  border-color: #000;
}
.button.blanc {
  color: #fff;
}
.button.vert {
  color: #299448;
}
.button a {
  color: #000;
  font-family: 'Roboto Condensed', sans-serif;
  transition: all 0.25s;
}
.button a:hover {
  color: #299448;
}
.button span {
  font-weight: 400;
  font-size: 16px;
  text-transform: lowercase;
}
.button.upp span {
  text-transform: uppercase;
}
.button i {
  margin-right: 12px;
}
.button:hover {
  color: #299448;
}
.button.no-bd {
  border: none;
  font-weight: 400;
  font-size: 15px;
}
.button.right i {
  margin: 0 0 0 12px;
}
body.dpc .button {
  border-color: #0F70B7;
}
body.dpc .button.vert,
body.dpc .button:hover {
  color: #0F70B7;
}
body.dpc .button a:hover {
  color: #0F70B7;
}
body.dpc .button.bd-blanc {
  border-color: #FFF;
}
body.dpc .button.bd-blanc:hover {
  color: #000;
  border-color: #000;
}
body.dpc .button.blanc {
  color: #fff;
}

#offre_promodpc p{
  color: #FFF;
}
#offre_promodpc a {
  color: #F28425;
}

/** END BTNS **/
/** Version > 1200 **/
@media (min-width: 1200px) {
  .noir-pc {
    color: #000;
  }
  /* BUTTONS */
  .button {
    font-size: 18px;
  }
  /* BUTTONS */
}
/** Version > 1200 **/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  font-family: 'Roboto', sans-serif;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  min-height: 100%;
}
body {
  line-height: 1;
  color: #000000;
  background: #E6E6E6;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
input {
  outline: none;
}
img {
  display: block;
  max-width: 100%;
}
b,
strong {
  font-weight: bold;
}
i {
  font-style: italic;
}
a {
  text-decoration: none;
}
/** LOGIN **/
/** END LOGIN **/
/******** GLOBAL ********/
.conteneur_medium {
  max-width: 1290px;
  margin: 0 auto;
}
#main {
  margin-top: 35px;
}
p {
  font-size: 15px;
  line-height: 21px;
}
p.light {
  font-weight: 300;
}
p.light a {
  color: #0F70B7;
}
p.grisclair {
  color: rgba(0, 0, 0, 0.5);
}
/******** END GLOBAL ********/
/** HEADER **/
header#header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  background: #fff;
}
header#header #conteneur_header {
  position: relative;
}
header#header #conteneur_header .logo_header {
  position: absolute;
  left: 0px;
  top: 0;
  transition: all 0.2s;
}
body.dpc header#header #conteneur_header .logo_header:after {
  content: "";
  display: inline-block;
  width: 115px;
  height: 111px;
  background: url(../images/logo-dpc-x2.png) center center no-repeat;
  background-size: 115px 111px;
  position: absolute;
  top: 10px;
  left: 90px;
  transition: all 0.2s;
}
header#header #conteneur_header #choix_langue {
  position: absolute;
  right: -8px;
  top: 7px;
}
header#header #conteneur_header #choix_langue ul {
  display: flex;
}
header#header #conteneur_header #choix_langue ul li a {
  border-bottom: 3px solid transparent;
  text-transform: uppercase;
  font-size: 15px;
  color: #000;
  padding: 2px 2px;
  margin: 0 5px;
}
header#header #conteneur_header #choix_langue ul li.current a {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  border-color: #299448;
}
body.dpc header#header #conteneur_header #choix_langue ul li.current a {
  border-color: #F28425;
}
header#header #conteneur_header #deconnexion {
  display: flex;
  font-size: 13px;
  color: #000;
  margin: 0 0 0 98px;
  padding: 10px 0 10px 0;
  transition: all 0.25s;
}
header#header #conteneur_header #deconnexion i {
  font-size: 15px;
  margin-right: 10px;
  transition: all 0.25s;
}
header#header #conteneur_header #deconnexion:hover {
  color: #299448;
}
header#header #conteneur_header #deconnexion:hover i {
  color: #299448;
}
body.dpc header#header #conteneur_header #deconnexion {
  margin-left: 138px;
}
body.dpc header#header #conteneur_header #deconnexion:hover {
  color: #F28425;
}
body.dpc header#header #conteneur_header #deconnexion:hover i {
  color: #F28425;
}
header#header.scroll #conteneur_header .logo_header {
  top: -63px;
}
body.dpc header#header.scroll #conteneur_header .logo_header:after {
  top: -50px;
}
/** END HEADER **/
/** INSCRIPTION EN LIGNE **/
#bloc_inscription_ligne {
  padding: 90px 8px 10px 8px;
}
#bloc_inscription_ligne #inscri_ligne {
  font-size: 28px;
}
#bloc_inscription_ligne ul {
  margin-top: 25px;
}
#bloc_inscription_ligne ul li {
  color: #fff;
  display: inline-block;
}
#bloc_inscription_ligne ul li#date_inscri {
  text-transform: uppercase;
  background: #C10F19;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  font-size: 25px;
  padding: 6px 10px;
}
body.dpc #bloc_inscription_ligne ul li#date_inscri {
  background: #fff;
  color: #0F70B7;
}
#bloc_inscription_ligne ul li#lieu_inscri {
  background: #299448;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 20px;
  padding: 5px 12px;
  margin: 0 0 0 60px;
}
body.dpc #bloc_inscription_ligne ul li#lieu_inscri {
  background: #F28425;
}
#bloc_inscription_ligne ul li#resa_inscri {
  text-transform: uppercase;
  background: #0F70B7;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  font-size: 13px;
  padding: 9px 18px;
  margin: 0 0 0 20px;
}
/** END INSCRIPTION EN LIGNE **/
/** WELCOME USER **/
#welcome_user {
  padding: 30px 0 0 0;
}
#welcome_user .titre {
  color: #000;
}
#welcome_user hr {
  margin: 10px 0 10px 0;
}
#welcome_user .modif-donnees {
  font-family: 'Roboto Condensed', sans-serif;
  color: #000;
  padding: 9px 15px 8px;
  border: 1px solid #299448;
  display: flex;
  align-items: center;
  margin-top: 15px;
  max-width: 340px;
  transition: all 0.25s;
}
#welcome_user .modif-donnees i {
  margin-right: 15px;
}
#welcome_user .modif-donnees:hover {
  background: #299448;
  color: #fff;
}
body.dpc #welcome_user .modif-donnees {
  border-color: #0F70B7;
}
body.dpc #welcome_user .modif-donnees:hover {
  background: #0F70B7;
}
/** END WELCOME USER **/
/** BLOC CONGRES **/
#bloc_congres_bleu {
  background: url(../images/fond-pc-inscription.png) right 0px top 0px no-repeat #17396C;
  margin: 20px -12px 0 -12px;
  background-size: cover;
  padding: 20px;
  padding: 45px 20px 40px 20px;
}
body.dpc #bloc_congres_bleu {
  background: url(../images/fond-pc-dpc.png) right 0px top 0px no-repeat #0F70B7;
  margin: 20px -12px 0 -12px;
  background-size: cover;
}
#congres_int_adf {
  font-size: 28px;
  line-height: 32px;
  padding: 0 25px 0 0;
  margin-bottom: 25px;
}
#titre_offre_promo {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  font-size: 19px;
  line-height: 25px;
  text-transform: uppercase;
  margin-bottom: 15px;
}
#titre_offre_promo span {
  text-decoration: underline;
}
#detail_promo {
  display: flex;
  align-items: center;
  margin-top: 20px;
}
#detail_promo #bloc_prix_promo {
  background: #fff;
  width: 120px;
  padding: 8px 0px 7px 10px;
}
#detail_promo #bloc_prix_promo #nouveau_prix {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  color: #C10F19;
  font-size: 33px;
  margin-bottom: 7px;
}
#detail_promo #bloc_prix_promo #au_lieu {
  font-family: 'Roboto Condensed', sans-serif;
  text-transform: uppercase;
  font-size: 15px;
  font-style: italic;
  letter-spacing: -0.5px;
}
#detail_promo #bloc_prix_promo #au_lieu span {
  position: relative;
}
#detail_promo #bloc_prix_promo #au_lieu span:before {
  content: "";
  display: inline-block;
  width: 120%;
  height: 2px;
  background: #17396C;
  position: absolute;
  transform: rotate(-19deg);
  top: 8px;
  right: -3px;
}
#detail_promo #picto-plus {
  width: 19px;
  margin: 0 15px;
}
#detail_promo #place_resa {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  font-size: 17px;
  line-height: 20px;
  flex: 1;
}
#options_liste_r ul li {
  color: #fff;
  background: url(../images/pictos/picto-option-rouge-2x.png) 0px 2px no-repeat;
  background-size: 23px 20px;
  padding: 0 0 0 35px;
  font-size: 16px;
  line-height: 23px;
}
body.dpc #options_liste_r ul li {
  background: url(../images/pictos/picto-option-bleu-2x.png) 0px 2px no-repeat;
  background-size: 23px 20px;
}
#vous_dpc hr {
  background: #fff;
}
/** END BLOC CONGRES **/
/** ALERTE **/
#alerte_top {
  margin-bottom: 20px;
  background-color: white;
}
#alerte_top #content_alerte {
  border: 1px solid #fff;
  position: relative;
  background: url(../images/pictos/picto-alerte-2x.png) top 20px left 20px no-repeat;
  background-size: 23px 26px;
  padding: 15px 15px 15px 56px;
}
#alerte_top #content_alerte .close {
  color: #C10F19;
  font-size: 19px;
  position: absolute;
  top: -30px;
  right: 0;
}
#alerte_top #content_alerte p {
  font-style: italic;
  font-size: 12px;
  line-height: 17px;
}
/** END ALERTE **/
/** FORM **/
.rangee_form {
  margin-bottom: 15px;
  position: relative;
}
.rangee_form label {
  font-size: 12px;
  line-height: 17px;
}
.rangee_form.lbl-left label {
  position: absolute;
  top: 50%;
  left: 25px;
  transform: translate(0, -50%);
  color: #d8d8e8;
  margin: 0;
  font-size: 16px;
  line-height: 16px;
}
.rangee_form.lbl-left input {
  padding-left: 40px;
}
.rangee_form input {
  padding: 12px 15px 12px 15px;
  border-color: #D8D8E8;
  border-radius: 0;
}
.rangee_form input[type="radio"],
.rangee_form input[type="checkbox"] {
  padding: 0;
  border-radius: 0;
  margin: 0;
  border-color: #000;
}
.rangee_form .form-check-input:checked {
  background: #299448;
  margin: 0;
  box-shadow: 0px 0px 0px 2px #000000;
  border-radius: 0;
  border-color: #fff;
  border-width: 2px;
}
body.dpc .rangee_form .form-check-input:checked {
  background: #F28425;
}
.rangee_form .form-check-inline {
  padding-left: 0;
}
.rangee_form .form-check-inline label {
  margin-left: 10px;
}
.rangee_form.liste label {
  font-weight: 300;
  margin: 0 10px 0 10px;
}
.rangee_form.liste .montant {
  color: #299448;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 15px;
  margin-right: 10px;
}
.rangee_form.liste .type {
  font-size: 15px;
  font-weight: 300;
}
.rangee_form select {
  border-color: #ced4da;
  padding: 13px 10px 14px 10px;
  max-width: 100%;
}
.rangee_form select.search {
  /*margin-top: 20px;*/
  position: relative;
  background: url(../images/pictos/loupe-recherche-2x.png) left 15px top 10px no-repeat #fff;
  background-size: 16px 16px;
  padding: 8px 15px 8px 40px;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 13px;
}
.rangee_form .espacement {
  padding: 12px 10px 10px 10px;
}
.rangee_form .form-control.full {
  padding: 0;
  border: none;
}
.pwd-forget {
  font-size: 13px;
  font-style: italic;
  color: #000;
  text-decoration: underline;
  transition: all 0.25s;
}
.pwd-forget:hover {
  color: #299448;
}
body.dpc .pwd-forget:hover {
  color: #F28425;
}
form.bdt {
  position: relative;
  padding: 20px 0 0 0;
}
form.bdt:before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 1px;
  background: #D8D8E8;
  position: absolute;
  top: 0;
}
/** END FORM **/
/** BLOC COMPTE **/
#bloc_compte {
  margin: 0px -12px 0px -12px;
  padding: 20px 20px 30px 20px;
  background: #fff;
}
#bloc_compte #deja_cpt {
  background: url(../images/pictos/picto-login-x2.png) left 0px center no-repeat;
  background-size: 18px 28px;
  text-transform: uppercase;
  color: #4470B3;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  font-size: 20px;
  padding: 10px 0px 10px 32px;
  margin-bottom: 15px;
}
#bloc_compte #deja_cpt.min {
  text-transform: initial;
}
#bloc_compte #deja_cpt.forfait {
  background: url(../images/pictos/picto-forfait-x2.png) left 0px center no-repeat;
  background-size: 28px 28px;
}
#bloc_compte #deja_cpt span {
  font-size: 16px;
  font-weight: 400;
}
#bloc_compte #pb_pwd_mail {
  background: #C10F19;
  color: #fff;
  margin-top: 20px;
  padding: 20px;
}
#bloc_compte #pb_pwd_mail p,
#bloc_compte #pb_pwd_mail a {
  color: #fff;
}
#bloc_compte #pb_pwd_mail a {
  text-decoration: underline;
}
#no_compte {
  background: #299448;
  margin: 0px -12px 0px -12px;
  padding: 20px 20px 20px 20px;
}
#no_compte #pas_de_cpt {
  background: url(../images/pictos/picto-no-compte-x2.png) left 0px center no-repeat;
  background-size: 24px 21px;
  font-size: 20px;
  padding: 10px 0px 10px 32px;
  margin-bottom: 15px;
}
#no_compte #crea_espace_p {
  font-size: 19px;
  margin-bottom: 15px;
}
#no_compte #crea_espace_p b {
  font-family: 'Roboto Condensed', sans-serif;
}
#no_compte.selection #no_compte1 {
  background: url(../images/pictos/picto-calendrier-selection-x2.png) left 0px top 9px #299448 no-repeat;
  background-size: 29px 30px;
  padding: 0 0 0 45px;
}
body.dpc #no_compte.selection #no_compte1 {
  background-color: #F28425;
}
#no_compte.selection #pas_de_cpt {
  background: none;
  color: #fff;
  padding: 0;
  margin: 0 0 10px 0;
}
#no_compte.selection #no_compte2 .montant {
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 25px;
  letter-spacing: -0.8px;
}
#no_compte.selection #no_compte2 a,
#no_compte.selection #no_compte2 button {
  background: #fff;
  color: #C10F19;
  font-size: 26px;
  width: 33px;
  height: 33px;
  text-align: center;
  line-height: 33px;
  border-radius: 40px;
  margin-left: 20px;
  border: none;
  transition: all 0.25s;
}
#no_compte.selection #no_compte2 a:hover,
#no_compte.selection #no_compte2 button:hover {
  background-color: #C10F19;
  color: #fff;
}
body.dpc #no_compte {
  background: #F28425;
}
/** END BLOC COMPTE **/
/** INDICATIONS **/
#indications_inscription {
  padding: 30px 7px 20px 7px;
}
#indications_inscription ul li {
  position: relative;
  margin-bottom: 15px;
  padding: 0px 0px 0px 25px;
  font-size: 15px;
  line-height: 20px;
}
#indications_inscription ul li:before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  background: #299448;
  border-radius: 50%;
  position: absolute;
  top: 5px;
  left: 0;
}
body.dpc #indications_inscription ul li:before {
  background: #F28425;
}
/** END INDICATIONS **/
/** SOUHAIT **/
#souhait_forma hr {
  background: #fff;
  height: 2px;
  margin: 0 0 30px 0;
  opacity: 1;
}
/** END SOUHAIT **/
/** QUESTION / SOUCI **/
body:not(.index) #vous_dpc {
  display: none;
}
#question_souci {
  margin-top: 30px;
}
#question_souci #contact_mail_tel {
  display: flex;
  flex-direction: column;
  align-items: baseline;
}
#question_souci #contact_mail_tel a {
  padding: 0px 0px 0px 0px;
  font-family: 'Roboto Condensed', sans-serif;
  color: #000;
  padding: 9px 15px 8px 15px;
  border: 1px solid #299448;
  transition: all 0.25s;
}
#question_souci #contact_mail_tel a:first-child {
  margin-bottom: 10px;
  font-size: 14px;
}
#question_souci #contact_mail_tel a:last-child {
  font-weight: 700;
  font-size: 16px;
}
#question_souci #contact_mail_tel a i {
  margin-right: 10px;
}
#question_souci #contact_mail_tel a:hover {
  background-color: #299448;
  color: #fff;
}
body.dpc #question_souci #contact_mail_tel a {
  border-color: #0F70B7;
}
body.dpc #question_souci #contact_mail_tel a:hover {
  background-color: #0F70B7;
}
/** END QUESTION / SOUCI **/
/** FOOTER **/
#footer_site {
  margin-top: 15px;
  padding-bottom: 15px;
}
#footer_site #nav_footer #mentions_photos {
  font-style: italic;
  color: #000000;
  margin-bottom: 15px;
}
#footer_site #nav_footer ul {
  display: flex;
  flex-wrap: wrap;
}
#footer_site #nav_footer ul li {
  line-height: 20px;
}
#footer_site #nav_footer ul li a {
  color: #000;
  font-size: 13px;
  transition: all 0.25s;
}
#footer_site #nav_footer ul li a:hover {
  color: #299448;
}
body.dpc #footer_site #nav_footer ul li a:hover {
  color: #F28425;
}
#footer_site #nav_footer ul span {
  margin: 0 5px;
}
/** END FOOTER **/
/** INSCRIPTION CONFIRMEE **/
.finish #main {
  background: #17396C;
}
.finish #content_pc {
  padding-bottom: 20px;
}
#contenu_confirmation {
  background: #fff;
  padding: 20px;
  text-align: right;
  margin: 20px 10px 0px 10px;
}
#contenu_confirmation #titre_inscri {
  font-size: 28px;
  line-height: 32px;
}
.valider-inscription {
  padding: 9px 15px 8px;
  border: 1px solid #0F70B7;
  display: flex;
  align-items: center;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 14px;
  color: #000;
  max-width: 311px;
  float: right;
  cursor: pointer;
  transition: all 0.25s;
}
.valider-inscription i {
  margin-right: 15px;
}
.valider-inscription:hover {
  background: #0F70B7;
  color: #fff;
}
/** END INSCRIPTION CONFIRMEE **/
/** TABLEAU SELECTION **/
.tableau_inscription {
  margin-top: 10px;
}
.tableau_inscription .complement,
.tableau_inscription .jour {
  background-color: #fff;
  padding: 20px;
}
.tableau_inscription p {
  line-height: 1.2;
  font-size: 15px;
  margin-bottom: 10px;
}
.tableau_inscription .corbeille {
  color: #299448;
  border: 1px solid #299448;
  font-size: 19px;
  line-height: 32px;
  width: 34px;
  text-align: center;
  border-radius: 50%;
  position: absolute;
  right: 0;
  bottom: -6px;
  transition: all 0.25s;
}
.tableau_inscription .corbeille:hover {
  color: #C10F19;
  border-color: #C10F19;
}
body.dpc .tableau_inscription .corbeille {
  color: #0F70B7;
  border-color: #0F70B7;
}
body.dpc .tableau_inscription .corbeille:hover {
  color: #C10F19;
  border-color: #C10F19;
}
.tableau_inscription .total {
  justify-content: flex-end;
}
.tableau_inscription .total p {
  background-color: #299448;
  font-size: 16px;
  padding: 15px 30px;
  color: #fff;
  text-transform: uppercase;
}
.tableau_inscription .total p strong {
  font-size: 20px;
  padding-left: 20px;
  font-family: 'Roboto Condensed', sans-serif;
}
body.dpc .tableau_inscription .total p {
  background-color: #F28425;
}
.tableau_inscription .jour {
  margin-bottom: 5px;
}
.tableau_inscription .jour-head {
  border-bottom: 2px solid #D8D8E8;
}
.tableau_inscription .jour-head .titre {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: bold;
  color: #299448;
  text-transform: uppercase;
  font-size: 18px;
}
.tableau_inscription .jour-content {
  padding-top: 25px;
}
.tableau_inscription .jour-content .ligne {
  position: relative;
}
.tableau_inscription .jour-content .ligne:not(:first-of-type) {
  margin-top: 30px;
}
.tableau_inscription .jour-content .tag {
  font-weight: bold;
  color: #fff;
  padding: 6px 15px;
  border-radius: 15px;
  display: inline-block;
}
.tableau_inscription #etapes_t_form,
.tableau_inscription #etapes_b_form {
  padding: 15px;
  background: #fff;
}
body.dpc .tableau_inscription #etapes_t_form button[type="submit"],
body.dpc .tableau_inscription #etapes_b_form button[type="submit"] {
  border-color: #0F70B7;
}
body.dpc .tableau_inscription #etapes_t_form button[type="submit"]:hover,
body.dpc .tableau_inscription #etapes_b_form button[type="submit"]:hover {
  border-color: #F28425;
}
.tableau_inscription #etapes_t_form {
  margin-bottom: 20px;
}
.tableau_inscription .tab_selection .jour {
  padding: 0;
}
.tableau_inscription .tab_selection .liste_selection .une_selection {
  padding: 25px 20px;
}
.tableau_inscription .tab_selection .liste_selection .une_selection:nth-of-type(2n) {
  background: #F2F2F2;
}
.tableau_inscription .tab_selection .liste_selection .une_selection .libelle {
  font-weight: 700;
  font-size: 15px;
  line-height: 20px;
}
.tableau_inscription .tab_selection .liste_selection .une_selection .qte,
.tableau_inscription .tab_selection .liste_selection .une_selection .prix {
  font-weight: 300;
  font-size: 15px;
  margin: 10px 0 10px 0;
  padding-left: 10px;
  position: relative;
}
.tableau_inscription .tab_selection .liste_selection .une_selection .qte:before,
.tableau_inscription .tab_selection .liste_selection .une_selection .prix:before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  background: #000;
  border-radius: 50%;
  position: absolute;
  top: 5px;
  left: 0;
}
.tableau_inscription .tab_selection .liste_selection .une_selection .prix_ttc {
  font-weight: 700;
  color: #299448;
  font-size: 18px;
  position: relative;
  padding-left: 13px;
}
.tableau_inscription .tab_selection .liste_selection .une_selection .prix_ttc:before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  background: #299448;
  border-radius: 50%;
  position: absolute;
  top: 7px;
  left: 0;
}
body.dpc .tableau_inscription .tab_selection .liste_selection .une_selection .prix_ttc {
  color: #0F70B7;
}
body.dpc .tableau_inscription .tab_selection .liste_selection .une_selection .prix_ttc:before {
  background: #0F70B7;
}
.tableau_inscription .tab_selection .promo_prix .code_promo {
  padding: 20px 20px 0 20px;
}
.tableau_inscription .tab_selection .promo_prix .code_promo label {
  font-size: 15px;
  font-weight: 300;
  margin-bottom: 15px;
}
.tableau_inscription .tab_selection .promo_prix .code_promo #btn_code_promo {
  position: relative;
}
.tableau_inscription .tab_selection .promo_prix .code_promo #btn_code_promo input[type="submit"] {
  position: absolute;
  top: 8px;
  right: 14px;
  border-color: #299448;
  padding: 6px 0px;
}
body.dpc .tableau_inscription .tab_selection .promo_prix .code_promo #btn_code_promo input[type="submit"] {
  border-color: #0F70B7;
}
.tableau_inscription .tab_selection .promo_prix .prix_recap .ligne:not(:last-child) {
  margin: 0 20px 0px 20px;
  padding: 25px 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.tableau_inscription .tab_selection .promo_prix .prix_recap .ligne:first-child {
  border-bottom: 2px solid #D8D8E8;
}
.tableau_inscription .tab_selection .promo_prix .prix_recap .ligne .libelle {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 15px;
  text-transform: uppercase;
}
.tableau_inscription .tab_selection .promo_prix .prix_recap .ligne .montant {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  font-size: 18px;
  margin-left: 30px;
}
.tableau_inscription .tab_selection .promo_prix .prix_recap .ligne.total {
  background: #E6E6E6;
  border-top: 10px solid #D8D8E8;
  margin-bottom: 10px;
}
.tableau_inscription .tab_selection .promo_prix .prix_recap .ligne.total .content_total {
  background: #299448;
  display: flex;
  color: #fff;
  align-items: center;
  justify-content: flex-end;
  padding: 15px 30px;
}
body.dpc .tableau_inscription .tab_selection .promo_prix .prix_recap .ligne.total .content_total {
  background: #F28425;
}
/** END TABLEAU SELECTION **/
/** REGLEMENT INSCRIPTION **/
#bloc_inscription {
  margin: 0px -12px 0 -12px;
  background: #fff;
  padding: 45px 20px 40px;
  min-width: 100%;
}
#bloc_inscription #form_tiers {
  margin: 20px auto 0px auto;
  max-width: 800px;
}
#bloc_inscription .adresse {
  background: #f2f2f2;
  padding: 12px 15px;
  margin-bottom: 10px;
}
#bloc_inscription .lib_global {
  font-weight: 700;
  margin-bottom: 8px;
}
#bloc_inscription .button {
  cursor: pointer;
}
#bloc_inscription #btns_adresse {
  background: #f2f2f2;
  padding: 4px 20px 22px 20px;
  margin-top: 30px;
  font-weight: 700;
  line-height: 22px;
}
#bloc_inscription #pb_pwd_mail {
  background: #C10F19;
  color: #fff;
  margin-top: 20px;
  padding: 20px;
}
#bloc_inscription #pb_pwd_mail p,
#bloc_inscription #pb_pwd_mail a {
  color: #fff;
}
#bloc_inscription #pb_pwd_mail a {
  text-decoration: underline;
}
#bloc_inscription #add_file {
  background-color: #D9D55D;
  padding: 20px;
}
#bloc_inscription #add_file .titre {
  font-size: 20px;
  margin-bottom: 30px;
}
#bloc_inscription #add_file .button {
  margin-top: 30px;
}
#bloc_inscription #optin {
  background-color: #0F70B7;
  color: #FFFFFF;
  padding: 20px;
}
/** END REGLEMENT INSCRIPTION **/
/* MENU */
/* END MENU */
/** Version > 768 **/
/** END Version > 768 **/
/** Version > 1024 **/
/** END Version > 1024 **/
/** Version > 1200 **/
@media (min-width: 1200px) {
  /* GLOBAL **/
  #main {
    margin-top: 44px;
  }
  body {
    max-width: 1920px;
    margin: 0 auto;
    position: relative;
  }

  #offre_promodpc p{
    color: #000;
  }
  #offre_promodpc a {
    color: #F28425;
  }
  #fond_bleu_pc {
    height: 100%;
    position: fixed;
    top: 0;
    right: 0;
    width: 45%;
    background: url(../images/fond-pc-inscription.png) right 40px top -45px no-repeat #17396C;
    background-size: 826px 926px;
    z-index: -1;
    min-height: 100vh;
  }
  #fond_bleu_pc:after {
    content: "";
    display: inline-block;
    width: 181px;
    height: 339px;
    background: url(../images/illustration-congres-inscription.png) center center no-repeat;
    background-size: 181px 339px;
    position: absolute;
    top: 75px;
    left: -180px;
  }
  body.dpc #fond_bleu_pc {
    background: url(../images/fond-pc-dpc.png) right 40px top -45px no-repeat #0F70B7;
    background-size: 826px 926px;
  }
  body.dpc #fond_bleu_pc:after {
    background: url(../images/illustration-congres-dpc.png) center center no-repeat;
    background-size: 181px 339px;
  }
  body:not(.index) #fond_bleu_pc:after {
    width: 107px;
    height: 201px;
    background: url(../images/illustration-congres-inscription-2.png) center center no-repeat;
    background-size: 107px 201px;
    left: -106px;
  }
  body.dpc:not(.index) #fond_bleu_pc:after {
    background: url(../images/illustration-congres-dpc-2.png) center center no-repeat;
    background-size: 107px 201px;
  }
  /* END GLOBAL */
  /* HEADER */
  header#header {
    background: none;
  }
  header#header #conteneur_header:before {
    content: "";
    display: inline-block;
    height: 44px;
    background: #fff;
    width: 625px;
    position: absolute;
    left: 0px;
  }
  header#header #conteneur_header .logo_header {
    left: 0;
    transition: all 0.25s;
  }
  body.dpc header#header #conteneur_header .logo_header:after {
    width: 230px;
    height: 222px;
    background-size: 230px 222px;
    left: 145px;
    top: -20px;
  }
  header#header #conteneur_header #deconnexion {
    position: absolute;
    right: 0;
    color: #fff;
    background: #17396C;
    padding: 15px 15px 14px 15px;
  }
  body.dpc header#header #conteneur_header #deconnexion {
    background: #0F70B7;
  }
  header#header #conteneur_header #choix_langue {
    right: auto;
    left: 50%;
    top: 11px;
  }
  header#header.scroll #conteneur_header .logo_header {
    top: -106px;
  }
  body.dpc header#header.scroll #conteneur_header .logo_header:after {
    top: -90px;
  }
  /* END HEADER */
  /** INSCRIPTION EN LIGNE **/
  #bloc_inscription_ligne {
    align-self: flex-end;
    width: 470px;
    padding: 50px 0 45px 0;
  }
  #bloc_inscription_ligne ul {
    margin-top: 35px;
  }
  #bloc_inscription_ligne ul li#date_inscri {
    font-size: 36px;
    padding: 9px 14px 8px 14px;
  }
  #bloc_inscription_ligne ul li#lieu_inscri {
    font-size: 29px;
    padding: 8px 17px;
    margin-left: 90px;
  }
  #bloc_inscription_ligne ul li#resa_inscri {
    font-size: 20px;
    padding: 12px 17px;
    margin-left: 30px;
  }
  body:not(.index) #bloc_inscription_ligne ul {
    display: flex;
    align-items: center;
  }
  body:not(.index) #bloc_inscription_ligne ul li#date_inscri {
    font-size: 21px;
    padding: 7px 10px 6px 10px;
  }
  body:not(.index) #bloc_inscription_ligne ul li#lieu_inscri {
    font-size: 18px;
    margin: 0;
    padding: 8px 10px;
  }
  #congres_int_adf {
    font-size: 45px;
    line-height: 49px;
    margin: 0;
    padding: 0;
  }
  /** END INSCRIPTION EN LIGNE **/
  #content_pc {
    display: flex;
    justify-content: space-between;
  }
  #content_pc #pc_left {
    width: 41.5%;
    margin-top: -210px;
  }
  #content_pc #pc_left.large {
    width: 47.5%;
  }
  #content_pc #pc_left.mt-moyen {
    margin-top: -290px;
  }
  #content_pc #pc_left.mt-low {
    margin-top: -50px;
  }
  #content_pc #pc_left.mt-validation {
    /*margin-top: -110px;*/
    margin-top: -60px;
  }
  #content_pc #pc_right {
    width: 51%;
  }
  body.index.dpc #content_pc #pc_right {
    position: relative;
    padding-bottom: 100px;
  }
  body.index.dpc #content_pc #pc_right:after {
    content: "";
    display: inline-block;
    width: 153px;
    height: 81px;
    background: url(../images/logo-adpc-2x.png) center center no-repeat;
    background-size: 153px 81px;
    position: absolute;
    bottom: 0;
    right: 0;
  }
  /* INSCRIPTION EN LIGNE */
  #bloc_congres_bleu {
    background: none;
    margin: 0 0 0 0;
    padding: 0;
  }
  #bloc_congres_bleu #inscri_ligne {
    font-size: 48px;
    line-height: 50px;
  }
  #bloc_congres_bleu #inscri_ligne.small {
    font-size: 38px;
  }
  #bloc_congres_bleu #optionlib_rouge {
    color: #C10F19;
  }
  body.dpc #bloc_congres_bleu {
    background: none;
    margin: 0 0 0 0;
    padding: 0;
  }
  #options_liste_r ul li {
    color: #000;
  }
  #welcome_portail {
    margin: 30px 0 25px 0;
  }
  #offre_promo {
    background: #fff;
    padding: 10px;
  }
  #offre_promo #titre_offre_promo,
  #offre_promo p {
    color: #17396C;
  }

  #vous_dpc hr {
    opacity: 1;
  }
  #vous_dpc .button {
    color: #000;
  }
  #vous_dpc .button:hover {
    color: #299448;
  }
  body.dpc #vous_dpc .button:hover {
    color: #0F70B7;
  }
  #detail_promo {
    margin-top: 30px;
  }
  #detail_promo #picto-plus {
    width: 19px;
    margin: 0 25px 0 20px;
  }
  #detail_promo #place_resa {
    color: #17396C;
    font-size: 19px;
  }
  /* END INSCRIPTION EN LIGNE */
  /* ALERTE */
  #alerte_top {
    position: absolute;
    margin: 0;
    top: 40px;
    left: 175px;
    width: 29%;
    background-color: transparent;
  }
  /* END ALERTE */
  .bg_blanc {
    background-color: transparent;
  }

  /* WELCOME USER */
  #welcome_user .titre {
    color: #fff;
    font-size: 18px;
  }
  #welcome_user hr {
    background: #fff;
  }
  #welcome_user p {
    color: #fff;
    font-size: 17px;
    padding: 10px 0 10px 0;
  }
  #welcome_user .modif-donnees {
    border-color: #fff;
    color: #fff;
  }
  #welcome_user.validation {
    padding-top: 60px;
  }
  /* END WELCOME USER */
  /* COMPTE */
  #bloc_compte {
    margin: 0;
    position: relative;
    padding: 10px 30px 25px 30px;
  }
  #bloc_compte #ident_cpt {
    margin: 0;
  }
  #bloc_compte #deja_cpt {
    font-size: 28px;
    padding-left: 44px;
  }
  #bloc_compte #deja_cpt span {
    font-size: 24px;
  }
  #bloc_compte form {
    position: relative;
  }
  .pwd-forget {
    position: absolute;
    bottom: 10px;
    left: 0px;
  }
  #no_compte {
    margin: 30px 0 30px 0;
    display: flex;
    align-items: center;
  }
  #no_compte #pas_de_cpt {
    padding: 0 0 0 50px;
    font-size: 23px;
    margin-bottom: 10px;
  }
  #no_compte #crea_espace_p {
    margin: 0 0 0 50px;
  }
  #no_compte #crea_espace_p.selec {
    margin-left: 0;
  }
  #no_compte #no_compte1 {
    flex: 1;
    padding: 0 70px 0 0;
  }
  #no_compte #no_compte2 {
    width: 170px;
  }
  #etapes_b_form {
    margin-top: 40px;
  }
  /* END COMPTE */
  /* SOUHAIT */
  #souhait_forma {
    margin-top: 40px;
  }
  /* END SOUHAIT */
  /* QUESTION / SOUCI */
  #question_souci #contact_mail_tel {
    flex-direction: row;
    align-items: center;
  }
  #question_souci #contact_mail_tel a:first-child {
    margin: 0 30px 0 0;
    padding: 10px 15px 9px 15px;
  }
  /* END QUESTION / SOUCI */
  /* INDICATIONS */
  #indications_inscription {
    padding: 15px 0 0 20%;
  }
  #indications_inscription ul li {
    color: #fff;
  }
  /* END INDICATIONS */
  /* FORM */
  form.bdt {
    padding: 35px 0 0px 0;
  }
  form.bdt:before {
    left: 45px;
    width: 91%;
    max-width: 500px;
  }
  form.bdt .row {
    margin: 0 0 0 7%;
  }
  form .rangee_form label {
    font-size: 14px;
  }
  form .rangee_form select {
    outline: none;
  }
  form .rangee_form select.search {
    margin-bottom: 10px;
    font-size: 15px;
    background-color: transparent;
    width: auto;
    padding: 8px 15px 8px 45px;
    border-color: #299448;
    border-radius: 0;
  }
  body.dpc form .rangee_form select.search {
    border-color: #0F70B7;
  }
  form .rangee_form .form-control.full select {
    min-width: 390px;
  }
  /* END FORM */
  /* FOOTER */
  #footer_site #nav_footer #mentions_photos {
    margin-bottom: 30px;
    color: #fff;
  }
  #footer_site #nav_footer ul li a {
    color: #fff;
  }
  #footer_site #nav_footer ul span {
    color: #fff;
    margin: 0 10px;
  }
  /* END FOOTER */
  /* INSCRIPTION CONFIRMEE */
  .finish #main {
    background: none;
  }
  .finish #main #bloc_inscription_ligne {
    align-self: flex-start;
    padding: 0;
    margin: 0 0 0 18%;
    position: relative;
    z-index: 2;
  }
  .finish #main #bloc_inscription_ligne ul {
    display: block !important;
    margin: 92px 0 0 0;
  }
  .finish #main #bloc_inscription_ligne ul li#date_inscri {
    font-size: 25px;
    padding: 6px 10px;
  }
  .finish #main #bloc_inscription_ligne ul li#lieu_inscri {
    font-size: 20px;
    margin-left: 60px;
  }
  .finish #main #bloc_inscription_ligne ul li#resa_inscri {
    font-size: 13px;
    padding: 9px 18px;
    margin-left: 20px;
  }
  .finish #fond_bleu_pc {
    background: url(../images/fond-pc-inscription-2.png) left 0px top 0px no-repeat #17396C;
    background-size: 921px 926px;
  }
  .finish #fond_bleu_pc:after {
    display: none;
  }
  .finish #content_pc {
    padding: 0 0 0 13.7%;
    margin: -30px 0 0 0;
  }
  .finish.dpc #contenu_confirmation {
    position: relative;
    background: #DDDDDD;
  }
  .finish.dpc #contenu_confirmation:after {
    content: "";
    display: inline-block;
    width: 250px;
    height: 470px;
    background: url(../images/dpc-validation.png) center center no-repeat;
    background-size: 250px 470px;
    position: absolute;
    top: -70px;
    left: 473px;
  }
  #contenu_confirmation {
    padding: 50px 55px 20px 20px;
    width: 490px;
    min-height: 490px;
    border-radius: 250px 250px 0 250px;
    margin: 0;
  }
  #contenu_confirmation #titre_inscri {
    font-size: 37px;
    line-height: 40px;
  }
  #contenu_confirmation a.button {
    font-size: 15px;
  }
  #contenu_confirmation a.button span {
    font-size: 15px;
  }
  /* END INSCRIPTION CONFIRMEE */
  /* VALIDATION SELECTION */
  #inscri_ligne.validation {
    font-size: 45px;
    line-height: 66px;
  }
  .tableau_inscription .complement {
    padding: 30px;
    justify-content: flex-end;
  }
  .tableau_inscription .complement > *:nth-child(1) {
    width: 30%;
  }
  .tableau_inscription .complement > *:nth-child(2) {
    width: 20%;
  }
  .tableau_inscription p {
    margin-bottom: 0px;
  }
  .tableau_inscription .jour,
  .tableau_inscription .total {
    padding: 30px;
  }
  .tableau_inscription .total {
    background-color: #fff;
  }
  .tableau_inscription .total p {
    margin-right: 50px;
  }
  .tableau_inscription .jour-head .titre {
    padding-bottom: 10px;
  }
  .tableau_inscription .ligne > * {
    bottom: auto;
    top: 50%;
    transform: translate(0%, -50%);
  }
  .tableau_inscription .ligne > *:nth-child(1) {
    width: 35%;
  }
  .tableau_inscription .ligne > *:nth-child(2) {
    width: 15%;
  }
  .tableau_inscription .ligne > *:nth-child(3) {
    width: 33%;
    padding-right: 1%;
  }
  .tableau_inscription .ligne > *:nth-child(4) {
    width: 13%;
  }
  .tableau_inscription .ligne > *:nth-child(5) {
    width: 3%;
  }
  .tableau_inscription #etapes_t_form {
    margin-bottom: 0;
    border-bottom: 5px solid #299448;
  }
  .tableau_inscription #etapes_t_form.bd {
    border-bottom-width: 3px;
  }
  body.dpc .tableau_inscription #etapes_t_form {
    border-color: #0F70B7;
  }
  .tableau_inscription #etapes_b_form {
    margin-top: 0;
    border-top: 3px solid #299448;
  }
  body.dpc .tableau_inscription #etapes_b_form {
    border-color: #0F70B7;
  }
  .tableau_inscription #etapes_t_form,
  .tableau_inscription #etapes_b_form {
    padding: 20px 35px;
  }
  .tableau_inscription .tab_selection {
    padding: 25px 30px 25px 30px;
    background: #fff;
  }
  .tableau_inscription .tab_selection .labels_selection {
    border-bottom: 2px solid #D8D8E8;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 0px 42px 0px 0px;
    margin-bottom: 20px;
  }
  .tableau_inscription .tab_selection .labels_selection .un_label {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    padding: 15px 18px 20px 18px;
    min-width: 200px;
    text-align: right;
  }
  .tableau_inscription .tab_selection .liste_selection .une_selection {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 15px 60px 15px 20px;
  }
  .tableau_inscription .tab_selection .liste_selection .une_selection .qte,
  .tableau_inscription .tab_selection .liste_selection .une_selection .prix,
  .tableau_inscription .tab_selection .liste_selection .une_selection .prix_ttc {
    min-width: 200px;
    text-align: right;
  }
  .tableau_inscription .tab_selection .liste_selection .une_selection .qte:before,
  .tableau_inscription .tab_selection .liste_selection .une_selection .prix:before,
  .tableau_inscription .tab_selection .liste_selection .une_selection .prix_ttc:before {
    display: none;
  }
  .tableau_inscription .tab_selection .liste_selection .une_selection .dpc {
    padding-right: 20px;
    font-weight: 700;
    min-width: 50px;
    color: #0F70B7;
  }
  .tableau_inscription .tab_selection .liste_selection .une_selection .libelle {
    flex: 1;
  }
  .tableau_inscription .tab_selection .promo_prix {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .tableau_inscription .tab_selection .promo_prix .code_promo {
    padding: 0;
  }
  .tableau_inscription .tab_selection .promo_prix .code_promo label {
    margin: 0 20px 0 0;
  }
  .tableau_inscription .tab_selection .promo_prix .code_promo form .rangee_form {
    display: flex;
    align-items: center;
  }
  .tableau_inscription .tab_selection .promo_prix .code_promo form .rangee_form input[name="code_promo"] {
    width: 285px;
  }
  .tableau_inscription .tab_selection .promo_prix .prix_recap {
    width: 290px;
    padding-top: 20px;
  }
  .tableau_inscription .tab_selection .promo_prix .prix_recap .ligne.total {
    background: #fff;
    border: none;
    padding: 0px 0px;
    margin: 0;
  }
  .tableau_inscription .tab_selection .promo_prix .prix_recap .ligne.total .content_total {
    bottom: auto;
    transform: none;
    top: auto;
    width: 100%;
    padding: 15px 60px 15px 30px;
  }
  .tableau_inscription .tab_selection .promo_prix .prix_recap .ligne.total .content_total .montant {
    font-size: 22px;
  }
  .tableau_inscription .tab_selection .promo_prix .prix_recap .ligne .libelle,
  .tableau_inscription .tab_selection .promo_prix .prix_recap .ligne .montant {
    bottom: auto;
    transform: none;
    top: auto;
  }
  .tableau_inscription .tab_selection .promo_prix .prix_recap .ligne .libelle {
    width: auto;
  }
  .tableau_inscription .tab_selection .promo_prix .prix_recap .ligne .montant {
    margin-left: 30px;
    width: auto;
  }
  .tableau_inscription .tab_selection .promo_prix .prix_recap .ligne:not(:last-child) {
    margin: 0 60px 0 0;
  }
  .tableau_inscription .tab_selection.dpc {
    position: relative;
  }
  .tableau_inscription .tab_selection.dpc:after {
    content: "";
    display: inline-block;
    width: 134px;
    height: 88px;
    background: url(../images/logo-adpc-bas-2x.png) center center no-repeat;
    background-size: 134px 88px;
    position: absolute;
    bottom: 15px;
    left: 10px;
  }
  /* END VALIDATION SELECTION */
  /* REGLEMENT INSCRIPTION */
  #bloc_inscription {
    padding: 85px 20px 85px;
    margin: 0;
  }
  #bloc_inscription #form_tiers {
    margin: -40px auto 0px auto;
  }
  #bloc_inscription .adresse {
    margin: 10px 10px 20px 10px;
    width: 98.5%;
  }
  #bloc_inscription #btns_adresse {
    max-width: 800px;
    margin: 40px auto 0px auto;
    padding: 6px 30px 27px 30px;
  }
  #bloc_inscription.paiement {
    margin: 0;
  }
  #bloc_inscription.paiement form div:last-child {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 50px;
  }
  /* END REGLEMENT INSCRIPTION */
}
/** END Version > 1200 **/
/** Version > 1400 **/
@media (min-width: 1400px) {
  /* HEADER */
  header#header #conteneur_header:before {
    width: 581px;
    left: 140px;
  }
  /* END HEADER */
  /* INSCRIPTION EN LIGNE */
  #bloc_congres_bleu #inscri_ligne {
    font-size: 53px;
  }
  /* END INSCRIPTION EN LIGNE */
  /* INSCRIPTION TERMINEE */
  .finish #content_pc {
    padding: 0 0 0 270px;
  }
  .finish #main #bloc_inscription_ligne {
    margin-left: 29%;
  }
  /* END INSCRIPTION TERMINEE */
}
/** END Version > 1400 **/
/** Version > 1600 **/
@media (min-width: 1600px) {
  /* HEADER */
  header#header #conteneur_header:before {
    width: 604px;
  }
  /* END HEADER */
  /* INSCRIPTION EN LIGNE */
  #bloc_inscription_ligne {
    width: 490px;
  }
  /* END INSCRIPTION EN LIGNE */
  /* ALERTE */
  #alerte_top {
    width: 31%;
  }
  #alerte_top #content_alerte .close {
    top: 0px;
    right: -30px;
  }
  /* ALERTE */
}
/** END Version > 1600 **/
/********** PRINT **********/
@media print {
  .noPrint {
    display: none;
  }
}
/********** END PRINT **********/
