
body, html {
  padding: 0;
  margin: 0;
}

.inline {
	display: inline-block;
}

.hidden {
	display: none;
}
.stick-right {
	position:absolute;
	top:0;bottom:0;
	right:0;
}
.stick-left {
	position:absolute;
	top:0;bottom:0;
	left:0;
}
.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}
.clickable {
	cursor: pointer;
}
.relative {
	position: relative;
}

.ct-header {
    min-height: 100px;
	padding: 10px;
}

.ct-header  .logo, .logo  {
	/*background: #ED564B;
	border: 2px solid #F96B61;*/
}
.overlay-loading{
	background: url(../media/images/loading.gif) center;
	background-size: cover;
	position: absolute;
	top:0;left:0;right:0;bottom:0;
	z-index: 1;
}
.overlay {
	background: url(../images/overlay.png) fixed;
	position: absolute;
	top:0;left:0;right:0;bottom:0;
	z-index: 1;
}
.overlay-carre {
	background: url(../images/BG_CARRE.png);
	position: absolute;
	top:0;left:0;right:0;bottom:0;
	z-index: 1;
	opacity: 0.2;
}
.overlay-blue {
	background-color: rgba(25,40,170, 0.4);
	position: absolute;
	top:0;left:0;right:0;bottom:0;
	z-index: 2;
}

.ct-main{
	min-height: 480px;
	background: url(../images/main-bg1.jpg) no-repeat center fixed;
    background-size: cover;
	color: #FFF;
}
.ct-main h1{
	font-size: 3.5rem;
	font-weight: bold;
}
.ct-main h3{
	font-size: 1.5rem;
}
.ct-main .container {
	padding: 60px 0 12px 0;
}
.ct-main .main-button {
    background: rgba(255,255,255,0.2);
    text-transform: uppercase;
	text-decoration: none;
    color: #fff;
    border: 1px solid #fff;
    padding: 5px 10px;
    margin: 20px auto;
	font-size: 1.5rem;
    font-weight: bold;
	cursor: pointer;
}
.contact-button {
    background: rgba(200,200,200,0.2);
   /* text-transform: uppercase; */
	text-decoration: none;
    border: 1px solid #999;
    padding: 5px 10px;
    margin: 16px auto;
	font-size: 1rem;
    font-weight: bold;
	cursor: pointer;
}
.contact-button:hover {
	text-decoration: none;
}
.login-field {
	margin: 6px 0;
	padding: 4px;
	width: 350px;
	font-size: 22px;
	/*line-height: 46px;*/
	height:46px;
}
.ct-main .arrow {
    bottom: 25px;
    box-sizing: border-box;
    position: absolute;
    right: 0;
    text-align: center;
    width: 100%;
    transition: all 0.2s ease-in-out;
    cursor: pointer;
	z-index: 10;
}
.ct-main .arrow:hover{
   bottom: 32px;
   transition: all 0.2s ease-in-out;
}

.ct-whoweare {
	min-height: 360px;
	padding: 40px 0 20px;
	border-top: 5px solid #ed564b;
	background: #BBB;
}
.ct-whoweare .process-bloc {
	padding: 5px;
	text-align: center;
	vertical-align: middle;
	min-height: 30px;
	margin: auto 0;
}
.ct-whoweare .process-nb {
    border-radius: 90px;
    background: #AAA;
    text-align: center;
    height: 80px;
    width: 80px;
    color: #BBB;
    font-size: 50px;
    line-height: 80px;
    margin: 0 auto;
}

.ct-formation {
	text-align: center;
	color: #FFF;
	background: #ED564B;
    border-bottom: 5px solid #F96B61;
    border-top: 5px solid #F96B61;
    padding: 20px 0 20px;
}

.ct-catalog {
	background: url(../images/main-bg3.jpg) no-repeat center fixed;
    background-size: cover;
	min-height: 360px;
	padding: 20px 0 20px;
}
.ct-catalog .catalog-element {
    background: rgba(255,255,255,0.2);
    text-transform: uppercase;
	text-decoration: none;
	text-align: center;
    color: #fff;
    border: 1px solid #fff;
    margin: 2rem auto;
	width: 14rem;
    height: 14rem;
	font-size: 1.2rem;
	/*line-height: 14rem;*/
	display: table-cell;
	vertical-align: middle;
    font-weight: bold;
	/*cursor: pointer;*/
}
 .catalog-cell {
	padding: 2rem 0;
 }
.ct-calendar {
	border-top: 5px solid #ed564b;
	min-height: 480px;
	color: #222;
	background: #FFF;
	padding: 20px 0;
}

.ct-footer {
	color: #FFF;
	padding: 20px 0px 40px 0px;
    background: #3b3b3b;
    border-top: 5px solid #ed564b;
}
.ct-footer .link {
	color: #FFF;
	text-decoration: none;
	cursor: pointer;
}
.ct-footer .link:hover {
	text-decoration: underline;
}

.ct-footernote {
	color: #FFF;
    padding: 10px 0px;
    background: #292929;
    font-size: 12px;
}

.calendar {
	margin: 5px;
}
.cal-slider-master {
	overflow: hidden;
	margin: 0 auto;
}
.cal-month-selection {
	border-bottom: 1px solid #ccc;
	padding-bottom: 8px;
	margin-bottom: 4px;
}
.cal-content  {
	background: #FFF;
}
.cal-line {
	
}
.cal-cell {
	text-align: center;
	display: inline-block;
	background: #EEE;
	border-radius: 4px;
}
.cal-link {
	cursor:pointer;
}
.cal-DAYNAME {
	color:#333;
	background: #FFF;
}
.cal-WEEKNAME {
	color:#333;
	background: #FFF;
}
.cal-NA {
	color:#EEE;
	background: #C23;
}
.cal-FREE {
	color:#EEE;
	background: #3C2;
	cursor: pointer;
}
.cal-OPTION {
	color:#EEE;
	background: #CC2;
	cursor: pointer;
}
.cal-HOLIDAY {
	color:#EEE;
	background: #f06fae;
	cursor: pointer;
}
