/* - - - - - - - - - - - - - - - - - - - - - - - */
/* - - - - - - - - - - - - - - - - - - - - - - - */
/*
███████  ██████  ███    ██
██      ██    ██ ████   ██
█████   ██    ██ ██ ██  ██
██      ██    ██ ██  ██ ██
██       ██████  ██   ████
*/
/* - - - - - - - - - - - - - - - - - - - - - - - */
/* - - - - - - - - - - - - - - - - - - - - - - - */













@font-face {
  font-family: "tangerine";
  src: url("fon/Tangerine-Regular.ttf");
  font-weight: normal;
}

@font-face {
  font-family: "tangerine";
  src: url("fon/Tangerine-Bold.ttf");
  font-weight: bold;
}

/* - - - - - - - - - - - - - - - - - */

@font-face {
  font-family: "athiti";
  src: url("fon/Athiti.ttf");
  font-weight: normal;
}

/* - - - - - - - - - - - - - - - - - */

@font-face {
  font-family: "ubuntu";
  src: url("fon/Ubuntu-Regular.ttf");
  font-weight: normal;
}

/* - - - - - - - - - - - - - - - - - - - - - - - */

body {
  font-family: 'athiti';
}

#menu p {
  font-family: 'ubuntu';
}

h1, h2, #tip, #menu, #tubs {
  font-family: 'tangerine';
}





/* - - - - - - - - - - - - - - - - - - - - - - - */
/* - - - - - - - - - - - - - - - - - - - - - - - */
/*
████████  █████   ██████  ███████
   ██    ██   ██ ██       ██
   ██    ███████ ██   ███ ███████
   ██    ██   ██ ██    ██      ██
   ██    ██   ██  ██████  ███████
*/
/* - - - - - - - - - - - - - - - - - - - - - - - */
/* - - - - - - - - - - - - - - - - - - - - - - - */

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-size:120%;
  background-image: url(px/canson_22_lite.png);
  background-color: #333;
  background-size: 10px;
  background-repeat: repeat;
  text-align: center;
}

/* - - - - - - - - - - - - - - - - - - - - - - - */

p {
  text-align: justify;
  padding: 15px;
  margin: 0;
}

b {
  font-weight:900;
  color:#444;
}

a {
  text-decoration: none;
  position: relative;
}

a.txt {
  border-bottom: 1px #900 dotted;
  color:#900;
}
a.txt:hover {
  border-bottom: 1px #777 dotted;
  color:#777;
}
a.txxt {
  color:#999;
  font-weight:100;
  font-size:2em;
}
a.txxt:hover {
  color:#a00;
}

i {
  font-style: normal;
  color:#333;
}

.ii {
  font-family: 'tangerine';
  font-size:2em;
  color:#a00;
}

/* - - - - - - - - - - - - - - - - - - - - - - - */


/* - - - - - - - - - - - - - - - - - - - - - - - */

ul {
  padding-left: 3em;
  padding-right: 3em;
  font-size: .9em;
  margin:0;
}

ul li {
  line-height: 1.4;
  text-align: justify;
}

ul li::marker {
  content: "* ";
  font-weight: 900;
  color:#800;
}

/* - - - - - - - - - - - - - - - - - - - - - - - */

q::before,
q::after {
  content: '';
}

#root {
  display: inline-block;
  margin: 0 auto;
  margin-bottom:200px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-shadow: 0px 0px 12px rgba(0, 0, 0, .7);
  max-width:800px;
}

#top {
  background-image: url("px/top_wal_spanbridge.jpg");
  width:100%;
  min-height: 800px;
  /* background-color: #fa0; */
  /* background-position: top center; */
  background-size: cover;
  background-repeat: no-repeat;
  position:relative;
}

#tip {
  position:relative;
  text-align: right;
  margin-top: 300px;
  margin-right: 30px;
  min-height:200px;
}

#tip h1 {
  position:absolute;
  color:#b00;
  right:-13px;
  top:0px;
  font-size: 16em;
  font-weight: normal;
  text-shadow: 1px 1px 1px rgba(255, 255, 255, .7);
  padding: 15px;
  margin: 0;
}

/* #tip > h2 {
  position:absolute;
  color:#000;
  right:0px;
  top:14px;
  font-size: 2.2em;
  font-weight: bold;
  text-shadow: 1px 1px 1px rgba(255, 255, 255, .7);
} */

#tip h2 {
  font-family: 'athiti';
  position:absolute;
  color:#333;
  right:10px;
  top:44px;
  font-size: 1.4em;
  font-weight: bold;
  text-shadow: 1px 1px 1px rgba(255, 255, 255, .7);
  line-height: 1.3;
}

#menu {
  padding: 15px;
  margin: 0;
  font-weight: 900;
  color: #222;
  font-size: 3.3em;
  position: absolute;
  bottom:40px;
  right:30px;
  text-shadow: 1px 1px 1px rgba(255, 255, 255, .7);
}

#menu > p {
  font-size: .2em;
  margin-bottom: 40px;
  text-align: right;
}

#menu a {
  color: #333;
}

#menu a:hover {
  color:#fff;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, .6);
}


.cont {
  background-color: #fff;
  text-align: left;
}

.cont p {
  color: #333;
  text-indent: 10px;
}

.cont p::first-letter {
  font-size: 1.7rem;
  font-weight: bold;
  color: #777;
  line-height: 1;
}

.cont h1 {
  font-size: 3em;
  color:#d12;
  margin-left:15px;
  position:relative;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, .5);
}

.cont h2 {
  font-size: 2em;
  color:#555;
  margin-left:15px;
  margin-top:30px;
  position:relative;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, .5);
}

.cont h3 {
  font-size: 1.2em;
  color:#555;
  margin-left:15px;
  margin-top:0px;
  text-align:center;
}

.cont h4 {
  margin-left:15px;
  margin-top:0px;
  text-align:center;
}

.cont h5 {
  margin-left:15px;
  margin-top:0px;
  text-align:center;
}

.cont h4 img {
  width:50px;
}

.cont h5 img {
  width:160px;
}

.tub {
  width:400px;
  height:400px;
  float:left;
  background-position: top center;
  background-size: contain;
  background-repeat: no-repeat;
  display:flex;
  align-items: flex-end;
}

.tub p {
  text-align: left;
  color:#fff;
  text-shadow: 2px 2px 1px rgba(0, 0, 0, .5);
  font-size: 3em;
}

.bg_one {
  background-image: url("px/prj_pont_1.jpg");
}
.bg_two {
  background-image: url("px/prj_virg_00_.jpg");
}

.loupe:before{
  content:url("px/loupeee.png") ;
  position:absolute;
  left:0px;
  top:0px;
  z-index: 9;
 }

.img {
  display: flex;
  flex-wrap: wrap;
  cursor:pointer;
}

.img25 img {
  width:25%;
}
.img33 img {
  width:33.333%;
}
.img50 img {
  width:50%;
}
.img100 img {
  width:100%;
}

.big img {
  width:100%;
}

.goup {
  position: absolute;
  right: 55px;
  font-size: 2em;
  top: -25px;
}

h1 .goup {
  color:#b00;
}
h2 .goup {
  color:#222;
}

h1 .goup:hover {
  color:#222;
}
h2 .goup:hover {
  color:#b00;
}





@media screen and (max-width: 800px) {

  #tip {
    margin-top: 270px;
  }

  #tip > h1 {
    right:-13px;
    top:0px;
    font-size: 48vw;
  }

  #tip > h2 {
    right:0px;
    top:44px;
    font-size: 4.5vw;
  }

  #menu {
    font-size: 10vw;
    bottom:40px;
    right:30px;
  }

  .tub {
    width:50vw;
    height:50vw;
  }

}



@media screen and (max-width: 600px) {

  #tip {
    margin-top: 350px;
  }

}
