/*
Fonts :
font-family: 'Open Sans', sans-serif;
font-family: 'Oswald', sans-serif;
*/


/* GENERAL */

.break-words {
    overflow-wrap: break-word;
}

body
{
    position: relative;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    text-align: justify;
}
.home #content
{
    margin: 0 0 110px 0;
}
h1
{
    margin: 0 0 15px 0;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    font-size: 24px;
}
a
{
    color: #002f5e;
    text-decoration: underline;
}
.justify
{
    text-align: justify;
}
@media(max-width: 992px)
{
    #text-content
    {
        margin: 0 0 20px 0;
        overflow: auto;
    }
}
/* HEADER */
#header
{
    margin: 0 0 48px 0;
    padding: 50px 0 0 0;
}
#header #logo
{
    width: 130px;
    height: 72px;
    position: absolute;
    left: 0;
    top: -39px;
}
#header #banner-logo
{
    width: 188px;
    height: 97px;
}
#header .site-title
{
    padding: 40px 0 25px 0;
    border-top: 45px solid #002f5e;
    background-size: cover;
    background-repeat: no-repeat;
}
#header h2
{
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    margin: 0;
    letter-spacing: 0.01em;
    color: #ffffff;
    font-size: 36px;
}
/* MENU */
#header #menu
{
    margin: 0;
    padding: 0;
    list-style: none;
}
#header #menu li
{
    display: inline-block;
}
#header #menu li a
{
    padding: 10px 8px 8px 8px;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    color: #ffffff;
    background-color: #6ec5d1;
    font-size: 16px;
    display: block;
    text-decoration: none;
    -webkit-transition: .3s ease all;
    -moz-transition: .3s ease all;
    transition: .3s ease all;
}
#header #menu li.active a
{
    background-color: #002f5e;
}
#header #menu li a:hover,
#header #menu li a:focus,
#header #menu li a:active
{
    text-decoration: none;
    background-color: #002f5e;
    -webkit-transition: .3s ease all;
    -moz-transition: .3s ease all;
    transition: .3s ease all;
}
/* FOOTER */
#footer
{
    margin: 40px 0 0 0;
    background-repeat: no-repeat;
    width: 100%;
    bottom: 0;
    background-size: cover;
    padding: 10px 0;
}
.home #footer
{
    position: fixed;
}
#footer p
{
    margin: 0;
    font-size: 10px;
}
#footer img
{
    max-height: 60px;
    margin: 9px 0 0 25px;
}
@media(max-width: 767px)
{
    #footer img
    {
        float: none !important;
        max-height: 40px;
    }
    #footer p
    {
        float: none !important;
        margin-top: 10px;
    }
}
@media(max-width: 350px)
{
    #footer img
    {
        max-height: 30px;
    }
}
/* BUTTONS */
.button-basic
{
    font-family: 'Oswald', sans-serif;
    color: #ffffff;
    text-transform: uppercase;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    text-decoration: none;
    border-radius: 0;
    box-shadow: none;
    border: 0;
    padding: 10px 8px 8px 8px;
    -webkit-transition: .3s ease all;
    -moz-transition: .3s ease all;
    transition: .3s ease all;
}
.button-basic:hover,
.button-basic:focus,
.button-basic:active
{
    -webkit-transition: .3s ease all;
    -moz-transition: .3s ease all;
    transition: .3s ease all;
}
.button-basic.button-big
{
    font-size: 16px;
}
.button-basic i
{
    position: relative;
    font-size: 12px;
    top: -1px;
    margin: 0 0 0 2px;
}
.button-basic.button-red
{
    background: #e94f35;
    color: #ffffff;
    font-weight: 100;
}
.button-basic.button-red:hover,
.button-basic.button-red:focus,
.button-basic.button-red:active
{
    background: #ce442d;
    color: #ffffff;
}
.button-basic.button-blue
{
    background: #6ec5d1;
    color: #ffffff;
    font-weight: 100;
}
.button-basic.button-blue:hover,
.button-basic.button-blue:focus,
.button-basic.button-blue:active
{
    background: #6ec5d1;
    color: #ffffff;
}
.button-basic.button-white
{
    background: #ffffff;
    color: #234553;
}
.button-basic.button-white:hover,
.button-basic.button-white:focus,
.button-basic.button-white:active
{
    background: #e4e3e3;
    color: #234553;
}
.button-basic.button-special
{
    background: #e94f35;
    color: #ffffff;
    position: absolute;
    font-weight: 100;
    right: 0;
    bottom: -64px;
}
@media(max-width: 480px)
{
    .button-basic.button-special
    {
        position: relative;
        bottom: 0;
    }
}
@media(max-width: 500px)
{
    .button-special-form
    {
        float: none !important;
        margin: 0 0 15px 0;
    }
}
.button-basic.button-bold
{
    font-weight: 400;
}

/* BLOCKS */

/* Block Columns */
.block-column
{
    padding: 20px;
    overflow: auto;
    display: block;
    width: 100%;
}
.block-column p
{
    margin: 0;
}
.block-column h3
{
    margin: 0 0 10px 0;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 100;
    letter-spacing: 0.01em;
}
.block-column .button-basic
{
    margin: 10px 0 0 0;
}
.image-warning
{
    width: 34px;
    height: 26px;
    float: left;
    margin: 0 10px 10px 0;
}
.block-column.blue
{
    background-color: #002f5e;
    color: #fff;
}
.block-column.yellow
{
    background-color: #fff9c7;
    color: #000000;
}
.block-column.grey
{
    background-color: #e4e6e7;
    color: #000000;
}
.block-column.grey strong
{
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    font-weight: normal;
    font-size: 16px;
    margin: 0 0 20px 0;
    display: block;
}
@media(max-width: 991px)
{
    .mobile-margin
    {
        margin-top: 20px;
    }
}
/* HELPERS */
.m-b-0
{
    margin-bottom: 0;
}
.m-b-10
{
    margin-bottom: 10px;
}
.m-b-20
{
    margin-bottom: 20px;
}
.m-t-20
{
    margin-top: 20px;
}
.m-t-10
{
    margin-top: 10px;
}
/* FORMS */
label.control-label.required:after
{
  content: " *";
  color: #D85548;
  right: 2px;
}
/* TABS */
#accordion.panel-group .panel-default
{
    border: 0;
    box-shadow: none;
    margin: 0;
    border-radius: 0;
}
#accordion.panel-group .panel-default:first-child
{
    border-top: 1px solid #000;
}
#accordion.panel-group .panel-heading
{
    padding: 0;
    background: transparent;
    border: 0;
}
#accordion.panel-group .panel-heading .panel-title a
{
    text-decoration: none;
    display: block;
    padding: 10px 8px 8px 22px;
    color: #112f39;
    line-height: 18px;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    font-size: 16px;
    border-bottom: 1px solid #000;
    position: relative;
}
#accordion.panel-group .panel-heading .panel-title a:before
{
    content: "\f054";
    font: normal normal normal 14px/1 FontAwesome;
    color: #6ec5d1;
    left: 4px;
    font-size: 11px;
    position: absolute;
    top: 50%;
    transform: translate(0,-50%);
    -webkit-transition: .1s ease all;
    -moz-transition: .1s ease all;
    transition: .1s ease all;
}
#accordion.panel-group .panel-heading .panel-title a[aria-expanded="true"]:before
{
    transform: rotate(90deg) translate(0,-50%);
    top: 45%;
    left: 0;
    -webkit-transition: .1s ease all;
    -moz-transition: .1s ease all;
    transition: .1s ease all;
}
#accordion.panel-group .panel-body
{
    font-size: 13px;
}

/* SPECIAL SIGNALEMENT */
.special-signalement
{
    overflow: auto;
}
.special-signalement .block-column
{
    float: right;
    width: 70%;
    display: inline-block;
}
@media(max-width: 1200px)
{
    .special-signalement h1
    {
        text-align :left;
    }
}
@media(max-width: 1200px)
{
    .special-signalement .block-column
    {
        float: none;
        margin: 0 0 20px 0;
        display: block;
        width: 100%;
    }
}
/* BEFORE FORM */
.before-form
{
    margin: 25px 0 0 0;
}
.before-form ul.nav
{
    border-bottom: 1px solid #6ec5d1;
}
.before-form ul.nav li
{
    width: 33.33%;
    text-align: left;
}
.before-form ul.nav li a
{
    border: 0 !important;
    text-decoration: none;
    padding: 0 0 16px 0;
    width: 67%;
    display: inline-block;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.5) !important;
}
.before-form ul.nav li a:hover,
.before-form ul.nav li a:focus,
.before-form ul.nav li a:active
{
    background: transparent;
}
.before-form ul.nav li.active a
{
    border-bottom: 10px solid #6ec5d1 !important;
    color: #000 !important;
}
.before-form ul.nav li i
{
    color: #6ec5d1;
    font-size: 25px;
    padding: 0 0 0 10px;
    position: relative;
    top: -10px;
}
.before-form .tab-content
{
    padding: 20px 0 15px 0;
    margin: 0 0 10px 0;
    border-bottom: 1px solid #6ec5d1;
}
.before-form .tab-content .tab-pane
{
    position: relative;
}
/* information-confirmation */
#information-confirmation .confirmation
{
    background: #e4e6e7;
    padding: 20px;
    border-top: 1px solid #e94f35;
    border-bottom: 1px solid #e94f35;
    margin: 0 0 20px 0;
}
/* FORM BASIC */
.form-basic ul
{
    list-style: none;
    padding: 0;
    margin: 0;
}
.form-basic .panel-default
{
    border: none;
    box-shadow: none;
}
.form-basic .panel-default .panel-heading
{
    background: none;
    border: none;
    padding: 0;
    border-bottom: 1px solid #6ec5d1;
}
.form-basic .panel-default .panel-heading span
{
    padding: 0 0 15px 0;
    display: inline-block;
    border-bottom: 12px solid #6ec5d1;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    font-size: 16px;
}
.form-basic .add-item
{
    text-decoration: none;
}

/* CONFIRMATION */
.content-confirmation
{
    background: rgba(228, 230, 232, 0.69);
    padding: 31px;
}