/* INITIALISATION DU DESIGN */ * { font-weight: 400; margin: 0; font-family: "Fredoka", sans-serif; font-optical-sizing: auto; font-weight: 300; font-style: normal; font-variation-settings: "wdth" 100; } body { color: #2C3E50; min-width: fit-content; } a { text-decoration: none; color: inherit; cursor: pointer; } a:hover { text-decoration: underline; } button { cursor: pointer; } textarea { resize: none; } label { display: block; margin-bottom: 3px; } input::placeholder { color: lightgray; font-size: 0.9em; font-weight: 400; } .displayFlex { display: flex; justify-content: center; vertical-align: middle; flex-wrap: wrap; } .h1Title { font-size: 45px; text-align: center; } .errorMessage { color: #FF0000; } .h2title { color: #137C78; font-size: 2em; text-align: center; } .h3title { color: #137C78; text-align: center; } .green { color: green; } .black { color: #222; } .autoCenterContainer { text-align: center; } .whiteBackground { background-color: white !important; } .writtenLogo { font-family: "Protest Strike", sans-serif; font-weight: 400; font-style: normal; font-size: 40px; } /* HEADER */ header { display: block; position: fixed; top: 0px; z-index: 10; width: 100%; } #headerContainer { display: flex; justify-content: space-between; flex-wrap: wrap; align-items: center; padding: 10px; height: 40px; background-color: white; } .logoHeader { max-width: 150px; max-height: 100px; font-size: 25px; } nav a { font-weight: 400; color: white; letter-spacing: 1px; text-transform: uppercase; color: #137C78; text-decoration: none; margin-right: 40px; font-weight: 500; font-size: 18px; } nav a:hover { text-decoration: underline; } .menuIcon { color: white; font-size: 25px; cursor: pointer; display: none; } .navTelNumber { border: solid 1px #137C78; padding: 10px 20px; } .viewContainer { min-height: 90vh; margin-top: 100px; } .homePageContainer { min-height: 90vh; background-color: #137C78; } .actionButtonContainer { position: absolute; top: 320px; text-align: center; } /* ORDERPAGE */ .orderFormContainer { display: inline-block; margin: auto; background-color: white; padding: 20px; box-sizing: border-box; width: 100%; } .labelInputContainer { text-align: center; padding: 10px; width: 100%; } .labelInputContainer.mainLabelInput { width: 40% !important; } .orderFormLabel { width: 300px; margin: auto; text-align: left; margin-bottom: 5px; font-size: 0.9em; } .orderFormInput { width: 300px; padding: 10px; border-radius: 30px; border: solid rgba(44, 62, 80, 0.6) 0.5px; box-sizing: border-box; } .orderFormTextarea { width: 300px; border-radius: 10px; height: 70px; border: solid 1px #2C3E50; padding: 10px; } .orderButton { width: 300px; padding: 13px; border: solid 1px #137C78; border-radius: 30px; background-color: #137C78; color: white; text-transform: uppercase; } .orderButton:hover { opacity: 0.9; border: solid 1px #137C78; } .homeSecondSection { background-color: white; padding: 100px; } /* MY ACCOUNT */ .deleteButton, .forgotButton { margin-top: 30px; } .deleteButton:hover, .forgotButton:hover { border-bottom: solid 1px white; cursor: pointer; } /* FORGOTTENPASSWORD */ .forgottenPasswordContainer, .deleteAccountContainer { text-align: center; } /* SWAL BUTTON */ .swal-button--cancel { background-color: #137C78; color: white; } .swal-button--confirm { background-color: white; color: #2C3E50; } /* FOOTER */ #footer { color: white; font-weight: 500; padding-bottom: 10px; } .footerFirstContainer { padding: 10px; margin-bottom: 10px; display: flex; justify-content: space-around; flex-wrap: wrap; font-weight: 500; border-bottom: solid 1px white; border-top: solid 1px white; } .list { padding: 20px; color: #2C3E50; } .list:hover { text-decoration: underline; } .footerSecondContainer { padding: 10px; border-bottom: solid 1px white; } .footerSecondContainerTitle { font-size: 25px; text-align: center; } .footerFlexBox { margin: 20px 100px; } .footerIcons { width: 40px; padding: 10px; cursor: pointer; } .loveContainer { text-align: center; width: 600px; margin: auto; background-color: white; } .lovePhrase { color: #137C78; padding: 10px 0px; } .elseButton { display: block; margin: 100px auto; font-size: 20px !important; } /* HOME */ .homeNavigator { width: 300px; height: 100px; margin-top: 20px; border: solid 0.2px #2C3E50; font-size: 30px; display: flex; flex-direction: column; justify-content: center; text-align: center; margin: 20px auto auto auto; } .homeNavigator:hover { background-color: #137C78; color: white; font-weight: bold; border: none; } .link { text-decoration: none !important; } .homeNavContainer { text-align: center; } .ql-editor > p { font-size: 18px; } .gazetteArea { width: 90%; min-height: 400px; } .picturesUploader { text-align: center; } .imgSmallContainer { width: 90%; margin: auto; display: flex; flex-wrap: wrap; justify-content: left; } .smallImg { min-height: 100px; width: 100px; height: min-content; background-repeat: no-repeat; background-size: cover; background-position-x: center; background-position-y: center; display: flex; flex-direction: column; padding-top: 0px; object-fit: fill; } .orderButton.exitButton { border: solid 1px #2C3E50 !important; background-color: #2C3E50 !important; } .addArticleButton { border-radius: 10px; background-color: #137C78; color: white; font-weight: bold; padding: 10px; } /* myArticles */ .helpContainer { display: flex; flex-direction: column; width: 100%; max-width: 600px; margin: 20 auto; padding: 20px; box-sizing: border-box; background-color: #DCDCDC; border-radius: 5px; } .helpText { margin: 10px 0px; font-size: 18px; text-align: center; } table { width: 100%; border-collapse: collapse; margin: 20px 0; } th, td { border: 1px solid #ccc; text-align: left; padding: 8px; } thead th { background-color: #f2f2f2; color: #333; } tbody tr { cursor: pointer; } tbody tr:nth-child(odd) { background-color: #f9f9f9; } tbody tr:hover { background-color: #f1f1f1; } table { border: 2px solid #ddd; border-radius: 4px; box-shadow: 0 2px 4px rgba(0,0,0,0.1); } .thStyle { font-size: 20px; font-weight: 500; } /* Page Article */ .articleQuery { margin: 20px; } .articleText { margin: 20px; } .articleContainer { width: 100%; } .articleTextContainer { width: 90%; margin: auto; } h1 { text-align: center; color: #333; margin-bottom: 20px; font-size: 40px; font-weight: 500; } h2 { color: #333; margin: 20px 0px; font-size: 32px; font-weight: 400; } h3 { color: #333; margin: 20px 0px; font-size: 26px; font-weight: 400; } p { text-align: justify; margin-bottom: 10px; font-size: 18px; } @media screen and (max-width: 900px) { .menuIcon { display: inherit; } nav.header { display: none; height: fit-content; background-color: white; width: 250px; position: fixed; top: 80px; right: 0px; z-index: 2; border: solid 1px rgb(170, 170, 170); padding: 10px; } header a { display: flex; flex-direction: column; } .menuIcon { padding-right: 20px; display: flex; flex-direction: column; margin-bottom: 19px; } .menuIcon.isExpanded .blackMenu:first-child { transform: rotate(45deg) translate3d(.125rem, .125rem, 0); } .menuIcon.isExpanded .blackMenu:nth-child(2) { transform: rotate(-45deg) translate3d(.125rem, -.125rem, 0); } div#headerBox { display: none; } .logoHeader { width: 100px; } .blackMenu { width: 2.25rem; height: 1.5rem; margin: 0px 0px -17px; transition: transform .25s cubic-bezier(0.25, 0.1, 0.22, 0.89); } nav a { margin-top: 10px; padding: 0px 0px 10px 0px; margin-left: 0px; } } @media screen and (max-width: 800px) { .labelInputContainer.mainLabelInput { width: 100% !important; } } @media screen and (max-width: 500px) { .loveContainer { width: 100%; } }