/***    USED CONSTANTS  ***/
/*color: white;*/
/*background-color: rgb(0,144,218);*/

html { 
    font-size: 100% 
}

@font-face {
    font-family: "Awery";
    src: 
        local('Awery'), 
        url("/Mods/Website/Front/Ui/awery-webfont.woff2") format('woff2'), 
        url("/Mods/Website/Front/Ui/awery-webfont.woff") format('woff'); 
    font-display: swap;
}

main {
    padding-left: 0px;
}

nav {   
    background-image: linear-gradient(to right, rgb(0,5,86), rgb(26,39,151));
}

nav ul {
    background-color: transparent;
}

nav .nav-wrapper {
    margin-left: 20px;
    margin-right: 20px;
}

nav a.sidenav-trigger {
    float: right;
}

nav .brand-logo {
    color: rgb(0,144,218);
    font-size: 3rem;
    font-family: "Awery", serif;
}

nav .brand-logo {
    left: 0;
    -webkit-transform: none;
    transform: none;
}

nav ul a {
    text-transform: uppercase;
}

.sidenav-trigger {
    color: white !important;
}

.section-0 {
    background-image: linear-gradient(to right, rgb(0,5,86), rgb(26,39,151));
    padding-top: 3rem;
    padding-bottom: 100px;
}

h1 {
    margin-top: 0rem;
    font-size: 2rem;
    text-align: left;
    color: white;
    font-weight: bold;
}

.page-subtitle {
    color: white;
    font-size: 1.5rem;
}

.home-section-1 {
    padding-top: 12px;
}

.home-card {
    padding: 24px;
    margin-bottom: 100px;
}

.home-section-1 .card-image img {
    margin-top: -100px;
    border-radius: 8px !important;
    box-shadow: 0 16px 24px 2px rgba(0,0,0,.14),0 6px 30px 5px rgba(0,0,0,.12),0 8px 10px -7px rgba(0,0,0,.2);
    transition: .5s;
}

.home-section-1 .card-image img:hover{
    margin-top: -150px;
    margin-bottom: 50px;
    transition: .5s;
}

.card .card-content h3.card-title {
    font-size: 1.5rem;
    color: rgb(26,39,151);
    font-weight: bold;
}

p.on-top {
    font-size: 1rem;
    color: rgb(132,137,156);
    padding-top: 2rem;
    margin-bottom: 0px;
}

@media only screen and (min-width : 1201px){
    .container {
        max-width: 1400px;
        width: 80%;
        margin-left: auto;
        margin-right: auto;
    }
}

@media only screen and (min-width : 993px) and (max-width : 1200px){
    .container {
        width: 90%;
        margin-left: 5%;
        margin-right: 5%;
    }
    
}

.section-title {
    text-align: center;
    color: rgb(23,39,151);
    font-weight: bold;
    margin-top: 4rem;
    margin-bottom: 4rem;
}

.home-card .card-content .card-title {
    font-size: 1rem;
    line-height: 1.5rem;
}

@media only screen and (min-width : 601px) and (max-width : 1200px){
    .home-card{
        min-height: 400px;
    }
}
@media only screen and (min-width : 1201px){
    .home-card{
        min-height: 500px;
    }
}

.card-image{
    padding-top: 2rem;
}


.card .card-image.img-profile img {
    height: auto;
    width: 150px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    border-radius: 50%;
}

.card .card-image.logo-profile img {
    height: auto;
    width: 150px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

p.contact-us-text {
    text-align: center;
    font-size: 2rem;
    color: rgb(0,5,86);
    padding-top: 3rem;
}

a.button-contact-us {
    background-color: #D32F2F;
    border-radius: 100px;
    font-size: 1rem;
    padding-top: 1rem;
    padding-right: 2rem;
    padding-bottom: 1rem;
    padding-left: 2rem;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    display: table;
    margin-bottom: 80px;
}

main, footer {
    padding: 0px;
}

.page-footer {
    padding: 0px;
    background-color: rgb(0, 5, 86);
}

.page-footer .footer-copyright {
    background-color: rgb(0, 5, 86);
    border-top: 1px solid rgb(26, 39, 151);
    font-size: 0.8rem;
}

.top-footer{
    margin-right: auto;
    margin-left: auto;
    min-height: 150px;
}

@media only screen and (min-width : 1201px){
    .top-footer {
        width: 70%;
    }
}

@media only screen and (min-width : 993px) and (max-width : 1200px){
    .top-footer {
        width: 70%;
    }
}

@media only screen and (min-width : 601px) and (max-width : 992px){
    .top-footer {
        width: 90%;
    }
}

@media only screen and (max-width : 600px){
    .top-footer {
        width: 90%;
    }
}

h5.footer-brandname{
    color: rgb(0,144,218);
    font-family: "Awery", serif;
    font-size: 2.9rem;
    height: 50px;
}

.footer-title-container{
    display:table;
    height: 50px;
}

h5.footer-title {
    font-size: 1.2rem;
    display:table-cell;
    vertical-align:bottom;
    text-transform: uppercase;
}

.image-linkedin {
    height: 1.4rem;
    vertical-align: bottom;
    margin-right: 5px;
}

.section-not-found {
    margin-top: 5rem;
    background-color: rgb(0,144,218);
    color: white;
    padding-top: 50px;
    display: flow-root;
    margin-bottom: 5rem;
}

.not-found-message{
    display: block;
    width: 100%;
    font-size: 2rem;
    text-align: center;
}

.not-found-code{
    display: block;
    width: 100%;
    font-size: 4rem;
    text-align: center;
    margin-top: 50px;
    margin-bottom: 50px;
}

a.not-found-button-home {
    margin-bottom: 50px;    
    background-color: rgb(0, 5, 86);
    border-radius: 100px;
    font-size: 1rem;
    padding-top: 1rem;
    padding-right: 2rem;
    padding-bottom: 1rem;
    padding-left: 2rem;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    display: table;
}

nav a.selected {
    color: rgb(0,144,218);
}

.section-contact {
    padding: 24px;
    margin-top: -50px;
    background-color: rgb(0,144,218);
    color: white;
    padding-top: 50px;
    display: flow-root;
    margin-bottom: 5rem;
}

button.contact-button-home{
    margin-bottom: 50px;    
    background-color: rgb(0, 5, 86);
    border-radius: 100px;
    font-size: 1rem;
    padding-top: 1rem;
    padding-right: 2rem;
    padding-bottom: 1rem;
    padding-left: 2rem;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    display: table;
}

.input-field > label {
    color: white;
}

input:not([type]), input[type="text"]:not(.browser-default), input[type="password"]:not(.browser-default), input[type="email"]:not(.browser-default), input[type="url"]:not(.browser-default), input[type="time"]:not(.browser-default), input[type="date"]:not(.browser-default), input[type="datetime"]:not(.browser-default), input[type="datetime-local"]:not(.browser-default), input[type="tel"]:not(.browser-default), input[type="number"]:not(.browser-default), input[type="search"]:not(.browser-default), textarea.materialize-textarea {
    border-bottom: 1px solid white;
    color: white;
}

input:not([type]):focus:not([readonly]) + label, input[type="text"]:not(.browser-default):focus:not([readonly]) + label, input[type="password"]:not(.browser-default):focus:not([readonly]) + label, input[type="email"]:not(.browser-default):focus:not([readonly]) + label, input[type="url"]:not(.browser-default):focus:not([readonly]) + label, input[type="time"]:not(.browser-default):focus:not([readonly]) + label, input[type="date"]:not(.browser-default):focus:not([readonly]) + label, input[type="datetime"]:not(.browser-default):focus:not([readonly]) + label, input[type="datetime-local"]:not(.browser-default):focus:not([readonly]) + label, input[type="tel"]:not(.browser-default):focus:not([readonly]) + label, input[type="number"]:not(.browser-default):focus:not([readonly]) + label, input[type="search"]:not(.browser-default):focus:not([readonly]) + label, textarea.materialize-textarea:focus:not([readonly]) + label {
    color: white;
}

input:not([type]):focus:not([readonly]), input[type="text"]:not(.browser-default):focus:not([readonly]), input[type="password"]:not(.browser-default):focus:not([readonly]), input[type="email"]:not(.browser-default):focus:not([readonly]), input[type="url"]:not(.browser-default):focus:not([readonly]), input[type="time"]:not(.browser-default):focus:not([readonly]), input[type="date"]:not(.browser-default):focus:not([readonly]), input[type="datetime"]:not(.browser-default):focus:not([readonly]), input[type="datetime-local"]:not(.browser-default):focus:not([readonly]), input[type="tel"]:not(.browser-default):focus:not([readonly]), input[type="number"]:not(.browser-default):focus:not([readonly]), input[type="search"]:not(.browser-default):focus:not([readonly]), textarea.materialize-textarea:focus:not([readonly]) {
    border-bottom: 1px solid white;
    box-shadow: 0 1px 0 0 white;
}

input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus  {
    -webkit-box-shadow: 0 0 0 30px rgb(0,144,218) inset !important;
    -webkit-text-fill-color: white !important;
    transition: background-color 5000s ease-in-out 0s !important;
}

ul.privacy-notice-list > li {
    list-style-type: disc;
    margin-left: 2em;
    padding-top: 0px;
}


div.privacy-notice-card {
    text-align: justify;
    margin-top: -50px;
    padding: 24px;
}

div.nav-wrapper > ul.hide-on-med-and-down {
    padding-right: 50px;
}

ul.product-list {
    padding-left: 1rem;
}

ul.product-list li {
    list-style-type: disclosure-closed;
    color: rgb(11,24,116);
}

.section-lightbackground {
    background-color: white;
}

.section {
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.quality-centered-image-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 300px;
    margin: 0 auto;
    text-align: center;
    filter: grayscale(100%);
    max-width: 100%;
}

.quality-centered-image-container img {
    max-width: 100%;
}

.quality-centered-image-container:hover {
    filter: none;
}

.card-border-bottom {
    border-bottom: 4px solid rgb(0,144,218);
}

.home-card-pointer {
    cursor: pointer;
}

.testimonies-section {
    background-image: linear-gradient(to bottom, rgb(0,144,218), rgb(26,39,151));
    text-align: center;
    padding-top: 6rem;
    padding-bottom: 6rem;
}

.testimonies-function {
    color: #616161;
}

.card-testimonies {
    margin: auto;
    padding: 24px;
}

@media only screen and (min-width : 1201px){
    .card-testimonies {
        max-width: 1200px;
        width: 50%;
    }
}

@media only screen and (min-width : 993px) and (max-width : 1200px){
    .card-testimonies {
        width: 50%;
    }
}

@media only screen and (min-width : 601px) and (max-width : 992px){
    .card-testimonies {
        width: 70%;
    }
}

@media only screen and (max-width : 600px){
    .card-testimonies {
        width: 90%;
    }
}


.reglementation-explaination-card {
    background-color: #D32F2F;
    color: white;
    margin-left: 40px;
    margin-right: 20px;
}

.section-1 .reglementation-explaination-card{
    margin-top: -50px;
}

.reglementation-explaination-card .card-content h3.card-title{
    color: white;
}

ul.reglementation-explaination {
    padding-left: 1rem;
}

ul.reglementation-explaination li {
    list-style-type: disc;
}

.section-1 {
    padding-bottom: 3rem;
}

.product-presta-item {
    text-align: center;
    color: rgb(11, 24, 116);
}

.product-presta-icon {
    font-size: 4rem;
}

.product-presta-item h4 {
    color: rgb(11, 24, 116);
    font-size: 1rem;
    font-weight: bold;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}

.product-presta-item p {
    font-size: 0.9rem;
}

.row .col.product-presta-item {
    margin-left: 0px;
    padding-bottom: 3rem;
}

.product-presta-list {
    padding-top: 3rem;
}

.to-remember-card {
    min-height: 250px;
    border-bottom: 4px solid #D32F2F;
}

.card.to-remember-card .card-content h3.card-title {
    font-size: 1.2rem;
}

.to-remember-title.section-title {
    color: #D32F2F;
}

.to-remember-card.card .card-content h3.card-title {
    color: #D32F2F;
}

.no-padding {
    padding: 0px;
}

.testimonies-section .slideshow-dot {
    border: 1px solid white;
}

.testimonies-section .slideshow-prev, .testimonies-section .slideshow-next {
    top: 50%;
    height: 40px;
    border-radius: 50%;
}

.testimonies-section .slideshow-dot.active, .testimonies-section .slideshow-dot:hover {
    background-color: white;
}

.card.card-testimonies .card-content h3.card-title {
    color: #616161;
}

.reglementation-explaination a {
    color: white;
    text-decoration: underline;
}

.card.home-card {
    overflow-x: inherit;
}

.top-footer li {
    padding-bottom: 1rem;
}

.container.blog-section-1 {
  margin-top: -50px;
  margin-bottom: 5rem;
}

.blog-article .card-image {
  padding-top: 0;
}

@media only screen and (max-width : 1000px){
    .blog-article-cover {
      max-width: 100%;
    }
}
@media only screen and (min-width : 1001px){
    .blog-article-cover {
      max-width: 1000px;
    }
}

.blog-article-cover {
  max-height: 300px;
  object-fit: contain;
}

.blog-article p.text-emphasis-style-2{
    margin-top: 1rem;
    font-size: 0.9rem;
}