AnonSec Team
Server IP : 10.111.40.2  /  Your IP : 216.73.217.145
Web Server : Apache
System : Linux webd002.cluster111.gra.hosting.ovh.net 5.15.206-ovh-vps-grsec-zfs-classid #1 SMP Fri May 15 02:41:25 UTC 2026 x86_64
User : comimage ( 586)
PHP Version : 7.4.33
Disable Function : _dyuweyrj4,_dyuweyrj4r,dl
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON
Directory (0705) :  /home/comimage/batimonte.com/css/

[  Home  ][  C0mmand  ][  Upload File  ]

Current File : /home/comimage/batimonte.com/css/styles.css
/* ----------------------------------
/* ------------ FONT-FACE ----------
------------------------------------- */
@font-face {
  font-family: 'OpenSans';
  src: url("OpenSans.eot?#iefix") format("embedded-opentype"), url("OpenSans.woff") format("woff"), url("OpenSans.ttf") format("truetype"), url("OpenSans.svg#OpenSans") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'OpenSans-Bold';
  src: url("OpenSans-Bold.eot?#iefix") format("embedded-opentype"), url("OpenSans-Bold.woff") format("woff"), url("OpenSans-Bold.ttf") format("truetype"), url("OpenSans-Bold.svg#OpenSans-Bold") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* ----------------------------------
/* ------------ ENTETE ----------
------------------------------------- */
*, *:after, *:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  background: #fff;
  margin: 0;
  padding: 0;
  width: 100%;
}

div, td {
  color: #131313;
  font-family: "OpenSans";
  font-size: 18px;
  line-height: 22px;
  margin: 0;
  padding: 0;
  -webkit-transition: all 0.5s  ease-in-out;
  transition: all 0.5s  ease-in-out;
}

@media only screen and (max-width: 1023px) {
  div, td {
    font-size: 16px;
  }
}

@media only screen and (max-width: 532px) {
  div, td {
    font-size: 14px;
  }
}

a {
  text-decoration: none;
  color: #f8ae00;
  -webkit-transition: all 0.5s  ease-in-out;
  transition: all 0.5s  ease-in-out;
}

a:hover {
  color: #131313;
}

img {
  border: none;
  display: block;
  margin: 0 auto;
}

p {
  padding: 10px 0;
  margin: 0;
}

h1, h2, h3, h4 {
  font-weight: normal;
  margin: 0;
  padding: 0;
}

h1 {
  display: inline-block;
  color: #284a83;
  font-size: 30px;
  line-height: 30px;
  text-transform: uppercase;
  font-family: "OpenSans-Bold", Arial, Helvetica, sans-serif;
  text-align: center;
  background: #FFF;
  padding: 0 80px;
}

@media only screen and (max-width: 719px) {
  h1 {
    padding: 0 20px;
  }
}

@media only screen and (max-width: 532px) {
  h1 {
    font-size: 25px;
    line-height: 25px;
    margin: 0 20px;
  }
}

@media only screen and (max-width: 479px) {
  h1 {
    font-size: 22px;
    line-height: 22px;
    padding: 0 30px;
  }
}

h2 {
  color: #284a83;
  font-size: 24px;
  line-height: 24px;
  text-transform: uppercase;
  font-family: "OpenSans-Bold", Arial, Helvetica, sans-serif;
}

@media only screen and (max-width: 532px) {
  h2 {
    font-size: 22px;
  }
}

@media only screen and (max-width: 532px) {
  h2 {
    font-size: 18px;
  }
}

@media only screen and (max-width: 532px) {
  h2 {
    font-size: 16px;
  }
}

.menu-nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
}

.photos ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.photos a {
  display: block;
}

.photos img {
  max-width: 100%;
  height: auto;
}

.center {
  text-align: center;
}

.clear {
  clear: both;
  line-height: 0;
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

.container {
  margin: 0 auto;
  max-width: 1490px;
  padding: 0 10px;
  width: 100%;
}

#pageweb {
  width: 100%;
  overflow: hidden;
}

/*CONTACT*/
.form-group {
  margin: 0 0 10px 0;
}

.form-group label, .form-group input.form-input, textarea.form-textarea {
  width: 99%;
  display: block;
  margin: 0 auto;
}

input[type="text"], textarea, select {
  padding: 8px 5px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #e8e6e3;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.btn-form {
  margin: 10px 0 0 0;
}

.btn-submit-1, .btn-submit-2 {
  background: #131313;
  border-color: #131313;
  -webkit-box-shadow: inset 0 1px 0 rgba(120, 200, 230, 0.5), 0 1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 1px 0 rgba(120, 200, 230, 0.5), 0 1px 0 rgba(0, 0, 0, 0.15);
  color: #FFF;
  text-decoration: none;
  width: 200px;
  padding: 10px 16px;
  font-size: 15px;
  border: 1px;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  margin: 10px 0 0 0;
  cursor: pointer;
  text-transform: capitalize;
}

/*PLAN D'ACCES*/
.map-google {
  width: 100%;
  margin: 0 auto;
}

.map-google iframe {
  margin: 0;
  padding: 0;
  border: none;
  width: 100%;
  height: 500px;
}

/*REALISATIONS*/
p.titre-diapo {
  text-transform: uppercase;
  font-weight: bold;
}

#diapo-container ul, #diapo-container ul li {
  margin: 0;
  padding: 0;
  list-style: none;
}

#diapo-container .nav-diapo ul li {
  border-bottom: 1px solid #eee;
}

#diapo-container .nav-diapo ul li:first-child {
  border-top: 1px solid #eee;
}

#diapo-container .nav-diapo ul li a {
  display: block;
  padding: 10px 0 10px 5px;
  text-transform: uppercase;
}

#diapo-container .nav-diapo ul li.link-play a, #diapo-container .nav-diapo ul li a:hover {
  background: #1b9bff;
  color: #fff;
}

#diapo-container .nav-diapo ul li a:hover {
  opacity: 0.8;
}

#diapo-container .nav-diapo ul {
  padding-left: 5px;
}

.nav-diapo {
  width: 28%;
  float: left;
}

#diapo-inner {
  width: 70%;
  float: right;
}

.nav-diapo .link-disable {
  cursor: not-allowed;
  opacity: 0.4;
}

@media screen and (max-width: 767px) {
  #smartnav {
    display: block;
  }
  #nav {
    display: none;
  }
}

#smartnav {
  display: none;
}

@media only screen and (max-width: 1023px) {
  #smartnav {
    display: block;
  }
}

/*TOP*/
#coord {
  padding: 10px 0;
}

#coord .bloc-coord {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
      align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

@media only screen and (max-width: 719px) {
  #coord .bloc-coord {
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
        flex-direction: column;
  }
}

@media only screen and (max-width: 1023px) {
  #coord .bloc-coord .adr {
    max-width: 100%;
  }
}

#coord .bloc-coord .adr p {
  font-size: 16px;
  padding-left: 55px;
  text-transform: uppercase;
  background: url(../images/picto_adr.png) center left no-repeat;
}

@media only screen and (max-width: 532px) {
  #coord .bloc-coord .adr p {
    font-size: 14px;
    padding: 45px 0 10px 0;
    text-align: center;
    background: url(../images/picto_adr.png) center top no-repeat;
  }
}

@media only screen and (max-width: 359px) {
  #coord .bloc-coord .adr p {
    font-size: 13px;
  }
}

#coord .bloc-coord .bloc-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
      align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
      justify-content: space-between;
  width: 100%;
  max-width: 550px;
}

@media only screen and (max-width: 1023px) {
  #coord .bloc-coord .bloc-contact {
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
        flex-direction: column;
    -webkit-box-align: end;
    -ms-flex-align: end;
        align-items: flex-end;
    max-width: 260px;
  }
}

#coord .bloc-coord .bloc-contact .mail p {
  padding-right: 55px;
  background: url(../images/picto_mail.png) center right no-repeat;
}

#coord .bloc-coord .bloc-contact .mail p a {
  color: #131313;
}

#coord .bloc-coord .bloc-contact .mail p a:hover {
  color: #f8ae00;
}

#coord .bloc-coord .bloc-contact .tel p {
  padding-right: 55px;
  background: url(../images/picto_tel.png) center right no-repeat;
}

#coord .bloc-coord .bloc-contact .tel p a {
  color: #131313;
  font-size: 24px;
  font-family: "OpenSans-Bold", Arial, Helvetica, sans-serif;
}

#coord .bloc-coord .bloc-contact .tel p a:hover {
  color: #f8ae00;
}

#logo-mn {
  background: #284a83;
}

@media only screen and (max-width: 719px) {
  #logo-mn {
    background: #e8e6e3;
  }
}

#logo-mn .bloc-logo-mn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

@media only screen and (max-width: 1023px) {
  #logo-mn .bloc-logo-mn {
    -webkit-box-align: center;
    -ms-flex-align: center;
        align-items: center;
  }
}

#logo-mn .bloc-logo-mn #logo {
  position: relative;
  z-index: 900;
  margin-bottom: -70px;
}

@media only screen and (max-width: 719px) {
  #logo-mn .bloc-logo-mn #logo {
    margin: 0 auto;
    text-align: center;
    padding: 20px 0 0 0;
  }
}

#logo-mn .bloc-logo-mn #logo img {
  max-width: 100%;
  height: auto;
}

#logo-mn .bloc-logo-mn .mn {
  padding: 20px 0;
}

@media only screen and (max-width: 1023px) {
  #logo-mn .bloc-logo-mn .mn {
    display: none;
  }
}

#logo-mn .bloc-logo-mn .mn ul {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#logo-mn .bloc-logo-mn .mn ul li {
  list-style: none;
  position: relative;
  z-index: 0;
  border-right: 1px #e8e6e3 dashed;
}

#logo-mn .bloc-logo-mn .mn ul li:last-child {
  border-right: none;
}

#logo-mn .bloc-logo-mn .mn ul li:before {
  content: "";
  position: absolute;
  background: #f8ae00;
  width: 100%;
  height: 100%;
  z-index: -1;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

#logo-mn .bloc-logo-mn .mn ul li:hover:before {
  -webkit-transform: scale(1);
          transform: scale(1);
  width: 100%;
}

#logo-mn .bloc-logo-mn .mn ul li a {
  display: block;
  color: #FFF;
  font-size: 16px;
  text-transform: uppercase;
  padding: 10px 20px;
}

@media only screen and (max-width: 1279px) {
  #logo-mn .bloc-logo-mn .mn ul li a {
    padding: 10px;
    font-size: 14px;
  }
}

@media only screen and (max-width: 1151px) {
  #logo-mn .bloc-logo-mn .mn ul li a {
    font-size: 12px;
  }
}

#logo-mn .bloc-logo-mn .mn ul li a:hover {
  color: #284a83;
}

/*CENTRAL*/
@media only screen and (max-width: 479px) {
  #central {
    padding-top: 30px;
  }
}

#bloc-ttl .ttl {
  position: relative;
  margin-top: 65px;
  text-align: center;
  background: url(../images/bg_h1.png) center center repeat-x;
}

@media only screen and (max-width: 479px) {
  #bloc-ttl .ttl {
    margin-top: 100px;
  }
}

#bloc-ttl .ttl::before {
  content: '';
  background: url(../images/picto_ttl.png) top center no-repeat;
  position: absolute;
  z-index: 800;
  top: -110px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 285px;
  height: 79px;
}

#corps {
  padding: 70px 0;
}

@media only screen and (max-width: 1023px) {
  #corps {
    padding: 40px 0;
  }
}

#cont1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
      align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding-bottom: 70px;
}

@media only screen and (max-width: 1023px) {
  #cont1 {
    padding-bottom: 40px;
  }
}

@media only screen and (max-width: 1151px) {
  #cont1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

#cont1 .txt1 {
  width: 100%;
  max-width: 40%;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

@media only screen and (max-width: 1359px) {
  #cont1 .txt1 {
    max-width: 50%;
    padding-right: 30px;
  }
}

@media only screen and (max-width: 1151px) {
  #cont1 .txt1 {
    padding-bottom: 30px;
    max-width: 100%;
  }
}

#cont1 .txt1 h2 {
  color: #284a83;
  padding-bottom: 30px;
  margin-bottom: 20px;
  position: relative;
}

#cont1 .txt1 h2::before {
  content: '';
  position: absolute;
  z-index: 1;
  border-bottom: 1px #284a83 dashed;
  width: 90px;
  left: 0;
  bottom: 0;
}

@media only screen and (max-width: 1151px) {
  #cont1 .txt1 p:first-child {
    margin: 0;
    padding: 0;
  }
}

#cont1 .ph1 {
  width: 100%;
  max-width: 50%;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

@media only screen and (max-width: 1151px) {
  #cont1 .ph1 {
    max-width: 100%;
    padding: 0;
    float: none;
  }
}

#cont1 .ph1 img {
  max-width: 100%;
  height: auto;
}

#cont1 .ph1 iframe {
  width: 100%;
  height: 362px;
}

#cont2 {
  background: url(../images/bg_cont2.jpg) top center no-repeat;
  padding: 60px 0;
}

@media only screen and (max-width: 1151px) {
  #cont2 {
    background-size: cover;
  }
}

@media only screen and (max-width: 1023px) {
  #cont2 {
    background: #284a83;
  }
}

@media only screen and (max-width: 719px) {
  #cont2 {
    padding: 40px 0;
  }
}

#cont2 .bloc-cont2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

@media only screen and (max-width: 1151px) {
  #cont2 .bloc-cont2 {
    -webkit-box-align: center;
    -ms-flex-align: center;
        align-items: center;
  }
}

@media only screen and (max-width: 1023px) {
  #cont2 .bloc-cont2 {
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
        flex-direction: column;
    text-align: center;
  }
}

#cont2 .bloc-cont2 .txt2 > div {
  color: #FFF;
}

#cont2 .bloc-cont2 .txt2 {
  color: #FFF;
  width: 100%;
  max-width: 40%;
  padding-left: 30px;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

@media only screen and (max-width: 1151px) {
  #cont2 .bloc-cont2 .txt2 {
    max-width: 50%;
  }
}

@media only screen and (max-width: 1023px) {
  #cont2 .bloc-cont2 .txt2 {
    max-width: 100%;
    padding-bottom: 30px;
    padding-left: 0;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

#cont2 .bloc-cont2 .txt2 h2 {
  color: #f8ae00;
  padding-bottom: 30px;
  margin-bottom: 20px;
  position: relative;
}

#cont2 .bloc-cont2 .txt2 h2::before {
  content: '';
  position: absolute;
  z-index: 1;
  border-bottom: 1px #f8ae00 dashed;
  width: 90px;
  left: 0;
  bottom: 0;
}

@media only screen and (max-width: 1023px) {
  #cont2 .bloc-cont2 .txt2 h2::before {
    right: 0;
    margin: 0 auto;
  }
}

#cont2 .bloc-cont2 .ph2 {
  width: 100%;
  max-width: 60%;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

@media only screen and (max-width: 1151px) {
  #cont2 .bloc-cont2 .ph2 {
    max-width: 50%;
  }
}

@media only screen and (max-width: 1023px) {
  #cont2 .bloc-cont2 .ph2 {
    max-width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

#cont2 .bloc-cont2 .ph2 ul {
  padding: 160px 0 0 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

@media only screen and (max-width: 1151px) {
  #cont2 .bloc-cont2 .ph2 ul {
    margin: 0;
    padding: 0;
  }
}

#cont2 .bloc-cont2 .ph2 ul li {
  list-style: none;
  width: 100%;
  max-width: 33.3333%;
  padding: 0 15px;
}

@media only screen and (max-width: 1151px) {
  #cont2 .bloc-cont2 .ph2 ul li {
    padding: 0 5px;
  }
}

@media only screen and (max-width: 479px) {
  #cont2 .bloc-cont2 .ph2 ul li {
    padding: 0 3px;
  }
}

#cont2 .bloc-cont2 .ph2 ul li img {
  max-width: 100%;
  height: auto;
  border: 5px #f8ae00 solid;
}

@media only screen and (max-width: 479px) {
  #cont2 .bloc-cont2 .ph2 ul li img {
    border: 2px #f8ae00 solid;
  }
}

#cont3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
      align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

@media only screen and (max-width: 1151px) {
  #cont3 {
    display: inherit;
    padding-top: 70px;
  }
}

@media only screen and (max-width: 1023px) {
  #cont3 {
    padding-top: 40px;
  }
}

@media only screen and (max-width: 719px) {
  #cont3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

#cont3 .txt3 {
  width: 100%;
  max-width: 40%;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

@media only screen and (max-width: 1359px) {
  #cont3 .txt3 {
    max-width: 50%;
    padding-right: 30px;
  }
}

@media only screen and (max-width: 1151px) {
  #cont3 .txt3 {
    max-width: 100%;
    padding: 0;
  }
}

@media only screen and (max-width: 719px) {
  #cont3 .txt3 {
    padding-bottom: 30px;
  }
}

@media only screen and (max-width: 1151px) {
  #cont3 .txt3 p:first-child {
    margin: 0;
    padding: 0;
  }
}

#cont3 .txt3 h2 {
  color: #284a83;
  padding-bottom: 30px;
  margin-bottom: 20px;
  position: relative;
}

#cont3 .txt3 h2::before {
  content: '';
  position: absolute;
  z-index: 1;
  border-bottom: 1px #284a83 dashed;
  width: 90px;
  left: 0;
  bottom: 0;
}

#cont3 .ph3 {
  width: 100%;
  max-width: 50%;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

@media only screen and (max-width: 1151px) {
  #cont3 .ph3 {
    float: right;
    padding-left: 30px;
    padding-bottom: 20px;
    max-width: 40%;
  }
}

@media only screen and (max-width: 719px) {
  #cont3 .ph3 {
    float: none;
    padding: 0;
    max-width: 100%;
  }
}

#cont3 .ph3 img {
  max-width: 100%;
  height: auto;
}

#cont4 {
  background: #284a83;
  padding: 70px 0;
  margin-bottom: 60px;
}

@media only screen and (max-width: 1023px) {
  #cont4 {
    padding: 40px 0;
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 719px) {
  #cont4 {
    padding: 30px 0;
  }
}

#cont4 .bloc-cont4 ul {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
      justify-content: center;
}

@media only screen and (max-width: 599px) {
  #cont4 .bloc-cont4 ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

#cont4 .bloc-cont4 ul li {
  list-style: none;
  width: 100%;
  max-width: 20%;
  padding: 0 10px;
}

@media only screen and (max-width: 1023px) {
  #cont4 .bloc-cont4 ul li {
    padding: 0 5px;
  }
}

@media only screen and (max-width: 599px) {
  #cont4 .bloc-cont4 ul li {
    max-width: 33.33333%;
    padding: 3px;
  }
}

#cont4 .bloc-cont4 ul li img {
  max-width: 100%;
  height: auto;
  border: 5px #f8ae00 solid;
}

@media only screen and (max-width: 479px) {
  #cont4 .bloc-cont4 ul li img {
    border: 2px #f8ae00 solid;
  }
}

/*FOOTER*/
#footer {
  background: #131313;
  padding: 70px 0;
}

@media only screen and (max-width: 1023px) {
  #footer {
    padding: 40px 0;
  }
}

@media only screen and (max-width: 719px) {
  #footer {
    padding: 30px 0;
  }
}

#foot {
  text-align: center;
}

#foot .menu {
  padding-bottom: 40px;
}

@media only screen and (max-width: 1023px) {
  #foot .menu {
    display: none;
  }
}

#foot .menu ul {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
      justify-content: center;
}

#foot .menu ul li {
  list-style: none;
  position: relative;
  z-index: 0;
  margin: 0 10px;
}

#foot .menu ul li:before {
  content: "";
  position: absolute;
  background: #f8ae00;
  width: 100%;
  height: 2px;
  z-index: -1;
  left: 0;
  right: 0;
  bottom: -5px;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

#foot .menu ul li:hover::before {
  -webkit-transform: scale(1);
          transform: scale(1);
  width: 100%;
}

#foot .menu ul li a {
  display: block;
  color: #FFF;
  text-transform: uppercase;
  font-size: 16px;
}

#foot .menu ul li a:hover {
  color: #f8ae00;
}

#foot .com {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
      justify-content: center;
}
/*# sourceMappingURL=styles.css.map */

AnonSec - 2021