body, html {
    min-height: 100%;
}

body {
    background: #ffdb0a;
    color: #1a171b;
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
}

strong {
    font-weight: 600;
}

a, a:hover {
    color: inherit;
}

.text-right {
    text-align: right;
}
.left {
    margin-top: 60px;
}
.main-title {
    font-size: 25px;
    line-height: 34px;
    font-weight: 700;
    text-align: left;
    padding: 0 0 0 0;
    margin: 0 0 20px 0;
    /*border-bottom: 4px solid #55AFBF;*/
}

.main-title strong {
    color: #1d1d1b;
    display: block;
    font-weight: 700;
}

.intro {
    text-align: left;
    font-size: 18px;
    padding: 0px;
    margin: 0 0 40px 0;
}

#goto-form {
    display: block;
}

.pages {

}

.container {
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 15px;
}

small {
    font-size: 80%;
}

.img-fluid {
    max-width: 100%;
}

.row {
    margin: 0 -15px;
}

.row:after {
    content: '';
    display: block;
    clear: both;
}

.col {
    width: 50%;
    float: left;
    padding: 0 15px;
}

.col + .col {
    /*width: 40%;*/
}

#top {
    overflow: hidden;
    margin-top: 60px;
}

#pages {
    width : 200%;/* 100% x le nombre de slides */
    overflow: visible;
}

#pages:after {
    display: table;
    content: '';
    clear: both;
}

#pages > div {
    position: relative;
    left: 0;
    opacity: 1;
    width: 50%;
    padding: 0;
    float: left;
    transition: all 0.8s;
}

#pages > div#form {
    left: -50%;
}

#pages > .hidden {
    display: block!important;
    opacity: 0;
    left: -100%!important;
}


ul.inline {
    list-style: none;
    margin: 0 -0.5rem 1rem -0.5rem;
    padding: 0;
}

ul.inline li {
    margin-bottom: 1rem;
    float: left;
    width: 50%;
    padding: 0 0.5rem;
}

ul.inline li:last-child {
    width: 100%;
}

.btn {
    display: inline-block;
    padding: 8px 30px;
    border: 2px solid #fff;
    font-weight: 700;
    font-size: 24px;
    text-align: center;
    cursor: pointer;
    background: #ffffff;
    color: #f18800;
    text-decoration: none!important;
    border-radius: 3px;
}
.btn:hover {
    color: #f18800;
}
.intro .btn {
    background: #e9631a;
    color: #ffffff;
    transition: all .3s ease;
}
.intro .btn:hover {
    background: #f18800;
    color: #ffffff;
}
.legal {
    font-size: 14px;
}

.legal a {
    color: inherit;
    text-decoration: underline;
}

.hidden {
    display: none;
    opacity: 0;
}

label input[type="radio"] {
    display: none;
    width: 0px;
    height: 0px;
    margin: 0;
}

.radio-list {
    list-style: none;
    margin: 0;
    padding: 0;
}
.voeux-list {
    margin: 0 0 40px 0;
}
.radio-list label {
    display: block;
}
.radio-list input[type=text] {
    margin: 5px 0 0 28px;
    width: -webkit-calc(100% - 28px);
    width:    -moz-calc(100% - 28px);
    width:         calc(100% - 28px);
}
.radio-list li {
    margin-bottom: 12px;
}

.radio-group label .validetta-bubble {
    display: none;
}

.radio-group label+label .validetta-bubble {
    display: block;
    margin-top: -16px;
    margin-left: 60px;
}

form {
    margin-bottom: 80px;
}

#boutonReset {
    display: block;
    text-align: right;
    font-size: 0.9rem;
    cursor: pointer;
}

label {
    margin: 0;
}

label+label {
    margin-left: 1rem;
}

label input[type="radio"] + span {
    line-height: 18px;
    padding-left: 28px;
    display: inline-block;
    position: relative;
    cursor: pointer;
}

label input[type="radio"] + span:before {
    content: ' ';
    display: inline-block;
    border: 2px solid #1a171b;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: -1px;
    margin-right: 5px;
}

label input[type="radio"]:checked + span:after {
    content: " ";
    display: inline-block;
    background: #1a171b;
    width: 10px;
    height: 10px;
    position: absolute;
    left: 5px;
    top: 4px;
    border-radius: 50%;
}

input[type=text], input[type=email] {
    border: 0;
    background: #ffffff;
    padding: 0.4rem;
    display: block;
    width: 100%;
}

.form-title {
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    color: #e2c568;
    margin: 0 0 16px 0;
    padding: 0 0 12px 0;
    border-bottom: 4px solid #c0913f;
    text-align: center;
}

.participation .title {
    margin: 1.5rem 0 1rem;
}

.participation ul {
    padding-left: 1.4rem;
}

.participation li {
    margin-bottom: 1rem;
}

.participation li > span {
    min-width: 150px;
    display: inline-block;
}

.form-error {
    color: #f28801;
    display: block;
    font-style: italic;
    font-size: 14px;
}
#presentation {
    text-align: center;
}
.list-inline {
    list-style: none;
    margin: 0;
    padding: 0;
}
.list-inline li {
    display: inline-block;
}
ul.actions {
    margin: 15px 0 0 0;
    padding: 5px 0 0 0;
}
ul.actions li {
    display: block;
    width: 50%;
    float: left;
}
ul.actions a {
    font-size: 24px;
    color: inherit;
    padding: 10px 30px;
    display: inline-block;
}
ul.actions li+li {
    float: right;
}
ul.actions:after {
    content: '';
    display: table;
    clear: both;
}

.hide-mobile {
    display: block;
}
.show-mobile {
    display: none;
}

#tarteaucitronAlertBig {
    background: #202020!important;
    border-top: 1px solid #f7f7f7!important;
    padding: 15px!important;
    width: 100%!important;
    box-sizing: border-box!important;
}

#tarteaucitronAlertBig #tarteaucitronCloseAlert, #tarteaucitronAlertBig #tarteaucitronPersonalize {
    background: #ffffff!important;
    color: #202020!important;
    cursor: pointer!important;
    display: inline-block!important;
    font-size: 16px!important;
    padding: 6px 20px!important;
    text-decoration: none!important;
    margin-left: 15px!important;
    border-radius: 150px!important;
    font-weight: bold!important;
}

#tarteaucitronAlertBig #tarteaucitronCloseAlert {
    margin-bottom: 0!important;
    background: transparent!important;
    color: #ffffff!important;
    text-decoration: underline!important;
    vertical-align: baseline!important;
    padding: 0!important;
}

#tarteaucitronAlertBig #tarteaucitronDisclaimerAlert {
    display: block;
    margin-bottom: 15px!important;
    text-align: center;
}

@media screen and (max-width: 820px) {
    .hide-mobile {
        display: none;
    }
    .show-mobile {
        display: block;
    }
    .legal {
        margin-top: 30px;
    }
    .col {
        width: 100%!important;
        float: none!important;
        margin-top: 15px!important;
    }

    .img-fluid {
        display: block;
        margin: 0 auto;
    }
}