/**
*********************
* Import all the base component SCSS file.
********************
**/
/**
*********************
* Image
********************
**/
img {
  max-width: 100%;
  height: auto;
}

/**
*********************
* Site logo
********************
**/
.site-logo {
  max-height: 3rem;
}

/**
*********************
* Main navigation
********************
**/
/**
*********************
* Import all the settings
********************
**/
/**
*********************
* Colors
********************
**/
/* Brand Colors */
/** Add any additional color supplied in the style guide **/
/* Grayscale colors */
/* Accent colors. Primarily used for buttons */
/** Button & Link colors **/
/* Third party brand colors */
/* Drupal Messages */
/**
*********************
* Import all the settings
********************
**/
/**
*********************
* Variables
********************
**/
/* Typography */
/* Transitions */
/* Container & spacings */
/** Button spacing **/
/* Border */
/* Breakpoints */
/**
*********************
* Import all the settings
********************
**/
/**
*********************
* Breakpoint mixin
********************
**/
#header nav {
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
}
#header nav > a {
  padding: 2.188rem;
  text-decoration: none;
  font-family: arial, helvetica, sans-serif;
  font-size: 1rem;
  font-weight: 700;
}

/**
*********************
* Main navigation
********************
**/
/**
*********************
* Breadcrumbs
********************
**/
.breadcrumb {
  margin: 0;
  padding: 0;
  list-style-type: none;
  list-style-image: none;
  display: flex;
  flex-flow: row wrap;
}
.breadcrumb > * {
  color: #3c4e87;
  font-family: arial, helvetica, sans-serif;
  font-size: 1rem;
}
.breadcrumb > li {
  font-weight: 700;
}
.breadcrumb > li::after {
  margin: 0 0.3125rem 0 0.25rem;
  content: ">";
}
.breadcrumb > li:last-child {
  color: #3c4e87;
}
.breadcrumb > li:last-child::after {
  content: "";
}
.breadcrumb > li a {
  text-decoration: none;
  color: #3c4e87;
}
.breadcrumb > li a:hover {
  text-decoration: underline;
}

.block--system-breadcrumb-block {
  max-width: 85.375rem;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1.25rem;
  padding-left: 1.25rem;
  margin-bottom: 3.125rem;
}
@media only screen and (min-width: 62rem) {
  .block--system-breadcrumb-block {
    margin-bottom: 4.063rem;
  }
}
.layout .block--system-breadcrumb-block {
  margin-bottom: 0;
}

/**
*********************
* Main navigation
********************
**/
.btn-primary {
  display: inline-block;
  padding: 0.8125rem 3.4375rem 0.8125rem 1.25rem;
  cursor: pointer;
  transition: 200ms ease;
  text-decoration: none;
  text-transform: uppercase;
  color: #fff;
  border: none;
  border-radius: 1.5625rem;
  font-family: "ITC Franklin Gothic Std Book", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  -webkit-font-smoothing: antialiased; /* Improves text rendering for Chrome, Safari, Edge */
  -moz-osx-font-smoothing: grayscale;
}
.btn-primary:hover {
  text-decoration: none;
}
@media only screen and (min-width: 62rem) {
  .btn-primary {
    min-width: 15.875rem;
  }
}
.btn-primary {
  padding: 0.6875rem 2.625rem 0.625rem 0.8125rem;
  background-color: #48B0B4;
  background-image: url("/themes/custom/drl_nicotinell_fr/assets/media/icons/btn-arrow-right.png");
  background-repeat: no-repeat;
  background-position: calc(100% - 7px) center;
  background-size: 12%;
  font-size: 0.75rem;
}
.mac-os .btn-primary {
  padding: 0.75rem 2.625rem 0.5625rem 0.8125rem;
}
@media only screen and (min-width: 48rem) {
  .btn-primary {
    padding: 0.9375rem 3.4375rem 0.9375rem 1.25rem;
    background-position: calc(100% - 9px) center;
    background-size: 13%;
    font-size: 1rem;
  }
  .mac-os .btn-primary {
    padding: 1.125rem 3.4375rem 0.75rem 1.25rem;
    line-height: 1.15;
  }
}
.btn-primary:hover, .btn-primary:focus {
  color: #fff;
  background-color: #379395;
}

.btn-disabled {
  display: inline-block;
  padding: 0.8125rem 3.4375rem 0.8125rem 1.25rem;
  cursor: pointer;
  transition: 200ms ease;
  text-decoration: none;
  text-transform: uppercase;
  color: #fff;
  border: none;
  border-radius: 1.5625rem;
  font-family: "ITC Franklin Gothic Std Book", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  -webkit-font-smoothing: antialiased; /* Improves text rendering for Chrome, Safari, Edge */
  -moz-osx-font-smoothing: grayscale;
}
.btn-disabled:hover {
  text-decoration: none;
}
@media only screen and (min-width: 62rem) {
  .btn-disabled {
    min-width: 15.875rem;
  }
}
.btn-disabled {
  padding: 0.6875rem 2.625rem 0.625rem 0.8125rem;
  text-decoration: none !important;
  pointer-events: none;
  color: #fff !important;
  background-color: #ccc;
  background-image: url("/themes/custom/drl_nicotinell_fr/assets/media/icons/btn-arrow-right-grey.png");
  background-repeat: no-repeat;
  background-position: calc(100% - 7px) center;
  background-size: 12%;
  font-size: 0.75rem;
}
.mac-os .btn-disabled {
  padding: 0.75rem 2.625rem 0.5625rem 0.8125rem;
}
@media only screen and (min-width: 48rem) {
  .btn-disabled {
    padding: 0.9375rem 3.4375rem 0.9375rem 1.25rem;
    background-position: calc(100% - 11px) center;
    background-size: 13%;
    font-size: 1rem;
  }
  .mac-os .btn-disabled {
    padding: 1.125rem 3.4375rem 0.75rem 1.25rem;
    line-height: 1.15;
  }
}

.btn-next {
  display: inline-block;
  padding: 0.8125rem 3.4375rem 0.8125rem 1.25rem;
  cursor: pointer;
  transition: 200ms ease;
  text-decoration: none;
  text-transform: uppercase;
  color: #fff;
  border: none;
  border-radius: 1.5625rem;
  font-family: "ITC Franklin Gothic Std Book", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  -webkit-font-smoothing: antialiased; /* Improves text rendering for Chrome, Safari, Edge */
  -moz-osx-font-smoothing: grayscale;
}
.btn-next:hover {
  text-decoration: none;
}
@media only screen and (min-width: 62rem) {
  .btn-next {
    min-width: 15.875rem;
  }
}

/**
*********************
* Main navigation
********************
**/
.block--local-tasks-block {
  max-width: 85.375rem;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1.25rem;
  padding-left: 1.25rem;
}

.local-tasks {
  margin: 0;
  padding: 0;
  list-style-type: none;
  list-style-image: none;
  display: flex;
  flex-wrap: wrap;
  margin-top: 2rem;
  margin-bottom: 1rem;
}
.local-tasks li {
  margin-right: 1rem;
  margin-bottom: 1rem;
}
.local-tasks li:last-of-type {
  margin-right: 0;
}
.local-tasks li.local-task__task--active a, .local-tasks li a:hover, .local-tasks li a:focus {
  color: #fff;
  border-color: #144986;
  background: #144986;
}
.local-tasks li a {
  display: inline-block;
  padding: 0.625rem 1.25rem;
  text-decoration: none;
  text-transform: uppercase;
  color: #40a6aa;
  border: 0.0625rem solid #40a6aa;
  border-radius: 1.5625rem;
}
/**
*********************
* Main navigation
********************
**/
/**
 * Messages.
 */
.messages-list {
  max-width: 85.375rem;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1.25rem;
  padding-left: 1.25rem;
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
  list-style: none;
}

.messages {
  overflow: auto;
  box-sizing: border-box;
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding: 1.5rem 1.5rem 2rem 1.1875rem;
  color: #fff;
  border-width: 0 0 0 0.3125rem;
  border-style: solid;
  border-color: #353641;
  border-radius: 0.125rem;
  background-color: #353641;
}

.messages .placeholder {
  opacity: 1;
  background: none;
}

[dir=rtl] .messages {
  padding-right: 1.1875rem;
  padding-left: 1.5rem;
  border-right-width: 0.3125rem;
  border-left-width: 0;
}

.messages__header {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}

.messages--error {
  border-color: #e34f4f;
}
.messages--error .messages__header {
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 14 14'%3e%3cpath d='M3 11.193L11.45 3' stroke='%23e34f4f' stroke-width='2'/%3e%3ccircle cx='7' cy='7' r='6' fill='none' stroke='%23e34f4f' stroke-width='2'/%3e%3c/svg%3e") no-repeat center left; /* LTR */
}

.messages--status {
  border-color: #42a877;
}
.messages--status .messages__header {
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 13'%3e%3cpath d='M2 6.571L5.6 10 14 2' fill='none' stroke='%2342a877' stroke-width='3'/%3e%3c/svg%3e") no-repeat center left; /* LTR */
}

.messages--warning {
  border-color: #e0ac00;
}
.messages--warning .messages__header {
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 4 14' fill='%23e0ac00'%3e%3cpath d='M.5 0h3v9h-3z'/%3e%3ccircle cx='2' cy='12.5' r='1.5'/%3e%3c/svg%3e") no-repeat center left; /* LTR */
}

.messages--info {
  color: #144986;
  border-color: #144986;
  background-color: #dff3ff;
}

.messages__title {
  margin: 0 0 0 2.5rem;
  font-size: 1rem;
}

[dir=rtl] .messages__title {
  margin-right: 2.5rem;
  margin-left: 0;
}

@media only screen and (min-width: 48rem) {
  .messages__content {
    margin-left: 2.5rem;
  }
  [dir=rtl] .messages__content {
    margin-right: 2.5rem;
    margin-left: 0;
  }
}
.messages a {
  text-decoration: underline;
  color: #FFD23F;
}
.messages a:hover {
  color: #fff;
}
.messages a pre {
  margin: 0;
}

.messages__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.messages__item + .messages__item {
  margin-top: 0.75rem;
}

@media screen and (-ms-high-contrast: active) {
  .messages {
    border-width: 0.0625rem 0.0625rem 0.0625rem 0.3125rem;
  }
  [dir=rtl] .messages {
    border-right-width: 0.3125rem;
    border-left-width: 0.0625rem;
  }
  .messages__header {
    filter: grayscale(1) brightness(1.5) contrast(10);
  }
}
