/* **********************************/
/*      TOOLBAR CardSondage			*/
/* **********************************/
#formCaGestionNew #formCaGestionSondageCreation_left{
	display:flex;
	flex-direction:column;
	width:24%;
}
#listCardSondage{
	flex-direction: column;
  height: 100%;
  overflow-y: scroll;
  font-size: smaller;
  background-color: #85b7d5;
  justify-content: start;
}
#container_caSondageCreation{
	height:85%;
}
#container_caSondageCreation2{
	display:flex;
	flex-direction:column;
	height: 95%;
}
.caSondageCard {
    display: flex;
    flex-direction: column;
    border: 5px solid #258BCC;
    width: 95%;
    margin-bottom: 10px;
    text-align: center;
    cursor: pointer;
    background-color: white;
    color: black;
	font-size: smaller;
}
.caSondageCard caption{
	background-color: #258BCC;
	color:white;
	font-size: larger;
}
.class_table_adminSondage caption a,
.caSondageCard tr[status='inprogress'] td:nth-child(3){
	background-color: #D2471D;
	color:white;
	padding: 2px;
  height: max-content;
}
.class_table_adminSondage[status='validated'] caption a{
	display:none;
}
.caSondageCard tr[status='draft'],
.caSondageCard tr[status='ended'] {
    display: flex;
	width:100%;
	font-size: small;
}
.caSondageCard tr[status='draft']{
	background-color: red;
	color: white;
}
.caSondageCard tr[status='draft'] td,
.caSondageCard tr[status='ended'] td{
	width:100%
}
.caSondageCard[state="selected"]{
    border-color: #9FC12B;
}
#form_ca .caSondageCard_title {
	/* background-color :#258BCC; */
	/* color:white; */
}
/* **********************************/
/*      CREATION CardSondage		*/
/* **********************************/
#formCaGestionMeeting #formCaGestionSondageCreation_right {
	display:flex;
	flex-direction:column;
	align-items: center;
	width:76%;
	border: 3px solid #258BCC;
	margin: 5px;
}
.container_sondage_help{
	border: 1px solid white;
	color: white;
	text-align: center;
	font-size:small;
	padding: 2.5px;
	margin:2.5px;
	width:100%;
}
.container_sondage_help .icon{
	height:15px;
}
#formCaGestionNew #container_list_table{
	display:flex;
	flex-direction: row;
	justify-content: space-around;
	 flex-wrap: wrap;
	/* width: 95%; */
	 height:100%;
	 /* border: 3px solid #258BCC; */
	 /* margin:2.5%; */
	 overflow-y: auto;
}
#formCaGestionNew #container_sondageGestion .label_text{
	background-color: #258BCC;
	/* margin: 5px; */
	/* padding: 0; */
	/* width: 98%; */
}
#formCaGestionNew #container_sondageGestion .label_text input[type='button']{
	background-color: #D2471D;
	color: white;
	cursor:pointer;
	border: 1px solid white;
  font-size: smaller;
}
/* #formCaGestionNew #container_sondageGestion .buttons_new, */
#formCaGestionNew #container_sondageGestion .button_red{
	font-size: 1.2em;
}
#formCaGestionNew #container_sondageModification{
	display: flex;
	flex-direction: column;
	height: 100%;
}

/* #formCaGestionNew #table_listTableSondage{
	display:flex;
	overflow-y: unset;
	overflow-x: unset;
	height: 95%;
	width:100%;

	
}
#formCaGestionNew #table_listTableSondage thead tr{
	display: flex;
	background-color: #258BCC;
	color: white;
}
#table_listTableSondage thead th {
	width: 20%;
	text-align: right;
	padding-right: 10px;
}
#table_listTableSondage thead th:nth-child(2) {
	width:40%;
}
#table_listTableSondage thead th:nth-child(4) {
	text-align: left;
}
#table_listTableSondage tbody{
	display:flex;
	flex-direction: column;
	height:100%;
	overflow-x:hidden;
} */
.class_table_adminSondage{
	display:flex;
	overflow:unset;
	border:3px solid #258BCC;
	background-color: white;
	width:32%;
	font-size: x-small;
	margin: 2.5px auto 2.5px auto;
}
.class_table_adminSondage caption{
	display: flex;
	/* justify-content: space-around; */
	justify-content: space-between;
	background-color: #258BCC;
	color:white;
}
.class_table_adminSondage caption select,
.class_table_adminSondage caption img{
	margin: 0px 2.5px 0px 2px;
}
.class_table_adminSondage tr{
	display:flex;
}
.class_table_adminSondage input[type='checkbox']{
	padding:10%;
}
.class_table_adminSondage thead{
	color:white;
	background-color:#258BCC;
}
/* #table_listTableSondage tr{
  display: flex;
  justify-content: space-around;
}
#table_listTableSondage td{
	width:45%;
} */
.class_table_adminSondage th{
	border:1px solid #85b7d5;
	padding: 0;
  text-align: center;
}
.class_table_adminSondage td{
	border:1px solid #258BCC;
}
.class_table_adminSondage th:nth-child(1),
.class_table_adminSondage td:nth-child(1){
	width:15%;
}
.class_table_adminSondage th:nth-child(2),
.class_table_adminSondage td:nth-child(2){
	width:45%;
}
.class_table_adminSondage th:nth-child(3),
.class_table_adminSondage td:nth-child(3){
	width:20%;
}
.class_table_adminSondage th:nth-child(n+4),
.class_table_adminSondage td:nth-child(n+4){
	width:10%;
}
/* ****************************************************************************************/
/*                    Règles spécifiques pour all et petite taille                        */
/* ****************************************************************************************/
@media all and (max-width: 480px)
{

}