/* changement du mauve par défaut pour mon bleu */
:root {
  --primaire: #006e86;
  --amp-red: #e20613;
}
h1, h2, h3, h4, h5, h6 {
  color: inherit;
}
a {
  color: var(--amp-red);
}
.btn-primary {
  box-shadow: 0 0.125rem 0.25rem 0 rgba(0, 110, 134, 0.4);
}
.btn-outline-primary {
  border-color: var(--primaire);
  color: var(--primaire);
}
.btn-outline-primary:hover,
.btn-primary:hover, 
.btn-primary:focus, 
.btn-primary.focus, 
.btn-primary.active,
.form-check-input:checked, 
.form-check-input[type="checkbox"]:indeterminate {
  background-color: var(--primaire) !important;
  border-color: var(--primaire) !important;
  box-shadow: 0 0.125rem 0.25rem 0 rgba(0, 110, 134, 0.4) !important;
}
.form-switch .form-check-input:focus {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23006e86'/%3e%3c/svg%3e");
  border-color: var(--primaire) !important;
  box-shadow: 0 0.125rem 0.25rem 0 rgba(0, 110, 134, 0.4) !important;
}
.form-switch .form-check-input:checked {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23ffffff'/%3e%3c/svg%3e");
}
.form-check-input:focus {
  border-color: var(--primaire);
  box-shadow: 0 2px 4px 0 rgba(0, 110, 134, 0.4);
}
/*.btn-primary:focus-visible {
  border-color: var(--primaire) !important;
}*/
.btn-primary:focus-visible {
  outline: var(--primaire) !important;
  box-shadow: 0 0.125rem 0.25rem 0 rgba(0, 110, 134, 0.4) !important;
}
.btn-check:checked + .btn-outline-primary, .btn-check:active + .btn-outline-primary, .btn-outline-primary:active, .btn-outline-primary.active, .btn-outline-primary.dropdown-toggle.show,
.btn-check:focus + .btn-outline-primary, .btn-outline-primary:focus {
  background-color: var(--primaire) !important;
  border-color: var(--primaire) !important;
}

.btn_rouge,
.btn_rouge.btn-success, .btn_rouge.btn-success:active {
  background-color: var(--amp-red) !important;
  border-color: var(--amp-red) !important;
  color: var(--blanc) !important;
}
.btn_rouge:hover,
.btn_rouge.btn-success:hover {
  background-color: var(--gris_moyen) !important;
  border-color: var(--gris_moyen) !important;
}


.cursor-pointer {
  right: -1px;
  position: absolute;
  padding: 11px 14px;
  z-index: 2222;
}
/*
.cid-rVtHjeaMYh {
  background-color: var(--gris_pale);
}
.cid-rVtHjeaMYh .title {
  color: unset;
}
.cid-rVtHjeaMYh input[name=submit] {
  text-transform: uppercase;
}
.cid-rVtHjeaMYh .form-control, .cid-rVtHjeaMYh .field-input,
.cid-rVtHjeaMYh .form-control:hover, .cid-rVtHjeaMYh .field-input:hover, .cid-rVtHjeaMYh .form-control:focus, .cid-rVtHjeaMYh .field-input:focus {
  color: var(--gris_fonce);
}*/
.form-control {
  border-radius: 0;
  padding: 1rem;
}

section.zone_contenu .mbr-iconfont {
  font-size: 4rem;
  color: #000000;
  width: 100%;
  min-width: 100px;
  display: block;
  justify-content: center;
  align-items: center;
  padding-bottom: 2rem;
}
.socicon-wrap {
  width: fit-content;
  display: flex;
  padding-top: 2rem;
  margin-bottom: 0.8rem;
  margin: auto;
}
.socicon-wrap .mbr-iconfont {
  font-size: 1.1rem !important;
  color: var(--blanc) !important;
  padding: 0;
  margin-right: 1.4rem;
  height: 40px;
  display: flex;
  /*width: 40px;*/
  min-width: auto !important;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  border-radius: 100%;
}
.socicon-wrap .mbr-iconfont:hover {
  color: var(--primaire) !important;
}

.footer {
  background-color: var(--gris_fonce);
  color: white;
  padding-top: 105px;
  padding-bottom: 105px;
}
.footer .mbr-text,
.footer .icon-title,
.footer .mbr-form-text {
  color: #999999;
}
.footer a {
  color: #999999;
}
.footer a:hover {
  color: var(--blanc);
}
@media (min-width: 768px) {
  .footer .socicon-wrap {
    width: auto;
  }
}

.section,
.content_by_zone > .container,
.content_by_zone > .row {
  padding-top: 75px;
  padding-bottom: 75px;
}

.errors ul,
.alert-danger ul,
.alert-info ul {
  /*color: var(--gris_fonce);*/
  list-style: none;
  padding: 0;
  margin: 0;
}
.alert-danger,
.errors ul {
  color: #fff;
  background-color: #cc7e7e;
}
.alert-danger .errors ul {
  color: #fff;
}
#infoMessage .errors ul {
  margin-bottom: 1.875rem;
  padding: 1.25rem;
}
.alert {
  font-size: inherit;
}

::-webkit-input-placeholder {
  color: #999999 !important;
}
::-moz-placeholder {
  color: #999999 !important;
}
:-ms-input-placeholder {
  color: #999999 !important;
}
:-moz-placeholder {
  color: #999999 !important;
}

.navbar-nav .nav-link {
  padding: .5rem !important;
}
/* centrer le menu */
.menu ul.navbar-nav {
  margin: 0 auto;
}
.menu .navbar .navbar-collapse {
  z-index: 999;
}

@media (max-width: 991px) {
  .menu .navbar ul.navbar-nav li {
    width: 100%;
  }
  .footer .col-md-6 {
    margin-bottom: 2rem;
  }
}

/* Flèches pointant vers la droite par défaut */
/*.nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid transparent;
  border-right: 0;
  border-left: 0.35em solid;
  border-bottom: 0.35em solid transparent;
  color: var(--secondary);
}*/

/* Flèches pointant vers le bas lorsque le menu est ouvert */
/*.nav-item.dropdown.open .link.dropdown-toggle::after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  color: var(--secondary);
}*/


/* ADMIN AREA */

.app-brand-text.demo {
  text-transform: none;
}
.layout-menu-fixed:not(.layout-menu-collapsed) .layout-page.no_menu {
  padding-left: 0;
}
body.dragging, body.dragging * {
  cursor: move !important;
}

.dragged {
  position: absolute;
  opacity: 0.5;
  z-index: 2000;
}

ol.nested_with_switch,
ol.nested_with_switch_content_fr,
ol.nested_with_switch_content_en {
  padding-left: 0;
}
ol.nested_with_switch,
ol.nested_with_switch ol,
ol.nested_with_switch_content_fr,
ol.nested_with_switch_content_en {
  list-style: none;
}
/*ol.nested_with_switch li.placeholder {
  position: relative;
}
ol.nested_with_switch li.placeholder:before {
  position: absolute;
}*/
ol.nested_with_switch_content_fr .list_item,
ol.nested_with_switch_content_en .list_item {
  position: relative;
}

ol.nested_with_switch_content_fr textarea,
ol.nested_with_switch_content_en textarea {
  position: absolute;
}
.hover_div {
  display: none;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.02);
  border: 1px solid #ccc;
  top: 0;
  right: 0;
  text-align: right;
  width: 100%;
  height: 100%;
  z-index: 990;
}
.hover_div a {
  margin-right: 5px;
}

.bt_delete_zone {
  color: #8592a3;
}

.divider .divider-text {
  font-size: 1rem;
}
ol.nested_with_switch > li > .divider .divider-text {
  font-weight: bold;
  font-size: 1.1rem;
}
ol.nested_with_switch ol {
  margin-bottom: 60px;
}

body.dragging, body.dragging * {
  cursor: move !important;
}

.dragged {
  position: absolute;
  opacity: 0.5;
  z-index: 2000;
}

ol.nested_with_switch li.placeholder {
  position: relative;
  /** More li styles **/
}
ol.nested_with_switch li.placeholder:before {
  position: absolute;
  /** Define arrowhead **/
  content: "\eb83";
  font-family: "boxicons" !important;
}

/* icône font-awesome dans la modal dans l'admin */
#fontAwesomeIconsList .btn {
  width: 40px;
  padding: 0.5rem !important;
  margin: 5px;
}
.gallery-div .item {
  max-width: 100px !important;
  margin: 5px !important;
}
.gallery-div .item.active {
  border: 2px solid var(--bs-cyan);
  margin: 3px !important;
}
/* grandeur des images par défaut */
img:not([data-mce-selected=1]) {
  width: 100%;
}
/* bouton "Ajouter" dans l'admin pour le contenu */
a.add_content_choice {
  display: block;
  background-color: #a1acb8;
  text-align: center;
  color: #fff;
  padding: 5px;
}
a.add_content_choice:hover {
  background-color: var(--bs-secondary);
}
a.add_content {
  display: none;
}

section {
  background-color: transparent;
}
section p {
  margin: 0;
}

.content_by_zone p {
  margin-bottom: 0;
}

#content_color {
  border: 0;
}
.palette-color-picker-button {
  float: left;
}

.card_white .card-wrapper {
  background-color: var(--blanc);
  padding: 1rem;
  transition: all 0.3s;
}
.card_white .card-wrapper:hover {
  box-shadow: 0 30px 30px -20px rgba(50, 50, 50, 0.3);
}
.card_white .card-box {
  border: 1px solid transparent;
  padding: 2rem 1rem;
  transition: all 0.3s;
}
.card_white .card:hover .card-box {
  border: 1px solid var(--gris_pale);
}

.icon-wrapper {
  margin-right: 1.5rem;
  display: flex;
  justify-content: center;
  border-radius: 50%;
}
.icon-wrapper em {
  display: flex;
}
.card-wrapper {
  display: flex;
}

.testimonial img {
  width: 120px;
  border-radius: 100%;
  object-fit: cover;
  height: 120px;
  margin-bottom: 2rem;
}
.testimonial .display-5 {
  line-height: 1.8;
}
.testimonial .display-4 {
  color: #999999;
}

.fluid_50 {
  padding: 0 14px;
}
.fluid_50 .card {
  padding: 0;
}
.fluid_50 .card .text-wrap {
  position: absolute;
  transition: all 0.3s;
  left: 0;
  padding: 2rem;
  width: 100%;
  top: 50%;
  z-index: 2;
  transform: translateY(-45%);
  margin-bottom: -2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.dragArea .col-auto, 
.dragArea .col {
  padding: 0;
}

.mbr-form .btn {
  margin: 0;
  height: 56px;
  padding: 10px 40px;
}

.mbr-text {
  max-width: 500px;
  color: #999999;
  /*text-align: center;*/
  margin: auto;
}

@media (max-width: 991px) {
  .top_menu .navbar-nav:nth-child(2){
    font-size: 12px;
  }
  .navbar-nav .nav-link {
    padding: 0.3rem .5rem !important;
  }
  .card-wrapper .icon-wrapper {
    margin: 0 auto;
    margin-bottom: 1rem;
    display: flex;
    justify-content: center;
    border-radius: 50%;
  }
  
  /* boxes orange et mauve */
  .fluid_50 .img-wrapper::before {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    /*background: var(--orange);*/ /* couleur mise en JS */
    opacity: 0.8;
    transition: all 0.3s;
    content: '';
    pointer-events: none;
    z-index: 1;
  }
  .fluid_50.img_left .card:nth-child(2),
  .fluid_50.img_right .card:nth-child(1) {
    position: unset;
  }
  
}
@media (max-width: 767px) {
  .card-wrapper {
    flex-direction: column;
    margin: auto;
    text-align: center;
  }
}

.img_container {
  position: relative !important;
}
.link_delete_img {
  position: absolute !important;
  bottom: 0 !important;
  right: 0 !important;
}
.link_delete_img img {
  max-width: 22px !important;
}

#mc-embedded-subscribe-form button[type=submit] {
  padding: 16px 15px 17px 26px;
  margin: 0;
  border: 0;
}

.formulaire .form-control {
  margin-bottom: 20px;
}
.msg_confirm {
  color: #fff;
  background-color: var(--primaire);
  padding: 1.25rem;
}
.msg_erreur {
  color: #fff;
  background-color: #cc7e7e;
  padding: 1.25rem;
}

/* Style pour écraser le CSS du frontend */
body.admin .btn {
  display: inline-block;
  font-weight: 400;
  line-height: 1.53;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  padding: 0.4375rem 1.25rem !important;
  margin: 0 !important;
  font-size: 0.9375rem;
  border-radius: 0.375rem !important;
  transition: all 0.2s ease-in-out;
  border-width: 1px;
}
body.admin .btn-icon {
  padding: 4px 9px !important;
}
body.admin .form-control {
  display: block;
  width: 100%;
  padding: 0.4375rem 0.875rem;
  font-size: 0.9375rem !important;
  font-weight: 400;
  line-height: 1.53;
  color: #697a8d;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #d9dee3;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0.375rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  min-height: unset;
}
body.admin .modal-dialog, 
body.admin .modal-content {
  height: auto;
}
body.admin #image-preview i {
  font-size: 30px;
  margin: 5px;
}
body.admin .card {
  background-color: #fff;
}
body.admin .content_by_zone .card {
  background-color: transparent;
}
body.admin .card {
  border-radius: 0;
  box-shadow: none;
}
body.admin ol.nested_with_switch_content_fr,
body.admin ol.nested_with_switch_content_en {
  border: 2px solid var(--bs-secondary);
}
body.admin .btn-white-outline {
  border-radius: 0 !important;
  border-width: 2px;
  padding: 1rem 2.6rem !important;
}




.title_banner {
  padding: 60px;
  background-color: #f3f3f3;
}
.title_banner H4 {
  color: #ffffff;
}
.title_banner H3 {
  color: #000000;
}



/* *****************
 * *** Nouvelles ***
 * *****************/

.nouvelles_image,
.calendrier_image,
.carrousel_image,
.partenaires_image {
  position: relative;
}
.nouvelles_image .bt_delete_image_from_nouvelles,
.calendrier_image .bt_delete_image_from_calendrier,
.carrousel_image .bt_delete_image_from_carrousel,
.partenaires_image .bt_delete_image_from_partenaires,
.bt_delete_image {
  position: absolute;
  top: 5px;
  right: 5px;
}

/* *******************
 * *** Partenaires ***
 * *******************/
.section_partenaires img,
.cid-rVszo5HLbm .card-title {
  cursor: auto;
}


.nouvelles_grid {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #f3f3f3;
  margin-top: -16px;
}
.nouvelles_grid img {
  width: 100%;
  transition: all 0.6s ease-in-out;
}
.nouvelles_grid .img-wrapper {
  margin-bottom: 1.8rem;
  transition: all 0.3s ease-in-out;
}
.nouvelles_grid .card .img-wrapper {
  overflow: hidden;
  position: relative;
}
.nouvelles_grid .card:hover {
  cursor: pointer;
}
.nouvelles_grid .card:hover img {
  transform: scale(1.05);
}
.nouvelles_grid .card:hover .img-wrapper {
  box-shadow: 0 30px 30px -20px rgba(50, 50, 50, 0.3);
}
.nouvelles_grid .mbr-section-title {
  transition: all 0.3s ease-in-out;
}
.nouvelles_grid .mbr-section-date {
  color: #999999;
}
.nouvelles_grid .mbr-section-text {
  color: #999999;
}
.nouvelles_grid .card-wrapper {
  display: block;
}
.nouvelles_card:hover .mbr-section-title {
  color: var(--primaire);
}
.nouvelles_card .image_container {
  background-position: center center !important;
  background-size: cover !important;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
}


/* ******************
 * *** Calendrier ***
 * ******************/
.calendrier_evenements {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: var(--blanc);
}
.calendrier_evenements .card-wrapper {
  display: flex;
}
.calendrier_evenements .mbr-iconfont {
  font-size: 2rem;
  color: #000000;
  margin-top: 25px;
}
.calendrier_evenements .icon-wrapper {
  margin-right: 1rem;
  display: flex;
  justify-content: center;
  border-radius: 50%;
  width: 50px;
}
.calendrier_evenements h4 {
  margin: 0;
}
.calendrier_evenements .card-text {
  color: #999999;
}
.calendrier_evenements .mbr-text {
  color: #000000;
}
.calendrier_evenements .card-title {
  color: #000000;
}
@media (min-width: 1200px) {
  .calendrier_evenements .mbr-text {
    max-width: 600px;
  }
}
@media (max-width: 767px) {
  .calendrier_evenements .card-wrapper {
    flex-direction: column;
    margin: auto;
    text-align: center;
  }
  .calendrier_evenements .card-wrapper .icon-wrapper {
    margin: 0 auto;
    margin-bottom: 1rem;
  }
}
@media (max-width: 991px) {
  .calendrier_evenements .mbr-text {
    padding-bottom: 2rem;
    max-width: 100%;
  }
}


/* *************************
 * *** Revolution Slider ***
 * *************************/

.tp-banner-container{
	position:relative;
}

.tp-caption{
  width: 100%;
  padding: 0 3%;
  left: 0 !important;
}

.tp-caption.align-right{
	padding-right:30px;
}

.main-revolution h2{
	font-size:48px;
	font-weight:bold;
	color:#333;
	line-height:54px;
  margin: 0 auto;
}
.main-revolution p{
	font-size:16px;
	line-height:22px;
	color:#999;
	margin:0;
  margin: 0 auto;
  padding-bottom: 24px;
}

@media (max-width: 767px) {
  .main-revolution h2{
    font-size:22px;
    line-height:24px;
    padding-bottom: 0.5rem !important;
  }
  .main-revolution p{
    font-size:14px;
    line-height:18px;
  }
}

.main-revolution .bg_text {
  background-color: rgba(0, 0, 0, 0.3);
  padding: 5px 24px;
  width: 50%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .main-revolution .bg_text {
    width: 96%;
  }
}

.main-revolution h2,
.main-revolution p,
.main-revolution h2.style-2,
.main-revolution p.style-2{
	color: #fff;
}

.main-revolution h2,
.main-revolution p {
  white-space: initial;
  text-align: center;
}

.main-revolution a.button{
	margin:0;
}

.main-revolution .great-vibes + h2{
	margin-top:10px;
}

.main-revolution .great-vibes{
	font-size:36px;
	position:relative;
	display:inline-block;
	color:#fff;
	margin-bottom:0;
}

.main-revolution .great-vibes:before{
	content:'';
	display:block;
	width:40px;
	border-top:1px solid #fff;
	border-color:rgba(255,255,255,.6);
	position:absolute;
	top:50%;
	left:-60px;
}

.main-revolution .great-vibes:after{
	content:'';
	display:block;
	width:40px;
	border-top:1px solid #fff;
	border-color:rgba(255,255,255,.5);
	position:absolute;
	top:50%;
	right:-60px;
}

.tparrows.default{ 
	width: 45px; 
	height: 45px; 
	left:-40px!important;
	cursor: pointer; 
	background:#000; 
	background:rgba(24,24,24,0.5); 
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease; 
	transition: all .3s ease; 
	text-align: center; 
	vertical-align:middle; 
	padding-top:12px; 
	border-radius:3px; 
	-webkit-border-radius:3px; 
	-moz-border-radius:3px;
	top:50%!important;
}

.tparrows.default.tp-rightarrow{
	right:-40px!important;
	left:auto!important;
}

.tp-banner-container:hover .tparrows.default{
	left:20px!important;
	right:auto!important;
  z-index: 9999;
}

.tp-banner-container:hover .tparrows.default.tp-rightarrow{
	right:20px!important;
	left:auto!important;
}

.tparrows.default:hover{
	background:var(--primaire);
}

.tparrows.default:before{
	font-family: "FontAwesome";
	font-style: normal;
	font-weight: normal;
	speak: none;
	display: inline-block;
	text-decoration: inherit;
	margin-right: .2em;
	text-align: center;
	font-variant: normal;
	text-transform: none;
	line-height: 1em;
	margin-left: .2em;
	color:#fff;
	font-size:24px;
	content: "\f054";
	position:absolute;
	left:50%;
	margin-left:-7px;
}

.tparrows.default.tp-leftarrow:before{
	content: '\f053'; 
	margin-left:-10px;
}

/* *****************
 * *** DataTable ***
 * *****************/
 
.table-responsive .row {
  width: 100%;
}
div.table-responsive > div.dataTables_wrapper > div.row > div[class^="col-"]:first-child {
  padding-left: calc(var(--bs-gutter-x) * 0.5);
}
div.table-responsive > div.dataTables_wrapper > div.row > div[class^="col-"]:last-child {
  padding-right: calc(var(--bs-gutter-x) * 0.5);
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  text-decoration: none;
  border: 1px solid #d9dee3;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #697a8d;
  border-color: #d9dee3;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  cursor: default;
  border-color: #d9dee3;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  cursor: not-allowed;
  border-color: #d9dee3;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.pager {
  padding-left: 0;
  margin: 20px 0;
  text-align: center;
  list-style: none;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  border: 1px solid #6c7293;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  cursor: not-allowed;
}
.dataTables_wrapper .dataTables_paginate {
  margin-top: 0;
}

.page-item.active .page-link, .page-item.active .page-link:hover, .page-item.active .page-link:focus, .pagination li.active > a:not(.page-link), .pagination li.active > a:not(.page-link):hover, .pagination li.active > a:not(.page-link):focus {
  border-color: var(--primaire);
  background-color: var(--primaire);
  color: #fff;
  box-shadow: 0 0.125rem 0.25rem rgba(105, 108, 255, 0.4);
}

.dataTables_wrapper .dataTable thead .sorting::before, .dataTables_wrapper .dataTable thead .sorting_asc::before, .dataTables_wrapper .dataTable thead .sorting_desc::before, .dataTables_wrapper .dataTable thead .sorting_asc_disabled::before, .dataTables_wrapper .dataTable thead .sorting_desc_disabled::before,
.dataTables_wrapper .dataTable thead .sorting::after, .dataTables_wrapper .dataTable thead .sorting_asc::after, .dataTables_wrapper .dataTable thead .sorting_desc::after, .dataTables_wrapper .dataTable thead .sorting_asc_disabled::after, .dataTables_wrapper .dataTable thead .sorting_desc_disabled::after {
  content: "";
}
table.dataTable thead .sorting_asc {
  /*background-image: url("/YourImageFolder/sort_asc.png")*/
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='%237a1b17'><polygon points='0,0 100,0 50,50'/></svg>") no-repeat;
  background-size: 12px;
  background-position: calc(100% - 10px) 12px;
  background-repeat: no-repeat;
  background-color: transparent;
}
table.dataTable thead .sorting_desc {
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='%237a1b17'><polygon points='50,50 100,100 0,100'/></svg>") no-repeat;
  background-size: 12px;
  background-position: calc(100% - 10px) 6px;
  background-repeat: no-repeat;
  background-color: transparent;
}
table.dataTable thead .sorting {
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='%236c7293'><polygon points='50,0 100,50 50,100 0,50'/></svg>") no-repeat;
  background-size: 12px;
  background-position: calc(100% - 10px) center;
  background-repeat: no-repeat;
  background-color: transparent;
}
table.dataTable thead .sorting_asc_disabled {
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='%232A3038'><polygon points='0,0 100,0 50,50'/></svg>") no-repeat;
  background-size: 12px;
  background-position: calc(100% - 10px) 12px;
  background-repeat: no-repeat;
  background-color: transparent;
}
table.dataTable thead .sorting_desc_disabled {
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='%232A3038'><polygon points='50,50 100,100 0,100'/></svg>") no-repeat;
  background-size: 12px;
  background-position: calc(100% - 10px) 6px;
  background-repeat: no-repeat;
  background-color: transparent;
}

.table-border-bottom-0 tr:last-child td, .table-border-bottom-0 tr:last-child th {
  border-bottom-width: 1px;
}

#DataTables_Table_0_length select.form-control {
  -webkit-appearance: auto;
  -moz-appearance: auto;
  appearance: auto;
}


#map {
  height: 600px;
  width: 100%;
}
body.admin .leaflet-popup-content {
  text-align: right;
}

/* Pour style un sous-sous-menu dans l'admin, comme pour les catégories sous Modèles */
body.admin .dropdown-menu a.dropdown-item ~ a.dropdown-item {
  padding-left: 2.7rem;
}
body.admin .tox .tox-editor-header {
  z-index: 1;
}
body.admin .alert-primary {
  background-color: var(--primaire);
}


/* ************** */
/* Module Modèles */
/* ************** */

.modeles_image,
.inventaire_image,
.subdivision_image {
  position: relative;
}
.modeles_image img,
.inventaire_image img,
.subdivision_image img {
  width: 100%;
}



.section_partenaires .card {
  cursor: default !important;
}

a.card-link {
  display: block;
}

.current-menu-item > a,
.current-menu-item > a:focus,
.current-menu-item .dropdown-menu .current-menu-item {
  color: var(--primaire) !important;
}

.footer .icon-container {
  display: inline-block;
  width: 20px;
  text-align: center;
}
.footer .icon-title {
  margin: 0;
}


.fil_ariane {
  padding: 75px 0;
}


.cid-rVsxAEabjf {
  padding-top: 15px;
}
.cid-rVsxAEabjf a:hover {
  color: #fff;
}
