html{
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;	
	width:auto;
	text-align:justify;
}
* {
	box-sizing:border-box;
}
body{
	color: #ffffff;
	margin:0px;
	padding: 0;
	font-family: "Century Gothic", arial;
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
	opacity:0;
	overflow-x: hidden;
}
/*********WINDOW POPUP***************/
.windowPopupBackground {
	position: fixed;
	top: 0px;
	left: 0px;
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
	z-index: 1900;
	display: none;
	overflow: auto;
}
.windowPopupDarkScreen {
	background-color: #333333;
	opacity: 0.7;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	margin: 0px;
	padding: 0px;
	position: absolute;
}
a.activityLink {
border-top: 10px;	
}
.windowPopup {
	position: absolute;
	width: 650px;
	height: auto;
	opacity: 1;
	background-color: #ffffff;
	border-radius: 5px;
	top: calc((100% - 570px) / 2);
	left: calc((100% - 650px) / 2);
	border: 1px solid #ddd;
	padding-bottom: 80px;
	z-index:800;
}
.windowPopupTitle {
	margin: 0px;
	padding: 0px;
	width: 100%;
	font-size: 1.2em;
	line-height: 1.5;
	height: auto;
	color: #097684;
	position: relative;
	text-align: left;
	padding: 0.9em;
	display: inline-block;
	font-weight: bold;
}
.windowPopupTitleInformation {
	margin: 0px;
	width: 100%;
	font-size: 1.0em;
	line-height: 1.5;
	height: auto;
	color: #030303;
	position: relative;
	text-align: left;
	padding: 0.9em;
	display: inline-block;
}
.windowPopupCloseButton {
	right: 12px;
	position: absolute;
	top: 12px;
	width: 19px;
	height: 19px;
	cursor: pointer;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(../img/intkn_close_gray.svg);
}
.windowPopupLine {
	height: auto;
	width: 100%;
	position: relative;
	margin-top: 2%;
}
.windowPopupInput {
	height: 45px;
	padding: 2%;
	width: 90%;
	border: 1px solid #ddd;
	display: inline-block;
	font-size: 1em;
	border-radius: 5px;
	margin-left: 5%;
	background-color: #fbfbfb;
}
.windowPopupTextarea {
	height: 210px;
	padding: 1%;
	width: 90%;
	margin-left: 5%;
	line-height: 1.5;
	font-size: 1em;
	border: 1px solid #ddd;
	border-radius: 5px;
	resize: none;
	background-color: #fbfbfb;
}
.windowPopupInputError {
	height: 45px;
	padding: 2%;
	width: 50%;
	font-size: 0.8em;
	right: 2%;
	top: 0%;
	color: #F7931E;
	position: absolute;
	display: none;
}
.windowPopupError {
	min-height: 55px;
	padding: 1em 1.2em 1.2em;
	width: 100%;
	font-size: 1em;
	display: none;
	color: red;
	text-align:left;
}
.windowPopupErrorTextCenter {
	text-align:center;
	width:100%;
	height:60px;
	color:#121212;
	font-size:1.2em;
	margin-top:30px;
}
.windowPopupInformation {
	min-height: 55px;
	padding: 1.2em;
	padding-top: 1em;
	width: 100%;
	font-size: 1em;
	display: none;
	color:#3A3C3D;
}
.windowPopupButton {
	position: absolute;
	color: #ffffff;
	background-color: #016370;
	font-size: 1.2em;
	margin-top: 30px;
	width: 135px;
	height: 45px;
	border-radius: 5px;
	color: #fff;
	border: 0;
	transition: 0.3s ease;
	right: 5%;
	bottom: 1em;
	cursor: pointer;
	text-align: center;
	display: none;
}
.windowPopupButton:hover {
	background-color: #4fa4bb !important;
}
.windowPopupButtonCancel {
	position: absolute;
	color: #ffffff;
	background-color: #020202;
	font-size: 1.2em;
	margin-top: 30px;
	width: 135px;
	height: 45px;
	border-radius: 5px;
	color: #fff;
	border: 0;
	transition: 0.3s ease;
	right: calc(165px + 5%);
	bottom: 1em;
	cursor: pointer;
	text-align: center;
	display: none;
	border:1px solid #000;
}
.windowPopupButtonCancel:hover {
	background-color: #333333;	
}
.windowPopupButtonSSO {
	position: absolute;
	color: #ffffff;
	background-color: #016370;
	font-size: 1.2em;
	margin-top: 30px;
	width: 230px;
	height: 58px;
	padding: 0.4em;
	border-radius: 5px;
	color: #fff;
	border: 0;
	transition: 0.3s ease;
	right: 5%;
	bottom: 1em;
	cursor: pointer;
	text-align: center;
	display: none;
}
.windowPopupButtonSSO:hover {
	background-color: #4fa4bb !important;
}
.windowPopupButtonExterneLogin {
	position: absolute;
	color: #ffffff;
	background-color: #020202;
	font-size: 1.2em;
	margin-top: 30px;
	width: 230px;
	height: 58px;
	padding: 0.4em;
	border-radius: 5px;
	color: #fff;
	border: 0;
	transition: 0.3s ease;
	left: 5%;
	bottom: 1em;
	cursor: pointer;
	text-align: center;
	display: none;
	border:1px solid #000;
}
.windowPopupButtonExterneLogin:hover {
	background-color: #333333;	
}
/*********/
.header {
	top:0px;
	position: fixed;
	right: 0;
	left: 0;
	z-index: 710;
	margin: 0;
	background-color: #ffffff;
	/*background-color: #8CC63F;*/
	padding: 0;
	text-align: center;
	border-bottom:1px solid #dddddd;
	height: 53px;
	width: 100% !important;
	max-width: 100% !important;
}

.subSubHeader{
	position:relative;
	width:94%;
	display: inline-block;
	text-align: left;
	height:52px;
}

.nav{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	height: auto;
	display: inline-block;
	vertical-align: top;
	text-align: left;
}

.nav>li {
	display: inline-block;
	vertical-align: middle;
}
.selected{
	color: #046b79 !important;
	font-weight:bold  !important;
}
.menuAr{
	text-transform: capitalize;
    font-size: 1.1em;
    text-decoration: none;
    padding: 0px 10px;
    color: #7f7c7b;
    text-align: center;
    display: inline-block;
    height: auto;
    vertical-align: middle;
}
.menuAr:hover {
	cursor:pointer;
}
.menuAr:active {
	color: #F29400 !important;
}
.menuLang {
	font-size: 1.1em;
	text-decoration: none;
	padding: 0px 6px;
	color: #7f7c7b;
	text-align: center;
	display: inline-block;
	vertical-align: middle;
}
.menuLang:hover {
	cursor:pointer;
}
.menuLang:active {
	color: #F29400 !important;
}
.homeLogo{
	width: 40px;
	height: 52px;
	display: inline-block;
	background-image: url(../img/menu_logo_intkn.png);
	vertical-align: middle;
	background-size: 34px;
	background-position: left center;
	background-repeat: no-repeat;
}
.homeLogoText {
	font-size: 0.9em;
	color: #000000;
	margin-left: 10px;
	display: inline-block;
	vertical-align: middle;
}
/*#liConnexion {
width: 190px;
}*/
.titleMobile{
	width:auto;
	display:inline-block;
	vertical-align:middle;
	color:#ffffff;
	padding:0px 15px;
}
.mobileHidden {
	display:inline-block !important;
}
.deskHidden {
	display:none !important;
}

#liLang {
   position: relative; 
   height: auto;
   height:52px;
}
#liLangList {
   padding-left:10px;
   line-height: 50px;
}
#flecheSubMenuLang, #borderFlecheSubMenuLang {
	display:none;
}
.icon-lang {
	display: none;
	position: relative;
	background: url('../img/icon_lang_intkn.svg') no-repeat;
	height: 52px;
	width: 50px;
	background-size: 55%;
	background-position: center;
	padding: 0;
}
.listMenu{
	width: 100%;
	background-color: #FFFFFF;
	top: 51px !important;
	position: absolute !important;
	left: 0px !important;
	border-bottom: 1px solid #7f7c7b;
}
.liListMobile {
	font-size: 14px;
	width: 100%;
	display: inline-block;
	height: 50px !important;
	border-top: 1px solid #7f7c7b;
	vertical-align: top;
}
.menuListMobile {
	font-size: 0.9em;
	width: 100%;
	display: inline-block;
	height: 50px !important;
	border-top: 1px solid #fff;
	vertical-align: middle;
	padding: 15px;
	color:#7f7c7b;
}
.menuLogo {
	background-image:url("../img/menu_logo_INTKN.svg"); /*svg*/
	background-size:60%;
	background-position:center;
	background-repeat:no-repeat;
}
.subTextAboutLeft li{
	line-height:32px;
	margin-top:15px;
}
.subTextAboutLeft li:before {
   content: '- ';
   margin-left:-16px;
}

#accueil {
	padding-left: 0px;
}

.members {
	width: 33%;
	display: inline-block;
	height: auto;
	vertical-align: top;
	margin-top: 2.5em;
	text-align: center;
}
.imgMembers{
	 width: 50%;
	max-width: 160px;
	border-radius: 50%;
}
.nameMembers{
	font-size: 1.2em;
	color: #00a4e4;
	width: 90%;
	display: inline-block;
	margin-bottom: 0.4em;
	margin-top: 1em;
}
.titleMembers{
	font-size: 1.1em;
	color: #000000;
	width: 90%;
	margin-bottom: 0.4em;
	display: inline-block;
}
.subTitleMembers{
	font-size: 1em;
	color: #7f7c7b;
	width: 90%;
	margin-bottom: 0.4em;
	display: inline-block;
}
.linkMembers{
	font-size: 1.1em;
	color: #7f7c7b;
	width: 90%;
	margin-bottom: 0.4em;
	display: inline-block;
	text-decoration:underline;
	cursor:pointer;
}
/*
#inscription {
	padding-right: 0px;
}*/
.buttonTopInscription {
	background-color: #2B7589 !important;
    border: 1px solid #1c819d  !important;
	line-height: 40px;
	height: 40px;
	color: #fff;
	border-radius: 4px;
	padding-left: 0.9em;
	padding-right: 0.9em;
	vertical-align: middle;
	display:inline-block;
}
.buttonTopInscription:hover {
	background-color: #4fa4bb !important;
}
.buttonTopInscription:active {
	color: #fff !important;
}
.liConnexion {
	position: relative; 
	width:auto !important;
	padding: 0 5px;
	min-width: 65px;
}
.imgLiConnexion {
	padding: 0!important;
	height: 36px;
	width: 36px;
	margin: 0px;
	display: inline-block;
	vertical-align: middle;
	border-radius: 50%;
	border: 1px solid #787878;
	margin-left: 7px;
}

.footerHidden {
	width:100%;
	min-height:250px;
	background-color: #444444;
	border-top: 1px solid #333333;
	padding-bottom:40px;
	margin-top: 6em;
}
.semiFooter {
	display:inline-block;
	width:50%;
	overflow:hidden;
	margin-top: 3em;
	padding-left: 5%;
	padding-right: 5%;
	vertical-align: top;
}
.titleApp {
	width: 100%;
	font-size: 1.5em;
	display:inline-block;
}
.selectLangApp {
	margin-top:1em;
	width: 200px;
	padding: 10px;
	font-size: 1.2em;
}
.optionLangApp {
	padding: 4px;
}
.titleAppRight{
	width: 100%;
	text-align:right;
	font-size: 1.3em;
	display: inline-block;
}
.addressApp {
	font-size: 1.1em;
	display: inline-block;
	text-align: right;
	width: 100%;
	padding-bottom:20px;
	color: #ffffff !important;
}
.telApp {
	font-size: 1em;
	display: inline-block;
	text-align: right;
	width: 100%;
}
.mailApp {
	font-size: 1em;
	display: inline-block;
	text-align: right;
	width: 100%;
}
.copyrightApp {
	margin-top:3em;
	display:inline-block;
	width: 100%;
}
/*BOX SUPPORT*/
.boxSupport {
	position: absolute;
	height: 90px;
	background-color: #006ab3;
	width: 170px;
	top: 120px;
	z-index: 700;
	text-align: center;
	cursor: pointer;
	border-bottom-left-radius: 8px;
	border-top-left-radius: 8px;
	overflow:hidden;
	right:-1px;
	transition: width 1s;
}
.subBoxButtonSupport {
	position: absolute;
	left: 0px;
	width: 170px;
	height: 90px;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
	line-height: 25px;
	color: #ffffff;
	display: inline-block;
	font-size: 1.2em;
}
.subBoxTextSupport {
	position: absolute;
	left: 170px;
	height: 90px;
	width: 270px;
	color: #ffffff;
	padding-top: 10px;
	padding-bottom: 10px;
	display: inline-block;
	vertical-align: top;
	background-color: #3d3d3d;
}
.openBoxSupport {
	width: 440px !important;
}
/*CONNEXION CLASS*/
.sectionConnexion {
	width:100%;
	height:100%;
	overflow:hidden;
	min-height:695px;
	position: absolute;
}
.coverConnexion{
	width:70%;
	height:100%;
	position: absolute;
	right:0px;
	background-image:url(../img/cover_connexion_intkn.jpg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	background-color:#fdfdfd;
}
.sectionForm{
	width:30%;
	height:100%;
	overflow:hidden;
	left:0px;
	top:0px;
	position: absolute;
	border-right:1px solid #cccccc;
}
.contentLogoConnexion{
	padding:1%;
	width:100%;
	text-align:center;
	margin-top: 5.5em;
}
.logoConnexion{
	width:80px;
	height:auto;
	display:inline-block;
}
.titleConnexion{
	width:100%;
	height:auto;
	display:inline-block;
	color:#000000;
	font-size:1.2em;
	margin-top: 0.6em;
	padding:1em;
}
.contentFormConnexion{
	padding:2px;
	width:100%;
	text-align:center;
	margin-top: 3em;
}
.blocFormConnexion{
	width: 70%;
	height: auto;
	display: inline-block;
	vertical-align: middle;
	border-radius: 3px;
	text-align: left;
	max-width: 350px;
}
.inputConnexion {
	border: 1px solid #cccccc;
	height:46px;
	transition: border linear 0.2s, box-shadow linear 0.2s;
	background-color: #ffffff;
	display:inline-block;
	border-radius:4px;
	font-size:16px;
	padding:8px;
	width:100%;
	margin-bottom:15px;
}
.contentButtonConnexion{
	text-align:center;
	margin: 25px;
}
.buttonConnexion, .windowPopupButtonReminder {
	color: #ffffff;
	text-decoration: none;
	background-position: 0px -15px;
	display: inline-block;
	padding: 4px 12px;
	margin-bottom: 0px;
	font-size: 14px;
	line-height: 20px;
	text-align: center;
	width: 150px;
	height: 40px;
	/*text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.75);*/
	vertical-align: middle;
	cursor: pointer;
	background-color: #016370;
	background-repeat: repeat-x;
	border-radius: 4px;
	/*box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.2) inset, 0px 1px 2px rgba(0, 0, 0, 0.05);*/
	border-color: rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.25);
}
.buttonConnexion:hover, .windowPopupButtonReminder:hover {
	background-color: #4fa4bb !important;
}
.inputConnected {
	display:inline-block;
	vertical-align:middle;
	width:16px;
	height:16px;
	margin-right:6px;
	border-radius:3px;
}
#persistConnectLogin {
	margin-left: 30px;
}
#persistConnectLoginText {
	width: auto;
}
#persistConnectLoginText, #problemConnexionLogin, #createAccountLogin {
	color: #888;
	text-shadow: none;
}
#persistConnectLoginText:hover, #problemConnexionLogin:hover, #createAccountLogin:hover {
	text-decoration:underline;
}
#windowPopupLoginButton {
	width: 150px;
}
.persistConnectText {
	width: calc(100% - 32px);
	display:inline-block;
	vertical-align:middle;
	line-height:15px;
	font-size:15px;
	color:#7f7c7b;
}
.problemConnexion,.createAccount {
	width: 100%;
	vertical-align:middle;
	line-height:35px;
	font-size:14px;
	color:#7f7c7b;
	text-align:center;
	display:inline-block;
}
.errorMessageLogin{
	color:red;
	text-align:center;
	font-size:14px;
	line-height: 18px;
	margin-top: 15px;
	padding: 10px;
	width:100%;
	display: inline-block;
}
.shadowNone {
	text-shadow: none !important;
}
/*************************/
/******Features Class*****/

.features {
	position: relative;
	margin: auto;
	margin-top: 0px;
	padding: 0em;
	overflow: hidden;
	height: auto;
/*	  padding-right:5%;
	padding-left:5%;*/
}
.featuresImg {
	width: 100%;
	margin-top: 52px;
	#border-bottom: 1px solid #cccccc;
	background: #333 url(../img/canopy_accueil_intkn.jpg) no-repeat center center;
	background-size: cover;
	background-position: top;
	height: 60vh;
	position:relative;
	min-height:500px;
}
.titleCanopyFeatures {
	position: absolute;
	width: 100%;
	height: auto;
	color: #ffffff;
	text-align: center;
	padding-left: 1em;
	padding-right: 1em;
	text-rendering: optimizelegibility;
	text-shadow: 0 0 3px rgba(0,0,0,.8);
	top: auto;
	bottom: 5em;
	position: absolute;
	font-size: 56px;
}
.subTitleCanopyFeatures {
	position: absolute;
	width: 100%;
	height: auto;
	color: #ffffff;
	font-size: 2.5em;
	text-align: center;
	padding-left: 1em;
	padding-right: 1em;
	text-rendering: optimizelegibility;
	text-shadow: 0 0 3px rgba(0,0,0,.8);
	top: auto;
	position: absolute;
	bottom: 6em;
	font-size: 36px;
}
.subButtonsFeatures {
	width: 100%;
	height: auto;
	color: #ffffff;
	text-align: center;
	bottom: 6em;
	top: auto;
	position: absolute;
}

.buttonContactUsCenter {
	color: #ffffff;
	background-color: #2B7589 !important;
	border: 1px solid #1c819d  !important;
	text-decoration: none;
	padding: 0.7em;
	font-size: 1.4em;
	text-align: center;
	vertical-align: middle;
	display: inline-block;
	cursor: pointer;
	border-radius: 4px;
	transition: 0.3s;
	margin-right: 10px;
	margin-left: 10px;
	min-width: 207px;
}
.buttonTryCenter {
	background-color: #FF9800 !important;
	border: 1px solid #c97c09 !important;	
}
.buttonContactUsCenter:hover {
	background-color: #4fa4bb !important;
	transform:scale(1.1);
}
.buttonTryCenter:hover {
	background-color:#ffaa2c !important;
	transform:scale(1.1);
}
.sectionPartners{
	border-bottom: 1px solid #f2f2f2;
	padding-top: 8px;
	padding-bottom: 8px;
}
.sectionPartnersLine {
	opacity: 1;
}
.sectionPartnersLineSlide {
	display: inline-block;
	vertical-align: middle;
	padding-top: 8px;
	padding-bottom: 8px;
	width:100%;
}
.aPartners {
	display: inline-block;
	width: 16%;
	vertical-align: middle;
	margin-left: 2%;
	margin-right: 2%;
}
.imgPartners {
	width: 65%;
	margin-left: 17.5%;
	transition:0.2s;
}
#imgPartnersHep {
	width: 50%;
	margin-left: 25%;
}
.imgPartners:hover {
	transform:scale(1.2);
}
.tileContent {
	width: 90%;
	margin-left: 5%;
	margin-right: 5%;
	padding-left: 5%;
	padding-right: 5%;
	margin-top:2.5em;
}
.titleFeatures {
	margin-top: 3em;
	margin-bottom: 1.5em;
	color:#097684;
	font-size:2em;
	text-align:center;
	line-height:1.5;
}
.tileFeatures {
	margin-top: 1em;
	color:#097684;
	font-size:1.4em;
	text-align:center;
	line-height:1.5;
	width:33%;
	display:inline-block;
	position:relative;
	padding:1%;
}
.tileFeaturesLight {
	margin-top: 1em;
	color:#ffffff;
	font-size:1.4em;
	text-align:center;
	line-height:1.5;
	width:33%;
	display:inline-block;
	position:relative;
	padding:1%;
}
.imgTileFeatures{
	width:100%;
}
.titleTileFeatures{
	font-size: 1.2em;
	position: absolute;
	top: 54%;
	text-align: center;
	width: 94%;
}
.titleTileFeaturesDown{
	top: 60% !important;
}
.subTitleTileFeatures{
	font-size: 0.9em;
	position: absolute;
	top: 78%;
	text-align: center;
	width: 94%;
}
.blocTools {
	line-height: 1.5;
	text-align: left;
	color: #7f7c7b;
	width: 100%;
	height: auto;
	padding: 0;
	padding-bottom: 7em;
	background-color: #FFFFFF;
	display:inline-block;
}
.bannerTools{
	display: inline-block;
	border-top: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
	padding-bottom: 2em;
	padding-top: 2em;
	background-color: #fafafa;
	width: 100%;
}

#editTool {
	margin-top: 7em;	
}
.titleTool {
	/* width: 100%; */
	color: #7f7c7b;
	margin: 0px;
	padding-right: 5%;
	padding-left: 5%;
	margin-top: 2.5em;
	font-size: 1.8em;
	height: auto;
	text-align: left;
	/*font-weight: bold;*/
	display: inline-block;
	vertical-align: middle;
}

.textTool {
	width: 100%;
	color: #7f7c7b;
	margin: 0px;
	margin-top: 3em;
	padding: 0px;
	height: auto;
	min-height: 125px;
	text-align: left;
	padding-right: 5%;
	padding-left: 5%;
	font-size: 1.1em;
	line-height: 1.5;
}
.textToolMarginTop {
	width: 100%;
	color: #7f7c7b;
	margin: 0px;
	margin-top: 4.5em;
	padding: 0px;
	height: auto;
	min-height: 55px;
   /* min-height: 125px;*/
	padding-right: 5%;
	padding-left: 5%;
	text-align: left;
	font-size: 1.1em;
	line-height: 1.5;
}
.boxVideo {
	width:100%;
	/*padding-bottom: 56.25%;*/
	margin-top: 1.5em;
	padding:0px;
	width:80%;
	margin-left:10%;
	padding-right: 4.5%;
	padding-left: 4.5%;
	overflow:hidden;
}
.videoPlayer {
	width:100%;
	padding:0px;
	border: 1px solid #ddd;
	overflow:hidden;
}
.boxCredit {
	width:100%;
	text-align:left;
	color:#000000;
	font-size:0.9em;
	margin-top:20px;
	padding-right: 5%;
	padding-left: 15%;
}
.featuresLink {
	margin: auto;
	float: none;
	width: 216px;
	height: 72px;
	background-color: transparent;
	color: #3cb1e7;
	text-align: center;
	margin-top: 40px;
	position: relative;
	cursor: pointer;
	font-size: 1.1em;
	line-height: 72px;
	margin-bottom: 1.5em;
}

.edit{
	background: url(../img/intkn_edit.svg) no-repeat center center;
	width: 150px;
	height: 200px;
	background-size: 100%;
	background-position: left center;
	position: relative;
	margin-top: 2em;
	margin-bottom: 1.1em;
	margin-left: 5%;
	display: inline-block;
	vertical-align: middle;
}

.document{
	background: url(../img/intkn_document.svg) no-repeat center center;
	width: 150px;
	height: 200px;
	background-size: 100%;
	background-position: left center;
	position: relative;
	margin-top: 2em;
	margin-bottom: 1.1em;
	margin-left: 5%;
	display: inline-block;
	vertical-align: middle;
}

.social {
	background: url(../img/intkn_share.svg) no-repeat center center;
	width: 150px;
	height: 200px;
	background-size: 170%;
	position: relative;
	margin-top: 2em;
	margin-bottom: 1.1em;
	margin-left: 5%;
	display: inline-block;
	vertical-align: middle;
}


/*************************/
/*A PROPOS CLASS*/
.sectionApropos{
	width: 100%;
	overflow-x: hidden;
	padding-bottom: 3em;
	text-align:center;
}
.contentSectionApropos {
	box-sizing: border-box;
	text-align: left;
	display: inline-block;
	width: 90%;
	color: #000000;
	margin-top:2em;
	padding-bottom: 3em;
}
.titleContentApropos {
	margin-top: 40px;
	padding: 0px 0px 6px;
	font-size: 30px;
	height: auto;
	color: #006ab3;
	text-align: left;
	display: inline-block;
	vertical-align: top;
	width: 85%;
}
.highlightContentApropos {
	height: auto;
	font-size: 24px;
	text-align: left;
	display: inline-block;
	vertical-align: top;
	font-weight: 100;
	text-align: left;
	margin-top: 30px;
	box-sizing: border-box;
	line-height: 1.3;
	width: 100%;
}
.textContentApropos {
	height: auto;
	font-size: 20px;
	text-align: left;
	display: inline-block;
	vertical-align: top;
	font-weight: 100;
	text-align: left;
	margin-top: 40px;
	box-sizing: border-box;
}
.ulContentApropos {
	/* list-style-type: none; */
	list-style-type: disc;
	font-size: 18px;
	width: 80%;
}
.ulContentApropos li {
	margin-top: 20px;
}
.sectionAproposArgument{
	color:#7f7c7b;
	line-height:1.5;
	padding-top: 3em;
	width: 100%;
	overflow: hidden;
	position: relative;
	padding-top: 4em;
	padding-left: 5%;
	padding-right: 5%;
}
.aproposImg {
	height: auto;
	width: 100%;
	margin-top: 52px;
	border-bottom: 1px solid #cccccc;
}
.semiApropos {
	width:50%;
	display:inline-block;
	text-align:center;
	vertical-align: top;
	margin-top: 4em;
	margin-bottom: 4em;
	padding-left: 1.3%;
	padding-right: 1.3%;
}
.imgPhotoApropos {
	display:inline-block;
	width:90%;
	margin:auto;
	#margin-top: 3.5em;
	border:1px solid #ddd;
}
.imgIconApropos {
	display:inline-block;
	width:36%;
	margin:auto;
	max-height: 240px;
}
#imgProductResearch {
	max-height: 220px;
}
.titleCanopyApropos {
	position: absolute;
	width: 100%;
	height: auto;
	color: #ffffff;
	font-size: 3.4em;
	top: 3.4em;
	text-align: center;
	font-weight: lighter;
}
.subTitleCanopyApropos {
	position: absolute;
	width: 100%;
	height: auto;
	color: #ffffff;
	font-size: 1.8em;
	top: 9.0em;
	right: 0;
	text-align: center;
	font-weight: lighter;	
}
.titleApropos {
	color: #046b79 ;
	width: 90%;
	font-size: 1.8em;
	text-transform: uppercase;
	padding-bottom: 10px;
	#margin-top: 3.5em;
	border-bottom: 1px solid #046b79 ;
	text-align: left;
}
.descriptionApropos {
	display: inline-block;
	width: 100%;
	font-size: 1.1em;
	color: #7f7c7b;
	margin-top: 2em;
	line-height: 1.5;
	padding-bottom: 3em;
	text-align:left;
}
.bannerApropos {
	width:100%;
	border-top: 1px solid #1c819d  !important;
	border-bottom: 1px solid #1c819d  !important;
	text-align:center;
	padding-top:3em;
	padding-bottom:3em;
	background-color: #097684;
}
.titleBannerApropos {
	width:100%;
	color:#ffffff;
	font-size: 3.4em;
}
.subTitleBannerApropos {
	width:100%;
	color:#ffffff;
	font-size: 1.8em;
	margin-top:1em;
}

/************************/
/*COURSES SEARCH CLASS*/
#oneContentSearch {
	display:inline-block;
	width:100% !important;
	vertical-align:top;
}
#leftContentSearch {
	display:inline-block;
	width:70% !important;
	vertical-align:top;
}
.subTitleContentSearchCourses {
	width:85% !important;
}
.resultsContentSearchCourses {
	width:100% !important;
}
#rightContentSearch {
	display:inline-block;
	width:30% !important;
	vertical-align:top;
	margin-bottom:35px;
}
.categoryContentSearch {
	width: 90% !important;
	min-height: 100px;
	margin-left: 10%;
	margin-top: 64px;
}
.titleCategoryContentSearch {
	vertical-align: top;
	text-transform: uppercase;
	background-color: #eaeaea;
	color: #020202;
	height: 55px;
	line-height: 55px;
	text-align: center;
}
.objectCategoryContentSearch {
	vertical-align: top;
	background-color: #eaeaea;
	color: #020202;
	min-height: 95px;
	text-align: left;
	margin-top: 2px;
	padding-top: 20px;
	padding-bottom: 20px;
}
.titleObjectCategoryContentSearch {
	vertical-align: top;
	text-transform: uppercase;
	color: #020202;
	min-height: 35px;
	text-align: left;
	margin-top: 2px;
	padding-right: 20px;
	padding-left: 20px;
	display: inline-block;
}
.lineObjectCategoryContentSearch {
	vertical-align: top;
	color: #020202;
	text-transform: capitalize;
	height: 28px;
	text-align: left;
	margin-top: 2px;
	width:100%;
	padding-right: 20px;
	padding-left: 20px;
	display: inline-block;
}
.lineObjectCategoryContentSearch:hover {
	background-color: #7f7c7b;
	color:#ffffff;
	cursor:pointer;
}
.labelLineObjectCategoryContentSearch {
	text-transform: none !important;
	vertical-align: middle;
	text-align: left;
	line-height: 28px;
	width: 90%;
	display: inline-block;
}
.numberLineObjectCategoryContentSearch {
	vertical-align: top;
	vertical-align: middle;
	text-align: left;
	line-height: 28px;
	width: 10%;
	display: inline-block;
}
/************************/
/*TARIFS CLASS*/
.sectionTarifs {
	padding-bottom: 8.5em;
	overflow-x: hidden;
	width:100%;
}
.tarifImg {
	height: auto;
	width: 100%;
	margin-top: 52px;
	border-bottom: 1px solid #cccccc;
}
.titleTarifs {
	position: absolute;
	width: 100%;
	height: auto;
	color: #ffffff;
	font-size: 3.4em;
	top: 3.4em;
	text-align: center;
	font-weight: lighter;
}
.subTitleTarifs {
	position: absolute;
	width: 100%;
	height: auto;
	color: #ffffff;
	font-size: 1.8em;
	top: 9.0em;
	right: 0;
	text-align: center;
	font-weight: lighter;	
}
.serviceSection {
	width:100%;
	padding-left:5%;
	padding-right:5%;
}
.titleService {
	color:#097684;
	display:inline-block;
	width:88%;
	font-size:2em;
	text-transform: uppercase;
	padding-bottom:10px;
	margin-top:3.5em;
	border-bottom:1px solid #097684;
}
.descriptionService {
	display:inline-block;
	width:100%;
	font-size: 1.1em;
	color:#7f7c7b;
	margin-top:2em;
	line-height:1.5;
	padding-bottom:3em;
}
.cardService {
	width:20%;
	padding:1%;
	display:inline-block;
	text-align:center;
}
.titleCardService {
	font-size:1.8em;
	color:#0c969f;
}
.titleCardServiceLight{
	color:#3bc7d0!important;
}
.subTitleCardService {
	font-size:1.2em;
	color:#0c969f;
}
.subTitleCardServiceLight {
	color:#3bc7d0!important;
}
.subCardService {
	font-size:1.2em;
	width:80%;
	margin-left:10%;
	background-color:#0c969f;
	color:#ffffff;
	margin-top:1em;
	border-radius: 5px;
	padding-top:8%;
	padding-bottom:8%;
}
.subCardServiceLight {
	background-color:#3bc7d0!important;
}
.titleSubCardService {
	padding-top: 0.5em;
	font-size:1.4em;
	width:100%;
}
.subTitleSubCardService {
	padding-bottom: 0.5em;
	font-size:0.9em;
	width:100%;
}
.imgSubCardService{
	width:2.9em;
	margin-left:10%;
}
.subTitleImgSubCardService{
	font-size:1.1em;
	width:100%;
	padding-bottom:0.4em;
}
/************************/
/*TUTORIELS SEARCH CLASS*/
.searchImg {
	background-repeat: no-repeat;
	height: auto;
	width: 100%;
	margin-top: 52px;
	border-bottom: 1px solid #cccccc;
	padding-bottom: 16.99%;
}
#contentSearch {
	width:100%;
	padding-left:5%;
	padding-right:5%;
	margin-top:30px;
}
#fakeBlocSearch {
	width: calc(100% - 40%);
	display: inline-block;
}
#searchBloc {
	border: 1px solid #ddd;
	width: 40%; 
	display: inline-block;
	border-color: #787878;
	color: black;
	background-color: white;
	position:relative;
}
#searchInput {
	width: calc(100% - 50px);
	display: inline-block;
	border: none;
	font-size: 1.3em;
	vertical-align: middle;
	border:0px;
	margin:0px;
	padding:10px;
}
#searchInput:focus {
	border:0px;
}
#searchInputImg {
	display: inline-block;
	width: 50px;
	height: 30px;
	background-size: contain;
	vertical-align: middle;
	background-repeat:no-repeat;
	background-position:center;
}
#suggestionsBloc {
	display: inline-block;
	color: #000;
	background-color: #FFF;
	z-index: 20;
	top: 47px;
	position: absolute;
	left: 0px;
	border: 1px solid #dddddd;
	width: 100%;
	display:block;
}
.suggestion {
	width: 100%;
	font-size: 0.9em;
	padding: 7px 5px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.suggestion:hover {
	background-color: #eaeaea;
}

#titleContentSearch {
	margin-top: 30px;
	padding: 0px 0px 6px;
	font-size: 30px;
	height: auto;
	color: #7f7c7b;
	font-weight: 100;
	text-align: left;
	text-transform: uppercase;
	display: inline-block;
	vertical-align: top;
	width:100%;
}
.subTitleContentSearch {
	margin-top: 30px;
	padding: 0px 0px 6px;
	font-size: 24px;
	height: auto;
	border-bottom:1px solid #010101;
	color: #302f2f;
	text-align: left;
	display: inline-block;
	vertical-align: top;
	width:85%;
}
#resultBloc{
	margin-top: 60px !important;
}
.resultsContentSearch {
	margin-top: 30px;
	padding: 0px;
	font-size: 24px;
	height: auto;
	min-height: 300px;
	color: #000000;
	text-align: left;
	display: inline-block;
	vertical-align: top;
	width:100%;
	padding-bottom:30px;
}
.resultContainerCourse {
	width: 32%;
    display: inline-block;
    margin-bottom: 5%;
    vertical-align: top;
    border-radius: 4px;
    overflow: hidden;
    border: 1px solid #e0e0e0;
    background-color: #fbfbfb;
	transition:0.4s;
}
.resultContainerCourse:hover{
	transform:scale(1.04);
}
.resultContainerCourse:nth-child(3n+1){
	margin-right: 2%;
	margin-left: 0%;
}
.resultContainerCourse:nth-child(3n+2){
	margin-left:0%;
	margin-right:2%;
}

.resultContainer {
	width: 33.33%;
	display: inline-block;
	margin-bottom:5%;
	vertical-align: top;
}

.resultContainer:nth-child(3n+1){
	padding-right:3%;
	padding-left:0%;
}
.resultContainer:nth-child(3n+2){
	padding-left:1.5%;
	padding-right:1.5%;
}
.resultContainer:nth-child(3n+3){
	padding-left:3%;
	padding-right:0%;
}
.resultLink {
	text-decoration: none;
    color: #ffffff;
    /* position: absolute; */
    /* display: grid; */
    width: 100%;
    height: auto;
    position: relative;
}
.resultTitle {
	background-color: #097684;
	color: #ffffff;
	width: 100%;
	height: 55px;
	line-height: 55px;
	text-align: center;
	padding: 0px;
	border: 0px none;
	transition: all 0.3s ease 0s;
	cursor: pointer;
	margin-top: 0px;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 0.9em;
}
.resultCover {
	background-repeat: no-repeat;
	background-size: cover;
	height: auto;
	width: 100%;
	padding-bottom: 56.25%;
	border-bottom: 1px solid #dddddd;
}
.resultButton {
	display:inline-block;
	color: #097684;
	width: 100%;
	height: 55px;
	line-height: 27.5px;
	text-align: left;
	padding: 0px;
	padding-left: 1rem;
    padding-right: 1rem
	border: 0px none;
	transition: all 0.3s ease 0s;
	cursor: pointer;
	/*margin-bottom: 15px;*/
	margin-top: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 0.85em;
}
.resultButton:hover {
	text-decoration:underline;
}
.resultLength {
	width: 100%;
	margin-bottom: 15px;
	margin-top: 8px;
	overflow: hidden;
	text-align: left;
	padding-left: 1rem;
	padding-right: 1rem;
	font-size: 0.7em;
	color: #050505;
	display: inline-block;
	font-weight: bold;
}
.resultDescription {
	width: 100%;
	max-height: 80px;
	overflow: hidden;
	font-size: 0.7em;
	color: #050505;
	overflow: hidden;
	text-overflow: ellipsis;
}
.resultDescriptionCourse {
	width: 100%;
	height: 160px;
	overflow: hidden;
	font-size: 0.7em;
	color:#050505;
	overflow: hidden;
	text-overflow: ellipsis;
	padding-top: 1rem;
	padding-left: 1rem;
	padding-right: 1rem;
}
.resultInfo {
	width: 50%;
	margin-top: 15px;
	overflow: hidden;
	text-align: left;
	font-size: 0.5em;
	color: #050505;
	display:block;
}
.resultViews {
	width: 50%;
	margin-top: 15px;
	overflow: hidden;
	text-align: left;
	font-size: 0.5em;
	color: #050505;
	display:block;
}
/************************/
/****LIBRARY CLASS*****/
.libraryImg {
	background-repeat: no-repeat;
	background-size: 100%;
	height: auto;
	width: 100%;
	padding-bottom: 15%;
	margin-top: 52px;
	border-bottom: 1px solid #cccccc;
}
#contentLibrary {
	width:100%;
	padding-left:5%;
	padding-right:5%;
	margin-top:30px;
	padding-bottom:60px;
}

#titleContentLibrary {
	margin-top: 30px;
	padding: 0px 0px 6px;
	font-size: 2em;
	height: auto;
	color: #7f7c7b;
	text-align: left;
	width:80%;
	display: inline-block;
	vertical-align: top;
}
.titleContentLibraryCourse{
	color: #3a3c3d !important;
}

.leftContentLibrary {
	height: auto;
	width: 65%;
	margin:0px;
	display:inline-block;
	vertical-align: top;
}
.leftContentLibraryCourse {
	 width: 35% !important;
}
#coverLibrary {
	background-color:#555555;
	height: auto;
	width: 90%;
	margin:0px;
	margin-top:2em;
	margin-right:10%;
	display:inline-block;
	border:1px solid #dddddd;
	/*padding-bottom: 50.62%;*/
}

.rightContentLibrary {
	height: auto;
	width: 35%;
	margin:0px;
	display:inline-block;
	vertical-align: top;
}
.rightContentLibraryCourse {
	width : 65% !important;
}
#descriptionLibrary {
	width:100%;
	text-align:left;
	color:#3a3c3d;
	margin-top:2em;
	line-height: 1.5;
	margin-bottom:3em;
}
.descriptionLibraryCourse {
	width: 80% !important;
}
.buttonInscriptionLibrary {
	display:none;
	background-color: #046b79;
	color: #FFF;
	width: 90%;
	height: 55px;
	line-height: 55px;
	text-align: center;
	padding: 0px;
	border: 0px none;
	transition: all 0.3s ease 0s;
	cursor: pointer;
	margin-bottom: 15px;
	margin-top: 10px;
	margin-right: 10%;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 1.3em;
	border-radius: 5px;
}
.buttonInscriptionLibrary:hover {
	background-color: #4fa4bb !important;
}
.titleDescriptionLibraryCourse {
    font-size: 1.8em !important;
    width: 60% !important;
}
.titleDescriptionLibrary {
    margin-top: 30px;
    width: 80%;
    border-bottom: 1px solid #010101 !important;
    color: #3a3c3d !important;
    font-size: 1em;
    padding-bottom: 10px;
}
.titlePublicLibrary{
	margin-top: 80px !important;
}
.descriptionLongLibrary {
	width: 100%;
	text-align: left;
	color: #3A3C3D;
	margin-top: 20px;
	line-height: 1.5;
	font-size: 1.1em;
}
.lineInfosContentLibraryTop {
    display: inline-block;
    color: #434545;
    margin-left: 10px;
    margin-right: 10px;
    width: calc(100% - 20px);
    min-height: 65px;
    text-align: left;
    /* padding: 5px; */
    /* padding-left: 15px; */
    /* padding-right: 10px; */
    margin-top: 40px;
    vertical-align: top;
}
.semiLineInfosContentLibraryTop {
    display: inline-block;
    width: 50%;
    line-height: 1.5;
    /* padding-left: 5px; */
    /* padding-right: 5px; */
    /* font-size: 0.8em; */
    vertical-align: top;
    color: #434545;
    /* margin-top: 20px; */
    /* text-align: right; */
    margin-bottom: 20px;
}
.imgSemiLineInfosContentLibraryTop {
    height: 25px;
    display: inline-block;
    vertical-align: top;
}
.textSemiLineInfosContentLibraryTop {
    width: calc(100% - 45px);
    line-height: 1.6;
    display: inline-block;
    margin-left: 15px;
    vertical-align: top;
}
.dateSessionLibrary {
	display: inline-block;
	background-color: #046b79;
	color: #FFF;
	width: 85%;
	height: auto;
	line-height: 30px;
	text-align: center;
	padding: 0px;
	border: 0px none;
	margin-top: 20px;
	margin-left: 15%;
	font-size: 1.3em;
	padding: 15px;
	text-transform: uppercase;
	border-radius: 4px;
}
.menuDateSessionLibrary {
	display: inline-block;
	background-color: #ffffff;
	color: #020202;
	width: 85%;
	height: 45px;
	line-height: 45px;
	margin-left: 15%;
	text-align: center;
	padding: 0px;
	border: 0px none;
	margin-top: 0px;
	font-size: 1.1em;
	margin-top: 20px;
	border-radius: 4px;
	border:1px solid #046b79;
}

.infosContentLibrary {
	display: inline-block;
	background-color: #eaeaea;
	color: #020202;
	width: 85%;
	min-height: 45px;
	margin-left:15%;
	margin-top:25px;
	text-align: left;
	padding-top:20px;
	padding-bottom:20px;
}

.lineInfosContentLibrary {
	display: inline-block;
	color: #434545;
	width: 100%;
	height:45px;
	text-align: left;
	padding:10px;
}
.semiLineInfosContentLibrary {
	display: inline-block;
	width: 50%;
	line-height:25px;
	padding-left:15px;
	padding-right:15px;
	font-size:0.8em;
}
.textSemiLineInfosContentLibrary{
	width:calc(100% - 35px);
	line-height:1.3;
	display: inline-block;
	margin-left: 15px;
	vertical-align:middle;
}
.imgSemiLineInfosContentLibrary{
	width: 20px;
	height:20px;
	display:inline-block;
	vertical-align:middle;
}
.imgRoundSemiLineInfosContentLibrary{
	width: 20px;
	height:20px;
	display:inline-block;
	vertical-align:middle;
	border-radius:50%;
}
.buttonInscriptionLibrarySubInfosSession{
	width: 85% !important;
	margin-left:15% !important;
	margin-top:20px !important;
}
/************************/
/*INSCRIPTION CLASS*/
.sectionInscription{
	margin-top: 52px;
	width: 100%;
	overflow-x: hidden;
	position: relative;
	padding-bottom:40px;
}
.coverInscription {
	width: 34%;
	height: calc(100% - 52px);
	top: 52px;
	/* margin-top: 92px; */
	position: fixed;
	right: 0px;
	background-image: url(../img/cover_connexion_intkn.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-color: #fdfdfd;
	border-left: 1px solid #ddd;
}
.contentSectionInscription{
	width: 66%;
	color:#000000;
	position: relative;
	top: 0px;
	padding: 1em;
}
.titleContentInscription{
	margin-top: 60px;
	padding: 0px 0px 6px;
	font-size: 30px;
	height: auto;
	color: #000000;
	text-align: left;
	border-bottom: 1px solid #000000;
	display: inline-block;
	vertical-align: top;
	width: 85%;
}
.infosValidContentInscription {
	margin: auto;
	height: auto;
	position: relative;
	display: inline-block;
	vertical-align: top;
	margin-top: 60px;
	font-size:1.2em;
	padding:1.5em;
}
.formContentInscription{
	margin: auto;
	height: auto;
	position: relative;
	display: inline-block;
	vertical-align: top;
	margin-top: 2.5em;
	text-align: center;
}
.roundWait {
	border-radius:50%;
	background-color: #7f7c7b;
	color:#ffffff;
	width:50px;
	height:50px;
	line-height:50px;
	text-align:center;
	position:absolute;
	bottom:-45px;
	right:50px;
}
.semiContentSectionInscription{
	position: relative;
	text-align: center;
	vertical-align: top;
	height: auto;
	display: inline-block;
	width: 70%;
	overflow: hidden;
}
.inscriptionTextLabel {
    width: 90%;
    margin-right: 5%;
    margin-left: 5%;
    margin-bottom: 10px;
    padding: 10px;
    padding-left: 0px;
    display: inline-block;
    color: #000000;
    margin-top: 20px;
    font-size: 1.4em;
    text-align: left;
}
.inputInscription {
	width: 90%;
	margin-left: 5%;
	margin-right: 5%;
	font-size: 18px;
	position: relative;
	text-align: left;
	color: #000;
	height: 55px;
	margin-bottom: 15px;
	padding: 10px;
	display: inline-block;
	border: 1px solid #DDD;
}
.inputInscriptionNpa {
    width: 108px;
    margin-left: 5%;
    margin-right: 5%;
    font-size: 18px;
    position: relative;
    text-align: left;
    color: #000;
    height: 55px;
    margin-bottom: 15px;
    padding: 10px;
    display: inline-block;
    border: 1px solid #DDD;
    text-align: right;
}
.inputInscriptionCity {
    width: calc(100% - 15% - 108px);
    /* margin-left: 5%; */
    margin-right: 5%;
    font-size: 18px;
    position: relative;
    text-align: left;
    color: #000;
    height: 55px;
    margin-bottom: 15px;
    padding: 10px;
    display: inline-block;
    border: 1px solid #DDD;
}
.placeholderOption {
	color: #000 !important;
}
.inscriptionTextLabelQuestion {
    width: calc(100% - 200px - 10%);
    /* margin-left: 5%; */
    margin-bottom: 15px;
    padding: 10px;
    display: inline-block;
    color: #333333;
    font-size: 1.3em;
    text-align: left;
    margin-bottom: 15px;
}
.inscriptionCheckBox {
    width: 20px;
    height: 20px;
    padding: 10px;
    display: inline-block;
    color: #333333;
    font-size: 1.3em;
    text-align: left;
    vertical-align: middle;
    margin-top: 12px;
    margin-bottom: 15px;
}
.inscriptionTextLabelCheckBox {
    width: 80px;
    padding: 10px;
    display: inline-block;
    color: #333333;
    font-size: 1.3em;
    text-align: left;
    vertical-align: middle;
    margin-top: 12px;
    margin-bottom: 15px;
}
.contentCodeActivation {
	width: 90%;
	margin-left: 5%;
	margin-right: 5%;
	font-size: 18px;
	position: relative;
	color: #000;
	height: 55px;
	margin-bottom: 15px;
	padding: 10px;
	display: inline-block;
	border: 1px solid #DDD;
	text-align: center;
	background-color: #DDD;
}
.captcha {
	display: inline-block;
	width: 34%;
	height: 96%;
}
.buttonInscription {
	color: #ffffff;
	text-decoration: none;
	background-position: 0px -15px;
	display: inline-block;
	width:150px;
	height:40px;
	margin-bottom: 0px;
	font-size: 14px;
	line-height: 20px;
	text-align: center;
	/*text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.75);*/
	vertical-align: middle;
	cursor: pointer;
	background-color: #016370;
	background-repeat: repeat-x;
	border-radius: 4px;
	/*box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.2) inset, 0px 1px 2px rgba(0, 0, 0, 0.05);*/
	border-color: rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.25);
}
.buttonInscription:hover {
	background-color: #4fa4bb !important;
}
.errorMessageInscription{
	color:red;
	text-align:center;
	font-size:14px;
	line-height: 35px;
	margin-bottom: 15px;
	padding: 10px;
	width:90%;
	display: inline-block;
}
.infoTextInscription {
	text-align: left;
	margin-left: 5%;
	margin-bottom: 1em;
}
/************************/

/****CLASS ACTIVATE******/
.sectionActivate {
	width: 100%;
	text-align: center;
	color: #010101 !important;
	/* display: inline-block; */
	height: 100%;
	overflow: hidden;
	left: 0px;
	top: 0px;
	position: absolute;
}
.coverActivate{
	width: 40%;
	height: 100%;
	position: absolute;
	right: 0px;
	background-color: #555555;
	background-image: url(../img/cover_activation_intkn.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	
}
.highlightContentActivate{
	font-weight: 100;
	text-align: left;
	line-height: 1.5;
	width: 60%;
	padding-top: 2em;
	padding-left: 5%;
	padding-right: 5%;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	overflow-y: auto;
	font-size: 1.3em;
	padding-top: 4em;
	border-right: 1px solid #cccccc;
	color:#000;
}
.textHighlightActivate{
	width:100%;
}
.windowPopupButtonSupport, .windowButtonAccess {
color: #ffffff;
cursor: pointer;
background-color: #2B7589;
border: 1px solid #1c819d ;
border-radius: 4px;
border-width:1px;
font-size: 1em;
margin-top: 30px;
height: auto;
border-radius: 5px;
color: #fff;
border: 0;
transition: 0.3s ease;
cursor: pointer;
text-align: center;
display:inline-block;
padding: 0.75em;
/* display: none; */
}
.windowPopupButtonSupport:hover, .windowButtonAccess:hover {
	background-color: #4fa4bb !important;
}
/************************/
/****CLASS REMINDER******/
.sectionReminder {
	width: 100%;
	text-align: center;
	color: #010101 !important;
	/* display: inline-block; */
	height: 100%;
	overflow: hidden;
	left: 0px;
	top: 0px;
	position: absolute;
}
.coverReminder{
	width: 40%;
	height: 100%;
	position: absolute;
	right: 0px;
	background-color: #555555;
	background-image: url(../img/cover_activation_intkn.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	
}
.titleReminder {
	margin-bottom: 1em;
	width:100%;
	color: #097684;
	font-size: 2em;
	text-align: left;
	line-height: 1.5;
}
.highlightContentReminder{
	font-weight: 100;
	text-align: left;
	line-height: 1.5;
	width: 60%;
	padding-top: 2em;
	padding-bottom: 2em;
	padding-left: 5%;
	padding-right: 5%;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	overflow-y: auto;
	font-size: 1.3em;
	padding-top: 4em;
	border-right: 1px solid #cccccc;
	color:#7f7c7b;
}
.textHighlightReminder{
	width:100%;
	margin-bottom:1em;
}
.windowPopupButtonInscription {
	color: #ffffff;
	background-color: #020202;
	font-size: 1em;
	margin-top: 30px;
	height: 45px;
	border-radius: 5px;
	color: #fff;
	border: 0;
	transition: 0.3s ease;
	cursor: pointer;
	text-align: center;
	display:inline-block;
	padding-left:20px;
	padding-right:20px;
	/* display: none; */
}
.inputReminder {
	border: 1px solid #cccccc;
	transition: border linear 0.2s, box-shadow linear 0.2s;
	background-color: #ffffff;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	display: inline-block;
	border-radius: 2px;
	font-size: 0.85em;
	padding: 1em;
	width: 100%;
	margin-bottom: 1em;
	margin-top: 1em;
}
.inputCaptchaReminder {
	margin-top: 1em;
}
.errorMessageReminder {
    color: red;
    text-align: left;
    font-size: 0.9em;
    line-height:1.5;
    margin-top: 15px;
    width: 100%;
    display: inline-block;
	margin-bottom:1.5em;
}

/************************/
/****CLASS SUPPORT*******/
.sectionSupport {
	padding-top:1em;
	width:100%;
	padding-bottom: 6em;
	background-color: #fbfbfb;
}
.titleSupport {
	margin-top: 7em;
	margin-bottom: 1.5em;
	color: #097684;
	font-size: 2em;
	text-align: center;
	line-height: 1.5;
}
.subTitleSupport {
	margin-top: 1em;
	margin-bottom: 1em;
	color: #000000;
	font-size: 1.1em;
	text-align: center;
	line-height: 1.5;
}
.cardSupport {
	width: 50%;
	padding: 1%;
	display: inline-block;
	text-align: center;
	padding-top:3em;
	vertical-align:top;
	margin-top:3em;
}
.subCardSupportRight {
	font-size: 1.2em;
	width: 50%;
	height:100%;
	margin-left: 45%;
	background-color: #979797;
	color: #ffffff;
	border-radius: 5px;
	padding: 5.6%;
	text-align:left;
}
.subCardSupportLeft {
	font-size: 1.2em;
	width: 50%;
	height:100%;
	margin-right: 45%;
	background-color: #979797;
	color: #ffffff;
	border-radius: 5px;
	padding: 5.6%;
	text-align:left;
}
.imgSupportCard {
	width: 2.5em;
	color: #ffffff;
	display:inline-block;
}

.textTitleSubCard {
	color: #ffffff;
	font-size: 1.4em;
	vertical-align: middle;
	height: 2.5em;
	display: inline-block;
	padding-left: 1em;
}
.textInfoSubCard {
	color: #ffffff;
	font-size: 1.1em;
}
.buttonMail{
	color: #ffffff;
	text-decoration: none;
	display: inline-block;
	padding: 0.75em;
	margin-top: 1.5em;
	font-size: 1em;
	line-height: 20px;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	background-color: #444444;
	border-radius: 4px;
	border-color: rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.25);
	border-width: 1px;
}
.buttonMail:hover {
	background-color: #4fa4bb !important;
}
.textPhoneSupport {
	color: #444444;
	text-decoration: none;
	display: inline-block;
	padding: 0.6em;
	margin-top: 1.5em;
	font-size: 1.2em;
	line-height: 20px;
	text-align: center;
	vertical-align: middle;
	font-weight:bold;
}
/***********************/
/****RIGHT MENU*********/
/*RIGHT MENU SPONSORS*/
.contentAllRightSponsors {
	width: 318px;
	height: auto;
	border: 1px solid #dcdcdc;
	background-color: #ffffff;
	overflow:hidden;
	transition-duration: 0.4s;
	-moz-transition-duration: 0.4s;
	-webkit-transition-duration: 0.4s;
	-o-transition-duration: 0.4s;
	transition-timing-function: ease;
	/*-moz-box-shadow: 1px 1px 4px 0px #cfcfcf;
	-webkit-box-shadow: 1px 1px 4px 0px #cfcfcf;
	-o-box-shadow: 1px 1px 4px 0px #cfcfcf;
	box-shadow: 1px 1px 4px 0px #cfcfcf;*/
	position:relative;
}
.suggestionSponsorsBlocTitle{
	width: 100%;
	display: inline-block;
	color: #787878;
	text-align: left;
	padding: 10px;
	padding-left: 12px;
	font-size: 0.95em;
	font-weight: bold;
}
.suggestionSponsorsBloc{
	width: 100%;
	padding: 4px;
	position: relative;
	overflow: hidden;
}
.suggestionSponsorsImg{
	max-width: 96%;
	position: relative;
	overflow: hidden;
}
.suggestionSponsorsImgTitle{
	color: #0c969f;
	font-weight: bold;
	text-align: left;
	padding: 10px;
	padding-left: 12px;
}
.suggestionSponsorsImgTitle:hover {
	text-decoration:underline;
}
.suggestionSponsorsImgDesc {
	color: #787878;
	font-size: 0.9em;
	text-align: left;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}
/****CLASS ACTUALITES***/
.mainSection {
	position: absolute;
	top: 52px;
	height: calc(100% - 52px);
	width: 100%;
	overflow: hidden;
	background-color: #f5f5f5;
}
.shapeSection {
	height: 100%;
	width: 100%;
	overflow: auto;
}
.shapeSectionBodyActions {
	height: auto;
	min-height: 110%;
	padding-bottom: 50px;
}
.contentAll {
	width: 100%;
	position: relative;
	display: inline-block;
	margin: auto;
	text-align: center;
}
.centralNewsWhite {
	background-color: transparent !important;
	border: 0px solid transparent !important;
}
.contentAllLeftReduce {
	width: 720px !important;
}
.contentAllLeft {
	width: 100%;
	/* display: inline-block; */
	vertical-align: top;
	text-align: left;
	margin-top: 30px;
	/* float: left; */
	left: 0px;
	max-width: 720px;
	margin-left: calc((100% - 720px - 328px) / 2);
}
.contentAllRight {
	display: inline-block;
	margin-left: 10px;
	min-height: 100px;
	vertical-align: top;
	margin-right: calc((100% - 720px - 328px) / 2);
	position: absolute;
	top: 30px;
	right: 0px;
	padding-bottom:3em;
}
.contentAllRightActors {
	margin-bottom: 20px !important;
}
.contentAllRightActors {
	width: 318px;
	height: auto;
	border: 1px solid #dcdcdc;
	background-color: #ffffff;
	overflow: hidden;
	transition-duration: 0.4s;
	-moz-transition-duration: 0.4s;
	-webkit-transition-duration: 0.4s;
	-o-transition-duration: 0.4s;
	transition-timing-function: ease;
	position: relative;
}
.contentAllRightSponsors {
width: 318px;
height: auto;
border: 1px solid #dcdcdc;
background-color: #ffffff;
overflow: hidden;
transition-duration: 0.4s;
-moz-transition-duration: 0.4s;
-webkit-transition-duration: 0.4s;
-o-transition-duration: 0.4s;
transition-timing-function: ease;
position: relative;
}
.contentAllRightMarginTop {
	margin-top: 0.5em !important;
}
/*LINE RENDERERNEWS*/
.centralNewsWhite {
	background-color: #ffffff;
	border: 1px solid #d6d6d6;
}
.lineElementNewsFirst {
	width: calc(100% - 12px);
	margin: auto;
	border: 2px white solid;
	margin-left: 6px;
	margin-right: 6px;
	margin-top: 6px;
	padding: 6px;
}
.lineElementNewsBodyFirst {
	display: inline-block;
	width: 100%;
	vertical-align: top;
	overflow:hidden;
	position:relative;
	cursor:pointer;
}
.lineElementNews {
	margin: auto;
	margin-bottom: 20px;
	margin-left: 12px;
	/*display: inline-block;*/
	/*width: calc(50% - 12px);*/
	/* margin-right: 6px; */
	padding: 6px;
}
.lineElementNewsRight {
	margin-left: 0px !important;
	margin-right: 12px !important;
}
.lineElementNewsImgCreator {
	width: 64px;
	background-color: #ffffff;
	border: 1px solid #d6d6d6;
	display: inline-block;
	background-size: contain;
	padding: 3px;
	border-radius: 3px
}
.lineElementNewsInfos {
	color: #333;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	margin-top: 6px;
	font-size: 0.9em;
	border-bottom: 1px solid #d6d6d6;
}
.lineElementNewsCreator {
	display: block;
	vertical-align:middle;
	font-size: 0.9em;
}
.lineElementNewsInfosDate {
	width: 100px;
	display: inline-block;
	vertical-align:middle;
	text-align: right;
	font-size: 0.9em;
}
.lineElementNewsImgBody {
	width: 100%;
	background-color: #ffffff;
	display: inline-block;
	border: 1px solid #d6d6d6;
}
.lineElementNewsBody {
	display: inline-block;
	width: 100%;
	vertical-align: top;
	overflow:hidden;
	position:relative;
	cursor:pointer;
}
.lineElementNewsTitleFirst {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: inline-block;
	vertical-align: top;
	margin: 0px;
	padding: 0px;
	font-size: 1.25em;
	color: #0c969f;
	margin-bottom: 8px;
	margin-top: 6px;
}
.lineElementNewsTitle {
	display: block;
	vertical-align: top;
	margin: 0px;
	padding: 0px;
	font-size: 1.2em;
	color: #0c969f;
	margin-top: .2em;
	margin-bottom: .2em;
}
.lineElementNewsDate {
	width: 100%;
	padding: 0px;
	margin: 0px;
	color: #333;
	font-size: 0.9em;
}
.lineElementNewsDescriptionFirst {
	color: #787878;
	padding:0px;
	margin-bottom: 10px;
	margin-top: 10px;
	font-size: 0.9em;
	max-height: 54px;
	overflow: hidden;
	position:relative;
}
.lineElementNewsDescription {
	color: #787878;
	padding: 0px;
	margin-bottom: 10px;
	margin-top: 6px;
	font-size: 0.9em;
	height: 54px;
	position: relative;
}
.lineElementAttachment {
	position: relative;
	width: 100%;
	height: 72px;
	line-height: 72px;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
	color: #333;
	font-weight: normal;
	border: none;
	background-color: #fff;
	border-top: 2px solid #f4f4f4;
}
.lineElementAttachmentType {
	width: 34px;
	height: 70px;
	line-height: 70px;
	padding: 0px;
	/* padding-left: 10px; */
	padding-right: 5px;
	display: inline-block;
	vertical-align: top;
}
.lineElementAttachmentDefaultIcon {
	position: relative;
	max-width: 36px;
	/* height: 100%; */
	vertical-align: middle;
	display: inline-block;
	overflow: hidden;
}
.lineElementAttachmentName {
	height: 70px;
	line-height: 70px;
	padding-right: 8px;
	color: #787878;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	max-width: calc(100% - 180px);
	cursor: pointer;
	display: inline-block;
	vertical-align: top;
	font-size: 0.9em;
}
/***********************/
/****CLASS ACCUEIL******/

.coverSection {
	position: absolute;
	top: 52px;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	overflow-x: hidden;
}
.cover {
	position: static;
	background: #ffffff url("../img/canopy_accueil_intkn.jpg") no-repeat center center;
	background-size: cover;
	background-position: top;
	height:100%;
	margin-top:0;
	z-index:10;
	left:0%;
}

.coverTitleRight {
	position: absolute;
	width: 100%;
	height: auto;
	color: #ffffff;
	font-size: 3.2em;
	top: 2.1em;
	right: 0;
	text-align: right;
	padding-right: 5%;
	font-weight: lighter;
}

.coverSubTitleRight {
	position: absolute;
	width: 100%;
	height: auto;
	color: #ffffff;
	font-size: 2.4em;
	top: 6em;
	right: 0px;
	text-align: right;
	padding-right: 5%;
	font-weight: lighter;
}

.coverTitleLeft {
	position: absolute;
	width: 100%;
	height: auto;
	color: #ffffff;
	font-size: 3.2em;
	top: 2.1em;
	left: 0;
	text-align: left;
	padding-right: 5%;
	font-weight: lighter;
}

.coverSubTitleLeft {
	position: absolute;
	width: 100%;
	height: auto;
	color: #ffffff;
	font-size: 2.4em;
	top: 6em;
	left: 0;
	text-align: left;
	padding-right: 5%;
	font-weight: lighter;
}

.coverInfoRight {
	position: absolute;
	width: 100%;
	height: auto;
	color: #ffffff;
	font-size: 1.9em;
	right: 0px;
	top: 11.5em;
	text-align: right;
	padding-right: 5%;
	font-weight: lighter;
}
.buttonContactUsCover {
	color: #ffffff;
    background-color: #2B7589 !important;
    border: 1px solid #1c819d  !important;
    text-decoration: none;
    padding: 0.75em;
    position: absolute;
    top: 24em;
    font-size: 1.4em;
    right: 5%;
    line-height: 20px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-color: #2B7589;
    border-radius: 4px;
    border-color: rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.25);
    border-width: 1px;
}
.buttonContactUsCover:hover {
	background-color: #4fa4bb !important;
}
.swissMadeLogo{
	position:absolute;
	left:5%;
	bottom:5%;
	width: 70px;
	border-radius:0px;
	border:1px solid #ffffff;
}
.textSwissMadeLogo{
	position:absolute;
	left:5%;
	bottom:5%;
	width: 60px;
	border-radius:1px;
	border:1px solid red;
}
.subCover {
	position:relative;
	background: #ffffff url("../img/sep-barre_IntKn.png") no-repeat center center;
	background-size: cover;
	background-position: top;
	width:100%;
	margin-top:0%;
	z-index:10;
	left:0%;
	border-bottom: 1px solid #666666;
	border-top: 1px solid #666666;
}
.corporateLogo{
	display:inline-block;
	background-image:url("../img/logo_intkn.png");
	vertical-align:top;
	background-size:contain;
	background-position:left;
	background-repeat:no-repeat;
	margin-left:4%;
	margin-top:1%;
}
.titleSlogan {
	color: #7f7c7b;
	font-size: 3.2em;
	text-align: left;
	width: 67%;
	display: inline-block;
	vertical-align: top;
	margin-left: 6%;
	margin-top:5.5%;
	padding-bottom: 30px;
}
.subTitleSlogan {
	font-size: 0.5em;
	font-weight:normal;
	width: 100%;
	text-align: left;
	margin-top: 10px;
	color:#010101;
}
.footer {
	height:auto; 
	background-color: #8CC63F;	
	padding-top: 30px; 
	padding-bottom: 30px;
	text-align:center;
}
.textfooter{
	font-size:18px;
	color:#fff;
	text-align:center;
	width:100%;
	display:inline-block;
	vertical-align:top;
}
/************************/

@media only screen and (max-width: 1600px){
	/*FEATURES CLASS*/
	.titleTileFeatures{
		font-size: 0.9em !important;
	}
	.subTitleTileFeatures{
		font-size: 0.7em !important;
	}
	.boxVideo {
		margin-left:0px;
		width:100%;
	}
	.boxCredit{
		padding-left:5%;
	}
	/*TARIFS CLASS*/
	.titleService {
		margin-top:2em;
	}
	.titleSubCardService {
		font-size:1.1em;
	}
	.subTitleSubCardService {
		padding-bottom: 0.5em;
		font-size:0.6em;
		width:100%;
	}
	.subTitleSubCardService {
		font-size: 0.7em !important;
	}
	.subTitleImgSubCardService{
		font-size:0.9em;
		padding-bottom: 0.3em;
	}
	.imgSubCardService {
		width: 2em;
		padding-top: 0.3em;
	}
	/*APROPOS CLASS*/
	.sectionAproposArgument {
		padding-top:3em;
	}
	.titleApropos {
		font-size: 1.4em;
	}
	/*CONNEXION CLASS*/
	.contentLogoConnexion{
		margin-top: 3.5em;
	}
	.logoConnexion {
		width:60px;
	}
	/*ACTIVATE CLASS*/
	.highlightContentActivate{
		font-size: 1.2em;
		padding-top: 3em;
	}
	/*REMINDER CLASS*/
	.highlightContentReminder{
		font-size: 1.2em;
		padding-top: 3em;
		padding-bottom: 3em;
	}
	/*SUPPORT CLASS*/
	.subCardSupportRight {
		width: 65%;
		margin-left: 30%;
	}
	.subCardSupportLeft {
		width: 65%;
		margin-right: 30%;
	}
	.textTitleSubCard {
		font-size: 1.3em;
	}
	.textInfoSubCard {
		font-size: 1em;
	}
	.textPhoneSupport, .buttonMail {
		font-size: 1.1em;
	}
}
@media only screen and (min-width: 1200px){
	#flecheSubMenuLang, #borderFlecheSubMenuLang {
		display:none !important;
	}
}
@media only screen and (max-width: 1300px){
	/*.titleCanopyFeatures{
		font-size: 3.1em;
		top: 1.9em;
	}*/
	.subTitleCanopyFeatures{
	    bottom: 5.2em;
	    line-height:1.2;
	}
	/*.subButtonsFeatures{
		font-size: 1.6em;
		top: 8.8em;
	}*/
}
@media only screen and (min-width: 970px) and (max-width: 1200px){
	.menuAr {
		font-size:1em;
	}
	
	.icon-lang {
		display: inline-block;
	}
	
	#liLangList {
		width: 100px;
		background-color: #FFF;
		text-align: left;
		overflow: visible;
		display: none;
		margin: 0px;
		padding: 0px;
		position: absolute;
		right: 5px;
		top: 55px;
		border: 1px solid rgba(0, 0, 0, 0.2);
		box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.2);
		outline: medium none;
		animation: 0.2s ease 0s normal none 1 running gb__a;
	}

	#liLangList .flecheSubMenuSelect {
		top: -8px;
		right: 13px
	}

	#liLangList .borderFlecheSubMenuSelect {
		top: -9px;
		right: 13px
	}

	#liLangList li {
		display: block;
		height: 32px;
		width: 100%;
		line-height: 32px;
	}

	#liLangList li:hover {
		background: #eaeaea;
	}

	#liLangList .separator {
		display: none;
	}
	
	/*TARIFS CLASS*/
	.titleTarifs {
		font-size: 3.0em !important;
		top: 3.2em !important;
	}
	.subTitleTarifs {
		font-size: 1.4em !important;
		top: 9.6em !important;
	}
	.subTitleSubCardService {
		font-size:0.7em !important;
	}
	.titleService {
		width:100%;
		border-bottom:none;
	}
	.descriptionService {
		margin-top:1em;
	}
	.cardService {
		width: 33%;
	}
	
	/*APROPOS CLASS*/
	.titleCanopyApropos {
		font-size: 3.0em !important;
		top: 3.2em !important;
	}
	.subTitleCanopyApropos {
		font-size: 1.4em !important;
		top: 9.6em !important;
	}
	.titleApropos {
		margin-top: 1.8em;
	}
	.descriptionApropos {
		padding-bottom:0em;
	}
	/************************/
	/*FEATURES CLASS*/
	/*.titleCanopyFeatures {
		font-size: 3.0em !important;
		top: 1.6em !important;
	}
	.subTitleCanopyFeatures {
		font-size: 1.4em !important;
		top: 6.4em !important;
	}
	.subButtonsFeatures {
		font-size: 1.3em !important;
		top: 9em !important;
	}*/
	
	.titleTileFeatures{
		font-size: 0.75em !important;
	}
	.subTitleTileFeatures{
		font-size: 0.55em !important;
	}
	/*#liLang {
		display: none;
	}*/
}
@media only screen and (min-width: 1190px)	and (max-width: 1600px){

}

@media only screen and (max-width: 970px){
	body {
		width: 100%;  
	}
	.header{
		height:52px !important;
		min-width:200px !important;
		border-bottom: 1px solid #7f7c7b;
	}
	.subSubHeader {
		width:100% !important;
		height: 52px  !important;
	}
	.titleMobile{
		height:52px !important;
		line-height:52px !important;
	}
	.mobileHidden {
		display:none !important;
	}
	.deskHidden {
		display:inline-block !important;
	}
	.menuAr {
		height: 52px !important;
		line-height: 52px !important;
		color: #7f7c7b;
	}
	.menuLang {
		height: 52px !important;
		line-height: 52px !important;
		color: #7f7c7b;
	}
	.homeLogo {
		margin-left: 0.5em !important;
	}
	.menuLogo {
		width:56px !important;
		height:52px !important;
		background-position:center center !important;
		vertical-align:top !important;
		display:inline-block !important;
		cursor:pointer !important;
	}
	.semiFooter{
		width:100% !important;
	}
	.titleAppRight, .addressApp, .telApp, .mailApp{
		text-align:left;
	}
	/*******CLASS ACTUALITES********/
	.sectionSupport, .titleSupport {
		margin-top:72px;
	}
	.titleSupport {
		margin:0em;
	}
	.subTitleSupport {
		padding:1em;
		margin:0px;
	}
	.contentAllLeft {
		width: 98%;
		max-width: 98%;
		margin-left: 1%;
	}
	.cardSupport {
		padding-top:1em;
	}
	.contentAllRight {
		display:none;
	}
	.imgPartners {
		width: 80%;
		margin-left: 10%;
		transition:0.2s;
	}
	#imgPartnersHep {
		width: 60%;
		margin-left: 20%;
	}
	/*******************************/
	/*******CLASS SUPPORT********/
	.cardSupport{
		width:98%;
		margin:auto;
		margin-left:1%;		
	}
	.subCardSupportRight, .subCardSupportLeft {
		width: 100%;
		margin:auto;
	}
	/*******************************/
	/*******CLASS INSCRIPTION*******/
	.coverInscription {
		width:100% !important;
		background: #ffffff !important;
	}
	.contentSectionInscription {
		width:100% !important;
	}
	.semiContentSectionInscription{
		width:100% !important;
	}
	.formContentInscription {
		margin-top:20px !important;
	}
	.infosValidContentInscription{
		padding: 1.2em;
		background-color: #fff;
	}
	/*******************************/
	/*******CLASS A PROPOS*******/
	.sectionAproposArgument {
		position: relative;
		margin: 0 auto;
		width: 96%;
		margin-left: 2%;
		padding-left: 2%;
		padding-right: 2%;
	}
	.highlightContentApropos{
		font-size:1em !important;
		margin-top: 15px !important;
	}
	.textContentApropos {
		font-size: 0.8em !important;
	}
	.ulContentApropos{
		font-size: 0.8em !important;
	}
	.subTitleBannerApropos {
		width: 96%;
		margin-left: 2%;
	}
	/*******************************/
	/********CLASS TUTORIAL*********/
	.searchImg {
		margin-top: 52px;
		width: 200%;
		margin-left: -50%;
	}
	#contentSearch {
		/*margin-top: 72px !important;*/
	}
	#searchBloc {
		width:100% !important;
		margin-top: 22px;
	}

	.subTitleContentSearch{
		font-size: 0.9em !important;
		text-transform: uppercase;
	}
	.resultContainer, .resultContainerCourse {
		padding-right: 0% !important;
		padding-left: 0% !important;
		width:100% !important;
		margin-bottom: 14%;
	}
	.resultsContentSearch{
		padding: 0px;
	}
	.resultButton {
		font-size: 0.82em;
		height: auto;
		line-height: 1.3;
	}
	.resultDescription {
		font-size: 0.5em !important;
		height: auto;
		line-height: 1.5;
		height:auto;
		padding-bottom:1rem;
	}
	.resultInfo, .resultViews{
		font-size: 0.5em !important;
	}
	/*******************************/
	/********CLASS COURSES*********/
	.subTitleContentSearchCourses {
		font-size: 0.9em !important;
		text-transform: uppercase;
		width:100% !important;
	}
	/*******************************/
	/********CLASS LIBRARY*********/
	#contentLibrary{
		padding-left: 0%;
		padding-right: 0%;
		margin-top: 52px;
	}

	#titleContentLibraryMobile{
		font-size: 1em !important;
		text-transform: uppercase;
		padding-left: 5%;
		padding-right: 5%;
		display:inline-block;
		color: #7f7c7b;
		margin-top:1em;
	}

	.titleContentLibraryCourse{
		width: 100% !important;
		padding-left:10px !important;
		padding-right:10px !important;
		font-size: 1.2em !important;
	}
	#leftContentSearch {
		width: 100% !important;
	}
	#rightContentSearch{
		display:none !important;	
	}
	.resultTitle {
		text-overflow: ellipsis !important;
		font-size: 0.8em !important;
		padding-left:10px !important;
		padding-right:10px !important;
	}
	.resultDescriptionCourse {
		height:auto;
		padding-bottom: 1.5rem;
	}
	#descriptionLibrary{
		padding-left: 5%;
		padding-right: 5%;
		margin-top:1.2em;
		font-size: 0.9em !important;
	}
	.leftContentLibrary, #coverLibrary, .rightContentLibrary, .leftContentLibraryCourse{
		width:100% !important;
		margin:0px !important;
		border:0px !important;
	}
	#coverLibrary{
		border-bottom:1px solid #020202 !important;
	}
	.buttonInscriptionLibrary{
		margin-top:25px !important;
		width:85% !important;
		margin-left:7.5% !important;
		margin-right:7.5% !important;
	}
	.titleDescriptionLibrary, .descriptionLongLibrary {
		margin-left:10px !important;
		margin-right:10px !important;
		width:calc(100% - 20px) !important;
	}
	.dateSessionLibrary{
		margin-top:40px !important;
	}
	.dateSessionLibrary, .menuDateSessionLibrary, .infosContentLibrary {
		margin-left: 7.5% !important;
	}
	.windowPopupButtonExterneLogin, 
		.windowPopupButtonCancel, .windowPopupButton, .windowPopupButtonSSO {
		margin-top: 30px !important;
		width: 85% !important;
		margin-left: 7.5% !important;	
		right: auto !important;
		left: auto !important;
		bottom: auto !important;
		position: relative !important;

	}
	.windowPopup {
		position: fixed;
		width: 100%;
		height: 100%;
		opacity: 1;
		background-color: #FFF;
		border-radius: 0px;
		top: 0px;
		left: 0px;
		border: none;
		overflow:auto;
		padding-bottom: 80px;
	}
	.semiLineInfosContentLibrary {
		font-size: 0.7em;
		padding-left: 5px;
		padding-right: 5px;
	}
	/*******************************/
	/********CLASS ACCUEIL*********/
	.cover {
		background: #FFF url("../img/canopy_accueil_intkn.jpg") no-repeat scroll left top / cover;
		//padding-bottom: 55%;
		background-position: right;
	}
	.subCover {
		//padding-bottom: 3%;
	}
	.buttonContactUsCover {
		top: 18em;
		font-size: 1.1em;
		padding: 0.55em;
	}
	.coverSection {
		top:52px;
	}
	
	.coverTitleRight {
		top:2.6rem;
		font-size: 1.8rem;
	}
	
	.coverSubTitleRight {
		top:7.6rem;
		font-size: 1.2rem;
	}
	
	.coverInfoRight {
		top: 12.6rem;
		font-size: 1.0rem;
	}
	.corporateLogo {
		display:none;
	}
	.titleSlogan {
		/*position: absolute !important;
		right: 2% !important;
		top: 55% !important;
		color: #FFF !important;*/
		font-size: 2.0em;
		margin-left: 6%;
		margin-top: 10%;
		width: 88%;
		/*z-index: 20 !important;
		text-align: left !important;
		height: 90px !important;
		width: 90% !important;*/
	}
	.subTitleSlogan {
		font-size: 0.6em !important;
		
		/*width: 100% !important;
		text-align: left !important;
		margin-top: 10px !important;*/
	}
	/*******************************/
	/**********CLASS CONNEXION******/
	.sectionConnexion {
		min-height: 740px;
	}
	.coverConnexion {
		width: 120%;
		opacity: 0.8;
	}
	.titleConnexion {
		margin-top: 0.7em;
	}
	.titleConnexion {
		color: #333;
		/*text-shadow: #aaaaaa 1px 1px;*/
	}
	.problemConnexion, .createAccount, .persistConnectText {
		color: #fff;
	}
	.inputConnected {
		border: 1px solid #dddddd;
	}
	.inputConnexion {
		border: 1px solid #787878;
	}
	.sectionForm {
		width:100%;		
	}
	.contentLogoConnexion{
		margin-top:2.6em !important;

	}
	.logoConnexion{
		width: 120px !important;
	}
		
	/*********CLASS FEATURES********/
	.features {
		width:100% !important;
		max-width: 100% !important;
		text-align:center;
	}
	.featuresImg {
		margin-top: 52px;
		width: 100%;
		margin-left: 0%;
		height: 380px;
		min-height:auto;
	}
	.titleCanopyFeatures {
		font-size: 30px;
		top: 3.4em;
		padding-left: 0px;
		padding-right: 0px;
		bottom: auto;
	}
	.buttonContactUsCenter {
		margin-left: calc(50% - 90px);
		margin-top: 18px;
		max-width: 180px;
		min-width: 180px;
		padding: 0.5em;
		font-size: 16px;
		display: block;
	}
	.subButtonsFeatures {
		font-size: 19px;
		top: 11em;
	}
	.subTitleCanopyFeatures {
		font-size: 18px;
		top: 8em;
		bottom: auto;
	}
	.aPartners {
		width: 20%;
		margin:0px;
	}
	.titleFeatures {
		font-size: 1.5em !important;
		margin-top:1em !important;
	}
	.tileFeatures, .tileFeaturesLight{
		width:100% !important;
		padding:0% !important;
	}
	.titleTileFeatures{
		font-size: 0.75em !important;
	}
	.subTitleTileFeatures{
		font-size: 0.55em !important;
	}
	.bannerTools {
		text-align:center;
	}
	.titleTool {
		margin-top: 0px;
		width:100%;
	}
	.textTool {
		font-size: 1em;
		margin-top: 1em;
	}
	.edit, .document, .social {
		width:90px !important;
		height:90px !important;
		margin-top: 0px;
		margin-left: 0px;
	}
	.blocTools {
		padding:0px !important;
		padding-top: 1.8em !important;
		padding-bottom: 1.8em !important;

	}
	.boxCredit{
		margin-top:5px;
		font-size:0.8em;
	}
	/*CLASS TARIFS*/
	.tarifImg {
		margin-top: 52px;
		width: 260%;
		margin-left: -120%;
	}
	.titleTarifs  {
		font-size: 2.3em;
		top: 3.5em;
	}
	.subTitleTarifs {
		font-size: 1em;
		top: 11.2em;
	}
	.serviceSection {
		padding-bottom: 3em;
	}
	.titleService {
		text-align:left;
		border:none;
		margin-top: 0.8em;
		width: 100%;
		line-height:1.5;
		font-size: 1.2em !important;
	}
	.descriptionService {
		margin-top: 0em;
		padding-bottom: 1.5em;
		font-size: 1em;
	}
	.cardService {
		width: 100%;
		margin-top: 1.5em;
	}
	/*CLASS APROPOS */
	.aproposImg {
		margin-top: 52px;
		width: 260%;
		margin-left: -120%;
	}
	.sectionAproposArgument {
		padding-top:1em;
	}
	.semiApropos {
		width: 100%;
		margin-top: 2em;
		margin-bottom: 0px;
	}
	.titleCanopyApropos {
		font-size: 2.3em;
		top: 3.9em;
	}
	.subTitleCanopyApropos {
		font-size: 1em;
		top: 12.2em;
	}
	.titleApropos {
		#margin-top: 1.5em;
		border:none;
		width: 100%;
	}	
	.imgIconApropos {
		margin-top: 1.5em;
	}
	.descriptionApropos {
		padding-bottom: 1em;
		margin-top:0em;
	}
	.bannerApropos {
		padding-top: 2em;
		padding-bottom: 2em;
		margin-top: 2em;
		margin-bottom: 2em;
	}
	.titleBannerApropos {
		font-size: 1.6em;
	}
	.subTitleBannerApropos {
		font-size: 1.2em;
	}
	/*CLASS ACTIVATE*/
	.highlightContentActivate {
		width:100%;
	}
	/*CLASS REMINDER*/
	.highlightContentReminder {
		width:100%;
	}
	.footerHidden{
		margin-top: 3em;
	}
}

@media only screen and (min-height: 780px) and (max-width: 970px){
}

/*******GLOBALE CLASS*******/
.opacityOn {
	opacity:1 !important;
}
.none, .displayNone {
	display:none !important;
}
.noBorder{
	border:none !important;
}
.colorRed{
	color:red !important;
}
.colorGray{
	color:#7f7c7b !important;
}
.right{
	right:0px !important;
	position: absolute !important;
}
.floatRight{
	float:right !important;
	position: relative !important;
}
.top{
	top:0px !important;
	position: absolute !important;
}
.margintop52 {
	margin-top:52px !important;
}
.linkActivate{
	color:#8CC63F;
}
a{
	text-decoration:none;
	color:#ffffff;
}
.displayBlock{
	display:block !important;
}
.displayInlineBlock	 {
	display:inline-block !important;
}
.verticalAlignTop {
	vertical-align: top !important;
}
/*********ANIMATE*******/

@-webkit-keyframes flip {
  from {
	-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
	transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
	-webkit-animation-timing-function: ease-out;
	animation-timing-function: ease-out;
  }

  40% {
	-webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
	transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
	-webkit-animation-timing-function: ease-out;
	animation-timing-function: ease-out;
  }

  50% {
	-webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
	transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
	-webkit-animation-timing-function: ease-in;
	animation-timing-function: ease-in;
  }

  80% {
	-webkit-transform: perspective(400px) scale3d(.95, .95, .95);
	transform: perspective(400px) scale3d(.95, .95, .95);
	-webkit-animation-timing-function: ease-in;
	animation-timing-function: ease-in;
  }

  to {
	-webkit-transform: perspective(400px);
	transform: perspective(400px);
	-webkit-animation-timing-function: ease-in;
	animation-timing-function: ease-in;
  }
}

@keyframes flip {
  from {
	-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
	transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
	-webkit-animation-timing-function: ease-out;
	animation-timing-function: ease-out;
  }

  40% {
	-webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
	transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
	-webkit-animation-timing-function: ease-out;
	animation-timing-function: ease-out;
  }

  50% {
	-webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
	transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
	-webkit-animation-timing-function: ease-in;
	animation-timing-function: ease-in;
  }

  80% {
	-webkit-transform: perspective(400px) scale3d(.95, .95, .95);
	transform: perspective(400px) scale3d(.95, .95, .95);
	-webkit-animation-timing-function: ease-in;
	animation-timing-function: ease-in;
  }

  to {
	-webkit-transform: perspective(400px);
	transform: perspective(400px);
	-webkit-animation-timing-function: ease-in;
	animation-timing-function: ease-in;
  }
}

.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

@-webkit-keyframes fadeOut {
  from {
	opacity: 1;
  }

  to {
	opacity: 0;
  }
}

@keyframes fadeOut {
  from {
	opacity: 1;
  }

  to {
	opacity: 0;
  }
}

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeIn {
  from {
	opacity: 0;
  }

  to {
	opacity: 1;
  }
}

@keyframes fadeIn {
  from {
	opacity: 0;
  }

  to {
	opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
@-webkit-keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
	-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
	animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
	opacity: 0;
	-webkit-transform: scale3d(.3, .3, .3);
	transform: scale3d(.3, .3, .3);
  }

  20% {
	-webkit-transform: scale3d(1.1, 1.1, 1.1);
	transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
	-webkit-transform: scale3d(.9, .9, .9);
	transform: scale3d(.9, .9, .9);
  }

  60% {
	opacity: 1;
	-webkit-transform: scale3d(1.03, 1.03, 1.03);
	transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
	-webkit-transform: scale3d(.97, .97, .97);
	transform: scale3d(.97, .97, .97);
  }

  to {
	opacity: 1;
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
  }
}
@keyframes scaleIn {
	from {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3);
	}

	to {
		opacity: 1;
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}

.scaleIn {
  -webkit-animation-name: scaleIn;
  animation-name: scaleIn;
}
@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
	-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
	animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
	opacity: 0;
	-webkit-transform: scale3d(.3, .3, .3);
	transform: scale3d(.3, .3, .3);
  }

  20% {
	-webkit-transform: scale3d(1.1, 1.1, 1.1);
	transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
	-webkit-transform: scale3d(.9, .9, .9);
	transform: scale3d(.9, .9, .9);
  }

  60% {
	opacity: 1;
	-webkit-transform: scale3d(1.03, 1.03, 1.03);
	transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
	-webkit-transform: scale3d(.97, .97, .97);
	transform: scale3d(.97, .97, .97);
  }

  to {
	opacity: 1;
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
  }
}

.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

@-webkit-keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
	-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
	animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
	opacity: 0;
	-webkit-transform: translate3d(-3000px, 0, 0);
	transform: translate3d(-3000px, 0, 0);
  }

  60% {
	opacity: 1;
	-webkit-transform: translate3d(25px, 0, 0);
	transform: translate3d(25px, 0, 0);
  }

  75% {
	-webkit-transform: translate3d(-10px, 0, 0);
	transform: translate3d(-10px, 0, 0);
  }

  90% {
	-webkit-transform: translate3d(5px, 0, 0);
	transform: translate3d(5px, 0, 0);
  }

  to {
	-webkit-transform: none;
	transform: none;
  }
}

@keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
	-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
	animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
	opacity: 0;
	-webkit-transform: translate3d(-3000px, 0, 0);
	transform: translate3d(-3000px, 0, 0);
  }

  60% {
	opacity: 1;
	-webkit-transform: translate3d(25px, 0, 0);
	transform: translate3d(25px, 0, 0);
  }

  75% {
	-webkit-transform: translate3d(-10px, 0, 0);
	transform: translate3d(-10px, 0, 0);
  }

  90% {
	-webkit-transform: translate3d(5px, 0, 0);
	transform: translate3d(5px, 0, 0);
  }

  to {
	-webkit-transform: none;
	transform: none;
  }
}

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
	-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
	animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  from {
	opacity: 0;
	-webkit-transform: translate3d(3000px, 0, 0);
	transform: translate3d(3000px, 0, 0);
  }

  60% {
	opacity: 1;
	-webkit-transform: translate3d(-25px, 0, 0);
	transform: translate3d(-25px, 0, 0);
  }

  75% {
	-webkit-transform: translate3d(10px, 0, 0);
	transform: translate3d(10px, 0, 0);
  }

  90% {
	-webkit-transform: translate3d(-5px, 0, 0);
	transform: translate3d(-5px, 0, 0);
  }

  to {
	-webkit-transform: none;
	transform: none;
  }
}

@keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
	-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
	animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  from {
	opacity: 0;
	-webkit-transform: translate3d(3000px, 0, 0);
	transform: translate3d(3000px, 0, 0);
  }

  60% {
	opacity: 1;
	-webkit-transform: translate3d(-25px, 0, 0);
	transform: translate3d(-25px, 0, 0);
  }

  75% {
	-webkit-transform: translate3d(10px, 0, 0);
	transform: translate3d(10px, 0, 0);
  }

  90% {
	-webkit-transform: translate3d(-5px, 0, 0);
	transform: translate3d(-5px, 0, 0);
  }

  to {
	-webkit-transform: none;
	transform: none;
  }
}

.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}
.animatedShort {
  -webkit-animation-duration: 0.7s;
  animation-duration: 0.7s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animated {
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
/*********SELECT********/
.divSelect {
	text-align: left;
	overflow: visible;
	display: inline-block;
	width: 100%;
	line-height: 72px;
	height: 72px;
	margin: 0px;
	position: relative;
}
.textTitleSelect {
	width: 100%;
	display: inline-block;
	vertical-align:top;
	text-align: center;
}
.iconeListSelect {
	width: 20px;
	text-align: center;
	border: 1px solid #7f7c7b;
	border-radius: 2px;
	height: 20px;
	font-size: 12px;
	line-height: 20px;
	cursor: pointer;
	display: inline-block;
	vertical-align:middle;
}
.flecheSubMenuSelect {
	border-color: transparent transparent #FFF;
	border-style: dashed dashed solid;
	border-width: 0px 8.5px 8.5px;
	display: none;
	position: absolute;
	right: 25px;
	top: 47px;
	z-index: 1;
	height: 0px;
	width: 0px;
	animation: 0.2s ease 0s normal none 1 running gb__a;
}
.borderFlecheSubMenuSelect {
	border-color: transparent transparent rgba(0, 0, 0, 0.2);
	border-style: dashed dashed solid;
	border-width: 0px 8.5px 8.5px;
	display: none;
	position: absolute;
	right: 25px;
	top: 46px;
	z-index: 1;
	height: 0px;
	width: 0px;
	animation: 0.2s ease 0s normal none 1 running gb__a;
}
.subMenuSelect {
	background-color: #FFF;
	text-align: left;
	overflow: visible;
	display: none;
	margin: 0px;
	padding: 6px;
	position: absolute;
	left: 0px;
	top: 54px;
	border: 1px solid rgba(0, 0, 0, 0.2);
	box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.2);
	outline: medium none;
	animation: 0.2s ease 0s normal none 1 running gb__a;
}

.lineSubMenuSelect {
	text-align: left;
	font-size: 0.8em;
	display: inline-block;
	height: 32px;
	box-sizing: border-box;
	padding-right: 6%;
	padding-left: 6%;
	margin: 0px;
	overflow: visible;
	vertical-align: top;
	float: left;
	line-height: 32px;
	width: 160px !important;
	color: #7f7c7b !important;
	cursor:pointer;
}
.lineSubMenuSelect:hover {
	font-weight:bold;
}
.colorCorporate {
	color: #7f7c7b !important;
}
.borderHorizontalSubMenuLeft {
	border-top: 1px solid #f1f1f1;
	margin: 10px;
	width: calc(100% - 20px);
	display:inline-block;
}
/**********************/
/*************************************/
