/******************************************************************************
 * Download Google Webfonts: https://gwfh.mranftl.com/fonts
 ******************************************************************************/

/* work-sans-regular - latin */
@font-face {
  font-display: swap;
  font-family: 'Work Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/work-sans-v23-latin-regular.woff2') format('woff2');
}

/* work-sans-italic - latin */
@font-face {
  font-display: swap;
  font-family: 'Work Sans';
  font-style: italic;
  font-weight: 400;
  src: url('../fonts/work-sans-v23-latin-italic.woff2') format('woff2');
}

/* work-sans-600 - latin */
@font-face {
  font-display: swap;
  font-family: 'Work Sans';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/work-sans-v23-latin-600.woff2') format('woff2');
}

/* work-sans-600italic - latin */
@font-face {
  font-display: swap;
  font-family: 'Work Sans';
  font-style: italic;
  font-weight: 600;
  src: url('../fonts/work-sans-v23-latin-600italic.woff2') format('woff2');
}

/* work-sans-700 - latin */
@font-face {
  font-display: swap;
  font-family: 'Work Sans';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/work-sans-v23-latin-700.woff2') format('woff2');
}

/* work-sans-700italic - latin */
@font-face {
  font-display: swap;
  font-family: 'Work Sans';
  font-style: italic;
  font-weight: 700;
  src: url('../fonts/work-sans-v23-latin-700italic.woff2') format('woff2');
}

/* work-sans-800 - latin */
@font-face {
  font-display: swap;
  font-family: 'Work Sans';
  font-style: normal;
  font-weight: 800;
  src: url('../fonts/work-sans-v23-latin-800.woff2') format('woff2');
}

/* work-sans-800italic - latin */
@font-face {
  font-display: swap;
  font-family: 'Work Sans';
  font-style: italic;
  font-weight: 800;
  src: url('../fonts/work-sans-v23-latin-800italic.woff2') format('woff2');
}


/******************************************************************************
 * Box model
 ******************************************************************************/
html {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
*,
*:before,
*:after {
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
    box-sizing: inherit;
}

/******************************************************************************
 * Lomitko
 ******************************************************************************/
.lomitko {
    background-color: #202124;
    background-image: url('/front/img/pattern01-05.png');
    background-size: 220px auto;
    color: #bdc1c6;
    padding:30px;
    overflow-x: auto;
}
.warning {
    font-weight: bold;
    font-size: 1.8rem;
    color: #EA0792;
}
/******************************************************************************
 * Layout
 ******************************************************************************/
body, html {
    margin: 0;
    padding: 0;
    height: 100%;
}
body.showmenu {
    overflow: hidden;
}
.wrapper {
    position:relative;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    margin:0 auto;
}
header {
    position: sticky;
    position: relative;
    top: 0;
    left: 0;
    width: 100%;

    background-color:#d8d8ef;
    background-image:url('../img/arbre-gauche-01.png'), url('../img/arbre-droite-01.png'), url('../img/village02.png'), url('../img/fond01.png');
    background-size: 20% auto, 20% auto, 100% auto, 1px 100%;
    background-repeat: no-repeat, no-repeat, no-repeat, repeat-x;
    background-position: 0 0, 100% 0, center 100%, 0 0;
    background-attachment: scroll;

    text-align: center;
    /* padding: 20px 20px 34.07% 20px !important; */
    padding: 0 0 22% 0 !important;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    z-index: 1000;
    overflow:scroll;
    transition: top 0.4s;
}
.showmenu header {
    background-image:url('../img/arbre-gauche-01.png'), url('../img/arbre-droite-01.png'), url('../img/village01.png'), url('../img/fond01.png');
    background-size: 20% auto, 20% auto, 280% auto, 1px 100%;
    background-repeat: no-repeat, no-repeat, no-repeat, repeat-x;
    background-position: 0 0, 100% 0, center 100%, 0 0;
    background-attachment: scroll;
}

header::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0); /* Transparence initiale */
    background-attachment:scroll;
    transition: background 0.3s ease; /* Animation pour une transition fluide */
    z-index: 1; /* Pour que le contenu reste visible par-dessus */
}
.showmenu header {
    position: fixed;
    bottom:0;
}

body.showmenu header::before {
    position: fixed;
    /* On assombrit le menu */
    /* background: rgba(0, 0, 0, 0.4); */
}
header * {
    position:relative;
    z-index: 2; /* Assure que le contenu du header passe au-dessus du ::before */
}
main {
    flex: 1;
    padding: 30px;
    width: 960px;
    max-width:100%;
    margin:0 auto;
}

.wrapper {
    position:relative;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    margin:0 auto;
}

@media only screen and (min-width: 960px) {
    .login .wrapper {
        display: flex;
        flex-direction: row;
        min-height: 100vh; /* toute la hauteur de la fenêtre */
    }

    .login header {
        position:relative;
        display:block;
        width: 50%;
        position: relative;
        background-image:url('../img/arbre-gauche-01.png'), url('../img/arbre-droite-01.png'), url('../img/village01.png'), url('../img/fond01.png');
        background-size: 20% auto, 20% auto, auto 67%, 1px 100%;
        background-repeat: no-repeat, no-repeat, no-repeat, repeat-x;
        background-position: 0 0, 100% 0, center 100%, 0 0;
        background-attachment: scroll;
        padding-top:5% !important;
    }

    .login main {
        width: 50%;
        display: flex; /* pour centrer .content */
        justify-content: center;
        align-items: center;
    }
}

footer {
    width:100%;
    padding:20px;

}
.logo {
    display:block;
    width:60%;
    max-width:500px;
    height:auto;
    margin:0 auto;
    padding-top:4%;
}
.logo img {
    width:100%;
    display:block;
}
#hamburger {
    position: absolute;
    top: 13px;
    right: 20px;
    z-index: 4;
}
.participant {
    position:absolute;
    display:inline-block;
    top:3px;
    left:10px;
    line-height:40px;
    margin:0;
    min-width:175px;
    padding:10px 10px 0 10px;
    z-index:99;
}
.participant:hover,
.showparticipant .participant {
    position:fixed;
    background:#fffefe;
    color:#808080;
    border-radius: 30px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
}
.participant ul.participant-main {
    padding:0;
    margin:0;
    list-style: none;
}
.participant ul.participant-submenu {
    display:none;
    position:relative;
    padding:0;
    margin-top:50px;
    list-style: none;
}
.participant ul.participant-submenu li {
    border-top:1px solid #ccc;
    padding:0 10px;
    text-align: right;
}

.participant ul.participant-submenu a {
    display:block;
    text-decoration: none;
}

/* Desktop */
@media only screen and (min-width: 960px) {
    .participant ul.participant-submenu a {
        padding-right:40px;
    }
    .participant ul.participant-submenu a:before {
        content: "\f054";
        font-family: FontAwesome;
        position:absolute;
        top:0;
        right:5px;
     }
}

.participant:hover ul.participant-submenu,
.showparticipant .participant ul.participant-submenu {
    display:block;
}
.showmenu .participant {
    display:none;
}
.participant ul.participant-main li {
    display:block;
    float:left;
    color:#fffefe;
}
.participant ul.participant-main li a {
    display: block;
    background: #fffefe;
    color: #808080;
    border-radius: 20px;
    height: 40px;
    width: 40px;
}
.participant ul.participant-main li img {
    display:block;
    width:40px;
    height:40px;
    border-radius: 20px;
    border:2px solid #fffefe;
}
.participant ul.participant-main li span {
    display:block;
    height:40px;
    padding-left:10px;
    padding-right:10px;
}
.participant ul.participant-main li span {
    color:#fffefe;
}
.participant:hover ul.participant-main li span,
.showparticipant .participant ul.participant-main li span {
    color:#808080;
}

@media only screen and (max-width: 960px) {
    .table {
        overflow-x:auto;
    }
    .table table th,
    .table table td {
        width:120px !important;
    }
}
.desktop {
    display: none !important;
}
@media only screen and (min-width: 640px) {
    .desktop {
        display: block !important;
    }
}

header nav {
    width:100%;
    font-family: 'Work Sans', Verdana, sans-serif;
    font-weight: normal;
    font-size: 1.8rem;
    display:none;
    padding-top:30px;
    padding-bottom:30px;
}

.showmenu header nav {
    display:block;
}

/* Desktop */
@media only screen and (min-width: 640px) {
    /*
    header {
        padding-top:25px;
        padding-bottom:25px;
    }
    .logo {
        width:245px;
    }
    .participant {
        top:15px;
    }
    #hamburger {
        top: 25px;
    }
    */
}

/* Desktop */
@media only screen and (min-width: 960px) {
    header nav {
        position:absolute;
        bottom:0;
    }
    /*
    header {
        padding-top:30px;
        padding-bottom:30px;
    }
    .logo {
        width:342px;
    }
    .participant {
        left:30px;
        top:25px;
    }
    #hamburger {
        top: 35px;
        right: 30px;
    }
    */

}
/******************************************************************************
 * Header
 ******************************************************************************/

header nav ul {
    width:400px;
    max-width:100%;
    list-style: none;
    margin:0 auto;
    padding:0 30px;
}
header nav ul li {
    margin: 20px 0;
}
header nav ul li a {
    display:block;
    border:1px solid #fffefe;
    border-radius:10px;
    padding:12px 20px 10px 20px;
    color:#fffefe;
    text-transform: uppercase;
    text-decoration: none;
}
header nav ul li.active a {
    background:#fffefe;
    color:#000;
}
header nav ul li a:hover {
    background:#fffefe;
    color:#000;
}


/* Desktop */
@media only screen and (min-width: 960px) {
    .menufixe header {
        padding-left:0;
        padding-right:0;
        padding-bottom:0;
    }

    /*
    .logo {
        padding-bottom:30px;
    }
    */

    .menufixe header nav {
        padding:0 30px;
        display:block;
        background:#fffefe;
        font-size:1.6rem;
    }
    .menufixe header nav ul {
        display:flex;
        width:100%;
        list-style: none;
        padding: 10px 0;
        justify-content: center;
        color:#808080;
    }
    .menufixe header nav ul li {
        margin: 0;
        display: inline-block;
    }
    .menufixe header nav ul li a {
        display:inline-block;
        padding: 0 10px;
        color:#808080;
        border:none;
        text-transform: none;
    }
    .menufixe header nav ul li.active a {
        color:#000;
    }
    .menufixe header nav ul li a:hover {
        background:#fffefe;
        color:#000;
    }
    .menufixe header nav li:after {
        content: '•';
        content: '●';
    }
    .menufixe header nav li:first-child a,
    .menufixe header nav li:first-child span {
        padding-left:0;
    }
    .menufixe header nav li:last-child a {
        padding-right:0;
    }
    .menufixe header nav li:last-child:after {
        content: '';
    }
    .menufixe header nav li.active {
    }
    .menufixe header nav li a {
        color: inherit;
        text-decoration: none;
    }
    .menufixe #hamburger {
        display: none;
    }

    .menufixe .participant {
        left:auto;
        right:20px;
    }
    .menufixe .participant ul.participant-main li {
        float:right;
    }
}


/******************************************************************************
 * Hamburger
 ******************************************************************************/

.bigmac {
    display:inline-block;
    position: relative;
    width: 40px;
    height: 40px;
    cursor: pointer;
}
.bigmac span {
    position: absolute;
    display: block;
    width: 30px;
    left: 5px;
    height: 2px;
    background: #fffefe;
    border-radius:2px;
    transition: .25s;
    /*will-change: transform, opacity;*/
}
.bigmac span:nth-child(1) {
    top:12px;
}
.bigmac span:nth-child(2) {
    top:19px;
}
.bigmac span:nth-child(3) {
    bottom:12px;
}
.showmenu .bigmac span:nth-child(1) {
    top: 19px;
    /*transform: rotate(135deg);*/
    transform: rotate(45deg);
}
.showmenu .bigmac span:nth-child(2) {
    opacity:0;
}
.showmenu .bigmac span:nth-child(3) {
    top: 19px;
    /*transform: rotate(-135deg);*/
    transform: rotate(-45deg);
}

.apple {
    display:inline-block;
    position: relative;
    width: 40px;
    height: 40px;
    cursor: pointer;
}
.apple span {
    position: absolute;
    display: block;
    width: 30px;
    left: 5px;
    height: 2px;
    background: #fffefe;
    border-radius:2px;
    transition: .25s;
    /*will-change: transform;*/
}
.apple span:nth-child(1) {
    top:14px;
}
.apple span:nth-child(2) {
    bottom:14px;
}
.apple span:nth-child(3) {
    display: none;
}
.showmenu .apple span:nth-child(1) {
    top: 19px;
    /*transform: rotate(135deg);*/
    transform: rotate(45deg);
}
.showmenu .apple span:nth-child(2) {
    top: 19px;
    /*transform: rotate(-135deg);*/
    transform: rotate(-45deg);
}

.plus {
    display:inline-block;
    position: relative;
    width: 40px;
    height: 40px;
    cursor: pointer;
}
.plus span {
    position: absolute;
    display: block;
    width: 30px;
    left: 5px;
    height: 2px;
    background: #fffefe;
    border-radius:2px;
    transition: .25s;
    /*will-change: transform;*/
}
.plus span:nth-child(1) {
    top:19px;
    transform: rotate(0deg);
}
.plus span:nth-child(2) {
    top:19px;
    transform: rotate(90deg);
}
.plus span:nth-child(3) {
    display: none;
}
.showmenu .plus span:nth-child(1) {
    transform: rotate(180deg);
}
.showmenu .plus span:nth-child(2) {
    transform: rotate(0deg);
}

.more {
    display:inline-block;
    position: relative;
    width: 40px;
    height: 40px;
    cursor: pointer;
}
.more span {
    position: absolute;
    display: block;
    width: 8px;
    height: 8px;
    top:16px;
    background: #fffefe;
    border-radius:4px;
    transition: 300ms;
    /*will-change: transform;*/
}
.more span:nth-child(1) {
    left:2.25px;
}
.more span:nth-child(2) {
    left:16px;
}
.more span:nth-child(3) {
    left:29.75px;
}
.showmenu .more span {
    left: 27.5px;
    width: 12.5px;
    height: 12.5px;
    top: 13.5px;
    background: #fffefe;
    border-radius:6.25px;
}
.times {
    display:inline-block;
    position: relative;
    width: 40px;
    height: 40px;
    cursor: pointer;
}
.times span {
    position: absolute;
    display: block;
    width: 30px;
    left: 5px;
    height: 3px;
    background: #000;
    border-radius:1.5px;
    transition: .25s;
    /*will-change: transform;*/
}
.times span:nth-child(1) {
    top:18.5px;
}
.times span:nth-child(2) {
    top:18.5px;
}
.times span:nth-child(3) {
    display: none;
}

/******************************************************************************
 * Default
 ******************************************************************************/
html {
    font-size: 8.75px;
}
/* Desktop */
@media only screen and (min-width: 960px) {
    html {
        font-size: 10px;
    }
}

body {
    background: #fffefe;
}
body, input, textarea, select {
    font-family: 'Work Sans', sans-serif;
    font-size: 1.6rem;
    line-height: 2.4rem;
    color: #13204a;
}
.phone input,
.phone select {
    margin-bottom:5px;
}

h1 {
    font-family: 'Work Sans', Verdana, sans-serif;
    font-weight: bold;
    font-size: 4rem;
    line-height: 4rem;
    margin-top:1.2rem;
    margin-bottom:2.4rem;
    color: #13204a;
}
.centered h1 {
    display:inline-block;
}
.cgv {
    font-size:12px;
    font-style:italic;
}
h2 {
    font-family: 'Work Sans', Verdana, sans-serif;
    font-size: 3rem;
    font-weight: bold;
    line-height: 3rem;
    margin-top:4.8rem;
    margin-bottom:2.4rem;
    color: #13204a;
}
h2+h2 {
    margin-top:2.4rem;
}
h1+h2 {
    margin-top:2.4rem;
}
h3 {
    font-family: 'Work Sans', Verdana, sans-serif;
    font-size: 2.4rem;
    font-weight: bold;
    line-height: 2.4rem;
    margin-top: 4.8rem;
    margin-bottom: 2.4rem;
    color: #3a3dad;
}
h1+h3 {
    margin-top:2.4rem;
}
h2+h3 {
    margin-top:2.4rem;
}
h3+h3 {
    margin-top:2.4rem;
}

h4 {
    font-family: 'Work Sans', Verdana, sans-serif;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 2.4rem;
    margin-bottom: 2.4rem;
}

.list-large li {
    margin-bottom:1.6rem;
}

@media only screen and (min-width: 960px) {
    h1 {
        font-size: 5rem;
        line-height: 6rem;
    }
    h2 {
        font-size: 3rem;
        line-height: 3rem;
    }
    h3 {
        font-size: 2.4rem;
        line-height: 2.4rem;
    }

}


a {
    color: inherit;
}
table {
    border-collapse: collapse;
    width:100%;
}
tr {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
th, td {
    text-align: left;
    padding:3px 5px;
}

.highlight {
    display:inline-block;
    color:#fffefe !important;
    background:#FF6403 !important;
}
/******************************************************************************
 * Vimeo
 ******************************************************************************/
.vimeo {
    margin-top:1.5rem;
    padding:56.25% 0 0 0;
    position:relative;
    border-radius: 20px;
}
.vimeo iframe {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    border-radius:20px;
}

/******************************************************************************
 * Profile picture
 ******************************************************************************/
.format-300x300 img {
    width:300px;
    height:300px;
}

/******************************************************************************
 * Sous menu dans main
 ******************************************************************************/

main nav ul {
    display:flex;
    list-style: none;
    padding: 0;
    justify-content: center;
}
main nav li {
}
main nav li a,
main nav li span,
main nav li form {
    display: inline-block;
    padding: 0 10px;
}
main nav li:after {
    content: '•';
    content: '●';
}

main nav li:first-child a,
main nav li:first-child span {
    padding-left:0;
}
main nav li:last-child a {
    padding-right:0;
}
main nav li:last-child:after {
    content: '';
}
main nav li.active {
    font-weight: bold;
}
main nav li a {
    color: inherit;
    text-decoration: none;
}

/******************************************************************************
 * Auth
 ******************************************************************************/
.auth {
    width:500px;
    max-width: 100%;
    margin:0 auto;
    text-align: center;
}
.auth-login {
    width:700px;
}
.login-criteos {
    margin:30px 0 60px 0;
}
.login-criteos .button {
    width:100%;
    border-radius: 18px;
    padding-top:50px;
    padding-bottom:50px;
}
.login-open {
    cursor:pointer;
}
.login-others {
    margin:30px auto;
    width:400px;
    max-width:100%;
}

/******************************************************************************
 * Forms
 ******************************************************************************/
form,
.form,
.formwidth {
    max-width: 960px;
    margin:0 auto;
}
form.delete {
    display:inline-block;
}
div.medium-width {
    max-width:600px;
}
div.field {
    margin: 30px 0;
}
div.field-combo {
    display: flex;
    justify-content: flex-end;
}
div.field-combo input[type=text],
div.field-combo input[type=password] {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
div.field-combo button,
div.field-combo .button {
    border-radius: 0;
    padding:8px 12px;
    cursor:pointer;
}
div.field-combo button:last-child,
div.field-combo .button:last-child {
    border-bottom-right-radius: 8px;
    border-top-right-radius: 8px;
}
label {
    display:block;
    text-align:left;
    position:relative;
}
.radios label {
    display:inline-block;
}
input[type=text],
input[type=email],
input[type=password] {
    border: 1px solid #d8d8ef;
    border-radius:8px;
    background:#d8d8ef;
    font-size: 1.6rem;
    line-height:2.4rem;
    padding:8px 16px;
    width: 100%;
}
select {
    font-family:'Work Sans', sans-serif;
    border: 1px solid #d8d8ef;
    border-radius:8px;
    background:#d8d8ef;
    height:44px;
    padding:8px 16px;
}
textarea {
    border: 1px solid #d8d8ef;
    border-radius:8px;
    background:#d8d8ef;
    color:#000000;
    font-size: 1.6rem;
    line-height:1.6rem;
    padding:8px 16px;
    width: 100%;
    min-height:150px;
}
input, textarea, select, button {
    outline: none;
    -webkit-tap-highlight-color: transparent;
}
input:focus, textarea:focus, select:focus, button:focus {
    /*
    border: 1px solid #FF6403;
    background:#FFF0E6;
    */
}
input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
    background-color: #d8d8ef !important;
    color: inherit; /* Ensures the text color matches the rest of your site */
    -webkit-box-shadow: 0 0 0px 1000px #d8d8ef inset !important; /* Forces background color */
    transition: background-color 5000s ease-in-out 0s; /* Prevents background from flashing */
}
.form label {
    display: inline-block;
}
.form .value {
    display: inline-block;
}
.form .field {
    margin:0;
}
/******************************************************************************
 * Programme
 ******************************************************************************/
.programme {
    width:100%;
}
.programme th {
    white-space: nowrap;
    width:140px;
    color: #3a3dad;
    vertical-align: top;
}
.programme td {
    vertical-align: top;
}

/******************************************************************************
 * Programme1
 ******************************************************************************/
.programme1 {
    width: auto;
}
.programme1 tr {
    border: none;
}
.programme1 th {
    white-space: nowrap;
    text-align: center;
    padding:10px 0 10px 0;
    background-image: url(../img/dot-middle.png);
    background-size: 12px auto;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: scroll;
}
.programme1 tr:first-child th {
    background-image: url(../img/dot-top.png);
}
.programme1 tr:last-child th {
    background-image: url(../img/dot-bottom.png);
}
.programme1 th span {
    display: inline-block;
    text-align: center;
    color: #fff;
    background-color: #303dad;
    line-height:30px;
    border-radius:15px;
    padding: 0 15px;
}
.programme1 td {
    padding-left:15px;
}

/******************************************************************************
 * Programme2
 ******************************************************************************/
.programme2 {
    width: auto;
}
.programme2 tr {
    border: none;
}
.programme2 th {
    white-space: nowrap;
    text-align: center;
    padding:10px 30px 10px 0;
    background-image: url(../img/dot-middle.png);
    background-size: 12px auto;
    background-repeat: no-repeat;
    background-position: right;
    background-attachment: scroll;
}
.programme2 tr:first-child th {
    background-image: url(../img/dot-top.png);
}
.programme2 tr:last-child th {
    background-image: url(../img/dot-bottom.png);
}
.programme2 th span {
    display: inline-block;
    text-align: center;
    color: #fff;
    background-color: #303dad;
    line-height:30px;
    border-radius:15px;
    padding: 0 15px;
}
.programme2 td {
    padding-left:15px;
}

/******************************************************************************
 * Programme3
 ******************************************************************************/
.programme3 {
    width: auto;
}
.programme3 tr {
    border: none;
}
.programme3 th {
    white-space: nowrap;
    text-align: right;
    min-width:130px;
    padding:5px 25px 5px 0;
    background-image: url(../img/dot-middle.png);
    background-size: 12px auto;
    background-repeat: no-repeat;
    background-position: right;
    background-attachment: scroll;
}
.programme3 tr:first-child th {
    background-image: url(../img/dot-top.png);
}
.programme3 tr:last-child th {
    background-image: url(../img/dot-bottom.png);
}
.programme3 th span {
    display: inline-block;
    text-align: right;
    color: #303dad;
    line-height:30px;
    border-radius:15px;
    padding: 0 0px;
}
.programme3 td {
    padding-left:15px;
}
@media only screen and (min-width: 960px) {
    .programme3 th {
        min-width:200px;
    }
}

/******************************************************************************
 * Progress Bar
 ******************************************************************************/

.progressbar {
    position: relative;
    width:800px;
    max-width: 100%;
    margin:2.4rem auto;
    height:8px;
    border-radius: 4px;
    background: #E8DECF;
}
.progressbar-cursor {
    height:8px;
    border-radius: 4px;
    position:relative;
    background-color:#c00;
    background-image: url('../img/progressbar.png');
    background-repeat: no-repeat;
    background-position:0 center;
    background-size:100% 8px;
}
.progressbar-0 .progressbar-cursor {
    width:0;
}
.progressbar-25 .progressbar-cursor {
    width:25%;
}
.progressbar-33 .progressbar-cursor {
    width:33.333333333333%;
}
.progressbar-50 .progressbar-cursor {
    width:50%;
}
.progressbar-67 .progressbar-cursor {
    width:66.666666666667%;
}
.progressbar-75 .progressbar-cursor {
    width:75%;
}
.progressbar-100 .progressbar-cursor {
    width:100%;
}

/******************************************************************************
 * Values
 ******************************************************************************/
.myprofile label {
    display:inline-block;
    color:#000;
}
.myprofile .value {
    display:inline-block;
}
.myprofile .field {
    margin:0.6rem 0;
}

/******************************************************************************
 * Errors
 ******************************************************************************/

.error-message {
    border:1px solid #FA3203;
    border-radius:8px;
    background: #fff9f7;
    color:#FA3203;
    margin:1rem 0;
    padding:15px;
    list-style: none;
}
.error-message li {
    margin:0;
}
.error-hint {
    color: #FA3203;
}
.error label {
    color: #FA3203;
}
.error input[type=text],
.error input[type=email],
.error input[type=password],
.error textarea,
.error select {
    color: #FA3203;
    border: 1px solid #FA3203;
    background-color: #fff9f7;
}
.hint {
    font-style: italic;
    font-size:14px;
}
/******************************************************************************
 * Buttons
 ******************************************************************************/

input[type=submit],
button,
.button {
    font-family:'Work Sans';
    font-weight:bold;
    display:inline-block;
    border:1px solid #3a3dad;
    background:#3a3dad;
    color:#ffffff;
    font-size: 1.8rem;
    line-height:2.7rem;
    padding:8px 50px;
    border-radius:8px;
    text-decoration: none;
    cursor:pointer;
}
.button-big {
    width:500px;
    max-width:100%;
    text-align:center;
}
.button-main {
    background:#FF6403;
}
.button-main:hover {
    background:#E65A03;
    background:#FA3203
}
.button-alert {
    background:#BF4B02;
}
.button-alert:hover {
    background:#993C02;
}
.button-secondary {
    background: #E5E0D5;
    border-color: #E5E0D5;
    color:#808080;
}
.button-secondary:hover {
    /*
    background: #DDD8CE;
    color:#606060;
    */
    background: #F5F0E5;
    color:#808080;
}
.button-cancel {
    border:1px solid transparent;
    background: transparent;
}
.button-light {
    background: #FFF0E6;
}
.button-light:hover {
    background: #FFE8D9;
}

.alert {
    border:1px solid #999;
    background: #ccc;
    color: #000;
    padding:15px;
}
.alert-success {
    border:1px solid #090;
    background: #efe;
    color:#090;
}
button.link {
    display: inline;
    padding:0;
    background:none;
    color:inherit;
    cursor: pointer;
    text-transform: none;
}

/******************************************************************************
 * Shirt sizes
 ******************************************************************************/
.size-standard {
    background:#E8DECF;
}

/******************************************************************************
 * Pills
 ******************************************************************************/
ul.pills {
    list-style: none;
    margin:1rem 0;
    padding:0;
    text-align: center;
}
ul.pills li {
    display:inline-block;
    margin:0 3px 12px 3px;
}
ul.pills a {
    display:inline-block;
    line-height:30px;
    padding:2px 20px 0 20px;
    border-radius:16px;
    border:1px solid #808080;
    color: #808080;
    text-decoration:none;
}
ul.pills span {
    display:inline-block;
    line-height:30px;
    padding:2px 20px 0 20px;
    border-radius:16px;
    border:1px solid #808080;
    color: #808080;
    background:#dedede;
    text-decoration:none;
}
ul.pills a:hover {
    background:#0D0D0D;
    color: #fffefe;
}
ul.pills .active a {
    background:#0D0D0D;
    color: #fffefe;
}

/******************************************************************************
 * Pagination
 ******************************************************************************/
.pagination {
    list-style: none;
    margin:1.5rem 0;
    padding:0;
}
.pagination li {
    display: inline-block;
    padding: 0;
}
.pagination li:first-child {
    padding-left: 0;
}
.pagination li:last-child {
    padding-right: 0;
}
.pagination a,
.pagination span {
    display:inline-block;
    line-height:28px;
    min-width:28px;
    border-radius:14px;
    text-align:center;
    text-decoration:none;
}
.pagination .paginationActive a,
.pagination .paginationActive span {
    background:#444;
}
.pagination .paginationFirst a,
.pagination .paginationFirst span,
.pagination .paginationPrevious a,
.pagination .paginationPrevious span,
.pagination .paginationNext a,
.pagination .paginationNext span,
.pagination .paginationLast a,
.pagination .paginationLast span {
    background:none;
}

/******************************************************************************
 * grid
 ******************************************************************************/
.grid {
    clear:both;
    position:relative;
    margin-left: -20px;
    margin-right: -20px;
}
.col1,
.col2,
.col3,
.col4,
.col5 {
    position:relative;
    float: left;
    padding-left:20px;
    padding-right:20px;
    padding-bottom:40px;
}
.grid-right .col1,
.grid-right .col2,
.grid-right .col3,
.grid-right .col4,
.grid-right .col5 {
    float: right;
}
.col2 {
    display:block;
    width:50%;
}
.col3 {
    display:block;
    width:33%;
}
.col4 {
    display:block;
    width:25%;
}
.col5 {
    display:block;
    width:20%;
}
img.image {
    display:block;
    margin-top:1.5rem;
    width:100%;
    border-radius: 20px;
}
/* Tablettes et Mobiles */
@media only screen and (max-width: 960px) {
    .col1, .col2, .col3, .col4, .col5 {
        width:100%;
    }
}

/******************************************************************************
 * Edito
 ******************************************************************************/
.edito-next {
    text-align:right;
}

/******************************************************************************
 * Inscription2
 ******************************************************************************/
table.size {
    width:auto;
}
table.size td {
    width:100px;
}
input.tel {
    width:200px;
    display:inline-block;
}

/******************************************************************************
 * Agenda
 ******************************************************************************/
table.agenda th {
    width:300px;
}

/******************************************************************************
 * topic
 ******************************************************************************/

table.topics td {
    vertical-align: top;
    padding:5px;
}
table.topics h3 {
    margin:0;
    font-size:1.6rem;
    font-weight:bold;
}
table.topics .topic-subject {
    width:40%;
}
table.topics .topic-presenters {
    width:30%;
}
table.topics .topic-audience {
    width:20%;
}
table.topics .topic-options {
    width:10%;
    text-align:center;
}
table.topics .topic-options a {
    display: inline-block;
    padding:0 3px;
}

@media only screen and (max-width: 960px) {
    table.topics th {
        display:none;
        width:auto;
    }
    table.topics td {
        display:block;
        width:auto !important;
        padding-top:0;
        padding-bottom:0;
    }
    table.topics .topic-subject {
        padding-top:10px;
        border-bottom:1px solid #ccc;
    }
    table.topics .topic-presenters {
        border-bottom:1px solid #ccc;
    }
    table.topics .topic-audience {
        padding-bottom:10px;
        border-bottom:1px solid #ccc;
    }
    table.topics .topic-options {
        padding-top:5px;
        padding-bottom:5px;
        text-align: right;
        background:#eee;
    }
}

/******************************************************************************
 * Key Info & FAQ
 ******************************************************************************/
table.language th:first-child,
table.language td:first-child {
    width:300px;
}
#back-to-top {
    position:fixed;
    bottom:20px;
    right:20px;
    color: #666;
    background:#eee;
    line-height:48px;
    width:48px;
    display:none;
    text-align:center;
    border-radius:24px;
    cursor:pointer;
}

@media only screen and (min-width: 960px) {
    #back-to-top {
        bottom:20px;
        right:20px;
    }
}

/******************************************************************************
 * Travel
 ******************************************************************************/

.travel {
    border: 1px solid #ccc;
    width: 740px;
    max-width:100%;
    overflow-hidden
    margin-bottom:10px;
}
.travel-selected {
    border: 1px solid #70a7f6;
    background: #eaf2fd;
}
.travel-chosen {
    border: 1px solid #70a7f6;
    background: none;
}
.travel-error  {
    border: 1px solid #f99;
    background: #70a7f6;
    background: #fee;
}
.travel-full  {
    border: 1px solid #ccc;
    background: #efefef;
    color: #999;
}
.travel-own th,
.travel-own td {
    width:50%;
}
.centered .travel {
    margin:0 auto;
    width: 100%;
}
label .travel {
    cursor: pointer;
}
label .travel {
    margin-left: 30px;
}
.centered label .travel {
    margin-left: 0;
}

.travel tr,
.travel th,
.travel td {
    border:none;
}
.travel-field {
    position:relative;
}
input[name=travel_plan_id_confirmed] {
    margin: 0;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
td.travel-hub {
    border-bottom: 1px solid #ccc;
}
td.travel-oi-left {
    background:#ddd;
    color:#000;
    border-bottom: 1px solid #ccc;
}
td.travel-oi {
    background:#ddd;
    color:#000;
    border-bottom: 1px solid #ccc;
}
td.travel-oi-right {
    background:#ddd;
    color:#000;
    border-bottom: 1px solid #ccc;
}
td.travel-logo {
    /*border-bottom: 1px solid #ccc;*/
}
tr.travel-main td {
    border-bottom: 1px solid #ccc;
}
td.travel-quota {
    background:#ddd;
    color:#000;
    border-top: 1px solid #ccc;
}
.travel-luggage {
    /*border-top: 1px solid #ccc;*/
}
.travel-day {
    font-weight:bold;
}
.travel {
    border-radius: 0px;
}
.travel table {
    width: 100%;
    border-collapse: collapse;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
}
.travel td {
    padding: 5px 20px;
}
td.travel-hub {
    padding-top: 0px;
    padding-bottom: 5px;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
}
td.travel-oi {
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
}
td.travel-oi-left {
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: left;
    font-weight: bold;
    text-transform: uppercase;
}
td.travel-logo {
    text-align: left;
    padding-top: 15px;
    padding-bottom: 0;
}
td.travel-limiteless {
    text-align: right;
    padding-top: 15px;
    padding-bottom: 0;
}
tr.travel-main td {
    padding-bottom: 10px;
}
td.travel-place1 {
    text-align: left;
    font-weight: bold;
    text-transform: uppercase;
    padding-right: 5px;
}
td.travel-place2 {
    text-align: right;
    font-weight: bold;
    text-transform: uppercase;
    padding-left: 5px;
}
.travel-time1 {
    font-size: 30px;
    line-height: 30px;
}
.travel-time2 {
    position: relative;
    padding-right: 5px;
    font-size: 30px;
    line-height: 30px;
    text-align: right;
}
td.travel-night {
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
    text-align: center;
}
.travel i {
    font-size: 24px;
}
.travel sup {
    position: absolute;
    font-size: 14px;
    top: -10px;
    right: -10px;
}
.travel-date1 {
    font-size: 14px;
    line-height: 16px;
    padding-left: 0;
}
.travel-date2 {
    padding-right: 5px;
    font-size: 14px;
    line-height: 16px;
    text-align: right;
}
td.travel-iata1 {
    text-align:left;
    vertical-align: bottom;
}
td.travel-iata2 {
    text-align:right;
    vertical-align: bottom;
}
td.travel-company {
    padding-left: 5px;
    padding-right: 5px;
    text-align:center;
    font-size:14px;
    line-height:20px;
}
td.travel-company img {
    max-height:40px;
    max-width:120px;
}
.travel-number {
    font-size:14px;
    line-height:20px;
}
.travel-duration {
    font-size:14px;
    line-height:20px;
}
td.travel-mode {
    text-align: center;
    font-size: 24px;
    padding-left: 5px;
    padding-right: 5px;
}
td.travel-quota {
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
}
td.travel-comment {
    text-align: center;
    font-size: 14px;
    line-height: 20px;
    padding-left: 5px;
    padding-right: 5px;
}
.travel-luggage {
    text-align: left;
    font-size: 12px;
    line-height: 16px;
    font-style: italic;
}
.travel-luggage i {
    font-size: 24px;
    line-height: 32px;
    float: left;
    padding-right: 10px;
}
.travel-luggage div {
    float: left;
}
.travel-futurise {
    padding:0 !important;
}
.travel-futurise img {
    display:block;
    width:100%;
    height:auto;
    margin:0;
}

/*******************************************************************************
 * http://www.yuiblog.com/blog/2010/09/27/clearfix-reloaded-overflowhidden-demystified
 * slightly enhanced, universal clearfix hack
 *******************************************************************************/
.clearfix:after {
    font-size: 0;
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
    content: '.';
}

.clearfix {
    display: inline-block;
}

/* start commented backslash hack \*/
* html .clearfix {
    height: 1%;
}

.clearfix {
    display: block;
}


/******************************************************************************
 * accommodation
 ******************************************************************************/
h2.orange {
    color:#ff6403;
}

/******************************************************************************
 * survey
 ******************************************************************************/
h3.orange {
    color:#ff6403;
}

h4.orange {
    color:#ff6403;
}
label.orange {
    color:#ff6403;
}

.survey .responses {
    display: flex;
    flex-direction: column;
    gap: 1em;
}
.survey .responses label {
    font-weight:bold;
}
.survey .question {
    display: flex;
    align-items: center;
    gap: 0.5em;
}

.survey .error label {
    color: black;
}
/* Affichage horizontal pour les grands écrans */
@media (min-width: 780px) {
    .survey .responses {
        flex-direction: row;
        justify-content: space-between;
    }

    .survey .question {
        flex-direction: column-reverse;
        align-items: center;
    }
}

.blacksurvey{
    font-weight: bold;
}
