html {
  scroll-behavior: smooth;
}

select {
  width: 100%;
  margin-bottom: 0;
  padding: 7px;
  border: 1px solid #d3d8db;
  color: #294e60;
  border-radius: 2px;
  cursor: pointer;
  background: #f6f8f9;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.1);
  font-size: 1.1em;
}

select:hover {
  box-shadow: none;
  border: 1px solid #648392;
}

select:active {
      outline: 1;
      box-shadow: 0px 0px 2px rgba(0,0,0,1);
}

select:focus {
  outline: 1px solid #000000;
}

label,
input[type=radio] {
  cursor: pointer;
}
  
.display-flex {
  display: flex;
}

legend.label-satisfaction {
  display: block;
  line-height: 1.2rem;
}

div.tx-powermail label,
legend.label-satisfaction {
    font-family: "Glober", sans-serif;
    font-size: 1.2em;
    line-height: 1em;
    color: #416275;
    padding: 0;
}

#content h3 {
  font-family: "Glober", sans-serif;
  font-size: 1.2em !important;
}

#content h3.titre-trousse {
  margin-left: 12px;
  margin-top: 0px !important;
  font-size: 1.5rem !important
}

h3#titreDocuments {
  margin-top: 20px
}


    a.btn-cvr {
      margin-top: 0.5em;
      margin-bottom: 1em;
      padding: 9px 15px;
      float: left;
      font-size: 1.1em;
      border: 1px solid #CCC;
      color: #466f85;
      border-radius: 10px;
      cursor: pointer;
      outline: 0;
      text-decoration: none !important;
      background: #f6f8f9; /* Old browsers */
      background: -moz-linear-gradient(top, #f6f8f9 0%, #e5ebee 50%, #d7dee3 51%, #f5f7f9 100%); /* FF3.6-15 */
      background: -webkit-linear-gradient(top, #f6f8f9 0%,#e5ebee 50%,#d7dee3 51%,#f5f7f9 100%); /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(to bottom, #f6f8f9 0%,#e5ebee 50%,#d7dee3 51%,#f5f7f9 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f8f9', endColorstr='#f5f7f9',GradientType=0 ); /* IE6-9 */
    }
    
    a.btn-cvr:hover {
      background: #f6f8f9; /* Old browsers */
      background: -moz-linear-gradient(top, #f6f8f9 0%, #e5ebee 50%, #d7dee3 51%, #D8E0E8 100%); /* FF3.6-15 */
      background: -webkit-linear-gradient(top, #f6f8f9 0%,#e5ebee 50%,#d7dee3 51%,#D8E0E8 100%); /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(to bottom, #f6f8f9 0%,#e5ebee 50%,#d7dee3 51%,#D8E0E8 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f8f9', endColorstr='#D8E0E8',GradientType=0 ); /* IE6-9 */
    }
    



#questionSujet,
#toggleSujetConcerne, 
#toggleTrousseCheckbox,
#c22460, /* info sup dev */
#c25550, /* info sup 1 prod */
#c25551, /* info sup 2 prod */
#c22461, /* ?? */
#c22510, /* bloc erreur dev */
#c25552 /* bloc erreur prod */
{
  display: none;
}

#c22444, /* bloc container dev */
#c25538 /* bloc container prod */
{
    margin-top: 15px;
}

#c20679, /* ??? */
#c21394 /* ??? */
{ 
  padding-top: 15px;
}

#message {
  visibility: hidden;
}

#trousse-biens.actif,
#trousse-checkbox.actif,
#c21392.bloc, /* ??? */
#c20691.bloc  /* ??? */
{
	border-color: #006197
}

#etape0,
#etape1,
#etape2,
#c21392, /* ??? */
#c20691 /* ??? */
{
  position: relative;
}

#trousse-checkbox {
}

.overlay-trousse {
  display: none;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 99;
  background-color: rgba( 255,255,255, 0.65 );
}


#etape1 .rc-formStyled,
#etape2 .rc-formStyled {
  margin-bottom: 0;
}
  
#etape2,
#c21392, /* ??? */
#c20691, /* ??? */
#toggleTrousseDocuments {
  margin-top: 15px;
}


.rc-formStyled:not(.actif) {
    border-color: #CCCCCC;
}

.bloc {
    background: #ffffff;
    border: 0;
    border-left: 3px solid #006197;
    padding: 0;
    margin: 0 0 1rem 0;
    padding: 1rem;
    border-radius: 0.25rem;
    box-shadow: 0px 0px 3px #dadada;
}


/* Boutons */

.btn--opc {
  font-size: 1rem !important;
  font-family: "Glober", sans-serif;
}

div.tx-powermail p.bouton input[type="text"],
div.tx-powermail p.bouton input[type="submit"] {
    cursor: pointer;  
    padding: 8px 22px 9px 22px !important;
    border-radius: 0.15em;
    background: #006197 !important;
    color: #FFFFFF !important;
    text-decoration: none;
    border: 1px solid transparent;
    font-size: 1rem !important;
    font-family: "Glober", sans-serif;
    line-height: 1rem;
}

  div.tx-powermail p.bouton input[type="submit"]:disabled {
    cursor: not-allowed;
    background-color: rgba(19, 1, 1, 0.2) !important;
  }
  
    div.tx-powermail p.bouton.isLoading:after {
        content: " ";
        top: 0;
        right: -30px;
        height: 32px;
        width: 32px;
        background-image: url(https://cdn.opc.gouv.qc.ca/media/images/loading2.svg);
        background-repeat: no-repeat;
        float: left;
        background-size: cover;
    }

  .btn--opc {
    line-height: 1rem !important;
  }

  div.tx-powermail p.bouton input:hover {
        background: #004F7A !important;
        color: #FFFFFF;
  }
  
  div.tx-powermail p.bouton input:active {
        background: #003B5B !important;
  }
    
div.tx-powermail div.exergue {
  margin-bottom: 0 !important;
}

#btnReinit {
  display: none;
  margin-left: auto;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
  
/* // Boutons */

.conteneur-titre-trousse {
  display: flex; 
  flex-direction: row; 
  align-items: center; 
  margin-bottom: 1rem;
}

.conteneur-trousse-checkbox {
    display: flex;
    flex-direction: column;
}
        
  .conteneur-trousse-checkbox > div:first-child h3 {
      margin-top: 0 !important;
  }
  
  .conteneur-trousse-checkbox fieldset {
      background: #fafafa;
      border-radius: 0.25rem;
      box-shadow: 0px 0px 3px #dadada;
      margin-bottom: 0.5em;
  }

.trousse-checkbox-wrapper {
  display: flex;
  align-items: center;
  padding: 7px 9px;
  font-size: 1.1em;
  line-height: 1.2em;
  border-bottom: 1px solid #eaeaea;
  border-top: 1px solid #ffffff;
}
  
  .conteneur-trousse-checkbox fieldset > :first-child {
      border-top: 0px;
  }

  .conteneur-trousse-checkbox fieldset > :last-child {
      border-bottom: 0px;
  }

  .trousse-checkbox-wrapper.selected {
    background: #efefef;
  }

  .trousse-checkbox-wrapper input {
      margin: 0px 8px 0 0;
  }
  
  .trousse-checkbox-wrapper input:focus {
      box-shadow: 0px 0px 3px rgba(0,0,0,0.2);
  }
  
  .trousse-checkbox-wrapper:hover {
      background: #f3f3f3;
  }
  
  .trousse-checkbox-wrapper label {
      width: 100%;
      padding: 8px 0;
  }

a.colorbox {
  color: #000000;
}

a.colorbox:hover {
  color: #333333;
}

#trousseLoading {
  text-align: center;
  display: none;
}

#trousseLoading img {
  margin-top: 1.5em;
  border: 0px !important;
}

.tooltip-trousse {
  font-size: 1.2em;
  margin-left: auto;
}

div.exergue-trousse {
  color: #1c3643;
  padding-right: 10px;
  margin-bottom: 1.25rem;
  display: flex;
  justify-content: space-between;
  font-size: 1.1em;
  align-items: center;
}

  div.exergue-trousse p {
    margin-bottom: 0px;
  }
  
  p.count-choix {
    font-family: "Glober", sans-serif;
    font-weight: bold;
    font-size: 1.5em;
  }



div.conteneur-trousse-documents {
  display: flex;
  flex-direction: column;
}

div.conteneur-liste-trousses a:hover {
  text-decoration: none !important;
}


div.conteneur-liste-trousses h3 {
  color: #1697d0;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 1.3em;
  margin-bottom: 10px !important;
  line-height: 1.1em;
}

div.conteneur-liste-trousses ul {
  margin-left: 5px !important;
}

  div.conteneur-liste-trousses ul li {
    list-style-type: none;
    display: flex;
    margin-bottom: 10px;
    line-height: 1.2em;
    font-size: 1.1em;
    padding-bottom: 6px;
    margin-bottom: 8px;
    border-bottom: 1px solid #efefef;
  }
  
		div.conteneur-liste-trousses ul li a:before {
          content: "\f019";
          margin-right: 10px;
          font-family: "Font Awesome 5 Pro";
        	color: #1697d0;
        	font-size: 1.2em;
      }

    div.conteneur-liste-trousses ul li ul {
      margin-left: 10px !important;
      margin-bottom: 0 !important;
    }

div.conteneur-liste-trousses > div:first-child {
  padding-right: 15px;
  margin-right: 15px;
  border-right: 2px solid #eaeaea;
  max-width: 200px;
}

#btnSkip {
  display: none;
}

.conteneur-btn-trousse {
  display: flex;
  justify-content: space-between;
}

  .conteneur-btn-trousse .btn--link {
    background: transparent;
    text-decoration: underline;
  }

    .conteneur-btn-trousse .btn--link:hover {
      background: transparent;
      text-decoration: none;
    }

    .conteneur-btn-trousse .btn--link:active {
      background: #f8f8f8;
      color: #000000;
    }

@media only screen and (max-width: 468px) {
  
  .conteneur-btn-trousse {
    flex-direction: column-reverse;
    row-gap: 1rem;
  }
  
}


/* Powermail form */

table.form tr td {
    background-color: transparent !important;
    border: 0px;
}

div.tx-powermail label {
  font-family: "Glober", sans-serif;
  font-size: 1.2em;
  margin-bottom: 0 !important;
}


div.tx-powermail {
    margin-top: 0;
    margin-bottom: 0;
}

div.tx-powermail div.px300 {
    margin-bottom: 0.5rem;
}

div.tx-powermail h3.fieldset {
    display: none;
}

div.tx-powermail h3 {
  margin-top: 0 !important;
}

div.form > div {
  display: flex;
  flex-direction: column;
  margin-bottom: 1em;
}

div.form label {
  margin-bottom: 10px;
}

div.form input[type="text"],
div.form input[type="email"] {
    box-shadow: 0px 0px 2px rgba(0,0,0, 0.1);
    background: #FFF;
    text-align: left;
    border: 1px solid rgba(0,0,0, 0.1);
    margin-bottom: 0;
    font-size: 1.1em;
    padding: 8px 8px;
    width: 100%;
    max-width: 400px;
}

div.tx-powermail .powermail_submit {
    margin-top: 1rem;
}

div.powermail-radio {
    display: flex;
    column-gap: 15px;
    margin-top: 0.5rem;
}

    div.powermail-radio > div {
        display: flex;
        align-items: center;
    }

    div.powermail-radio input[type="radio"] {
        margin: 0 5px;
    }

/* // */

#powermail_fieldwrap_466, /* champ liste trousse dev */
#powermail_fieldwrap_596, /* champ check contact écrit dev */
#powermail_fieldwrap_518, /* champ liste trousse prod */
#powermail_fieldwrap_519 /* champ check contact écrit prod */
{
  display: none;
}



/* Erreurs Powermail */
  .powermail-errors-list {
    
  }
  
  ul.powermail-errors-list {
    margin-left: 0 !important;
    padding-left: 0 !important;
    margin-bottom: 5px;
  }
  
    ul.powermail-errors-list li {
      list-style: none !important;
      color: #c31f2e;
      padding: 0;
      margin-left: 0 !important;
    }