/*EXTRA*/
.sliderFastAccessPoint {
    border: 3px solid rgba(132, 189, 0, 0.9);
    background-color: #fff;
}
.sliderFastAccessPointSelected {
    border: 3px solid rgba(132, 189, 0, 1);
    background-color: rgba(132, 189, 0, 1);
}
.divTopSection {
    flex-flow: column;
    justify-content: space-between;
    align-items: end;
}
.labelLinkToPharm,
.labelLinkToTraining {
    margin-top: 1rem;
    font-size: 1rem;
}
.resourcesSliderContainer {
    display: block;
    position: relative;
    width: 100%;
    padding-top: calc(100% * 5 / 19);
    height: 0px;
    background-color: #b8b8b8;
    max-width: none;
}
.sliderAllElementsContainer {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0px;
}
.sliderElementAccessButton {
    background-color: rgb(132, 189, 0) !important;
    color: #fff;
    border: 1px solid rgb(132, 189, 0) !important;
}
.sliderElementAccessButton:hover {
    background-color: rgb(132, 189, 0) !important;
    color: #fff;
    border: 1px solid rgb(132, 189, 0) !important;
}
.sliderElementTitle {
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
    background-color: rgba(0, 0, 0, 0.68);
    padding: 20px;
}
.sliderElementDescription {
    display: none;
}

.activitiesBodyContainer {
    background-color: #fff;
}
.topMenu {
    line-height: 150px;
}
.actorPortraitName {
    color: rgb(132, 189, 0);
}
.topMenuLogoIcon {
    height: 142px;
    width: 142px;
    padding-right: 5px;
}
.topMenuLinksContainer {
    vertical-align: bottom;
    line-height: 60px;
}
.topMenuLanguageSelect {
    line-height: 60px;
    vertical-align: bottom;
    margin-bottom: 0px;
}
.languageSelectInline {
    line-height: 61px;
    height: 61px;
}
.topMenuActivityLinkSelected {
    color: rgb(132, 189, 0) !important;
    font-weight: bold !important;
    border-bottom: none;
    background-color: transparent !important;
}
.colorCorporate,
.textShapeSupportTitle,
.languageSelectInlineOptionSelected,
.languageSelectInlineOption:hover,
.activityLink:hover,
.textNameCorporate div,
.textTitleAbout div,
a:focus {
    color: rgb(132, 189, 0);
}
.languageSelectInlineOptionSelected {
    color: rgb(132, 189, 0) !important;
}
.helpTabContainer {
    top: 165px;
}
.activitiesBodyContainerWithTopMenu {
    margin-top: 150px;
    min-height: calc(100vh - 150px);
}
.coverFormCoverImage {
    background-attachment: inherit;
    background-position: left top;
}
.helpTabLeftSection {
    background-color: #68736c;
    border-bottom: #68736c;
}
.footer {
    background-color: #68736c;
    border-top: 1px solid #68736c;
}
.textCommentBeforSingupSignup > .textShape {
    display: inline-block;
    text-decoration-line: none;
    text-decoration: none;
    cursor: pointer;

    color: #7f7c7b;
    padding-bottom: 20px;
    font-size: 16px;
    line-height: 1.5;
}
/*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%;
}
.colorTextSignup,
.windowPopupTitle {
    color: rgb(132, 189, 0);
}
/*CONTACT*/
.addressSection {
    text-align: right;
    padding-right: 200px;
    height: auto;
    padding-bottom: 2em;
}
.textEntrepepriseContact > .textShape {
    font-size: 23px;
    padding-bottom: 10px;
    color: rgb(132, 189, 0) !important;
    margin-top: 45px;
}
.addressContent {
    font-size: 18px;
    padding-bottom: 0px;
    line-height: 1.5;
}
.phoneAdress {
    font-size: 18px;
}

.textTitleContanctUsContact > .textShape {
    margin: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 0px;
    width: 100%;
    font-size: 25px;
    line-height: 1;
    height: auto;
    color: rgb(132, 189, 0) !important;
    position: relative;
    text-align: left;
    margin-top: 45px;
}
.textTitleContanctUsContact {
    margin-left: 120px;
}
.linkEmailContactContact > .linkContainer,
.linkLinkToPharmContact > .linkContainer {
    text-align: right;
}
.linkEmailContactContact > .linkContainer > .activityLink,
.linkLinkToPharmContact > .linkContainer > .activityLink {
    transition: 0.5s;
    font-size: 18px;
    color: black;
    line-height: 1.5;
}
.divBottomSectionContact {
    padding-top: 15px;
}
.linkEmailContactContact > .linkContainer > .activityLink:hover,
.linkLinkToPharmContact > .linkContainer > .activityLink:hover {
    transform: scale(1.1);
}
/*ACCUEIL*/

.activityBodyContact {
    width: 100%;
    position: absolute;
    height: calc(100vh - 150px);
    top: 150px;
    left: 0px;
    min-height: auto;
}
.map {
    position: relative;
    height: 64%;
    left: 0px;
    top: 0px;
}
#map {
    height: 100%;
    position: absolute;
    width: 100%;
    top: 0px;
    left: 0px;
    margin: 0px;
}
/*canopySlider*/
.SliderWithAnimationCanopyHomeHome {
    display: block;
    position: relative;
    width: 100%;
    padding-top: calc(100% * 5 / 19);
    height: 0px;
    background-color: #b8b8b8;
}
.canopySliderContentHome {
    display: contents;
    top: 0px;
    position: absolute;
    height: 300px;
    height: 100%;
    width: 100%;
    display: block;
    top: 0px;
    background-size: cover;
}
.sliderElementTitle::first-letter {
    text-transform: inherit;
    font-size: 43px;
    padding-right: 0px;
}
.sliderArrow {
    display: none;
}
/*CONNEXION*/
.imageFormImageLogin > .shapeImageContainer > .shapeImageImageImg {
    max-width: 190px;
    max-height: 190px;
}
.logoConnexion {
    width: 160px !important;
}
/*SUPPORT*/
.titleSupport,
.textPhoneSupport {
    color: rgb(132, 189, 0) !important;
}
.buttonMail,
.windowPopupButtonSupport,
.windowButtonAccess {
    background-color: rgb(132, 189, 0);
}
.buttonMail:hover,
.windowPopupButtonSupport:hover,
.windowButtonAccess:hover {
    background-color: #4fa4bb !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;
}
/*check*/

.divLongTextSection {
    padding-top: 75px;
    padding-bottom: 100px;
}
/*Canopy*/
.activityBody {
    max-width: 100%;
    background: white;
}
.linkContainer {
    background-color: white;
    outline: 0;
}
.gratuitLinkContainer {
    background-color: transparent;
    border-bottom: 0px;
}
.signup {
    background-color: rgb(132, 189, 0);
    line-height: 40px;
    height: 40px;
    color: #fff;
    border-radius: 4px;
    padding-left: 0.9em;
    padding-right: 0.9em;
    display: inline-block;
    margin: 5px;
}
.signupLinkContainer {
    background-color: transparent;
}
.signupActivityLink {
    background-color: #ff9800 !important;
    border: 1px solid #c97c09 !important;
    border-radius: 4px;
}
.textShapeTitleService {
    color: #097684;
    display: inline-block;
    font-size: 1em;
}
.languageSelectInlineOptionSelected {
    font-weight: bold;
    color: #046b79;
    cursor: pointer;
    width: 40px;
    text-align: center;
}
.cardTitleContainer {
    height: 150px;
}
.suggestionSponsorsBlocTitle:after {
    content: "";
    position: absolute;
    top: 0;
    width: 0;
    height: 0;
    border-style: solid;
}

.divSectionPartnersLineSideHome {
    display: inline-block;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #f2f2f2;
}
.suggestionSponsorsBlocTitle:after {
    right: -10px;
    top: 26px;
    border-width: 6px 6px 6px 6px;
    border-color: #bad049 #f5f5f5 #f5f5f5 transparent;
}
/*menu*/
.signup:hover {
    background-color: #4fa4bb;
}
.signupLinkContainer > a {
    background-color: #ff9800 !important;
    border: 1px solid #c97c09 !important;
}
.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);
}

.callBackButtonLoginButtonHome > a,
.helpTabRightSectionButton,
.contactsupportLinkContainer > a {
    color: #ffffff;
    background-color: #68736c !important;
    border: 1px solid #68736c !important;
}

.shapeFormButton,
.forgotPassButtonActivityLink > a,
a.contactSupportButtonActivityLink,
a.accessPlatformButtonActivityLink,
.linkContactButtonHome > .LinkContainer > a,
.linkContactButtonHome > .contactusLinkContainer > a,
.callBackButtonContactButton > a,
.buttonShapedActivityLink > a,
.callBackButtonContactButtonSupport > a,
.forgotPassButtonLinkContainer > a {
    color: #ffffff;
    background-color: rgb(132, 189, 0) !important;
    border: 1px solid rgb(132, 189, 0) !important;
}
.callBackButtonContactButtonSupport > a {
    color: #ffffff;
    background-color: #000000 !important;
    border: 1px solid #000000 !important;
}
.shapeFormButton:hover,
.forgotPassButtonActivityLink > a:hover,
a.contactSupportButtonActivityLink:hover,
a.accessPlatformButtonActivityLink:hover,
.linkContactButtonHome > .LinkContainer > a:hover,
.linkContactButtonHome > .contactusLinkContainer > a:hover,
.callBackButtonContactButton > a:hover,
.buttonShapedActivityLink > a:hover,
.callBackButtonContactButtonSupport > a:hover,
.forgotPassButtonLinkContainer > a:hover {
    background-color: #000000;
}
.divPhoneSectionSupport,
.divEmailSectionSupport {
    min-height: 278px;
}

.textShapeTitleRightSection,
.textShapeTitleLeftSection {
    color: rgb(132, 189, 0);
    border-bottom: 1px solid rgb(132, 189, 0);
    width: 100%;
}

/*.activityBodySupport>div{
	background-color:white;
}*/
.shapeWindowTitle {
    background-color: rgb(132, 189, 0);
}
.shapeWindowTitleText {
    color: white;
}
.shapeFormButton {
    color: #fff;
    background-color: rgb(132, 189, 0) !important;
    border: 0px !important;
}
.formButtonButtonSubmitLogin > .formButtonContainer:hover > .shapeFormButton {
    /*background-color: #4fa4bb !important;*/
}
.shapeFormButton:hover {
    /*background-color: #4fa4bb !important;*/
}
.contactsupportLinkContainer > a:hover {
    background-color: #4fa4bb !important;
    transform: scale(1.1);
}
.divTitleTitleBannerHome,
.divBanner {
    border-top: 1px solid rgb(132, 189, 0) !important;
    border-bottom: 1px solid rgb(132, 189, 0) !important;
}
.titleData,
.textTitleBanner > .textShapeTitleData {
    color: #68736c;
}
.textSubTitleBanner > .textShapeTitleData {
    width: 100%;
    color: #ffffff;
    font-size: 1.8em;
    margin-top: 1em;
}
.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);
}

.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: rgb(132, 189, 0) !important;
    background-repeat: repeat-x;
    border-radius: 4px;
    border: 0px !important;
}
.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*/
.divBorderPrices {
    height: 10px;
}
.activityBodyPrices {
    padding-bottom: 8.5em;
}
.tileCardImg {
    width: 2.9em;
    height: 2.9em;
    margin-left: 38%;
    box-sizing: border-box;
    background-size: 100% auto;
}
.cardTitleContainer {
    text-align: center;
}
.divServiceCardPrices {
    text-align: left;
}
.serviceCard {
    position: relative;
    width: 20%;
    background-color: transparent;
    display: inline-block;
    text-align: center;
    margin-bottom: 100px;
}
.cardTitle {
    position: relative;
    width: 100%;
    background-color: transparent;
    text-align: center;
    font-weight: normal;
}
.titleContainer {
    text-align: center;
}
.linkContactButtonPrices {
    padding-top: 3%;
}
.cardTitle > .titleContainer {
    height: auto;
}
.titleContainerUpCard {
    font-size: 1.8em;

    text-align: center;
}
.subTitleContainerUpCard {
    font-size: 1.2em;

    text-align: center;
    border-top: none;
}
.cardTitleContainer {
    font-size: 1.2em;
    width: 80%;
    margin-left: 10%;
    color: #ffffff;
    margin-top: 1em;
    border-radius: 5px;
    padding-top: 8%;
    padding-bottom: 8%;
}
.tileCard {
    font-size: 1.1em;
    color: #ffffff;
}
.subTileCard {
    font-size: 0.7em !important;
    color: #ffffff;
}
.textServiceTitlePrices {
    padding-bottom: 70px;
}
.activityBodyPrices > .div > .html {
    display: inline-block;
    width: 100%;
    font-size: 18px;
    color: #7f7c7b;
    margin-top: 2em;
    line-height: 30px;
    padding-bottom: 3em;
}
.activityBodyPrices > .div > .text {
    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;
}
.activityBodyPrices > .div {
    width: 100%;
    padding-left: 5%;
    padding-right: 5%;
}
/*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;
}
/*
put in external
.htmlLongTestHome {
    padding: 0px;
}
*/
@media only screen and (min-width: 900px) and (max-width: 1200px) {
    .serviceCard {
        width: 33%;
    }
    .divSlidersSectionTwo,
    .divSlidersSection {
        padding-right: 15px;
        padding-left: 15px;
    }
}
@media only screen and (min-width: 960px) and (max-width: 1200px) {
    .topMenuLinksContainer > .topMenuActivityLink:first-child {
        display: none;
    }
}
@media only screen and (min-width: 1190px) and (max-width: 1600px) {
    .activityLinkImage {
        height: 100px !important;
    }
}
@media only screen and (max-width: 1200px) {
    .helpTabContainer {
        top: 165px;
    }
    .languageSelectInline {
        display: none;
    }
}
@media only screen and (max-width: 1080px) {
    .divTopSection {
        flex-flow: column;
        justify-content: space-between;
        align-items: center;
    }
    .textEntrepepriseContact > .textShape {
        margin-top: 1em;
    }
    .textTitleContanctUsContact > .textShape {
        margin-top: 0px;
        font-weight: bold;
        text-align: center;
        padding-top: 2em;
    }
    .linkEmailContactContact > .linkContainer,
    .linkLinkToPharmContact > .linkContainer {
        text-align: center;
    }
    .addressSection {
        text-align: center;
        padding-right: 0px;
        padding-left: 0px;
    }
    .textTitleContanctUsContact {
        margin-left: 0px;
    }
    .topMenuMorphMenuClosed {
        max-height: 150px !important;
        border-width: 0;
    }

    .divSlidersSectionTwo,
    .divSlidersSection {
        padding-right: 15px;
        padding-left: 15px;
    }
    .topMenuMorphMenu {
        max-height: 580px;
    }
}
@media only screen and (max-width: 780px) {
    .htmlLongTestHome {
        padding-top: 20px;
    }

    .topMenuMorphMenu {
        max-height: 500px;
    }
    .divLongTextSection {
        padding-top: 45px;
    }

    .topMenuMorphMenuButton {
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        height: 50px;
        width: 60px;
        padding-right: 5px;
        text-align: right;
        cursor: pointer;
    }
    .topMenuMorphMenuButtonImg {
        max-height: 40px;
        display: inline-block;
        margin-top: 5px;
    }
    .topMenuMorphMenuClosed {
        max-height: 140px;
        overflow: hidden;
    }
    .topMenuActivityLink {
        display: block;
        line-height: 50px;
        text-align: center;
    }
    .topMenuLinksContainer,
    .topMenuLanguageSelect {
        opacity: 1;
        transition: 0.5s;
        width: 100%;
    }
    .serviceCard {
        width: 100%;
        margin-top: 1.5em;
    }
    .coverInscription {
        background: #fff !important;
    }
    /*PURCHASE*/
    .sliderArrowNewRight {
        right: 10px;
    }
    .sliderArrowNewLeft {
        left: 10px;
    }
    .topMenuMorphMenuClosed {
        max-height: 140px;
    }

    .divContainerTextSectionContact {
        padding: 15px;
    }

    .divLeftSection {
        padding-top: 0em;
    }
}
@media only screen and (max-width: 570px) {
    .textShapeTitleRightSection {
        margin-bottom: 0px;
    }
    .divActorsSection {
        padding-top: 70px;
    }
    .divSlideCardSection {
        margin-top: 1em;
    }
    .linkContainerRebuildPages {
        width: 200px;
        max-width: none;
        min-width: 0px;
    }
}
