@font-face {
font-family: 'Lato Re';
src: url(//www.transition-perspectives.com/wp-content/themes/transitions/fonts/Lato-Regular.ttf) format('truetype');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'Lato Bl';
src: url(//www.transition-perspectives.com/wp-content/themes/transitions/fonts/Lato-Black.ttf) format('truetype');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'icomoon';
src: url(//www.transition-perspectives.com/wp-content/themes/transitions/fonts/icomoon.ttf?3q7eco) format('truetype');
font-weight: normal;
font-style: normal;
font-display: block;
}
[class^="icon-"], [class*=" icon-"] {
font-family: 'icomoon' !important;
speak: never;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.icon-presentation:before {
content: "\e900";
}
.icon-notre-vision:before {
content: "\e901";
}
.icon-nos-valeurs:before {
content: "\e902";
}
.icon-diagnostic:before {
content: "\e903";
}
.icon-conseil:before {
content: "\e904";
}
.icon-formation:before {
content: "\e905";
}
.icon-coaching:before {
content: "\e906";
} body,
html {
width: 100%;
height: auto;
font-size: 15px;
}
body { 
font-family: 'Lato Re', Helvetica, sans-serif;
overflow-x: hidden;
color: #394d61;
}
section { padding: 3rem 0; } 
b,
strong {
font-family: 'Lato Bl', Helvetica, sans-serif;
font-weight: unset;
}
a {
color: #394d61;
text-decoration: none;
-webkit-transition: all 0.2s;
-moz-transition: all 0.2s;
transition: all 0.2s;
}
button:hover,
button:focus, 
a:hover,
a:focus {
color: #3864a6 !important;
box-shadow: 0 !important;
outline: 0 !important;
}
p {
color: #394d61;
line-height: 1.3;
margin-bottom: 20px;
}
p:last-child { margin-bottom: 0; }
ul {
padding-left: 15px;
}
ul li { color: #394d61; }
ul li::marker {
color: #f9b743;
}
h1,
h2,
h3,
h4,
h5,
h6 { font-family: 'Lato Bl', Helvetica, sans-serif; }
h2 { color: #3864a6; }
figure { margin: 0; }
.card {
border-radius: 0;
border: 0;
background-color: transparent;
}
.card img {
border-radius: 0 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) { .card > * { flex: 0 0 auto; }
} .head-home {
position: absolute;
top: 3rem;
width: 100%;
}
.head-page {
position: relative;
padding-top: 3rem;
}
.head-home .slogan,
.head-page .slogan {
font-size: 1.6rem;
margin-left: 8.5%;
color: #3a66a4;
}
@media screen and (max-width: 1199px) {
.head-home .slogan,
.head-page .slogan { margin-left: 1.5%; }
}
@media screen and (max-width: 991px) {
.head-home .slogan,
.head-page .slogan { margin-left: 20.5%; }
}
@media screen and (max-width: 767px) {
.head-home .logo,
.head-page .logo {
max-width: 300px;
display: block;
margin: 0 auto;
}
.head-home .slogan,
.head-page .slogan { 
margin-left: 0;
text-align: center;
}
}
@media screen and (max-width: 575px) {
.head-home .logo,
.head-page .logo { max-width: 100%; }
} #navigation .navbar { 
position: relative;
z-index: 15;
padding: 0;
margin: 0;
overflow-y: clip;
}
#navigation .navbar:before {
content: "";
position: absolute;
width: 9999px;
height: 100px;
background-color: #394d61;
right: calc(-9999px + 40%);
}
#navigation .navbar ul { 
background-color: #394d61;
padding: 0.5rem;
border-top-left-radius: 25px;
border-bottom-left-radius: 25px;
}
#navigation .navbar .navbar-nav li a {
background-color: #394d61;
color: #fff;
border: 1px solid #394d61;
font-size: 0.9rem;
text-align: center;
text-transform: uppercase;
padding: 0.3rem 0.8rem 0.1rem !important;
position: relative;
margin: 0 0.5rem;
border-radius: 15px;
}
#navigation .navbar .navbar-nav li a:hover { 
background-color: #71654c !important;
color: #fff !important;
border: 1px solid #fff !important;
}
#navigation .navbar .navbar-nav .dropdown-toggle::after { display: none; }
#navigation .navbar .navbar-nav .dropdown-menu {
border: 0;
border-radius: 0;
background-color: #333;
margin-top: 0.5rem;
}
#navigation .navbar .navbar-nav .dropdown-menu a {
font-size: 0.85rem;
color: #fff !important;
margin-top: 0;
text-align: left;
}
#navigation .navbar .navbar-nav .dropdown-menu a:before { display: none; }
#navigation .navbar .navbar-nav .dropdown-menu a:focus, 
#navigation .navbar .navbar-nav .dropdown-menu a:hover {
background-color: transparent;
text-decoration: underline;
} #navigation .navbar.fixed-header {
background-color: #394d61;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
position: fixed !important;
top: 0;
left: 0;
right: 0;
z-index: 150;
padding: 0.5rem 1rem;
}
#navigation .navbar.fixed-header:before { display: none; }
#navigation .navbar.fixed-header .navbar-brand { display: block !important; }
#navigation .navbar.fixed-header .navbar-brand img { max-height: 45px; }
#navigation .navbar.fixed-header .navbar-nav { 
border: 0; 
padding: 1rem 0;
}
#navigation .navbar.fixed-header .navbar-nav li a { margin-top: 0; }
#navigation .navbar.fixed-header .navbar-nav li a:before { display: none; }
#navigation .navbar.fixed-header .social-links .social-icon-colored { padding: 1rem 1rem 0; }
@media screen and (max-width: 991px) {
#navigation .navbar:before { display: none; }
#navigation .navbar ul { 
background-color: #fff;
margin-top: 1rem;
padding: 0.5rem;
border-top-left-radius: 0;
border-bottom-left-radius: 0;
}
#navigation .navbar .navbar-nav li { margin-bottom: 0.5rem; }
#navigation .navbar .navbar-toggler {
background-color: #394d61;
color: #fff;
font-size: 1.45rem;
border-color: #fff;
margin-left: auto;
z-index: 15;
}
#navigation .navbar .navbar-toggler-icon { background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewSbx='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E"); }
#navigation .navbar.fixed-header .navbar-toggler { margin: 0 0 0 auto; }
}
@media screen and (max-width: 767px) {
#navigation { margin-top: 0; }
#navigation .navbar .navbar-nav { margin: 1rem auto 0 !important; }
#navigation .navbar .navbar-toggler { margin: 1.5rem auto; }
} div[id^="carousel"] { position: relative; }
div[id^="carousel"] .carousel-item { 
background-color: #e8e9eb;
height: 550px; 
}
div[id^="carousel"] .carousel-item img {
position: absolute;
max-width: 1920px;
top: 50%;
transform: translateY(-50%);
left: 0;
right: 0;
height: 100%;
margin: 0 auto;
object-fit: cover;
object-position: center center;
transition: transform 0.5s ease;
}
div[id^="carousel"] .carousel-item video {
position: absolute;
top: 50%;
left: 0;
right: 0;
min-width: 100%;
min-height: 100%;
width: 100%;
height: auto;
transform: translateY(-50%);
margin: 0 auto;
text-align: center;
z-index: 1;
}
div[id^="carousel"] .carousel-control-next, 
div[id^="carousel"] .carousel-control-prev {
background-color: transparent;
border: 0;
} #raccourci { margin-top: -6rem; }
#raccourci .card { 
background-color: #394d61;
border: 1px solid #394d61;
border-radius: 50px;
}
#raccourci .card span { 
color: #fcad37;
font-size: 3.5rem;
display: block;
text-align: right;
}
#raccourci .card .card-body .card-title { 
color: #fff;
margin-bottom: 0;
}
#raccourci a:hover .card { 
background-color: #71654c;
border: 1px solid #fff;
}
#raccourci a:hover .card span { color: #fff; }
@media screen and (max-width: 767px) {
#raccourci .card span { text-align: center; }
#raccourci .card .card-body { padding: 1rem 0 0; }
#raccourci .card .card-body .card-title { text-align: center; }
}
@media screen and (max-width: 575px) {
#raccourci .card { margin-bottom: 1rem; }
} #presentation { position: relative; }
#presentation:before,
#presentation:after {
content: "";
position: absolute;  
background-size: initial;
background-repeat: no-repeat;
width: 350px;
height: 399px;
z-index: -1;
}
#presentation:before {
background-image: url(//www.transition-perspectives.com/wp-content/themes/transitions/img/silhouette.png);
left: 0;
bottom: 0;
}
#presentation:after {
background-image: url(//www.transition-perspectives.com/wp-content/themes/transitions/img/silhouette.png);
transform: rotateY(180deg);
right: 0;
top: 0;
}
#presentation .card img {
border-top-left-radius: 70px !important;
border-top-right-radius: 70px !important;
border-bottom-left-radius: 70px !important;
display: block;
}
#presentation .card .card-img-overlay {
top: unset;
left: unset;
background-color: #394d61;
border-top-left-radius: 50px;
border-top-right-radius: 50px;
border-bottom-left-radius: 50px;
padding: 2rem;
}
#presentation .card .card-img-overlay .card-title { 
color: #fff;
font-size: 1rem;
position: relative;
margin-bottom: 0;
padding-right: 2.2rem;
}
#presentation .card .card-img-overlay .card-title:before {
content: '•••';
color: #fcad37;
font-size: 1.6rem;
position: absolute;
right: -0.7rem;
bottom: -0.7rem;
}
@media screen and (max-width: 767px) {
#presentation { text-align: center; }
} #notre-vision .picto-wrapper { margin-bottom: -2.5rem; }
#notre-vision .parallax {
position: relative;
background-position: center !important;
background-size: cover !important;
background-repeat: no-repeat !important;
padding: 3rem 0;
}
#notre-vision .card-wrapper { margin-bottom: -5rem; }
#notre-vision .card-wrapper .card {
background-color: #394d61;
border-top-left-radius: 75px;
border-top-right-radius: 75px;
border-bottom-left-radius: 75px;
padding: 2rem;
margin-top: 15rem;
}
#notre-vision .card-wrapper .card .card-title { 
color: #fff;
font-size: 1rem;
position: relative;
display: table;
margin-bottom: 0;
padding-right: 2.2rem;
}
#notre-vision .card-wrapper .card .card-title:before {
content: '•••';
color: #fcad37;
font-size: 1.6rem;
position: absolute;
right: -0.7rem;
bottom: -0.7rem;
}
#notre-vision .card-wrapper .card .card-text * { color: #fff; }
@media screen and (max-width: 767px) {
#notre-vision .card-wrapper .card { margin-top: 2rem; }
} #nos-valeurs a:hover .card { 
transform: scale(1.05);
-webkit-transition: all 0.2s;
-moz-transition: all 0.2s;
transition: all 0.2s;
}
#nos-valeurs .card { 
position: relative;
max-width: 280px;
margin: 0 auto;
}
#nos-valeurs .card:before {
content: "";
position: absolute;
width: 100%;
height: 100%;
background-color: #e8e9eb;
border-radius: 50px;
z-index: -1;
bottom: -1rem;
right: -1rem;
} 
#nos-valeurs .card img { border-radius: 50px !important; }
#nos-valeurs .card .card-img-overlay { top: unset; }
#nos-valeurs .card .card-img-overlay .card-title { 
color: #fff;
text-align: center;
} *[id^="modalValeurs"] .modal-content { background-color: #394d61; }
*[id^="modalValeurs"] .modal-content * { color: #fff; }
*[id^="modalValeurs"] .modal-content .modal-header { border-bottom: 0; }
*[id^="modalValeurs"] .modal-content .modal-header .modal-title {
font-size: 2rem !important;
color: #fcad37;
}
*[id^="modalValeurs"] .modal-content .modal-header .btn-close { 
background-color: #fcad37;
opacity: 1;
border-radius: 100%;
} #vos-enjeux { position: relative; }
#vos-enjeux:before {
content: "";
position: absolute;  
background-size: initial;
background-repeat: no-repeat;
width: 350px;
height: 399px;
z-index: 0;
background-image: url(//www.transition-perspectives.com/wp-content/themes/transitions/img/silhouette-alt.png);
transform: rotateY(180deg);
right: 0;
top: 0;
}
#vos-enjeux .title-wrapper {
background-color: #fcad37;
padding: 1rem 1.5rem 0.5rem;
border-top-left-radius: 50px;
border-bottom-left-radius: 50px;
border-bottom-right-radius: 50px;
position: relative;
display: table;
margin: 0 auto;
}
#vos-enjeux .title-wrapper h1 {
font-size: 1.5rem;
color: #fff;
position: relative;
padding-right: 2.2rem;
}
#vos-enjeux .title-wrapper h1:before {
content: '•••';
color: #394d61;
font-size: 1.6rem;
position: absolute;
right: 0;
bottom: -0.7rem;
} .bloc-separe-1 .content-wrapper { border-bottom-left-radius: 0; }
.bloc-separe-1 .card img {
border-top-left-radius: 70px !important;
border-top-right-radius: 70px !important;
border-bottom-left-radius: 70px !important;
display: block;
} .bloc-separe-2 .background { position: relative; }
.bloc-separe-2 .background:before {
content: "";
position: absolute;
background-size: contain;
background-repeat: no-repeat;
width: 300px;
height: 340px;
z-index: 0;
background-image: url(//www.transition-perspectives.com/wp-content/themes/transitions/img/silhouette-alt.png);
transform: rotate(-75deg);
right: 0;
bottom: 25%;
left: 0;
margin: 0 auto;
}
.bloc-separe-2 .content-wrapper { border-bottom-right-radius: 0; }
.bloc-separe-2 .card img {
border-top-left-radius: 70px !important;
border-top-right-radius: 70px !important;
border-bottom-left-radius: 70px !important;
display: block;
}
@media screen and (max-width: 767px) {
.bloc-separe-2 .background:before { display: none; }
} .bloc-encastre-1 .content-wrapper { border-bottom-right-radius: 0; }
.bloc-encastre-1 .card {
margin-left: -8rem;
margin-bottom: 3rem;
position: relative;
z-index: 0;
}
.bloc-encastre-1 .card img {
border-bottom-right-radius: 70px !important;
display: block;
}
@media screen and (max-width: 767px) {
.bloc-encastre-1 .card {
margin-left: 0;
margin-bottom: 0;
}
} .bloc-encastre-2 .content-wrapper { border-bottom-right-radius: 0; }
.bloc-encastre-2 .card {
margin-right: -8rem;
position: relative;
z-index: 0;
}
.bloc-encastre-2 .card img {
border-bottom-right-radius: 70px !important;
display: block;
}
@media screen and (max-width: 767px) {
.bloc-encastre-2 .card {
margin-right: 0;
margin-bottom: 0;
}
} #nos-solutions .parallax {
position: relative;
background-position: center !important;
background-size: cover !important;
background-repeat: no-repeat !important;
padding: 3rem 0;
}
#nos-solutions .parallax img {
max-width: 600px;
max-height: 545px;
margin: 0 auto;
display: block;
padding-top: 1rem;
margin-bottom: -5rem;
}
@media screen and (max-width: 767px) {
#nos-solutions .parallax img {
max-width: 100%;
max-height: auto;
}
} #liste .list-wrapper [class^="icon-"] {
font-size: 4.5rem;
display: block;
text-align: center;
color: #52b2c1;
}
#liste .list-wrapper .card .card-title {
background-color: #394d61;
color: #52b2c1;
font-size: 1.3rem;
border-top-left-radius: 50px;
border-bottom-right-radius: 50px;
border-bottom-left-radius: 50px;
position: relative;
display: table;
padding: 0.5rem 2rem;
margin-bottom: 0;
}
#liste .list-wrapper .card .card-title:before {
content: "";
position: absolute;
width: 9999px;
height: 38px;
background-color: #52b2c1;
right: calc(-9999px + 40%);
top: 50%;
transform: translateY(-50%);
z-index: -1;
} #banniere .image-wrapper {
position: relative;
background-position: center !important;
background-size: cover !important;
background-repeat: no-repeat !important;
height: 340px;
} #contact .contact-wrapper {
background-color: #394d61;
border-bottom-right-radius: 75px;
padding: 2rem 2rem 2rem 6rem;
margin-left: -5rem;
}
#contact .contact-wrapper * { color: #fff; }
#contact .card img {
border-top-left-radius: 70px !important;
border-bottom-right-radius: 70px !important;
display: block;
}
#contact .title-wrapper {
background-color: #fff;
padding: 1rem 1.5rem 0.5rem;
border-top-left-radius: 50px;
border-bottom-left-radius: 50px;
border-bottom-right-radius: 50px;
position: relative;
display: table;
margin-left: -7.5rem;
margin-bottom: 1.5rem;
}
#contact .title-wrapper h1 {
font-size: 1.5rem;
color: #394d61;
position: relative;
padding-right: 2.2rem;
}
#contact .title-wrapper h1:before {
content: '•••';
color: #394d61;
font-size: 1.6rem;
position: absolute;
right: 0;
bottom: -0.7rem;
}
@media screen and (max-width: 767px) {
#contact .contact-wrapper {
padding: 2rem;
margin-left: 0;
}
#contact .title-wrapper {
margin-left: 0;
margin-bottom: 1.5rem;
}
} #carte .card { display: inline; }
#carte .card iframe { border-radius: 50px; }
#contact-us .form {
width: 100%;
height: 50px;
padding: 10px 15px;
background: #f9f9f9;
border: 1px solid #3a4e60;
margin-bottom: 15px;
color: #3a66a4 !important;
font-size: 0.8rem;
-webkit-transition: all 0.4s;
-moz-transition: all 0.4s;
transition: all 0.4s;
border-radius: 25px;
}
#contact-us .form:hover { border: 1px solid #3864a6; }
#contact-us .form:focus {
color: #fff;
outline: none;
border: 1px solid #3864a6;
}
#contact-us textarea {
height: 11.2rem !important;
max-width: 100%;
}
#contact-us .form-btn {
display: block;
font-size: 0.9rem;
height: auto;
padding: 0.5rem 2rem;
color: #fff;
background: #3864a6;
border: 1px solid #3864a6;
border-radius: 25px;
outline: none;
margin-top: 1rem;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
transition: all 0.3s;
}
#contact-us .form-btn:hover {
background: #394d61;
color: #fff;
border: 1px solid #394d61;
}
#contact-us .form-btn:active { opacity: 0.9; }
#contact-us .wpcf7-list-item { 
margin: 0 !important; 
line-height: 1;
}
#contact-us ::placeholder { color: #3a66a4;
opacity: 1; }
#contact-us :-ms-input-placeholder { color: #3a66a4;
}
#contact-us ::-ms-input-placeholder { color: #3a66a4;
}
.wpcf7-list-item-label { font-size: 74%; }
.wpcf7-spinner { display: none; }
.grecaptcha-badge { display: none; } footer .pre-footer { 
background-color: #e8e9eb;
font-size: 1rem;
}
footer .pre-footer ul {
list-style: none;
margin-bottom: 1.5rem;
padding-left: 0;
}
footer .pre-footer ul:last-of-type { margin-bottom: 0; }
footer .pre-footer ul li:last-child { margin-bottom: 0; }
footer .pre-footer ul li a { 
color: #394d61; 
position: relative;
display: block;
}
footer .footer * { color: #ccc; }
@media screen and (max-width: 767px) {
footer .pre-footer img { 
max-width: 300px;
margin: 0 auto;
display: block;
}
}
@media screen and (max-width: 575px) {
footer .pre-footer * { text-align: center; }
footer .pre-footer img { max-width: 100%; }
footer .pre-footer ul { 
text-align: center;
padding-left: 0;
list-style-type: none;
}
footer .pre-footer .contact-btn {
margin: 0 auto;
display: table;
}
footer .pre-footer .infos {
margin: 0 auto;
display: inline-block;
}
footer .pre-footer ul li a:before {
right: 0;
margin: 0 auto;
}
} .picto-wrapper {
background-color: #fcad37;
width: 5rem;
height: 5rem;
border-radius: 100%;
margin: 0 auto 2rem;
z-index: 1;
position: relative;
}
.picto-wrapper span {
color: #fff;
font-size: 3.5rem;
display: block;
text-align: center;
line-height: 5rem;
} button.btn-primary {
padding: 0.3rem 0.8rem 0.1rem !important;
background-color: #fff;
color: #3864a6;
border: 1px solid #3864a6;
border-radius: 15px;
margin-left: auto;
display: block;
}
button.btn-primary:hover {
color: #fff !important;
background-color: #71654c;
border-color: #71654c;
} .content-wrapper {
background-color: #394d61;
border-radius: 75px;
padding: 2rem;
position: relative;
z-index: 1;
}
.content-wrapper h2 { 
color: #fcad37;
font-size: 1.5rem;
position: relative;
display: table;
margin-bottom: 0.4rem;
padding-right: 2.2rem;
}
.content-wrapper *:not(h2) { color: #fff; } .social-links ul {
position: relative;
display: block;
margin-top: 0;
margin-bottom: 0;
}
.social-links .social-icon-colored li {
position: relative;
display: inline-block;
margin: 0;
margin-bottom: 0;
padding-right: 0;
}
.social-links .social-icon-colored li a {
background-color: #fff;
color: #394d61;
border: 1px solid #fff;
border-radius: 100%;
position: relative;
display: block;
height: 28.25px;
width: 28.25px;
line-height: 30px;
text-align: center;
font-size: 20px;
-webkit-transition: all 300ms ease;
-moz-transition: all 300ms ease;
-ms-transition: all 300ms ease;
-o-transition: all 300ms ease;
transition: all 300ms ease;
}
.social-links .social-icon-colored li a:hover {
background-color: #71654c;
color: #fff !important;
-webkit-transition: all 300ms ease;
-ms-transition: all 300ms ease;
-o-transition: all 300ms ease;
-moz-transition: all 300ms ease;
transition: all 300ms ease;	
}
.social-links .social-icon-colored li a i,
.social-links .social-icon-colored li a svg { font-size: 20px; } .scroll-to-top {
position: fixed;
bottom: 15px;
right: 15px;
width: 60px;
height: 60px;
color: #fff;
font-size: 24px;
text-transform: uppercase;
line-height: 60px;
text-align: center;
z-index: 100;
cursor: pointer;
background-color: #71654c;
border-radius: 100%;
display: none;
-webkit-transition: all 300ms ease;
-ms-transition: all 300ms ease;
-o-transition: all 300ms ease;
-moz-transition: all 300ms ease;
transition: all 300ms ease;		
}
.scroll-to-top:hover {
color: #fff;
background-color: #3864a6;
} .erreur {
padding: 10rem 0;
background-color: #f8f9fa;
}
.erreur .text-wrapper {
height: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.erreur .title {
font-size: 5em;
font-weight: 700;
color: #394d61;
position: relative;
text-align: center;
}
.erreur .subtitle {
font-size: 1.5em;
font-weight: 700;
color: #1b649e;
position: relative;
text-align: center;
}
.erreur .buttons { margin-top: 4em; }
.erreur .buttons a.button {
background-color: #394d61;
display: block;
font-weight: 700;
text-decoration: none;
border-radius: 25px;
padding: 15px;
text-transform: uppercase;
color: #fff;
-webkit-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
.erreur .buttons a.button:hover {
background-color: #71654c;
color: #fff !important;
-webkit-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
.erreur .subtitle:before,
.erreur .title:before {
content: attr(data-content);
position: absolute;
left: -2px;
text-shadow: 1px 0 blue;
top: 0;
color: white;
overflow: hidden;
clip: rect(0, 900px, 0, 0);
-webkit-animation: noise-anim-2 3s infinite linear alternate-reverse;
animation: noise-anim-2 3s infinite linear alternate-reverse;
}