/**/
/*to remove when object contain logoCategory*/
.subCategory>.listCategoryTopMenu>.lineCategoryMenu>.categoryLine>.logoCategory{
	display:none;
}
/*Discover*/
.searchSearchDiscover{
text-align:left!important;	
}
.canopyCanopyDiscover>.shapeCanopyImage{
	display:table;
	vertical-align:middle;
	align-items:middle;
}
.divRightCanopySection{
	height:100%;
	width:100%;
	padding:20px;
	padding-left:50%;
	display: table-cell;
	vertical-align:middle;
}
.textTitleCanopyDiscover{
	width:min-content;
}
.textTitleCanopyDiscover>.textShape{
	font-size:48px;
	color:#fff;
	display:block;
	padding-bottom:20px;
	
}
.textSubTitleDiscover>.textShape{
	font-size:22px;
	color:#fff;
	line-height:1.5;
	width:500px;
	padding-bottom:20px;
}
.objectiveIconInCard {
	width: 60px;
	height: 60px;
	width: 40px;
    height: 30px;
    background-repeat: no-repeat;
}
.ObjectObjectiveInCard {
	vertical-align: middle;
	color: black;
	font-size: 13px;
}
.containerLiInCard {
	padding-top: 10px;
}
.ObjectObjectiveInCard{
	width: calc(100% - 40px);
}
.buttonShowNow{
	width: 155px;
	line-height: 40px;
	display: inline-block;
	text-align: center;
	transition: 0.2s;
	border-radius: 3px;
	color: white;
	text-decoration: none;
	background-color:#115365;
	margin-top: 22px;
	margin-bottom: 22px;
	cursor:pointer;
}
.buttonShowNow:hover{
	transform:scale(1.1);
}
/* */
.subCardContainerPulbicCourse{
	display: inline-block;
    margin: 0px;
    background: white;
    vertical-align: top;
    box-shadow: 0 1px 6px rgba(40, 31, 31, 0.12), 0 1px 4px rgba(31, 31, 31, 0.12);
    position: relative;
	width: 100%;

}
.decorationSection{
	top:239px;
	height:32px;
	width:24px;
	position:absolute;
	left: -41px;
}
.decorationSection::before{
    content: "";
    border-top: 13px solid transparent;
    border-right: 20px solid #dedfe0;
    border-bottom: 13px solid transparent;
    border-left: 20px solid transparent;
    content: '';
    position: absolute;
    width: 0;
    height: 0;
}
.decorationSection::after{
    left: 3px;
    border-top: 13px solid transparent;
    border-right: 20px solid #fff;
    border-bottom: 13px solid transparent;
    border-left: 20px solid transparent;
    content: '';
    position: absolute;
    width: 0;
    height: 0;
}
.commentContainer{
	position:absolute;
	top:-42.5px;
	max-width:400px;
	z-index:300;
	box-shadow: 0 1px 6px rgba(40, 31, 31, 0.12), 0 1px 4px rgba(31, 31, 31, 0.12);
	padding: 15px;
	background-color: #fff;
	left: calc(100% + 20px);
	width: 350px;
	color:black;
	min-height:465px;
	text-align: left;
}
.descriptionTitleTheme,
.descriptionSection{
	padding:5px;
	padding-left:0px;
	padding-right:0px;
}
.descriptionTitleTheme{
	font-weight:bold;
	border-bottom: solid 1px #ddd;
	margin-bottom:10px;
	color:#115365;
}
.titleCoursCommentCardTheme{
	border-bottom: 0px;
	color: black;
	font-size: 18px;
    font-weight: bold;
    padding-bottom: 8px;
 }
.descriptionTextTheme{
	margin-bottom: 5px;
	font-size: 15px;
	height: calc(8 * 15px * 1.7);
	height: auto;
	overflow: hidden;
	position: relative;
	line-height: 1.7;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	min-height: 100px;
}
.commentContainer.left{
	left:auto;
	right: calc(100% + 20px);
	
}
.decorationSection.left {
    transform: rotate(180deg);
	right: -40px;
	left:auto;
}
.extraTagContent {
    display: inline-block;
    padding: 5px;
    font-size: 13px;
	
	color: black;
	padding-left: 0px
}
.titleCardCoursCommentTheme{
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	border-bottom: solid 1px #ddd;
	padding-bottom: 8px;
	color:#115365;
}
.badge{
	border-radius: 3px;
	font-size: 9px;
	padding: 1px 8px;
	border: 1px solid #f4c150;
	min-width: inherit;
	display: inline-block;
	font-weight: 700;
	line-height: 1.5;
	position: relative;
	text-align: center;
	text-transform: uppercase;
	z-index: 2;
	vertical-align: baseline;
	background: #f4c150;
	color: white;
	display:inline-block;
	
}
.badgeImage{
	position: absolute;
	top: 10px;
	right: 10px;
	
	
}
.buttonSearch{
    background-image: url("/office/ressources/img/intkn_search.svg");
	height: 48px;
	width: 48px;
	vertical-align: top;
	background-repeat: no-repeat;
	cursor:pointer;
	background-color:white;
	border: 0px transparent;
	background-size: 80%;
	background-position: center;
	border: 1px solid #fff;
	outline: 0px;
	border-radius:0px 4px 4px 0px;
}
.buttonSearch:hover{
    background-image: url("/office/ressources/img/intkn_search_white.svg");
	background-color:#115365;
	border:1px solid #115365;
}
.inputBlocSubHeaderSearch {
	padding: 8px;
	font-size: 18px;
	border: 1.5px solid #fff;
	width: 80%;
	border-left: 0px transparent;
	height: 48px;
	background-color: #fff;
	border-radius:4px 0px 0px 4px;
} 
.inputTextSearchTopMenu{
	border:1px solid #7e7e7e7e;
	height:40px;
	border-radius:4px 0px 0px 4px;
	vertical-align: top;
	border-right:0px;
	display: inline-block;
}
.buttonSearchTopMenu{
	background-image: url("/office/ressources/img/intkn_search.svg");
	height: 40px;
	width: 40px;
	vertical-align: top;
	display:inline-block;
	background-repeat: no-repeat;
	cursor:pointer;
	background-color:white;
	background-size: 75%;
	background-position: center;
	border:1px solid #7e7e7e7e;
	border-left:0px;
	outline: 0px;
	border-radius:0px 4px 4px 0px;
}
.buttonSearchTopMenu:hover{
	background-image: url("/office/ressources/img/intkn_search_white.svg");
	background-color:#115365!important;
	border:1px solid #115365!important;
}
.formSearchBarTopMenu{
	height: 40px;
	margin-top: 5px;
	margin-bottom: 5px;
}
/*category section*/
.bottomBody{
    text-align: center;
    margin-top: 35px;
    margin-bottom: 60px;
}	
.categoryCategoryDiscover{
	max-height: 497px;
	overflow: hidden;
}
.activityBodyDiscover{
	min-height: 150VH;
}
.divCategoryContainerDiscover{
	width:355px;
	display:inline-block;
	padding:35px;
	/*
		max-height: 600px;
		overflow:hidden;
		max-height: 611px;
		overflow: hidden;
	*/
	padding-bottom: 0px;
}
.sliderElementContent{
	top: calc(41.5% - 50px);
}
.cardCategory{
	width: calc(100% - 40px);
	margin:20px;
	margin-bottom:0px;    
    background-color:#115365;
    transition: 0.4s;
    cursor: pointer;
	border-radius: 6px;
	text-align:center;
	height: 58px;
	vertical-align: middle;
	display: block;
}
.cardCategory:hover{
	transform: scale(1.1);
}
.cardCategoryContent{
    text-decoration: none;
    color: #fff;
    font-size: 17px;
    text-align: center;
    vertical-align: middle;
	display: flex;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	height: 60px;
	align-items: center;
	font-size:16px;
}
.textShapeTitleCategory{
	font-weight: normal;
    display: inline-block;
    text-align: center;
    width: 90%;
    color: #115365 !important;
    font-size: 30px;
    padding: 20px;
    border-bottom: 1px solid #115365;
    border-top: 1px solid #115365;
    margin-left: 5%;
    margin-right: 5%;

}
.divTabBarDiscover{
    height: 82px;
    display: block;
	background-color:#115365;
	margin-bottom:15px;
	width: 100%;
	z-index: 60;
}
.divSliderSectionDiscover{
	width: calc(100%);
	display: inline-block;
	vertical-align: top;
}
.textTitle{
	margin-top: 65px;
	margin-top: 35px;
}
.listCategoryBox{
	margin-top: 44px;
	max-width: 80%;
	margin-left:10%;
	margin-right:10%;
	text-align: center;
}
.resourcesSliderCourseCanopy{
    display: block;
    position: relative;
    width: 100%;
    padding-top: calc(100% * 5 / 19);
    height: 0px;
    background-color: #b8b8b8;
}
.sliderArrow{
	top: calc(45% - 50px);
	background-image: url("/img/items/flch.svg");
	border-left: none !important;
	background-size: cover;
	height: 100px;
	width: 100px;
	border: none;
}
.sliderArrowRight {
  transform: rotate(180deg);
}
.sliderArrowRight:hover {
  transform: rotate(180deg) scale(1.2);
}
.resourcesSliderCourseContainer{
    display: contents;
    top: 0px;
    position: absolute;
    height: 300px;
    height: 100%;
    width: 100%;
    display: block;
    top: 0px;
    background-size: cover;
    background-repeat: none;
}
.contentTextContianer{
	background-color: rgba(0,0,0,0.5);
	text-align: center;
	padding: 45px;
	height: calc(45px + 90px);
	vertical-align: middle;
	display: block;
	width: 100%;
	padding-left: 10%;
	padding-right: 10%;
}
.sliderElementCoursTitle{
	font-size: 40px;
	color: white;
	letter-spacing: 1px;
	text-shadow: 0 0 10px rgba(0,0,0,.8);
	max-height:45px;
	overflow: hidden;
	
}
.sliderElementCoursDescription{
	color: white;
	padding-left: 80px;
	padding-right: 80px;
	font-size: 28px;
	padding-top: 20px;
	text-shadow: 0 0 10px rgba(0,0,0,.8);
	max-height: 55px;
	overflow: hidden;
	max-width: 100%;
}
.sliderElementCoursAccessButton{
	color: white;
	font-size: 19px;
	text-align: center;
	transition: 0.2s;
	border-radius: 3px;
	height: 48px;
	width: 150px;
	max-width: 170px;
	text-decoration-line: none;
	text-decoration: none;
	line-height: 48px;
	display: inline-block;
	margin: auto;
    margin-top: auto;
    margin-bottom: auto;
	margin-bottom: 10px;
	margin-top: 10px;
	background-color:rgb(18, 165, 180);
}
.sliderElementCoursAccessButton:hover{
	transform:scale(1.1);
}
.cardContainerPulbicCourse,.cardContainerPulbicCourseTheme {
	display: inline-block;
	padding: 25px;
	background: transparent;
	width: calc(100% / 5);
	min-width:355px;
	/*450
	vertical-align: top;
	width: calc(100% / 4);
	box-shadow: 0 1px 6px rgba(40, 31, 31, 0.12), 0 1px 4px rgba(31, 31, 31, 0.12);
	position: relative;
	*/
}
@media only screen and (max-width: 1470px){
	.cardContainerPulbicCourseTheme{
		width: calc(100% / 4 - 40px);
		display: inline-block;
		margin: 20px;
		background: white;
		vertical-align: top;
	}
}
.divSectionNewCategoryDiscover{
	margin-top:75px;
	padding-bottom: 75px;
	display:none;
}
.cardCategorynew {
    width: calc(20% - 40px);
    margin: 20px;
    margin-bottom: 0px;
    background-color:#115365;
    transition: 0.4s;
    cursor: pointer;
    border-radius: 6px;
    text-align: center;
    height: 60px;
    vertical-align: middle;
     display:inline-block;
}
.cardBottomViewsTheme{
	display:inline-block;
	vertical-align: middle;
}
/*searchengine*/
/*new future old style to rename and upload to external*/
/*sliderSection*/
.sliderPrice::-moz-range-thumb {
    width: 25px;
    height: 25px;
    background: #4CAF50;
    cursor: pointer;
}
.sliderPrice {
    -webkit-appearance: none;
    width: 80%;
    height: 25px;
    background: #d3d3d3;
	display:inline-block;
    opacity: 0.7;
    -webkit-transition: .2s;
    transition: opacity .2s;
	margin-top: 29px;
    -webkit-appearance: none;
	/*
	&:focus{
        outline: none;
	}
    &::-webkit-slider-runnable-track {
        width: 100%;
        height: 1px;
        cursor: pointer;
        box-shadow: none;
        background: #ffffff;
        border-radius: 0px;
        border: 0px solid #010101;
    }
    &::-moz-range-track {
        width: 100%;
        height: 1px;
        cursor: pointer;
        box-shadow: none;
        background: #ffffff;
        border-radius: 0px;
        border: 0px solid #010101;
    }
    &::-webkit-slider-thumb {
        box-shadow: none;
        border: 0px solid #ffffff;
        box-shadow: 0px 10px 10px rgba(0,0,0,0.25);
        height: 42px;
        width: 22px;
        border-radius: 22px;
        background: rgba(255,255,255,1);
        cursor: pointer;
        -webkit-appearance: none;
        margin-top: -20px;
    }
	&::-moz-range-thumb{
        box-shadow: none;
        border: 0px solid #ffffff;
        box-shadow: 0px 10px 10px rgba(0,0,0,0.25);
        height: 42px;
        width: 22px;
        border-radius: 22px;
        background: rgba(255,255,255,1);
        cursor: pointer;
        -webkit-appearance: none;
        margin-top: -20px;
	}
	&::-moz-focus-outer {
    border: 0;
    }
	*/
}
.sliderInput{
    -webkit-appearance: none;
    width: 15%;
    height: 25px;
	display:inline-block;
	margin-right:4%;
	margin-top: -20px;
}
.spanPrice{
    position: relative;
    transform-origin: center center;
    display: block;
    width: 98px;
    height: 98px;
    background: transparent;
    border-radius: 50%;
    line-height: 30px;
    text-align: center;
    font-weight: bold;
    padding-top: 22px;
    box-sizing: border-box;
    border: 2px solid black;
    margin-top: 20px;
    margin-left: -38px;
    left: attr(value);
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    font-size: 36px;
	
}
.spanPrice::after {
		acontent: "CHF";
		display: block;
		font-size: 20px;
		letter-spacing: 0.07em;
	}
/*EXTRA*/
.topMenuLogoIcon {
	margin-left:10px;
}
.shapeImageTextUnder {
	color: #555555;
	font-size: 28px;
}
.borderColorCorporate, 
.languageSelectInlineOptionSelected, .languageSelectInlineOption:hover, .activityLink:hover{
	color: #115365;
}
.signup:hover{
	color:white;
}
.topMenuActivityLinkSelected{
	color: #115365 !important;
	font-weight: bold !important;
	border-bottom:none;
	background-color: transparent !important;
}
.imageFormImageLogin > .shapeImageContainer > .shapeImageImageImg {
    max-width: 190px;
    max-height: 190px;
}
/*ALL SITUATIONS*/
.selected {
	background-color: transparent !important;
	border:0px !important;
	background-color: white;
}
.selected:hover {
	background-color: transparent !important;
	border:0px !important;
}
.textShapePlatformCanopyTitle{
	font-weight:normal;
	display: inline-block; 
	text-align:center;
	width: 100%;
}
.windowPopupTitle {
	color:#115365;
}
.coverFormForm {
	background-color: transparent;
}
/*ACCUEIL*/
/*CONNEXION*/
.logoConnexion {
    width: 160px !important;
}
/*SUPPORT*/
.titleSupport, .textPhoneSupport {
	color: #115365 !important;
}
.buttonMail, .windowPopupButtonSupport, .windowButtonAccess {
	background-color: #115365;
}
.buttonMail:hover, .windowPopupButtonSupport:hover, .windowButtonAccess:hover {
	background-color: #2b7589 !important;
}
/*SPONSORS RIGHT MENU*/
.suggestionSponsorsBlocTitle {
	/* background-color: #E63127 !important; */
    color: #000!important;
    /* padding-right: 20px !important; */
    margin-bottom: 20px !important;
    margin-right: 10px;
    width: 70% !important;
    float: right;
    /* margin-left: -5px !important; */
    font-size: 0.92em !important;
    border-bottom: 3px solid #bad049;
    text-align: right;
}
/*Canopy*/
.activityBody, .divSlidersSectionTwo, .divSlidersSection {
    background-color: rgb(245, 245, 245);
}
.activityBody{
	max-width: 100%;
}
.linkContainer {
   outline: 0;
}
.gratuitLinkContainer{
	background-color:transparent;
	border-bottom:0px;
}
.signup{
	background-color: #115365;
	line-height: 40px;
	height: 40px;
	color: #fff;
	border-radius: 4px;
	padding-left: 0.9em;
	padding-right: 0.9em;
	display: inline-block;
	margin:5px;
}
.topMenuLogoSection {
    padding-left: 0px;
    text-align: center;
}
.signupLinkContainer{
	background-color:transparent;
}
.signupActivityLink {
    background-color: #FF9800 !important;
    border: 1px solid #c97c09 !important;
	border-radius: 4px;
}
.textShapeTitleService{
	color: #115365;
	display: inline-block;
}
.languageSelectInlineOptionSelected {
		font-weight: bold;
    color: #115365 ;
    cursor: pointer;
    width: 40px;
    text-align: center;
}
.cardTitleContainer{
	height:150px;
}
.suggestionSponsorsBlocTitle:after {
  content: "";
  position: absolute;
  top: 0;
  width: 0;
  height: 0;
  border-style: solid;
}
.imageImageHybridPlatformHome{
	display: inline-block;
    width: 50%;
    height: 100%;
    vertical-align: middle;
}
.divSectionPartnersLineSideHome{
	display: inline-block;
	width: 100%;
	padding-top: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #f2f2f2;
	overflow:hidden;
}
.suggestionSponsorsBlocTitle:after {
	right: -10px;
	top: 26px;
	border-width: 6px 6px 6px 6px;
	border-color: #bad049 #f5f5f5 #f5f5f5 transparent;
}
/*menu*/
.signup:hover{
	background-color: #2b7589 ;
}
.signupLinkContainer > a{
	background-color: #FF9800 !important;
	border: 1px solid #c97c09 !important;
}
.signupLinkContainer > a:hover {
	color:#ffffff;
}
.callBackButtonContactButtonSupport{
	transition: 0.3s;
}
.gratuitLinkContainer>a{
	background-color: #FF9800 !important;
	border: 1px solid #c97c09 !important;
	color: #ffffff;
	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;
}
.gratuitLinkContainer>a:hover{
    background-color: #ffaa2c !important;
    transform: scale(1.1);
}
.helpTabRightSectionButton:hover,
.callBackButtonContactButtonAbout>a:hover,
.callBackButtonContactButtonPrices>a:hover{
	background-color: #2b7589 !important;
    transform: scale(1.1);
}
.callBackButtonContactButton>a{
	background-color: #115365;
	border-color:#115365;
}
.callBackButtonContactButton>a,
.helpTabRightSectionButton,
.contactsupportLinkContainer>a{
	color: #ffffff;
	background-color: #115365 !important;
	border: 1px solid #115365 !important;
	
}
/*.activityBodySupport>div{
	background-color:white;
}*/
.shapeWindowTitle{
	background-color:#115365 ;
	
}
.shapeWindowTitleText{
	color: white;
}
.shapeFormButton{
	color: #fff;
	background-color:#115365;
	border:0px;
}
.shapeFormButton:hover{
	background-color: #2b7589 !important;
}
.contactsupportLinkContainer>a:hover{
	background-color: #2b7589 !important;
transform: scale(1.1);
}
.divBanner{
	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;
}
.textTitleBanner>.textShapeTitleData{
	width: 100%;
	color: #ffffff;
	font-size: 3.4em;
	padding:10px;
}
.textSubTitleBanner>.textShapeTitleData{
	width: 100%;
	color: #ffffff;
	font-size: 1.8em;
	margin-top: 1em;
	padding:10px;
}
.suggestionSponsorsImgTitle {
	color:#000000 !important;
}
/*Image Partener*/
.activityLinkImage{
width: 80%;
min-height:100px;
background-repeat: no-repeat;
display:inline-block;
background-size:contain;
background-position:center;
transition: 0.3s;
}
.callBackButtonCheckoutButtonCheckout>a:hover,.activityLinkImage:hover{
    transform: scale(1.2);
}
.linkAPartnersHEPLHome,
.linkAPartnersHFRHome,
.linkAPartnersHesSoValaisHome,
.linkAPartnersDBGEPHome,
.linkAPartnersGetsHome{
	align: center;
	width:20%;
	display:inline-block;
}
.linkAPartnersHEPLHome>div>a>div{
    width: 70%;
}
.formButtonButtonSubmitLogin>.formButtonContainer:hover>.shapeFormButton{
	background-color: #2b7589 !important;
}
.formButtonButtonSubmitLogin>.formButtonContainer>.shapeFormButton{
	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: #115365;
	background-repeat: repeat-x;
	border-radius: 4px;
}
.linkAPartnersHEPLHome>.linkContainer>a,
.linkAPartnersHFRHome>.linkContainer>a,
.linkAPartnersHesSoValaisHome>.linkContainer>a,
.linkAPartnersDBGEPHome>.linkContainer>a,
.linkAPartnersGetsHome>.linkContainer>a{
	width:65%;
	height:100%;
	text-align:center;
	vertical-align: middle;
}
/*Card *Tarifs*/
/*ACTUALITES*/
.centralNewsWhite{
	background-color: transparent !important;
	border: 0px solid transparent !important;
}
.lineElementNewsFirst{
	border: 0px solid transparent !important;
}
.lineElementNewsTitleFirst {
	color: #000000 !important;
	font-weight:bold !important;
	position: absolute !important;
	width: 100% !important;
	padding-left: 10px !important;
	padding-right: 10px !important;
	background-color: rgba(255,255,255,0.5) !important;
}
.lineElementNewsDescriptionFirst {
	color: rgba(0,0,0,0.6) !important;
	/*font-weight:bold !important;*/
}
.lineElementNews {
	width: calc(50% - 6px) !important;
	margin-left: 6px !important;
}
.lineElementNewsRight {
	margin-right: 6px !important;
	margin-left: 0px !important;
}
.lineElementNewsTitle{
	color: #000000 !important;
	font-weight:bold !important;
	position: absolute !important;
	left: 0px !important;
	width: 100% !important;
	padding-left: 10px !important;
	padding-right: 10px !important;
	background-color: rgba(255,255,255,0.5) !important;
}
.shapeImageImageLarge{
	max-height:650px;
	max-width:730px;
}
.divSlideTrackConceptTwo {
	border-bottom:10mv;
}
@media only screen and (min-width: 900px) and (max-width: 1400px){
	.serviceCard {
		width: 33%;
	}
	/*Discover*/
	.sliderArrow{
		height: 75px;
		width: 75px;
		top: calc(35% - 30px);
	}
	.sliderElementContent{
		top: calc(30% - 35px);
	}
	.contentTextContianer{
		padding: 36px;
		padding-left: 10%;
		padding-right: 10%;
		height: calc(40px + 72px);
	}
	.sliderElementCoursTitle{
		font-size: 35px;
	}
	.contentTextContianer{
		padding: 23px;
		height: calc(40px + 42px);
		padding-left: 10%;
		padding-right: 10%;
	}
	.sliderElementCoursTitle{
		font-size: 30px;
	}
	
	.cardContainerPulbicCourseTheme {
		width: calc(100% / 2 - 40px);
	}
}
@media only screen and (min-width: 1190px)  and (max-width: 1600px){
	.activityLinkImage{
		height:100px !important;
	}
}
@media only screen and (min-width: 940px)  and (max-width: 1350px){
	.topMenuLinksContainer>.prices,
	.topMenuLinksContainer>.about,
	.topMenuLanguageSelect{
		display:none;
	}
}
@media only screen and (max-width: 950px){ 
	.activityBodyPrices>.div{
		margin-top: 40px;
	}
	.serviceCard {
		width: 100%;
		margin-top: 1.5em;
	}
	.cardTitleContainer {
		font-size: 1.2em;
		width: 80%;
		margin-left: 10%;
		color: #ffffff;
		margin-top: 1em;
		border-radius: 5px;
		padding-top: 8%;
		padding-bottom: 19%;
	}
	.coverInscription {
		background: #fff !important;
	}
	/*PURCHASE*/
	.sliderArrowNewRight{
		right:10px;
	}
	.sliderArrowNewLeft{
		left:10px;
	}
	/*Discover*/
	.sliderArrow{
		height: 50px;
		width: 50px;
		top: calc(35% - 30px);
	}
	.sliderElementContent{
		top: calc(30% - 35px);
	}
	/*Discover*/
	.contentTextContianer{
		height: calc(65px + 42px);
		padding-left: 50px;
		padding-right: 50px;
	}
	.resourcesSliderCourseCanopy {
		padding-top: calc(100% * 4 / 4);
	}
	.sliderElementCoursTitle {
		font-size: 26px;
		max-height: 60px;
	}
	.divCategoryContainerDiscover,
	.divTabBarDiscover{
		display: none;
	}
	.divCategoryContainerDiscover{
		z-index: 35;
		background-color: white;
		height: 100%;
	}
	.divBarForPhoneDiscover{
		height: 82px;
		display: block;
		background-color:#115365;
		border-bottom:0.5px solid #115365;
		width: 100%;
		z-index: 60;
	}
	.seachLogoImage{
		width:45px;
		height:45px;
		float: right;
		margin-right: 40px;
		margin-top:16px;
		transition: 0.2s;
		cursor:pointer;
	}
	.categoryLogoImage:hover,.seachLogoImage:hover{
		transform: scale(1.2));
	}
	.divSliderSectionDiscover{
		width: 100%;
		height: auto;
	}
	.cardContainerPulbicCourseTheme {
		width: calc(100% - 40px);
	}
	.categoryLogoImage{
		width: 45px;
		height: 40px;
		float: left;
		margin-left: 40px;
		margin-top: 0px;
		transition: 0.2s;
		cursor: pointer;
	}
	.divRightCanopySection {
		padding: 15px;
	}
	.textSubTitleDiscover > .textShape,
	.textTitleCanopyDiscover > .textShape { 
		max-width: 500px;
		width: 100%;
	}
	.textTitleCanopyDiscover > .textShape{
		font-size:42px;
	}
	.textTitleCanopyDiscover > .textShape { 
		font-size:40px;
	}
	.inputBlocSubHeaderSearch{
		width: calc(100% - 48px);
	}
	.search{
		margin-right:0px!important;
		width:100%!important;
		max-width:  950px;
		padding-left:20px;
		padding-right:20px;
	}
	/*searchengine*/	
	.filterPhoneDeploy > .filterDeploy{
		max-width: 65%;
		background: white;
		width: 360px;
		height: 100%;
		padding-left: 25px;
		padding-right: 25px;
		transition: all 0.75s ease-in;
		z-index: 10;
		max-height: none;
		display: inline-block;
		overflow: scroll;
	}
	.filterFilter {
		transition: none;
	}
	.filterTitleContent {
		width: 100%;
	}
	.filter {
		width: calc(100%);
		text-align: left;
	}
	.filterPhoneDeploy {
		width: 100%;
		height: 100%;
		position: fixed;
		top: 48px;
		left: 0px;
		text-align: left;
		background-color: rgba(0, 0, 0, 0.3);
		z-index: 1010;
	}
	.filterPhoneDeploy > .divShowDiv {
		display:none;
	}
	.filterBackToHome {
		cursor: pointer;
		padding-top: 25px;
		font-size: 15px;
		display:block;
	}
	/*
	.filterPhoneDeploy > .filterDeploy::-webkit-scrollbar {
		width: 12px;
	}
	.filterPhoneDeploy > .filterDeploy::-webkit-scrollbar-track {
		-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
		border-radius: 10px;
	}
	.filterPhoneDeploy > .filterDeploy::-webkit-scrollbar-thumb {
		border-radius: 10px;
		-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
	}
	*/
	.cardLongContainerPulbicCourseContainer {
		position: relative;
		max-width: 1280px;
		width: calc(100%);
		height: auto;
		overflow: hidden;
		background-color: #fff;
		display: inherit;
		text-align: left;
		cursor: pointer;
		margin: auto;
		margin-top: 1rem;
		border: 1px solid transparent;
		padding-top: 0px;
		border: 2px solid #efefef;
		border-radius: 4px;
		transition: 0.25s;
		text-align: left;
	}
	.sliderPubliCoursePublicCardCourse {
		width: 60%;
		width: 100%;
	}
	.newImage {
		position: relative;
		background-position: center;
		background-repeat: no-repeat;
		background-size: contain;
		max-width: 100%;
		max-height: 130px;
	}
	.imageContainerCours {
		display: inline-block;
		vertical-align: top;
		height: 100%;
		text-align: center;
		height: auto;
	}
	.newLongCardSubSection {
		margin-left: 0px;
		width: 100%;
	}
	.titleLongCardCoursTheme {
		width: 100%;
	}
	.cardLongContainerPulbicCourseTheme {
		border-top: 0px ;
		padding-bottom: 15px;
	    padding-top: 15px;
	}
	.textCategoryBold{
		font-weight:bold;
	}
	.containerCategories{
		display:none;
	}
	.containerCategoriesPhone{
		
	}
	.lineCategoryMenuCommeBack>.categoryLine::before {		
		background: url("/ressources/img/intkn_arrow_back.svg") no-repeat;
		content: "";
		width: 20px;
		height: 20px;
		display: inline-block;
		vertical-align: middle;
		margin-left: 0px;
		padding-left: 0px;
	}
	.textCategory {
		display: inline-block;
		line-height: 20px;
		vertical-align: top;
		padding-left: 15px;
		vertical-align: middle;
	}
	.listCategoryTopMenuPhone {
		width: 100%;
		max-width: 60%;
		background: white;
		width: 360px;
		height: 100%;
		transition: all 0.75s ease-in;
		z-index: 10;
		max-height: none;
		display: inline-block;
		overflow: scroll;
		margin-top: 0px;
	}
	.lineCategoryMenu {
		width: 100%;
		padding-left: 10px;
		padding-right: 10px;
	}
	.lineCategoryMenuCommeBack{
		background-color: #f6f6f6;
	}
	.containerCategoriesPhone {
		display: block;
		height: 100%;
		position: fixed;
		top: 48px;
		left: 0px;
		text-align: left;
		background-color: rgba(0, 0, 0, 0.3);
		z-index: 1010;
		width: 100%;
	}
	.logoCategory{
		display:none;
	}
	.divCardSectionSearchengine {
		margin-top: 0px;
	}
	.categoryLogoImage {
	 margin-left: 0;
	}
	.textShowNow {
		line-height: 40px;
		vertical-align: top;
		margin-top: 0px;
	}
	.deployNow {
		width: 100%;
		height: 75px;
		display: inline-block;
	}
	.displayNoForPhoneGreyContainer {
		display:none;
	}
	.filterPhoneDeploy>.displayNoForPhoneGreyContainer {
		display:inline-block;
		max-width: 35%;
		height: 100%;
		width: 35%;
		overflow: -moz-hidden-unscrollable;
	}
	.filterFilterSearchengine {
		display:none;
	}
	.filterPhoneDeploy>.filterFilterSearchengine{
		display: inline-block;
		position: absolute;
		top: top;
		top: 0px;
	}
	.filterPhoneDeploy>.displayNoForPhoneGreyContainer {
		display:inline-block;
		height: 100%;
		overflow: -moz-hidden-unscrollable;
		max-width: 100%;
		width: 100%;
	}
	.imageContainerCours {
		width: 100%;
		
	}
	
}

@media only screen and (max-width: 960px) {	
	.divSlidersSectionHome, .divSlidersSectionTwoHome,
	.divSlidersSectionAbout, .divSlidersSectionTwoAbout {
		padding-left:20px;
		padding-right:20px;
	}
}
@media only screen and (max-width: 725px){
	.linkContainerRebuildPages{
		width:200px;
		max-width:none;
		min-width:0px;
	}
	/*Discover*/
	.commentContainer {
		display:none;
	}
	.search{
		margin-right:10px;
		width: calc(100% - 20px);
	}
	.topMenuLogoCategory{
		display:none;
	}
}