@import url("font-awesome.min.css");

@font-face {
    font-family: 'BauhausMediumBT';
    src: url('../font/BauhausMediumBT.eot');
    src: local('☺'), url('../font/BauhausMediumBT.woff') format('woff'), url('../font/BauhausMediumBT.ttf') format('truetype'), url('../font/BauhausMediumBT.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
	font-family: 'daniel';
	src: url('../font/daniel.eot');
	src: local('☺'), url('../font/daniel.woff') format('woff'), url('../font/daniel.ttf') format('truetype'), url('../font/daniel.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'FRITZR';
	src: url('../font/FRITZR.eot');
	src: local('☺'), url('../font/FRITZR.woff') format('woff'), url('../font/FRITZR.ttf') format('truetype'), url('../font/FRITZR.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}


body, header, footer, section, article, aside, main, h1, h2, h3, h4, h5, h6  {
    margin: 0;
    padding: 0;
}
body {
    position: relative;
    font-family: 'FRITZR', Tahoma, Verdana, sans-serif;
}

    html {
        --peps: #b5320d;
      }
      
      p {
        color: var(--peps);
      }


.ontop {
    position: absolute;
    z-index: 99;
    width: 42vw;
    text-align: center;
    pointer-events: none;
}
.logo {
    margin: 150px 0 0;
}

.logo img {
    width: 135px;
}

.name {
    margin: 5px 0;
    line-height: 0.9rem;
    font-size: 1.2rem;
    font-family: 'BauhausMediumBT', sans-serif;
    color: var(--peps);
}
/*  
    text-shadow: -1px 2px 2px #feefab;   */
header {
    display: flex;
}

.embed_resizable {
    width: 42vw;
    height: 468px;
}

.embed_iframe {
    overflow: hidden;
    width: 100%;
}

.title-anim {
    position: relative;
    padding-top: 80px;
    width: 58vw;
}

svg {
    width: 700px;
    border: 0px;
}
.filled-heading {
    text-transform: uppercase;
    font-family: 'BauhausMediumBT';
    font-weight: bold;
    font-size: 3.5rem;
    line-height: 0.9;
}

#background path {
    animation: pulse 8s cubic-bezier(0.455, 0.030, 0.515, 0.955) infinite;
    transform-origin: 50% 50%;
    transform-box: fill-box;
    border: 0px;
}
#textClip text {
    display: none;
}
#textClip text:nth-of-type(n + 1):nth-of-type(-n + 3) {
    display: inline;
}

@keyframes pulse {
    0%, 100% { transform: scale(0) rotate(33deg); }
    35%, 65% { transform: scale(1) rotate(0deg); }
}


/* NAV */

.favicon {
    display: none;
}
.box {
    display: none;
}
nav {
    display: block;
    position: fixed;
    z-index: 35;
    right: 10px;
    top: 80px;
    width: 80px;
}

    nav ul li {
        font-size: 1.3rem;
        width: 80px;
        height: 60px;
        list-style: none;
        margin: 0;
        padding: 30px 0 0 10px;
        border-radius: 100% 0 0 100% / 80%;
        background-color: #918c7b;
    }


.absol {
    position: absolute;
}

.relat {
    position: relative;
}

    li a {
        color: #b5320d;
    text-decoration: none;
    list-style: none;
    }
    
    li:hover, li:active {
        background-color: #b5320d;
    }
    
    li a:hover, li a:active {
        color: #feefab;
    }

    
    li a:hover .choose {
        color: #feefab;
    }


a.choose {
    position: absolute;
    z-index: 80;
    color: #b5320d;
    background-color: #918c7b;
    text-decoration: none;
    padding: 10px 15px;
    font-size: 1.2rem;
    width: 170px;
    top: 23px;
    border-radius: 30px;
    line-height: 1.8rem;
    right: -110px;
    transition-property: right;
    transition-duration: 1s;
    transition-timing-function: linear;
    transition-delay: 1s;
}
a.choose:hover {
    color: #feefab;
    background-color: #b5320d;
    right: 100px;
}

/*
*/
.curved-corner-bottomright, .curved-corner-bottomright2 {
    float: right;
}

.curved-corner-bottomright,
.curved-corner-topleft, .curved-corner-bottomright2,
.curved-corner-topleft2 {
  width: 90vw;
  height: 80px;
  overflow: hidden;
  position: relative;
}

.curved-corner-bottomright:before,
.curved-corner-topleft:before, .curved-corner-bottomright2:before,
.curved-corner-topleft2:before {
  content: "";
  display: block;
  width: 200%;
  height: 200%;
  position: absolute;
  border-radius: 50%;
}

.curved-corner-bottomright:before {
  bottom: 0;
  right: 0;
  box-shadow: 200px 50px 0 0 #b5320d;
}
.curved-corner-topleft:before {
  top: 0;
  left: 0;
  box-shadow: -200px -50px 0 0 #b5320d;
}

.curved-corner-bottomright2:before {
    bottom: 0;
    right: 0;
    box-shadow: 200px 50px 0 0 #211f1b;
  }
  .curved-corner-topleft2:before {
    top: 0;
    left: 0;
    box-shadow: -200px -50px 0 0 #211f1b;
  }





section {
    clear: right;
    text-align: center;
    vertical-align: middle;
    height: 316px;
    background-color: #b5320d;
    background-image: url(../pic/bureau.png);
    background-position: center;
    background-repeat: no-repeat;
}

footer {
    clear: right;
    background-color: #b5320d;
    padding: 10px;
    text-align: center;
    vertical-align: bottom;
}
.phraz {
    padding-top: 100px;
}


h2 {
    color: #211f1b;
    font-family: 'daniel', sans-serif;
    font-size: 2.1rem;
}

h6 {
    color: #211f1b;
    font-size: 1.2rem;
    font-family: 'daniel', sans-serif;
    padding: 5px 0;
}

article {
    width: 80vw;
    margin: 0 auto;
    text-align: justify;
}


h3 {
  font-size: 1.3rem;
  line-height: 1.2;
  color: #211f1b;
}

.accordion {
  margin: 0px 10vw;
  width: 80%;
}
.titr {
  text-align: center;
  padding: 15px;
}
.accordion__xpend {
    padding: 10px 40px;
    border-radius: 0 0 15px 15px;
    box-shadow: 1px 2px 2px #918c7b;
    opacity: 0;
    height: 0;
    overflow: hidden;
    transition: opacity 0.2s ease-out;
  }

.accordion__item {
    margin-bottom: 5px;
  }
h4 {
    font-size: 1.2rem;
    font-weight: bold;
  font-family: 'BauhausMediumBT';
}
h5 {
    font-size: 1rem;
    font-weight: normal;
}

.accordion__note {
    position: relative;
    background: linear-gradient(0deg, #FFF 0%, #918c7b 60%, #918c7b 87%, #b5320d 95%);
    border-radius: 15px 15px 0 0;
    padding: 25px 15px 8px 40px;
    cursor: pointer;
  }

.accordion__note::before {
    content: '';
    display: inline-block;
    border: solid #555;
    border-width: 0 2px 2px 0;
    padding: 3px;
    position: absolute;
    top: 70%;
    right: 50px;
    transform: rotate(45deg);
    transition: transform .2s linear;
  }


.expanded .accordion__note::before {
  content: '';
  border: solid #555;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  position: absolute;
  top: 70%;
  right: 50px;
  transform: rotate(-135deg);
  transition: transform .2s linear;
}

.expanded .accordion__xpend {
  opacity: 1;
  height: auto;
    margin-bottom: 20px;
}


.folio {
    clear: right;
    background-color: #211f1b;
    padding-top: 1rem;
}
.ctrl {
    display: inline-block;
}
.ctrl a {
    background-color: #FFF;
    padding: 6px 0 0 6px ;
    border: 0.1px solid #211f1b;
    box-shadow: -1px 2px 5px #211f1b;
    margin: 0 0 3px 0.6rem;
    border-radius: 50%;
    display: inline-block;
    font-size: 0.9rem;
    width: 38px;
    height: 38px;
    line-height: 1.9rem;
}
.ctrl a:hover {
    background-color: #b5320d;
}

.icons {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
}
.centr {
    text-align: center;
}
.icons li {
            width: 70px;
            height: 70px;
            list-style: none;
            border-radius: 50%;
            }

.icon-rezo {
		text-decoration: none;
		position: relative;
}
		.icon-rezo:before {
            line-height: 4rem;
            font-size: 3rem;
			-moz-osx-font-smoothing: grayscale;
			-webkit-font-smoothing: antialiased;
			font-family: FontAwesome;
            color: #918c7b;
			font-style: normal;
			font-weight: normal;
			text-transform: none;
		}
.icons li:hover {
    background-color: #b5320d;
            }
		.icon-rezo > .label {
    position: absolute;
    left: -10px;
    top: 35px;
    width: 60px;
    text-align: center;
    font-size: 0.8rem;
            }

/*

*/
.rang {
    display: flex;
    width: 100%;
    padding-top: 10px;
    justify-content: space-between;
    flex-wrap: nowrap;
    gap: 5px;
    flex: 1 1 auto;
}
.web1 { order: 1; }
.web2 { order: 2; }
.web3 { order: 3; }

.boutton {
    margin: 15px 0;
    padding: 10px 30px;
    border: 1px solid #918c7b;
    border-radius: 25px;
}
.boutton>a {
    font-size: 1.1rem;
    font-weight: bold;
    text-decoration: none;
    color: #211f1b;
}


.boutton>a:hover {
    color: #b5320d;
}

.milieu {
    display: flex;
    justify-content: center;
}
/*
 */


.insidtop {
    z-index: 90;
    position: absolute;
    display: flex;
    justify-content: space-evenly;
    width: 82vw;
    pointer-events: none;
}
.insidlogo {
    margin: 10px 0 0;
}

.insidlogo img {
    width: 105px;
}

.insidname {
    margin: 20px 0;
    line-height: 2.6rem;
    font-size: 1.2rem;
    font-family: 'BauhausMediumBT', sans-serif;
    color: var(--peps);
}
.trait, .trait2 {
    border-top: 10px solid #b5320d;
    border-radius: 100% 15px;
    margin: 50px 0 0 20%;
    height: 60px;
    width: 60%;

}
.part {
    padding-top: 15px;
    width: 60vw;
}

.show {
    clear: right;
    background-color: #211f1b;
    padding: 0.5rem;
    text-align: center;
}
video {
    border: 0.5px solid #918c7b;
    width: 600px;
    }

.reals {
    display: flex;
    flex-direction: column-reverse;
}
.movie {
    display: flex;
}
.movie_img {
    width: 400px;
    margin: 5px;
    justify-self: start;
}

.movie_note {
    justify-self: stretch;
    padding: 10px;
}

.rrows {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 25px;
}



@media screen and (max-width: 1295px) {
    .embed_resizable {
        width: 38vw;
        height: 468px;
    }
    .ontop {
        width: 38vw;
    }

.title-anim {
    padding-top: 100px;
}

svg {
    overflow: hidden;
    width: 602px;
}


.rang {
    width: 80%;
    justify-content: center;
    flex-wrap: wrap;
    gap: 16px;
}
.web1 { order: 2; }
.web2 { order: 3; }
.web3 { order: 1; }


}

@media screen and (max-width: 1040px) {
    .embed_resizable {
        width: 42vw;
        height: 468px;
    }
    
    .ontop {
        width: 42vw;
    }
.title-anim {
    padding-top: 120px;
    width: 50vw;
    justify-self: center;
}


svg {
    width: 450px;
    height: 200px;
    
}

h2 {
    color: #211f1b;
    font-family: 'daniel', sans-serif;
    font-size: 1.8rem;
}


.rang {
    width: 100%;
}

}


@media screen and (max-width: 800px) {
.favicon {
    position: fixed;
    z-index: 99;
    display: block;
    top: -20px;
    right: -20px;
}
.icon {
        width: 40px;
        height: 40px;
        list-style: none;
        margin: 0;
        padding: 25px 8px 0 15px;
        border-radius: 60px 0 10px 60px;
        background-color: #918c7b;
        }

.icon::after {
    content: '\2630';
        color: #feefab;
        font-size: 1.2rem;
}
.icon::after:hover {
        color: #b5320d;
}
.box {
    position: fixed;
    box-shadow: -3px 4px 8px rgb(0 0 0/10%), -9px 12px 18px rgb(0 0 0/10%);
    overflow: hidden;
    right: 0px;
    z-index: 97;
    display: none;
    border-radius: 25px;
    background-color: #fff;
    height: 200px;
    width: 200px;
}
.box ul {
    margin: 50px 10px 0 0;
}
.box ul li {
    display: block;
    padding: 12px;
    border-radius: 25px;
}

.box ul li:hover {
    background-color: #b5320d;
}

a.box-item {
    text-decoration: none;
}

nav {
    display: none;
}
    .ontop {
        z-index: 90;
        width: 100%;
    }
    .logo {
        margin: 170px 0 0;
    }
    .logo img {
        width: 120px;
    }
    
    .name {
        font-size: 1.1rem;
    }
    header {
        flex-direction: column;
        justify-content: center;
    }
    .embed_resizable {
        width: 100%;
        height: 380px;
    }
.title-anim {
    align-self: center;
    padding-top: 0px;
}


svg {
    width: 460px;
}

/*

*/
    section {
        clear: right;
        height: 188px;
        background-image: url(../pic/buro.png);
    }
    
h2 {
    padding-top: 50px;
    font-size: 1.5rem;

}
    


h3 {
  font-size: 1rem;
  line-height: 1.1;
}
.accordion {
  margin: 0px 0vw;
  width: 100%;
}

.accordion__xpend {
    padding: 8px 20px;
  }

.accordion__item {
    margin-bottom: 5px;
  }
h4 {
    font-size: 1rem;
    font-weight: bold;
}
h5 {
    font-size: 0.9rem;
}

.accordion__note {
    padding: 20px 10px 8px 20px;
  }

.accordion__note::before {
    top: 85%;
    right: 15px;
  }


.expanded .accordion__note::before {
  top: 85%;
  right: 15px;
}

.expanded .accordion__xpend {
    margin-bottom: 10px;
}

.icons li {
            width: 50px;
            height: 50px;
            }

		.icon-rezo:before {
            line-height: 3rem;
            font-size: 2rem;
		}




.insidtop {
    z-index: 90;
    position: absolute;
    display: flex;
    width: 82vw;
    pointer-events: none;
    justify-content: space-between;
    flex-direction: row;
}
.insidlogo {
    margin: 10px 0 0 6px;
}

.insidlogo img {
    width: 125px;
}

.insidname {
    margin: 30px 14px 0 0;
    line-height: 0.3rem;
    font-size: 0.9rem;
    font-family: 'BauhausMediumBT', sans-serif;
    color: var(--peps);
}
.trait {
    border-top: 10px solid #b5320d;
    border-radius: 100% 15px;
    margin: 50px 0 0 10%;
    height: 60px;
    width: 80%;

}
.part {
    padding-top: 0px;
    width: 80vw;
}

video {
    width: 500px;
    }

    .movie_img {
    width: 40vw;
}
.movie_img img{
    width: 100%;
}

.movie_note {
    justify-self: end;
    width: 40vw;
}

.rrow_img img {
    justify-self: center;
}
.rrow_img img {
    width: 100%;
    height: auto;
}

}

@media screen and (max-width: 600px) {
    svg {
        width: 310px;
    }
.titr {
  text-align: center;
  padding: 10px;
}

.ctrl a {
    font-size: 0.7rem;
    width: 24px;
    height: 24px;
    line-height: 1.1rem;
}
.insidtop {
    z-index: 90;
    position: absolute;
    display: flex;
    width: 98vw;
    pointer-events: none;
    justify-content: center;
    flex-direction: column;
}
.insidlogo {
    margin: 16px auto;
}

.insidlogo img {
    width: 125px;
}

.insidname {
    margin: 0px auto;
    line-height: 0.3rem;
    font-size: 0.9rem;
    text-align: center;
    font-family: 'BauhausMediumBT', sans-serif;
    color: var(--peps);
}
.trait {
    margin: 150px 0 0 10%;

}

.trait2 {
    margin: 30px 0 0 10%;
    width: 80%;
}
video {
    width: 90vw;
    }

    .boutton>a {
    font-size: 0.9rem;
}

.movie {
    display: flex;
    flex-direction: column;
}
.movie_img {
    width: 100%;
}

.movie_note {
    width: 100%;
    justify-self: right;
}

}


@media screen and (max-width: 400px) {
    svg {
        width: 180px;
    }
    h2 {
    font-size: 1rem;
}
.web3 img {
    width: 200px;
}
       .boutton {
    padding: 6px 4vw;
}


}