@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');

* {
  margin: 0;
  padding: 0;
}


body
{
    margin: 0px;
    padding: 0px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    background-color: #fafcff;
    color: #001d48;
    -webkit-font-smoothing: antialiased;

}

h1 {

    font-weight: 800;
    color: #055f69;
    text-align: center;

}


h2  {

    font-weight: 800;
}

h3, b {

    font-weight: 700;
}
h4 {

    font-weight: 600;
}

a { text-decoration: none; color: #000; border: 0; }
.toutsiteacc { margin-top: 30px; margin: 0 auto; width: 990px;  }
img { border: 0;}


.clear {clear: both;}



/* Accueil */




.site-amiel, .site-amiel2 {
    font-family: 'Montserrat', sans-serif;
    color: #001d48;
    padding-top: 51px;
    width: 892px;
    margin: 0 auto;
    /* margin-top: 31px; */
}

.site-amiel2 {
    width: 1015px;
     margin: 0 auto;
}


.acc img {
    width: auto;
    margin-right: 5px;
     margin-bottom: 5px;
}


.site-amiel img {
    border: 0;
}

.logo  {
    width: 200px;
    margin: 0 auto;

}

.logo img {
    width: 200px;
    height: 159px;
    position: relative;
    margin-top: 40px;
    margin-bottom: 40px;
}


.acc {
  
    /* margin-left: -7px; */
    /* width: 1220px; */
    padding-left: 2px;
}

.accueil-prive {
    display: block;
    width: 130px;
    margin: 7px;
    height: 178px;
    border: 2px solid #fff;
    float: left;
    font-size: 14px;
    text-align: center;
}


.acc-texte {
   color: #5b5b5b;
   font-size: 14px;
   font-weight: 700 ;

}

.accueil-prive:hover {
  
    border: 2px solid #1e7c85;
    background-color: #e7eeef;

}

.accueil-prive:active, .accueil-prive:visited {
  
    border: 2px solid #fff;
    background-color: #fff;

}

.accueil-prive img {
    width: 105px;
    height: 105px;
    text-align: center;
    margin-left: 9px;
}


.topnavamielprivein, .topnavamielprivein2 {
    background-color: #1f7b85;
    width: 100%;
    margin: 0 auto;
    z-index: 99999;
    position: fixed;
}

.topnavamielprivein2 {

    margin-top: 52px;
    margin-bottom: 50px;
}

.topnavamielprive, .topnavamielprive2  {
 -webkit-font-smoothing: auto;
 font-family: 'Montserrat', sans-serif;
 overflow: hidden;
 background-color: #1f7b85;
 max-width: 1040px;
 margin: 0 auto;
}



.topnavamielprive a, .topnavamielprive2 a {
    font-family: 'Montserrat', sans-serif;
    float: left;
    display: inline-block;
    color: #f2f2f2;
    text-align: center;
    padding-top: 16px;
    padding-bottom: 16px;
    padding-left: 13px;
    padding-right: 13px;
    line-height: 20px;
    text-decoration: none;
    font-size: 15px;
    font-weight: 500;
}

.topnavamielprive a:hover, .topnavamielprive2 a:hover {
   
    text-decoration: none;

}


.topnavamielprive a img , .topnavamielprive2 a img  {

width: 20px;
float: left;
}

.topnavamielprivein2 { background-color: #626262; }
.topnavamielprive2 { background-color: #626262; }
.topnavamielprive2 a {  color: #f2f2f2; }

.message-haut {
    margin-top: 90px;
}

.container {
    margin-top: 30px;

}

.btsc {
    margin: 0;
    border: 0;
    width: auto;
    background-color: #1f7b85;
    height: auto;
    color: #fff;
    font-weight: 700;
    font-size: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
    position: relative;
    display: inline;
    padding-left: 16px;
    padding-right: 16px;
    border-radius: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    cursor: pointer;
     -webkit-appearance: none;

}
.btsc:hover {

background-color: #055f69;

}

.acc-droite {
   float: right !important;
}


.active {
  background-color: #055f69;
  color: white;
}


.active2 {
  background-color: #393939;
  color: white;
}


.topnavamielprive .iconbar, .topnavamielprive2 .iconbar {
  display: none;
}



.dropdown {
  float: left;
  overflow: hidden;
}

.dropdown .dropbtn {
  font-size: 17px;    
  border: none;
  outline: none;
  color: white;
  padding: 14px 16px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  float: none;
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.topnavamielprive a:hover, .dropdown:hover .dropbtn {
  background-color: #055f69;
  color: white;
}

.topnavamielprive2 a:hover, .dropdown:hover .dropbtn {
  background-color: #393939;
  color: white;
}


.dropdown-content a:hover {
  background-color: #055f69;
  color: black;
}


.dropdown:hover .dropdown-content {
  display: block;
}




/* Déclassés Admin */


#sidebar {
    position: absolute;
    margin-top: 52px;
    height: auto !important;
}

#sidebar-bot, #header, #sidebar-toggle {

display: none  !important; 

}

#content {
    padding: 0!important;
    margin: 0!important;
    border-top: 0px solid !important; */
}


#k_admin_frm .active {
  background-color: #fff  !important; 
 
}

.field>.field-label {
    font-weight: bold;
    text-shadow: 0  !important; 
    margin-left: 10px !important; 

}

#settings-panel {

    margin-top: 50px !important; 
}


#scroll-content {

    background: #fff !important; 
}


.ctrl-bot {

    margin-left: 30px !important; 
    margin-bottom: 30px !important; 
}


#sidebar-btns {

    bottom: 0 !important; 
   
}


.rr th, .rr thead td {
     background: #fff !important; 
    color: #000;
}

#settings-panel-toggle {

    display: none;
}

/* Calendrier fix */

.fc-toolbar.fc-header-toolbar {
    margin-top: 121px !important;
}

.fc .fc-toolbar.fc-header-toolbar {
    margin-bottom: 1.5em;
    margin-top: 72px;
}

.fc-daygrid-dot-event .fc-event-title {
    font-weight: normal;
    color: #000;
    white-space: normal;
    padding-left: 5px !important; 
}

.fc-direction-ltr .fc-daygrid-event .fc-event-time {
    margin-right: 3px !important; 
    position: relative;
    left: 3px !important; 
}

.fc-daygrid-dot-event .fc-event-time, .fc-daygrid-dot-event .fc-event-title {
    display: block;
    padding-left: 0px !important; 
}

.fc-direction-ltr .fc-daygrid-event.fc-event-start, .fc-direction-rtl .fc-daygrid-event.fc-event-end {

    padding-left: 3px;
}


.fc-sticky { text-transform: lowercase !important;  }


.fc-event-title {     font-weight: 500 !important; text-transform: lowercase !important;  }


.fc-daygrid-block-event .fc-event-title {
    font-weight: 500 
    padding: 1px;
    padding-left: 0;
    line-height: 13px;
    text-transform: capitalize!important;
}

.fc-event-time  {   font-weight: 600 !important; }

.fc-daygrid-event {  text-transform: capitalize !important;  }

.fc .fc-daygrid-event {
    z-index: 6;
    margin-top: 1px;
    border: 2px solid red;
}

.editioncal { padding-top: 10px; }



.formulaire-psch {
    display: inline-block;
    position: relative;
    margin-right: 22px;
    margin-top: 0;
    /* width: 400px; */
    float: left;
    /* background: red; */
}


/* Mobile */

@media screen and (max-width: 750px) {


    #sidebar {
    position: relative !important;
    margin-top: 0px !important;
    height: auto !important;
}


#calendar {
    margin-top: -101px;
}

.topnavamielprivein2 {
   margin-top: 0px;
   margin-bottom: 0px; 
}

.site-amiel, .site-amiel2 {

    padding-top: 0px;
    margin: 0 auto;
    margin-top: -40px;
    margin-left: 18px;
}



#settings-panel {
    margin-top: -10px !important;
}

.logo img {
  
    margin-top: 71px;

}

  .topnavamielprive a:not(:first-child),  .topnavamielprive2 a:not(:first-child),  .dropdown .dropbtn {
    display: none;
 
  }


  .topnavamielprive a.iconbar, .topnavamielprive2 a.iconbar {
    float: right;
    display: block;
  }

  .topnavamielprive a img ,  .topnavamielprive2 a img {
  width: 20px;
  float: none;
  margin-bottom: -5px;
}


.site-amiel, .site-amiel2 {

 width: auto;

}

.site-amiel {
    width: 90%;
}


.accueil-prive img {
    width: auto;
    margin-left: -4px;
}

.framebordtop {
    margin-top: 0px !important;
}

  .topnavamielprive.responsive ,  .topnavamielprive2.responsive2  {position: relative;}
  .topnavamielprive.responsive .iconbar ,  .topnavamielprive2.responsive2 .iconbar    {
    position: absolute;
    right: 0;
    top: 0;
  }

  .topnavamielprive.responsive a ,  .topnavamielprive2.responsive2 a  {
    float: none;
    display: block;
    text-align: left;
  }

  .topnavamielprive.responsive .dropdown  ,  .topnavamielprive2.responsive2  .dropdown {float: none;}
  .topnavamielprive.responsive .dropdown-content  ,  .topnavamielprive2.responsive2  .dropdown-content {position: relative;}
  .topnavamielprive.responsive .dropdown .dropbtn , .topnavamielprive2.responsive2 .dropdown .dropbtn  {
    display: block;
    width: 100%;
    text-align: left;
  }

.acc {
    /* margin-left: -7px; */
    /* width: 1220px; */
    padding-left: 2%;
}


.topnavamielprivein, .topnavamielprivein2 {
    position: relative;
}


.accueil-prive {
  
    width: 29%;
    margin: 1%;
}

.accueil-prive img {
    width: 105px;
    height: 105px;
    text-align: center;
    margin-left: 0px;
}

h1 {
    font-size: 27px;
}


.les3 a {
    padding-right: 0px;
    padding-top: 19px;
}


}