/*
*
* Reset
*
********************************************************************************************/

body,div,h1,h2,h3,h4,h5,h6,p,blockquote,pre,code,ol,ul,li,dl,dt,dd,figure,table,th,td,form,fieldset,legend,input,textarea{margin:0;padding:0}
table{border-spacing:0;border-collapse:collapse}
caption,th,td{text-align:left;text-align:start;vertical-align:top}
abbr,acronym{font-variant:normal;border-bottom:1px dotted #666;cursor:help}
blockquote,q{quotes:none}
fieldset,img{border:0}
ul{list-style-type:none}
sup{vertical-align:text-top}
sub{vertical-align:text-bottom}
del{text-decoration:line-through}
ins{text-decoration:none}
header,footer,nav,section,aside,article,figure,figcaption{display:block}
input,button,textarea,select{font-family:inherit;font-weight:inherit}
pre,code{font-family:Monaco,monospace}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal}
h1{font-size:1.5em}
h2{font-size:1.4em}
h3{font-size:1.3em}
h4{font-size:1.2em}
table{font-size:inherit}
caption,th{font-weight:bold}
h1,h2,h3,h4,h5,h6,p,pre,blockquote,table,ol,ul,form{margin-bottom:12px}
.clear,#clear{height:.1px;font-size:.1px;line-height:.1px;clear:both}
.invisible{width:0;height:0;left:-1000px;top:-1000px;position:absolute;overflow:hidden;display:inline}

@font-face {
	font-family: 'DINProLight';
	src: url('./fonts/DINProLight.eot');
	src: local('DINProLight'), url('./fonts/DINProLight.woff') format('woff'), url('./fonts/DINProLight.ttf') format('truetype');
}



/*
*
* Généralités
*
********************************************************************************************/

body {
    font-family: 'Montserrat', Arial, sans-serif;
	font-weight: normal;
    font-size: 1em;
    color: #221e1f;
    background-color: #a1bcb0;
    overflow-wrap: break-word;
    word-wrap: break-word;
}

a {
	color: #e2003b;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a, a:hover, a:focus, a:active , * { border:none; outline:0 }

a.reel {
    text-decoration: underline;
}
a.reel:hover {
    color: #e2003b!important;
}

a:focus,
input[type=submit]:focus,
input[type=button]:focus,
button.button:focus {
  /*border: 1px solid red !important;
  border-radius: 5px;
  outline: medium none;*/
  outline: 1px solid red;
}

:invalid {
    box-shadow: none; /* FF */
    outline: 0;       /* IE 10 */
}

h1{
    color: #000;
    text-align: center;
    font-style: normal;
    font-weight: normal;
    margin-bottom: 50px;
}

h1 span{
    font-weight: bold;
}

h3 {
    margin-bottom: 0;
}

p {
    margin-bottom: 40px;
}

hr.separateur {
    border-bottom: 1px solid black;
    margin: 0 0 40px;
    padding-top: 40px;
    clear: both;
}

hr.separateur.points {
    border: none;
    border-bottom: 5px dotted #a1bcb0;
}

#wrapper {

}

.italique {
    font-style: italic;
    font-size: 0.8em;
    font-family: 'Open Sans', Arial, sans-serif;
}

.no_marges {
    margin: 0;
    padding: 0;
}

.animated,
.animated_back
{
	-webkit-transform: translateZ(0);
	-webkit-transform: translate3d(0,0,0);
	-webkit-perspective: 1000;
	-webkit-backface-visibility: hidden;

	-moz-transform: translateZ(0);
	-moz-transform: translate3d(0,0,0);
	-moz-perspective: 1000;
	-moz-backface-visibility: hidden;

	-ms-transform: translateZ(0);
	-ms-transform: translate3d(0,0,0);
	-ms-perspective: 1000;
	-ms-backface-visibility: hidden;

	-o-transform: translateZ(0);
	-o-transform: translate3d(0,0,0);
	-o-perspective: 1000;
	-o-backface-visibility: hidden;

	transform: translateZ(0);
	transform: translate3d(0,0,0);
	perspective: 1000;
	backface-visibility: hidden;
}


.font-size-13-px { font-size: 13px; }
.font-size-15-px { font-size: 15px; }
.font-size-17-px { font-size: 17px; }
.font-size-21-px { font-size: 21px; }
.font-size-25-px { font-size: 25px; }
.font-size-30-px { font-size: 30px; }
.font-size-70-px { font-size: 70px; }

.font-family-arial { font-family: Arial, sans-serif; }
.font-family-helvetica { font-family: Helvetica, sans-serif; }
.font-family-tahoma { font-family: Tahoma, sans-serif; }
.font-family-verdana { font-family: Verdana, sans-serif; }
.font-family-comic { font-family: "Patrick Hand", sans-serif; }

.font-spacing-lvl1 { letter-spacing: 0.3em; word-spacing: 0.5em; }
.font-spacing-lvl2 { letter-spacing: 0.5em; word-spacing: 1.2em; }
.font-spacing-lvl3 { letter-spacing: 0.7em; word-spacing: 2em; }

.font-line-height-100 { line-height: 100%; }
.font-line-height-200 { line-height: 200%; }
.font-line-height-300 { line-height: 300%; }
.font-line-height-400 { line-height: 400%; }
.font-line-height-500 { line-height: 500%; }
.font-line-height-600 { line-height: 600%; }

.font-word-spacing-lvl1 { word-spacing: 0.5em; }
.font-word-spacing-lvl2 { word-spacing: 1em; }
.font-word-spacing-lvl3 { word-spacing: 1.5em; }
.font-word-spacing-lvl4 { word-spacing: 2em; }
.font-word-spacing-lvl5 { word-spacing: 2.5em; }




span.picto_sante {
	display: block;
	min-height: 40px;
}

span.picto_sante img {
	vertical-align: middle;
}


/*
*
* Header
*
********************************************************************************************/

#header {
    background-color: #e2003b;
}

#skipnavigation a {
  background: transparent none repeat scroll 0 0;
  border-bottom: 1px solid white;
  border-bottom-right-radius: 8px;
  border-right: 1px solid white;
  color: white;
  left: 0;
  padding: 6px;
  position: absolute;
  top: -500px;
  transition: top 1s ease-out 0s, background 1s linear 0s;
  z-index: 100;
}

#skipnavigation a:focus {
  background: #e2003b none repeat scroll 0 0;
  left: 0;
  outline: 0 none;
  position: absolute;
  top: 0;
  transition: top 0.1s ease-in 0s, background 0.5s linear 0s;
}

#header #header_langue_profil {
    background-color: #000;
    position: relative;
    z-index: 3;
}

#header #header_langue_profil .inside {
    margin: 0 auto;
    padding: 4px 0 0;
    overflow: visible;
    position: relative;
}

#header #header_langue_profil #langue,
#header #header_langue_profil #profil,
#header #header_langue_profil #gestion_faciliti {
    margin: 0;
    padding-bottom: 4px;
    min-height: 32px;
    cursor: pointer;
}

#header #header_langue_profil #gestion_faciliti {
	margin-right: 20px;
	padding-top: 5px;
    padding-bottom: 0;
	min-height: 31px;
}

#header #header_langue_profil a {
    color: #fff;
    font-family: 'Open Sans', Arial, sans-serif;
    font-style: normal;
    font-size: 0.9em;
    position: relative;
    padding-right: 20px;
}

#header #header_langue_profil a.header_selecteur {
    display: block;
    float: right;
}

#header #header_langue_profil a.header_selecteur span.profil_libelle {
	display: inline-block;
/*	padding-top: 5px;*/
    padding: 6px 0;
}

#header #header_langue_profil a.header_selecteur:after {
    content: '';
    display: block;
    position: absolute;
    top: 45%;
    right: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 7.5px 0 7.5px;
    border-color: #ffffff transparent transparent transparent;
}

#header #header_langue_profil a.header_selecteur:hover {
    text-decoration: none;
}
/*
#header #header_langue_profil #profil span.avatar {
    display: block;
    float: left;
    margin-right: 10px;
    width: 32px;
    height: 32px;
    background: url('../images/faciliti_sprites.png') no-repeat left top transparent;
}

#header #header_langue_profil #profil span.avatar.avatar1 { background-position: -150px -198px; }
#header #header_langue_profil #profil span.avatar.avatar2 { background-position: -150px -231px; }
#header #header_langue_profil #profil span.avatar.avatar3 { background-position: -150px -264px; }
#header #header_langue_profil #profil span.avatar.avatar4 { background-position: -150px -297px; }
#header #header_langue_profil #profil span.avatar.avatar5 { background-position: -150px -330px; }
*/

#header #header_langue_profil #profil .header_selecteur {
    padding-left: 40px;
    background-position: left center;
    background-repeat: no-repeat;
}

#header #header_langue_profil #profil .header_selecteur.avatar1 {
    background-image: url('../images/avatar1.png');
}

#header #header_langue_profil #profil .header_selecteur.avatar2 {
    background-image: url('../images/avatar2.png');
}

#header #header_langue_profil #profil .header_selecteur.avatar3 {
    background-image: url('../images/avatar3.png');
}

#header #header_langue_profil #profil .header_selecteur.avatar4 {
    background-image: url('../images/avatar4.png');
}

#header #header_langue_profil #profil .header_selecteur.avatar5 {
    background-image: url('../images/avatar5.png');
}

#header #header_langue_profil #profil .header_selecteur.avatar6 {
    background-image: url('../images/avatar6.png');
}

#header #header_langue_profil #profil .header_selecteur.avatar7 {
    background-image: url('../images/avatar7.png');
}



/*
#header #header_langue_profil #langue a:hover {
    text-decoration: none;
    background-color: #fff;
    color: #000;
}

#header #header_langue_profil #langue a:hover:after {
    border-color: #000000 transparent transparent transparent;
}
*/

#header #header_langue_profil #langue a {
    display: inline-block;
    padding: 6px 20px 6px 0;
}

#header #header_langue_profil #langue a span {
    font-style: italic;
}

#header #header_langue_profil ul {
    position: absolute;
/*    display: none;*/
    background-color: #fff;
/*    border: 1px solid #b8b8b8;*/
    /*margin: 10px 0 0;*/
    margin: 0;
    top: 40px;
    box-shadow: 0px 0px 5px 0px rgba(119, 119, 119, 0.7);
    -moz-box-shadow: 0px 0px 5px 0px rgba(119, 119, 119, 0.7);
    -webkit-box-shadow: 0px 0px 5px 0px rgba(119, 119, 119, 0.7);
    border-radius: 0px 0px 10px 10px;
    -moz-border-radius: 0px 0px 10px 10px;
    -webkit-border-radius: 0px 0px 10px 10px;
    z-index: 1000;
}

#header #header_langue_profil #profil ul {
    right: 0;
}

#header #header_langue_profil #langue ul li a,
#header #header_langue_profil #profil ul li a {
    display: block;
    padding: 10px 20px;
    color: #000;
    border-bottom: 1px solid #b8b8b8;
    border-left: 1px solid #b8b8b8;
    border-right: 1px solid #b8b8b8;
    position: absolute;
    left: -10000px;
    top: auto;
/*    width: 1px;*/
    height: 1px;
    overflow: hidden;
/*    float: left;*/
}

#header #header_langue_profil #profil ul li a {
    text-transform: uppercase;
}

#header #header_langue_profil #langue ul li a.last,
#header #header_langue_profil #profil ul li a.last,
#header #header_langue_profil #langue ul li:last-child a,
#header #header_langue_profil #profil ul li:last-child a {
    border-bottom: none;
}

#header #header_langue_profil #langue {
    float: left;
}

#header #header_langue_profil #profil_gestion_faciliti {
    float: right;
}

#header #header_langue_profil #profil,
#header #header_langue_profil #gestion_faciliti {
    float: left;
}

/*
#header #header_langue_profil #profil a {
    font-family: 'Monserrat', Arial, sans-serif;
}
*/
/*
#header #header_langue_profil #langue:hover ul,
#header #header_langue_profil #profil:hover ul,
#header #header_langue_profil #langue.active ul,
#header #header_langue_profil #langue a.header_selecteur:focus + ul,
#header #header_langue_profil #profil.active ul,
#header #header_langue_profil #profil a.header_selecteur:focus + ul {
    display: block;
}
*/

#header #header_langue_profil #langue.active ul a,
#header #header_langue_profil #profil.active ul a {

    display: block;
    position: static;
    left: auto;
/*    width: auto;*/
    height: auto;
    overflow: visible;
}

#header #header_logo_baseline {
    background-color: #fff;
    padding: 15px 0 20px;
    box-shadow: 0px 5px 10px 0px rgba(119, 119, 119, 0.7);
    -moz-box-shadow: 0px 5px 10px 0px rgba(119, 119, 119, 0.7);
    -webkit-box-shadow: 0px 5px 10px 0px rgba(119, 119, 119, 0.7);
}

#header #logo {
    display: block;
    width: 216px;
    height: 68px;
    margin: 0 auto;
}

#header #logo_baseline {
    font-family: 'DINProLight', Arial, sans-serif;
    text-align: center;
    text-transform: uppercase;
    font-size: 0.95em;
    margin-top: 5px;
}

#header #logo_baseline strong {
    font-size: 1.4em;
}

#header #header_sous_menu {
    padding: 1em 0;
    text-align: center;
    box-shadow: 0px 5px 10px 0px rgba(119, 119, 119, 0.7);
    -moz-box-shadow: 0px 5px 10px 0px rgba(119, 119, 119, 0.7);
    -webkit-box-shadow: 0px 5px 10px 0px rgba(119, 119, 119, 0.7);
}

#header #header_sous_menu ul {
    margin: 0;
}

#header #header_sous_menu ul li {
    display: inline;
    margin: 0 22px;
}

#header #header_sous_menu ul li a{
    color: #fff;
    padding-bottom: 0.2em;
    text-transform: uppercase;
    border-bottom: 3px solid #e2003b;
    -webkit-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
}

#header #header_sous_menu ul li a:hover ,
#header #header_sous_menu ul li a.active {
    text-decoration: none;
    border-bottom: 3px solid #fff;
}

/*
*
* Contenu
*
********************************************************************************************/

#container {
    margin-top: 50px;
    padding: 0;
}

#container #main {
    margin: 0 auto;
    position: relative;
}

#container #main .inside {

}

#container .content {
    background-color: #fff;
    margin-bottom: 50px;
    padding-bottom: 60px;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border: 0px solid #fff;
}

#container .content.content_sans_titre {
    padding-top: 30px;
    padding-bottom: 30px;
    -webkit-transition: 0.5s ease-out;
    transition: 0.5s ease-out;
}

#container #contentActive {
    width: 950px;
    margin-left: -25px;
    box-shadow: 0px 5px 24px #000000;
    -moz-box-shadow: 0px 5px 24px #000000;
    -webkit-box-shadow: 0px 5px 24px #000000;
    -webkit-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;

    /*
    box-shadow: 0 5px 24px #000000;
    left: -25px;
    transition: all 1s ease-in-out 0s;
    width: 850px;
    z-index: 1;
    */
}

#container .hiddenOption {
    max-height: 0;
    overflow-y: hidden;
    -webkit-transition: all 1.7s ease-in-out 1s;
    transition:all 1.7s ease-in-out 1s;
}

#container #contentActive  .hiddenOption,
#container .hiddenOption.active {
    max-height: 500px;
}

#container .content h2 {
    font-size: 1.6em;
    color: #fff;
    text-align: center;
    padding: 20px 10px 20px;
    margin-bottom: 50px;
    background-color: #e2003b;
    border-radius: 20px 20px 0px 0px;
    -moz-border-radius: 20px 20px 0px 0px;
    -webkit-border-radius: 20px 20px 0px 0px;
    border: 0px solid #e2003b;
}

#container .content .inside {
    padding: 0 50px;
}

#container .content .texte_centre {
    text-align: center;
}

#container .bloc_gauche,
#container .bloc_droit {
    width: 50%;
}

#container .bloc_gauche{
    float: left;
}

#container .bloc_gauche p{
    width: 375px;
}

#container .bloc_droit {
    float: left;
}

#container a.lien_deroulant, #container a.lien_non_deroulant {
    color: #000;
    font-weight: bold;
    text-transform: uppercase;
    position: relative;
}

#container a.lien_deroulant{
    padding-left: 20px;
}

#container a.lien_deroulant:after {
    border-style: solid;
    border-width: 6px 0 6px 10.4px;
    border-color: transparent transparent transparent #000000;
    content: "";
    display: block;
    height: 0;
    position: absolute;
    left: 0;
    top: 20%;
    width: 0;
    -webkit-transition: all 0.2s ease-out 0s;
    -ms-transition: all 0.2s ease-out 0s;
    -moz-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
}

#container a.lien_deroulant:hover {
    text-decoration: underline;
}

#container a.lien_deroulant.active:after {
    /*border-color: #000 transparent transparent;
    border-width: 10px 7.5px 0;*/
    -webkit-transform : rotate(90deg);
    -ms-transform : rotate(90deg);
    -moz-transform : rotate(90deg);
    transform : rotate(90deg);
}


/*
*
* Formulaires
*
********************************************************************************************/

.form .widget
{
	margin-bottom: 10px;
}

::-webkit-input-placeholder { font-family: 'Open Sans', Arial, sans-serif; color:#9fb9ae; font-style: italic; line-height: 100%; }
::-moz-placeholder { font-family: 'Open Sans', Arial, sans-serif; color:#9fb9ae; font-style: italic; line-height: 100%; }
:-ms-input-placeholder { font-family: 'Open Sans', Arial, sans-serif; color:#9fb9ae; font-style: italic; line-height: 100%; }
input:-moz-placeholder { font-family: 'Open Sans', Arial, sans-serif; color:#9fb9ae; font-style: italic; line-height: 100%; }

label,
input[type=radio],
input[type=checkbox],
input[type=submit],
input[type=button],
a.button,
button.button {
	cursor: pointer;
    overflow-wrap: break-word;
    word-wrap: break-word;
    white-space: normal;
    max-width: 100%;
    -webkit-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
    margin-bottom: 15px;
}

textarea,
select,
input[type=text],
input[type=password],
input[type=email] {
    font-size: 1em;
    width: 310px;
    border: 1px solid #000000;
    color: #000000;
    padding: 20px;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -webkit-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
}

textarea {
    width: 710px;
    height: 150px;
}

select {
    width: auto;
    padding: 5px;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
}

input[type=radio]
{
	margin: 0 5px 0 5px;
}


/*textarea.focus,
textarea:focus,
select:focus,
select.focus,
input[type=checkbox].focus,
input[type=checkbox]:focus,
input[type=text].focus,
input[type=text]:focus,
input[type=password].focus,
input[type=password]:focus,
input[type=email].focus,
input[type=email]:focus {
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset, 0 0 8px #000000;
}*/

label {
    display: block;
    margin-bottom: 20px;
}

label.focus
{
	color:	#1E941F;
}

label.required::after {
    content: '*';
    color: #e2003b;
}

label.label_choix_couleur {
    display: block;
    float: left;
    text-align: center;
    width: 50px;
    height: 65px;
    margin-right: 1em;
}

label.label_choix_couleur span {
    display: inline-block;
    width: 48px;
    height: 48px;
    border: 2px solid #A1BCB0;
}

label.label_choix_couleur:hover span,
label.label_choix_buvard:hover span {
    border-color: #E2003B;
}

label.label_choix_couleur input[type="radio"],
label.label_choix_buvard input[type="radio"] {
    margin: 0;
}

label.label_choix_buvard {
    display: block;
    float: left;
    text-align: center;
    width: 100px;
    height: 115px;
    margin-right: 1em;
}

label.label_choix_buvard span {
    display: inline-block;
    width: 98px;
    height: 98px;
    border: 2px solid #A1BCB0;
    background: transparent url('../images/buvard_sprites.png') left top no-repeat;
}

label.label_choix_buvard span.buvard_forme_1 { background-position: 0 0; }
label.label_choix_buvard span.buvard_forme_2 { background-position: -100px 0; }
label.label_choix_buvard span.buvard_forme_3 { background-position: -200px 0; }
label.label_choix_buvard span.buvard_forme_4 { background-position: -300px 0; }
label.label_choix_buvard span.buvard_forme_5 { background-position: -400px 0; }
label.label_choix_buvard span.buvard_forme_6 { background-position: -500px 0; }



input[type=submit]:hover,
input[type=submit]:focus,
input[type=button]:hover,
input[type=button]:focus,
a.button:hover,
a.button:focus,
button.button:hover,
button.button:focus {
    text-decoration: none;
    background-color: #e2003b;
    color: #fff;
}

/*
input.text {
		width:     			350px;
}

select.text {
		width:     			356px;
}

textarea.textarea {
	width:				350px;
	height:				150px;
}
*/

.buttons_container {
    text-align: center;
}

.buttons_container_right {
    text-align: right;
}

.buttons_container input,
a.button,
button.button {
    color: #fff;
    font-size: 1.2em;
    text-transform: uppercase;
    background-color: #000;
    padding: 25px;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border: none;
}

#zone_affichage_code_export{
    min-height: 150px;
}

#zone_affichage_code_export input[type=button]{
    margin: 15px 0px;
}

#zoneCodeGenere{
    font-size: 1.2em;
    padding: 25px;
    margin: 15px 0px;

    text-align: center;
}

.buttons_container input.button
{
    min-width: 250px;
}

a.button {
    display: block;
    text-align: center;
}

a.button span {
    text-transform: lowercase;
}

.input_glue {
    position: relative;
    z-index: 10;
}

.bouton_glue {
    text-transform: uppercase;
    border-radius: 0 20px 20px 0;
    -moz-border-radius: 0 20px 20px 0;
    -webkit-border-radius: 0 20px 20px 0;
    padding: 20px 20px 20px 30px;
    background-color: #000000;
    color: #fff;
    font-size: 1em;
    position: relative;
    z-index: 5;
    margin-left: -20px;
}

/* Validation */

.tooltip-inner {
  background-color: #c02828;
  border-radius: 10px;
  color: #fff;
  max-width: 200px;
  padding: 10px 12px;
  text-align: center;
  text-decoration: none;
}

.tooltip.bottom {
  margin-top: 3px;
  padding: 10px 0;
}

.tooltip-arrow {
  border-color: transparent;
  border-style: solid;
  height: 0;
  position: absolute;
  width: 0;
}

.tooltip.bottom .tooltip-arrow {
  border-bottom-color: #c02828;
  border-width: 0 7px 10px;
  left: 12%;
  /*margin-left: -5px;*/
  top: 0;
}

.tooltip {
  display: block;
  font-size: 11px;
  line-height: 1.4;
  opacity: 0;
  position: absolute;
  visibility: visible;
  z-index: 1030;
  left: auto!important;
}

.tooltip.in {
  opacity: 0.8;
}

.fade.in {
  opacity: 1;
}

.fade {
  opacity: 0;
  transition: opacity 0.15s linear 0s;
}

input.error,
input.error2 {
    background: transparent url('../images/input_background_error.jpg') 10px center no-repeat;
}

/*
*
* Footer
*
********************************************************************************************/

#footer {
    clear: both;
    text-align: center;
    padding-bottom: 30px;
}

#footer a{
    margin: 0 10px;
    color: #000;

}


/*
*
* Particularités
*
********************************************************************************************/

/*
* Accueil / SplashScreen
*/
#container #page_splashscreen h2 {
    font-size: 1.9em;
}

#splashscreen_contenu {
    width: 100%;
    margin: 0 auto;
    font-size: 16px;
}

#splashscreen_test_lecture {
    min-height: 58px;   /*Pour bloquer la taille du cadre*/
    line-height: 58px;   /*Pour maintenir le texte au centre du cadre*/
    clear: both;
    font-size: 1em;
    overflow-wrap: break-word;
    word-wrap: break-word;
    text-transform: uppercase;
    color: #e2003b;
    padding: 60px 20px;
    margin: 0 auto 30px;
    text-align: center;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border: 5px dotted #e2003b;
}

#splashscreen_bloc_gauche,
#splashscreen_bloc_droit {
    width: 40%;
    text-align: center;
    font-size: 1.9em;
    cursor: pointer;
}

#splashscreen_bloc_gauche {
    float: left;
}

#splashscreen_bloc_droit {
    float: right;
}

#splashscreen_bloc_gauche a,
#splashscreen_bloc_droit a {
    display: block;
    width: 87px;
    height: 0;
    padding-top: 87px;
    overflow: hidden;
    margin: 0 auto 15px;
    background: url('../images/faciliti_sprites.png') no-repeat left top transparent;
}

#splashscreen_bloc_droit a { background-position: 0 0; }
#splashscreen_bloc_droit:hover>a { background-position: -101px 0; }
#splashscreen_bloc_gauche a { background-position: 0 -101px; }
#splashscreen_bloc_gauche:hover>a { background-position: -101px -101px; }

#splashscreen_bloc_gauche p span,
#splashscreen_bloc_droit p span {
    display: block;
    text-transform: uppercase;
    font-weight: bold;
}

/*
* Création de profil
*/
/*
#container #profil_1_clic .bloc_gauche {
	width: 60%;
}
#container #profil_1_clic .bloc_droit {
	width: 40%;
}

#container #profil_1_clic .bloc_gauche p {
	width: auto;
}
*/

#liste_choix_avatars li {
    display: inline-block;
    position: relative;
}

#liste_choix_avatars li input {
    visibility: hidden;
    display: none;
}

#liste_choix_avatars li label {
    display: block;
}

#liste_choix_avatars li {
    width: 64px;
    height: 72px;
}

#liste_choix_avatars li label {
    width: 52px;
    height: 72px;
    margin-left: 6px;
    border-bottom: 3px solid transparent;
}

/*#liste_choix_avatars li label span,
#profil_actif span,
#liste_profils li a span {
    display: block;
    width: 64px;
    height: 64px;
    background: url('../images/faciliti_sprites.png') no-repeat left top transparent;
}*/

#liste_choix_avatars li label span,
#profil_actif span,
#liste_profils li a span {
    display: block;
    width: 64px;
    height: 0;
    padding-top: 64px;
    overflow: hidden;
    background: url('../images/faciliti_sprites.png') no-repeat left top transparent;
}

#profil_actif span {
    width: 120px;
    padding-top: 119px;
}


#liste_choix_avatars li label span {
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 0;
    padding-top: 64px;
    overflow: hidden;
}

#profil_actif span {
    margin: 0 auto 20px;
}

#profil_actif a {
    text-decoration: none;
    color: #000000;
}

#profil_actif a:hover {
    color: #e2003b;
}

#liste_choix_avatars li input#avatar1 + label span,
#liste_profils li a span.avatar1 { background-position: 0 -198px; }

#liste_choix_avatars li input#avatar2 + label span,
#liste_profils li a span.avatar2 { background-position: -74px -198px; }

#liste_choix_avatars li input#avatar3 + label span,
#liste_profils li a span.avatar3 { background-position: 0 -262px; }

#liste_choix_avatars li input#avatar4 + label span,
#liste_profils li a span.avatar4 { background-position: -74px -262px; }

#liste_choix_avatars li input#avatar5 + label span,
#liste_profils li a span.avatar5 { background-position: 0 -326px; }

#liste_choix_avatars li input#avatar6 + label span,
#liste_profils li a span.avatar6 { background-position: -74px -326px; }

#liste_choix_avatars li input#avatar7 + label span,
#liste_profils li a span.avatar7 { background-position: 0 -390px; }

#profil_actif span.avatar1,
#liste_profils li.en_avant a span.avatar1 { background-position: -198px 0; }
#profil_actif span.avatar2,
#liste_profils li.en_avant a span.avatar2 { background-position: -198px -119px; }
#profil_actif span.avatar3,
#liste_profils li.en_avant a span.avatar3 { background-position: -198px -238px; }
#profil_actif span.avatar4,
#liste_profils li.en_avant a span.avatar4 { background-position: -328px 0; }
#profil_actif span.avatar5,
#liste_profils li.en_avant a span.avatar5 { background-position: -328px -119px; }
#profil_actif span.avatar6,
#liste_profils li.en_avant a span.avatar6 { background-position: -328px -238px; }
#profil_actif span.avatar7,
#liste_profils li.en_avant a span.avatar7 { background-position: -198px -357px; }


/* Profil en 1 clic : profils mis en avant */
#liste_profils li.en_avant a {
	float: none;
	margin: 0;
	padding: 2% 0;
	text-align: center;
	width: 100%;
}

#liste_profils li.en_avant hr.separateur {
	margin: 0 0 20px;
	padding-top: 20px;
}

#liste_profils li.en_avant a p {
	float: left;
}

#liste_profils li.en_avant a p.en_avant_avatar {
	width: 15%;
	margin: 0 0 0 15%;
    font-size: 22px;
}

#liste_profils li.en_avant a p.en_avant_description {
	width: 50%;
	margin: 0 10% 0 10%;
	padding-top: 20px;
}

#liste_profils li.en_avant a span {
	padding-top: 119px;
	width: 120px;
}

#liste_profils li.en_avant a p.en_avant_description {
	text-align: left;	
}

#liste_profils li.en_avant a p.en_avant_description span {
	background: none;
    height: auto;
    padding: 0;
	margin: 0;
    width: auto;
	font-size: 1.3em;
}


/*#liste_choix_avatars li input:checked + label,*/
#liste_choix_avatars li input.checked + label {
    border-color: #e2003b;
}

#liste_choix_avatars li label:hover {
    border-color: #9fb9ae;
}

.zone_masquee {
    max-height: 0;
    overflow-y: hidden;
    -webkit-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}

.zone_masquee.active {
    max-height: 1000px;
}

/*
* Paramétrage Expert
*/
.hiddenOption label,
.hiddenOption input[type=checkbox],
.hiddenOption input[type=radio] {
    display: inline;
    margin-right: 1em;
}

#page_mode_expert .content {
    position: relative;
}

body.expert #wrapper {
    min-height: 100vh;
}


/*
* Gestion de profils
*/
#profil_actif {
    text-align: center;
    font-size: 1.6em;
}

#liste_profils {
    margin-top: 20px;
}

#liste_profils li a {
    display: block;
    float: left;
    text-align: center;
    color: #000;
    margin: 20px 2%;
    padding: 1%;
    border: 1px solid #fff;
    width: 18%;
}

#liste_profils li a:hover {
    color: #e2003b;
    text-decoration: none;
    border-color: #A1BCB0;
}

#liste_profils li a span {
    margin: 0 auto 10px;
}

input.desactiver {
    color: #a1bcb0;
    border: 1px solid #a1bcb0;
    background-color: #fff;
}


.parametrage_ok {
    display: none;
    width: 28px;
    height: 0;
    padding-top: 27px;
    overflow: hidden;
    position: absolute;
    left: 12px;
    background: url('../images/faciliti_sprites.png') no-repeat -152px -365px transparent;
}

.parametrage_ok.active {
    display: block;
}

.page {
    display: none;
    min-height: 0;
}

.page.active {
    display: block;
    min-height: auto;
}



/*
*
* Dynamisation d'interface
*
********************************************************************************************/
/** Accueil **/
body.intro {
    background-color: #fff;
    overflow-x: hidden;
    position: relative
}

html.ie-no-capacity body.intro {
    background-color: #a1bcb0;
    overflow: auto;
    position: relative
}

body.intro.animated {
    -webkit-backface-visibility: inherit;
    backface-visibility: inherit;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    -webkit-transform: none;
    transform: none
}

body.intro #swrap {
    width: 100%;
    position: absolute;
    left: 0
}

body.intro #wrapper {
    background-color: #a1bcb0;
    position: absolute;
    right: -100%;
    width: 100%
}

html.ie-no-capacity body.intro #wrapper{
    position: relative;
    right: auto;
}

body.intro.animated #swrap {
    left: -100%;
    -moz-transition: all 2.5s ease-out 3.5s;
    -o-transition: all 2.5s ease-out 3.5s;
    -webkit-transition: all 2.5s ease-out 3.5s;
    transition: all 2.5s ease-out 3.5s
}

body.intro.animated #wrapper {
    right: 0;
    -moz-transition: all 2.5s ease-out 3.5s;
    -o-transition: all 2.5s ease-out 3.5s;
    -webkit-transition: all 2.5s ease-out 3.5s;
    transition: all 2.5s ease-out 3.5s
}

body.intro #anime {
    position: absolute;
    top: 50%;
    left: 50%;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 0;
    overflow: hidden;
    height: 0;
    -moz-border-radius: 320px;
    -webkit-border-radius: 320px;
    border-radius: 320px;
    -moz-transition: all 1s cubic-bezier(0.6, 2, 0.1, 1);
    -o-transition: all 1s cubic-bezier(0.6, 2, 0.1, 1);
    -webkit-transition: all 1s cubic-bezier(0.6, 2, 0.1, 1);
    transition: all 1s cubic-bezier(0.6, 2, 0.1, 1)
}

body.intro #anime.animated {
    width: 320px;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    height: 100px
}

body.intro #anime #bateau {
    width: 100%;
    height: 100%;
    background: #fff url(../images/bateau.png) center center no-repeat;
    -webkit-background-size: auto 100%;
    background-size: auto 100%;
    position: relative;
    float: left;
    text-align: center
}

body.intro #anime #bateau img {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    filter: alpha(opacity=0)
}

body.intro #anime #marque {
    background: url(../images/faciliti.png) right center no-repeat;
    width: 320px;
    height: 100px
}

body.intro #anime.animated #bateau {
    width: 100px;
    -moz-transition: all 1s ease-in-out 2s;
    -o-transition: all 1s ease-in-out 2s;
    -webkit-transition: all 1s ease-in-out 2s;
    transition: all 1s ease-in-out 2s
}

body.intro #anime.animated #bateau img {
    -moz-transition: all 1s ease-in-out 0.75s;
    -o-transition: all 1s ease-in-out 0.75s;
    -webkit-transition: all 1s ease-in-out 0.75s;
    transition: all 1s ease-in-out 0.75s;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
    filter: alpha(opacity=100)
}

body.intro #header {
    position: relative;
    top: -175px;
    background: #fff
}

html.ie-no-capacity body.intro #header{
    top: 0;
}

body.intro #header.animated {
    top: 0 !important;
    -moz-transition: all 0.5s ease-out 0.8s;
    -o-transition: all 0.5s ease-out 0.8s;
    -webkit-transition: all 0.5s ease-out 0.8s;
    transition: all 0.5s ease-out 0.8s
}

body.intro #header #header_langue_profil {
    position: relative;
    top: -40px
}

html.ie-no-capacity body.intro #header #header_langue_profil{
    top: 0;
}

body.intro #header.animated #header_langue_profil {
    top: 0 !important;
    -moz-transition: all 0.5s ease-out 1.1s;
    -o-transition: all 0.5s ease-out 1.1s;
    -webkit-transition: all 0.5s ease-out 1.1s;
    transition: all 0.5s ease-out 1.1s
}

body.intro h1 {
    margin-top: 150%
}

html.ie-no-capacity body.intro h1{
    margin-top: 0;
}

body.intro h1.animated {
    margin-top: 0 !important;
    -moz-transition: all 1.7s ease-out 1s;
    -o-transition: all 1.7s ease-out 1s;
    -webkit-transition: all 1.7s ease-out 1s;
    transition: all 1.7s ease-out 1s
}

body.intro div.content {
    margin-top: 100%
}

html.ie-no-capacity body.intro div.content{
    margin-top: 0;
}

body.intro div.content.animated {
    margin-top: 0 !important;
    -moz-transition: all 1.7s ease-out 1.1s;
    -o-transition: all 1.7s ease-out 1.1s;
    -webkit-transition: all 1.7s ease-out 1.1s;
    transition: all 1.7s ease-out 1.1s
}

/** Assistant de configuration **/
body.assistant {
    overflow-x: hidden
}

html.ie-no-capacity body.assistant{
    overflow: auto;
}

body.assistant #mode_assistant_page_content {
    position: relative
}

body.assistant #container .content {
    position: relative;
    left: 0;
}

body.assistant #container .content .buttons_container input.btn_non {
    margin-left: 290px;
}

body.assistant #container .content.add {
    position: absolute;
    left: calc(100% + 950px);
    top: 0
}

html.ie-semi-capacity body.assistant #container .content.add{
    left: 200%;
}

body.assistant #container .content.animated {
    left: calc(-100% + -950px);
    -moz-transition: all 1.7s ease-out 0s;
    -o-transition: all 1.7s ease-out 0s;
    -webkit-transition: all 1.7s ease-out 0s;
    transition: all 1.7s ease-out 0s
}

body.assistant #container .content.add.animated {
    left: 0;
    -moz-transition: all 1.7s ease-out 0s;
    -o-transition: all 1.7s ease-out 0s;
    -webkit-transition: all 1.7s ease-out 0s;
    transition: all 1.7s ease-out 0s
}

html.ie-semi-capacity body.assistant #container .content.add_back{
    left: -200%;
}

body.assistant #container .content.animated_back {
    left: calc(100% + 950px);
    -moz-transition: all 1.7s ease-out 0s;
    -o-transition: all 1.7s ease-out 0s;
    -webkit-transition: all 1.7s ease-out 0s;
    transition: all 1.7s ease-out 0s
}

body.assistant #container .content.add_back {
    position: absolute;
    left: calc(-100% + -950px);
    top: 0
}

body.assistant #container .content.add_back.animated_back {
    left: 0;
    -moz-transition: all 1.7s ease-out 0s;
    -o-transition: all 1.7s ease-out 0s;
    -webkit-transition: all 1.7s ease-out 0s;
    transition: all 1.7s ease-out 0s
}

/** Configuration experte **/
body.expert {
    overflow-x: hidden
}

html.ie-no-capacity body.expert{
    overflow: auto;
}

body.expert #wrapper{
    overflow:hidden;
}

body.expert #header {
    background: none
}

html.ie-no-capacity body.expert #header {
    background: #e2003b;
}

body.expert #main {
    margin: 0;
    position: relative;
    width: auto
}

body.expert #header #header_logo_baseline {
    position: relative;
    z-index: 2
}

body.expert #header #header_sous_menu {
    position: relative;
    z-index: 1;
    top: -55px;
    background: #e2003b
}

html.ie-no-capacity body.expert #header #header_sous_menu {
    top: 0;
}

body.expert #header #header_sous_menu.animated {
    top: 0 !important;
    -moz-transition: all 0.5s ease-out 0.8s;
    -o-transition: all 0.5s ease-out 0.8s;
    -webkit-transition: all 0.5s ease-out 0.8s;
    transition: all 0.5s ease-out 0.8s
}

body.expert h1 {
    margin-top: 100%
}

html.ie-no-capacity body.expert h1 {
    margin-top: 0;
}

body.expert h1.animated {
    margin-top: 0 !important;
    -moz-transition: all 1.7s ease-out 1s;
    -o-transition: all 1.7s ease-out 1s;
    -webkit-transition: all 1.7s ease-out 1s;
    transition: all 1.7s ease-out 1s
}

body.expert #page_mode_expert {
    margin: 0 auto;
    position: relative
}

body.expert #page_mode_expert .content {
    margin-top: 100%;
    position: relative
}

html.ie-no-capacity body.expert #page_mode_expert .content{
    margin-top: 0;
}

body.expert #page_mode_expert.animated .content {
    margin-top: 0 !important;
    -moz-transition: all 1.7s ease-out 1.1s;
    -o-transition: all 1.7s ease-out 1.1s;
    -webkit-transition: all 1.7s ease-out 1.1s;
    transition: all 1.7s ease-out 1.1s
}

body.expert #page_vision > .content:first-child {
    margin-top: calc(100% + -28px)
}

body.expert .page {
    display: block;
    position: absolute;
    top: 0;
    -moz-transition: all 1s ease-in-out 0s;
    -o-transition: all 1s ease-in-out 0s;
    -webkit-transition: all 1s ease-in-out 0s;
    transition: all 1s ease-in-out 0s;
    width: calc(50% + 450px)
}

body.expert .page.active {
    position: relative !important
}

body.expert #page_vision {
    left: 0
}

#mode_assistant_retour_page_precedente {
    position: absolute;
    top: 45px;
    left: 0;
    width: 100%;
}

#mode_assistant_retour_page_precedente input[type="button"] {
    padding: 5px 20px;
    font-size: 0.8em;
}

#changer_nom .zone_affichage,
#changer_avatar .zone_affichage {
    margin: 20px 0 0 20%;
}
#proteger_parametrage .zone_affichage {
    margin: 20px 0 0 5%;
}
#exporter_profil .zone_affichage {
    margin: 20px 10% 0;
}


/*
*
* Font-size en pixels
*
********************************************************************************************/
/* Par défaut */
body { font-size: 16px; }
body h1 { font-size: 24px; }
body h2 { font-size: 22px; }
body h3 { font-size: 20px; }
body h4 { font-size: 19px; }
body .italique { font-size: 12px; }
body #header #header_langue_profil a { font-size: 14px; }
body #header #logo_baseline { font-size: 15px; }
body #header #logo_baseline strong { font-size: 22px; }
body #container .content h2 { font-size: 25px; }
body textarea,select,
body input[type=text],
body input[type=password],
body input[type=email] { font-size: 16px; }
body .buttons_container input,
body a.button,button.button { font-size: 19px; }
body #zoneCodeGenere { font-size: 19px; }
body .bouton_glue { font-size: 16px; }
body #container #page_splashscreen h2 { font-size: 30px; }
body #splashscreen_bloc_gauche,
body #splashscreen_bloc_droit {font-size: 30px; }
body #profil_actif { font-size: 25px; }
body #mode_assistant_retour_page_precedente input[type="button"] { font-size: 12px; }

/* 20px */
body.text_size_20 { font-size: 20px; }
body.text_size_20 h4 { font-size: 20px; }
body.text_size_20 .italique { font-size: 20px; }
body.text_size_20 #header #header_langue_profil a { font-size: 20px; }
body.text_size_20 #header #logo_baseline { font-size: 20px; }
body.text_size_20 textarea,select,
body.text_size_20 input[type=text],
body.text_size_20 input[type=password],
body.text_size_20 input[type=email] { font-size: 20px; }
body.text_size_20 .buttons_container input,
body.text_size_20 a.button { font-size: 20px; }
body.text_size_20 button.button { font-size: 20px; }
body.text_size_20 #zoneCodeGenere { font-size: 20px; }
body.text_size_20 .bouton_glue { font-size: 20px; }
body.text_size_20 #mode_assistant_retour_page_precedente input[type="button"] { font-size: 20px; }

/* 24px */
body.text_size_24 { font-size: 24px; }
body.text_size_24 h2 { font-size: 24px; }
body.text_size_24 h3 { font-size: 24px; }
body.text_size_24 h4 { font-size: 24px; }
body.text_size_24 .italique { font-size: 24px; }
body.text_size_24 #header #header_langue_profil a { font-size: 24px; }
body.text_size_24 #header #logo_baseline { font-size: 24px; }
body.text_size_24 #header #logo_baseline strong { font-size: 24px; }
body.text_size_24 textarea,select,
body.text_size_24 input[type=text],
body.text_size_24 input[type=password],
body.text_size_24 input[type=email] { font-size: 24px; }
body.text_size_24 .buttons_container input,
body.text_size_24 a.button { font-size: 24px; }
body.text_size_24 button.button { font-size: 24px; }
body.text_size_24 #zoneCodeGenere { font-size: 24px; }
body.text_size_24 .bouton_glue { font-size: 24px; }
body.text_size_24 #mode_assistant_retour_page_precedente input[type="button"] { font-size: 24px; }

/* 28px */
body.text_size_28 { font-size: 28px; }
body.text_size_28 h1 { font-size: 28px; }
body.text_size_28 h2 { font-size: 28px; }
body.text_size_28 h3 { font-size: 28px; }
body.text_size_28 h4 { font-size: 28px; }
body.text_size_28 .italique { font-size: 28px; }
body.text_size_28 #header #header_langue_profil a { font-size: 28px; }
body.text_size_28 #header #logo_baseline { font-size: 28px; }
body.text_size_28 #header #logo_baseline strong { font-size: 28px; }
body.text_size_28 #container .content h2 { font-size: 28px; }
body.text_size_28 textarea,select,
body.text_size_28 input[type=text],
body.text_size_28 input[type=password],
body.text_size_28 input[type=email] { font-size: 28px; }
body.text_size_28 .buttons_container input,
body.text_size_28 a.button { font-size: 28px; }
body.text_size_28 button.button { font-size: 28px; }
body.text_size_28 #zoneCodeGenere { font-size: 28px; }
body.text_size_28 .bouton_glue { font-size: 28px; }
body.text_size_28 #profil_actif { font-size: 28px; }
body.text_size_28 #mode_assistant_retour_page_precedente input[type="button"] { font-size: 28px; }

/* 32px */
body.text_size_32 { font-size: 32px; }
body.text_size_32 h1 { font-size: 32px; }
body.text_size_32 h2 { font-size: 32px; }
body.text_size_32 h3 { font-size: 32px; }
body.text_size_32 h4 { font-size: 32px; }
body.text_size_32 .italique { font-size: 32px; }
body.text_size_32 #header #header_langue_profil a { font-size: 32px; }
body.text_size_32 #header #logo_baseline { font-size: 32px; }
body.text_size_32 #header #logo_baseline strong { font-size: 32px; }
body.text_size_32 #container .content h2 { font-size: 32px; }
body.text_size_32 textarea,select,
body.text_size_32 input[type=text],
body.text_size_32 input[type=password],
body.text_size_32 input[type=email] { font-size: 32px; }
body.text_size_32 .buttons_container input,
body.text_size_32 a.button { font-size: 32px; }
body.text_size_32 button.button { font-size: 32px; }
body.text_size_32 #zoneCodeGenere { font-size: 32px; }
body.text_size_32 .bouton_glue { font-size: 32px; }
body.text_size_32 #container #page_splashscreen h2 { font-size: 32px; }
body.text_size_32 #splashscreen_bloc_gauche,
body.text_size_32 #splashscreen_bloc_droit {font-size: 32px; }
body.text_size_32 #profil_actif { font-size: 32px; }
body.text_size_32 #mode_assistant_retour_page_precedente input[type="button"] { font-size: 32px; }


/* 36px */
body.text_size_36 { font-size: 36px; }
body.text_size_36 h1 { font-size: 36px; }
body.text_size_36 h2 { font-size: 36px; }
body.text_size_36 h3 { font-size: 36px; }
body.text_size_36 h4 { font-size: 36px; }
body.text_size_36 .italique { font-size: 36px; }
body.text_size_36 #header #header_langue_profil a { font-size: 36px; }
body.text_size_36 #header #logo_baseline { font-size: 36px; }
body.text_size_36 #header #logo_baseline strong { font-size: 36px; }
body.text_size_36 #container .content h2 { font-size: 36px; }
body.text_size_36 textarea,select,
body.text_size_36 input[type=text],
body.text_size_36 input[type=password],
body.text_size_36 input[type=email] { font-size: 36px; }
body.text_size_36 .buttons_container input,
body.text_size_36 a.button { font-size: 36px; }
body.text_size_36 button.button { font-size: 36px; }
body.text_size_36 #zoneCodeGenere { font-size: 36px; }
body.text_size_36 .bouton_glue { font-size: 36px; }
body.text_size_36 #container #page_splashscreen h2 { font-size: 36px; }
body.text_size_36 #splashscreen_bloc_gauche,
body.text_size_36 #splashscreen_bloc_droit {font-size: 36px; }
body.text_size_36 #profil_actif { font-size: 36px; }
body.text_size_36 #mode_assistant_retour_page_precedente input[type="button"] { font-size: 36px; }

/* 40px */
body.text_size_40 { font-size: 40px; }
body.text_size_40 h1 { font-size: 40px; }
body.text_size_40 h2 { font-size: 40px; }
body.text_size_40 h3 { font-size: 40px; }
body.text_size_40 h4 { font-size: 40px; }
body.text_size_40 .italique { font-size: 40px; }
body.text_size_40 #header #header_langue_profil a { font-size: 40px; }
body.text_size_40 #header #logo_baseline { font-size: 40px; }
body.text_size_40 #header #logo_baseline strong { font-size: 40px; }
body.text_size_40 #container .content h2 { font-size: 40px; }
body.text_size_40 textarea,select,
body.text_size_40 input[type=text],
body.text_size_40 input[type=password],
body.text_size_40 input[type=email] { font-size: 40px; }
body.text_size_40 .buttons_container input,
body.text_size_40 a.button { font-size: 40px; }
body.text_size_40 button.button { font-size: 40px; }
body.text_size_40 #zoneCodeGenere { font-size: 40px; }
body.text_size_40 .bouton_glue { font-size: 40px; }
body.text_size_40 #container #page_splashscreen h2 { font-size: 40px; }
body.text_size_40 #splashscreen_bloc_gauche,
body.text_size_40 #splashscreen_bloc_droit {font-size: 40px; }
body.text_size_40 #profil_actif { font-size: 40px; }
body.text_size_40 #mode_assistant_retour_page_precedente input[type="button"] { font-size: 40px; }

/* 44px */
body.text_size_44 { font-size: 44px; }
body.text_size_44 h1 { font-size: 44px; }
body.text_size_44 h2 { font-size: 44px; }
body.text_size_44 h3 { font-size: 44px; }
body.text_size_44 h4 { font-size: 44px; }
body.text_size_44 .italique { font-size: 44px; }
body.text_size_44 #header #header_langue_profil a { font-size: 44px; }
body.text_size_44 #header #logo_baseline { font-size: 44px; }
body.text_size_44 #header #logo_baseline strong { font-size: 44px; }
body.text_size_44 #container .content h2 { font-size: 44px; }
body.text_size_44 textarea,select,
body.text_size_44 input[type=text],
body.text_size_44 input[type=password],
body.text_size_44 input[type=email] { font-size: 44px; }
body.text_size_44 .buttons_container input,
body.text_size_44 a.button { font-size: 44px; }
body.text_size_44 button.button { font-size: 44px; }
body.text_size_44 #zoneCodeGenere { font-size: 44px; }
body.text_size_44 .bouton_glue { font-size: 44px; }
body.text_size_44 #container #page_splashscreen h2 { font-size: 44px; }
body.text_size_44 #splashscreen_bloc_gauche,
body.text_size_44 #splashscreen_bloc_droit {font-size: 44px; }
body.text_size_44 #profil_actif { font-size: 44px; }
body.text_size_44 #mode_assistant_retour_page_precedente input[type="button"] { font-size: 44px; }

/* 48px */
body.text_size_48 { font-size: 48px; }
body.text_size_48 h1 { font-size: 48px; }
body.text_size_48 h2 { font-size: 48px; }
body.text_size_48 h3 { font-size: 48px; }
body.text_size_48 h4 { font-size: 48px; }
body.text_size_48 .italique { font-size: 48px; }
body.text_size_48 #header #header_langue_profil a { font-size: 48px; }
body.text_size_48 #header #logo_baseline { font-size: 48px; }
body.text_size_48 #header #logo_baseline strong { font-size: 48px; }
body.text_size_48 #container .content h2 { font-size: 48px; }
body.text_size_48 textarea,select,
body.text_size_48 input[type=text],
body.text_size_48 input[type=password],
body.text_size_48 input[type=email] { font-size: 48px; }
body.text_size_48 .buttons_container input,
body.text_size_48 a.button { font-size: 48px; }
body.text_size_48 button.button { font-size: 48px; }
body.text_size_48 #zoneCodeGenere { font-size: 48px; }
body.text_size_48 .bouton_glue { font-size: 48px; }
body.text_size_48 #container #page_splashscreen h2 { font-size: 48px; }
body.text_size_48 #splashscreen_bloc_gauche,
body.text_size_48 #splashscreen_bloc_droit {font-size: 48px; }
body.text_size_48 #profil_actif { font-size: 48px; }
body.text_size_48 #mode_assistant_retour_page_precedente input[type="button"] { font-size: 48px; }


/* Ajustements de zones pour s'adapter aux grandes tailles de polices (32px et plus) */
body.text_size_big #container #createProfile .bloc_gauche,
body.text_size_big #container #createProfile .bloc_droit,
body.text_size_big #container #proteger_parametrage .bloc_gauche,
body.text_size_big #container #proteger_parametrage .bloc_droit {
    float: none;
    width: 100%;
    margin-bottom: 40px;
}

body.text_size_big #changer_nom .zone_affichage,
body.text_size_big #changer_avatar .zone_affichage,
body.text_size_big #proteger_parametrage .zone_affichage,
body.text_size_big #exporter_profil .zone_affichage{
    margin: 20px 0 0 0;
}
body.text_size_big textarea,
body.text_size_big select,
body.text_size_big input[type="text"],
body.text_size_big input[type="password"],
body.text_size_big input[type="email"] {
    width: 490px;
}

body.text_size_big #liste_profils li a {
    width: 40%;
}

body.text_size_big #liste_profils li.en_avant a {
    width: 100%;
}


/* Réorganisation du header pour les grandes tailles */
body.text_size_big #header #header_langue_profil #profil_gestion_faciliti {
    float: none;
}

body.text_size_big #header #header_langue_profil #gestion_faciliti {
  float: none;
  width: 100%;
}

body.text_size_big #header #header_langue_profil #profil {
  float: right;
}

/*
*
* Responsive
*
********************************************************************************************/

/* Format desktop */
@media(min-width:980px)
{
	#container #main,
	#header #header_langue_profil .inside,
	#container .content.content_sans_titre,
	body.assistant #container .content,
	body.expert #page_mode_expert {
		width: 900px;
	}

	.parametrage_ok {
		top: 28px;
	}

	.assistant_bouton_non {
		margin-left: 290px;
	}
    
    #header #header_langue_profil #langue:hover ul a,
    #header #header_langue_profil #profil:hover ul a,
    #header #header_langue_profil #langue.active ul a,
    #header #header_langue_profil #langue a.header_selecteur:focus + ul a,
    #header #header_langue_profil #langue ul a:focus,
    #header #header_langue_profil #profil.active ul a,
    #header #header_langue_profil #profil a.header_selecteur:focus + ul a,
    #header #header_langue_profil #profil ul a:focus {
        display: block;
        position: static;
        left: auto;
    /*    width: auto;*/
        height: auto;
        overflow: visible;
    }    
}


/* Format intermédiaire (tablette) */
@media(min-width:768px) and (max-width:979px)
{
    a:focus {
      border: none !important;
      outline: 0;
    }
    
	#container #main,
	#header #header_langue_profil .inside,
	#container .content.content_sans_titre,
	body.assistant #container .content,
	body.expert #page_mode_expert {
		width: 100%;
	}

	#container #main .inside {
		/*padding: 0 15px;*/
        padding: 0 50px;
	}

    body.text_size_28 #changer_nom .zone_affichage,
    body.text_size_28 #changer_avatar .zone_affichage,
    body.text_size_28 #proteger_parametrage .zone_affichage,
    body.text_size_28 #exporter_profil .zone_affichage,
    body.text_size_big #changer_nom .zone_affichage,
    body.text_size_big #changer_avatar .zone_affichage,
    body.text_size_big #proteger_parametrage .zone_affichage,
    body.text_size_big #exporter_profil .zone_affichage {
        margin: 20px 0 0 0;
    }
    
    body.text_size_big textarea,
    body.text_size_big select,
    body.text_size_big input[type="text"],
    body.text_size_big input[type="password"],
    body.text_size_big input[type="email"] {
        /*width: 240px;*/
    }
    
    body.text_size_big .bouton_glue {
        border-radius: 20px;
        margin-left: 0;
        margin-top: 20px;
    }    
    
    #container #createProfile .bloc_gauche,
    #container #createProfile .bloc_droit,
    #container #proteger_parametrage .bloc_gauche,
    #proteger_parametrage .bloc_droit,
    #contactForm .bloc_gauche,
    #contactForm .bloc_droit,
    body.text_size_24 #container .mode_creation_parametrage_profil .bloc_gauche,
    body.text_size_24 #container .mode_creation_parametrage_profil .bloc_droit,
    body.text_size_28 #container .mode_creation_parametrage_profil .bloc_gauche,
    body.text_size_28 #container .mode_creation_parametrage_profil .bloc_droit,
    body.text_size_big #container .mode_creation_parametrage_profil .bloc_gauche,
    body.text_size_big #container .mode_creation_parametrage_profil .bloc_droit
    {
        float: none;
        width: 100%;
        margin-bottom: 40px;
    }
    
    body.text_size_24 #liste_profils li a,
    body.text_size_28 #liste_profils li a {
        width: 40%;
    }
    
    body.text_size_big #liste_profils li a {
        width: 90%;
    }  

    body.text_size_24 #liste_profils li.en_avant a,
    body.text_size_28 #liste_profils li.en_avant a,
    body.text_size_big #liste_profils li.en_avant a {
		width: 100%;
	}
	
	

	body.expert .page {
		width: 100%;
	}

	#liste_choix_avatars li {
		margin-right: 5px;
	}

	#container #contentActive {
		width: 100%;
		margin-left: 0;
	}

    #container .bloc_gauche p{
        width: 100%;
    }

	.parametrage_ok {
		top: 28px;
	}

    #splashscreen_bloc_droit:hover>a { background-position: 0 0; }
    #splashscreen_bloc_gauche:hover a { background-position: 0 -101px; }

    #contactForm textarea {
        width: 80%;
    }
    
    
}


/* Format smartphone */
@media(max-width:767px)
{
    a:focus {
      border: none !important;
      outline: 0;
    }

	#header #header_langue_profil .inside,
	#container .content.content_sans_titre,
	body.assistant #container .content,
	body.expert #page_mode_expert {
		width: 100%;
	}

	#container #main {
		width: 98%;
		margin: 0 1%;
	}

    #header #header_langue_profil #profil .header_selecteur {
        min-height: 40px;
    }

	#header #header_langue_profil a.header_selecteur span.profil_libelle {
		display: none;
	}

	#container .content .inside {
		/*padding: 0 10px;*/
        padding: 0 50px;
	}

	#container .bloc_gauche,
	#container .bloc_droit {
		float: none;
		width: 100%;
		margin-bottom: 20px;
	}

    #container .bloc_gauche p{
        width: 100%;
    }

    body.text_size_big textarea,
    body.text_size_big select,
    body.text_size_big input[type="text"],
    body.text_size_big input[type="password"],
    body.text_size_big input[type="email"],
	textarea, select, input[type="text"], input[type="password"], input[type="email"] {
		width: 80%;
	}

    #container .content .inside {
        padding: 0 10px;
    }
    
	#container #page_splashscreen h2,
	#profil_actif {
		/*font-size: 1.4em;*/
	}
    

	#splashscreen_bloc_gauche p,
	#splashscreen_bloc_droit p {
		display: none;
	}

    body.text_size_big #liste_profils li a,
	#liste_profils li a {
		float: none;
		width: 94%;
	}

	#liste_choix_avatars li {
		margin-bottom: 20px;
	}

	#header #header_sous_menu ul li {
		display: block;
		margin: 20px 0;
	}

	body.expert .page {
		width: 100%;
	}

	#container #contentActive {
		width: 100%;
		margin-left: 0;
	}

	.parametrage_ok {
		/*bottom: 65px;*/
	}

	.buttons_container input.assistant_bouton_non {
		margin-left: 20%;
	}

	#footer a {
		display: block;
		margin-bottom: 20px;
	}

    #splashscreen_bloc_droit:hover>a { background-position: 0 0; }
    #splashscreen_bloc_gauche:hover a { background-position: 0 -101px; }
    
    body.text_size_28 #changer_nom .zone_affichage,
    body.text_size_28 #changer_avatar .zone_affichage,
    body.text_size_28 #proteger_parametrage .zone_affichage,
    body.text_size_28 #exporter_profil .zone_affichage,
    body.text_size_big #changer_nom .zone_affichage,
    body.text_size_big #changer_avatar .zone_affichage,
    body.text_size_big #proteger_parametrage .zone_affichage,
    body.text_size_big #exporter_profil .zone_affichage {
        margin: 20px 0 0 0;
    }    
    
    .bouton_glue {
        border-radius: 20px;
        margin-left: 0;
        margin-top: 20px;
    }    
    
    body.assistant #container #mode_assistant_page_content .buttons_container input {
        width: 100%;
        margin: 0 0 20px 0;
    }
    
    #mode_assistant_retour_page_precedente {
        position: relative;
        top: 0;
        width: 100%;
    }    
    
}

/* Format petit smartphone */
@media(max-width:640px)
{
	#liste_profils li.en_avant a p {
		float: none;
	}

	#liste_profils li.en_avant a p.en_avant_avatar {
		width: 100%;
		margin: 0;
	}

	#liste_profils li.en_avant a p.en_avant_description {
		width: 100%;
		margin: 0;
	}
}


/*Corrections spécifiques navigateurs*/
input[type="submit"], input[type="button"], button{
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
}

/* Bandeau enregistrement page paramétrage expert */
.well {
    width: 90%;
    text-align: center;
    display: none;
    margin: 0;
    background-color: #f5f5f5;
    min-height: 20px;
    padding: 19px;
    border-radius: 4px;
    background: #E2003b;
    color: #FFF;
}
#overlay_enregistrement_background {
    -webkit-transition: all 0.3s 0.3s;
       -moz-transition: all 0.3s 0.3s;
            transition: all 0.3s 0.3s;
}
#overlay_enregistrement,
#overlay_enregistrement_wrapper {
    -webkit-transition: all 0.4s;
       -moz-transition: all 0.4s;
            transition: all 0.4s;
}
#overlay_enregistrement {
    -webkit-transform: translateX(0) translateY(+40%);
       -moz-transform: translateX(0) translateY(+40%);
        -ms-transform: translateX(0) translateY(+40%);
            transform: translateX(0) translateY(+40%);
}
.popup_visible #overlay_enregistrement {
    -webkit-transform: translateX(0) translateY(0);
       -moz-transform: translateX(0) translateY(0);
        -ms-transform: translateX(0) translateY(0);
            transform: translateX(0) translateY(0);
}
#overlay_enregistrement_wrapper{
    overflow: hidden !important;
    height: 70px !important;
    top: auto !important;
    bottom: 0 !important;
}
