.page-pref {
  background-color:#F8F9FA !important;
  /* margin-top: -50px; */
  margin-top: -90px;
}
.page-pref-header {
  background-blend-mode: darken;
  background-image: url(https://preprod.acca-evaluation.com/wp-content/uploads/2019/11/ACCA_177641645.jpg) !important;
  background-position: center;
  background-size: cover;
}
.page-pref-header h1 {
  font-size: 30px;
}
#vosDemarches ul li {
  overflow-wrap: break-word !important;
}
#vosDemarches div.acca-btn {
  margin-top: 20px;
}
.btn-pref {
  /* margin-bottom: -18px; */
  margin-bottom: -75px;
}
.acca-select-hours:after {
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #fff;
  position: absolute;
  top: 43%;
  right: 10px;
  content: "";
  z-index: 98;
}
.calendar-button {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
  margin-left: 0px;
  background-color: transparent;
  border: none;
}
/* SUB MENU */
.et_pb_fullwidth_menu .et_pb_menu__menu > nav > ul > li > ul, .et_pb_menu .et_pb_menu__menu > nav > ul > li > ul {
  /* left: auto !important; */
  /* margin-left: -59px; */
  left: 50% !important;
  transform: translate(-50%, 0);
}
#calendarModalForm input[type="radio"] {
  display: none;
}
#calendarModalForm label span {
  width: 14px;
  height: 14px;
  border: 1px solid #F14624;
  border-radius: 50% 50%;
}
#calendarModalForm input[type="radio"]:checked + label span {
  background-color: #F14624;
}
.centre-acca {
  background-image: url('https://preprod.acca-evaluation.com/wp-content/uploads/2019/12/test-permis3.jpeg');
  background-size: cover;
  background-position: center;
  height: 185px;
  background-blend-mode: darken;
  background-color:rgba(0,0,0,0.6);
}
.centre-acca a {
  background-color: rgba(255,255,255,0.17);
  text-decoration: none;
}
.centre-acca a:hover {
  border-color: transparent !important;
  transition: 0.3s;
}
.calendar-container {
    width:100%
}
.fill-current {
  fill: currentColor;
}
.expendList {
  height: 100% !important;
}
.appearance-none {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
}
.pointer-events-none {
  pointer-events: none;
}
.relative {
  position: relative;
}
.absolute {
  position: absolute
}
.inset-y-0 {
  top: 0;
  bottom: 0;
}
.right-0 {
  right: 0;
}

/**
 * Text & Font
 */
.cursor-pointer {
  cursor: pointer;
}
.hover\:border-white:hover {
  border-color: #fff !important;
}
.break-words {
  overflow-wrap: break-word !important;
}
.leading-none {
  line-height: 1;
}
.underline {
  text-decoration: underline;
}
.text-sm {
  /* font-size: 12px; */
  font-size: 0.75rem;
}
.text-base {
  /* font-size: 15px; */
  font-size: 1rem;
}
.text-16 {
  font-size: 16px;
}
.text-lg {
  font-size: 18px;
}
.text-xl {
  font-size: 20px;
}
.text-xxl {
  font-size: 22px;
}
.text-2xl {
  font-size: 30px;
}
.text-3xl {
  font-size: 1.875rem;
}
.text-4xl {
  font-size: 2.25rem;
}
.text-5xl {
  font-size: 3rem;
}
.text-6xl {
  font-size: 4rem;
}
.text-7xl {
  font-size: 4.5rem;
}
.text-right {
  text-align: right;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.font-light {
  font-weight: 300;
}
.font-bold {
  font-weight: 700;
}
.text-orange-500 {
  color: #F14624;
}
.text-white {
  color: #FFFFFF;
}
.hover\:text-white:hover {
  color: #FFFFFF !important;
}
.focus\:text-white:focus {
  color: #FFFFFF !important;
}
.text-gray-300 {
  color: #848588;
}
.text-gray-400 {
  color: #666;
}
.text-gray-500 {
  color: #a0aec0;
}
.text-blue-acca {
  color: #121E52;
}
.uppercase {
  text-transform: uppercase;
}
.italic {
  font-style: italic;
}
.line-through {
  text-decoration: line-through !important;
}
.border-orange-500 {
  border-color: #F14624 !important;
}
.border-2-orange-500 {
  border-width: 2px !important;
  border-color: #F14624 !important;
}
.border-red-500 {
  border-style: solid !important;
  border-width: 1px !important;
  border-color: #f56565 !important;
}
input.input-red-500, select.input-red-500 {
  border-style: solid !important;
  border-width: 1px !important;
  border-color: #f56565 !important;
}

/**
 * Background color
 */
.bg-transparent {
  background-color: transparent;
}
.bg-orange-500 {
  background-color: #F14624;
}
.bg-red-500 {
  background-color: #f56565;
}
.bg-red-600 {
  background-color: #e53e3e;
}
.bg-gray-100 {
  background-color: #F6F6F6 !important;
}
.bg-gray-200 {
  background-color: #DBDBDB;
}
.bg-gray-300 {
  background-color: #e2e8f0;
}
.bg-gray-500 {
  background-color: #848588;
}
.bg-blue-500 {
  background-color: #121E52;
}
.hover\:bg-blue-500:hover {
  background-color: #121E52 !important;
}

/**
 * Margin & Padding
 */
.mx-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}
.pl-0 {
  padding-left: 0 !important;
}
.pr-0 {
  padding-right: 0 !important;
}
.pb-0 {
  padding-bottom: 0 !important;
}
.pt-0 {
  padding-top: 0 !important;
}
.mt-0 {
  margin-top: 0 !important;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.mx-1 {
  margin-left: 1px;
  margin-right: 1px;
}
.mt-2 {
  margin-top: .5rem;
}
.ml-2 {
  margin-left: .5rem;
}
.mr-2 {
  margin-right: .5rem;
}
.mx-2 {
  margin-left: .5rem;
  margin-right: .5rem;
}
.my-2 {
  margin-top: .5rem !important;
  margin-bottom: .5rem !important;
}
.m-2 {
  margin-left: .5rem !important;
  margin-right: .5rem !important;
  margin-top: .5rem !important;
  margin-bottom: .5rem !important;
}
.mb-2 {
  margin-bottom: .5rem;
}
.p-2 {
  padding-left: .5rem !important;
  padding-right: .5rem !important;
  padding-top: .5rem !important;
  padding-bottom: .5rem !important;
}
.px-2 {
  padding-left: .5rem;
  padding-right: .5rem;
}
.py-2 {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.pl-2 {
  padding-left: .5rem;
}
.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.mt-3 {
  margin-top: 0.75rem;
}
.mb-3 {
  margin-bottom: 0.75rem;
}
.mt-4 {
  margin-top: 1rem !important;
}
.mb-4 {
  margin-bottom: 1rem !important;
}
.mr-4 {
  margin-right: 1rem !important;
}
.my-4 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}
.mx-4 {
  margin-left: 1rem !important;
  margin-right: 1rem !important;
}
.p-4 {
  padding: 1rem !important;
}
.px-4 {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}
.py-4 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}
.pl-4 {
  padding-left: 1rem !important;
}
.pr-4 {
  padding-right: 1rem !important;
}
.ml-4 {
  margin-left: 1rem !important;
}
.mt-6 {
  margin-top: 1.5rem !important;
}
.mb-6 {
  margin-bottom: 1.5rem !important;
}
.ml-6 {
  margin-left: 1.5rem !important;
}
.mr-6 {
  margin-right: 1.5rem !important;
}
.my-6 {
  margin-bottom: 1.5rem !important;
  margin-top: 1.5rem !important;
}
.p-6 {
  padding: 1.5rem !important;
}
.px-6 {
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
}
.py-6 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}
.pb-6 {
  padding-bottom: 1.5rem !important;
}
.pt-6 {
  padding-top: 1.5rem !important;
}
.pl-6 {
  padding-left: 1.5rem !important;
}
.pr-6 {
  padding-right: 1.5rem !important;
}
.px-8 {
  padding-left: 2rem !important;
  padding-right: 2rem !important;
}
.py-8 {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}
.pl-8 {
  padding-left: 2rem !important;
}
.pr-8 {
  padding-right: 2rem !important;
}
.mb-8 {
  margin-bottom: 2rem !important;
}
.mx-8 {
  margin-right: 2rem !important;
  margin-left: 2rem !important;
}
.my-8 {
  margin-top: 2rem !important;
  margin-bottom: 2rem !important;
}
.mb-10 {
  margin-bottom: 2.5rem;
}
.mt-10 {
  margin-top: 2.5rem;
}
.mr-10 {
  margin-right: 2.5rem;
}
.ml-10 {
  margin-left: 2.5rem;
}
.my-10 {
  margin-bottom: 2.5rem;
  margin-top: 2.5rem;
}
.m-10 {
  margin-bottom: 2.5rem;
  margin-top: 2.5rem;
  margin-right: 2.5rem !important;
  margin-left: 2.5rem !important;
}
.p-10 {
  padding: 2.5rem !important;
}
.pt-10 {
  padding-top: 2.5rem !important;
}
.pb-10 {
  padding-bottom: 2.5rem !important;
}
.py-10 {
  padding-top: 2.5rem !important;
  padding-bottom: 2.5rem !important;
}
.px-10 {
  padding-left: 2.5rem !important;
  padding-right: 2.5rem !important;
}
.px-12 {
  padding-left: 3rem !important;
  padding-right: 3rem !important;
}
.py-12 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}
.mb-16 {
  margin-bottom: 4rem !important;
}
.mt-16 {
  margin-top: 4rem !important;
}
.mr-16 {
  margin-right: 4rem !important;
}
.ml-16 {
  margin-left: 4rem !important;
}
.p-16 {
  padding: 4rem !important;
}
.px-16 {
  padding-right: 4rem !important;
  padding-left: 4rem !important;
}
.mb-24 {
  margin-bottom: 6rem !important;
}
.mt-24 {
  margin-top: 6rem !important;
}
.my-24 {
  margin-top: 6rem !important;
  margin-bottom: 6rem !important;
}
.mb-56 {
  margin-bottom: 14rem !important;
}

/**
 * Width & Height
 */
.w-full {
  width: 100%;
}
.w-4 {
  height: 1rem !important;
}
.h-4 {
  height: 1rem !important;
}
.h-5 {
  height: 1.25rem !important;
}
.h-16 {
  height: 4rem !important;
}
.h-20p {
  height: 20px !important;
}
.h-full {
  height: 100% !important;
}
.w-12 {
  width: 3rem !important;
}
.h-12 {
  height: 3rem !important;
}
.w-14 {
  width: 3.5rem !important;
}
.h-14 {
  height: 3.5rem !important;
}
.min-h-30 {
  min-height: 30rem;
}
.min-h-40 {
  min-height: 40rem;
}
.min-h-50 {
  min-height: 50rem;
}
.w-5\/6 {
  width: 83.333333% !important;
}
.w-1\/3 {
  width: 33.333333% !important;
}
.w-1\/3-3 {
  width: 30%;
}
.w-2\/3 {
  width: 66.666667% !important;
}
.w-2\/5 {
  width: 40% !important;
}
.w-3\/5 {
  width: 60% !important;
}
.w-8 {
  width: 2rem;
}
.w-30 {
  width: 30px;
}
.w-40 {
  width: 10rem;
}
.w-42 {
  width: 42px;
}
.w-72 {
  width: 72px;
}
.w-115 {
  width: 115px;
}
.h-35 {
  height: 35px;
}
.h-50 {
  height: 50px;
}
.h-70 {
  height: 70px;
}
/**
 * Table
 */
.table-fixed {
  table-layout: fixed !important;
}

/**
 * Flex
 */
.flex {
  display: flex;
 }
.flex-wrap {
  flex-wrap: wrap;
}
.flex-col {
  flex-direction: column;
}
.flex-row {
  flex-direction: row;
}
.justify-between {
  justify-content: space-between;
}
.justify-around {
  justify-content: space-around;
}
.justify-center {
  justify-content: center;
}


/**
 * Helpers
 */*
.hidden {
  display: none;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.align-top {
  vertical-align: top;
}
.rounded-lg {
  border-radius: 10px;
}
.rounded-full {
  border-radius: 25px;
}
.rounded-circle {
  border-radius: 50% 50%;
}
.rounded-b-full {
  border-bottom-left-radius: 25px;
  border-bottom-right-radius: 25px;
}
.rounded-t-full {
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
}
.rounded-r-full {
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
}
.rounded-l-full {
  border-top-left-radius: 25px;
  border-bottom-left-radius: 25px;
}
.shadow {
  box-shadow: 0 3px 10px #00000026;
}
.btn-reset {
  border: none;
  cursor: pointer;
}
.border-none {
  border: none !important;
}
.border-none-imp {
  border: none !important;
}
.border-b-0 {
  border-bottom-width: 0 !important;
}
.border {
  border-style: solid;
  border-width: 1px;
  border-color: #bebebe;
}
.border-t {
  border-top-style: solid;
  border-top-width: 1px;
  border-color: #bebebe;
}
.border-b-2 {
  border-bottom-style: solid;
  border-bottom-width: 2px;
}
.border-2 {
  border-style: solid;
  border-width: 2px;
}
.border-3 {
  border-style: solid;
  border-width: 3px;
}
.border-li {
  border-style: solid;
  border-width: 1px;
}
.border-b {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #bebebe;
}

/**
 * Responsive
 */
@media (min-width:640px) {
  .calendar-container {
    max-width:640px
  }
  .sm\:hidden {
    display: none;
  }
  .sm\:block {
    display: block;
  }
  .sm\:flex {
    display: flex;
  }
  .sm\:flex-col {
    flex-direction: column;
  }
  .sm\:flex-row {
    flex-direction: row;
  }
}
@media (min-width:768px) {
  .calendar-container {
    max-width:768px
  }
  .md\:hidden {
    display: none;
  }
  .md\:block {
    display: block;
  }
  .md\:flex {
    display: flex;
  }
  .md\:flex-col {
    flex-direction: column;
  }
  .md\:flex-row {
    flex-direction: row;
  }
  .md\:mx-2 {
    margin-left: .5rem !important;
    margin-right: .5rem !important;
  }
  .md\:mt-2 {
    margin-top: 0.5rem !important;
  }
  .md\:mt-3 {
    margin-top: 0.75rem !important;
  }
  .md\:mx-4 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
  .md\:mt-6 {
    margin-top: 1.5rem !important;
  }
  .md\:mx-8 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }
  .md\:p-10 {
    padding: 2.5rem !important;
  }
  .md\:mt-10 {
    margin-top: 2.5rem !important;
  }
  .md\:mt-16 {
    margin-top: 4rem !important;
  }
  .md\:mr-16 {
    margin-right: 4rem !important;
  }
  .md\:w-72 {
    width: 72px;
  }
  .md\:w-115 {
    width: 115px;
  }
  .md\:w-1\/2 {
    width: 50% !important;
  }
  .md\:w-1\/4 {
    width: 25% !important;
  }
  .md\:w-1\/3-3 {
    width: 30% !important;
  }
  .md\:w-1\/3 {
    width: 33.333333% !important;
  }
  .md\:w-2\/3 {
    width: 66.666667% !important;
  }
  .md\:w-2\/5 {
    width: 40% !important;
  }
  .md\:w-3\/5 {
    width: 60% !important;
  }
  .md\:h-70 {
    height: 70px;
  }
  .md\:text-base {
    font-size: 15px;
  }
  .md\:text-xl {
    font-size: 20px;
  }
  .md\:text-26px {
    font-size: 26px;
  }
  .md\:text-2xl {
    font-size: 30px;
  }
  .md\:rounded-r-full {
    border-radius: 0 !important;
    border-top-right-radius: 25px !important;
    border-bottom-right-radius: 25px !important;
  }
  .md\:rounded-l-full {
    border-radius: 0 !important;
    border-top-left-radius: 25px !important;
    border-bottom-left-radius: 25px !important;
  }
}
@media (min-width:1024px) {
  .calendar-container {
    max-width:1024px
  }
  .lg\:mt-0 {
    margin-top: 0 !important;
  }
  .lg\:p-6 {
    padding: 1.5rem !important;
  }
  .lg\:ml-6 {
    margin-left: 1.5rem !important;
  }
  .lg\:mr-6 {
    margin-right: 1.5rem !important;
  }
  .lg\:px-10 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
  }
  .lg\:p-10 {
    padding: 2.5rem !important;
  }
  .lg\:p-16 {
    padding: 4rem !important;
  }
  .lg\:mt-10 {
    margin-top: 2.5rem !important;
  }
  .lg\:mt-16 {
    margin-top: 4rem !important;
  }
  .lg\:hidden {
    display: none;
  }
  .lg\:block {
    display: block;
  }
  .lg\:inline-block {
    display: inline-block;
  }
  .lg\:flex {
    display: flex;
  }
  .lg\:flex-col {
    flex-direction: column;
  }
  .lg\:flex-row {
    flex-direction: row;
  }
  .lg\:w-115 {
    width: 115px;
  }
  .lg\:w-320px {
    width: 320px;
  }
  .lg\:w-560px {
    width: 560px;
  }
  .lg\:w-1\/4 {
    width: 25% !important;
  }
  .lg\:w-1\/3-3 {
    width: 30% !important;
  }
  .lg\:w-1\/3 {
    width: 33.333333% !important;
  }
  .lg\:w-1\/2 {
    width: 50% !important;
  }
  .lg\:w-2\/3 {
    width: 66.666667% !important;
  }
  .lg\:w-1\/5 {
    width: 20% !important;
  }
  .lg\:w-2\/5 {
    width: 40% !important;
  }
  .lg\:w-3\/5 {
    width: 60% !important;
  }
  .lg\:mx-2 {
    margin-left: .5rem;
    margin-right: .5rem !important;
  }
  .lg\:mx-4 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
  .lg\:mx-8 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }
}
@media (min-width:1280px) {
  .calendar-container {
    max-width:1280px
  }
  .xl\:hidden {
    display: none;
  }
  .xl\:block {
    display: block;
  }
  .xl\:flex {
    display: flex;
  }
  .xl\:flex-col {
    flex-direction: column;
  }
  .xl\:flex-row {
    flex-direction: row;
  }
  .xl\:w-1\/3 {
    width: 33.333333% !important;
  }
}


/**
* Btn Acca
*/
.acca-btn-secondary {
  border-radius: 20px;
  font-size: 16px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 1em;
  padding-right: 1em;
  position: relative;
  cursor: pointer;
  line-height: 1.7em !important;
}
.acca-btn {
  border-width: 0px !important;
  border-radius: 20px;
  font-size: 16px;
  padding-top: 7px;
  padding-bottom: 7px;
  padding-left: 1em;
  padding-right: 1em;
  position: relative;
  cursor: pointer;
  /* border: 2px solid;
      border-top-width: 2px;
      border-right-width: 2px;
      border-bottom-width: 2px;
      border-left-width: 2px; */
  line-height: 1.7em !important;
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  transition: all .2s;
}
.acca-btn::after {
  font-family: ETmodules !important;
  position: absolute;
  margin-left: -1em;
  opacity: 0;
  text-shadow: none;
  font-size: 1.6em;
  font-weight: 400;
  font-style: normal;
  font-variant: none;
  line-height: 1em;
  text-transform: none;
  content: "\35";
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  transition: all .2s;
}
.acca-btn:hover::after {
  opacity: 1 !important;
  margin-left: 0 !important;
}
.acca-btn:hover {
  padding-top: 7px !important;
  padding-bottom: 7px !important;
  padding-left: .7em !important;
  padding-right: 2em !important;
}
.acca-btn-before {
  border-width: 0px !important;
  border-radius: 20px;
  font-size: 16px;
  padding-top: 7px;
  padding-bottom: 7px;
  padding-left: 1em;
  padding-right: 1em;
  position: relative;
  /* border: 2px solid;
      border-top-width: 2px;
      border-right-width: 2px;
      border-bottom-width: 2px;
      border-left-width: 2px; */
  line-height: 1.7em !important;
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  transition: all .2s;
}
.acca-btn-before::before {
  font-family: ETmodules !important;
  position: absolute;
  margin-right: -1em;
  opacity: 0;
  text-shadow: none;
  font-size: 1.6em;
  font-weight: 400;
  font-style: normal;
  font-variant: none;
  line-height: 1em;
  text-transform: none;
  content: "\34";
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  transition: all .2s;
}
.acca-btn-before:hover::before {
  opacity: 1 !important;
  margin-left: -1em !important;
}
.acca-btn-before:hover {
  padding-top: 7px !important;
  padding-bottom: 7px !important;
  padding-left: 2em !important;
  padding-right: .7em !important;
}
.bg-white {
  background-color: white;
}
.w-1\/2 {
  width: 50% !important;
}
.list-unstyled {
  list-style-type: none !important;
}
.border-collapse {
  border-collapse: collapse;
}
.border-gray-300 {
  border-color: #e2e8f0;
}
.border-blue-acca {
  border-color: #121E52;
}
.overflow-hidden {
  overflow: hidden;
}
.items-center {
  align-items: center;
}
.items-start {
  align-items: flex-start;
}
.font-semibold {
  font-weight: 600;
}
.border-orange-500 {
  border-color: #F14624;
}