@charset "UTF-8";

@import url('https://fonts.googleapis.com/css?family=Rubik&display=swap');
@import url('https://fonts.googleapis.com/css?family=DM+Sans%3A100%2C100italic%2C200%2C200italic%2C300%2C300italic%2C400%2C400italic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic%2C900%2C900italic&display=auto&ver=6.7.1');

/* spécifique site membre */

nav.navbar {
  background-color: #172b4c;
  border-color: #172b4c;
  color: white;
  padding: 10px 0;
}
nav.navbar img {
  max-height: 50px;
}
nav.navbar a {
  color: white;
}
nav.navbar .navbar-brand {
  display: none;
}

.footer {
  border-top: none;
  padding: 0;
  margin: 0;
  margin-top: 30px;
}

#auth_box #the_logo img {
  width: 100%;
  background-color: #316069;
}

.block-system-main-block #batch-relations .btn {
  color: white;
  padding: 5px;
  font-size: 16px;
}

.contact_image-section {
  max-width: 200px;
}
#crm-container.crm-public .crm-section .content {
  margin-top: 10px;
}

.header-dark, #crm-container h3 {
  font-family: "DM Sans", sans-serif;
  font-weight: 400;
  font-size: 30px;
  background-color: transparent;
}
@media screen and (max-width:767px) {
  .header-dark, #crm-container h3 {
    text-align: center;
    width: 100%;
    padding-bottom: 15px;
    padding-right: 0;
  }
}

#crm-container .messages {
  font-size: 24px;
  line-height: 1.2em;
}

#crm-container table {
  font-size: 1.2em;
}


.CRM_Contribute_Form_Contribution_Main .crm-contribution-main-form-block .contribution_amount-content .price-set-row .crm-price-amount-amount { 
  display: inline;
}
.CRM_Contribute_Form_Contribution_Main .crm-contribution-main-form-block .contribution_amount-content .price-set-row {
  display: block;
  
}

.block-views-exposed-filter-blockrepertoire-des-membres-page-1.views-exposed-form .form-item-region {
  clear: left;
}
.block-views-exposed-filter-blockrepertoire-des-membres-page-1.views-exposed-form .form-type-select label {
  display: block;
  margin-top: 10px;
}
.block-views-exposed-filter-blockrepertoire-des-membres-page-1.views-exposed-form .form-group {
  margin-left: 15px;
  margin-right: 15px;
}

.navbar-header a.is-active,
.navbar-header a:hover {
  background-color: transparent;
}

#block-bootstrap5-bio-liensrapides {
  float: right;
  margin-right: 15px;
}

#block-bootstrap5-bio-liensrapides a {
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  background-color: #2d7491;
  text-decoration: none;
  padding: 11px 19px;
  box-sizing: border-box;
  display: inline-block;
  -moz-transition: background-color 250ms ease;
  -o-transition: background-color 250ms ease;
  -webkit-transition: background-color 250ms ease;
  transition: background-color 250ms ease;
  margin: 5px;
}
#block-bootstrap5-bio-liensrapides a:hover {
  background-color: #3391b7;
  cursor: pointer;
}
#block-bootstrap5-bio-liensrapides li {
  float: left;
}

#block-bootstrap5-bio-menuducomptedelutilisateur {
  float: right;
  max-width: 200px;
}
#block-bootstrap5-bio-menuducomptedelutilisateur li {
  float: none;
}
#block-bootstrap5-bio-menuducomptedelutilisateur li a {
  padding-top: 5px;
  padding-bottom: 5px;
}


#crm-container.crm-public input[type="text"] {
  max-width: 600px;
  width: 100%;
}

.typeahead,
.tt-query,
.tt-hint {
  height: 30px;
  padding: 8px 12px;
  font-size: 24px;
  line-height: 30px;
  border: 2px solid #ccc;
  -webkit-border-radius: 8px;
     -moz-border-radius: 8px;
          border-radius: 8px;
  outline: none;
}

.typeahead {
  background-color: #fff;
}

.typeahead:focus {
  border: 2px solid #0097cf;
}

.tt-query {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.tt-hint {
  color: #999
}

.tt-menu {
  width: 422px;
  margin-top: 3px;
  padding: 8px 0;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 8px;
     -moz-border-radius: 8px;
          border-radius: 8px;
  -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
     -moz-box-shadow: 0 5px 10px rgba(0,0,0,.2);
          box-shadow: 0 5px 10px rgba(0,0,0,.2);
}

.tt-suggestion {
  padding: 3px 20px;
  font-size: 18px;
  line-height: 24px;
  color: black;
}

.tt-suggestion.tt-cursor,
.tt-suggestion:hover {
  color: #fff;
  background-color: #0097cf;
}

.tt-suggestion p {
  margin: 0;
  font-size: 18px;
  text-align: left;
}

.twitter-typeahead {
	width: 100%;
}


.page-civicrm #crm-container .crm-section .label {
  float: none;
  width: 100%;
  text-align: left;
  font-size: 17px;
  padding: 0;
}
.page-civicrm #crm-container.crm-public .crm-section .content {
  margin-left: 0;
}
.page-civicrm #crm-container .crm-section input {
  border: 1px solid #EDEDED;
  background-image: none;
}

#crm-container.crm-public .crm-section {
  margin-top: 30px;
}

#priceset .crm-section .price-set-row {
  margin: 10px 0;
}

.page-civicrm #crm-container legend, div.crm-container .additional_participants-section label {
  font-size: 30px;
  line-height: 36px;
  font-weight: 700;
  font-family: "DM Sans";
  margin-top: 20px;
  padding: 0;
  background-color: transparent;
}

.page-civicrm #crm-container #intro_text {
  background-color: #007895;
  margin: 0 -35px;
  padding: 35px;
  color: white;
}
.page-civicrm #crm-container #intro_text h2,
.page-civicrm #crm-container #intro_text h3,
.page-civicrm #crm-container #intro_text p {
  color: white;
}

.page-civicrm #crm-container #crm-submit-buttons {
  padding: 0;
}
.page-civicrm #crm-container #crm-submit-buttons button {
  text-transform: uppercase;
  padding: 10px 14px 10px 14px;
  font-size: 12px;
  font-family: DM Sans;
  letter-spacing: 3px;
  line-height: 16.5px;
  font-weight: 700;
}
.page-civicrm #crm-container #crm-submit-buttons button.crm-form-submit {
  background-color: #0894BA;
}
.page-civicrm #crm-container .additional_participants-section,
.page-civicrm #crm-container #crm-submit-buttons {
  border: 0;
}




/* copié et adapté du site principal */

.clear {
    content: "";
    clear: both;
    display: block;
}

.border-box,
a,
b,
i,
strong,
em,
span,
div,
label,
table,
tr,
th,
td,
thead,
tbody,
ul,
ol,
li,
input,
textarea,
iframe,
section,
nav,
article,
html,
body {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.align-top {
    vertical-align: top;
}

.align-bottom {
    vertical-align: bottom;
}

.align-middle {
    vertical-align: middle;
}

.text-right {
    text-align: right !important;
}

.text-center {
    text-align: center !important;
}

.text-left {
    text-align: left !important;
}

.inline-block {
    display: inline-block;
}

.block {
    display: block;
}

.overflow-hidden {
    overflow: hidden;
}

.full-width {
    width: 100%;
}

.full-height {
    height: 100%;
}

.table-footer {
    display: table-footer-group;
}

.table {
    display: table;
}

.table-row {
    display: table-row;
}

.table-cell {
    display: table-cell;
}

.table-column {
    display: table-column;
}

.table-layout-fixed {
    table-layout: fixed;
}

.relative {
    position: relative;
}

.clickable {
    cursor: pointer;
}

.no-break {
    white-space: nowrap;
}

.italic {
    font-style: italic;
}

.font-size-0 {
    font-size: .1px;
}

.show-mobile {
    display: none !important;
}

.show-tablet {
    display: none !important;
}

.underline {
    text-decoration: underline;
}

.no-underline {
    text-decoration: none;
}

.break {
    display: block;
}

.hide-always {
    display: none !important;
}

.no-margin-top {
    margin-top: 0 !important;
}

.no-margin-bottom {
    margin-bottom: 0 !important;
}

.no-margin-left {
    margin-left: 0 !important;
}

.no-margin-right {
    margin-right: 0 !important;
}

.no-margin {
    margin: 0 !important;
}

.no-padding {
    padding: 0 !important;
}

.no-padding-right {
    padding-right: 0 !important;
}

.no-padding-top {
    padding-top: 0 !important;
}

.no-padding-bottom {
    padding-bottom: 0 !important;
}

.no-padding-left {
    padding-left: 0 !important;
}

.no-border {
    border: 0 !important;
}

.no-border-left {
    border-left: 0 !important;
}

.no-border-right {
    border-right: 0 !important;
}

.lowercase {
    text-transform: lowercase;
}

.flex {
    display: flex;
}

.absolute {
    position: absolute !important;
}

.no-float {
    float: none !important;
}

.ng-leave,
.ng-hide-add {
    -moz-transition: none !important;
    -o-transition: none !important;
    -webkit-transition: none !important;
    transition: none !important;
}

a,
b,
i,
strong,
em,
span,
div,
label,
table,
tr,
th,
td,
thead,
tbody,
ul,
ol,
li,
input,
textarea,
iframe,
section,
nav,
article {
    font-size: inherit;
}

html,
body,
a,
img,
td {
    margin: 0;
    padding: 0;
    border: none;
}

html,
body {
    min-height: 100%;
    height: 100%;
    font-family: "DM Sans", sans-serif;
}
body #bootstrap-theme {
  font-family: "DM Sans", sans-serif;
}

body:before {
    content: "smartphone";
    display: none;
}

@media(min-width:750px) {
    body:before {
        content: "tablet";
    }
}

@media(min-width:1100px) {
    body:before {
        content: "desktop";
    }
}

section,
nav {
    display: block;
    margin: 0;
    padding: 0;
}

/*.content*/.crm-main-content-wrapper {
    width: 95%;
    margin: 0 auto;
}

.body-root {
    position: relative;
    min-height: 100%;
    overflow: hidden;
    display: table;
    width: 100%;
    table-layout: fixed;
}

.body-root .main-content,
.body-root footer {
    display: table-row;
    position: relative;
    height: auto;
    width: 100%;
}

.body-root footer {
    height: 1px;
}

.block-system-main-block {
    position: relative;
    overflow: hidden;
}

.block-system-main-block html,
.block-system-main-block body {
    font-family: "Rubik", sans-serif;
    color: #202020;
}

.block-system-main-block h1 {
    font-size: 48px;
    font-weight: bold;
    padding: 15px 0;
    margin: 0;
    display: block;
    line-height: 1.2em;
}

@media screen and (max-width:767px) {
    .block-system-main-block h1 {
        font-size: 40px;
    }
}

@media screen and (max-width:375px) {
    .block-system-main-block h1 {
        font-size: 36px;
    }
}

.block-system-main-block h2, .block-system-main-block #bootstrap-theme h2 {
    font-size: 48px;
    font-weight: 400;
    padding: 15px 0;
    margin: 0;
    display: block;
    line-height: 1.2em;
}

@media screen and (max-width:767px) {
    .block-system-main-block h2, .block-system-main-block #bootstrap-theme h2 {
        font-size: 40px;
    }
}

@media screen and (max-width:375px) {
    .block-system-main-block h2, .block-system-main-block #bootstrap-theme h2 {
        font-size: 36px;
    }
}

.block-system-main-block h3 {
    font-size: 36px;
    font-weight: 700;
    padding: 15px 0;
    margin: 0;
    display: block;
    line-height: 1.2em;
}

@media screen and (max-width:767px) {
    .block-system-main-block h3 {
        font-size: 32px;
    }
}

@media screen and (max-width:375px) {
    .block-system-main-block h3 {
        font-size: 30px;
    }
}

.block-system-main-block h4 {
    font-size: 30px;
    font-weight: 700;
    padding: 15px 0;
    margin: 0;
    display: block;
    line-height: 1.2em;
}

@media screen and (max-width:767px) {
    .block-system-main-block h4 {
        font-size: 26px;
    }
}

@media screen and (max-width:375px) {
    .block-system-main-block h4 {
        font-size: 24px;
    }
}

.block-system-main-block h5 {
    font-size: 28px;
    font-weight: 400;
    font-style: italic;
    color: #2d7491;
    padding: 15px 0;
    margin: 0;
    display: block;
    line-height: 1.2em;
}

@media screen and (max-width:767px) {
    .block-system-main-block h5 {
        font-size: 24px;
    }
}

@media screen and (max-width:375px) {
    .block-system-main-block h5 {
        font-size: 22px;
    }
}

.block-system-main-block h6 {
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    background-color: #eaeaea;
    color: #172b4c;
    padding: 15px 20px;
    margin: 0;
    display: block;
}

@media screen and (max-width:767px) {
    .block-system-main-block h6 {
        font-size: 18px;
    }
}

.block-system-main-block .block-pdf {
    color: #363636;
    cursor: pointer;
    padding: 10px 15px;
    display: inline-block;
    max-width: 100%;
    background-color: #fff;
    align-items: center;
    text-align: left;
    margin-bottom: 4px;
    text-decoration: none;
    border: 1px solid #dfe5e9;
    -moz-transition: background-color 200ms ease-out;
    -o-transition: background-color 200ms ease-out;
    -webkit-transition: background-color 200ms ease-out;
    transition: background-color 200ms ease-out;
    font-size: 22px;
    line-height: 1.2em;
}

@media screen and (max-width:767px) {
    .block-system-main-block .block-pdf {
        font-size: 20px;
    }
}

.block-system-main-block .block-pdf:before {
    content: '';
    width: 24px;
    min-width: 24px;
    margin-right: 10px;
    height: 24px;
    display: inline-block;
    background-repeat: no-repeat;
    position: relative;
    top: 4px;
    background-image: url("/Content/Images/Icones/icone-PDF.svg");
}

.block-system-main-block .block-pdf[href$=".pdf"]:before,
.block-system-main-block .block-pdf[href$=".PDF"]:before {
    background-image: url("/Content/Images/Icones/icone-PDF.svg");
}

.block-system-main-block .block-pdf[href$=".xls"]:before,
.block-system-main-block .block-pdf[href$=".XLS"]:before,
.block-system-main-block .block-pdf[href$=".xlsx"]:before,
.block-system-main-block .block-pdf[href$=".XLSX"]:before {
    background-image: url("/Content/Images/Icones/icone-EXCEL.svg");
}

.block-system-main-block .block-pdf[href$=".DOC"]:before,
.block-system-main-block .block-pdf[href$=".doc"]:before,
.block-system-main-block .block-pdf[href$=".DOCX"]:before,
.block-system-main-block .block-pdf[href$=".docx"]:before {
    background-image: url("/Content/Images/Icones/icone-WORD.svg");
}

.block-system-main-block .block-pdf:hover {
    background-color: #ededed;
    text-decoration: none;
}

.block-system-main-block .block-pdf.mainColor {
    background-color: #2d7491;
    color: #fff;
    border-color: #2d7491;
}

.block-system-main-block .block-pdf.mainColor:before {
    background-image: url("/Content/Images/Icones/icone-PDF-white.svg");
}

.block-system-main-block .block-pdf.mainColor[href$=".pdf"]:before,
.block-system-main-block .block-pdf.mainColor[href$=".PDF"]:before {
    background-image: url("/Content/Images/Icones/icone-PDF-white.svg");
}

.block-system-main-block .block-pdf.mainColor[href$=".xls"]:before,
.block-system-main-block .block-pdf.mainColor[href$=".XLS"]:before,
.block-system-main-block .block-pdf.mainColor[href$=".xlsx"]:before,
.block-system-main-block .block-pdf.mainColor[href$=".XLSX"]:before {
    background-image: url("/Content/Images/Icones/icone-EXCEL-white.svg");
}

.block-system-main-block .block-pdf.mainColor[href$=".DOC"]:before,
.block-system-main-block .block-pdf.mainColor[href$=".doc"]:before,
.block-system-main-block .block-pdf.mainColor[href$=".DOCX"]:before,
.block-system-main-block .block-pdf.mainColor[href$=".docx"]:before {
    background-image: url("/Content/Images/Icones/icone-WORD-white.svg");
}

.block-system-main-block .block-pdf.mainColor:hover {
    background-color: #255e76;
    border-color: #255e76;
    text-decoration: none;
}

.block-system-main-block .btn {
    font-size: 22px;
    line-height: 1.2em;
    display: inline-block;
    background-color: #2d7491;
    color: #fff;
    padding: 13.5px 18px;
    text-decoration: none;
    -moz-transition: background-color 200ms ease-out;
    -o-transition: background-color 200ms ease-out;
    -webkit-transition: background-color 200ms ease-out;
    transition: background-color 200ms ease-out;
}

@media screen and (max-width:767px) {
    .block-system-main-block .btn {
        font-size: 20px;
    }
}

.block-system-main-block .btn:hover {
    background-color: #255e76;
    text-decoration: none;
}

.block-system-main-block p, .block-system-main-block #bootstrap-theme p {
    font-size: 18px;
    line-height: 1.2em;
}

@media screen and (max-width:767px) {
    .block-system-main-block p, .block-system-main-block #bootstrap-theme p {
        font-size: 16px;
    }
}

.block-system-main-block p strong {
    font-size: 1em;
}

.block-system-main-block p em {
    font-size: 1em;
}

.block-system-main-block p span {
    font-size: 1em;
}

.block-system-main-block p a {
    font-size: 1em;
    color: #1a546c;
    text-decoration: none;
}

.block-system-main-block p a:hover {
    text-decoration: underline;
}

.block-system-main-block a {
    color: #1a546c;
}

.block-system-main-block .blue {
    color: #1a546c;
}

.block-system-main-block .italic {
    font-style: italic;
}

.block-system-main-block ul {
    list-style-type: square;
}

.block-system-main-block ul li {
    font-size: 24px;
    line-height: 1.2em;
}
.block-system-main-block ul li div {
  font-size: 14px;
}

@media screen and (max-width:767px) {
    .block-system-main-block ul li {
        font-size: 22px;
    }
    .block-system-main-block ul li {
       line-height: 1.1em;
    }
}
@media screen and (max-width:450px) {
  .block-system-main-block ul li {
       line-height: 1em;
    }
}

.block-system-main-block ul li a {
    text-decoration: none;
}

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

.block-system-main-block ol li {
    font-size: 24px;
    line-height: 1.2em;
}

@media screen and (max-width:767px) {
    .block-system-main-block ol li {
        font-size: 22px;
    }
}

.block-system-main-block ol li a {
    text-decoration: none;
}

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

/*.block-system-main-block table {
    border: none;
    max-width: 100%;
    margin: 10px 0;
    display: block;
    overflow-y: hidden;
}

.block-system-main-block table tr {
    border: none;
}

.block-system-main-block table tr:nth-child(odd) {
    background-color: #ccd5db;
}

.block-system-main-block table tr:last-child {
    border-bottom: 1px solid #dfe5e9;
}

.block-system-main-block table tr th {
    border-top: none;
    border-bottom: none;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    font-size: 24px;
    line-height: 1.2em;
    background-color: #2d7491;
    color: #fff;
    font-weight: 400;
    padding: 5px 10px;
}

@media screen and (max-width:767px) {
    .block-system-main-block table tr th {
        font-size: 22px;
    }
}

.block-system-main-block table tr td {
    border-top: 1px solid #dfe5e9;
    border-bottom: none;
    border-left: 1px solid #dfe5e9;
    border-right: 1px solid #dfe5e9;
    font-size: 24px;
    line-height: 1.2em;
    padding: 5px 10px;
}

@media screen and (max-width:767px) {
    .block-system-main-block table tr td {
        font-size: 22px;
    }
}*/

.block-system-main-block blockquote {
    font-size: 32px;
    font-style: italic;
    font-weight: 300;
}

.block-system-main-block blockquote:before {
    content: "«";
    padding-right: 5px;
    font-size: 24px;
}

.block-system-main-block blockquote:after {
    content: "»";
    padding-left: 5px;
    font-size: 24px;
}

.block-system-main-block .citation {
    text-align: right;
    padding-right: 20px;
}

.block-system-main-block img {
    max-width: 100%;
    height: auto !important;
    width: auto;
}

.block-system-main-block iframe {
    border: none;
    border-width: 0;
    max-width: 100% !important;
}

.block-system-main-block .btn_voir_tout {
    text-align: center;
    margin-top: 40px;
}

.block-system-main-block .btn_voir_tout a {
    font-size: 24px;
    color: #363636;
    text-decoration: none;
    border: 3px solid #363636;
    background-color: transparent;
    padding: 10px 14px;
    display: inline-block;
    position: relative;
    overflow: hidden;
}

@media screen and (max-width:825px) {
    .block-system-main-block .btn_voir_tout a {
        font-size: 22px;
    }
}

@media screen and (max-width:767px) {
    .block-system-main-block .btn_voir_tout a {
        width: 100%;
        display: block;
        text-align: center;
        padding: 12px 20px;
        border: 2px solid #363636;
        font-size: 20px;
    }
}

.block-system-main-block .btn_voir_tout a:before {
    content: "";
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    top: 120%;
    left: 0;
    display: block;
    background-color: #363636;
    -moz-transition: top 250ms ease;
    -o-transition: top 250ms ease;
    -webkit-transition: top 250ms ease;
    transition: top 250ms ease;
}

.block-system-main-block .btn_voir_tout a span {
    position: relative;
    z-index: 2;
    color: #363636;
    -moz-transition: color 250ms ease;
    -o-transition: color 250ms ease;
    -webkit-transition: color 250ms ease;
    transition: color 250ms ease;
}

.block-system-main-block .btn_voir_tout a:hover span {
    color: #fff;
}

.block-system-main-block .btn_voir_tout a:hover:before {
    top: 0;
}

#block-bootstrap5-bio-devenezmembre {
    background-image: url("images/bg_devenez_membres.jpg");
    background-size: cover;
    padding: 35px;
    text-align: center;
    min-height: 600px;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    flex-wrap: wrap;
}

@media screen and (max-width:767px) {
    #block-bootstrap5-bio-devenezmembre {
        padding: 50px 20px;
        min-height: initial;
    }
}

#block-bootstrap5-bio-devenezmembre h2 {
    font-size: 54px;
    font-weight: bold;
    color: #fff !important;
    text-align: center;
    padding: 0;
    max-width: 1245px;
    margin: auto;
    width: 100%;
}

@media screen and (max-width:950px) {
    #block-bootstrap5-bio-devenezmembre h2 {
        font-size: 46px;
    }
}

@media screen and (max-width:767px) {
    #block-bootstrap5-bio-devenezmembre h2 {
        font-size: 40px;
    }
}

#block-bootstrap5-bio-devenezmembre p {
    font-size: 30px;
    color: #fff;
    padding: 50px 0;
    max-width: 1245px;
    margin: auto;
    width: 100%;
}

@media screen and (max-width:950px) {
    #block-bootstrap5-bio-devenezmembre p {
        font-size: 26px;
        padding: 40px 0;
    }
}

@media screen and (max-width:767px) {
    #block-bootstrap5-bio-devenezmembre p {
        font-size: 22px;
        padding: 30px 0;
    }
}

#block-bootstrap5-bio-devenezmembre p strong {
    font-size: 36px;
    font-weight: bold;
}

@media screen and (max-width:950px) {
    #block-bootstrap5-bio-devenezmembre p strong {
        font-size: 30px;
    }
}

@media screen and (max-width:767px) {
    #block-bootstrap5-bio-devenezmembre p strong {
        font-size: 24px;
    }
}

#block-bootstrap5-bio-devenezmembre .btn_avantages {
    display: block;
    width: 100%;
    text-align: center;
}

#block-bootstrap5-bio-devenezmembre .btn_avantages a {
    text-decoration: none;
    font-size: 24px;
    color: #fff;
    text-decoration: none;
    border: 3px solid #fff;
    background-color: rgba(23, 43, 76, .43);
    padding: 11px 20px;
    display: inline-block;
    position: relative;
    overflow: hidden;
}

@media screen and (max-width:825px) {
    #block-bootstrap5-bio-devenezmembre .btn_avantages a {
        font-size: 22px;
    }
}

@media screen and (max-width:767px) {
    #block-bootstrap5-bio-devenezmembre .btn_avantages a {
        width: 100%;
        display: block;
        text-align: center;
        padding: 12px 20px;
        border: 2px solid #fff;
        font-size: 20px;
    }
}

#block-bootstrap5-bio-devenezmembre .btn_avantages a:before {
    content: "";
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    top: 120%;
    left: 0;
    display: block;
    background-color: #fff;
    -moz-transition: top 250ms ease;
    -o-transition: top 250ms ease;
    -webkit-transition: top 250ms ease;
    transition: top 250ms ease;
}

#block-bootstrap5-bio-devenezmembre .btn_avantages a span {
    position: relative;
    z-index: 2;
    color: #fff;
    -moz-transition: color 250ms ease;
    -o-transition: color 250ms ease;
    -webkit-transition: color 250ms ease;
    transition: color 250ms ease;
}

#block-bootstrap5-bio-devenezmembre .btn_avantages a:hover span {
    color: #172b4c;
}

#block-bootstrap5-bio-devenezmembre .btn_avantages a:hover:before {
    top: 0;
}

.block-system-main-block .col_container {
    display: flex;
    flex-wrap: wrap;
}

.block-system-main-block .col_container.margin5container {
    margin: -5px;
}

.block-system-main-block .col_container .margin5input.input input {
    margin: 5px;
    width: calc(100% - 10px);
}

.block-system-main-block .col_container .border1px {
    border: 1px solid #ccd5db;
}

.block-system-main-block .col_container .col_1_3 {
    width: calc(100%/3);
}

.block-system-main-block .col_container .col_2_3 {
    width: calc((100%/3)*2);
}

.block-system-main-block .col_container .col_1_4 {
    width: calc(100%/4);
}

.block-system-main-block .col_container .col_3_4 {
    width: calc((100%/4)*3);
}

.block-system-main-block .col_container .col_1_2 {
    width: calc(100%/2);
}

.block-system-main-block .col_container .col_300_px {
    width: 300px;
}

.block-system-main-block .col_container .col_100pc_moins_300 {
    width: calc(100% - 300px);
}

.block-system-main-block .col_container .col_425_px {
    width: 425px;
}

.block-system-main-block .col_container .col_100pc_moins_425 {
    width: calc(100% - 425px);
}

@media screen and (max-width:1250px) {
    .block-system-main-block .col_container.disable-1250 {
        flex-wrap: wrap;
    }
    .block-system-main-block .col_container.disable-1250 .col_1_3,
    .block-system-main-block .col_container.disable-1250 .col_2_3,
    .block-system-main-block .col_container.disable-1250 .col_1_4,
    .block-system-main-block .col_container.disable-1250 .col_3_4,
    .block-system-main-block .col_container.disable-1250 .col_1_2,
    .block-system-main-block .col_container.disable-1250 .col_300_px,
    .block-system-main-block .col_container.disable-1250 .col_100pc_moins_300,
    .block-system-main-block .col_container.disable-1250 .col_425_px,
    .block-system-main-block .col_container.disable-1250 .col_100pc_moins_425 {
        width: 100%;
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
}

@media screen and (max-width:950px) {
    .block-system-main-block .col_container.disable-950 {
        flex-wrap: wrap;
    }
    .block-system-main-block .col_container.disable-950 .col_1_3,
    .block-system-main-block .col_container.disable-950 .col_2_3,
    .block-system-main-block .col_container.disable-950 .col_1_4,
    .block-system-main-block .col_container.disable-950 .col_3_4,
    .block-system-main-block .col_container.disable-950 .col_1_2,
    .block-system-main-block .col_container.disable-950 .col_300_px,
    .block-system-main-block .col_container.disable-950 .col_100pc_moins_300,
    .block-system-main-block .col_container.disable-950 .col_425_px,
    .block-system-main-block .col_container.disable-950 .col_100pc_moins_425 {
        width: 100%;
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
}

@media screen and (max-width:767px) {
    .block-system-main-block .col_container.disable-767 {
        flex-wrap: wrap;
    }
    .block-system-main-block .col_container.disable-767 .col_1_3,
    .block-system-main-block .col_container.disable-767 .col_2_3,
    .block-system-main-block .col_container.disable-767 .col_1_4,
    .block-system-main-block .col_container.disable-767 .col_3_4,
    .block-system-main-block .col_container.disable-767 .col_1_2,
    .block-system-main-block .col_container.disable-767 .col_300_px,
    .block-system-main-block .col_container.disable-767 .col_100pc_moins_300,
    .block-system-main-block .col_container.disable-767 .col_425_px,
    .block-system-main-block .col_container.disable-767 .col_100pc_moins_425 {
        width: 100%;
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
}

.block-system-main-block .listing_ca {
    display: flex;
    margin: 0 -20px;
    flex-wrap: wrap;
}

.block-system-main-block .listing_ca .block_ca {
    width: calc(50% - 40px);
    margin: 20px;
    display: flex;
    align-items: flex-start;
    border: 3px solid #eaeaea;
    padding: 20px;
}

@media screen and (max-width:1250px) {
    .block-system-main-block .listing_ca .block_ca {
        flex-wrap: wrap;
    }
}

@media screen and (max-width:950px) {
    .block-system-main-block .listing_ca .block_ca {
        width: calc(100% - 40px);
        flex-wrap: nowrap;
    }
}

@media screen and (max-width:675px) {
    .block-system-main-block .listing_ca .block_ca {
        flex-wrap: wrap;
    }
}

.block-system-main-block .listing_ca .block_ca .img {
    width: 40%;
}

@media screen and (max-width:1250px) {
    .block-system-main-block .listing_ca .block_ca .img {
        width: 100%;
    }
}

@media screen and (max-width:950px) {
    .block-system-main-block .listing_ca .block_ca .img {
        width: 250px;
    }
}

@media screen and (max-width:675px) {
    .block-system-main-block .listing_ca .block_ca .img {
        width: 100%;
    }
}

.block-system-main-block .listing_ca .block_ca .img img {
    display: block;
    width: 100%;
}

.block-system-main-block .listing_ca .block_ca .infos {
    padding: 0 20px;
    width: 60%;
}

@media screen and (max-width:1250px) {
    .block-system-main-block .listing_ca .block_ca .infos {
        width: 100%;
        padding: 20px 0 0;
    }
}

@media screen and (max-width:950px) {
    .block-system-main-block .listing_ca .block_ca .infos {
        width: calc(100% - 250px);
        padding: 0 20px;
    }
}

@media screen and (max-width:675px) {
    .block-system-main-block .listing_ca .block_ca .infos {
        width: 100%;
        padding: 20px 0 0;
    }
}

.block-system-main-block .listing_ca .block_ca .infos p {
    margin: 0;
    padding: 0;
}

.block-system-main-block .listing_ca .block_ca .infos .poste_region .poste {
    font-size: 1.6vw;
    color: #33657f;
    font-style: italic;
}

@media screen and (max-width:1600px) {
    .block-system-main-block .listing_ca .block_ca .infos .poste_region .poste {
        font-size: 1.8vw;
    }
}

@media screen and (max-width:1250px) {
    .block-system-main-block .listing_ca .block_ca .infos .poste_region .poste {
        font-size: 2.2vw;
    }
}

@media screen and (max-width:950px) {
    .block-system-main-block .listing_ca .block_ca .infos .poste_region .poste {
        font-size: 26px;
    }
}

@media screen and (max-width:767px) {
    .block-system-main-block .listing_ca .block_ca .infos .poste_region .poste {
        font-size: 24px;
    }
}

.block-system-main-block .listing_ca .block_ca .infos .poste_region .region {
    font-size: 1.25vw;
    font-style: italic;
    opacity: .6;
    padding-top: 3px;
}

@media screen and (max-width:1600px) {
    .block-system-main-block .listing_ca .block_ca .infos .poste_region .region {
        font-size: 1.4vw;
    }
}

@media screen and (max-width:1250px) {
    .block-system-main-block .listing_ca .block_ca .infos .poste_region .region {
        font-size: 1.8vw;
    }
}

@media screen and (max-width:950px) {
    .block-system-main-block .listing_ca .block_ca .infos .poste_region .region {
        font-size: 20px;
    }
}

@media screen and (max-width:767px) {
    .block-system-main-block .listing_ca .block_ca .infos .poste_region .region {
        font-size: 18px;
    }
}

.block-system-main-block .listing_ca .block_ca .infos .separator {
    display: block;
    width: 100%;
    height: 1px;
    background-color: #eaeaea;
    margin: 1vw 0;
}

@media screen and (max-width:767px) {
    .block-system-main-block .listing_ca .block_ca .infos .separator {
        margin: 15px 0;
    }
}

.block-system-main-block .listing_ca .block_ca .infos .informations .nom {
    font-size: 1.9vw;
}

@media screen and (max-width:1600px) {
    .block-system-main-block .listing_ca .block_ca .infos .informations .nom {
        font-size: 2vw;
    }
}

@media screen and (max-width:1250px) {
    .block-system-main-block .listing_ca .block_ca .infos .informations .nom {
        font-size: 2.6vw;
    }
}

@media screen and (max-width:950px) {
    .block-system-main-block .listing_ca .block_ca .infos .informations .nom {
        font-size: 30px;
    }
}

@media screen and (max-width:767px) {
    .block-system-main-block .listing_ca .block_ca .infos .informations .nom {
        font-size: 28px;
    }
}

.block-system-main-block .listing_ca .block_ca .infos .informations .poste {
    font-size: 1.25vw;
    color: #33657f;
    font-style: italic;
    padding: .9vw 0;
}

@media screen and (max-width:1600px) {
    .block-system-main-block .listing_ca .block_ca .infos .informations .poste {
        font-size: 1.4vw;
    }
}

@media screen and (max-width:1250px) {
    .block-system-main-block .listing_ca .block_ca .infos .informations .poste {
        font-size: 1.8vw;
    }
}

@media screen and (max-width:950px) {
    .block-system-main-block .listing_ca .block_ca .infos .informations .poste {
        font-size: 20px;
        padding: 10px 0;
    }
}

@media screen and (max-width:767px) {
    .block-system-main-block .listing_ca .block_ca .infos .informations .poste {
        font-size: 18px;
    }
}

.block-system-main-block .listing_ca .block_ca .infos .informations .tel {
    font-size: 1.2vw;
    color: #202020;
}

@media screen and (max-width:1600px) {
    .block-system-main-block .listing_ca .block_ca .infos .informations .tel {
        font-size: 1.4vw;
    }
}

@media screen and (max-width:1250px) {
    .block-system-main-block .listing_ca .block_ca .infos .informations .tel {
        font-size: 1.8vw;
    }
}

@media screen and (max-width:950px) {
    .block-system-main-block .listing_ca .block_ca .infos .informations .tel {
        font-size: 20px;
    }
}

@media screen and (max-width:767px) {
    .block-system-main-block .listing_ca .block_ca .infos .informations .tel {
        font-size: 18px;
    }
}

.block-system-main-block .listing_ca .block_ca .infos .informations .tel a {
    color: #202020;
    display: inline-block;
}

@media screen and (max-width:1600px) {
    .block-system-main-block .listing_ca .block_ca .infos .informations .tel a {
        display: block;
    }
}

.block-system-main-block .listing_ca .block_ca .infos .informations .courriel {
    color: #202020;
    font-size: 1.2vw;
}

@media screen and (max-width:1600px) {
    .block-system-main-block .listing_ca .block_ca .infos .informations .courriel {
        margin-top: .3vw;
        font-size: 1.4vw;
    }
}

@media screen and (max-width:1250px) {
    .block-system-main-block .listing_ca .block_ca .infos .informations .courriel {
        font-size: 1.8vw;
        margin-top: .5vw;
    }
}

@media screen and (max-width:950px) {
    .block-system-main-block .listing_ca .block_ca .infos .informations .courriel {
        font-size: 20px;
        margin-top: 5px;
    }
}

@media screen and (max-width:767px) {
    .block-system-main-block .listing_ca .block_ca .infos .informations .courriel {
        font-size: 18px;
    }
}

.block-system-main-block .listing_ca .block_ca .infos .informations .courriel a {
    color: #33657f;
    display: inline-block;
    word-break: break-word;
}

@media screen and (max-width:1600px) {
    .block-system-main-block .listing_ca .block_ca .infos .informations .courriel a {
        display: block;
    }
}

@media screen and (max-width:767px) {
    .block-system-main-block .header_devenir_membre {
        margin-top: 68px;
    }
}

.block-system-main-block .header_devenir_membre .img_bg {
    padding-bottom: 51.9%;
    position: relative;
    background-size: cover;
    background-position: center;
    min-height: 600px;
    z-index: 1;
}

@media screen and (max-width:767px) {
    .block-system-main-block .header_devenir_membre .img_bg {
        min-height: 375px;
    }
}

.block-system-main-block .header_devenir_membre .img_bg img {
    display: none;
}

.block-system-main-block .header_devenir_membre .texte_video {
    margin-top: calc(-51vw + 240px);
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    padding: 0 35px;
    z-index: 3;
    position: relative;
}

@media screen and (max-width:1200px) {
    .block-system-main-block .header_devenir_membre .texte_video {
        margin-top: -370px;
    }
}

@media screen and (max-width:767px) {
    .block-system-main-block .header_devenir_membre .texte_video {
        padding: 0 20px;
        margin-top: -300px;
    }
}

.block-system-main-block .header_devenir_membre .texte_video .texte {
    font-size: 48px;
    color: #fff;
    margin: 0 auto 50px;
    max-width: 765px;
}

@media screen and (max-width:950px) {
    .block-system-main-block .header_devenir_membre .texte_video .texte {
        font-size: 36px;
    }
}

@media screen and (max-width:767px) {
    .block-system-main-block .header_devenir_membre .texte_video .texte {
        font-size: 5vw;
        margin: 0 auto 30px;
    }
}

@media screen and (max-width:400px) {
    .block-system-main-block .header_devenir_membre .texte_video .texte {
        font-size: 6.4vw;
    }
}

.block-system-main-block .header_devenir_membre .texte_video .texte strong {
    display: block;
}

@media screen and (max-width:767px) {
    .block-system-main-block .header_devenir_membre .texte_video .texte strong {
        display: inline-block;
    }
}

.block-system-main-block .header_devenir_membre .texte_video .video {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
    border: 4px solid rgba(201, 211, 215, .7);
    background-color: #000;
}

.block-system-main-block .header_devenir_membre .texte_video .video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.block-system-main-block .desire_devenir_membre {
    text-align: center;
    margin: 60px 20px;
}

@media screen and (max-width:767px) {
    .block-system-main-block .desire_devenir_membre {
        margin: 40px 20px;
    }
}

.block-system-main-block .desire_devenir_membre .btn_membre {
    font-size: 29px;
    background-color: #2d7491;
    padding: 20px 30px;
    color: #fff;
    text-decoration: none;
    display: inline-block;
    -moz-transition: background-color 250ms ease;
    -o-transition: background-color 250ms ease;
    -webkit-transition: background-color 250ms ease;
    transition: background-color 250ms ease;
}

@media screen and (max-width:767px) {
    .block-system-main-block .desire_devenir_membre .btn_membre {
        font-size: 22px;
        padding: 15px 20px;
    }
}

.block-system-main-block .desire_devenir_membre .btn_membre:hover {
    background-color: #255e76;
}

.block-system-main-block .nbr_membre {
    display: flex;
    align-items: stretch;
    align-content: center;
    background-color: #2d7491;
    min-height: 625px;
}

@media screen and (max-width:1200px) {
    .block-system-main-block .nbr_membre {
        flex-wrap: wrap;
        min-height: initial;
    }
}

.block-system-main-block .nbr_membre .maps {
    width: calc(100% - 575px);
}

@media screen and (max-width:1200px) {
    .block-system-main-block .nbr_membre .maps {
        width: 100%;
        min-height: 400px;
    }
}

.block-system-main-block .nbr_membre .maps iframe {
    width: 100%;
    height: 100%;
}

.block-system-main-block .nbr_membre .infos {
    width: 575px;
    display: flex;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
    padding: 5vw 3vw;
}

@media screen and (max-width:1200px) {
    .block-system-main-block .nbr_membre .infos {
        width: 100%;
        padding: 35px 20px;
    }
}

.block-system-main-block .nbr_membre .infos p {
    font-size: 40px;
    color: #fff;
    width: 100%;
    margin: 0;
    padding: 0;
    line-height: 1.2em;
}

@media screen and (max-width:767px) {
    .block-system-main-block .nbr_membre .infos p {
        font-size: 24px;
    }
}

.block-system-main-block .nbr_membre .infos p span {
    font-size: 60px;
    font-weight: 500;
    display: block;
    line-height: 1.2em;
}

@media screen and (max-width:767px) {
    .block-system-main-block .nbr_membre .infos p span {
        font-size: 42px;
        line-height: 1.1em;
    }
}

.block-system-main-block .nbr_membre .infos a.btn {
    background-color: #1c5c80;
    margin-top: 30px;
}

.block-system-main-block .nbr_membre .infos a.btn:hover {
    background-color: #104969;
}

.block-system-main-block .infos_sup {
    max-width: 1350px;
    margin: 0 auto;
    padding: 0 35px;
}

@media screen and (max-width:767px) {
    .block-system-main-block .infos_sup {
        padding: 0 20px;
    }
}

.block-system-main-block .infos_sup .titre {
    font-size: 48px;
    text-align: center;
    max-width: 1000px;
    margin: 60px auto;
}

@media screen and (max-width:767px) {
    .block-system-main-block .infos_sup .titre {
        font-size: 26px;
        margin: 40px auto;
    }
}

.block-system-main-block .infos_sup .container_points {
    display: flex;
    justify-content: space-between;
    margin: 0 -40px;
}

@media screen and (max-width:950px) {
    .block-system-main-block .infos_sup .container_points {
        flex-wrap: wrap;
        margin: 0;
    }
}

.block-system-main-block .infos_sup .container_points ul {
    list-style: none;
    margin: 0 40px;
    padding: 0;
}

@media screen and (max-width:950px) {
    .block-system-main-block .infos_sup .container_points ul {
        width: 100%;
        margin: 0;
    }
}

.block-system-main-block .infos_sup .container_points ul:first-child {
    position: relative;
}

.block-system-main-block .infos_sup .container_points ul:first-child:after {
    content: "";
    position: absolute;
    width: 2px;
    height: 100%;
    background-color: #eaeaea;
    top: -10px;
    right: -40px;
}

@media screen and (max-width:950px) {
    .block-system-main-block .infos_sup .container_points ul:first-child:after {
        display: none;
    }
}

.block-system-main-block .infos_sup .container_points ul li {
    font-size: 30px;
    line-height: 1.2em;
    padding: 0 20px 30px 95px;
    position: relative;
}

@media screen and (max-width:767px) {
    .block-system-main-block .infos_sup .container_points ul li {
        font-size: 22px;
        padding: 15px 0 15px 60px;
    }
}

.block-system-main-block .infos_sup .container_points ul li:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 20px;
    background-image: url("/Content/Images/Icones/icon_select.svg");
    background-size: 50px;
    background-repeat: no-repeat;
    width: 50px;
    height: 50px;
}

@media screen and (max-width:767px) {
    .block-system-main-block .infos_sup .container_points ul li:before {
        width: 35px;
        height: 35px;
        background-size: 35px;
        top: 20px;
        left: 10px;
    }
}

.block-system-main-block .container_permanence {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -20px;
    align-items: stretch;
}

@media screen and (max-width:1600px) {
    .block-system-main-block .container_permanence {
        margin: 0 -10px;
    }
}

.block-system-main-block .container_permanence .block_permanence {
    background-color: #eaeaea;
    width: calc(50% - 40px);
    margin: 20px;
}

@media screen and (max-width:1600px) {
    .block-system-main-block .container_permanence .block_permanence {
        width: calc(50% - 20px);
        margin: 10px;
        max-width: 350px;
    }
}

@media screen and (max-width:650px) {
    .block-system-main-block .container_permanence .block_permanence {
        width: calc(100% - 20px);
        max-width: initial;
    }
}

.block-system-main-block .container_permanence .block_permanence .img {
    width: 100%;
}

.block-system-main-block .container_permanence .block_permanence .img img {
    display: block;
    width: 100%;
}

.block-system-main-block .container_permanence .block_permanence .infos {
    padding: 25px;
}

@media screen and (max-width:650px) {
    .block-system-main-block .container_permanence .block_permanence .infos {
        padding: 20px;
    }
}

.block-system-main-block .container_permanence .block_permanence .infos .nom {
    font-size: 30px;
    margin: 0;
    padding: 0 0 5px 0;
}

@media screen and (max-width:1600px) {
    .block-system-main-block .container_permanence .block_permanence .infos .nom {
        font-size: 26px;
    }
}

@media screen and (max-width:1400px) {
    .block-system-main-block .container_permanence .block_permanence .infos .nom {
        font-size: 24px;
    }
}

@media screen and (max-width:1250px) {
    .block-system-main-block .container_permanence .block_permanence .infos .nom {
        font-size: 26px;
    }
}

.block-system-main-block .container_permanence .block_permanence .infos .poste {
    font-size: 24px;
    font-style: italic;
    margin: 0;
    padding: 0;
}

@media screen and (max-width:1600px) {
    .block-system-main-block .container_permanence .block_permanence .infos .poste {
        font-size: 22px;
    }
}

@media screen and (max-width:1400px) {
    .block-system-main-block .container_permanence .block_permanence .infos .poste {
        font-size: 20px;
    }
}

@media screen and (max-width:1250px) {
    .block-system-main-block .container_permanence .block_permanence .infos .poste {
        font-size: 22px;
    }
}

@media screen and (max-width:650px) {
    .block-system-main-block .container_permanence .block_permanence .infos .poste {
        font-size: 20px;
    }
}

.block-system-main-block .videoContainer {
    display: flex;
    justify-content: space-between;
    position: absolute;
    top: 0;
    z-index: 9;
    padding-top: 265px;
    width: 100%;
}

@media screen and (max-width:1700px) {
    .block-system-main-block .videoContainer {
        padding-top: 235px;
    }
}

@media screen and (max-width:1475px) {
    .block-system-main-block .videoContainer {
        padding-top: 220px;
    }
}

@media screen and (max-width:767px) {
    .block-system-main-block .videoContainer {
        padding-top: 145px;
    }
}

@media screen and (max-width:515px) {
    .block-system-main-block .videoContainer {
        padding-top: 135px;
    }
}

@media screen and (max-width:415px) {
    .block-system-main-block .videoContainer {
        padding-top: 130px;
    }
}

.block-system-main-block .videoContainer .side {
    display: flex;
    width: 450px;
    flex-wrap: wrap;
    margin-left: 50px;
}

.block-system-main-block .videoContainer .side .imgContainer {
    margin-bottom: 40px;
}

@media screen and (max-width:1475px) {
    .block-system-main-block .videoContainer .side .imgContainer {
        margin-bottom: 20px;
    }
}

.block-system-main-block .videoContainer .side .imgContainer:hover .overLayImg {
    position: absolute;
    background: rgba(0, 0, 0, .3);
    width: 100%;
    height: calc(100% - 43px);
    z-index: 1;
    top: 0;
    cursor: pointer;
}

.block-system-main-block .videoContainer .side.leftSide {
    margin-left: 50px;
    justify-content: center;
}

@media screen and (max-width:1700px) {
    .block-system-main-block .videoContainer .side.leftSide {
        justify-content: flex-start;
    }
}

@media screen and (max-width:767px) {
    .block-system-main-block .videoContainer .side.leftSide {
        margin-left: 15px;
    }
}

.block-system-main-block .videoContainer .side.rightSide {
    margin-right: 50px;
    justify-content: center;
}

@media screen and (max-width:1700px) {
    .block-system-main-block .videoContainer .side.rightSide {
        justify-content: flex-end;
    }
}

@media screen and (max-width:767px) {
    .block-system-main-block .videoContainer .side.rightSide {
        margin-right: 15px;
    }
}

.block-system-main-block .videoContainer .side a {
    position: relative;
}

.block-system-main-block .videoContainer .side .isPicture {
    width: 415px;
    cursor: pointer;
    border: 7px solid #fff;
}

@media screen and (max-width:1700px) {
    .block-system-main-block .videoContainer .side .isPicture {
        width: 325px;
    }
}

@media screen and (max-width:1475px) {
    .block-system-main-block .videoContainer .side .isPicture {
        width: 275px;
    }
}

@media screen and (max-width:1100px) {
    .block-system-main-block .videoContainer .side .isPicture {
        width: 230px;
    }
}

@media screen and (max-width:515px) {
    .block-system-main-block .videoContainer .side .isPicture {
        width: 275px;
        border: 3px solid #fff;
    }
}

.block-system-main-block .videoContainer .side .isIcone {
    width: 74px;
    height: 74px !important;
    top: calc(50% - 57px);
    left: calc(50% - 37px);
    position: absolute;
    cursor: pointer;
}

@media screen and (max-width:575px) {
    .block-system-main-block .videoContainer .side .isIcone {
        width: 50px;
        height: 50px !important;
        top: calc(50% - 40px);
        left: calc(50% - 20px);
    }
}

.block-system-main-block .centerText {
    margin-top: 300px;
    z-index: 2;
    position: absolute;
    top: 0;
    width: 100%;
}

.block-system-main-block .centerText .biggerText {
    font-size: 90px;
    margin: 0;
    color: #fff;
    text-align: center;
    font-weight: 500;
}

@media screen and (max-width:1700px) {
    .block-system-main-block .centerText .biggerText {
        font-size: 65px;
    }
    .block-system-main-block .centerText .biggerText.isFirst {
        margin-right: 15px;
    }
}

@media screen and (max-width:1375px) {
    .block-system-main-block .centerText .biggerText {
        font-size: 50px;
    }
}

@media screen and (max-width:1150px) {
    .block-system-main-block .centerText .biggerText {
        font-size: 40px;
        margin-left: 5px;
    }
}

@media screen and (max-width:1020px) {
    .block-system-main-block .centerText .biggerText {
        margin-left: 0;
    }
}

@media screen and (max-width:767px) {
    .block-system-main-block .centerText .biggerText {
        font-size: 38px;
    }
    .block-system-main-block .centerText .biggerText.isFirst {
        margin-right: 10px;
    }
}

@media screen and (max-width:515px) {
    .block-system-main-block .centerText .biggerText {
        font-size: 30px;
    }
}

@media screen and (max-width:415px) {
    .block-system-main-block .centerText .biggerText {
        font-size: 24px;
    }
}

@media screen and (max-width:1700px) {
    .block-system-main-block .centerText {
        margin-top: 260px;
    }
}

@media screen and (max-width:1020px) {
    .block-system-main-block .centerText {
        margin-top: 136px;
        display: flex;
        justify-content: center;
    }
}

@media screen and (max-width:767px) {
    .block-system-main-block .centerText {
        margin-top: 85px;
    }
}

@media screen and (max-width:1375px) {
    .block-system-main-block .block-system-main-block .header_devenir_membre .img_bg {
        padding-bottom: 56%;
    }
}

@media screen and (max-width:1230px) {
    .block-system-main-block .block-system-main-block .header_devenir_membre .img_bg {
        padding-bottom: 65%;
    }
}

@media screen and (max-width:1100px) {
    .block-system-main-block .block-system-main-block .header_devenir_membre .img_bg {
        padding-bottom: 61%;
    }
}

@media screen and (max-width:1020px) {
    .block-system-main-block .block-system-main-block .header_devenir_membre .img_bg {
        padding-bottom: 70%;
    }
}

@media screen and (max-width:890px) {
    .block-system-main-block .block-system-main-block .header_devenir_membre .img_bg {
        padding-bottom: 81%;
    }
}

@media screen and (max-width:620px) {
    .block-system-main-block .block-system-main-block .header_devenir_membre .img_bg {
        padding-bottom: 92%;
    }
}

/*input {
    font-size: 18px;
    font-family: "Rubik", sans-serif;
    padding: 12px 15px;
    border: 1px solid #c4c4c4;
    opacity: 1;
    color: #00334d;
    background-color: #fff;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
}

input:focus {
    outline: none;
}*/

input::placeholder {
    font-style: italic;
    color: #202020;
    opacity: .6;
}

.container-select {
    position: relative;
}

.container-select select {
    cursor: pointer;
    color: #00334d;
    font-size: 18px;
    font-family: "Rubik", sans-serif;
    padding: 12px 55px 12px 20px;
    border: 1px solid #c4c4c4;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #fff;
    border-radius: 0;
}

.container-select select:focus {
    outline: none;
}

.container-select select option {
    font-family: Arial, Helvetica, sans-serif;
}

.container-select:after {
    content: "";
    display: block;
    position: absolute;
    top: calc(50% - 16px);
    right: 7px;
    background-color: #1c5c80;
    width: 32px;
    height: 32px;
    pointer-events: none;
    z-index: 1;
    -moz-transition: background-color 250ms ease;
    -o-transition: background-color 250ms ease;
    -webkit-transition: background-color 250ms ease;
    transition: background-color 250ms ease;
}

.container-select:before {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    top: 20px;
    right: 17px;
    z-index: 2;
    border-style: solid;
    border-width: 9px 6px 0 6px;
    border-color: #fff transparent transparent transparent;
}

.container-select:hover {
    cursor: pointer;
}

.container-select:hover:after {
    background-color: #104969;
}

.block-system-main-block h6 {
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    background-color: #eaeaea;
    color: #172b4c;
    padding: 15px 20px;
    margin: 0;
    display: block;
}

@media screen and (max-width:767px) {
    .block-system-main-block h6 {
        font-size: 18px;
    }
}

.pswp__button,
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
    background: url(/Content/Images/Icones/btn-close-slider.png) 0 0 no-repeat !important;
    width: 44px;
    height: 44px;
    background-size: 30px !important;
    background-position: 0 15px !important;
}

.wrapper-index-video {
    line-height: 0;
    width: 100%;
    max-width: 1248px;
    position: absolute;
    display: inline-block;
    vertical-align: middle;
    top: 50%;
    left: 50%;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin: 0 auto;
    text-align: left;
    z-index: 1045;
}

.video-wrapper {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    width: 100%;
}

.video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

header .menu_bar {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    padding: 25px 35px;
    display: flex;
    justify-content: space-between;
    opacity: 1;
    -moz-transition: opacity 250ms ease;
    -o-transition: opacity 250ms ease;
    -webkit-transition: opacity 250ms ease;
    transition: opacity 250ms ease;
}

@media screen and (max-width:767px) {
    header .menu_bar {
        background-color: #172b4c;
        z-index: 115;
    }
}

header .menu_bar .logo a img.logo_complet {
    width: 340px;
}

header .menu_bar .logo a img.logo_court {
    display: none;
    width: 135px;
}

header .menu_bar .btn_rapide {
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
}

header .menu_bar .btn_rapide a.membre {
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    background-color: #2d7491;
    text-decoration: none;
    padding: 11px 19px;
    box-sizing: border-box;
    display: inline-block;
    -moz-transition: background-color 250ms ease;
    -o-transition: background-color 250ms ease;
    -webkit-transition: background-color 250ms ease;
    transition: background-color 250ms ease;
    margin: 5px;
}

@media screen and (max-width:950px) {
    header .menu_bar .btn_rapide a.membre {
        display: none;
    }
}

header .menu_bar .btn_rapide a.membre:hover {
    background-color: #3391b7;
    cursor: pointer;
}

header .menu_bar .btn_rapide .btn_menu {
    background-color: #172b4c;
    padding: 11px 19px;
    box-sizing: border-box;
    display: inline-block;
    -moz-transition: background-color 250ms ease;
    -o-transition: background-color 250ms ease;
    -webkit-transition: background-color 250ms ease;
    transition: background-color 250ms ease;
    margin: 5px;
}

@media screen and (max-width:767px) {
    header .menu_bar .btn_rapide .btn_menu {
        height: 46px;
        display: flex;
        align-items: center;
        padding: 14px 15px;
        height: 68px;
    }
}

header .menu_bar .btn_rapide .btn_menu:hover {
    background-color: #26416c;
    cursor: pointer;
}

header .menu_bar .btn_rapide .btn_menu.active {
    background-color: #2d7491;
}

header .menu_bar .btn_rapide .btn_menu .lines-button {
    display: inline-block;
    -moz-transition: .3s;
    -o-transition: .3s;
    -webkit-transition: .3s;
    transition: .3s;
    vertical-align: top;
    position: relative;
    top: -2px;
    padding-right: 5px;
}

@media screen and (max-width:767px) {
    header .menu_bar .btn_rapide .btn_menu .lines-button {
        padding-right: 0;
        top: -4px;
    }
}

header .menu_bar .btn_rapide .btn_menu .lines-button:hover {
    opacity: 1;
}

header .menu_bar .btn_rapide .btn_menu .lines {
    display: inline-block;
    width: 25px;
    height: 3.5px;
    background: #fff;
    -moz-transition: .3s;
    -o-transition: .3s;
    -webkit-transition: .3s;
    transition: .3s;
    position: relative;
}

header .menu_bar .btn_rapide .btn_menu .lines:before,
header .menu_bar .btn_rapide .btn_menu .lines:after {
    display: inline-block;
    width: 25px;
    height: 3.5px;
    background: #fff;
    -moz-transition: .3s;
    -o-transition: .3s;
    -webkit-transition: .3s;
    transition: .3s;
    -moz-transform-origin: 2px center;
    -ms-transform-origin: 2px center;
    -o-transform-origin: 2px center;
    -webkit-transform-origin: 2px center;
    transform-origin: 2px center;
    position: absolute;
    left: 0;
    content: '';
}

header .menu_bar .btn_rapide .btn_menu .lines:before {
    top: 7px;
}

header .menu_bar .btn_rapide .btn_menu .lines:after {
    top: -7px;
}

header .menu_bar .btn_rapide .btn_menu .lines-button.x2 .lines {
    -moz-transition: background .2s .3s ease;
    -o-transition: background .2s .3s ease;
    -webkit-transition: background .2s .3s ease;
    transition: background .2s .3s ease;
}

header .menu_bar .btn_rapide .btn_menu .lines-button.x2 .lines:before,
header .menu_bar .btn_rapide .btn_menu .lines-button.x2 .lines:after {
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -moz-transition: top .2s .3s ease, transform .2s ease, background .4s ease;
    -o-transition: top .2s .3s ease, transform .2s ease, background .4s ease;
    -webkit-transition: top .2s .3s ease, transform .2s ease, background .4s ease;
    transition: top .2s .3s ease, transform .2s ease, background .4s ease;
}

header .menu_bar .btn_rapide .btn_menu.open .lines-button.x2 .lines {
    -moz-transition: background .3s 0s ease;
    -o-transition: background .3s 0s ease;
    -webkit-transition: background .3s 0s ease;
    transition: background .3s 0s ease;
    background: transparent;
}

header .menu_bar .btn_rapide .btn_menu.open .lines-button.x2 .lines:before,
header .menu_bar .btn_rapide .btn_menu.open .lines-button.x2 .lines:after {
    -moz-transition: top .2s ease, transform .2s .4s ease, background .4s ease;
    -o-transition: top .2s ease, transform .2s .4s ease, background .4s ease;
    -webkit-transition: top .2s ease, transform .2s .4s ease, background .4s ease;
    transition: top .2s ease, transform .2s .4s ease, background .4s ease;
    top: 0;
    width: 25px;
}

header .menu_bar .btn_rapide .btn_menu.open .lines-button.x2 .lines:before {
    -moz-transform: rotate3d(0, 0, 1, 45deg);
    -ms-transform: rotate3d(0, 0, 1, 45deg);
    -o-transform: rotate3d(0, 0, 1, 45deg);
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
}

header .menu_bar .btn_rapide .btn_menu.open .lines-button.x2 .lines:after {
    -moz-transform: rotate3d(0, 0, 1, -45deg);
    -ms-transform: rotate3d(0, 0, 1, -45deg);
    -o-transform: rotate3d(0, 0, 1, -45deg);
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
}

header .menu_bar .btn_rapide .btn_menu span {
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
}

@media screen and (max-width:767px) {
    header .menu_bar .btn_rapide .btn_menu span {
        display: none;
    }
}

header .menu_bar .btn_rapide .btn_recherche {
    background-color: #172b4c;
    padding: 11px 13px 10px;
    box-sizing: border-box;
    display: inline-block;
    -moz-transition: background-color 250ms ease;
    -o-transition: background-color 250ms ease;
    -webkit-transition: background-color 250ms ease;
    transition: background-color 250ms ease;
    margin: 5px 0 5px 5px;
}

@media screen and (max-width:767px) {
    header .menu_bar .btn_rapide .btn_recherche {
        height: 46px;
        display: flex;
        align-items: center;
        padding: 34px 13px;
        margin: 0 0 0 5px !important;
        height: 68px;
    }
}

header .menu_bar .btn_rapide .btn_recherche:hover {
    background-color: #26416c;
    cursor: pointer;
}

header .menu_bar .btn_rapide .btn_recherche.active {
    background-color: #2d7491;
}

header .menu_bar .btn_rapide .btn_recherche img {
    width: 25px;
    display: block;
}

header .menu_bar.scrollActive {
    animation: menuScrollActive .5s ease-in-out;
    animation-fill-mode: both;
    opacity: 0;
    padding: 0 35px;
    align-items: center;
}

@keyframes menuScrollActive {
    0% {
        position: fixed;
        opacity: 0;
        top: -200px;
        background-color: #172b4c;
    }
    100% {
        position: fixed;
        top: 0;
        opacity: 1;
        background-color: #172b4c;
    }
}

@media screen and (max-width:767px) {
    header .menu_bar.scrollActive {
        animation: none !important;
        opacity: 1 !important;
    }
}

header .menu_bar.scrollActive .logo a img.logo_complet {
    display: none;
}

header .menu_bar.scrollActive .logo a img.logo_court {
    display: block;
}

header .menu_bar.scrollActive .btn_rapide .membre {
    opacity: 0;
    pointer-events: none;
    overflow: hidden;
    width: 0;
    height: 0;
}

header .menu_bar.scrollActive .btn_rapide .btn_recherche {
    margin: 5px 0 5px 2.5px;
}

@media screen and (max-width:767px) {
    header .menu_bar.scrollActive .btn_rapide .btn_recherche {
        margin: 0 0 0 2.5px;
    }
}

header .menu_bar.scrollActive .btn_rapide .btn_menu {
    margin: 5px 2.5px;
}

@media screen and (max-width:767px) {
    header .menu_bar.scrollActive .btn_rapide .btn_menu {
        margin: 0 2.5px;
    }
}

@media screen and (max-width:767px) {
    header .menu_bar {
        padding: 0 15px 0 20px !important;
        align-items: center;
        position: fixed;
        top: 0;
    }
    header .menu_bar .logo a img.logo_complet {
        display: none;
    }
    header .menu_bar .logo a img.logo_court {
        display: block;
    }
    header .menu_bar .btn_rapide .membre {
        opacity: 0;
        pointer-events: none;
        overflow: hidden;
        width: 0;
        height: 0;
    }
    header .menu_bar .btn_rapide .btn_menu {
        margin: 0 2.5px;
        padding: 34px 15px;
    }
}

header .container_menu {
    position: fixed;
    top: 0;
    right: -110%;
    z-index: 105;
    background-color: #1c5c80;
    width: 600px;
    max-width: 100%;
    height: 100vh;
    -moz-transition: right 250ms ease;
    -o-transition: right 250ms ease;
    -webkit-transition: right 250ms ease;
    transition: right 250ms ease;
    opacity: 0;
}

@media screen and (max-width:767px) {
    header .container_menu {
        -moz-transition: top 250ms ease;
        -o-transition: top 250ms ease;
        -webkit-transition: top 250ms ease;
        transition: top 250ms ease;
        right: 0;
        top: -110%;
        height: calc(100vh - 68px);
    }
}

header .container_menu.open {
    right: 0;
    opacity: 1;
}

@media screen and (max-width:767px) {
    header .container_menu.open {
        top: 68px;
    }
}

header .container_menu .container_scroll {
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    padding-bottom: 125px;
    -webkit-overflow-scrolling: touch;
}

header .container_menu .container_scroll::-webkit-scrollbar {
    width: 6px;
    height: 5px;
    margin-right: 20px;
}

@media screen and (max-width:767px) {
    header .container_menu .container_scroll::-webkit-scrollbar {
        display: none;
    }
}

header .container_menu .container_scroll::-webkit-scrollbar-button {
    width: 0;
    height: 0;
}

header .container_menu .container_scroll::-webkit-scrollbar-thumb {
    background: #fff;
    border: 0 none #fff;
    border-radius: 34px;
}

header .container_menu .container_scroll::-webkit-scrollbar-thumb:hover {
    background: #fff;
}

header .container_menu .container_scroll::-webkit-scrollbar-thumb:active {
    background: #fff;
}

header .container_menu .container_scroll::-webkit-scrollbar-track {
    background: #597f94;
    border: 0 none #fff;
    border-radius: 100px;
}

header .container_menu .container_scroll::-webkit-scrollbar-track:hover {
    background: #597f94;
}

header .container_menu .container_scroll::-webkit-scrollbar-track:active {
    background: #626a74;
}

header .container_menu .container_scroll::-webkit-scrollbar-corner {
    background: transparent;
}

header .container_menu .first_section {
    background-color: #2d7491;
    width: 100%;
}

header .container_menu .first_section .btn_close {
    width: 100%;
    opacity: .72;
    padding: 30px 40px;
    border-bottom: 1px solid rgba(255, 255, 255, .2);
    cursor: pointer;
    background-color: #2d7491;
    -moz-transition: background-color 250ms ease;
    -o-transition: background-color 250ms ease;
    -webkit-transition: background-color 250ms ease;
    transition: background-color 250ms ease;
}

@media screen and (max-width:767px) {
    header .container_menu .first_section .btn_close {
        display: none;
    }
}

header .container_menu .first_section .btn_close:hover {
    background-color: #1a546c;
}

header .container_menu .first_section .btn_close p {
    margin: 0;
    display: flex;
    align-items: center;
}

header .container_menu .first_section .btn_close p img {
    width: 18px;
}

header .container_menu .first_section .btn_close p span {
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    text-transform: uppercase;
    padding-left: 25px;
}

header .container_menu .first_section ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

header .container_menu .first_section ul li {
    margin: 0;
    padding: 0;
}

header .container_menu .first_section ul li a {
    display: flex;
    align-items: center;
    padding: 22px 40px;
    color: #fff;
    text-decoration: none;
    border-bottom: 1px solid rgba(255, 255, 255, .2);
    background-color: #2d7491;
    -moz-transition: background-color 250ms ease;
    -o-transition: background-color 250ms ease;
    -webkit-transition: background-color 250ms ease;
    transition: background-color 250ms ease;
}

@media screen and (max-width:767px) {
    header .container_menu .first_section ul li a {
        padding: 15px 20px;
        min-height: 66px;
    }
}

header .container_menu .first_section ul li a:hover {
    background-color: #172b4c;
}

header .container_menu .first_section ul li a img {
    width: 35px;
}

@media screen and (max-width:767px) {
    header .container_menu .first_section ul li a img {
        width: 27px;
    }
}

header .container_menu .first_section ul li a span {
    padding-left: 25px;
    font-size: 24px;
    font-weight: 500;
}

@media screen and (max-width:767px) {
    header .container_menu .first_section ul li a span {
        font-size: 20px;
        padding-left: 15px;
    }
}

header .container_menu .second_section ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

header .container_menu .second_section ul li {
    margin: 0;
    padding: 0;
}

header .container_menu .second_section ul li a {
    font-size: 20px;
    font-weight: 400;
    color: #fff;
    text-decoration: none;
    width: 100%;
    display: block;
    background-color: #1c5c80;
    border-bottom: 1px solid rgba(255, 255, 255, .2);
    padding: 18px 40px;
    -moz-transition: background-color 250ms ease;
    -o-transition: background-color 250ms ease;
    -webkit-transition: background-color 250ms ease;
    transition: background-color 250ms ease;
}

@media screen and (max-width:767px) {
    header .container_menu .second_section ul li a {
        font-size: 17px;
        padding: 15px 20px;
    }
}

header .container_menu .second_section ul li a:hover {
    background-color: #104969;
}

header .container_search {
    position: fixed;
    top: 0;
    right: -110%;
    z-index: 105;
    background-color: #2d7491;
    width: 600px;
    max-width: 100%;
    height: 100vh;
    -moz-transition: right 250ms ease;
    -o-transition: right 250ms ease;
    -webkit-transition: right 250ms ease;
    transition: right 250ms ease;
    opacity: 0;
}

@media screen and (max-width:767px) {
    header .container_search {
        -moz-transition: top 250ms ease;
        -o-transition: top 250ms ease;
        -webkit-transition: top 250ms ease;
        transition: top 250ms ease;
        right: 0;
        top: -110%;
        height: calc(100vh - 68px);
    }
}

header .container_search.open {
    right: 0;
    opacity: 1;
}

@media screen and (max-width:767px) {
    header .container_search.open {
        top: 68px;
    }
}

header .container_search .container_scroll {
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    padding-bottom: 125px;
    -webkit-overflow-scrolling: touch;
}

header .container_search .container_scroll::-webkit-scrollbar {
    width: 6px;
    height: 5px;
    margin-right: 20px;
}

@media screen and (max-width:767px) {
    header .container_search .container_scroll::-webkit-scrollbar {
        display: none;
    }
}

header .container_search .container_scroll::-webkit-scrollbar-button {
    width: 0;
    height: 0;
}

header .container_search .container_scroll::-webkit-scrollbar-thumb {
    background: #fff;
    border: 0 none #fff;
    border-radius: 34px;
}

header .container_search .container_scroll::-webkit-scrollbar-thumb:hover {
    background: #fff;
}

header .container_search .container_scroll::-webkit-scrollbar-thumb:active {
    background: #fff;
}

header .container_search .container_scroll::-webkit-scrollbar-track {
    background: #597f94;
    border: 0 none #fff;
    border-radius: 100px;
}

header .container_search .container_scroll::-webkit-scrollbar-track:hover {
    background: #597f94;
}

header .container_search .container_scroll::-webkit-scrollbar-track:active {
    background: #626a74;
}

header .container_search .container_scroll::-webkit-scrollbar-corner {
    background: transparent;
}

header .container_search .btn_close {
    width: 100%;
    opacity: .72;
    padding: 30px 40px;
    border-bottom: 1px solid rgba(255, 255, 255, .2);
    cursor: pointer;
    background-color: #2d7491;
    -moz-transition: background-color 250ms ease;
    -o-transition: background-color 250ms ease;
    -webkit-transition: background-color 250ms ease;
    transition: background-color 250ms ease;
}

@media screen and (max-width:767px) {
    header .container_search .btn_close {
        display: none;
    }
}

header .container_search .btn_close:hover {
    background-color: #1a546c;
}

header .container_search .btn_close p {
    margin: 0;
    display: flex;
    align-items: center;
}

header .container_search .btn_close p img {
    width: 18px;
}

header .container_search .btn_close p span {
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    text-transform: uppercase;
    padding-left: 25px;
}

header .container_search .search {
    padding: 40px 40px;
    margin: 0 auto;
    width: 100%;
}

@media screen and (max-width:767px) {
    header .container_search .search {
        padding: 20px 20px;
    }
}

header .container_search .search .recherche-courante-titre {
    font-size: 18px;
    font-style: italic;
    color: #fff;
    margin: 30px 0 10px;
    padding: 0;
}

header .container_search .search .recherche-courante-container {
    margin: 0 -5px;
}

header .container_search .search .recherche-courante-container .recherche-courante {
    background-color: #1c5c80;
    display: inline-block;
    margin: 3px 2px;
    padding: 8px 15px;
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    -moz-transition: background-color 250ms ease;
    -o-transition: background-color 250ms ease;
    -webkit-transition: background-color 250ms ease;
    transition: background-color 250ms ease;
}

@media screen and (max-width:767px) {
    header .container_search .search .recherche-courante-container .recherche-courante {
        font-size: 16px;
    }
}

header .container_search .search .recherche-courante-container .recherche-courante:hover {
    background-color: #104969;
}

header .container_search .search .block-container-search {
    max-width: 750px;
    margin: 0 auto;
}

header .container_search .search .block-container-search h2 {
    font-size: 24px;
    font-weight: 500;
    padding: 0;
    margin: 0 0 20px;
    color: #fff;
}

header .container_search .search .block-container-search .form {
    position: relative;
}

header .container_search .search .block-container-search .form input {
    width: 100%;
    padding: 14px 18px;
    border: none;
    font-size: 18px;
    font-weight: 400;
    padding-right: 45px;
    border-radius: 0;
    font-family: "Rubik", sans-serif;
}

header .container_search .search .block-container-search .form input:focus {
    outline: none;
}

header .container_search .search .block-container-search .form input::-webkit-input-placeholder {
    font-style: italic;
    opacity: .7;
}

header .container_search .search .block-container-search .form input:-moz-placeholder {
    font-style: italic;
    opacity: .7;
}

header .container_search .search .block-container-search .form input::-moz-placeholder {
    font-style: italic;
    opacity: .7;
}

header .container_search .search .block-container-search .form input:-ms-input-placeholder {
    font-style: italic;
    opacity: .7;
}

@media screen and (max-width:600px) {
    header .container_search .search .block-container-search .form input {
        font-size: 17px;
        padding: 15px 20px;
        padding-right: 40px;
    }
}

header .container_search .search .block-container-search .form .clear-search {
    position: absolute;
    top: 12px;
    right: 15px;
    color: #202020;
    font-size: 22px;
    font-family: "Rubik", sans-serif;
}

@media screen and (max-width:990px) {
    header .container_search .search .block-container-search .form .clear-search {
        top: 12px;
        right: 15px;
    }
}

@media screen and (max-width:450px) {
    header .container_search .search .block-container-search .form .clear-search {
        top: 12px;
        right: 15px;
        font-size: 22px;
    }
}

header .container_search .search .block-container-search .form .clear-search:hover {
    cursor: pointer;
}

header .container_search .search .block-container-search .mots_clics {
    list-style: none;
    margin: 8px -5px;
    padding: 0;
    text-align: left;
}

header .container_search .search .block-container-search .mots_clics li {
    padding: 0;
    margin: 0;
    display: inline-block;
}

header .container_search .search .block-container-search .mots_clics li a {
    margin: 5px;
    background-color: #1c5c80;
    color: #fff;
    font-size: 20px;
    font-family: "Rubik", sans-serif;
    text-decoration: none;
    padding: 5px 17px;
    display: inline-block;
}

@media screen and (max-width:600px) {
    header .container_search .search .block-container-search .mots_clics li a {
        font-size: 18px;
    }
}

header .container_search .search .block-container-search .mots_clics li a:hover {
    background-color: #104969;
}

header .container_search .search .block-container-search .block-result-search {
    margin: 10px 0;
}

header .container_search .search .block-container-search .block-result-search a,
header .container_search .search .block-container-search .block-result-search div {
    width: 100%;
    background-color: #1c5c80;
    -moz-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    -webkit-transition: all 250ms ease;
    transition: all 250ms ease;
    margin-bottom: 5px;
    text-align: left;
    padding: 12px 20px;
    display: block;
    font-size: 20px;
    font-weight: 400;
    font-family: "Rubik", sans-serif;
    color: #202020;
}

header .container_search .search .block-container-search .block-result-search a .subInfo,
header .container_search .search .block-container-search .block-result-search div .subInfo {
    color: #202020;
    display: block;
    font-size: 17px;
    -moz-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    -webkit-transition: all 250ms ease;
    transition: all 250ms ease;
}

header .container_search .search .block-container-search .block-result-search a .subInfo.text,
header .container_search .search .block-container-search .block-result-search div .subInfo.text {
    color: #fff;
    font-size: 16px;
}

header .container_search .search .block-container-search .block-result-search a:hover,
header .container_search .search .block-container-search .block-result-search div:hover {
    background-color: #104969;
    color: #fff;
}

header .container_search .search .block-container-search .block-result-search a:hover span,
header .container_search .search .block-container-search .block-result-search div:hover span {
    color: #fff;
}

header .container_search .search .block-container-search .block-result-search a {
    background-color: #ccd5db;
    text-decoration: none;
    color: #202020;
}

header .container_search .search .block-container-search .block-result-search a .subInfo {
    color: #202020;
    opacity: .6;
}

.header_page {
    background-size: cover;
    background-position: center;
    min-height: 375px;
    position: relative;
    padding-bottom: 24.75%;
}

@media screen and (max-width:767px) {
    .header_page {
        margin-top: 68px;
        min-height: 275px;
    }
}

@media screen and (max-width:375px) {
    .header_page {
        min-height: 225px;
    }
}

.header_page img {
    display: none;
}

.block-page-title-block h1 {
    margin: 0;
    padding: 25px 20px;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #192D48;
    color: #fff;
    font-size: 48px;
    font-weight: bold;
    text-align: center;
    box-sizing: border-box;
}

@media screen and (max-width:767px) {
    .block-page-title-block h1 {
        font-size: 36px;
        padding: 15px 20px;
    }
}

@media screen and (max-width:375px) {
    .block-page-title-block h1 {
        font-size: 28px;
        padding: 10px 20px;
    }
}

.sub_menu {
    background-color: #eaeaea;
    padding: 20px 35px;
    display: flex;
    justify-content: center;
}

@media screen and (max-width:767px) {
    .sub_menu {
        padding: 0;
        flex-wrap: wrap;
    }
}

@media screen and (max-width:767px) {
    .sub_menu.sub_Desktop {
        display: none;
    }
}

@media screen and (min-width:768px) {
    .sub_menu.sub_Mobile {
        display: none;
    }
}

.sub_menu .btn_mobile {
    display: none;
}

@media screen and (max-width:767px) {
    .sub_menu .btn_mobile {
        display: block;
        width: 100%;
        position: relative;
        cursor: pointer;
    }
    .sub_menu .btn_mobile span {
        display: inline-block;
        width: 100%;
        padding: 12px 45px 12px 15px;
        font-size: 19px;
        background-color: #eaeaea;
        color: #202020;
        border-bottom: 1px solid #c4c4c4;
    }
    .sub_menu .btn_mobile:after {
        content: "";
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 9px 6px 0 6px;
        border-color: #202020 transparent transparent transparent;
        position: absolute;
        top: 18px;
        right: 12px;
    }
}

.sub_menu.active ul {
    max-height: 750px;
}

.sub_menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
    -moz-transition: max-height 250ms ease;
    -o-transition: max-height 250ms ease;
    -webkit-transition: max-height 250ms ease;
    transition: max-height 250ms ease;
}

@media screen and (max-width:767px) {
    .sub_menu ul {
        width: 100%;
        overflow: hidden;
        max-height: 0;
    }
}

.sub_menu ul li {
    margin: 5px;
    padding: 0;
    display: inline-block;
}

@media screen and (max-width:767px) {
    .sub_menu ul li {
        margin: 0;
        display: block;
        width: 100%;
    }
}

.sub_menu ul li a {
    font-size: 18px;
    color: #172b4c;
    background-color: #fff;
    text-decoration: none;
    padding: 10px 15px;
    border: 1px solid #c4c4c4;
    display: inline-block;
    position: relative;
    overflow: hidden;
}

@media screen and (max-width:767px) {
    .sub_menu ul li a {
        background-color: #eaeaea;
    }
}

@media screen and (max-width:767px) {
    .sub_menu ul li a {
        width: 100%;
        display: block;
        border-top: none;
        border-right: none;
        border-left: none;
    }
}

.sub_menu ul li a:before {
    content: "";
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    top: 120%;
    left: 0;
    display: block;
    background-color: #3391b7;
    -moz-transition: top 250ms ease;
    -o-transition: top 250ms ease;
    -webkit-transition: top 250ms ease;
    transition: top 250ms ease;
}

.sub_menu ul li a span {
    position: relative;
    z-index: 2;
    color: #172b4c;
    -moz-transition: color 250ms ease;
    -o-transition: color 250ms ease;
    -webkit-transition: color 250ms ease;
    transition: color 250ms ease;
}

.sub_menu ul li a:hover {
    color: #3391b7;
}

.sub_menu ul li a:hover span {
    color: #fff;
}

.sub_menu ul li a:hover:before {
    top: 0;
}

.sub_menu ul li.active a {
    background-color: #172b4c;
}

.sub_menu ul li.active a span {
    color: #fff;
}

.home .header_home {
    position: relative;
    z-index: 1;
    min-height: 100vh;
    width: 100%;
    background-image: url("/Content/Images/Background/bg_accueil.jpg");
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.home .header_home .container_center {
    text-align: center;
    padding: 160px 20px 120px;
}

@media screen and (max-width:767px) {
    .home .header_home .container_center {
        text-align: left;
        padding: 130px 20px 90px;
    }
}

.home .header_home .container_center .slogan {
    font-family: "HandelGothic";
    color: #fff;
    font-size: 48px;
    line-height: 1.2em;
    text-transform: uppercase;
    margin: 0;
}

.home .header_home .container_center .slogan br {
    display: none;
}

@media screen and (max-width:767px) {
    .home .header_home .container_center .slogan {
        text-align: left;
        font-size: 36px;
    }
    .home .header_home .container_center .slogan br {
        display: block;
    }
}

.home .header_home .container_center .subSlogan {
    font-size: 30px;
    color: #fff;
    margin: 12px 0 0 0;
    line-height: 1.2em;
}

.home .header_home .container_center .recherche_accueil {
    position: relative;
    width: 100%;
    max-width: 750px;
    margin: 35px auto 0;
}

@media screen and (max-width:767px) {
    .home .header_home .container_center .recherche_accueil {
        display: none;
    }
}

.home .header_home .container_center .recherche_accueil .btn_search {
    position: absolute;
    top: 6px;
    right: 6px;
    background-color: #2d7491;
    display: block;
    width: 58px;
    height: 58px;
    pointer-events: none;
}

.home .header_home .container_center .recherche_accueil .btn_search img {
    width: 35px;
    height: auto;
    position: absolute;
    top: 12px;
    right: 11px;
}

.home .header_home .container_center .recherche_accueil input {
    font-size: 30px;
    width: 100%;
    font-family: "Rubik", sans-serif;
    padding: 15px 85px 15px 30px;
    height: 70px;
    border: none;
    font-weight: 400;
}

.home .header_home .container_center .recherche_accueil input:focus {
    outline: none;
}

.home .header_home .container_center .recherche_accueil input::-webkit-input-placeholder {
    font-style: italic;
    opacity: .7;
}

.home .header_home .container_center .recherche_accueil input:-moz-placeholder {
    font-style: italic;
    opacity: .7;
}

.home .header_home .container_center .recherche_accueil input::-moz-placeholder {
    font-style: italic;
    opacity: .7;
}

.home .header_home .container_center .recherche_accueil input:-ms-input-placeholder {
    font-style: italic;
    opacity: .7;
}

.home .header_home .container_center .result_search {
    width: 100%;
    max-width: 750px;
    height: 0;
    position: relative;
    display: none;
}

.home .header_home .container_center .result_search .container_result {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    background-color: #2d7491;
    padding: 20px;
    width: 100%;
}

.home .header_home .container_center .result_search .container_result .result {
    width: 100%;
    background-color: #ccd5db;
    -moz-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    -webkit-transition: all 250ms ease;
    transition: all 250ms ease;
    margin-bottom: 5px;
    text-align: left;
    padding: 12px 20px;
    display: block;
    font-size: 20px;
    font-weight: 400;
    font-family: "Rubik", sans-serif;
    color: #202020;
    text-decoration: none;
}

.home .header_home .container_center .result_search .container_result .result .subInfo {
    color: #202020;
    display: block;
    font-size: 17px;
    opacity: .6;
    -moz-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    -webkit-transition: all 250ms ease;
    transition: all 250ms ease;
}

.home .header_home .container_center .result_search .container_result .result .subInfo.text {
    color: #fff;
    font-size: 16px;
}

.home .header_home .container_center .result_search .container_result .result:hover {
    background-color: #104969;
    color: #fff;
}

.home .header_home .container_center .result_search .container_result .result:hover span {
    color: #fff;
}

.home .header_home .container_center .result_search .container_result .plus_resultat {
    background-color: #1c5c80;
    display: block;
    cursor: pointer;
    color: #fff;
    font-size: 18px;
    padding: 10px 15px;
    text-decoration: none;
    margin: 0;
    -moz-transition: background-color 250ms ease;
    -o-transition: background-color 250ms ease;
    -webkit-transition: background-color 250ms ease;
    transition: background-color 250ms ease;
}

.home .header_home .container_center .result_search .container_result .plus_resultat:hover {
    background-color: #104969;
}

.home .header_home .container_center .liens_rapides {
    width: 100%;
    max-width: 750px;
    margin: 20px auto 0;
    position: relative;
    z-index: 1;
}

.home .header_home .container_center .liens_rapides ul {
    list-style: none;
    margin: 0 -3px;
    padding: 0;
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: stretch;
}

@media screen and (max-width:767px) {
    .home .header_home .container_center .liens_rapides ul {
        flex-wrap: wrap;
        justify-content: flex-start;
    }
}

.home .header_home .container_center .liens_rapides ul li {
    margin: 3px;
}

@media screen and (max-width:767px) {
    .home .header_home .container_center .liens_rapides ul li {
        width: 100%;
        display: block;
        margin-bottom: 10px;
    }
}

.home .header_home .container_center .liens_rapides ul li a {
    font-size: 23px;
    color: #fff;
    text-decoration: none;
    border: 3px solid #fff;
    background-color: rgba(0, 0, 0, .7);
    padding: 10px 14px;
    display: inline-block;
    position: relative;
    overflow: hidden;
}

@media screen and (max-width:825px) {
    .home .header_home .container_center .liens_rapides ul li a {
        font-size: 21.5px;
    }
}

@media screen and (max-width:767px) {
    .home .header_home .container_center .liens_rapides ul li a {
        width: 100%;
        display: block;
        text-align: left;
        padding: 12px 20px;
        border: 2px solid #fff;
    }
}

.home .header_home .container_center .liens_rapides ul li a:before {
    content: "";
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    top: 120%;
    left: 0;
    display: block;
    background-color: #fff;
    -moz-transition: top 250ms ease;
    -o-transition: top 250ms ease;
    -webkit-transition: top 250ms ease;
    transition: top 250ms ease;
}

.home .header_home .container_center .liens_rapides ul li a span {
    position: relative;
    z-index: 2;
    color: #fff;
    -moz-transition: color 250ms ease;
    -o-transition: color 250ms ease;
    -webkit-transition: color 250ms ease;
    transition: color 250ms ease;
}

.home .header_home .container_center .liens_rapides ul li a:hover span {
    color: #202020;
}

.home .header_home .container_center .liens_rapides ul li a:hover:before {
    top: 0;
}

.home .header_home .scroll_page {
    cursor: pointer;
}

.home .header_home .scroll_page .btn_scroll {
    position: absolute;
    bottom: 20px;
    left: calc(50% - 39px);
    -moz-transition: bottom 250ms ease;
    -o-transition: bottom 250ms ease;
    -webkit-transition: bottom 250ms ease;
    transition: bottom 250ms ease;
    padding: 0 20px;
}

@media screen and (max-width:767px) {
    .home .header_home .scroll_page .btn_scroll {
        bottom: 15px;
    }
}

.home .header_home .scroll_page .btn_scroll:hover {
    bottom: 15px;
}

@media screen and (max-width:767px) {
    .home .header_home .scroll_page .btn_scroll:hover {
        bottom: 10px;
    }
}

.home .header_home .scroll_page .btn_scroll img {
    width: 38px;
}

@media screen and (max-width:767px) {
    .home .header_home .scroll_page .btn_scroll img {
        width: 32px;
    }
}

.home .container_home h2 {
    font-size: 54px;
    font-weight: bold;
    color: #363636;
    text-align: center;
}

@media screen and (max-width:950px) {
    .home .container_home h2 {
        font-size: 46px;
    }
}

@media screen and (max-width:767px) {
    .home .container_home h2 {
        font-size: 40px;
    }
}

.home .container_home .activites_accueil, .block-system-main-block {
    padding: 0;
    max-width: 1530px;
    margin: auto;
}

.block-system-main-block .crm-container {
    padding: 60px 35px;
}

@media screen and (max-width:950px) {
    .home .container_home .activites_accueil, .block-system-main-block {
        padding: 45px 35px;
    }
    .block-system-main-block .crm-container {
      padding: 0px;
    }
}

@media screen and (max-width:767px) {
    .home .container_home .activites_accueil, .block-system-main-block {
        padding: 45px 20px;
    }
}

@media screen and (max-width:767px) {
    .home .container_home .activites_accueil, .block-system-main-block {
        padding: 25px 5px;
    }
}

.home .container_home .activites_accueil h2 {
    padding: 0 0 60px;
}

@media screen and (max-width:950px) {
    .home .container_home .activites_accueil h2 {
        padding: 0 0 45px;
    }
}

.home .container_home .offres_emploi_accueil {
    background-color: #dfe5e9;
}

.home .container_home .offres_emploi_accueil .container_center_1530 {
    padding: 60px 35px;
    max-width: 1530px;
    margin: auto;
}

@media screen and (max-width:950px) {
    .home .container_home .offres_emploi_accueil .container_center_1530 {
        padding: 45px 35px;
    }
}

@media screen and (max-width:767px) {
    .home .container_home .offres_emploi_accueil .container_center_1530 {
        padding: 45px 20px;
    }
}

.home .container_home .offres_emploi_accueil h2 {
    padding: 0 0 60px;
}

.home .container_home .offres_emploi_accueil h2 span {
    font-size: .52em;
    display: block;
}

@media screen and (max-width:950px) {
    .home .container_home .offres_emploi_accueil h2 {
        padding: 0 0 45px;
    }
}

.home .container_home .offres_emploi_accueil .container_offres_emploi {
    display: flex;
    justify-content: space-between;
    margin: 0 -20px;
}

@media screen and (max-width:1250px) {
    .home .container_home .offres_emploi_accueil .container_offres_emploi {
        margin: 0 -10px;
        flex-wrap: wrap;
    }
}

@media screen and (max-width:575px) {
    .home .container_home .offres_emploi_accueil .container_offres_emploi {
        flex-wrap: wrap;
        margin: -10px;
    }
}

.home .container_home .offres_emploi_accueil .container_offres_emploi .block_offres_emploi {
    text-decoration: none;
    background-color: #fff;
    display: flex;
    align-items: flex-start;
    width: calc(100%/3 - 40px);
    margin: 0 20px;
    -moz-transition: background-color 250ms ease;
    -o-transition: background-color 250ms ease;
    -webkit-transition: background-color 250ms ease;
    transition: background-color 250ms ease;
    padding: 20px;
}

.home .container_home .offres_emploi_accueil .container_offres_emploi .block_offres_emploi:nth-child(4) {
    display: none;
}

@media screen and (max-width:1250px) {
    .home .container_home .offres_emploi_accueil .container_offres_emploi .block_offres_emploi {
        width: calc(100%/2 - 20px);
        margin: 10px;
    }
    .home .container_home .offres_emploi_accueil .container_offres_emploi .block_offres_emploi:nth-child(4) {
        display: flex;
    }
}

@media screen and (max-width:950px) {
    .home .container_home .offres_emploi_accueil .container_offres_emploi .block_offres_emploi {
        width: calc(100%/2 - 20px);
    }
}

@media screen and (max-width:767px) {
    .home .container_home .offres_emploi_accueil .container_offres_emploi .block_offres_emploi {
        width: calc(100% - 20px);
        margin: 10px;
    }
}

.home .container_home .offres_emploi_accueil .container_offres_emploi .block_offres_emploi:hover {
    background-color: #ccd5db;
}

.home .container_home .offres_emploi_accueil .container_offres_emploi .block_offres_emploi .img {
    width: 150px;
    max-width: 35%;
}

.home .container_home .offres_emploi_accueil .container_offres_emploi .block_offres_emploi .img img {
    display: block;
    border: 1px solid #eaeaea;
}

.home .container_home .offres_emploi_accueil .container_offres_emploi .block_offres_emploi .infos {
    width: calc(100% - 150px);
    padding-left: 20px;
    min-width: 65%;
}

.home .container_home .offres_emploi_accueil .container_offres_emploi .block_offres_emploi .infos .titre {
    margin: 0;
    padding: 0;
    font-size: 21px;
    font-weight: 500;
    color: #363636;
    line-height: 1em;
}

@media screen and (max-width:1600px) {
    .home .container_home .offres_emploi_accueil .container_offres_emploi .block_offres_emploi .infos .titre {
        font-size: 1.4vw;
    }
}

@media screen and (max-width:1250px) {
    .home .container_home .offres_emploi_accueil .container_offres_emploi .block_offres_emploi .infos .titre {
        font-size: 19px;
    }
}

@media screen and (max-width:500px) {
    .home .container_home .offres_emploi_accueil .container_offres_emploi .block_offres_emploi .infos .titre {
        font-size: 18px;
    }
}

.home .container_home .offres_emploi_accueil .container_offres_emploi .block_offres_emploi .infos .lieu {
    margin: 8px 0 0;
    padding: 0;
    font-size: 16px;
    font-style: italic;
    color: #363636;
}

@media screen and (max-width:1250px) {
    .home .container_home .offres_emploi_accueil .container_offres_emploi .block_offres_emploi .infos .lieu {
        font-size: 15px;
    }
}

.nouvelles_facebook {
    display: flex;
}

.nouvelles_facebook .section_nouvelles {
    width: calc(100% - 500px);
    padding: 35px;
}

@media screen and (max-width:1250px) {
    .nouvelles_facebook .section_nouvelles {
        width: 100%;
    }
}

@media screen and (max-width:767px) {
    .nouvelles_facebook .section_nouvelles {
        padding: 35px 20px;
    }
}

.nouvelles_facebook .section_nouvelles h2 {
    text-align: left;
    padding-bottom: 40px;
    line-height: 1em;
}

@media screen and (max-width:767px) {
    .nouvelles_facebook .section_nouvelles h2 {
        text-align: center;
    }
}

.nouvelles_facebook .section_nouvelles .container_nouvelles {
    display: flex;
    flex-wrap: wrap;
    margin: -10px;
}

.nouvelles_facebook .section_nouvelles .container_nouvelles .bloc_nouvelles {
    width: calc(100%/2 - 20px);
    margin: 10px;
    border: 3px solid #ccd5db;
    padding: 25px;
    text-decoration: none;
    background-color: #fff;
    -moz-transition: background-color 250ms ease;
    -o-transition: background-color 250ms ease;
    -webkit-transition: background-color 250ms ease;
    transition: background-color 250ms ease;
}

@media screen and (max-width:950px) {
    .nouvelles_facebook .section_nouvelles .container_nouvelles .bloc_nouvelles {
        width: calc(100% - 20px);
    }
    .nouvelles_facebook .section_nouvelles .container_nouvelles .bloc_nouvelles:nth-child(3),
    .nouvelles_facebook .section_nouvelles .container_nouvelles .bloc_nouvelles:nth-child(4) {
        display: none;
    }
}

.nouvelles_facebook .section_nouvelles .container_nouvelles .bloc_nouvelles:hover {
    background-color: #dfe5e9;
}

.nouvelles_facebook .section_nouvelles .container_nouvelles .bloc_nouvelles:hover .first_section .date {
    background-color: #aebcc6 !important;
}

.nouvelles_facebook .section_nouvelles .container_nouvelles .bloc_nouvelles .first_section {
    display: flex;
    align-items: center;
}

@media screen and (max-width:415px) {
    .nouvelles_facebook .section_nouvelles .container_nouvelles .bloc_nouvelles .first_section {
        flex-wrap: wrap;
    }
}

.nouvelles_facebook .section_nouvelles .container_nouvelles .bloc_nouvelles .first_section .date {
    width: 95px;
    background-color: #ccd5db;
    text-align: center;
    padding: 7px;
    -moz-transition: background-color 250ms ease;
    -o-transition: background-color 250ms ease;
    -webkit-transition: background-color 250ms ease;
    transition: background-color 250ms ease;
}

.nouvelles_facebook .section_nouvelles .container_nouvelles .bloc_nouvelles .first_section .date p {
    margin: 0;
    padding: 0;
    line-height: 1em;
    color: #fff;
}

.nouvelles_facebook .section_nouvelles .container_nouvelles .bloc_nouvelles .first_section .date .jour {
    font-size: 48px;
    font-weight: bold;
}

.nouvelles_facebook .section_nouvelles .container_nouvelles .bloc_nouvelles .first_section .date .mois {
    font-size: 16px;
    padding-bottom: 4px;
}

.nouvelles_facebook .section_nouvelles .container_nouvelles .bloc_nouvelles .first_section .date .annee {
    font-size: 16px;
}

.nouvelles_facebook .section_nouvelles .container_nouvelles .bloc_nouvelles .first_section .titre {
    width: calc(100% - 95px);
    padding-left: 20px;
}

@media screen and (max-width:415px) {
    .nouvelles_facebook .section_nouvelles .container_nouvelles .bloc_nouvelles .first_section .titre {
        width: 100%;
        padding-left: 0;
        padding-top: 20px;
    }
}

.nouvelles_facebook .section_nouvelles .container_nouvelles .bloc_nouvelles .first_section .titre p {
    margin: 0;
    padding: 0;
    font-size: 22px;
    color: #363636;
    line-height: 1.1em;
    font-weight: 500;
}

.nouvelles_facebook .section_nouvelles .container_nouvelles .bloc_nouvelles .second_section {
    margin-top: 20px;
}

.nouvelles_facebook .section_nouvelles .container_nouvelles .bloc_nouvelles .second_section p.description {
    font-size: 16px;
    color: #363636;
    padding: 0;
    margin: 0;
}

.nouvelles_facebook .section_nouvelles .container_nouvelles .bloc_nouvelles .second_section span.read_more {
    font-size: 16px;
    padding: 0;
    margin: 0;
}

.nouvelles_facebook .section_nouvelles .container_nouvelles .bloc_nouvelles .second_section span.read_more:hover {
    text-decoration: underline;
}

.nouvelles_facebook .section_nouvelles .voir_nouvelles {
    font-size: 18px;
    margin-top: 15px;
    text-decoration: none;
    display: block;
}

.nouvelles_facebook .section_nouvelles .voir_nouvelles:hover {
    text-decoration: underline;
}

@media screen and (max-width:767px) {
    .nouvelles_facebook .section_nouvelles .voir_nouvelles {
        font-size: 24px;
        color: #363636;
        text-decoration: none;
        border: 3px solid #363636;
        background-color: transparent;
        padding: 10px 14px;
        display: inline-block;
        position: relative;
        overflow: hidden;
    }
}

@media screen and (max-width:767px) and (max-width:825px) {
    .nouvelles_facebook .section_nouvelles .voir_nouvelles {
        font-size: 22px;
    }
}

@media screen and (max-width:767px) and (max-width:767px) {
    .nouvelles_facebook .section_nouvelles .voir_nouvelles {
        width: 100%;
        display: block;
        text-align: center;
        padding: 12px 20px;
        border: 2px solid #363636;
        font-size: 20px;
    }
}

@media screen and (max-width:767px) {
    .nouvelles_facebook .section_nouvelles .voir_nouvelles:before {
        content: "";
        position: absolute;
        z-index: 1;
        width: 100%;
        height: 100%;
        top: 120%;
        left: 0;
        display: block;
        background-color: #363636;
        -moz-transition: top 250ms ease;
        -o-transition: top 250ms ease;
        -webkit-transition: top 250ms ease;
        transition: top 250ms ease;
    }
    .nouvelles_facebook .section_nouvelles .voir_nouvelles span {
        position: relative;
        z-index: 2;
        color: #363636;
        -moz-transition: color 250ms ease;
        -o-transition: color 250ms ease;
        -webkit-transition: color 250ms ease;
        transition: color 250ms ease;
    }
    .nouvelles_facebook .section_nouvelles .voir_nouvelles:hover {
        text-decoration: none !important;
    }
    .nouvelles_facebook .section_nouvelles .voir_nouvelles:hover span {
        color: #fff;
    }
    .nouvelles_facebook .section_nouvelles .voir_nouvelles:hover:before {
        top: 0;
    }
}

.nouvelles_facebook .section_facebook {
    width: 500px;
    background-color: #ccd5db;
    padding: 35px 50px;
}

@media screen and (max-width:1250px) {
    .nouvelles_facebook .section_facebook {
        display: none;
    }
}

.nouvelles_facebook .section_facebook h2 {
    text-align: left;
    padding-bottom: 40px;
}

.nouvelles_facebook .section_facebook .bloc_facebook {
    width: 100% !important;
}

.nouvelles_facebook .section_facebook .bloc_facebook iframe {
    width: 100%;
}

.nouvelles_facebook .section_facebook .bloc_facebook iframe * {
    width: 100%;
}

@media screen and (max-width:767px) {
    footer .imgShowHover {
        display: none !important;
    }
}

@media screen and (min-width:768px) {
    footer .container_footer {
        display: flex;
        justify-content: space-between;
        position: relative;
        background-color: #172b4c;
        padding: 35px 35px 50px 35px;
    }
}

@media screen and (min-width:768px) and (max-width:1200px) {
    footer .container_footer {
        padding: 35px;
    }
}

@media screen and (min-width:768px) {
    footer .container_footer .section_left {
        display: flex;
        justify-content: flex-start;
        width: 65%;
        align-items: stretch;
    }
}

@media screen and (min-width:768px) and (max-width:1200px) {
    footer .container_footer .section_left {
        flex-wrap: wrap;
        width: 430px;
    }
}

@media screen and (min-width:768px) {
    footer .container_footer .section_left .logo {
        padding: 0 5vw 0 0;
        display: flex;
        align-items: center;
    }
}

@media screen and (min-width:768px) and (max-width:1375px) {
    footer .container_footer .section_left .logo {
        padding: 0 4vw 0 0;
    }
}

@media screen and (min-width:768px) and (max-width:1200px) {
    footer .container_footer .section_left .logo {
        width: 100%;
        padding: 0 0 20px 0;
    }
}

@media screen and (min-width:768px) {
    footer .container_footer .section_left .logo p.titre {
        display: none;
    }
    footer .container_footer .section_left .logo a img.logo_complet {
        width: 20vw;
    }
}

@media screen and (min-width:768px) and (max-width:1375px) {
    footer .container_footer .section_left .logo a img.logo_complet {
        width: 21.5vw;
    }
}

@media screen and (min-width:768px) and (max-width:1200px) {
    footer .container_footer .section_left .logo a img.logo_complet {
        width: 340px;
    }
}

@media screen and (min-width:768px) {
    footer .container_footer .section_left .logo a img.logo_simple {
        display: none;
    }
    footer .container_footer .section_left .nous_joindre {
        padding: 0 5%;
        position: relative;
        width: 330px;
    }
}

@media screen and (min-width:768px) and (max-width:1375px) {
    footer .container_footer .section_left .nous_joindre {
        padding: 0 4%;
        width: 260px;
    }
}

@media screen and (min-width:768px) and (max-width:1200px) {
    footer .container_footer .section_left .nous_joindre {
        padding: 0 30px 0 0;
        width: 222px;
    }
}

@media screen and (min-width:768px) {
    footer .container_footer .section_left .nous_joindre:after {
        content: "";
        display: block;
        height: 90px;
        width: 1px;
        background-color: #fff;
        opacity: .3;
        top: calc(50% - 35px);
        left: 0;
        position: absolute;
    }
}

@media screen and (min-width:768px) and (max-width:1200px) {
    footer .container_footer .section_left .nous_joindre:after {
        display: none;
    }
}

footer .container_footer .partenaires .titre {
  font-size: 18px;
  color: #fff;
  display: block;
  margin: 0;
  padding: 0 0 10px 0;
}

@media screen and (min-width:768px) {
    footer .container_footer .section_left .nous_joindre:before {
        content: "";
        display: block;
        height: 90px;
        width: 1px;
        background-color: #fff;
        opacity: .3;
        top: calc(50% - 35px);
        right: 0;
        position: absolute;
    }
    footer .container_footer .section_left .nous_joindre p.titre {
        font-size: 18px;
        color: #fff;
        margin: 0;
        padding: 0 0 10px 0;
    }
    footer .container_footer .section_left .nous_joindre a.tel {
        font-size: 30px;
        font-weight: 500;
        color: #fff;
        text-decoration: none;
        margin: 0;
        padding: 0;
        display: block;
    }
}

@media screen and (min-width:768px) and (max-width:1375px) {
    footer .container_footer .section_left .nous_joindre a.tel {
        font-size: 28px;
    }
}

@media screen and (min-width:768px) {
    footer .container_footer .section_left .nous_joindre a.tel:hover {
        text-decoration: underline;
    }
    footer .container_footer .section_left .nous_joindre a.courriel {
        font-size: 18px;
        color: #2d7491;
        text-decoration: none;
        display: block;
    }
    footer .container_footer .section_left .nous_joindre a.courriel:hover {
        text-decoration: underline;
    }
    footer .container_footer .section_left .social_media {
        padding: 0 0 0 5%;
        width: 270px;
    }
}

@media screen and (min-width:768px) and (max-width:1375px) {
    footer .container_footer .section_left .social_media {
        padding: 0 0 0 30px;
        width: 200px;
    }
}

@media screen and (min-width:768px) {
    footer .container_footer .section_left .social_media p.titre {
        font-size: 18px;
        color: #fff;
        margin: 0;
        padding: 0 0 10px 0;
    }
    footer .container_footer .section_left .social_media ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }
    footer .container_footer .section_left .social_media ul li {
        margin: 0;
        padding: 0;
        display: inline-block;
    }
    footer .container_footer .section_left .social_media ul li a {
        margin-right: 5px;
        opacity: 1;
        -moz-transition: opacity 250ms ease;
        -o-transition: opacity 250ms ease;
        -webkit-transition: opacity 250ms ease;
        transition: opacity 250ms ease;
    }
    footer .container_footer .section_left .social_media ul li a img {
        width: 50px;
    }
}

@media screen and (min-width:768px) and (max-width:1375px) {
    footer .container_footer .section_left .social_media ul li a img {
        width: 45px;
    }
}

@media screen and (min-width:768px) {
    footer .container_footer .section_left .social_media ul li a:hover {
        opacity: .6;
    }
    footer .container_footer .section_right {
        width: 35%;
    }
}

@media screen and (min-width:768px) and (max-width:1200px) {
    footer .container_footer .section_right {
        width: calc(100% - 430px);
    }
}

@media screen and (min-width:768px) {
    footer .container_footer .section_right .imgHideShowHover .imgShowHover {
        display: none !important;
    }
    footer .container_footer .section_right .imgHideShowHover .imgHideHover {
        display: block !important;
    }
    footer .container_footer .section_right .imgHideShowHover:hover .imgShowHover {
        display: block !important;
    }
    footer .container_footer .section_right .imgHideShowHover:hover .imgHideHover {
        display: none !important;
    }
    footer .container_footer .section_right .partenaires {
        display: flex;
        justify-content: flex-end;
        align-items: center;
        width: 100%;
        padding-left: 40px;
    }
}

@media screen and (min-width:768px) and (max-width:950px) {
    footer .container_footer .section_right .partenaires {
        flex-wrap: wrap;
    }
}

@media screen and (min-width:768px) {
    footer .container_footer .section_right .partenaires .bloc_partenaire {
        padding: 0 5%;
    }
}

@media screen and (min-width:768px) and (max-width:950px) {
    footer .container_footer .section_right .partenaires .bloc_partenaire {
        display: flex;
        width: 100%;
        justify-content: flex-end;
        padding: 0 0 25px !important;
    }
}

@media screen and (min-width:768px) {
    footer .container_footer .section_right .partenaires .bloc_partenaire.maruche {
        padding-left: 0;
    }
    footer .container_footer .section_right .partenaires .bloc_partenaire.maruche img {
        max-width: 200px;
    }
}

@media screen and (min-width:768px) and (max-width:950px) {
    footer .container_footer .section_right .partenaires .bloc_partenaire.maruche img {
        max-width: 200px;
    }
}

@media screen and (min-width:768px) {
    footer .container_footer .section_right .partenaires .bloc_partenaire.investissement {
        padding-right: 0;
    }
    footer .container_footer .section_right .partenaires .bloc_partenaire.investissement img {
        max-width: 250px;
    }
}

@media screen and (min-width:768px) and (max-width:950px) {
    footer .container_footer .section_right .partenaires .bloc_partenaire.investissement img {
        max-width: 200px;
    }
}

@media screen and (min-width:768px) {
    footer .container_footer .section_right .partenaires .bloc_partenaire a {
        width: 100%;
        display: flex;
        align-items: center;
    }
}

@media screen and (min-width:768px) and (max-width:950px) {
    footer .container_footer .section_right .partenaires .bloc_partenaire a {
        justify-content: flex-end;
    }
}

@media screen and (min-width:768px) {
    footer .container_footer .section_right .partenaires .bloc_partenaire a img {
        display: block;
        width: 100%;
    }
    footer .container_footer .copyright {
        position: absolute;
        bottom: 10px;
        right: 35px;
    }
}

@media screen and (min-width:768px) and (max-width:1200px) {
    footer .container_footer .copyright {
        bottom: 20px;
    }
}

@media screen and (min-width:768px) {
    footer .container_footer .copyright p {
        display: flex;
        width: 100%;
        justify-content: flex-end;
        color: rgba(255, 255, 255, .3);
        font-family: "Rubik", sans-serif;
        font-size: 11px;
        text-align: right;
        padding: 0 5px;
        clear: both;
        width: 100%;
        line-height: 1em;
        margin: 0 0 5px 0;
    }
    footer .container_footer .copyright p:last-child {
        margin-bottom: 0;
    }
    footer .container_footer .copyright p .saut_mobile {
        display: none;
    }
    footer .container_footer .copyright p a {
        color: rgba(255, 255, 255, .3);
        text-decoration: none;
    }
    footer .container_footer .copyright p a:hover {
        text-decoration: underline;
    }
    footer .container_footer .copyright p svg {
        fill: rgba(255, 255, 255, .3);
        width: 54px;
        position: relative;
        top: -2px;
        margin-left: 3px;
        -moz-transition: fill 250ms ease;
        -o-transition: fill 250ms ease;
        -webkit-transition: fill 250ms ease;
        transition: fill 250ms ease;
    }
    footer .container_footer .copyright p svg:hover {
        fill: #f2b735;
    }
}

@media screen and (max-width:767px) {
    footer .container_footer {
        background-color: #172b4c;
        padding: 30px 20px;
    }
    footer .container_footer .section_left .logo {
        display: flex;
        justify-content: center;
    }
    footer .container_footer .section_left .logo a {
        text-align: center;
        text-decoration: none;
    }
    footer .container_footer .section_left .logo a img.logo_complet {
        display: none;
    }
    footer .container_footer .section_left .logo a img.logo_simple {
        /*width: 125px;*/
        height: 99px;
        display: inline-block;
    }
    footer .container_footer .section_left .logo a p.titre {
        font-size: 16px;
        color: #fff;
        text-decoration: none;
        max-width: 350px;
        margin: 15px auto 0;
    }
    footer .container_footer .section_left .nous_joindre {
        text-align: center;
        margin-top: 25px;
    }
    footer .container_footer .section_left .nous_joindre p.titre {
        display: none;
    }
    footer .container_footer .section_left .nous_joindre a {
        display: block;
        width: 100%;
        max-width: 350px;
        margin: auto;
        border: 2px solid #fff;
        color: #fff;
        padding: 10px 15px;
        text-decoration: none;
        margin-bottom: 8px;
        -moz-transition: background-color 250ms ease, color 250ms ease;
        -o-transition: background-color 250ms ease, color 250ms ease;
        -webkit-transition: background-color 250ms ease, color 250ms ease;
        transition: background-color 250ms ease, color 250ms ease;
    }
    footer .container_footer .section_left .nous_joindre a:hover {
        background-color: #fff;
        color: #172b4c;
    }
    footer .container_footer .section_left .nous_joindre a.tel {
        font-size: 24px;
    }
    footer .container_footer .section_left .nous_joindre a.courriel {
        font-size: 18px;
    }
    footer .container_footer .section_left .social_media {
        text-align: center;
    }
    footer .container_footer .section_left .social_media p.titre {
        color: #fff;
        font-size: 18px;
        margin-bottom: 10px;
        padding: 0;
    }
    footer .container_footer .section_left .social_media ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }
    footer .container_footer .section_left .social_media ul li {
        margin: 2px;
        padding: 0;
        display: inline-block;
    }
    footer .container_footer .section_left .social_media ul li a {
        opacity: 1;
        -moz-transition: opacity 250ms ease;
        -o-transition: opacity 250ms ease;
        -webkit-transition: opacity 250ms ease;
        transition: opacity 250ms ease;
    }
    footer .container_footer .section_left .social_media ul li a:hover {
        opacity: .7;
    }
    footer .container_footer .section_left .social_media ul li a img {
        width: 50px;
    }
    footer .container_footer .section_right {
        margin: 25px 0;
    }
    footer .container_footer .section_right .partenaires {
        display: flex;
        justify-content: space-around;
        position: relative;
    }
    footer .container_footer .section_right .partenaires:after {
        content: "";
        position: absolute;
        top: 20%;
        right: 50%;
        width: 1px;
        height: 60%;
        display: block;
        background-color: #fff;
        opacity: .3;
    }
    footer .container_footer .section_right .partenaires .bloc_partenaire {
        width: 50%;
        text-align: center;
        max-width: 250px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    footer .container_footer .section_right .partenaires .bloc_partenaire a {
        width: 100%;
        text-align: center;
        max-width: 250px;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 15px;
    }
    footer .container_footer .section_right .partenaires .bloc_partenaire a img {
        display: inline-block;
        width: 100%;
    }
    footer .container_footer .copyright {
        display: flex;
        justify-content: center;
    }
    footer .container_footer .copyright p {
        display: flex;
        max-width: 50%;
        justify-content: flex-end;
        color: rgba(255, 255, 255, .3);
        font-family: "Rubik", sans-serif;
        font-size: 11px;
        text-align: right;
        padding: 0 5px;
        clear: both;
        width: 100%;
        line-height: 1em;
        margin: 0 0 5px 0;
    }
    footer .container_footer .copyright p br {
        display: none;
    }
    footer .container_footer .copyright p:last-child {
        margin-bottom: 0;
        justify-content: flex-start;
        position: relative;
    }
    footer .container_footer .copyright p:last-child:before {
        content: "|";
        position: relative;
        left: -5px;
    }
    footer .container_footer .copyright p .saut_mobile {
        display: none;
    }
    footer .container_footer .copyright p a {
        color: rgba(255, 255, 255, .3);
        text-decoration: none;
    }
    footer .container_footer .copyright p a:hover {
        text-decoration: underline;
    }
    footer .container_footer .copyright p svg {
        fill: rgba(255, 255, 255, .3);
        width: 54px;
        position: relative;
        top: -2px;
        margin-left: 3px;
        -moz-transition: fill 250ms ease;
        -o-transition: fill 250ms ease;
        -webkit-transition: fill 250ms ease;
        transition: fill 250ms ease;
    }
    footer .container_footer .copyright p svg:hover {
        fill: #f2b735;
    }
}

.maps_full_width_height {
    width: 100%;
    height: 100%;
}

.maps_full_width_height iframe {
    width: 100%;
    height: 100%;
    min-height: 450px;
}

.filAriane {
    opacity: .65;
    padding: 10px 0;
}

.filAriane ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.filAriane ul li {
    display: inline-block;
    position: relative;
    padding: 0;
    line-height: 1em;
    font-size: 10px;
}

.filAriane ul li:after {
    content: "";
    font-size: 40px;
    position: relative;
    color: #000;
    top: -2px;
    right: -3px;
    opacity: .75;
    display: inline-block;
    line-height: 1px;
    border-radius: 20px;
    width: 4px;
    height: 4px;
    background: rgba(0, 0, 0, .8);
    margin: 0 4px;
}

.filAriane ul li a,
.filAriane ul li span {
    font-size: 15px;
    padding: 0;
    text-transform: lowercase;
    color: #202020;
    text-decoration: none;
    display: block;
    font-family: "Rubik", sans-serif;
    display: inline-block;
    line-height: 1em;
}

.filAriane ul li a:hover {
    text-decoration: underline;
}

.filAriane ul li:last-child span {
    padding-right: 0;
}

.filAriane ul li:last-child:after {
    display: none;
}

.filAriane ul li:first-child a {
    padding-left: 0;
}

.container-maRuche {
    padding: 15px 35px;
}

@media screen and (max-width:767px) {
    .container-maRuche {
        padding: 15px 20px;
    }
}

@media screen and (max-width:950px) {
    .container-maRuche-950 {
        padding: 15px 3.5vw !important;
    }
}

@media screen and (max-width:767px) {
    .container-maRuche-950 {
        padding: 15px 20px !important;
    }
}

.force-full-width {
    margin: -15px -3.5vw;
}

@media screen and (max-width:767px) {
    .force-full-width {
        margin: -15px -20px;
    }
}

.force-full-width.padding-full-width {
    padding: 15px 3.5vw;
}

@media screen and (max-width:767px) {
    .force-full-width.padding-full-width {
        padding: 15px 20px;
    }
}

.force-full-width.margin-top-full-width-35 {
    margin-top: 35px !important;
}

.partage {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    border-top: 2px solid #dfe5e9;
    padding-top: 27px;
    padding-bottom: 20px;
    flex-wrap: wrap;
    margin-top: 10px;
}

@media screen and (max-width:767px) {
    .partage {
        justify-content: center;
    }
}

.partage h3 {
    font-family: "Rubik", sans-serif;
    font-style: italic;
    font-weight: 400;
    font-size: 30px;
    padding: 0 15px 0 0;
}

@media screen and (max-width:767px) {
    .partage h3 {
        text-align: center;
        width: 100%;
        padding-bottom: 15px;
        padding-right: 0;
    }
}

.partage .share-button {
    font-size: 20px;
    color: #fff !important;
    padding: 8px 20px;
    display: inline-block;
    text-decoration: none;
    margin: 0;
    margin-top: 5px;
    margin-right: 5px;
    position: relative;
    vertical-align: middle;
}

.partage .share-button.share-button-facebook,
.partage .share-button.share-button-twitter,
.partage .share-button.share-button-linkedin {
    padding-left: 50px;
}

.partage .share-button.share-button-facebook:before,
.partage .share-button.share-button-twitter:before,
.partage .share-button.share-button-linkedin:before {
    -moz-transition: width ease 300ms;
    -o-transition: width ease 300ms;
    -webkit-transition: width ease 300ms;
    transition: width ease 300ms;
    content: "";
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 36px;
    background-repeat: no-repeat;
    background-position: center center;
}

.partage .share-button.share-button-facebook:hover:before,
.partage .share-button.share-button-twitter:hover:before,
.partage .share-button.share-button-linkedin:hover:before {
    width: 100%;
}

.partage .share-button.share-button-facebook {
    background-color: #3b5997;
}

.partage .share-button.share-button-facebook:before {
    background-color: #4a67b7;
    background-image: url("https://contenu.maruche.ca/Fichiers/abdedd34-8bd0-e711-810f-00155d09650f/Sites/7fec6473-4890-e811-811d-00155d09650f/Icone/facebook.svg");
}

.partage .share-button.share-button-twitter {
    background-color: #0099dc;
}

.partage .share-button.share-button-twitter:before {
    background-color: #00aaf2;
    background-image: url("https://contenu.maruche.ca/Fichiers/abdedd34-8bd0-e711-810f-00155d09650f/Sites/7fec6473-4890-e811-811d-00155d09650f/Icone/twitter.svg");
}

.partage .share-button.share-button-linkedin {
    background-color: #016ea7;
}

.partage .share-button.share-button-linkedin:before {
    background-color: #007ab9;
    background-image: url("https://contenu.maruche.ca/Fichiers/abdedd34-8bd0-e711-810f-00155d09650f/Sites/7fec6473-4890-e811-811d-00155d09650f/Icone/linkedin-small.svg");
}

.partage .share-button:hover {
    text-decoration: none;
}

.containerDate_Nouvelle {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
    margin-top: 20px;
}

@media screen and (max-width:475px) {
    .containerDate_Nouvelle {
        flex-wrap: wrap;
        justify-content: center;
    }
}

.containerDate_Nouvelle h3 {
    font-weight: 500;
    margin-left: 40px;
}

@media screen and (max-width:475px) {
    .containerDate_Nouvelle h3 {
        text-align: center;
        margin-left: 0;
    }
}

.containerDate_Nouvelle .dateNouvelle {
    width: 95px;
    background-color: #ccd5db;
    text-align: center;
    padding: 7px;
    transition: background-color 250ms ease;
}

@media screen and (max-width:475px) {
    .containerDate_Nouvelle .dateNouvelle {
        width: 100%;
    }
}

.containerDate_Nouvelle .dateNouvelle .jour {
    font-size: 48px;
    font-weight: bold;
}

.containerDate_Nouvelle .dateNouvelle .mois {
    font-size: 16px;
    padding-bottom: 4px;
}

.containerDate_Nouvelle .dateNouvelle .annee {
    font-size: 16px;
}

.containerDate_Nouvelle .dateNouvelle p {
    margin: 0;
    padding: 0;
    line-height: 1em;
    color: #fff;
}

.nouvellesContenu {
    margin-top: 20px;
}

.header_activite {
    display: flex;
    align-items: stretch;
    margin: 40px 0;
}

@media screen and (max-width:900px) {
    .header_activite {
        flex-wrap: wrap;
    }
}

.header_activite .container_img {
    margin-right: 15px;
    max-width: 465px;
}

@media screen and (max-width:900px) {
    .header_activite .container_img {
        display: block;
        margin-right: 0;
    }
}

.header_activite .container_img img {
    border: none;
    display: block;
    border: 1px solid #d5d5d5;
}

.header_activite .container_title {
    flex: 1;
    padding: 0 15px 15px;
    margin-left: 30px;
}

@media screen and (max-width:900px) {
    .header_activite .container_title {
        display: block;
        width: 100%;
        flex: initial;
        margin-top: 10px;
        padding: 0;
        margin-left: 0;
    }
}

.header_activite .container_title p {
    margin: 0;
    padding: 0;
}

.header_activite .container_title h2 {
    margin: 0;
    padding: 0;
    font-size: 2vw;
    line-height: 1em;
    font-weight: 500;
}

@media screen and (max-width:1600px) {
    .header_activite .container_title h2 {
        font-size: 2.3vw;
    }
}

@media screen and (max-width:1200px) {
    .header_activite .container_title h2 {
        font-size: 30px;
    }
}

@media screen and (max-width:767px) {
    .header_activite .container_title h2 {
        font-size: 28px;
    }
}

.header_activite .container_title p.date {
    font-size: 1.3vw;
    color: #fff;
    background-color: #2d7491;
    padding: 9px 18px;
    display: inline-block;
    font-family: "Montserrat", sans-serif;
    margin: 20px 0;
}

@media screen and (max-width:1200px) {
    .header_activite .container_title p.date {
        font-size: 20px;
    }
}

@media screen and (max-width:767px) {
    .header_activite .container_title p.date {
        font-size: 18px;
        padding: 6px 12px;
    }
}

.header_activite .container_title p.lieu {
    font-size: 1.3vw;
    margin-top: 0;
}

@media screen and (max-width:1600px) {
    .header_activite .container_title p.lieu {
        font-size: 1.6vw;
    }
}

@media screen and (max-width:1200px) {
    .header_activite .container_title p.lieu {
        font-size: 20px;
    }
}

.header_activite .container_title p.cout {
    font-size: 1.3vw;
}

@media screen and (max-width:1600px) {
    .header_activite .container_title p.cout {
        font-size: 1.6vw;
    }
}

@media screen and (max-width:1200px) {
    .header_activite .container_title p.cout {
        font-size: 20px;
    }
}

.header_activite .container_title p.cout span {
    font-weight: bold;
}

.certificationContainer {
    display: flex;
    margin-top: 20px;
    align-items: center;
}

.certificationContainer img {
    margin-right: 20px;
    max-width: 33px;
}

.resultMembre {
    color: #869092;
}

.resultMembre span {
    font-size: 22px;
}

@media screen and (max-width:767px) {
    .resultMembre {
        display: none;
    }
}

.block-views-exposed-filter-blockrepertoire-des-membres-page-1.views-exposed-form {
    background-color: #eaeaea;
    display: flex;
    justify-content: space-between;
    padding: 20px 35px;
}

@media screen and (max-width:767px) {
    .block-views-exposed-filter-blockrepertoire-des-membres-page-1.views-exposed-form {
        padding: 20px;
    }
}

@media screen and (max-width:1200px) {
    .block-views-exposed-filter-blockrepertoire-des-membres-page-1.views-exposed-form {
        flex-wrap: wrap;
    }
}

.block-views-exposed-filter-blockrepertoire-des-membres-page-1.views-exposed-form .recherche_nom {
    flex: 1;
}

@media screen and (max-width:1200px) {
    .block-views-exposed-filter-blockrepertoire-des-membres-page-1.views-exposed-form .recherche_nom {
        width: calc(50% - 5px);
        flex: auto;
        margin: 0 5px 10px 0;
    }
}

@media screen and (max-width:650px) {
    .block-views-exposed-filter-blockrepertoire-des-membres-page-1.views-exposed-form .recherche_nom {
        width: calc(100% - 5px);
        margin: 0 0 10px 0;
    }
}

.block-views-exposed-filter-blockrepertoire-des-membres-page-1.views-exposed-form .recherche_nom input {
    width: 100%;
}

.block-views-exposed-filter-blockrepertoire-des-membres-page-1.views-exposed-form .select_organisation {
    flex: 1;
    margin: 0 20px;
}

@media screen and (max-width:1200px) {
    .block-views-exposed-filter-blockrepertoire-des-membres-page-1.views-exposed-form .select_organisation {
        width: calc(50% - 5px);
        flex: auto;
        margin: 0 0 10px 5px;
    }
}

@media screen and (max-width:650px) {
    .block-views-exposed-filter-blockrepertoire-des-membres-page-1.views-exposed-form .select_organisation {
        width: calc(100% - 5px);
        margin: 0 0 10px 0;
    }
}

.block-views-exposed-filter-blockrepertoire-des-membres-page-1.views-exposed-form .select_organisation select {
    width: 100%;
}

.block-views-exposed-filter-blockrepertoire-des-membres-page-1.views-exposed-form .select_region {
    flex: 1;
}

@media screen and (max-width:1200px) {
    .block-views-exposed-filter-blockrepertoire-des-membres-page-1.views-exposed-form .select_region {
        width: calc(50% - 5px);
        flex: auto;
        margin: 0 5px 10px 0;
    }
}

@media screen and (max-width:650px) {
    .block-views-exposed-filter-blockrepertoire-des-membres-page-1.views-exposed-form .select_region {
        width: calc(100% - 5px);
        margin: 0 0 10px 0;
    }
}

.block-views-exposed-filter-blockrepertoire-des-membres-page-1.views-exposed-form .select_region select {
    width: 100%;
}

.block-views-exposed-filter-blockrepertoire-des-membres-page-1.views-exposed-form .select_secteur_activites {
    flex: 1;
    margin: 0 20px;
}

@media screen and (max-width:1200px) {
    .block-views-exposed-filter-blockrepertoire-des-membres-page-1.views-exposed-form .select_secteur_activites {
        width: calc(50% - 5px);
        flex: auto;
        margin: 0 0 10px 5px;
    }
}

@media screen and (max-width:650px) {
    .block-views-exposed-filter-blockrepertoire-des-membres-page-1.views-exposed-form .select_secteur_activites {
        width: calc(100% - 5px);
        margin: 0 0 0 0;
    }
}

.block-views-exposed-filter-blockrepertoire-des-membres-page-1.views-exposed-form .select_secteur_activites select {
    width: 100%;
}

.block-views-exposed-filter-blockrepertoire-des-membres-page-1.views-exposed-form .check_certificat {
    position: relative;
    margin-top: 8px;
}

@media screen and (max-width:1200px) {
    .block-views-exposed-filter-blockrepertoire-des-membres-page-1.views-exposed-form .check_certificat {
        margin-top: 2px;
    }
}

@media screen and (max-width:650px) {
    .block-views-exposed-filter-blockrepertoire-des-membres-page-1.views-exposed-form .check_certificat {
        margin-top: 10px;
    }
}

.block-views-exposed-filter-blockrepertoire-des-membres-page-1.views-exposed-form .check_certificat .btn_check {
    pointer-events: none;
}

.block-views-exposed-filter-blockrepertoire-des-membres-page-1.views-exposed-form .check_certificat .btn_check:after {
    content: "";
    position: absolute;
    top: 4px;
    left: 0;
    display: block;
    width: 22px;
    height: 22px;
    background-color: #fff;
    border: 1px solid #c4c4c4;
    z-index: 1;
}

.block-views-exposed-filter-blockrepertoire-des-membres-page-1.views-exposed-form .check_certificat .btn_check:before {
    content: "";
    position: absolute;
    top: 8px;
    left: 3px;
    display: block;
    width: 22px;
    height: 22px;
    background-image: url("/Content/Images/Icones/icone_hook.svg");
    background-size: 18px;
    background-repeat: no-repeat;
    z-index: 2;
    display: none;
}

.block-views-exposed-filter-blockrepertoire-des-membres-page-1.views-exposed-form .check_certificat input {
    display: none;
}

.block-views-exposed-filter-blockrepertoire-des-membres-page-1.views-exposed-form .check_certificat input:checked+.btn_check:before {
    display: block;
}

.block-views-exposed-filter-blockrepertoire-des-membres-page-1.views-exposed-form .check_certificat label {
    display: flex;
    align-items: center;
    padding: 0 0 0 37px;
    cursor: pointer;
}

.block-views-exposed-filter-blockrepertoire-des-membres-page-1.views-exposed-form .check_certificat label img {
    width: 18px;
    position: relative;
    top: -1px;
    padding-right: 8px;
}

#bootstrap-theme afsearch-rechercher-un-membre .crm-search-display-list ul {
  padding-left: 0;
}

#bootstrap-theme afsearch-rechercher-un-membre .crm-search-display-list ul li {
    display: flex;
    align-items: stretch;
    margin: 20px;
    flex-wrap: wrap;
    height: 220px;
    float: left;
}
/*#bootstrap-theme afsearch-rechercher-un-membre .crm-search-display-list ul.pagination {
  clear: both;
}*/
#bootstrap-theme afsearch-rechercher-un-membre .crm-search-display-pager {
  display: block !important;
  clear: both !important;
}
#bootstrap-theme afsearch-rechercher-un-membre .crm-search-display-list .crm-search-display-pager ul li {
  display: inline !important;
  float: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

@media screen and (max-width:1600px) {
    #bootstrap-theme afsearch-rechercher-un-membre .crm-search-display-list ul li {
        margin: -15px;
    }
}

@media screen and (max-width:1375px) {
    #bootstrap-theme afsearch-rechercher-un-membre .crm-search-display-list ul li {
        margin: -10px;
    }
}

#bootstrap-theme afsearch-rechercher-un-membre .crm-search-display-list ul li {
    background-color: #eaeaea;
    width: calc(100%/3 - 40px);
    margin: 20px;
    display: flex;
    padding: 20px;
    text-decoration: none;
    -moz-transition: background-color 250ms ease;
    -o-transition: background-color 250ms ease;
    -webkit-transition: background-color 250ms ease;
    transition: background-color 250ms ease;
    position: relative;
}
@media screen and (max-width:450px) {
  #bootstrap-theme afsearch-rechercher-un-membre .crm-search-display-list ul li {
    padding: 15px;
  }
  #bootstrap-theme afsearch-rechercher-un-membre .crm-search-display-list ul li .infos {
    padding: 0 20px 0 15px;
  }
}


@media screen and (max-width:1600px) {
    #bootstrap-theme afsearch-rechercher-un-membre .crm-search-display-list ul li {
        width: calc(100%/3 - 30px);
        margin: 15px;
    }
}

@media screen and (max-width:1375px) {
    #bootstrap-theme afsearch-rechercher-un-membre .crm-search-display-list ul li {
        width: calc(100%/2 - 20px);
        margin: 10px;
    }
}

@media screen and (max-width:850px) {
    #bootstrap-theme afsearch-rechercher-un-membre .crm-search-display-list ul li {
        width: calc(100%);
        margin: 10px 0;
    }
}

/*@media screen and (max-width:450px) {
    #bootstrap-theme afsearch-rechercher-un-membre .crm-search-display-list ul li {
        flex-wrap: wrap;
    }
}*/

#bootstrap-theme afsearch-rechercher-un-membre .crm-search-display-list ul li:hover {
    background-color: #ddd;
}

#bootstrap-theme afsearch-rechercher-un-membre .crm-search-display-list ul li .img {
    width: 30%;
}

@media screen and (max-width:850px) {
    #bootstrap-theme afsearch-rechercher-un-membre .crm-search-display-list ul li .img {
        width: 150px;
    }
}

@media screen and (max-width:450px) {
    #bootstrap-theme afsearch-rechercher-un-membre .crm-search-display-list ul li .img {
        width: 130px;
    }
}

#bootstrap-theme afsearch-rechercher-un-membre .crm-search-display-list ul li .img img {
    display: block;
}

#bootstrap-theme afsearch-rechercher-un-membre .crm-search-display-list ul li .infos {
    width: 70%;
    display: flex;
    align-content: space-between;
    flex-wrap: wrap;
    padding: 0 25px 0 20px;
}
@media screen and (max-width:450px) {
  line-height: 1.1em;
}

#bootstrap-theme afsearch-rechercher-un-membre .crm-search-display-list ul li .infos div {
  font-size: 14px;
}

@media screen and (max-width:850px) {
    #bootstrap-theme afsearch-rechercher-un-membre .crm-search-display-list ul li .infos {
        width: calc(100% - 150px);
    }
}

/*@media screen and (max-width:450px) {
    #bootstrap-theme afsearch-rechercher-un-membre .crm-search-display-list ul li .infos {
        padding: 20px 25px 0 0;
        width: 100%;
    }
}*/

#bootstrap-theme afsearch-rechercher-un-membre .crm-search-display-list ul li .infos p {
    margin: 0;
    padding: 0;
}

#bootstrap-theme afsearch-rechercher-un-membre .crm-search-display-list ul li .infos .part_1 .nom {
    font-size: 22px;
    font-weight: 500;
    color: #202020;
    padding-bottom: 8px;
}

@media screen and (max-width:950px) {
    #bootstrap-theme afsearch-rechercher-un-membre .crm-search-display-list ul li .infos .part_1 .nom {
        font-size: 21px;
    }
}

#bootstrap-theme afsearch-rechercher-un-membre .crm-search-display-list ul li .infos .part_1 .nom span {
    display: inline-block;
}

#bootstrap-theme afsearch-rechercher-un-membre .crm-search-display-list ul li .infos .part_1 .poste {
    font-size: 18px;
    font-style: italic;
    color: #202020;
    padding-bottom: 8px;
}

@media screen and (max-width:950px) {
    #bootstrap-theme afsearch-rechercher-un-membre .crm-search-display-list ul li .infos .part_1 .poste {
        font-size: 16px;
    }
}

#bootstrap-theme afsearch-rechercher-un-membre .crm-search-display-list ul li .infos .part_1 .lieu {
    font-size: 18px;
    color: #202020;
}

@media screen and (max-width:950px) {
    #bootstrap-theme afsearch-rechercher-un-membre .crm-search-display-list ul li .infos .part_1 .lieu {
        font-size: 16px;
    }
}

#bootstrap-theme afsearch-rechercher-un-membre .crm-search-display-list ul li .infos .part_2 {
    position: relative;
    display: block;
    width: 100%;
    padding-top: 15px;
}

#bootstrap-theme afsearch-rechercher-un-membre .crm-search-display-list ul li .certificat {
    position: absolute;
    bottom: 15px;
    right: 15px;
}

#bootstrap-theme afsearch-rechercher-un-membre .crm-search-display-list ul li .certificat img {
    width: 28px;
}

#bootstrap-theme afsearch-rechercher-un-membre .crm-search-display-list ul li p.read_more {
    font-size: 18px;
    color: #2d7491;
}

@media screen and (max-width:950px) {
    #bootstrap-theme afsearch-rechercher-un-membre .crm-search-display-list ul li .infos .part_2 p.read_more {
        font-size: 16px;
    }
}

#bootstrap-theme afsearch-rechercher-un-membre .crm-search-display-list ul li .infos .part_2 p.read_more:hover {
    text-decoration: underline;
}

#bootstrap-theme afsearch-rechercher-un-membre .btn_voir_tout {
    margin: 60px 0 40px;
}

@media screen and (max-width:767px) {
    #bootstrap-theme afsearch-rechercher-un-membre .btn_voir_tout {
        margin: 30px 0 20px;
    }
}

.filAriane_Resultat {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

@media screen and (max-width:767px) {
    .filAriane_Resultat {
        flex-wrap: wrap;
        justify-content: flex-start;
    }
}

@media screen and (max-width:767px) {
    .filAriane_Resultat .filAriane {
        order: 2;
    }
}

.filAriane_Resultat .resultat {
    opacity: .6;
}

@media screen and (max-width:767px) {
    .filAriane_Resultat .resultat {
        display: block;
        width: 100%;
        order: 1;
        margin-top: 10px;
    }
}

.filAriane_Resultat .resultat p {
    margin: 0;
    padding: 0;
    font-size: 14px;
    font-weight: 500;
}

.filAriane_Resultat .resultat p span {
    font-size: 20px;
}

@media screen and (max-width:1250px) {
    .repertoire_fiche .col_container {
        flex-wrap: wrap;
    }
}

@media screen and (max-width:1250px) {
    .repertoire_fiche .col_container .infos {
        width: 100%;
    }
}

.page-civicrm #crm-main-content-wrapper, #crm-container form {
  background-color: transparent !important;
}

afsearch-trouver-un-membre ul {
  padding-left: 0;
}
afsearch-trouver-un-membre ul li {
    display: flex;
    padding: 40px 0;
}
@media screen and (max-width:1250px) {
  afsearch-trouver-un-membre ul li {
    padding: 0;
  }
}

afsearch-trouver-un-membre ul li p {
  margin: 0 0 10px;
}

@media screen and (max-width:767px) {
    afsearch-trouver-un-membre ul li {
        flex-wrap: wrap;
        padding: 20px 0;
    }
}

afsearch-trouver-un-membre .img {
    width: 30%;
}

@media screen and (max-width:950px) {
    afsearch-trouver-un-membre .img {
        width: 250px;
    }
}

afsearch-trouver-un-membre .img img {
    display: block;
    border: 1px solid #ccd5db;
}

afsearch-trouver-un-membre .informations {
    width: 70%;
    padding: 0 0 0 40px;
}

@media screen and (max-width:950px) {
    afsearch-trouver-un-membre .informations {
        width: calc(100% - 250px);
        padding: 0 0 0 30px;
        display: block;
        margin-top: -10px;
    }
}

@media screen and (max-width:767px) {
    afsearch-trouver-un-membre .informations {
        width: 100%;
        padding: 0;
        margin-top: 20px;
    }
}

afsearch-trouver-un-membre .informations h2 {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
}

afsearch-trouver-un-membre .informations p {
    margin: 0;
    padding: 0;
}

afsearch-trouver-un-membre .informations .poste {
    font-size: 32px;
    font-style: italic;
    color: #1a546c;
    padding-bottom: 15px;
    padding-top: 5px;
    line-height: 1.1em;
}

@media screen and (max-width:950px) {
    afsearch-trouver-un-membre .informations .poste {
        font-size: 26px;
    }
}

@media screen and (max-width:767px) {
    afsearch-trouver-un-membre .informations .poste {
        font-size: 24px;
    }
}

afsearch-trouver-un-membre .informations .lieu {
    font-size: 24px;
    font-weight: 500;
    /*padding-bottom: 15px;*/
}

@media screen and (max-width:950px) {
    afsearch-trouver-un-membre .informations .lieu {
        font-size: 22px;
    }
}

@media screen and (max-width:767px) {
    afsearch-trouver-un-membre .informations .lieu {
        font-size: 20px;
    }
}

afsearch-trouver-un-membre .informations .adresse {
    font-size: 24px;
    padding-bottom: 15px;
}

@media screen and (max-width:950px) {
    afsearch-trouver-un-membre .informations .adresse {
        font-size: 22px;
    }
}

@media screen and (max-width:767px) {
    afsearch-trouver-un-membre .informations .adresse {
        font-size: 20px;
    }
}

afsearch-trouver-un-membre .informations .telephone {
    font-size: 24px;
}

@media screen and (max-width:950px) {
    afsearch-trouver-un-membre .informations .telephone {
        font-size: 22px;
    }
}

@media screen and (max-width:767px) {
    afsearch-trouver-un-membre .informations .telephone {
        font-size: 20px;
    }
}

afsearch-trouver-un-membre .informations .telephone a {
    color: #202020;
    text-decoration: none;
}

afsearch-trouver-un-membre .informations .telephone a:hover {
    text-decoration: underline;
}

afsearch-trouver-un-membre .informations .telecopieur {
    font-size: 24px;
}

@media screen and (max-width:950px) {
    afsearch-trouver-un-membre .informations .telecopieur {
        font-size: 22px;
    }
}

@media screen and (max-width:767px) {
    afsearch-trouver-un-membre .informations .telecopieur {
        font-size: 20px;
    }
}

afsearch-trouver-un-membre .informations .telecopieur a {
    color: #202020;
    text-decoration: none;
}

afsearch-trouver-un-membre .informations .telecopieur a:hover {
    text-decoration: underline;
}

afsearch-trouver-un-membre .informations .website {
    font-size: 24px;
    text-decoration: none;
    padding-top: 15px;
    word-break: break-word;
}

afsearch-trouver-un-membre .crm-search-col-type-html {
  width: 100%;
}
afsearch-trouver-un-membre crm-search-display-list[display-name="Membre_List_1"] li {
  padding-bottom: 0;
}
afsearch-trouver-un-membre crm-search-display-list[display-name="Private_info_Membre"] li {
  padding-top: 0;
}

@media screen and (max-width:950px) {
    afsearch-trouver-un-membre .informations .website {
        font-size: 22px;
    }
}

@media screen and (max-width:767px) {
    afsearch-trouver-un-membre .informations .website {
        font-size: 20px;
    }
}

afsearch-trouver-un-membre .informations .website:hover {
    text-decoration: underline;
}

@media screen and (max-width:1250px) {
    .repertoire_fiche .col_container .maps {
        width: 100%;
    }
}

.repertoire_fiche .col_container .maps iframe {
    width: 100%;
    display: block;
    height: 100%;
    min-height: 500px;
}

.page_nouvelles .btn_voir_tout {
    margin: 40px 0;
}

@media screen and (max-width:767px) {
    .page_nouvelles .btn_voir_tout {
        margin: 20px 0;
    }
}

.page_nouvelles .container_nouvelles {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -20px;
}

@media screen and (max-width:1650px) {
    .page_nouvelles .container_nouvelles {
        margin: 0 -10px;
    }
}

.page_nouvelles .container_nouvelles .bloc_nouvelles {
    width: calc(100%/3 - 40px);
    margin: 20px;
    border: 3px solid #ccd5db;
    padding: 25px;
    text-decoration: none;
    background-color: #fff;
    -moz-transition: background-color 250ms ease;
    -o-transition: background-color 250ms ease;
    -webkit-transition: background-color 250ms ease;
    transition: background-color 250ms ease;
}

@media screen and (max-width:1650px) {
    .page_nouvelles .container_nouvelles .bloc_nouvelles {
        width: calc(100%/3 - 20px);
        margin: 10px;
    }
}

@media screen and (max-width:1250px) {
    .page_nouvelles .container_nouvelles .bloc_nouvelles {
        width: calc(100%/2 - 20px);
    }
}

@media screen and (max-width:950px) {
    .page_nouvelles .container_nouvelles .bloc_nouvelles {
        width: calc(100% - 20px);
    }
    .page_nouvelles .container_nouvelles .bloc_nouvelles:nth-child(3),
    .page_nouvelles .container_nouvelles .bloc_nouvelles:nth-child(4) {
        display: none;
    }
}

.page_nouvelles .container_nouvelles .bloc_nouvelles:hover {
    background-color: #dfe5e9;
}

.page_nouvelles .container_nouvelles .bloc_nouvelles:hover .first_section .date {
    background-color: #aebcc6 !important;
}

.page_nouvelles .container_nouvelles .bloc_nouvelles .first_section {
    display: flex;
    align-items: center;
}

@media screen and (max-width:415px) {
    .page_nouvelles .container_nouvelles .bloc_nouvelles .first_section {
        flex-wrap: wrap;
    }
}

.page_nouvelles .container_nouvelles .bloc_nouvelles .first_section .date {
    width: 95px;
    background-color: #ccd5db;
    text-align: center;
    padding: 7px;
    -moz-transition: background-color 250ms ease;
    -o-transition: background-color 250ms ease;
    -webkit-transition: background-color 250ms ease;
    transition: background-color 250ms ease;
}

.page_nouvelles .container_nouvelles .bloc_nouvelles .first_section .date p {
    margin: 0;
    padding: 0;
    line-height: 1em;
    color: #fff;
}

.page_nouvelles .container_nouvelles .bloc_nouvelles .first_section .date .jour {
    font-size: 48px;
    font-weight: bold;
}

.page_nouvelles .container_nouvelles .bloc_nouvelles .first_section .date .mois {
    font-size: 16px;
    padding-bottom: 4px;
}

.page_nouvelles .container_nouvelles .bloc_nouvelles .first_section .date .annee {
    font-size: 16px;
}

.page_nouvelles .container_nouvelles .bloc_nouvelles .first_section .titre {
    width: calc(100% - 95px);
    padding-left: 20px;
}

@media screen and (max-width:415px) {
    .page_nouvelles .container_nouvelles .bloc_nouvelles .first_section .titre {
        width: 100%;
        padding-left: 0;
        padding-top: 20px;
    }
}

.page_nouvelles .container_nouvelles .bloc_nouvelles .first_section .titre p {
    margin: 0;
    padding: 0;
    font-size: 22px;
    color: #363636;
    line-height: 1.1em;
    font-weight: 500;
}

.page_nouvelles .container_nouvelles .bloc_nouvelles .second_section {
    margin-top: 20px;
}

.page_nouvelles .container_nouvelles .bloc_nouvelles .second_section p.description {
    font-size: 16px;
    color: #363636;
    padding: 0;
    margin: 0;
}

.page_nouvelles .container_nouvelles .bloc_nouvelles .second_section span.read_more {
    font-size: 16px;
    padding: 0;
    margin: 0;
}

.page_nouvelles .container_nouvelles .bloc_nouvelles .second_section span.read_more:hover {
    text-decoration: underline;
}

.activites_pages {
    margin: 20px 0 40px;
}

.activites_pages .container_activites {
    margin-bottom: 20px;
}

.container_activites {
    display: flex;
    justify-content: flex-start;
    margin: -20px;
    flex-wrap: wrap;
}

@media screen and (max-width:1250px) {
    .container_activites {
        margin: -10px;
    }
}

@media screen and (max-width:575px) {
    .container_activites {
        flex-wrap: wrap;
        margin: -10px;
    }
}

.container_activites .block_activites {
    text-decoration: none;
    background-color: #dfe5e9;
    display: block;
    width: calc(100%/3 - 40px);
    margin: 20px;
    -moz-transition: background-color 250ms ease;
    -o-transition: background-color 250ms ease;
    -webkit-transition: background-color 250ms ease;
    transition: background-color 250ms ease;
}

@media screen and (max-width:1250px) {
    .container_activites .block_activites {
        width: calc(100%/3 - 20px);
        margin: 10px;
    }
}

@media screen and (max-width:950px) {
    .container_activites .block_activites {
        width: calc(100%/2 - 20px);
    }
    .container_activites .block_activites.activiteAccueil:nth-child(3) {
        display: none;
    }
}

@media screen and (max-width:575px) {
    .container_activites .block_activites {
        width: calc(100% - 20px);
        margin: 10px;
    }
}

.container_activites .block_activites:hover {
    background-color: #ccd5db;
}

.container_activites .block_activites .img img {
    display: block;
    width: 100%;
}

.container_activites .block_activites .infos {
    padding: 15px 20px;
    border-top: 3px solid #fff;
}

.container_activites .block_activites .infos .titre {
    font-size: 22px;
    font-weight: 500;
    color: #202020;
    padding: 0;
    margin: 0;
    line-height: 1.2em;
}

@media screen and (max-width:767px) {
    .container_activites .block_activites .infos .titre {
        font-size: 20px;
        line-height: 1.1em;
    }
}

.container_activites .block_activites .infos .date {
    font-size: 16px;
    line-height: 1.2em;
    background-color: #2d7491;
    display: inline-block;
    color: #fff;
    padding: 5px 10px;
    margin: 8px 0;
}

@media screen and (max-width:767px) {
    .container_activites .block_activites .infos .date {
        padding: 3px 10px;
    }
}

.container_activites .block_activites .infos .lieu {
    font-size: 16px;
    line-height: 1.2em;
    color: #202020;
    font-style: italic;
    margin: 0;
}

@media screen and (max-width:767px) {
    .container_activites .block_activites .infos .lieu {
        font-size: 15px;
    }
}

.offres_emploi_listing .filter {
    background-color: #eaeaea;
    display: flex;
    justify-content: space-between;
    padding: 20px 35px;
}

@media screen and (max-width:767px) {
    .offres_emploi_listing .filter {
        padding: 20px;
    }
}

@media screen and (max-width:1200px) {
    .offres_emploi_listing .filter {
        flex-wrap: wrap;
    }
}

.offres_emploi_listing .filter .recherche_nom {
    flex: 1;
}

@media screen and (max-width:1200px) {
    .offres_emploi_listing .filter .recherche_nom {
        width: calc(50% - 5px);
        flex: auto;
        margin: 0 5px 10px 0;
    }
}

@media screen and (max-width:650px) {
    .offres_emploi_listing .filter .recherche_nom {
        width: calc(100% - 5px);
        margin: 0 0 10px 0;
    }
}

.offres_emploi_listing .filter .recherche_nom input {
    width: 100%;
}

.offres_emploi_listing .filter .select_organisation {
    flex: 1;
    margin: 0 20px;
}

@media screen and (max-width:1200px) {
    .offres_emploi_listing .filter .select_organisation {
        width: calc(50% - 5px);
        flex: auto;
        margin: 0 0 10px 5px;
    }
}

@media screen and (max-width:650px) {
    .offres_emploi_listing .filter .select_organisation {
        width: calc(100% - 5px);
        margin: 0 0 10px 0;
    }
}

.offres_emploi_listing .filter .select_organisation select {
    width: 100%;
}

.offres_emploi_listing .filter .select_region {
    flex: 1;
}

@media screen and (max-width:1200px) {
    .offres_emploi_listing .filter .select_region {
        width: calc(50% - 5px);
        flex: auto;
        margin: 0 0 10px 5px;
    }
}

@media screen and (max-width:650px) {
    .offres_emploi_listing .filter .select_region {
        width: calc(100% - 5px);
        margin: 0 0 10px 0;
    }
}

.offres_emploi_listing .filter .select_region select {
    width: 100%;
}

.offres_emploi_listing .filter .select_secteur_activites {
    flex: 1;
    margin: 0 0 0 20px;
}

@media screen and (max-width:1200px) {
    .offres_emploi_listing .filter .select_secteur_activites {
        width: calc(50% - 5px);
        flex: auto;
        margin: 0 0 10px 5px;
    }
}

@media screen and (max-width:650px) {
    .offres_emploi_listing .filter .select_secteur_activites {
        width: calc(100% - 5px);
        margin: 0 0 0 0;
    }
}

.offres_emploi_listing .filter .select_secteur_activites select {
    width: 100%;
}

.offres_emploi_listing .filter .check_certificat {
    position: relative;
    margin-top: 8px;
}

@media screen and (max-width:1200px) {
    .offres_emploi_listing .filter .check_certificat {
        margin-top: 2px;
    }
}

@media screen and (max-width:650px) {
    .offres_emploi_listing .filter .check_certificat {
        margin-top: 10px;
    }
}

.offres_emploi_listing .filter .check_certificat .btn_check {
    pointer-events: none;
}

.offres_emploi_listing .filter .check_certificat .btn_check:after {
    content: "";
    position: absolute;
    top: 4px;
    left: 0;
    display: block;
    width: 22px;
    height: 22px;
    background-color: #fff;
    border: 1px solid #8f8f8f;
    z-index: 1;
}

.offres_emploi_listing .filter .check_certificat .btn_check:before {
    content: "";
    position: absolute;
    top: 8px;
    left: 3px;
    display: block;
    width: 22px;
    height: 22px;
    background-image: url("/Content/Images/Icones/icone_hook.svg");
    background-size: 18px;
    background-repeat: no-repeat;
    z-index: 2;
    display: none;
}

.offres_emploi_listing .filter .check_certificat input {
    display: none;
}

.offres_emploi_listing .filter .check_certificat input:checked+.btn_check:before {
    display: block;
}

.offres_emploi_listing .filter .check_certificat label {
    display: flex;
    align-items: center;
    padding: 0 0 0 37px;
    cursor: pointer;
}

.offres_emploi_listing .filter .check_certificat label img {
    width: 18px;
    position: relative;
    top: -1px;
    padding-right: 8px;
}

.offres_emploi_listing .container_offres_emploi {
    display: flex;
    justify-content: flex-start;
    margin: 0 -15px 30px;
    flex-wrap: wrap;
}

@media screen and (max-width:1250px) {
    .offres_emploi_listing .container_offres_emploi {
        margin: 0 -10px 30px;
    }
}

@media screen and (max-width:575px) {
    .offres_emploi_listing .container_offres_emploi {
        margin: 0 -10px 20px;
    }
}

.offres_emploi_listing .container_offres_emploi .block_offres_emploi {
    text-decoration: none;
    background-color: #ededed;
    display: flex;
    align-items: flex-start;
    width: calc(100%/3 - 30px);
    margin: 15px;
    padding: 20px;
}

@media screen and (max-width:1250px) {
    .offres_emploi_listing .container_offres_emploi .block_offres_emploi {
        width: calc(100%/2 - 20px);
        margin: 10px;
    }
}

@media screen and (max-width:950px) {
    .offres_emploi_listing .container_offres_emploi .block_offres_emploi {
        width: calc(100%/2 - 20px);
    }
}

@media screen and (max-width:767px) {
    .offres_emploi_listing .container_offres_emploi .block_offres_emploi {
        width: calc(100% - 20px);
        margin: 10px;
    }
}

.offres_emploi_listing .container_offres_emploi .block_offres_emploi:hover {
    background-color: #dfdfdf;
}

.offres_emploi_listing .container_offres_emploi .block_offres_emploi .img {
    width: 150px;
    max-width: 35%;
}

.offres_emploi_listing .container_offres_emploi .block_offres_emploi .img img {
    display: block;
    border: 1px solid #b5b5b5;
}

.offres_emploi_listing .container_offres_emploi .block_offres_emploi .infos {
    width: calc(100% - 150px);
    padding-left: 20px;
    min-width: 65%;
}

.offres_emploi_listing .container_offres_emploi .block_offres_emploi .infos .titre {
    margin: 0;
    padding: 0;
    font-size: 21px;
    font-weight: 500;
    color: #181717;
    line-height: 1em;
}

@media screen and (max-width:1600px) {
    .offres_emploi_listing .container_offres_emploi .block_offres_emploi .infos .titre {
        font-size: 1.4vw;
    }
}

@media screen and (max-width:1250px) {
    .offres_emploi_listing .container_offres_emploi .block_offres_emploi .infos .titre {
        font-size: 19px;
    }
}

@media screen and (max-width:500px) {
    .offres_emploi_listing .container_offres_emploi .block_offres_emploi .infos .titre {
        font-size: 18px;
    }
}

.offres_emploi_listing .container_offres_emploi .block_offres_emploi .infos .lieu {
    margin: 8px 0 0;
    padding: 0;
    font-size: 16px;
    font-style: italic;
    color: #181717;
}

@media screen and (max-width:1250px) {
    .offres_emploi_listing .container_offres_emploi .block_offres_emploi .infos .lieu {
        font-size: 15px;
    }
}

.page_offres_emploi_single {
    animation: opacityIn .75s ease;
    animation-fill-mode: both;
    animation-delay: .75s;
    width: 100%;
    margin: auto;
}

.page_offres_emploi_single .partage {
    margin-top: 25px;
}

.page_offres_emploi_single .titre_offre {
    display: flex;
    margin-bottom: 25px;
    margin-top: 25px;
}

@media screen and (max-width:767px) {
    .page_offres_emploi_single .titre_offre {
        flex-wrap: wrap;
    }
}

.page_offres_emploi_single .titre_offre h2 {
    margin: 0;
    padding: 0;
    font-size: 1.8vw;
    line-height: 1em;
    font-weight: 500;
}

@media screen and (max-width:1600px) {
    .page_offres_emploi_single .titre_offre h2 {
        font-size: 1.8vw;
    }
}

@media screen and (max-width:1200px) {
    .page_offres_emploi_single .titre_offre h2 {
        font-size: 30px;
    }
}

@media screen and (max-width:767px) {
    .page_offres_emploi_single .titre_offre h2 {
        font-size: 28px;
    }
}

.page_offres_emploi_single .titre_offre .titre_poste_mobile {
    display: none;
}

@media screen and (max-width:767px) {
    .page_offres_emploi_single .titre_offre .titre_poste_mobile {
        display: block;
        width: 100%;
        margin-top: 0;
        padding-top: 0;
    }
}

.page_offres_emploi_single .titre_offre .img {
    max-width: 255px;
}

@media screen and (max-width:767px) {
    .page_offres_emploi_single .titre_offre .img {
        width: 100%;
    }
}

.page_offres_emploi_single .titre_offre .img img {
    border: 3px solid #ededed;
}

@media screen and (max-width:990px) {
    .page_offres_emploi_single .titre_offre .img img {
        max-width: 175px;
    }
}

.page_offres_emploi_single .titre_offre .description {
    margin: auto;
    width: calc(100% - 200px);
    padding: 0 0 0 50px;
}

@media screen and (max-width:990px) {
    .page_offres_emploi_single .titre_offre .description {
        padding: 0 0 0 15px;
    }
}

@media screen and (max-width:767px) {
    .page_offres_emploi_single .titre_offre .description {
        width: 100%;
        padding: 10px 0 0 0;
    }
}

.page_offres_emploi_single .titre_offre .description .titre_poste {
    margin: 0 0 10px 0;
    padding: 0;
}

@media screen and (max-width:767px) {
    .page_offres_emploi_single .titre_offre .description .titre_poste {
        display: none;
    }
}

.page_offres_emploi_single .titre_offre .description .entreprise_poste {
    margin: 0;
    padding: 0;
    color: #181717;
    font-size: 24px;
    line-height: 26px;
    font-weight: 400;
    font-style: italic;
}

@media screen and (max-width:990px) {
    .page_offres_emploi_single .titre_offre .description .entreprise_poste {
        font-size: 20px;
        line-height: 22px;
    }
}

.page_offres_emploi_single .titre_offre .description .dateFin {
    opacity: .9;
    font-size: 22px;
}

@media screen and (max-width:990px) {
    .page_offres_emploi_single .titre_offre .description .dateFin {
        font-size: 18px;
        line-height: 22px;
    }
}

.page_offres_emploi_single .titre_offre .description .lieu_poste {
    margin: 14px 0 0;
    padding: 6px 12px;
    font-size: 21px;
    line-height: 21px;
    color: #fff;
    background-color: #b5b5b5;
    display: inline-block;
}

@media screen and (max-width:990px) {
    .page_offres_emploi_single .titre_offre .description .lieu_poste {
        font-size: 20px;
        line-height: 22px;
    }
}

.page_offres_emploi_single .titre_offre .description .date_publication_poste {
    margin: 8px 0 0 0;
    padding: 0;
    font-size: 15px;
    font-style: italic;
    color: #afafaf;
}

@media screen and (max-width:990px) {
    .page_offres_emploi_single .titre_offre .description .date_publication_poste {
        font-size: 13px;
        line-height: 16px;
        margin: 10px 0 0 0;
    }
}

.page_offres_emploi_single .contenu_offre .titre_section {
    background-color: #2d7491;
    color: #fff;
    font-size: 28px;
    font-weight: 700;
    padding: 10px 20px 8px;
}

@media screen and (max-width:767px) {
    .page_offres_emploi_single .contenu_offre .titre_section {
        font-size: 24px;
    }
}

.page_offres_emploi_single .contenu_offre .content {
    margin: 0;
    padding: 0;
}

.page_offres_emploi_single .contenu_offre .info_block_gris {
    background-color: #ededed;
    padding: 20px;
}

.page_offres_emploi_single .contenu_offre .info_block_gris .block {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

@media screen and (max-width:767px) {
    .page_offres_emploi_single .contenu_offre .info_block_gris .block {
        margin-bottom: 10px;
    }
    .page_offres_emploi_single .contenu_offre .info_block_gris .block:last-child {
        margin-bottom: 0;
    }
}

.page_offres_emploi_single .contenu_offre .info_block_gris .block p {
    margin: 6px 0;
    padding: 0;
}

.page_offres_emploi_single .contenu_offre .info_block_gris .block .titre {
    width: 320px;
    margin-right: 20px;
    color: #181717;
    font-size: 24px;
    line-height: 1em;
    text-align: right;
}

@media screen and (max-width:767px) {
    .page_offres_emploi_single .contenu_offre .info_block_gris .block .titre {
        width: 100%;
        text-align: left;
        margin-right: 0;
        font-weight: bold;
        font-size: 20px;
        line-height: 1em;
    }
}

.page_offres_emploi_single .contenu_offre .info_block_gris .block .description {
    width: calc(100% - 340px);
    background-color: #fff;
    padding: 15px 20px;
    box-sizing: border-box;
    font-size: 24px;
    line-height: 1em;
}

@media screen and (max-width:767px) {
    .page_offres_emploi_single .contenu_offre .info_block_gris .block .description {
        width: 100%;
        padding: 10px 15px;
    }
}

.page_offres_emploi_single .contenu_offre .info_block_gris .block span:last-child {
    display: none;
}

.page_offres_emploi_single .contenu_offre .responsable .nom_responsable {
    font-size: 28px;
    font-weight: bold;
    line-height: 28px;
    padding: 1px 0;
    margin: 0;
}

@media screen and (max-width:767px) {
    .page_offres_emploi_single .contenu_offre .responsable .nom_responsable {
        font-size: 24px;
        line-height: 1.2em;
    }
}

.page_offres_emploi_single .contenu_offre .responsable .telephone_responsable {
    font-size: 24px;
    font-weight: 400;
    line-height: 28px;
    padding: 1px 0;
    margin: 0;
}

@media screen and (max-width:767px) {
    .page_offres_emploi_single .contenu_offre .responsable .telephone_responsable {
        font-size: 22px;
        line-height: 1.2em;
    }
}

.page_offres_emploi_single .contenu_offre .responsable .telephone_responsable a {
    color: #2d7491;
    text-decoration: none;
}

.page_offres_emploi_single .contenu_offre .responsable .telephone_responsable a:hover {
    text-decoration: underline;
}

.page_offres_emploi_single .contenu_offre .responsable .courriel_responsable {
    font-size: 24px;
    font-weight: bold;
    line-height: 28px;
    padding: 1px 0;
    margin: 0;
}

@media screen and (max-width:767px) {
    .page_offres_emploi_single .contenu_offre .responsable .courriel_responsable {
        font-size: 22px;
        line-height: 1.2em;
    }
}

.page_offres_emploi_single .contenu_offre .responsable .courriel_responsable a {
    text-decoration: none;
    color: #2d7491;
    font-weight: 400;
}

.page_offres_emploi_single .contenu_offre .responsable .courriel_responsable a:hover {
    text-decoration: underline;
}

@media print {
    header,
    footer {
        display: none !important;
    }
    .header_page {
        min-height: initial;
    }
}

.EDGE .container_activites .block_activites,
.IE .container_activites .block_activites {
    width: calc(100%/3 - 40px - 1px) !important;
}

@media screen and (max-width:1250px) {
    .EDGE .container_activites .block_activites,
    .IE .container_activites .block_activites {
        width: calc(100%/3 - 20px - 1px) !important;
    }
}

@media screen and (max-width:950px) {
    .EDGE .container_activites .block_activites,
    .IE .container_activites .block_activites {
        width: calc(100%/2 - 20px - 1px) !important;
    }
}

@media screen and (max-width:575px) {
    .EDGE .container_activites .block_activites,
    .IE .container_activites .block_activites {
        width: calc(100% - 20px - 1px) !important;
    }
}

.EDGE .container_offres_emploi .block_offres_emploi,
.IE .container_offres_emploi .block_offres_emploi {
    width: calc(100%/3 - 30px - 1px) !important;
}

@media screen and (max-width:1250px) {
    .EDGE .container_offres_emploi .block_offres_emploi,
    .IE .container_offres_emploi .block_offres_emploi {
        width: calc(100%/2 - 20px - 1px) !important;
    }
}

@media screen and (max-width:950px) {
    .EDGE .container_offres_emploi .block_offres_emploi,
    .IE .container_offres_emploi .block_offres_emploi {
        width: calc(100%/2 - 20px - 1px) !important;
    }
}

@media screen and (max-width:767px) {
    .EDGE .container_offres_emploi .block_offres_emploi,
    .IE .container_offres_emploi .block_offres_emploi {
        width: calc(100% - 20px - 1px) !important;
    }
}

.EDGE .offres_emploi_listing .container_offres_emploi .block_offres_emploi,
.IE .offres_emploi_listing .container_offres_emploi .block_offres_emploi {
    width: calc(100%/3 - 30px - 1px) !important;
}

@media screen and (max-width:1250px) {
    .EDGE .offres_emploi_listing .container_offres_emploi .block_offres_emploi,
    .IE .offres_emploi_listing .container_offres_emploi .block_offres_emploi {
        width: calc(100%/2 - 20px - 1px) !important;
    }
}

@media screen and (max-width:950px) {
    .EDGE .offres_emploi_listing .container_offres_emploi .block_offres_emploi,
    .IE .offres_emploi_listing .container_offres_emploi .block_offres_emploi {
        width: calc(100%/2 - 20px - 1px) !important;
    }
}

@media screen and (max-width:767px) {
    .EDGE .offres_emploi_listing .container_offres_emploi .block_offres_emploi,
    .IE .offres_emploi_listing .container_offres_emploi .block_offres_emploi {
        width: calc(100% - 20px - 1px) !important;
    }
}

.EDGE .container_nouvelles .bloc_nouvelles,
.IE .container_nouvelles .bloc_nouvelles {
    width: calc(100%/3 - 40px - 1px) !important;
}

@media screen and (max-width:1650px) {
    .EDGE .container_nouvelles .bloc_nouvelles,
    .IE .container_nouvelles .bloc_nouvelles {
        width: calc(100%/3 - 20px - 1px) !important;
    }
}

@media screen and (max-width:1250px) {
    .EDGE .container_nouvelles .bloc_nouvelles,
    .IE .container_nouvelles .bloc_nouvelles {
        width: calc(100%/2 - 20px - 1px) !important;
    }
}

@media screen and (max-width:950px) {
    .EDGE .container_nouvelles .bloc_nouvelles,
    .IE .container_nouvelles .bloc_nouvelles {
        width: calc(100% - 20px - 1px) !important;
    }
}

.EDGE .home .container_nouvelles .bloc_nouvelles,
.IE .home .container_nouvelles .bloc_nouvelles {
    width: calc(100%/2 - 20px - 1px) !important;
}

@media screen and (max-width:1650px) {
    .EDGE .home .container_nouvelles .bloc_nouvelles,
    .IE .home .container_nouvelles .bloc_nouvelles {
        width: calc(100%/2 - 20px - 1px) !important;
    }
}

@media screen and (max-width:1250px) {
    .EDGE .home .container_nouvelles .bloc_nouvelles,
    .IE .home .container_nouvelles .bloc_nouvelles {
        width: calc(100%/2 - 20px - 1px) !important;
    }
}

@media screen and (max-width:950px) {
    .EDGE .home .container_nouvelles .bloc_nouvelles,
    .IE .home .container_nouvelles .bloc_nouvelles {
        width: calc(100% - 20px - 1px) !important;
    }
    .EDGE .home .container_nouvelles .bloc_nouvelles:nth-child(3),
    .EDGE .home .container_nouvelles .bloc_nouvelles:nth-child(4),
    .IE .home .container_nouvelles .bloc_nouvelles:nth-child(3),
    .IE .home .container_nouvelles .bloc_nouvelles:nth-child(4) {
        display: none;
    }
}

.EDGE .membre_listing li,
.IE .membre_listing li {
    width: calc(100%/3 - 40px - 1px) !important;
}

@media screen and (max-width:1600px) {
    .EDGE .membre_listing li,
    .IE .membre_listing li {
        width: calc(100%/3 - 30px - 1px) !important;
    }
}

@media screen and (max-width:1375px) {
    .EDGE .membre_listing li,
    .IE .membre_listing li {
        width: calc(100%/2 - 20px - 1px) !important;
    }
}

@media screen and (max-width:850px) {
    .EDGE .membre_listing li,
    .IE .membre_listing li {
        width: calc(100% - 20px - 1px) !important;
    }
}

.IE header .menu_bar .btn_rapide .btn_recherche img {
    height: 25px;
}

.IE .home .header_home .container_center .recherche_accueil input:-ms-input-placeholder {
    opacity: 1;
}

.IE .home .header_home .container_center {
    padding: 250px 20px 120px;
}

.IE #block-bootstrap5-bio-devenezmembre {
    display: block !important;
    width: 100%;
    text-align: center !important;
    min-height: 0 !important;
    padding: 75px 35px;
}

@media screen and (max-width:767px) {
    .IE #block-bootstrap5-bio-devenezmembre {
        padding: 35px 20px;
    }
}

.IE footer .container_footer .copyright p svg {
    height: 14px;
}

.IE .devenir_membre_page .nbr_membre {
    min-height: 0;
}

.IE select::-ms-expand {
    display: none !important;
}
