@charset "UTF-8";
/*!
Theme Name: Total Opé Bois 2024
Text Domain: total
Version: 3.0
Description: Thème sur mesure
Author: Nobin's
Author URI: http://www.nobins.fr/
Theme URI: http://www.nobins.fr/
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
.principal-container {
  padding-top: 110px;
}

@media print {
  .principal-container {
    padding-top: 0;
  }
}
.no-mg {
  margin: 0 !important;
}
.no-mg-bottom {
  margin-bottom: 0 !important;
}
.no-padding {
  padding: 0 !important;
}
.no-padding-top {
  padding-top: 0 !important;
}
.no-padding-bottom {
  padding-bottom: 0 !important;
}
.no-padding-left {
  padding-left: 0 !important;
}
.no-padding-right {
  padding-right: 0 !important;
}

html {
  font-size: 16px;
  scroll-behavior: smooth;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
ul,
li,
ol,
span,
button,
input,
optgroup,
select,
textarea,
table,
tr,
th,
td,
label,
div,
body {
  font-family: "Nunito", sans-serif;
  color: #878787;
}

h1 {
  font-size: 2rem;
  margin-bottom: 25px;
  color: #ed0000;
}

h2 {
  font-size: 2rem;
  margin-bottom: 30px;
}

h3 {
  text-align: left;
  font-size: 1.5rem;
  margin-bottom: 15px;
}

h4 {
  text-align: left;
  font-size: 1.3rem;
  margin-bottom: 10px;
}

p,
a,
ul,
li,
span,
button,
input,
optgroup,
select,
textarea,
table,
tr,
th,
td,
label,
div,
body {
  font-size: 1.2rem;
}

.hide {
  display: none !important;
  opacity: 0 !important;
}
@media screen and (max-width: 991px) {
  .hide-tab {
    display: none !important;
    opacity: 0 !important;
  }
}

.btn {
  display: block;
  text-align: center;
  padding: 20px 40px;
  border: 1px solid #ed0000;
  background: #ed0000;
  border-radius: 40px;
  width: fit-content;
  margin: 20px auto 25px 0;
  line-height: 1;
  font-weight: 600;
  color: #FFF;
}
.btn:hover {
  background: #FFF;
  color: #ed0000;
}

.topbarmenu {
  padding: 20px 5%;
  box-shadow: 0px 14px 30px -8px #e7e9e9;
  background: #FFF;
  z-index: 100;
  position: fixed;
}
.topbarmenu .logo svg {
  height: 70px;
  width: auto;
}
.topbarmenu .content-inner {
  position: relative;
  width: fit-content;
  margin-left: auto;
  text-align: right;
}
.topbarmenu .content-inner p {
  text-transform: uppercase;
  width: fit-content;
  font-size: 1rem;
  font-weight: bold;
}
.topbarmenu .content-inner p::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #878787;
  left: 0;
  bottom: 0;
}
.topbarmenu .content-inner a, .topbarmenu .content-inner span {
  font-size: 1rem;
  line-height: 1;
}
.topbarmenu .content-inner a {
  font-weight: bold;
  color: #878787 !important;
  display: block;
}

.form {
  position: relative;
  padding: 50px 5%;
  overflow-y: scroll;
  height: calc(100vh - 110px);
}
@media screen and (max-width: 576px) {
  .form {
    padding: 50px 5%;
  }
}
.form-image {
  overflow: hidden;
}
.form-image img {
  width: auto;
  height: calc(100vh - 110px);
}
@media screen and (max-width: 1510px) {
  .form-image img {
    width: 100%;
    height: auto;
  }
}
.form-intro {
  font-weight: 600;
  margin-bottom: 5px;
}
.form label {
  font-size: 1rem;
  display: block;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 5px;
}
.form input, .form select {
  width: 100%;
  border-radius: 10px;
  border: none;
  background: #f7f9fa;
  height: 35px;
  border-top: 1px solid #e7e9e9;
  padding: 5px 10px;
  font-size: 1rem;
}
.form select {
  appearance: none;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='red' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 1rem center;
  background-size: 1em;
}
.form-choice-text {
  margin-top: 20px;
  margin-bottom: 0;
}
.form-choice-text-small {
  font-size: 1rem;
  margin-bottom: 0;
}
.form-choix {
  margin-top: 20px;
}
.form-choix-inner {
  margin-bottom: 20px;
}
.form-choix-bloc-1, .form-choix-bloc-2 {
  border: 1px solid #878787;
  padding: 5px 10px;
}
.form-choix-bloc-2 {
  margin-top: 10px;
  display: flex;
  align-items: center;
}
.form-choix-content-1, .form-choix-content-2 {
  display: block;
  color: #ed0000;
}
.form-choix-content-4 {
  color: #ed0000;
  padding-right: 5px;
}
.form-choix-content-5 {
  width: 25px;
}
.form-choix-content-6 {
  padding-right: 10px;
}
.form-choix-content-7 {
  width: 25px;
}
.form-choix-content-8 {
  padding-right: 10px;
}
.form button {
  display: block;
  text-align: center;
  padding: 20px 40px;
  border: 1px solid #ed0000;
  background: #ed0000;
  border-radius: 40px;
  width: fit-content;
  margin: 20px auto 0;
  line-height: 1;
  font-weight: 600;
  color: #FFF;
}
.form button:hover {
  background: #FFF;
  color: #ed0000;
}
.form button:disabled {
  background: #e7e9e9;
  border-color: #e7e9e9;
  color: #878787;
}
.form .footer-text {
  margin-top: 20px;
}
.form .footer-text p, .form .footer-text a {
  font-size: 0.8rem;
}
.form .round {
  position: relative;
}
.form .round label {
  background-color: #FFF;
  border: 1px solid #878787;
  border-radius: 50%;
  cursor: pointer;
  height: 28px;
  left: 0;
  position: absolute;
  top: 0;
  width: 28px;
  margin-top: 0;
}
.form .round label:after {
  border: 2px solid #FFF;
  border-top: none;
  border-right: none;
  content: "";
  height: 6px;
  left: 7px;
  opacity: 0;
  position: absolute;
  top: 8px;
  transform: rotate(-45deg);
  width: 12px;
}
.form .round input[type=checkbox] {
  visibility: hidden;
}
.form .round input[type=checkbox]:checked + label {
  background-color: #ed0000;
  border-color: #ed0000;
}
.form .round input[type=checkbox]:checked + label:after {
  opacity: 1;
}
.form .small-round label {
  height: 20px;
  left: 0;
  position: absolute;
  top: 0;
  width: 20px;
  margin-top: 10px;
}
.form .small-round label:after {
  border: 2px solid #FFF;
  border-top: none;
  border-right: none;
  content: "";
  height: 5px;
  left: 4px;
  opacity: 0;
  position: absolute;
  top: 6px;
  transform: rotate(-45deg);
  width: 10px;
}
.form .small-round input[type=checkbox] {
  visibility: hidden;
}
.form .small-round input[type=checkbox]:checked + label {
  background-color: #ed0000;
  border-color: #ed0000;
}
.form .small-round input[type=checkbox]:checked + label:after {
  opacity: 1;
}
.form-acceptation {
  margin-top: 20px;
}
.form-acceptation p {
  margin-bottom: 0;
}
.form .error {
  color: #ed0000;
  margin-bottom: 5px;
  font-size: 0.9rem;
  display: none;
}
.form .confirm-message {
  position: absolute;
  width: 90%;
  margin: 0 5%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(247, 249, 250, 0.7);
  min-height: 250vh;
}
.form .confirm-message .inner {
  position: relative;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.form .confirm-message .inner .content {
  background: #FFF;
  width: 80%;
  padding: 20px;
  border: 2px solid #878787;
  text-align: center;
}
.form .confirm-message .inner .content-head button {
  width: fit-content;
  margin: 0 0 10px auto;
  padding: 5px;
  border-radius: 5px;
}
.form .confirm-message .inner .content-head button svg {
  height: 25px;
  width: 25px;
}
.form .confirm-message .inner .content-head button svg path {
  stroke: #FFF;
}
.form .confirm-message .inner .content-head button:hover svg path {
  stroke: #ed0000;
}
.form .g-recaptcha {
  margin: 10px auto;
}
.form .hide-recaptcha {
  display: none !important;
}
.form #login_btn {
  display: block !important;
  text-align: center;
  padding: 20px 40px !important;
  border: 1px solid #ed0000 !important;
  background: #ed0000;
  border-radius: 40px !important;
  width: fit-content !important;
  margin: 20px auto 0;
  line-height: 1 !important;
  font-weight: 600 !important;
  color: #FFF;
  font-size: 1rem !important;
}
.form #login_btn:hover {
  background: #FFF;
  color: #ed0000;
}
.form #login_btn.disabled {
  background: #e7e9e9;
  border-color: #e7e9e9 !important;
  color: #878787;
  pointer-events: none;
}
.form #login_error {
  background: none !important;
  color: #ed0000 !important;
  font-size: 1rem !important;
  line-height: 1 !important;
  margin: 10px 0 0 !important;
}
.form .bloc {
  border: 1px solid rgba(135, 135, 135, 0.1);
  box-shadow: 5px 20px 15px rgba(135, 135, 135, 0.1);
  margin-bottom: 20px;
  padding: 15px 20px;
}
.form .bloc svg {
  height: auto;
  width: 3rem;
  margin-bottom: 1rem;
}
.form .bloc h2 {
  text-transform: uppercase;
  font-size: 1.2rem;
  margin-bottom: 1rem;
}
.form .bloc-gestion {
  position: relative;
}
.form .bloc-gestion table {
  width: 100%;
  margin: 20px 0 30px;
}
@media screen and (max-width: 992px) {
  .form .bloc-gestion table thead {
    display: none;
  }
}
.form .bloc-gestion table th {
  padding-top: 15px;
  font-size: 1rem;
  font-weight: bold;
}
.form .bloc-gestion table td {
  font-size: 1rem;
  padding: 10px 0;
  background: #f7f9fa;
}
@media screen and (max-width: 992px) {
  .form .bloc-gestion table td {
    display: block;
    width: 100%;
    padding: 5px 20px;
    text-align: center;
  }
}
.form .bloc-gestion table td span {
  display: none;
  font-size: 1rem;
}
@media screen and (max-width: 992px) {
  .form .bloc-gestion table td span {
    display: contents;
  }
}
@media screen and (max-width: 992px) {
  .form .bloc-gestion table tr {
    display: block;
  }
}
.form .bloc-gestion table tr th:first-child,
.form .bloc-gestion table tr td:first-child {
  padding-left: 20px;
}
.form .bloc-gestion table tbody tr:nth-child(2n) td {
  background: #FFF;
}
.form .bloc-gestion table a, .form .bloc-gestion table button {
  height: 30px;
  width: 30px;
  border-radius: 50px;
  padding: 5px;
  background: #ed0000 !important;
  border: none !important;
  margin: 0;
  display: block;
  line-height: 1;
  position: relative;
}
@media screen and (max-width: 992px) {
  .form .bloc-gestion table a, .form .bloc-gestion table button {
    margin: 5px auto;
  }
}
.form .bloc-gestion table a.grey-btn, .form .bloc-gestion table button.grey-btn {
  background: #878787 !important;
}
.form .bloc-gestion table a svg, .form .bloc-gestion table button svg {
  height: 17px;
  width: 17px;
  margin-bottom: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.form .bloc-gestion .popup {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(247, 249, 250, 0.7);
  justify-content: center;
  align-items: center;
  display: flex;
}
.form .bloc-gestion .popup-inner {
  background: #FFF;
  width: fit-content;
  padding: 20px 40px;
  border: 2px solid #878787;
  text-align: center;
}
.form .bloc-gestion .popup-inner p {
  font-weight: bold;
  font-size: 1rem;
}
.form .bloc-gestion .popup-inner button {
  padding: 20px 50px;
  font-size: 1rem;
  margin: 0 5px;
}
.form .bloc-gestion .popup-inner button.valid-demande-yes, .form .bloc-gestion .popup-inner button.cancel-demande-yes {
  background: #ed0000 !important;
  color: #FFF !important;
}
.form .bloc-gestion .popup-inner button.valid-demande-no, .form .bloc-gestion .popup-inner button.cancel-demande-no {
  background: #FFF !important;
  color: #ed0000 !important;
}
.form .bloc-filiale p {
  display: block;
  text-align: center;
  border: 1px solid #e7e9e9;
  background: transparent;
  border-radius: 40px;
  margin: 0 auto;
  line-height: 1;
  color: #878787;
  padding: 10px 30px;
  font-size: 1.1rem;
  width: fit-content;
  width: 100%;
  max-width: 200px;
}
.form .bloc-filiale img {
  width: 3rem;
  height: auto;
  margin-bottom: 1rem;
}
.form .bloc-filiale select {
  width: 100%;
  text-align: center;
  max-width: 200px;
  margin: 0 auto;
  display: block;
  border: 1px solid #e7e9e9;
  border-radius: 40px;
  background-color: rgba(0, 0, 0, 0);
  text-align-last: center;
}
.form .bloc-filiale hr {
  height: 10px;
  margin: 0;
  background: transparent;
}
.form .bloc-demandes .count {
  display: block;
  width: fit-content;
  background: #ed0000;
  color: #FFF;
  border-radius: 25px;
  width: 3rem;
  height: 3rem;
  padding: 0.9rem 0;
  text-align: center;
  line-height: 1.2rem;
}
.form .bloc-demandes a {
  display: block;
  text-align: center;
  border: 1px solid #ed0000;
  background: #ed0000;
  border-radius: 40px;
  margin: 0 auto;
  line-height: 1;
  font-weight: 600;
  color: #FFF;
  text-decoration: none;
  padding: 10px 30px;
  font-size: 1.1rem;
  width: fit-content;
  min-width: 185px;
}
.form .bloc-demandes a:hover {
  background: #FFF;
  color: #ed0000;
}
.form .bloc-download {
  padding-top: 30px;
}
.form .bloc-download p {
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: 10px;
}
.form .bloc-download svg {
  margin-left: -0.8rem;
  width: 3.5rem;
}
.form .bloc-download .input-atc input,
.form .bloc-download .input-statut input,
.form .bloc-download .input-statut-cdm input,
.form .bloc-download .input-statut-cdm-bois input {
  height: unset;
}
.form .bloc-download .input-atc label,
.form .bloc-download .input-statut label,
.form .bloc-download .input-statut-cdm label,
.form .bloc-download .input-statut-cdm-bois label {
  height: 20px;
  width: 20px;
  margin: 0;
}
.form .bloc-download .input-atc label::after,
.form .bloc-download .input-statut label::after,
.form .bloc-download .input-statut-cdm label::after,
.form .bloc-download .input-statut-cdm-bois label::after {
  height: 5px;
  left: 4px;
  top: 5px;
  width: 10px;
}
.form .bloc-download .input-atc-text,
.form .bloc-download .input-statut-text,
.form .bloc-download .input-statut-cdm-text,
.form .bloc-download .input-statut-cdm-bois-text {
  font-size: 0.9rem;
  padding-bottom: 10px;
}
.form .bloc-download .download {
  padding: 10px 30px;
  font-size: 1.1rem;
  width: fit-content;
  min-width: 185px;
}
.form .bloc-download .reset {
  background: transparent !important;
  text-decoration: underline;
  color: #878787 !important;
  border: none !important;
  text-align: center;
  padding: 0 !important;
  margin: 10px auto 20px !important;
  font-size: 0.9rem !important;
  border-radius: 0;
}

.page-template-page-validation-atc .form {
  overflow-y: unset;
  height: unset;
}

.bloc-top-atc {
  border: 4px dashed #ed0000 !important;
  border-radius: 12px;
}
.bloc-top-atc .left img {
  margin-bottom: 5px;
}
.bloc-top-atc .left .period {
  text-transform: uppercase;
}
.bloc-top-atc .left strong {
  font-size: 0.8em;
}
.bloc-top-atc .left a.link {
  font-size: 0.8em;
}
.bloc-top-atc .left a.link:hover {
  color: inherit;
}
.bloc-top-atc .top-atc-container .top-atc-item {
  display: flex;
  flex-direction: row;
  gap: 5px;
  padding: 5px 0;
}
.bloc-top-atc .top-atc-container .top-atc-item .name,
.bloc-top-atc .top-atc-container .top-atc-item .filiale {
  border: 1px solid #e7e9e9;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
  font-size: 0.8em;
}
.bloc-top-atc .top-atc-container .top-atc-item .name {
  flex-grow: 1;
}
.bloc-top-atc .top-atc-container .top-atc-item .filiale {
  min-width: 60px;
}

@page {
  size: auto;
  margin: 1cm;
}
@media print {
  .principal-container {
    max-width: 100% !important;
  }
}
.dashboard .link-back {
  margin-top: 20px;
  margin-bottom: 50px;
  text-decoration: none;
  display: block;
  font-size: 0.8em;
}
.dashboard .link-back:hover {
  color: inherit;
}
.dashboard .dashboard-title {
  display: inline-flex;
  padding: 18px 25px;
  align-items: center;
  font-weight: bold;
  font-size: 1.5em;
  color: #707070;
  box-shadow: 5px 5px 40px rgba(112, 112, 112, 0.1490196078);
  margin-bottom: 10px;
}
.dashboard .dashboard-title img {
  margin-right: 15px;
}
.dashboard .btn-print {
  text-decoration: none;
  float: right;
  background: none;
  text-align: right;
  font-size: 0.7em;
  color: #707070;
  border: none;
  text-transform: uppercase;
  margin: 0;
}
.dashboard .btn-print img {
  margin-bottom: 10px;
}
.dashboard .date {
  font-size: 0.8em;
}
.dashboard h2,
.dashboard h3 {
  color: #ed0000;
  text-transform: uppercase;
  font-size: 1.2em;
  page-break-after: avoid;
}
.dashboard h2 {
  font-weight: bold;
  margin-bottom: 10px;
}
.dashboard h3 {
  padding-left: 25px;
}
.dashboard .rounded-arrow {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #ed0000;
  overflow: hidden;
  display: inline-flex;
  align-items: start;
  justify-content: center;
}
.dashboard .table-wrapper {
  box-shadow: 5px 5px 40px rgba(112, 112, 112, 0.1490196078);
  border-radius: 10px;
  overflow: hidden;
  padding-bottom: 20px;
  page-break-inside: avoid;
}
.dashboard .table-wrapper .table {
  --bs-table-accent-bg: #f7f9fa;
}
.dashboard .table-wrapper .table th,
.dashboard .table-wrapper .table td {
  font-size: 1rem;
  box-shadow: none;
}
.dashboard .table-wrapper .table th {
  padding: 20px 10px;
}
.dashboard .table-wrapper .table th:first-child,
.dashboard .table-wrapper .table td:first-child {
  padding-left: 20px;
}
.dashboard .table-wrapper .table tr td {
  padding: 10px;
  background: #f7f9fa;
}
.dashboard .table-wrapper .table tr:nth-child(2n) td {
  background: #fff;
}
.dashboard .table > :not(:last-child) > :last-child > * {
  border-bottom-color: var(--bs-table-bg);
}

/*# sourceMappingURL=style.css.map */
