/* GENERAL */

body, div, p, th, td, fieldset, legend {
    margin: 0;
    padding: 0;
}

fieldset {
    border: medium none; 
}

#body {
    background: #f5f5f5;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
}

#content {
    min-height: 700px;
    display: block;
    clear: both;
    padding: 10px;
}

.wrapper {
    width: 70%;
    margin: 0 auto;
}


table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
}

table tr td {
    vertical-align: top;
}

a {
    font-weight: bold;
}

a:hover, a:focus, .page .main-content a:visited {
    color: #f39100;
    text-decoration: underline;
}

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

a img {
    border: medium none;
}

ul {
    margin: 0 0 10px 10px;
    padding: 0 0 0 0;
}

ul li {
    background: url(/img/fleche-bleue.png) no-repeat scroll 3px 2px transparent;
    display: block;
    margin: 15px 0 0 0;
    padding: 0 0 0 15px;
}

.text_type_01 {
    color: #515151;
    font: 13px Arial,Helvetica,sans-serif;
}

.text_type_02 {
    color: #0c1c1c;
    font: bold 14px Arial,Helvetica,sans-serif;
}

.clear_fix::after {
    clear: both;
    content: " ";
    display: block;
    height: 0;
    visibility: hidden;
}

.title_type2 {
    color: #000;
    font: 25px "Helvetica-light",Arial,Helvetica,sans-serif;
}


.btn_type01
{
    border-radius: 3px;
    background-color:#3caae2 ;
    padding: 7px 15px;
    font:14px/20px Arial, Helvetica, sans-serif;
    color: #fff;
    border: none;
    cursor: pointer;

}
.btn_type01:hover
{
    background-color:#2e81ac;
}
.btn_type02
{
    background: #A4A9B7;
    border-radius: 3px;
    padding: 6px 15px;
    font:14px Arial, Helvetica, sans-serif;
    color: #fff;
    border: none;
    cursor: pointer;
}
.btn_type02:hover
{
    background-color:#3ABDE7;
}
.btn_type03
{
    background: #A4A9B7;
    border-radius: 3px;
    padding: 8px 8px;
    font-size:13px;
    font:13px Arial, Helvetica, sans-serif;
    color: #fff;
    border: none;
    cursor: pointer;
    text-align: center;
}
.btn_type03:hover
{
    background-color:#3ABDE7;
}
.btn_type04
{
    border-radius: 3px;
    background-color:#3caae2 ;
    padding: 8px 10px;
    font:14px/14px Arial, Helvetica, sans-serif;
    color: #fff;
    border: none;
    cursor: pointer;
    text-align: left;
}
.btn_type04:hover
{
    background-color:#2e81ac;
}
.btn_type05
{
    border-radius: 3px;
    background-color:#3caae2 ;
    padding: 8px 10px;
    font-size:13px;
    font:13px Arial, Helvetica, sans-serif;
    color: #fff;
    border: none;
    cursor: pointer;
    text-align: center;
}
.btn_type05:hover
{
    background-color:#2e81ac;
}
.btn_type06:hover
{
    background-color:#e5e5e5;
}
.btn_type06
{
    border-radius: 3px;
    background-color:#fff ;
    padding: 8px 10px;
    font:13px Arial, Helvetica, sans-serif;
    border: none;
    cursor: pointer;
    text-align: center;
}

.flash-error {
    background-color: #a94442;
    color: white;
    font-weight: bold;
    padding: 5px;
    margin-top: 10px;
}

.text_form_float
{
    float: left;
}

.text_form {
    border: solid #c6c6c6 1px;
    border-radius: 3px;
    font: 14px Arial, Helvetica, sans-serif;
    color: #515151;
    width: 230px;
    margin-bottom: 10px;
    padding: 6px 10px 4px;
}

/* LOGIN */
.content_authentication_wrapper
{
    padding: 50px 0;
    margin: 0 auto;
}
.connect_authentication
{
    background:transparent url(/img/shadow_box_authentication.png) no-repeat center bottom;
    padding-bottom:28px;
    width: 360px;
    margin: 125px auto 0px auto;
}

.content_authentication_box {
    background: url(/img/motif_white.jpg);
    padding: 15px 0 30px 30px;
}

.content_authentication_box .help_btn_content {
    float: left;
    margin-left: 5px;
    margin-top: 5px;
}

.content_authentication_box h2 {
    padding-bottom: 30px;
}

.content_authentication_remind_me, .content_authentication_button {
    text-align: center;
}

.content_authentication_help {
    float: left;
    padding: 6px 5px;
}

.content_authentication_help_over {
    position: relative;
    z-index: 10000;
}

.contener_info {
    position: relative;
}

.authentication_btn {
    margin: auto;
}

.content_authentication_remind_me {
    line-height: 30px;
}

.forgeted_password a {
    text-decoration: underline;
}

.content_submit_remember {
    padding-bottom: 10px;
    padding-right: 30px;
}

.forgeted_password {
    text-align: right;
    padding-right: 30px;
}

.content_authentication_box_over, .content_tooltip_box_over {
    background: #fff;
    -moz-box-shadow: 0px 0px 6px #999;
    -webkit-box-shadow: 0px 0px 6px #999;
    box-shadow: 0px 0px 6px #999;
    border-radius: 3px;
    width: 220px;
    padding: 10px;
    position: absolute;
    margin-left: 45px;
    margin-top: -68px;
    visibility: hidden;
    z-index: 10000;
}

.content_authentication_arrow, .content_tooltip_arrow {
    left: -11px;
    position: absolute;
    top: 48px;
}

/* HEADER */

#header {
    width: 100%;
    border-bottom: 10px solid #ccc;
}

.header_top {
    background: #232F45;
    height: 40px;
}

.header_top_in {
    float: right;
}

.header_bottom {
    background: white;
    display: flex;
    padding: 20px 0 10px;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0 10px;
    margin: 0 auto;
}

.header_logo {
    display: inline-block;
}


.header_user_info_in {
    padding-bottom: 30px;
    text-align: left;
}

.header_user_info {
    background-color: #e8e8e8;
    float: right;
    height: 90px;
    padding: 10px;
    text-align: right;
    width: 220px;
}

.user_picture {
    float: left;
    padding-right: 10px;
}

.user_account {
    float: left;
}

.base_line {
    float: right;
    font-size: 13px;
}

.base_line span {
    display: block;
}

.language_fr {
    float: left;
    padding: 0 15px;
}

.language_uk {
    float: left;
}

.language_fr a img, .language_uk a img {
    display: block;
    margin: 10px 0;
}

/* FOOTER */

#footer {
    width: 100%;
}

.footer_top {
    background: #E0E0E0;
    padding: 10px 0 20px;
    margin-top: 25px;
}

.footer_contact_box, .footer_help_box, .footer_need_help, .footer_contact_support, .footer_btn_picto {
    float: left;
}

.footer_need_help {
    padding-right: 40px;
}

.footer_help_box {
    width: 50%;
}

.footer_help_box .footer_btn {
    height: 35px;
    padding: 5px 20px 10px 14px;
    width: 188px;
}

.footer_btn {
    background: #cccccc;
    border-radius: 5px;
    padding: 10px 20px;
    text-align: center;
    vertical-align: middle;
}

.text_type_btn {
    color: #000;
    font: 12px Arial,Helvetica,sans-serif;
}

.footer_logo {
    display: inline-block;
    padding-right: 30px;
}

.footer_adress {
    display: inline-block;
    padding-right: 0;
}

.footer_contact_box {
    min-height: 90px;
    width: 50%;
}

.know_more {
    display: block;
    margin-left: 145px;
    margin-top: 1%;
    width: 195px;
}

.footer_bottom {
    background: #232F45;
}

.footer_bottom_in {
    padding: 10px;
    text-align: center;
    vertical-align: middle;
}

.footer_bottom_in a {
    margin: 20px;
}

.bandeau_cookie {
    width: 100%;
    min-height: 50px;
    max-height: 100px;
    overflow:auto;
    background-color: #000000;
    position: fixed;
    top: 0;
     color:white;
    text-align: center;
    font: 12px Arial,Helvetica,sans-serif;
    line-height: 50px;
}

.bandeau_cookie p {
    color:white;
    text-align: center;
    line-height: 50px;
    margin:auto;
    width:80%;
}

.close_cookie{
    position: fixed;
    top: 0;
    height: 50px;
    right: 20px;
    width:70px; 
    cursor:pointer;
}


.close_cookie::after {
    content: "";
    width: 1px;
    height: 20px;
    z-index: 999;
    background-color: white;
    color: white;
    position: fixed;
    transform: rotate(45deg);
    margin-top: 14.5Px;
    cursor:pointer;
    margin-left: 20px;
}

.close_cookie::before {
    cursor:pointer;
    content: "";
    width: 1px;
    height: 20px;
    z-index: 999;
    background-color: white;
    color: white;
    position: fixed;
    transform: rotate(-45deg);
    margin-top: 14.5Px;
     margin-left: 20px;
}


.fadeOut {
  -webkit-animation-duration: 0.1s;
  animation-duration: 0.1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

.bodyMark {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeOut;
  animation-name: bodyMark;
}

@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    display:none;
  }
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    display:none;
  }
}

@-webkit-keyframes bodyMark {
  from {
    margin-top: 50px;
  }

  to {
    margin-top: 0px;
  }
}

@keyframes bodyMark {
  from {
    margin-top: 50px;
  }

  to {
    margin-top: 0px;
  }
}


@media(max-width:977px){
    .know_more{
        display: block;
        margin-left: 0px;
        margin-top: 1%;
        width: 195px;
    }
}


@media(max-width:550px){
.footer_help_box {
    width: 100%;
    margin-top: 25px;
}
}

body {
    min-width:320px;
}