/***********************************************************************/
/* Généralités */

@viewport {
    zoom: 1.0;
    width: device-width;
    initial-scale: 1;
    maximum-scale: 1;
}

/*Font Awesome Fonts*/

@font-face {
    font-family: 'FontAwesome-webfont';
    src: url('fonts/fontawesome-webfont.eot') format('eot'),
        url('fonts/fontawesome-webfont.svg') format('svg'),
        url('fonts/fontawesome-webfont.ttf') format('ttf'),
        url('fonts/fontawesome-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

    font-family: 'FontAwesome';
    src: url('fonts/fontawesome-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}


html {
    height: 100%;
}

body {
    font-family: 'Muli', sans-serif;
    background-color: lightgray;
    height: 100vh;
    background: rgba(36, 36, 36, 1);
}

.container-fluid {
    padding-left: 0px;
    padding-right: 0px;
}

p * {
    display: block;
}

h2 {
    text-align: center;
    font-family: 'Orbitron', serif;
}

h4 {
    margin-bottom: 20px;
}

label {
    display: inline-block;
    width: 300px;
    margin-bottom: 0;
    font-weight: bold;
}

.active {
    display: flex;
}

.hidden {
    display: none;
    visibility: hidden;
}

.appear {
    display: block;
}

.message {
    display: flex;
    height: 60px;
}

.fas {
    padding: 0px;
}

input:focus {
    color: #fff;
    background-color: #343A40 !important;
}

.btn-lg {
    border: outset !important;
}

/***********************************************************************/
/* Généralités couleurs */

.delete,
input[type='submit'],
.red {
    color: orangered;
    font-weight: bold;
}

.delete:hover {
    color: darkred;
}

.black {
    color: black;
}

.grey {
    color: lightgray;
}
.white {
    color: white;
}

.yellow {
    color: #fdf3ac;
}

.orange {
    color: rgba(232, 102, 8, 1) !important;
}

.bg-blue {
    background-color: dodgerblue !important;
    color: #fff;
}

.green {
    color: mediumspringgreen;
}

.bg-orange {
    background-color: rgba(232, 102, 8, 1) !important;
}

.bg-grey {
    background-color: lightgray;
}

.bg-dgrey {
    background-color: #343A40;
}

.bg-green {
    background-color: #82EF9E;
}

.bg-green-md {
    background-color: mediumspringgreen !important;
}

.bg-red {
    background-color: red;
}

.blue {
    color: dodgerblue !important;
}

.bg-dark {
    background-color: rgba(36, 36, 36, 1) !important;
}

/***********************************************************************/
/* Navbar */

.pos-f-t {
    display: none;
}

.logo span:nth-child(1n) {}

.logo {
    height: 100px;
    position: relative;
    top: -15px;
}

.logo img {
    padding-bottom: 20px;
}

.logo img:nth-child(3n) {
    padding-bottom: 21px;
    padding-left: 10px;
}

.logo span {
    font-family: 'Orbitron', serif;
    font-size: 2.2em;
    font-stretch: ultra-expanded;
    padding-bottom: 10px;
    margin-right: 1px;
}

.nav {
    flex-wrap: nowrap;
}

.nav-link {
    font-weight: bold;
    color: white;
    font-family: 'Orbitron', serif !important;
}

.ui-tabs .ui-tabs-nav {
   left: 50px;
}

.ui-tabs .ui-tabs-nav > li:first-child {
   left: 30px;
}

.ui-tabs .ui-tabs-nav li {
    display: flex;
    justify-content: center;
    margin: 0px;
}

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
    padding: 10px;
}

.nav-link:hover {
    color: rgba(232, 102, 8, 1);
}

.dropdown:hover {
    color: rgba(232, 102, 8, 1);
}

.nav > li > a.dropdown-toggle:focus {
    color: rgba(232, 102, 8, 1);
    background-color: white;
}

.nav > li > .dropdown-menu > a.dropdown-item {
    color: black;
    background-color: white;
}

.nav > li > .dropdown-menu > a.dropdown-item:hover {
    color: rgba(232, 102, 8, 1);
}

.dropdown-item {
    z-index: 0;
    padding-left: 0;
}

.item-to-caddy {
    height: 70px;   
}

.dropdown-menu {
    overflow: auto;
}


.alert {
    word-break: break-word;
}

.alert2 {
    position: relative;
    top: 8px;
    padding: 3px;
    border: 3px solid rgba(232, 102, 8, 1);
    border-radius: 100%;
    background-color: rgba(232, 102, 8, 1);
    font-weight: bold;
}

.dropdown-menu.show {
    display: block;
    right: 50px;
    padding: 15px;
    min-width: 120px;
}

/***********************************************************************/
/* Footer */

#footer-std {
    display: block;
}

#footer-std > div {
    padding-top: 20px;
} 

footer {
    background-color: black;
}

footer div:nth-child(2):not(.home-footer) ,
footer div:nth-child(3).home-footer {
    padding-bottom: 20px;
}

footer div:nth-child(3):not(.home-footer) ,
footer div:nth-child(4).home-footer{
    padding-top: 20px;
    padding-bottom: 20px;
}

.contact-form {
    border: 5px solid lightgray;
    border-radius: 10px;
    border-style: ridge;
    background-color: rgba(232, 102, 8, 1);
    padding: 5px;
}

.contact-form:nth-child(3) {
    padding: 0px;
}

footer div:nth-child(4) {
    padding: 0px;
}

footer div:nth-child(2) div:nth-child(2) {
    padding: 0px;
}

footer div:nth-child(3) a {
    color: white;
    text-decoration: underline;
    text-decoration-color: darkorange;
    text-decoration-style: double;
}

.social-link {
    width: 50px;
    height: 50px;
    border-radius: 50px;
    background-color: rgba(232, 102, 8, 1);
    border: 3px solid white;
    color: white;
    margin: 0px 5px;
    padding: inherit;
}

.social-link:hover,
.social-link:active,
.social-link:focus {
    background-color: rgba(0, 0, 0, 1);
    color: rgba(232, 102, 8, 1);
    border-color: rgba(0, 0, 0, 1);
    box-shadow: none;
}

.social-link:hover > span >i {
    color: rgba(232, 102, 8, 1);
}

footer div:nth-child(3):not(.home-footer) span:nth-child(1),
footer div:nth-child(4).home-footer span:nth-child(1){
    padding-right: 20px;
}

    padding-right: 5px;
footer div:nth-child(3):not(.home-footer) span:nth-child(2),
footer div:nth-child(3):not(.home-footer) span:nth-child(3),
footer div:nth-child(4).home-footer span:nth-child(2),
footer div:nth-child(4).home-footer span:nth-child(3) {
    padding-left: 20px;
    padding-right: 20px;
    border-left: 1px solid lightgrey;
    border-right: 1px solid lightgrey;
}

footer div:nth-child(3):not(.home-footer) span:nth-child(4),
footer div:nth-child(4).home-footer span:nth-child(4) {
    padding-left: 20px;
    color: rgba(104, 102, 206, 1);
    padding-bottom: 0px;
}

footer div:nth-child(3):not(.home-footer) span:nth-child(4) > span {
    padding-right: 5px !important;
}

footer div:nth-child(3):not(.home-footer) span:nth-child(4) > span + a {
    position: relative;
    top: -11px;
}

.site-info > a {
    color: hsla(0,0%,100%,.5) !important;
}

.site-info > a:hover {
    color: #731de4 !important;
}

.rwd-line {
    display: inline;
}

#footer-homeview {
    display: none;
}

.email a {
    color: #fff;
}

.email a:hover {
    text-decoration: none;
    color: rgba(252, 120, 2, 1);
}

.email {
    padding-left: 0px !important;
    margin-left: 20px;
    border-left: none !important;
    position: relative;
    display: inline-block;
    height: 22px;
}

.underline {
    display: block;
    position: absolute;
    height: 1px;
    width: 0;
    background-color: hsla(0,0%,100%,.5);
    bottom: -4px;
    left: 50%;
    transition: left .4s ease-in-out,width .4s ease-in-out;
}

.email a:hover:before, .email a:hover:after {
    transition: left .4s ease-in-out,width .4s ease-in-out;
    left: 0;
    width: 0;
}

.email a:before, .email a:after {
    position: absolute;
    content: '';
    bottom: -4px;
    width: 50%;
    height: 1px;
    transition: left .4s ease-in-out .2s,width .4s ease-in-out .2s;
}

.email a:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='rgba(252, 120, 2, .5)',endColorstr='rgba(252, 120, 2, 1)',GradientType=1);
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    transition: -webkit-transform .4s ease-in-out;
    transition: transform .4s ease-in-out;
    transition: -webkit-transform .4s ease-in-out,-webkit-transform .4s ease-in-out;
    transition: transform .4s ease-in-out,-webkit-transform .4s ease-in-out;
}

.email a:hover:before {
    transition: left .4s ease-in-out,width .4s ease-in-out;
    left: -30px;
    width: 0;
    display: block;
    width: 30px; 
    background: linear-gradient(to right,rgba(252, 120, 2, 1) 35%,rgba(252, 120, 2, .5) 81%);
    height: 22px;
}

.email a:after {   
    left: 50%;
}

.email a:hover:after {
    transition: left .4s ease-in-out,width .4s ease-in-out;
    background: url("https://caddyrace.labdev.fr/public/picture/ico/email.png") no-repeat center;
    background-size: cover;
    display: block;
    width: 30px;
    height: 30px;
    left: -30px;
}

#link_1,
#link_2,
#link_3,
#link_4,
#link_5 {
    visibility: hidden;
    width: 0;
    height: 0;
}

/***********************************************************************/
/* Apple Store pop-up */

.overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(255, 255, 255, 0.8);
    transition: opacity 500ms;
    visibility: hidden;
    opacity: 0;
}

.overlay:target {
    visibility: visible;
    opacity: 1;
    z-index: 1000;
}

.popup {
    margin: auto;
    padding: 20px;
    background: black;
    border-radius: 5px;
    width: 30%;
    position: relative;
    transition: all 5s ease-in-out;
}

.popup h3 {
    margin-top: 0;
    color: rgba(232, 102, 8, 1);
    font-family: Tahoma, Arial, sans-serif;
}

.popup .close {
    position: absolute;
    top: 5px;
    right: 10px;
    transition: all 200ms;
    font-size: 30px;
    font-weight: bold;
    text-decoration: none;
    color: rgba(232, 102, 8, 1);
}

.popup .close:hover {
    color: #06D85F;
}

.popup-lg .content {
    max-height: 30%;
    overflow: auto;
}

.popup3 {
    bottom: 70px;
}

.popup3 a i {
    color: white;
}

.popup3 a i:nth-child(2) {
    position: relative;
    left: -75px;
    bottom: 35px;
}


/***********************************************************************/
/********************************** HOME VIEW **************************/
/***********************************************************************/

    /* *****************************************************************/
    /*                            LOADER SPINNER                       */
.loader {
  font-size: 10px;
  margin: 50px auto;
  text-indent: -9999em;
  width: 5em;
  height: 5em;
  border-radius: 50%;
  background: -moz-linear-gradient(left, rgba(252, 120, 8, 1) 10%, rgba(252, 120, 8, 0.3) 42%);
  background: -webkit-linear-gradient(left, rgba(252, 120, 8, 1) 10%, rgba(252, 120, 8, 0.3) 42%);
  background: -o-linear-gradient(left, rgba(252, 120, 8, 1) 10%, rgba(252, 120, 8, 0.3) 42%);
  background: -ms-linear-gradient(left, rgba(252, 120, 8, 1) 10%, rgba(252, 120, 8, 0.3) 42%);
  background: linear-gradient(to right, rgba(252, 120, 8, 1) 10%, rgba(252, 120, 8, 0.3) 42%);
  position: relative;
  -webkit-animation: load3 1.4s infinite linear;
  animation: load3 1.4s infinite linear;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}
.loader:before {
  width: 50%;
  height: 50%;
  background: rgba(252, 120, 8, 1)
  border-radius: 100% 0 0 0;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
}
.loader:after {
  background-image: url('https://caddyrace.labdev.fr/public/picture/brand/caddy-icon-C-70x70.png');
  background-repeat: no-repeat;    
  background-size: contain;
  width: 75%;
  height: 75%;
  border-radius: 50%;
  content: '';
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
@-webkit-keyframes load3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

#loadingDiv {
    position:absolute;;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background-color: black;
}

    /* *****************************************************************/
    /*                            LOADER SPINNER                       */

.loader-footer,
.loader-footer:after {
    border-radius: 100%;
    width: 40px;
    height: 40px;
}

.loader-footer {            
    margin: 300px auto;
    font-size: 11px;
    position: relative;
    text-indent: -9999em;
    background-image: url('https://caddyrace.labdev.fr/public/picture/brand/caddy-icon-C-38x38.png');
    background-size: contain;
    background-repeat: no-repeat;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load8 1.1s infinite linear;
    animation: load8 1.1s infinite linear;
}

@-webkit-keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

#loadingDiv-footer,
#loadingDiv-footer2,
#loadingDiv-footer3,
#loadingDiv-footer4,
#loadingDiv-footer5 {
    width:40px;
    height:40px;
    overflow: hidden;
}

    /* *****************************************************************/
    /*                             CAROUSEL                            */

.carousel {
    margin-left: 0px;
    margin-right: 0px;
    height: 95vh;
}

.carousel-inner {
    background: rgba(36, 36, 36, 1);
    height: 95vh;
}

.carousel-indicators {
    bottom: 150px;
}

.carousel-item {
    margin-left: 0px;
}

.title-slider1,
.title-slider2,
.title-slider3,
.title-slider4,
.title-slider5,
.title-slider6 {
    margin-top: 20px;
    font-family: 'Orbitron', serif;
    font-size: 2.5em;
    font-weight: bold;
    text-align: center;
    color: #fff;
}

.title-slider1 em,
.title-slider3 em,
.title-slider4 em,
.title-slider5 em,
.title-slider6 em {
    color: rgba(232, 102, 8, 1);
}

.title-slider1 > span:nth-child(2) > span {
    margin: 0px 7px;
}

.title-slider2 em,
.title-slider3 em {
    color: orangered;
}
/*
.slider-img {
    height: 70vh;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-end;
    position: relative;
    top: -20px;
}
*/
.slider-img > a > img {
    transform: scale(0.7);
    position: relative;
}

.slider1,
.slider2,
.slider3,
.slider4,
.slider5 {
    padding-top: 20px;
}

.slider2,
.slider5 {
    background-position: center;
    font-family: 'Orbitron', serif;
    font-size: 10em;
    color: red;
    text-align: center;
}

.slider2 {
    padding-top: 0px;
    background-repeat: no-repeat;
    background-size: cover;
    height: 950px;
    width: 500px;
}

.slider2b {
    position: absolute;
    top: 750px;
    left: 43%;
}

.slider2c {
    position: absolute;
    top: 550px;
    left: 48%;
    text-align: center;
    font-size: 10em;
    color: red;
}

.slider2 > img {
    position: absolute;
    bottom: 20%;
    left: 40%;
}

#caddie-left,
#caddie-right {
    position: relative; 
    top: -4px;
}
    
#caddie-right {
    left: 0.5%;
    transform: scaleX(-1);
}

.demo-nb {
    padding-top: 20px;
}

.demo-nb > span{
    border-radius: 100px;
    height: 70px;
    width: 70px;
    text-align: center;
    padding: 7px;
    border: 3px solid #fff !important;
}

.demo-nb > span.red {
    border: 3px solid #fff !important;
}

.demo-nb > span.white {
    border: 3px solid #fff !important;
}

.smiley {
    position: relative;
    top: -297px;
    left: 155px;
}

.caddyrace {
    position: relative;
    top: -250px;
    left: 70px;
}

.caddyicone {
    position: relative;
    top: -150px;
    left: -100px;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    background: none;
    width: auto;
}
    
.carousel-control-prev {
    left: 10px;
}

.carousel-control-prev-icon > i,
.carousel-control-next-icon > i {
    color: rgba(232, 102, 8, 1)  !important;
    font-size: 8em;
}

carousel-indicators {
    color: black;
}

.enter {
    background-color: lightgrey;
}

.enter-btn {
    padding: 10px;
    margin: auto;
}

.enter-btn span:nth-child(1n) {
    font-family: 'Orbitron', serif;
}

.enter-btn i:nth-child(1n) {
    font-size: 2em;
    padding-right: 5px;
    color: rgba(232, 102, 8, 1);
}

/***********************************************************************/
/* Login View */

.loginView {
    margin: auto;
}

.login,
.newMember {
    padding-bottom: 20px;
}

.login,
.newMember {
    color: white;
}

.login-brand {
    font-size: 2em;
    font-weight: bold;
    text-align: center;
    color: lawngreen;
}

.login-title,
.member-title {
    padding-top: 10px;
    text-align: left;
    margin-left: 5%;
    margin-right: 5%;
}

.login-form {
    width: 20%;
    margin-left: 10%;
}

.login-form input {
    width: 80%;
}

.login-form input[placeholder] {
    font-size: 0.7em;
}

s .member-link {
    margin-top: 20px;
}

.form-check {
    margin-bottom: 1rem;
}

.connect {
    height: 50px;
    padding-top: 0px;
}


.logo2 img:nth-child(3n) {
    padding-bottom: 5px;
}

.logo3 {
    position: relative;
    top: 5px;
}

.logo3 span {
    padding-bottom: 0px;
    font-size: 1em;
    position: relative;
    bottom: -10px;
    left: -5px;
}

.logo3 img:nth-child(3n) {
    padding-right: 0px;
    padding-bottom: 0px;
    position: relative;
    bottom: -10px;
}

/***********************************************************************/
/* Editeur de tetxe WYSIWYG */

#newPostInForm,
#modifPostInForm {
    height: 500px;
    border: 3px solid black;
    padding: 5%;
    background-color: white;
    overflow: auto;
}

#newPostHTML,
#newPostPlainText,
#modifPostHTML,
#modifPostPlainText {
    display: none;
}

#postInForm {
    background-color: white;
}

/***********************************************************************/
/* listView autocomplete searchbar */

.item-searchbar {
    z-index: 2;
    position: relative;
    top: 5px;
    left: 7%;
    color: rgba(0, 0, 0, 0.2);
}

#itemDescription::placeholder {
    padding-left: 30px;
}

#itemDescription[placeholder]:focus {
    padding-left: 45px !important;
}
    
#itemDescription[placeholder]:focus::placeholder{
    visibility: hidden;
}

.tohide {
    visibility: hidden;
}

ul.bs-autocomplete-menu {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    max-height: 200px;
    overflow: auto;
    z-index: 9999;
    border: 1px solid #eeeeee;
    border-radius: 4px;
    background-color: #fff;
    box-shadow: 0px 1px 6px 1px rgba(0, 0, 0, 0.4);
}

ul.bs-autocomplete-menu a {
    font-weight: normal;
    color: #333333;
}

.ui-helper-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.bs-autocomplete-feedback {
    width: 1.5em;
    height: 1.5em;
    overflow: hidden;
    margin-top: .5em;
    margin-right: .5em;
}

/***********************************************************************/
/* listView Nav */

.screen-avert {
    position: fixed;
    top: 126px;
    left: 50px;
    z-index: 1040;
}

#dropdown-content {
    padding-left: 15px;
}

.dropdown-menu {
    background-color: #343a40;
    min-width: none;
}

.dropdown-toggle {
    display: flex;
    justify-content: center;
    border-radius: 20% !important;
}

.dropdown-toggle::after {
    color: #fff;
    position: absolute;
    bottom: 0px;
    left: 33px;
    bottom: -3px;
    font-size: 2em;
}

.search-bar {
    display: flex;
    align-items: center;
    padding: .5rem 1rem;
    left: -4%;
}

.search-bar input,
.search-bar select,
.ui-selectmenu-button.ui-button {
    height: 55px;
}

.ui-corner-all {
    border-radius: 0px;
}

.ui-widget.ui-widget-content {
    border: none;
}

.ui-widget-content {
    z-index: 10;
    background-color: #fff;
    color: black;
    border: none;
}

#items-admin,
#aisles-admin {
    background-color: rgba(232, 102, 8, 1);
}

#list,
#aisles {
    background-color: #343A40;
}

#addItem,
#addItem-Admin {
    padding: .5rem .5rem;
}

.liste-tab:hover,
.rayons-tab:hover,
.liste-tab:focus,
.rayons-tab:focus,
.liste-tab:active,
.rayons-tab:active {
    background: rgba(232, 102, 8, 1);
}

.posts-extracts {
    font-family: 'PT Sans', sans-serif;
    font-size: 13px;
    font-weight: 400;
    color: #4f5d6e;
    position: relative;
    background: rgb(26, 49, 95);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(26, 49, 95, 1)), color-stop(10%, rgba(26, 49, 95, 1)), color-stop(24%, rgba(29, 108, 141, 1)), color-stop(37%, rgba(41, 136, 151, 1)), color-stop(77%, rgba(39, 45, 100, 1)), color-stop(90%, rgba(26, 49, 95, 1)), color-stop(100%, rgba(26, 49, 95, 1)));
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#1a315f', endColorstr='#1a315f', GradientType=0);
}

.posts-extracts {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 500px;
    overflow-y: scroll;
}

.posts-extracts:before,
.posts-extracts:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: -1;
    height: 260px;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(26, 49, 95, 1)), color-stop(100%, rgba(26, 49, 95, 0)));
    background: linear-gradient(to bottom, rgba(26, 49, 95, 1) 0%, rgba(26, 49, 95, 0) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#1a315f', endColorstr='#001a315f', GradientType=0);
}

.posts-extracts:after {
    top: auto;
    bottom: 0;
    background: linear-gradient(to bottom, rgba(26, 49, 95, 0) 0%, rgba(26, 49, 95, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#001a315f', endColorstr='#1a315f', GradientType=0);
}

#list_scroll {
    padding-top: 115px;
    height: 1000px;
    overflow-y: scroll;
}

.pagination,
.posts-title,
.news-title {
    display: flex;
    justify-content: center;
    text-align: center;
    font-family: 'Orbitron', serif;
}

.title-container {
    height: 100px;
}

.page-link:hover {
    color: black;
    background-color: white;
    font-weight: normal;
}

.page-link {
    display: inline;
}

.alert-admin {
    padding: 60px;
    background: url('picture/picture2.jpg');
    background-attachment: fixed;
}

.extract {
    margin: 20px;
}

.news-title {
    font-family: 'Cinzel', serif;
}

.news {
    font-family: 'Inconsolata', monospace;
}

.ui-tabs .ui-tabs-panel {
    padding: 0em;
}

#accordion-list > .ui-state-default, 
#accordion-list > .ui-widget-content .ui-state-default, 
#accordion-list > .ui-widget-header .ui-state-default, 
#accordion-items > .ui-state-default, 
#accordion-items > .ui-widget-content .ui-state-default, 
#accordion-items > .ui-widget-header .ui-state-default, 

#accordion-items > .ui-button, 
html .ui-button.ui-state-disabled:hover, 
html .ui-button.ui-state-disabled:active {
    background: #343A40 !important;
    color: #fff !important;
}

#accordion-list > .ui-state-active,
#accordion-list > .ui-widget-content .ui-state-active,
#accordion-list > .ui-widget-header .ui-state-active,
#accordion-items > .ui-state-active,
#accordion-items > .ui-widget-content .ui-state-active,
#accordion-items > .ui-widget-header .ui-state-active,

#accordion-list > a.ui-button:active,
#accordion-list > .ui-button:active,
#accordion-list > .ui-button.ui-state-active:hover,
#accordion-list > .ui-state-active > span:nth-child(3) + h4 + span > i ,
#accordion-list > .ui-widget-content .ui-state-active > span:nth-child(6) > i {
    color: #555555 !important;
    background: #e6e6e6 url(images/ui-bg_glass_75_e6e6e6_1x400.png) 50% 50% repeat-x !important;
}

.ui-widget-content .ui-state-active > span:nth-child(6) > i + span:not(:shop) {
    border: 3px solid #555555;
    color: #555555;
}

#accordion-list > .ui-state-active > span:nth-child(3) + h4 + span > i {
    color: rgba(232, 102, 8, 1) !important;
}

#accordion-list > .ui-state-active > span:nth-child(6) > i {

}

#accordion-list > .ui-state-default > span:nth-child(6) > i + span:not(bg-green-md) {
    border: 3px solid #82EF9E;
    background: none;
    color: #82EF9E;
}

#accordion-list > .ui-state-default > span:nth-child(6) > i + span.bg-green-md,
.fam-select + span.green {
    color: #555555;
}

.ui-widget-header, 
.ui-widget-header .ui-state-default {
    background: none;
    border: none;
}
    
.ui-widget-header a,
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus,
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
    color: #fff;
}

.ui-icon-triangle-1-e,
.ui-icon-triangle-1-s {
    background-position: -62px -16px;
    display: none;
}

.ui-accordion-header.ui-state-default > span:nth-child(5) {
    visibility: hidden;
}

.ui-accordion-header.ui-state-active > span:nth-child(5) {
    visibility: visible;
}

/***********************************************************************/
/* listView - tabs */

#list-refresh {
    position: relative;
    left: -100%;
    z-index: 2;
}

.title {
    height: 89px;
}

.refresh-btn,
.return-btn {
    border-radius: 100px;
    text-align: center;
    display: flex;
    justify-content: space-around;
    align-items: center;
    box-shadow: 0 0 40px rgba(0, 0, 0, .6);
    cursor: pointer;
    padding: .5rem 1rem;
}

.return-btn {
    flex: 0 0 50%;
}

.refresh-btn {
    width: 160px;
}

.return-btn > form > button {
    background: none;
    border: none;
}

.refresh-btn:hover,
.return-btn:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, .6);
    background: #555 !important;
}

#items-refresh {
    position: relative;
    left: -185%;
    display: none;
}

#items-refresh-btn {
    display: none;
}

#items-refresh-btn + div {
    padding: 0px 10px;
}

#items-refresh-btn {
    position: absolute;
    z-index: 9999;
    top: 28px;
    right: 2%;
    width: auto;
    padding: 10px 4px;
}

.show > a > span > i {
    color: #fff !important;
}

.show > a > span > span {
    color: #5555;
    background: #5555;
    border: 3px solid #fff;
}

.fa-arrow-alt-circle-left,
.fa-arrow-alt-circle-right {
    font-size: 1.5em;
}

/***********************************************************************/
/* listView - items checkbox */

.ui-widget input[placeholder] {
    padding-left: 5px !important;
}

input.add-list::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: rgba(232, 102, 8, 1);
}
input.add-list:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color: rgba(232, 102, 8, 1);
   opacity:  1;
}
input.add-list::-moz-placeholder { /* Mozilla Firefox 19+ */
   color: rgba(232, 102, 8, 1);
   opacity:  1;
}
input.add-list:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color: rgba(232, 102, 8, 1);
}
input.add-list::-ms-input-placeholder { /* Microsoft Edge */
   color: rgba(232, 102, 8, 1);
}
input.add-list::placeholder { /* Most modern browsers support this now. */
   color: rgba(232, 102, 8, 1);
}

input.add-shop::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: dodgerblue;
}
input.add-shop:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color: dodgerblue;
   opacity:  1;
}
input.add-shop::-moz-placeholder { /* Mozilla Firefox 19+ */
   color: dodgerblue;
   opacity:  1;
}
input.add-shop:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color: dodgerblue;
}
input.add-shop::-ms-input-placeholder { /* Microsoft Edge */
   color: dodgerblue;
}
input.add-shop::placeholder { /* Most modern browsers support this now. */
   color: dodgerblue;
}

#accordion-list > .ui-accordion-content {
    padding: 1em 0em;
}

input[type="checkbox"] {
    position: absolute;
    left: -9999px;
}

/*
.item-check {
    display: block;
    position: relative;
    margin: 3px 10px 3px 10px;
    padding: 15px 30px 15px 62px;
    border: 3px solid #fff;
    border-radius: 100px;
    color: black;
    background-color: lightgray;
    box-shadow: 0 0 20px rgba(0, 0, 0, .2);
    white-space: nowrap;
    cursor: pointer;
    user-select: none;
    transition: background-color .2s, box-shadow .2s;
}
*/

.item-gene {
    display: block;
    position: relative;
    margin: 3px 10px 3px 10px;
    padding: 15px 30px 15px 62px;
    padding-left: 100px !important;
    color: black;
    box-shadow: 0 0 20px rgba(0, 0, 0, .2);
    white-space: nowrap;
    user-select: none;
    transition: background-color .2s, box-shadow .2s;
    padding-left: 50px !important;
}

.items,
.caddie,
.caddie2,
.action-button,
.add-list-btn {
    border-radius: 100px;
    height: 40px;
    width: 40px;
    text-align: center;
    display: flex;
    justify-content: center;
    font-family: 'Orbitron', serif !important;
}

.items {
    border: 3px solid #fff;
    color: #555555;
    background: #fff;
}

.shop {
    border-color: dodgerblue !important;
    background: none !important;
}

.items.dark {
    border: 3px solid #555555;
}

.btn-full-white {
    border: 3px solid #fff;
    background: #fff;
    color: black;
}

.btn-circle-white {
    border: 3px solid #fff;
    background: none;
    color: #fff;
}

.btn-full-orange {
    border: 3px solid rgba(232, 102, 8, 1);
    background: rgba(232, 102, 8, 1);
    color: #fff;
}

.btn-circle-orange {
    border: 3px solid rgba(232, 102, 8, 1);
    background: none;
    color: rgba(232, 102, 8, 1);
}

.btn-full-green {
    border: 3px solid #82EF9E;
    background: #82EF9E;
    color: black;
}

.btn-circle-green {
    border: 3px solid #82EF9E;
    background: none;
    color: #82EF9E;
}

.items.green {
    border: 3px solid #82EF9E;
    background: #82EF9E;
}

.caddie, .caddie2 {
    border: 3px solid rgba(232, 102, 8, 1) !important;
    color: white !important;
}

.caddie {
    color: rgba(232, 102, 8, 1) !important;
}

.caddie2 {
    background: rgba(232, 102, 8, 1);
}

.item-check::before {
    content: "\f07a";
    font-family: 'FontAwesome';
}

.action-button,
.item-gene:focus,
input[type="checkbox"]:focus + .item-check {
    box-shadow: 0 0 20px rgba(0, 0, 0, .6);
    cursor: pointer;
}

.modif-btn {
    position: absolute;
    left: 80%;
}

.check-btn {
    position: absolute;
    left: 90%;
}

.form-check {
    margin-right: -53px;
    top: 7px;
}

input[type="checkbox"]:checked + .item-check {
    color: #fff;
    background-color: #343A40;
}

input[type="checkbox"]:checked + .item-check::before {
    color: rgba(232, 102, 8, 1);
}

.to-list, .to-caddy {
    background-color: rgba(232, 102, 8, 1) !important;
    margin: 3px 10px 3px 10px;
    padding: 0;
    white-space: nowrap;
    text-align: center;
    border-radius: 100px;
    border-style: outset;
}

.to-caddy {
    background-color: mediumspringgreen!important;
    font-weight: bold;
}

.to-buy {
    background: rgba(232, 102, 8, 1);
    font-family: 'Orbitron', serif !important;
    font-size: 1em;
    text-align: center;
    color: #fff;
}

.to-buy + button > i {
    color: rgba(232, 102, 8, 1);
}

.to-buy:focus + button > i {
    color: black;
}

.in-caddy {
    background: #555555;
    color: #82EF9E;
}

.to-check {
    position: absolute;
    z-index: 2;
    height: 50px;
}

.to-check > button {
    background: none;
    height: 50px;
    width: 100%;
}

.dropdown-item:active,
.dropdown-item:hover {
    background: #e6e6e6 url(images/ui-bg_glass_75_e6e6e6_1x400.png) 50% 50% repeat-x;
}

.right {
    position: absolute;
    top: 10px;
    left: 60%;
}

.form-row>[class*=col-] {
    flex-wrap: nowrap;
    padding-right: 15px;
    padding-left: 15px;
}

.delete-form {
    cursor: pointer;
    position: relative;
    left: 70px;
}

ul {
    padding-left: 0px;
}

.delete-btn {
    color: #fff;
    position: relative;
    z-index: 1;
    background-color: red;
}

/***********************************************************************/
/* shopView - Icones */

.item-gene::before {
    content: "\f02a";
    font-family: 'FontAwesome';
    padding-top: .1rem;
    padding-bottom: .1rem;
    padding-left: .2rem;
    padding-right: .2rem;
    color: #fff;
    display: block;
    position: absolute;
    top: 10px;
    bottom: 10px;
    left: 10px;
    border: 3px solid #fff;
    border-radius: 100px;
    transition: background-color .2s;
}

.item-gene:focus {
    color: #fff !important;
    background-color: #343A40 !important;
}

.item-gene.add-shop + button,
.item-gene.modif-hide + button {
    background: none;
    color: #fff;
    box-shadow: none;
    border: none;
    cursor: text;
}

.item-gene:focus + button.bg-white > i {
    color: #fff !important;
}

.item-gene:focus + button {
    background-color: dodgerblue !important;
    color: black;
    cursor: pointer;
}

.alert-finish {
    position: absolute;
    z-index: 11;
    top: 392px;
    height: 100%;
    background: rgba(232, 102, 8, 1);
    color: #fff;
    font-family: 'Orbitron', serif;
    font-size: 2.5em;
    font-stretch: ultra-expanded;
    text-align: center;
    padding-top: 20%;
}

/***********************************************************************/
/* listView - Icones */

.aisles-icons {
    padding: 0px;
    margin-right: -30px;
}

.famIcon {
    transform: scale(0.8);
}

/***********************************************************************/
/* shopView - Rayons */

.ui-sortable-handle > span {
    padding-right: 0px !important;
    padding-left: 0px !important;
}

.rayon-num {}

.circuit {
    height: 3.1em;
    line-height: 1.2em;
    padding: 5px;
    font-size: 1.2em;
    border: 1px solid #d3d3d3;
    border-radius: 4px 4px 4px 4px;
    font-weight: normal;
}

.sortable {
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 100%;
}

.sortable li,
.rayon-num li {
    margin: 2px 0 0 0;
    font-size: 1em;
    height: 1.5em;
    border: 1px solid #d3d3d3;
    border-radius: 4px 4px 4px 4px;
    font-weight: normal;
    color: #555555;
}

.rayon-num li {
    cursor: default;
}

.sortable li {
    padding: .5em .5em .5em .7em;
    cursor: move;
}

.rayon-num,
.list-group-item {
    padding: 0px;
    cursor: none;
}

.sortable li:active,
.sortable li:hover {
    color: #fff;
    background: #343A40;
}

html > body .sortable li,
.rayon-num li,
#newAisleGene,
#newAisle {
    height: 5em;
    line-height: 1.2em;
}

.ui-state-highlight {
    height: 1.5em;
    line-height: 1.2em;
    background: red;
}

/* select with custom icons */

.ui-selectmenu-menu .ui-menu.customicons .ui-menu-item-wrapper {
    padding: 0.5em 0 0.5em 3em;
}

.ui-selectmenu-menu .ui-menu.customicons .ui-menu-item .ui-icon {
    height: 40px;
    width: 40px;
    top: 0.1em;
    margin-left: -10px;
}

.ui-selectmenu-button.ui-button {
    text-align: left;
    white-space: nowrap;
    position: relative;
    margin-left: 68px;
    border: 5px solid lightgray;
    border-radius: 10px;
    border-style: outset;
    background-color: lightgray;
    color: black;
}

/* select with CSS avatar icons */
option.avatar {
    background-repeat: no-repeat !important;
    padding-left: 20px;
}

.avatar .ui-icon {
    background-position: left top;
    opacity: 0;
}

.demo {
    position: relative;
    top: -20px;
    right: -250px;
}

#files1-button,
#files2-button,
#files3-button,
#files4-button,
#files5-button,
#files6-button,
#files7-button,
#files8-button,
#files9-button,
#files10-button,
#files11-button,
#files12-button,
#files13-button,
#files14-button,
#files15-button,
#files16-button,
#files17-button,
#files18-button,
#files19-button,
#files20-button {
    background: none;
}

span.ui-icon.video {
    background-image: url("https://img.icons8.com/color/48/000000/cucumber.png");
    background-size: contain;
}

span.ui-icon.rss {
    background-image: url("https://img.icons8.com/color/48/000000/pear.png");
    background-size: contain;
}

.ray,
.ray-order {
    margin: auto
}

.fam-select {
    position: relative;
}

#newAisleGene,
#newAisle {
    margin-right: 5px;
    margin-left: -10px;
    height: 100%;
}

#newAisle > form > input {
    padding-left: 2px !important;
}

/***********************************************************************/
/* Signaled comments */

.comments-content-signaled {
    border: 5px solid orange;
    padding: 6%;
}

/***********************************************************************/
/* Post view */

.post-view {
    padding: 5%;
    padding-bottom: 20px;
    margin-bottom: 20px;
    background: url('picture/picture2.jpg');
    background-attachment: fixed;
}

.post-content {
    max-height: 1050px;
    padding: 10%;
    margin-bottom: 50px;
    overflow: auto;
    background: rgba(0, 0, 0, 0.4);
    border: 2px solid white;
}

.boutons {
    margin-bottom: 20px;
    margin-right: 0px;
}

.comments-content {
    max-height: 500px;
    padding: 50px;
    margin-bottom: 20px;
    overflow: auto;
    background: rgba(0, 0, 0, 0.4);
    border: 2px solid white;
}

/***********************************************************************/
/* Publishing view */

#publishing {
    padding-left: 10%;
    padding-right: 10%;
    background: url('picture/picture8.jpg');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
}

.publishing-text {
    height: 900px;
    margin: 10%;
    padding: 5%;
    background: rgba(250, 250, 250, 0.4);
    background-attachment: fixed;
    overflow: auto;
}

/***********************************************************************/
/* Members Edit view */

.profil-form {
    width: 50%;
    margin-left: 10%;
}

.profil-form label {
    width: 200px;
}

#members {
    padding: 40px;
    width: 1080px;
}

#members {
    margin-bottom: 0px;
}

#member {
    padding: 40px;
    height: 750px;
    margin-bottom: 0px;
    color: red;
}

.member-text {
    border: 5px solid rgba(232, 102, 8, 1);
    border-radius: 10px;
    border-style: ridge;
    width: 40%;
    padding: 20px;
    margin-top: 30px;
    margin-bottom: 20px;
    margin-left: 10%;
}

input,
.input_novalue,
input:invalid,
textarea,
#champ,
.posts-extracts,
.search-bar select,
.rayons-org {
    border: 5px solid lightgray;
    border-radius: 10px;
    border-style: ridge;
    background-color: #fff;
}

.rayons-org {
    background-color: #343A40;
}

.input_focus {
    background-color: lightgray;
    border: 5px solid rgba(232, 102, 8, 1);
    border-style: ridge;
}

.input_value,
textarea:focus,
textarea:after,
#champ:focus,
#champ:after {
    background-color: #343A40;
    color: #fff;
    border: 5px solid rgba(232, 102, 8, 1);
    border-style: ridge;
}

.desinscrire {
    padding-top: 0px;
}

/***********************************************************************/
/* Composition pour les champs invalides formulaire */

input:invalid {
    border-color: #900;
    background-color: #FDD;
}

input:focus:invalid {
    outline: none;
}

input[type=email] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    border: 1px solid #333;
    margin: 0;
    font-family: inherit;
    font-size: 90%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.error {
    width: 100%;
    padding: 0;
    font-size: 80%;
    color: white;
    background-color: #900;
    border-radius: 0 0 5px 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.error.active {
    padding: 0.3em;
}

.button {
    display: block;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 2px solid lightgrey;
    border-radius: 6px;
    background-color: white;
    width: 75px;
    padding: 2px 6px 2px 6px;
    font-family: arial;
    font-size: 70%;
    text-decoration: none;
    color: black;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/***********************************************************************/
/* Exit View */

.exit {
    text-align: center;
    height: 100vh;
    color: #FAFCEE;
}

.return-button.exit-text {
    position: relative;
    top: -5%;
}

/***********************************************************************/
/* Error view */

.error-view {
    padding: 30px;
    height: 500px;
}

.noscript {
    position: fixed;
    width: 600px;
    min-width: 380px;
    left: 50%;
    top: 50px;
    margin-left: -300px;
    padding: 20px;
    background: black;
    z-index: 201;
    border: 10px solid #ff3c41;
}

.noscript-title {
    font-weight: 700;
    font-size: 32px;
    margin: 0 0 10px 0;
    line-height: 1.2;
}

.noscript p {
    color: #9396a4;
    margin: 0 0 25px 0;
}

.noscript a {
    text-decoration: none;
    color: #76daff;
}

input.modal-closing-trick {
    position: absolute;
    top: -9999px;
    left: -9999px;
}

.noscript-button {
    background: #36383f;
    color: white;
}

label[for] {
    cursor: pointer;
    left: -200px;
}

.preload * {
    -webkit-transition: none !important;
    transition: none !important;
}

.noscript::before,
.noscript::after {
    content: '';
    display: table;
}

.noscript::after {
    clear: both;
}

/* ======================================================================= */
/* ======================================================================= */
/*                           Medias Quereies                               */
/* ======================================================================= */
/* ======================================================================= */

@media all and (min-width: 900px) {
    
    #tabs > .row > .fixed-top {
        position: relative;
    }
    
}

@media all and (max-width: 1199px) {
    
    /***********************************************************************/
    /* Navbar */
    
    .list-nav-text {
        display: none;
    }
    
}


@media all and (max-width: 900px) {
    
    /***********************************************************************/
    /* Navbar */
    
    .nav-ecran > ul {
        width: 100%;
        justify-content: flex-end;
    }
    
    /* ******************************************************************** */
    /*                                   BURGER                             */
    /* ******************************************************************** */

    .mobile-menu::before {
        display: none;
    }
    
    .mobile-menu {
        display: flex !important;
        justify-content: center;
        cursor: pointer;
        transition-property: opacity, filter;
        transition-duration: 0.15s;
        transition-timing-function: linear;
        font-family: inherit;
        font-size: inherit;
        font-style: inherit;
        font-variant-caps: inherit;
        font-weight: inherit;
        font-stretch: inherit;
        line-height: inherit;
        color: inherit;
        text-transform: none;
        background-color: transparent;
        border-top-width: 0px;
        border-right-width: 0px;
        border-bottom-width: 0px;
        border-left-width: 0px;
        border-top-style: initial;
        border-right-style: initial;
        border-bottom-style: initial;
        border-left-style: initial;
        border-top-color: initial;
        border-right-color: initial;
        border-bottom-color: initial;
        border-left-color: initial;
        border-image-source: initial;
        border-image-slice: initial;
        border-image-width: initial;
        border-image-outset: initial;
        border-image-repeat: initial;
        margin: 0;
        overflow-x: visible;
        overflow-y: visible;
        outline-color: initial;
        outline-style: none;
        outline-width: initial;
        position: relative;
        padding: 7px 5px;
    }
    
    .mobile-menu .hamburger-box {
        width: 24px;
    }
    
    .mobile-menu .hamburger-inner {
        display: block;
        top: 50%;
        margin-top: -2px;
    }

    /*                           3 BARRES                             */
    /* ************************************************************** */
    
    .mobile-menu .hamburger-inner, .mobile-menu .hamburger-inner::before, .mobile-menu .hamburger-inner::after {
        width: 24px;
        height: 2px;
        background-color: rgb(255, 255, 255);
        border-top-left-radius: 0px;
        border-top-right-radius: 0px;
        border-bottom-right-radius: 0px;
        border-bottom-left-radius: 0px;
        position: absolute;
        transition-property: transform;
        transition-duration: 0.15s;
        transition-timing-function: ease;
    }
    
    .mobile-menu .hamburger-inner {
        transition-duration: 0.22s;
        transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
   
    /*                       BARRES HAUTE ET BASSE                    */
    /* ************************************************************** */
    
    ::after, ::before {
        box-sizing: inherit;
    }
    
    .mobile-menu .hamburger-inner::before, .mobile-menu .hamburger-inner::after {
        content: "";
        display: block;
    }

    /*                           BARRE HAUTE                          */
    /* ************************************************************** */
    
    .mobile-menu .hamburger-inner::before {
        top: -7px;
    }
    
    .mobile-menu .hamburger-inner::before {
        transition-duration: 0.1s, 0.1s;
        transition-timing-function: ease-in, ease-in;
        transition-delay: 0.25s, initial;
        transition-property: top, opacity;
    }
   
    /*                           BARRE BASSE                          */
    /* ************************************************************** */
  
    .mobile-menu .hamburger-inner::after {
        bottom: -7px;
    }
    
    .mobile-menu .hamburger-inner::after {
        transition-duration: 0.1s, 0.22s;
        transition-timing-function: ease-in, cubic-bezier(0.55, 0.055, 0.675, 0.19);
        transition-delay: 0.25s, initial;
        transition-property: bottom, transform;
    }

    /*                   MENU OUVERT = CROIX CLOSED                   */
    /* ************************************************************** */
    
    .mobile-menu.closed:hover {
        background: #18191b !important;
    }
    
    .mobile-menu.closed .hamburger-inner {
        background-color: rgba(106, 57, 245, 1);
        transform: rotate(225deg);
        transition-delay: 0.12s;
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    
    .mobile-menu.closed .hamburger-inner::before {
        top: 0px;
        background-color: rgb(74, 155, 207);
        opacity: 0;
        transition-duration: 0.1s, 0.1s;
        transition-timing-function: ease-out, ease-out;
        transition-delay: initial, 0.12s;
        transition-property: top, opacity;
    }
    
    .mobile-menu.closed .hamburger-inner::after {
        bottom: 0px;
        background-color: rgb(74, 155, 207);
        transform: rotate(-90deg);
        transition-duration: 0.1s, 0.22s;
        transition-timing-function: ease-out, cubic-bezier(0.215, 0.61, 0.355, 1);
        transition-delay: initial, 0.12s;
        transition-property: bottom, transform;
    }

    /***********************************************************************/
    /* Généralités */

    main {
        margin-top: 50px;
    }

    container {
        width: auto;
    }
    
    .form-row {
        margin-left: 0px !important;
    }

    input {
        outline: 0;
    }
    
    /***********************************************************************/
    /* Navbar */

    ul.nav-stacked > li {
        padding: 7% 0%;
    }
    
    .navbar-toggler:not(:disabled):not(.disabled) {
        background-color: black !important;
        overflow: hidden;
    }
    
    .logo {
        top: 0px;
        left: -10px;
    }
    
    .fa-2x {
        font-size: 1.5em;
    }
    
    .menu-xs {
        padding-left: 0px;
    }

    .pos-f-t {
        display: block;
        margin: auto;
        z-index: 2;
    }

    button.navbar-toggler,
    button.navbar-toggler > .navbar-brand,
    button.navbar-toggler > .navbar-menu,
    button.navbar-toggler > .navbar-descript {
        margin-right: 0px; 
        margin-left: 0px;
        padding-right: 0px; 
        padding-left: 0px;
    }
    
    .navbar {
        height: auto;
        padding: 0px;
    }
    
    .nav-smartphone {
        border-bottom: 1px solid rgba(232, 102, 8, 1);
        background: black;
    }

    .navbar-toggler {
        height: 50px;
    }

    .navbar-toggler .menu {
        position: relative;
        bottom: 5px;
    }

    .nav-ecran {
        display: none;
    }

    .navbar-brand {
        font-size: 0.4em;
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .navbar-brand .logo img {
        padding-bottom: 0px;
        transform: scale(0.5);
        position: relative;
        top: -12px;
    }

    .navbar-brand .logo img:nth-child(3n) {
        padding-bottom: 10px;
        top: -2px;
        left: -18px;
        padding-left: 0px;
    }
    
    .navbar-brand .logo span:nth-child(4n) {
        position: relative;
        left: -26px;
    }

    .navbar-brand .logo span {
        font-family: 'Orbitron', serif;
        font-size: 1.5em;
        font-stretch: ultra-expanded;
        position: relative;
        left: -17px;
    }
    
    .pagination, .posts-title, .news-title {
        font-size: 1.2em;
    }

    .alert2 {
        top: -2px;
    }

    navbarToggleExternalContent {
        z-index: 1;
    }

    .alert-admin {
        padding: 0px;
        left: 50px;
        top: -10px;
    }
    
    .navbar-menu {
        padding-bottom: 10px;
    }

    .navbar-descript {
        display: flex;
        justify-content: flex-end;
    }
    
    .navbar-descript > span {
        font-size: 0.4em;
        padding-left: 20px;
        padding-right: 20px;
    }
    
    .refresh-btn {
        height: 30px;
        width: 65px;
        font-size: 0.6em !important;
    }
    
    .return-btn {
        height: 55px;
        border-radius: 10px;
        padding: 5px;
    }
    
    #list-refresh {
        left: -120%;
    }
    
    #items-refresh {
        position: relative;
        top: -5%;
        left: -100%;
    }
    
    #items-refresh-btn {
        top: 22px;
        padding: 10px 8px;
    }
    
    .ui-state-default {
        outline: 0;
    }
    
    .fa-arrow-alt-circle-right {
        font-size: 1.2em;
    }   

    .nav-link:not(.dropdown-toggle) {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 0px !important;
    }
    
    /***********************************************************************/
    /* Footer */
    
    #footer-std {
        display: block;
        top: 73px;
        position: relative;
    }
    
    #footer-std > div:nth-child(1) > a:nth-child(1) > img, 
    #footer-std > div:nth-child(1) > a:nth-child(3) > img {
        top: -5px;
    }
    
    #footer-links {
        flex-direction: column !important;
        justify-content: start !important;
        align-items: center !important;
        height: 220px;
        padding-top: 20px;
    }
    
    footer > div:nth-child(1),
    footer.home-footer > div:nth-child(2){
        padding-top: 20px;
    }
    
    footer div:nth-child(2) div:nth-child(2) {
        padding: 0px;
        position: absolute;
        margin: auto;
        bottom: 200px;
    }
    .rwd-line {
        display: block;
    }

    .popup-lg {
        padding-top: 5px;
    }

    .popup-sm {
        padding-top: 40px;
    }

    footer div:nth-child(3),
    footer div:nth-child(4).home-footer {
        padding: 0px;
    }

    footer div:nth-child(2) h2,
    footer div:nth-child(3).home-footer h2 {
        border: none;
        font-size: 1.5em;
    }

    footer div:nth-child(3) span:nth-child(2),
    footer div:nth-child(3) span:nth-child(3),
    footer div:nth-child(4).home-footer span:nth-child(2),
    footer div:nth-child(4).home-footer span:nth-child(3) {
        border: none;
    }

    footer div:nth-child(3):not(.home-footer) span,
    footer div:nth-child(4).home-footer span {
        display: block;
        padding: 7px 0px !important;
    }

    footer div:nth-child(3) span:nth-child(2),
    footer div:nth-child(4).home-footer span:nth-child(2) {
        padding-bottom: 0px;
    }

    footer div:nth-child(3) span:nth-child(2),
    footer div:nth-child(4).home-footer span:nth-child(2) {
        padding-top: 0px;
    }

    footer div:nth-child(3) span:nth-child(2) strong:after,
    footer div:nth-child(4).home-footer span:after,
    footer div:nth-child(4).home-footer span:nth-child(2) strong:after {
        display: block;
        content: '';
        border-bottom: 1px solid lightgrey;
        position: relative;
        left: 25%;
        width: 50%;
        transform: scaleX(0);
        transition: transform 250ms ease-in-out;
    }

    footer div:nth-child(3) span:nth-child(2):after,
    footer div:nth-child(4).home-footer span:nth-child(2):after {
        top: -25px;
    }

    footer div:nth-child(3) span:nth-child(2) strong:after,
    footer div:nth-child(4).home-footer span:nth-child(2) strong:after {
        left: 10%;
        width: 80%;
    }

    footer div:nth-child(3) span:nth-child(3):after,
    footer div:nth-child(4).home-footer span:nth-child(3):after {
        left: 38%;
        width: 24%;
        border-bottom: none;
    }
    
    footer div:nth-child(3):not(.home-footer) span:nth-child(2),
    footer div:nth-child(3):not(.home-footer) span:nth-child(3){
        border-left: none;
        border-right: none;
    }   
    
    footer div:nth-child(3):not(.home-footer) span:nth-child(3){
    }

    footer div:nth-child(3) span:hover:after,
    footer div:nth-child(3) span:hover:before,
    footer div:nth-child(3) span:nth-child(2):hover strong:after,
    footer div:nth-child(3) span:nth-child(2):hover strong:before,
    footer div:nth-child(3) span:focus:after,
    footer div:nth-child(3) span:focus:before,
    footer div:nth-child(3) span:nth-child(2):focus strong:after,
    footer div:nth-child(3) span:nth-child(2):focus strong:before,
    footer div:nth-child(4).home-footer span:hover:after,
    footer div:nth-child(4).home-footer span:hover:before,
    footer div:nth-child(4).home-footer span:nth-child(2):hover strong:after,
    footer div:nth-child(4).home-footer span:nth-child(2):hover strong:before,
    footer div:nth-child(4).home-footer span:focus:after,
    footer div:nth-child(4).home-footer span:focus:before,
    footer div:nth-child(4).home-footer span:nth-child(2):focus strong:after,
    footer div:nth-child(4).home-footer span:nth-child(2):focus strong:before {
        transform: scaleX(1);
    }

    footer div:nth-child(3) span:nth-child(2) strong:after,
    footer div:nth-child(4).home-footer span:nth-child(2) strong:after {
        transition-delay: 150ms;
    }

    footer div:nth-child(3):not(.home-footer) span:nth-child(4) > span + a {
        top: -4px;
    }

    .popup {
        width: 80%;
    }

    .popup-lg {
        height: 450px;
        margin-top: 50px;
    }

    .popup-sm {
        height: auto;
    }

    .popup3 a {
        font-size: 0.5em;
    }

    .popup3 {
        bottom: 5px;
        left: -15px;
    }

    .contact-form {
        height: 250px;
        overflow-x: hidden;
        overflow-y: auto;
    }

    .popup3 a i:nth-child(2) {
        display: none;
    }
    
    #popup1b.overlay,
    #popup2b.overlay {
    position: absolute;
    top: 800px;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    transition: opacity 500ms;
    visibility: hidden;
    opacity: 0;
    }

    #popup1b.overlay:target,
        #popup2b.overlay:target {
        visibility: visible;
        opacity: 1;
        z-index: 1000;
    }

    textarea {
        width: 100px;
    }

    .social-link {
        width: 40px;
        height: 40px;
        font-size: 0.8em;
    }

    .email {
        height: initial;
        margin-left: 0px;
    }

    
    .email a:hover:before {
        top: 10px;
    }
    
    .email a:hover:after {
        top: 6px
    }
    
    /***********************************************************************/
    /* Home View */

    .carousel-indicators {
        bottom: 15%;
        z-index: 1;
    }
    
    .carousel-inner {
    }

    .title-slider1,
    .title-slider2,
    .title-slider3,
    .title-slider4,
    .title-slider5,
    .title-slider6 {
        margin-top: 20px;
        font-size: 0.9em;
    }
    
    .slider-img > a > img {
        margin: auto;
        top: -300px;
        transform: scale(0.3);
    }
    
    .slider2 {
        font-size: 4em;
        padding-top: 0px;
    }

    .slider2 img {
        width: 100px;
        position: relative;
        top: -45px;
        padding-top: 5px;
    }
    
    .slider2b, .slider2c {
        transform: scale(0.5);
    }

    .slider2c {
        top: 150px;
        left: 40%;
    }
    .slider2b {
        top: 250px;
        left: 20%;
    }
    
    .slider3 {
        padding-top: 20px;
        overflow: hidden;
    }
    
    #caddie-left {
        transform: scale(0.5);
    }
    
    #caddie-right {
        transform: scale(-0.5, 0.5);
    }
    
    .demo-nb {
        padding-top: 10px;
    }

    .demo-nb > span{
        height: 40px;
        width: 40px;
    }
    
    .demo-nb > span > i {
        padding: 7px;
    }

    .smiley {
        top: -297px;
        left: -15px;
    }

    .caddyrace {
        top: -490px;
        left: 45px;
    }

    .carousel-control-prev-icon > i,
    .carousel-control-next-icon > i {      
        font-size: 3em;
    }
    
    .carousel-control-prev-icon,
    .carousel-control-next-icon {
        height: 50px;
        width: 50px;
    }

    .carousel-control-prev,
    .carousel-control-next {
      /*  display: none;  */
    }
    
    .enter {
        min-height: 250px;
    }

    .enter-btn span:nth-child(1n),
    .enter-btn i:nth-child(1n) {
        font-size: 1em;
    }
    
    .fp-slides,
    .fp-tableCell {
        width: 100%;
    }
    
    footer > div.home-footer {
        height: 33vh;
        width: 100%;
    }
    
    footer div:nth-child(2).home-footer > span {
        padding-top: 3px !important;
        padding-bottom: 3px !important;
    }
    
    footer div:nth-child(1).home-footer-connect,
    footer div:nth-child(2).home-footer-connect {
        height: 50vh !important;
    }
    
    footer div:nth-child(2).home-footer > span,
    footer div:nth-child(1).home-footer-connect > span {
        padding: 10px 0px;
    }

    footer div:nth-child(3).home-footer > div:nth-child(1),
    footer div:nth-child(2).home-footer-connect > div:nth-child(1){
        position: relative;
        top: -22px;
    }

    #footer-homeview {
        display: block ;
    }

    /* ==================================================================== */
    /* Login View */

    .login,
    .newMember {
        min-height: 0px;
    }

    .login-brand {
        font-size: 1.5em;
    }

    .login-form input {
        width: 300%;
    }
    
    /***********************************************************************/
    /* List View */

    .tabs {
        z-index: 0;
    }

    #tabs > .row > .fixed-top {
        top: 50px;
        z-index: 100;
    }
    
    #tabs {
        padding: 0;
        top: 73px;
    }
    
    #list, #items, #aisles {
       /* position: relative;
        top: 77px; */
    }
    
    #aisles {
        position: relative;
        left: 4%;
    }
    
    .contenteditable + button.modif-btn {
        left: 70%;
    }

    .title {
        height: 47px;
    }
    
    .return-btn {
        flex: 0 0 100%;
    }
    
    .dropdown-toggle {
        height: 55px !important;
        overflow: hidden;
        outline: 0;
    }
    
    .dropdown-item {
        height: 55px;
        padding: none;
    }
    
    .to-check > button {
        height: 30px;
    }

    .dropdown-toggle > span {
        display: flex !important;
        flex-direction: column !important;
    }

    .dropdown-menu.show {
        left: -30px;
        padding: 15px;
        min-width: 100px;
        top: 62px;
    }
    
    .dropdown-toggle::after {
        bottom: 0px;
        left: 30%;
        font-size: 1em;
    }

    .familles {
        height: 500px;
    }

    .screen-avert {
        top: 72px;
    }

    .search-bar {
        position: relative;
        left: -7%;
        padding-right: 0;
    }
    
    input.add-list::-webkit-input-placeholder { /* WebKit, Blink, Edge */
        font-size: 0.6em !important
        
    }
    input.add-list:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
        font-size: 0.6em !important
    }
    input.add-list::-moz-placeholder { /* Mozilla Firefox 19+ */
        font-size: 0.6em !important
    }
    input.add-list:-ms-input-placeholder { /* Internet Explorer 10-11 */
        font-size: 0.6em !important
    }
    input.add-list::-ms-input-placeholder { /* Microsoft Edge */
        font-size: 0.6em !important
    }
    input.add-list::placeholder { /* Most modern browsers support this now. */
        font-size: 0.6em !important
    }   
    
    input.add-shop::-webkit-input-placeholder { /* WebKit, Blink, Edge */
        font-size: 0.7em !important
    }
    input.add-shop:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
        font-size: 0.7em !important
    }
    input.add-shop::-moz-placeholder { /* Mozilla Firefox 19+ */
        font-size: 0.7em !important
    }
    input.add-shop:-ms-input-placeholder { /* Internet Explorer 10-11 */
        font-size: 0.7em !important
    }
    input.add-shop::-ms-input-placeholder { /* Microsoft Edge */
        font-size: 0.7em !important
    }
    input.add-shop::placeholder { /* Most modern browsers support this now. */
        font-size: 0.7em !important
    } 
    
    #itemDescription[placeholder]:focus {
        padding-left: 25px !important;
    }
     
    .item-searchbar {
        top: 3px;
        left: 30px;
    }
    
    #itemDescription::placeholder {
        padding-left: 20px !important;
        font-size: 0.7em;
    }

    .ui-selectmenu-button.ui-button {
        margin-left: 46px;
    }

    .rayons-org {
        overflow: scroll;
        padding: 0;
    }

    .delete-aisle {
        left: 0px !important;
    }
    
    .item-gene.aisle-title {
        padding-left: 2px !important;
    }
    
    .ui-accordion .ui-accordion-header {
        height: 60px;
        padding-top: 0px;
        overflow: hidden;
    }
    
    .ui-accordion .ui-accordion-header > span {
        padding-left: 0px;
        margin: auto;
    }
    
    .ui-accordion .ui-accordion-header > span:nth-child(6) {
        padding-right: 0px;
    }

    html > body .sortable li,
    .rayon-num li {
        height: 80px;
    }

    .ray {
        font-size: 1.1em;
        padding-left: 0px;
    }

    .ray-order {
        font-size: 1em;
    }

    .ui-widget {
        font-size: 0.9em;
    }
    
    .ui-accordion-header-icon,
    i.fas.fa-sort {
        display: none;
    }

    .ui-accordion .ui-accordion-content {
        padding: 0;
    }
    
    .ui-accordion-content > ul {
    }
    
    .item-gene {
        padding: 7px 5px 7px 5px;
        margin: 0px;
        width: 700px;
        padding-left: 40px !important;
    }

    .modif-form {
        padding-right: 0px !important;
        padding-left: 5px !important;
    }
    
    .modif-form:not(.form-check){
        padding-left: 0px;
    }

     .items,
    .caddie,
    .caddie2,
    .delete-btn,
    .modif-btn,
    .check-btn {
        transform: scale(0.7);
    }
    
    .check-btn {
        left: 0%;
    }
    
    .add-list-btn {
        left: 110%;
    }

    .fam-select {
        padding-bottom: 0;
        padding-top: 5px;
    }

    #newAisleGene,
    #newAisle {
        margin-right: -7px;
        margin-left: -1px;
        font-size: 0.8em;
    }

    #newAisle > form > input.item-gene + button {
        color: #555 !important;
    }
    
    #newAisle > form > input.item-gene:focus + button {
        background-color: mediumspringgreen !important;
    }
    
    .delete-form {
        padding-right: 0px;
    }
    
    .delete-form {
        left: 25px;
    }

    .aisles-icons > span {
        padding: 0px;
    }

    .list-items > div {
        height: 50px !important;
    }
    
    .list-items > form:nth-child(1) > input,
    .list-items > form:nth-child(2) > button,
    .list-items > div > input,
    .list-items > div > form > button {
        height: 27px !important;
    }
    
    #accordion-list {
        margin-bottom: 127px;
    }
    
    .alert-finish {
        top: 250px;
        font-size: 1em;
    }
    
    /***********************************************************************/
    /* listView - Icones */

    .aisles-icons {
        height: 2em;
    }
    
    .famIcon {
        transform: scale(0.6);
    }

    .famIcon1,
    .famIcon2 {
        height: 35px;
    }

    /***********************************************************************/
    /* listView - items checkbox */

    .right {
        top: 50px;
        left: 40%;
        z-index: 1;
    }

    /***********************************************************************/
    /* shopView */
    
   /* #aisles {
        display: none;
    }  */
    
    #new-aislesOrder {
        position: absolute;
        bottom: 100px;
        left: 0px;
    }

    /***********************************************************************/
    /* Publishing view */

    #publishing {
        padding: 0;
    }

    .publishing-text {
        height: 500px;
    }

    /***********************************************************************/
    /* Members Edit view */

    #members,
    .member-text {
        font-size: 0.9em;
        width: auto;
        margin: 10px;
    }

    #members {
        padding: 20px;
    }

    /***********************************************************************/
    /* Contact view */

    .contact-view {
        background-size: cover;
        background-position: center;
        height: auto;
    }

    /***********************************************************************/
    /* Exit View */

    .exit-text {
        font-size: 1em;
    }

    /***********************************************************************/
    /* Error View */

    .error-view {
        background-size: cover;
        background-position: center;
    }

}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *  */
/*                                   MEDIA QUERIES                          */
/*                                 SMARTPHONES MINI                         */
/*                                                                          */
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *  */

@media all and (max-width: 350px) {

    .familles {
        height: 400px;
    }

    .search-bar input {
        width: 190px;
    }

    #recherche {
        font-size: 0.7em;
    }

    .rayons-org {
        height: 440px;
        overflow-y: scroll;
    }

    .rayon-num,
    .ray {
        padding-right: 2px;
        font-size: 0.8em;
    }

    .ray-order {
        padding-right: 2px;
        font-size: 0.9em;
    }

    .modif-form {
        width: 118%;
    }
    
    .navbar-descript > span {
        padding-left: 15px;
        padding-right: 15px;
    }
    
    .item-searchbar {
        left: 20%;
    }

    #list-refresh {
        left: -180%;
    }
    
    #items-refresh {
        left: -90%;
    }
    
    /*                                 HOMEVIEW                             */
    /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *  */
    
    .slider-img > a > img {
        transform: scale(0.2);
        top: -370px;
    }
    
    .slider2b, .slider2c {
        transform: scale(0.4);
    }
    
    .slider2b {
        top: 150px;
        left: 13%;
    }
    
    .slider2c {
        top: 60px;
    }
    
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *  */
/*                                   MEDIA QUERIES                          */
/*                                    SMARTPHONES                           */
/*                                     PORTRAIT                             */
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *  */

@media all and (max-width: 900px) and (orientation: portrait) {
    
    main section {
        overflow: auto;
      /*  height: 100vh;  */
    }
    
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *  */
/*                                   MEDIA QUERIES                          */
/*                                    SMARTPHONES                           */
/*                                     LANDSCAPE                            */
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *  */

@media all and (max-width: 900px) and (orientation: landscape) {

    /*                                 NAV                                  */
    /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *  */
    
    .navbar {
        padding: 0rem 1rem;
    }

    #list-refresh {
        left: 60%;
    }

    #items-refresh {
        left: -40%;
    }
    
    #items-refresh-btn + div {
        max-width: 70px;
        left: 7%;
    }
    
    .alert-finish {
        padding-top: 2%;
    }

    ul.nav-stacked {
        flex-direction: row !important;
        justify-content: space-around !important;
    }
    
    /*                                 HOMEVIEW                             */
    /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *  */
    
    .carousel-item-next, .carousel-item-prev, .carousel-item.active {
        display: flex;
        flex-direction: row;
        align-items: start;
        justify-content: center;
    }
    
    .carousel-control-prev {
         left: -10px;
    } 
    
    .carousel-control-next {
         right: -30px;
    } 
    
    .title-slider1, 
    .title-slider2, 
    .title-slider4, 
    .title-slider3, 
    .title-slider5, 
    .title-slider6 {
        display: flex;
        width: 60%;
        text-align: left;
        align-items: center;
        width: 60%;
    }
    
    .title-slider1 > span:nth-child(1), 
    .title-slider2 > span:nth-child(1), 
    .title-slider3 > span:nth-child(1),    
    .title-slider4 > span:nth-child(1), 
    .title-slider5 > span:nth-child(1), 
    .title-slider6 > span:nth-child(1) {
        width: 55%;
    }
    
    .title-slider1 > span:nth-child(2) {
        flex-direction: column !important;
        padding-top: 30px;
    }
    
    .title-slider1 > span:nth-child(2) > span {
        margin: 30px 7px;
    }
    
    .slider-img {
        width: 20%;
        top: 230px;
    }

    .slider-img > a > img {
        top: -310px;
    }
    
    .demo-nb {
        padding-top: 10px;
        width: 100px;
    }
   /* 
    .demo-nb > span {
        position: absolute;
        left: 48%;
    } */
    
    .title-slider1 > span:nth-child(2) {
        width: auto;
    }
    
    .slider2b {
        top: 80px;
        left: 65%;
    }
    
    .slider2c {
        top: -25px;
        left: 75%;
    }
    
    /*                                 FOOTER                               */
    /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *  */
    
    footer > div.home-footer {
        flex-direction: row !important;
    }
    
    footer > div:nth-child(2).home-footer span:nth-child(1) {
        padding-right: 20px;
    }
    
    footer > div:nth-child(2).home-footer span:nth-child(2) {
        padding-left: 20px;
        padding-right: 20px;
        border-left: 1px solid lightgrey;
        border-right: 1px solid lightgrey;
    }

    footer > div:nth-child(2).home-footer span:nth-child(3) {
        padding-left: 20px !important;
        padding-right: 20px;
        border-right: 1px solid lightgrey;
    }
    
    footer > div:nth-child(2).home-footer span:nth-child(4) {
        padding-left: 20px;
        border-left: 1px solid lightgrey;
    }
    
    footer div:nth-child(1).home-footer-connect {
        height: 60vh !important;
    }
    
    footer div:nth-child(2).home-footer-connect {
        height: 40vh !important;
    }

}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *  */
/*                                   MEDIA QUERIES                          */
/*                                  SMARTPHONES MINI                        */
/*                                     LANDSCAPE                            */
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *  */

@media all and (max-width: 600px) and (orientation: landscape) {

    /*                                 HOMEVIEW                             */
    /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *  */
    
    .slider-img > a > img {
        transform: scale(0.2);
        top: -350px;
    }
    
    .slider2b, .slider2c {
        transform: scale(0.3);
    }
    
    .slider2b {
        top: 30px;
        left: 58%;
    }
    
    .slider2c {
        top: -30px;
        left: 75%;
    }
}