/*///////////////////////////////////////*/
/* ///// STYLE GLOBAL ///////////////// */
/*/////////////////////////////////////*/

/*** FONTS *************************************************************************************/


@font-face {
    font-family: 'montserrat';
    src: url('../font/montserrat-light.woff2') format('woff2'),
         url('../font/montserrat-light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'montserrat';
    src: url('../font/montserrat-regular.woff2') format('woff2'),
         url('../font/montserrat-regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'montserrat';
    src: url('../font/montserrat-semibold.woff2') format('woff2'),
         url('../font/montserrat-semibold.woff') format('woff');
    font-weight: 600;
    font-style: normal;

}

@font-face {
    font-family: 'montserrat';
    src: url('../font/montserrat-bold.woff2') format('woff2'),
         url('../font/montserrat-bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;

}
/*** DEFAULT *************************************/

body {
    font-family: "montserrat",Arial,Helvetica,sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #4d4d4d;
}

body p {
    color: #4d4d4d;
    line-height: 16px;
}

strong {
    font-weight: 700;
}

em {
    font-style: italic;
}

main {
    clear: both;
}

.wrapper {
    width: 95%;
    max-width: 1360px;
    margin: 0 auto;
}

.flex-center {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.default-btn,
.form-submit {
    border: none;
    display: inline-block;
    color: #c5e7ee;
    background-color: #104274;
    font-size: 13px;
    text-transform: uppercase;
    border: 1px solid #104274;
    padding: 10px 20px;
    border-radius: 6px;
    margin-top: 20px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.default-btn:hover,
.form-submit:hover {
    color: #fcce55;
}

.form-submit {
    max-width: 200px;
}

.default-btn.primary-color {
    color: #fff;
    background: #393939;
}

.default-btn.primary-color:hover {
    color: #393939;
    background: #fff;
}

.default-btn.secondary-color,
.form-submit {
    color: #fff;
    background: #F39517;
}

.default-btn.secondary-color:hover,
.form-submit:hover {
    color: #fff;
    background: #393939;
}
a{
    text-decoration: none;
}
img{
    display: block;
    margin: 0 auto;
}
h2, h3 {
    margin: 0;
    font-weight: 600;
}

/*///////////////////////////////////////*/
/* ///// HEADER /////////////////////// */
/*/////////////////////////////////////*/

header {
    position: relative;
    background: #fff;
    z-index: 100;
}

header .region-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 40px;
    height: 216px;
}

header .block-superfish {
    width: auto;
}

/*Navigation principale*/
#superfish-main {
    display: flex;
}

#superfish-main li {
    display: inline-block;
    float: none;
}

#superfish-main li a {
    text-decoration: none;
}

#superfish-main li a:hover,
#superfish-main li a.is-active:hover {
    color: #F39517;
}

#superfish-main li a.is-active {
    color: #393939;
}

#superfish-main li#main-standardfront-page a {
    text-indent: 1000px;
    overflow: hidden;
    max-width: 80px;
    background: url('../images/svg/homepage-link.svg') no-repeat center;
}

/*///////////////////////////////////////*/
/* ///// TITRE DE PAGE //////////////// */
/*/////////////////////////////////////*/
.block-page-title-block {
    width: 95%;
    max-width: 1360px;
    margin: 60px auto 10px;
}

.block-page-title-block h1 {
    font-size: 32px;
    line-height: 42px;
    font-weight: 700;
    color: #393939;
    letter-spacing: 2px;
}

/*///////////////////////////////////////*/
/* ///// BREADCRUMBS ////////////////// */
/*/////////////////////////////////////*/
.block-system-breadcrumb-block {
    width: 95%;
    max-width: 1360px;
    margin: 0 auto 50px;
}

.block-system-breadcrumb-block li,
.block-system-breadcrumb-block li a {
    font-size: 12px;
    line-height: 16px;
    color: #242424;
    text-decoration: none;
}

.block-system-breadcrumb-block li a:hover {
    text-decoration: underline;
}

.block-system-breadcrumb-block li:before {
    content: '';
    display: inline-block;
    width: 20px;
    height: 8px;
    background: url('../images/svg/arrow-breadcrumbs.svg') no-repeat center;
}

/*///////////////////////////////////////*/
/* ///// SLIDER ACCUEIL /////////////// */
/*/////////////////////////////////////*/
.view-slider-accueil {
    position: relative;
}

.view-slider-accueil .swiper-slide {
    min-height: 685px;
    display: flex;
    align-items: center;
}

.view-slider-accueil .swiper-slide .contenu {
    max-width: 40%;
}

.view-slider-accueil .swiper-slide .contenu .titre {
    font-size: 32px;
    line-height: 48px;
    font-weight: 700;
    margin-bottom: 30px;
}

.view-slider-accueil .swiper-slide .contenu .texte {
    margin-bottom: 35px;
}

.view-slider-accueil .swiper-button-prev {
    width: 25px;
    height: 45px;
    left: 5%;
    background: url('../images/svg/arrow-slider-prev.svg') no-repeat center;
}

.view-slider-accueil .swiper-button-next {
    width: 25px;
    height: 45px;
    right: 5%;
    background: url('../images/svg/arrow-slider-next.svg') no-repeat center;
}

/*///////////////////////////////////////*/
/* ///// PARTENAIRES ACCUEIL ////////// */
/*/////////////////////////////////////*/
.view-id-partenaires.view-display-id-accueil {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.view-id-partenaires.view-display-id-accueil .h2 {
    font-size: 32px;
    line-height: 42px;
    font-weight: 700;
    color: #393939;
    margin-bottom: 30px;
    text-align: center;
    letter-spacing: 2px;
}

.view-id-partenaires.view-display-id-accueil .seo-text {
    font-size: 16px;
    line-height: 30px;
    color: #242424;
    margin-bottom: 50px;
    max-width: 810px;
    text-align: center;
}

.view-id-partenaires.view-display-id-accueil .view-content {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-around;
}

/*///////////////////////////////////////*/
/* ///// CONTACT FORM ///////////////// */
/*/////////////////////////////////////*/

.contact-form {
    width: 95%;
    max-width: 1360px;
    margin: 40px auto 0;
}

.contact-form form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.contact-form form .field--type-list-string,
.contact-form form .field--type-string,
.contact-form form .field--type-email {
    width: 32%;
}

.contact-form form .field--type-list-string .form-radios {
    display: flex;
    flex-wrap: wrap;
}

.contact-form form .field--type-list-string .form-radios .form-type-radio:not(:last-of-type) {
    margin-right: 40px;
}

.contact-form form .form-item {
    margin-bottom: 0;
}

.contact-form form label {
    font-size: 16px;
    line-height: 30px;
    font-weight: 700;
    color: #242424;
}

.contact-form form .field--type-string-long {
    width: 100%;
}

.contact-form form input[type="text"],
.contact-form form input[type="email"],
.contact-form form select {
    color: #4B4B4D;
    width: 100%;
    font-size: 16px;
    height: 50px;
    line-height: 50px;
    padding: 0 15px;
    border-radius: 5px;
    border: solid 1px #C8C8C8;
}

.contact-form form textarea {
    color: #4B4B4D;
    width: 100%;
    font-size: 16px;
    line-height: 24px;
    padding: 15px;
    border-radius: 5px;
    border: solid 1px #C8C8C8;
}

.contact-form form .form-actions {
    width: 100%;
    display: flex;
    justify-content: center;
}

.g-recaptcha {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

/*CHECKBOX*/
input[type=checkbox]:checked,
input[type=checkbox]:disabled:checked,
input[type=radio]:checked,
input[type=radio]:disabled:checked {
    background-color: #F39517;
}

input[type=checkbox]:hover,
input[type=checkbox]:focus,
input[type=radio]:hover,
input[type=radio]:focus {
    border: 2px solid #C2C2C2;
}

input[type=checkbox],
input[type=radio] {
    margin: 0 10px 0 0;
}

input[type=checkbox]:before,
input[type=radio]:before {
    font-family: 'Font Awesome 5 Free';
    content: '';
    display: block;
    width: 22px;
    height: 22px;
    margin-top: -2px;
    font-weight: 700;
    border-radius: 0;
    padding-left: 0.5px;
    padding-top: 2px;
    text-align: center;
    background: #fff;
    font-size: 11px;
    color: #F39517;
    border: 3px solid #F39517;
    cursor: pointer;
    margin-left: -2px;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}

input[type=radio]:before {
    -webkit-border-radius: 100%;
    border-radius: 100%;
}

input[type=radio]:checked:before {
    color: #F39517;
    content: "\f111";
}

input[type=checkbox]:checked:before {
    content: "";
    background: #F39517;
    outline: solid 3px #fff;
    outline-offset: -6px;
}

/*///////////////////////////////////////*/
/* ///// LISTE ACTUALITES ///////////// */
/*/////////////////////////////////////*/
.block-views-blockactualites-accueil{
    padding: 55px 0;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../img/bg/bg_actu.jpg);
    text-align: center;
}
.block-views-blockactualites-accueil .view-actualites {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    -moz-justify-content: space-around;
    justify-content: space-around;

}

.view-actualites .view-content {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.view-actualites .view-content .views-row {
    width: 90%;
    max-width: 380px;
    position: relative;
    margin: 0 auto;
    padding: 26px 22px 22px 22px;
    border-radius: 6px;
    background-color: #fff;
    -webkit-box-shadow: 0 3px 10px rgba(0,0,0,.15);
    box-shadow: 0 3px 10px rgba(0,0,0,.15);
    text-align: center;
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -moz-justify-content: space-between;
    justify-content: space-between;
}

.view-actualites .view-content .views-row:hover {
    box-shadow: 0 3px 20px rgba(0, 0, 0, .25);
}

.view-actualites .view-content .views-row .image {
    height: 178px;
}

.view-actualites .view-content .views-row .contenu {
    padding: 0;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.view-actualites .view-content .views-row .contenu .titre {
    font-size: 18px;
    line-height: 16px;
    font-weight: 700;
    color: #393939;
    margin-bottom: 20px;
}

.view-actualites .view-content .views-row .contenu .resume {
    font-size: 13px;
    line-height: 16px;
    margin-bottom: 76px;
}

.view-actualites .view-content .views-row .contenu .lire-la-suite {
}
.view-actualites .view-content .views-row .contenu .lire-la-suite a {
    position: absolute;
    bottom: 24px;
    left: 50%;
    -webkit-transform: translate(-50%,0);
    transform: translate(-50%,0);
    font-size: 13px;
    text-transform: uppercase;
    border: 1px solid #104274;
    padding: 10px 20px;
    border-radius: 6px;
    margin-top: 20px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    color: #104274;
}
.view-actualites .view-content .views-row .contenu .lire-la-suite a:hover {
    background-color: #104274;
    color: #fcce55;
}


.view-actualites.view-display-id-accueil .h2 {
    position: relative;
    display: inline-block;
    margin-bottom: 30px;
    text-transform: uppercase;
    font-size: 22px;
    color: #104274;
    font-weight: 600;
}
.view-actualites.view-display-id-accueil .h2::before {
    content: "";
    position: absolute;
    left: -50px;
    top: -3px;
    width: 40px;
    height: 32px;
    background-image: url(../img/svg/picto-livre.svg);
    background-repeat: repeat;
}
.view-actualites.view-display-id-accueil .view-footer a {
    color: #c5e7ee;
    background-color: #104274;
}

.view-actualites.view-display-id-accueil .titre a{
    text-transform: uppercase;
    font-size: 16px;
    color: #c5e7ee;
    font-weight: 600;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.view-actualites.view-display-id-accueil .titre a:hover{
    color: #fcce55;
}


/*///////////////////////////////////////*/
/* ///// PAGE DE CONTENU ////////////// */
/*/////////////////////////////////////*/

.node--type-contenu {
    width: 95%;
    max-width: 1360px;
    margin: 0 auto;
}

/*///////////////////////////////////////*/
/* ///// MAP FOOTER /////////////////// */
/*/////////////////////////////////////*/
#blockMap {
    min-height: 570px;
    margin-top: 180px;
}

/*///////////////////////////////////////*/
/* ///// FOOTER /////////////////////// */
/*/////////////////////////////////////*/

footer {
    clear: both;
    color: #fff;
    background: #393939;
}

/*Menu footer*/
.menu--footer {
    padding: 60px 0;
}

.menu--footer .menu {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.menu--footer .menu li a {
    font-size: 16px;
    line-height: 25px;
    color: #fff;
    text-decoration: none;
    font-weight: 700;
    padding: 5px 25px;
    text-transform: uppercase;
}

/*Copyright*/
footer .gl-copy {
    padding: 20px 0;
    text-align: center;
    font-size: 14px;
    line-height: 20px;
    width: 100%;
    max-width: 705px;
    margin: 0 auto;
    border-top: 1px solid #fff;
}

footer .gl-copy img {
    margin-bottom: -5px;
}

footer .gl-copy a {
    color: #fff;
}

/*///////////////////////////////////////*/
/* ///// MASQUAGE ADMIN MENU ////////// */
/*/////////////////////////////////////*/

#toolbar-administration {
    display: none;
}

body.toolbar-tray-open.toolbar-vertical.toolbar-fixed {
    margin-left: 0;
}

body,
.adminimal-admin-toolbar.toolbar-fixed.toolbar-vertical {
    padding: 0 !important;
}

/*///////////////////////////////////////*/
/* // MISE EN PAGE PARAGRAPHES //////// */
/*/////////////////////////////////////*/
.paragraphes .para-item {
    margin-bottom: 30px;
}
.para-photo-img {
    display: flex;
    align-items: center;
    justify-content: center;
}
.para-photo-legende {
    margin: 5px 0 15px 0;
    text-align: center;
    font-size: 12px;
}
/*photo à droite*/
.pos-photo-3 .para-photos {
    float: right;
    max-width: 40%;
    margin: 20px 0 20px 2%;
}
/*photo à gauche*/
.pos-photo-4 .para-photos {
    float: left;
    max-width: 40%;
    margin: 20px 2% 20px 0;
}
/*photo en haut et en bas*/
.pos-photo-1 .para-photos,
.pos-photo-2 .para-photos{
    clear: both;
    width: 100%;
    margin: 20px 0;
}
.pos-photo-1 .para-photos:after,
.pos-photo-2 .para-photos:after{
    content: '';
    clear: both;
}
.pos-photo-1.nb-photos-1 .para-photos .para-photo,
.pos-photo-2.nb-photos-1 .para-photos .para-photo {
    max-width: 50%;
    margin: 0 auto;
}
.pos-photo-1.nb-photos-2 .para-photos .para-photo,
.pos-photo-2.nb-photos-2 .para-photos .para-photo {
    float: left;
    width: 47%;
    margin: 0 1.5%;
}
.pos-photo-1.nb-photos-3 .para-photos .para-photo,
.pos-photo-2.nb-photos-3 .para-photos .para-photo {
    float: left;
    width: 30%;
    margin: 0 1.5%;
}
.pos-photo-1.nb-photos-4 .para-photos .para-photo,
.pos-photo-2.nb-photos-4 .para-photos .para-photo,
.pos-photo-1.nb-photos-more .para-photos .para-photo,
.pos-photo-2.nb-photos-more .para-photos .para-photo{
    float: left;
    width: 22%;
    margin: 0 1.5%;
}
.pos-photo-1.nb-photos-more .para-photos .para-photo:nth-child(4n+1),
.pos-photo-2.nb-photos-more .para-photos .para-photo:nth-child(4n+1) {
    clear: both;
}

img[data-align="center"] {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
img[data-align="right"] {
    float: right;
}
img[data-align="left"] {
    float: left;
}

.paragraphes table tr td {
    padding: 10px;
    border: 1px solid #eee;
}
.paragraphes table {
    margin-bottom: 30px;
}
.paragraphes ul li {
    padding-left: 15px;
}
.paragraphes ul li:before {
    content: '• ';
    color: #333;
}

/*Début accordéon*/
.para-item-accordeon .elements {
    overflow: hidden;
    padding-top: 10px;
}
.para-item-accordeon .titre-elem {
    cursor: pointer;
    position: relative;
    border-bottom: solid 1px #d8d8d8;
    padding-bottom: 5px;
    margin-bottom: 10px;
    margin-top: 10px;
    font-size: 15px;
    font-weight: 700;
    color: #656565;
}
.para-item-accordeon .titre-elem:after {
    content: "\f067";
    font-family: "Font Awesome 5 Free";
    position: absolute;
    right: 0;
    color: #d8d8d8;
    font-weight: 700;
}
.para-item-accordeon .titre-elem.active:after {
    content: "\f068";
}
.para-item-accordeon .texte-elem {
    max-height: 0;
    padding-left: 10px;
    overflow: hidden;
    line-height: 24px;
    color: #656565;
    text-align: justify;
}
.para-item-accordeon .texte-elem.active {
    max-height: 2000px;
    overflow: visible;
    margin-bottom: 20px;
}
/*Fin accordéon*/


/*Documents*/
.node--type-contenu .documents a {
    display: block;
    width: 100%;
    text-decoration: none;
    padding-left: 55px;
    line-height: 40px;
    color: #707070;
    border-bottom: solid 1px #d8d8d8;
}

.node--type-contenu .documents a:last-of-type {
    border-bottom: none;
}

.node--type-contenu .documents a.type-xls {
    background: url('../images/svg/picto-xls.svg') no-repeat 17px center;
}

.node--type-contenu .documents a.type-doc {
    background: url('../images/svg/picto-doc.svg') no-repeat 17px center;
}

.node--type-contenu .documents a.type-ppt {
    background: url('../images/svg/picto-ppt.svg') no-repeat 17px center;
}

.node--type-contenu .documents a.type-pdf {
    background: url('../images/svg/picto-pdf.svg') no-repeat 17px center;
}

/* CKEDITOR D7 */
.rteindent1 {
    margin-left: 40px;
}
.rteindent2 {
    margin-left: 80px;
}
.rteindent3 {
    margin-left: 120px;
}
.rteindent4 {
    margin-left: 160px;
}
.rteleft {
    text-align: left;
}
.rteright {
    text-align: right;
}
.rtecenter {
    text-align: center;
}
.rtejustify {
    text-align: justify;
}
.ibimage_left {
    float: left;
}
.ibimage_right {
    float: right;
}

.text-align-left {
    text-align: left;
}
.text-align-right {
    text-align: right;
}
.text-align-center {
    text-align: center;
}
.text-align-justify {
    text-align: justify;
}


/* ARCOLIB DEFAULT */
button, input, optgroup, select, textarea {
    font-family: sans-serif;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}
form label {
    margin-bottom: 10px;
}
label {
    display: block;
    font-weight: bold;
}
form input, form textarea {
    padding: 10px;
    border: 1px solid #104274;
    border-radius: 4px;
}
form input {
    width: 100%;
    padding: 10px;
}
form input[type="checkbox"], form input[type="radio"] {
    position: absolute;
    width: 1px;
    height: 1px;
    opacity: 0;
}
form input[type="checkbox"] + label, form input[type="radio"] + label {
    cursor: pointer;
    line-height: 16px;
}
form input[type="checkbox"] + label::before, form input[type="radio"] + label::before {
    content: "";
    position: absolute;
    top: -2px;
    left: 0;
    display: inline-block;
    height: 20px;
    width: 20px;
    background-color: #fff;
    border-radius: 50%;
    margin-right: 10px;
    border: 1px solid #6b757d;
    overflow: hidden;
}
form input[type="checkbox"]:checked + label::after, form input[type="radio"]:checked + label::after {
    content: '';
    position: absolute;
    left: 2px;
    top: 0;
    height: 16px;
    width: 16px;
    background-color: #fcce55;
    border-radius: 50%;
    border: 1px solid #fff;
}
form .form-type-radio, form .form-type-checkbox {
    position: relative;
    padding-left: 28px;
    margin-bottom: 8px;
}
.btn-link {
    position: relative;
    display: inline-block;
    margin: 0 auto 20px auto;
    padding: 15px 20px;
    border: 2px solid #fcce55;
    border-radius: 10px;
    font-weight: 700;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    color: #fcce55;
}
.btn-link:hover {
    color: #fff;
    border: 1px solid #4d4d4d;
    background-color: #4d4d4d;
}
.field--type-text-with-summary {
    margin-bottom: 25px;
}
.pager ul{
    display: block;
    padding-bottom: 75px !important;
    clear: both;
    text-align: center;
    margin: 0 0 0.75em 0;
}
.pager li {
    display: inline-block !important;
    width: 40px;
    height: 40px;
    padding: 10px !important;
    border: 1px solid #104274;
    border-radius: 4px;
    background-image: none;
    display: inline;
    list-style-type: none;
    padding: 0.5em;
    margin: 0 0 0.25em 1.5em;
}
.pager li.is-active {
    border: 1px solid #c5e7ee;
    background-color: #c5e7ee;
}
.pager li.is-active a{
    color: #fff;
}
.pager li a {
    color: #104274;
}


/* MENU TOP */
.top-header {
    display: block;
    width: 100%;
    height: 31px;
    background-color: #fcce55;
    font-size: 12px;
}
.top-header ul.menu{
    border: none;
    list-style: none;
    text-align: left;
    margin: 0;
    padding: 0;
}
.top-header ul.menu li{
    padding-top: 0;
}
.top-header ul.menu li a.is-active{
    color: #104274;
}

.top-header li:first-child {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}
.top-header li:nth-child(2) {
    padding-left: 145px;
}
.top-header li:nth-child(3) {
    position: absolute;
    left: 15%;
    top: 0;
    padding-left: 80px;
}
.top-header li:last-child {
    position: absolute;
    right: 0;
    top: 0;
}
.top-header a {
    display: inline-block;
    padding: 0 14px;
    line-height: 31px;
    text-transform: uppercase;
    font-weight: 700;
    color: #104274;
    text-decoration: none;
}
.top-header li::before {
    content: "";
    display: inline-block;
    position: absolute;
    left: 12px;
    top: 4px;
    width: 17px;
    height: 17px;
}
.top-header li:first-child::before {
    width: 20px;
    height: 20px;
    background: url(../img/svg/picto-mail-blanc.svg);
        background-size: auto;
    background-size: cover;
}
.top-header li:first-child a {
    color: #fff;
    padding-left: 45px;
    background-color: #104274;
}
.top-header li:nth-child(2)::before {
    left: 130px;
    top: 6px;
    background: url(../img/svg/picto-tel.svg);
        background-size: auto;
    background-size: cover;
}
.top-header li:nth-child(3)::before {
    left: 68px;
    top: 6px;
    background: url(../img/svg/picto-adress.svg);
        background-size: auto;
    background-size: cover;
}
.top-header li:last-child::before {
    left: 18px;
    top: 7px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    background: url(../img/svg/picto-votre-espace.svg);
        background-size: auto;
    background-size: cover;
}
.top-header li:last-child a {
    padding-left: 45px;
    background-color: #c5e7ee;
}

.ctn-infos-header {
    display: none;
    z-index: 1000;
    background-color: #87c9d8;
    border: 1px solid #acdde7;
    border-radius: 4px;
    color: #104274;
    text-transform: uppercase;
    max-width: 400px;
    position: absolute;
    left: 19%;
    padding: 15px 0px;
    line-height: 1.4em;
}
.ctn-infos-header .adresse {
    padding: 3px 5px;
}
.ctn-infos-header .adresse span {
    font-weight: 600;
}
.ctn-infos-header .adresse span b {
    color: #fff;
}
.ctn-infos-header .adresse hr{
    border: 1px solid #fff;
}

/* HEADER */
.header-middle {
    height: 216px;
}
.header-middle {
    position: relative;
}
.wrap1200 {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}
.wrap900 {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
}
header .block-logoheader {
    position: absolute;
    left: 50%;
    top: 50px;
    -webkit-transform: translate(-50%,0);
    transform: translate(-50%,0);
}
.region-header .menu {
    width: 330px;
}
.region-header .menu {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    height: auto;
    padding: 0;
}
.region-header li {
    display: flex;
    align-items: center;
    border-radius: 6px;
    list-style-type: none;
    list-style-image: none;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.region-header li:first-child {
    position: relative;
    width: 170px;
    border: 2px solid #fcce55;
    padding: 0 27px 0 42px;
    padding-left: 42px;
    margin: 0;
}
header .region-header li a {
    display: inline-block;
    padding: 0 14px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 15px;
    text-decoration: none;
}
#block-documentsadherer li::before, #block-documentsadherer li::after {
    content: "";
    display: inline-block;
    position: absolute;
    left: 18px;
}
#block-documentsadherer li:first-of-type::before {
    width: 28px;
    height: 30px;
    top: 50%;
    -webkit-transform: translate(0,-50%);
    transform: translate(0,-50%);
}
#block-documentsadherer li:first-of-type::before {
    width: 28px;
    height: 34px;
    left: 8px;
    top: 30px;
    -webkit-transform: translate(0,-44%);
    transform: translate(0,-44%);
    background: url(../img/svg/docs-pratiques.svg);
        background-size: auto;
    background-size: cover;
}
.region-header li:first-child a {
    color: #104274;
}
.region-header li:first-child:hover {
    background-color: #fcce55;
}
#block-documentsadherer li:last-of-type {
    border: 2px solid #104274;
    line-height: 60px;
    background-color: #104274;
    width: auto;
    position: relative;
    padding-left: 18px;
}
#block-documentsadherer li:last-of-type::before {
    width: 25px;
    height: 25px;
    left: 4px;
    top: 14px;
    background: url(../img/svg/picto-adherer.svg);
    background-size: auto;
    background-size: cover;
}
.region-header li:last-child a {
    color: #fff;
}
#block-documentsadherer li:last-of-type:hover {
    background-color: transparent;
}
#block-documentsadherer li:last-of-type:hover a {
    color: #104274;
}

#block-formulairederecherche {
    position: relative;
    left: auto;
    bottom: auto;
    width: 225px;
    height: 40px;
}
#block-formulairederecherche input.form-search {
    width: 100%;
    border: 0;
    font-weight: 700;
    height: auto;
    padding: 12px 10px;
    background-color: #edecec;
    border-radius: 8px;
    box-sizing: border-box;
}
#block-formulairederecherche .form-actions {
}
#block-formulairederecherche .form-actions {
    position: absolute;
    right: 10px;
    top: 50%;
    width: 30px;
    height: 24px;
    -webkit-transform: translate(0,-50%);
    transform: translate(0,-50%);
}
#block-formulairederecherche .form-actions input {
    width: auto;
    background-color: transparent;
    padding: 0;
    border: 0;
    text-transform: uppercase;
    font-size: 22px;
    color: #fff;
    background-image: url(../images/loupe_bleu.png);
    background-repeat: no-repeat;
    background-position: 50%;
    text-indent: -9999px;
    width: 34px;
    margin: 0;
}

.block-superfishmain {
    display: block;
    position: relative;
    top: auto;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}
#superfish-main{
    display: flex;
    justify-content: center;
}
#superfish-main > li {
    position: relative;
    padding: 8px 0 20px 0;
    font-weight: 400;
}
#superfish-main > li > a {
    position: relative;
    display: inline-block;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    font-size: 13px;
    font-weight: 400;
    padding: 0 20px;
    color: #4d4d4d;
    text-transform: uppercase;
}
#superfish-main > li > a::after {
    content: "";
    display: inline-block;
    position: absolute;
    right: 0;
    top: 0;
    width: 2px;
    height: 100%;
    background-color: #fcce55;
}
#superfish-main > li > a .sf-sub-indicator{
    display: none;
}
#superfish-main > li ul {
    box-shadow: none !important;
    padding: 10px 0;
    background-color: #fff;
}
#superfish-main > li ul li {
    padding: 10px 0 10px 10px;
}
#superfish-main > li ul li a{
    font-size: 13px;
    font-weight: 400;
    padding: 0 20px;
    color: #4d4d4d;
    text-transform: uppercase;
}
#superfish-main > li.active-trail::before {
    content: "";
    display: block;
    height: 6px;
    width: 75%;
    background-color: #fcce55;
    bottom: 6px;
    left: 50%;
    -webkit-transform: translate(-50%,0);
    transform: translate(-50%,0);
    position: absolute;
    border-radius: 6px 6px 0 0;
}

.block-bannerhome {
    position: relative;
    height: auto;
    padding: 60px 0 150px;
}
.block-bannerhome .ctn-banniere {
    position: relative;
    width: 90%;
    max-width: 600px;
    margin: 0 auto;
    padding: 28px 28px 55px 28px;
    border-radius: 6px;
    background-color: rgba(255,255,255,.82);
    text-align: center;
}
.block-bannerhome .ctn-banniere .field-name-field-titre-h1{
    text-transform: uppercase;
    font-size: 28px;
    color: #104274;
}
.block-bannerhome .ctn-banniere .field-name-field-corps {
    padding: 20px 0 0 0;
}
.block-bannerhome .ctn-banniere .btn-link-banniere{
}
.block-bannerhome .ctn-banniere .btn-link-banniere a {
    display: inline-block;
    margin: 0 auto 20px auto;
    padding: 15px 20px;
    border: 2px solid #fcce55;
    border-radius: 10px;
    font-weight: 700;
    position: absolute;
    bottom: -45px;
    left: 50%;
    -webkit-transform: translate(-50%,0);
    transform: translate(-50%,0);
    background-color: #c5e7ee;
    border: 2px solid #fff;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    cursor: pointer;
    color: #104274;
    text-transform: uppercase;
    text-decoration: none;
}
.block-bannerhome .ctn-banniere .btn-link-banniere :hover {
    background-color: #fff;
    border: 2px solid #fcce55;
}

.block-views-blockvue-professions-home-block-1 {
    position: relative;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    width: 90%;
    padding: 13px;
    border-radius: 10px;
    overflow: visible;
    background-color: rgba(255,255,255,.8);
    top: -76px;
}
.block-views-blockvue-professions-home-block-1 .view-content {
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -moz-justify-content: space-between;
    justify-content: space-between;
}
.block-views-blockvue-professions-home-block-1 .views-row {
    position: relative;
    cursor: pointer;
    -webkit-box-shadow: 0 3px 10px rgba(0,0,0,.15);
    box-shadow: 0 3px 10px rgba(0,0,0,.15);
    border-radius: 10px;
    width: 31%;
    max-width: 340px;
}
.block-views-blockvue-professions-home-block-1 .views-row .views-field-title::after {
    content: "";
    position: absolute;
    bottom: 10px;
    width: 156px;
    height: 4px;
    background-color: #c5e7ee;
    border-radius: 2px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.block-views-blockvue-professions-home-block-1 .views-row:hover .views-field-title {
    background-color: #fcce55;
    color: #104274;
}
.block-views-blockvue-professions-home-block-1 .views-row .views-field-title {
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -moz-align-items: center;
    align-items: center;
    position: relative;
    height: 76px;
    background-color: #104274;
    padding: 0 12px;
    border-radius: 10px 10px 0 0;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    padding: 0 35px;
}
.block-views-blockvue-professions-home-block-1 .views-row .views-field-title h3 {
    font-size: 15px;
    font-weight: 600;
}
.block-views-blockvue-professions-home-block-1 .views-row .views-field-body {
    padding: 20px 40px 90px 40px;
    font-weight: 300;
    text-align: center;
}
.block-views-blockvue-professions-home-block-1 .views-row .views-field-field-lien {
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translate(-50%,0);
    transform: translate(-50%,0);
    width: 150px;
    text-align: center;
}
.block-views-blockvue-professions-home-block-1 .views-row .views-field-field-lien a {
    position: relative;
    display: inline-block;
    margin: 0 auto 20px auto;
    padding: 15px 20px;
    border: 2px solid #fcce55;
    border-radius: 10px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    z-index: 5;
    color: #fcce55;
    text-decoration: none;
}
.block-views-blockvue-professions-home-block-1 .views-row:hover .views-field-field-lien a {
    color: #fff;
    border: 2px solid #fff;
    background-color: #fcce55;
}

/* Paragraphes */
.path-frontpage .node--type-page > h2{
    display: none;
}
.field--name-field-contenu-paragraph {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}
.paragraph--type--double-colonne-home {
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -moz-justify-content: space-between;
    justify-content: space-between;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    margin-bottom: 100px;
}
.paragraph--type--double-colonne-home .field--name-field-colonne-gauche {
    width: 40%;
    padding-right: 8%;
    max-width: 1200px;
    margin: 0 auto;
    margin-bottom: 0px;
}
.paragraph--type--double-colonne-home .field--name-field-colonne-droite {
    width: 60%;
    max-width: 1200px;
    margin: 0 auto;
    margin-bottom: 0px;
}
.paragraph--type--double-colonne-home .field--name-field-titre-pg-g-home,
.paragraph--type--double-colonne-home .field--name-field-titre-pg-d-home {
    font-weight: 600;
    padding: 0;
    display: inline;
}
.paragraph--type--double-colonne-home .title {
    text-transform: uppercase;
    font-size: 22px;
    color: #104274;
    margin-bottom: 25px;
}
.paragraph--type--double-colonne-home .title svg{
    margin-right: 0px;
}
.field--name-field-lien-p a {
    display: inline-block;
    border: 1px solid #c5e7ee;
    padding: 10px 16px;
    margin-top: 16px;
    text-transform: uppercase;
    font-size: 14px;
    color: #104274;
    border-radius: 10px;
    font-weight: 600;
}
.paragraph--type--double-colonne-home .field--name-field-colonne-droite .field--type-image {
    float: left;
    width: 200px;
}
.paragraph--type--double-colonne-home .field--name-field-colonne-droite .field--type-text-long {
    float: left;
    width: calc(100% - 200px);
    padding-left: 50px;
}
.paragraph--type--double-colonne-home .field--name-field-colonne-droite .field--name-field-lien-p {
    float: left;
    margin: 8px 0 0 50px;
}

/* BLOC SEO */
.texte_seo {
    position: relative;
}
.texte_seo::before {
    content: "";
    position: absolute;
    top: -75px;
    left: 0;
    height: 1px;
    width: 100%;
    background-color: #edecec;
}
.bloc-seo {
    margin: 75px auto 0 auto;
    font-size: 13px;
    text-align: center;
    padding: 0 12px;
}
.bloc-seo .title_svg {
    text-align: center;
    margin-bottom: 25px;
}
.bloc-seo svg {
    position: absolute;
    left: -35px;
    top: -9px;
    height: 42px;
    width: 22px;
}
.bloc-seo .title {
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    font-size: 22px;
    color: #104274;
}

/* FOOTER */
footer {
    position: relative;
    background-color: #8ed0de;
}
footer::before {
    content: "";
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: calc(100% - 70px);
    background: url(../img/bg/bg_footer.png);
        background-position-x: 0%;
        background-position-y: 0%;
        background-repeat: repeat;
        background-size: auto;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left bottom;
}
.region-footer {
    position: relative;
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -moz-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 1100px;
    margin: 75px auto 0 auto;
    padding: 42px 10px 260px;
}
.region-footer > nav {
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -moz-justify-content: space-between;
    justify-content: space-between;
    width: 90%;
}
.region-footer .menu--menu-navigation-principale-foote {
    width: 80%;
    padding-right: 100px;
}
.region-footer .menu--menu-nav-principale-droite {
    width: 20%;
    padding-right: 100px;
}
.region-footer nav > ul.menu {
    width: 100%;
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -moz-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.region-footer ul.menu li{
    margin-bottom: 10px;
}
.region-footer ul.menu li.menu-item--expanded{
    list-style-image: none;
    list-style: none;
}
.region-footer nav > ul.menu > li > a::before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 12px;
    background: url(../img/picto/picto-fleche-blanche.svg);
    background-size: auto;
    background-size: cover;
}
.region-footer nav > ul.menu > li > a {
    display: inline-block;
    position: relative;
    margin-bottom: 0px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
    padding-left: 25px;
    color: #104274;
}
.region-footer nav > ul.menu > li.menu-item--expanded > a {
    margin-bottom: 12px;
}    
.region-footer ul.menu li ul{
    margin: 0;
}
.region-footer ul.menu li ul li{
    margin: 0;
}
.region-footer ul.menu li ul li a {
    display: inline-block;
    margin-bottom: 10px;
    font-weight: 400;
    color: #104274;
    position: relative;
    margin-bottom: 12px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 400;
    padding-left: 25px;
}


.region-bottom-footer {
    position: relative;
    padding: 25px 0;
    border: 1px solid #a5d8e2;
    background-color: #81c2d3;
}

.region-bottom-footer ul.menu {
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -moz-justify-content: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.region-bottom-footer ul.menu li a {
    position: relative;
    font-size: 12px;
    font-weight: 600;
    padding: 0 20px;
    color: #fff;
}
.region-bottom-footer ul.menu li a::after {
    content: "";
    display: inline-block;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translate(0,-50%);
    transform: translate(0,-50%);
    width: 1px;
    height: 10px;
    background-color: rgba(255,255,255,.3);
}

/* FORM LOIGN */
.block_login {
    display: none;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 500;
    background-color: transparent;
    width: auto;
    height: auto;
}
.block_login .btn_esp_pro {
    position: absolute;
    top: 7px;
    right: 7px;
    width: 40px;
    height: 40px;
    text-align: center;
    color: #303030;
    font-size: 27px;
    cursor: pointer;
}
.block_login form {
    position: static;
    -webkit-transform: none;
    transform: none;
    top: 50%;
    left: 50%;
    max-width: 375px;
    border-radius: 0 0 0 6px;
    border-top: none;
    padding: 45px 20px 20px 20px;
    background-color: #f1f1f1;
}
#extranet-choix {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
#extranet-choix li {
    position: relative;
    width: auto;
    padding: 0 0 0 32px;
    border: 0;
    line-height: normal;
    background-color: transparent;
}
.block_login input {
    margin-bottom: 12px;
    border: 2px solid #c5e7ee;
}
.block_login .submit {
    border: 2px solid #c5e7ee;
    background-color: #c5e7ee;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    margin: 12px;
}

/* TITLE */
.banner-intern-top {
    padding: 60px 0 50px 0;
    text-align: center;
    position: relative;
}
.banner-intern-top .ctn-img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.banner-intern-top h1 {
    position: relative;
    display: block;
    text-align: center;
    margin: 45px 0 25px 0;
    position: relative;
    padding: 0 10px;
    text-transform: uppercase;
    font-size: 30px;
    color: #104274;
    font-weight: 700;
    z-index: 5;
}
.banner-intern-top .page_subtitle {
    position: relative;
    width: 90%;
    max-width: 800px;
    margin: 0 auto;
    z-index: 5;
}

/* CHIFFRES CLES */
.block-views-blockchiffre-cles-block-1 {
    width: 100%;
    max-width: 1060px;
    margin: 0 auto;
    padding: 0 12px;
}
.block-views-blockchiffre-cles-block-1 .view-content {
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -moz-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 70px;
}
.block-views-blockchiffre-cles-block-1 .views-row {
    position: relative;
    width: 49%;
    max-width: 500px;
    margin-bottom: 40px;
}
.block-views-blockchiffre-cles-block-1 .ctn-infos {
    position: absolute;
    left: 30%;
    top: 50%;
    -webkit-transform: translate(0,-50%);
    transform: translate(0,-50%);
    color: #fff;
    font-weight: 700;
    z-index: 5;
}
.block-views-blockchiffre-cles-block-1 .node-chiffre {
    height: 200px;
    background-repeat: no-repeat;
    background-size: contain;
}
.block-views-blockchiffre-cles-block-1 .views-row .node-chiffre.blue{
    background-color: #104274;
}
.block-views-blockchiffre-cles-block-1 .views-row .node-chiffre.ice{
    background-color: #c5e7ee;
}
.block-views-blockchiffre-cles-block-1 .views-row .node-chiffre.black{
    background-color: #303030;
}
.block-views-blockchiffre-cles-block-1 .views-row .node-chiffre.grey{
    background-color: #4d4d4d;
}
.block-views-blockchiffre-cles-block-1 .views-row .node-chiffre.orange{
    background-color: #ff9800;
}
.block-views-blockchiffre-cles-block-1 .views-row .node-chiffre.red{
    background-color: #e52c13;
}
.block-views-blockchiffre-cles-block-1 .views-row .node-chiffre.blue::before{
    background-color: #104274;
}
.block-views-blockchiffre-cles-block-1 .views-row .node-chiffre.ice::before{
    background-color: #c5e7ee;
}
.block-views-blockchiffre-cles-block-1 .views-row .node-chiffre.black::before{
    background-color: #303030;
}
.block-views-blockchiffre-cles-block-1 .views-row .node-chiffre.grey::before{
    background-color: #4d4d4d;
}
.block-views-blockchiffre-cles-block-1 .views-row .node-chiffre.orange::before{
    background-color: #ff9800;
}
.block-views-blockchiffre-cles-block-1 .node-chiffre.red::before {
    background-color: #e52c13;
}
.block-views-blockchiffre-cles-block-1 .node-chiffre::before {
    content: "";
    height: 100%;
    width: 60%;
    position: absolute;
    background-color: #104274;
    left: 23%;
    top: 0;
    -webkit-transform: skew(-20deg);
    transform: skew(-20deg);
}
.block-views-blockchiffre-cles-block-1 .chiffre_number, .block-views-blockchiffre-cles-block-1 .chiffre_prix {
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    -moz-align-items: baseline;
    align-items: baseline;
    text-transform: uppercase;
    font-size: 40px;
    color: #fff;
    line-height: 30px;
}
.block-views-blockchiffre-cles-block-1 .chiffre_title {
    text-transform: uppercase;
    font-size: 25px;
    color: #fff;
}
.block-views-blockchiffre-cles-block-1 .chiffre_tva {
    margin-left: 10px;
    font-size: 13px;
    font-weight: 400;
}


/* EQUIPE */
.block-views-blockequipe-block-1 {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}
.block-views-blockequipe-block-1 .view-content {
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -moz-justify-content: space-between;
    justify-content: space-between;
}
.block-views-blockequipe-block-1 .view-content .views-row {
    width: 201px;
    margin: 40px 0 30px 0;
    text-align: center;
}
.block-views-blockequipe-block-1 .view-content .views-row img {
    border-radius: 50%;
    margin-bottom: 20px;
}
.view-equipe .equipe_name {
    text-transform: uppercase;
    font-size: 14px;
    color: #104274;
    font-weight: 700;
}
.view-equipe .equipe_fonction {
    margin: 6px auto 8px auto;
    text-transform: uppercase;
    font-size: 12px;
    color: #c8c8c8;
    font-weight: 700;
}
.view-equipe .equipe_mail {
    display: block;
    padding-top: 8px;
    border-top: 1px solid #fcce55;
    font-size: 12px;
}

/* PARAGRAPHES */
.paragraph--type--titre-et-texte {
    margin-bottom: 40px;
    text-align: center;
    padding: 0 12px;
}
.paragraph--type--titre-et-texte .field--name-field-titre {
    margin-bottom: 16px;
    font-size: 20px;
    font-weight: 600;
}
.paragraph--type--double-colonne {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -moz-justify-content: space-between;
    justify-content: space-between;
}
.page-node-1685 .paragraph--type--double-colonne {
    position: relative;
    padding-bottom: 80px;
}
.paragraph--type--double-colonne > div {
    width: 50%;
    max-width: 550px;
    padding: 0 12px;
}
.paragraph--type--titre-et-contenu {
    margin-top: 60px;
}
.paragraph--type--titre-et-contenu .field--name-field-titre {
    margin-bottom: 20px;
    text-transform: uppercase;
    font-size: 22px;
    color: #104274;
    font-weight: 700;
}
.paragraph--type--titre-et-contenu .field--name-field-titre {
    font-size: 24px;
}
.paragraph--type--titre-et-contenu p {
    margin-bottom: 12px;
}
.paragraph--type--titre-et-contenu .field--name-field-pg-contenu {
    font-size: 13px;
}
.paragraph--type--titre-et-contenu h3 {
    margin: 8px 0 12px 0;
    font-size: 14px;
    color: #104274;
}
.paragraph--type--titre-et-contenu li {
    position: relative;
    margin: 0 0 12px 18px;
}
.paragraph--type--titre-et-contenu li::before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 12px;
    background: url(../img/picto/picto-fleche-bleue-clair.svg);
    background-size: auto;
    background-size: cover;
    position: absolute;
    top: 2px;
    left: -25px;
}
.page-node-1685 .paragraph--type--double-colonne {
    position: relative;
    padding-bottom: 80px;
}
.page-node-1685 .paragraph--type--double-colonne::before {
    content: "";
    display: inline-block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 550px;
    height: 180px;
    background: url(../img/bg/bg_db_col.png);
    background-position-x: 0%;
    background-position-y: 0%;
    background-repeat: repeat;
    background-size: auto;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom;
}

.paragraph--type--adherer-bulletin {
    margin: 0 auto;
    text-align: center;
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    width: 710px;
}
.paragraph--type--adherer-bulletin .gauche, .paragraph--type--adherer-bulletin .droite {
    width: 90%;
    margin: 0 auto;
    padding: 22px;
    border-radius: 4px;
}
.paragraph--type--adherer-bulletin .gauche {
    background-color: #c5e7ee;
    margin-bottom: 20px;
}
.paragraph--type--adherer-bulletin .gauche, .paragraph--type--adherer-bulletin .droite {
    width: 50%;
    margin: 0;
    padding: 32px 35px;
}
.paragraph--type--adherer-bulletin .gauche {
    border-radius: 4px 0 0 4px;
}
.paragraph--type--adherer-bulletin .pg_title::after {
    content: "";
    display: inline-block;
    position: absolute;
    bottom: -12px;
    left: 50%;
    -webkit-transform: translate(-50%,0);
    transform: translate(-50%,0);
    height: 4px;
    width: 150px;
    background-color: #fff;
}
.paragraph--type--adherer-bulletin .pg_title {
    position: relative;
    margin-bottom: 38px;
    text-transform: uppercase;
    font-size: 28px;
    color: #fff;
    font-weight: 600;
}
.paragraph--type--adherer-bulletin .gauche .pg_title {
    padding: 0 46px;
}
.paragraph--type--adherer-bulletin .pg_contenu {
    color: #fff;
}
.paragraph--type--adherer-bulletin a {
    display: inline-block;
    margin-top: 20px;
    border-radius: 6px;
    background-color: #fff;
    padding: 10px 20px;
    text-transform: uppercase;
    font-weight: 600;
    color: #fcce55;
}
.paragraph--type--adherer-bulletin a:hover {
    color: #104274;
}
.paragraph--type--adherer-bulletin .droite {
    background-color: #fcce55;
    border-radius: 0 4px 4px 0;
}
#bulletins select {
    width: 100%;
    padding: 10px;
    border-radius: 4px;
    border: 0;
    color: #303030;
}

.view-documentation {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}
.view-documentation form {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    padding: 20px 30px;
    background-color: #f1f1f1;
    border-top: 5px solid #fcce55;
    border-radius: 6px;
    padding: 0;
    border-top: none;
    border-radius: 0;
    background-color: transparent;
}
.views-exposed-form > .form--inline {
    margin: 55px 0 30px 0;
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.views-exposed-form > .form--inline > .form-item {
    float: left;
    padding: .5em 1em 0 0;
}
.views-exposed-form select, .views-exposed-form input {
    height: 40px;
    padding: 10px 26px 10px 14px;
    border: 1px solid #59acd8;
    border-radius: 6px;
    color: #4d4d4d;
    font-size: 13px;
}
.views-exposed-form .form-type-select,
.views-exposed-form .shs-widget-container{
    position: relative;
}
.views-exposed-form .form-item-filemime::after, .views-exposed-form .shs-widget-container::after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 6px;
    width: 20px;
    height: 12px;
    -webkit-transform: translateY(-50%) rotate(90deg);
    transform: translateY(-50%) rotate(90deg);
    background: url(../img/picto/picto-fleche-bleue.svg);
        background-size: auto;
    background-size: cover;
}
.views-exposed-form .form-item-filemime select, .views-exposed-form .shs-widget-container select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.shs-field-container {
    margin-bottom: 0;
}
.views-exposed-form .form-actions input{
    display: none;
}
.view-documentation .views-row {
    position: relative;
    width: 90%;
    margin: 0 auto 20px auto;
    min-width: 200px;
    padding: 20px 12px 30px 12px;
    border-radius: 4px;
    -webkit-box-shadow: 0 3px 10px 0 rgba(0,0,0,.15);
    box-shadow: 0 3px 10px 0 rgba(0,0,0,.15);
    text-align: left;
}
.view-documentation .views-field-title {
    position: relative;
    margin-bottom: 20px;
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -moz-justify-content: space-between;
    justify-content: space-between;
}
.view-documentation .views-field-title::before {
    content: "";
    position: relative;
    display: inline-block;
    left: -5px;
    top: 0;
    height: 60px;
    width: 60px;
    margin-bottom: 25px;
    background-image: url(../img/picto/picto-fichier.svg);
    background-size: cover;
}
.view-documentation .xls .views-field-title::before, .view-documentation .xlsx .views-field-title::before {
    display: block;
    background-image: url(../img/picto/picto-xls.svg);
}
.view-documentation .pdf .views-field-title::before {
    display: block;
    background-image: url(../img/picto/picto-pdf.svg);
}
.view-documentation .doc .views-field-title::before, .view-documentation .docx .views-field-title::before, .view-documentation .txt .views-field-title::before, .view-documentation .odt .views-field-title::before {
    background-image: url(../img/picto/picto-doc.svg);
}
.view-documentation .ods .views-field-title::before {
    background-image: url(../img/picto/picto-ods.png);
    background-size: contain;
    background-repeat: no-repeat;
}
.view-documentation .views-field-title::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translate(-50%,0);
    transform: translate(-50%,0);
    height: 4px;
    width: 100%;
    border-radius: 2px;
    background-color: #104274;
}
.view-documentation .views-field-field-document-description {
    margin-bottom: 65px;
}
.view-documentation .xls .views-field-title::after, .view-documentation .xlsx .views-field-title::after {
    background-color: #038137;
}
.view-documentation .pdf .views-field-title::after {
    background-color: #e52c13;
}
.view-documentation .views-field-title span {
    text-transform: uppercase;
    font-size: 12px;
    color: #104274;
    font-weight: 700;
    margin-bottom: 30px;
    text-align: left;
}
.view-documentation .views-field-title .field-content {
    width: calc(100% - 65px);
}
.view-documentation .views-field-filemime {
    display: block;
    position: absolute;
    right: 20px;
    bottom: 25px;
    width: 100px;
}
.view-documentation .views-field-filemime a {
    display: inline-block;
    position: relative;
    width: 100px;
    height: 40px;
}
.view-documentation .views-field-filemime a::before {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%,0);
    transform: translate(-50%,0);
    width: 20px;
    height: 20px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.view-documentation .xls .views-field-filemime a::before, .view-documentation .xlsx .views-field-filemime a::before {
    display: block;
    background-image: url(../img/picto/picto-telecharger-vert.svg);
}
.view-documentation .pdf .views-field-filemime a::before {
    display: block;
    background-image: url(../img/picto/picto-visualiser-rouge.svg);
}
.view-documentation .doc .views-field-filemime a::before, .view-documentation .docx .views-field-filemime a::before, .view-documentation .txt .views-field-filemime a::before, .view-documentation .odt .views-field-filemime a::before {
    display: block;
    background-image: url(../img/picto/picto-telecharger-bleu.svg);
}
.view-documentation .ods .views-field-filemime a::before {
    display: block;
    background-image: url(../img/picto/picto-telecharger-bleu.svg);
}
.view-documentation .views-field-filemime a::after {
    width: 100%;
    margin-top: 25px;
    text-align: center;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 11px;
    color: #4d4d4d;
}
.view-documentation .xls .views-field-filemime a::after, .view-documentation .xlsx .views-field-filemime a::after {
    content: "Télécharger";
    display: block;
}
.view-documentation .pdf .views-field-filemime a::after {
    content: "Visualiser";
    display: block;
}
.view-documentation .doc .views-field-filemime a::after, .view-documentation .docx .views-field-filemime a::after, .view-documentation .txt .views-field-filemime a::after, .view-documentation .odt .views-field-filemime a::after {
    content: "Télécharger";
    display: block;
}
.view-documentation .ods .views-field-filemime a::after {
    content: "Télécharger";
    display: block;
}

.page-node-1690 .block-views-blockvue-actu-block-1, .page-node-1714 .block-views-blockvue-faq-block-1 {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    margin-top: 0px;
    font-size: 12px;
    margin-top: 50px;
}
.block-views-blockvue-faq-block-1 form {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    padding: 20px 30px;
    background-color: #f1f1f1;
    border-top: 5px solid #fcce55;
    border-radius: 6px;
}
.page-node-1714 .paragraph--type--double-colonne-home {
    margin-bottom: 0;
}
.page-node-1690 .view-content, .page-node-1714 .view-content {
    margin: 0 auto;
}
.page-node-1690 .views-row, .page-node-1714 .views-row {
    box-shadow: 0 3px 10px rgba(0,0,0,.15);
    border-radius: 4px;
    margin: 0 auto 20px auto;
    width: 280px;
    margin-top: 30px;
}
.page-node-1690 .views-field, .page-node-1714 .views-field {
    padding: 0 22px;
}
.page-node-1690 .views-field-field-miniature, .page-node-1714 .views-field-field-miniature {
    padding: 0;
}
.page-node-1690 img, .page-node-1714 img {
    width: 100%;
    border-radius: 4px 4px 0 0;
}
.page-node-1690 .views-field-title, .page-node-1714 .views-field-title {
    display: block;
    margin-bottom: 18px;
}
.page-node-1690 .views-field-title a, .page-node-1714 .views-field-title a {
    text-transform: uppercase;
    font-size: 12px;
    color: #104274;
    font-weight: 700;
}
.page-node-1714 .views-field-title a {
    font-size: 15px;
}
.page-node-1714 .views-field-title {
    margin-top: 10px;
}
.page-node-1714 .views-field-field-question .field-content {
    font-size: 13px;
}
.page-node-1714 .views-field-field-question .field-content span {
    text-decoration: underline;
    font-weight: 600;
}
.page-node-1690 .views-field-view-node,
.page-node-1714 .views-field-view-node{
    padding: 20px 22px 20px;
}
.page-node-1690 .views-field-view-node a, .page-node-1714 .views-field-view-node a {
    margin: 10px 0 35px 0;
    text-transform: uppercase;
    text-decoration: underline;
}
.page-node-1714 .views-field-view-node .field-content a {
    text-decoration: none;
    font-size: 1.1em;
    font-weight: 800;
}
.page-node-1690 .views-field-view-node .field-content a,
.page-node-1714 .views-field-view-node .field-content a {
    color: #fcce55;
}
.page-node-1690 .gutter-sizer, .page-node-1714 .gutter-sizer {
    width: 20px;
}
.grid-sizer, .grid-item {
    width: 100%;
}
.page-node-1690 .views-field-field-date, .page-node-1714 .views-field-field-date {
    display: block;
    margin: 20px 0 8px 0;
    text-transform: uppercase;
    font-size: 12px;
    color: #c8c8c8;
    font-weight: 700;
}

/* FAQ */
.node--type-faq {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
}
.node--type-faq .field--name-body {
    margin: 45px auto 12px auto;
    text-align: center;
    color: #104274;
    font-size: 24px;
    font-weight: 700;
}
.node--type-faq .field--name-body p{
    color: #104274;
}
.paragraph--type--double-colonne-faq {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
        margin-top: 0px;
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -moz-justify-content: space-between;
    justify-content: space-between;
}
.node--type-faq .paragraph--type--double-colonne-faq {
    margin-top: 45px;
}
.paragraph--type--double-colonne-faq > div {
    width: 100%;
    padding: 0 12px;
}
.node--type-faq .field--name-field-question-detail {
    margin: 0 0 20px;
    font-size: 17px;
}
.node--type-faq .field--name-field-question-detail p{
    line-height: 20px;
}
.node--type-faq .paragraph--type--double-colonne-faq .paragraph--type--titre-et-contenu {
    margin-top: 0;
}
.node--type-faq h4{
    margin: 0 0 22px 0;
}

/* ACTUALITES */
.node--type-actualites {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
}
.node--type-actualites .field--name-body {
    margin: 45px auto 12px auto;
    text-align: center;
    color: #104274;
    font-size: 24px;
    font-weight: 700;
}
.node--type-actualites .field--name-body p{
    color: #104274;
    line-height: 26px;
}
.node--type-actualites .field--name-field-date {
    text-align: center;
    font-size: 12px;
    margin-bottom: 40px;
}
.node--type-actualites .paragraph--type--double-colonne {
    margin-top: 45px;
}
.node--type-actualites .paragraph--type--double-colonne .paragraph--type--titre-et-contenu {
    margin-top: 0;
}
.node--type-actualites .paragraph--type--titre-et-contenu .field--name-field-titre {
    font-size: 18px;
    color: #fcce55;
}

/* WEBFORM */
.block-webform form{
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    padding: 20px 30px;
    background-color: #f1f1f1;
    border-top: 5px solid #fcce55;
    border-radius: 6px;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    justify-content: space-between;
}
.block-webform .form-item{
    width: 100%;
}
.block-webform form .form-item-nom,
.block-webform form .form-item-prenom,
.block-webform form .form-item-email,
.block-webform form .form-item-telephone {
    width: 45%;
}
.block-webform form .form-actions::after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 65px;
    -webkit-transform: translate(0,-50%);
    transform: translate(0,-50%);
    width: 25px;
    height: 23px;
    background: url(../img/picto/picto-fleche-jaune.svg);
        background-size: auto;
    background-size: cover;
}
.block-webform form .form-actions {
    position: relative;
    display: block;
    width: 270px;
    margin: 42px auto 0 auto;
    text-align: center;
}
.block-webform form .form-actions input {
    width: auto;
    background-color: #104274;
    text-transform: uppercase;
    font-size: 20px;
    color: #fff;
    padding: 12px 50px 12px 70px;
    margin: 0;
    max-width: inherit;
}
.webform-confirmation{
    width: 100%;
    max-width: 1200px;
    margin: 40px auto 40px;
}

.block-webform form.webform-submission-bulletin-d-adhesion-form {
    padding: 0;
    border-top: none;
    border-radius: 0;
    background-color: transparent;
    padding-bottom: 100px;
}
.webform-submission-bulletin-d-adhesion-form details {
    width: 100%;
    margin-bottom: 30px;
    padding: 0;
    background-color: #f1f1f1;
    border: 0;
    border-radius: 6px;
}
.webform-submission-bulletin-d-adhesion-form summary {
    position: relative;
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 10px 20px 10px 40px;
    background-color: #c5e7ee;
    border-radius: 6px 6px 0 0;
    text-transform: uppercase;
    font-size: 22px;
    color: #fff;
    font-weight: 700;
    line-height: 24px;
    box-sizing: border-box;
}
.webform-submission-bulletin-d-adhesion-form summary[aria-expanded="false"] {
    border-radius: 6px;
}
.webform-submission-bulletin-d-adhesion-form [data-webform-key="vous_etes"] summary {
    background-color: #104274;
}
.webform-submission-bulletin-d-adhesion-form .details-wrapper {
    position: relative;
    padding: 20px 45px 5px 45px;
    border-top: 5px solid #fcce55;
    margin-top: 1px;
}
.webform-submission-bulletin-d-adhesion-form [data-webform-key="votre_identite"] .details-wrapper,
.webform-submission-bulletin-d-adhesion-form [data-webform-key="votre_activite"] .details-wrapper {
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -moz-justify-content: space-between;
    justify-content: space-between;
}
.webform-submission-bulletin-d-adhesion-form .form-checkboxes, .webform-submission-bulletin-d-adhesion-form .form-radios {
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.webform-submission-bulletin-d-adhesion-form .form-radios > div {
    width: 25%;
}
[data-webform-key="vous_etes"] .form-radios > div {
    width: 50%;
    box-sizing: border-box;
}
.webform-submission-bulletin-d-adhesion-form fieldset{
}
.webform-submission-bulletin-d-adhesion-form summary::before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 16px;
    left: 15px;
    width: 20px;
    height: 12px;
    background: url(../img/picto/picto-fleche-bleue.svg);
    background-size: auto;
    background-size: cover;
}
.webform-submission-bulletin-d-adhesion-form summary[aria-expanded="false"]::before {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}
.webform-submission-bulletin-d-adhesion-form label,
.webform-submission-bulletin-d-adhesion-form legend {
    color: #5f5f5f;
    font-weight: 600;
    margin-bottom: 10px;
}
.webform-submission-bulletin-d-adhesion-form .radios--wrapper > legend {
    text-transform: uppercase;
    font-size: 15px;
    color: #5f5f5f;
    font-weight: 700;
}
.webform-submission-bulletin-d-adhesion-form .form-checkboxes label, .webform-submission-bulletin-d-adhesion-form .form-radios label {
    margin-bottom: 30px;
    font-weight: 400;
}
.webform-submission-bulletin-d-adhesion-form .form-checkboxes > div label,
.webform-submission-bulletin-d-adhesion-form .form-radios > div label {
    display: inline-block;
    margin-bottom: 15px;
}
.webform-submission-bulletin-d-adhesion-form .form-item-nom,
.webform-submission-bulletin-d-adhesion-form .form-item-prenom,
.webform-submission-bulletin-d-adhesion-form .form-item-code-postal,
.webform-submission-bulletin-d-adhesion-form .form-item-ville,
.webform-submission-bulletin-d-adhesion-form .form-item-telephone-portable,
.webform-submission-bulletin-d-adhesion-form .form-item-telephone-personnel,
.webform-submission-bulletin-d-adhesion-form .form-item-telephone-professionnel,
.webform-submission-bulletin-d-adhesion-form .form-item-telecopie,
.webform-submission-bulletin-d-adhesion-form .form-item-code-ape__-naf,
.webform-submission-bulletin-d-adhesion-form .form-item-reference-obligation-fiscale-rof,
.webform-submission-bulletin-d-adhesion-form .form-item-nom,
.webform-submission-bulletin-d-adhesion-form .form-item-nom,
.webform-submission-bulletin-d-adhesion-form .form-item-nom,
.webform-submission-bulletin-d-adhesion-form .form-item-nom,
.webform-submission-bulletin-d-adhesion-form .form-item-nom,
.webform-submission-bulletin-d-adhesion-form .form-item-nom {
    width: 45%;
}
.webform-submission-bulletin-d-adhesion-form .form-item-code-postal-pro {
    width: 30%;
}
.webform-submission-bulletin-d-adhesion-form .form-item-ville-pro {
    width: 60%;
}
.webform-submission-bulletin-d-adhesion-form .webform-element-description {
    margin-top: 8px;
}
.webform-submission-bulletin-d-adhesion-form .wrapper-cas-echeant ,
.webform-submission-bulletin-d-adhesion-form .form-item-adresse-professionnelle ,
.webform-submission-bulletin-d-adhesion-form .form-item-n-siret ,
.webform-submission-bulletin-d-adhesion-form .wrapper-cas-echeant ,
.webform-submission-bulletin-d-adhesion-form .wrapper-cas-echeant ,
.webform-submission-bulletin-d-adhesion-form .wrapper-cas-echeant ,
.webform-submission-bulletin-d-adhesion-form .wrapper-cas-echeant ,
.webform-submission-bulletin-d-adhesion-form .wrapper-cas-echeant {
    border-top: 2px solid #fff;
    padding-top: 30px;
}
.webform-submission-bulletin-d-adhesion-form [data-webform-key="regime_fiscal"] .form-radios > div {
    width: 50%;
}
.webform-submission-bulletin-d-adhesion-form [data-webform-key="votre_suivi_comptable"] .form-radios > div {
    width: 100%;
}
.webform-submission-bulletin-d-adhesion-form [data-webform-key="correspondance"] label a:not(.notBloc) {
    display: block;
    height: 9px;
}
.webform-submission-bulletin-d-adhesion-form .description a {
    font-size: 14px;
    text-decoration: underline;
    color: #104274;
}
.webform-submission-bulletin-d-adhesion-form .description a:hover {
    color: #104274;
}
.webform-submission-bulletin-d-adhesion-form .form-item-type-de-cotisation {
    display: none;
}
.webform-submission-bulletin-d-adhesion-form [data-webform-key="votre_cotisation"] .details-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
}
.webform-submission-bulletin-d-adhesion-form [data-webform-key="votre_cotisation"] .webform-warning {
    display: none;
    font-size: 12px;
    text-transform: none;
    color: #e52c13;
    padding-top: 10px;
}
.webform-submission-bulletin-d-adhesion-form [data-webform-key="votre_cotisation"] .webform-content,
.webform-submission-bulletin-d-adhesion-form [data-webform-key="votre_cotisation"] .content-price-precedent {
    display: none;
}
.webform-submission-bulletin-d-adhesion-form [data-webform-key="votre_cotisation"] .webform-content.active,
.webform-submission-bulletin-d-adhesion-form [data-webform-key="votre_cotisation"] .content-price-precedent.active,
.webform-submission-bulletin-d-adhesion-form [data-webform-key="votre_cotisation"] .content-price.active,
.webform-submission-bulletin-d-adhesion-form [data-webform-key="votre_cotisation"] .webform-warning.active {
    display: block;
}
.webform-submission-bulletin-d-adhesion-form [data-webform-key="votre_cotisation"] .form-item-jopte-pour-un-prelevement-automatique-de-ma-cotisation{
    border-top: 2px solid #fdfdfd;
    padding-top: 20px;
}
.webform-submission-bulletin-d-adhesion-form .error-message {
    width: 100%;
    padding: 20px;
    margin-bottom: 20px;
    border-color: #f5c6cb;
    border-radius: .25rem;
    background: #f8d7da;
    color: #721c24;
}
.webform-submission-bulletin-d-adhesion-form .webform-details-toggle-state-wrapper{
    display: none;
}
.webform-submission-bulletin-d-adhesion-form .form-item-premiere-adhesion__-a-compter-du label,
.webform-submission-bulletin-d-adhesion-form .form-item-en-cas-de-transfert__-a-compter-du label,
.webform-submission-bulletin-d-adhesion-form .form-item-et-jadhere-a-lagpla-de-rennes-a-compter-du label {
    text-transform: uppercase;
}
.webform-submission-bulletin-d-adhesion-form [data-webform-key="votre_adhesion"] .message_doubleCotisation,
.webform-submission-bulletin-d-adhesion-form [data-webform-key="votre_adhesion"] .message_doubleCotisation_confirm {
    font-size: 12px;
    text-transform: none;
    color: #e52c13;
    font-weight: 600;
    margin-top: 10px;
    margin-bottom: 10px;
}
.webform-submission-bulletin-d-adhesion-form .webform-message {
    display: block;
    font-size: 12px;
    text-transform: none;
    color: #e52c13;
    padding-top: 10px;
}
.webform-submission-bulletin-d-adhesion-form [data-webform-key="votre_adhesion"] .date-select-bloc {
    display: none;
    margin: 20px 0 40px;
    padding-left: 20px;
}
.webform-submission-bulletin-d-adhesion-form [data-webform-key="votre_adhesion"] .date-select-bloc.active {
    display: block;
}
.webform-submission-bulletin-d-adhesion-form [data-webform-key="votre_adhesion"] .date-select-bloc .radio-bloc {
    position: relative;
    padding-left: 28px;
}
.webform-submission-bulletin-d-adhesion-form [data-webform-key="votre_adhesion"] .date-select-bloc label::after{
    margin: 0;
    background-image: none;
}
.hide {
    display: none;
}
.webform-submission-bulletin-d-adhesion-form [data-webform-key="votre_adhesion"] input[type=date]{
    display: none;
}

/* COMMERCE */
.commerce-checkout-flow-multistep-default{
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    padding: 20px 30px;
    background-color: #f1f1f1;
    border-top: 5px solid #fcce55;
    border-radius: 6px;
}
.checkout-body-message {
    max-width: 800px;
    margin: 50px auto 25px;
    padding: 0 20px;
    font-weight: 600;
    text-align: center;
}
.commerce-checkout-flow-multistep-default .form-actions {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.commerce-checkout-flow-multistep-default .form-actions input{
    margin-bottom: 30px;
    background: #104274;
    color: #fdfdfd;
    font-weight: 600;
    max-width: 100%;
}
.commerce-checkout-flow-multistep-default .form-actions a{
    color: #0071B3;
    padding: 4px 6px;
}
.checkout-order-summary table,
.checkout-order-summary .order-total-line__subtotal{
    display: none;
}
.commerce-checkout-flow-multistep-default .order-total-line__total{
    display: flex;
    justify-content: center;
    font-size: 16px;
}

.page-node-1807 .field--name-body p {
    max-width: 800px;
    margin: 50px auto 0;
    padding: 0 20px;
    font-weight: 600;
}
.block-webform .webform-submission-paiement-en-ligne-add-form {
    padding: 0;
    border: 0;
    background-color: initial;
}
.webform-submission-paiement-en-ligne-add-form fieldset {
    width: 100%;
    padding: 0;
    border: 0;
    background-color: #f1f1f1;
}
.webform-submission-paiement-en-ligne-add-form  fieldset legend {
    width: 100%;
    padding: 10px 20px;
    background-color: #104274;
    border-radius: 6px 6px 0 0;
}
.webform-submission-paiement-en-ligne-add-form fieldset legend span {
    text-transform: uppercase;
    font-size: 22px;
    color: #fdfdfd;
    font-weight: 700;
}
.webform-submission-paiement-en-ligne-add-form fieldset .fieldset-wrapper {
    padding: 20px 40px;
    border-top: 5px solid #fcce55;
    margin-top: 1px;
}
.webform-submission-paiement-en-ligne-add-form fieldset .fieldset-wrapper select {
    padding: 10px;
    border-radius: 4px;
    border: 1px solid #104274;
    background-color: #fdfdfd;
}


.arcolib-confirmation-adhesion-page{
    text-align: center;
    padding: 40px 0 0px 0;
}
.messages_webformadhesion{
    width: 90%;
    max-width: 850px;
    margin: 50px auto;
    padding: 20px;
    border: 0;
    background: 0 0;
    font-size: 15px;
    text-align: center;
    border: 2px solid #fcce55;
    border-radius: 6px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.messages_webformadhesion a{
    font-weight: 700;
    margin-top: 10px;
    color: #104274;
}
.checkout-complete{
    text-align: center;
}
.checkout-complete a{
    color: #104274;
}

/* RECHERCHE */
.path-search .region-content .search-form {
    max-width: none;
    width: 100%;
    background: #104274;
    padding: 50px 0 40px;
    margin: 0 0 60px;
    border-top: 5px solid #fcce55;
    border-radius: 6px;
}
.path-search .region-content .search-form > div {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 400px;
    margin: 0 auto;
    padding: 0 20px;
}
.path-search .region-content .search-form > a,
.path-search .region-content .search-form > details {
    display: none;
}
.path-search .region-content .search-form label {
    display: block;
    margin-bottom: 10px;
    color: #fff;
}
.path-search .region-content .search-form input {
    margin-top: 0;
    margin-bottom: 0;
}
.path-search .region-content .search-form input[type="submit"] {
    display: block;
    max-width: 250px;
    margin: 20px auto 0;
    background: #fcce55;
    color: #104274;
    font-weight: 600;
    font-family: sans-serif;
    font-size: 100%;
    line-height: 1.15;
    text-transform: inherit;
}
.path-search .region-content h2 {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 20px;
    margin-bottom: 30px;
    font-size: 20px;
}
.path-search .region-content .item-list {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 20px 0 40px;
}
.path-search .region-content .search-results h3 {
    margin-bottom: 4px;
    color: #104274;
    font-size: 16px;
}
.path-search .region-content .search-results h3 a{
    color: #104274;
}
.path-search .region-content .search-results li {
    position: relative;
    margin: 0 0 10px;
    padding: 25px 0;
}
.path-search .region-content .search-results li::after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 1px;
    width: 100%;
    background-color: #104274;
    opacity: .3;
}
.path-search .region-content .search-results .search-type {
    color: #fcce55;
    font-weight: 600;
}
.path-search .region-content .search-results .search-result__snippet {
    margin-top: 10px;
}
.path-search .region-content .search-results .search-snippet-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 240px;
    margin-top: 7px;
    color: #104274;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 13px;
}
.path-search .region-content .search-results .search-snippet-link::before {
    content: "";
    display: block;
    background-image: url(../img/picto/picto-telecharger-bleu.svg);
    width: 15px;
    height: 15px;
    margin-right: 10px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}


form.user-login-form{
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    margin-top: 50px;
    padding: 20px 30px;
    background-color: #f1f1f1;
    border-top: 5px solid #fcce55;
    border-radius: 6px;
    padding: 20px 45px;
}
form.user-login-form .form-actions {
    position: relative;
    display: block;
    width: 270px;
    margin: 42px auto 0 auto;
    text-align: center;
}
form.user-login-form .form-actions::after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0,-50%);
    transform: translate(0,-50%);
    width: 25px;
    background: url(../img/picto/picto-fleche-jaune.svg);
        background-size: auto;
    background-size: cover;
    left: 38px;
    height: 18px;
}
form.user-login-form .form-actions input {
    width: auto;
    background-color: #104274;
    text-transform: uppercase;
    font-size: 20px;
    color: #fff;
    padding: 12px 50px 12px 70px;
    max-width: 100%;
    margin: 0;
}


@media screen and (min-width: 768px) {
    
    .views-exposed-form > .form--inline {
        margin: 55px 0;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
    }
    .views-exposed-form > .form--inline > .form-item  {
        width: auto;
        margin: 0 0 20px 0;
        padding: 0 5px 0 0;
    }
    .views-exposed-form .shs-widget-container  {
        padding: 0 5px 0 0;
    }
    .view-documentation .view-content {
        display: -webkit-box;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: distribute;
        -moz-justify-content: space-around;
        justify-content: space-around;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .view-documentation .views-row {
        width: 23%;
        margin: 0 0 50px 0;
    }
    .block-views-blockvue-faq-block-1 form {
        padding: 20px 45px;
    }
    .paragraph--type--double-colonne-faq > div {
        width: 50%;
        max-width: 550px;
    }
}

