@import url('vendor/pickmeup.css');

@font-face {
    font-family: FrutigerLight;
    src: url('../font/Frutiger45-Light.svg') format('svg'), url('../font/Frutiger45-Light.ttf') format('truetype'), url('../font/Frutiger45-Light.woff') format('woff');
}

@font-face {
    font-family: FrutigerBold;
    src: url('../font/Frutiger65-Bold.svg') format('svg'), url('../font/Frutiger65-Bold.ttf') format('truetype'), url('../font/Frutiger65-Bold.woff') format('woff');
    font-weight: bold;
}

@font-face {
    font-family: FrutigerRoman;
    src: url('../font/Frutiger-Roman.svg') format('svg'), url('../font/frutiger-roman.ttf') format('truetype'), url('../font/Frutiger-Roman.woff') format('woff');
    font-weight: bold;
}

@font-face {
    font-family: FrutigerBlack;
    src: url('../font/Frutiger-Black.svg') format('svg'), url('../font/frutigerblack.ttf') format('truetype'), url('../font/Frutiger-Black.woff') format('woff');
    font-weight: bold;
}

/*MEDIA QUERIES*/

@media all and (max-width: 3000px) {
    /* SMARTPHONE */
    .my-breakpoint .ui-block-a,
    .my-breakpoint .ui-block-b,
    .my-breakpoint .ui-block-c,
    .my-breakpoint .ui-block-d {
        width: 40%;
    }
    #faqPage .ui-grid-a .ui-block-b >:nth-child(1) {
        font-size: 18px;
    }
    #faqPage .ui-grid-a .ui-block-b >:nth-child(2) {
        font-size: 12px;
    }
    #faqPage .ui-grid-a> .headerTitle {
        width: 60%;
    }
    #faqPage .ui-grid-a> .pph {
        width: 20%;
    }
    #page1 .ui-grid-a> .headerTitle {
        width: 60%;
    }
    #page1 .ui-grid-a> .pph {
        width: 20%;
    }
    #page2 .ui-grid-a> .pph {
        width: 20%;
    }
    #page2 .blueContent {
        font-size: 14px;
    }
    #faqPage .ui-grid-c >:nth-child(n) {
        width: calc(50% - 10px);
        margin: 5px;
        height: 110px;
    }
    #faqPage .tabsTitle {
        font-size: 12px;
        width: 95%;
        line-height: 14px;
    }
    #page1 .firstText,
    .secondText {
        width: 100% !important;
    }
}

@media all and (min-width: 3000px) {
    .my-breakpoint .ui-block-a,
    .my-breakpoint .ui-block-b,
    .my-breakpoint .ui-block-c,
    .my-breakpoint .ui-block-d {
        width: 22%;
    }
    .ui-grid-c >:nth-child(n) {
        width: calc(25% - 20px);
        margin: 10px;
        height: 180px;
    }
    .ui-grid-a .ui-block-b >.title {
        font-size: 36px;
        margin-bottom: 5px;
    }
    .ui-grid-a .ui-block-b >.smallTitle {
        font-size: 28px;
    }
    #faqPage .ui-grid-a> .pph {
        width: 15% !important;
    }
    #page1 .ui-grid-a> .pph {
        width: 15% !important;
    }
    #page2 .ui-grid-a> .pph {
        width: 15% !important;
    }
    .tabsTitle {
        font-size: 18px;
        width: 85%;
        line-height: 20px;
    }
    #page1 .ui-grid-a> .menuTitle {
        width: 92%;
    }
    #page2 .ui-grid-a> .menuTitle {
        width: 92%;
    }
    #page1 .ui-grid-a> .menuButton {
        width: 6%;
    }
    #page2 .ui-grid-a> .menuButton {
        width: 6%;
    }
    #page1 .firstText,
    .secondText {
        width: 49.95% !important;
    }
}

.ui-icon-loading {
    background: url('vendor/images/ajax-loader.gif');
    background-size: 46px 46px
}

textarea {
    resize: none
}


/* BODY */

body {
    font-family: FrutigerRoman, arial;
}


/* HEADER */

#home header > img {
    height: 70px;
}

#info header {
    /*background: url('../img/edf_logo.png') no-repeat center 5px;
    background-size: 80px;
    padding: 35px 10px 0 10px;*/
    height: 170px;
}

#faqPage header {
    height: 300px;
}


#page1 header, #page2 header, #page3 header, #page4 header, #page5 header, #page6 header, #page7 header, #page8 header  {
    height: 170px;
}

/* THEME AND HEADLINE */

.theme {
    font-family: FrutigerRoman, arial;
}

#info .textHeader {
    overflow: auto;
    text-align: center;
    margin: 0 15px;
}

#home .theme {
    font-size: 30px;
    line-height: 25px;
    padding-bottom: 20px;
    color:#1163b9;
    text-align: center;
}

#info .theme {
    font-size: 25px;
    line-height: 20px;
    padding-bottom: 20px;
}

#home .headline {
    font-size: 20px;
    line-height: 30px;
    padding-bottom: 5px;
    color:#1163b9;
    text-align: center;
}

#info .headline {
    font-size: 15px;
    line-height: 20px;
    padding-bottom: 5px;
}


/* CONTENT */

/*#home #content {
    padding: 0;15px 30px;
}*/

.content_info {
    background: #ffffff;
    color: #034ca4;
    line-height: 20px;
}

.content_info div,
.content_info p,
.content_info span {
    background: none !important;
    color: #034ca4 !important;
    text-align: center;
}

.content_info ul {
    padding: 0 19px;
    text-align: center;
}

.content_info ul li {
    padding: 5px 0;
    text-align: center;
    /*border-top: 1px solid #0061bb;
    list-style-image: url('../img/dot.png');*/
}

.content_info ul li:last-child {
    /*border-bottom: 1px solid #0061bb;*/
}


/* FOOTER */

footer {
    width: 100%;
    background: #ffffff;
    position: absolute;
    bottom: 0;
}

#info footer {
    height: 50px;
    text-align: center;
}

#faqPage footer {
    height: 80px;
}

#page1 footer {
    height: 50px;
}

#page2 footer {
    height: 50px;
}

footer .informationBtn {
    width: 100%;
    height: 49px;
    margin: 0;
    background: #0061bb;
}

footer .informationBtn a {
    display: none;
}

footer .informationBtn .ui-btn-inner {
    /*padding: 0.2em 20px;
    bottom: 1em;*/
}

footer .selectorContainer {
    border-top: 1px solid #ffffff;
    padding-top:30px;
    /*height:140px;*/
}

footer .datepicker {
    width: 25%;
    height: 108px;
    text-align: center;
    float: left;
}

footer input[type=date] {
    height: 20px;
    padding: 0 !important;
    color: #063073;
    text-align: center;
    font-family: FrutigerBold, arial;
    font-weight: bold;
}

footer .datepicker .dateDisplay {
    width: 49%;
    height: 20px;
    padding: 15px 0 !important;
    background: #0061bb;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 100;
    display: none;
    color: #ffffff;
    text-align: center;
    font-family: FrutigerBold, arial;
    font-weight: bold;
}

footer .datepicker div.ui-input-text {
    margin: 0;
}

footer .categories {
    width: 75%;
    height: 108px;
    float: right;
}

.categories .category,
.categories .faq {
    width: 30%;
    height: 100%;
    background: url('../img/icon/new_menu_icons/secu-actif.png') no-repeat center center;
    float: left;
    opacity: 0.4;
    cursor: pointer;
    background-size: contain;
}

.category.nuclear {
    background-image: url('../img/icon/new_menu_icons/surete-actif.png');
}

.faq.nnb {
    background-image: url('../img/icon/new_menu_icons/info.png');
}

.faq.nnb.selected {
    opacity: 1;
}

.category.selected {
    opacity: 1;
}

.category input[type=radio] {
    display: none;
}

.feedbackShowBtnFP,
.feedbackShowBtn {
    margin-top: 5px;
    cursor: pointer;
}


/* FEEDBACK */

#feedbackContainerFP,
#feedbackContainer {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2000;
    display: none;
}

#filtreFeedbackFP,
#filtreFeedback {
    width: 100%;
    height: 100%;
    background: rgba(130, 170, 200, 0.8);
    position: absolute;
    top: 0;
    left: 0;
}

#feedbackPopupFP,
#feedbackPopup {
    width: 300px;
    margin: 40px auto;
    border: 15px solid rgb(21,118,186);
    background: rgb(21,118,186);;
    text-align: center;
    position: relative;
}

.feedbackHeaderFP,
.feedbackHeader {
    padding: 15px 0 5px 0;
    /*border-bottom: 1px solid #ffffff;*/
}

.feedbackNewFP > div,
.feedbackNew > div {
    padding: 5px 0;
    line-height: 20px;
}

#feedbackPopupFP .feedbackCloseBtnFP,
#feedbackPopup .feedbackCloseBtn {
    position: absolute;
    top: 15px;
    right: 2px;
    cursor: pointer;
    width: 35px;
}

#star,
#starFP {
    margin: 5px auto;
}

#feedbackPopupFP .feedbackCommentFP,
#feedbackPopup .feedbackComment {
    padding: 15px;
    background: #ffffff;
    text-align: left;
    color: #000000;
    font-family: FrutigerBold, arial;
}

#feedbackPopupFP div.ui-input-text,
#feedbackPopup div.ui-input-text {
    padding: 0;
    border: 1px solid #146cb1;
}

#feedbackPopupFP input.ui-input-text,
#feedbackPopup input.ui-input-text {
    padding-left: 5px;
    padding-right: 5px;
}

#feedbackPopup textarea,
#feedbackPopupFP textarea {
    height: 100px !important;
    margin-top: 0;
    border: 1px solid #146cb1;
}

#feedbackPopup .submitBtn,
#feedbackPopupFP .submitBtnFP,
#feedbackPopup .feedbackSaveLoading,
#feedbackPopupFP .feedbackSaveLoadingFP {
    margin: 0 auto;
    display: block;
    cursor: pointer;
}

#feedbackPopupFP .feedbackSaveLoadingFP,
#feedbackPopup .feedbackSaveLoading {
    padding: 0 0 1px 0;
    display: none;
}

#feedbackPopupFP .feedbackInfoFP,
#feedbackPopup .feedbackInfo {
    padding: 30px 0 40px 0;
    line-height: 20px;
    display: none;
}

input.ui-input-text,
textarea.ui-input-text {
    font-family: FrutigerLight, arial;
}


/* FAQ PAGES */


/* FAQ header */

.title {
    color: #ffffff;
    margin-top: 10%;
    margin-left: 15px;
    white-space: nowrap;
    font-family: FrutigerBlack;
    line-height: 35px;
    text-transform: uppercase;
    font-size:30px;
}


.smallTitle {
    color: #ffffff;
    margin-left: 15px;
    white-space: nowrap;
    font-family: FrutigerBlack;
    line-height: 25px;
    text-transform: uppercase;
    font-size:20px;
}

.textTitle {
    text-align: center;
    color: #0062A9;
}


/* PAGES COLOR*/

.p1,
.p2,
.p3,
.p4,
.p5,
.p6,
.p7,
.p8{
    background-color: rgb(21,118,186);
    height: 110px;
}


/* FAQ TABS */

.centered {
    position: relative;
    text-align: center;
}

.centered img {
    position: absolute;
    top: 40%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 35%;
}

.tabsTitle {
    font-family: frutigerBold;
    position: absolute;
    text-transform: uppercase;
    letter-spacing: 1px;
    top: 80%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}


/* FAQ PAGES CONTENT */

.infoContent {
    width: 100%;
    padding: 0px;
    color: #063073;
    box-sizing: border-box;
}



#home {
    background: url("/img/fond.png") no-repeat center center;
    color: #ffffff;
    font-family: FrutigerLight, arial;
}

#info {
    background: transparent;
    color: #034ca4;
    font-family: FrutigerRoman, arial;
}

#faqPage {
    background: transparent;
    color: #ffffff;
    font-family: FrutigerLight, arial;
}

#faqPage #page1 {
    background: #ffffff;
}

#page2 .blueContent, #content > div.blueContent > div > span, #content > div.blueContent > div > div > div.ui-block-a.firstText > ul, #content > div.blueContent > div > div > div.ui-block-b.secondText, .infoText .ui-block-a.firstText {
    color: #125eb9 !important;
    line-height: 22px;
    padding-top: 20px;
    font-size: 17px;
    font-family: FrutigerRoman;
}

.pageTitle {
    vertical-align: 13px;
    display: inline-block;
}

.infoContent {
    display: table;
    width: 100%;
}

.infoTitle {
    display: table-row;
}

.backBtn {
    background-color: #063073;
    padding:15px;
    max-width: 114px;
    text-align: center;
}



.backBtn, .pageTitle {
    display: table-cell;
    vertical-align: middle;
}

.infoTitle {
    width: 100%
}

.pageBack,
.pageNext {
    color: #4A4A4A !important;
}

.infoText {
    /*background: linear-gradient(to right, #EC5C09, #F49B00);*/
    padding: 10px;
    font-size: 17px;
    line-height: 22px;
    margin-bottom: 20px !important;
    display: block;
    color: #125eb9 !important;
}

.pageNavigation {
    font-size: 14px;
}

#page2 .pageNavigation {
    font-size: 14px;
}

.ui-btn {
    margin: 0 20% 0 20%;

}

.pageTitle > span {
    font-size: 23px;
    letter-spacing: 1px;
    text-transform: uppercase;
    vertical-align: -webkit-baseline-middle;
    margin-left: 12px;
    display: block;
    font-family: FrutigerBlack;
}

.ui-btn-icon-notext .ui-btn-inner {
    height: 40px !important;
}

.ui-listview .ui-li-icon {
    max-height: 8px !important;
    max-width: 8px !important;
    left: 25px !important;
    top: 20px !important;
}

.ui-listview .newList .ui-li-icon{
    top:8px!important;

}

.ui-listview {
    list-style: none;
    padding: 15px 15px 15px 0px!important;
}

.pageNext {
    text-align: right;
    border-left: 1px solid lightgrey;
}

/*#page2 .pageTitle {
    background: linear-gradient(to right, #003972, #016AB2);
}*/

.pTitle > span {
    color: #125eb9;
    font-family: FrutigerBlack;
    font-size: 20px;
}

/*.underline {
    background-color: #FBD399;
}*/

#page2 .blueContainer {
    background: linear-gradient(to right, #003972, #016AB2);
    border-radius: 25px;
    border: 1px solid;
    color: #ffffff;
    margin-bottom: 15px;
    padding-bottom: 15px;
}

.blueContainer > .ui-grid-a .ui-block-a {
    width: 75% !important;
}

.blueContainer > .ui-grid-a .ui-block-b {
    width: 25% !important;
}

.pointsTitle {
    color: #F49E00;
    padding: 20px 20px 15px;
    white-space: nowrap;
    font-size: 16px;
}

.listContainer {
    padding-bottom: 10px !important;
    padding-top: 5px !important;
}

.contPoint {
    top: 0.4em !important;
}

.ui-grid-c > a {
    text-decoration: none!important;
    color: white !important;
    font-weight: normal!important;
}

.ui-block-a > a {
    text-decoration: none!important;
    color: #4A4A4A !important;
    font-weight: normal!important;
}

.ui-block-b> a {
    text-decoration: none!important;
    color: #4A4A4A !important;
    font-weight: normal!important;
}

.backAlign {
    display: flex;
    justify-content: flex-start;
}

.nextAlign {
    display: flex;
    justify-content: flex-end;
}

.newList {
    padding-left: 60px !important;
    padding-bottom: 10px !important;
    padding-top: 0px !important;
}

.newListIcon {
    padding-left: 20px !important;
    top: 0.2em !important;
}

.blueInfo {
    margin-bottom: 15px;
    margin-top: 15px;
}

.blueText {
    color: #125eb9 !important;
    padding: 0px 0px 0px 40px !important;
}


/* FAQ ICONS AND IMG*/

.p1_icon {
    margin-left: 25px;
}

.p1_icon2 {
    width: 15% !important;
}

.p3_icon {
    width: 10% !important;
}

.p4_icon {
    width: 17% !important;
}

.p5_icon, .p6_icon, .p7_icon {
    width: 25% !important;
}

.p8_icon {
    width: 13% !important;
}

.ui-icon-myBackIcon {
    background-image: url("/img/icon/new_menu_icons/back_icon.png");
    background-size: 18px 18px;
}

.pageBack > img {
    margin-right: 10px;
}

.prIcon {
    margin-right: 10px;
    height: 16px;
}

.nxIcon {
    margin-left: 10px;
    height: 16px;
}

.pTitle > img {
    padding-right: 10px;
}

#page2 .blueContainer > .ui-li-has-icon .ui-btn-inner a.ui-link-inherit,
.ui-li-static.ui-li-has-icon {
    min-height: 0px !important;
}

.contIcon {
    width: 60px;
}

.hidden {
    display: none;
}

.iconPage {
    text-align: center;
    margin: 10px;
}

.iconPage > img {
    height: 100px;
}

.image {
    margin-top: 30px;
}


/* CSS ajoutés */

.message {
    display: none;
}

#page2 {
color: #ffffff;
}

.feedbackInfoFP h3,.feedbackInfo h3 {
 color : #ffffff;
}

#info .feedbackNewFP b{
 color : #ffffff;
}

#info .feedbackNewFP .detail b{
 color : #030303;
}

@media screen and (min-width: 600px){
    body > *,footer {
        /*display: none !important;*/
        position: relative !important;
        max-width: 600px !important;
        margin-left: auto !important;
        margin-right: auto !important;
        width: 600px !important;
    }
    #feedbackPopupFP, #feedbackPopup{
        max-width: 500px;
    }
    footer {
        position: fixed !important;
    }

    /*.message{
        font-family: FrutigerRoman, arial;
        color: #FFFFFF;
        text-align: center;
        display: block !important;
        position: fixed;
        top: 0;
        z-index: 999999;
        background: #F49E00;
        width: 100%;
        padding: 20px 0;
    }*/
    
}

a {
    text-decoration: none;
}

 ul {
    display: block;
    list-style-type: disc;
    list-style-position: inside;
 }

header {
    height:300px;
    background-color: #146cb1;
}

.img-responsive{
    display: block;
    max-width: 100%;
    height: auto;
}

.fleche{
    padding: 10px;
    width: 12%;
}

#home > header > div.col, #info > header > div.col, #faqPage > header > div.col, #page1 > header > div.col, #page2 > header > div.col{
    float:right;
    width: 44%;
    padding-top: 6%;
    padding-right: 6%;
    text-align: right;
}

#home > header > div.col.colLeft, #info > header > div.col.colLeft, #faqPage > header > div.col.colLeft, #page1 > header > div.col.colLeft, #page2 > header > div.col.colLeft{
    float:left;
    padding-top: 6%;
    padding-left: 6%;
    text-align: left;
    padding-right: 0;
}

header {
    height: auto;
    background-color: rgb(21,118,186);
    padding-bottom: 15px;
}

#home {
    background: transparent;
}

.edfLogo,.logoCategories {
    max-width: 100%;
    height: auto;
    display: block;
}

.logoCategories {
    margin: 0 0 0 auto;
}

.getLogo {
    background: transparent url("/img/fond.png") no-repeat center center;
    object-fit: cover;
}

.logoSecurityBg {
    background: transparent url('/img/icon/new_menu_icons/Security.jpg') no-repeat center top;
    background-size: cover;
}

.logoSafetyBg {
    background: transparent url('/img/icon/new_menu_icons/Safety.jpg') no-repeat center top;
    background-size: cover;
}

.question{
    background-color:#ffffff;
    background-size: auto;
    opacity: 0.9;
    padding:6%;
    margin: 35% 9% 0% 9%;
}


#content > table > tbody > tr > td > div.informationBtn > a > span{
    background-color: #146cb1;
    color: white;
    font-size: 34px;
    font-family: FrutigerBlack, arial;
    letter-spacing: 2px;
}

#feedbackPopup > div.feedbackHeader > b, #feedbackPopup > div.feedbackNew > div:nth-child(1) > b, #feedbackPopupFP > div.feedbackHeaderFP > b{
    color:#ffffff;
}

#feedbackPopup > div.feedbackHeader > b, #feedbackPopupFP > div.feedbackHeaderFP > b {
    font-size:30px;
    letter-spacing: 2px;
    font-family: FrutigerBlack, 'Arial';
}

#info > img, #feedbackPopup > div.feedbackNew > div.feedbackComment > img.submitBtn.img-responsive, #feedbackPopupFP > div.feedbackNewFP > div.feedbackCommentFP > img.submitBtnFP.img-responsive {
    max-width: 55%;
    margin: 0 auto;
    padding: 10px 0 20px 0;
}

#feedbackPopup > div.feedbackNew > div:nth-child(3) > b, {
    color:#030303;
    padding-top: 10px;
}

.detail{
    color:#030303;
    padding-top: 10px;
    text-align: center;
}

.blueContainer .ui-listview .ui-li-icon{
    top:12px !important;
}

.date-selector .date-plus {
    display: block;
    font-size: 15px;
    color: #063073;
    width: 100%;
    margin-bottom: 2px;
}
.date-selector .date-minus {
    display: block;
    font-size: 15px;
    color: #063073;
    width: 100%;
    margin-top: 5px;
}

.date-selector {
    font-size: 15px;
    color: #063073;
    font-family: FrutigerBlack, 'Arial';
    font-weight: bold;
    text-align: center;
}
footer .datepicker {display: none !important;}


footer {
    display: table;
}
.selectorContainer {
    display: table-row;
}
.selectorContainer > div {
    display: table-cell;
    vertical-align: middle;
    float: none;
}

.commentTextFP{
    min-height: 100px;
}

.informationBtn > a {
    margin: 0 20% 0 20%;
}

/*.categories a.ui-link {
    display: inline-block;
}*/

.message-landscape {
    display: none;
}

@media only screen and (orientation: landscape) and (max-width: 640px){
    .message-landscape {
        font-family: FrutigerRoman, arial;
        color: #FFFFFF;
        text-align: center;
        display: block !important;
        position: fixed;
        top: 0;
        z-index: 999999;
        background: #F49E00;
        width: 100%;
        padding: 20px 0;
    }

    body > * {
        display: none !important;
    }
}

#content {
    width: calc(100% - 30px);
	padding-bottom: 45px;
    margin-bottom: 45px;
}

@media only screen and (max-width: 570px) {
    #feedbackPopup > div.feedbackHeader > b, #feedbackPopupFP > div.feedbackHeaderFP > b {
        font-size:25px;
    }

    #feedbackPopupFP .feedbackCloseBtnFP, #feedbackPopup .feedbackCloseBtn{
        width: 30px;
    }

}

@media only screen and (max-width: 520px) {

    .categories a .category, .categories a .faq {
        width: 100%;
    }

    .categories > a {
        display: block;
        width: 30%;
        height: 100%;
        float: left;
    }

    .categories .category, .categories .faq{
        background-size: 90%;
        width: 30%;
    }

    #feedbackPopupFP .feedbackCloseBtnFP, #feedbackPopup .feedbackCloseBtn{
        width: 25px;
    }

    footer .selectorContainer{
        padding-top: 15px;
        height: 110px;
    }

    footer .datepicker{
        width: 30%
    }

    footer .categories{
        width: 70%;
    }

}

@media only screen (min-width: 460px) and (max-width: 770px) {
    #faqPage .ui-grid-c >:nth-child(n){
        height:170px !important;
    }
}

@media only screen and (max-width: 460px) {
    #home > header > div.col, #info > header > div.col, #faqPage> header > div.col, #page2 > header > div.col {
        width: 27%;
    }

    #home > header > div.col.colLeft, #info > header > div.col.colLeft, #faqPage > header > div.col.colLeft, #page2 > header > div.col.colLeft {
        width: 59%;
        padding-left: 2%;
    }

    .question{
    margin: 45% 9% 0% 9%;
    }

    #content > table > tbody > tr > td > div.informationBtn > a > span{
    font-size: 28px;
    }

    #feedbackPopupFP .feedbackCloseBtnFP, #feedbackPopup .feedbackCloseBtn{
        width: 20px;
    }

    #feedbackPopup > div.feedbackHeader > b, #feedbackPopupFP > div.feedbackHeaderFP > b{
        display:inline-block;
        max-width: 300px;
    }
}

@media only screen and (max-width: 425px) {

    .p1_icon {
        margin-left: 25px;
    }

    .p1_icon2 {
        width: 25% !important;
    }

    .p3_icon {
        width: 15% !important;
    }

    .p4_icon {
        width: 25% !important;
    }


    .p8_icon {
        width: 20% !important;
    }
}


@media only screen and (max-width: 400px) {

    .question{
        margin: 20% 9% 0% 9%;
    }

    #content > table > tbody > tr > td > div.informationBtn > a > span{
    font-size: 25px;
    }
}

@media only screen and (max-width: 375px) {

    .question{
        margin: 25% 9% 0% 9%;
    }

    #content > table > tbody > tr > td > div.informationBtn > a > span{
        font-size: 20px;
    }

    .title{
        margin-top: 10%;
        font-size:25px;
    }

    .smallTitle{
        font-size: 17px;
    }

    .logoCategories{
        width: 100%;
    }

    .contIcon{
        margin-top: 60px;
    }

   .edfLogo {
    max-width: 90%
    }

    #faqPage header{
        height: 250px;
    }

    #home .theme{
        font-size: 20px;
    }

    #home .headline{
        font-size: 16px;
    }

     #info header {
        height: 150px;
    }

}

@media only screen and (max-width: 340px) {

    #faqPage header{
        height: 230px;
    }

    #info header {
        height: 130px;
    }

}

footer {
    position: relative;
}

#index footer {
    position: absolute;
}

.pickmeup{z-index: 999999999999; position: fixed !important; max-width: 240px !important; }