.switch {
  display: inline-flex;
  align-items: center;
}
.switch_box {
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 0 10px 0 25px;
}
input[type="checkbox"].switch {
  font-size: 30px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 4em;
  height: 1.5em;
  background: #fff;
  border-radius: 3em;
  position: relative;
  cursor: pointer;
  outline: none;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  border: 1px solid;
}

.off {
  display: none;
}
.on {
  position: relative;
  left: -77px;
  color: #1c0a00;
  font-weight: bolder;
  font-size: 17px;
  text-transform: capitalize;
}
input[type="checkbox"].switch:checked {
  background: #fff;
  border: none;
}
input[type="checkbox"].switch:checked ~ .on {
  display: none;
}
input[type="checkbox"].switch:checked ~ .off {
  display: inline;
  position: relative;
  left: -115px;
  color: #1c0a00;
  font-weight: bolder;
  font-size: 17px;
  text-transform: capitalize;
}
input[type="checkbox"].switch:after {
  position: absolute;
  content: "";
  width: 1.5em;
  height: 1.5em;
  border-radius: 50%;
  background-image: url("https://upload.wikimedia.org/wikipedia/commons/c/c3/Flag_of_France.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  -webkit-transform: scale(0.7);
  transform: scale(0.7);
  left: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

input[type="checkbox"].switch:checked:after {
  left: calc(100% - 1.5em);
  background-image: url("https://upload.wikimedia.org/wikipedia/commons/a/a4/Flag_of_the_United_States.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

#icon-menu {
    font-size: 2rem;
    margin-top: 0.25rem;
}

@media (min-width:  1024px) {
    .md\:-mt-\[9\.8rem\] {
        margin-top: -7.8rem;
    }
}

@media (min-width:  1100px) {
    #targetEl {
        font-size: 1.2rem;
    }
}

@media (min-width:  600px) and (max-width: 1100px) {
    #targetEl {
        font-size: 1rem;
    }
}

@media only screen and (min-width:600px) and (min-width:801px) {
    .external-link, .footer-contact-info {
        margin-left: auto;
        margin-right: auto;
    }
}


.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}

.alert h4 {
    margin-top: 0;
    color: inherit;
}

.alert .alert-link {
    font-weight: bold;
}

.alert > p,
.alert > ul {
    margin-bottom: 0;
}

.alert > p + p {
    margin-top: 5px;
}

.alert-dismissable,
.alert-dismissible {
    padding-right: 35px;
}

.alert-dismissable .close,
.alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit;
}

.alert-success {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #3c763d;
}

.alert-success hr {
    border-top-color: #c9e2b3;
}

.alert-success .alert-link {
    color: #2b542c;
}

.alert-info {
    background-color: #d9edf7;
    border-color: #bce8f1;
    color: #31708f;
}

.alert-info hr {
    border-top-color: #a6e1ec;
}

.alert-info .alert-link {
    color: #245269;
}

.alert-warning {
    background-color: #fcf8e3;
    border-color: #faebcc;
    color: #8a6d3b;
}

.alert-warning hr {
    border-top-color: #f7e1b5;
}

.alert-warning .alert-link {
    color: #66512c;
}

.alert-danger {
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #a94442;
}

.alert-danger hr {
    border-top-color: #e4b9c0;
}

.alert-danger .alert-link {
    color: #843534;
}
@media only screen and (max-width: 600px) {
   .maps {
       height: 24rem;
   }

    #home-header {
        background-image: url("/images/img/bg-banner-6 mobile.png") !important;
        background-size: 31rem;
    }

    .switch {
        margin-left: 0.25rem;
    }

    .switch_box {
        padding: 0;
        width: 3rem;
    }
    input[type="checkbox"].switch:after{
        width: 1em;
        height: 1em;
    }
    input[type="checkbox"].switch {
        height: 1em;
    }
    input[type="checkbox"].switch:checked:after{
        left: calc(100% - 1em);
    }
}

@media (min-width: 641px) and (max-width: 961px) {
    #home-header {
        background-size: contain !important;
        background-position: top !important;
        background-image: url("/images/img/bg-banner-6 mobile.png") !important;
    }
    #presentation-mobile {
        margin-top: 28rem;
    }

    .logo {
        width: 13rem;
    }


}
@media (min-width:320px)  {
    /* smartphones, iPhone, portrait 480x320 phones */
}
@media (min-width:481px)  {
    /* portrait e-readers (Nook/Kindle), smaller tablets @ 600 or @ 640 wide. */
}
@media (min-width:641px)  {
    /* portrait tablets, portrait iPad, landscape e-readers, landscape 800x480 or 854x480 phones */
}
@media (min-width:961px)  {
    /* tablet, landscape iPad, lo-res laptops ands desktops */

}
@media (min-width:1025px) {
    /* big landscape tablets, laptops, and desktops */
}
@media (min-width:1281px) {
    /* hi-res laptops and desktops */
}

a.rounded-3xl:hover, a.rounded-2xl:hover, button.rounded-2xl:hover,
a.rounded-3xl:focus, a.rounded-2xl:focus, button.rounded-2xl:focus {
    background-color: #2e1207 !important;
    color: #fff !important;
}

input[type=text],
input[type=email],
input[type=submit],
button[type=submit],
textarea {
  outline: none;
  box-sizing: border-box;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  border: 2px solid transparent;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=submit]:focus,
button[type=submit]:focus,
textarea:focus,
input[type=text]:focus-visible,
input[type=email]:focus-visible,
input[type=submit]:focus-visible,
button[type=submit]:focus-visible,
textarea:focus-visible {
  outline: none;
  border-color: rgb(202 170 128);
}
