/* Importer une police depuis Google - Accédez à fonts.google.com, sélectionnez une police et recherchez la commande d'importation */
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100&display=swap');

:root {
	
	--cassiopeia-color-primary: #9cbd5a;
    --cassiopeia-color-link: #9cbd5a;
    --cassiopeia-color-hover: #ff0000;
	
	--cassiopeia-font-family-body: "Helvetica", Arial, sans-serif;
    --cassiopeia-font-family-headings: "Helvetica", Arial, sans-serif;
    --cassiopeia-font-weight-headings: 700;
    --cassiopeia-font-weight-normal: 400;
	
	--bs-body-font-family: var(--cassiopeia-font-family-body) !important;
    --bs-body-font-size: 1rem !important;
    --bs-body-font-weight: var(--cassiopeia-font-weight-normal)!important;
    --bs-body-line-height: 1.5 !important;
    --bs-body-color: #212529 !important;
    --bs-body-bg: #fff !important;

    --blue: #0d6efd;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #d63384;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #198754;
    --teal: #20c997;
    --cyan: #0dcaf0;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --gray-100: #f8f9fa;
    --gray-200: #e9ecef;
    --gray-300: #dee2e6;
    --gray-400: #ced4da;
    --gray-500: #adb5bd;
    --gray-600: #6c757d;
    --gray-700: #495057;
    --gray-800: #343a40;
    --gray-900: #212529;
    --primary: #0d6efd;
    --secondary: #6c757d;
    --success: #198754;
    --info: #0dcaf0;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #212529;
    --primary-rgb: 13, 110, 253;
    --secondary-rgb: 108, 117, 125;
    --success-rgb: 25, 135, 84;
    --info-rgb: 13, 202, 240;
    --warning-rgb: 255, 193, 7;
    --danger-rgb: 220, 53, 69;
    --light-rgb: 248, 249, 250;
    --dark-rgb: 33, 37, 41;
    --white-rgb: 255, 255, 255;
    --black-rgb: 0, 0, 0;
    --body-color-rgb: 33, 37, 41;
    --body-bg-rgb: 255, 255, 255;
    --font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
    --body-font-family: var(--cassiopeia-font-family-body);
    --body-font-size: 1rem;  /*2rem*/
    --body-font-weight: 400;
    --body-line-height: 1.5;
    --body-color: #383838;
    --body-bg: #efefef;
}

body {
    font-family: 'Helvetica', Arial, sans-serif;
}
/* Image aninée Accueil */
.view-featured, .view-contact, .view-events, .view-event, .view-article, .view-form, .view-search {
   /*background: #4b684a !important; */
    background: #e3eeb0 url(../images/animated-waves.svg) no-repeat 100%/116rem;
    background-position: top -5rem left;	
    background-size: cover;
	background-attachment: fixed;
}
/* Header
-------------------------------------------------------------- */

/* L'en-tête de page de Cassiopeia a la classe "header" donc vous le contrôlez avec .header */
.header {   
	background: linear-gradient(90deg, rgba(2, 0, 36, 1) 0%, rgb(75 104 74) 35%, rgb(166 187 76) 100%);
}

.container-header .grid-child {
    padding: 0em;     /*0.5em */
}
.container-header .grid-child .navbar-brand {
	padding-top: 0rem !important;                   /*0.3125rem*/
    padding-bottom: 0rem !important;                 /*0.3125rem*/
    margin-right: 1rem;
    font-size: 1.25rem;
    text-decoration: none;
    white-space: nowrap;
	
}
/*taille logo */
a.brand-logo {
    background: white;
    font-size: x-large;
    padding: 0.2em 0.2em;      /*  0 0.4em */
}

.container-header .container-nav {
    flex-wrap: wrap;
    justify-content: initial;     /*space-between*/
    padding-bottom: 0em;               /*1em*/
}
/* position menu */
.collapse.navbar-collapse .metismenu.mod-menu .metismenu-item {    
    font-size: 0.97rem !important;     /* 1.1rem */
    font-weight: bold;
    text-transform: uppercase;  
}
.container-header nav {
    margin-top: 0;           /*0.5em*/
    padding: 0;
}

.collapse.navbar-collapse .metismenu.mod-menu .metismenu-item {
    align-items: center;
    display: flex; 
    flex-wrap: wrap;
    font-size: 1rem;    /*1.1rem*/
    line-height: 1.5;
    padding: 0.8em 1em;         /* 0.5em 1em */
}
.metismenu.mod-menu .metismenu-item:not(.level-2)>ul {
    margin-right: 0em;
}
.mod-list li {
  /*  padding: 0.5em 0;  */   /* 0.25em 0 */
}
.metismenu-item a{
	
	 color: var(--body-color);
}
.metismenu-item a:hover{
	
	color: #ff0000;
}
.container-header .container-search {
  /*  margin-top: 0.30em;   */   /*0.28*/       /* Mis en commentaire 13/11/2024 */
}

.container-search {
  /*  margin-left: 100px;  */                   /* Mis en commentaire 13/11/2024 */     
}
.container-search .form-control {    
    padding: .375rem 0.75rem !important;
}
.container-search .form-control:focus,.com-finder.finder .form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: #faff75;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgb(250 255 117 / 40%);
}
.container-header .container-search {            /* rajouter class 13/11/2024 */
    float: right;
    margin: 5px 14px 4px 12px;
}

/* couleur arriere plan lien dropdown position menu */
.collapse.navbar-collapse li.metismenu-item:hover {    
    background: #9cbd5a;
	/*padding: 8px 8px;*/
}
.page-header, .acenter{
    color: #9cbd5a;
    font-family: Helvetica, Arial, sans-serif !important;
    font-weight: bold !important;
	margin-bottom: 25px;	
	}
.card-header {  
  background-color: #ffffff !important;
  color: #000000 !important;
  font-weight: bold !important;
  border-bottom: 1px solid !important;                    
}
h3.card-header {
    font-size: 1.35rem;
	text-transform: uppercase;
}
.container-header .metismenu>li.active>a:after, .container-header .metismenu>li.active>button:before, .container-header .metismenu>li>a:hover:after, .container-header .metismenu>li>button:hover:before {
    background: #f8bb19;
    opacity: 1;
}


.site-grid {
  /*  padding-top: 30px;*/
}
.overlay {
    margin-top: -30px;
}
.sidebar-right {
    padding: 5px;
}
.breadcrumb-item a {
    color: #6c757d;
}
.breadcrumb-item a:hover {
    color: #ff0000;
}
/*Lien*/
.item-title a {    
	color: #9cbd5a !important;
    text-decoration: none !important; 
}
.item-title a:hover,.item-title a:active,.item-title a:focus {    
	color: #ff0000 !important;
   
}
a.comments-link, #comments a, .form-login-options-forgot {    
	color: var(--body-color) !important;
	text-decoration: none!important;
}
#comments a:hover, a.comments-link:focus, a.comments-link:hover {
    color: #9cbd5a !important; 
	font-size: 1.1em;
    text-decoration: none;
}
#comments .icon-rss:before {   
    color: orange;
}
#comments .icon-loop:before {
      color: #496d04;
}
#comments-form-buttons .btn-success {
    color: #fff;
    background-color: var(--body-color);
    border-color: var(--body-color);
}
#comments-form-buttons .btn-success:hover {
    color: #fff;
    background-color: #9cbd5a;
    border-color: #9cbd5a;
}

/*component article*/
.float-end a {
	color: #000000 !important;
}
.float-end a:hover {
	color: #ff0000 !important; 
}
/* majuscule des titres separator module */
button.mod-menu__separator.separator.mm-toggler.mm-toggler-nolink {	
    text-transform: uppercase;
}
/* couleur arriere plan lien dropdown position sidebar right */
.sidebar-right .metismenu .mm-collapse {
    background-color: white;   
}
/* Formulaire contact */
img.card-img-top {
    max-width: 12rem;   /*taille du cadre de l'image*/
	margin-bottom: -60px;
    margin-top: 20px;
}
form#contact-form .choices {
    color: black;
}
form#contact-form .control-label, #jform_consentbox-lbl a {
	color: #9cbd5a !important;
	text-decoration: none!important;
    font-weight: 700;
	font-size: large;
}
#jform_consentbox-lbl:hover,#jform_consentbox-lbl a:hover{
	color: #a51f18 !important;
}
label#jform_consentbox-lbl.invalid a {
    color: #a51f18 !important;
}
form#contact-form legend {
	color: #9cbd5a;    
    font-weight: bold;
    margin-bottom: 15px;
	text-transform: uppercase;
}
label#jform_spacer-lbl, label#jform_contact_email_copy-lbl, span.form-control-feedback {
    font-weight: 400;
}
form#contact-form .form-check-input:checked, .form-check .form-check-input:checked {
    background-color: #ffc107;
    border-color: #ffc107;
}
dt.jcfields_1 {
    margin-top: 10px;
}
dd.jcfields_1 {
    margin-bottom: -20px;
}
#contact-form button.btn.btn-success.button-select {
    display: none;
}
/* enlever cadre champs editor fiche contact */
.mceDefaultSkin .mceIframeContainer:last-child {
    border-top: 0px solid #ddd !important; 
}
.mceDefaultSkin .mceIframeContainer:first-child, .mceDefaultSkin .mceStatusbar:first-child {
     border-bottom: 0px solid #ddd !important; 
}
.mceDefaultSkin .mceLayout {
    border: 0px solid #ddd !important;
} 
a.btn.btn-outline-secondary.wf-media-upload-button:hover {
  /*  color: #9cbd5a; */
}
#jform_com_fields_pi__ce_jointe_jpg_png_pdf_txt_doc_ifr {
    width: 300px;                 
    height: 60px !important;   	
	border-radius: 0.5rem;
	background-color: #f2f2f2;
    border: 1px solid rgba(0,0,0,.15);
}

#jform_com_fields_pi__ce_jointe_jpg_png_pdf_txt_doc_ifr:hover {    
  /*  background-color: #6c757d !important;
    border-color: #6c757d !important;*/
}
/*module anniversaire*/
.cb_template a {
    color: #ffffff !important;
}	
.mod-contrast {
    background-color: #222 !important;
    color: #fff !important;  
}
.mod-contrast a {
	text-decoration: none !important;
	color: white !important;
}

.mod-contrast a:focus, .mod-contrast a:hover {    
	font-size: 1.1em;    
}

.btn-primary {
	background-color: #496d04 !important;
	border: 1px solid #496d04 !important;
	
}
.btn-primary:hover {
	background-color: #a51f18 !important;
	
}
.js-stools-btn-clear {
    background-color: #496d04 !important;    
}
/* connexion */
 .view-login {
    background: #c8e1b8 !important;
}
.view-login .grid-child.container-component,.view-login .form-login-options-forgot a{
	/*width: 500px;
	height: 400px;
	border: 4px solid #448344;*/
    padding: 20px;
    background-color: #9cbd5a;
    border-radius: 0.5em !Important;
    color: #fff;  
}
.view-login .form-check-input:checked,.form-check .form-check-input:checked  {
    background-color: #ffc107;
    border-color: #ffc107;
}

 .view-login .input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu) {
    background: #faff75;
    border: 2px solid #448344; 
    color: #333;
}
.view-login .input-group:not(.has-validation):hover > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu) {
    background: #fff;
    border: 2px solid #448344; 
    color: #333;	
}  
/* position side-right */
#login-form input#modlgn-username {
    background: #faff75;
    border: 2px solid #448344;
    color: #333;
}
#login-form input#modlgn-username.inputbox:hover, #login-form input#modlgn-username.inputbox:focus {
    background: #fff;
}

#login-form input#modlgn-passwd {
    background: #faff75;
    border: 2px solid #448344;
    color: #333;
}

#login-form input#modlgn-passwd.inputbox:hover, #login-form input#modlgn-passwd.inputbox:focus {
    background: #fff;
}

#login-form button.button {
    background: #222;
    border: 1px solid #496d04;
    color: #FFF;
    padding: 3px 10px;
	border-radius:.25rem;
}

p#form-login-username {
    margin-top: 0;
    margin-bottom: 1rem;
}

p#form-login-password {
    margin-top: 0;
    margin-bottom: 1rem;
}

#login-form .button:hover, #login-form .button:focus, #login-form .btn:hover, #login-form .btn:focus, #login-form button.validate:hover, #login-form button.validate:focus {
    background: #496d04;
    border: 1px solid #222;
    cursor: pointer;
    color: #fff;
}

/*affichage mot de passe perdu */
.cbLostPassForm.cb_template.cb_template_default{    
    background-color: white;
    padding: 20px;
	border-radius: 0.5em !Important;
}
.grid-child.container-top-b {   
    background-color: #fff;
}
.breadcrumb {                                        
    background-color: #fff;
    margin-bottom: 0;
}

.comments-readmore a {
background: var(--body-color);
color: #fff;
}
.comments-readmore a:hover {
background: #9cbd5a;
}

/* Couleur fond  */
.item-page, .com-users, .com-users-reset, .com-users-remind, .com-users-profile, .card, .com-content-category,/* .mod-articlesnews-horizontal li*/,/* .breadcrumb*/, .finder, .login { /* enlever 12/04/2022 */
    padding: 5px !important;               
}

.item-title, h1, h2, h3, h4, h5 {
    color: #9cbd5a;
    font-family: Helvetica, Arial, sans-serif !important;
    font-weight: bold !important;
}

.item-content, .blog-item, .com-finder.finder {	
    background: #FFF !important;   
	padding: 0.25rem 0.5rem !important;
    border-radius: 0.5em !Important;
}
.item-page {	
    background: #FFF !important;                   	  
    padding: 0.35rem 1rem !important;              
	
    border-radius: 0.5em !Important;
}
/* Couleur lien police commentaire */
span a {
	color: var(--bs-body-color);
	text-decoration: none !important;
}

/* Liens .items-more */
.items-more a, .com-content-blog__links, .page-link {
    color: var(--cassiopeia-color-link) !important;
}
.items-more a:focus, .items-more a:hover, span a:hover {
    color: #f52503 !important;
}
.page-item.active .page-link {   
    background-color: #d6e7b5 !important;
    border-color: #9cbd5a !important;
}
/* affichage de l'événement */
 .view-contact main {	
    background: #FFF !important;                   	  
    padding: 0.35rem 0.8rem 1.5rem 0.8rem !important;     
    border-radius: 0.5em !Important;
} 

/* Barre de Menu */
.metismenu.mod-menu .metismenu-item {
    /*color: #ffffff !important;*/    
/*font-size: 1rem !important;
font-weight: bold;
text-transform: uppercase;    */
}

.metismenu.mod-menu .metismenu-item:hover {
  /*  font-size:15px!important;   */              
}
.metismenu-item.item-181:active {
 /*   font-size: 1.3rem !important;*/
}
.contrast-green  {
    background: #9cbd5a !important;
    color: #fff !important;
}
.contrast-red  {
    background: #d95a4d !important;      /*#ec534d*/
	color: #fff;
}
 .jjshoutboxoutput {
    height: 200px !important;
    background: #9cbd5a !important;
    border-color: #000000 !important;
    border-width: 1px !important;
}
.jjshoutbox .shout-header {
    background: #669165 !important;
 }
 /* contour du cadre module */
 .card {
    border: 0px solid !important;   
 } 
 .card-body a {
	color: #000000;
	text-decoration: none !important;
 }
 .card-body a:hover {
	color: #ff0000 !important; 	
 }
 .card, .breadcrumb, .blog-item, .item-image, .item-page, .card-header, .left.item-image img, .category-list, .reset, .remind, .pagination, .page-link, .login, .list-group-item, .finder, .no-card .newsflash-horiz li {
    border-radius: 0.5em !Important;
}

/* Badge ---*/
.badge {
    background-image: url(./images/badge-6.png);
    background-repeat: no-repeat;
    height: 45px;
    position: absolute;
    right: 6px;
    top: -6px;
    width: 45px;
	opacity: 0.8;
}

/* Ajout Options Badge Mes Articles et Blogs -- */

/* Cassiopeia badges */
.badge-hot              .badge { background-position: 0 0; }
.badge-new              .badge { background-position: 0 -45px; }
.badge-top              .badge { background-position: 0 -90px; }      
.badge-video            .badge { background-position: 0 -135px; }
.badge-audio            .badge { background-position: 0 -180px; }
.badge-photo            .badge { background-position: 0 -225px; }
.badge-quote            .badge { background-position: 0 -270px; }
/* yellow badges */
.badge-yellowtag        .badge { background-position: -45px 0; }
.badge-yellowlink       .badge { background-position: -45px -45px; }
.badge-yellowquote      .badge { background-position: -45px -90px; }
.badge-yellowheart      .badge { background-position: -45px -135px; }
.badge-yellowtwitter    .badge { background-position: -45px -180px; }
.badge-yellowquestion   .badge { background-position: -45px -225px; }
.badge-yellowmobile     .badge { background-position: -45px -270px; }
/* blue badges */
.badge-bluetag          .badge { background-position: -90px 0; }
.badge-bluelink         .badge { background-position: -90px -45px; }
.badge-bluequote        .badge { background-position: -90px -90px; }
.badge-blueheart        .badge { background-position: -90px -135px; }
.badge-bluetwitter      .badge { background-position: -90px -180px; }
.badge-bluequestion     .badge { background-position: -90px -225px; }
.badge-bluemobile       .badge { background-position: -90px -270px; }
/* green badges */
.badge-greentag         .badge { background-position: -135px 0; }
.badge-greenlink        .badge { background-position: -135px -45px; }
.badge-greenquote       .badge { background-position: -135px -90px; }
.badge-greenheart       .badge { background-position: -135px -135px; }
.badge-greentwitter     .badge { background-position: -135px -180px; }
.badge-greenquestion    .badge { background-position: -135px -225px; }
.badge-greenmobile      .badge { background-position: -135px -270px; }
/* red badges */
.badge-redtag           .badge { background-position: -180px 0; }
.badge-redlink          .badge { background-position: -180px -45px; }
.badge-redquote         .badge { background-position: -180px -90px; }
.badge-redheart         .badge { background-position: -180px -135px; }
.badge-redtwitter       .badge { background-position: -180px -180px; }
.badge-redquestion      .badge { background-position: -180px -225px; }
.badge-redmobile        .badge { background-position: -180px -270px; }
/* dark badges */
.badge-darktag          .badge { background-position: -225px 0; }
.badge-darklink         .badge { background-position: -225px -45px; }
.badge-darkquote        .badge { background-position: -225px -90px; }
.badge-darkheart        .badge { background-position: -225px -135px; }
.badge-darktwitter      .badge { background-position: -225px -180px; }
.badge-darkquestion     .badge { background-position: -225px -225px; }
.badge-darkmobile       .badge { background-position: -225px -270px; }

/* Menu + Mobile
-------------------------------------------------------------- */
.container-header .metismenu>li.level-1>ul {
min-width: 13rem;
padding: 10px;
border-radius: 5px;
/* Submenu */
}
.metismenu.mod-menu .mm-collapse>li.parent>ul {
border-radius: 5px;
/* Submenu > Submenu background */
}

.metismenu.mod-menu .mm-toggler:after {
margin: 0 0 0 0.3em;
border-top: 0.3em solid;
border-right: 0.3em solid transparent;
border-left: 0.3em solid transparent;
/* Menu Arrow icon size*/
}

.metismenu.mod-menu .metismenu-item {    
	/* flex-wrap: nowrap; */ /* Enlever 26/12/2022*/                   
}

.navbar-toggler:focus {
box-shadow: none;
/* Mobil menu */
}

/* Menu Position Button Module */

#mod-custom110 .btn {
margin-top: 0.5em;
padding: 11px 43px;
}
/*champs personalisé image */
div#jcfields_1 {
  /*	background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center center;
    background-size: cover;
	display: block;
    position: relative;*/
}
div#jcfields_2 {
  /*  margin-top: -325px;
    margin-bottom: 45px;*/
	/* text-align: center; */
    /* font-family: Georgia; */
    /* margin: 0 auto; */
 /*   margin-left: auto;
    margin-right: auto;
	background-color: transparent;
	z-index: 1; 
    position: absolute;    
    left: 0;
    right: 0;
    top: 50%;
    color: white; 
    width: 40%;*/
	
}
div#field_1 {
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center center;
    background-size: cover;
    background-image: url(/images/2022_11_05_2.jpg);
    height: auto;
    color: white;    
}

/*largeur maximale 2535 pixels */
@media (max-width: 2535px) {
#onesignal-bell-container.onesignal-reset .onesignal-bell-launcher.onesignal-bell-launcher-bottom-right {
  /*  bottom: 20px !important;
    right: 60px  !important;  */
}
/* Position button Lien 'Haut de page' */
.back-to-top-link {	
    bottom: 10px !important;  
    margin-right: 40px  !important;  
}
.back-to-top-link:focus, .back-to-top-link:hover {
    background-color: #9cbd5a !important;    
}
}

/*largeur maximale 992 pixels */
@media (max-width: 992px) {	
a.brand-logo {
    display: block;
    /*font-size: 1.1em;*/
    /* height: auto; */
    padding: 0.2em 0.22em;
    text-align: center;
    width: 100%;
}

/* #navbar100.navbar-collapse { */   /* ajouter 25/03/2024 */
.navbar-collapse {   
    margin-left: -6px;        
	margin-top:  5px;         
    width: 992px;            
}

.container-header .container-nav .container-search, .container-header .container-nav nav {
    margin: 0.4em;    
}

/*body {*/
.view-featured, .view-contact, .view-events, .view-event, .view-article, .view-form, .view-search {
 /*background: #4b684a !important; */
 background: #e3eeb0 url(../images/animated-waves.svg) left top no-repeat;
 background-size: contain;    /*cover*/
}

#mod-custom110 .btn {
    margin-top: 0.5em;
    left: 88px;
    position: absolute;
/* Menu position button */
}

.site-grid {   
    /* padding-top: 0px; */
}
.item-content, .blog-item {    
    padding: 0.15rem 0.25rem !important;   
}
.item-page {	
    background: #FFF !important;               	  
    padding: 0.2rem 0.75rem !important;         
    border-radius: 0.5em !Important;
}

.btn-group, .btn-group-vertical {
    display: block  !important;   
}

/*Position connexion*/
.view-login .grid-child.container-component, .view-login .form-login-options-forgot a {    
    margin-top: 20px;
}
}

@media screen and (min-width: 992px) and (max-width: 1319px){
a.brand-logo {
    display: block;
    /*font-size: 1.1em;*/
    /* height: auto; */
    padding: 0.2em 0.22em;
    text-align: center;
    width: 100%;
}
}

/*largeur maximale 640 pixels */
@media (max-width: 640px) {

/* Taille et espacement de l'image fiche contact */
div#jcfields_2 {
 /*   width: 10rem;
	margin-bottom: -80px; */
}
}

/*largeur maximale 470 pixels */
@media (max-width: 470px) {

.js-stools-container-bar {
    padding: 0px 0px;
}
.js-stools-container-bar .btn-toolbar {
    justify-content: normal;
}

/* taille texte fiche contact*/
form#contact-form .control-label {    
    font-size: small;
}  
form#contact-form legend {
    font-size: medium;    
    margin-bottom: 10px;
    
}
}

/*largeur maximale 380 pixels */
@media (max-width: 380px) {

form#contact-form .control-label  {
    color: #9cbd5a !important;
    text-decoration: none!important;
    font-weight: 700;
    font-size: smaller;
}
  
 #jform_consentbox-lbl a {    
    font-size: medium;
}
  /* taille label champs E-mail fiche contact */
 .jcfields_3, .jcfields_4 {
    font-size: .780rem;
} 
}	
@media screen and (max-width: 640px) and (max-height: 707px){

}	
.footer {
    margin-top: 1em;
    color: white;
    background-color: var(--cassiopeia-color-primary);
    /*background-image: linear-gradient(135deg, var(--cassiopeia-color-primary) 0%, var(--cassiopeia-color-hover) 100%);*/
	background: linear-gradient(90deg, rgba(2, 0, 36, 1) 0%, rgb(75 104 74) 35%, rgb(166 187 76) 100%);
}

.own {
  --cassiopeia-color-primary: #2F9C95;
  --cassiopeia-color-hover: #174F4B;
  --cassiopeia-color-link: #1C5E5A;
}
.container-footer a:hover {
    color: #ff0000;
}	