




body {
  font-family: 'Open Sans', sans-serif !important;
  color: #3f3f47;
  background: #f6f6f6;
}
.invisible {
  display: none;
}

.container a {
  color: #262629;
}
.container a:visited {
  color: #6d6d74;
}
.container a:hover,
.container a:active {
  color: #00ac6c;
  outline: 0 !important;
  border: 0;
}

.t-Header {
  position: relative;
  padding: 0;
}




/* --- TOPBAR / RESERVE POUR UQTR --- */
#zonetopbar {
  width: 100%;
  background-color: #E6E6E6;
}
.topbar {
  width: 100%;
  /* height: 40px; */
  padding: 0;
  background-color: #E6E6E6;
}
.topbar .tbgauche {
  float: left;
  height: 40px;
  margin-left: 2%;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.topbar .tbgauche a,
.topbar .tbgauche a:visited {
  color: #2F3032;
  line-height: 40px;
  text-decoration: none;
}
.topbar .tbgauche a:hover,
.topbar .tbgauche a:active {
  color: #515254;
}
.topbar .tbdroite {
  float: right;
  overflow: hidden;
  height: 40px;
}
.topbar .tbdroite span#P0_TIMBRE_TITRE {
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-weight: 600;
  margin-right: 10px;
  text-transform: uppercase;
}
/* Topbar Boutons */
.topbar .tbdroite button {
  height: 40px;
  top: 0;
  margin: 0;
  padding: 0;
  font-size: 14px;
  letter-spacing: 0.05em;
  border-radius: 0;
  border: 0 !important;
  outline: none !important;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-weight: 600;
  text-align: center;
  color: #fff !important;
  text-decoration: none;
  -webkit-transition: background 0.2s ease;
          transition: background 0.2s ease;
}
.topbar .tbdroite button:hover {
  border: none;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
/* Bouton admission */
.topbar .tbdroite button#P0_ADMISSION {
  width: 140px;
  text-transform: uppercase;
  background-color: #FFBA22;
}
.topbar .tbdroite button#P0_ADMISSION:hover {
  background-color: #FFC63E;
}
.topbar .tbdroite button#P0_TIMBRE {
  padding: 0 20px;
  font-size: 12px;
  line-height: 13px;
  background-color: #F95E5E;
  -webkit-transition: opacity 0.2s ease;
          transition: opacity 0.2s ease;
}
.topbar .tbdroite button#P0_TIMBRE:hover {
  opacity: 0.9;
}


/* --- BOUTON ADMISSION --- */
.topbar .tbdroite .admission {
  float: left;
}
.topbar .tbdroite .admission a {
  display: block;
  width: 140px;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 0.05em;
  font-weight: 600;
  text-align: center;
  color: #fff !important;
  text-decoration: none;
  background-color: #00ac6c;
  -webkit-transition: background 0.2s ease;
          transition: background 0.2s ease;
}
.topbar .tbdroite .admission a:hover {
  background-color: #00cf83;
}














/* --- MODAL - TROUVER UN PROGRAMME --- */

body .ui-dialog .ui-dialog-titlebar {
  background-color: #fcfcfc;
  border-bottom: none;
}
body.modal_timbre .t-Dialog {
  background-color: #fcfcfc;
}
body.modal_timbre .t-Dialog .row .container .row:first-child {
  display: block;
  width: 40%;
  padding: 20px;
  margin: 0 auto;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.3em;
  color: #282b30;
  text-align: justify;
  border-radius: 5px;
  background-color: #ffffff;
  border: 1px solid #02cf81;
}
body.modal_timbre .t-Form-fieldContainer {
  margin-right: auto !important;
  margin-left: auto !important;
  font-family: "Montserrat", sans-serif;
}

body.modal_timbre .checkbox_group input:checked+label:before,
body.modal_timbre .radio_group input:checked+label:before,
body.modal_timbre .checkbox_group input:checked+label:after,
body.modal_timbre .radio_group input:checked+label:after,
body.modal_timbre .t-Form-inputContainer .checkbox_group input+label:before,
body.modal_timbre .t-Form-inputContainer .radio_group input+label:before {
  position: absolute;
  left: -3000px;
}
/* Titre - Label Quebec */
body.modal_timbre .t-Form-labelContainer label {
  display: block;
  width: 100%;
  padding: 40px 0 20px 0;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.2em;
  text-align: center;
  letter-spacing: -0.02em;
  color: #414151;
  pointer-events: none;
}
/* Label Canada */
label#P12_STATUT_CANADA_LABEL {
  display: none;
}
/* Titre Canada */
span#P12_TITRE_ET_LINE_AIDE {
  display: block;
  width: 100%;
  padding: 40px 0 20px 0;
  font-weight: 700;
  font-size: 24px;
  line-height: 24px;
  text-align: center;
  letter-spacing: -0.02em;
  color: #414151;
}
span#P12_TITRE_ET_LINE_AIDE a.btn_aide_page12 {
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-left: 5px;
  vertical-align: bottom;
  background-image: url(/apex/pgma000/images/ico_information.png);
  background-size: 24px 24px;
  background-repeat: no-repeat;
}
body.modal_timbre .t-Form-inputContainer {
  width: 100%;
  padding: 0 12%;
  text-align: center;
  overflow: visible;
}
body.modal_timbre .t-Form-inputContainer br {
  display: none;
}
body.modal_timbre .t-Form-itemWrapper {
  margin: 0 auto;
  display: inline-flex;
  -webkit-align-items: center;
          align-items: center;
}
body.modal_timbre .t-Button--link .t-Icon,
body.modal_timbre .t-Button--link.t-Button {
  font-weight: 600;
  font-size: 14px;
  color: #646974;
}
body.modal_timbre .t-Dialog-body .t-Button--link .t-Icon:hover,
body.modal_timbre .t-Dialog-body .t-Button--link.t-Button:hover {
  color: #00c28a;
  text-decoration: none;
}
body.modal_timbre .t-Form-inputContainer .t-Form-itemWrapper fieldset {
  -webkit-order: inherit;
  -ms-flex-order: inherit;
  order: inherit;
}
body.modal_timbre .t-Form-inputContainer .radio_group input+label {
  width: 180px;
  max-width: 100%;
  height: 55px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 5px 10px;
  margin: 5px;
  cursor: pointer;
  text-align: center;
  line-height: 1.2em;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-size: 13px;
  color: #646974;
  border-radius: 2px;
  border: 2px solid #00c28a;
  outline: none;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  background-color: transparent;
  overflow: hidden;
  -webkit-user-select: none;
  user-select: none;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
body.modal_timbre .t-Form-inputContainer .radio_group input+label:hover {
  cursor: pointer;
  color: #fff;
  border-color: #06E590;
  background-color: #06E590;
}
body.modal_timbre .t-Form-inputContainer input:checked + label {
  color: #fff;
  border-color: #09C27B;
  background-color: #02CF81;
}
body.modal_timbre .t-Form-inputContainer .radio_group input:checked+label:hover {
  color: #fff;
  border-color: #09C27B;
  background-color: #06E590;
}
body.modal_timbre button#BTN_REINITIALISER {
  font-size: 16px;
}
body.modal_timbre button#BTN_VOIR_PROGRAMME {
  position: relative;
  display: block;
  /*width: 360px;*/
  padding: 20px 10px;
  margin: 50px auto 50px;
  font-size: 13px;
  color: #fff;
  letter-spacing: 0.12em;
  border: none;
  border-radius: 100px;
  text-transform: uppercase;
  background-color: #282b30;
  -webkit-box-shadow: 0 1px 5px 0 rgba(0,0,0,0.3);
          box-shadow: 0 1px 5px 0 rgba(0,0,0,0.3);
}
body.modal_timbre button#BTN_VOIR_PROGRAMME:hover {
  background-color: #383c44;
  -webkit-box-shadow: 0 10px 40px -5px rgba(0,0,0,0.6);
          box-shadow: 0 10px 40px -5px rgba(0,0,0,0.6);
}
/* Fleche sur Bouton Continuer */
body.modal_timbre button#BTN_VOIR_PROGRAMME span.t-Button-label {
  position: relative;
  margin-left: -12px;
  -webkit-transition: all .2s ease;
          transition: all .2s ease;
}
body.modal_timbre button#BTN_VOIR_PROGRAMME span.t-Button-label:after {
  content: '';
  display: block;
  position: absolute;
  left: inherit;
  top: 3px;
  right: -20px;
  width: 16px;
  height: 16px;
  background-size: 16px 16px;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(/apex/pgma000/images/fleche-blanche.svg);
  -webkit-transition: all .2s ease;
          transition: all .2s ease;
}
body.modal_timbre button#BTN_VOIR_PROGRAMME:hover span.t-Button-label {
  margin-left: -15px;
}
body.modal_timbre button#BTN_VOIR_PROGRAMME:hover span.t-Button-label:after  {
  right: -28px;
}
/* Bouton Disabled */
body.modal_timbre button#BTN_VOIR_PROGRAMME[disabled] {
  opacity: .3;
}
body.modal_timbre button#BTN_VOIR_PROGRAMME[disabled] span.t-Button-label {
  /*margin-left: 0;*/
  margin: 0 10px;
}
body.modal_timbre button#BTN_VOIR_PROGRAMME[disabled] span.t-Button-label:after {
  opacity: 0;
}

/* Section aide du modal */
body.modal_timbre button#BTN_AIDE:after {
  border: 0;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: transparent;
}
body.modal_timbre button#BTN_AIDE:focus {
  color: #00c28a;
}
body.modal_timbre #R74496207535492635 {
  /* margin-bottom: 40px; */
}
body.modal_timbre #R74496207535492635 .t-Region-bodyWrap {
  padding: 20px;
  background-color: #fff;
}
body.modal_timbre #R74496207535492635 .row {
  margin: 20px auto;
  padding: 30px;
  width: 85%;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #ccc;
  background-color: #fff;
}
body.modal_timbre button#BTN_FERMER_AIDE {
  display: block;
  margin: 20px auto;
  color: #fff;
  background-color: #00c28a;
  font-weight: bold;
  font-size: 1.6rem;
  opacity: 1;
  -webkit-box-shadow: 0 1px 5px 0 rgba(0,0,0,0.3);
          box-shadow: 0 1px 5px 0 rgba(0,0,0,0.3);
}
body.modal_timbre button#BTN_FERMER_AIDE:hover {
  background-color: #00d597;
  -webkit-box-shadow: 0 15px 30px -2px rgba(0,0,0,0.2);
          box-shadow: 0 15px 30px -2px rgba(0,0,0,0.2);
}





/* --- ANIMATIONS --- */

/* Message */
body.modal_timbre .t-Dialog .row .container .row:first-child {
  	-webkit-animation: slide-in-bottom 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) 0.1s both;
	        animation: slide-in-bottom 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) 0.1s both;
}

/* Radio */
#P12_ETUDE_QUEBEC_LABEL {
	-webkit-animation: slide-in-bottom 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) 0.4s both;
	        animation: slide-in-bottom 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) 0.4s both;
}
#P12_ETUDE_QUEBEC {
	-webkit-animation: slide-in-bottom 0.3s cubic-bezier(0.250, 0.460, 0.450, 0.940) 0.6s both;
	        animation: slide-in-bottom 0.3s cubic-bezier(0.250, 0.460, 0.450, 0.940) 0.6s both;
}
span#P12_TITRE_ET_LINE_AIDE {
	-webkit-animation: slide-in-bottom 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) 0.8s both;
	        animation: slide-in-bottom 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) 0.8s both;
}
#P12_STATUT_CANADA {
	-webkit-animation: slide-in-bottom 0.3s cubic-bezier(0.250, 0.460, 0.450, 0.940) 1s both;
	        animation: slide-in-bottom 0.3s cubic-bezier(0.250, 0.460, 0.450, 0.940) 1s both;
}

/* Bouton */
body.modal_timbre button#BTN_VOIR_PROGRAMME[disabled] {
	-webkit-animation: slide-in-bottom-button 0.2s cubic-bezier(0.250, 0.460, 0.450, 0.940) 1.1s both;
	        animation: slide-in-bottom-button 0.2s cubic-bezier(0.250, 0.460, 0.450, 0.940) 1.1s both;
}
body.modal_timbre button#BTN_FERMER_AIDE {
	-webkit-animation: slide-in-bottom 0.2s cubic-bezier(0.250, 0.460, 0.450, 0.940) 0.3s both;
	        animation: slide-in-bottom 0.2s cubic-bezier(0.250, 0.460, 0.450, 0.940) 0.3s both;
}



/* KEYFRAMES */
/* slide-in-bottom */
@-webkit-keyframes slide-in-bottom {
  0% {
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@keyframes slide-in-bottom {
  0% {
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}

/* Pour le bouton opaciy pas la meme */
@-webkit-keyframes slide-in-bottom-button {
  0% {
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 0.3;
  }
}
@keyframes slide-in-bottom-button {
  0% {
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 0.3;
  }
}







/* Fenetre Modale - Demande Admission */

body .ui-dialog .ui-dialog-title {
  width: 100%;
  padding: 10px 0 0;
  font-weight: 600;
  text-align: center;
  text-overflow: inherit;
  white-space: normal;
}
body .ui-dialog-titlebar::before {
  content: '';
  position: relative;
  top: 5px;
  width: 48px;
  height: 44px;
  margin: 0 auto;
  background-image: url(/apex/pgma000/images/ico_demande_admission.png);
  background-size: 48px 44px;
  background-repeat: no-repeat;
}
body .ui-dialog .ui-dialog-titlebar-close {
  background-color: #383C44;
  color: #fff;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
body .ui-dialog .ui-dialog-titlebar-close:hover,
body .ui-dialog .ui-dialog-titlebar-close:active {
  background-color: #02CF81;
  color: #fff;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
body .ui-widget-overlay {
  background: #17191e;
  opacity: .7;
}

body.modal_admission .t-Dialog-body {
  padding: 20px 25px;
}
body.modal_admission  .t-Dialog-body .container {
  margin-bottom: 10px;
}
body.modal_admission .t-Dialog-body .container .t-Form-itemWrapper {
  display: block;
}

body.modal_admission .t-Dialog-body img#P11_ICONE {
  float: left;
  margin: 35px 0 0 10px;
}
body.modal_admission .t-Dialog-body #P11_REGIME_ETUDE_CONTAINER {
  float: left;
}





/* -------- A VALIDER OU AJUSTER DANS APEX --- */

#t_Body_content_offset {
  display: none;
}
.t-Body-title {
  top: inherit !important;
  padding: 10px 2%;
  background-image: linear-gradient(-180deg, #f1f1f1 0%, #fff 100%);
  -webkit-box-shadow: 0 1px 20px -1px rgba(0,0,0,0.05);
          box-shadow: 0 1px 20px -1px rgba(0,0,0,0.05);
  position: relative;
}
.t-Header-branding {
  display: none;
}
.a-IRR-sortWidget-row:focus,
.t-LinksList-link:focus,
a.t-MediaList-itemWrap:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}
ul.resultat li {
  margin-bottom: 8px;
  font-size: 1.5rem;
}
.a-Button.is-active:focus:before,
.a-Button:focus:before,
.t-Button.is-active:focus:before,
.t-Button:focus:before {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
h1,
h2,
h3 {
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: -0.025em;
}
#P1_ZONEGAUCHE h1 {
  font-size: 4rem;
  font-weight: bold;
  line-height: 1.1em;
}
#P1_ZONEGAUCHE h2.t-Region-title {
  font-size: 2.5rem;
  line-height: 1.1em;
}
.t-Body-main {
  margin-top: inherit !important;
}
.t-Body-contentInner {
  padding: 1% 2%;
}
.t-LinksList-label {
  padding: 5px 12px;
}

@media only screen and (max-width: 768px) {
  .js-HeaderContracted .t-Header {
    margin-top: inherit !important;
  }
}
/* -------- FIN - A VALIDER OU AJUSTER DANS APEX --- */











/* --------------------
  ENTETE
-------------------- */
#zonetetepage {
  width: 100%;
  clear: both;
  overflow: hidden;
  padding: 10px 0;
  background: #1daa61;
  background: -webkit-linear-gradient(132deg, #008e72 0%,#4fd66a 70%,#00b977 70%,#4dd46a 100%);
  background: -moz-linear-gradient(132deg, #008e72 0%,#4fd66a 70%,#00b977 70%,#4dd46a 100%);
  background: -ms-linear-gradient(132deg, #008e72 0%,#4fd66a 70%,#00b977 70%,#4dd46a 100%);
  background: linear-gradient(132deg, #008e72 0%,#4fd66a 70%,#00b977 70%,#4dd46a 100%);
  z-index: 2;
}
#zonetetepage a {
  text-decoration: none;
  border: 0;
}
#zonetetepage .tetepage {
  padding: 0 2%;
  margin: 0 auto;
  overflow: hidden;
}
#zonetetepage .zonetitre {
  display: block;
  overflow: hidden;
  width: 100%;
  max-width: 700px;
}
/* --- TITRE (site) --- */
#zonetetepage .titre {
  width: 100%;
  float: left;
  padding: 22px 0;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 32px;
  line-height: 32px;
}
#zonetetepage .titre a,
#zonetetepage .titre a:visited {
  text-decoration: none;
  color: #f1f1f1;
}
#zonetetepage .titre a:hover,
#zonetetepage .titre a:active {
  color: #fff;
}
/* --- LOGO UQTR (droite) --- */
#zonetetepage #logo-inst {
  width: 190px;
  /* height: 75px; */
  float: right;
  background-image: url(/apex/pgma000/images/logo_uqtr_pale.png);
  background-repeat: no-repeat;
  background-size: 190px 75px;
}
#zonetetepage #logo-inst a {
  display: block;
}
#zonetetepage #logo-inst img.transp {
  width: 190px;
  height: 75px;
  border: 0;
}





/* --- ZONE DE RECHERCHE --- */
#P0_REG_RECHERCHE {
  width: 100%;
  /* height: 60px; */
  padding: 10px 0;
  clear: both;
}
#P0_REG_RECHERCHE input[type="text"],
#P0_REG_RECHERCHE select {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 180px;
  margin-right: 8px;
  padding: 7px;
  font-family: inherit;
  color: #444;
  font-size: 1em;
  border: 1px solid #ccc;
  border-radius: 3px;
  outline: none;
  background-color: #fff;
  -webkit-transition: border .2s ease, background .2s ease;
          transition: border .2s ease, background .2s ease;
}
#P0_REG_RECHERCHE input[type="text"]:hover,
#P0_REG_RECHERCHE select:hover {
  border: 1px solid #aaa;
}
#P0_REG_RECHERCHE input[type="text"] {
  width: 220px;
  max-width: 100%;
  margin-right: 4px;
  background-image: url(/apex/pgma000/images/ico_loupe.png);
  background-repeat: no-repeat;
  background-position: 5px center;
  background-color: #fff;
  background-size: 16px 16px;
  text-indent: 22px;
}
#P0_REG_RECHERCHE input[type="text"]:focus,
#P0_REG_RECHERCHE select:focus,
#P0_REG_RECHERCHE textarea:focus {
  background-color: #fafafa;
  border: 1px solid #00A766;
}
@media(-webkit-min-device-pixel-ratio: 2),(min-resolution:192dpi) {
  #P0_REG_RECHERCHE input[type="text"] {
    background-image:url(/apex/pgma000/images/ico_loupe@2x.png);
    background-size: 16px 16px;
  }
}
#P0_REG_RECHERCHE button {
  margin-right: 12px;
  padding: 10px 14px;
  font-size: 14px;
  letter-spacing: 0.07em;
  font-weight: 600;
  vertical-align: bottom;
  -webkit-appearance: none;
  outline: none !important;
  border-radius: 3px;
  background-color: #00ac6c;
  -webkit-box-shadow: 0 0 0 0 rgba(0,0,0,0);
          box-shadow: 0 0 0 0 rgba(0,0,0,0);
}
#P0_REG_RECHERCHE button:hover,
#P0_REG_RECHERCHE button:active {
  background-color: #00d284;
  -webkit-box-shadow: 0 5px 10px -1px rgba(0,0,0,0.2);
          box-shadow: 0 5px 10px -1px rgba(0,0,0,0.2);
}




/* Trace */
span#P2_FIL_ARIANE:hover {
  background-color: inherit;
  margin: 0;
}
.trace {
  padding: 10px 0;
  font-size: 14px;
  color: #666;
  font-weight: 600;
}
.trace a {
  margin: 0;
  color: #54bb78;
  font-weight: normal;
}
.trace a:hover {
  color: #008c4e;
}







#zoneentetecontenu {
  margin: 10px 0;
  font-family: "Montserrat", sans-serif;
  font-size: 30px;
  font-weight: normal;
  line-height: normal;
  letter-spacing: -0.02em;
}


/* --- Structure --- */
.pagepgm {
  margin-bottom: 50px;
  /* display: flex; */
  /* flex-flow: row wrap; */
}
.pagepgm > * {
  /* flex: 1 100%; */
}
.entetepgm {
  width: 100%;
  margin: 20px 0;
}
.menupgm {
  float: left;
  width: 300px;
  z-index: 99;
  -webkit-box-shadow: 0 5px 20px -2px rgba(0,0,0,0.1);
          box-shadow: 0 5px 20px -2px rgba(0,0,0,0.1);
}

.pgm-section {
  max-width: 960px;
  margin-left: 330px;
  margin-bottom: 16px;
  -webkit-box-shadow: 0 5px 30px -2px rgba(0,0,0,0.1);
          box-shadow: 0 5px 30px -2px rgba(0,0,0,0.1);
  border: 1px solid #ccc;
  background: #fdfdfd;
}
.sectionWrap {
  max-width: 100%;
  overflow: hidden;
}
.titresection,
.titresection-secondaire {
  position: relative;
  top: 0 !important;
  height: 40px;
  box-sizing: border-box;
  line-height: 40px;
  font-size: 21px;
  text-indent: 10px;
  text-transform: uppercase;
  font-weight: 300;
  color: #fff;
  border-radius: 3px 3px 0 0;
  background: #3c3f44;
  background: -webkit-linear-gradient(45deg,#3c3f44 0%,#5c5c63 100%);
          background: linear-gradient(45deg,#3c3f44 0%,#5c5c63 100%);
  z-index: 1;
}
.titresection.fixed {
  position: fixed;
  max-width: 960px;
  background: rgba(65, 70, 78, 0.8);
}
.titresection.fixed.absolute {
  position: absolute;
}
.titresection a {
  color: #fff;
}

/* Section Secondaire */
.pgm-section-secondaire {
  margin: 10px;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #d1d1d6;
}
.pgm-section-secondaire .titresection-secondaire,
.pgm-section-secondaire .pgm-section .titresection {
  height: 30px;
  font-size: 15px;
  line-height: 30px;
  font-weight: 600;
  color: #2b2b2e;
  border-radius: 0;
  background: #d1d1d6;
  z-index: auto;
}
.pgm-section-secondaire .pgm-section .titresection.fixed {
  position: inherit;
}
/* A VERIFIER */
/* Section dans une section secondaire */
.pgm-section-secondaire .pgm-section {
  width: 960px;
  max-width: 100%;
  margin-left: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 0;
}
.titresection-inclusion {
  padding: 10px 20px 5px;
  font-size: 18px;
  font-weight: 600;
}

/* --- Fin Structure --- */






/* Zone des boutons */
ul.menudescription {
  margin: 0;
  padding: 0;
  list-style: none;
}
ul.menudescription ul {
  display: none;
  width: 100%;
  position: absolute;
  top: 50px;
  left: 0;
  list-style: none;
  margin: 0;
  padding: 0;
  z-index: 2;
  -webkit-box-shadow: 0 10px 50px -10px rgba(0,0,0,0.4);
          box-shadow: 0 10px 50px -10px rgba(0,0,0,0.4);
}
ul.menudescription li {
  float: left;
  position: relative;
  margin-right: 13px;
  white-space: nowrap;
}
ul.menudescription li:last-child {
  margin-right: 0;
}
ul.menudescription li:hover>ul {
  display: block;
}
ul.menudescription ul li {
  display: block;
  float: none;
  width: 265px;
  margin: 0;
  padding: 0;
}
ul.menudescription ul li:last-child {
  -webkit-box-shadow: none;
          box-shadow: none;
}
ul.menudescription ul li a {
  display: block;
  padding: 12px 25px;
  margin-top: -1px;
  color: #53585c;
  font-size: 13px;
  text-decoration: none;
  line-height: normal;
  white-space: nowrap;
  border: 0;
  border-radius: 0;
  background-color: #fff;
  -webkit-box-shadow: inset 0 0 0 1px #c5cdd3;
          box-shadow: inset 0 0 0 1px #c5cdd3;
}
ul.menudescription ul li a:hover {
  background: #fff;
}
ul.menudescription:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}


/* --- BOUTONS --- */

a.btn {
  display: inline-block;
  min-height: 22px;
  padding: 12px 17px;
  margin-bottom: 2px;
  font-size: 13px;
  font-weight: normal;
  font-style: normal;
  color: #fff;
  line-height: normal;
  letter-spacing: 0.03em;
  text-align: center;
  text-shadow: none;
  text-decoration: none !important;
  text-transform: none;
  vertical-align: baseline;
  border-style: solid;
  border-color: #c5cdd3;
  border-width: 1px;
  border-radius: 4px 4px 4px 4px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  -webkit-transition: background .2s ease,color .2s ease,box-shadow .2s ease-out;
          transition: background .2s ease,color .2s ease,box-shadow .2s ease-out;
  -webkit-box-shadow: 0 1px 0 rgba(0,0,0,0.1);
          box-shadow: 0 1px 0 rgba(0,0,0,0.1);
}
a.btn.v-pdf {
  width: 265px;
}
a.btn.v-pdf,
a.btn.grille,
a.btn.modalite,
a.btn.admission {
  /* display: block; */
  line-height: 22px;
  background-color: #fff;
  color: #53585c;
}
a.btn.v-pdf:hover,
a.btn.grille:hover,
a.btn.modalite:hover,
a.btn.admission:hover {
  border: 1px solid #00ce82;
  -webkit-box-shadow: 0 5px 30px -3px rgba(0,0,0,0.2);
          box-shadow: 0 5px 30px -3px rgba(0,0,0,0.2);
}
a.btn.v-pdf:hover {
  border-radius: 4px 4px 0 0;
}
a.btn.admission {
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  background: rgb(15,178,101);
  background: -webkit-linear-gradient(left,rgba(15,178,101,1) 0%,rgba(54,197,104,1) 100%);
      background: linear-gradient(to right,rgba(15,178,101,1) 0%,rgba(54,197,104,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0fb265',endColorstr='#36c568',GradientType=1 );
}
a.btn.admission:hover,
a.btn.admission:active,
a.btn.admission:visited {
  color: #fff;
}
a.btn.admission.txtnonactif {
  background: #44474A;
  background: rgb(186,186,186);
  background: -webkit-linear-gradient(left,rgba(186,186,186,1) 1%,rgba(206,206,206,1) 100%);
      background: linear-gradient(to right,rgba(186,186,186,1) 1%,rgba(206,206,206,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bababa',endColorstr='#cecece',GradientType=1 );
}
a.btn.admission.txtnonactif:hover {
  border: none;
  cursor: not-allowed;
}
a.btn.v-pdf:before,
a.btn.grille:before,
a.btn.modalite:before,
a.btn.admission:before {
  display: inline-block;
  vertical-align: middle;
  content: " ";
  height: 22px;
  width: 22px;
  margin-right: 10px;
  background-size: 22px 22px;
  background-repeat: no-repeat;
  background-position: center center;
}
a.btn.v-pdf:before {
  background-image: url(/apex/pgma000/images/ico_vpdf.svg);
}

a.btn.v-pdf:after {
  display: inline-block;
  margin-left: 10px;
  content: " ";
  height: 16px;
  width: 16px;
  background-image: url(/apex/pgma000/images/ico_menu_horiz.png);
  background-position: center 4px;
}
a.btn.grille:before {
  background-image: url(/apex/pgma000/images/ico_grille.svg);
}
a.btn.modalite:before {
  background-image: url(/apex/pgma000/images/ico_mod_admission.svg);
}
a.btn.admission:before {
  background-image: url(/apex/pgma000/images/ico_admission.svg);
}



/* Bouton - Rechercher horaire */
#P1_ZONEGAUCHE h2 a {
  text-decoration: underline;
  font-size: 14px;
  line-height: normal;
  font-weight: 600;
  color: #00ac6c;
}




/* --- MENU GAUCHE --- */
.menupgm .label {
  height: 40px;
  line-height: 40px;
  padding: 0 5px;
  font-size: 21px;
  text-indent: 10px;
  color: #fff;
  font-weight: 300;
  border-radius: 3px 3px 0 0;
  background: #505e63;
  background: -webkit-linear-gradient(45deg,#3c3f44 0%,#5c5c63 100%);
          background: linear-gradient(45deg,#3c3f44 0%,#5c5c63 100%);
}
.menupgm .menu ul {
  list-style-type: none;
  display: block;
  margin: 0;
  border: 1px solid #ccc;
  background-color: #fff;
}
.menupgm .menu li {
  display: block;
  color: #555;
  border-top: 1px solid #ddd;
  background-color: #fff;
}
.menupgm .menu li:first-child {
  border-top : none;
}
.menupgm .menu li a {
  display: block;
  padding: 8px 10px;
  font-size: 13px;
  line-height: 16px;
  color: #444;
  text-decoration: none;
}
.menupgm .menu li a:hover {
  color: #00ac6c;
  background-color: #f5f5f5;
}

/* Menu Secondaire */
.menupgm ul li ul {
  border: 0 !important;
}
.menupgm ul li ul li.menu-secondaire {
  border-top: 0;
}
.menupgm ul li ul li.menu-secondaire a {
  padding: 3px 5px 3px 26px;
  border: 0;
}
.menupgm ul li ul li.menu-secondaire:last-child a {
  padding-bottom: 15px;
}
.menupgm ul li ul li.menu-secondaire a:hover {
  background-color: transparent;
}
.menupgm ul li ul li.menu-secondaire:before {
  display: block;
  content: '';
  position: relative;
  top: 14px;
  left: 14px;
  height: 5px;
  width: 5px;
  background-size: 5px 5px;
  background-repeat: no-repeat;
  background-position: top left;
  background-image: url(/apex/pgma000/images/puce_grise.png);
}







/* --- DESCRIPTION --- */

.textedescription {
  display: block;
  font-size: 14px;
  padding: 10px;
  margin-bottom: 20px;
  border: 1px solid #ccc;
  background: #fafafa;
  line-height: 1.5em;
  clear: both;
}
.textuel {
  padding: 10px 20px;
  margin-bottom: 10px;
  overflow: hidden;
  font-size: 14px;
  text-align: justify;
  line-height: 1.5em;
}
.textuel h3 {
  margin-top: 10px;
  font-size: 17px;
  font-weight: bold;
}
.textuel a {
  text-decoration: none;
  font-weight: 600;
}
.textuel a:link,
.textuel a:visited {
  color: #00ac6c;
}
.textuel a:hover {
  text-decoration: underline;
  color: #00d284;
}
/* Lien Suite */
.textuel a.lien_suite_ouvrir,
.textuel a.lien_suite_fermer {
  display: block;
  margin: 15px 0 5px 0;
  font-size: 15px;
  font-weight: bold;
  text-transform: uppercase;
  color: #00ac6c;
  -webkit-transition: all .2s ease;
          transition: all .2s ease;
}
.textuel a.lien_suite_ouvrir:after {
  display: inline-block;
  margin-left: 2px;
  font-size: 14px;
  content: "...";
}
.textuel a.lien_suite_ouvrir:hover,
.textuel a.lien_suite_fermer:hover, {
  color: #00d284;
}

.textedescription b,
.textedescription strong,
.textuel b,.textuel strong {
  font-weight: bold;
}
.textedescription ul,
.textuel ul {
  list-style-type: none;
}
.textedescription ul li,
.textuel ul li {
  padding: 0 20px;
  margin-bottom: 10px;
  background: url(/apex/pgma000/images/puce_fleche.png) .5em .5em no-repeat;
}
.textedescription ul li a,
.textuel ul li a {
  color: #444;
  text-decoration: none;
}
.textedescription ul li a:hover,
.textuel ul li a:hover {
  color: #00ac6c;
}
.textuel ol {
  counter-reset: li;
  margin: 7px 0 10px 0;
  padding-left: 0;
}
.textuel ol > li {
  position: relative;
  margin: 0 0 12px 2em;
  padding: 4px 8px;
  list-style: none;
  border-top: 1px solid #ddd;
  background: #fff;
}
.textuel ol > li::before {
  content: counter(li);
  counter-increment: li;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  position: absolute;
  top: -1px;
  left: -2em;
  width: 2em;
  margin-right: 8px;
  padding: 4px 6px;
  color: #666;
  border-top: 1px solid #ddd;
  font-weight: bold;
  text-align: center !important;
  background: #DED8CA;
}


.textuel span.question_piece {
  display: inline-block;
  margin: 5px 10px 5px 0;
  font-weight: 700;
  font-size: 1.1em;
  letter-spacing: -0.01em;
}
.textuel select {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 7px 5px;
  font-family: inherit;
  border: 1px solid #ccc;
  border-radius: 3px;
  outline: none;
  -webkit-transition: border .2s ease, background .2s ease;
          transition: border .2s ease, background .2s ease;
}
.textuel select:hover {
  border: 1px solid #aaa;
}

/* Textuel contact du bas */

.textuel .notes {
  font-size: 13px;
  font-weight: 600;
}
.textuel hr {
  margin: 30px 0;
  border: 1px #f1f0f0 solid;
}
.textuel .version {
  margin-top: 50px;
  color: #8e8e8e;
  font-size: 0.8em;
}



/* Tableau liste des cours */
table.courspgmhoraire {
  width: 100%;
  border-collapse: collapse;
}
table.courspgmhoraire tr {
  border-bottom: 1px solid #ddd;
}
table.courspgmhoraire tr td {
  text-align: left;
}
table.courspgmhoraire tr td a {
  display: inline-block;
  padding: 7px 10px;
  -webkit-transition: all .25s ease;
          transition: all .25s ease;
}
table.courspgmhoraire tr td.lienSigleCours  {
  width: 100px;
}
table.courspgmhoraire tr td.lienSigleCours a {
  font-weight: 700;
}

table.courspgmhoraire tr td.lienTitreCours a,
table.courspgmhoraire tr td.lienTitreCours a:active,
table.courspgmhoraire tr td.lienTitreCours a:visited {
  color: #6f737d;
}
table.courspgmhoraire tr td.lienTitreCours a:hover {
  text-decoration: none;
  color: #212123;
}





/* --- BLOC PROMO DROIT --- */

/* Grille structure de base */
.zoneDroite .grille {
  position: relative;
  margin: 50px auto;
  width: 100%;
}
.zoneDroite .grille figure {
  position: relative;
  overflow: hidden;
  margin: 10px auto;
  width: 380px;
  max-width: 100%;
  max-height: 160px;
  background-color: #2c2e30;
  cursor: pointer;
  border-radius: 3px;
  -webkit-transition: background 0.35s;
          transition: background 0.35s;
}
.zoneDroite .grille figure figcaption {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.zoneDroite .grille figure figcaption::before,
.zoneDroite .grille figure figcaption::after {
  pointer-events: none;
}
.zoneDroite .grille figure figcaption,
.zoneDroite .grille figure figcaption > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.zoneDroite .grille figure figcaption > a {
  z-index: 99;
  text-indent: 200%;
  font-size: 0;
  opacity: 0;
}


/* EFFET - PGMA-HOVER */
.zoneDroite .grille figure.pgma-hover h2 {
  position: absolute;
  bottom: 15px;
  /*bottom: 5px;*/
  left: 0;
  width: 100%;
  margin: 0;
  padding: 0 20px;
  color: #eee;
  font-weight: 400;
  line-height: 1.1em;
  font-size: 19px;
  letter-spacing: 0.01em;
  -webkit-transition: -webkit-transform 0.35s, color 0.35s;
          transition: transform 0.35s, color 0.35s;
  -webkit-transform: translate3d(0,0,0);
          transform: translate3d(0,0,0);
}
.zoneDroite .grille figure.pgma-hover h2 span {
  font-size: 16px;
  line-height: 16px;
}
.zoneDroite .grille figure.pgma-hover h2 strong {
  font-weight: 600;
}
/* Over */
.zoneDroite .grille figure.pgma-hover:hover h2 {
  color: #fff;
  -webkit-transform: translate3d(0,-15px,0);
          transform: translate3d(0,-15px,0);
}
.zoneDroite .grille figure.pgma-hover figcaption::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(0, 227, 137);
  background: linear-gradient(0deg, rgb(0, 159, 96) 0%, rgba(255, 240, 0, 0) 100%);
  content: '';
  opacity: 0;
  -webkit-transform: translate3d(0,80%,0);
          transform: translate3d(0,80%,0);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
          transition: opacity 0.35s, transform 0.35s;
}
/* Over */
.zoneDroite .grille figure.pgma-hover:hover figcaption::before {
  opacity: 0.6;
  -webkit-transform: translate3d(0,0,0);
          transform: translate3d(0,0,0);
}

/* Image */
.zoneDroite .grille figure.pgma-hover img {
  position: relative;
  display: block;
  min-height: 100%;
  max-width: 100%;
  max-width: none;
  width: -webkit-calc(100% + 12px);
          width: calc(100% + 12px);
  opacity: 0.8;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
          transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(0,-5px,0);
          transform: translate3d(0,-5px,0);
}
/* Over */
.zoneDroite .grille figure.pgma-hover:hover img {
  -webkit-transform: translate3d(0,0,0);
          transform: translate3d(0,0,0);
  opacity: 0.5;
}










/* --- FOOTER APEX --- */
.t-Footer {
  border-top: 10px solid #E7E4DD;
  background: #EFEDE6;
}
/* Retour haut */
.t-Footer-top {
  position: absolute;
  right: 20px;
}


/* --- FOOTER UQTR --- */
#zonepiedpage {
  width: 100%;
  padding: 10px 0 30px 0;
  clear: both;
  overflow: hidden;
}
#zonepiedpage .gauche,
#zonepiedpage .centre,
#zonepiedpage .droit {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#zonepiedpage .gauche {
  width: 40%;
  display: block;
  float: left;
  padding: 0 20px 0 0;
}
#zonepiedpage .centre {
  width: 30%;
  display: block;
  float: left;
  padding: 0 20px 0 0;
}
#zonepiedpage .droit {
  width: 30%;
  display: block;
  float: left;
  padding: 0 0 0 20px;
}
#zonepiedpage ul {
  list-style-type: none;
  margin: 1.2rem 0;
}
#zonepiedpage ul li {
  padding: 0 0 0 18px;
  margin-top: 0.5em;
  background: url(/apex/pgma000/images/puce_fleche.png) 0.5em 0.5em no-repeat;
}
#zonepiedpage li a {
  color: #444 !important;
  display: block;
  text-decoration: none;
}
#zonepiedpage li a:hover {
  color: #52BE7F !important;
}

#piedpage {
  width: 1170px;
  margin: 0 auto;
  padding-top: 10px;
  line-height: normal;
  overflow: hidden;
}
#piedpage br {
  display: block;
  content: " ";
  margin-bottom: 4px;
}
#piedpage h6 {
  display: block;
  margin-bottom: 20px;
  font-size: 1.3em;
  font-weight: 600;
  line-height: 1em;
}




/* Animation menu */

.expandUp {
  -webkit-animation-name: expandUp;
          animation-name: expandUp;
  -webkit-animation-duration: 0.4s;
          animation-duration: 0.4s;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  visibility: visible;
}
@keyframes expandUp {
    0% {
      -webkit-transform: translateY(100%) scale(0.6) scaleY(0.5);
              transform: translateY(100%) scale(0.6) scaleY(0.5);
    }
    60% {
      -webkit-transform: translateY(-5%) scaleY(1.1);
              transform: translateY(-5%) scaleY(1.1);
    }
    75% {
      -webkit-transform: translateY(2%);
              transform: translateY(2%);
    }
    100% {
      -webkit-transform: translateY(0%) scale(1) scaleY(1);
              transform: translateY(0%) scale(1) scaleY(1);
    }
}
@-webkit-keyframes expandUp {
    0% {
      -webkit-transform: translateY(100%) scale(0.6) scaleY(0.5);
    }
    60% {
      -webkit-transform: translateY(-5%) scaleY(1.1);
    }
    75% {
      -webkit-transform: translateY(2%);
    }
    100% {
      -webkit-transform: translateY(0%) scale(1) scaleY(1);
    }
}













/* --- MOBILE --- */


@media only screen and (max-width: 480px) {

    h1, h2, h3 {
      line-height: 1.2em;
    }
    .topbar .tbgauche {
      width: 100%;
      float: none;
      font-size: 12px;
      letter-spacing: 0.03em;
      text-align: center;
    }
    #zoneentetecontenu {
      font-size: 24px;
      line-height: 1em;
    }
    body.modal_timbre .t-Form-inputContainer .radio_group input+label {
      width: 100%;
      max-width: 100%;
      height: 60px;
      padding: 0 10px;
      margin: 10px 2px;
      line-height: 1.3em;
    }
    /* Retour haut */
    body.page_description_pgm .t-Footer-top {
      right: 65px;
    }
    .t-Footer-top {
      position: fixed;
      right: 15px;
      bottom: 10px;
      z-index: 99;
    }
    /* Retour haut - Page description seulement */
    body.page_description_pgm .t-Footer-top {
      right: 65px;
    }
    .t-Footer-topButton,
    .t-Footer-topButton:active,
    .t-Footer-topButton:focus {
      display: block;
      width: 44px;
      height: 44px;
      padding: 14px;
      border-radius: 6px;
      outline: none;
      -webkit-box-shadow: inset 0 0 0 2px #bbb;
              box-shadow: inset 0 0 0 2px #bbb;
      background-color: #eee;
      opacity: 0.5;
    }
    .t-Footer-topButton:hover {
      -webkit-box-shadow: inset 0 0 0 2px #bbb;
              box-shadow: inset 0 0 0 2px #bbb;
      background-color: #fff;
      outline: none;
      opacity: 1;
    }
}



@media only screen and (max-width: 585px) {
    .t-Header {
      height: 170px;
    }
    .topbar .tbdroite span#P0_TIMBRE_TITRE {
      display: none;
    }
    .topbar .tbdroite button#P0_ADMISSION,
    .topbar .tbdroite button#P0_TIMBRE {
      width: 30%;
      height: 40px;
      box-sizing: border-box;
    }
    .topbar .tbdroite button#P0_TIMBRE {
      width: 70%;
      padding: 0 10px;
    }
    /* Pour page description seulement */
    body.page_description_pgm .topbar .tbdroite button#P0_TIMBRE {
      display: block;
      width: 240px;
      max-width: 100%;
      height: 40px;
      margin: 5px auto;
      padding: 5px;
      border-radius: 6px;
    }
    body.page_description_pgm .topbar .tbdroite {
      float: none;
      height: 50px;
    }
}



@media (min-width: 767px) and (max-width: 960px) {
    figure.pgma-hover h2 {
      font-size: 16px;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {

    #zonetetepage #logo-inst {
      display: none;
    }
    .pagepgm {
      flex: 1 100%;
    }
    ul.menudescription li {
      width: 49%;
      float: left;
      margin: 0.5%;
    }
    ul.menudescription ul li {
      width: 100%;
    }
    a.btn.v-pdf,
    a.btn.grille,
    a.btn.modalite,
    a.btn.admission {
      width: 100% ;
    }
    .descriptionpgm {
      order: 2;
    }
    #P0_REG_RECHERCHE input[type="text"] {
      width: inherit;
      max-width: 80%;
    }
    #P0_REG_RECHERCHE select {
      width: 32%;
      margin-top: 10px;
      margin-right: 5px;
    }
}






@media (max-width: 768px) {


    /* Colonnes */
    .col-1,.col-10,.col-11,.col-12,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9 {
      float: none;
      width: 100%;
    }
    #zonetetepage #logo-inst {
      display: none;
    }

    #P0_REG_RECHERCHE input[type="text"] {
      width: 100%;
      margin: 0 0 10px 0;
    }
    #P0_REG_RECHERCHE select {
      width: 100%;
      max-width: inherit;
      margin-top: 10px;
      margin-right: 0;
    }
    #P0_REG_RECHERCHE button {
      width: 100%;
      margin-right: 0;
      margin-bottom: 20px;
      padding: 15px;
    }
    ul.menudescription li {
      width: 100% !important;
      margin: 2px 0;
    }
    a.btn.v-pdf,
    a.btn.grille,
    a.btn.modalite,
    a.btn.admission {
      width: 100%;
    }
    .descriptionpgm {
      order: 2;
    }
    .t-Dialog .row .container .row:first-child {
      width: 90%;
    }

    /* Menu mobile */
    .menupgm .label {
      position: fixed;
      overflow: hidden;
      bottom: 10px;
      right: 10px;
      width: 44px;
      height: 44px;
      line-height: 35px;
      border-radius: 6px;
      text-indent: 100%;
      color: #fff;
      white-space: nowrap;
      background: #2f3033;
      opacity: 0.7;
      -webkit-transition: opacity .15s ease;
              transition: opacity .15s ease;
      z-index: 999;
      cursor: pointer;
    }
    .menupgm .label::before {
      position: relative;
      content: '. . .';
      display: block;
      width: 100%;
      height: 44px;
      font-size: 18px;
      font-weight: bold;
      text-indent: 0;
      text-align: center;
    }
    .menupgm .label:hover,
    .menupgm .label:active {
      background: #2e3033;
      opacity: 1;
    }
    .menupgm {
      float: none;
    }
    .menupgm .menu {
      float: none;
      position: fixed;
      bottom: 60px;
      left: 25px;
      right: 25px;
      /* width: 250px; */
      max-width: 100%;
      -webkit-box-shadow: 0 10px 40px -1px rgba(0,0,0,0.4);
              box-shadow: 0 10px 40px -1px rgba(0,0,0,0.4);
      z-index: 998;
      visibility: hidden;
    }
    .menupgm .menu.actif {
      visibility: visible;
      -webkit-animation-name: expandUp;
              animation-name: expandUp;
      -webkit-animation-duration: 0.4s;
              animation-duration: 0.4s;
      -webkit-animation-timing-function: ease;
              animation-timing-function: ease;
      overflow-x: auto;
      max-height: 80%;
    }
    body.modal_timbre #R74496207535492635 .row {
      margin: 0 auto;
      padding: 10px;
      width: 100%;
      font-size: 14px;
    }
    body.modal_timbre .t-Dialog .row .container .row:first-child {
      width: 100%;
      padding: 10px;
      font-size: 14px;
      text-align: left;
      font-weight: normal;
    }

    /* Sections dans description des cours */
    .sectionWrap {
      overflow: auto;
    }
    .pgm-section {
      width: 100%;
      max-width: 100%;
      margin-left: 0;
    }
    .pgm-section-secondaire {
      margin: 5px;
    }
    .pgm-section-secondaire .titresection-secondaire,
    .pgm-section-secondaire .pgm-section .titresection {
      height: auto;
      padding: 10px;
      border-radius: 0;
      line-height: normal;
      text-indent: inherit;
    }
    .titresection {
      max-width: 100%;
      height: auto;
      padding: 5px 10px;
      line-height: normal;
      font-size: 18px;
      text-indent: inherit;
      border-radius: 0;
    }
    .titresection.fixed {
      left: 0;
      right: 0;
      width: 100%;
      min-width: 100%;
      font-size: 15px;
      text-transform: none;
      font-weight: normal;
      background: rgba(60, 63, 68, 0.85);
    }
    .textuel {
      padding: 5px;
      overflow-x: auto;
      font-size: 14px;
    }
    .textedescription ul,
    .textuel ul {
      margin: 10px 0;
    }
    .textedescription ul li,
    .textuel ul li {
      padding: 0 0 0 20px;
      font-size: 13px;
    }


    /* Modal - Timbre */
    body.modal_timbre .t-Form-inputContainer .radio_group input+label:hover {
      cursor: pointer;
      color: #646974;
      border-color: #06E590;
      background-color: #fff;
    }
}





@media (max-width: 1024px) {

    .topbar .tbdroite,
    .topbar .tbgauche {
      float: none;
      width: 100%;
      margin: 0;
    }
    .topbar {
      margin: 0 auto;
      line-height: 40px;
    }
    .topbar .tbgauche a {
      margin-left: 10px;
    }
    .topbar .tbdroite span#P0_TIMBRE_TITRE {
      margin-left: 10px;
      text-transform: ;
    }
    #P0_HEADER_DROITE.tbdroite {
      background-color: #f1f1f1;
    }
    /* Sections description des programmes */
    .pgm-section-secondaire {
      margin: 5px;
    }
    .pgm-section-secondaire select {
      max-width: 100%;
    }
    .titresection,
    .pgm-section-secondaire .titresection-secondaire,
    .pgm-section-secondaire .pgm-section .titresection {
      border-radius: 0;
    }
    .textuel {
      padding: 5px;
      overflow-x: auto;
      font-size: 14px;
    }
    .textedescription ul,
    .textuel ul {
      margin: 10px 0;
    }
    .textedescription ul li,
    .textuel ul li {
      padding: 0 0 0 20px;
      font-size: 13px;
    }


    #zonepiedpage,
    #piedpage,
    #zonepiedpage .gauche,
    #zonepiedpage .centre,
    #zonepiedpage .droit {
      display: block;
      float: none;
      width: 100%;
      clear: both;
      text-align: left;
    }
    #zonetetepage .titre {
      padding: 10px 0;
      font-size: 24px;
      line-height: 26px;
    }
    #piedpage {
      padding: 20px 10px;
    }
    #zonepiedpage .gauche,
    #zonepiedpage .centre,
    #zonepiedpage .droit {
      padding: 30px 10px;
      border-bottom: 1px solid #ddd;
    }

}



