/* Custom Stylesheet */
/**
 * Use this file to override Materialize files so you can update
 * the core Materialize files in the future
 *
 * Made By MaterializeCSS.com
 */
.icon-block {
  padding: 0 15px; }

.icon-block .material-icons {
  font-size: inherit; }

/* Custom Stylesheet */
/**
 * Use this file to override Materialize files so you can update
 * the core Materialize files in the future
 *
 * Made By MaterializeCSS.com
 */
p {
  line-height: 2rem; }

.button-collapse {
  position: relative;
  top: 35px;
  left: 20px;
  color: #cc3300; }

.parallax-container {
  min-height: 380px;
  line-height: 0;
  height: auto;
  color: rgba(255, 255, 255, 0.9); }

.parallax-container .section {
  width: 100%; }

@media only screen and (max-width: 992px) {
  .parallax-container {
    height: auto !important; }

  .parallax-container .section {
    top: 40%; }

  #index-banner .section {
    top: 10%; } }
@media only screen and (max-width: 600px) {
  #index-banner .section {
    top: 0; } }
.icon-block {
  padding: 0 15px; }

.icon-block .material-icons {
  font-size: inherit; }

footer.page-footer {
  margin: 0; }

/*  STYLE MYSELF */
body {
  background: rgba(233, 225, 220, 0.2); }

nav[role=navigation] {
  height: 150px;
  line-height: 150px;
  color: black;
  background: white;
  box-shadow: none; }
  nav[role=navigation] .brand-logo {
    display: inline-block; }
    nav[role=navigation] .brand-logo img {
      position: relative;
      top: 25px;
      width: 120px; }
  nav[role=navigation] ul li {
    padding: 0 12px;
    margin: 0 10px; }
    nav[role=navigation] ul li a {
      text-transform: uppercase;
      color: #263238; }
    nav[role=navigation] ul li i {
      display: inline-block;
      position: relative;
      margin: 0 14px 0 0;
      font-size: 2rem;
      color: #333;
      top: 9px;
      display: inline-block; }

#contact-banner h5 {
  line-height: 35px; }
#contact-banner i {
  position: relative;
  top: 4px;
  margin-right: 20px; }

.page-title i {
  position: relative;
  top: 15px;
  margin: 0 25px 0 0; }

#index-banner {
  padding: 80px 0;
  height: auto; }
  #index-banner .container h5 {
    line-height: 45px; }
  #index-banner #devis-button {
    position: relative;
    top: 20px;
    animation: move 1s ease-in-out infinite;
    cursor: pointer; }
    #index-banner #devis-button i {
      position: relative;
      top: -2px;
      margin: 0 20px 0 0; }
    #index-banner #devis-button:hover {
      animation-play-state: paused; }

@keyframes move {
  0% {
    top: 20px; }
  25% {
    top: 25px; }
  50% {
    top: 20px; }
  75% {
    top: 25px; }
  100% {
    top: 20px; } }
@keyframes shake {
  0%, 100% {
    transform: translateX(0); }
  10%, 30%, 50%, 70%, 90% {
    transform: translateX(-2px); }
  20%, 40%, 60%, 80% {
    transform: translateX(2px); } }
.presentation {
  padding: 50px 0px 120px 0px; }
  .presentation p {
    font-size: 16px;
    text-align: justify;
    padding: 80px 0 0 0; }

.activities {
  width: 100%;
  text-align: center; }
  .activities .activity {
    width: 20% !important; }
    .activities .activity h5 {
      font-size: 20px; }
    @media only screen and (max-width: 992px) {
      .activities .activity {
        width: 100% !important; } }
  .activities .icon {
    width: 38px;
    margin: 25px 0 9px 0; }
  .activities .activity-list {
    padding: 25px 0;
    text-align: center; }
    .activities .activity-list li {
      padding: 2px 0; }

.ms-autoheight-template {
  max-width: 700px;
  padding: 5px 5px 5px 5px;
  margin: 0 auto; }

.galeries {
  padding: 100px 0; }
  .galeries .vignette {
    margin-bottom: 50px;
    text-align: center; }
    .galeries .vignette img {
      display: inline-block;
      width: 80%; }
    .galeries .vignette h6 {
      font-size: 14px;
      margin: 20px 0 10px 0;
      color: #999;
      font-weight: 300;
      padding-bottom: 14px;
      border-bottom: 1px dotted transparent; }
    .galeries .vignette:hover h6 {
      color: #333;
      border-bottom-color: rgba(51, 51, 51, 0.35); }

.galery {
  padding: 70px 0 200px 0;
  text-align: center; }
  .galery h3 {
    text-align: center; }
  .galery p {
    margin: 30px 0 50px 0;
    color: #999;
    font-weight: 300; }

.contact-form {
  margin: 50px 0 80px 0;
  text-align: right; }
  .contact-form button {
    height: auto;
    padding: 8px 60px; }
    .contact-form button i {
      margin-left: 20px; }

.page-footer .logo {
  width: 120px;
  position: relative;
  top: 50px; }
.page-footer .infos {
  text-align: right;
  color: #ccc;
  position: relative;
  top: 20px;
  font-weight: 300; }
  .page-footer .infos i {
    position: relative;
    top: 3px;
    color: white;
    margin: 0 10px 0 0; }
.page-footer .footer-copyright {
  height: auto !important;
  line-height: auto !important;
  text-align: center;
  background: rgba(255, 255, 255, 0.05) !important;
  margin: 60px 0 0 0;
  color: #999 !important;
  font-size: 14px; }
  .page-footer .footer-copyright small {
    position: relative;
    top: 0px;
    margin: 0 0 0 10px; }
  .page-footer .footer-copyright .container {
    padding: 10px 0; }

.phone {
  animation: shake 0.4s ease-in-out; }
