body {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    color: #00224b;
}

body.navbar-is-fixed-top {
    margin-top: 30px;
}

body.navbar-is-fixed-top.path-frontpage {
    margin-top: 0;
}

.breadcrumb {
    background: transparent;
    text-align: right;
    font-size: 13px;
    margin-bottom: 0;
    color: #002554;
    padding-right: 0;
}

.breadcrumb > li + li:before {
    content: '>';
    color: #002554;
}

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

.breadcrumb li.active {
    text-decoration: none;
    color: #002554;
}

.main-container {
    overflow: hidden;
}

.dropdown-menu {
    width: 230px;
}

.path-frontpage .region-content {
    margin-top: -20px;
}

.region-content {
    margin-top: 100px;
}

.path-liste-actualites .region-content, .path-telechargements .region-content {
    margin-top: 75px;
}


.navbar-nav {
    font-size: 13px;
}

li.expanded.dropdown {
    text-align: center;
}

.navbar-default .navbar-nav > li > a {
    color: #002554;
    text-transform: uppercase;
    font-size: 16px;
    padding: 15px 0px 10px;
    width: 230px;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #002554;
    background-color: transparent;
}

.navbar-default .navbar-nav > .open > a {
    background: transparent;
}

.navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    color: #5BC2E7;
    background: transparent;
}

#block-navigationprincipale .dropdown-menu {
    border-top: 10px solid #5BC2E7;
}

#block-navigationprincipale .dropdown-menu li a {
    text-align: center;
    padding: 6px 20px;
    white-space: normal;
    color: #002554;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus, .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    background: none;
    color: #002554;
}

#block-navigationprincipale .dropdown-menu li a::after {
    border-bottom: 1px solid #5BC2E7;
    width: 100%;
    margin: auto;
    content: '';
    display: block;
    padding-top: 6px;
}

#block-navigationprincipale .dropdown-menu li:last-child a::after {
    border-bottom: 0;
}

h1, .page-header {
    font-family: 'Open Sans', sans-serif;
    font-size: 30px;
    font-weight: 800;
    color: #002554;
    margin-bottom: 20px;
    margin-top: 60px;
}

h1::after {
    border-bottom: 9px solid #5BC2E7;
    width: 100px;
    content: "";
    margin-top: 15px;
    display: block;
}

h2 {
    font-family: 'Open Sans', sans-serif;
    font-size: 24px;
    font-weight: 800;
    color: #5BC2E7;
    text-transform: uppercase;
}

h3 {
    font-family: 'Open Sans', sans-serif;
    font-size: 22px;
    font-weight: 400;
    color: #002554;
}

h4 {
    font-weight: bold;
    margin-bottom: 25px;
}

a {
    color: inherit;
}

iframe {
    width: 100%;
}

.btn-primary {
    color: #fff;
    background-color: #5bc5ed;
    border-color: #5bc5ed;
    border-radius: 50px;
}

.btn-primary:hover, .btn:hover {
    background: #c1eaf9;
    color: #002554;
}

.input-group .form-control:last-child {
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}

.form-select {
    padding-top: 9px;
}

.page-header {
    border-bottom: 0;
}

.article_return a {
    padding: 12px 40px !important;
    position: relative;
}

.article_return a::before {
    content: '';
    background: url(../img/arrow-back-white.png) no-repeat;
    height: 14px;
    width: 16px;
    position: absolute;
    left: 16px;
    top: 14px;
}

.page-node-type-article .page-header {
    display: none;
}

.page-node-type-article h1 {
    margin-top: 30px;
}

.page-node-type-article article {
    margin-top: -35px;
}

.page-node-type-article.adminimal-admin-toolbar article {
    margin-top: 0;
}

.page-node-type-article article h2 {
    text-transform: initial;
}

.page-node-type-article span[typeof="schema:Person"] {
    color: #5BC2E7;
}

.page-node-type-article .category-term-color {
    margin-top: 10px;
    box-shadow: none;
}

.page-node-type-article article .col-xs-12.col-sm-9 {
    width: 80%;
}

.side-article {
    padding: 30px 15px 60px;
    background: #E0E3E7;
    width: 215px;
}

.side-article .addthis_inline_share_toolbox .at-share-btn-elements a, .side-article addthis_inline_follow_toolbox .at-share-btn-elements a {
    margin-right: 4px;
}

.date--article {
    color: #5BC2E7;
    font-size: 14px;
}

.posted_by {
    font-size: 14px;
    color: #002554;
    margin-top: 5px;
}

.posted_by a {
    color: #5BC2E7;
}

.navbar-fixed-bottom, .navbar-fixed-top {
    z-index: 500;
}

.article_return a,
.view-id-liste_actualites a.all-news,
a.button,
.block-simplenews .form-submit {
    text-decoration: none;
    color: #fff;
    background: #5BC2E7;
    padding: 12px 30px;
    border-radius: 50px;
    display: inline-block;
    margin: 20px 0;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    border: 0;
}

.article_return a:hover,
.view-id-liste_actualites a.all-news:hover,
a.button:hover,
.block-simplenews .form-submit:hover {
    background: #c1eaf9;
    color: #002554;
}

.centered {
    text-align: center;
}

.category-term-color {
    color: #fff;
    float: left;
    padding: 15px 25px;
    margin-right: 10px;
    font-size: 16px;
    font-weight: bold;
    box-shadow: 0px 1px 5px #6f6e6e;
}

.category-term-color:hover {
    color: attr(data-color);
}

.field--name-field-fichier-a-t .field--label,
.field--name-field-tags .field--label {
    color: #002554;
    font-weight: 700;
    margin-top: 20px;
}

.field--name-field-tags .field--item a {
    background: #dadada;
    color: #002554;
    text-decoration: none;
    font-weight: 400;
    border-radius: 20px;
    margin-top: 5px;
    display: inline-block;
    padding: 10px;
    font-size: 14px;
}

.field--name-field-fichier-a-t .field--item a {
    background: url(../img/doc-telechargeable.png) #5BC2E7 16px 50% no-repeat;
    background-size: 12%;
    text-decoration: none;
    color: #fff;
    display: inline-block;
    border-radius: 20px;
    padding: 10px 40px 10px 50px;
    margin-top: 5px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
}

.side-article .field--type-entity-reference {
    margin-bottom: 40px;
}

.addthis_inline_share_toolbox, .addthis_inline_follow_toolbox, .addthis_inline_share_toolbox_iw8p {
    margin: 20px 0;
}

.addthis_inline_share_toolbox .at-share-btn-elements a, .addthis_inline_follow_toolbox .addthis_toolbox a, .addthis_inline_share_toolbox_iw8p .at-share-btn-elements a {
    border-radius: 50% !important;
    margin-right: 15px;
}

.addthis_inline_share_toolbox .at-share-btn-elements svg, .addthis_inline_follow_toolbox .addthis_toolbox svg, .addthis_inline_share_toolbox_iw8p .at-share-btn-elements svg {
    fill: #042636 !important;
    height: 32px !important;
    width: 31px !important;
}

.addthis_inline_share_toolbox .at-share-btn-elements .at-icon-wrapper, .addthis_inline_follow_toolbox .addthis_toolbox.at-icon-wrapper, addthis_inline_share_toolbox_iw8p .at-share-btn-elements .at-icon-wrapper {
    height: 40px !important;
    width: 40px !important;
}

.at-resp-share-element .at-share-btn:hover, .addthis_toolbox a span:hover {
    background-color: #5bc2e7 !important;
}

header.navbar {
    height: 100px;
    background: #fff;
    border: 0;
    filter: drop-shadow(0 0 7px #333);
}

.ajax-progress .message {
    display: none;
}

.logo img {
    background: #fff;
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 45%;
    padding: 10px 70px 20px 70px;
    position: absolute;
    margin-top: 25px;
    margin-left: -90px;
    z-index: 2;
}

.path-frontpage .article hr {
    display: none;
}

.path-liste-actualites article {

}

.ombre {
    /* min-height: 0px; */
    margin-bottom: 40px;
    -webkit-box-shadow: 0px 9px 29px -7px rgba(133, 131, 133, 0.23);
    -moz-box-shadow: 0px 9px 29px -7px rgba(133, 131, 133, 0.23);
    box-shadow: 0px 9px 29px -7px rgba(133, 131, 133, 0.23);
    padding-bottom: 0;
    /* border: 1px solid; */
    /* font-size: 1px; */

}

article.article.teaser h2 a:hover {
    color: #34bcf0;
}

.article-image-teaser {
    position: relative;
}

.article-image-teaser .categories {
    position: absolute;
    bottom: -25px;
}

.article.teaser .date {
    display: none;
}

article.article.teaser h2 {
    margin-top: 30px;
    text-transform: initial;
}

article.article.teaser h2 a {
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: #002554;
    text-decoration: none;

}

article.article.teaser .content {
    font-size: 16px;
    margin-top: 20px;
}

.node-readmore {
    margin-top: 20px;
}

.node-readmore a {
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    color: #002554;
    text-decoration: none;
    position: relative;
}

.node-readmore a:hover {
    color: #34bcf0;
}

.node-readmore a:after {
    content: '';
    background: url(../img/arrow-lire-la-suite.png) no-repeat;
    height: 10px;
    width: 10px;
    position: absolute;
    top: 8px;
    right: -11px;
}

.node-readmore:hover a:after {
    content: '';
    background: url(../img/arrow-lire-la-suite-hover.png) no-repeat;
    height: 10px;
    width: 10px;
    position: absolute;
    top: 8px;
    right: -11px;
}

.view-filters .filters {
    background: #e6e6e6;
    padding: 30px 20px;
}

.view-filters .sorters {
    padding: 20px 20px;
    padding-bottom: 0;
}

.view-filters .filters-submit {
    display: none;
}

.view-filters .sorters .form-select {
    width: 250px;
    padding-top: 9px;
}

.paragraph--type--homepage-menu {
    position: relative;
}

.field--name-field-liens .field--item {
    text-align: center;
}

.paragraph--type--homepage-menu .field--name-field-liens {
    position: absolute;
    bottom: 50px;
    width: 100%;
}

.paragraph--type--homepage-menu .field--name-field-liens .paragraph--type--homepage-slider-link {
    display: inline-block;
    background: #5bc5ed;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    text-align: center;
    padding-top: 30px;
    color: #fff;
    position: relative;
}

.paragraph--type--homepage-menu .field--name-field-liens .paragraph--type--homepage-slider-link:hover {
    background-color: rgba(255, 255, 255, 0.7);
    color: #002554;
    cursor: pointer;
}

.paragraph--type--homepage-menu .field--name-field-liens .paragraph--type--homepage-slider-link img {
    display: inline;
}

.field--name-field-slider-link a::after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.field--name-field-slider-link a {
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 700;
}

.field--name-field-sous-titre {
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    font-weight: 400;
}

.paragraph--type--homepage-menu {
    border-bottom: 6px solid #5bc5ed;
    height: 750px;
    background-position: center center;
}

.field--name-field-bloc-recherche-home {
    padding: 20px;
    box-shadow: 0px 1px 20px #ccc;
}

.select-wrapper select,
.input-group .select-wrapper:first-child .form-control:first-child,
.form-control {
    line-height: 1.5;
    border-radius: 20px;
    height: 40px;
    -webkit-box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    border: none;
}

.path-liste-actualites .views-exposed-form .form-type-select label {
    padding-bottom: 10px;
    position: relative;
}

.path-liste-actualites .views-exposed-form .sorters .form-type-select label {
    top: -9px;
    left: -12px;
}

#shom-profiles-form .select-wrapper {
    position: relative;
}

.js-form-item-profile .input-group {
    width: 100%;
}

.select-wrapper::after {
    content: " " !important;
    background: url(../img/arrow-down-white.png) no-repeat 50%;
    position: absolute;
    background-color: #dededb;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    color: white;
    padding-left: 8px;
    padding-top: 9px;
    margin-top: -15px;
    margin-right: 5px;
    font-size: 16px;
    font-weight: normal;
}

.input-group-addon {
    background: transparent;
    border: 0;
    padding: 0;
}

.input-group-addon span {
    display: none;
}

#shom-profiles-form .loupe {
    text-align: right;
    padding-top: 5px;
    padding-right: 2px;
}

#shom-profiles-form .loupe img {
    display: inline;
}

#shom-profiles-form .col-xs-12.col-md-1 button {
    position: relative;
    color: transparent;
}

#shom-profiles-form .col-xs-12.col-md-1 button:hover {
    border: none;
}

#shom-profiles-form .col-xs-12.col-md-1 button:before {
    background: url(../img/arrow-white-right.png) no-repeat;
    content: '';
    position: absolute;
    height: 20px;
    width: 20px;
    top: 10px;
    left: 13px;
}

.slick-slide {
    margin: 0 27px;
}

.slick-list {
    margin: 0 -27px;
}

.slick-next,
.slick-prev {
    box-shadow: 1px 2px 9px #ccc;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    background: #fff;
    top: 175px;
}

.slick-next {
    right: -60px;
}

.slick-prev {
    left: -60px;
}

.slick-next::before {
    content: '';
    background: url(../img/arrow-right.png) no-repeat;
    height: 20px;
    width: 20px;
    position: absolute;
    top: 35%;
    left: 40%;
}

.slick-prev::before {
    content: '';
    background: url(../img/arrow-left.png) no-repeat;
    height: 20px;
    width: 20px;
    position: absolute;
    top: 35%;
    left: 40%;
}

.path-frontpage .region-page-bottom-first {
    margin-top: 0;
}

.region-page-bottom-first {
    background: url(../img/back_footer.jpg) center 0 no-repeat;
    background-size: cover;
    color: #fff;
    padding: 60px 0 140px;
    font-size: 16px;
    border-bottom: 6px solid #5bc5ed;
    margin-top: 50px;
}

.region-page-bottom-first h2 {
    font-size: 20px;
    color: #fff;
    text-transform: none;
    margin-bottom: 30px;
}

.region-page-bottom-first #block-contact p {
    margin-bottom: 3px;
}

#block-twitter h2 {
    font-size: 16px;
    color: #5BC2E7;
    font-weight: 200;
    position: relative;
    margin: 30px 0 15px;
}

#block-twitter h2:after {
    content: "";
    background: url(../img/twitter-logo.png) no-repeat;
    position: absolute;
    height: 28px;
    width: 28px;
    right: 0;
}

.block-simplenews .form-submit {
    margin-top: 8px;
}

.block-simplenews .checkbox label {
    padding-left: 40px;
}

.block-simplenews .checkbox input[type="checkbox"] {
    margin-left: -36px;
}

.block-simplenews .form-type-email label, .block-simplenews .form-type-checkbox .form-required:after {
    display: none;
}

#block-map {
    margin-top: 25px;
}

.navbar-header {
    width: 33.33333333%;
}

.navbar-header .navbar-toggle {
    background-color: #fff;
    float: right;
    border: none;
}

.navbar-header .navbar-toggle .icon-bar {
    background-color: #002554;
    height: 4px;
    border-radius: 4px;
}


.navbar-fixed-top .navbar-collapse {
    width: 66.66666667%;
}

#navbar-collapse .region-navigation-collapsible {
    margin-top: 8px;
}

#search-block-form {
    position: relative;
    top: -4px;
}

#search-block-form input {
    padding-top: 5px;
    border-bottom: 1px solid;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-color: #002554;
    border-radius: 0;
    padding: 0;
    box-shadow: none;
    height: 25px;
}

#search-block-form button {
    padding-left: 5px;
}

.form-type-search input::placeholder {
    color: #002554;
}

.form-type-search .btn-primary,
.form-type-search .btn-primary:hover {
    background: transparent;
    border: 0;
}

.form-type-search .glyphicon-search {
    background: url(../img/loupe_search.png) no-repeat;
    width: 20px;
    height: 20px;
    display: block;
}

.glyphicon-search:before {
    content: '';
}

.block-language {
    font-size: 14px;
    text-transform: uppercase;
}

.block-language a {
    text-decoration: none;
    color: #002554;
}

.block-language ul {
    list-style: none;
}

.block-language li.is-active {
    font-weight: bold;
}

.block-language li {
    display: inline-block;
    padding: 0 5px;
    position: relative;
}

.block-language li:last-child::before {
    content: '';
    height: 12px;
    width: 1px;
    display: block;
    background: #002554;
    position: absolute;
    top: 4px;
    left: 0;
}

.block-language li:last-child a {
    border-bottom: 1px solid;
}

#block-logofooter {
    margin-bottom: 30px;
}

footer {
    background: #002554 !important;
    margin-top: 0 !important;
    border-top: 0 !important;
}

#block-pieddepage,
#block-navigationprincipale-2 {
    color: #fff;
}

#block-navigationprincipale-2 li.menu-level-1 a {
    font-size: 12px !important;
    margin-top: 8px;
    color: #5bc5ed;
}

#block-navigationprincipale-2 li.menu-level-1 a:hover {
    color: inherit;
    text-decoration: underline;
}

#block-navigationprincipale-2 .nav > li > a {
    padding: 0;
}

#block-navigationprincipale-2 .nav > li > a:focus, .nav > li > a:hover {
    background: transparent;
    color: #5bc5ed !important;
}

#block-pieddepage {
    margin-top: 30px;
}

#block-pieddepage li {
    font-size: 14px;
    padding: 0;
}

#block-pieddepage li.separator {
    color: #5bc5ed;
}

#block-pieddepage li a:hover {
    text-decoration: none;
    color: #5bc5ed;
}

#block-formulairederecherche {
    width: 80%;
    margin: auto;
    margin-right: 0 !important;
}

#block-tousnossites {
    top: -3px;
}

#block-tousnossites .dropdown-menu {
    padding: 0;
    margin-top: -3px;
    min-width: 123px;
    width: 134px;
}

#block-tousnossites #dropdownMenuLink {
    border-bottom: 1px solid #002554;
    text-transform: uppercase;
    border-radius: 0;
    padding-left: 0;
    padding-bottom: 0px;
    padding-top: 0px;
    padding-right: 20px;
    position: relative;
}

#block-tousnossites .dropdown-menu a {
    text-align: center;
    border-bottom: 1px solid #fff;
    color: #fff;
    background: #002554;
    padding: 12px;
    display: block;
    font-size: 10px;
    text-transform: uppercase;
    width: auto;
}

#block-tousnossites .btn:hover {
    background: transparent;
}

#block-tousnossites .dropdown-menu a:last-child {
    border: none;
}

#block-tousnossites .dropdown-menu a:hover {
    text-decoration: none;
}

#block-tousnossites .dropdown a span {
    border: none;
}

#block-tousnossites .dropdown a span:after {
    content: '';
    background: url(../img/arrow-down-header.png) no-repeat;
    height: 10px;
    width: 10px;
    position: absolute;
    right: 0;
    top: 8px;
}

.path-frontpage .view-liste-actualites {
    padding: 20px;
    padding-bottom: 0;
}

.path-frontpage .view-id-liste_actualites a.all-news {
    margin-bottom: 0;
}

.js-form-item-field-category-target-id label {
    margin-bottom: 5px;
}

#edit-field-category-target-id a {
    background: #fff;
    margin: 2px 0;
    display: inline-block;
    padding: 15px 30px;
    font-size: 16px;
    font-weight: 600;
}

#edit-field-tags-target-id a {
    background: #dadada;
    color: #002554;
    text-decoration: none;
    font-weight: 400;
    border-radius: 50px;
    margin-top: 5px;
    display: inline-block;
    padding: 10px;
    font-size: 14px;
}

#views-exposed-form-liste-actualites-page-1 h2 {
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 5px;
}

.path-liste-actualites *[class^="attribute-id-"] {
    display: inline-block;
}

.field--name-field-publication-file a {
    background: url(../img/doc-telechargeable.png) #5BC2E7 16px 50% no-repeat;
    background-size: 12%;
    text-decoration: none;
    color: #fff;
    display: inline-block;
    font-weight: 400;
    border-radius: 50px;
    padding: 10px 10px 10px 50px;
    margin-top: 5px;
    text-transform: uppercase;
}

.view-id-telechargements article h2 {
    font-size: 16px;
    color: #002554;
    margin-top: 0;
    padding-top: 0;
}

#edit-submit-telechargements {
    border-radius: 50%;
    background: #5BC2E7;
    color: transparent;
    position: relative;
    margin-left: 10px;
}

#edit-submit-telechargements:hover {
    background: #c1eaf9;
    border: none;
}

#edit-submit-telechargements::before {
    background: url(../img/arrow-white-right.png) no-repeat;
    content: '';
    position: absolute;
    height: 20px;
    width: 20px;
    top: 10px;
    left: 13px;
}

.field--name-field-background img {
    max-height: none;
    max-width: none;
}

.page-node-type-webform .page-header {
    margin-bottom: 0;
    padding: 0;
}

.subtitle {
    font-size: 18px;
    margin-top: 50px;
    margin-bottom: 45px;
    font-weight: 700;
}

.webform-submission-form .form-group, .webform-submission-form .fieldgroup {
    margin-bottom: 20px;
}

.webform-submission-form .iradio_minimal {
    position: relative;
    -webkit-box-shadow: inset 0px 0px 13px 2px rgba(0, 0, 0, 0.41);
    -moz-box-shadow: inset 0px 0px 13px 2px rgba(0, 0, 0, 0.41);
    box-shadow: inset 0px 0px 5px 2px rgba(0, 0, 0, 0.11);
    border-radius: 50%;
}

.icheckbox_minimal {
    -webkit-box-shadow: inset 0px 0px 13px 2px rgba(0, 0, 0, 0.41);
    -moz-box-shadow: inset 0px 0px 13px 2px rgba(0, 0, 0, 0.41);
    box-shadow: inset 0px 0px 5px 2px rgba(0, 0, 0, 0.11);
}

.icheckbox_minimal.hover {
    background-position: 0 0;
}

.form-type-checkbox label {
    padding-left: 0;
    color: darkgrey;
}

.iradio_minimal.hover {
    background-position: -100px 0;
}

.webform-submission-form .fieldgroup label {
    padding: 0;
}

.webform-submission-form .fieldgroup label, .webform-submission-form .form-type-date label {
    color: #606060;
    font-size: 14px;
    font-weight: normal;
}

.nice-select, .nice-select ul.list {
    width: 100%
}

.nice-select ul.list {
    margin-top: 0px;
}

.webform-submission-form .nice-select ul.list .focus {
    display: none;
}

.nice-select.open .list {
    -webkit-box-shadow: 0px 5px 6px 0px rgba(0, 0, 0, 0.33);
    -moz-box-shadow: 0px 5px 6px 0px rgba(0, 0, 0, 0.33);
    box-shadow: 0px 5px 6px 0px rgba(0, 0, 0, 0.33);
}

.webform-submission-form .form-type-date input {
    width: 92%
}

.webform-submission-form .form-type-date input::-webkit-inner-spin-button,
.webform-submission-form .form-type-date input::-webkit-calendar-picker-indicator {
    display: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.webform .field--type-text-with-summary p {
    font-size: 16px;
    font-weight: bold;
    margin: 30px 0 55px;
}

.webform-submission-form select {
    cursor: pointer;
    display: inline-block;
    position: relative;
    font-size: 16px;
    color: grey;
    width: 100%;
    height: auto;
}


textarea.form-control {
    box-shadow: none;
    border: 1px solid #e9e8e8;
    border-radius: 0;
}

.webform-submission-form .webform-actions {
    text-align: center;
}

.webform-button--submit {
    text-decoration: none;
    color: #fff;
    background: #5BC2E7;
    padding: 12px 40px;
    border-radius: 50px;
    display: inline-block;
    margin: 20px 0;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    border: 0;
}

.download-search input {
    -webkit-box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.4);
    box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.4);
}

.path-telechargements .filters {
    position: relative;
}

.download-search .form-control {
    width: 525px;
}

.download-search label {
    margin-right: 65px;
    font-size: 18px;
}

.download-btn {
    position: absolute;
    right: 27%;
    padding-top: 2px;
}

.publicationpublication {
    margin-bottom: 20px;
    display: flex;
}

.publicationpublication .col-xs-4.col-sm-2, .publicationpublication .telechargement-contenu {
    align-self: center;
}

.pagination > li > a {
    color: #002554;
    background-color: transparent;
    border-color: transparent;
    cursor: pointer;
    text-decoration: underline;
}

.pagination > li > a:hover, .pagination > .active > a:hover {
    background: transparent;
    color: #0d95e8;
    border: none;
    text-decoration: none;
}

.pagination > li.pager__item--next, .pagination > li.pager__item--last, .pagination > li.pager__item--first, .pagination > li.pager__item--previous {
    display: none;
}

.pagination > .active > a {
    color: #0d95e8;
    font-weight: 700;
    background-color: transparent;
    border-color: transparent;
}

.field--name-field-publication-file a {
    position: relative;
    padding: 10px 50px 10px 50px;
    font-size: 14px;
    font-weight: 700;
}

.field--name-field-publication-file a::before {
    content: '';
    background: url(../img/arrow2-right-white.png) no-repeat;
    height: 15px;
    width: 13px;
    position: absolute;
    right: 15px;
    top: 13px;
}

.telechargement-contenu {
    position: relative;
    padding-bottom: 40px;
    -webkit-box-shadow: 0px 47px 41px -45px rgba(133, 131, 133, 0.13);
    -moz-box-shadow: 0px 47px 41px -45px rgba(133, 131, 133, 0.13);
    box-shadow: 0px 47px 41px -45px rgba(133, 131, 133, 0.13);
}

.telechargement-contenu hr {
    position: absolute;
    right: 25%;
    bottom: -28px;
}

.telechargement-btn {
    text-align: right;
    padding: 0;
}

.path-telechargements .sorters {
    padding-right: 0;
}

.path-telechargements .sorters label {
    margin-right: 40px;
    font-size: 18px;
    position: relative;
    top: -17px;
}

.adminimal-admin-toolbar.page-node-type-page article .field--name-field-image-principale {
    margin-top: 0;
}

.page-node-type-page article .field--name-field-image-principale {
    margin-top: -35px;
}

.field--name-field-para-zone-de-texte a span, .field--name-field-para-zone-de-texte a {
    color: #5BC2E7 !important;
    font-weight: 700;
}

.page-node-type-page article h2 {
    text-transform: inherit;
    font-weight: bold;
    margin-bottom: 20px;
}

.page-node-type-page .field--name-field-paragraph-sous-titre {
    font-weight: bold;
    margin-bottom: 25px;
    font-size: 18px;
}

.field--name-field-button-lien .field--label {
    display: none;
}

.page-node-type-page .paragraph.paragraph--type--bouton {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    padding-bottom: 0;
    margin-bottom: 0;
    margin-left: 0;
}

.paragraph--type--bouton a {
    text-decoration: none;
    color: #fff;
    background: #5BC2E7;
    padding: 12px 50px 12px 40px;
    border-radius: 50px;
    display: inline-block;
    margin: 20px 0;
    margin-left: 15px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    border: 0;
    position: relative;
}

.paragraph--type--bouton a.fichier {
    padding: 12px 50px 12px 60px;
}

.paragraph--type--bouton a:hover {
    background: #c1eaf9;
    color: #002554;
    text-decoration: none;
}

.paragraph--type--bouton a.lien:after {
    content: '';
    background: url(../img/arrow2-right-white.png) no-repeat;
    height: 15px;
    width: 15px;
    position: absolute;
    right: 22px;
    top: 15px;
}

.paragraph--type--bouton a.fichier:before {
    content: '';
    background: url(../img/doc-telechargeable.png) no-repeat;
    background-position: left;
    height: 100%;
    width: 100%;
    position: absolute;
    left: 20px;
    top: -1px;
    background-size: 30px;
}

.paragraph--type--bouton a.fichier:after {
    content: '';
    background: url(../img/arrow2-right-white.png) no-repeat;
    height: 15px;
    width: 15px;
    position: absolute;
    right: 22px;
    top: 15px;
}

.page-node-type-page .paragraph {
    padding-bottom: 40px;
}

.page-node-type-page .field--name-field-image-principale img {
    width: 100%;
}

.page-node-type-page .img-bas img {
    width: 100%;
}

.page-node-type-page .img-bas {
    margin: 20px 0;
}

.page-node-type-page .paragraph--type--images-cliquables-et-texte .img-droite,
.page-node-type-page .paragraph--type--images-cliquables-et-texte .img-gauche,
.page-node-type-page .paragraph--type--images-cliquables-et-texte .texte-droite,
.page-node-type-page .paragraph--type--images-cliquables-et-texte .texte-gauche {

    align-self: center;
}

.page-node-type-page .paragraph--type--images-cliquables-et-texte .legend {
    color: #5bc2e7;
    text-align: justify;
    font-style: italic;
    margin-right: 20px;
}

.page-node-type-page .paragraph--type--images-cliquables-et-texte img {
    width: 100%;
}

.plus-loin {
    font-size: 30px;
    font-weight: 800;
    color: #002554;
}

.plus-loin::after {
    border-bottom: 9px solid #5BC2E7;
    width: 100px;
    content: "";
    margin-top: 15px;
    display: block;
}

article.relation {
    color: white;
    position: relative;
    text-align: center;
}

.page-node-type-page article.relation .img-background {
    z-index: -1;
    width: 100%;
}

article.relation .img-background img {
    width: 100%;
    height: 100%;
}

article.relation .texte_relation h2 a {
    color: white;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 18px;
}

article.relation .texte_relation {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-content: center;
    align-items: center;
    justify-items: center;
    justify-content: center;
}

article.relation .texte_relation a::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;

}

article.relation .texte_relation .field--name-field-sous-titre-teaser {
    padding: 0 20px;
}

article.relation:hover .color-blue {
    display: none;
}

.color-blue {
    background: rgba(91, 194, 231, 0.8);
    height: 100%;
    width: 100%;
    position: absolute;
}

.fancybox-image-wrap {
    position: relative;
}

.fancybox-image-wrap::before {
    content: '';
    padding: 15px;
    background: url('../img/close.png') center no-repeat white;
    position: absolute;
    right: 5px;
    top: 5px;
    cursor: pointer;
    z-index: 1;
}

/******

RESEPONSIVE

*********/

@media screen and (max-width: 1199px) {
    .navbar-default .navbar-nav > li > a {
        font-size: 15px;
        width: 208px;
    }

    .dropdown-menu {
        width: 209px;
    }
}

@media screen and (max-width: 1024px) {
    .navbar-default .navbar-nav > li > a {
        font-size: 15px;
        width: 215px;
    }

    .dropdown-menu {
        width: 215px;
    }

    .page-node-type-article article .col-xs-12.col-sm-9 {
        width: 75%;
    }

    .download-btn {
        top: 25px;
    }

    .webform-submission-form .form-type-date input {
        width: 90%;
    }
}

@media screen and (max-width: 991px) {
    .navbar-default .container {
        margin-right: 30px;
        margin-left: 100px;
        width: auto;
    }

    .navbar-nav {
        width: 605px;
    }

    .navbar-default .navbar-nav > li > a {
        font-size: 14px;
        width: 200px;
    }

    .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .block-language ul {
        padding: 0;
    }

    .field--item.col-xs-6.col-md-2 {
        margin-top: 20px;
    }
}

@media screen and (max-width: 980px) {
    .navbar-header {
        float: none;
    }

    .navbar-default .navbar-nav > li > a {
        width: 100%;
    }

    .navbar-left, .navbar-right {
        float: none !important;
    }

    .navbar-toggle {
        display: block;
    }

    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    }

    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }

    .navbar-collapse.collapse {
        display: none !important;
    }

    .navbar-nav {
        float: none !important;
        margin-top: 7.5px;
        width: auto;
    }

    .navbar-nav > li {
        float: none;
        text-align: center;
    }

    .navbar-nav > li > a {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .collapse.in {
        display: block !important;
        background: white;
        width: 100%;
        top: 45px;
        right: -45px;
        border: none;
        max-height: 100%;
    }

    .navbar-collapse {
        max-height: 100%;
    }

    .navbar-header.col-xs-12.col-sm-4 {
        width: 100%;
    }

    .navbar-header .navbar-toggle {
        top: 30px;
    }

    .region-navigation-collapsible .row.pull-right {
        padding-right: 0;
    }

    .navbar .pull-right {
        float: none !important;
        margin: auto;
        width: 100%;
        text-align: right;
        padding-right: 40px;
    }

    #block-tousnossites .show.text-left {
        text-align: right;
    }

    #search-block-form button {
        padding-top: 15px;
        padding-right: 0;
    }

    .region-navigation-collapsible .col-sm-5.col-md-5.col-md-offset-3 {
        top: 10px;
    }

    #block-tousnossites .dropdown-menu {
        margin-right: 0;
        margin-left: 83%;
    }

    #block-tousnossites #dropdownMenuLink:hover, #block-tousnossites .btn:hover {
        background: transparent;
    }

}

@media screen and (max-width: 768px) {

    .paragraph--type--homepage-menu .field--name-field-liens .paragraph--type--homepage-slider-link {
        padding-top: 40px;
        margin-bottom: 30px;
    }

    .select-wrapper select, .input-group .select-wrapper:first-child .form-control:first-child, .form-control {
        margin: 10px 0;
    }

    #shom-profiles-form .loupe {
        display: none;
    }

    #shom-profiles-form .col-xs-12.col-md-1 {
        text-align: center;
        padding-top: 5px;
    }

    #shom-profiles-form .col-xs-12.col-md-1 button, #edit-submit-telechargements {
        text-align: center;
        color: white;
        font-weight: 700;
        padding: 10px 30px;
        border-radius: 50px;
    }

    #shom-profiles-form .col-xs-12.col-md-1 button:before, #edit-submit-telechargements:before {
        content: '' !important;
        background: none !important;
    }

    .article_return a, .view-id-liste_actualites a.all-news, a.button, .block-simplenews .form-submit {
        padding: 12px 15px;
    }

    .page-node-type-article article .col-xs-12.col-sm-9 {
        width: 70%;
    }

    .path-liste-actualites .views-exposed-form .sorters .form-type-select label {
        top: -17px;
    }

    .download-btn {
        top: 32px;
        right: 13%;
    }

    .select-wrapper::after {
        top: 30px;
    }

    .path-telechargements .sorters label {
        top: -23px;
    }

}


@media screen and (max-width: 425px) {

    .breadcrumb {
        padding-right: 0;
    }

    .navbar-header .navbar-toggle {
        top: 0px;
    }

    .paragraph--type--homepage-menu .field--name-field-liens {
        top: 50%;
        transform: translateY(-50%);
    }

    .paragraph--type--homepage-menu .field--name-field-liens .paragraph--type--homepage-slider-link {
        padding-top: 25px;
        margin-bottom: 30px;
        width: 140px;
        height: 140px;
    }

    .article_return a, .view-id-liste_actualites a.all-news, a.button, .block-simplenews .form-submit {
        padding: 12px 30px;
    }

    .view-id-liste_actualites a.all-news {
        margin: 0;
    }

    .logo img {
        background: initial;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
        padding: 0;
        margin-top: 10px;
        margin-left: 0;
    }

    .navbar-fixed-top .container {
        padding: 0;
        overflow: scroll;
        padding-bottom: 20px;
        margin: auto;

    }

    .navbar-fixed-top .container .navbar-header {
        width: 100%;
        float: none;
        padding: 0;
        margin-right: 0;
        margin-left: 0;
    }

    .navbar-fixed-top .navbar-collapse {
        width: auto;
        background: white;
        float: right;
        top: 29px;
        right: 0;
        border: none;
        padding-right: 20px;
    }

    .navbar-default .navbar-nav > li > a {
        width: 100%;
        text-align: center;
        font-size: inherit;
    }

    .navbar-nav .open .dropdown-menu {
        font-size: inherit;
    }

    .navbar .pull-right {
        float: none !important;
        margin: auto;
    }

    #block-tousnossites {
        margin: 10px 0;
    }

    #block-tousnossites .text-left {
        text-align: right;
    }

    #block-tousnossites .text-left .dropdown-menu {
        right: 0;
        left: auto;
    }

    .path-liste-actualites .view-liste-actualites {
        padding: 0;
    }

    .path-frontpage .view-liste-actualites .slider .views-row:last-child {
        display: none;
    }

    .select-wrapper select, .input-group .select-wrapper:first-child .form-control:first-child, .form-control {
        margin: 10px 0;
    }

    .field--name-field-bloc-recherche-home {
        padding: 10px 29px;
        padding-bottom: 15px;
    }

    #shom-profiles-form .col-xs-12.col-md-1 button:before, #edit-submit-telechargements:before {
        content: '' !important;
        background: none !important;
    }

    #shom-profiles-form .col-xs-12.col-md-1 button, #edit-submit-telechargements {
        text-align: center;
        color: white;
        font-weight: 700;
        padding: 10px 30px;
        border-radius: 50px;
    }

    #shom-profiles-form .col-xs-12.col-md-1 {
        text-align: center;
        padding-top: 5px;
    }

    .block-shom-profiles .container, .block-shom-profiles .container .col-xs-12.col-md-5 {
        padding: 0;
    }

    .view-liste-actualites .slider article {
        margin-bottom: 20px;
    }

    .node-readmore {
        margin-top: 10px;
    }

    .page-node-type-article h1 {
        margin-top: 25px;
    }

    .page-node-type-article article, .page-node-type-article .categ {
        padding: 0;
    }

    .page-node-type-article article .row {
        margin-right: -20px;
        margin-left: -20px;
    }

    .page-node-type-article article .col-xs-12.col-sm-9 {
        width: auto;
        padding: 0;
    }

    .page-node-type-article .region.region-content {
        padding: 5px;
    }

    .page-node-type-article .article_return.container {
        display: none;
    }

    .side-article {
        padding: 30px 20px 60px;
        margin-top: 20px;
        width: 100%;
    }

    .region-page-bottom-first {
        padding: 25px 0 30px;
        margin-top: 0px;
    }

    .region-page-bottom-first h2 {
        margin-top: 10px;
        margin-bottom: 15px;
    }

    .region-page-bottom-first .container {
        padding-left: 5px;
        padding-right: 5px;
    }

    .block-simplenews .checkbox label {
        padding-left: 25px;
        font-size: 12px;
    }

    .block-simplenews .checkbox input[type="checkbox"] {
        margin-left: -20px;
    }

    .addthis_inline_share_toolbox, .addthis_inline_follow_toolbox {
        margin: 10px 0;
    }

    .at-resp-share-element.at-mobile .at-share-btn {
        margin-right: 10px;
    }

    #block-navigationprincipale-2 {
        display: none;
    }

    #block-pieddepage {
        margin-top: 0;
    }

    #block-pieddepage li {
        font-size: 12px;
    }

    .path-liste-actualites .col-sm-12, .path-liste-actualites .region.region-content {
        padding: 0;
    }

    #edit-field-category-target-id .form-group, #edit-field-tags-target-id .form-group {
        margin-bottom: 2px;
        display: inline-block;
    }

    .path-liste-actualites .page-header {
        padding-left: 30px;
    }

    #edit-field-category-target-id a {
        font-size: 12px;
        margin: 1px 0;
    }

    .form-type-select label[for="edit-field-tags-target-id"] {
        margin-top: 20px;
    }

    #edit-field-tags-target-id a {
        font-size: 14px;
    }

    .form-item-sort-bef-combine .control-label {
        display: block;
        text-align: left;
    }

    .form-item-sort-bef-combine .select-wrapper, .view-filters .sorters .form-select {
        width: 100%;
    }

    .contact-simple {
        padding: 0;
    }

    .path-telechargements section, .path-telechargements .region-content {
        padding: 0;
    }

    .path-telechargements .view-filters .filters {
        padding: 15px 20px;
    }

    .path-telechargements .page-header {
        padding-left: 30px;
    }

    .path-telechargements .sorters {
        padding-right: 20px;
    }

    .path-telechargements .sorters label {
        top: 0;
    }

    .path-telechargements .filters .col-xs-12 {
        padding: 0;
    }

    .download-search .form-control {
        width: 100%;
    }

    .download-btn {
        position: inherit;
        right: inherit;
        padding-top: inherit;
        text-align: center;
        top: 0;
    }

    .telechargement-btn {
        text-align: center;
        margin-top: 5px;
    }

    .telechargement-contenu {
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }

    .telechargement-contenu hr {
        bottom: -90px;
    }

    .publicationpublication {
        display: block;
        margin-bottom: 60px;
        padding-bottom: 20px;
        -webkit-box-shadow: 0px 47px 41px -45px rgba(133, 131, 133, 0.13);
        -moz-box-shadow: 0px 47px 41px -45px rgba(133, 131, 133, 0.13);
        box-shadow: 0px 47px 41px -45px rgba(133, 131, 133, 0.13);
    }

    .webform-submission-form .form-type-date input {
        width: 88%;
        display: inline-block;
    }

    .subtitle {
        margin-top: 25px;
        margin-bottom: 10px;
    }

    .webform-submission-form .fieldgroup input {
        -webkit-box-shadow: initial;
        -moz-box-shadow: initial;
        box-shadow: initial;
    }

    .webform-options-display-three-columns, .webform-options-display-two-columns {
        -moz-column-count: auto;
        -webkit-column-count: auto;
        column-count: auto;
    }

    .webform-options-display-two-columns div.form-item, .webform-options-display-three-columns div.form-item {
        margin-bottom: 10px;
    }

    .color-blue, .page-node-type-page article.relation .img-background {
        display: none;
    }

    article.relation .texte_relation {
        position: inherit;
        top: 0;
        transform: inherit;
        margin: 0;
        right: 0;
        text-align: left;
        margin-bottom: 10px;
    }

    article.relation h2 {
        position: inherit;
        top: 0;
        transform: inherit;
        margin: 0;
        right: 0;
        text-align: left;
        margin-bottom: 10px;
    }

    .plus-loin .field--item {
        padding: 0;
    }

    article.relation .texte_relation h2 a {
        color: #002554;
        font-size: 16px;
    }

    article.relation .texte_relation .field--name-field-sous-titre-teaser {
        color: #002554;
        width: 80%;
    }

    .field--name-field-button-lien .field--item {
        padding: 12px 30px;
    }

    .fancybox-image-wrap::before {
        display: none;
    }

    .path-liste-actualites .views-exposed-form .sorters .form-type-select label {
        top: 10px;
        left: 0;
    }

    .path-liste-actualites .form-item-field-tags-target-id label {
        margin-bottom: 0;
        padding-bottom: 0;
    }

    .page-node-type-article .region-page-bottom-first {
        margin-top: inherit;
    }

    .page-node-type-article .category-term-color {
        margin-top: 5px;
        margin-right: 5px;
    }

    .telechargement-contenu {
        padding-bottom: 10px;
    }

    .publicationpublication {
        margin-bottom: 0;
        padding-top: 30px;
    }

    .page-node-type-page section, .page-node-type-page .region-content, .adminimal-admin-toolbar.page-node-type-page section, .adminimal-admin-toolbar.page-node-type-page .region-content {
        padding: 0;
    }

    .page-node-type-page article h1, .page-node-type-page article .content, .adminimal-admin-toolbar.page-node-type-page article h1, .adminimal-admin-toolbar.page-node-type-page article .content {
        padding: 0 20px;
    }

    .page-node-type-page article h2.plus-loin:before {
        content: '';
        display: block;
        border-top: 9px solid #5BC2E7;
        padding-bottom: 30px;
        width: 120%;
        margin-left: -20px;
    }

    .page-node-type-page .field--name-field-page-en-relation {
        background: #EDEDED;
        padding-top: 20px;
        width: 120%;
        margin-left: -20px;
        padding-left: 20px;
    }

    .page-node-type-page .field--name-field-page-en-relation .field--item {
        background: #EDEDED;
        width: 120%;
        margin-left: -20px;
    }

    .page-node-type-page .field--name-field-page-en-relation .field--item:last-child {
        padding-bottom: 20px;
    }

    .page-node-type-page .paragraph.paragraph--type--bouton {
        margin: auto;
    }

    .paragraph--type--bouton a {
        padding: 12px 50px 12px 18px;
    }


    .plus-loin {
        background: #EDEDED;
        margin-bottom: 0 !important;
        width: 120%;
        margin-left: -20px;
        padding-left: 20px;
    }
}

@media screen and (max-width: 375px) {

    .webform-submission-form .form-type-date input {
        width: 86%;
        display: inline-block;
    }

    .field--name-field-button-lien .field--item:before {
        top: 25px;
    }

}

@media screen and (max-width: 320px) {

    .webform-submission-form .form-type-date input {
        width: 83%;
        display: inline-block;
    }

}

.field--name-field-credit-photo {
    margin-top: 20px;
    color: #5BC2E7;
    font-style: italic;


}

.decline-button {
    background: none;
    font-size: 12px;
    font-weight: normal;
    text-decoration: underline;
    border: none;
    color: #ffffff;
    text-shadow: none;
    box-shadow: none;
}

.decline-button:hover {
    background: #002554;
}

.eu-cookie-compliance-more-button {
    font-size: 12px;
}

.agree-button {
    display: inline-block;
    padding: 10px;
    background: #002554;
    font-weight: bold;

    border-radius: 10px;
}

.eu-cookie-compliance-buttons {
    margin-bottom: 10px;
}

.eu-cookie-compliance-message h2 {
    margin-top: 5px;
}