/******************
    User custom CSS
    ---------------

    In this file you can add your own custom CSS
    It will be loaded last, so you can override any other property.
    Also, it will never be updated. So if you inheritate a core template and just add here some CSS, you'll still benefit of all the updates
*/

@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:200,300,400,600,700,200italic,300italic,400italic,600italic,700italic");
:root {
  --bs-primary: #484C4C;
  --bs-error: #D03436;
  --bs-shadow: var(--bs-primary);
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
}

.form-control:focus {
  box-shadow: 4px 4px 0 var(--bs-shadow);
  border-color: #1E1E1E;
}

.btn-check + .btn-primary:hover {
  background-color: var(--bs-primary);
  border-color: var(--bs-primary);
}

.btn-check:checked + .btn-primary,
.btn-check:checked + .btn-primary:focus,
.btn-check:focus:checked + .btn-primary {
  background-color: var(--bs-primary);
  border-color: var(--bs-primary);
}

.has-error .form-control,
.input-error .form-control {
  box-shadow: 4px 4px 0 var(--bs-error);

}

.checkbox-item input[type=checkbox]:checked + label {
  color: var(--bs-primary);
}

/*Contourm sur le focus*/
.checkbox-item input[type=checkbox]:focus + label::before {
  border-color: #6a6e6e;
}

.checkbox-item input[type=checkbox]:checked + label::after {
  color: var(--bs-primary);
}

.checkbox-item input[type=checkbox]:checked + label::before {
  border-color: var(--bs-primary);
}

.radio-item input[type=radio]:checked + label {
  color: var(--bs-primary);
}

.radio-item input[type=radio]:checked + label::before, .radio-item input[type=radio]:checked + label::after {
  background-color: var(--bs-primary);
  border-color: #6a6e6e;
}

.fruity_twentythree .input-group-addon {
  background-color: var(--bs-primary);
}

.tempus-dominus-widget .date-container-decades div:not(.no-highlight).active, .tempus-dominus-widget .date-container-years div:not(.no-highlight).active, .tempus-dominus-widget .date-container-months div:not(.no-highlight).active, .tempus-dominus-widget .date-container-days div:not(.no-highlight).active, .tempus-dominus-widget .time-container-clock div:not(.no-highlight).active, .tempus-dominus-widget .time-container-hour div:not(.no-highlight).active, .tempus-dominus-widget .time-container-minute div:not(.no-highlight).active, .tempus-dominus-widget .time-container-second div:not(.no-highlight).active {
  background-color: var(--bs-primary);
}

.tempus-dominus-widget .date-container-decades div:not(.no-highlight).today:before, .tempus-dominus-widget .date-container-years div:not(.no-highlight).today:before, .tempus-dominus-widget .date-container-months div:not(.no-highlight).today:before, .tempus-dominus-widget .date-container-days div:not(.no-highlight).today:before, .tempus-dominus-widget .time-container-clock div:not(.no-highlight).today:before, .tempus-dominus-widget .time-container-hour div:not(.no-highlight).today:before, .tempus-dominus-widget .time-container-minute div:not(.no-highlight).today:before, .tempus-dominus-widget .time-container-second div:not(.no-highlight).today:before {
  border-bottom-color: var(--bs-primary);
}


.btn-primary, .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .btn-primary:active:focus, .btn-primary.dropdown-toggle.show, .btn-primary.dropdown-toggle.show:focus {
  background-color: var(--bs-primary);
  border-color: var(--bs-primary);
}

.btn-primary:focus, .btn-primary:active, .btn-primary.active, .btn-primary:active:focus, .btn-primary.dropdown-toggle.show, .btn-primary.dropdown-toggle.show:focus {
  box-shadow: 4px 4px 0 var(--bs-shadow);
}

.btn-primary:hover {
  color: #ffffff;
  box-shadow: 0 0 0 3px var(--bs-shadow);
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > li > a:hover {
  background-color: var(--bs-primary) !important;
}


.btn-outline-secondary:hover,
.btn-outline-secondary:focus {
  box-shadow: 0 0 0 3px var(--bs-shadow);
}

.input-group-text, label .input-group-text {
  background-color: var(--bs-primary);
}

#welcome-container {
  max-width: 100%;
}

.text-danger {
  color: var(--bs-error) !important;
}

.ls-answers label, .answer-item label, .control-label {
  color: #1E1E1E;
}

.checkbox-item label::before {
  border: 3px solid #1E1E1E;
}

.form-select:focus {
  box-shadow: 4px 4px 0 var(--bs-shadow);
  border-color: #1E1E1E;
}

.ls-answers .ls-heading th, .ls-answers th {
  color: #1E1E1E;
}

.alert-info {
  border: none;
  color: #1e1e1e;
  background-color: inherit;
}

.visually-hidden {
  width: 1px;
  height: 1px;
}

.top-container .progress {
  height: 4px;
}

.top-container .ls-progress-container {
  margin-top: 25px;
}

/*Offre de service et FAQ*/
.offrenom {
  font-weight: bold;
  font-size: 1.6rem;
}

#iconeoffre span.icon {
  font-size: 4rem;
}

.accordeon-section .header {
  box-shadow: none;
  padding: 15px 15px 15px 0!important;
}

.accordeon-section .header::before {
  background-image: none;
  background-color: inherit;
  background-size: inherit;
  height: auto;
  z-index: auto;
}

.accordeon-section .header::after {
  background-color: inherit;
  height: auto;
  position: relative;
  top: auto;
  transition: none;
  width: auto;
}

.accordeon-section-conteneur {
  margin-bottom: 25px;
}

#services .alert-info {
  border-left-width: 1px;
}

#services .alert.alert-fmed.alert-info {
  border-left-color: #c3c4c5;
}

.avantages.icon{
  color: var(--bs-error);
}
#iconeoffre {
  margin-top: 40px;
  margin-bottom: 40px;
}

table.table.table.table-striped.table-bordered{
  margin-bottom: 40px;
}

h4.titresection{
  margin-top: 60px;
}

.alert.alert-fmed.alert-info span {
  font-size: 1.07rem!important;
}

h3.taille-h4.services{
  margin-top: 10px;
  margin-bottom: 10px;
}

@media screen and (min-width: 992px) {
  #soutien{
    height: 168px;
  }
}