@charset "UTF-8";
/**
 * Theme Name: FAAAD--ART
 * Template: faaad-parent
 * Author: aide@csrt.ulaval.ca
 * Description: Style spécifique child theme ART
 * Version: 1.0
*/
/**
 * @author       : Francis Sirois  
 * @description  : Permet de centrer verticalement un élément
 *
 * @params       :
 *                 $xAxis : true if horizontal centering
 *                 $yAxis : true if vertical centering
 *
 * @exemple      : @include xyCentering(false, true);
 */
a {
  color: #e69999;
}

p a {
  color: #e69999;
}

ul.puce-noire li a {
  color: #e69999;
}

ul.puce-noire li a {
  color: #e69999;
}

p.txt-rouge,
p.txt-rouge a,
a.txt-rouge {
  color: #e69999;
}

ul.puce-blanche-2 li a {
  color: #e69999;
}

h3,
.h3 {
  font-size: 20px;
}

.bande-thematique-pleine-largeur {
  background-color: #606060;
  height: 25px;
  max-width: none;
}

.visually-hidden {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.flex-stretch {
  display: flex;
  align-items: stretch;
}

/* Accordion */
.accordion .accordion-item {
  border-bottom: 1px solid #dbdbdb;
}

.accordion .content {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5rem;
  margin: 0 0 25px 0;
  background: #f7f7f7;
  border-bottom: 1px solid #dbdbdb;
  border-top: none;
  display: none;
  padding: 30px;
}

.accordion .tag-accordion a {
  border: none;
  cursor: pointer;
  font: 600 16px "Source Sans Pro", sans-serif;
  margin: 0;
  padding: 15px 15px 15px 45px;
  position: relative;
  transition: 0.25s background-color ease-in, 0.25s border-color ease-in;
  color: #000;
  text-transform: initial;
  outline: none;
}

.accordion .tag-accordion a:hover,
.accordion .tag-accordion a:hover::after {
  background-color: #ededed;
  color: #000;
}

.accordion .tag-accordion a:hover::after {
  border: none;
}

.accordion .tag-accordion a.active {
  background-color: #999;
}

.accordion .tag-accordion a:not(.active)::before {
  content: "+";
  font-size: 30px;
  font-weight: 500;
  left: 18px;
  position: absolute;
  top: 7px;
  border: none;
  width: auto;
  height: auto;
}

.accordion .tag-accordion a.active::before {
  content: "-";
  font-size: 30px;
  font-weight: 500;
  left: 18px;
  position: absolute;
  top: 7px;
  border: none;
  width: auto;
  height: auto;
}

div#contenu-secondaire-blanc table.tableau td a:hover {
  color: #000;
}
div#contenu-secondaire-blanc a {
  color: #e69999;
}
div#contenu-secondaire-blanc a:hover {
  color: #000;
}

div.programmation-galerie {
  border-bottom: #999 dotted 1px;
  height: auto;
}

div.programmation-galerie.liste {
  min-height: 100px;
  margin-bottom: 15px;
}

div.programmation-galerie.liste.cahier {
  min-height: 110px;
}

div.programmation-galerie p {
  height: auto;
}

div.expo-galerie {
  margin-left: 160px;
}

img.programmation-galerie {
  margin-right: 10px;
  float: left;
  vertical-align: middle;
}

p.cahier-mosaique {
  font-size: 0;
}
p.cahier-mosaique a {
  font-size: 0;
}

.mini-galerie .filigrane .mini-img.actif:before, .mini-galerie .filigrane .mini-img:hover.desactif {
  background-color: #e69999;
}

.img-vitrine {
  margin-bottom: 20px;
}

.img-vitrine-accueil {
  margin-bottom: 20px;
}

@media screen and (min-width: 741px) {
  .img-vitrine-accueil img {
    width: 70%;
    height: auto;
  }
}
.article__block .article-titre a {
  color: #e69999;
}
.article__block .lien-article {
  display: block;
}

.menu-gris-droite .article__block .article-titre a {
  color: #e69999;
}

.article-exposant {
  font-weight: bold;
  font-style: italic;
  font-size: 20px;
}

.article-galerie p {
  margin: 0;
}
.article-galerie a {
  text-decoration: none;
  font-weight: 400;
  color: #e69999;
}
.article-galerie a:hover {
  color: #000;
}

.infolettre {
  background-color: #e69999;
  margin: 20px 0px;
  padding: 20px;
}
.infolettre h2 {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  padding: 0 0 10px 0;
}
.infolettre input[type=text],
.infolettre input[type=email] {
  width: 60%;
  font-size: 13px;
  padding: 10px;
  border: 0px solid #ccc;
  border-radius: 2px;
  box-sizing: border-box;
  resize: vertical;
  margin: 0px 10px 10px 0px;
}
.infolettre input[type=submit] {
  cursor: pointer;
  padding: 10px 35px;
  font-size: 13px;
  font-weight: bold;
  background-color: #fff;
  border: 0px;
  border-radius: 2px;
}

@media (max-width: 766px) {
  .infolettre input[type=text],
  .infolettre input[type=email] {
    width: 100%;
  }
  .infolettre input[type=submit] {
    width: 100%;
  }
}
.moteur-recherche-galerie {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
  font-size: 14px;
  margin-top: 5px;
}
.moteur-recherche-galerie__champ {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
.moteur-recherche-galerie__button {
  border: 1px solid #e60000;
  display: block;
  padding: 12px 16px;
  background-color: #e60000;
  color: #fff;
  border-radius: 3px;
  width: 105px;
}
.moteur-recherche-galerie__button:hover {
  background-color: #ff0000;
}
.moteur-recherche-galerie__button-reinit {
  border: 1px solid #333;
  display: block;
  padding: 12px 16px;
  background-color: #333;
  color: #fff;
  border-radius: 3px;
  width: 105px;
}
.moteur-recherche-galerie__button-reinit:hover {
  background-color: #444;
}
.moteur-recherche-galerie .champ-button {
  flex-basis: 100%;
}
.moteur-recherche-galerie .champ-button button:focus {
  outline: 2px solid #000;
}
.moteur-recherche-galerie__full-width {
  flex-basis: 100%;
}
.moteur-recherche-galerie .champ-input {
  position: relative;
  width: 100%;
  max-width: 740px;
}
.moteur-recherche-galerie .champ-input input {
  width: 100%;
  height: 50px;
  background-color: #f1f1f1;
  color: #606060;
  font-size: 18px;
  padding: 18px 50px 18px 18px;
  border: 1px solid #ccc;
  text-overflow: ellipsis;
}
.moteur-recherche-galerie .champ-input input:focus {
  outline: 2px solid #000;
}
.moteur-recherche-galerie .champ-input svg {
  position: absolute;
  right: 18px;
  top: 14px;
  width: 22px;
  height: 22px;
  color: #606060;
}
.moteur-recherche-galerie .champ-select select {
  width: 130px;
  height: 30px;
  padding-left: 6px;
}
.moteur-recherche-galerie .champ-select select:focus {
  outline: 2px solid #000;
}
.moteur-recherche-galerie .champ-type {
  flex-basis: 750px;
}
.moteur-recherche-galerie fieldset {
  display: flex;
  flex-direction: column;
  padding: 18px;
}
.moteur-recherche-galerie fieldset input {
  margin-right: 5px;
}
.moteur-recherche-galerie fieldset input:focus {
  outline: 2px solid #000;
}
.moteur-recherche-galerie .fieldset-ensemble {
  display: flex;
  flex-direction: row;
  gap: 12px;
}
@media screen and (max-width: 475px) {
  .moteur-recherche-galerie fieldset {
    width: 100%;
  }
  .moteur-recherche-galerie .fieldset-ensemble {
    flex-direction: column;
    gap: 0;
  }
}
.moteur-recherche-galerie hr {
  height: 1px;
  color: #000;
  width: 100%;
  background-color: #ccc;
  margin-bottom: 15px;
}

#moteur-recherche-galerie__type-more-btn {
  text-decoration: underline;
  color: #e5999a;
  margin: 10px 0;
  background-color: transparent;
  border: none;
  display: inline-block;
  cursor: pointer;
}
#moteur-recherche-galerie__type-more-btn:focus {
  outline: 2px solid #000;
}
#moteur-recherche-galerie__type-more-wrapper {
  display: none;
  max-height: 0;
  transition: all 0.8s ease;
  padding-top: 10px;
}
#moteur-recherche-galerie__type-more-wrapper[aria-expanded=true] {
  display: flex;
  max-height: 100%;
}

#moteur-recherche-galerie-resultats .liste {
  display: flex;
  padding-bottom: 15px;
  justify-content: flex-start;
}
#moteur-recherche-galerie-resultats .liste img {
  width: 150px;
  height: 100%;
}
#moteur-recherche-galerie-resultats .liste .expo-galerie {
  margin-left: 10px;
}
#moteur-recherche-galerie-resultats .pagination a:focus {
  outline: 2px solid #000;
}
#moteur-recherche-galerie-resultats .pagination .active {
  color: #000;
}

.page__accueil .agenda {
  padding: 25px 15px 10px 15px;
  margin: 20px 0;
  background: #000 url(../faaad-parent/assets/images/bg-generaux/contenu-accueil-case-haut.gif) repeat-x left top;
  text-align: left;
}
.page__accueil .agenda .agenda-gauche {
  margin-right: 25px;
  float: left;
}
.page__accueil .agenda .agenda-droite {
  margin-right: 5px;
  float: left;
}
.page__accueil .agenda h2 {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 600;
  font-size: 20px;
  padding-bottom: 25px;
  color: #fff;
}
.page__accueil .agenda a:hover {
  color: #e69999;
}
.page__accueil .lien-activites,
.page__accueil .expositions {
  margin: 20px 0;
}
.page__accueil .lien-article a {
  text-decoration: none;
  font-weight: 400;
  color: #e69999;
}
.page__accueil .lien-article a:hover {
  color: #000;
}
.page__accueil .lien-article a.lien-art-galerie {
  margin-bottom: 22px;
  display: inline-block;
}
.page__accueil .exposant {
  margin: 0;
}
.page__accueil #logo-galerie {
  position: absolute;
  right: 0;
  margin-right: 15px;
}
.page__accueil .actualites {
  margin-top: 20px;
}
.page__accueil .actualites h2,
.page__accueil .expositions h2 {
  font-weight: 200;
  font-size: 28px;
  color: #858585;
  border-bottom: none;
  padding-bottom: 15px;
}
.page__accueil .presentation {
  /*
   * Clearfix: contain floats
   *
   * For modern browsers
   * 1. The space content is one way to avoid an Opera bug when the
   *    `contenteditable` attribute is included anywhere else in the document.
   *    Otherwise it causes space to appear at the top and bottom of elements
   *    that receive the `clearfix` class.
   * 2. The use of `table` rather than `block` is only necessary if using
   *    `:before` to contain the top-margins of child elements.
   */
}
.page__accueil .presentation:before, .page__accueil .presentation:after {
  content: " "; /* 1 */
  display: table; /* 2 */
}
.page__accueil .presentation:after {
  clear: both;
}
.page__accueil .presentation.avec-cadre {
  padding: 14px;
  margin-bottom: 15px;
  border: 1px #dcdcdc solid;
}
.page__accueil .presentation hr {
  border-top-width: 0px;
  border-top-style: none;
  border-image: none;
  margin-top: 20px;
  margin-bottom: 10px;
  border-bottom: 1px solid #E4E4E4;
  height: 1px;
}
.page__accueil .presentation h1 {
  font-size: 15px;
  padding-bottom: 7px;
  margin-bottom: 10px;
  border-bottom: 1px #dbdbdb solid;
}
.page__accueil .presentation h3 {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 200;
  font-size: 24px;
  padding-bottom: 20px;
  padding-top: 5px;
  color: #858585;
  text-decoration: none;
}
.page__accueil .presentation p {
  font-size: 15px;
}
.page__accueil .presentation .ligne-espace {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 15px;
  line-height: 20px;
  font-weight: 400;
}
.page__accueil .presentation .a-noter {
  padding-top: 5px;
  font-size: 15px;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 400;
}
.page__accueil .acces {
  padding: 20px;
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px #dcdcdc solid;
}
.page__accueil .acces p {
  font-weight: 400;
  padding: 0 10px;
  margin-bottom: 0;
  color: #000;
  font-size: 16px;
}
.page__accueil .acces select {
  font-size: 14px;
}
.page__accueil .acces select option {
  padding: 7px 10px;
}

#contenu-programme ul.bouton-programme {
  list-style: none;
}
#contenu-programme ul.bouton-programme li {
  border-bottom: 1px solid #4a4a4a;
  list-style-position: inside;
  list-style-image: url("../faaad-parent/assets/images/elements-generaux/puce-grise-9.gif");
  font-weight: 400;
  text-transform: uppercase;
  padding: 10px 0px 10px 0px;
  color: #666;
  border-bottom: 1px solid #bcbcbc;
  margin: 0px 0px 0px 0px;
}
#contenu-programme ul.bouton-programme li a {
  text-decoration: none;
  color: #666;
}
#contenu-programme ul.bouton-programme li:hover, #contenu-programme ul.bouton-programme li.actif,
#contenu-programme ul.bouton-programme li a:hover {
  text-decoration: none;
  color: #4a4a4a;
}
#contenu-programme h2 {
  color: #666;
  border-bottom: 1px solid #666;
}
#contenu-programme table.spec-galerie td {
  vertical-align: middle;
}
#contenu-programme table.spec-galerie td img {
  display: block;
}

.faq a:hover, .faq a:active {
  color: #e69999;
}

.information .information-q a {
  font-size: 15px;
  font-weight: 600;
  color: #e69999;
  font-family: "Source Sans Pro", sans-serif;
  text-decoration: none;
}
.information .information-q a:hover {
  color: #000;
  text-decoration: none;
}

.credit-photo a {
  color: #e69999;
}

#contenu-programme a.plus {
  padding-left: 13px;
  background: url(../faaad-parent/assets/images/elements-generaux/puce-couleur-arv.gif);
  background-position: left;
  background-repeat: no-repeat;
  background-attachment: scroll;
  cursor: pointer;
  text-decoration: underline;
}

#contenu-programme .id-programme {
  background-color: #e94343;
}

ul.bouton-programme li.actif {
  list-style-image: url(../faaad-parent/assets/images/elements-generaux/puce-couleur-9-arv.gif);
  color: #e69999;
  border-bottom: 1px solid #e69999;
  margin-top: 100px;
}
ul.bouton-programme li a:hover {
  text-decoration: none;
  color: #e69999;
}

#contenu-programme .droite-guide ul.bouton-programme li:hover,
#contenu-programme .droite-guide ul.bouton-programme li.actif {
  list-style-image: url(../faaad-parent/assets/images/elements-generaux/puce-couleur-9-arv.gif);
  color: #e69999;
  border-bottom: 1px solid #e69999;
}

#contenu-programme .droite-guide ul.bouton-programme li:hover a,
#contenu-programme .droite-guide ul.bouton-programme li.actif a,
#contenu-programme .droite-guide ul.bouton-programme li a:hover {
  text-decoration: none;
  color: #e69999;
}

#contenu-programme .droite-guide p.credit-photo a {
  font-size: 9px;
  font-weight: normal;
  color: #e69999;
}

.programmation-bouton .details-programme {
  background-color: #e69999;
}

#contenu-programme .bouton-couleur {
  text-decoration: none;
  background-color: #e69999;
  color: white;
  margin-top: 5px;
  padding-top: 5px;
  padding-right: 8px;
  padding-bottom: 5px;
  padding-left: 8px;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 600;
}
#contenu-programme .bouton-couleur:hover {
  background-color: #000000;
  color: white;
}

.menu-connecter p a.lien-orange {
  color: #e69999;
}

.menu-connecter p.bienvenue {
  color: #e69999;
}

/* overrride parent colors with art colors */
.search-personnel .main-title hr,
#personnel-detail .main-title hr {
  border-top: 4px solid #e69999;
}

.search-personnel #search {
  background-color: #e69999;
}

.search-personnel #search .search-btn {
  background-color: #bb7d7d;
}

.dropdown-checkboxes .dropdown-header:hover,
.search-personnel #search .search-btn:hover {
  background-color: #d18e8e;
}

.search-personnel #search .search-input {
  border: 2px solid #d18e8e;
}

#personnel-detail .membre-personnel__list .detail-body .menu-item.active,
#personnel-detail .membre-personnel__list .detail-body .menu-item.active:hover {
  color: #e69999;
}

#personnel-detail .membre-personnel__list .detail-body .menu-item.active:before {
  border-top: 2px solid #e69999 !important;
  border-right: 2px solid #e69999 !important;
}

div#plein-ecran a {
  color: #4b555d;
}
div#plein-ecran a:hover {
  color: #e69999;
}
div#plein-ecran #top-menu {
  background-color: #4a4a4a;
}
div#plein-ecran #top-menu .logo {
  background: url(../faaad-parent/assets/images/elements-generaux/icone_blanc_menu.png) no-repeat center center #4a4a4a;
}

/* Menu du guide */
/* Sections */
div#plein-ecran div.nom-section-entete {
  background-color: #4a4a4a;
}

div#plein-ecran div.nom-section-entete div.selection-programme-texte p {
  color: #4a4a4a;
}

div#plein-ecran div.nom-section-entete div.selection-programme-bouton {
  background-color: #4a4a4a;
}

div#plein-ecran div.nom-section {
  background-color: #4a4a4a;
}

/* Textes des sections */
div#plein-ecran h2 {
  color: #4a4a4a;
}
div#plein-ecran h2 > a {
  color: #e69999;
}
div#plein-ecran h3 {
  color: #4a4a4a;
  border-top: 11px solid #4a4a4a;
}
div#plein-ecran hr {
  background-color: #4a4a4a;
}
div#plein-ecran ul.colonnes3 li {
  border-top: 1px solid #4a4a4a;
}
div#plein-ecran ul.alerte33, div#plein-ecran ul.alerte50, div#plein-ecran ul.alerte100 {
  color: #e69999;
  border: 11px solid #4a4a4a;
}
div#plein-ecran ul.cachee {
  border: 1px solid #4a4a4a;
}
div#plein-ecran ul.cachee > li:first-child {
  background-color: #4a4a4a;
}
div#plein-ecran table th {
  background: #4a4a4a;
  border: 6px solid #4a4a4a;
}
div#plein-ecran table td {
  border: 6px solid #4a4a4a;
}
div#plein-ecran table td:first-child, div#plein-ecran table td:first-child p {
  color: #4a4a4a;
}

div#plein-ecran .encadre {
  border: 1px solid #4a4a4a;
}

div#plein-ecran .encadre66 {
  border: 1px solid #4a4a4a;
}

div#plein-ecran .degrade1 {
  background: rgb(74, 74, 74);
}

div#plein-ecran .degrade2 {
  background: rgba(74, 74, 74, 0.66);
}

div#plein-ecran .degrade3 {
  background: rgba(74, 74, 74, 0.33);
}

div#plein-ecran .degrade4 {
  background: rgba(233, 136, 70, 0);
}

div#plein-ecran div#top-menu div.menu div.logo {
  background: url(../faaad-parent/assets/images/elements-generaux/icone_blanc_menu.png) no-repeat center center #4a4a4a;
}

/* DIMENSION TABLETTE 768-1024 */
@media all and (max-width: 1024px) {
  div#plein-ecran div.zone-texte ul.alerte33, div#plein-ecran div.zone-texte ul.alerte50, div#plein-ecran div.zone-texte ul.alerte100 {
    border-color: #4a4a4a;
  }
  div#plein-ecran div.zone-texte div.encadre66 {
    border-color: #4a4a4a;
  }
}
/* DIMENSION MOBILE 767- */
@media all and (max-width: 767px) {
  div#plein-ecran div.zone-texte ul.alerte33, div#plein-ecran div.zone-texte ul.alerte50, div#plein-ecran div.zone-texte ul.alerte100 {
    border-color: #4a4a4a;
    color: #e69999;
  }
  div#plein-ecran div.zone-texte div.encadre66 {
    border-color: #4a4a4a;
  }
}
a.bouton-fichier-litin {
  -moz-box-shadow: inset 0px 1px 0px 0px #d96836;
  -webkit-box-shadow: inset 0px 1px 0px 0px #d96836;
  box-shadow: inset 0px 1px 0px 0px #d96836;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #e15234), color-stop(1, #e37b64));
  background: -moz-linear-gradient(center top, #e15234 5%, #e37b64 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e15234", endColorstr="#e37b64");
  background-color: #e15234;
  border: 1px solid #ff862c;
}
a.bouton-fichier-litin:hover {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #e37b64), color-stop(1, #e15324));
  background: -moz-linear-gradient(center top, #e37b64 5%, #e15324 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e37b64", endColorstr="#e15324");
  background-color: #e37b64;
  color: black !important;
  cursor: pointer;
}

ol.etapes > li:before {
  background: #666;
}

#files p {
  background-color: #ffd9aa;
}

/*# sourceMappingURL=style-child.css.map */
