/*#page-wrapper{
    height: 800px;
}*/
.btn, .form-control {
    font-size: 16px;
}
.form-group{
    /*display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;*/
}
.row.display-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}
.row.display-flex > [class*='col-'] {
  display: grid;
}
*.isDisabled {
  color: currentColor;
  cursor: not-allowed;
  opacity: 0.5;
  text-decoration: none;
}
.specialprint{display:none;}

.container-border{
  border: 2px solid #717171;
  border-radius: 15px;  
}
/* Style the tab */
.tab {
  overflow: hidden;
  border: 1px solid #ccc;
  /*background-color: #f1f1f1;*/
}

/* Style the buttons inside the tab */
.tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  font-size: 17px;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #ddd;
}

/* Create an active/current tablink class */
.tab button.active {
  background-color: #e8e8e8f5;
}

/* Style the tab content */
.tabcontent {
  display: none;
  padding: 6px 12px;
  /*border: 1px solid #ccc;*/
  border-top: none;
}

@media (max-width: 1000px){
    /*.clock{
        display:none;
    }*/
    #imgAccueil{
        width: 100%;
        height: 100% !important;
    }
    .side-menu{
        display:initial;
    }
    iframe{
        width: 100%;
    }
}


.multipleInput-container {
     border:1px #ccc solid;
     padding:1px;
     padding-bottom:0;
     cursor:text;
     font-size:13px;
     width:100%;
}
 
.multipleInput-container input {
     font-size:13px;
     clear:both;
     width:250px;
     height:24px;
     border:0;
     margin-bottom:1px;
}
 
.multipleInput-container ul {
     list-style-type:none;
}
 
li.multipleInput-email {
     float:left;
     margin-right:2px;
     margin-bottom:1px;
     border:1px #BBD8FB solid;
     padding:2px;
     background:#F3F7FD;
}
 
.multipleInput-close {
     width:16px;
     height:16px;
     background:url(close.png);
     display:block;
     float:right;
     margin:0 3px;
}

.colinvisible{
    background-color: #efcd9d !important;
    border: none !important;
    width: 20px !important;
}

.rowadmin {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.rowadmin > div[class*='col-'] {
  flex: 1;
  border-left: 1px solid grey;
  border-right: 1px solid grey;
}

.width60{
    width: 60% !important;
}
#tableBrouillard th {
    vertical-align: middle;
    text-align: center;
}
.desktop{
    display: block;
}
.mobile{
    display: none;
}
.site_headerm{
    display: none;
}
@media (max-width: 768px){
    .desktop{
        display: none;
    }
    .mobile{
        display: block;
    }
    .dataTables_scroll{
        overflow: scroll;
    }
    .side-menu{
        display:initial;
    }
    .sidebar{
        display:none;
    }
    .sidebar.toggled {
        display: initial;
    }
    .site_header{
        display: none !important;
    }
    .site_headerm{
        display: block;
    }
}
.table-hidden{
    overflow:hidden;
}
.table-scroll{
    overflow-x:scroll;
}
.icalculpart{
    width: 100px !important;
}


.switch {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 21px;
}

.switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.switch .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.switch .slider:before {
  position: absolute;
  content: "";
  height: 14px;
  width: 14px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

.switch input:checked +  .slider {
  background-color: #2196F3;
}

.switch input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

.switch input:checked + .slider:before {
  -webkit-transform: translateX(18px);
  -ms-transform: translateX(18px);
  transform: translateX(18px);
}
.switch .slider.round {
  border-radius: 34px;
}

.switch .slider.round:before {
  border-radius: 50%;
}

.navbar-brand {
    /*float: none;*/
    height: max-content/*fit-content*/;
}
.site_header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.site_header:focus, .site_header:hover {
    text-decoration: none;
}
.site_title {
    text-align: center;
    color:#5B616A;
    font-size:28px;
}
#content-wrapper {
    background: #fff !important;
}
.alert-dismissable .close, .alert-dismissible .close {
    right: 0px;
}
@keyframes cf4FadeInOut {
  0% {
    opacity:1;
  }
  17% {
    opacity:1;
  }
  25% {
    opacity:0;
  }
  92% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}
#cf4a {
    height: 300px;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    align-items: center;
    justify-content: center;
}
#cf4a img {
    position: absolute;
    -webkit-animation-name: cf4FadeInOut;
    -webkit-animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-duration: 18s;
    -moz-animation-name: cf4FadeInOut;
    -moz-animation-timing-function: ease-in-out;
    -moz-animation-iteration-count: infinite;
    -moz-animation-duration: 18s;
    -o-animation-name: cf4FadeInOut;
    -o-animation-timing-function: ease-in-out;
    -o-animation-iteration-count: infinite;
    -o-animation-duration: 18s;
    animation-name: cf4FadeInOut;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-duration: 18s;
    width: 100%;
    vertical-align: middle;
    border: 0;
    left: 0;
    margin-top: -10%;
}
#cf4a img:nth-of-type(1) {
    animation-delay: 12s;
}
#cf4a img:nth-of-type(2) {
    animation-delay: 6s;
}
#cf4a img:nth-of-type(3) {
    animation-delay: 0s;
}
/*#cf4a img:nth-of-type(4) {
    animation-delay: 0;
}*/


.singleimage-grid {
    width: 50%;
    height: 100%;
    overflow: hidden;
    position: relative;
    text-align: center;
    cursor: default;
    margin-top: 30px;
    overflow: hidden;
}
.singleimage-grid .thumb {
    overflow: hidden;
}
.singleimage-grid .thumb a {
    position: relative;
    display: block;
    z-index: 2;
}
.singleimage-grid .thumb a img {
    display: block;
    position: relative;
    -webkit-transition: all .4s linear;
    transition: all .4s linear;
}
.singleimage-grid .thumb img {
    width: 100%;
}
.singleimage-grid .thumb a::before {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.5);
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    content: "";
    z-index: 1;
}
.singleimage-grid .thumb a::before {
    background-color: rgba(0, 0, 0, 0.5);
}
.singleimage-grid .image-grid-content h2 {
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    position: absolute;
    font-size: 17px;
    background: rgba(0, 0, 0, 0.6);
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    padding: 10px;
    width: 100%;
    top: 0;
    z-index: 3;
    margin: 0;
}
.singleimage-grid .image-grid-content p {
    text-align: center;
    color: #18012c;
    font-size: 18px;
    font-weight: 600;
    margin-top:10px;
}
.singleimage-grid .image-grid-content a.read-btn {
    text-decoration: none;
    display: inline-block;
    text-transform: uppercase;
    color: #fff;
    border: 1px solid #fff;
    background-color: transparent;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    margin: 50px 0 0;
    padding: 7px 14px;
    position: absolute;
    top: 50%;
    margin: 0;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-70%);
    transform: translateX(-50%) translateY(-70%);
}
.singleimage-grid:hover .image-grid-content h2 {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.singleimage-grid:hover .image-grid-content a.read-btn {
    opacity: 1;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    -webkit-transition-delay: .2s;
    transition-delay: .2s;
    z-index: 4;
}
.singleimage-grid:hover .thumb a::before {
    opacity: 1;
}
#chapterModal .modal-dialog {
    max-width: 80%;
}
.btn-onearmy{
    font-size:16px;
    width:100% !important;
    justify-content: start;
}
#themes img{
    padding: 1em;
    opacity: .7;
    max-width: 60%;
    max-height: 60%;
    width: auto;
    height: auto;
}
#themes a{
    font-size: 1em;
}

.editicon{
    position: relative;
    left: -35px;
    margin-bottom: -30px;
}
.editicon2{
    position: relative;
    left: -26px;
    margin-bottom: -21px;
    font-size: 1.5em;
}
.redtoserve{
    color: #fc4f5e;
}
.toserver_banner1{
    background: #fc4f5e;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.toserver_banner2{
    background: #fc4f5e;
    height: 100%;
    padding: 50px;
}
.toserver_banner2 .square{
    color: #fff;
    font-weight: bold;
    font-size: 20px;
    border: #fff 4px solid;
    border-bottom: #fff 8px double;
    width: max-content/*fit-content*/;
    padding: 10px;
}
.toserver_banner_block .lecon{
    color: #fee4e6;
    font-weight: bold;
    font-size: 40px;
}
.toserver_banner_block .titre{
    color: #fff;
    font-weight: bold;
    font-size: 50px;
}
h1.redtoserve{
    font-size: 3rem;
}
.chevron{
    text-decoration: underline;
    text-decoration-color: #fc4f5e;
    font-size: 3rem;
    color: #fc4f5e;
}
.toserver_banner_title{
    background: #fff;
    width: max-content/*fit-content*/;
    padding: 5px;
    padding-bottom: 0px;
    font-size: 100px;
    float:right;
}

.toserve_title{
    padding-left: 20px;
    padding-top: 15px;
    padding-bottom: 10px;
    background-image: radial-gradient(circle at bottom left, #fff 10px, #231f20 10px,0%,transparent), radial-gradient(circle at top left, #fff 10px, #231f20 10px,100%,transparent);
}
.toserve_title2, .toserve_consigne .underred, .title_underred {
    text-decoration: underline;
    text-decoration-color: #fc4f5e;
}
.toserve_title h2{
    color: #fc4f5e;
    font-weight: bold;
}
.toserve_title h5{
    color: #fff;
    font-weight: bold;
}
.title_underred{
    color: #000;
    font-weight: bold;
}
.toserve_consigne{
    background: #e6e7e9;
    font-size: 17px;
}

.btnSave{
    float: right;
    margin: 10px;
}

.controles_dessin{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.controles_dessin h4{
    margin-right:10px;
}
.controles_dessin .couleur{
    width: 20px;
    height: 20px;
    margin: 2px;
}

.range-wrap .bubble {
  background: red;
  color: white;
  padding: 4px 12px;
  position: absolute;
  border-radius: 4px;
  left: 50%;
  transform: translateX(-50%);
}
.range-wrap .bubble::after {
  content: "";
  position: absolute;
  width: 2px;
  height: 2px;
  background: #fc4f5e;
  top: -1px;
  left: 50%;
}

canvas{
    image-rendering: optimizeQuality;
    image-rendering: -moz-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: optimize-contrast;
    -ms-interpolation-mode: nearest-neighbor;
}
.colorShadow {
  border-radius: 50%;
   transform: scale(1.2);
  box-shadow:1px 1px 2px black, 0 0 25px blue, 0 0 5px darkblue;
}

.sidebar{
    width: max-content/*fit-content*/ !important;
    min-height: unset !important;
}
.sidebar .nav-item i, .sidebar .nav-item span, .sidebar .nav-item .collapse-inner{
    font-size: 14px !important;
}
.sidebar .nav-item .nav-link{
    padding: 10px 15px;
}
#collapseTwo .collapse-inner {
    text-align: left !important;
    z-index: 100 !important;
    background-color: #fff;
    width: max-content;
}
#collapseTwo:not(.collapse) .collapse-inner {
    position: absolute;
}
.collapsed .collapse{
    display: none !important;
}
.sidebar .nav-item:last-child {
    margin-bottom: 0px !important;
}
.form-inline label {
    justify-content: start;
}
.dataTables_filter label{
    text-align: right !important;
}
.pagination {
    display: inline-block;
}
@media (min-width: 768px){
    .sidebar .nav-item .collapse .collapse-inner {
        border-radius: 0.35rem;
        box-shadow: 0 0.15rem 1.75rem 0 rgba(58, 59, 69, 0.15);
    }
}
@media screen and (max-width:500px){
    
}
