/** COULEURS **/
.blanc {
  color: #fff;
}
.bg_blanc p{
  background-color: #fff;
}

.noir {
  color: #000;
}
.bleu {
  color: #2B1381 !important;
}
.rouge {
  color: #8C1A60;
}
/** END COULEURS **/
/** TITRES **/
.titre {
  font-family: 'Roboto Condensed', sans-serif;
  text-transform: uppercase;
  font-weight: 700;
}
/** END TITRES **/
/** BTNS **/
.button {
  font-family: 'Roboto Condensed', sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 18px;
  border: none;
  border-bottom: 3px solid #D9D55D;
  background: transparent;
  padding: 7px 0px 7px 0px;
  display: inline-block;
  color: #000;
  transition: all 0.25s;
}
.button.bd-blanc {
  border-color: #FFF;
}
.button.bd-blanc:hover {
  color: #000;
  border-color: #000;
}
.button.blanc {
  color: #fff;
}
.button span {
  font-weight: 400;
  font-size: 16px;
  text-transform: lowercase;
}
.button i {
  margin-right: 12px;
}
.button:hover {
  color: #D9D55D;
}
.button.no-bd {
  border: none;
  font-weight: 400;
  font-size: 15px;
}
.button.right i {
  margin: 0 0 0 12px;
}
/** END BTNS **/
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: #F4EDE6;
}
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;
}
.container_960 {
  max-width: 960px;
  margin: 0 auto;
}
.condensed {
  font-family: 'Roboto Condensed', sans-serif;
}
.bg_blanc {
  background-color: #fff;
}
/******** END GLOBAL ********/
/** HEADER **/
header#header {
  position: sticky;
  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;
  padding: 10px;
  /*background-color: #fff;*/
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
}
header#header #conteneur_header #choix_langue {
  position: absolute;
  right: 40px;
  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: #D9D55D;
}
header#header #conteneur_header #deconnexion {
  display: flex;
  font-size: 13px;
  color: #000;
  margin: 0 0 0 180px;
  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: #D9D55D;
}
header#header #conteneur_header #deconnexion:hover i {
  color: #D9D55D;
}
header#header #toggle_menu {
  height: 30px;
  width: 30px;
  padding: 5px 0;
  position: absolute;
  top: 2px;
  right: 0px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}
header#header #toggle_menu span {
  width: 100%;
  height: 2px;
  border-radius: 1px;
  background-color: #D9D55D;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
}
header#header #toggle_menu:hover span:nth-of-type(1) {
  transform: rotate(45deg) translate(7px, 6px);
}
header#header #toggle_menu:hover span:nth-of-type(2) {
  opacity: 0;
}
header#header #toggle_menu:hover span:nth-of-type(3) {
  transform: rotate(-45deg) translate(6px, -7px);
}
header#header #toggle_menu:hover #sidebar {
  opacity: 1;
  visibility: visible;
}
header#header #sidebar {
  background-color: #fff;
  position: absolute;
  top: 50px;
  right: 0;
  padding: 20px 0px;
  max-width: 300px;
  width: max-content;
  border-bottom: 5px solid #D9D55D;
  box-shadow: 1px 3px 20px 0 rgba(0, 0, 0, 0.15);
  opacity: 0;
  visibility: hidden;
}
header#header #sidebar:before {
  content: '';
  top: -50px;
  right: 0;
  left: 0;
  height: 50px;
  display: block;
  position: absolute;
}
header#header #sidebar a {
  display: block;
  line-height: 1.2;
  padding: 10px 30px;
  color: #17396C;
}
header#header #sidebar a:hover {
  background-color: #f2f2f2;
}
header#header #sidebar:after {
  content: '';
  position: absolute;
  top: -10px;
  right: 5px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent #ffffff transparent;
}
header#header.scroll #conteneur_header .logo_header {
  top: -17px;
}
/** END HEADER **/
/** WELCOME PORTAIL **/
#welcome_portail img {
  margin-bottom: 30px;
}
#welcome_portail .titre {
  color: #BF0B57;
  font-size: 25px;
  margin-bottom: 25px;
}
#welcome_portail p {
  margin-bottom: 1em;
}
/** END WELCOME PORTAIL **/
/** BLOC CONGRES **/
#bloc_congres_bleu {
  background: url(../../images_espace/fond-pc-perso.png) right 0px top 0px no-repeat, linear-gradient(#2B1381, #8C1A60);
  background-size: cover;
  padding: 20px;
  padding: 45px 20px 40px 20px;
  padding-top: 100px;
}
#congres_int_adf {
  font-size: 28px;
  line-height: 32px;
  padding: 0 25px 0 0;
  margin-bottom: 25px;
}
/** END BLOC CONGRES **/
/** FORM **/
.rangee_form {
  margin-bottom: 14px;
  position: relative;
}
.rangee_form.lbl-left label {
  position: absolute;
  top: 50%;
  left: 25px;
  transform: translate(0, -50%);
  color: #d8d8e8;
  margin: 0;
}
.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"] {
  padding: 0;
  border-radius: 0;
  margin: 0;
}
.rangee_form input[type="checkbox"] {
  padding: 0;
  border-radius: 0;
  margin: 0;
}
.rangee_form .form-check-input:checked {
  background: #D9D55D;
  margin: 0;
  box-shadow: 0px 0px 0px 2px #D8D8E8;
  border-radius: 0;
  border-color: #fff;
  border-width: 2px;
}
.rangee_form.liste label {
  font-weight: 300;
  margin: 0 10px 0 10px;
}
.rangee_form.liste .montant {
  color: #D9D55D;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 15px;
  margin-right: 10px;
}
.rangee_form.liste .type {
  font-size: 15px;
  font-weight: 300;
}
.pwd-forget {
  font-size: 13px;
  font-style: italic;
  color: #000;
  text-decoration: underline;
  transition: all 0.25s;
}
.pwd-forget:hover {
  color: #D9D55D;
}
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_espace/pictos/picto-login-x2.png) left 0px center no-repeat;
  background-size: 18px 28px;
  text-transform: uppercase;
  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_espace/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: #d9d55d;
  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;
}
#no_compte.selection #pas_de_cpt {
  background: none;
  color: #000;
  padding: 0;
  margin: 0 0 10px 0;
}
#no_compte.selection #no_compte2 .montant {
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 26px;
  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;
}

/** END BLOC COMPTE **/
/** 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 #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 #D9D55D;
  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: #D9D55D;
  color: #fff;
}
/** END QUESTION / SOUCI **/
/** BANDEAU **/
#bandeau {
  padding-top: 100px;
}
#bandeau h1 {
  color: #2B1381;
  font-size: 28px;
  line-height: 1;
}
#bandeau .user {
  color: #000;
  font-size: 18px;
  line-height: 1;
  border-bottom: 1px solid #B2B2BC;
  display: inline-block;
  padding-bottom: 5px;
  margin-top: 20px;
}
/** END BANDEAU **/
#formulaire_mon_compte {
  margin-top: 20px;
}
#formulaire_mon_compte .card {
  border-radius: 0;
  border: none;
  border-top: 7px solid #D9D55D;
  margin-bottom: 30px;
}
#formulaire_mon_compte .card-head {
  padding: 20px;
}
#formulaire_mon_compte .card-head .titre {
  font-size: 20px;
}
#formulaire_mon_compte .card-head .titre i {
  color: #D9D55D;
  margin-right: 15px;
  font-weight: 400;
}
#formulaire_mon_compte .card-content {
  padding: 20px;
}
#formulaire_mon_compte .form-label {
  font-size: 14px;
  line-height: 1;
  margin-bottom: 10px;
}
#formulaire_mon_compte .form-control,
#formulaire_mon_compte select {
  border: 2px solid #D8D8E8;
  border-radius: 0;
  height: 40px;
  font-size: 14px;
}
#formulaire_mon_compte .form-check-input:checked {
  background-color: #D9D55D;
  border-color: #D9D55D;
}
#formulaire_mon_compte .form-check-label {
  padding-top: 4px;
}
#formulaire_mon_compte input[type="file"] {
  height: 35px;
}
#formulaire_mon_compte #doc_dl a {
  display: inline-block;
  padding: 0 15px 0 0;
  padding-left: 50px;
  margin-bottom: 20px;
  color: #000;
  line-height: 1;
  position: relative;
}
#formulaire_mon_compte #doc_dl a.poubelle{
  font-size: 16px;
  height: 16px;
  vertical-align: bottom;
  padding-right: 0;
  color: #ae251f;
}
#formulaire_mon_compte #doc_dl span {
  display: inline-block;
  padding: 15px;
  padding-bottom: 0;
  border: 2px dashed #AAAAC6;
  margin-bottom: 20px;
  color: #000;
  line-height: 1;
  position: relative;
}
#formulaire_mon_compte #doc_dl a i {
  position: absolute;
  left: 15px;
}
#formulaire_mon_compte #add_file {
  background-color: #D9D55D;
  padding: 20px;
}
#formulaire_mon_compte #add_file .titre {
  font-size: 20px;
  margin-bottom: 30px;
}
#formulaire_mon_compte #add_file .button {
  /*margin-top: 30px;*/
}
#formulaire_mon_compte .boutons_actions button {
  margin-top: 20px;
}
/** FOOTER **/
#footer_site {
  padding-bottom: 30px;
}
#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: #D9D55D;
}
#footer_site #nav_footer ul span {
  margin: 0 5px;
}
/** END FOOTER **/
.button.b_blanc {
  border-color: #fff;
}
.button.b_blanc:hover {
  color: #fff;
}
.button.b_rouge {
  border-color: #8C1A60;
}
.button.b_rouge:hover {
  color: #8C1A60;
}
.button.b_bleu {
  border-color: #2B1381;
}
.button.b_bleu:hover {
  color: #2B1381;
}
.button_medium {
  font-family: 'Roboto Condensed', sans-serif;
  color: #000;
  padding: 9px 15px 8px;
  border: 1px solid #d9d55d;
  transition: all 0.25s;
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  display: inline-block;
}
.button_medium i {
  margin-right: 10px;
}
.big_button {
  border: none;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  position: relative;
  display: inline-block;
  text-align: left;
  padding: 15px;
  padding-left: 60px;
  text-transform: uppercase;
  font-size: 20px;
  width: 100%;
}
.big_button span {
  font-style: italic;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 300;
  display: block;
  text-transform: initial;
  margin-top: 2px;
}
.big_button small {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 15px;
  display: block;
  margin-top: 5px;
}
.big_button i {
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 22px;
  font-weight: 300 !important;
}
.big_button.blanc {
  background-color: #fff;
  color: #000;
}
.big_button.blanc i {
  color: #8C1A60;
}
.big_button.bleu {
  background-color: #2B1381;
  color: #fff;
}
.big_button.bleu i {
  color: #fff;
}
.big_button.rouge {
  background-color: #8C1A60;
  color: #fff;
}
.big_button.rouge i {
  color: #fff;
}
/** TABLEAU INSCRIPTION **/
.titre_tableau_insciption {
  font-size: 20px;
  text-transform: uppercase;
}
.tableau_inscription {
  margin-top: 35px;
}
.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 .total {
  justify-content: flex-end;
}
.tableau_inscription .total p {
  background-color: #D9D55D;
  font-size: 16px;
  padding: 15px 30px;
}
.tableau_inscription .total p strong {
  font-size: 20px;
  padding-left: 20px;
  font-family: 'Roboto Condensed', sans-serif;
}
.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: #2B1381;
  text-transform: uppercase;
  font-size: 18px;
}
.tableau_inscription .jour-content {
  padding-top: 25px;
}
.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#tableau_formation .jour-content .tag {
  font-weight: 300;
}
.dropdown-menu.documents_dl {
  padding: 15px 20px;
}
.dropdown-menu.documents_dl li a {
  display: block;
  padding: 15px 15px 15px 50px;
  border: 2px dashed #aaaac6;
  color: #000;
  line-height: 1;
  position: relative;
  margin: 5px 0;
}
.dropdown-menu.documents_dl li a i {
  position: absolute;
  left: 15px;
}
/** END TABLEAU INSCRIPTION **/
/** SUIVRE FORMATION **/
.dates {
  width: 100%;
  max-width: 250px;
}
.dates .date {
  padding: 20px;
  border: 1px solid #D5D5D5;
  border-top: 5px solid #D9D55D;
}
.dates .date:nth-of-type(2) {
  margin-top: 20px;
}
.dates .date i {
  color: #D9D55D;
  font-size: 30px;
  margin-bottom: 20px;
  font-weight: 300;
}
.dates .date p {
  text-transform: uppercase;
  font-family: 'Roboto Condensed', sans-serif;
  margin-bottom: 0 !important;
  letter-spacing: -0.5px;
}
.dates .date p:not(:last-of-type) {
  margin-bottom: 10px !important;
}
/** END SUIVRE FORMATION **/
/** HISTORIQUES **/
.accordion .accordion-item {
  margin-bottom: 10px;
  border: none;
}
.accordion .accordion-button {
  font-family: 'Roboto Condensed', sans-serif;
  text-transform: uppercase;
  color: #000;
  font-weight: bold;
  box-shadow: none;
  font-size: 20px;
  padding: 15px 20px;
}
.accordion .accordion-button:not(.collapsed) {
  border-radius: 0;
  background-color: #D9D55D;
}
.accordion .accordion-button:not(.collapsed):after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000000'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.accordion .accordion-body {
  padding: 30px 20px;
}
#historiques .details {
  margin-top: 30px;
}
#historiques .details .ligne {
  padding: 15px;
  font-weight: 300;
  font-size: 15px;
  margin-bottom: 10px;
}
#historiques .details .ligne:nth-of-type(2n+1) {
  background-color: #F2F2F2;
}
#historiques .total p {
  background-color: #2B1381;
  font-size: 16px;
  padding: 15px 30px;
  color: #fff;
  display: inline-block;
}
#historiques .total p strong {
  margin-left: 20px;
}
#historiques .fichiers {
  margin-top: 30px;
}
#historiques .fichiers a {
  color: #000;
  display: block;
  margin-bottom: 20px;
  font-weight: 300;
  font-size: 15px;
}
/** END HISTORIQUES **/
/** DASHBOARD **/
#dashboard {
  padding: 50px 0;
}
#dashboard .congres {
  text-align: center;
  background-image: url(../../images_espace/fond_dashboard_adf.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 400px;
  box-shadow: 0 11px 16px 0 rgba(0, 0, 0, 0.16);
}
#dashboard .congres .logo {
  text-align: center;
  height: 190px;
}
#dashboard .congres .logo img {
  margin: 0 auto;
}
#dashboard .congres .titre {
  font-size: 28px;
  color: #fff;
}
#dashboard .congres .button {
  color: #fff;
  border-bottom: 3px solid rgba(255, 255, 255, 0.4);
}
#dashboard .dpc {
  background-image: url(../../images_espace/fond_dashboard_dpc.jpg);
}
#dashboard .dpc .button {
  border-bottom: 3px solid #59C2C6;
}
#dashboard .entree {
  text-align: center;
  background-color: #fff;
  border-top: 7px solid #D9D55D;
  padding: 25px 10px;
  padding-bottom: 15px;
  min-height: 260px;
  display: block;
  color: #000;
}
#dashboard .entree .picto {
  text-align: center;
  margin-bottom: 25px;
}
#dashboard .entree .picto img {
  margin: 0 auto;
}
#dashboard .entree .titre {
  font-size: 20px;
  margin-bottom: 20px;
}
#dashboard .entree .stitre {
  font-size: 16px;
}
#dashboard .entree .fa {
  font-size: 23px;
  margin-top: 25px;
}
#dashboard .abo {
  background-color: #D9D55D;
  height: 110px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 30px;
  position: relative;
}
#dashboard .abo a {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
#dashboard .abo .picto {
  width: 90px;
  text-align: center;
}
#dashboard .abo .picto img {
  margin: 0 auto;
}
#dashboard .abo .titre {
  font-size: 20px;
  margin-bottom: 5px;
}
#dashboard .abo .stitre {
  font-size: 16px;
}
#dashboard .abo .fa {
  font-size: 23px;
  width: 50px;
  text-align: center;
}
#options_liste_r ul li {
  background: url(../images/pictos/picto-option-bleu-2x.png) 0px 2px no-repeat;
  background-size: 23px 20px;
  padding: 0 0 0 35px;
  font-size: 16px;
  line-height: 23px;
}
#options_liste_r ul li a {
  color: #2B1381;
  text-decoration: underline;
}
#offre_promo p {
  color: #17396C;
}

/** END DASHBOARD **/
/** Version > 768 **/
/** END Version > 768 **/
/** Version > 992 **/
@media (min-width: 992px) {
  .big_button {
    max-width: 300px;
  }
}
/** END Version > 1024 **/
/** Version > 1200 **/
@media (min-width: 1200px) {
  header#header.scroll #conteneur_header .logo_header {
    top: -110px;
  }
  /* GLOBAL **/
  .bg_blanc {
    background-color: transparent;
  }
  body {
    max-width: 1920px;
    margin: 0 auto;
    position: relative;
  }
  #main.connexion {
    /*height: calc(100vh - 145px);*/
    display: flex;
    align-items: center;
    min-height: 600px;
  }
  #fond_bleu_pc {
    height: 100vh !important;
    min-height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    width: 45%;
    background: url(../../images_espace/fond-pc-perso.png) 0 -200px no-repeat, linear-gradient(#2B1381, #8C1A60);
    background-size: 797px;
    z-index: -1;
  }
  #fond_bleu_pc:after {
    content: "";
    display: inline-block;
    width: 54px;
    height: 54px;
    background: url(../../images_espace/illustration.png) center center no-repeat;
    background-size: 54px;
    position: absolute;
    top: 115px;
    left: -25px;
  }
  /* END GLOBAL */
  /* HEADER */
  header#header {
    background: none;
  }
  header#header:before {
    content: "";
    display: inline-block;
    height: 44px;
    background: #fff;
    width: 55%;
    position: absolute;
    left: 0px;
  }
  header#header:after {
    content: "";
    display: inline-block;
    height: 44px;
    background: #2B1381;
    width: 45%;
    position: absolute;
    right: 0px;
    z-index: -1;
  }
  header#header #conteneur_header:before {
    content: "";
    display: inline-block;
    height: 44px;
    position: absolute;
    background: #f4ede6;
    width: 100%;
    left: 0;
    transform: translateX(-100%);
  }
  header#header #conteneur_header .logo_header {
    left: 0;
  }
  header#header #conteneur_header #deconnexion {
    position: absolute;
    right: 40px;
    color: #fff;
    padding: 15px 15px 14px 15px;
  }
  header#header #conteneur_header #choix_langue {
    right: auto;
    left: 50%;
    top: 11px;
  }
  header#header #conteneur_header #toggle_menu {
    top: 0;
    height: 44px;
    padding: 12px 0;
  }
  body.index header#header {
    background: none;
  }
  body.index header#header:after {
    background: transparent;
  }
  /* 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: 60px;
    line-height: 1;
    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_right {
    width: 51%;
  }
  /* 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: 45px;
  }
  #bloc_congres_bleu #optionlib_rouge {
    color: #8C1A60;
  }
  #options_liste_r ul li {
    color: #000;
  }
  #welcome_portail {
    margin: 175px 0 25px 0;
  }
  #offre_promo {
    background: #fff;
    padding: 20px;
  }
  #offre_promo #titre_offre_promo,
  #offre_promo p {
    color: #17396C;
  }
  #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 */
  /* 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;
  }
  /* 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;
  }
  .pwd-forget {
    position: absolute;
    /*bottom: 37px;*/
    left: 30px;
  }
  #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 */
  /* 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%;
  }
  /* END FORM */
  /* FOOTER */
  #footer_site #nav_footer ul li a {
    color: #000;
  }
  #footer_site #nav_footer ul span {
    color: #000;
    margin: 0 10px;
  }
  body.index #footer_site #nav_footer ul li a {
    color: #fff;
  }
  body.index #footer_site #nav_footer ul span {
    color: #fff;
    margin: 0 10px;
  }
  /* END FOOTER */
  /** BANDEAU **/
  #bandeau {
    padding-top: 120px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 200px;
    margin-bottom: 50px;
  }
  #bandeau h1 {
    font-size: 35px;
  }
  #bandeau .user {
    margin-top: 0;
  }
  /** END BANDEAU **/
  #formulaire_mon_compte .form-group {
    display: flex;
    flex-wrap: wrap;
  }
  #formulaire_mon_compte .form-group .form-label {
    width: 180px;
    padding-top: 15px;
  }
  #formulaire_mon_compte .form-group .form-control,
  #formulaire_mon_compte .form-group select {
    flex: 1;
  }
  body.filigrane {
    background-image: url(../../images_espace/filigrane.png);
    background-repeat: no-repeat;
    background-position: top -40px right 40px;
  }
  /** TABLEAU INSCRIPTION **/
  .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%;
    text-align: right;
  }
  .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: 140px;
  }
  .tableau_inscription .jour-head .titre {
    padding-bottom: 10px;
  }
  .tableau_inscription .ligne > *:nth-child(1) {
    width: 35%;
  }
  .tableau_inscription .ligne > *:nth-child(2) {
    width: 15%;
  }
  .tableau_inscription .ligne > *:nth-child(3) {
    width: 30%;
  }
  .tableau_inscription .ligne > *:nth-child(4) {
    width: 20%;
    text-align: right;
  }
  .tableau_inscription#tableau_formation .ligne > *:nth-child(1) {
    width: 20%;
  }
  .tableau_inscription#tableau_formation .ligne > *:nth-child(2) {
    width: 15%;
  }
  .tableau_inscription#tableau_formation .ligne > *:nth-child(3) {
    width: 45%;
  }
  .tableau_inscription#tableau_formation .ligne > *:nth-child(4) {
    width: 20%;
  }
}
/** END Version > 1200 **/
/** Version > 1400 **/
@media (min-width: 1400px) {
  /* INSCRIPTION EN LIGNE */
  #bloc_congres_bleu #inscri_ligne {
    font-size: 53px;
  }
  /* END INSCRIPTION EN LIGNE */
  /** DASHBOARD **/
  #dashboard {
    padding-left: 200px;
  }
  /** END DASHBOARD **/
}
/** END Version > 1400 **/
/** Version > 1600 **/
/** END Version > 1600 **/
/********** PRINT **********/
@media print {
  .noPrint {
    display: none;
  }
}
/********** END PRINT **********/
