/* BG */
#bg {
  -moz-transition: opacity 2s ease-in-out;
  -webkit-transition: opacity 2s ease-in-out;
  -ms-transition: opacity 2s ease-in-out;
  transition: opacity 2s ease-in-out;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1;
  background-image: url("../images/1.jpg");
  -webkit-background-size: cover;
  /* pour anciens Chrome et Safari */
  background-size: cover; }

#bg div {
  -moz-transition: opacity 3s ease, visibility 3s;
  -webkit-transition: opacity 3s ease, visibility 3s;
  -ms-transition: opacity 3s ease, visibility 3s;
  transition: opacity 3s ease, visibility 3s;
  background-size: cover;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  visibility: hidden;
  width: 100%; }

#bg div.visible {
  opacity: 1;
  visibility: visible;
  z-index: 1; }

#bg div.visible.top {
  z-index: 2; }

#bg div:only-child {
  -moz-animation-direction: alternate !important;
  -webkit-animation-direction: alternate !important;
  -ms-animation-direction: alternate !important;
  animation-direction: alternate !important; }

body.is-loading #bg {
  opacity: 0; }

/* content */
html {
  height: 100%;
  font-family: "Lato", sans-serif;
  	/*font-family: 'Mina', sans-serif;
  
  	font-family: 'Itim', cursive;
  
  	font-family: 'Dosis', sans-serif;
  
  	font-family: 'Josefin Sans', sans-serif;
  
  	font-family: 'Bangers', cursive;*/
  	/*font-family: 'Homemade Apple', cursive;
  
  	font-family: 'Michroma', sans-serif;
  
  	font-family: 'Oregano', cursive;
  
  	font-family: 'Sedgwick Ave Display', cursive;*/
  background: #fff; }

body {
  min-height: 98%;
  display: grid;
  grid-template-rows: 2fr auto; }

.footer {
  grid-row-start: 2;
  grid-row-end: 2;
  z-index: 5;
  position: relative;
  text-align: right;
  font-size: .7em; }

#container {
  z-index: 5;
  position: relative;
  text-align: left;
  margin-left: 10em;
  margin-top: 10em;
  display: block; }

#bgcontent {
  z-index: 1; }

h1 {
  color: black;
  font-family: 'Tangerine', cursive;
  margin-bottom: 0;
  font-size: 3em; }

h1 > span {
  font-size: 1.8em;
  margin-bottom: 0; }

h2 {
  font-size-adjust: 30%;
  font-size: 2em;
  font-style: italic;
  color: black;
  margin-top: 0;
  font-family: 'Tangerine', cursive; }

.social {
  display: flex;
  align-content: space-around;
  margin-top: 5em; }

.social > div {
  margin-right: 1em; }

#content {
  width: 20em;
  margin-bottom: 1em;
  text-align: justify;
  margin-top: 3.5em; }

.container {
  width: 3  5em; }

img {
  height: 35px;
  width: auto; }

a {
  text-decoration: none;
  color: darkslategrey; }

.col-md-4 {
  max-width: 100%;
  padding-left: 0; }

.col-md-12 {
  padding-left: 0; }

.info {
  font-size: .6em; }

.para {
  font-size: .9em; }

.form-horizontal {
  padding-left: 0; }

label {
  margin-bottom: 0;
  padding-bottom: 0; }

/*---- FORMULAIRE ----- */
.form-style-4 {
  width: 25em;
  font-size: .9em;
  padding: 30px 0px 15px 0px;
  z-index: 1; }

.form-style-4 input[type=submit],
.form-style-4 input[type=button],
.form-style-4 input[type=text],
.form-style-4 input[type=email],
.form-style-4 textarea,
.form-style-4 label {
  z-index: 5;
  opacity: 1;
  font-family: Lato, sans-serif;
  font-size: .9em;
  color: #000; }

.form-style-4 label {
  display: block;
  margin-bottom: 10px; }

.form-style-4 label > span {
  display: inline-block;
  float: left;
  width: 150px; }

.form-style-4 input[type=text],
.form-style-4 input[type=email] {
  background: transparent;
  border: none;
  border-bottom: 1px dashed #83A4C5;
  width: 275px;
  outline: none;
  padding: 0px 0px 0px 0px;
  font-style: italic; }

.form-style-4 textarea {
  font-style: italic;
  padding: 0px 0px 0px 0px;
  background: transparent;
  outline: none;
  border: none;
  border-bottom: 1px dashed #83A4C5;
  width: 275px;
  overflow: hidden;
  resize: none;
  height: 20px; }

.form-style-4 textarea:focus,
.form-style-4 input[type=text]:focus,
.form-style-4 input[type=email]:focus,
.form-style-4 input[type=email] :focus {
  border-bottom: 1px dashed #D9FFA9; }

.form-style-4 input[type=submit],
.form-style-4 input[type=button] {
  background: darkslategrey;
  border: none;
  padding: 10px 10px 8px 10px;
  margin-left: 68%;
  border-radius: 5px;
  color: #A8BACE; }

.form-style-4 input[type=submit]:hover,
.form-style-4 input[type=button]:hover {
  background: #394D61; }

/*# sourceMappingURL=bg.css.map */
