﻿@charset "UTF-8";
/* Couleurs */
/* Charcoal */
/* Pewter */
/* Mist */
/* Silver */
/* Azure */
/* Sky Blue */
/* Royal Blue */
/* Gold */
/* Secondaires */
/* Cranberry */
/* Turquoise */
/* Violet */
/* Orange */
/* Pastels */
/* Slate */
/* Lavender */
/* Powder Blue */
/* Moss */
/* Taupe */
/* Neutres */
/* Smoke */
/* Neutres chauds */
/* Fonts */
/* Divers */
/* Layout */
@import 'fontAwesome/all.css';
.ais-header-username {
  font-size: 0.8em;
}

.ais-header {
  background: #ffffff;
  position: relative;
  z-index: 1000;
}
.ais-header h1 {
  margin: 0 10px;
  text-align: center;
  flex-grow: 1;
  font-size: 28px;
}
.ais-header .ais-logo-style {
  display: flex;
  align-items: center;
  position: relative;
  color: #17458f;
  font-size: 1.1em;
}
.ais-header .ais-logo-style img {
  max-height: 50px;
  padding: 0 10px 7px 10px;
}
.ais-header .ais-logo-style a {
  color: #17458f;
}

nav ul {
  list-style: none;
}

header.skin-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1530px;
}

.mobile-display header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
  z-index: 9999;
}
.mobile-display .head-menu-m {
  text-align: center;
  font-size: 0.8em;
  padding: 20px 0 0 0;
  border-bottom: 1px solid #e7e7e8;
  color: #898A8D;
}
.mobile-display .head-menu-m a {
  padding: 0 15px;
}
.mobile-display .head-menu-m .user-m {
  display: block;
  padding: 10px 0;
  color: #17458f;
  font-size: 1.1em;
}
.mobile-display .head-menu-m .ais-info-text {
  padding-bottom: 10px;
}

/*------------- MENUS AIS ---------------*/
.menu-click {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  width: 60px;
  border-right: 1px solid #e7e7e8;
  text-decoration: none;
  background: #ffffff;
}
.menu-click img {
  width: 29px;
}

.menu-mob {
  position: fixed;
  background: rgba(0, 0, 0, 0.5);
  left: 0px;
  width: 100%;
  bottom: 0;
  top: 60px;
  z-index: 100;
  visibility: hidden;
}

#MENUMOB {
  position: fixed;
  left: -800px;
  width: 65%;
  bottom: 0;
  top: 60px;
  z-index: 100;
  overflow-y: auto;
  background: #ffffff;
  padding: 0;
}

.MNV1 {
  margin: 0;
  width: 100%;
  padding: 0;
}
.MNV1 > li {
  padding: 0;
  margin: 0;
  padding-right: 1.9rem;
  border-left: 1px solid #e7e7e8;
  margin-top: 20px;
}
.MNV1 > li > a {
  display: block;
  height: 50px;
  line-height: 50px;
  white-space: nowrap;
  margin-top: -20px;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 700;
  padding: 0 27px;
  font-size: 0.95em;
  color: #54565A;
  background: transparent url("images/arrow1.png") no-repeat -12px center;
  text-decoration: none;
}
.MNV1 > li:hover > a {
  color: #01b4e7;
}
.MNV1:hover > li {
  border-left: #e8ebee 1px solid;
}
.MNV1:hover > li > a:hover {
  background-position: 7px center;
  transition: all 0.3s ease-in;
}
.MNV1:hover .MNV2 {
  visibility: visible;
  opacity: 1;
  transition: all 0.3s ease-out;
  transition-delay: 0.4s;
  display: block;
  height: unset;
  padding-bottom: 0;
}

.codifam .MNV1 {
  justify-content: center;
}
.codifam .MNV1 li {
  border-left: none;
  width: auto;
}
.codifam .MNV1:hover .MNV2 {
  visibility: hidden;
  height: 0;
}

.MNV2 {
  height: unset;
  visibility: visible;
  z-index: 100;
  opacity: 1;
  margin: 0 0 0 15px;
  padding: 0;
  width: auto;
}
.MNV2 > li {
  padding: 0;
}
.MNV2 > li > a {
  color: #54565A;
  font-size: 1rem;
  background: url("images/arrow1.png") no-repeat -25px center;
  display: block;
  padding: 0.4em 0 0.4em 20px;
  font-size: 0.9em;
  text-decoration: none;
}
.MNV2 > li:hover > a {
  background-position: 7px center;
  color: #01b4e7;
  cursor: pointer;
  transition: all 0.3s ease-in;
}

.MNV3 {
  display: block;
  margin: 0;
  padding: 0 0 5px 10px;
  font-size: 0.8em;
}
.MNV3 > li > a {
  background: url("images/arrow1.png") no-repeat -12px center;
  display: block;
  color: #54565A;
  padding: 5px 0 5px 27px;
  line-height: 1em;
}
.MNV3 > li:hover > a {
  background-position: 10px center;
  cursor: pointer;
  transition: all 0.3s ease-in;
  color: #01b4e7;
}

.MNV4 {
  display: block;
  margin: 0;
  padding: 0 0 5px 10px;
  font-size: 0.8em;
}
.MNV4 li a {
  margin-left: 10px;
  padding: 2px 30px;
  display: block;
  color: #54565A;
  background: url("images/arrow1.png") no-repeat -12px center;
}
.MNV4 li:hover a {
  background-position: 10px center;
  cursor: pointer;
  transition: all 0.3s ease-in;
  color: #01b4e7;
}

/*--------- CSS Reset for Tablet & Mobile ----------*/
@media handheld, only screen and (min-width: 768px) {
  .ais-header h1 {
    font-size: 1.2em;
  }
}
@media handheld, only screen and (min-width: 1024px) {
  .ais-header .ais-logo-style {
    max-height: 87px;
    padding: 10px 0;
  }
  .ais-header .head-menu {
    flex-grow: 1;
    margin: 16px 7px 2px 0;
    position: relative;
    font-size: 0.8em;
    padding: 5px 0;
  }
  .ais-header .head-menu h1 {
    font-size: 1.6em;
    padding-bottom: 15px;
  }
  .ais-header .head-menu a, .ais-header .head-menu span {
    padding: 0 5px;
  }
  .ais-header .head-menu .user-m {
    color: #17458f;
  }
  .ais-header .head-menu .connected {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 15px;
  }
  .ais-header .head-menu .connected h1 {
    padding-bottom: 0;
  }
  .ais-header .menu {
    margin: 0 0 50px 0;
  }
  .ais-header .menu-bar {
    background-color: #f8f9fa;
    background: -webkit-linear-gradient(top, #e8ebee 1px, transparent 0, transparent 2px, #f8f9fa 0);
    background: linear-gradient(180deg, #e8ebee 1px, transparent 0, transparent 2px, #f8f9fa 0);
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
    min-height: 50px;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 100;
  }
  .ais-header .menu-bar .skin-wrapper {
    padding: 0 0 0 12px;
  }
  .MNV1 {
    display: flex;
  }
  .MNV1 > li {
    width: 20%;
  }
  .MNV1 > li > a {
    background-position: -20px center;
    padding: 0 0 0 22px;
    font-size: 1em;
  }
  .MNV1 > li:nth-of-type(5) {
    width: 12%;
  }
  .MNV1 > li:first-child {
    padding-left: 0;
  }
  .MNV1 > li:last-child {
    padding-right: 1rem;
  }
  .MNV1:hover .MNV2 {
    height: 29em;
  }
  .MNV2 {
    height: 0;
    visibility: hidden;
    margin: 0;
    padding: 0;
    opacity: 0;
  }
  .MNV2 > li {
    padding: 0.7em 0;
  }
  .MNV2 > li > a {
    background-position: -12px center;
    padding: 0 27px;
    font-size: 0.95em;
  }
  .MNV3, .MNV4 {
    padding: 5px 0 0 5px;
    font-size: 0.8em;
  }
  .MNV3 > li > a {
    padding: 4px 0 4px 27px;
    line-height: 1.2em;
  }
}
/*--------- Retina Styles ----------*/
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2) {
  .menu-click {
    background-image: url("../../Rodi2017/images/retina/btn_menu@2x.png");
    -webkit-background-size: 29px 19px;
    -moz-background-size: 29px 19px;
    background-size: 29px 19px;
  }
}
.skin-wrapper {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  position: relative;
  /*z-index: 1;*/
  padding: 0;
}

.bg-secondary {
  background: #e7e7e8;
}

/*--------- Pane Style ----------*/
.DNNEmptyPane {
  display: none !important;
}

/*.dnnpane {
    margin-left: -5px;
    margin-right: -5px;

    > [class*="col-sm"] {
        padding: 0 15px;
    }
}*/
.main-section {
  min-height: 700px;
}

.banner-pane {
  background-color: #ffffff;
  margin: 0;
}

.content-pane {
  max-width: 1100px;
  margin: 0 2em;
}

footer {
  text-align: center;
  font-size: 0.8em;
  color: #ffffff;
  margin: 2em 0 0 0;
  padding-top: 2em;
  background-color: #17458f;
  height: 100px;
}
footer a a:link a:visited a:hover a:active {
  color: #ffffff;
}

@media handheld, only screen and (min-width: 1140px) {
  .content-pane {
    margin: 0 auto;
  }
}
/* Alternate Bootstrap */
/*.row{
    display: flex;
    align-items: center;
    flex-wrap: wrap;

    > *{
        max-width: 100%;
    }

    .col-sm-1{
        width: calc((100% / 12) * 1);
    }

    .col-sm-2{
        width: calc((100% / 12) * 2);
    }

    .col-sm-3{
        width: calc((100% / 12) * 3);
    }

    .col-sm-4{
        width: calc((100% / 12) * 4);
    }

    .col-sm-5{
        width: calc((100% / 12) * 5);
    }

    .col-sm-6{
        width: calc((100% / 12) * 6);
    }

    .col-sm-7{
        width: calc((100% / 12) * 7);
    }

    .col-sm-8{
        width: calc((100% / 12) * 8);
    }

    .col-sm-9{
        width: calc((100% / 12) * 9);
    }

    .col-sm-10{
        width: calc((100% / 12) * 10);
    }

    .col-sm-11{
        width: calc((100% / 12) * 11);
    }

    .col-sm-12{
        flex-grow: 0;
        flex-shrink: 0;
        width: 100%;
    }
}*/
/* Textes */
.ais-primary-text, a.ais-primary-link:visited {
  color: #005daa;
}

.ais-info-text {
  color: #01b4e7;
}

/* Liens */
.ais-primary-link {
  color: #005daa;
}
.ais-primary-link:hover {
  color: #01b4e7;
}

.ais-info-link {
  color: #01b4e7;
}
.ais-info-link:hover {
  color: #005daa;
}

.ais-secondary-link {
  color: #898A8D;
}
.ais-secondary-link:hover {
  color: #9BA4B4;
}

.ais-light-link {
  color: #9BA4B4;
}
.ais-light-link:hover {
  color: #898A8D;
}

/* Boutons */
.ais-btn, .btn {
  display: inline-block;
  background: none;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  cursor: pointer;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  margin: 0 3px;
  line-height: 1.4em;
  border-radius: 4px;
  font-family: "Open Sans", sans-serif;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: all 0.6s ease-in-out;
}
.ais-btn:hover, .btn:hover {
  transition: all 0.6s ease-in-out;
}
.ais-btn.btn-primary, .btn.btn-primary {
  background-color: #005daa;
  color: #ffffff;
}
.ais-btn.btn-primary:hover, .btn.btn-primary:hover {
  background-color: #01b4e7;
}
.ais-btn.btn-info, .btn.btn-info {
  background-color: #01b4e7;
  color: #ffffff;
}
.ais-btn.btn-info:hover, .btn.btn-info:hover {
  background-color: #005daa;
}
.ais-btn.btn-violet, .btn.btn-violet {
  background-color: #872175;
  color: #ffffff;
}
.ais-btn.btn-violet:hover, .btn.btn-violet:hover {
  background-color: #d91b5c;
}
.ais-btn.btn-ais-highlight, .ais-btn.btn-warning, .btn.btn-ais-highlight, .btn.btn-warning {
  background-color: #f7a81b;
  color: #ffffff;
}
.ais-btn.btn-ais-highlight:hover, .ais-btn.btn-warning:hover, .btn.btn-ais-highlight:hover, .btn.btn-warning:hover {
  background-color: #ff7600;
}
.ais-btn.btn-turquoise, .ais-btn.btn-success, .btn.btn-turquoise, .btn.btn-success {
  background-color: #009999;
  color: #ffffff;
}
.ais-btn.btn-turquoise:hover, .ais-btn.btn-success:hover, .btn.btn-turquoise:hover, .btn.btn-success:hover {
  background-color: #B9D9EB;
}
.ais-btn.btn-danger, .btn.btn-danger {
  background-color: #d91b5c;
  color: #ffffff;
}
.ais-btn.btn-danger:hover, .btn.btn-danger:hover {
  background-color: #872175;
}

a.ais-btn-connexion {
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  background: #f7a81b;
  padding: 5px 18px 5px 18px !important;
  margin: -20px 5px 5px 0;
  border-radius: 0 0 15px 15px;
  color: #17458f !important;
  transition: all 0.6s ease-in-out;
}
a.ais-btn-connexion:hover {
  text-decoration: none !important;
  color: #e7e7e8 !important;
  background: #A7ACA2;
  transition: all 0.6s ease-in-out;
}

.codifam a.ais-btn-connexion {
  position: fixed;
  top: 0;
  right: 5px;
  display: inline-block;
  background: #f7a81b;
  padding: 5px 18px 5px 18px !important;
  margin: 0;
  border-radius: 0 0 15px 15px;
  color: #17458f !important;
  transition: all 0.6s ease-in-out;
}
.codifam a.ais-btn-connexion:hover {
  text-decoration: none !important;
  color: #e7e7e8 !important;
  background: #A7ACA2;
  transition: all 0.6s ease-in-out;
}

.bc-editing .btn-close {
  background: #ffffff;
  border: 1px solid #e7e7e8;
}

/* Alignements */
.ais-text-center {
  text-align: center;
}

.ais-text-right {
  text-align: right;
}

.ais-relative {
  position: relative;
}

/* Formulaires */
input[type=text], input[type=date], select, textarea {
  width: 100%;
  padding: 7px 15px;
  margin: 8px 3px;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-family: "Open Sans", sans-serif;
  font-size: 1em;
  box-sizing: border-box;
}

.form-control {
  font-family: "Open Sans", sans-serif;
}

.form-inline {
  display: flex;
  align-items: center;
}

.form-switch.form-check {
  display: flex;
  align-items: center;
  column-gap: 1em;
}
.form-switch.form-check .form-check-input {
  float: none;
  height: 1.4em;
  width: 2.8em;
}

/* Tables */
table {
  border-collapse: collapse;
  width: 100%;
  margin: 1em 0;
}
table td, table th {
  padding: 0.5em;
  vertical-align: middle;
}
table td :hover, table th :hover {
  background-color: rgba(0, 0, 0, 0.1);
}
table .firstHover {
  background-color: rgba(0, 0, 0, 0.1);
}

.table-striped tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}
.table-striped tr:nth-of-type(odd):hover {
  background-color: rgba(0, 0, 0, 0.1);
}
.table-striped tr:nth-child(1):hover {
  background-color: rgba(0, 0, 0, 0.1);
}
.table-striped tr {
  cursor: pointer;
}

.test {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  row-gap: 20px;
  column-gap: 20px;
}

.grid-item {
  width: 200px;
}

.table-float .btn {
  white-space: normal;
  text-align: left;
}

.table-float-bis a {
  color: #212529;
}
.table-float-bis .btn {
  white-space: normal;
  text-align: left;
}

/*Boite totaux*/
.alert {
  display: grid;
  grid-template-columns: 1fr auto;
  column-gap: 0.5em;
}
.alert span {
  text-align: right;
}

/*Input*/
input[type=text] {
  margin: 8px 0px;
}

input[type=date] {
  margin: 0;
}

input[type=number] {
  padding: 7px 15px;
}

.trois-block {
  border-radius: 5px;
  margin: 2em;
  padding: 2em;
  flex: 1;
}
.trois-block a {
  text-decoration: none;
  color: #212529;
}
.trois-block h6 {
  color: #005daa;
}

.ais-news-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
  padding-top: 15px;
}
.ais-news-head .news-sort {
  display: flex;
  row-gap: 0.4em;
  column-gap: 1em;
  flex-wrap: wrap;
}
.ais-news-head .news-sort > a {
  color: #54565A;
  display: block;
  font-size: 0.75em;
}
.ais-news-head .news-sort > a::after {
  display: block;
  content: "";
  width: 70%;
  height: 2px;
  border-bottom: 1px solid #9BA4B4;
  margin: 0 auto;
}
.ais-news-head .news-sort > a.active, .ais-news-head .news-sort > a:hover {
  color: #01b4e7;
  transition: all 0.6s ease-in-out;
}
.ais-news-head .news-sort > a.active::after, .ais-news-head .news-sort > a:hover::after {
  border-color: #01b4e7;
}
.ais-news-head .news-display {
  flex-shrink: 0;
}
.ais-news-head .news-display .ais-btn {
  padding: 0 5px;
}

/* Card view */
.ais-news-layout {
  margin: 0 -15px;
}
.ais-news-layout:after {
  content: "";
  display: block;
  clear: both;
}
.ais-news-layout .mini-news {
  display: block;
  background-color: #ffffff;
  transition: all 0.6s ease-in-out;
  text-align: center;
  margin: 0 15px 30px 15px;
  border-radius: 5px;
  width: calc(100% - 30px);
  float: left;
}
.ais-news-layout .mini-news:hover {
  transition: all 0.6s ease-in-out;
  box-shadow: 4px 4px 18px 2px rgba(0, 0, 0, 0.3);
  transform: translateY(-4px);
}
.ais-news-layout .mini-news img {
  border-radius: 5px 5px 0 0;
  min-height: 52px;
}
.ais-news-layout .mini-news .news-type {
  display: block;
  text-align: left;
  font-weight: 900;
  font-size: 70%;
  color: #872175;
  padding: 0.7em 0 0 1em;
  position: relative;
}
.ais-news-layout .mini-news .news-type span {
  text-transform: uppercase;
}
.ais-news-layout .mini-news .news-type .news-club {
  display: inline-block;
  font-weight: 400;
  margin-left: 0.5em;
  padding-left: 0.5em;
  border-left: 1px solid #9BA4B4;
}
.ais-news-layout .mini-news .news-date {
  display: block;
  font-size: 150%;
  color: #005daa;
  padding: 1em;
  text-transform: uppercase;
}
.ais-news-layout .mini-news .news-title {
  display: block;
  font-size: 115%;
  padding: 0 1em 1em 1em;
  line-height: 1.15em;
  color: #54565A;
}
.ais-news-layout .mini-news .news-location {
  display: block;
  color: #898A8D;
  padding: 0 1em 1.5em 1em;
}
.ais-news-layout .mini-news .news-link {
  display: inline-block;
  color: #898A8D;
  display: block;
  padding: 0 1em 0.7em 1em;
  text-align: right;
  font-size: 90%;
}
.ais-news-layout .mini-news .news-link i {
  color: #872175;
  font-size: 80%;
}
.ais-news-layout .mini-news .news-link:hover {
  color: #872175;
  transform: translateX(4px);
}

/* List view */
.ais-news-layout-list .mini-news {
  display: flex;
  background-color: #ffffff;
  transition: all 0.6s ease-in-out;
  text-align: center;
  margin: 0 15px 30px 15px;
  border-radius: 5px;
}
.ais-news-layout-list .mini-news:hover {
  transition: all 0.6s ease-in-out;
  box-shadow: 4px 4px 18px 2px rgba(0, 0, 0, 0.3);
  transform: translateY(-4px);
}
.ais-news-layout-list .mini-news img {
  display: none;
}
.ais-news-layout-list .mini-news > span:last-child {
  flex-grow: 1;
}
.ais-news-layout-list .mini-news .news-type {
  display: block;
  text-align: left;
  font-weight: 900;
  font-size: 70%;
  color: #872175;
  padding: 0.7em 0 0 1.8em;
  position: relative;
}
.ais-news-layout-list .mini-news .news-type span {
  text-transform: uppercase;
}
.ais-news-layout-list .mini-news .news-type .news-club {
  display: inline-block;
  font-weight: 400;
  margin-left: 0.5em;
  padding-left: 0.5em;
  border-left: 1px solid #9BA4B4;
}
.ais-news-layout-list .mini-news .news-date {
  display: flex;
  border-radius: 5px 0 0 5px;
  font-size: 110%;
  color: #01b4e7;
  padding: 0.75em;
  background-color: #17458f;
  text-transform: uppercase;
  align-items: center;
  line-height: 1.4em;
  width: 50px;
  justify-content: center;
}
.ais-news-layout-list .mini-news .news-date p {
  margin: 0;
}
.ais-news-layout-list .mini-news .news-date p::first-line {
  color: #f7a81b;
  font-size: 200%;
}
.ais-news-layout-list .mini-news .news-title {
  display: block;
  font-size: 115%;
  padding: 0 1em 0.5em 1em;
  line-height: 1.15em;
  color: #54565A;
}
.ais-news-layout-list .mini-news .news-location {
  display: block;
  color: #898A8D;
  padding: 0 1em 1.5em 1em;
}
.ais-news-layout-list .mini-news .news-link {
  color: #898A8D;
  display: block;
  padding: 0 1em 0.7em 1em;
  text-align: right;
  font-size: 90%;
  align-self: self-end;
}
.ais-news-layout-list .mini-news .news-link i {
  color: #872175;
  font-size: 80%;
}
.ais-news-layout-list .mini-news .news-link:hover {
  color: #872175;
  transform: translateX(4px);
}

@media screen and (min-width: 580px) {
  .ais-news-layout .mini-news {
    width: calc(50% - 30px);
  }
  .ais-news-layout-list .mini-news > img {
    display: block;
    max-width: 110px;
  }
  .ais-news-layout-list .mini-news > span:last-child {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
}
@media screen and (min-width: 768px) {
  .ais-news-layout .mini-news {
    width: calc(33.33% - 30px);
  }
}
/* Detail view */
.ais-news-detail {
  background-color: #ffffff;
  border-radius: 5px;
  padding: 15px 30px 30px 30px;
  margin: 15px 0;
  text-align: justify;
}
.ais-news-detail .news-detail-header {
  display: flex;
  align-items: center;
}
.ais-news-detail .news-detail-header h1 {
  margin: 0;
  flex-grow: 1;
  font-size: 1.8em;
}
.ais-news-detail .news-detail-header .Date {
  font-size: 125%;
  color: #01b4e7;
  padding: 0.75em;
  background-color: #17458f;
  text-transform: uppercase;
  margin-right: -40px;
}
.ais-news-detail p {
  margin: 8px 0;
}

.admin {
  background-color: #ffffff;
  border-radius: 5px;
  padding: 15px 30px 30px 30px;
  margin: 15px 0;
}

#dnn_dnnCOPYRIGHT_lblCopyright,
#dnn_dnnPRIVACY_hypPrivacy,
#dnn_dnnTERMS_hypTerms,
#dnnConnexion, #dnnDeconnexion {
  color: #ffffff;
}
#dnn_dnnCOPYRIGHT_lblCopyright a a:link a:visited a:hover a:active,
#dnn_dnnPRIVACY_hypPrivacy a a:link a:visited a:hover a:active,
#dnn_dnnTERMS_hypTerms a a:link a:visited a:hover a:active,
#dnnConnexion a a:link a:visited a:hover a:active, #dnnDeconnexion a a:link a:visited a:hover a:active {
  color: #ffffff !important;
}

html, body {
  background: #ffffff;
  margin: 0;
  padding: 0;
  font-family: "Open Sans", sans-serif;
  color: #54565A;
  font-size: 1em;
  line-height: 1.1em !important;
}

a img {
  border: 0;
}

img, object, embed, iframe {
  max-width: 100%;
}

p, .RadPicker {
  margin: 0 0 8px 0;
}

img {
  border: 0;
  height: auto;
}

A {
  color: #005daa;
  text-decoration: none;
  transition: all 0.6s ease-in-out;
}
A:hover {
  color: #01b4e7;
  transition: all 0.6s ease-in-out;
}

h1 {
  font-size: 24px !important;
  line-height: 1.2em;
  color: #17458f;
  font-weight: bold;
  font-family: "Open Sans", sans-serif;
}

h2 {
  font-size: 22px;
  line-height: 1.2em;
  font-weight: bold;
  font-family: "Open Sans", sans-serif;
  color: #17458f;
}

h3, .ModAISClubNewsListeC h2 {
  font-size: 18px;
  line-height: 1.2em;
  font-weight: bold;
  font-family: "Open Sans", sans-serif;
}

h4 {
  font-size: 16px;
  line-height: 1.2em;
  font-weight: bold;
  font-family: "Open Sans", sans-serif;
  color: #01b4e7 !important;
}

h6 {
  font-size: 14px;
  line-height: 1.2em;
  font-family: "Open Sans", sans-serif;
}

.mandatory {
  border-left: 5px red solid !important;
}

.pc-display {
  display: none;
}

.partager {
  display: flex;
  align-items: center;
  margin-top: 1.5em;
}
.partager ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
}
.partager li {
  list-style: none;
}
.partager li a {
  align-items: center;
  display: flex;
  height: 30px;
  place-content: center;
  width: 40px;
}
.partager li > a > span {
  width: 20px;
  height: 20px;
  text-align: center;
}
.partager li > a span + span {
  display: none;
}
.partager button {
  display: flex;
  align-items: center;
  height: 32px;
  padding: 0 0 0 0;
  border: 0;
  background-color: transparent;
}
.partager path {
  fill: #0067c8;
  transition: all 0.3s ease-in-out;
}
.partager path:hover {
  fill: #00246c;
  transition: all 0.3s ease-in-out;
}

.list-img {
  display: flex;
  flex-wrap: wrap;
}
.list-img li {
  display: flex;
  border: 1px solid #ddd;
  margin: 0.5em;
  text-align: center;
  flex-flow: column wrap;
  position: relative;
}
.list-img li img {
  max-width: initial;
  object-fit: cover;
  height: 100px;
  width: 100px;
}
.list-img li button {
  position: absolute;
  top: 3px;
  right: 3px;
  z-index: 999;
}
.list-img li a {
  display: block;
  font-size: 0;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0);
  padding: 40px 7px 7px 7px;
  word-wrap: break-word;
  line-height: 1.2em;
}
.list-img li a:hover {
  background: rgba(0, 0, 0, 0.8);
  font-size: 60%;
  color: #fff;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}

.Head {
  font-weight: bold;
  font-size: 15px;
}

.SubHead {
  font-weight: bold;
  font-size: 14px;
}

.SubSubHead {
  font-size: 13px;
}

.Normal {
  font-size: 1em;
  line-height: 1.2em;
}

.SmallLink {
  font-size: 0.8em;
  white-space: nowrap;
}

input[type=radio] + label, .ModAISNewsDetailC a.Normal {
  padding: 0 20px 0 5px;
}

.RadUpload .ruInputs li {
  list-style: none;
}

/*--------- Scroll Top Style ----------*/
#top-link {
  background: url("images/scroll_top.png") no-repeat scroll center -4px #999;
  background: url("images/scroll_top.png") no-repeat scroll center -4px rgba(0, 0, 0, 0.3);
  border: 0 none;
  border-radius: 2px;
  bottom: 10px;
  right: 55px;
  display: block;
  height: 35px;
  padding: 0;
  width: 40px;
  position: fixed;
  text-decoration: none;
  z-index: 903;
}
#top-link :hover {
  background: url("images/scroll_top.png") no-repeat scroll center -42px #666;
  background: url("images/scroll_top.png") no-repeat scroll center -42px rgba(0, 0, 0, 0.6);
  transition: all 0.6s ease-in-out;
}

.LimitedHeight {
  max-height: 150px;
  overflow: hidden;
  display: grid;
  align-content: center;
}

/* Petites Annonces */
.Annonce > span {
  font-family: Frutiger;
  display: block;
}

/*--------- News V2 ----------*/
.BlocPhotoTop > a img,
.BlocPhotoRight.MiniNews > a img,
.BlocPhotoLeft.MiniNews > a img,
img.DetailedArticle {
  width: 100%;
}

.BlocPhotoTop .Date {
  margin-right: 5px;
  line-height: 43px;
  font-size: 1.4em;
  float: right;
}

.BlocPhotoTop p {
  margin: 0 0 10px 0;
  clear: both;
}

.Filet p + a {
  display: block;
  text-align: right;
  margin: 0 10px 10px 0;
  cursor: pointer;
  cursor: hand;
  font-family: Frutiger, sans-serif;
}

.Filet.active {
  opacity: 0.4;
}

/* Photo à droite & gauche */
.BlocPhotoRight > a > div,
.BlocPhotoLeft > a > div,
.ModAISNewsArticleC .BlocPhotoLeft > img,
.ModAISNewsArticleC .BlocPhotoRight > img {
  display: table-cell;
  float: right;
  max-width: 40%;
  text-align: right;
}

.BlocPhotoLeft > a > div,
.ModAISNewsArticleC .BlocPhotoLeft > img {
  float: left;
  margin-right: 15px;
}

.BlocPhotoRight .Block,
.BlocPhotoLeft .Block {
  display: table-cell;
}

.BlocPhotoRight.MiniNews > a div,
.BlocPhotoLeft.MiniNews > a div {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
  margin-bottom: 5px;
}

.BlocPhotoTop h1,
.BlocNoPhoto h1,
.BlocPhotoRight h1,
.BlocPhotoLeft h1 {
  margin: 0;
  font-size: 1.4em;
  line-height: 1.1em;
}

.BlocPhotoRight .Date,
.BlocPhotoLeft .Date,
.BlocNoPhoto .Date {
  margin: -8px 10px 5px 0;
  display: block;
  text-align: right;
  font-size: 1.2em;
}

.BlocPhotoRight p,
.BlocPhotoLeft p,
.BlocNoPhoto p {
  margin: 0 0 10px 0;
  text-align: justify;
}

.BlocPhotoLeft p {
  margin-left: 5px;
}

.BlocPhotoRight p {
  margin-right: 15px;
}

.MiniNews h1 {
  font-size: 1.4em;
}

/* Photo Vidéo */
.BlocVideo > p {
  width: 35%;
  float: left;
  margin: 10px 0 0;
}

.BlocVideo h1 {
  margin: 0 5px;
}

.BlocVideo .Date {
  margin: -8px 0 5px 0;
  display: block;
  text-align: right;
  font-size: 1.2em;
}

/* Détail */
h1.DetailedArticle {
  font-size: 1.7em;
  line-height: 1.1em;
  margin: 0 0 0.3em 0;
  clear: both;
}

h1.DetailedArticle a {
  float: right;
  font-size: 1em;
  color: #febd11;
}

h1.DetailedArticle a:hover {
  opacity: 0.7;
}

/*--------- Trombis ----------*/
.Trombi > br, .MiniTrombi > br {
  display: none;
}

.Trombi .panel-body > img {
  float: left;
}
.Trombi .panel-body > div {
  margin-left: 140px;
  text-align: left;
}
.Trombi .panel-body > div strong > span + span {
  white-space: nowrap;
}

/*--------- pagination gridview  ----------*/
.GVPager > td > table {
  margin: 20px 0;
}

.GVPager span {
  color: #ffffff;
  background-color: #428bca;
  cursor: default;
  padding: 6px 12px;
}

.GVPager a {
  padding: 6px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #428bca;
  background-color: #ffffff;
}
.GVPager a:hover {
  color: #2a6496;
  background-color: #eeeeee;
}

.img-ronde {
  border-radius: 50%;
}

/* Galeries photos */
.Grow {
  display: flex;
  flex-wrap: wrap;
  padding: 0 4px;
}

.Lrow {
  display: flex;
  flex-wrap: wrap;
  padding: 0 4px;
}
.Lrow img {
  margin-top: 8px;
  vertical-align: middle;
  width: 100%;
}

.Gcolumn {
  flex: 25%;
  max-width: 25%;
  padding: 0 4px;
}
.Gcolumn img {
  margin-top: 8px;
  vertical-align: middle;
  width: 100%;
}

/* Banners */
.banner {
  text-align: center;
  background-color: #17458f;
  color: #ffffff;
  padding: 2em;
}
.banner h1 {
  font-size: 300%;
  color: #ffffff;
  margin: 0;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
}
.banner.turquoise {
  background-color: #009999;
}
.banner.cranberry {
  background-color: #d91b5c;
}
.banner.violet {
  background-color: #872175;
}
.banner.ais-highlight {
  background-color: #f7a81b;
}
.banner.orange {
  background-color: #ff7600;
}
.banner.primay {
  background-color: #005daa;
}
.banner.info {
  background-color: #01b4e7;
}
.banner.light-text {
  background-color: #9BA4B4;
}
.banner a {
  color: #ffffff;
}
.banner.picture {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  min-height: 500px;
  overflow: hidden;
  z-index: 3;
  background: transparent;
  padding: 0;
}
.banner.picture:after {
  content: "";
  height: 60%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 0, transparent);
  bottom: 0;
  display: block;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 2;
}
.banner.picture .bannerPict {
  background-image: url(https://www.rotary.org/sites/default/files/styles/w_2800/public/causes-aof-environment-hero.jpg?itok=LbXmUByY);
  z-index: 1;
  position: absolute;
  height: 100%;
  width: 100%;
  background-position: center center;
  background-attachment: fixed;
}
.banner.picture section {
  z-index: 4;
  font-family: "Open Sans", sans-serif;
  padding-bottom: 2em;
}
.banner.picture section p {
  font-size: 130%;
  margin: 1em 0;
}
.banner.picture section .vScroll {
  display: inline-block;
  height: 4rem;
  margin-bottom: -1.5rem;
  position: relative;
  width: 4rem;
}
.banner.picture section .vScroll::before {
  border-color: #fff;
  border-style: solid;
  border-width: 2px 2px 0 0;
  content: "";
  display: block;
  height: 1.5rem;
  left: 50%;
  margin: -1.4rem 0 0 -1rem;
  position: absolute;
  top: 50%;
  transform: rotate(135deg);
  width: 1.5rem;
}
.banner.picture section.scrolled {
  opacity: 0;
  transition: all 0.9s ease;
}

@media handheld, only screen and (max-width: 768px) {
  /*--------- Scroll Top Style ----------*/
  #top-link {
    bottom: 12px;
    right: 20px;
  }
  .slider_slick_1 .slick-dots {
    width: 100% !important;
  }
  .table-float {
    float: left;
    width: 50%;
    margin: 0 0 2em 0;
  }
  .table-float-bis {
    float: left;
    width: 95%;
    margin-bottom: 2em;
  }
}
@media screen and (min-width: 769px) {
  .table-float {
    float: left;
    width: 50%;
    margin-bottom: 2em;
  }
  .table-float-bis {
    float: left;
    width: 95%;
    margin-bottom: 2em;
  }
}
@media screen and (min-width: 1024px) {
  .pc-display {
    display: block;
  }
  .mobile-display {
    display: none;
  }
  .newsLayout {
    grid-template-columns: repeat(3, 1fr);
  }
  .table-float {
    float: left;
    width: 25%;
  }
  .table-float-bis {
    width: 45%;
  }
}
/*--------- CSS Reset for Tablet ----------*/
@media handheld, only screen and (max-width: 1140px) {
  /* Photo à droite & gauche */
  .BlocPhotoRight > a > div,
  .BlocPhotoLeft > a > div {
    display: block;
    float: none;
    width: 100%;
    height: 100%;
    max-height: 100%;
    max-width: 100%;
    margin: 0;
  }
  .ModAISNewsArticleC .BlocPhotoLeft > img,
  .ModAISNewsArticleC .BlocPhotoRight > img {
    display: block;
    float: none;
    width: 100%;
    margin: 0;
    max-width: 100%;
  }
  .BlocPhotoRight > a img,
  .BlocPhotoLeft > a img {
    width: 100%;
    margin: 0 auto;
  }
  .BlocPhotoRight .Block,
  .BlocPhotoLeft .Block {
    display: block;
  }
  .BlocPhotoRight h1,
  .BlocPhotoLeft h1 {
    margin-top: 5px;
  }
  .BlocPhotoRight .Date,
  .BlocPhotoLeft .Date {
    margin-right: 5px;
    line-height: 43px;
    font-size: 1.4em;
    float: right;
  }
  .BlocPhotoRight p, .BlocPhotoLeft p {
    margin: 0;
    clear: both;
  }
  .Trombi .panel-body > img {
    float: none;
  }
  .Trombi .panel-body > div {
    margin-left: 0;
    text-align: left;
  }
  /*--------- Scroll Top  ----------*/
  #top-link {
    bottom: 20px;
    right: 20px;
  }
}
