
.clearfix::after {
  content: "";
  clear: both;
  display: table;
}

body {
	font-family: 'brandon-grotesque', sans-serif;
}

img
{
	border: none;
}

a
{
	text-decoration: none;
	color: #333333;
}

a:hover
{
	text-decoration: underline;
}

a.no_underline:hover
{
	text-decoration: none;
}

a.orange
{
	color: #ac8f4e;
	text-decoration: underline;
}

span.orange
{
	color: #ac8f4e;
}

h1
{
	text-transform: uppercase;
	text-align: center;
	font-size: 24px;
	font-weight: normal;
	color: #432b2f;
}

h2
{
/*	position: relative;
	background-color: #FAA532;
	color: white;
	text-transform: uppercase;
	font-size: 1em;
	border-bottom: 1px solid #AAAAAA;
	padding-top : 5px;
	padding-bottom : 5px;
	padding-left: 70px;
	margin-top: 30px;
	margin-left: -10px;
	margin-right: -10px;
	*/
	position: relative;
	background-color: #201c1d;
	color: white;
	text-transform: uppercase;
	font-size: 1em;
	padding-top : 5px;
	padding-bottom : 5px;
	padding-left: 10px;
	margin-top: 30px;
	margin-left: -10px;
	margin-right: -10px;
}

h2 img
{
	position: absolute;
	top: -20px;
	left: 15px;
}

div.cadre_border
{
	position: relative;
	background-color: #F5F5F5;
	border-bottom: 1px solid #E0E0E0;
	border-right: 1px solid #E0E0E0;
}

div.cadre_content
{
	background-color: white;
	padding: 10px;
	min-height: 600px;
	border: 1px solid #e9e9e9;
}

table.paiements td
{
	padding: 5px;
}

table.disponibilites td
{
	padding-right: 10px;
}

input[type^="submit"]
, input[type^="button"]
{
/*    background: url("../../images/input_button_grey.jpg") repeat-x scroll left top #a5a5a5;
    border: 1px solid #a5a5a5;*/
    border:none;
    background-color:#a5a5a5;
    color: #777777;
    cursor: pointer;
    font-weight: bold;
    height:50px;
    line-height:48px;
    font-size:24px;
/*    height: 27px;
    padding-left: 13px;
    padding-right: 13px;*/
	margin-top:5px;
	margin-left:5px;
	text-transform: uppercase;
	transition:0.7s;
}

input[type^="submit"].green
, input[type^="button"].green
{
    /*
    background: url("../../images/input_button_green.jpg") repeat-x scroll left top #a5a5a5;
    border: 1px solid #a5a5a5;
    */

    /*background-color:#B3DB01;*/
    background-color:#ac8f4e;
    
    color: #FFFFFF;
    cursor: pointer;
    font-weight: bold;
    height:50px;
    line-height:48px;
    font-size:24px;
	text-transform: uppercase;
	transition:0.7s;
}


input[type^="submit"].brown
, input[type^="button"].brown
{
    /*background: url("../../images/input_button_brown.jpg") repeat-x scroll left top #a5a5a5;*/
    background-color:#ac8f4e;
    color: #FFFFFF;
    cursor: pointer;
    font-weight: bold;
    height:50px;
    line-height:48px;
    font-size:24px;
	text-transform: uppercase;
	transition:0.7s;
/*    border: 1px solid #a5a5a5;
    color: #FFFFFF;
    cursor: pointer;
    font-weight: bold;
    height: 36px;
    line-height:30px;
	text-transform: uppercase;
	transition:0.7s;*/
}

.smallfont {
	font-size:17px!important;
}

.verysmallfont {
	font-size:14px!important;
}

input[type^="submit"]:hover
, input[type^="button"]:hover
{
/*    background: url("../../images/input_button_hover.jpg") repeat-x scroll left top #87BBED;
    border: 1px solid #a5a5a5;*/
    background-color:#74613a;
	color: #FFFFFF;
}



input[type^="text"]
, input[type^="password"]
{
	height: 40px;
	font-size: 20px;
	border: 1px solid #CCC;
	padding-left:4px;
}


.greenbutton {
	width:100%;
	display:block;
	text-decoration:none;
	color:white;
	background-color:#ac8f4e;
	cursor: pointer;
	font-weight: bold;
	height:50px;
	line-height:48px;
	font-size:16px;
	text-transform: uppercase;
	text-align:center;
	transition:0.7s;
}
.greenbutton:hover {
	text-decoration:none;
    background-color:#74613A;
	color: #FFFFFF;
}

button.gray {
	width:100%;
	display:block;
	text-decoration:none;
	color:white;
	background-color:#777777;
	cursor: pointer;
	font-weight: 400;
	height:50px;
	line-height:50px;
	font-size:16px;
	text-transform: uppercase;
	text-align:center;
    border:none;
    border-radius:none;
    width:fit-content;
    padding-right:1.5em;
    padding-left:1.5em;
	transition:0.5s;
}
button.gray:hover {
	text-decoration:none;
    background-color:#555555;
    transition:0.5s;
}


/* greenbuttons de la page contrats */
.flex {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}
.flex-vertical-center {

}
.flex-end {
	justify-content:flex-end;
}
.flex-start {
	justify-content:flex-start;
}
.greenbutton.flex-columns {
	justify-content:space-between;
	height:auto;
	line-height:24px;
}
@media (min-width:500px) {
	.greenbutton.flex-columns {
		justify-content:space-between;
		height:auto;
		line-height:24px;
	}
}
/** fin greenbuttons de la page contrats */

select
{
	height: 40px;
	font-size: 16px;
	border: 1px solid #999999;
}

.label
{
	font-weight: bold;
	font-size: 14px;
	vertical-align: top;
}

td
{
	padding-bottom: 10px;
}

textarea
{
	width: 500px;
	height: 100px;
	background-color: #ffffff;
	border: 1px solid #999999;
}

.date
{
	background-image: url("../../images/date.png");
	background-position: right center;
	background-repeat: no-repeat;
}

.login-logo {
	width:100%;
	max-width:400px;
}

.emploi-iframe {
    width: 100%;
    height: auto;
    padding:10px;
    margin: 10px;
    display: flex;
    justify-content: center;
    flex-flow:column;
    text-decoration: none !important;
    margin: 2px 0;
    box-sizing: border-box;
    border-bottom:1px solid #ac8f4e;
    transition:0.6s;
}

.emploi-iframe:hover {
	background:#c5b081!important;
	border-bottom:1px solid #999;
	transition:0.6s;
}
.emploi-day {
	font-weight:700;
	padding:16px 0 0 0;
	border-bottom:1px solid #ccc;

}

.client-info-evenement {
	max-width:175px;
}



@media (min-width:340px) {
	.client-info-evenement {
		max-width:200px;
	}
}

@media (min-width:640px) {
	.greenbutton {
		font-size:24px;
	}
	.client-info-evenement {
		max-width:500px;
	}
}

@media (min-width:768px) {

	.element-item .date {
		float:left;
		width:24%;
		min-height:120px;
	}

	.element-item .description {
		float:left;
		width:76%;
	}


/*
	.day {
	  position: absolute;
	  right: 10px;
	  top: 0px;
	  font-size: 42px;
	  line-height:46px;
	  font-weight: bold;
	  color: white;
	  margin:0;
	  padding:0;
	}

	.day-numeric {
	  position: absolute;
	  right: 10px;
	  top: 34px;
	  text-transform: none;
	  letter-spacing: -3px;
	  font-size: 50px;
	  line-height:62px;
	  font-weight: bold;
	  display:block;
	  margin:0;
	  padding:0;
	}

	.month {
	  position: absolute;
	  right: 10px;
	  top: 84px;
	  font-size: 21px;
	  display:block;
	  margin:0;
	  padding:0;
	}
*/
}

#back-to-top {
    position: fixed;
    bottom: 40px;
    left: 40px;
    z-index: 9999;
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 30px;
    background: #f5f5f5;
    color: #444;
    cursor: pointer;
    border: 0;
    border-radius: 2px;
    text-decoration: none;
    transition: opacity 0.2s ease-out;
    opacity: 0;
}
#back-to-top:hover {
    background: #e9ebec;
}
#back-to-top.show {
    opacity: 1;
}

@keyframes flash {
	from,
	50%,
	to {
	  opacity: 1;
	}
  
	25%,
	75% {
	  opacity: 0.1;
	}
  }
  
.saso-message-feuille-de-temps {
    padding: 16px 12px;
    background-color: #eee;
    margin-bottom: 12px;
	animation: flash 1s;
}


@media (min-width: 1280px) {
	.element-item .date {
		float:left;
		width:18%;
		min-height:120px;
	}

	.element-item .description {
		float:left;
		width:82%;
	}
	.button .showwide {
		display:inline;
	}


	input[type^="text"]
	, input[type^="password"]
	{
		height: 40px;
		font-size: 24px;
		border: 1px solid #CCC;
		padding-left:5px;
	}



}