

/* ==========================================================================
  Author's custom styles
  ========================================================================== */


  /* navbar
 ------------------------------------------------ */
/*carrousel*/
.main {
  background-color: #245fa8;
  color: #FFF;
}

.phone {
    background-image: url(/static/img/phone_bge.png);
    background-size: cover;
}

.plates {
  background-color: #245fa8;
  overflow: hidden;
}

#sec-8 {
  height: 10vh;
}


.sec-2, .sec-5, .sec-7 {
  background-color: #e98f14;
}


.sec-4 {
  overflow-y: scroll;
  background-image: url('/static/img/carrousel_banner.jpg');
  background-size:     cover;                      /* <------ */
  background-repeat:   no-repeat;
}

.fixed {
  position: fixed;
  z-index: 8;
  float: left;
}

.custom-navbar {
  background-image: url('/static/img/banner.png');
  background-size:     cover;                      /* <------ */
  background-repeat:   no-repeat;
}
.navbar-links {
  list-style: none;
}


.navbar-li {
    float:left;
    color: #fff;
    font-family: "carlito";
    font-weight: lighter;
    text-align: justify;
    word-wrap:break-word;
}

dt {
  padding: 3%;
}

.ghost-button {
 display: inline-block;
 color: #fff;
 text-align: center;
 outline: none;
 text-decoration: none;
}

.menu-toggle {
 border: 1px solid #fff;
 float: right;
}

.menu-toggle:hover,
.menu-toggle:active {
 background-color: #377fa4;
 color: #000;
}

/* navbar
 ------------------------------------------------ */





/*//////////////////////////////////////////////////////////////////
[ FONT ]*/

@font-face {
  font-family: Montserrat-Regular;
  src: url('../fonts/montserrat/Montserrat-Regular.ttf');
}

@font-face {
  font-family: Montserrat-Bold;
  src: url('../fonts/montserrat/Montserrat-Bold.ttf');
}

@font-face {
  font-family: Montserrat-ExtraBold;
  src: url('../fonts/montserrat/Montserrat-ExtraBold.ttf');
}

@font-face {
  font-family: Montserrat-Medium;
  src: url('../fonts/montserrat/Montserrat-Medium.ttf');
}




/*---------------------------------------------*/
input {
	outline: none;
	border: none;
}

textarea {
  outline: none;
  border: none;
}

textarea:focus, input:focus {
  border-color: transparent !important;
}

input::-webkit-input-placeholder { color: #999999; }
input:-moz-placeholder { color: #999999; }
input::-moz-placeholder { color: #999999; }
input:-ms-input-placeholder { color: #999999; }

textarea::-webkit-input-placeholder { color: #999999; }
textarea:-moz-placeholder { color: #999999; }
textarea::-moz-placeholder { color: #999999; }
textarea:-ms-input-placeholder { color: #999999; }

/*---------------------------------------------*/
button {
	outline: none !important;
	border: none;
	background: transparent;
}

button:hover {
	cursor: pointer;
}

iframe {
	border: none !important;
}




/*//////////////////////////////////////////////////////////////////
[ Contact 1 ]*/

.contact1 {
  width: 100%;
  min-height: 100%;
  padding: 15px;

  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.container-contact1 {
  border-radius: 10px;
  overflow: hidden;
  width: 90%;
  margin: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

/*------------------------------------------------------------------
[  ]*/
.contact1-pic {
  width: 296px;
}

.contact1-pic img {
  max-width: 100%;
}


/*------------------------------------------------------------------
[  ]*/
.contact1-form {
  width: 100%;
}

.contact1-form-title {
  display: block;
  font-family: Montserrat-ExtraBold;
  font-size: 24px;
  color: #333333;
  line-height: 1.2;
  text-align: center;
  padding-bottom: 44px;
}



/*---------------------------------------------*/
.shadow-input1 {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  box-shadow: 0px 0px 0px 0px;
  color: rgba(87,184,70, 0.5);
}

.input1:focus + .shadow-input1 {
  -webkit-animation: anim-shadow 0.5s ease-in-out forwards;
  animation: anim-shadow 0.5s ease-in-out forwards;
}

@-webkit-keyframes anim-shadow {
  to {
    box-shadow: 0px 0px 80px 30px;
    opacity: 0;
  }
}

@keyframes anim-shadow {
  to {
    box-shadow: 0px 0px 80px 30px;
    opacity: 0;
  }
}

/*---------------------------------------------*/
.contact1-form-btn i {
  margin-left: 7px;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.contact1-form-btn:hover {
  background: #245fa8;
}

.contact1-form-btn:hover i {
  -webkit-transform: translateX(10px);
  -moz-transform: translateX(10px);
  -ms-transform: translateX(10px);
  -o-transform: translateX(10px);
  transform: translateX(10px);
}

/*------------------------------------------------------------------
[ Alert validate ]*/
.radio-selector {
  margin-top: 2%;
  float: left;
  width: 33%;
}

.bis-sep {
  width: 50%;
  float: left;
}




