﻿/*----------------------Commun aux pages engagements ----------------------------*/

.collapsible {
  background-color: #777;
  color: white;
  cursor: pointer;
  padding: 8px;
  margin:8px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
}

.active, .collapsible:hover {
  background-color: #555;
}

.content {
  padding: 16px 60px;
  display: none;
  overflow: hidden;
 /* background-color: #f1f1f1;*/
}
@media screen and (max-width: 900px) {
  .content {
    padding: 12px 12px;
  }
}


.TabTitre {
 background-color: #a7a7a7;
}

.Eng-LiJeVeuxPayer {
  background-color: #dbf3f6;
  color: #3e3d40;
	padding:0px;
	text-align:left;
	font-size:1em;
	margin:0px;
}

.Eng-LiPaye {
  background-color: #4fc6d4;
  color: #3e3d40;
	padding:0px;
	text-align:left;
	font-size:1em;
	margin:0px;
}

.Eng-Annule{
  background-color: #eeeeee;
  color: #a7a7a7;
  padding:0px;
  text-align:left;
  font-size:1em;
  margin:0px;
  font-style: italic;
}
.Eng-mess{
  color: #b55354;
  font-size:0.75em;
  font-style: italic;
  margin-bottom: 0px;
}

.Option-LiPropJeVeuxPayer {
  background-color: #fdf4d9;
    color: #3e3d40;
	padding:0px;
	text-align:left;
	font-size:1em;
	margin:0px;
}

.Option-LiPropPaye {
  background-color: #f8dc81;
    color: #3e3d40;
	padding:0px;
	text-align:left;
	font-size:1em;
	margin:0px;
}

.OptionBleu-LiPropJeVeuxPayer {
  background-color: #dbf3f6;
    color: #3e3d40;
  padding:0px;
  text-align:left;
  font-size:1em;
  margin:0px;
}
.OptionBleu-LiPropPaye {
  background-color: #4fc6d4;
    color: #3e3d40;
  padding:0px;
  text-align:left;
  font-size:1em;
  margin:0px;
}

.Pai-LiJeVeuxPayer {
  background-color: #f8d7da;
    color: #3e3d40;
	padding:0px;
	text-align:left;
	font-size:1em;
	margin:0px;
}

.Pai-LiPaye {
  background-color: #cc8487;
    color: #3e3d40;
	padding:0px;
	text-align:left;
	font-size:1em;
	margin:0px;
}

.Pai-LiResteAPayer {
	text-align:right;
	font-size:1em;
	margin:0px;
	}

.Eng-ErreurControle{
  background-color: #FF0000;
    color: #ffffff;
  padding:0px;
  text-align:left;
  font-size:1em;
  margin:0px;
}

.Eng-Habitel {
  /*background-color: #9cc96c;*/
    color: #3e3d40;
	padding:0px;
	text-align:left;
	font-size:1em;
	margin:0px;
	padding:0px;
}
.Eng-HabitelInactif
{
  color:#737373;
  	padding:0px;
	text-align:left;
	font-size:0.9em;
	font-style:italic;
	margin:0px;
}

.Eng-TitreHabitel{
  /*background-color: #9cc96c;*/
    color: #3e3d40;
	padding:0px;
	text-align:left;
	font-size:1.25em;
	margin:10px 0px 0px 0px;
	font-weight:bold;
}

.EngBtn {
  /*line-height: 2em; */
  background: #eee;
  /*padding: 0.1em;*/
  /*border: none;*/
  border:solid 1px rgba(0, 0, 0, 0.125);
  margin: 0px;
  /*text-transform: UPPERCASE;*/
  /*font-weight: bold;*/
  color: #58595b;
  font-size:1em; 
  -webkit-transition: background .3s ease;
          transition: background .3s ease; }
  .EngBtn:hover {
    background: #fff;
    color: #58595b; }

.EngRechBtn {
  /*height: 40px;*/
  font-size:1em; 
  text-align:right; 
  background: #fff;
  padding: 9px 12px;
  /*border: none;*/
  border:solid 1px rgba(0, 0, 0, 0.125);
  margin: 10px 0 0 0 ;
  /*text-transform: UPPERCASE;*/
  /*font-weight: bold;*/
  color: #58595b;
  -webkit-transition: background .3s ease;
          transition: background .3s ease; }
  .EngRechBtn:hover {
    background: #eee;
    color: #58595b; }

.EngRech {
	/*height: 40px;*/
	font-size:0.75em; 
	margin: 10px 0 0 0 ;
	}
.EngRechText{
	/*height: 40px;*/
	font-size:1em; 
	padding:30px 0 0 0;	
	}
	
.PageChien{
  border-radius: 5px;
  background-color: #dceff2;
  padding: 20px;
	}	
	
.Eng-LiCompl {
	font-size:0.5em;
	font-style:italic;
	}	

.TitrePagePaiement{
	background:#f1f1f1;
	font-size:1.5em;
	text-align:center;
  padding: 5px;
	}
.ContenuPauiemnt{
  background:#e0f1f4;
  padding: 15px;
}
	
.TextePagePaiement{
	font-size:1em;
	text-align:left;
	margin:10px 0 10px 0;
	
	}
	
.TexteRef{
	text-align:right;
	}	

.TexteRouge{
  color: red;
  } 


.CoulSexe1{
    color: #005ea0;
  }
.CoulSexe2{
    color: #ea4893 ;
  }

.OptionDisabled {
  background:#eeeeee ;
  border:solid 1px rgba(0, 0, 0, 0.125);
  color:#666567;
}

/*-------------------------SaisieDesEng--------------------------------*/	
.containerENG{
	line-height:25px !important;
	}
.TitreSaisieEng, .ssTitreSaisieEng {
	font-size:1.25em;
	text-align:center;
	/*background:#eeeeee;*/
	
	}
.ssTitreSaisieEng {
	font-size:0.8em;
	}
.input {
	line-height:normal;
	border:solid;
  border-width: 1px;
  border-color:#bcbcbd; 
	background:WHITE;
	color:#3e3d40;
	}
.select{
	color:#3e3d40;
  border-color:#bcbcbd !important;
  border:solid;
  border-width: 1px;	}


.col-25 {
  float: left;
  width: 25%;
  margin-top: 1px;
  padding: 0 0 0 0;
}

.col-75 {
  float: left;
  width: 75%;
  margin-top: 1px;
  padding: 0 0 0 0;
}
.col-50 {
  float: left;
  width: 50%;
  margin-top: 1px;
  padding: 0 0 0 0;
}
.label{
	margin:0;
	}
.labelEng {
  padding: 0px 12px 0px 0;
  margin-bottom: 0;
  margin:0;
  display: inline-block;
  text-align:right;
}
.labelPaye{
	font-style:italic;
	color:#666567;
	}
.PetitPrix{
  font-style:italic;
  color:#666567;
  font-size: 0.7em;
  }

.ClOptionExposant {
    line-height: 90%;
    background-color: #fdf4d9;
    text-align: left;
    padding: 10px 5px 10px 5px;
}

.ClOptionChien{
    line-height: 90%;
    background-color: #dbf3f6;
    text-align: left;
    padding: 10px 5px 10px 5px;
}

.ClClasse{
    line-height: 90%;
    background-color: #dbf3f6;
    text-align: center;
    padding: 10px 5px 10px 5px;
}
.ClChien{
    background-color: #4fc6d4;
}
.ClExposant{
    background-color: #f8dc81;
}



/* Responsive layout - when the screen is less than 600px wide, make the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .col-25, .col-75, .col-50 input[type=submit] , select, textarea {
    width: 100%;
    margin-top: 0;
	font-size:0.70rem;
  }
}

	
/*-------------------------TimeLine (payer.asp)--------------------------------*/	

/* The actual timeline (the vertical ruler) */
.timeline {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}

/* The actual timeline (the vertical ruler) */
.timeline::after {
  content: '';
  position: absolute;
  width: 6px;
  background-color: #eeeeee;
  top: 0;
  bottom: 0;
  left: 50%;
  margin-left: -3px;
}

/* Container around content */
.containerTL {
  padding: 8px 40px;
  position: relative;
  background-color: #ffffff;
  width: 50%;
}

/* The circles on the timeline */
.containerTL::after {
  content: '';
  position: absolute;
  width: 25px;
  height: 25px;
  right: -17px;
  background-color: white;
  border: 4px solid #1694ab;
  top: 15px;
  border-radius: 50%;
  z-index: 1;
}

/* Place the container to the left */
.left {
  left: 0;
}

/* Place the container to the right */
.right {
  left: 50%;
}

/* Add arrows to the left container (pointing right) */
.left::before {
  content: " ";
  height: 0;
  position: absolute;
  top: 22px;
  width: 0;
  z-index: 1;
  right: 30px;
  border: medium solid #eeeeee;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent #eeeeee;
}

/* Add arrows to the right container (pointing left) */
.right::before {
  content: " ";
  height: 0;
  position: absolute;
  top: 22px;
  width: 0;
  z-index: 1;
  left: 30px;
  border: medium solid #eeeeee;
  border-width: 10px 10px 10px 0;
  border-color: transparent #eeeeee transparent transparent;
}

/* Fix the circle for containers on the right side */
.right::after {
  left: -16px;
}

/* The actual content */
.contentTL {
  padding: 10px;
  background-color: #eeeeee;
  position: relative;
  border-radius: 6px;
}

/* Media queries - Responsive timeline on screens less than 600px wide */
@media screen and (max-width: 600px) {
  /* Place the timelime to the left */
  .timeline::after {
  left: 31px;
  }
  
  /* Full-width containers */
  .containerTL {
  width: 100%;
  padding-left: 70px;
  padding-right: 25px;
  }
  
  /* Make sure that all arrows are pointing leftwards */
  .containerTL::before {
  left: 60px;
  border: medium solid white;
  border-width: 10px 10px 10px 0;
  border-color: transparent white transparent transparent;
  }

  /* Make sure all circles are at the same spot */
  .left::after, .right::after {
  left: 15px;
  }
  
  /* Make all right containers behave like the left ones */
  .right {
  left: 0%;
  }
}

.TitreBulle{
	font-size:1.1em;
	}	
.TexteBulle{
	font-size:0.8em;
	}	





  /*---------------Vos Engagements-------------------*/
  /* Style the tab */
.tab {
  overflow: hidden;
  border: none;
  background-color: #fff;
}

/* Style the buttons inside the tab */
.tab button {
  background-color: #f1f1f1;
  float: left;
  
  border: 1px solid #ccc;
  outline: none;
  cursor: pointer;
  /*padding: 14px 16px;*/
  transition: 0.3s;
  font-size: 0.9em;/*17px;*/
  border-bottom: non;
  height: 40px;
  border-top-right-radius:  5px;
  border-top-left-radius:  5px;
  line-height: 90%;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #ddd;
}

/* Create an active/current tablink class */
.tab button.active {
  background-color: #ccc;
}

/* Style the tab content */
.tabcontent {
  display: none;
  padding: 6px 12px;
  border: 1px solid #ccc;
  /*border-top: none;*/
}
@media screen and (max-width: 600px) { 
  .tab button {
    font-size: 0.8em;
    padding: 4px;
    height: 45px;
    line-height: 85%;
  }
  .PageChien {
    padding: 2px;
  }
 }
@media screen and (max-width: 400px) { 
  .tab button {
    font-size: 0.68em;
    padding: 4px;
    height: 45px;
    line-height: 85%;
  }
  .PageChien {
    padding: 2px;
  }
  .col-3 {
    padding: 5px;
  }

 }

 .tablebootVosEng{
  text-align: center;
 }



.coulchien1 {
  color: #005ea0 !important;
}
.coulchien2 {
  color: #ea4893 !important;
}

 
 /*---------------------- comptes ----------------------------*/
.containerCpte {
  border-radius: 5px;
  background-color: #dceff2;
  padding: 20px;
  line-height: 0.95;
} 
