html {
  scroll-behavior: smooth;
}

/* Theme Choisir UQTR */

div.choisiruqtr a.btn {
    background-color: #006534;
    color: #fff;
    font-size: 1.25em;
    font-weight: 500;
    border-radius: 9px;
    padding: 17px 45px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
div.choisiruqtr a.btn:hover {
    opacity:0.7;
}
div.choisiruqtr .flex-range {
    display: flex;
}

/* Bannière header */

section.banniere-header {
    position: relative;
    display: flex;
    width: 100%;
    height: 600px;
    background-image: url(/visiteruqtr/images/banniere-choisiruqtr.jpg);
    background-size: cover;
    background-position: center center;
    align-items: center;
    overflow: hidden;
}
section.banniere-header:before {
    position: absolute;
    content:"";
    width:100%;
    height:100%;
    background-color:rgba(0,0,0,0.6);
    opacity:0;
}
section.banniere-header .u20-wrapper-titres {
    position: relative;
}
section.banniere-header h1.u20-titre {
    font-size: 4.5em;
    line-height: 1em;
    color: #fff;
    margin: 0 0 30px 0;
    font-weight: 500;
}
section.banniere-header h1.u20-titre strong {
    font-size: 1.35em;
}
section.banniere-header h2.u20-soustitre {
    color: #fff;
    font-size: 1.5em;
    font-weight: 500;
    margin: 0 0 10px 0;
}
section.banniere-header h3.u20-infotitre {
    font-size: 1em;
    /*font-family: 'Open Sans';*/
    color: #f9f9f9;
    font-weight: 500;
    max-width: 500px;
}
@media screen and (max-width:768px) {
    section.banniere-header {
        padding:0!important;
    }
    section.banniere-header:before {
        position: absolute;
        content:"";
        width:100%;
        height:100%;
        background-color:rgba(0,0,0,0.6);
        opacity:1;
    }
}
@media screen and (max-width:460px) {
    section.banniere-header h1.u20-titre {
        font-size: 4.4em;
    }
}


/* Section Portes ouvertes */

section.u20-bloc.bloc-portesouvertes {
    padding:130px 4%;
}
section.bloc-portesouvertes {
    background-color:#fff;
}
section.bloc-portesouvertes h2.u20-titre {
    color: #494949!important;
    font-size: 4.5em!important;
    margin: 0 0 40px 0;
}
section.bloc-portesouvertes h2.u20-titre strong {
    font-weight: 900;
}
section.bloc-portesouvertes h3.u20-soustitre {
   /* font-family: 'Open Sans';*/
    font-weight: 500;
    font-size: 1.2em;
    line-height: 1.7em;
    margin: 0 0 40px 0;
}
section.bloc-portesouvertes p {
    font-size: 1.14em;
    margin: 0 0 40px 0;
}
section.bloc-portesouvertes a.btn {
    background-color: #00967e;

}
section.bloc-portesouvertes .flex-range {
    gap: 80px;
}
section.bloc-portesouvertes .flex-col6.col-texte {
    display: flex;
    justify-content: end;
    align-items: center;
}
section.bloc-portesouvertes .flex-col6.col-texte .texte-wrap {
    max-width: 750px;
}
section.bloc-portesouvertes .flex-col6.col-img {
    display: flex;
    justify-content: end;
    align-items: center;
}
@media screen and (max-width:1023px) {
    section.bloc-portesouvertes .flex-range {
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
    section.bloc-portesouvertes .flex-col6 {
        width: 100%;
        justify-content: center!important;
        text-align: center;
    }
    section.bloc-portesouvertes .flex-col6.col-texte .texte-wrap {
        max-width: 100%;
    }
    section.u20-bloc.bloc-portesouvertes {
        padding: 130px 4%!important;
    }
}
@media screen and (max-width:460px) {
    section.bloc-portesouvertes h2.u20-titre {
        font-size: 4em!important;
    }
}


/* Section Rencontre */

section.u20-bloc.bloc-rencontre {
    padding:130px 4%;
}
section.bloc-rencontre {
    background-color:#ecefef;
}
section.bloc-rencontre .flex-range {
    gap: 80px;
}
section.bloc-rencontre .flex-col6 {
    display: flex;
    justify-content: center;
    align-items: center;
}
section.bloc-rencontre h2.u20-titre {
    font-size: 4.5em;
    font-weight: 600;
    line-height: 1em;
    margin: 70px 0 40px 0;
}
section.bloc-rencontre h3.u20-soustitre {
  /*  font-family: 'Open Sans';*/
    font-size: 1.58em;
    color: #494949;
    margin: 0 0 30px 0;
}
section.bloc-rencontre p {
    font-size: 1.15em;
    max-width: 580px;
    color: #494949;
    margin: 0 0 40px 0;
}
section.bloc-rencontre a.btn {
    background-color: #3b3f47;
}
@media screen and (max-width:1440px) {
    section.bloc-rencontre h2.u20-titre {
        font-size: 4em;
    }
}
@media screen and (max-width:1023px) {
    section.bloc-rencontre .flex-range {
        flex-direction: column-reverse;
        align-items: center;
        justify-content: center;
    }
    section.bloc-rencontre .flex-col6 {
        width: 100%;
        text-align: center;
    }
    section.bloc-rencontre p {
        max-width: 100%;
    }
}
@media screen and (max-width:460px) {
    section.bloc-rencontre h2.u20-titre {
        font-size: 3.7em!important;
    }
}




/* Section Groupes scolaires */

section.u20-bloc.bloc-scolaires {
    padding:130px 4%;
}
section.bloc-scolaires {
    background-color:#fff;
}
section.bloc-scolaires h2.u20-titre {
    color: #494949!important;
    font-size: 4.5em!important;
    margin: 0 0 40px 0;
}
section.bloc-scolaires h2.u20-titre strong {
    font-weight: 900;
}
section.bloc-scolaires h3.u20-soustitre {
  /*  font-family: 'Open Sans';*/
    font-weight: 700;
    font-size: 1.25em;
    line-height: 1.7em;
    margin: 0 0 10px 0;
}
section.bloc-scolaires p {
    font-size: 1.14em;
    margin: 0 0 40px 0;
}
section.bloc-scolaires a.btn {
    background-color: #00967e;

}
section.bloc-scolaires .flex-range {
    gap: 80px;
}
section.bloc-scolaires .flex-col6.col-texte {
    display: flex;
    justify-content: end;
    align-items: center;
}
section.bloc-scolaires .flex-col6.col-texte .texte-wrap {
    max-width: 750px;
}
section.bloc-scolaires .flex-col6.col-img {
    display: flex;
    justify-content: end;
    align-items: center;
}
@media screen and (max-width:1023px) {
    section.bloc-scolaires .flex-range {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    section.bloc-scolaires .flex-col6.col-texte .texte-wrap {
        max-width: 100%;
    }
    section.bloc-scolaires .flex-col6.col-texte {
        width: 100%;
        text-align:center;
    }
    section.u20-bloc.bloc-scolaires {
        padding: 80px 4% 0 4%!important;
    }
}
@media screen and (max-width:460px) {
    section.bloc-scolaires h2.u20-titre {
        font-size: 4em!important;
    }
}


/* Visites guidées */

section.u20-bloc.bloc-visites {
    padding: 175px 4% 0px 4%;
}
section.bloc-visites {
    display: flex;
    align-items: center;
    min-height:830px;
    background-image: url(/visiteruqtr/images/visites-guidees-img.jpg);
    background-size: cover;
    background-position: top center;
}
section.bloc-visites .flex-range {
    flex-wrap: nowrap;
}
section.bloc-visites .flex-range .flex-col6 {
    display: flex;
    align-items: center;
    padding: 130px 65px;
}
section.bloc-visites .flex-range .flex-col6.col01 {
    width:auto;
}
section.bloc-visites .flex-range .flex-col6.col02 {
    width: auto;
    max-width: 720px;
}
section.bloc-visites .separation {
    width: 2px;
    height: auto;
    background-color: #fff;
}
section.bloc-visites h2.u20-titre {
	font-size: 4.5em;
	line-height: 1em;
	color: #fff;
	margin: 0 0 0 0;
	text-align: right;
	min-width: 560px;
}
section.bloc-visites p {
    font-size: 1.125em;
    color: #fff;
    margin: 0 0 40px 0;
}
section.bloc-visites h3.u20-soustitre {
    color: #fff;
    max-width: 430px;
    font-size: 1.25em;
    margin: 0 0 50px 0;
}
section.bloc-visites a.btn {
    background-color: #f4c100;
    color: #2a2a2a;
}

@media screen and (max-width:1440px) {
    section.bloc-visites h2.u20-titre {
      font-size: 3.8em;
    }
}
@media screen and (max-width:1080px) {
    section.bloc-visites .flex-range {
        flex-direction: column;
    }
    section.bloc-visites .flex-range .flex-col6:first-of-type {
        max-width: 100%!important;
        width: 100%;
        padding: 130px 4% 70px 4%!important;
    }
    section.bloc-visites .flex-range .flex-col6:last-of-type {
        max-width: 100%!important;
        width: 100%;
        padding: 70px 4% 130px 4%!important;
    }
    section.bloc-visites .separation {
        width: 100%;
        height: 2px;
    }
    section.bloc-visites h2.u20-titre {
        max-width: 100%;
        text-align: left;
    }
    section.bloc-visites h3.u20-soustitre {
        max-width: 100%;
    }
}
@media screen and (max-width:1023px) {
    section.bloc-visites h2.u20-titre {
        font-size: 3em;
    }
}
@media screen and (max-width:400px) {
    section.bloc-visites h2.u20-titre {
        font-size: 2.5em;
    }
}

/* Section Étudiants internationaux */

section.u20-bloc.bloc-internationaux {
    padding:130px 4%;
}
section.bloc-internationaux {
    background-color:#fff;
}
section.bloc-internationaux .flex-range {
    gap: 80px;
}
section.bloc-internationaux .flex-col7 {
    display: flex;
    justify-content: center;
    align-items: center;
}
section.bloc-internationaux .flex-col5 {
    display: flex;
    justify-content: center;
    align-items: center;
}
section.bloc-internationaux h2.u20-titre {
    font-size: 2.4em;
    font-weight: 600;
    line-height: 1.2em;
    margin: 0 0 40px 0;
}
section.bloc-internationaux h2.u20-titre strong {
    font-size: 1.3em;
}
section.bloc-internationaux h3.u20-soustitre {
  /*  font-family: 'Open Sans';*/
    font-size: 1.3em;
    color: #494949;
    margin: 0 0 30px 0;
}
section.bloc-internationaux p {
    font-size: 1.2em;
    max-width: 580px;
    color: #494949;
    margin: 0 0 40px 0;
}
section.bloc-internationaux a.btn {
    background-color: #00967e;
}

@media screen and (max-width:1440px) {
    section.bloc-internationaux h2.u20-titre {
        font-size: 2.5em;
    }
}
@media screen and (max-width:1023px) {
    section.bloc-internationaux h2.u20-titre {
        font-size: 2.5em;
    }
    section.bloc-internationaux .flex-range {
        flex-direction: column-reverse;
        text-align: center;
        justify-content: center;
        align-items: center;
    }
    section.bloc-internationaux .flex-col7 {
        width: 100%;
    }
    section.bloc-internationaux .flex-col5 {
        width: 100%;
    }
    section.bloc-internationaux p {
        width:100%;
    }
}
@media screen and (max-width:1023px) {
    section.bloc-internationaux h2.u20-titre {
        font-size: 2em;
    }
}

/* Section Questions */

section.u20-bloc.bloc-questions {
    padding: 0 0;
}
section.bloc-questions .flex-range {
    position:relative;
}
section.bloc-questions .flex-range:before {
    position:absolute;
    content:"";
    width:234px;
    height:228px;
    background-image: url(/visiteruqtr/images/parler-icone.png);
    z-index: 1;
    top: 50px;
    left: 50%;
    transform: translate(-50%, -50%);
}
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 120px 90px 150px;
}
section.bloc-questions .flex-col6.image-personnes {
    background-image: url(/visiteruqtr/images/des-questions-img.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;
    }
    section.bloc-questions .flex-range:before {
      width: 173px;
      height: 168px;
      background-size: contain;
    }
}
@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;
    }
    section.bloc-questions .flex-range:before {
      display:none;
    }
}
@media screen and (max-width:768px) {
    section.bloc-questions .flex-range {
        text-align:center;
    }
}

/* Fenêtre modale */

.modaal-noscroll {
  overflow: visible;
}
.modaal-noscroll::-webkit-scrollbar {
  opacity: 0;
}
.modaal-content-container::-webkit-scrollbar {
  opacity: 1!important;
}
.modaal-fullscreen .modaal-close {
  background: transparent;
  right: 30px;
  border-radius: 0;
  border: 2px solid #8f939c;
}
.modaal-fullscreen .modaal-close:hover {
  background: #8f939c;
}
.modaal-close:after, .modaal-close:before {
  top: 13px;
  left: 21px;
  background: #8f939c;
}
.modaal-close:focus::after, .modaal-close:focus::before, .modaal-close:hover::after, .modaal-close:hover::before {
  background: #ffffff !important;
}
.modaal-content-container {
  padding: 0;
  background-color: #fcfcfc;
}
section.u20-bloc.popup .flex-split .bloc-gauche {
  width: 768px;
  min-height: 100vh;
  background-image:url(/visiteruqtr/images/img-modale.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
section.u20-bloc.popup .flex-split {
  display: flex;
  flex-wrap: wrap;
  gap: 75px;
}
section.u20-bloc.popup .flex-split .bloc-droit {
  width: calc(100% - 843px);
  padding: 70px 90px 70px 0;
}
section.u20-bloc.popup .flex-split .bloc-droit h2 {
  font-weight: 900;
  font-size: 3.5em;
  margin: 0 0 10px 0;
  color: #3b3b46;
}
section.u20-bloc.popup .flex-split .bloc-droit h3 {
  font-size: 1.7em;
  color: #3b3b46;
  margin: 0 0 75px 0;
}
section.u20-bloc.popup .accordeon-wrap {
  box-shadow: 0 12px 20px -4px rgba(40, 40, 140, 0.1);
  border-radius: 4px 20px 4px 4px;
}
section.u20-bloc.popup .u20-accordeon.accordeon-plus {
  border-radius: 0;
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-bottom: 1px solid #d1d5e0;
  border-radius: 0 0 4px 4px;
}
section.u20-bloc.popup .u20-accordeon button.u20-accordeon-btn .u20-accordeon-title {
  font-size: 1.7em;
}
section.u20-bloc.popup .u20-accordeon.accordeon-plus button.u20-accordeon-btn[aria-expanded="true"] {
  color: #4b4c5a!important;
  background-image: url(/visiteruqtr/images/arrow-up-modale.png);
}
section.u20-bloc.popup .u20-accordeon button.u20-accordeon-btn:hover .u20-accordeon-title {
  color: #4b4c5a!important;
}
section.u20-bloc.popup .u20-accordeon.accordeon-plus button.u20-accordeon-btn {
  color: #4b4c5a;
  padding: 0;
  border-bottom: 0;
  background-image: url(/visiteruqtr/images/arrow-down-modale.png);
  background-size: 17px 10px;
  background-position: right 24px center!important;
}
section.u20-bloc.popup .u20-accordeon.accordeon-plus h4:first-of-type {
  border-radius: 4px 20px 0 0!important;
}
section.u20-bloc.popup .u20-accordeon.accordeon-plus h4 {
  margin: 0;
  border: 1px solid #d1d5e0;
  padding: 0;
  border-bottom: 0;
  border-radius: 0;
}
section.u20-bloc.popup .u20-accordeon.accordeon-plus h4 button {
  padding: 24px 38px!important;
}
section.u20-bloc.popup .u20-accordeon.accordeon-plus h4:last-of-type {
  border-radius: 0 0 4px 4px!important;
}
section.u20-bloc.popup .u20-accordeon.accordeon-plus .u20-accordeon-content:last-of-type {
  border-radius: 0 0 4px 4px !important;
}
section.u20-bloc.popup .u20-accordeon.accordeon-plus .u20-accordeon-content {
  padding: 10px 60px 40px 40px;
  border-bottom: 1px!important;
  border: 1px solid #d1d5e0;
  border-top: 0;
}
section.u20-bloc.popup .u20-accordeon.accordeon-plus .u20-accordeon-content:empty {
  display: none!important;
}
section.u20-bloc.popup .u20-accordeon .u20-accordeon-content table {
  width: 100%;
}
section.u20-bloc.popup .u20-accordeon .u20-accordeon-content tr th {
  border-bottom: 1px solid #cfd2de;
  padding: 0 7px 5px 0;
  font-size: 1.125em;
  color: #4b4c5a;
}
section.u20-bloc.popup .u20-accordeon .u20-accordeon-content th.date {
  width: 200px;
}
section.u20-bloc.popup .u20-accordeon .u20-accordeon-content tr td {
  padding: 7px 7px 7px 0;
  border-bottom: 1px solid #cfd2de;
}
section.u20-bloc.popup .u20-accordeon .u20-accordeon-content table tr:nth-child(2) td {
  padding-top: 20px!important;
}
@media screen and (max-width:1400px) {
  section.u20-bloc.popup .flex-split .bloc-gauche {
    width: 500px;
  }
  section.u20-bloc.popup .flex-split .bloc-droit {
    width: calc(100% - 575px);
  }
}
@media screen and (max-width:1023px) {
  section.u20-bloc.popup .flex-split {
    flex-direction: column-reverse;
    gap: 20px;
  }
  section.u20-bloc.popup .flex-split .bloc-gauche {
    width: 100%;
  }
  section.u20-bloc.popup .flex-split .bloc-droit {
    width: 100%;
    padding-left: 4%;
  }
  section.u20-bloc.popup .flex-split .bloc-droit h2,
  section.u20-bloc.popup .flex-split .bloc-droit h3  {
    text-align: center;
  }
}