@font-face {
    font-family: 'DroidKufi-Regular';
    src: url('/fonts/droidKufiAR/DroidKufi-Regular.woff') format('woff'), /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
    url('/fonts/droidKufiAR/DroidKufi-Regular.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5, Opera 10+, Safari 3�5 */
}

.servlist {
    font-family: 'Source Sans Pro', sans-serif;
    padding-left: 0;
}

    .servlist li {
        padding: 10px 0 10px;
        border-bottom: 1px solid #E5E5E5;
        background: url("/images/doublearrow.png") no-repeat left center;
        background-size: 12px;
        padding-left: 20px;
    }
.coordtable {
    width: 100%;
}
.footerbg
{
    padding : 5px 20px !important;
}
.pubcontainer {
    height: 45px;
    font-size: 22px;
    background: rgba(25, 186, 226, 0.85);
    font-weight: bold;
    text-align: center;
    letter-spacing: 5px;
    padding-top: 5px;
}
.Welcomecontainer2
{
   color : white !important;
}
    .Welcomecontainer2 h2 {
        letter-spacing: 24px;
        color: white !important;
    }

    .Welcomecontainer2 h3 {
        color: white !important;
        font-size: 18px;
        margin-top: 10px;
        letter-spacing: 1px;
        text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.15);
    }

.arabic {
    font-family: "DroidKufi-Regular" !important;
    text-align: right !important;
}


    .arabic .float-label
    {
        left : unset !important;
        right: 10px!important;
    }
    .simplecolumns {
        direction: rtl;
        padding-right: 0;
    }
ul {
    list-style: none;
}

.main-nav {
    height: 60px;
    z-index: 200;
    background: white;
}
.main-nav {
    background: #fff;
    z-index: 1;
}

    .main-nav .navbar-brand {
        padding: 0;
    }

    .main-nav .navbar-nav .nav-item {
        position: relative;
        font-family: "Open Sans", sans-serif;
    }

        .main-nav .navbar-nav .nav-item .nav-link {
            position: relative;
            text-align: center;
            font-size: 13px;
            text-transform: uppercase;
            font-weight: 600;
            color: #000;
            padding-left: 20px;
            padding-right: 20px;
            line-height: 45px;
        }

@media (max-width: 992px) {
    .main-nav .navbar-nav .nav-item .nav-link {
        line-height: 25px;
    }
}

.main-nav .navbar-nav .nav-item .nav-link span i {
    font-size: 11px;
}

.main-nav .navbar-nav .nav-item.active .nav-link {
    color: #2e7eed;
}

    .main-nav .navbar-nav .nav-item.active .nav-link:before {
        content: "";
        background: #2e7eed;
        width: 60%;
        height: 2px;
        position: absolute;
        top: 0;
        left: 20%;
    }

@media (max-width: 992px) {
    .main-nav .navbar-nav .nav-item.active .nav-link:before {
        display: none;
    }
}

.main-nav .dropdown {
    position: relative;
}

    .main-nav .dropdown .open > a,
    .main-nav .dropdown .open > a:focus,
    .main-nav .dropdown .open > a:hover {
        background: transparent;
    }

    .main-nav .dropdown.full-width .dropdown-menu {
        left: 0 !important;
        right: 0 !important;
    }

@media (max-width: 992px) {
    .main-nav .dropdown {
        transform: none;
        left: auto;
        position: relative;
        text-align: center;
    }
}

.main-nav .dropdown .dropdown-menu {
    border-radius: 0;
    padding: 0;
    border: 0;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.05);
    display: none;
    margin-top: 0;
}

    .main-nav .dropdown .dropdown-menu.show {
        display: block;
    }

@media (max-width: 992px) {
    .main-nav .dropdown .dropdown-menu {
        text-align: center;
        float: left !important;
        width: 100%;
        margin: 0;
    }
}

.main-nav .dropdown .dropdown-menu .dropdown-item {
    font-size: 13px;
    padding: 3px 22px;
    transition: 0.3s ease;
}

    .main-nav .dropdown .dropdown-menu .dropdown-item.active, .main-nav .dropdown .dropdown-menu .dropdown-item.focus, .main-nav .dropdown .dropdown-menu .dropdown-item:focus, .main-nav .dropdown .dropdown-menu .dropdown-item:hover {
        background-color: transparent;
        color: #2e7eed;
    }

.main-nav .dropdown .dropdown-menu li:first-child {
    margin-top: 10px;
}

.main-nav .dropdown .dropdown-menu li:last-child {
    margin-bottom: 10px;
}

@media (min-width: 992px) {
    .main-nav .dropdown .dropdown-menu {
        position: absolute;
        display: block;
        visibility: hidden;
        opacity: 0;
        transform: translateY(10px);
        transition: visibility 0.2s, opacity 0.2s, transform 500ms cubic-bezier(0.43, 0.26, 0.11, 0.99);
    }

    .main-nav .dropdown:hover > .dropdown-menu {
        opacity: 1;
        visibility: visible;
        color: #777;
        transform: translateY(0px);
    }
}

.dropdown-submenu.active > a,
.dropdown-submenu:hover > a {
    color: #2e7eed;
}

.dropleft .dropdown-menu,
.dropright .dropdown-menu {
    margin: 0;
}

.dropdown-toggle::after {
    display: none;
}

.dropleft .dropdown-toggle::before,
.dropright .dropdown-toggle::after {
    font-weight: bold;
    font-family: "themify";
    border: 0;
    font-size: 8px;
    vertical-align: 1px;
}

.dropleft .dropdown-toggle::before {
    content: "\e64a";
    margin-right: 5px;
}

.dropright .dropdown-toggle::after {
    content: "\e649";
    margin-left: 5px;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
    outline: none;
}


.simplecolumns li {
    background: url(/images/check.png) no-repeat right 5px;
    padding-right: 25px;
}

.mainbottomcontainerphone {
    font-size: 22px !important;
    font-family: 'Poppins', sans-serif;
    font-weight: bold;
    text-align: center !important;
    color: #fff;
    font-size: 36px;
}

.mainadress {
    font-weight: bold;
    text-align: center;
    padding-top: 10px;
    text-transform: uppercase;
    font-size: 16px;
    color: #fff;
}

.mainbigtitle {
    color: white;
    font-size: 16px;
    margin-bottom: 10px;
 
    font-weight: bold;
    text-transform: uppercase;
    text-rendering: optimizeLegibility;
    /* border-bottom: solid 1px rgba(42, 147, 201,0.2); */
}

.arabic {
    text-align: right !important;
}

.default {
    text-align: left;
}
.Welcome {
    position: absolute;
    left: 50px;
    top: 50%;
    z-index: 2000;
}

    .Welcome .btn {
        background: #2f89fc;
        border: 1px solid #2f89fc;
        color: #fff;
        padding: 7px 20px !important;
        font-size: 16px;
        
}

    .Welcome .btnpat {
        background: #fc892f;
        border: 1px solid #fc892f;
    }
    


    .login__row {
        height: 5rem;
        /*padding-top: 1rem;*/
        padding: 0 !important;
        /*border-bottom: 1px solid rgba(255, 255, 255, 0.2);*/
      }
      .login__icon {
        margin-bottom: -0.4rem;
        margin-right: 0.5rem;
      }
      .login__icon.name path {
        stroke-dasharray: 73.50196075439453;
        stroke-dashoffset: 73.50196075439453;
        -webkit-animation: animatePath 2s 0.5s forwards;
                animation: animatePath 2s 0.5s forwards;
      }
          .login__icon.pass path {
              stroke-dasharray: 92.10662841796875;
              stroke-dashoffset: 92.10662841796875;
              -webkit-animation: animatePath 2s 0.5s forwards;
              -moz-animation: animatePath 2s 0.5s forwards;
              -o-animation: animatePath 2s 0.5s forwards;
              animation: animatePath 2s 0.5s forwards;
          }
      .login__input {
        display: inline-block;
        width: 22rem;
        height: 100%;
        padding-left: 1.5rem;
        font-size: 1.5rem;
        background: transparent;
        color: #0D0C0D;
      }
      .login__submit {
          position: relative;
          width: 100px;
          height: 32px;
          /*margin: 5rem 0 2.2rem;*/
          margin-top: 20px;
          color: rgba(255, 255, 255, 0.8);
          background: #F15a23;
          font-size: 14px;
          border-radius: 2px;
          cursor: pointer;
          overflow: hidden;
          border : none;
          outline : none;
          -moz-transition: width 0.3s 0.15s, font-size 0.1s 0.15s;
          -o-transition: width 0.3s 0.15s, font-size 0.1s 0.15s;
          -webkit-transition: width 0.3s 0.15s, font-size 0.1s 0.15s;
          transition: width 0.3s 0.15s, font-size 0.1s 0.15s;
      }
      .login__submitmed
      {
        background:  #139eb1 !important;
      }
      
          .login__submit:after {
              content: "";
              position: absolute;
              top: 50%;
              left: 50%;
              margin-left: -10px;
              margin-top: -10px;
              width: 20px;
              height: 20px;
              border: 2px dotted #fff;
              border-radius: 50%;
              border-left: none;
              border-bottom: none;
              -webkit-animation: rotate 0.5s infinite linear;
              -moz-animation: rotate 0.5s infinite linear;
              -o-animation: rotate 0.5s infinite linear;
              animation: rotate 0.5s infinite linear;
              -webkit-transition: opacity 0.1s 0.4s;
              -moz-transition: opacity 0.1s 0.4s;
              -o-transition: opacity 0.1s 0.4s;
              transition: opacity 0.1s 0.4s;
              opacity: 0;
          }
      .login__submit.processing {
        width: 4rem;
        font-size: 0;
        margin-left: 20px !important;
      }
      .login__submit.processing:after {
        opacity: 1;
      }
          .login__submit.success {
              -webkit-transition: -webkit-transform 0.3s 0.1s ease-out, opacity 0.1s 0.3s, background-color 0.1s 0.3s;
              -moz-transition: transform 0.3s 0.1s ease-out, opacity 0.1s 0.3s, background-color 0.1s 0.3s;
              -o-transition: transform 0.3s 0.1s ease-out, opacity 0.1s 0.3s, background-color 0.1s 0.3s;
              transition: transform 0.3s 0.1s ease-out, opacity 0.1s 0.3s, background-color 0.1s 0.3s;
              -webkit-transform: scale(30);
              -ms-transform: scale(30);
              -moz-transform: scale(30);
              -o-transform: scale(30);
              transform: scale(30);
              opacity: 0.9;
          }
              .login__submit.success:after {
                  -webkit-transition: opacity 0.1s 0s;
                  -moz-transition: opacity 0.1s 0s;
                  -o-transition: opacity 0.1s 0s;
                  transition: opacity 0.1s 0s;
                  opacity: 0;
              }
      
      
      .ripple {
        position: absolute;
        /*width: 15rem;
        height: 15rem;
        margin-left: -7.5rem;
        margin-top: -7.5rem*/;
      
        width: 30px;
        height: 30px;
        margin-left: -15px;
        margin-top: -15px;
      
        background: rgba(0, 0, 0, 0.4);
        
        -webkit-transform: scale(0);
            -ms-transform: scale(0);
                transform: scale(0);
        -webkit-animation: animRipple 0.4s;
                animation: animRipple 0.4s;
        border-radius: 50%;
      }
      
      @-webkit-keyframes animRipple {
        to {
          -webkit-transform: scale(3.5);
                  transform: scale(3.5);
          opacity: 0;
        }
      }
      
      @keyframes animRipple {
        to {
          -webkit-transform: scale(3.5);
                  transform: scale(3.5);
          opacity: 0;
        }
      }
      @-webkit-keyframes rotate {
        to {
          -webkit-transform: rotate(360deg);
                  transform: rotate(360deg);
        }
      }
      @keyframes rotate {
        to {
          -webkit-transform: rotate(360deg);
                  transform: rotate(360deg);
        }
      }
      @-webkit-keyframes animatePath {
        to {
          stroke-dashoffset: 0;
        }
      }
      @keyframes animatePath {
        to {
          stroke-dashoffset: 0;
        }
      }
      
      
      
      
      
      
      
      
      
      
      
      /* -- Input styles ---------------------------------- */
      .form-group {
        position: relative;
        margin-top: 20px !important;
        margin-bottom: 0 !important;
        
        width : 80%;
        margin-left : 25px;
        
      }
      .input-group {
        position: relative;
      }
      .form-control {
        display: block;
        height: 36px;
        width: 100%; 
        border: none;
        border-radius: 0 !important;
      
        font-size: 12px;
        font-weight: 300;
        padding: 0;
        background-color: transparent;
        box-shadow: none;
        border-bottom: 1px solid #eee;
      }
      .input-group .form-control {
        position: relative;
        z-index: inherit;
        float: inherit;
        width: 100%;
        margin-bottom: 0;
      }
      .form-control:focus {
        border-color: #999;
        outline: none;
        box-shadow: none;
      }
      
      /* -- label styles ---------------------------------- */
      label {
        position: absolute;
        top: -18px;
        color: #999;
        font-size: 12px;
        font-weight: 300;
        
        transition: 0.2s ease all;
        -moz-transition: 0.2s ease all;
        -webkit-transition: 0.2s ease all;
      }
      
      .form-horizontal .control-label {
        position: relative;
        top: 0;
        margin-bottom: 0;
      }
      
      @media (min-width: 768px) {
        .form-horizontal .control-label {
          font-size: 16px;
        }
      }
        
      
      
      
      
      .float-label {
        left: 20px;
        top: 7px;
        font-size: 12px;
        pointer-events: none;
      }
      
      /* active state */
      .form-control:focus ~ .float-label, .form-control:valid ~ .float-label {
        top: -18px;
        font-size: 12px;
      }
      
      
      /* input colors ---- */
      
      .form-control:focus 
      {
        ~ label {
          color: #03a9f4;
        }
        
        ~ .form-bar:before, ~ .form-bar:after {
          background: #03a9f4;
        }
      }
      
      
      
      
      .form-control:valid ~ .control-label {
      
      }
      
      /* help-block */
      .form-group .help-block {
        position: absolute;
      }
      
      .help-block {
        color: #bdbdbd; // caption
        font-size: 12px;
        font-weight: 300;
      }
      
      /* input addon ---*/
      .input-group-addon {
        border: none;
        background: transparent;
      }
      
      /* ------  inline ----*/
      .input-group-addon, .form-inline .input-group {
        display: table-cell;
      }
      
      .input-group-addon, .input-group-btn {
        width: inherit;
      }
      
      .input-group {
        width: 100%;
      }
      
      @media (min-width: 768px) {
        .form-inline .form-group {
          margin-top: 16px;
        }
        
        .input-group-btn, .input-group .form-control, .input-group-addon, .form-inline .input-group {
          display: inline-block;
        }
        
        .input-group {
          width: auto;
        }
      }
      
      /* -- bar styles -------------------------------------- */
      .form-bar {
        position: relative;
        display: block;
        width: 100%;
      }
      .form-bar:before, .form-bar:after 	{
        content: '';
        height: 1px;
        width: 0;
        bottom: 0;
        position: absolute;
        transition: 0.3s ease all;
        -moz-transition: 0.3s ease all;
        -webkit-transition: 0.3s ease all;
      }
      .form-bar:before {
        left: 50%;
      }
      .form-bar:after {
        right: 50%;
      }
      
      /* active state */
      .form-control:focus ~ .form-bar:before, .form-control:focus ~ .form-bar:after {
        width: 50%;
      }
      
      /* -- highlighter styles ------------------------------ */
      .form-highlight {
        position: absolute;
        height: 60%;
        width: 60px;
        top: 25%;
        left: 0;
        pointer-events: none;
        opacity: 0.4;
      }
      
      /* active state */
      .form-control:focus ~ .form-highlight {
        -webkit-animation: inputHighlighter 0.3s ease;
        -moz-animation: inputHighlighter 0.3s ease;
        animation: inputHighlighter 0.3s ease;
      }
      
      /* -- highlighter animation --------------------------- */
      @-webkit-keyframes inputHighlighter {
        from { background:#5264AE; }
        to { width:0; background:transparent; }
      }
      @-moz-keyframes inputHighlighter {
        from { background:#5264AE; }
        to { width:0; background:transparent; }
      }
      @keyframes inputHighlighter {
        from { background:#5264AE; }
        to { width:0; background:transparent; }
      }
      
      
      /*-- Checkbox --------------------------- */
      // fork from http://codepen.io/jasonmayes/pen/wxtFr
      /* 
       * Core styles required for the checkboxes.
       * @author Jason Mayes 2014, www.jasonmayes.com
      */
      .form-group.checkbox {
        margin-top: 20px;
      }
      
      .checkbox input[type='checkbox'] {
        height: 0;
        width: 0;
        opacity: 0;
      }
      
      .checkbox label {
        font-size: 14px;
        font-weight: 300;
        line-height: 1;
        display: inline-block;
        overflow: hidden;
        position: relative;
        top: 10px;
        padding-left: 0;
      }
      
      .checkbox .chk-span {
        top: 0;
        border: 1px solid #5a5a5a;
        color: #1d1d1d;
        cursor: pointer;
        display: inline-block;
        float: left;
        height: 14px;
        margin: 0 14px 14px 1px;
        outline-color: #eaeaea;
        padding: 0;
        position: relative;
        width: 14px;
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
        z-index: 1;
      }
      
      .checkbox .chk-span.checked {
        top: -2px;
        border-left: 2px solid #03a9f4;
        border-bottom: 4px solid #03a9f4;
        border-top: 1px solid rgba(0,0,0,0);
        border-right: 1px solid rgba(0,0,0,0);
        -webkit-transform: rotate(-45deg) scaleY(0.5);
        -moz-transform: rotate(-45deg) scaleY(0.5);
        -ms-transform: rotate(-45deg) scaleY(0.5);
        -o-transform: rotate(-45deg) scaleY(0.5);
        transform: rotate(-45deg) scaleY(0.5);
      }
      
      // Checkbox colors
      .checkbox .chk-span.checked {
        border-left-color: #03a9f4;
        border-bottom-color: #03a9f4;
      }
      
       
      
      
      @media (min-width: 768px) {
        .form-inline .radio label, .form-inline .checkbox label {
          padding-left: 5px;
        }
      }
      
      
      
      
      
      .form-control-static {
        font-size: 16px;
      }
      
      .form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
        background-color: transparent;
        border-bottom-style: dashed;
      }
      
      
      #focusedInput {
        border-color: #ccc;
        border-color: rgba(82,168,236,.8);
        outline: 0;
        box-shadow: none;
      }
      
      .modalcloseimgbtn
      {
          float:right;
          margin-top:0;
          margin-right:10px;
          width:20px;
          height:auto;
      }
      
      .login__form
      {
          margin-top : -10px !important;
          /* text-align: center; */
          width: 200px;
      }
      
      .labcontainer {
          position: fixed !important;
          max-width: 100%;
          height: 800px;
          width : 600px !important;
          left : calc(50% - 300px);
          top : calc(50% - 400px);
          /*background : green;*/
          -moz-transform: scale(0.4);
          -ms-transform: scale(0.4);
          -o-transform: scale(0.4);
          -webkit-transform: scale(0.4);
          transform: scale(0.4);
          z-index: 101;
          text-align : center !important;
      }
      
      
      .labcontainer svg
      {
          
      }
      svg {
        max-width: 100%;
        /* visibility: hidden;  */
      }
      
      .waitfading h4 {
          position: relative;
          top: 100px;
          text-transform: uppercase;
          color: #EA5924;
          font-size : 24px;
          text-align: center;
          -moz-animation: fadeIn 1s infinite alternate;
          -o-animation: fadeIn 1s infinite alternate;
          -webkit-animation: fadeIn 1s infinite alternate;
          animation: fadeIn 0.4s infinite alternate;
          margin-top : -300px;
      }
      
      @keyframes fadeIn { 
        from { opacity: 0.35; } 
      }
      
      
      .connectbutton
      {
         width : 194px;
         height : 50px;
         overflow: hidden;
         float : left;
         border-radius :5px;
         transition : all linear 0.15s;
         cursor : pointer;
      }
      
      .connectbutton:hover
      {
      -ms-transform: scale(1.05, 1.05); /* IE 9 */
          -webkit-transform: scale(1.05, 1.05); /* Safari */
          transform: scale(1.05, 1.05);
      }
      
      .conpat {
          /*background: url(../images/Instrument-MicroscopeBG.png) center center no-repeat, url(../images/Instrument-Microscope.png) 10px center no-repeat, rgba(239, 65, 54,0.75);
          background-size: 300px, 24px;*/
      
      
          background: url(../images/respatientbutton.png) left top no-repeat;
      }
      
      .conmed
      {
          
          margin-left : 50px;
          background: url(../images/resmedecinbutton.png) left top no-repeat;
      }
      
      
      
      
      .loginwindow
      {
        height: 240px;
        width: 220px;
        overflow: hidden;
        background: white;
        position: absolute;
        border-radius: 4px;
        box-shadow: rgba(0, 0, 0, 0.3) 0 4px 12px;
        z-index: 100;
        top: -30px;
      }
      .loginwindow1
      {
        left: 0;
      }
      
      .loginwindow2
      {
        right: 0;
      }
      .logintitle
      {
         background : url('../images/logoicon.png') no-repeat;
         height : 60px;
         background-size : 30px;
         background-position : left 15px;
         /* padding-left : 40px; */
         padding-top : 5px;
         /* margin-left : 30px; */
         color : #d9bd90;
         text-transform : uppercase;
         text-align: center;
         padding-top: 20px;
      }
      .logintitle span
      {
          color : #948055;
      }
      
      .logintitlecolor2
      {
          color : #0fa2d5 !important;
      }
      
      
      .logintitlecolor2 span
      {
             color : #0c6c8e !important;
      
      }
      
      .boardholder
      {
          
          width : 100%;
          height : 100%;
          position : absolute;
      }
      
      
      .lginnerdivB
      {
          padding : 20px;
      }
      
      
      .loginwait {
        position: absolute;
        opacity: 0;
        visibility: collapse;
        left: 0;
        top: 50px;
        width: 100%;
        height: 130px;
        overflow: hidden;
        background: white;
        z-index: 500;
        }
        .loginwaitvisible
      {
        opacity: 1;
        visibility: visible;
      }
        
        
        @keyframes fadeIn { 
        from { opacity: 0.35; } 
        }
      
        
        .wait
      {
        position: absolute;
      top: 50%;
        left: 50%;
        color: red;
      -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
      z-index: 501;
        text-align: center;
        -moz-animation: fadeIn 1s infinite alternate;
        -o-animation: fadeIn 1s infinite alternate;
        -webkit-animation: fadeIn 1s infinite alternate;
        animation: fadeIn 0.4s infinite alternate;
       
      }

      
.serveur p
{
    text-align: left;
    font-size: 12px;
    text-transform: capitalize;
    font-family: 'Lato';
    font-style: italic;
}

.mainbanner
{
    position: absolute;
    top: 220px;
    width: 100%;
    z-index: 10;
}

.Welcomecontainer {
    
    position: absolute;
   
    /*left: 100px;*/
    top: calc(50% - 170px);
    z-index: 100;
}

.mainmenucontainer
{
  background: white;
  width: 100%;
  border-top: 1px solid #eee;
}

 
.terguiContainer {
    position: absolute;
    right: -50px;
    background: rgba(0,0,0,.75);
    padding: 30px 50px;
    border-radius: 5px;
    display: none;
}
.terguiContainer img{
 height : 100px;
}
    .logincontainer
{
    position: absolute;
    left: 50px;
    /*top: calc(50% - 90px);*/
    z-index: 100;

}
.mainpagelogincontainer
{
    background : rgba(0, 0, 0,0.25);
    /*background : rgba(255, 255, 255,0.65);*/
    border-radius : 3px;
    width: 450px;
    height: 180px;
    overflow : hidden;
    /* position : fixed;
    left : 20px;top : 250px; */
    /*color : #39c5de;*/
    color : white;

}

.mainpagelogincontainerinner
{
    width : 50%;
    height : 100%;
    overflow : hidden;
    float : left;
    text-align : center;
    position : relative;
}

.mainpagelogincontainerinner h4
{
color : white !important;
font-size: 16px;
text-transform: uppercase;
font-weight: bold;
}
.mainpagelogincontainerinner button
{
    position : absolute;
    bottom : 20px;

    left : 50%;
    margin-left : -50px;
    outline : none !important;
    background : rgba(0,0,0, 0) !important;
    border : 1px solid white;
    border-radius : 20px;
    padding : 5px;
    font-size : 12px;
    width : 100px;
    color: white;
}



.loginwindow
{
    height : 260px;width : 240px;overflow : hidden;
    background : white;
    position: absolute;
    top : -35px;
    left : 30;
    border-radius : 4px;
    box-shadow: rgba(0, 0, 0, 0.3) 0 4px 12px;
    z-index : 100;
    /*margin-left : 20px;*/
    transition: all linear 0.2s;
}

#logintitle
{
   background : url('../images/logoicon.png') no-repeat;
   height : 60px;
   background-size : 30px;
   background-position : left 15px;
   padding-left : 40px;
   padding-top : 20px;
   margin-left : 30px;
   color : #d9bd90;
   text-transform : uppercase;
}
#logintitle span
{
    color : #948055;
}

.logintitlecolor2
{
    color : #0fa2d5 !important;
}


.logintitlecolor2 span
{
       color : #0c6c8e !important;

}


.toc-tab-box h2.acc-title {
  color: #002d5b;
  background: #FAFAFA;
  padding: 30px 0px;
  padding-left: 60px;
  font-size: 20px;
  font-weight: 400;
  margin: 0px;
  margin-bottom: 4px;
  cursor: pointer;
  position: relative;
  transition: all 0.5s ease;
  width: 100%;
  float: left;
  display: none;
}

.toc-tab-box .acc-content {
 
  width: 100%;
  margin-bottom: 4px;
  float: left;

  position: relative;
  overflow: hidden;
}

.accordionItemHeading .circle {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  text-align: center;
  float: left;
  background: #122C5F;
  color: #fff;
  margin-right: 15px;
}

.accordionItemHeading .circle  {
  width: 24px;
  height: 24px;
  overflow: hidden;
  background: url('../images/Hexagon.png') no-repeat ;
  background-size: 24px;
  font-weight: 300;
  float: left;
  display: block;
  margin: 6px 14px;
}

.accordionItemHeading h4 {
  color: #389AD8;
  font-size: 16px;
  transition: all 0.5s ease;
  line-height: 24px;
  font-weight: 400;
  margin: 15px 0px;
  cursor: pointer;
}

.quest .answer {
  border-left: 1px solid #58ABDF;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  margin-top: 20px;
  margin-left: 20px;
  padding: 10px 20px 10px 36px;
}

.section-title {
  margin-top: 0;
  /* position: relative; */
  /* position: absolute; */
  line-height: 1;
  border-left: 3px solid #6ebbbb !important;
  color: #555555;
  padding-left: 10px;
  margin-bottom: 30px;
  font-weight: 500;
  text-transform: uppercase;
}

.ftco-section {
  padding: 2em 0 !important;
 
}


#paramul {
    width: 100%;
}

    #paramul li {
        float: left;
        width: 25%;
        margin-right: 10px;
        transition: all linear 0.15s;
    }

#paramulhidden {
    height: 0;
    opacity: 0;
}

.alphainnerliGroup {
    font-weight: Bold;
    color: #ff2700;
    width: 100% !important;
    font-size: 26px;
}


    .alphainnerliGroup:not(:first-of-type) {
        margin-top: 50px;
    }

.letter {
    float: left;
    height: 30px;
    width: 25px;
    padding: 5px;
    border-left: solid 1px #ececec;
    border-top: solid 1px #ececec;
    border-bottom: solid 1px #ececec;
    text-align: center;
    cursor: pointer;
}

.letterlast {
    border-right: solid 1px #ececec;
}

.alph-searchbar {
    margin-top:  20px;
    margin-bottom: 10px;
    background: #ececec;
    height: 50px;
    padding-top: 10px;
    padding-left: 10px;
    border-radius: 5px;
    position: relative;
    top: 50px;
    left: 0;
    z-index: 1;
}


#paramscroll {
    margin-top: 60px !important;
}

#paramsearch {
    border-radius: 15px;
    border: solid 1px #ccc;
    padding: 3px 3px 3px 10px;
}


.block-23 ul li .icon {
    
    text-align: left !important;
}
.login__submit {
    position: absolute !important;
    left: calc(50% - 50px) !important;
}

.coordheader 
{
  padding-left: 40px;
  background-repeat: no-repeat !important;
  width: 100%;  
  height: 32px;
  border-bottom: 1px solid #ffffff55;
}
.ch1
{
  background: url("/images/HomeBig.png");
  background-size: 22px;
  background-position: 5px 2px;
}

.ch2
{
  background: url("/images/Alarm-02-WF.png");
  background-size: 22px;
    background-position: 5px 2px;
}

.ch3
{
  background: url("/images/homephone.png");
  background-size: 22px;
    background-position: 5px 2px;
}



.contactch1
{
  background: url("/images/homeyellow.png");
  background-size: 30px;
  background-position: 5px 2px;
  padding-left: 50px;
  padding-top: 5px;
  text-transform: uppercase;
  font-weight: bold;
}

.contactch2
{
  background: url("/images/clockyellow.png");
  background-size: 30px;
  background-position: 5px 2px;
  padding-left: 50px;
  padding-top: 3px;
  text-transform: uppercase;
  font-weight: bold;
}

.contactch3
{
  background: url("/images/Phoneyellow.png");
  background-size: 30px;
  background-position: 5px 2px;
  padding-left: 50px;
  padding-top: 5px;
  text-transform: uppercase;
  font-weight: bold;
}
.trheader
{
  height: 70px;
}
.dashed {
  border-bottom: 1px dashed #c0c0c0;
  padding: 5px 0 10px;
  height: 30px;
}


.horaires
 {
     color : #fff;
     font-family: 'Lato', sans-serif;
     font-size: 14px;
     font-weight: 700;
 }
.ibc
{
    /* padding: 15px;
    padding-top: 10px !important; */
    height: 125px !important;
    color : white !important;
    /* width: calc(33% - 20px) !important;
    margin: 10px; */
    
    padding: 0 !important;
}

.ibccontent
{
    position: absolute;
    width: calc(100% - 30px);
    height: calc(100% - 30px);
    margin: 15px;
    z-index: 10;
}
.mainbottomcontainerspar
{
    border-left: 1px solid rgba(0,0,0,0.15);
    border-right: 1px solid rgba(255,255,255,0.15);
    height: 40px;width: 2px;overflow: hidden;
    right: 0;top:15px;position: absolute;
}

.mainbottomcontainer1
{
    
    height: 120px;
    overflow: hidden;
    /* padding-right: 0; 
    padding-left:0; */
   
    position: relative;

    background: url(../images/bottomclock.jpg) no-repeat ;
    background-size: cover;
}
.mainbottomcontainer1 p
{
    
    
    font-size: 14px !important;
    font-style: normal !important;
    max-width: 90%;
}

.mainbottomcontainer2
{
    
    /* font-size: 13px !important; */
    font-style: normal !important;
    height: 125px;
    overflow: hidden;

    text-align: left;
    background: url(../images/bottomlabo.jpg) no-repeat ;
    background-size: cover;
}
.mainbottomcontainer3
{
    
    
    font-style: normal !important;
    height: 90px;
    overflow: hidden;
  
    background: url(../images/bottomlocation.jpg) no-repeat ;
    background-size: cover;
}

.mainbottomcontainerphone
{
    font-size: 22px !important;
    font-family: 'Poppins', sans-serif;
    font-weight: bold;
    text-align: center !important;
    color: #fff;
font-family: Lato, sans-serif;
font-size: 36px;
}

.mainadress
{
    font-weight: bold;
    text-align: center;
    padding-top: 10px;
    text-transform: uppercase;
    font-size: 16px;
    color: #fff;
}
.innerbottomcontainer2
{
    background: white;
    height: 105px;
    width: 100%;
    overflow: hidden;
    padding-right: 0; 
    padding-left:0;
    /* position: relative; */    
}

.bottom_overlay {
  position: absolute;
  width: 100%;
  height: 1000px;
}
.bo1
{
  background-color: #445bA1;
}
.bo2
{
  background-color: #4f6dcd;
}
.bo3
{
  background-color: #43d7cb;
}
.ibsepar {
  width: 3px;
  height: 70px;
  overflow: hidden;
  border-right: 1px solid rgba(86, 176, 210,0.75);
  position: absolute;
  right: 0;
  top: 45px;
}
.serveur {
  text-transform: uppercase;
  text-align: center;
  padding: 15px 30px 20px 30px;
  color: white;
}
.serveur span {
  font-weight: bold;
  font-size: 24px;
}

.serveur p {
  text-align: left;
  font-size: 12px;
  text-transform: capitalize;
 
  font-style: italic;
}
@media (min-width: 992px)
{
.ftco-navbar-light {
    padding: 0 !important;
}
}