
html{
  font-weight: 500;
}

body {
    display: flex;
    min-height: 100vh;
    flex-direction: column;
    color: #272727;
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 2px;
}

header {
  height: 90px;
  margin-bottom: 30px;
}

main{
  flex: 1 0 auto;
}

strong{
  font-weight: 600;
}

h6{
  font-size: 1.4rem;
}

h1, h2, h3, h4, h5, h6{
  color: #ff9800;
  text-align: left;
}

h1,h2,h3{
  text-align: center;
  margin-bottom: 50px;
  padding: 20px;
  color: #ff9800;
}

a{
  color: #353852;
}

.btn, .btn-large{
  background-color: #4389c7;
}

.btn:hover, .btn-large:hover {
    background-color: #539ee2;
}
.btn-right{
    text-align: right;
}

.btn-right .btn {
    background-color: #fd8902;
}
.btn-right .btn:hover {
    background-color: #ff9b26;
}

nav a{
  color: #0a4375;
  letter-spacing: 5px;
}

nav ul a:hover {
    background-color: rgba(0, 0, 0, 0);
}

nav ul a {
  transition: background-color .3s;
  font-size: 1rem;
  color: #0a4375;
  display: block;
  padding: 0 15px;
  cursor: pointer;
}

nav ul:not(.browser-default) li {
    list-style-type: none;
    padding: 0 15px;
}

nav .brand-logo{
    height: 80px;
    padding: 5px;
    margin-left: 40px;
}

.hide-on-med-and-down.color a{
  border-bottom: solid 5px rgba(0,0,0,0);
  border-bottom-color: rgba(0,0,0,0);
}

.z-depth-4-side {
    box-shadow: -15px 8px 10px 10px rgba(0, 0, 0, 0.14), -10px 3px 10px 6px rgba(0, 0, 0, 0.12), -5px 5px 10px -3px rgba(0, 0, 0, 0.3);
}

nav > ul:not(#slide-out){
  padding: 0 20px;
}

.icon{
  text-align: center;
  float: left;
  padding: 30px;
  width: 30%;
}

.present h5{
  text-align: center; 
}

.present div.col{
  padding: 15px;
}

.grid-img div.col{
  padding: 2px;
}

p{
  letter-spacing: initial;
}

.card {
    position: relative;
    margin: 0.5rem 0 1rem 0;
    background-color: #ffffff;
    transition: box-shadow .25s;
    border-radius: 2px;
}

.card-content p{
  text-align: left;
}

.card-content h5{
  text-align: center;
}

.card.horizontal .card-image {
    max-width: 35%;
}

input:not([type]):focus:not([readonly]), 
input[type=text]:not(.browser-default):focus:not([readonly]), 
input[type=password]:not(.browser-default):focus:not([readonly]){

    border-bottom: 1px solid #4389c7;
    box-shadow: 0 1px 0 0 #4389c7;
}

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{
    color: #4389c7;
}

.input-field .prefix.active {
  color: #4389c7;
}

input:not([type]):focus:not(.browser-default).error, 
input[type=text]:not(.browser-default):focus:not(.browser-default).error, 
input[type=password]:not(.browser-default):focus:not(.browser-default).error{
    border-bottom: 1px solid #d32525;
    -webkit-box-shadow: 0 1px 0 0 #26a69a;
    box-shadow: 0 1px 0 0 #d52b2b;
}


i.material-icons{
  vertical-align: middle;
}

blockquote {
    margin: 20px 0;
    padding-left: 1.5rem;
    border-left: 5px solid #fd8902;
}

.page-footer {
    padding-top: 20px;
    color: #fff;
    background-color: rgba(238, 110, 115, 0);
}

footer.page-footer .footer-copyright{

  background-color: rgb(255, 135, 0);
}

table.case{
  border-collapse: separate;
  border-spacing: 10px;
  width: 80%;
  margin: auto;
}

table.case td{
    width: 20%;
    display: table-cell;
    text-align: justify;
    vertical-align: initial;
    border-radius: 2px;
}
table.case td h6, #table2 h6{
  text-align: center;
}

#table2{
  display: none;
}

.img{
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding: 50px;
  text-align: justify;
  color: white;

}

.box {
    color: white;
    text-align: center;
    margin: auto;
    display: inline-flex;
}

.box div.col{
  padding: 0;
  margin: 10px;
  width: 33%;
  text-align: left;
  position: relative;
}

.box div.col div{
  padding: 20px; 
}

.box h5{
  text-align: center;
}

.card.horizontal .card-stacked {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    position: relative;
    background-color: white;
}

.card{
  height: 100%
}

.card .card-content .card-title {
    display: block;
    line-height: 26px;
    margin-bottom: 8px;
    font-size: 18px;
    color: #2f2f2f;
}

.box .card .card-content p {
    margin: 0;
    color: #3f6c93;
}

#nav-fonction{
  z-index: 0;
  top: 90px;
}

nav.nav-serv{
  position: fixed;
  top: 90px;
}

nav.nav-serv a.brand-logo{
  font-size: 27px;
}
nav.nav-serv a{
  letter-spacing: 2px;
  font-size: 14px;
}

.padding{
  padding: 20px 0;
}

nav ul.section li{
  padding: 0;
}

.nav-fonction{
  padding-top: 0;
}

.side-nav.fixed .collapsible .nav-fonction li{
  padding-left: 20px;
}
.section a.active {
  background-color: rgba(144, 171, 218, 0.25);
}

.section a{
  padding: 0 15px;
}
.section a:hover{
  background-color: rgba(144, 171, 218, 0.25);
}

.band-icon{
  margin: 70px auto; 
  font-size: 27px; 
  text-align: center;
  padding: 20px;

}

.icon-circle i{
  line-height: 1.2;
}

.icon-circle{
  width: 110px; 
  height: 110px; 
  display: inline-block;
  border-radius: 50%;
  color: white;
}
.icon-circle-m{
  width: 75px;
  height: 75px;
  display: inline-block;
  border-radius: 50%;
  color: white;
}
.icon-circle-m i.material-icons{
  line-height: 1.2;
}

.icon-circle-s{
  width: 50px;
  height: 50px;
  display: inline-block;
  border-radius: 50%;
  color: white;
}
.icon-circle-s i.material-icons{
  line-height: 1.6;
}

.icon-ancre{
      position: absolute;
    bottom: 20px;
    right: 20px;
}


 .parallax-container {
      height: 250px;
    }
.bold{
  font-weight: bold;
  color: #3f6c93;
}

.list ul li{
  list-style: square url("../img/square.png");
  list-style-position: outside;
}
.list ul{
  padding-left: 10px;
}


.show-mobile{
  display: none;
  opacity: 0;
  width: 90%;
  margin: auto;
}

.hide-mobile{
  display: block;
  opacity: 1;
}

#sidenav-overlay {
  transition: transform 15s;
}

#mobile-nav{
  display: none;
}

.img-col{
  width: 30%;
}

@media only screen and (min-width: 993px){
  .container {
      width: 80%;
  }
   nav, nav .nav-wrapper i, nav a.button-collapse, nav a.button-collapse i {
      height: 90px;
      line-height: 64px;
  }

  .nav-wrapper{
    padding: 10px;
  }
}

@media only screen and (max-width: 993px){
  nav {
      color: #fff;
      background-color: transparent;
      width: 100%;
      height: 100px;
      line-height: 56px;
      box-shadow: inherit;
  }

  nav .button-collapse {
      margin: 0;
      background-color: white;
      padding: 0 16px;
      border-radius: 45px;
      margin: 10px 5px;
      width: 57px;
  }
  
  nav .brand-logo{
      height: 75px;
      margin: 0px;
      margin-top: 10px;
      left: 130px;
  }

  #mobile-nav{
    display: block;
  }

  .carousel.carousel-slider .carousel-item .text{
      padding: 10px 30px;
  }

  .carousel.carousel-slider .carousel-item h2{
      font-size: 30px;
      padding: 15px;
  }

  #table1{
    display: none;
  }

  #table2{
    display: block;
    width: 80%;
    text-align: justify;
    border-radius: 2px;
    margin: auto;
  }
  #table2 div{
    padding: 25px;
    margin: 5px;
  }

  #sidenav-overlay{
    transform: translateX(-300px);
  }

  .img-col{
    width: 40%;
  }

}



@media only screen and (max-width: 650px){
    .box{
    display: block;
  }
  .box div.col{
    width: 90%;
    margin: 20px auto;
  }

  .show-mobile{
    display: block;
    opacity: 1;
  }

  .hide-mobile{
    display: none;
    opacity: 0;
  }

  .img-col{
    width: 50%;
  }

  .row .col.icon-col{
    margin: auto;
    float: inherit;

  }
}
