html {
  scroll-behavior: smooth;
}

/* Theme Portes ouvertes */

div.portes-ouvertes a.btn {
  background-color: #006534;
  color: #fff;
  font-size: 1.2em;
  font-weight: 500;
  border-radius: 9px;
  padding: 17px 35px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
div.portes-ouvertes a.btn:hover {
  opacity: 0.7;
}
div.portes-ouvertes .flex-range {
  display: flex;
}
.barre-couleur {
  width: 100%;
  height: 13px;
  background-image: url(/portes-ouvertes/images/ligne-couleur-bottom.jpg);
  background-size: cover;
  background-position: center center;
}

/* Video */

button#video-toggle {
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #0e8954;
  padding: 5px 10px;
  border-radius: 4px 0 0 0;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  z-index: 1;
}
section.banniere-header #u20-bgvideo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 100%;
  width: 177.77777778vh;
  min-width: 100%;
  min-height: 56.25vw;
}
@media screen and (max-width: 768px) {
  video#u20-bgvideo,
  button#video-toggle {
    display: none;
  }
  section.banniere-header:before {
    background: linear-gradient(
      to right,
      rgba(0, 0, 0, 0.8) 100%,
      rgba(0, 0, 0, 0.8) 100%
    ) !important;
  }
}

/* Header */

section.banniere-header {
  position: relative;
  display: flex;
  width: 100%;
  height: 600px;
  background-image: url(/portes-ouvertes/images/portes-ouvertes-banniere.jpg);
  background-size: cover;
  background-position: center center;
  align-items: center;
  overflow: hidden;
}
section.banniere-header:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  background: linear-gradient(
    to right,
    rgba(0, 0, 0, 0.8) 30%,
    rgba(0, 0, 0, 0) 70%
  );
  z-index: 1;
}
section.banniere-header .u20-wrapper-titres {
  position: relative;
  z-index: 1;
}
section.banniere-header h1.u20-titre {
  font-size: 5.5em;
  line-height: 0.75em;
  color: #fff;
  margin: 0 0 40px 0;
}
section.banniere-header h2.u20-soustitre {
  color: #fff;
  font-size: 1.7em;
  font-weight: 500;
  margin: 0 0 40px 0;
}
section.banniere-header h2.u20-soustitre strong {
  font-weight: 800;
}
section.banniere-header h3.u20-infotitre {
  font-size: 0.9em;
  /*font-family: 'Open Sans';*/
  color: #f9f9f9;
  font-style: italic;
  font-weight: 500;
  max-width: 350px;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  section.banniere-header .u20-wrapper-titres {
    text-align: center;
  }
  section.banniere-header h3.u20-infotitre {
    max-width: 100%;
  }
}
@media screen and (max-width: 640px) {
  section.banniere-header h1.u20-titre {
    font-size: 4.5em;
  }
}

/* Section Offre exclusive */

section.u20-bloc.bloc-offre {
  padding: 50px 4%;
  background-color: #fff;
}
section.bloc-offre .flex-range {
  max-width: 930px;
  margin: 0 auto;
}
section.bloc-offre h2.u20-titre {
  margin: 0 auto 40px auto;
  max-width: 730px;
}
section.bloc-offre h2.u20-soustitre {
  margin: 0 0 30px 0;
  font-size: 1.6em;
  font-weight: 500;
}
section.bloc-offre p {
  font-size: 1.1em;
  color: #444444;
  line-height: 1.7em;
  margin: 40px 0;
}

/* Section Inscription */

section.u20-bloc.bloc-inscription {
  padding: 130px 4%;
  background: linear-gradient(
    to bottom,
    rgba(242, 242, 242, 1) 0%,
    rgba(255, 255, 255, 1) 100%
  );
}
section.bloc-inscription .flex-range {
  gap: 60px;
}
section.bloc-inscription h2.u20-titre {
  margin: 0 0 30px 0;
  padding: 0 1rem;
}
section.bloc-inscription h3.u20-soustitre {
  /* font-family: 'Open Sans';*/
  font-weight: 400;
  font-size: 1.1em;
  max-width: 600px;
  margin: 0 0 30px 0;
}
section.bloc-inscription .villes-wrap {
  display: flex;
  max-width: 600px;
  gap: 60px;
  margin: 40px 0;
}
section.bloc-inscription .villes-wrap .ville {
  width: auto;
  min-width: 189px;
  max-width: 300px;
}
section.bloc-inscription .villes-wrap .ville ul {
  margin: 0;
  list-style: none;
  padding: 0;
}
section.bloc-inscription .villes-wrap .ville ul li {
  font-size: 1em;
}
section.bloc-inscription .villes-wrap .separation {
  height: auto;
  width: 1px;
  background-color: #d6d6d6;
}
section.bloc-inscription .villes-wrap .ville .nom-ville {
  font-size: 1.1em;
  font-weight: 700;
  margin-bottom: 25px;
}
section.bloc-inscription .btn-inscription {
  max-width: 490px;
  text-align: center;
}
section.bloc-inscription .flex-col6.col-img {
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 1280px) {
  section.bloc-inscription .villes-wrap {
    gap: 30px;
  }
  section.bloc-inscription .villes-wrap {
    flex-direction: column;
  }
  section.bloc-inscription .villes-wrap .separation {
    height: 1px;
    width: 100%;
  }
  section.bloc-inscription .btn-inscription {
    text-align: left;
    max-width: 490px;
  }
}
@media screen and (max-width: 1023px) {
  section.bloc-inscription .flex-range {
    flex-direction: column;
  }
  section.bloc-inscription .flex-range .flex-col6 {
    width: 100%;
  }
  section.bloc-inscription .villes-wrap {
    flex-direction: row;
    gap: 60px;
    max-width: 100%;
  }
  section.bloc-inscription .villes-wrap .separation {
    height: auto;
    width: 1px;
  }
  section.bloc-inscription .villes-wrap .ville {
    max-width: 100%;
  }
  section.bloc-inscription .btn-inscription {
    text-align: center;
    max-width: 490px;
  }
}
@media screen and (max-width: 768px) {
  section.bloc-inscription h2.u20-titre {
    text-align: center;
  }
  section.bloc-inscription .flex-range {
    text-align: center;
  }
  section.bloc-inscription .villes-wrap {
    gap: 30px;
  }
  section.bloc-inscription .villes-wrap {
    flex-direction: column;
  }
  section.bloc-inscription .villes-wrap .separation {
    height: 1px;
    width: 100%;
  }
  section.bloc-inscription .btn-inscription {
    max-width: 100%;
  }
}

/* Section Horaire */

section.u20-bloc.bloc-horaire {
  padding: 130px 4%;
  background-color: #fff;
}
section.bloc-horaire .flex-range {
  margin: 0 auto;
}
section.bloc-horaire h2.u20-titre {
  margin: 0 auto 40px auto;
  max-width: 980px;
}
section.bloc-horaire h3.u20-soustitre {
  font-size: 1.1em;
  /*  font-family: 'Open Sans';*/
  color: #444444;
  line-height: 1.7em;
  margin: 0 auto;
  font-weight: 500;
  max-width: 980px;
}
/* Accordeon */
section.bloc-horaire .u20-accordeon-wrap {
  margin-top: 80px;
}
section.bloc-horaire .u20-accordeon.accordeon-plus {
  border-radius: 10px;
  overflow: hidden;
  background-color: #fff;
  box-shadow: 0 15px 40px -1px rgba(61, 67, 79, 0.08);
  -webkit-box-shadow: 0 15px 40px -1px rgba(61, 67, 79, 0.08);
}
section.bloc-horaire .u20-accordeon.accordeon-plus button.u20-accordeon-btn {
  padding: 15px 30px 15px 20px;
  background-position: right 24px center;
  border-bottom: 1px solid #efefef;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  background-image: url("/u20-ico/fleche-menu.svg");
  background-size: 22px;
}
section.bloc-horaire
  .u20-accordeon.accordeon-plus
  button.u20-accordeon-btn:hover {
  background-color: #dddddf;
}
section.bloc-horaire .u20-accordeon > h3:last-of-type button.u20-accordeon-btn {
  border: 0 !important;
}
section.bloc-horaire
  .u20-accordeon
  button.u20-accordeon-btn[aria-expanded="true"] {
  color: inherit;
  background-image: url("/u20-ico/fleche-menu-reverse.svg");
  background-color: #dddddf;
  background-size: 22px;
}
.u20-accordeon button.u20-accordeon-btn .u20-accordeon-title {
  font-size: 1.7rem;
  font-weight: 500;
  color: #3a3a3a;
}
section.bloc-horaire .u20-accordeon .u20-accordeon-content {
  padding: 20px 40px 20px 20px;
  text-align: left;
  font-size: 1.1em;
  line-height: 1.6em;
  border-bottom: 1px solid #efefef;
}
section.bloc-horaire .u20-accordeon .u20-accordeon-content p {
  margin: 20px 0;
}
section.bloc-horaire
  .u20-accordeon
  button.u20-accordeon-btn:hover
  .u20-accordeon-title {
  color: #3a3a3a;
}
section.bloc-horaire .u20-accordeon a.btn {
  font-size: 1em !important;
  padding: 13px 20px;
}

/* Section BG */

.sectionsbg {
  background-image: url(/portes-ouvertes/images/bg-sections-mid.jpg);
  background-size: cover;
  background-position: center center;
}

/* Section Étudiants internationaux */

section.u20-bloc.bloc-internationaux {
  padding: 130px 4%;
}
section.bloc-internationaux .flex-range {
  gap: 80px;
}
section.bloc-internationaux .flex-col6 {
  display: flex;
  align-items: center;
}
section.bloc-internationaux h2.u20-titre {
  color: #3a3a3a;
  margin: 0 0 50px 0;
}
section.bloc-internationaux h3.u20-soustitre {
  /*  font-family: 'Open Sans';*/
  font-size: 2.1em;
  color: #656565;
  margin: 0 0 25px 0;
}
section.bloc-internationaux p {
  font-size: 1.2em;
  max-width: 480px;
  line-height: 1.6em;
  color: #656565;
  margin: 0 0 60px 0;
}

@media screen and (max-width: 1023px) {
  section.bloc-internationaux .flex-range {
    flex-direction: column-reverse;
  }
  section.bloc-internationaux .flex-col6 {
    width: 100%;
    justify-content: center;
  }
  section.bloc-internationaux p {
    max-width: 100%;
  }
}
@media screen and (max-width: 768px) {
  section.bloc-internationaux .flex-range {
    text-align: center;
  }
}

/* Section Campus */

section.u20-bloc.bloc-campus {
  padding: 130px 4%;
}
section.bloc-campus h2.u20-titre {
  color: #3a3a3a;
  margin: 0 0 50px 0;
}
section.bloc-campus h3.u20-soustitre {
  margin: 0 auto 30px auto;
  font-size: 1.6em;
  font-weight: 500;
  max-width: 850px;
}
section.bloc-campus .flex-range {
  gap: 80px;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 90px;
}
section.bloc-campus .campus {
  width: 100%;
  max-width: 615px;
  height: 247px;
  display: flex;
  align-items: end;
  justify-content: center;
  text-decoration: none;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
section.bloc-campus .campus:hover {
  opacity: 0.7;
}
section.bloc-campus .campus .titre-campus {
  width: 100%;
  background-color: rgba(0, 0, 0, 0.85);
  color: #fff;
  padding: 13px 20px;
  font-family: "Montserrat";
  font-size: 1.7em;
  font-weight: 500;
  margin-bottom: 25px;
}
section.bloc-campus .campus.campus-tr {
  background-image: url(/portes-ouvertes/images/Campus-de-Trois-Rivieres.jpg);
  background-size: cover;
  background-position: center center;
}
section.bloc-campus .campus.campus-dr {
  background-image: url(/portes-ouvertes/images/Campus-de-Drummondville.jpg);
  background-size: cover;
  background-position: center center;
}
section.bloc-campus .campus.campus-qc {
  background-image: url(/portes-ouvertes/images/Campus-de-Quebec.jpg);
  background-size: cover;
  background-position: center center;
}
section.bloc-campus .campus.campus-as {
  background-image: url(/portes-ouvertes/images/Campus-de-lAssomption.jpg);
  background-size: cover;
  background-position: center center;
}
section.bloc-campus .campus.campus-te {
  background-image: url(/portes-ouvertes/images/Campus-de-Terrebonne.jpg);
  background-size: cover;
  background-position: center center;
}
section.bloc-campus .campus.campus-jo {
  background-image: url(/portes-ouvertes/images/Campus-de-Joliette.jpg);
  background-size: cover;
  background-position: center center;
}

@media screen and (max-width: 640px) {
  section.bloc-campus .flex-range {
    gap: 40px;
  }
}

/* Section Questions */

section.u20-bloc.bloc-questions {
  padding: 0 0;
}
section.bloc-questions .flex-col6.image-bg {
  background-image: url(/portes-ouvertes/images/des-questions-bg.jpg);
  background-size: cover;
  background-position: center center;
  display: flex;
  justify-content: center;
  padding: 90px 150px 90px 150px;
}
section.bloc-questions .flex-col6.image-bg .texte-wrap {
  width: 100%;
  max-width: 610px;
}
section.bloc-questions .flex-col6.image-personnes {
  background-image: url(/portes-ouvertes/images/des-questions.jpg);
  background-size: cover;
  background-position: center center;
}
section.bloc-questions h2.u20-titre {
  color: #363636;
  margin: 0 0 50px 0;
}
section.bloc-questions h2.u20-titre span {
  position: relative;
}
section.bloc-questions h2.u20-titre span:after {
  position: absolute;
  content: "";
  width: 70px;
  height: 6px;
  background-color: #0e8953;
  bottom: -5px;
  left: 50%;
  transform: translate(-50%, -50%);
}
section.bloc-questions p {
  font-size: 1.4em;
  color: #363636;
  /*font-family: 'Montserrat';*/
  line-height: 1.6em;
  margin: 0 0 40px 0;
}
section.bloc-questions a.btn {
  background-color: #404a52;
}

@media screen and (max-width: 1440px) {
  section.bloc-questions .flex-col6.image-bg {
    padding: 90px 4% !important;
  }
}
@media screen and (max-width: 1023px) {
  section.bloc-questions .flex-range {
    flex-direction: column;
  }
  section.bloc-questions .flex-range .flex-col6 {
    width: 100%;
  }
  section.bloc-questions .flex-col6.image-personnes {
    height: 500px;
  }
}
@media screen and (max-width: 768px) {
  section.bloc-questions .flex-range {
    text-align: center;
  }
}

/* Section Visiter UQTR */

section.u20-bloc.bloc-visiter {
  padding: 130px 4%;
}
section.bloc-visiter .flex-range {
  gap: 100px;
}
section.bloc-visiter .flex-range .flex-col5 {
  width: auto;
}
section.bloc-visiter .flex-range .flex-col7 {
  display: flex;
  align-items: center;
}
section.bloc-visiter h2.u20-titre {
  color: #363636;
  margin: 0 0 10px 0;
}
section.bloc-visiter h3.u20-soustitre {
  color: #727272;
  font-size: 1.5em;
  font-weight: 600;
  letter-spacing: 0.03em;
  margin: 0 0 40px 0;
}
section.bloc-visiter p {
  font-size: 1.25em;
  max-width: 650px;
  color: #727272;
  margin: 0 0 40px 0;
}
section.bloc-visiter .img-wrap img {
  min-width: 442px;
}

@media screen and (max-width: 1280px) {
  section.bloc-visiter .flex-range {
    gap: 60px;
  }
}
@media screen and (max-width: 1023px) {
  section.bloc-visiter .flex-range {
    flex-direction: column-reverse;
  }
  section.bloc-visiter .flex-range .flex-col5 {
    text-align: center;
  }
  section.bloc-visiter .flex-range .flex-col7 {
    width: 100%;
    justify-content: center;
  }
  section.bloc-visiter p {
    max-width: 100%;
  }
  section.bloc-visiter .img-wrap img {
    min-width: auto;
  }
}
@media screen and (max-width: 768px) {
  section.bloc-visiter .flex-range {
    text-align: center;
  }
}
