html{
    overflow-x: hidden;
}

#sizeBracket{
    width: 1px;
}

.siteWidth,
.siteWidth.extraWide
{
    width: 100%;
    padding-left: 25px;
    padding-right: 25px;
}

.col-1-3,
.col-1-4,
.col-2-3,
#description .col-2-3
{
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
}

.fakeFixedBg{
    top: 48px;
    height: 100% !important;
    height: 105vh !important;
}

.desktopOnly{
    display: none !important;
}

.notDesktop{
    display: inherit !important;
}

.mobileOnly{
    display: inherit;
}

.mobileOnly.table{
    display: table !important;
}

.notMobile{
    display: none !important;
}

.tabletOnly{
    display: none !important;
}

.mobileHide{
    display: none!important;
}

header{
    height: 50px;
    margin-top: -1px;
}

.mobileMenu button{
    width: 100%;
    height: 100%;
    display: block;
}

.mobileMenu-searchButton button{
    text-indent: -200%;
}

.subMenu-leftCell .rightPadding,
.subMenu-leftCell .leftPadding
{
    padding-right: 0;
    padding-left: 0;
}

.mainCell{
    padding-top: 0;
}

.linkWrapper {
    margin-top: 20px;
}

/* Mobile search */

#searchBarContainer{
    position: relative;
}

.SearchButton{
    background-color: #2f2f2f;
    width: 25%;
}

#desktopMenu{
    z-index: 0;
}

.mobileMenu{
    z-index: 10;
}


/* Not logged in */

.mobileMenu-loggedOut-content{
    display: none;
}


.loggedOutMenu .mobileMenu-companyLogo.mobileMenu-companyLogo{
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    width: 25%;
    cursor: pointer;
    height: 50px;
}

.mobileMenu-loggedOut-hamburger{
    position: absolute;
    top: 0;
    right: 0;
    width: 25%;
    height: 50px;
    background-color: #e6e6e6;
}

.mobileMenu-loggedOut-hamburger button{
    height: 100%;
    width: 100%;
}

.mobileMenu-loggedOut-content{
    position: absolute;
    top: 50px;
    right: 0;
    width: 100%;
    max-width: 200px;

    background-color: white;

}

.loggedOutMenu header ul{
    margin-left: 0;
}

.loggedOutMenu .mobileMenu-loggedOut-content li{
    width: 100%;
    display: block;
    float: none;
}

.loggedOutMenu .mobileMenu-loggedOut-content li a{
    color: #888888;
    margin: 0;
    padding: 16px 0 16px 20px;
    display: block;
    border-left: none;
    line-height: 16px;
    line-height: 1.6rem;
    font-size: 16px;
    font-size: 1.6rem;
    height: auto;
    background-color: white;
    border-bottom: solid #e6e6e6 1px;
    text-align: left;
}

.isLoggedOut .mobileMenu-loggedOut-content li a.last{
    border-bottom: none;
}


.loggedOutMenu .companyLogo{
    width: 50%;
    height: 80px;
    background-size: 25px;
}


.mobileMenu-companyLogo .svgWrapper,
.loggedOutMenu .companyLogo .svgWrapper
{
    background-image: url("img/valero_mobile.png");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    width: 25px;
    height: 35px;
    margin: auto;
}

.mobileMenu-companyLogo .svgWrapper_fr_med,
.loggedOutMenu .companyLogo .svgWrapper_fr_med,
.mobileMenu-companyLogo .svgWrapper_en_med,
.loggedOutMenu .companyLogo .svgWrapper_en_med
{
    background-image: url("img/valero_mobile.png");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    width: 65px;
    height: 60px;
    margin: auto;
}

.loggedOutMenu .companyLogo .svgWrapper,
.loggedOutMenu .companyLogo .svgWrapper_en_med,
.loggedOutMenu .companyLogo .svgWrapper_fr_med{
    height: 47px;
}


/* - */

.clearMenu{
    height: 48px;
}

.pageSection,
.pageSection.pageSection-last
{
    overflow: hidden;
    height: auto;
}

.pageSection-background{
    display: none;
}

.pageSection-first .pageSection-background{
    display: block;
    position: relative;
    height: 270px;
}

.articlePreview-imageContainer{
    display: none;
}

.pageSection-overlay{
    position: absolute;
    left: 0;
    width: 100%;
    height: 270px;
    padding: 0 20px;
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.7);
}

.articlePreviews{
    display: block;
    width: 100%;
}

.articlePreviews-row{
    display: inline;
}

.articlePreview.featured .articlePreview-top {
    position:relative;
    margin-top: 0;
    top: 0;
}

.cell-1-3{
    display: block;
    width: 100%;
}

.fixedBgNotDesktop{
    background-attachment: fixed;
}

.pageSection-overlay .tableCell{
    vertical-align: middle;
}

.pageSection-splash,
.bigTitle,
.mediumTitle,
.genericContent-title.bigTitle
{
    margin-top: 0;
    font-size: 30px;
    font-size: 3rem;
    line-height: 35px;
    letter-spacing: 0;
}

.mediumTitle{
   margin-top:60px;
}

.bigTitle{
    margin-left: -2px;
	padding-bottom: 0;
}

.searchResultIntro .bigTitle{
    padding-top: 35px;
}

.searchResultIntro p{
    padding-bottom: 35px;
}


.pageSection-splash .highlight,
.pageSection-splash .textInjection
{
    font-size: 30px;
    font-size: 3rem;
    line-height: 35px;
    line-height: 3.5rem;
    letter-spacing: 0;
}

.linkBlock-message{
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 20px;
    line-height: 2rem;
    padding: 15px 10px;
    text-align: left;
}

.pageSection-content{
    height: auto;
    margin-bottom: 0;
    position: relative;
}

.pageSection-infoBlock{
    display: none;
}

[class*="separatorBlock-"]
{
    margin: 10px 0 20px;
    width: 16px;
    height: 2px;
}

.pageSection-mobile-title{
    font-size: 30px;
    font-size: 3rem;
    letter-spacing: 2px;
    padding: 25px 16% 25px 5%;
    background-image: url("img/arrow_white.png");
    background-repeat: no-repeat;
    background-position: 95% 50%;
    font-weight: 400;
}


.articlePreview-arrow
{
    width: 75px;
}



.articlePreview-title
{
    padding: 12px 20px 10px;
}

.articlePreview-header{
    height: auto;
    width: 100%;
}

.articlePreview-title,
.articlePreview h3
{
    text-align: left;
    color: #383738;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 400;
}

.articlePreview-title
{
    border-top: solid #e6e6e6 1px;
}

.backToTopWrapper{
    border-top: solid #e6e6e6 1px;
    padding: 30px 0;
}

.articlePreview-arrow
{
    border-top: solid #181818 1px;
}

.articlePreview-arrow img{
    padding: 24px 0 23px;
}

.searchWords{
    display: block;
    margin: 5px 0 0 30px;
}

.searchResult.firstLink .articlePreview-title,
.searchResult.firstLink .articlePreview-arrow
{
    border-top: none;
}

.pageIntroColourOverlay{
    padding: 35px 0;
}

.pageSection-content,
.pageSection.pageSection-last .pageSection-content
{
    bottom: 0;
    margin-bottom: 0;
}

.searchResults-buttonWrapper{
    margin: 10px 75px;
    width: auto;
}

.searchResults-buttonWrapper button{
    display: inline-block;
    max-width: 100%;
}

.searchResults-moreResults,
.searchResults-moreResults:hover
{
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 15px;
    line-height: 1.5rem;
    border: solid #848484 3px;
    color: #848484;
    background: none;
}

.searchResultIntro .separator{
    display: none;
}

/* --- Sub menus ------------------------------------- */

.searchButtonWrapper svg{
    position: relative;
    width: 80px;
    margin: auto;
}

.subMenu-mobile-nav{
    position: absolute;
    top: -350px;
    left: 0;
    width: 100%;

    background-color: white;



}

.subMenu-mobile-nav a
{
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 200;
    text-transform: uppercase;
    padding: 12px 0 10px 20px;
    display: block;
    border-bottom: solid #e6e6e6 1px;
}

.subMenu-mobile-nav-smaller{
    display: flex; 
	flex-wrap: wrap;
    background-color: #e6e6e6;
}

.subMenu-mobile-nav-smaller li{
    float: left;
    width: 50%;
    border-bottom: solid #cfcfcf 1px;
}

.subMenu-mobile-nav-smaller li.borderRight{
    border-right: solid #cfcfcf 1px;
}

.subMenu-mobile-nav-smaller a{
    padding-right: 20px;
    text-align: center;
}

.subMenu-mobile-search{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 40px;
}


/* Sub menu */
.tableCell-onTablet{
    display: table-cell;
}

.subMenu-leftCell
{
    display: block;
    width: 100%;
}

.subMenu-leftCell .colPadding{
    padding-left: 0;
}

.subMenu-leftCell .col-1-2{
    display: block;
    width: 100%;
}

.subMenu-leftCell
{
    padding-top: 25px;
    padding-bottom: 15px;
}

.subMenu-leftCell .colWidth{
    padding: 0 25px;
}

.subMenu-rightCell{
    display: table;
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
}

.subMenu-rightCell .colWidth{
    display: table-row;
}

.subMenu-rightCell .titleIcon-user,
.subMenu-rightCell .tableCell-onTablet
{
    display: block;
    width: 100%;
    vertical-align: middle;
    text-align: center;
}

.subMenu-rightCell .titleIcon-user{
    padding: 0 20px 0 90px;
    background-position: 60px 46%;
    line-height: 17px;
    font-size: 17px;
}

.subMenu-rightCell .tableCell-onTablet{
    padding-right: 0;
    text-align: center;
}


.subMenu-myProfile .linkBlock{
    margin-left: 0;
}


.linkBlock.linkBlock-containerWidth .linkBlock-icon{
    background-color: #3e3e3e;
}

.linkBlock.linkBlock-containerWidth .linkBlock-message{
    padding-left: 25px;
    padding-right: 25px;
}


.subMenu-leftCell .col-1-2.left {
    padding-right: 0;
}


.subMenu-leftCell{
    font-size: 14px;
    font-size: 1.4rem;
}

.subMenu-leftCell [class*="separatorBlock-"]{
    display: none;
}

.subMenu-myProfile ul {
    padding: 10px;
}

.subMenu-leftCell .bigText-subMenu{
    display: block;
    margin: 5px 0;
}

.subMenu-leftCell .bigText-subMenu a{
    display: block;
    padding-right: 50px;
    margin-right: 0;
    background-repeat: no-repeat;
    background-position: 100% 10px;
    background-image: url('img/arrow_red.png');
}

/* --- Footer ---------------------------------------- */

#footerWidgets{
    display: table;
}

[class*='footerWidget-'] {
    padding: 20px 20px;
}

#footerWidgets .colRow > .tableCell{
    display: block;
    width: 100%;
}

#footerWidgets .tableRow{
    width: 100%;
}

#footerWidgets li a{
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 40px;
    line-height: 4rem;
}

#footerWidgets ul{
    margin-top: 20px;
}

footer{
    display: block;
    height: auto;
    padding: 0;
}

footer .tableCell
{
    text-align: center;
    padding: 30px 10px;
    line-height: 20px;
    line-height: 2rem;
}

footer .tableCell.last{
    padding: 10px 0;
}

footer .border-bottomRight{
    border-right: solid #4d4d4d 1px;
    border-bottom: solid #4d4d4d 1px;
    width: 50%;
}

footer .border-bottom{
    border-bottom: solid #4d4d4d 1px;
    width: 50%;
}

footer .svgWrapper{
    height: 60px;
    padding-right: 3px;
}

footer svg{
    width: 40px;
    height: 47px;
}

footer .table{ /* ie9 fix */
    width: 100%;
}

.widget-titleLink{
    margin-right: 10px;
}

.emptyNewsBlock{
    display: none;
}


.titleOnImage-sectionName{
    font-size: 20px;
    font-size: 2rem;
    letter-spacing: 1px;
}

.titleOnImage-title{
    font-size: 30px;
    font-size: 3rem;
    letter-spacing: 1px;
}

/* Search results */

.searchResult{
    width: 100%;
}

.articlePreview
{
    height: auto;
}

.articlePreview-content
{
    display: none;
}

.articlePreview-top{
    position: relative;
    height: auto;
}

/* Generic page elements */

.articleTitle{
    padding: 40px 0 15px;
    letter-spacing: 0;
}

.csscolumns [class*="textColumns-"]{
    -webkit-column-count: 1;
       -moz-column-count: 1;
            column-count: 1;

    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
}

.newLineOnMobile{
    display: block;
}

.relatedLinks {
    margin-top: 20px;
}

.newLineOnMobile{
    padding: 5px 0 10px 25px;
}

.pageIntro-authorPhoto{
    display: block;
}

.pageIntro-info{
    display: block;
    margin-top: 20px;
}

.pageIntro-contentWrapper,
.blackAndWhiteCol-left,
.blackAndWhiteCol-right
{
    display: block;
    width: 100%;
    padding: 35px 30px;
}

.genericContent-title{
    padding-bottom: 20px;
}

.genericContent ul{
    margin-top: 10px;
}

.genericContent li {
    padding: 0 0 20px 30px;
}

.breadcrumb,
.breadcrumb a,
.linkWrapper,
.linkWrapper a
{
    line-height: 12px;
    line-height: 1.2rem;
}


/* User content */

.pagePadding{
    padding-bottom: 20px;
}

.userContent.userContent.userContent img{
    width: 100%;
    height: auto;
    float: none;
    padding-right: 0;
    padding-left: 0;
}

.userContent a, .userContent li, .userContent p, .userContent {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 23px;
    line-height: 2.3rem;
}


/* Related content */

.relatedArticles-infoBlock,
.relatedArticles .articlePreview
{
    width: 100%;
    clear: both;
}

.relatedArticles-message br{
    display: none;
}

.relatedArticles-message .inlineBlock{
    display: block;
}

.relatedArticles-message .arrowBackground{
    display: none;
}

.relatedArticles-messageWrapper{
    height: auto;
    display: table;
    width: 100%;
    padding: 25px 20px;
}


.relatedArticles-message .lastWord{
    font-size: 30px;
    font-size: 3rem;
    line-height: 33px;
    line-height: 3.3rem;
}

.relatedArticles-messageContainer{
    width: 100%;
}

[class*="endArrow-"]{
    background-position: 100% 50%;
    margin-right: 10px;
}

/* Health score */

#page-healthReport .scoreCircleContainer[data-size="big"] .scoreCircle{
    margin-left: auto;
}

.healthReport-subScores .col-1-2{
    width: 100%;
    padding-right: 0;
}

#page-healthReport .siteWidth {
    padding-top: 20px;
}

#page-healthReport .leftCol,
#page-healthReport .rightCol
{
    width: 100%;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    float: none;
}

#page-healthReport .rightCol{
    margin-top: 30px;
}


/* --- LOGIN -------------------------------------- */

.pageIntro-transparentMenu.pageIntro{
    padding-top: 40px;
}

.isLoggedOut .pageIntro-transparentMenu .pageIntroTextOnImage {
    padding: 0;
    margin: 0;
}

.isLoggedOut .pageIntroTextOnImage{
    padding: 80px 0 25px;
}


.login-offsetIntro{
    margin-left: 0;
    padding: 75px 25px 25px;
}

.loginForm{
    position: relative;
    width: 100%;
}

.loginForm
{
    padding: 25px;
}

.login-changeBgPosOnMobile{
    background-position: 70% 0%;
}




/* --- CONTACT FORM ---------------------------------------- */

.contactUser {
    width: 100%;
    padding-right: 0;
    float: none;
}

.contactMessage {
    width: 100%;
    float: none;
}

.isLoggedOut-pageIntro {
    padding: 80px 0 20px;
}

.contactForm .cell-1-2,
.formOnBg .cell-1-2.left,
.contact-photo,
.contact-content
{
    display: block;
    padding-right: 0;
    width: 100%;
}

.contact-photo{
    margin-bottom: 30px;
}


.contactForm .linkBlock{
    margin-top: 5px;
    width: 100%;
}

.formOnBg {
    padding: 25px 0;
}

.blackAndWhite-intro .genericContent-title-iconCol{
    display: none;
}

.blackAndWhite-intro .genericContent-title{
    padding-bottom: 10px;
}


.blackAndWhite-intro .genericContent-subSubTitle{
    padding: 20px 0;
}

.blackAndWhite-intro .blackAndWhiteCol{
    padding-top: 25px;
    padding-bottom: 25px;
}

.isLoggedOut{
    margin-top: -2px;
}

/* --- Health report detail ---------------------------------- */

.healthDetails-all
{
    min-height: 1850px;
}

.healthReport-popup{
    min-height: 1750px;
}

.cell-2-5.healthReport-popup-leftCol,
.cell-3-5.healthReport-popup-rightCol
{
    display: block;
    width: 100%;
}

.healthReport-feedBackPoints td.right,
.healthReport-feedBackPoints td.left
{
    display: block;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
}

.healthReport-feedBackPoints td.left ul{
    margin-bottom: 0;
}

.healthReport-popup-rightCol .alignCentre{
    text-align: left;
}

.healthDetail-intro-scoreCol,
.healthDetail-intro-infoCol
{
    display: block;
    width: 100%;
}

.healthDetail-linkCell{
    height: auto;
    text-align: center;
    padding: 23px 0 18px;
    height: 100px;
}

#page-healthDetails .pageIntroTextOnImage{
    padding: 35px 0;
}

.healthReport-popup-leftCol
{
    padding-bottom: 20px;
}

.healthReport-popup-rightCol{
    padding-top: 30px;
    padding-bottom: 10px;
}

#page-healthDetails .pageIntroTextOnImage .linkWrapper.first{
    margin: 15px 0 20px;
}

#page-healthDetails .pageIntroTextOnImage .linkWrapper.last{
    margin-bottom: 5px;
}

.healthDetail.border-left,
.healthDetail.border-left-desktop,
.healthDetail.border-left-notDesktop
{
    border-left: none;
}

.noBorder-bottom-mobile{
    border-bottom: none;
}

/* --- Promo overlay ---------------------------------------- */


.promoContentOffset .paragraphOnImage{
    width: 100%;
}

.promoContentOffset{
    margin-left: 25px;
}

.promo-discount-rebate{
    font-size: 20px;
    font-size: 2rem;
    padding:9px 8px 8px;
}

.promo-discount-text{
    font-size: 15px;
    font-size: 1.5rem;
    padding: 2px 10px 0;
}

.promoContentOffset,
.pageIntro-promo.extraHeight .promoContentOffset
{
    margin: 0;
    padding: 25px 25px;
    width: 100%;
}

.promoContentOffset img{
    width: 100%;
    max-width: 500px;
    height: auto;
}


/* --- VIDEO PLAYER ---------------------------------------- */

.videoPlayer{
    padding-top: 20px;
    background-image: none!important;
}

.contentBrowser-playlist{
    display: block;
}

.contentBrowser-playlist .customScroller-hiddenScrollBar,
.contentBrowser-experts .customScroller-hiddenScrollBar
{
    height: auto;
}

.videoContainer{
    position: relative;
    width: 100%;
}

.isVideoLoaded{
    opacity: 1!important;
}

.contentBrowser-playlist .customScroller{
    display: block !important;
}


#vimeoPlayer{
    position: absolute;
    width: 100%;
    height: 100% !important;
    left: 0;
    top: 0;
    height: auto;
}

.videoContainer.hasVideo{
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56%;
}

.featuredVideo-play{
    display: none;
}

/* --- PRO DE LA SANTE ---------------------------------------- */

#page-prodelasante .pageDescription {
    width: 100%;
    position: static;
    margin: 0;
}


/* --- FAQ ---------------------------------------------------- */

.question .genericContent-title {
    padding-right: 40px;
}

.answer p{
    padding-right: 0;
}

.question{
    padding: 25px 0 15px 0;
}

.qaWrapper .genericContent-title{
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 20px;
    line-height: 2rem;
}



/* --- Conditions d'utilisation -------------------------------- */

.isLoggedOut .pageIntro{
    padding-top: 0;
}

/* --- Calendar ------------------------------------------------ */

.calendarHeader-leftContent,
.calendarHeader-rightContent
{
    width: 100%;
    padding: 25px 25px 0;
    margin: 0;
}



.calendarHeader-rightContent .linkBlock{
    margin-bottom: 30px;
}

.calendarHeader-left,
.calendarHeader-right
{
    display: block;
    width: 100%;
}

.calendarHeader-rightContent .otherSectionPromotion-content{
    padding-right: 15px;
}

.month{
    width: 100%;
}

.month.even .month-content,
.month.odd .month-content,
.month.thirdInRow .month-content
{
    margin-right: 0;
    margin-left: 0;
}

.calendarEventBlock{
    display: block;
}

.calendarEventBlock .tableRow{
    display: block;
}

.calendarEventBlock-content{
    display: inline-block;
    margin-bottom: 30px;
}

.calendar{
    padding: 5px 0 30px;
}


.calendarActions{
    position: relative;
    margin: 0 0 20px 0;
}

.calendarDisplayTypes{
    text-align: left;
    margin: 20px 0;
}


.calendarDisplayType{
    padding: 25px 10px;
}

/* --- Sos santé ------------------------------------------------ */

.contentBrowser{
    width: 100%;
    min-width: 0px;
    background-color: #f1f1f1;
    background-image: none !important;
}

.contentBrowser-categoriesCol{
    margin-top: 30px;

}

.diagonalIntro{
    height: auto;
}

.diagonalIntro-cut{
    width: 100%;
    position: relative;
}

.diagonalCut-outer,
.diagonalCut-inner,
.leftCut .diagonalCut-outer,
.leftCut .diagonalCut-inner,
.rightCut .diagonalCut-outer,
.rightCut .diagonalCut-inner,
.diagonalIntro-cut
{
    -webkit-transform: none !important;
       -moz-transform: none !important;
        -ms-transform: none !important;
         -o-transform: none !important;
            transform: none !important;
    height: auto;
    width: 100%;
    position: relative;
}

.sosSante-logo{
    width: 90%;
    max-width: 350px;
    padding: 20px 0;
}

.recipeCol

.diagonalIntro,
.diagonalIntro-whole
{
    height: auto;
}

.sosSante-logoOffset {
    margin-left: auto;
}

.recipesColContainer{
    width: 100%;
}

.diagonalIntro-whole{
    display: none;
}

.customScroller-hiddenScrollBar,
.contentBrowser-selector .customScroller-hiddenScrollBar
{
    height: auto;
}

.contentBrowser-categoriesCol,
.contentBrowser-selectorCol,
.contentBrowser-contentCol
{
    margin-left: auto;
    margin-right: auto;
    padding: 0 0;
}



.contentBrowser-categoriesCol,
.contentBrowser-selectorCol,
.contentBrowser-contentCol,
.contentBrowser-categories,
.customScroller-controls,
.contentBrowser-selector,
.customScroller-hideOverflow,
.customScroller-container,
.customScroller-hiddenScrollBar
{
    width: 100%;
    display: block;
}


.customScroller-hiddenScrollBar{
    overflow: visible;
}

.customScroller-controls{
    display: none !important;
}

.contentBrowser-categoriesCol,
.contentBrowser-selectorCol,
.contentBrowser-contentCol
{
    padding-bottom: 0;
    margin-top: 0;
    clear:both;
}

.customScroller .rightArrowWrapper{
    display: none;
}

.pageDescription,
.pageDescription.absolute
{
    position: relative;
    margin: 0 auto !important;
    float: none;
    display: block;
    width: 100%;
    max-width: 800px;
}

.pageDescription.absolute .linkBlock-containerWidth .table{
    width: 100%;
}

.recipePadding{
    padding: 30px 10%;
}

.contentBrowser-groupName{
    width: 100%;
}

.contentBrowser-categoryItem.first
{
    border-bottom: none;
}

.pageDescription-content{
    padding: 25px 25px;
}

[class*="contentBrowser-icon-"],
.contentBrowser-categoryItem
{
    padding-left: 25px;
}

[class*="contentBrowser-icon-"] {
    width: 60px;
}

.contentBrowser-categories,
.contentBrowser-widthForArrows,
.customScroller
{
    width: 100%;
}

.recipe-preview,
#recipe
{
    -webkit-box-shadow: none;
       -moz-box-shadow: none;
            box-shadow: none;
}

/* --- Contest ---------------------------------------------------- */


.contest-content .alternateColour{
    background-color: #ECECEC;
}

/* --- Archive ---------------------------------------------------- */

.archiveBrowserCol,
.archiveDataCol
{
    float: none;
    display: block;
    width: 100%;
}

#archiveDataContainer{
    width: 100%;
    padding: 25px;
    margin: 0;
}

.archiveBrowserCol .contentBrowser{
    margin-top: 0;
}

.archiveBrowserCol .contentBrowser{
    padding-top: 0;
}

#page-archive{
    padding-bottom: 20px;
}


#page-archive .contentBrowser-categoryItem{
    background-position: 95.4% 50%;
}

.archiveDataCol-scores.right {
    clear: both;
}



/* --- Pro de la sante ---------------------------------------------------- */

#page-prodelasante .relatedArticles-message .arrowBackground {
    display: block;
}


/* --- Quiz ---------------------------------------------------- */

.quiz-questionInfoCol{
    display: block;
    width: 100%;
}

.quiz-questionCol{
    display: block;
    width: 100%;
    padding: 40px;
}

.quiz-questionWrapper,
.quiz-progress
{
    padding: 0;
    font-size: 14px;
    font-size: 1.4rem;
    margin-right: 4px;
    font-weight: 400;
    line-height: 20px;
    line-height: 2rem;
}

.quiz-progress sup {
    font-size: 10px;
    font-size: 1rem;
    line-height: 18px;
    line-height: 1.8rem;
    padding-bottom: 0px;
    margin-right: 4px;
}

.quiz-progress-n{
    font-size: 14px;
    font-size: 1.4rem;
    margin-right: 2px;
}

.quiz-question{
    font-size: 30px;
    font-size: 3rem;
    padding-top: 20px;
}

.subTitle-grey{
    margin-bottom: 20px;
}

.quiz-controls{
    padding: 30px 0;
    display: table;
    width: 100%;
}

.quiz-nav{
    display: table;
    width: 100%;
}

.quiz-question {
    font-size: 25px;
    font-size: 2.5rem;
    line-height: 26px;
    line-height: 2.6rem;
    padding-top: 10px;
    letter-spacing: 2px;
}

.fakeCheckboxLabel{
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 22px;
    line-height: 2rem;
    padding-bottom: 1px;
}

.quiz-controls{
    padding: 0;
    margin: 40px 0 0;
}

.quiz-nav-questions{
    display: none!important;
}

.quiz-nav-questionGroupTitle{
    float: left;
    width: 25%;
    border-right: solid #950c20 1px;
    padding: 15px 10px;
    font-size: 12px;
    font-size: 1.2rem;
    letter-spacing: 1px;
}

.isComplete .quiz-nav-questionGroupTitle{
    background-color: #950c20;
}
.quiz-controls .linkBlock-message{
    display: none;
}

.quiz-controls .linkBlock,
.quiz-controls .linkBlock:hover{
    opacity: 1;
}


.quiz-controls .linkBlock-nav.linkBlock-rightArrow{
    float: right;
}

.quiz-controls .linkBlock-nav.linkBlock-leftArrow{
    float: left;
}

.quiz-controls .linkBlock-nav.linkBlock{
    width: 110px;
    margin: 0;
}

.quiz-controls .linkBlock-icon
{
    height: 50px;
}

.quiz-controls .linkBlock-nav.linkBlock-rightArrow .linkBlock-icon {
    background-image: url("img/bigArrow_white_right.png");
    background-size: 22px;
    border-width: 2px;
}

.quiz-controls .linkBlock-nav.linkBlock-leftArrow .linkBlock-icon {
    background-image: url("img/bigArrow_white_left.png");
    background-size: 22px;
    border-width: 2px;
}

.quiz-nav-questionGroupTitle.last{
    border-right: none;
}

.quiz-nav-questionGroupTitle .svgWrapper{
    display: block;
}

.isComplete .quiz-nav-questionGroupTitle
{
    color: white;
    opacity: 1;
}

.quiz-icon{
    padding-bottom: 3px;
}


/* --- Challenge ------------------------------------------------ */

main .pageIntro-overlay-keepInCenter .pageIntro-contentWrapper{
    margin-left: 25px;
    padding-top: 25px;
    padding-bottom: 25px;
    width: 100%;

}


.diagonalIntro-keepWhole .diagonalIntro-whole{
    display: block;
    width: 100%;
}

.diagonalIntro-keepWhole .diagonalIntro-cut{
    display: none;
}

.diagonalIntro.diagonalIntro-big,
.diagonalIntro-big .diagonalIntro-cut,
.diagonalIntro-big .diagonalIntro-whole
{
    height: auto;
    position: relative;
}

.diagonalIntro-dark .mediumTitle-subTitle{
    margin-top: 0;
    margin-left: -5px;
}

.diagonalIntro .pageSection-overlay,
.diagonalIntro .diagonalIntro-whole,
.diagonalIntro-dark .pageIntro-overlay-description
{
    position: relative;
    width: 100%;
    padding-right: 0;
}

.infoBlock{
    display: block;
    width: 100%;
}

.challenge-fraction-num{
    text-align: right;
    clear: both;
    margin-right: 4px;
}

.challenge-fraction .separator-single{
    float: right;
    margin-right: 10px;
}

.challenge-results-summary{
    padding: 20px 0 7px;
}

.challenge-results-ranking{
    padding-bottom: 25px;
}

.challenge-stats-team{
    background-color: white;
}

.progressGraph{
    margin-top: -1px;
    padding: 30px 0;
}

.progressGraph-endGoal{
    margin: 20px 0;
}

.progressGraph-bubble{
    bottom: 70px;
}

.progressGraph-container{
    height: 170px;
}

.leaderboard-individual,
.leaderboard-team
{
    display: block;
    width: 100%;
}

.leaderboard-individual,
.leaderboard-team
{
    padding: 25px 0;
}



.leaderboard-rank-big{
    font-size: 30px;
    font-size: 3rem;
    line-height: 23px;
    line-height: 2.3rem;

}

.infoBlock{
    border: none;
}

.infoBlock-title
{
    min-height: 0;
    padding-bottom: 10px;
    font-size: 25px;
    font-size: 2.5rem;
    letter-spacing: 0;
}

.leaderboard-individual .leaderboard-ranking,
.leaderboard-team .leaderboard-ranking
{
    margin-top: 40px;
}

.leaderboard-rank-big,
.leaderboard-rank-small
{
    width: 50px;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
}

.leaderboard-1to3{
    padding-right: 0;
}

.leaderboard-1to3 .starsContainer{
    padding-bottom: 20px;
}

.leaderboard-name{
    padding-right: 20px;
}

/* --- Welcome ------------------------------------------------ */

.welcome-intro{
    padding: 35px 30px 20px;
}

.welcomeBlock-top{
    height: 20px;
}

.welcomeBlock-sectionName{
    letter-spacing: 2px;
    font-size: 20px;
    font-size: 2rem;
}

.welcomeBlock-bottom{
    margin-top: -1px;
}

.welcomeBlock-bottom .welcomeBlock-arrow {
    margin: 20px 0 5px -20px;
}

.welcomeBlock{
    height: 270px;
}

#welcome-links{
    position: relative;
}

.welcome-col{
    vertical-align: bottom;
}

.welcome-col{
    display: block;
    width: 100%;
    width: 100vw;
}

.welcome-col:hover .welcomeBlock,
.welcome-col .welcomeBlock
{
    margin-top: 0 !important;
}

.welcome-col.light .welcomeBlock .generatedSvg,
.welcomeBlock .generatedSvg
{
    outline: none;
}

/* Info blocks */

.infoBlock-title{
    min-height: 0px;
}

.infoBlock{
    padding: 25px 25px 10px;
}

.infoBlock.last{
    padding-bottom: 25px;
    margin-bottom: -1px;
}


.infoBlock .oneFieldInput{
    margin: auto;
    max-width: 400px;
}

/* Promo blocks */
.promoBlocks{
    width: auto;
    margin-left: auto;
    margin-right: auto;
}

.promoBlock,
.promoBlock.last
{
    margin: 0 auto 10px;
    width: 100%;
    max-width: 150px;
    clear: both;
    float: none;
}

.priceWithBullet{
    margin-bottom: 0;
}

.linkBlock-background{
    height: auto;
    padding-top: 30px;
    padding-bottom: 30px;
}

.linkBlock-background-empty{
    padding: 0;
    height: 200px;
}

/* --- Welcome ------------------------------------------------ */
#page-enterprise .videoPlayer{
    min-height: 0!important;
    height: auto!important;
}

.videoPlayer{
    padding-top: 0;
}

.noMarginBotton-mobile,
.genericContent .noMarginBotton-mobile
{
    margin-bottom: 0;
}

.noPaddingBotton-mobile,
.genericContent .noPaddingBotton-mobile
{
    padding-bottom: 0;
}

/* --- Experts ------------------------------------------------ */


.expertContainer{
    padding: 0;
}

.contentBrowser-experts{
    float: none;
    display: block;
}

.expertOnline-block{
    margin-bottom: 20px;
}


/* --- Services / Ressources ------------------------------------------------ */

.pageIntro-contentWrapper{
    width: auto;
    float: none;
}

#page-ressources .conditionally-table,
#page-ressources .conditionally-tableRow
{
    display: block;
}


#page-ressources .table.conditionally-table .tableCell {
    display: block;
    float: left;
}


table.oneColTableOnMobile,
table.oneColTableOnMobile > tbody,
tr.oneColTableOnMobile,
th.oneColTableOnMobile,
td.oneColTableOnMobile
{
    display:block;
    width:100%;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    float:left;
    clear:left;
}


/* --- Outils et tests ------------------------------------------------ */

.pageIntroTextOnImage {
    padding: 40px 0 20px;
}



@media screen and (orientation:landscape){
    #desktopMenu
    {
        width: 100%;
    }

    .subMenu-mobile-nav a{
        font-size: 14px;
        font-size: 1.4rem;
        padding: 7px 0 5px 20px;
    }

    .subMenu-leftCell {
        padding-top: 10px;
        padding-bottom: 0px;
    }
}

/* Webkit */
@media screen and (-webkit-min-device-pixel-ratio:0) {
    .csstransforms .welcome-col:hover .welcomeBlock{
        -webkit-transform: none;
        transform: none;
    }

}

.sidePaneRight {
    width: auto;
    height: 200px;
    margin-left: auto;
    margin-right: auto;
    float:inherit;
}

.autoAssignForm_Title
{
    color:red;
    font-weight: bold;
    font-size: 20px;
}

#dnn_ctr648_AutoRoleAssignationForm_ctl00
{
    margin-right:auto;
    margin-left:auto;
    font-size: 15px;
}

#dnn_ctr582_ModuleContent, #dnn_ctr611_ModuleContent, #dnn_ctr681_ModuleContent, #dnn_ctr675_ModuleContent, #dnn_ctr688_ModuleContent
{
    margin-right: auto;
    margin-left:auto;
}

.tableCellMain {
display:block;
vertical-align: middle;
position: relative;
text-align: center;
padding-left:0;
}

.loginPageContent{
    width:320px;
    max-height:500px;
    padding: 15px 10px;
}
.dnnLabel {
display: inline-block;
float: left;
position: relative;
width: 85%;
padding-right: 20px;
margin-right: 18px;
overflow: visible;
 text-align: left; 
 padding-bottom:5px;
}
.dnnPasswordResetContent input[type=text] {
width: 90%;
max-width: 445px;
}
.dnnFormItem input[type="password"] {
width: 90%;
max-width: 445px;
}

.DNNAlignright {
text-align: right;
float: left;
padding-top: 10px;
}

/* -------------------------------- NEW SKIN ---------------------------------------------------------- */
#dnn_FooterFull{
	display:none;
}

.header-title-oc{
	font-size:21px !important;
	margin-top: 15% !important;
}

.mobileOnly {
	display:block;
}

.parallax{
	background-position-y: 100% !important;
	height: 225px !important;
}

#page-home .eds__rotatorWrapper{
	display:none;
}

.rate_article{
	border-top: 1px solid #ededed;
    padding-top: 10px;
}

.rates_box p{
	width:100% !important;
}

.col_66 {
	width: 100%;
	float: left;
}

.col_33 {
	width: 100%;
	float: left;
	margin-top: 20px;
}


.col_50 {
    width: 98%;
    float: left;
    padding: 2%;
}

.col_30 {
    width: 98%;
    float: left;
}

.eds_news_MonPortailSante.eds_subCollection_news .article.in_list.box.big{
max-width:95%;
width:100%;
float:left;
clear:left;
}

.cgisearch .leftpart{
	width:100%;
	float: left;
	min-height: 100px;
}

.cgisearch .rightpart{
	width:100%;
	float: left;
	min-height: 100px;
}

.oxygenview.col3>.event{
	width:100% !important;
	float:left;
}

.cgiadd-left{
	width:100%;
	float:left;
}

.cgiadd-right{
	width:100%;
	float:left;
}

.cgiadd-mid{
	width:100%;
	float:left;
}

/*ori - footer and header options*/
.divTableMiddle{
	width:100%;
	height:100%;
	display:table
	
}
.divTableMiddle a {
	display:table-cell;
	vertical-align:middle;
}

@media (max-width: 767px){
	
	.extFooterLanguage {
		padding: 40px 10px;
	}
	
	.menu-endWidth{
		width: 10%;
	}
	
}
@media (max-width: 280px){
	
	footer .tableCell{
		padding: 30px 0px;
	}
	
	.articlePreview-title{
		word-break: break-word;
	}
	
	.bigTitle{
		font-size: 2.4rem;
	}
}