/* bleu du fond principal = #B34C85 menu*/
/* bleu foncé arrière plan =  #F2ABCD à mettre aussi dans la base de données APPVALEUR COULEURFONCE*/
/* bleu fond menus = #F0DECB  à mettre aussi dans la base de données APPVALEUR COULEURFOND*/
/* bleu tête de liste = #F2ABCD*/

@import "https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700";
body {
    font-family: 'Poppins', sans-serif;
	background: #F2ABCD;
}

table {
  font-size: 0.9rem;
}

@media (max-width: 768px) {
table {
    font-size: 0.7rem;
  }
}
@media (max-width: 992px) {
table {
    font-size: 0.8rem;
  }
}

p {
	color: black;
	font-size: 1em;
}

h1, .h1 {
  font-size: 1.5rem;
}

h2, .h2 {
  font-size: 1.3rem;
}

h3, .h3 {
  font-size: 1.2rem;
}

h4, .h4 {
  font-size: 1.1rem;
}

h5, .h5 {
  font-size: 1rem;
}

h6, .h6 {
  font-size: 1rem;
}

radio {
	font-size: 1em;
}

a,
a:hover,
a:focus {
    color: inherit;
    text-decoration: none;
    transition: all 0.3s;
}

.btn-sm{
	margin: 0px 5px 0px 5px;
	padding: 0px 5px 0px 5px;
	font-size: 0.7em;
}

.btn-avg{
	margin: 1px 2px 2px 1px;
	padding: 3px 2px 3px 2px;
	font-size: 1.2em;
}


.btn-info:hover {
  color: #fff;
  background-color: #B34C85;
  border-color: #F2ABCD;
}
.btn-info {
  color: #fff;
  background-color: #F2ABCD;
  border-color: #F2ABCD;
}
.bg-info {
  background-color: #F2ABCD!important;
  color: #fff;
}
.badge-info {
  color: #fff !important;
  background-color: #F2ABCD;
  border-color: #F2ABCD;
}
.badge-info a{
  color: #B34C85!important;
}
.content{
	background: #F2ABCD;
}

.navbar {
    padding: 5px 0px 0px 5px;
	background-image: url(/Images/banniere1200rose.jpg);
	color: #fff;
	height: 90px;
    background-color: #F2ABCD;
	background-position: center; /* Center the image */
	background-repeat: no-repeat; /* Do not repeat the image */
	background-size: cover; /* Resize the background image to cover the entire container */
    border: none;
    border-radius: 0;
    margin-bottom: 10px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
	z-index:1;
}
#logoatid{
    height: 80px;
    position: absolute;
    right: 20px;
    bottom: 5px;
}
#logoatig{
    height: 75px;
    position: absolute;
    left: 20px;
    bottom: 6px;
}



.navbar-btn {
    box-shadow: none;
    outline: none !important;
    border: none;
}

.line {
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #ddd;
    margin: 40px 0;
}
/* ---------------------------------------------------
    SEARCH BAR STYLE
----------------------------------------------------- */

.searchbar{
    margin-top: auto;
    height: 40px;
    background-color: #B34C85;
    border-radius: 6px;
    padding: 10px;
	margin-bottom :10px;
	margin-left :0px;
	width: 230px;
    }

    .search_input{
    color: white;
    border: 0;
    outline: 0;
    background: none;
	font-size: 0.9rem;
	width: 150px;
    caret-color:white;
    line-height: 20px;
    transition: width 0.4s linear;
    }

    .search_input:hover{
    padding: 0 5px;
    caret-color:white;
    transition: width 0.4s linear;
    }

    .search_icon:hover{
    background: white;
    color: #F2ABCD;
	background-color: #B34C85;
    }

    .search_icon{
    height: 26px;
    width: 26px;
    float: right;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    color:white;
	background-color: #B34C85;
    }
	
/* ---------------------------------------------------
    LOGIN BAR STYLE
----------------------------------------------------- */

.loginbar{
	margin-top: auto;
    height: auto;
    background-color: #B34C85;
    border-radius: 6px;
    padding: 10px;
	margin-bottom :10px;
	margin-left :0px;
	width: 230px;
    }

    .login_input{
    color: white;
	font-size: 0.9rem;
    border: 0;
    outline: 0;
    background: none;
	width: 150px;
	padding: 2px;
    caret-color:white;
    line-height: 16px;
    transition: width 0.4s linear;
    }

    .login_input:hover{
    padding: 0 5px;
    caret-color:white;
    transition: width 0.4s linear;
    }

    .login_icon:hover{
    background: white;
    color: #F2ABCD;
	background-color: #B34C85;
    }

    .login_icon{
    height: 26px;
    width: 26px;
    float: right;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    color:white;
	background-color: #B34C85;
    }


/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */

.wrapper {
    display: flex;
    width: 100%;
}

#sidebar {
	padding: 10px;
    width: 250px;
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    z-index: 999;
    background: #F2ABCD;
    color: #fff;
    transition: all 0.3s;
}


#sidebar.active {
    margin-left: -250px;
}

#sidebar .sidebar-header {
    padding: 5px;
	font-size: 1.3em;
	font-weight:600;
    background: #B34C85;
}
#sidebar .sidebar-footer {
	font-size: 0.9em;
}

#sidebar ul.components {
    padding: 20px 0;
    border-bottom: 1px solid #F0DECB;
}

#sidebar ul p {
    color: #fff;
    padding: 10px;
}

#sidebar ul li a {
    padding: 5px;
    font-size: 1em;
    display: block;
	line-height: 0.6;
}

#sidebar ul li a:hover {
    color: #F2ABCD;
    background: #fff;
}

#sidebar ul li.active>a,
a[aria-expanded="true"] {
    color: #fff;
    background: #B34C85;
}

a[data-toggle="collapse"] {
    position: relative;
}

.dropdown-toggle::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

ul ul a {
    font-size: 0.9em !important;
    padding-left: 30px !important;
    background: #B34C85;
}

ul.CTAs {
    padding: 20px;
}

ul.CTAs a {
    text-align: center;
    font-size: 0.9em !important;
    display: block;
    border-radius: 5px;
    margin-bottom: 5px;
}

a.download {
    background: #fff;
    color: #F2ABCD;
}

a.article,
a.article:hover {
    background: #B34C85 !important;
    color: #fff !important;
}

/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */

#content {
    width: calc(100% - 250px);
    padding: 5px 20px 20px 20px;
	margin: 5px;
    min-height: 100vh;
    transition: all 0.3s;
    position: absolute;
    top: 0;
    right: 0;
}

#content.active {
    width: 100%;
}

#contentf {
    width: 100%;
    padding: 5px 20px 20px 20px;
	margin: 5px;
    position: absolute;
    top: 0;
    right: 0;
}
#contentf.active {
    width: 100%;
}

/* ---------------------------------------------------
    MEDIAQUERIES
----------------------------------------------------- */

@media (max-width: 768px) {
    #sidebar {
        margin-left: -250px;
    }
    #sidebar.active {
        margin-left: 0;
    }
    #content {
        width: 100%;
    }
    #content.active {
        width: calc(100% - 250px);
    }
    #sidebarCollapse span {
        display: none;	
    }
	#perm select option{
		width:10px;
	}
	#perm select{
		width:10px;
	}
	/*#sidebarCollapse{
		height:15px;
		margin-top: 58px;
	}*/
}

/* ---------------------------------------------------
    AJOUTS GILLES
----------------------------------------------------- */
.perm td{
	font-size: 0.8em;
}
.perm select{
    width:140px;
}
.perm select option{
    width:140px;
}

div .iphoto {
	padding: 10px;
	margin-left: 0px;
	margin-top: 0px;
	color: white;
	font-size: 1em;
	font-family: 'Poppins', sans-serif;
	background: #F2ABCD;
}
div .iphoto .chargement{
	padding: 5px 5px 5px 5px;
	height: 50px;
	font-size: 1.2em;
	background: #B34C85;
	text-align: center;
}

div .article {
	/*article sur le site*/
	padding: 10px;
	margin-left: 0px;
	margin-top: 5px;
	background-color: white;
	color: black;
	font-size: 1em;
	width: 100%;
	/*border: 1px solid gray;*/
}



div .article .titre {
	font-size: 1.3em;
	font-weight: bold;
}

div .article .date {
	font-size: 0.9em;
	border-bottom: 1px solid gray;
}

div .article .date a{
	color: red;
	text-decoration: none;
}

div .article .date a:hover{
	color: red;
	text-decoration: underline;
}

div .article .contenu {
	padding-top: 10px;
	font-size: 1.1em;
}

div .divers {
	/*article sur le site*/
	padding: 10px;
	margin-left: 0px;
	margin-top: 5px;
	background-color: white;
	color: black;
	font-size: 1em;
	width: 100%;
	/*border: 1px solid gray;*/
}



div .divers .titre {
	font-size: 1.3em;
	font-weight: bold;
}

div .divers .date {
	font-size: 0.9em;
	border-bottom: 1px solid gray;
}

div .divers .date a{
	color: red;
	text-decoration: none;
}

div .divers .date a:hover{
	color: red;
	text-decoration: underline;
}

div .divers .contenu {
	padding-top: 10px;
	font-size: 1.1em;
}
#listedatedispo {
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 5px;
	background-color: #F0DECB;
	border: 1px solid gray;
}

#listedatedispo li {
	margin: 0;
	padding: 0;
	display: inline;
	list-style-type: none;
}

#listedatedispo a:link, #listedatedispo a:visited {
	line-height: 25px;
	font-weight: bold;
	padding: 0px 7px 0px 7px;
	text-decoration: none;
	color: black;
	background-color: transparent;
}

#listedatedispo li.active a:link, #listedatedispo li.active a:visited {
	background-color: #F2ABCD;
	font-weight: bold;
	color: #ffffff;
}

#listedatedispo a:hover {
	color: black;
	background-color: #F2ABCD;
}
.lpublished {
	display:block;
	text-align: center;
	float:left; 
	font-family: "Ubuntu",Arial,Helvetica,sans-serif;
	border-bottom:none;
	border:1px outset #bbb;
	margin:2px; 
}
.lpub-text {
	display:block; 
	font-size: 1.1em;
	font-weight: bold;
	margin:0; 
	padding:4px 3px 4px 3px;
	color:white;
	background:#B34C85 url(icon/caltriangler.png) center bottom repeat-x;
}

.lpub-textold {
	display:block; 
	font-size: 1.1em;
	font-weight: bold;
	margin:0; 
	padding:4px 3px 4px 3px;
	color:grey;
	background:#F0DECB url(icon/caltriangler.png) center bottom repeat-x;
}

.lpub-textrouge {
	display:block; 
	font-size: 1.1em;
	font-weight: bold;
	margin:0; 
	padding:4px 3px 4px 3px;
	color:white;
	background:red url(icon/caltriangler.png) center bottom repeat-x;
}
.published {
	display:block;
	text-align: center;
	float:left; 
	font-family: "Ubuntu",Arial,Helvetica,sans-serif;
	border-bottom:none;
	border:1px outset #bbb;
}

.pub-month {
	display:block; 
	font-size: 1.1em;
	font-weight: bold;
	padding:0 1px 0 1px;
	padding-bottom:1px;
	color:white;
	background:#B34C85 url(icon/caltriangler.png) center bottom repeat-x;
}
.pub-date { 
	display:block; 
	font-size:0.85em;
		font-weight: bold;
	margin:0; 
	padding:0 1px 0 1px;
	background:#f6ffff;  
}
.pub-datep { 
	display:block; 
	font-size:0.85em;
		font-weight: bold;
	margin:0; 
	padding:0 1px 0 1px;
	color:grey;
	background:#f6ffff;
}
.pub-monthp {
	display:block; 
	font-size: 1.1em;
	font-weight: bold;
	margin:0; 
	padding:0 1px 0 1px;
	padding-bottom:1px;
	color:grey;
	background:#F0DECB url(icon/caltriangler.png) center bottom repeat-x;
}

.CSSTableGeneratorSQL {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
}
.CSSTableGeneratorSQL tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

/* Three image containers (use 25% for four, and 50% for two, etc) */
.column {
  float: left;
  width: 33.33%;
  padding: 5px;
}

/* Clear floats after image containers */
.row::after {
  content: "";
  clear: both;
  display: table;
}

.compoeq {
  font-size: 0.6em;
}
.hlw{
	background-color: gold;
}

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #AAAAAA  !important;
}

 ::-moz-placeholder {
  /* Firefox 19+ */
  color: #AAAAAA  !important;
}

 :-ms-input-placeholder {
  /* IE 10+ */
  color: #AAAAAA  !important;
}

 :-moz-placeholder {
  /* Firefox 18- */
  color: #AAAAAA  !important;
}
.img {
  max-width: 100%;
  height: auto;
}

 .custom-file-input::-webkit-file-upload-button {
  visibility: hidden;
}
.custom-file-input::before {
  content: 'Prendre Photo';
  display: inline-block;
  background: -webkit-linear-gradient(top, #B34C85, #F2ABCD);
  border: 1px solid #999;
  border-radius: 3px;
  padding: 5px 8px;
  outline: none;
  white-space: nowrap;
  -webkit-user-select: none;
  cursor: pointer;
  text-shadow: 1px 1px #fff;
  font-weight: 700;
  font-size: 10pt;
  color: white;
}
.custom-file-input:hover::before {
  border-color: #F2ABCD;
}
.custom-file-input:active::before {
  background: -webkit-linear-gradient(top, #F2ABCD, #B34C85);
}

.popup {
    font-family: 'Poppins', sans-serif;
	color: white;
	background-color: #F2ABCD;
	font-size: 0.8rem;
	height: 1vh;
}
.popup p {
	color: white;
}
div .popuparticle {
	padding: 5px;
	margin-left: 0px;
	margin-top: 5px;
	padding-bottom: 5px;
	background-color: #B34C85;
	color: white;
	font-size: 1em;
}

.aidemodal {
	display: none;
}

@media (min-width: 992px) {
.aidemodal {
	font-size: 1rem;
	line-height:inherit!important;
	display: inline-block;
}
}

.btntitre {
	font-size: 0.7rem!important;
}

#buttonrow {
	margin-top:5px;
	margin-bottom:10px;
}

#buttonrow label {
	font-size: 0.8rem;
}

.buttonrowbtn {
	text-align: left !important;
	padding-left:30px;
}

.cardpart .card-text {
  font-size: 0.9rem !important;
}

.idimage {
  object-fit: cover;

  width: 120px;
  height: 200px;
}
.fa-sms {
	font-size: 1.2rem;
}

/* Description text */
.carousel-caption p {
font-size:      1rem;
color:          white !important;
}

.iconclubsmall {
  object-fit: cover;
  object-position: 0% 0;
  width:10px;
  height:10px;
  border:0;
  }
  
  .iconclubmed {
  object-fit: cover;
  object-position: 0% 0;
  width:16px;
  height:16px;
  border:0;
  }
  
#etatbulle li {
		margin: 0px 0px 0px 2px ;
	padding: 0;
	display: inline;
	list-style-type: none;
}
