
@font-face {
  font-family: "phosphate";
  src: url("../police/Phosphate-Inline.eot"); /* IE9 Compat Modes */
  src: url("../police/Phosphate-Inline.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("../police/Phosphate-Inline.otf") format("opentype"), /* Open Type Font */
    url("../police/Phosphate-Inline.svg") format("svg"), /* Legacy iOS */
    url("../police/Phosphate-Inline.ttf") format("truetype"), /* Safari, Android, iOS */
    url("../police/Phosphate-Inline.woff") format("woff"), /* Modern Browsers */
    url("../police/Phosphate-Inline.woff2") format("woff2"); /* Modern Browsers */
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "oxanium";
  src: url("../police/Oxanium-Regular.eot"); /* IE9 Compat Modes */
  src: url("../police/Oxanium-Regular.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("../police/Oxanium-Regular.otf") format("opentype"), /* Open Type Font */
    url("../police/Oxanium-Regular.svg") format("svg"), /* Legacy iOS */
    url("../police/Oxanium-Regular.ttf") format("truetype"), /* Safari, Android, iOS */
    url("../police/Oxanium-Regular.woff") format("woff"), /* Modern Browsers */
    url("../police/Oxanium-Regular.woff2") format("woff2"); /* Modern Browsers */
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "oxanium-semibold";
  src: url("../police/Oxanium-SemiBold.eot"); /* IE9 Compat Modes */
  src: url("../police/Oxanium-SemiBold.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("../police/Oxanium-SemiBold.otf") format("opentype"), /* Open Type Font */
    url("../police/Oxanium-SemiBold.svg") format("svg"), /* Legacy iOS */
    url("../police/Oxanium-SemiBold.ttf") format("truetype"), /* Safari, Android, iOS */
    url("../police/Oxanium-SemiBold.woff") format("woff"), /* Modern Browsers */
    url("../police/Oxanium-SemiBold.woff2") format("woff2"); /* Modern Browsers */
  font-weight: normal;
  font-style: normal;
}

body{margin:0;padding: 0}

.collage-contact {
    width: 100%;
    height: 325px;
    background: linear-gradient(rgba(95,90,165,0.6),rgba(95,90,165,0.6)), url(../image/Illustration-collage-AnneBrachet.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    margin:0;
    padding:0}

.collage-contact .titre p {
  color: #FFFFFF;
  font-size: 5em;
  font-family: phosphate;
  text-align:left;
  padding:  0 10px ;
  border: 15px solid white;
  border-style: double;
  position: absolute;
  margin: 90px 43% 0px 5%;
}

.txt-nav {
  margin-top:30px;
  padding: 30px 0 5px 5%;
  width: 95%;
  background: none;
  display: grid;
  grid-template-columns: 70% 10% 10%;
  }


.txt-contact h4 {
  font-family: oxanium;
  font-size: 1em;
  color: #FFFFFF;
  padding: 2px 0 2px 1%;
  margin : 0 85% 30px 0;
  background-color:	#5f5aa5;
}

.vente {
  background: none;
  display: grid;
  grid-template-columns: 50% 50%;
}

.txt-contact .vente p {
  font-family: phosphate;
  font-size: 2.6em;
  line-height: 1em;
  color:#5f5aa5;
  display: block;
  margin-right: 50px;
  margin-bottom: 15px;
}

.vente a:link, .vente a:visited {
  font-family: oxanium;
  font-size: 1em;
  line-height: 2em;
  text-decoration: none;
  color: #FFFFFF;
  border: 1px solid #FFFFFF;
  border-style: dotted;
  padding: 3px 1% 2px 1%;
  margin-right: 1%;
  background-color: #000000;
  transition: background-color 0.5s;
}

.vente a:hover {
 background-color: #5f5aa5;
}

.txt-contact .vente h2 {
  font-family: oxanium;
  font-size: 1em;
  line-height: 0.5em;
  color:#5f5aa5;
  margin-right: 20px;
}

.nav-1-contact ul {
  width: 10%;
  margin-left: 90%;
}

.nav-1-contact a:link, .nav-1-contact a:visited{
  text-decoration: none;
  font-family:oxanium-semibold;
  font-size: 1.1em;
  color: #5f5aa5;
  text-align: center;
  display:grid;
  grid-template-columns: repeat(4,25%);
  padding: 20px 0% 30px 45%;
  margin:0;
  /*background-color: #FFFFF0;*/
}

.nav-1-contact p{
  transform: rotate(90deg);
}

.nav-eglantine {
  width: 70%;
  margin-left: 30%;
  padding : 0 0% 100px 20%;
  /*background-color: #FFFFF0;*/
}

.nav-eglantine a img {
  width: 40px;
  /*background-color: #FF8C00;*/
}
.footer-contact  {
  margin-top: 70px;
}

.footer-contact  p{
  text-align: center;
  font-family:oxanium;
  font-size: 0.6em;
  line-height: 1.4em;
  color:#5f5aa5;
  padding: 0 6% 0 6%;
  position:  sticky;
}

@media only screen and (max-width: 1650px) {

  .collage-contact {
      height: 270px;
  }

  .collage-contact .titre p {
      font-size: 4em;
      margin: 70px 43% 0px 5%;
  }

  .footer-contact {
    margin-top: 45px;
  }
}

@media only screen and (max-width: 1450px) {

  .collage-contact {
      height: 210px;
}

  .collage-contact .titre p {
        font-size: 3.5em;
        margin: 50px 43% 0px 5%;
  }

  .txt-nav {
        margin-top:0px;
  }

  .txt-contact h4 {
    font-size: 0.9em;
  }

  .nav-1-contact a:link, .nav-1-contact a:visited{
        font-size: 1em;
        padding: 20px 0% 10px 45%;
  }

  .nav-eglantine a img {
        width: 35px;
        /*background-color: #FF8C00;*/
  }
  .footer-travaux {
    margin-top: 30px;
  }
}

@media only screen and (max-width: 1280px) {

  .collage-contact .titre p {
    font-size: 3.3em;
    border: 14px solid white;
    border-style: double;
  }

  .txt-contact h4 {
    margin : 0 80% 15px 0;
}
}

@media only screen and (max-width: 900px) {

  .collage-contact .titre p {
    font-size: 3em;
    border: 13px solid white;
    border-style: double;
    margin: 60px 43% 0px 5%;
  }

  .txt-contact h4 {
    margin : 0 70% 15px 0;
}

.vente {
  display: block;
  }

.txt-contact .vente p {
  font-size: 2.3em;
  line-height: 1em;
  margin-right: 20px;
}

.nav-1-contact a:link, .nav-1-contact a:visited{
  font-size: 0.9em;
}

.footer-travaux p {
      margin-top: 30px;
}

@media only screen and (max-width: 480px) {

.collage-contact {
    height: 160px;
  }

  .collage-contact .titre p {
    font-size: 2em;
    border: 9px solid white;
    border-style: double;
    margin: 55px 43% 0px 5%;
  }

  .txt-contact {
      margin: 10px 0 0 5%;
    }

  .txt-contact h4 {
    margin : 0 40% 20px 0;
    font-size: 0.8em;
  }

  .txt-contact .vente p {
    font-size: 1.8em;
    line-height: 1em;
    margin-right: 20px;
    margin-top: 30px;
  }

  .vente a:link, .vente a:visited {
    font-family: oxanium;
    font-size: 0.9em;
    line-height: 1.5em;
 }

  .txt-contact .vente h2 {
    font-size: 0.8em;
    line-height: 0.5em;
  }

  .nav-1-contact a:link, .nav-1-contact a:visited{
    font-size: 0.8em;
    padding:15px 0% 15px 75%;
  }

  .footer-contact  p{
    padding-top: 0px;
    font-size: 0.5em;
  }
  }

  @media only screen and (max-width: 350px) {

  .collage-contact {
      height: 140px;
    }

    .collage-contact .titre p {
      font-size: 1.7em;
      border: 9px solid white;
      border-style: double;
      margin: 45px 43% 0px 5%;
    }

    .txt-contact .vente p {
      font-size: 1.6em;
      line-height: 1em;
      margin-right: 20px;
    }

    .vente a:link, .vente a:visited {
      font-family: oxanium;
      font-size: 0.8em;
      line-height: 1.5em;
   }

    .nav-1-contact ul {
      margin-left: 70%;
    }
  }

{}
