@charset "utf-8";
/* © 4myevent - ® 4myevent - Powered by Mathias Gallo */

#accueil .container{ max-width:900px !important;}
#accueil .container-fluid{ background-color: #5E338C;}
#accueil .row{ padding: 20px 0px 60px 0px; !important;}
html #accueil * { font-family: Gotham !important; }
#accueil .f100 { font-weight: 100; }
#accueil .f300 { font-weight: 300; }
#accueil .f400 { font-weight: 400; }
#accueil .f500 { font-weight: 500; }
#accueil .f600 { font-weight: 600; }
#accueil .f700 { font-weight: 700; }
#accueil .f800 { font-weight: 800; }
#accueil nav a {
	color: #FFF! important;
	text-decoration: none! important;
}
#accueil nav a:hover {
	color: #FFF! important;
	text-decoration: none! important;
}
#accueil a {
	color: #0d47a1! important;
	text-decoration: none! important;
}
#accueil a:hover {
	color: #0d47a1! important;
	text-decoration: underline! important;
}
#accueil footer a, #accueil .container-fluid a {
	color: #FFF! important;
	text-decoration: none! important;
}
#accueil footer a:hover, #accueil .container-fluid a:hover {
	color: #FFF! important;
	text-decoration: underline! important;
}
.btn-secondary {
  color: #fff;
  background-color: #857555 !important; }
.primary {
  background-color: #0d47a1 !important; }
.secondary {
  background-color: #857555 !important; }
.primary-text {
  color: #0d47a1 !important; }
.secondary-text {
  color: #857555 !important; }
.border-primary {
  border-color: #0d47a1 !important;
}

/*////////////////////////////////////////////*/
/*///                COLORS                ///*/
/*////////////////////////////////////////////*/
.blue-darken-4-text {
    color: #0d47a1 !important;
}
.greydark-4me-text {
    color: #323131 !important;
}
.grey-4me-text {
    color: #D9DCE0 !important;
}
/*////////////////////////////////////////////*/
/*///                 LOG                  ///*/
/*////////////////////////////////////////////*/
#connexlink {
    min-width: 270px;
}

/*////////////////////////////////////////////*/
/*///              RESPONSIVE              ///*/
/*////////////////////////////////////////////*/
@media (min-width: 576px) {
}

@media (min-width: 768px) {
}

@media (min-width: 992px) {
}

@media (min-width: 1200px) {
}

/* 767px */
@media (max-width: 767px) {
    body {
        padding: 0 !important;
    }
}

