
/*=============================================================
Authour URL: www.designbootstrap.com

http://www.designbootstrap.com/

License: MIT

http://opensource.org/licenses/MIT

100% Free To use For Personal And Commercial Use.

IN EXCHANGE JUST TELL PEOPLE ABOUT THIS WEBSITE

========================================================  */


/* =============================================================
GENERAL STYLES
============================================================ */

@import url(http://fonts.googleapis.com/css?family=Roboto); /* FREE GOOGLE FONT */

body {
  margin: 0;
  padding: 0;
  font-family: 'Roboto', sans-serif;
  line-height: 30px;
  overflow-x: hidden;
}
.imprimer_all{
  position: relative;
  margin: 10px 0 0 0;
  float: right;
  background-color: #f2b705;
  border: none;
}
.set-radius-zero {
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
}
.no_padding {
  padding: 0;
}

.message_alert {
  position: relative;
  width: 350px;
  height: auto;
  background: #006cab;
  /* padding: 5px 10px;*/
  margin: 15px 0 0 15px;
  border-radius: 10px;
  text-align: center;
  color: white;
  font-weight: 600;
}

.alert-info{
  margin-top: 40px;
}

.content-wrapper {
  min-height: 94vh;
  padding-bottom: 60px;
}
.container{
  position: relative;
  width: 50vw;
}
@media (max-width: 640px) {
  .container {
    width: 90vw;
  }
}
.container_connexion{
  position: relative;
  width: 50vw;
  background-color: #fff;
  top: 30vh;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.2);
  margin: 0 auto;
}
@media (max-width: 1364px) {
.container_connexion {
    width: 50vw;
    top: 10vh;
  }
}
@media (max-width: 640px) {
  .container_connexion {
    width: 90vw;
    top: 10vh;
  }
}

.container_inscription{
  position: relative;
  width: 50vw;
  top: 15vh;
}

.retour_ateliers{
  position: relative;
  width: 100%;
  height: auto;
  display: flex;
  flex-flow: row wrap;
}
.retour_ateliers li{
  position: relative;
  padding: 5px 15px;
  margin: 0 0 0 20px;
  background-color: #58a681;
  border-radius: 25px;
  list-style-type: none;
}
.retour_ateliers li a{
  color: white;
}
.retour_ateliers li a:hover{
  color: white;
  text-decoration: underline;
}

.page-head-line {
  font-weight: 900;
  padding-bottom: 20px;
  margin: 0 0 40px 0;
  border-bottom: 2px solid #f2b705;
  text-transform: uppercase;
  color: #f2b705;
  font-size: 20px;
}
.page-head-line-connexion{
  margin: 10px 0 40px 100px;
}
.btn {
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
}
.btn-info{
  transition: .3s;
}
.btn-info:hover{
  text-decoration: underline;
}
.btn_connect{
  position: relative;
  background: #58a681;
  color: white;
  padding: 8px 10px 9px 10px;
  border-radius: 25px;
}
.btn_connect:hover{
  position: relative;
  background: #58a681;
  color: white;
  text-decoration: underline;
  padding: 8px 10px 9px 10px;
  border-radius: 25px;
}
.btn_admin{
  position: relative;
  background: #58a681;
  color: white;
  padding: 8px;
  top: 23px;
  border-radius: 5px;
  box-shadow: 0 0 20px rgba(0, 0, 0, .3);
  transition: .3s;
}
@media (max-width: 1364px) {
  .btn_admin {
      top: -27px;
      float: right;
      left: -70px;
  }
}
@media (max-width: 1364px) {
  .btn_admin {
    left: -15px;
  }
}

.btn_admin:hover{
  background: #f2b705;
  color: white;
}
.progress {
  height: 8px;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
}
.login-icon {
  height: 60px;
  width: 60px;
  padding: 13px;
  border-radius: 50%;
  font-size: 30px;
  margin-bottom: 20px;
  color: #fff;
  text-align: center;
  cursor:pointer;
  background-color:#58a681;
  -webkit-border-radius:50%;
  -moz-border-radius:50%;
}
.img_profil{
  position: relative;
  left: 2%;
}
/* =============================================================
HEADER SECTION STYLES
============================================================ */
header {
  background-color: #f2b705;
  color: #fff;
  display: flex;
  flex-flow: row wrap;
  padding: 10px;
}
.header_content{
  width: 300px;
  position: absolute;
  z-index: 9;
}
.header_content .row{
  position: relative;
}

/* =============================================================
LOGO SECTION STYLES
============================================================ */
.left-div {
  padding-left: 30px;
  margin-top: 40px;
  margin-bottom: 30px;
}
.ico_inscription_content{
  position: relative;
  float: right;
  margin: 35px 0 0 20px;
  top: -10px;
}
.navbar-brand {
  padding-top: 35px;
}
@media (max-width: 640px) {
  .navbar-brand {
    position: relative;
    top: 27px;
    left: 30%;
  }
}

/* USER SETTINGS DIV */
.user-settings-wrapper .nav > li > a {
  position: relative;
  display: block;
  padding: 15px 18px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  height: 60px;
  width: 60px;
  background-color: #f2b705;
  color: #fff;
}

.user-settings-wrapper {
  margin-top: 10px;
}

.user-settings-wrapper li {
  display: inline-block;
}

.user-settings-wrapper .dropdown-settings {
  width: 200px;
  padding: 10px;
}

.user-settings-wrapper .nav > li > a:hover,.user-settings-wrapper .nav > li > a:focus {
  text-decoration: none;
  background-color: #f2b705 !important;
}

.user-settings-wrapper img {
  height: 64px;
  width: 64px;
  border: 1px solid #414141;
}

.user-settings-wrapper .dropdown-menu {
  margin: 0px;
  border-radius: 0px!important;
  -moz-border-radius: 0px!important;
  -webkit-border-radius: 0px!important;
}

.user-settings-wrapper .btn {
  border-radius: 0px!important;
  -moz-border-radius: 0px!important;
  -webkit-border-radius: 0px!important;
}

.user-settings-wrapper .media-heading {
  padding-top: 10px;
}

/* MENU LINKS SECTION*/

.menu-section {
  background-color: #58a681;
  margin-bottom: 5vh;
}

#menu-top a {
  color: #FFF;
  text-decoration: none;
  font-weight: 500;
  padding: 10px 10px 10px 10px;
  text-transform: uppercase;
}

.menu-top-active {
  background-color: #f2b705;
}

.menu-section .nav > li > a:hover,.menu-section .nav > li > a:focus {
  background-color: #f2b705!important;
}

.menu-section .dropdown-menu > li > a:hover,.menu-section .dropdown-menu > li > a:focus {
  background-color: #f2b705!important;
}

.navbar-inverse {
  background-color: #f2b705;
  border-color: transparent;
}

.navbar-toggle {
  background-color: #f2b705;
  border: 1px solid #fff;
}

.navbar {
  margin: 0 auto;
}
.logo_header_connexion{
  position: absolute;
  width: 80px;
  height: auto;
  margin: -5px 0 0 0;
  border-radius: 50%;
}
.logo_header{
  position: absolute;
  width: 80px;
  height: auto;
  margin: 10px 0 0 0;
}
/**** MON STYLE ****/
.navbar-right {
  margin: 0 auto;
  position: relative;
  left: 50%;
  transform: translate(-50%);
}
/* =============================================================
FOOTER SECTION STYLES
============================================================ */
.footer {
  position: relative;
  width: 100%;
  padding: 10px;
  color: black;
  font-size: 12px;
  /*background-color: #f2b705; */
}
.lien_footer{
  position: relative;
  width: 200px;
  float: right;
}
.footer a{
  position: relative;
  color: #c5645b;
  text-decoration: none;
}
.footer a:hover{
  text-decoration: underline;
}

/*==============================================
DASHBOARD  STYLES
=============================================*/

/* DASHBOARD ICONS */

.bk-clr-one {
  background-color: #B9B739;
}

.bk-clr-two {
  background-color: #F94C4C;
}

.bk-clr-three {
  background-color: #119c7e;
}

.bk-clr-four {
  background-color: #b739b9;
}

.dashboard-div-icon {
  height: 75px;
  width: 75px;
  border: 2px solid #fff;
  padding: 20px;
  border-radius: 50%;
  -webkit-border-radius:50%;
  -moz-border-radius:50%;
  font-size: 30px;
  margin-bottom: 20px;
  color: #fff;
}

.dashboard-div-wrapper {
  border-radius: 5px;
  text-align: center;
  padding: 15px;
  color: #fff;
  margin-bottom: 50px;
}

.dashboard-div-wrapper .progress {
  height: 2px;
}

/* NOTICE BOARD */


.notice-board .panel {
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
}

.notice-board ul {
  padding-left: 0px;
  list-style: none;
}

.notice-board li {
  padding: 10px;
  border-bottom: 1px solid #E5E5E5;
}

.notice-board li span {
  margin-right: 10px;
  border: 1px solid #DBDBDB;
  padding: 5px;
}

.notice-board li a, li a:hover {
  text-decoration: none;
  color: #414141;
}

/* SOCIAL BUTTONS */
.btn-social {
  color: white;
  opacity: 0.8;
}

.btn-social:hover {
  color: white;
  opacity: 1;
  text-decoration: none;
}

.btn-facebook {
  background-color: #3b5998;
}

.btn-twitter {
  background-color: #00aced;
}

.btn-linkedin {
  background-color: #0e76a8;
}

.btn-google {
  background-color: #c32f10;
}

/******************************************/
/************* PAGE IMPRIMEE **************/
/******************************************/
.logo_page_impression{
  position: absolute;
  width: 90px;
  height: auto;
  margin: 10px 0 0 25px;
  border-radius: 50%;
}
.titre_page_impression{
  position: relative;
  width: 100%;
  height: auto;
  background-color: #f2b705;
}
.titre_page_impression h1{
  position: relative;
  margin: 0 0 0 130px;
  padding: 45px 0;
  color: #414141;
}

/*** TABLEAUS ***/
.rwd-table {
  background: #34495e;
  color: #fff;
  border-radius: 10px;
  overflow: hidden;
  margin: 0 auto;
  top: 7vh;
  position: relative;
  min-width: 50vw;
  box-shadow: 0 0 20px rgba(0, 0, 0, .3);
}

.rwd-table tr {
  border-color: white;
}

.rwd-table tr {
  border-top: 10px solid white;
  border-bottom: 10px solid white;
}

.rwd-table th {
  display: none;
}

.rwd-table td {
  display: block;
}

.rwd-table td:first-child {
  padding-top: 0.5em;
}

.rwd-table td:last-child {
  padding-bottom: 0.5em;
}

.rwd-table td:before {
  content: attr(data-th) ": ";
  font-weight: bold;
  width: 6.5em;
  display: inline-block;
}

@media (min-width: 480px) {
  .rwd-table td:before {
    display: none;
  }
}

.rwd-table th,
.rwd-table td {
  text-align: left;
}

@media (min-width: 480px) {

  .rwd-table th,
  .rwd-table td {
    display: table-cell;
    padding: 0.25em 0.5em;
  }

  .rwd-table th:first-child,
  .rwd-table td:first-child {
    padding-left: 0;
  }

  .rwd-table th:last-child,
  .rwd-table td:last-child {
    padding-right: 0;
  }
}

.rwd-table th,
.rwd-table td {
  margin: 0.5em 1em;
}

@media (min-width: 480px) {

  .rwd-table th,
  .rwd-table td {
    padding: 1em !important;
  }
}

.rwd-table th,
.rwd-table td:before {
  color: #B9B739;
}