/**
 * Place your custom styles here.
 */

.path-frontpage .content-main h2{
    position: relative;
    font-size: 28px;
    font-weight: bold;
    padding-bottom: 10px;
    color: #1d6ca1;
    text-transform: uppercase;
}
.path-frontpage .content-main h2:after{
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
    height: 4px;
    background: #fea100;
    width: 120px;
}

/**************** Header *******************/
.top-bar{
    background: #dddddd;
    padding: 10px 0;
}

#block-monespace, #block-anf-theme-search, #block-accesalinformation, #block-languagedropdownswitcher, #block-reseauxsociaux, #block-monespace-2 {
    float: right;
}
#block-republic img {
    float: left;
    margin: 3px 10px 0 0;
}
#block-republic span {
    display: inline-block;
    /*border-left: 1px solid #8a8a8a;*/
    padding-left: 10px;
    width: calc(100% - 55px);
    float: left;
    position: relative;
    font-size: 13px;
    line-height: 17px;
    /*font-weight: 600;*/
    font-weight: bold;
    color: #8e8e8e;
}
#block-republic span:before{
    content: "";
    height: 25px;
    width: 2px;
    background: #8a8a8a;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 5px;
}
#block-republic p{
    margin-bottom: 0;
}
#block-monespace a,
#block-monespace-2 .menu a{
    display: inline-block;
    background: #fea100;
    color: #fff;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    padding: 0 10px 0 32px;
    line-height: 28px;
    font-size: 13px;
    position: relative;
}
#block-monespace a:before,
#block-monespace-2 .menu a:before{
    left: 7px;
    position: absolute;
    top: 5px;
    content: "\f007";
    font: normal normal normal 14px/1 FontAwesome;
    color: #fff;
    font-size: 15px;
    width: 18px;
    height: 18px;
    border-right: 1px solid #fff;
    z-index: 10;
    line-height: 18px;
}
#block-monespace a:hover ,
#block-monespace-2 .menu a:hover {
    background: #f09c09;
    text-decoration: none;
}
#block-monespace-2 {
    margin-top: -3px;
}
#block-monespace-2 .menu {
    margin: 0;
    padding-top: 0 !important;
}
#block-monespace-2 .menu .menu-item {
    padding-top: 0;
    margin-bottom: 2px;
}
.user-logged-in.toolbar-fixed #block-monespace-2 .menu .menu-item:first-child ,
.user-logged-in.toolbar-vertical #block-monespace-2 .menu .menu-item:first-child {
    display: none;
}

#block-anf-theme-search .form-actions{
    display: none;
}
#block-languagedropdownswitcher {
    border-right: 1px solid #969595;
    border-left: 1px solid #969595;
    margin: 0 10px;
    width: 52px;
}

#block-accesalinformation a {
    font-weight: bold;
    font-size: 14px;
    color: #8e8e8e;
    border-bottom: 1px solid #fea100 ;
}
#block-accesalinformation a:hover{
    border-color: transparent;
    /*color: #fea100;*/
    text-decoration: none;
}


.top-bar ul.menu {
    padding-top: 5px !important;
}
.fixed-header-enabled.onscroll .header__section ul.menu ul.menu.dropdown-menu{
    padding-top: 0 !important;
}

.socials a{
    color: #258bcf;
    font-size: 22px;
    transition: all .2s ease-in-out;
}

.socials a.social-facebook{
    color: #3b5999;
}
.socials a.social-twitter{
    color: #55acee;
}
.socials a.social-youtube{
    color: #cd201f;
}
.socials a.social-share{
    color: #0077b5;
}
.socials a:hover i{
    /*opacity: .7;*/
    transform: scale(1.2)
}
.socials ul li{
    display: inline-block;
    margin: 0 10px;
}
#block-languagedropdownswitcher select {
    background: #dddddd;
    border: 0;
    width: 40px !important;
    margin: 0 5px;
    color: #a3a3a3;
}
.header_first{
    /*margin-top: 10px;*/
}
.header_second {
    padding: 20px 0;
}
.header_first p{
    margin-bottom: 0;
}
.header_first a:hover{
    opacity:0.7;
    filter:alpha(opacity=70);
}
#block-anf-theme-search{
    margin-left: 20px;
    position: relative;
}
#block-anf-theme-search input[type="search"],
#block-anf-theme-search input[type="text"]{
    display: block;
    width: 200px;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    /*color: #258bcf;*/
    color: #fea100;
    background-color: #fff;
    background-image: none;
    /*border: 2px solid #258bcf;*/
    border: 2px solid #fea100;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

#block-anf-theme-search:after{
    content: "\f002";
    position: absolute;
    right: 7px;
    top: 5px;
    font-family: FontAwesome;
    font-size: 18px;
    /*color: #258bcf;*/
    color: #fea100;
}
/*form placeholder*/
#block-anf-theme-search ::-webkit-input-placeholder ,
.content-home ::-webkit-input-placeholder {
    color: #fea100;
}
#block-anf-theme-search :-moz-placeholder ,
.content-home :-moz-placeholder {
    color: #fea100;
}
#block-anf-theme-search ::-moz-placeholder ,
.content-home ::-moz-placeholder {
    color: #fea100;
}
#block-anf-theme-search :-ms-input-placeholder ,
.content-home :-ms-input-placeholder {
    color: #fea100;
}

#block-anf-theme-search ::-webkit-input-placeholder{
    font-style: italic;
}
#block-anf-theme-search :-moz-placeholder{
    font-style: italic;
}
#block-anf-theme-search ::-moz-placeholder{
    font-style: italic;
}

#block-anf-theme-search :-ms-input-placeholder{
    font-style: italic;
}
/*.header_second{
    padding-top: 20px;
}
.header_first{
    padding-top: 10px;
}*/
.header_first p, .header_top_second p{
    margin-bottom: 0;
}
.header_top_second{
    padding-top: 6px;
}

/*************** Navigation *****************/
.main-menu {
    background: #258bcf;
    text-align: center;
    position: relative;
}

.main-menu #block-anf-theme-main-menu ul.menu {
    text-align: center;
    margin-bottom: 0;
}
.main-menu #block-anf-theme-main-menu ul.menu li{
    display: inline-block;
    padding-top: 0;
    position: static;
}
.main-menu #block-anf-theme-main-menu ul.menu li a{
    color: #fff;
    text-transform: uppercase;
    padding: 14px 20px;
    font-size: 15px;
    font-weight: 500;
    display: block;
}
.main-menu #block-anf-theme-main-menu ul.menu li a i{
    font-size: 12px;
}
.main-menu #block-anf-theme-main-menu ul.menu li a:hover,
.main-menu #block-anf-theme-main-menu ul.menu li.open > a{
    /*color: #fea100;*/
    text-decoration: none;
    background: #1d6ca1;
}
.main-menu #block-anf-theme-main-menu ul.menu li:first-child a{
    padding-left: 0;
}
/*.main-menu #block-anf-theme-main-menu ul.menu li:last-child a{
    padding-right: 0;
}*/
.main-menu #block-anf-theme-main-menu ul.menu li:first-child a:hover{
    background: transparent;
}
.main-menu #block-anf-theme-main-menu ul.menu li:first-child svg {
    margin: -2px 0;
}

.main-menu #block-anf-theme-main-menu ul.menu ul.menu.dropdown-menu {
    padding: 6px 0;
    margin: 0;
    font-size: 14px;
    text-align: left;
    border: 0;
    width: 100%;
    margin-left: 0;
    background-color: #1d6ca1;
    border-radius: 0;
    -webkit-box-shadow: 0 0 0 rgba(0,0,0,.175);
    box-shadow: 0 0 0 rgba(0,0,0,.175);
    z-index: 10;
}

.main-menu #block-anf-theme-main-menu ul.menu .open>ul.menu.dropdown-menu{
    display: block;
}
.sub-menu {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    width: 1170px;
    max-width: 100%;
}
.main-menu #block-anf-theme-main-menu ul.menu li ul.menu a {
    text-transform: inherit;
    padding: 6px 15px;
    font-weight: normal;
}
.main-menu #block-anf-theme-main-menu ul.menu li ul.menu a:hover {
    background: #258bcf;
}

/**************** Home page ****************/
.path-frontpage .page-title {
    display: none;
}
.content-home{
    background:#258bcf;
    color: #fff;
    padding: 20px 0 30px;
}

.path-frontpage #block-webform{
    float: right;
    width: 40%;
    margin-top: 80px;
}
.path-frontpage #block-webform label {
    font-weight: normal;
    font-size: 18px;
    margin-bottom: 10px;
    display: block;
    margin-right: -62px;
    /* width: 500px; */
    max-width: inherit;
}
.path-frontpage #block-webform input[type="email"] {
    width: 100%;
    padding: 0px 12px 0 45px;
    font-size: 14px;
    /*line-height: 1.42857143;*/
    color: #258bcf;
    background-color: #c0ddf1;
    background-image: none;
    border: 0px solid #258bcf;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    /*-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);*/
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    display: inline-block;
    height: 60px;
    line-height: 60px;
    font-weight: 500;
}
.path-frontpage #block-webform{
    position: relative;
    z-index: 1;
}
.path-frontpage #block-webform:before {
    content: '\f0e0';
    font-family: FontAwesome;
    color: #fea100;
    position: absolute;
    bottom: 35px;
    left: 20px;
    z-index: 10;
}
.path-frontpage #block-webform input[type="submit"] {
    background: #fea100;
    padding: 0px 12px;
    display: inline-block;
    border: 0;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    font-size: 14px;
    height: 60px;
    line-height: 60px;
    text-transform: uppercase;
}
.path-frontpage #block-webform input[type="submit"]:hover{
    opacity:0.7;
    filter:alpha(opacity=70);
}
.path-frontpage #block-webform .form-type-email {
    /*width: 342px;*/
    margin-right: 10px;
    width: calc(100% - 118px);
    /*max-width: 100%;*/
}

.path-frontpage #block-webform .form-type-email ,
.path-frontpage #block-webform .form-actions {
    display: inline-block;
}


#block-lanfenbref{
    float: left;
    width: 50%;
}
#block-lanfenbref h3 {
    color: #fff;
}
.top-services {
    background: #fff;
    padding: 30px 0 35px;
}
.slider-services {
    background: #f7f6f6;
    padding: 28px 0 20px;
}
.navbar-toggle .icon-bar{
    background: #ccc;
}
.nos-services img{
    width: 70px;
    height: auto;
    max-width: 100%;
}
.nos-services .views-field-field-icone-service{
    float: left;
    margin-right: 15px;
}
.nos-services .slick__slide{
    position: relative;
}
.nos-services .views-field-field-lien,
.nos-services .views-field-field-lien-service{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 10;
}
.nos-services .views-field-field-lien a,
.nos-services .views-field-field-lien-service a{
    display: block;
    width: 100%;
    height: 100px;
    opacity: 0;
}
.nos-services .views-field-title {
    color: #1d6ca1;
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 10px;
    margin-top: 0;
    line-height: 18px;
}
.nos-services .views-field-body {
    font-size: 12px;
    color: #737373;
    line-height: 14px;
}
.nos-services .hover .views-field-title,
.nos-services .lide__grid:hover .views-field-title{
    color: #258bcf;
}
.nos-services .hover .views-field-body,
.nos-services .lide__grid:hover .views-field-body{
    color: #258bcf;
}

.nos-services .slick-prev:before {
    /*content: '\f053';
    font-family: FontAwesome;
    color: #fea100;*/
    content: "";
    background: url("../../images/prev.png") no-repeat left top / 22px auto;
    width: 26px;
    height: 30px;
    display: block;
}
.nos-services .slick-next:before {
    /*content: '\f054';
    font-family: FontAwesome;
    color: #fea100;*/
    content: "";
    background: url("../../images/next.png") no-repeat left top / 22px auto;
    width: 26px;
    height: 30px;
    display: block;
}

.path-frontpage .content-main .nos-services .top-services h2{
    margin: 0;
}
.path-frontpage .content-main .content-home h2{
    color: #fff;
}
#block-views-block-nos-services-slider-services {
    /*padding: 0 35px;*/
}
/********************** Formulaires *********************/

.page-node-type-webform .content-main article > footer.node__meta{
    display: none;
}
.page-node-type-webform .content-main h2.webform-section-title {
    display: none;
}
.page-node-type-webform .content-main section {
    padding: 10px 25px;
    background: #f7f6f6;
}
.page-node-type-webform .content-main section h3,
.page-node-type-webform .content-main section legend {
    margin-left: 20px;
}
.page-node-type-webform .content-main section .form-composite > legend {
    margin-left: 0;
}
.page-node-type-webform .content-main section section {
    padding: 0;
}
/*.webform-flex--container > .form-item > label:not(".input-file-trigger") {*/
.page-node-type-webform label ,
#node-conseil-d-administration-form label,
#node-commission-perspective-techno-form label,
.webform-flex--container .form-item > label ,
.webform-flex--container .form-type-webform-document-file > label{
    color: #666666;
    font-size: 15px;
    font-weight: normal;
    margin-bottom: 8px;
    display: block;
}
.webform-flex--container > .form-item.webform-type-radios legend,
.form-composite > legend{
    color: #666666;
    font-size: 15px;
    font-weight: normal;
    margin-bottom: 4px;
    border-bottom: 0;
}
.form-composite > legend{
    /*margin-bottom: -6px;*/
    margin-bottom: 4px;
}
.bef-exposed-form .form-composite > legend{
    margin: 0;
}
.page-node-type-webform .content-main .form-item input[type="text"],
.page-node-type-webform .content-main .form-item input[type="email"],
.page-node-type-webform .content-main .form-item input[type="email"],
.page-node-type-webform .content-main .form-item input[type="date"],
.page-node-type-webform .content-main .form-item input[type="number"],

.page-node-type-webform .content-main .form-item select {
    background: #fff;
    border: 0;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    height: 34px;
    padding: 0 15px;
    color: #666666;
    font-size: 14px;
    width: 100%;
}
.page-node-type-webform .content-main .form-item input[type="tel"]{background: #fff;
    border: 0;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    height: 34px;
    padding: 0 45px;
    color: #666666;
    font-size: 14px;
    width: 100%;}
.page-node-type-webform .content-main .form-item  textarea {
    background: #fff;
    border: 0;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    /*height: 34px;*/
    padding: 5px 6px;
    color: #666666;
    font-size: 14px;
    width: 100%;
}
.webform-flex--container > .form-item.form-type-radio{
    display: inline-block;
}
.webform-flex--container > .form-item fieldset legend {
    border-bottom: 0;
}
.webform-flex--container > .form-item ::-webkit-input-placeholder{
    color: #d3d3d3;
}
.webform-flex--container > .form-item :-moz-placeholder{
    color: #d3d3d3;
}
.webform-flex--container > .form-item ::-moz-placeholder{
    color: #d3d3d3;
}

.webform-flex--container > .form-item :-ms-input-placeholder{
    color: #d3d3d3;
}
.page-node-type-webform .content-main #edit-actions{
    text-align: right;
}
#user-login-form #edit-actions {
    text-align: center;
}
.page-node-type-webform .content-main #edit-actions input,
#user-login-form #edit-actions input,
.user-register-form #edit-actions input,
.page-node-type-webform .content-main #edit-actions a ,
.atualite .more-link a {
    color: #fff;
    background: #fea100;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    display: inline-block;
    padding: 0 18px;
    height: 38px;
    line-height: 38px;
    font-size: 15px;
    border: 0;
}
.page-node-type-webform .content-main #edit-actions #edit-actions-reset,
.page-node-type-webform .content-main #edit-actions input.webform-button--reset ,
.user-register-form #edit-actions input.btn-reset,
.page-node-type-webform .content-main #edit-actions a {
    background: #1d6ca1;
}
.page-node-type-webform .content-main #edit-actions a:hover,
#user-login-form #edit-actions input:hover,
.page-node-type-webform .content-main #edit-actions input:hover ,
.atualite .more-link a:hover {
    opacity: .8;
    text-decoration: none;
}

.page-node-type-webform .content-main form h2 {
    font-size: 22px;
    font-weight: bold;
    color: #1d6ca1;
    text-transform: uppercase;
    border-left: 5px solid #fea100;
    padding-left: 10px;
    line-height: 18px;
}

.page-node-type-webform .content-main form .form-checkboxes .form-item, .page-node-type-webform .content-main form .form-radios .form-item {
    /*margin-top: 0.4em;
    margin-bottom: 0.4em;*/
    display: inline-block;
    margin-right: 50px;
}

#webform-submission-service-radio-fh-node-571-add-form #edit-flexbox-05 .webform-flex.webform-flex--0 ,
#webform-submission-service-radio-fh-node-571-add-form #edit-flexbox-08 .webform-flex.webform-flex--0 ,
#webform-submission-service-radio-fh-prive-node-101-add-form #edit-flexbox-05 .webform-flex.webform-flex--0 ,
#webform-submission-service-radio-fh-prive-node-101-add-form #edit-flexbox-08 .webform-flex.webform-flex--0 {
     margin-left: 20px;
 }
#webform-submission-service-radio-fh-node-571-add-form #edit-flexbox-08 .webform-flex.webform-flex--0 input ,
#webform-submission-service-radio-fh-node-571-add-form #edit-flexbox-05 .webform-flex.webform-flex--0 input ,
#webform-submission-service-radio-fh-prive-node-101-add-form #edit-flexbox-05 .webform-flex.webform-flex--0 input ,
#webform-submission-service-radio-fh-prive-node-101-add-form #edit-flexbox-08 .webform-flex.webform-flex--0 input {
    width: 312px;
}

/* Masquer le bouton radio d'origine */
input[type=radio],
input[type=checkbox]{
    display: none;
}
/* Affichage par défaut du bouton radio personnalisé */
input[type=radio] + label:before ,
input[type=checkbox] + label:before {
    background: #fff;
    border: 2px solid #ddd;
    border-radius: 35%;
    margin-top: -3px;
    margin-right: 6px;
    display: inline-block;
    vertical-align: middle;
    content: '';
    width: 22px;
    height: 22px;
}
input[type=checkbox] + label:before {
    text-align: center;
    line-height: 17px;
    font-weight: bold;
}
/* Affichage du bouton radio personnalisé quand il est sélectionné */
input[type=radio]:checked + label:before  {
    background: #1d6ca1;
    /*border-color: #fb8819;*/
    box-shadow: inset 0px 0px 0px 3px #fff;
}
input[type=checkbox]:checked + label:before {
    content: '✔';
    color: #1d6ca1;
}
/*label{
    cursor:pointer;
}*/

label.option {
    display: inline;
    font-weight: normal;
    font-size: 14px;
}

.input-file-container {
    position: relative;
    width: 500px;
    /*padding-bottom: 100px;*/
}
.js .input-file-trigger/*, .form-type-webform-document-file .form-submit*/ {
    display: block;
    padding: 0 45px;
    background: #979797;
    color: #fff !important;
    font-size: 14px;
    transition: all .4s;
    cursor: pointer;
    width: 200px;
    float: right;
    height: 34px;
    line-height: 34px;
    border: 0;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
/*.form-type-webform-document-file .form-submit{
    font-size: 16px;
    display: block;
    padding: 0 45px;
    background: #979797;
    color: #fff;
    transition: all .4s;
    cursor: pointer;
    width: 200px;
    float: right;
    height: 34px;
    line-height: 34px;
    border: 0;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}*/
.js .input-file {
    position: absolute;
    top: 0; left: 0;
    width: 500px;
    opacity: 0;
    padding: 14px 0;
    cursor: pointer;
    height: 90px;
}
.js .input-file:hover + .input-file-trigger,
.js .input-file:focus + .input-file-trigger,
.js .input-file-trigger:hover,
.js .input-file-trigger:focus {
    background: #979797;
    color: #fff;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

.file-return {
    margin: 0;
}
.file-return:not(:empty) {
    margin: 1em 0;
}
.js .file-return/*, .file--application-pdf*/ {
    /*font-style: italic;
    font-size: .9em;
    font-weight: bold;*/
    background: #fff;
    border: 0;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    height: 34px;
    padding: 0 15px;
    color: #666666;
    font-size: 14px;
    width: 270px;
    margin-top: -14px;
}
.file--application-pdf {
    margin-top: 0;
}
.file--application-pdf a{
    line-height: 34px;
}
.js .file-return:not(:empty):before {
    content: "Selected file: ";
    font-style: normal;
    font-weight: normal;
    display: none;
}

.js-webform-document-file{
    margin-top: -8px;
}
.form-type-webform-document-file label {
    height: 30px;
}
.input-file-container .description, .form-type-webform-document-file .description {
    position: absolute;
    bottom: -105px;
    left: 0;
    display: none;
}

.form-type-webform-document-file{
    width: 500px;
}

/******* Divers ***************/
.act-front .box {
    display: none;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}
.act-front:hover .box {
    display: block;
}
#block-views-block-actualites-block-1 img{
    width: 100%;
}
.path-frontpage .view-id-actualites .col-md-4 {
    margin-bottom: 30px;
}
.act-front.actu-orange .box {
    background: #fea100;
}
.more-link {
    display: block;
    text-align: center;
    clear: both;
}
.atualite .more-link {
    margin-bottom: 30px;
}
.page-node-type-article .field--type-image {
    float: left;
    margin: 0 30px 30px 0;
    max-width: 30%;
}

.bef-exposed-form input[type=radio] + label:before,
.bef-exposed-form input[type=radio]:checked + label:before {
    display: none;
}
.bef-exposed-form .form--inline .form-item.form-type-radio {
    float: left;
    color: #fff;
    margin: 0;
}
/*.bef-exposed-form .form--inline .form-item.form-type-radio label {
    background: #0a6fb4;
    float: left;
    padding: 20px 15px;
    color: #fff;
    position: relative;
   margin: 0;
}*********/
.bef-exposed-form .form--inline .form-item.form-type-radio label {
    background: #0a6fb4;
    padding: 16px 15px;
    color: #fff;
    position: relative;
    margin: 0;
    display: block;
}
.bef-exposed-form .form--inline .form-item.form-type-radio label:after {
    content: "";
    width: 1px;
    height: 37px;
    background: #fff;
    right: 0;
    top: 8px;
    z-index: 10;
    display: block;
    position: absolute;
}
.bef-exposed-form .form--inline .form-item.form-type-radio:last-child label:after {
    display: none;
}
/*.path-texte-juridiques .bef-exposed-form .form--inline .form-item.form-type-radio:last-child label:after {
    display: block;
}*/
.bef-exposed-form .form--inline > fieldset.form-item{
    margin: 0;
}
.bef-exposed-form .form--inline .form-item.form-type-radio  input[type=radio]:checked + label {
    color: #258bcf;
    background: #fff;
    margin-left: -1px;
    margin-right: -1px;
    -webkit-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.08);
    -moz-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.08);
    box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.08);
}
/*.bef-exposed-form .form--inline .form-item.form-type-radio label {
    color: #258bcf;
    background: #fff;
    margin-left: -2px;
    -webkit-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.08);
    -moz-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.08);
    box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.08);
}*/
.bef-exposed-form .form--inline .form-item.form-type-radio:first-child input[type=radio]:checked + label {
    margin-left: 0;
    margin-right: 0;
}
.bef-exposed-form .form--inline .form-item.form-type-radio input[type=radio]:checked + label:after{
    background: orange;
    height: 2px;
    width: 100%;
    top:0;
    position: absolute;
    left: 0;
    content: "";
    display: block !important;
}
.bef-exposed-form .form--inline #edit-field-categorie-target-id--wrapper ,
.bef-exposed-form .form--inline #edit-field-categorie-target-id {
    margin: 0;
}
.bef-exposed-form .form--inline > .form-item {
    margin: 0;
}

.path-texte-juridiques #main  {
    padding-bottom: 30px;
}

#block-views-block-actualites-block-1 .view-content {
    margin: 0 -15px;
}
.path-texte-juridiques .form-radios {
    height: 52px !important;
}
#views-exposed-form-texte-juridiques-page-1 {
    height: 52px;
}

.is-red {
    background: red;
}

.path-texte-juridiques .view-texte-juridiques input[type="text"]{
    display: block;
    width: 200px;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #fea100;
    background-color: #fff;
    background-image: none;
    border: 2px solid #fea100;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.path-texte-juridiques .view-texte-juridiques .form-item-keys {
    background: transparent;
    height: auto;
    float: right;
    position: relative;
    padding: 8px 0 0 0;
}
.path-texte-juridiques .view-texte-juridiques .form-item-keys:before{
    color: #fea100;
    right: 10px;
    top: 14px;
    position: absolute;
    font-size: 18px;
}


#user-login-form .description {
    display: none;
}

#user-login-form label {
    display: none;
}
#user-login-form input[type="text"] ,
#user-login-form input[type="password"] {
    width: 300px;
}
#user-login-form {
    /*display: inline-block;
    background: #f7f6f6;
    padding: 20px;
    margin-bottom: 30px;*/
    text-align: left;
}

#user-login-form .form-item input {
    border: 1px solid #f3f3f3;
    height: 44px;
    border-bottom: 2px solid #fea100;
    padding: 0 20px 0 50px;
    font-weight: 100;
    font-family: 'Roboto', sans-serif;
}
#user-login-form .form-item input[type="password"] {
    border-bottom-color: #1d6ca1;
}

#views-form-consulter-reclamations-page-1 #edit-header ,
#views-form-consulter-reclamations-page-1 .form-actions {
    display: none;
}

#views-form-consulter-reclamations-page-1 table ,
.path-liste-reclamations #main table {
    margin-bottom: 30px;
}

.act-front .box .act-title-front{
    display: none;
    margin-bottom: 10px;
    max-height: 114px;
    overflow: hidden;
}

#main .act-front .box:hover .act-title-front {display: block;}
#main .act-front .box:hover .desc-act-front {
    bottom: inherit;
    margin-bottom: 20px;
    max-height: 88px;
    overflow: hidden;
}
#main .act-front .box {
    padding-top: 18%;
}
#main .act-front .box .act-title-front a {
    text-transform: inherit;
}
.view-banner-interne .views-field-title{
    margin: 8% 0 0 15%;
    background: #3e3d3d8c;
    padding: 1% 8% 1% 1%;
    position: absolute;
    z-index: 10;
    font-weight: 700;
    color: #fff;
    font-size: 30px;
    text-transform: uppercase;
}

/******************* Banner ***********************/

.slideshow .item img {
    width: 100%;
}

.slideshow {
    position: relative;
    z-index: 1;
    height: 100%;
    /*max-width: 700px;
    margin: 50px auto;*/
}
.slideshow * {
    outline: none;
}
.slideshow .slider {
    /*box-shadow: 0 20px 50px -25px black;*/
}
.slideshow .item {
    height: 100%;
    position: relative;
    z-index: 1;
    float: left;
}
.slideshow .item .views-field-body{
    margin: 8% 0 0 15%;
    background: #3e3d3d8c;
    padding: 1% 8% 1% 1%;
    position: absolute;
    z-index: 10;
}
.slideshow .item .views-field-body p{
    font-weight: 700;
    color: #fff;
    font-size: 30px;
    text-transform: uppercase;}
.slideshow .item .views-field-body p span{color:#fea100; }

.slideshow .slider-track {
    /*-webkit-transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
    transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);*/
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.slideshow .item img {
    width: 100%;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    /*-webkit-transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
    transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
    -webkit-transform: scale(1.3);
    transform: scale(1.3);*/
}
.slideshow .item.slick-active img {
    /*-webkit-transform: scale(1);
    transform: scale(1);*/
    -webkit-animation: cssAnimation 8s 1 ease-in-out forwards;
    animation: cssAnimation 8s 1 ease-in-out forwards;
}
/*.slideshow .slick-prev, #block-views-block-banner-block-1 .slick-next{background: #fff !important;}*/
.slideshow .slick-prev:before{content: "\f053" !important;
    color: #fff !important; font-family: FontAwesome;font-size: 15px}
.slideshow .slick-next:before{content: "\f054" !important;
    color: #fff !important; font-family: FontAwesome;
    font-size: 15px}
.slideshow .slick-arrow{
    margin: 0  !important;
    border: 0;
    border-radius: 50%;
    font-size: 0;
    height: 42px;
    pointer-events: auto;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 42px;
    background-color: rgba(255, 255, 255, 0.37);
    z-index: 10;
}

.slick-next {
    right: 15px;
}
.slick-prev {
    left: 15px;
}
/*.slider-services .slick-next {
    right: -35px;
}
.slider-services .slick-prev {
    left: -35px;
}*/

/*@keyframes cssAnimation {
    from {
        -webkit-transform: scale(1) translate(0px);
    }
    to {
        -webkit-transform: scale(1.3) translate(0px);
    }
}
@-webkit-keyframes cssAnimation {
    from {
        -webkit-transform: scale(1) translate(0px);
    }
    to {
        -webkit-transform: scale(1.3) translate(0px);
    }
}*/

/************** Page recrutements ****************/
.path-recrutements .content-main h2 ,
.path-liste-recrutements .content-main h2 {
    font-size: 22px;
    font-weight: bold;
    color: #1d6ca1;
    text-transform: uppercase;
    border-left: 5px solid #fea100;
    padding-left: 10px;
    line-height: 18px;
}

.path-recrutements .content-main .view-content,
.path-liste-recrutements .content-main .view-content{
    padding: 10px 25px;
    background: #f7f6f6;
    margin-bottom: 30px;
}
.path-recrutements .content-main .views-row,
.path-liste-recrutements .content-main .views-row{
    border-bottom: 2px solid #e2ebf2;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.path-recrutements .content-main .views-row:last-child,
.path-liste-recrutements .content-main .views-row:last-child{
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 10px;
}
.path-recrutements .content-main .views-row .views-label,
.path-liste-recrutements .content-main .views-row .views-label{
    float: left;
    margin-right: 5px;
    font-weight: bold;
}
.path-recrutements .content-main .created-poste,
.path-liste-recrutements .content-main .created-poste{
    color: #fea100;
    font-size: 14px;
    font-weight: normal;
    text-transform: none;
}
.path-recrutements .content-main .type-recru,
.path-liste-recrutements .content-main .type-recru{
    color: #258ad0;
    font-size: 14px;
    font-weight: bold;
    text-transform: none;
}
.action-buttons {
    /*margin-top: 10px;*/
    text-align: right;
    padding-bottom: 5px;
}
.action-buttons a {
    border: 1px solid #cecece;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    display: inline-block;
    padding: 0 10px;
    height: 30px;
    line-height: 30px;
    color: #258bd3;
    font-size: 15px;
}
.action-buttons a+a {
    margin-left: 10px;
}
.action-buttons a:hover{
    background: #258bd3;
    color: #fff;
    border-color: #258bd3;
    text-decoration: none;
}
.path-actualites .view-actualites .views-row ,
.path-evenements .view-evenement .views-row {
    border-bottom: 2px solid #dddddd;
    padding-bottom: 30px;
    margin-bottom: 30px;
}

.img_anf_act, .desc-act {
    margin-bottom: 30px;
}

/******************* Qualité ********************/

.path-notre-qualite .view-qualite .views-field-field-image {
    float: left;
    margin: 0 20px 10px 0;
}
.path-notre-qualite .view-qualite .views-row {
    border-bottom: 1px solid #dddddd;
    padding-bottom: 20px;
    margin-bottom: 30px;
}
.pager li.pager__item--first,
.pager li.pager__item--last {
    display: none;
}

/********************** Accès à l'information *****************************/
.divLeft ,
#block-views-block-menu-acces-a-l-information-block-1 ,
#block-views-block-contenue-planification-block-1 {
    float: left;;
    width: 30%;
}
#block-views-block-formulaires-formulaires-block-1 ,
.divRight,
.divLeft+#block-anf-theme-content{
    float: right;
    padding-left: 20px;
    border-left: 2px solid #e9f3fa;
    width: calc(70% - 20px);
    margin-bottom: 20px;
}
.divLeft .views-row ,
#block-views-block-menu-acces-a-l-information-block-1 .views-row ,
#block-views-block-contenue-planification-block-1 .views-row {
    margin-bottom: 20px;
}
.divLeft .views-row a,
#block-views-block-menu-acces-a-l-information-block-1 .views-row a,
#block-views-block-contenue-planification-block-1 .views-row a{
    display: block;
    border: 2px solid #1d6ca1;
    padding: 7px 15px;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 18px;
    color: #1d6ca1;
    line-height: 18px;
}
.divLeft .views-row a:hover ,
.divLeft .views-row a.active,
#block-views-block-menu-acces-a-l-information-block-1 .views-row a:hover ,
#block-views-block-menu-acces-a-l-information-block-1 .views-row a.active,
#block-views-block-contenue-planification-block-1 .views-row a:hover ,
#block-views-block-contenue-planification-block-1 .views-row a.active {
    /*background: #1d6ca1;
    color: #fff;*/
    text-decoration: none;
    border-color: #fea100;
}
#block-views-block-formulaires-formulaires-block-1 .view-formulaires{
    background: #f6f5f5;
    padding: 20px;
}

#block-views-block-formulaires-formulaires-block-1 .view-formulaires .views-row {
    border-bottom: 2px solid #e1eaf1;
    padding-bottom: 20px;
    margin-bottom: 20px;
    min-height: 60px;
}
/*#block-views-block-formulaires-formulaires-block-1 .view-formulaires .views-field-nothing {
    /*text-align: right;*/
/*}*/
#block-views-block-formulaires-formulaires-block-1 .view-formulaires .views-field-title {
    float: left;
    margin-top: 5px;
}
#block-views-block-formulaires-formulaires-block-1 .view-formulaires .views-field-nothing ,
#block-views-block-formulaires-formulaires-block-1 .view-formulaires .views-field-field-documents {
    float: right;
}
#block-views-block-formulaires-formulaires-block-1 .view-formulaires .views-field-nothing .field-content,
#block-views-block-formulaires-formulaires-block-1 .view-formulaires .views-field-field-documents .field-content{
    display: block;
}
#block-views-block-formulaires-formulaires-block-1 .view-formulaires .views-field-nothing a,
#block-views-block-formulaires-formulaires-block-1 .view-formulaires .views-field-field-documents a{
    border: 1px solid #cecece;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    display: inline-block;
    padding: 3px 13px;
    line-height: 30px;
    color: #258bd3;
    font-size: 15px;
    background: #fff;
}
#block-views-block-formulaires-formulaires-block-1 .view-formulaires a:before {
    content: '\f019';
    font-family: FontAwesome;
    margin-right: 5px;
    display: inline-block;
}
#block-views-block-formulaires-formulaires-block-1 .view-formulaires .views-row:last-child {
    margin-bottom: 0;
    border-bottom: 0;
    padding-bottom: 0;
    min-height: 45px;
}
#main .views-table ,
#main table {
    width: 100%;
}
#main .views-table tr th ,
#main .views-table tr td ,
#main table tr th ,
#main table tr td {
    padding: 6px 10px;
    border: 0;
    /*text-align: center;*/
}
#main .views-table tr th ,
#main table tr th {
    background: #258bcf;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    padding: 10px;
    border-bottom: 5px solid #fff;
}
#main .views-table tbody{
    /*border: 1px solid #ddd;
    padding: 3px;*/
}
#main .views-table tr td ,
#main table tr td {
    background: #f6f5f5;
    border-bottom: 2px solid #fff;
}



/****************************** Organigramme ******************************/
.line {
    text-align: center;
    /*margin-bottom: 10px;*/
}
.line .views-row{
    display: inline-block;
    padding: 3px;
    border: 1px solid #439bd5;
    max-width: 23%;
    margin: 30px 10px;
    line-height: 16px;
    font-size: 14px;
    font-weight: 500;
    /*height: 54px;*/
    height: 70px;
    vertical-align: top;
    min-width: 18%;
    position: relative;
    color: #439bd5;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
.line2 .views-row , .line3 .views-row{
    max-width: 20%;
}
.sep-org {
    width: 70%;
    height: 1px;
    background: #439bd5;
    margin-left: 15%;
    position: relative;
}
.sep-org:before{
    position: absolute;
    top: 0;
    height: 32px;
    width: 1px;
    background: #52a2d7;
    content: "";
    left: 0;
}
.sep-org:after{
    position: absolute;
    top: 0;
    height: 32px;
    width: 1px;
    background: #52a2d7;
    content: "";
    right: 0;
}
.line2 .views-row:nth-child(2) , .line3 .views-row:nth-child(2) {
    /*margin-right: 50px;*/
}
.line2 .views-row:nth-child(3n+3) , .line3 .views-row:nth-child(3n+3) {
    /*margin-left: 50px;*/
    margin-right: 90px;
}
.line .views-row+.views-row:before{
    position: absolute;
    top: -31px;
    height: 31px;
    width: 1px;
    background: #52a2d7;
    content: "";
    left: 50%;
}

.line .views-row:last-child:before{
    display: none;
}

/*#block-views-block-organigramme-block-1 h3 {
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    color: #1d6ca1;
    position: relative;
    margin-bottom: 15px;
}*/



#block-views-block-organigramme-block-1{
    clear: both;
}

.view-presentation .views-field-body{
    float: left;
    width: 55%;
}
.view-presentation .views-field-field-image{
    float: right;
    width: 42%;
}
.view-presentation .field-content img {
    margin-bottom: 30px;
}

#block-views-block-organigramme-block-1 {
    padding: 20px 0;
    background: #f7f6f6;
}
.title-organigramme {
    text-align: center;
    position: relative;
    padding-bottom: 20px;
}
.title-organigramme h3 {
    display: inline-block;
    padding: 3px;
    border: 1px solid #439bd5;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    text-transform: none;
    font-size: 16px;
    font-weight: 500;
}
.title-organigramme h3 span {
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    display: block;
    color: #fff;
    background: #fea100;
    padding: 10px 15px;
    height: 35px;
}

.title-organigramme:before{
    position: absolute;
    top: 59px;
    height: 301px;
    width: 1px;
    background: #52a2d7;
    content: "";
    left: 50%;
}
.line1 .views-row:nth-child(2) {
    width: 20.8%;
}

.element-organigramme {
    display: block;
    /*border: 1px solid red;*/
    padding: 8px 12px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    /*height: 46px;*/
    height: 62px;
}
.line1 .views-row {
    border-color: #fea100;
}
.line1 .element-organigramme{
    background: #52a2d7;
    color: #fff;
}

/*************** Page register créer un compte *******************/

/*.user-register-form .form-wrapper ,*/
#node-conseil-d-administration-form .form-wrapper ,
#node-commission-perspective-techno-form .form-wrapper ,
#user-pass .form-wrapper ,
#user-pass {
    padding: 10px 25px;
    background: #f7f6f6;
    border: 0;
}
#user-pass {
    margin-bottom: 30px;
    padding-top: 30px;
}
#user-pass input[type="text"] ,
.user-register-form input[type="text"] ,
.user-register-form input[type="password"] ,
.user-register-form input[type="date"] ,
.user-register-form input[type="email"] ,
.user-register-form input[type="number"] ,
.user-register-form input[type="telephone"] ,
.user-register-form select,
#node-conseil-d-administration-form .form-wrapper input[type="text"] ,
#node-conseil-d-administration-form .form-wrapper input[type="password"] ,
#node-conseil-d-administration-form .form-wrapper input[type="date"] ,
#node-conseil-d-administration-form .form-wrapper input[type="email"] ,
#node-conseil-d-administration-form .form-wrapper input[type="number"] ,
#node-conseil-d-administration-form .form-wrapper select,
#node-commission-perspective-techno-form .form-wrapper input[type="text"] ,
#node-commission-perspective-techno-form .form-wrapper input[type="password"] ,
#node-commission-perspective-techno-form .form-wrapper input[type="date"] ,
#node-commission-perspective-techno-form .form-wrapper input[type="email"] ,
#node-commission-perspective-techno-form .form-wrapper input[type="number"] ,
#node-commission-perspective-techno-form .form-wrapper select {
    background: #fff;
    border: 0;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    height: 34px;
    padding: 0 15px;
    color: #666666;
    font-size: 14px;
    width: 100%;
    margin-bottom: 10px;
}
.user-register-form #edit-actions ,
#node-conseil-d-administration-form #edit-actions ,
#node-commission-perspective-techno-form #edit-actions ,
#user-pass #edit-actions {
    padding: 0;
    background: transparent;
    text-align: center;
}
.user-register-form #edit-actions .form-submit ,
#node-conseil-d-administration-form #edit-actions .form-submit ,
#node-commission-perspective-techno-form #edit-actions .form-submit ,
#user-pass #edit-actions .form-submit {
    color: #fff;
    background: #fea100;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    display: inline-block;
    padding: 0 18px;
    height: 38px;
    line-height: 38px;
    font-size: 15px;
    border: 0;
}
.user-register-form #edit-actions .form-submit:hover ,
#node-conseil-d-administration-form #edit-actions .form-submit:hover ,
#node-commission-perspective-techno-form #edit-actions .form-submit:hover ,
#user-pass #edit-actions .form-submit:hover {
    opacity: .8;
}
.user-register-form .form-wrapper label {
    color: #666666;
    font-size: 15px;
    font-weight: normal;
    margin-bottom: 8px;
    display: block;
}
.userlogin-page #block-anf-theme-local-tasks{
    display: none;
}

.userlogin-page #content .container {
    text-align: center;
}
.userlogin-page .region-content {
    display: inline-block;
    background: #f7f6f6;
    padding: 20px 30px;
    margin-bottom: 30px;
}

.userlogin-page #content .container h1 {
    text-align: left;
}

.login-form__help_actions {
    text-align: center;
    margin-top: 10px;
}

.login-form__help_actions .btn {
    color: #fff;
    background: #1d6ca1;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    display: inline-block;
    padding: 0 18px;
    height: 38px;
    line-height: 38px;
    font-size: 15px;
    border: 0;
    margin-top: 10px;
}
.login-form__help_actions a.forgot-password{
    color: #a0a0a0;
    font-size: 13px;
    margin-bottom: 10px;
    display: block;
    text-decoration: underline;
}

.login-form__help_actions span {
    display: block;
}
/*form placeholder*/
#user-login-form ::-webkit-input-placeholder {
    color: #a0a0a0;
}
#user-login-form :-moz-placeholder {
    color: #a0a0a0;
}
#user-login-form ::-moz-placeholder {
    color: #a0a0a0;
}
#user-login-form :-ms-input-placeholder {
    color: #a0a0a0;
}

#user-login-form .form-item {
    position: relative;
}
#user-login-form .form-item:before {
    position: absolute;
    left: 15px;
    top: 9px;
    width: 25px;
    height: 26px;
    content: "";
}

#user-login-form .form-type-textfield:before {
    background: url("../../images/icone-login.png") no-repeat left top / 100% auto;
}
#user-login-form .form-type-password:before {
    background: url("../../images/icone-pass.png") no-repeat left top / 100% auto;
}
.page-node-type-webform .plus-tab label {
    font-size: 0;
}
.page-node-type-webform .plus-tab input[type=checkbox] + label:before {
    font-size: 45px;
    background: transparent;
    border: 0;
    border-radius: 0;
    display: inline-block;
    vertical-align: middle;
    content: '+';
    width: 30px;
    height: 30px;
    color: #1d6ca1;
    font-weight: normal;
    margin: 10px 0;
    cursor: pointer;
}

.page-node-type-webform .plus-tab input[type=checkbox]:checked + label:before {
    content: '-';
    font-size: 65px;
}

.user-register-form .form-item-field-categorie-utilisateur #edit-field-categorie-utilisateur-administrator ,
.user-register-form .form-item-field-categorie-utilisateur #edit-field-categorie-utilisateur-administrator+label ,
.user-register-form .form-item-field-categorie-utilisateur #edit-field-categorie-utilisateur-anonymous ,
.user-register-form .form-item-field-categorie-utilisateur #edit-field-categorie-utilisateur-anonymous+label ,
.user-register-form .form-item-field-categorie-utilisateur #edit-field-categorie-utilisateur-authenticated ,
.user-register-form .form-item-field-categorie-utilisateur #edit-field-categorie-utilisateur-authenticated+label ,
.user-register-form .form-item-field-categorie-utilisateur #edit-field-categorie-utilisateur-commission-perspective-technologique ,
.user-register-form .form-item-field-categorie-utilisateur #edit-field-categorie-utilisateur-commission-perspective-technologique+label ,
.user-register-form .form-item-field-categorie-utilisateur #edit-field-categorie-utilisateur-conseil-administration ,
.user-register-form .form-item-field-categorie-utilisateur #edit-field-categorie-utilisateur-conseil-administration+label {
    display: none;
}
.user-register-form #edit-account {
    display: flex;
}

/*.user-register-form .form-wrapper {
    display: inline-block;
    width: 49%;
}*/

.user-register-form .register-form__submit {
    margin: 20px 0 30px;
}
.user-register-form .description{
    display: none;
}

.user-register-form .confirm-parent, .user-register-form .password-parent {
    overflow: inherit;
}
.user-register-form .form-item-captcha-response input{
    width: auto;
}

body.path-user.page-is-fixed {
    padding-top: 100px;
}
.page-register .user-register-form{
    display: none;
}

.registerlogin-page #block-anf-theme-local-tasks {
    background: #f7f6f6;
    padding: 20px;
    margin-bottom: 20px;
}
.registerlogin-page #block-anf-theme-local-tasks .tabs ul {
    margin: 0;
    padding: 0;
}
.registerlogin-page #block-anf-theme-local-tasks .tabs li {
    display: block;
}
.registerlogin-page #block-anf-theme-local-tasks .tabs li a {
    display: inline-block;
    padding: 2px 0;
    color: #666666;
    font-size: 15px;
    font-weight: normal;
    margin-bottom: 8px;
}
.registerlogin-page #block-anf-theme-local-tasks .tabs li a:before {
    background: #fff;
    border: 2px solid #ddd;
    border-radius: 35%;
    margin-top: -3px;
    margin-right: 6px;
    display: inline-block;
    vertical-align: middle;
    content: '';
    width: 22px;
    height: 22px;
}
.registerlogin-page #block-anf-theme-local-tasks .tabs a:focus,
.registerlogin-page #block-anf-theme-local-tasks .tabs a:hover ,
.registerlogin-page #block-anf-theme-local-tasks .tabs a.is-active {
    background: transparent;
    text-decoration: none;
}
.registerlogin-page #block-anf-theme-local-tasks .tabs a:focus:before,
.registerlogin-page #block-anf-theme-local-tasks .tabs a.is-active:before {
    background: #1d6ca1;
    /* border-color: #fb8819; */
    box-shadow: inset 0px 0px 0px 3px #fff;
}
.registerlogin-page #block-anf-theme-local-tasks .tabs li:first-child ,
.registerlogin-page #block-anf-theme-local-tasks .tabs li:last-child ,
.registerlogin-page #block-anf-theme-local-tasks .tabs li:nth-child(6) {
    display: none;
}
.registerlogin-page #block-anf-theme-local-tasks label {
    color: #666666;
    font-size: 15px;
    font-weight: normal;
    margin-bottom: 12px;
    display: block;
}

.pass-page #block-anf-theme-local-tasks .tabs li:nth-child(2),
.pass-page #block-anf-theme-local-tasks .tabs li:nth-child(3),
.pass-page #block-anf-theme-local-tasks .tabs li:nth-child(4),
.pass-page #block-anf-theme-local-tasks .tabs li:nth-child(5){
    display: none;
}
.pass-page ul.tabs {
    border-bottom: 1px solid #ddd;
    margin-bottom: 0;
}
.pass-page .tabs li a {
    padding: 0.5em 1em;
    border-radius: 6px 6px 0 0;
}
.pass-page .tabs li.is-active a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 6px 6px 0 0;
    text-decoration: none;
}
.pass-page .tabs li.is-active .is-active ,
.pass-page .tabs li.is-active a:hover ,
.pass-page .tabs li.is-active a:focus {
    color: #555;
    cursor: default;
    background-color: #f7f6f6;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
}
.pass-page .tabs li a:hover ,
.pass-page .tabs li a:focus {
    text-decoration: none;
    background: #f7f6f6;
}
.pass-page .tabs>li {
    /*float: left;*/
    margin-bottom: -1px;
}
#node-conseil-d-administration-form #edit-body-0-format ,
#node-conseil-d-administration-form #edit-body-0--description ,
#node-commission-perspective-techno-form #edit-body-0-format ,
#node-commission-perspective-techno-form #edit-body-0--description {
    display: none;
}

#node-conseil-d-administration-form .form-wrapper .form-wrapper ,
#node-commission-perspective-techno-form .form-wrapper .form-wrapper {
    padding: 0;
}

     /************ Tableau dans le formulaire ******************/

.wrapper-table {
    border: 1px solid #ccc;
    margin: 10px;
    max-width: 700px;
    border-bottom: 0;
}
.wrapper-table .form-item {
    border-bottom: 1px solid #ccc;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: top;
}
.wrapper-table .form-item:last-child{
    /*border-bottom: 0;*/
}
.wrapper-table #edit-secteur-d-activite, .wrapper-table #edit-secteur-d-activite .form-item {
    /*border-bottom: 0;*/
}

.wrapper-table .form-item label,
.wrapper-table .webform-flex--container > .form-item.webform-type-radios legend, .wrapper-table .form-composite > legend{
    width: 45%;
    display: inline-block;
    border-right: 1px solid #ccc;
    padding-left: 10px;
    height: 48px;
    margin: 0 15px 0 0;
    vertical-align: top;
    padding-top: 13px;
}

.wrapper-table .fieldset-wrapper {
    display: inline-block;
}

.wrapper-table .form-composite > legend {
    float: left;
    margin-right: 17px !important;
}

fieldset.webform-email-confirm--wrapper.webform-composite-hidden-title {
    margin-left: 8px;
}
fieldset.webform-email-confirm--wrapper.webform-composite-hidden-title .fieldset-wrapper > .form-item{
    width: 312px;
    max-width: 100%;
    display: inline-block;
}

fieldset.webform-email-confirm--wrapper.webform-composite-hidden-title .fieldset-wrapper > .form-item+.form-item {
    margin-left: 56px;
}

.wrapper-table .form-textarea-wrapper {
    width: 326px;
    max-width: 100%;
    display: inline-block;
    padding-bottom: 5px;
}
/*.wrapper-table .form-item.js-form-type-textarea */
.wrapper-table .form-item.textarea-lu {
    border-bottom: 0;
}
.wrapper-table .form-item.js-form-type-textarea label {
    height: 130px;
}
.wrapper-table .form-item.lu-accepte label {
    border-right: 0;
    border-left: 1px solid #ccc;
    margin-left: calc(45% - 1px);
}
.webform-flex--container .fieldset-wrapper .form-item {
    margin-top: 4px;
}

.path-evenements #main{
    padding-bottom: 30px;
}

/************* Footer *******************/
footer {
    /*background: #1d6ca1;*/
    background: #e1e4e7;
    padding: 50px 0 20px;
}
#block-anfdroitsreserves {
    padding: 20px 0 10px;
    color: #fff;
    font-size: 14px;
}
#block-anfdroitsreserves  p{
    text-align: center;
    color: #fff;
    font-size: 15px;
    font-weight: 300;
}
#block-anfdroitsreserves .field--name-body  a{
    color: #fff;
    color: #284162;
}

footer h2 {
    color: #fff;
    color: #284162;
    font-weight: 500;
    font-size: 20px;
    position: relative;
    padding-bottom: 10px;
    font-family: 'Roboto',sans-serif;
    margin-top: 0;
}
footer h2:after{
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
    height: 1px;
    background: #fea100;
    /*width: 150px;*/
    width: 100%;
}
footer #block-anfdroitsreserves p span.copyright{
    color: #fea100;
}
#block-anfdroitsreserves  p{
    text-align: center;
    color: #fff;
    color: #284162;
    font-size: 15px;
    font-weight: 300;
}
footer ul.menu li {
    display: inline-block;
    width: 49%;
}
footer ul.menu li:nth-child(2n) {
    margin-left: 1%;
}
footer #block-accesrapide ul.menu li a{
    /*color: #fff;*/
    color: #284162;
    font-size: 16px;
}
footer ul.menu{
    margin-left: 0;
}
#block-contact p{
    color: #fff;
    color: #284162;
    font-size: 16px;
}
#block-contact p a{
    color: #fff;
    color: #284162;
}
.region-map-footer {
    text-align: right;
}

#block-reseauxsociauxfooter ul{
    margin-left: 0;
    padding-left: 0;
    padding-top: 5px;
}
#block-reseauxsociauxfooter ul li{
    display: inline-block;
    list-style: none;
    margin-right: 3px;
}
#block-reseauxsociauxfooter ul li a{
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    font-size: 14px;
    color: #fff;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    text-align: center;
}
#block-reseauxsociauxfooter ul li a:hover{
    opacity:0.7;
    filter:alpha(opacity=70);
}
#block-reseauxsociauxfooter ul li a.social-facebook{
    background: #3b5998;
}

#block-reseauxsociauxfooter ul li a.social-twitter{
    background: #55acee;
}

#block-reseauxsociauxfooter ul li a.social-google-plus{
    background: #dd4b39;
}

/*************** Top top ***************/

.to-top {
    position: fixed;
    right: 10px;
    /*bottom: 10px;*/

    width: 45px;
    height: 45px;
    text-align: center;
    font-size: 18px;
    margin-bottom: 30px;
    bottom: -100px;
    line-height: 32px;
    background-color: #fea100;
    -webkit-box-shadow: 1px 1.732px 12px 0px rgba(0, 0, 0, 0.03);
    box-shadow: 1px 1.732px 12px 0px rgba(0, 0, 0, 0.03);
    /*border-radius: 2px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;*/
    text-decoration: none;
    border-radius: 50%;
    /*
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    */
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    -ms-transition: all 0.4s;
    transition: all 0.4s;
    z-index: 100;
}
:lang(ar) .to-top{
    right: auto;
    left: 10px;
}
.to-top.show {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    filter: alpha(opacity=100);
}
.to-top i {
    width: 100%;
    height: 100%;
    font-size: 40px;
    line-height: 45px;
}

.to-top:hover {
    background: #1e6293;
}

/************************* Version arabe ***********************/
:lang(ar) .view-banner .slick-slider .slick-track,
:lang(ar) .view-banner .slick-slider .slick-list {
    direction: ltr;
}
:lang(ar) #block-republic img {
    float: right;
    margin: 3px 0 0 10px;
}
:lang(ar) #block-republic span:before {
    left: auto;
    right: 0;
}
:lang(ar) #block-republic span {
    padding-left: 0;
    padding-right: 10px;
}
:lang(ar) #block-monespace, :lang(ar) #block-anf-theme-search, :lang(ar) #block-accesalinformation, :lang(ar) #block-languagedropdownswitcher, :lang(ar) #block-reseauxsociaux, :lang(ar) #block-monespace-2 {
    float: left;
}
:lang(ar) .topHeader .col-md-6:first-child {
    float: right;
}
:lang(ar) #block-anf-theme-search {
    margin-left: 0;
    margin-right: 20px;
}
:lang(ar) .path-frontpage .content-main h2:after {
    left: auto;
    right: 0;
}
:lang(ar) .nos-services .views-field-field-icone-service {
    float: right;
    margin-right: 0;
    margin-left: 15px;
}
[dir="rtl"] #block-views-block-actualites-block-1 .more-link {
    text-align: center;
}
[dir="rtl"] footer ul.menu {
    margin-right: 0;
}
[dir='rtl'] .slick-next {
    right: auto;
    left: 25px;
}
[dir='rtl'] .slick-prev {
    right: 25px;
    left: auto;
}
:lang(ar) .path-frontpage #block-webform label {
    margin-right: 0;
    margin-left: -62px;
}
:lang(ar) #block-reseauxsociauxfooter ul {
    margin-right: 0;
    padding-right: 0;
}
:lang(ar) .slideshow .slick-prev:before {
    content: "\f054" !important;
}
:lang(ar) .slideshow .slick-next:before {
    content: "\f053" !important;
}
:lang(ar) .slideshow .item .views-field-body{
    margin: 8% 15% 0 15% ;
    padding: 1% 1% 1% 8%;
}
:lang(ar) .path-frontpage #block-webform:before {
    left: 0;
    right: 20px;
}
:lang(ar) .path-frontpage #block-webform input[type="email"] {
    padding: 0 45px 0 12px;
}
:lang(ar) .slideshow .item .views-field-body {
    right: 0;
}
:lang(ar) .slideshow .item .views-field-body p {
    text-align: right;
}
:lang(ar).num-tel{
    direction: ltr;
    display: inline-block;
}
:lang(ar) .nos-services .views-field-field-icone-service {
    float: right;
    margin-left: 15px;
    margin-right: 0;
}
:lang(ar) #block-anf-theme-search input[type="search"],
:lang(ar) #block-anf-theme-search input[type="text"] {
    padding-right: 30px;
}
:lang(ar) #block-monespace a:before, :lang(ar) #block-monespace-2 .menu a:before {
    left: auto;
    right: 7px;
    border-right: 0;
    border-left: 1px solid #fff;
}
:lang(ar) #block-monespace a, :lang(ar) #block-monespace-2 .menu a {
    padding: 0 32px 0 10px;
}
:lang(ar) .path-texte-juridiques .view-texte-juridiques .form-item-keys {
    float: left;
}
:lang(ar) .bef-exposed-form .form--inline .form-item.form-type-radio {
    float: right;
}
:lang(ar) .bef-exposed-form .form--inline .form-item.form-type-radio label:after {
    right: auto;
    left: 0;
}
:lang(ar) .file-texte-juridique, :lang(ar) .file-appel-offre {
    float: left;
    margin-left: 0;
    margin-right: 20px;
}
:lang(ar) h1:after, :lang(ar) #block-views-block-organigramme-block-1 h2:after {
    left: auto;
    right: 0;
}
:lang(ar) .path-actualites .title-act h2:after,
:lang(ar) .path-notre-qualite .view-qualite .views-field-title:after {
    left: auto;
    right: 0;
}
:lang(ar) .img-act {
    float: right;
}



/******************** Responsive ************************/
@media (min-width: 1200px){
    /*.page-node-type-webform .content-main .form-item input[type="text"],
    .page-node-type-webform .content-main .form-item input[type="email"],
    .page-node-type-webform .content-main .form-item input[type="email"],
    .page-node-type-webform .content-main .form-item input[type="date"],
    .page-node-type-webform .content-main .form-item input[type="number"],
    .page-node-type-webform .content-main .form-item select {
        max-width: 326px;
        width: 326px;
    }

    *
    */
    .page-node-type-webform .content-main .wrapper-table .form-item input[type="text"],
    .page-node-type-webform .content-main .wrapper-table .form-item input[type="email"],
    .page-node-type-webform .content-main .wrapper-table .form-item input[type="email"],
    .page-node-type-webform .content-main .wrapper-table .form-item input[type="date"],
    .page-node-type-webform .content-main .wrapper-table .form-item input[type="number"],
    .page-node-type-webform .content-main .wrapper-table .form-item select {
        max-width: 326px;
        width: 326px;
    }
    .user-register-form .form-type-password input {
        width: 338px;
    }
    .topHeader{
        height: 75px;
    }
    #user-pass input[type="text"] {
        width: 300px;
    }
    #node-conseil-d-administration-form .form-wrapper input[type="text"] ,
    #node-conseil-d-administration-form .form-wrapper input[type="password"] ,
    #node-conseil-d-administration-form .form-wrapper input[type="date"] ,
    #node-conseil-d-administration-form .form-wrapper input[type="email"] ,
    #node-conseil-d-administration-form .form-wrapper input[type="number"] ,
    #node-conseil-d-administration-form .form-wrapper select,
    #node-commission-perspective-techno-form .form-wrapper input[type="text"] ,
    #node-commission-perspective-techno-form .form-wrapper input[type="password"] ,
    #node-commission-perspective-techno-form .form-wrapper input[type="date"] ,
    #node-commission-perspective-techno-form .form-wrapper input[type="email"] ,
    #node-commission-perspective-techno-form .form-wrapper input[type="number"] ,
    #node-commission-perspective-techno-form .form-wrapper select {
        max-width: 300px;
    }
}

@media (min-width: 1200px) and (max-width: 1399px) {
    /*.path-frontpage #banner {
        height: 380px;
        overflow: hidden;
    }*/
}

@media (max-width: 1199px) {
    .main-menu #block-anf-theme-main-menu ul.menu li a {
        padding: 14px 10px;
    }
    .region-map-footer {
        overflow: hidden;
    }
    #main .line .views-row {
        font-size: 13px;
    }
}
@media (min-width: 768px) and (max-width: 992px) {
    #main .element-organigramme {
        padding: 6px 5px;
    }
    #main .line .views-row {
        font-size: 12px;
        line-height: 13px;
        margin: 30px 4px;
    }
}
@media (min-width: 992px) {
    .to-top {
        width: 50px;
        height: 50px;
        right: 30px;
        bottom: 36px;
    }
    .to-top i {
        font-size: 44px;
        line-height: 45px;
        color: #fff;
        text-align: center;
    }
    :lang(ar) .to-top{
        right: auto;
        left: 30px;
    }
    :lang(ar) .top-bar .col-md-7 {
        float: right;
    }
}

@media (max-width: 991px) {
    /*#block-accesalinformation{
        float: none;
        width: 100%;
    }*/
    #block-lanfenbref{
        float: none;
        width: 100%;
    }
    .path-frontpage #block-webform{
        float: none;
        width: 100%;
    }
    img{
        max-width: 100%;
    }
    .main-menu #block-anf-theme-main-menu ul.menu li a {
        padding: 14px 4px;
        font-size: 13px;
    }
    #page #main table {
        max-width: 100%;
        width: 100% !important;
    }

}
@media (min-width: 768px) {
    .register-form .webform-flexbox {
        margin: 1em -.5em 2em;
    }
    .register-form .webform-flex--container {
        margin: 0 1.5em;
    }
    .register-form .webform-flex--container .webform-flex--container{
        margin: 0;
    }
    .register-form .webform-flexbox {
        display: -webkit-flex;
        display: flex;
        margin: 1em -.5em;
    }
    .user-register-form .webform-flex--1 {
        -webkit-flex: 1;
        flex: 1;
        background: #f7f6f6;
        padding: 5px 0;
    }
    .user-register-form .webform-flexbox {
        margin: 0;
    }
    .webform-flex {
        min-width: 0;
    }
    .user-register-form  .webform-flex--container {
        margin: 0 1.5em;
    }
    .webform-flex--container > .form-item {
        margin: 0;
    }
}
@media (max-width: 767px) {
    .path-frontpage #block-webform .form-type-email {
        max-width: 100%;
    }
    .view-presentation .views-field-body{
        float: none;
        width: 100%;
    }
    .view-presentation .views-field-field-image{
        float: none;
        width: 100%;
    }
    #main-menu {
        display: none;
        position: absolute;
        top: 75px;
        left: 0;
        width: 100%;
        z-index: 1000;
    }
    #block-accesalinformation , .top-bar .col-md-7, .header_second {
        display: none;
    }
    .top-bar {
        background: transparent;
        padding: 0;
        right: 10px;
        position: absolute;
        top: 10px;
        z-index: 100;
    }
    .user-logged-in .top-bar {
        top: 50px;
    }
    .user-logged-in .navbar-toggle {
        top: -58px;
    }
    #block-languagedropdownswitcher select {
        background: #fff;
    }
    .navbar-toggle {
        position: absolute;
        float: none;
        padding: 0;
        margin-top: 0;
        margin-right: 0;
        margin-bottom: 0;
        top: 10px;
        right: 24px;
        z-index: 1000;
    }
    .header_top_second {
        padding-top: 30px;
    }
    #block-logo img {
        width: 350px;
    }
    .slideshow .item .views-field-body p {
        font-size: 20px;
        margin-bottom: 0;
    }
    .slideshow .item .views-field-body {
        margin: 20px 0 0 70px;
        padding: 10px;
    }
    :lang(ar) .slideshow .item .views-field-body {
        margin: 20px 70px 0 0;
    }
    .path-frontpage .content-main h2 {
        font-size: 24px;
    }
    .nos-services img {
        width: 60px;
    }
    .nos-services .slick__slide {
        margin-bottom: 10px;
    }
    .path-frontpage #block-webform input[type="email"], .path-frontpage #block-webform input[type="submit"] {
        height: 50px;
    }
    .path-frontpage #block-webform input[type="submit"] {
        line-height: 50px;
    }
    .path-frontpage #block-webform:before {
        bottom: 31px;
        left: 12px;
    }
    .path-frontpage #block-webform label {
        font-size: 16px;
    }
    .path-frontpage #block-webform input[type="email"] {
        padding-left: 35px;
    }
    .main-menu #block-anf-theme-main-menu ul.menu li {
        display: block;
    }
    .main-menu #block-anf-theme-main-menu ul.menu li+li {
        border-top: 1px solid #92c5e7;
    }
    .main-menu #block-anf-theme-main-menu ul.menu {
        margin-left: 0;
    }
    .main-menu #block-anf-theme-main-menu ul.menu li a {
        padding: 7px 10px;
        font-size: 14px;
        display: block;
    }
    .path-frontpage #block-webform {
        margin-top: 20px;
    }
    footer #block-accesrapide ul.menu li a, #block-contact p {
        font-size: 14px;
    }
    footer h2 {
        font-size: 18px;
        padding-bottom: 5px;
    }
    #block-anfdroitsreserves p {
        font-size: 13px;
    }
    footer {
        padding: 20px 0;
    }
    #block-reseauxsociauxfooter {
        margin-bottom: 20px;
    }
    #block-accesrapide {
        margin-bottom: 30px;
    }
    #views-exposed-form-texte-juridiques-page-1 {
        height: 112px;
        padding-top: 60px;
        position: relative;
    }
    .path-texte-juridiques .view-texte-juridiques .form-item-keys {
        top: -10px;
        position: absolute;
        right: 0;
    }
    .texte-juridique .title-texte-juridique {
        font-size: 17px;
        padding: 0;
        line-height: 18px;
        margin-bottom: 10px;
    }
    .texte-juridique .desc-texte-juridique p {
        font-size: 13px;
    }
    .texte-juridique .file-texte-juridique a {
        padding: 6px 8px;
    }
    .texte-juridique .file-texte-juridique a:before {
        padding-right: 5px;
    }
    .view-texte-juridiques .view-content {
        padding: 10px 12px !important;
    }
    .main-menu #block-anf-theme-main-menu ul.menu ul.menu.dropdown-menu {
        position: relative;
        /*background: #258bcf;*/
        padding: 0;
        top: inherit;
        left: inherit;
        float: none;
        border-top: 1px solid #92c5e7;
    }
    .main-menu #block-anf-theme-main-menu ul.menu li a:hover, .main-menu #block-anf-theme-main-menu ul.menu li.open > a {
        background: #258bcf;
    }
    .sub-menu {
        padding-right: 0;
        padding-left: 0;
        margin-right: 0;
        margin-left: 0;
        width: 100%;
        max-width: 100%;
    }
    .main-menu #block-anf-theme-main-menu ul.menu li ul.menu a {
        text-align: center;
    }
    #main .action-buttons a {
        font-size: 14px;
    }
    .form-type-webform-document-file {
        width: 100%;
        clear: both;
    }
    /*.js .input-file-trigger {*/
        /*float: left;*/
        /*margin-top: 45px;*/
    /*}*/
    .js .input-file{
        width: 100%;
    }
    .js .file-return {
        width: calc(100% - 105px);
        font-size: 12px;
    }
    .js .input-file-trigger {
        padding: 0 10px;
        font-size: 12px !important;
        width: 95px;
    }
    #user-login-form input[type="text"], #user-login-form input[type="password"]{
        width: 100%;
    }
    .user-register-form .webform-flex--1 {
        background: #f7f6f6;
        padding: 5px 15px;
    }
    .user-register-form #edit-actions .form-submit, #node-conseil-d-administration-form #edit-actions .form-submit, #user-pass #edit-actions .form-submit {
        margin-bottom: 10px;
    }
    /*.view-organigramme {
        transform: scale(0.5);
    }*/
    .view-appel-d-offre .title-appel-offre {
        font-size: 17px;
    }
    .view-appel-d-offre .desc-appel-offre p ,
    .view-appel-d-offre .voir-plus {
        font-size: 13px;
    }
    .view-appel-d-offre .file-appel-offre a {
        border: 1px solid;
        padding: 4px 10px;
        border-radius: 17px;
        font-size: 13px;
    }
    .divLeft .views-row a, #block-views-block-menu-acces-a-l-information-block-1 .views-row a, #block-views-block-contenue-planification-block-1 .views-row a {
        border: 2px solid #1d6ca1;
        padding: 5px 8px;
        font-size: 15px;
        line-height: 17px;
    }
    .path-evenements .title-act h2, .path-notre-qualite .view-qualite .views-field-title {
        font-size: 20px !important;
    }
    #block-views-block-formulaires-formulaires-block-1 .view-formulaires {
        padding: 10px !important;
    }
    #block-views-block-formulaires-formulaires-block-1 .views-field-title {
        font-size: 14px !important;
    }
    #block-views-block-formulaires-formulaires-block-1 .view-formulaires .views-field-nothing a, #block-views-block-formulaires-formulaires-block-1 .view-formulaires .views-field-field-documents a {
        padding: 2px 6px !important;
        line-height: 26px !important;
        font-size: 13px !important;
    }
    #main #block-views-block-formulaires-formulaires-block-1 .view-formulaires .views-row {
        padding-bottom: 10px;
        margin-bottom: 10px;
        min-height: 46px;
    }
    #block-views-block-formulaires-formulaires-block-1 .view-formulaires .views-field-field-documents .file--application-pdf {
        display: inline-block;
    }
    #block-views-block-formulaires-formulaires-block-1 .view-formulaires .views-field-field-documents .file--application-pdf+.file--application-pdf {
        margin-top: 5px;
    }
    .page-node-type-webform .content-main section {
        padding: 10px 8px !important;
    }
    .page-node-type-webform label, #node-conseil-d-administration-form label, .webform-flex--container .form-item > label, .webform-flex--container .form-type-webform-document-file > label {
        font-size: 13px !important;
        margin-bottom: 5px !important;
    }
    #main .sep-org ,
    #main .line .views-row+.views-row:before ,
    #main .title-organigramme:before {
      display: none;
    }
    #main .line .views-row {
        display: block;
        width: 100% !important;
        margin: 10px 0;
        max-width: inherit;
    }
    #main .element-organigramme,
    #main .line .views-row{
        height: auto;
    }
    #main .title-organigramme {
        padding-bottom: 0;
    }

 }

@media (max-width: 599px) {
    #block-logo img {
        width: 250px;
    }
    header {
        min-height: 75px;
    }
    .path-frontpage #block-webform .form-type-email {
        width: calc(100% - 112px);
    }
    .path-frontpage #block-webform label {
        font-size: 13px;
    }
    .user-logged-in .navbar-toggle {
        top: -36px;
    }
    .divLeft, #block-views-block-menu-acces-a-l-information-block-1, #block-views-block-contenue-planification-block-1 {
        float: none;
        width: 100%;
    }
    .divLeft .views-row, #block-views-block-menu-acces-a-l-information-block-1 .views-row, #block-views-block-contenue-planification-block-1 .views-row {
        margin-bottom: 10px;
    }
    #block-views-block-formulaires-formulaires-block-1, .divRight, .divLeft+#block-anf-theme-content {
        float: none;
        padding-top: 20px;
        padding-left: 0;
        border-top: 2px solid #e9f3fa;
        border-left: 0;
        width: 100%;
        margin-bottom: 20px;
    }

}
@media (max-width: 479px) {
    .header_top_second {
        padding-top: 40px;
    }
    header {
        min-height: 80px;
    }
    #main-menu {
        top: 80px;
    }
    .top-bar .col-md-5 {
        padding-right: 0;
    }
    .navbar-toggle {
        right: 10px;
    }
    #block-logo img {
        width: 225px;
    }
    .slideshow .item .views-field-body p {
        line-height: 16px;
        font-size: 12px;
    }
    .slideshow .item .views-field-body {
        margin: 10px 0 0 70px;
    }
    :lang(ar) .slideshow .item .views-field-body {
        margin: 10px 70px 0 0;
    }
    .path-frontpage .content-main h2 {
        font-size: 20px;
    }
    .nos-services img {
        width: 50px;
    }
    h1, #block-views-block-organigramme-block-1 h2 {
        font-size: 25px !important;
    }
    footer ul.menu li {
        display: block;
        width: 100%;
    }
    footer ul.menu li:nth-child(2n) {
        margin-left: 0;
    }
    .region-map-footer {
        overflow: hidden;
    }
    .user-logged-in .navbar-toggle {
        top: -28px;
    }
    #block-views-block-formulaires-formulaires-block-1 .view-formulaires .views-field-title,
    #block-views-block-formulaires-formulaires-block-1 .view-formulaires .views-field-nothing,
    #block-views-block-formulaires-formulaires-block-1 .view-formulaires .views-field-field-documents{
        float: none !important;
    }

}

/*html {
    overflow-x: hidden;
}*/

.webform-flex--1{margin: 0 1em;}

.registerlogin-page #block-anf-theme-local-tasks .tabs li {
    display: block;
    width: 22%;
    float: left;
    margin-left: 25px;
}

.registerlogin-page #block-anf-theme-local-tasks {
    height: 125px;
}

.webform-confirmation__message{
    color: #325e1c;
    border-color: #c9e1bd #c9e1bd #c9e1bd transparent;
    background-color: #f3faef;
    background-image: url(../../../../misc/icons/73b355/check.svg);
    box-shadow: -8px 0 0 #77b259;
    padding: 15px;
}

#block-anf-theme-main-menu .menu li:first-child a{
     text-indent: -99999px;
     background-image: url(/themes/custom/anf_theme/images/home.svg);
     background-size: contain;
     width: 22px;
     height: 22px;
     background-repeat: no-repeat;
     padding-top: 5px !important;
     display: block !important;
 }
#block-anf-theme-main-menu .menu li:first-child a:hover{
    text-indent: -99999px;
    background-image: url(/themes/custom/anf_theme/images/home.svg);
    background-size: contain;
    width: 22px;
    height: 22px;
    background-repeat: no-repeat;
    display: block !important;
}
.main-menu #block-anf-theme-main-menu ul.menu li:first-child a:hover{
    background-image: url(/themes/custom/anf_theme/images/home.svg);
    background-size: contain;
    background-repeat: no-repeat
}

#block-anf-theme-main-menu .menu .sub-menu li:first-child a {
    text-indent: initial;
    background-image: none;
    background-size: initial;
    padding-top: 6px !important;
    width:initial;
    display: inline-block !important;
    height: initial;
}

#block-anf-theme-main-menu .menu .sub-menu li:first-child a:hover {
    background-image: none;
    background-size: initial;
    background-repeat: no-repeat
}
:lang(ar) .path-actualites .title-act h2, 
:lang(ar) .path-notre-qualite .view-qualite .views-field-title {
    padding-left: 0;
    padding-right: 17px;
}
:lang(ar) .main-menu #block-anf-theme-main-menu ul.menu ul.menu.dropdown-menu {
    text-align: right;
}
#webform-submission-newsletter-node-1-form-ajax .webform-submission-form #edit-actions {
    float: none;
}
:lang(ar) .path-frontpage #block-webform .form-type-email {
    margin-left: 10px;
    margin-right: 0;
}

[dir='rtl'] .slick-slide {
    float: left;
}
[dir='rtl'] .slick--view--nos-services .slick-arrow {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

:lang(ar) .divLeft, 
:lang(ar) #block-views-block-menu-acces-a-l-information-block-1, 
:lang(ar) #block-views-block-contenue-planification-block-1 {
    float: right;
}
:lang(ar) #block-views-block-formulaires-formulaires-block-1, 
:lang(ar) .divRight, 
:lang(ar) .divLeft+#block-anf-theme-content {
    float: left;
    padding-left: 0;
    padding-right: 20px;
    border-left: 0;
    border-right: 2px solid #e9f3fa;
}
blockquote {
    border-left: 0;
}
/*:lang(ar) blockquote {
    border-left: 0;
    border-right: 5px solid #eee;
}*/

select.form-control:not([size]):not([multiple]) {
    height: 34px;
}

#edit-numero-d-approbation {
    pointer-events: visible !important;
}