/*---- GLOBAL ----*/
* {
    box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
html,
body {
    padding: 0;
    margin: 0;
    width: 100%;
    height: 100%;
}
body {
    overflow-y: scroll;
    overflow-x: hidden;
    font-family: 'Nunito', Verdana, sans-serif;
}
body a {
    text-decoration: none;
    color: #449b35;
}

/* HEADER */
#header {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 30%;
    
    box-shadow: 2px 0px 3px #449b35 !important;
    -o-box-shadow: 2px 0px 3px #449b35 !important;
    -ms-box-shadow: 2px 0px 3px #449b35 !important;
    -moz-box-shadow: 2px 0px 3px #449b35 !important;
    -webkit-box-shadow: 2px 0px 3px #449b35 !important;
}
#logo {
    text-align: center;
}
#logo img {
    width: 60%;
}
.accroche {
    font-size: 30px;
    text-align: center;
    margin-top: 50px;
    padding: 20px 10px;
}
.important {
    color: #449b35;
    font-weight: 700;
}

/** CONTENT **/
.content-page {
    padding: 20px;
    margin-left: 30%;
}
.logo-don-en-confiance {
    text-align: center;
    margin-bottom: 30px;
}
.content-form {
    margin: 50px auto;
    width: 400px;    
}
.box-devise {
    float: left;
    width: 80%;
}
.box-symbol-devise {
    float: left;
    width: 20%;
}
.symbol-invalide {
    color: #888888;
    text-align: center;
}
#symbol-devise {
    border: 1px solid #dddddd;
    padding: 11px 5px;
    margin-top: -1px;
}
.symbol-valide {
    background: #449b35;
    color: #ffffff;
    border: 1px solid #449b35;
}

.field-l {
    float: left;
    width: 48%;
}
.field-r {
    float: right;
    width: 48%;
}
.information-donnees {
    margin-top: 20px;
    font-size: 12px;
    padding: 10px;
    background: #f1f1f1;
    text-align: justify;
}
.information-donnees div {
    margin: 20px 0;
}
.information-donnees a {
    font-weight: 700;
}
.information-donnees a:hover {
    color: #000000;
}
#voile-payment {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 12;
    background: url(../images/black-transparent.png);
    display: none;
}
#box-alert {
    position: absolute;
    width: 300px;
    background: #ffffff;
}
.text-box-alert {
    padding: 20px 10px;
}
.btn-close-box-alert {
    text-align: center;
    cursor: pointer;
    padding: 10px;
    background: #449b35;
    font-weight: 500;
    color: #ffffff;
    font-size: 13px;
}
.btn-close-box-alert:hover {
    background: #28832a;
}

.birthday-day, .birthday-month, .birthday-year {
    float: left;
    width: 33.3333%;
}
.link-homapage, .link-adhesion {
    width: 48%;
    margin-top: 20px;
    font-size: 13px;
}
.link-homapage {
    float: left;
}
.link-adhesion {
    float: right;
}
.link-homapage a {
    display: block;
    width: 100%;
    text-align: center;
    background: #cccccc;
    color: #000000;
    padding: 10px;
}
.link-homapage a:hover {
    background: #888888;
    color: #ffffff;
}
.link-adhesion a {
    display: block;
    width: 100%;
    text-align: center;
    background: #449b35;
    color: #ffffff;
    padding: 10px;
}
.link-adhesion a:hover {
    background: #28832a;
}

/** FOOTER **/
footer {
    color: #449b35;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 30%;
    
}
.copyright {
    text-align: center;
    padding: 10px 5px;
    font-size: 13px;
}
.box-menu-foot {
    float: left;
    width: 33.3333%;
    margin-top: 20px;
}
.menu-foot-title {
    margin: 15px 0;
    font-size: 18px;
    text-transform: uppercase;
    color: #ffffff;
    border-bottom: 1px dashed #eeeeee;
}
.menu-foot-content a {
    display: block;
    color: #f1c40f;
    padding: 5px 0;
    font-weight: 200;
}
.menu-foot-content a:hover {
    color: #eeeeee;
}
.item-list-mode-paiement {
    float: left;
    width: 33.3333%;
    margin-bottom: 20px;
    margin-top: 20px;
    padding: 20px 5px;
    cursor: pointer;
    text-align: center;
    display: block;
    font-size: 14px;
    font-weight: 500;
    
    box-shadow: 2px 0px 3px #449b35 !important;
    -o-box-shadow: 2px 0px 3px #449b35 !important;
    -ms-box-shadow: 2px 0px 3px #449b35 !important;
    -moz-box-shadow: 2px 0px 3px #449b35 !important;
    -webkit-box-shadow: 2px 0px 3px #449b35 !important;
}
.item-list-mode-paiement:hover {
    background: #449b35;
    color: #ffffff;
}
.activ-option {
    background: #329219 !important;
    color: #ffffff !important;
    font-weight: 700 !important;
}
.btn {
    cursor: pointer;
    padding: 10px;
    text-align: center;
    font-family: 'Nunito', Verdana, sans-serif;
    background: #449b35;
    font-size: 16px;
    font-weight: 700;
    color: #ffffff;
    border: 1px solid #449b35;
    outline: none;
}
.btn:hover {
    background: transparent;
    color: #449b35;
}
.btn-don {
    width: 100%;
}
.hand-don {
    width: 40px;
    position: absolute;
    display: block;
    left: 5px;
    bottom: 0px;
    top: 0px;
    background: url(../images/icons/hand-white.png) center center no-repeat;
}
.btn-don:hover .hand-don {
    background: url(../images/icons/hand-green.png) center center no-repeat;
}

/*---- AUTRES ----*/
.width-1024 {
    width: 1024px;
}
.align-center {
    text-align: center;
}
.clear {
    clear: both;
}
.separator {
    border-top: 1px solid #ddd;
    margin: 10px 0;
}
.flash {
    margin-bottom: 10px;
}
.flash-box {
    position: relative;
    margin-top: 25px;
}
.flash-box-error {
    background: #fa7373;
}
.flash-box-icon {
    width: 55px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
}
.flash-box-icon-error {
    background: #bd4444 url(../images/icons/down.png) center center no-repeat;
}

.flash-box-content {
    margin-left: 50px;
    padding: 25px 20px;
    color: #fff;
    font-weight: 300;
}

.flash-box-success {
    background: #28832a;
}

.flash-box-icon-success {
    background: #28832a url(../images/icons/up.png) center center no-repeat;
}

.flash-title-error {
    background: #820505
}

.flash-success {
    background: #4E8538;
}

.flash-title {
    padding: 10px;
    text-align: center;
    color: #fff;
}

.flash-title-success {
    background: #329219
}

.flash-error {
    background: #F00;
    position: relative
}

.flash-title {
    padding: 10px;
    border-bottom: 1px solid #ddd;
    color: #fff;
    font-weight: bold;
}

.flash-content {
    padding: 10px;
    color: #fff;
    font-size: 15px;
}

.flash-content a {
    color: #000;
    text-decoration: none;
}

.flash-content a:hover {
    color: #eee;
    text-decoration: underline
}

/* Transition color */
.transition-color {
    transition: color 0.3s;
    -o-transition: color 0.3s;
    -ms-transition: color 0.3s;
    -moz-transition: color 0.3s;
    -webkit-transition: color 0.3s;
}
.transition-background {
    transition: background 0.3s;
    -o-transition: background 0.3s;
    -ms-transition: background 0.3s;
    -moz-transition: background 0.3s;
    -webkit-transition: background 0.3s;
}
.transition-border {
    transition: border 0.3s;
    -o-transition: border 0.3s;
    -ms-transition: border 0.3s;
    -moz-transition: border 0.3s;
    -webkit-transition: border 0.3s;
}
.transition-opacity {
    transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    -ms-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    -webkit-transition: opacity 0.3s;
}

/* Border radius */
.border-radius-5 {
    border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
.border-radius-10 {
    border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}
.border-radius-50 {
    border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}

/* Box Shadow */
.box-shadow-black {
    box-shadow: 2px 0px 3px #ddd;
    -o-box-shadow: 2px 0px 3px #ddd;
    -ms-box-shadow: 2px 0px 3px #ddd;
    -moz-box-shadow: 2px 0px 3px #ddd;
    -webkit-box-shadow: 2px 0px 3px #ddd;
}
.box-shadow-black-left {
    box-shadow: -2px 0px 3px #ddd;
    -o-box-shadow: -2px 0px 3px #ddd;
    -ms-box-shadow: -2px 0px 3px #ddd;
    -moz-box-shadow: -2px 0px 3px #ddd;
    -webkit-box-shadow: -2px 0px 3px #ddd;
}
.box-shadow-bottom {
    box-shadow: 2px 3px 3px #dddddd;
    -o-box-shadow: 2px 3px 3px #dddddd;
    -ms-box-shadow: 2px 3px 3px #dddddd;
    -moz-box-shadow: 2px 3px 3px #dddddd;
    -webkit-box-shadow: 2px 3px 3px #dddddd;
}
.position-relative {
  position: relative;
}
.no-text-select {
  -moz-user-select: none; /* Firefox */
  -webkit-user-select: none; /* Chrome, Safari, Opéra depuis la version 15 */
  -ms-user-select: none; /* Internet explorer depuis la version 10 et Edge */
  user-select: none; /* Propriété standard */
}
.text-align-right {
  text-align: right;
}
.text-align-center {
  text-align: center;
}

.text-checkbox {
    float: right;
    width: 72%;
}
.left-switch {
    float: left;
    width: 55px;
}
.fieldset {
    margin-bottom: 30px;
    margin-top: 10px;
    position: relative;
}
.fieldset-label {
    position: absolute;
    padding: 5px;
    height: 30px;
    top: -15px;
    left: 20px;
    font-weight: 700;
    font-size: 12px;
    border: 1px solid #eeeeee;
    text-transform: uppercase;
    background: #ffffff;
}
.fieldset-content {
    padding: 20px 10px;
    font-size: 14px;
}
.underligne {
    text-decoration: underline;
}
.uppercase {
    text-transform: uppercase;
}
.align-justify {
    text-align: justify;
}
.grid-3 {
    width: 33.3333%;
    float: left;
    padding: 10px;
}
.validation {
    cursor: pointer;
    outline: none;
    margin-top: 20px;    
}
.validation:hover .validation-option {
    border: 2px solid #449b35;
}
.validation:hover .validation-texte {
    opacity: 1;
    color: #449b35;
}
.validation-option {
    position: absolute;
    width: 25px;
    height: 25px;
    border: 2px solid #bd4444;
    top: 2px;
    left: 5px;
}
.validation-texte {
    margin-left: 50px;
    font-weight: 500;
    opacity: 0.5;
    color: #bd4444;
}
.option-validee .validation-option  {
    border: 2px solid #449b35;
    background: #449b35 url(../images/icons/checked.png) center center no-repeat;
    
    box-shadow: 2px 0px 3px #449b35 !important;
    -o-box-shadow: 2px 0px 3px #449b35 !important;
    -ms-box-shadow: 2px 0px 3px #449b35 !important;
    -moz-box-shadow: 2px 0px 3px #449b35 !important;
    -webkit-box-shadow: 2px 0px 3px #449b35 !important;
}
.option-validee .validation-texte {
    color: #449b35;
    font-weight: 500;
    opacity: 1;
}
.option-radio {
    float: left;
    margin-right: 20px;
    margin-top: 5px;
    cursor: pointer;
    outline: none;
}
.option-radio:hover .option-radio-bulle {
    border: 2px solid #449b35;
}
.option-radio .option-radio-bulle {
    width: 25px;
    height: 25px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    border: 2px solid #cccccc;
}
.option-radio .option-radio-texte {
    display: inline-block;
}
.option-radio-active .option-radio-bulle {
    border: 2px solid #449b35 !important;
    background: #449b35 url(../images/icons/bulle.png) center center no-repeat;
}
.option-radio-active .option-radio-texte {
    font-weight: 500;
}