
/* Reset */
header *,
#entete,
nav *,
footer * {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
html {
  -webkit-text-size-adjust: 100%;
}
img {
  max-width: 100%;
}



/* --- Header UQTR --- */

header.enteteuqtr {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  height: 90px;
  margin: 0 auto;
  padding: 10px 15px;
  border-left: 1px solid #e0e1eb;
  border-right: 1px solid #e0e1eb;
  background-color: #fcfcfc;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

header.enteteuqtr a {
  text-decoration: none;
}
/* Logo UQTR */
header.enteteuqtr .zone-logouqtr {
  display: block;
  width: 180px;
  height: 68px;
}
header.enteteuqtr .zone-logouqtr a.logouqtr img {
  display: block;
  width: 180px;
  height: 68px;
}
header.enteteuqtr #contenantRecherche {
  width: 300px;
  height: auto;
  float: none;
  margin-top: inherit;
  margin-left: 80px;
  white-space: nowrap;
}
header.enteteuqtr #contenantRecherche input[type="text"],
header.enteteuqtr #contenantRecherche input[type="submit"] {
  height: 40px;
  padding: 7px;
  margin: 0;
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  /* line-height: 1em; */
  outline: none;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: none;
  -webkit-transition: border .2s ease, background .2s ease;
          transition: border .2s ease, background .2s ease;
}
header.enteteuqtr #contenantRecherche input[type="text"] {
  width: 240px;
  max-width: 100%;
  color: #666b76;
  border-radius: 3px 0 0 3px;
  border: 1px solid #dbd9e4;
  border-right: none;
}
header.enteteuqtr #contenantRecherche input[type="submit"] {
  width: 60px;
  text-align: center;
  font-weight: bold;
  cursor: pointer;
  color: #696c72;
  border-radius: 0 3px 3px 0;
  border: 1px solid #dbd9e4;
  background-color: #fafafa;
}
header.enteteuqtr #contenantRecherche input[type="text"]:hover,
header.enteteuqtr #contenantRecherche input[type="text"]:focus,
header.enteteuqtr #contenantRecherche input[type="submit"]:hover,
header.enteteuqtr #contenantRecherche input[type="submit"]:active {
  border-color: #bebcc6;
  background-color: #fff;
}


/* Portails et Langues */
header.enteteuqtr ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
header.enteteuqtr ul li {
  padding: 0;
}
header.enteteuqtr ul li::before {
  display: none;
}
header.enteteuqtr ul li a {
  position: relative;
  display: -webkit-flex;
          display: flex;
  align-items: center;
  padding: 3px 4px;
  font-size: 11px;
  line-height: 1em;
  font-weight: bold;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  color: #50525c;
  -webkit-transition: color .2s ease;
          transition: color .2s ease;
}
header.enteteuqtr ul li a:hover {
  color: #8e91a1;
}
header.enteteuqtr ul li a::before {
  display: block;
  margin: 0 4px 0 0;
  content: "";
  width: 16px;
  height: 16px;
  background-size: 16px 16px;
  background-position: center center;
  background-repeat: no-repeat;
}
header.enteteuqtr ul li a.personet::before {
  background-image: url(../images/icones/ico-header-personet.svg);
}
header.enteteuqtr ul li a.portail::before {
  background-image: url(../images/icones/ico-header-portail-etudiant.svg);
}
header.enteteuqtr ul li a.bottin::before {
  background-image: url(../images/icones/ico-header-bottin.svg);
}



/* --- NAVIGATION --- */

/* Reset pour Liste a Puce */
.zonemenu ul.menuhoriz > li::before,
.zonemenu ul.menuhoriz > li .sousmenu ul.sousmenu-liste li::before {
  display: none;
}


.btn-navmobile {
  display: none;
}
.zonemenu {
  display: block;
  position: relative;
  width: 960px;
  max-width: 100%;
  z-index: 999;
  background-color: #2F3032;
  clear: both;
}
.zonemenu a {
  text-decoration: none;
  cursor: pointer;
}
.zonemenu ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.zonemenu ul.menuhoriz {
  display: -webkit-flex;
          display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-around;
  align-items: flex-start;
}
.zonemenu ul.menuhoriz > li {
  position: inherit;
  width: 100%;
  padding: 0;
  text-align: center;
}
.zonemenu ul.menuhoriz > li > a {
  position: relative;
  display: inline-block;
  width: 100%;
  padding: 15px 6px;
  font-size: 11px;
  letter-spacing: -0.01em;
  line-height: 1em;
  font-weight: 600;
  text-transform: uppercase;
  color: #ddd;
  -webkit-transition: color .2s ease-out, background .2s ease-out;
          transition: color .2s ease-out, background .2s ease-out;
}
.zonemenu ul.menuhoriz > li > a:hover,
.zonemenu ul.menuhoriz > li > a:active {
  color: #fff;
  background-color: #212123;
}
.zonemenu ul.menuhoriz > li > a.megamenu {
  padding: 15px 19px 15px 6px;
  z-index: 999;
}
.zonemenu ul.menuhoriz > li > a.megamenu::after {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-52%) rotate(0deg);
          transform: translateY(-52%) rotate(0deg);
  right: 7px;
  content: "";
  width: 8px;
  height: 8px;
  background-image: url(../images/icones/fleche-menu.svg);
  background-size: 8px 8px;
  background-position: center center;
  background-repeat: no-repeat;
}



/* --- SousMenu - Par defaut MEGA --- */
.zonemenu ul.menuhoriz > li .sousmenu {
  position: absolute;
  left: 0;
  width: 100%;
  height: 0;
    margin: 0;
  padding: 0 20px 30px;
  text-align: left;
  visibility: hidden;
  opacity: 0;
  z-index: 998;
  background-color: #222324;
  -webkit-box-shadow: 0 20px 50px -4px rgba(0,0,0,0.15);
          box-shadow: 0 20px 50px -4px rgba(0,0,0,0.15);
}

.zonemenu ul.menuhoriz > li .sousmenu h3 {
  font-weight: 500;
  margin: 10px 0;
  padding: 0;
  color: #a2a3ae;
  letter-spacing: 0.02em;
}
.zonemenu ul.menuhoriz > li .sousmenu ul.sousmenu-liste {
  list-style-type: none;
  display: block;
  margin: 0;
  padding: 0;
}
.zonemenu ul.menuhoriz > li .sousmenu ul.sousmenu-liste li {
  padding: 0;
}
.zonemenu ul.menuhoriz > li .sousmenu ul.sousmenu-liste li a {
  display: block;
  padding: 5px 0;
  font-size: 13px;
  letter-spacing: 0.02em;
  color: #eee;
}
.zonemenu ul.menuhoriz > li .sousmenu ul.sousmenu-liste li a:hover,
.zonemenu ul.menuhoriz > li .sousmenu ul.sousmenu-liste li a:active {
  color: #00e69a;
}
/* SousMenu avec icones */
.zonemenu ul.menuhoriz > li .sousmenu ul.sousmenu-liste li a.ico {
  padding: 5px 0 5px 20px;
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 13px 13px;
}
/* PDF */
.zonemenu ul.menuhoriz > li .sousmenu ul.sousmenu-liste li a.ico.pdf {
  background-image: url(interface/ico_pdf.png);
}
/* SousMenu MINI */
.zonemenu ul.menuhoriz > li .sousmenu.mini {
  left: inherit;
  width: 220px;
  padding: 0;
}
.zonemenu ul.menuhoriz > li .sousmenu.mini h3 {
  padding: 0 14px;
}
.zonemenu ul.menuhoriz > li .sousmenu.mini.droite {
  right: 0;
}
.zonemenu ul.menuhoriz > li .sousmenu.mini ul.sousmenu-liste li a {
  padding: 10px 14px;
  border-bottom: 1px solid #333536;
}
.zonemenu ul.menuhoriz > li .sousmenu.mini ul.sousmenu-liste li a:hover {
  color: #fff;
  background-color: #333536;
}






/* Affiche le sous-menu */
.zonemenu ul.menuhoriz > li:hover .sousmenu {
  visibility: visible;
  opacity: 0;
  height: auto;
  -webkit-animation: menuBounce .3s ease-out;
          animation: menuBounce .3s ease-out;
}
@keyframes menuBounce {
  0% {
    opacity: 0;
    }
  40% {
    opacity: 0;
    transform: translateY(-5px);
    }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.zonemenu ul.menuhoriz > li:hover .sousmenu {
  opacity: 1;
}



/* A venir */
.sousmenu-promo {
  padding: 15px;
  color: #fff;
  background-color: purple;
}





/* Keyframes menu */
@keyframes slideInLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    -webkit-transition-timing-function: ease-out;
            transition-timing-function: ease-out;
  }
  55% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    -webkit-transition-timing-function: ease-in;
            transition-timing-function: ease-in;
  }
  95% {
    -webkit-transform: translateX(99%);
            transform: translateX(99%);
    -webkit-transition-timing-function: ease-out;
            transition-timing-function: ease-out;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    -webkit-transition-timing-function: ease-in;
            transition-timing-function: ease-in;
  }
}
@keyframes slideOutLeft {
  0% {
    height: auto;
    opacity: 1;
    -webkit-transform: scaleX(1) translateX(100%);
            transform: scaleX(1) translateX(100%);
    -webkit-transition-timing-function: ease-in;
            transition-timing-function: ease-in;
  }
  50% {
    -webkit-transform: scaleX(1.5) translateX(50%);
            transform: scaleX(1.5) translateX(50%);
    -webkit-transition-timing-function: ease-out;
            transition-timing-function: ease-out;
  }
  99% {
    height: auto;
    opacity: 1;
  }
  100% {
    height: 0;
    opacity: 0;
    -webkit-transform: scaleX(1) translateX(-100%);
            transform: scaleX(1) translateX(-100%);
  }
}




/* --- FOOTER --- */
.piedpage {
  position: relative;
  width: 100%;
  padding: 15px 15px 30px;
  border-radius: 0 0 5px 5px;
  border: 1px solid #e0e1eb;
  border-top: none;
  background-color: #f1f1f1;
}
.piedpage a {
  color: #4a4a57;
  text-decoration: none;
}
.piedpage a:hover {
  color: #000;
}
.piedpage .range {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
}
/* PP Gauche */
.pp-gauche {
  flex-grow: 2;
}
.pp-gauche h3 {
  margin-bottom: 5px;
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  font-weight: bold;
  font-size: 15px;
}
.pp-gauche p {
  margin-top: 5px;
  font-size: 13px;
  line-height: 1.5em;
}
.pp-gauche ul.joindre {
  display: flex;
  list-style: none;
  padding: 0;
}
.pp-gauche ul.joindre li::before {
  display: none;
}
.pp-gauche ul.joindre li a {
  position: relative;
  display: block;
  padding: 6px 15px 6px 30px;
  line-height: 16px;
  font-weight: 600;
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0);
  background-color: rgba(255, 255, 255, 0);
  -webkit-transition: background .2s ease, border .2s ease;
          transition: background .2s ease, border .2s ease;
}
.pp-gauche ul.joindre li a:hover {
  border: 1px solid #ddd;
  background-color: #fcfcfc;
}
.pp-gauche ul.joindre li a::before {
  display: block;
  position: absolute;
  left: 10px;
  content: "";
  width: 16px;
  height: 16px;
  background-size: 16px 16px;
  background-position: center center;
  background-repeat: no-repeat;
}
.pp-gauche ul.joindre li a.nousjoindre::before {
  background-image: url(../images/icones/ico-joindre.svg);
}
.pp-gauche ul.joindre li a.urgences::before {
  background-image: url(../images/icones/ico-urgences.svg);
}
/* PP Centre */
.pp-centre,
.pp-droit {
  flex-grow: 1;
}
/* PP Droit */
/* Liste Reseaux Sociaux */
.pp-droit ul {
  list-style: none;
  width: 140px;
  margin: 0 0 0 30px;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}
.pp-droit ul li::before {
  display: none;
}
.pp-droit ul li a {
  display: block;
  width: 32px;
  height: 32px;
  margin: 7px;
  opacity: 1;
  -webkit-transition: opacity .2s ease-out;
          transition: opacity .2s ease-out;
}
.pp-droit ul li a:hover {
  opacity: 0.7;
}


/* Info Site */
.piedpage .info-site {
  display: block;
  width: 100%;
  padding: 10px 0 0;
  clear: both;
}
.piedpage .info-site a {
  display: inline-block;
  font-size: 13px;
  font-weight: 600;
  margin-right: 10px;
}
.piedpage .info-site a.retourHaut {
  float: right;
  color: #8c909b;
}
.piedpage .info-site a.retourHaut:hover {
  color: #666b76;
}
.piedpage .info-site a.retourHaut img {
  display: inline-block;
  margin-right: 2px;
}
/* Logo 50ieme */
.logo50 {
  float: left;
  width: 120px;
  height: 120px;
  margin: 0;
}

/* --- COLONNES FLEX --- */
.flex-range {
  display: -webkit-flex;
  display: flex;
}
.flex-range.aic {
  align-items: center;
  justify-content: center;
}
.flex-col1,.flex-col2,.flex-col3,.flex-col4,.flex-col5,.flex-col6,
.flex-col7,.flex-col8,.flex-col9,.flex-col10,.flex-col11,.flex-col12 {
  position: relative;
  padding: 1rem;
}
.flex-col1 {
  width: 8.33333333%;
}
.flex-col2 {
  width: 16.66666667%;
}
.flex-col3 {
  width: 25%;
}
.flex-col4 {
  width: 33.33333333%;
}
.flex-col5 {
  width: 41.66666667%;
}
.flex-col6 {
  width: 50%;
}
.flex-col7 {
  width: 58.33333333%;
}
.flex-col8 {
  width: 66.66666667%;
}
.flex-col9 {
  width: 75%;
}
.flex-col10 {
  width: 83.33333333%;
}
.flex-col11 {
  width: 91.66666667%;
}
.flex-col12 {
  width: 100%;
}

/* --- Colonnes Mobile 768px et moins  --- */
@media all and (max-width: 768px) {

    .range.full {
      display: block;
    }
    .col1,.col2,.col3,.col4,.col5,.col6,.col7,.col8,.col9,.col10,.col11,.col12,
    .range.full .col3,.range.full .col4,.range.full .col5,.range.full .col6,
    .col.demi,.col.tiers {
      float: none;
      width: 100%;
      margin: 20px 0;
      clear: both;
    }
    .flex-range {
      display: block;
    }
    .flex-col1,
    .flex-col2,
    .flex-col3,
    .flex-col4,
    .flex-col5,
    .flex-col6,
    .flex-col7,
    .flex-col8,
    .flex-col9,
    .flex-col10,
    .flex-col11,
    .flex-col12 {
      width: 100%;
      padding: 10px;
      clear: both;
    }

}
/* Fin 768px */








