@charset "UTF-8";
.twentytwenty-horizontal .twentytwenty-handle:before, .twentytwenty-horizontal .twentytwenty-handle:after, .twentytwenty-vertical .twentytwenty-handle:before, .twentytwenty-vertical .twentytwenty-handle:after {
content: " ";
display: block;
background: white;
position: absolute;
z-index: 30;
-webkit-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
-moz-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5); }
.twentytwenty-horizontal .twentytwenty-handle:before, .twentytwenty-horizontal .twentytwenty-handle:after {
width: 3px;
height: 9999px;
left: 50%;
margin-left: -1.5px; }
.twentytwenty-vertical .twentytwenty-handle:before, .twentytwenty-vertical .twentytwenty-handle:after {
width: 9999px;
height: 3px;
top: 50%;
margin-top: -1.5px; }
.twentytwenty-before-label, .twentytwenty-after-label, .twentytwenty-overlay {
position: absolute;
top: 0;
width: 100%;
height: 100%; }
.twentytwenty-before-label, .twentytwenty-after-label, .twentytwenty-overlay {
-webkit-transition-duration: 0.5s;
-moz-transition-duration: 0.5s;
transition-duration: 0.5s; }
.twentytwenty-before-label, .twentytwenty-after-label {
-webkit-transition-property: opacity;
-moz-transition-property: opacity;
transition-property: opacity; }
.twentytwenty-before-label:before, .twentytwenty-after-label:before {
color: white;
font-size: 13px;
letter-spacing: 0.1em; }
.twentytwenty-before-label:before, .twentytwenty-after-label:before {
position: absolute;
background: rgba(255, 255, 255, 0.2);
line-height: 38px;
padding: 0 20px;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px; }
.twentytwenty-horizontal .twentytwenty-before-label:before, .twentytwenty-horizontal .twentytwenty-after-label:before {
top: 50%;
margin-top: -19px; }
.twentytwenty-vertical .twentytwenty-before-label:before, .twentytwenty-vertical .twentytwenty-after-label:before {
left: 50%;
margin-left: -45px;
text-align: center;
width: 90px; }
.twentytwenty-left-arrow, .twentytwenty-right-arrow, .twentytwenty-up-arrow, .twentytwenty-down-arrow {
width: 0;
height: 0;
border: 6px inset transparent;
position: absolute; }
.twentytwenty-left-arrow, .twentytwenty-right-arrow {
top: 50%;
margin-top: -6px; }
.twentytwenty-up-arrow, .twentytwenty-down-arrow {
left: 50%;
margin-left: -6px; }
.twentytwenty-container {
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
z-index: 0;
overflow: hidden;
position: relative;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none; }
.twentytwenty-container img {
max-width: 100%;
position: absolute;
top: 0;
display: block; }
.twentytwenty-container.active .twentytwenty-overlay, .twentytwenty-container.active :hover.twentytwenty-overlay {
background: rgba(0, 0, 0, 0); }
.twentytwenty-container.active .twentytwenty-overlay .twentytwenty-before-label,
.twentytwenty-container.active .twentytwenty-overlay .twentytwenty-after-label, .twentytwenty-container.active :hover.twentytwenty-overlay .twentytwenty-before-label,
.twentytwenty-container.active :hover.twentytwenty-overlay .twentytwenty-after-label {
opacity: 0; }
.twentytwenty-container * {
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box; }
.twentytwenty-before-label {
opacity: 0; }
.twentytwenty-before-label:before {
content: attr(data-content); }
.twentytwenty-after-label {
opacity: 0; }
.twentytwenty-after-label:before {
content: attr(data-content); }
.twentytwenty-horizontal .twentytwenty-before-label:before {
left: 10px; }
.twentytwenty-horizontal .twentytwenty-after-label:before {
right: 10px; }
.twentytwenty-vertical .twentytwenty-before-label:before {
top: 10px; }
.twentytwenty-vertical .twentytwenty-after-label:before {
bottom: 10px; }
.twentytwenty-overlay {
-webkit-transition-property: background;
-moz-transition-property: background;
transition-property: background;
background: rgba(0, 0, 0, 0);
z-index: 25; }
.twentytwenty-overlay:hover {
background: rgba(0, 0, 0, 0.5); }
.twentytwenty-overlay:hover .twentytwenty-after-label {
opacity: 1; }
.twentytwenty-overlay:hover .twentytwenty-before-label {
opacity: 1; }
.twentytwenty-before {
z-index: 20; }
.twentytwenty-after {
z-index: 10; }
.twentytwenty-handle {
height: 38px;
width: 38px;
position: absolute;
left: 50%;
top: 50%;
margin-left: -22px;
margin-top: -22px;
border: 3px solid white;
-webkit-border-radius: 1000px;
-moz-border-radius: 1000px;
border-radius: 1000px;
-webkit-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
-moz-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
z-index: 40;
cursor: pointer; }
.twentytwenty-horizontal .twentytwenty-handle:before {
bottom: 50%;
margin-bottom: 22px;
-webkit-box-shadow: 0 3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
-moz-box-shadow: 0 3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
box-shadow: 0 3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5); }
.twentytwenty-horizontal .twentytwenty-handle:after {
top: 50%;
margin-top: 22px;
-webkit-box-shadow: 0 -3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
-moz-box-shadow: 0 -3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
box-shadow: 0 -3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5); }
.twentytwenty-vertical .twentytwenty-handle:before {
left: 50%;
margin-left: 22px;
-webkit-box-shadow: 3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
-moz-box-shadow: 3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
box-shadow: 3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5); }
.twentytwenty-vertical .twentytwenty-handle:after {
right: 50%;
margin-right: 22px;
-webkit-box-shadow: -3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
-moz-box-shadow: -3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
box-shadow: -3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5); }
.twentytwenty-left-arrow {
border-right: 6px solid white;
left: 50%;
margin-left: -17px; }
.twentytwenty-right-arrow {
border-left: 6px solid white;
right: 50%;
margin-right: -17px; }
.twentytwenty-up-arrow {
border-bottom: 6px solid white;
top: 50%;
margin-top: -17px; }
.twentytwenty-down-arrow {
border-top: 6px solid white;
bottom: 50%;
margin-bottom: -17px; }
 html {
font-family: sans-serif;
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%;
}
body {
margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
display: block;
}
audio,
canvas,
progress,
video {
display: inline-block;
vertical-align: baseline;
}
audio:not([controls]) {
display: none;
height: 0;
}
[hidden],
template {
display: none;
}
a {
background-color: transparent;
}
a:active,
a:hover {
outline: 0;
}
abbr[title] {
border-bottom: 1px dotted;
}
b,
strong {
font-weight: bold;
}
dfn {
font-style: italic;
}
h1 {
font-size: 2em;
margin: 0.67em 0;
}
mark {
background: #ff0;
color: #000;
}
small {
font-size: 80%;
}
sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sup {
top: -0.5em;
}
sub {
bottom: -0.25em;
}
img {
border: 0;
}
svg:not(:root) {
overflow: hidden;
}
figure {
margin: 1em 40px;
}
hr {
box-sizing: content-box;
height: 0;
}
pre {
overflow: auto;
}
code,
kbd,
pre,
samp {
font-family: monospace, monospace;
font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
color: inherit;
font: inherit;
margin: 0;
}
button {
overflow: visible;
}
button,
select {
text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
-webkit-appearance: button;
cursor: pointer;
}
button[disabled],
html input[disabled] {
cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
border: 0;
padding: 0;
}
input {
line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
box-sizing: border-box;
padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
height: auto;
}
input[type="search"] {
-webkit-appearance: textfield;
box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
}
fieldset {
border: 1px solid #c0c0c0;
margin: 0 2px;
padding: 0.35em 0.625em 0.75em;
}
legend {
border: 0;
padding: 0;
}
textarea {
overflow: auto;
}
optgroup {
font-weight: bold;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
td,
th {
padding: 0;
}  .slick-slider {
position: relative;
display: block;
box-sizing: border-box;
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-ms-touch-action: pan-y;
touch-action: pan-y;
-webkit-tap-highlight-color: transparent;
}
.slick-list {
position: relative;
overflow: hidden;
display: block;
margin: 0;
padding: 0;
}
.slick-list:focus {
outline: none;
}
.slick-list.dragging {
cursor: pointer;
cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
-webkit-transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0);
-o-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.slick-track {
position: relative;
left: 0;
top: 0;
display: block;
margin-left: auto;
margin-right: auto;
}
.slick-track:before,
.slick-track:after {
content: "";
display: table;
}
.slick-track:after {
clear: both;
}
.slick-loading .slick-track {
visibility: hidden;
}
.slick-slide {
float: left;
height: 100%;
min-height: 1px;
display: none;
}
[dir="rtl"] .slick-slide {
float: right;
}
.slick-slide img {
display: block;
}
.slick-slide.slick-loading img {
display: none;
}
.slick-slide.dragging img {
pointer-events: none;
}
.slick-initialized .slick-slide {
display: block;
}
.slick-loading .slick-slide {
visibility: hidden;
}
.slick-vertical .slick-slide {
display: block;
height: auto;
border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
display: none;
}
@font-face {
font-family: 'ITC';
src: url(//www.ingenierie-alpine.com/wp-content/themes/am/_fonts/ITCAvantGardeStd-Demi.woff) format('woff'), url(//www.ingenierie-alpine.com/wp-content/themes/am/_fonts/ITCAvantGardeStd-Demi.ttf) format('truetype');
font-weight: bold;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'ITC';
src: url(//www.ingenierie-alpine.com/wp-content/themes/am/_fonts/ITCAvantGardeStd-Bk.woff) format('woff'), url(//www.ingenierie-alpine.com/wp-content/themes/am/_fonts/ITCAvantGardeStd-Bk.ttf) format('truetype');
font-weight: normal;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'ITC';
src: url(//www.ingenierie-alpine.com/wp-content/themes/am/_fonts/ITCAvantGardeStd-Md.woff) format('woff'), url(//www.ingenierie-alpine.com/wp-content/themes/am/_fonts/ITCAvantGardeStd-Md.ttf) format('truetype');
font-weight: 500;
font-style: normal;
font-display: swap;
}
@keyframes appearFromLeft {
0% {
opacity: 0;
-webkit-transform: translateX(-40%);
-moz-transform: translateX(-40%);
-ms-transform: translateX(-40%);
transform: translateX(-40%);
}
100% {
opacity: 1;
-webkit-transform: translateX(0%);
-moz-transform: translateX(0%);
-ms-transform: translateX(0%);
transform: translateX(0%);
}
}
@keyframes appearFromRight {
0% {
opacity: 0;
-webkit-transform: translateX(40%);
-moz-transform: translateX(40%);
-ms-transform: translateX(40%);
transform: translateX(40%);
}
100% {
opacity: 1;
-webkit-transform: translateX(0%);
-moz-transform: translateX(0%);
-ms-transform: translateX(0%);
transform: translateX(0%);
}
}
@keyframes appearFromBottom {
0% {
opacity: 0;
-webkit-transform: translateY(40%);
-moz-transform: translateY(40%);
-ms-transform: translateY(40%);
transform: translateY(40%);
}
100% {
opacity: 1;
-webkit-transform: translateY(0%);
-moz-transform: translateY(0%);
-ms-transform: translateY(0%);
transform: translateY(0%);
}
}
@keyframes appearFromTop {
0% {
opacity: 0;
-webkit-transform: translateY(-40%);
-moz-transform: translateY(-40%);
-ms-transform: translateY(-40%);
transform: translateY(-40%);
}
100% {
opacity: 1;
-webkit-transform: translateY(0%);
-moz-transform: translateY(0%);
-ms-transform: translateY(0%);
transform: translateY(0%);
}
}
@keyframes rebond {
0% {
-webkit-transform: translateY(-5px);
-moz-transform: translateY(-5px);
-ms-transform: translateY(-5px);
transform: translateY(-5px);
}
100% {
-webkit-transform: translateY(5px);
-moz-transform: translateY(5px);
-ms-transform: translateY(5px);
transform: translateY(5px);
}
}
* {
box-sizing: border-box;
}
body {
font-size: 16px;
line-height: 1.5;
font-family: 'ITC', sans-serif;
color: #8c8c8c;
padding-top: 138px;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
overflow-x: hidden;
}
@media screen and (max-width: 768px) {
body {
padding: 0 20px;
}
}
body a {
text-decoration: none !important;
outline: none;
}
body a:hover {
text-decoration: none !important;
}
body h1 {
color: #000;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
body h3 {
font-weight: bold;
}
body h4 {
font-weight: bold;
}
body .ia-button {
background: #cfae75;
padding: 15px 22px 12px;
color: white;
font-weight: 500;
font-size: 0.9em;
letter-spacing: 0.1em;
text-transform: uppercase;
display: inline-flex;
}
body .ia-button:hover {
color: white;
background: #c8a362;
}
body .ia-button i,
body .ia-button svg {
margin-right: 15px;
margin-top: 2px;
}
body .ia-button-no-bg {
padding: 15px 0 12px;
color: black;
font-weight: 500;
font-size: 0.9em;
letter-spacing: 0.1em;
text-transform: uppercase;
display: inline-flex;
}
body .ia-button-no-bg i,
body .ia-button-no-bg svg {
color: #cfae75;
margin-right: 15px;
margin-top: 2px;
}
body .ia-button-white {
background: white;
padding: 15px 22px 12px;
color: black;
font-weight: 500;
font-size: 0.9em;
letter-spacing: 0.1em;
text-transform: uppercase;
display: inline-flex;
}
body .ia-button-white i,
body .ia-button-white svg {
margin-right: 15px;
margin-top: 2px;
}
body .wow {
visibility: hidden;
}
body .lzscrollbg {
position: relative;
overflow: hidden;
}
body .lzscrollbg img.bg {
position: absolute;
left: 50%;
top: 50%;
min-height: 100%;
min-width: 100%;
width: auto;
height: auto;
z-index: 0;
}
body .delay-1 {
-webkit-animation-delay: 0.1s;
-moz-animation-delay: 0.1s;
animation-delay: 0.1s;
-webkit-transition-delay: 0.1s;
-moz-transition-delay: 0.1s;
transition-delay: 0.1s;
}
body .delay-2 {
-webkit-animation-delay: 0.2s;
-moz-animation-delay: 0.2s;
animation-delay: 0.2s;
-webkit-transition-delay: 0.2s;
-moz-transition-delay: 0.2s;
transition-delay: 0.2s;
}
body .delay-3 {
-webkit-animation-delay: 0.3s;
-moz-animation-delay: 0.3s;
animation-delay: 0.3s;
-webkit-transition-delay: 0.3s;
-moz-transition-delay: 0.3s;
transition-delay: 0.3s;
}
body .delay-4 {
-webkit-animation-delay: 0.4s;
-moz-animation-delay: 0.4s;
animation-delay: 0.4s;
-webkit-transition-delay: 0.4s;
-moz-transition-delay: 0.4s;
transition-delay: 0.4s;
}
body .delay-5 {
-webkit-animation-delay: 0.5s;
-moz-animation-delay: 0.5s;
animation-delay: 0.5s;
-webkit-transition-delay: 0.5s;
-moz-transition-delay: 0.5s;
transition-delay: 0.5s;
}
body .delay-6 {
-webkit-animation-delay: 0.6s;
-moz-animation-delay: 0.6s;
animation-delay: 0.6s;
-webkit-transition-delay: 0.6s;
-moz-transition-delay: 0.6s;
transition-delay: 0.6s;
}
body .delay-7 {
-webkit-animation-delay: 0.7s;
-moz-animation-delay: 0.7s;
animation-delay: 0.7s;
-webkit-transition-delay: 0.7s;
-moz-transition-delay: 0.7s;
transition-delay: 0.7s;
}
body .delay-8 {
-webkit-animation-delay: 0.8s;
-moz-animation-delay: 0.8s;
animation-delay: 0.8s;
-webkit-transition-delay: 0.8s;
-moz-transition-delay: 0.8s;
transition-delay: 0.8s;
}
body .delay-9 {
-webkit-animation-delay: 0.9s;
-moz-animation-delay: 0.9s;
animation-delay: 0.9s;
-webkit-transition-delay: 0.9s;
-moz-transition-delay: 0.9s;
transition-delay: 0.9s;
}
body .delay-10 {
-webkit-animation-delay: 1s;
-moz-animation-delay: 1s;
animation-delay: 1s;
-webkit-transition-delay: 1s;
-moz-transition-delay: 1s;
transition-delay: 1s;
}
body ::-webkit-scrollbar {
display: none;
}
body .right {
text-align: right;
}
body .justify {
text-align: justify;
}
body .center {
text-align: center;
}
body .grayscale {
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
body .grayscale:hover {
-webkit-filter: grayscale(100%);
-moz-filter: grayscale(100%);
-ms-filter: grayscale(100%);
-o-filter: grayscale(100%);
filter: grayscale(100%);
filter: url(//www.ingenierie-alpine.com/wp-content/themes/am/_img/grayscale.svg);
filter: gray;
}
body .sepia {
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
body .sepia:hover {
-webkit-filter: sepia(50%);
-moz-filter: sepia(50%);
-ms-filter: sepia(50%);
-o-filter: sepia(50%);
filter: sepia(50%);
}
body .contrast {
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
body .contrast:hover {
-webkit-filter: contrast(130%);
-moz-filter: contrast(130%);
-ms-filter: contrast(130%);
-o-filter: contrast(130%);
filter: contrast(130%);
}
body #zone404 {
display: flex;
min-height: 80vh;
justify-content: center;
flex-direction: column;
align-items: center;
font-size: 26px;
line-height: 28px;
font-weight: bold;
}
body #zone404 a {
display: inline-block;
margin-top: 10px;
border: solid 2px #FFF;
color: #FFF;
background: transparent;
padding: 10px 30px;
-webkit-border-radius: 30px;
-moz-border-radius: 30px;
-ms-border-radius: 30px;
border-radius: 30px;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
body #zone404 a:hover {
background: #FFF;
color: #000;
}
body .container {
width: 100%;
display: flex;
display: -webkit-flex;
display: -ms-flexbox;
flex-wrap: wrap;
max-width: 1600px;
margin: 0 auto;
position: relative;
padding: 0 20px;
}
body .container .col-1 {
flex: 0 0 12.5%;
box-sizing: border-box;
}
@media screen and (max-width: 768px) {
body .container .col-1 {
flex: 0 0 100% !important;
}
}
body .container .col-2 {
flex: 0 0 25%;
box-sizing: border-box;
}
@media screen and (max-width: 768px) {
body .container .col-2 {
flex: 0 0 100% !important;
}
}
body .container .col-3 {
flex: 0 0 37.5%;
box-sizing: border-box;
}
@media screen and (max-width: 768px) {
body .container .col-3 {
flex: 0 0 100% !important;
}
}
body .container .col-4 {
flex: 0 0 50%;
box-sizing: border-box;
}
@media screen and (max-width: 768px) {
body .container .col-4 {
flex: 0 0 100% !important;
}
}
body .container .col-5 {
flex: 0 0 62.5%;
box-sizing: border-box;
}
@media screen and (max-width: 768px) {
body .container .col-5 {
flex: 0 0 100% !important;
}
}
body .container .col-6 {
flex: 0 0 75%;
box-sizing: border-box;
}
@media screen and (max-width: 768px) {
body .container .col-6 {
flex: 0 0 100% !important;
}
}
body .container .col-7 {
flex: 0 0 87.5%;
box-sizing: border-box;
}
@media screen and (max-width: 768px) {
body .container .col-7 {
flex: 0 0 100% !important;
}
}
body .container .col-8 {
flex: 0 0 100%;
box-sizing: border-box;
}
@media screen and (max-width: 768px) {
body .container .col-8 {
flex: 0 0 100% !important;
}
}
body .ia-social-feed {
display: grid;
gap: 20px 40px;
grid-template-columns: repeat(4, 1fr);
}
@media screen and (max-width: 768px) {
body .ia-social-feed {
grid-template-columns: repeat(2, 1fr);
}
}
@media screen and (max-width: 480px) {
body .ia-social-feed {
grid-template-columns: repeat(1, 1fr);
}
}
body .ia-social-feed > a {
color: inherit;
font-size: 14px;
}
body .ia-social-feed img {
background: #8c8c8c;
display: block;
}
body .ia-social-feed .handle {
color: black;
font-size: 12px;
margin-bottom: 10px;
}
body .listing-realisation {
display: flex;
display: -webkit-flex;
display: -ms-flexbox;
flex-wrap: wrap;
width: 100%;
}
body .listing-realisation .looprealisation {
margin: 15px 30px 60px 0;
width: calc(50% - 30px);
}
body .listing-realisation .looprealisation .image {
background-size: cover;
background-position: center center;
position: relative;
display: block;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
overflow: hidden;
}
body .listing-realisation .looprealisation .image:hover .caption {
display: flex;
-webkit-animation: appearFromBottom 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86) backwards;
-moz-animation: appearFromBottom 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86) backwards;
animation: appearFromBottom 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86) backwards;
}
body .listing-realisation .looprealisation .image .fix {
padding-bottom: 57%;
width: 100%;
}
body .listing-realisation .looprealisation .image .caption {
display: flex;
display: -webkit-flex;
display: -ms-flexbox;
text-align: center;
justify-content: center;
align-items: center;
color: #FFF;
font-weight: bold;
text-transform: uppercase;
letter-spacing: 0.05em;
background: rgba(0, 0, 0, 0.8);
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
display: none;
}
body .listing-realisation .looprealisation .image .caption span:after {
width: 30px;
height: 1px;
background: #FFF;
display: block;
margin: 10px auto -20px auto;
content: "";
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
body .listing-realisation .looprealisation .image .caption span:hover:after {
width: 60px;
}
body .listing-realisation .looprealisation .tools {
display: flex;
display: -webkit-flex;
display: -ms-flexbox;
padding-top: 30px;
justify-content: space-between;
}
@media screen and (max-width: 480px) {
body .listing-realisation .looprealisation .tools {
padding-top: 15px;
}
}
body .listing-realisation .looprealisation .tools h2 {
text-transform: uppercase;
font-weight: normal;
letter-spacing: 0.1em;
font-size: 0.9em;
margin: 0;
font-family: 'ITC', sans-serif;
}
@media screen and (max-width: 480px) {
body .listing-realisation .looprealisation .tools h2 {
font-size: 0.7em;
}
}
body .listing-realisation .looprealisation .tools h3 {
color: #000;
margin: 0;
font-size: 1.3em !important;
}
@media screen and (max-width: 480px) {
body .listing-realisation .looprealisation .tools h3 {
font-size: 1em !important;
}
}
body .listing-realisation .looprealisation .tools .socialeshare {
padding: 5px;
}
body .listing-realisation .looprealisation .tools .socialeshare ul.share-tools {
display: none;
list-style: none;
margin: 0;
padding: 0;
}
body .listing-realisation .looprealisation .tools .socialeshare ul.share-tools li {
display: inline-block;
}
body .listing-realisation .looprealisation .tools .socialeshare ul.share-tools li a {
display: block;
padding: 5px;
font-size: 1em;
color: #8c8c8c;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
body .listing-realisation .looprealisation .tools .socialeshare ul.share-tools li a:hover {
color: #000;
}
body .listing-realisation .looprealisation .tools .socialeshare ul.share-tools li:last-child a {
padding-right: 0;
}
body .listing-realisation .looprealisation .tools .socialeshare:hover .show-share {
display: none;
}
body .listing-realisation .looprealisation .tools .socialeshare:hover ul.share-tools {
display: block;
-webkit-animation: appearFromRight 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86) backwards;
-moz-animation: appearFromRight 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86) backwards;
animation: appearFromRight 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86) backwards;
}
@media screen and (max-width: 480px) {
body .listing-realisation .looprealisation {
width: 100%;
margin: 30px 0;
}
}
body.single-realisation {
padding-top: 0;
}
body.single-realisation header {
background: transparent;
}
body.single-realisation header #grille-header {
background: transparent;
}
body.single-realisation header #mainlogo #logonormal,
body.single-realisation header #mainlogo #logomin {
display: none;
}
body.single-realisation header #mainlogo #logoblanc {
display: inline-block;
}
@media screen and (max-width: 768px) {
body.single-realisation header {
background: #FFF;
}
body.single-realisation header #logomin,
body.single-realisation header #logoblanc {
display: none !important;
}
body.single-realisation header #logonormal {
display: inline-block !important;
}
}
@media screen and (max-width: 768px) {
body.single-realisation article #hero {
padding: 20px;
}
}
body.single-realisation article #content {
padding: 5em 0;
}
@media screen and (max-width: 768px) {
body.single-realisation article #content {
padding: 3em 0;
}
}
@media screen and (max-width: 480px) {
body.single-realisation article #content {
padding: 2em 0;
}
}
body.single-realisation article #content .share {
color: #8c8c8c;
}
body.single-realisation article #content .share strong {
text-transform: uppercase;
font-size: 0.8em;
}
body.single-realisation article #content .share ul {
list-style: none;
margin: 0;
padding: 0;
}
body.single-realisation article #content .share ul li {
display: inline-block;
}
body.single-realisation article #content .share ul li a {
color: #8c8c8c;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
display: block;
padding: 1em;
}
body.single-realisation article #content .share ul li a:hover {
color: #000;
}
body.single-realisation article #content .share ul li a:first-child {
padding-left: 0;
}
body.single-realisation article #content .accroche {
color: #cfae75;
font-weight: bold;
font-size: 2em;
margin: 2em 0;
padding-right: 15%;
}
@media screen and (max-width: 768px) {
body.single-realisation article #content .accroche {
margin: 1.5em 0;
font-size: 1.7em;
}
}
@media screen and (max-width: 480px) {
body.single-realisation article #content .accroche {
margin: 1em 0;
font-size: 1.4em;
}
}
body.single-realisation article #content .description {
padding-right: 15%;
}
body.single-realisation article #content .preview {
display: block;
width: 100%;
position: relative;
background-size: cover;
background-position: center center;
}
body.single-realisation article #content .preview .fix {
padding-bottom: 66.666%;
display: block;
width: 100%;
}
body.single-realisation article #content .controls {
padding: 2em 0 1em 0;
display: flex;
display: -webkit-flex;
display: -ms-flexbox;
align-items: center;
justify-content: space-between;
}
body.single-realisation article #content .controls a.lunch-video {
text-transform: uppercase;
color: #8c8c8c;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
display: block;
flex: 1;
}
body.single-realisation article #content .controls a.lunch-video i,
body.single-realisation article #content .controls a.lunch-video svg {
color: #8c8c8c;
font-size: 1.8em;
margin-right: 10px;
display: inline-block;
vertical-align: middle;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
margin-top: -3px;
}
body.single-realisation article #content .controls a.lunch-video:hover {
color: #cfae75;
}
body.single-realisation article #content .controls a.lunch-video:hover i,
body.single-realisation article #content .controls a.lunch-video:hover svg {
color: #cfae75;
}
body.single-realisation article #content .controls a.preview {
cursor: pointer;
display: block;
text-align: right;
text-transform: uppercase;
color: #8c8c8c;
flex: 1;
}
body.single-realisation article #content .controls a.preview i,
body.single-realisation article #content .controls a.preview svg {
color: #8c8c8c;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
display: inline-block;
vertical-align: middle;
font-size: 1.6em;
margin-left: 10px;
}
body.single-realisation article #content .controls a.preview:hover {
color: #cfae75;
}
body.single-realisation article #content .controls a.preview:hover i,
body.single-realisation article #content .controls a.preview:hover svg {
color: #cfae75;
}
body.single-realisation article #content .sumup {
margin-top: 4em;
margin-bottom: 4em;
}
@media screen and (max-width: 768px) {
body.single-realisation article #content .sumup {
margin-top: 3em;
margin-bottom: 3em;
}
}
@media screen and (max-width: 480px) {
body.single-realisation article #content .sumup {
margin-top: 2em;
margin-bottom: 2em;
}
}
body.single-realisation article #content .sumup .sum {
margin-bottom: 5px;
}
body.single-realisation article #content .sumup .sum span {
display: inline-block;
}
body.single-realisation article #content .sumup .sum span:first-of-type {
width: 26px;
font-size: 1em;
font-weight: bold;
color: #000;
}
body.single-realisation article #content .sumup .sum span:nth-child(2) {
font-weight: bold;
color: #000;
font-size: 0.9em;
}
body.single-realisation article #content .sumup i {
width: 40px;
display: inline-block;
}
body.single-realisation article #avant-apres {
margin: 100px 0;
}
body.single-realisation article #avant-apres div.mobile-label {
display: flex;
align-items: center;
justify-content: center;
}
@media screen and (min-width: 1140px) {
body.single-realisation article #avant-apres div.mobile-label {
display: none;
}
}
body.single-realisation article #avant-apres div.mobile-label span {
text-align: center;
flex: 1;
font-size: 28px;
font-weight: bold;
text-transform: uppercase;
color: #cfae75;
}
@media screen and (max-width: 430px) {
body.single-realisation article #avant-apres div.mobile-label span {
font-size: 21pxs;
}
}
body.single-realisation article #avant-apres span.left {
position: absolute;
top: 50%;
left: 150px;
transform: translateY(-50%);
font-size: 35px;
font-weight: bold;
text-transform: uppercase;
color: #cfae75;
}
@media screen and (max-width: 1440px) {
body.single-realisation article #avant-apres span.left {
font-size: 28px;
left: 30px;
}
}
@media screen and (max-width: 1140px) {
body.single-realisation article #avant-apres span.left {
display: none;
}
}
body.single-realisation article #avant-apres span.right {
position: absolute;
top: 50%;
right: 150px;
transform: translateY(-50%);
font-size: 35px;
font-weight: bold;
text-transform: uppercase;
color: #cfae75;
}
@media screen and (max-width: 1440px) {
body.single-realisation article #avant-apres span.right {
font-size: 28px;
right: 30px;
}
}
@media screen and (max-width: 1140px) {
body.single-realisation article #avant-apres span.right {
display: none;
}
}
body.single-realisation article #avant-apres div.twentytwenty-container {
width: 850px;
height: 525px;
margin: auto;
}
@media screen and (max-width: 768px) {
body.single-realisation article #avant-apres div.twentytwenty-container {
width: 100%;
}
}
@media screen and (max-width: 430px) {
body.single-realisation article #avant-apres div.twentytwenty-container {
height: 280px;
}
}
body.single-realisation article #avant-apres div.twentytwenty-container img {
width: 100%;
height: 100%;
object-fit: cover;
}
body.single-realisation article #avant-apres div.twentytwenty-handle {
border: 3px solid #cfae75;
}
body.single-realisation article #avant-apres div.twentytwenty-handle::before {
background: #cfae75;
box-shadow: 0 3px 0 #cfae75, 0px 0px 12px rgba(51, 51, 51, 0.5);
}
body.single-realisation article #avant-apres div.twentytwenty-handle::after {
background: #cfae75;
box-shadow: 0 -3px 0 #cfae75, 0px 0px 12px rgba(51, 51, 51, 0.5);
}
body.single-realisation article #avant-apres div.twentytwenty-handle span.twentytwenty-left-arrow {
border-right: 6px solid #cfae75;
}
body.single-realisation article #avant-apres div.twentytwenty-handle span.twentytwenty-right-arrow {
border-left: 6px solid #cfae75;
}
body.single-realisation article #map {
height: 50vh;
min-height: 400px;
margin: 4em 0;
}
body.single-realisation article #others .others-title {
color: #000;
font-weight: bold;
font-size: 2em;
}
body.single-realisation article #others .listing-realisation {
display: flex;
display: -webkit-flex;
display: -ms-flexbox;
flex-wrap: wrap;
}
body.single-realisation article #others .listing-realisation .looprealisation {
flex: 0 0 calc(33.333% - 30px);
width: auto;
}
body.single-realisation article #others .listing-realisation .looprealisation:nth-child(odd),
body.single-realisation article #others .listing-realisation .looprealisation:nth-child(even) {
margin-left: 15px;
margin-right: 15px;
}
body.single-realisation article #others .listing-realisation .looprealisation:nth-child(1) {
margin-left: 0;
margin-right: 30px;
}
body.single-realisation article #others .listing-realisation .looprealisation:nth-child(3) {
margin-left: 30px;
margin-right: 0px;
}
@media screen and (max-width: 768px) {
body.single-realisation article #others .listing-realisation .looprealisation {
flex: 0 0 calc(33.333% - 20px);
}
body.single-realisation article #others .listing-realisation .looprealisation:nth-child(odd),
body.single-realisation article #others .listing-realisation .looprealisation:nth-child(even) {
margin-left: 10px;
margin-right: 10px;
}
body.single-realisation article #others .listing-realisation .looprealisation:nth-child(1) {
margin-left: 0;
margin-right: 20px;
}
body.single-realisation article #others .listing-realisation .looprealisation:nth-child(3) {
margin-left: 20px;
margin-right: 0px;
}
}
@media screen and (max-width: 480px) {
body.single-realisation article #others .listing-realisation .looprealisation {
margin-top: 2em;
margin-bottom: 2em;
flex: 0 0 100%;
margin-left: 0 !important;
margin-right: 0 !important;
}
}
body.single-realisation article .realimage {
cursor: zoom-in;
}
body.single-realisation article .realimage:hover:after {
background-color: rgba(0, 0, 0, 0.5);
}
body.single-realisation article .realimage:hover:before {
opacity: 1;
}
body.single-realisation article .realimage:after {
transition: 0.5s ease all;
content: "";
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
}
body.single-realisation article .realimage:before {
transition: 0.5s ease all;
content: url(//www.ingenierie-alpine.com/wp-content/themes/am/_img/search-plus.svg);
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
opacity: 0;
width: 48px;
z-index: 1;
}
body.single-realisation article div.nav-real {
display: flex;
flex-direction: row;
flex-wrap: wrap;
align-items: flex-start;
margin-top: 25px;
}
body.single-realisation article div.nav-real div.thumbnail-gallery {
display: flex;
flex-direction: row;
flex-wrap: wrap;
flex: 1 1 80%;
}
body.single-realisation article div.nav-real div.thumbnail-gallery a.thumbnail {
position: relative;
display: block;
flex: 0 0 auto;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
width: 90px;
height: 90px;
margin-right: 10px;
margin-bottom: 10px;
}
body.single-realisation article div.nav-real div.thumbnail-gallery a.thumbnail:before {
width: 32px;
}
body.single-realisation article div.nav-real div.controls {
flex: 0 0 auto;
}
body .ia-marker {
cursor: pointer;
display: flex;
align-items: center;
justify-content: center;
width: 14px;
height: 14px;
}
body .ia-marker:before {
content: '';
border-radius: 50%;
background: #cfae75;
opacity: 0.2;
width: 0;
height: 0;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
animation: pulse-animation 3s infinite;
}
body .ia-marker span {
width: 100%;
height: 100%;
background: #cfae75;
border: 2px solid white;
border-radius: 50%;
position: relative;
opacity: 1;
}
body .ia-marker--cluster {
width: 34px;
height: 34px;
}
body .ia-marker--cluster span {
width: 100%;
height: 100%;
border-width: 2px;
}
body .ia-marker--cluster:before {
animation-duration: 2.4s;
animation: pulse-animation-cluster 3s infinite;
}
body .ia-marker--cluster .ia-cluster-count {
position: absolute;
inset: 0;
display: flex;
align-items: center;
justify-content: center;
color: white;
font-weight: 700;
font-size: 12px;
line-height: 1;
pointer-events: none;
}
body.page-template-realisation {
padding-top: 0;
}
body.page-template-realisation main {
padding-top: 6em;
}
body.page-template-realisation main h1 {
font-family: 'ITC', sans-serif;
color: #000;
text-transform: none;
margin-bottom: 1em;
font-weight: bold;
}
@media screen and (max-width: 480px) {
body.page-template-realisation main h1 {
text-align: center;
}
}
body.page-template-realisation main .filters {
margin: 0;
padding: 0;
list-style: none;
}
@media screen and (max-width: 768px) {
body.page-template-realisation main .filters {
text-align: center;
}
}
body.page-template-realisation main .filters li {
text-transform: uppercase;
margin-bottom: 1em;
color: #8c8c8c;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
cursor: pointer;
}
@media screen and (max-width: 768px) {
body.page-template-realisation main .filters li {
display: inline-block;
padding: 3px 5px;
font-size: 0.8em;
}
}
body.page-template-realisation main .filters li:before {
content: "";
display: inline-block;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
width: 0px;
margin-right: 0px;
height: 2px;
background: #cfae75;
vertical-align: middle;
}
@media screen and (max-width: 768px) {
body.page-template-realisation main .filters li:before {
display: none;
}
}
body.page-template-realisation main .filters li:hover,
body.page-template-realisation main .filters li.active {
color: #000;
font-weight: 500;
}
body.page-template-realisation main .filters li:hover:before,
body.page-template-realisation main .filters li.active:before {
width: 15px;
margin-right: 5px;
}
body.page-template-realisation #ia-realisations-map {
height: 70vh;
}
@media (max-width: 768px) {
body.page-template-realisation #ia-realisations-map {
height: 400px;
margin: 60px -20px 0;
width: calc(100% + 40px);
}
}
body.page-template-realisation #ia-realisations-map .mapboxgl-ctrl-attrib-button {
padding: 0;
border: none;
}
body.page-template-realisation #ia-realisations-map .ia-card-entreprise {
width: inherit;
pointer-events: auto;
}
body.page-template-realisation #ia-realisations-map .ia-card-entreprise .image {
height: 120px;
}
body.page-template-realisation #ia-realisations-map .ia-card-entreprise h2 {
font-size: 18px;
}
body.page-template-realisation #ia-realisations-map .mapboxgl-popup-content {
padding: 0;
}
body.page-template-realisation #ia-realisations-map .mapboxgl-popup-close-button {
color: white;
font-size: 16px;
}
body.page-template-realisation #ia-realisations-map .ia-marker-popup {
font-family: 'ITC', sans-serif;
}
body.page-template-realisation #ia-realisations-map .ia-marker-popup img {
width: 100%;
height: 100px;
object-fit: cover;
}
body.page-template-realisation #ia-realisations-map .ia-marker-popup .metas {
padding: 15px;
display: flex;
gap: 10px;
align-items: flex-end;
}
body.page-template-realisation #ia-realisations-map .ia-marker-popup .metas svg {
width: 18px;
color: black;
margin-bottom: 5px;
}
body.page-template-realisation #ia-realisations-map .ia-marker-popup h2 {
font-size: 16px;
margin: 0;
color: black;
}
body.page-template-realisation #ia-realisations-map .ia-marker-popup .ville {
text-transform: uppercase;
font-weight: normal;
letter-spacing: 0.1em;
font-size: 0.9em;
color: #8c8c8c;
margin-top: 5px;
display: block;
}
@media screen and (max-width: 768px) {
body.page-template-realisation main#main {
padding-top: 0;
}
}
body.page-template-realisation header {
background: linear-gradient(to bottom, white, transparent);
}
body.page-template-realisation #grille-header {
display: none;
}
@keyframes pulse-animation {
0% {
width: 0;
height: 0;
opacity: 0.2;
}
50% {
width: 50px;
height: 50px;
opacity: 0.2;
}
100% {
width: 50px;
height: 50px;
opacity: 0;
}
}
@keyframes pulse-animation-cluster {
0% {
width: 0;
height: 0;
opacity: 0.2;
}
50% {
width: 100px;
height: 100px;
opacity: 0.2;
}
100% {
width: 100px;
height: 100px;
opacity: 0;
}
}
body.page-template-competences {
padding-top: 0;
}
body.page-template-competences header {
background: transparent;
}
body.page-template-competences header #mainlogo #logonormal,
body.page-template-competences header #mainlogo #logomin {
display: none;
}
body.page-template-competences header #mainlogo #logoblanc {
display: inline-block;
}
body.page-template-competences header #grille-header {
background: transparent;
}
@media screen and (max-width: 768px) {
body.page-template-competences header {
background: #FFF;
}
body.page-template-competences header #logomin,
body.page-template-competences header #logoblanc {
display: none !important;
}
body.page-template-competences header #logonormal {
display: inline-block !important;
}
}
body.page-template-competences article #hero {
height: 70vh;
margin-bottom: 4em;
}
@media screen and (max-width: 768px) {
body.page-template-competences article #hero {
margin-bottom: 2em;
}
}
body.page-template-competences article #fixed-illustration {
position: absolute;
background-size: cover;
right: 0;
z-index: 99;
background-position: center center;
-webkit-transition: all 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
-moz-transition: all 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
-ms-transition: all 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
transition: all 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
@media screen and (max-width: 768px) {
body.page-template-competences article #fixed-illustration {
display: none !important;
}
}
body.page-template-competences article #fixed-illustration .fix {
padding-bottom: 56%;
width: 100%;
display: block;
}
body.page-template-competences article h1 {
font-family: 'ITC', sans-serif;
color: #000;
text-transform: none;
margin: 2em 0 2em 0;
font-weight: bold;
}
@media screen and (max-width: 768px) {
body.page-template-competences article h1 {
margin-top: 1em;
margin-bottom: 1em;
}
}
body.page-template-competences article .intro {
margin-bottom: 5em;
}
body.page-template-competences article .certif a {
color: inherit;
text-underline-position: under;
}
body.page-template-competences article .galerie {
position: relative;
padding: 70px 0;
height: 100%;
}
@media all and (max-width: 768px) {
body.page-template-competences article .galerie {
display: none;
}
}
body.page-template-competences article .galerie a {
display: none;
box-sizing: border-box;
width: 100%;
height: 100%;
background-position: center center;
background-size: cover;
cursor: pointer;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
body.page-template-competences article .galerie a:hover {
opacity: 0.6;
}
body.page-template-competences article .galerie a:first-child {
display: block;
}
body.page-template-competences article .competences .competence {
margin-bottom: 2em;
}
body.page-template-competences article .competences .competence .barre {
display: flex;
display: -webkit-flex;
display: -ms-flexbox;
align-items: center;
cursor: pointer;
}
body.page-template-competences article .competences .competence .barre .numero {
flex: 0 0 auto;
color: #8c8c8c;
font-size: 2em;
font-weight: bold;
height: 50px;
width: 50px;
line-height: 54px;
text-align: center;
position: relative;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
body.page-template-competences article .competences .competence .barre .numero:before,
body.page-template-competences article .competences .competence .barre .numero:after {
box-sizing: inherit;
content: "";
position: absolute;
width: 100%;
height: 100%;
border: solid 2px transparent;
width: 0;
height: 0;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
body.page-template-competences article .competences .competence .barre .numero:before,
body.page-template-competences article .competences .competence .barre .numero:after {
top: 0;
left: 0;
}
body.page-template-competences article .competences .competence .barre .nom {
flex: 1;
font-weight: 500;
color: #000;
font-size: 1.1em;
padding: 5px 15px 0 15px;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 768px) {
body.page-template-competences article .competences .competence .barre .nom {
font-size: 0.9em;
}
}
body.page-template-competences article .competences .competence .barre .fleche {
flex: 0 0 auto;
padding-top: 8px;
font-size: 1.6em;
color: #8c8c8c;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
body.page-template-competences article .competences .competence .barre .fleche .fa-times {
display: none;
}
body.page-template-competences article .competences .competence .barre:hover .numero {
color: #cfae75;
}
body.page-template-competences article .competences .competence .barre:hover .numero:before,
body.page-template-competences article .competences .competence .barre:hover .numero:after {
width: 100%;
height: 100%;
}
body.page-template-competences article .competences .competence .barre:hover .numero:before {
border-top-color: #cfae75;
border-right-color: #cfae75;
transition: width 0.25s ease-out, height 0.25s ease-out 0.25s;
}
body.page-template-competences article .competences .competence .barre:hover .numero:after {
border-bottom-color: #cfae75;
border-left-color: #cfae75;
transition: height 0.25s ease-out, width 0.25s ease-out 0.25s;
}
body.page-template-competences article .competences .competence .barre:hover .nom {
color: #cfae75;
}
body.page-template-competences article .competences .competence .barre:hover .fleche {
padding-left: 5px;
}
body.page-template-competences article .competences .competence .description {
padding: 15px 15px 15px 65px;
line-height: 1.5;
font-size: 0.9em;
display: none;
}
body.page-template-competences article .competences .competence.active .barre .numero {
color: #cfae75;
}
body.page-template-competences article .competences .competence.active .barre .numero:before,
body.page-template-competences article .competences .competence.active .barre .numero:after {
width: 100%;
height: 100%;
}
body.page-template-competences article .competences .competence.active .barre .numero:before {
border-top-color: #cfae75;
border-right-color: #cfae75;
transition: width 0.25s ease-out, height 0.25s ease-out 0.25s;
}
body.page-template-competences article .competences .competence.active .barre .numero:after {
border-bottom-color: #cfae75;
border-left-color: #cfae75;
transition: height 0.25s ease-out, width 0.25s ease-out 0.25s;
}
body.page-template-competences article .competences .competence.active .barre .nom {
flex: 1;
color: #cfae75;
}
body.page-template-competences article .competences .competence.active .barre .fleche .fa-long-arrow-right {
display: none;
}
body.page-template-competences article .competences .competence.active .barre .fleche .fa-times {
display: block;
}
body.page-template-competences article .competences .competence.active .description {
display: block;
-webkit-animation: appearFromBottom 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86) backwards;
-moz-animation: appearFromBottom 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86) backwards;
animation: appearFromBottom 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86) backwards;
-webkit-animation-delay: 0.3s;
-moz-animation-delay: 0.3s;
animation-delay: 0.3s;
-webkit-transition-delay: 0.3s;
-moz-transition-delay: 0.3s;
transition-delay: 0.3s;
}
body.page-template-emploi article,
body.page-id-2735 article {
padding-top: 6em;
}
@media screen and (max-width: 480px) {
body.page-template-emploi article,
body.page-id-2735 article {
text-align: center;
}
}
body.page-template-emploi article .spontanee,
body.page-id-2735 article .spontanee {
font-weight: bold;
text-align: right;
display: block;
color: #000;
padding-top: 2em;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
body.page-template-emploi article .spontanee:hover,
body.page-id-2735 article .spontanee:hover {
color: #cfae75;
}
@media screen and (max-width: 768px) {
body.page-template-emploi article .spontanee,
body.page-id-2735 article .spontanee {
text-align: left;
padding: 1.5em 1.5em 1.5em 0;
}
}
body.page-template-emploi article .liste-offres a,
body.page-id-2735 article .liste-offres a {
padding: 4em 0 2em 0;
display: block;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
body.page-template-emploi article .liste-offres a:hover,
body.page-id-2735 article .liste-offres a:hover {
background: rgba(0, 0, 0, 0.04);
}
body.page-template-emploi article .liste-offres a .number,
body.page-id-2735 article .liste-offres a .number {
color: #cfae75;
font-size: 2.4em;
font-weight: 500;
letter-spacing: 0.1em;
text-align: center;
}
body.page-template-emploi article .liste-offres a h2,
body.page-id-2735 article .liste-offres a h2 {
margin: 0;
color: #000;
font-size: 1.4em;
}
body.page-template-emploi article .liste-offres a .meta,
body.page-id-2735 article .liste-offres a .meta {
margin: 3px 0 0 0;
color: #8c8c8c;
font-size: 0.8em;
text-transform: uppercase;
letter-spacing: 0.1em;
font-weight: normal;
}
body.page-template-emploi article .liste-offres a .meta span,
body.page-id-2735 article .liste-offres a .meta span {
padding: 0 1.5em;
border-right: solid 1px #8c8c8c;
}
body.page-template-emploi article .liste-offres a .meta span:first-child,
body.page-id-2735 article .liste-offres a .meta span:first-child {
padding-left: 0;
}
body.page-template-emploi article .liste-offres a .meta span:last-child,
body.page-id-2735 article .liste-offres a .meta span:last-child {
border: none;
}
body.page-template-emploi article .liste-offres a .descriptif,
body.page-id-2735 article .liste-offres a .descriptif {
margin: 2.5em 0;
color: #8c8c8c;
font-size: 0.9em;
line-height: 1.8;
}
body.page-template-emploi article .liste-offres a .socialeshare,
body.page-id-2735 article .liste-offres a .socialeshare {
padding: 5px;
color: #8c8c8c;
}
body.page-template-emploi article .liste-offres a .socialeshare ul.share-tools,
body.page-id-2735 article .liste-offres a .socialeshare ul.share-tools {
display: none;
list-style: none;
margin: 0;
padding: 0;
}
body.page-template-emploi article .liste-offres a .socialeshare ul.share-tools li,
body.page-id-2735 article .liste-offres a .socialeshare ul.share-tools li {
display: inline-block;
}
body.page-template-emploi article .liste-offres a .socialeshare ul.share-tools li span,
body.page-id-2735 article .liste-offres a .socialeshare ul.share-tools li span {
display: block;
padding: 5px;
font-size: 1.1em;
color: #8c8c8c;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
body.page-template-emploi article .liste-offres a .socialeshare ul.share-tools li span:hover,
body.page-id-2735 article .liste-offres a .socialeshare ul.share-tools li span:hover {
color: #000;
}
body.page-template-emploi article .liste-offres a .socialeshare ul.share-tools li:last-child span,
body.page-id-2735 article .liste-offres a .socialeshare ul.share-tools li:last-child span {
padding-right: 0;
}
body.page-template-emploi article .liste-offres a .socialeshare:hover .show-share,
body.page-id-2735 article .liste-offres a .socialeshare:hover .show-share {
display: none;
}
body.page-template-emploi article .liste-offres a .socialeshare:hover ul.share-tools,
body.page-id-2735 article .liste-offres a .socialeshare:hover ul.share-tools {
display: block;
-webkit-animation: appearFromRight 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86) backwards;
-moz-animation: appearFromRight 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86) backwards;
animation: appearFromRight 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86) backwards;
}
body .prose ul {
color: black;
list-style-type: none;
font-weight: 500;
padding-left: 50px;
}
body .prose ul li {
position: relative;
margin-bottom: 20px;
}
body .prose ul li:before {
content: '';
height: 32px;
width: 32px;
background-image: url(//www.ingenierie-alpine.com/wp-content/themes/am/_img/check.svg);
background-size: contain;
position: absolute;
top: -5px;
left: -50px;
}
body .prose ol {
color: black;
list-style-type: none;
font-weight: 500;
padding-left: 30px;
}
body .prose ol li {
position: relative;
margin-bottom: 10px;
}
body .prose ol li:before {
content: '';
height: 15px;
width: 18px;
background-image: url(//www.ingenierie-alpine.com/wp-content/themes/am/_img/arrow-right.svg);
background-size: contain;
position: absolute;
top: 4px;
left: -30px;
}
body.page-id-2735 article {
padding-top: 0;
text-align: inherit;
}
body.page-id-2735 .intro {
justify-content: center;
text-align: center;
}
body.page-id-2735 .intro .row {
max-width: 850px;
}
body.page-id-2735 .intro h1 span {
color: #cfae75;
}
body.page-id-2735 .intro .ia-button {
margin-top: 30px;
}
body.page-id-2735 .cover {
position: relative;
margin-top: -50px;
z-index: -1;
}
body.page-id-2735 .cover:after {
content: '';
position: absolute;
inset: 0;
background: linear-gradient(to bottom, white 0%, transparent 100%);
}
body.page-id-2735 .cover img {
width: 100%;
height: 350px;
object-fit: cover;
object-position: center;
}
@media (max-width: 768px) {
body.page-id-2735 .cover img {
height: 210px;
}
}
body.page-id-2735 .valeurs-intro {
margin: 50px auto;
}
body.page-id-2735 .valeurs-intro h2 {
font-size: 30px;
color: black;
margin-bottom: 0;
}
body.page-id-2735 .valeurs > div {
padding-right: 50px;
}
body.page-id-2735 .valeurs h3 {
color: black;
margin: 10px 0;
}
body.page-id-2735 .valeurs p {
margin-top: 0;
}
body.page-id-2735 .valeurs .pictogramme {
width: 60px;
height: 60px;
object-fit: contain;
}
body.page-id-2735 .cadre {
justify-content: space-between;
margin: 120px auto;
}
body.page-id-2735 .cadre h2 {
color: black;
margin: 50px 0 35px;
}
body.page-id-2735 .cadre .image {
position: relative;
height: 500px;
}
@media (max-width: 768px) {
body.page-id-2735 .cadre .image {
height: 250px;
}
}
body.page-id-2735 .cadre .image #emploisimage {
right: 0;
width: 100%;
object-fit: cover;
height: 100%;
}
body.page-id-2735 .bureaux-titre {
text-align: center;
justify-content: center;
}
body.page-id-2735 .bureaux-titre h2 {
font-size: 30px;
color: black;
margin-bottom: 50px;
}
body.page-id-2735 .bureaux-titre h2 span {
color: #cfae75;
}
body.page-id-2735 .bureaux-cols > div {
padding-right: 30px;
margin-bottom: 30px;
}
body.page-id-2735 .bureaux-cols .image {
width: 100%;
aspect-ratio: 4 / 2.5;
object-fit: cover;
height: auto;
}
body.page-id-2735 .bureaux-cols h3 {
margin: 15px 0 0;
color: black;
}
body.page-id-2735 #offres {
margin-top: 80px;
}
body.page-id-2735 #offres h2 {
color: black;
}
body .ia-container {
max-width: 1760px;
padding: 0 80px;
}
@media (max-width: 768px) {
body .ia-container {
padding: 0 30px;
}
}
body.page-template-apropos {
padding-top: 0;
}
body.page-template-apropos header {
background: transparent;
}
body.page-template-apropos header #mainlogo #logonormal,
body.page-template-apropos header #mainlogo #logomin {
display: none;
}
body.page-template-apropos header #mainlogo #logoblanc {
display: inline-block;
}
body.page-template-apropos header #grille-header {
background: transparent;
}
body.page-template-apropos article #hero {
height: 70vh;
margin-bottom: 4em;
}
body.page-template-apropos article h2.exception {
color: #000;
margin-top: 30px;
}
body.page-template-apropos article .leslogos {
display: flex;
display: -webkit-flex;
display: -ms-flexbox;
flex-wrap: wrap;
}
body.page-template-apropos article .leslogos div {
flex: 0 0 33.333%;
padding: 0 15px 30px 15px;
}
body.page-template-apropos article .leslogos img {
width: 100%;
height: auto;
}
body.single-emploi {
padding-top: 0px;
}
body.single-emploi header {
background: transparent;
}
body.single-emploi header #grille-header {
background: transparent;
}
body.single-emploi #intro {
background: rgba(0, 0, 0, 0.06);
padding-top: calc(138px + 6em);
padding-bottom: 3em;
}
@media screen and (max-width: 768px) {
body.single-emploi #intro {
padding: 120px 40px 2em 40px;
margin: 0 -20px;
}
}
body.single-emploi #intro .comeback {
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
display: block;
overflow: hidden;
}
body.single-emploi #intro .comeback img {
-webkit-transition: all 0.1s ease;
-moz-transition: all 0.1s ease;
-ms-transition: all 0.1s ease;
transition: all 0.1s ease;
}
body.single-emploi #intro .comeback:hover img {
-webkit-transform: translateX(-50%);
-moz-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
}
body.single-emploi #intro h1 {
margin: 0 0 2em 0;
}
@media screen and (max-width: 768px) {
body.single-emploi #intro h1 {
font-size: 1.7em;
}
}
@media screen and (max-width: 768px) {
body.single-emploi #intro h1 {
margin: 1em 0;
font-size: 1.4em;
}
}
body.single-emploi #intro .datas {
display: flex;
display: -webkit-flex;
display: -ms-flexbox;
flex-wrap: wrap;
}
body.single-emploi #intro .datas .data {
flex: 0 0 50%;
padding-bottom: 10px;
text-transform: uppercase;
letter-spacing: 0.06em;
font-size: 0.9em;
color: #000;
}
@media screen and (max-width: 480px) {
body.single-emploi #intro .datas .data {
flex: 0 0 100%;
letter-spacing: 0;
font-size: 0.9em;
}
}
body.single-emploi #intro .datas .data span {
color: #8c8c8c;
padding-right: 10px;
}
@media screen and (max-width: 480px) {
body.single-emploi #intro .datas .data span {
display: block;
margin-bottom: 10px;
}
}
body.single-emploi #intro .share {
color: #8c8c8c;
}
@media screen and (max-width: 768px) {
body.single-emploi #intro .share {
margin-top: 2em;
}
}
body.single-emploi #intro .share strong {
text-transform: uppercase;
font-size: 0.8em;
color: #000;
font-weight: 500;
letter-spacing: 0.06em;
}
body.single-emploi #intro .share ul {
list-style: none;
margin: 0;
padding: 0;
}
body.single-emploi #intro .share ul li {
display: inline-block;
}
body.single-emploi #intro .share ul li a {
color: #8c8c8c;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
display: block;
padding: 1em;
}
body.single-emploi #intro .share ul li a:hover {
color: #000;
}
body.single-emploi #intro .share ul li a:first-child {
padding-left: 0;
}
body.single-emploi #content {
padding: 6em 0 2em;
}
@media screen and (max-width: 768px) {
body.single-emploi #content {
padding: 4em 0 2em;
}
}
@media screen and (max-width: 768px) {
body.single-emploi #content {
padding: 2em 0 2em;
}
}
body.single-emploi #content .container {
margin-bottom: 4em;
}
body.single-emploi #content .container .col-1 {
color: #000;
font-weight: bold;
font-size: 1.2em;
}
body.single-emploi #content .container p,
body.single-emploi #content .container .col-6 {
margin-top: 0;
line-height: 1.8;
font-size: 1em;
}
body.single-emploi #content .container form .form-group {
display: flex;
display: -webkit-flex;
display: -ms-flexbox;
flex-wrap: wrap;
}
body.single-emploi #content .container form .form-group.full {
flex-direction: column;
}
body.single-emploi #content .container form .form-group.full span.wpcf7-form-control-wrap {
padding: 0 0 15px 0 !important;
}
body.single-emploi #content .container form .form-group div.right {
padding-right: 0px;
flex: 1;
}
body.single-emploi #content .container form .form-group div.right input[type="submit"] {
padding: 1em 3em 0.6em;
color: #8c8c8c;
text-transform: uppercase;
font-size: 0.8em;
letter-spacing: 0.1em;
border: solid 1px #8c8c8c;
background: transparent;
outline: none;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
margin-right: -20px;
}
body.single-emploi #content .container form .form-group div.right input[type="submit"]:hover {
border-color: #000;
color: #000;
}
body.single-emploi #content .container form .form-group span.wpcf7-not-valid-tip {
padding: 10px 10px;
font-size: 0.8em;
font-weight: bold;
}
body.single-emploi #content .container form .form-group span.wpcf7-form-control-wrap {
flex: 0 0 50%;
padding-bottom: 15px;
display: block;
}
@media screen and (max-width: 480px) {
body.single-emploi #content .container form .form-group span.wpcf7-form-control-wrap {
flex: 0 0 100%;
padding-left: 0 !important;
padding-right: 0 !important;
}
}
body.single-emploi #content .container form .form-group span.wpcf7-form-control-wrap:nth-child(odd) {
padding-right: 15px;
}
body.single-emploi #content .container form .form-group span.wpcf7-form-control-wrap:nth-child(even) {
padding-left: 15px;
}
body.single-emploi #content .container form .form-group span.wpcf7-form-control-wrap input[type="text"],
body.single-emploi #content .container form .form-group span.wpcf7-form-control-wrap input[type="tel"],
body.single-emploi #content .container form .form-group span.wpcf7-form-control-wrap input[type="email"],
body.single-emploi #content .container form .form-group span.wpcf7-form-control-wrap textarea {
width: 100%;
background: transparent;
border: solid 1px #000;
display: block;
outline: none;
text-transform: uppercase;
font-size: 0.8em;
letter-spacing: 0.05em;
padding: 13px 15px 10px;
}
body.single-emploi #content .container form .form-group span.wpcf7-form-control-wrap input[type="file"],
body.single-emploi #content .container form .form-group span.wpcf7-form-control-wrap.Joindreunfichier,
body.single-emploi #content .container form .form-group span.wpcf7-form-control-wrap.Objet {
display: none;
}
body.single-emploi #content .container form .form-group label[for="fichier"] {
display: inline-block;
padding: 1em calc(3em + 20px) 0.6em 3em;
color: #8c8c8c;
cursor: pointer;
text-transform: uppercase;
font-size: 0.8em;
letter-spacing: 0.1em;
border: solid 1px #8c8c8c;
background: transparent;
outline: none;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
margin-right: -20px;
position: relative;
}
@media screen and (max-width: 480px) {
body.single-emploi #content .container form .form-group label[for="fichier"] {
display: block;
margin: 1em 0;
width: 100%;
}
}
body.single-emploi #content .container form .form-group label[for="fichier"]:after {
content: "";
width: 14px;
height: 15px;
background: url(//www.ingenierie-alpine.com/wp-content/themes/am/_img/upload.png);
position: absolute;
right: 10px;
top: 50%;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
}
body.single-emploi #content .container form .form-group label[for="fichier"]:hover {
color: #000;
border-color: #000;
}
body.single-emploi #content .container form .wpcf7-response-output {
background: #cfae75;
border: none;
padding: 20px 15px 15px;
text-transform: uppercase;
color: #FFF;
font-size: 0.8em;
letter-spacing: 0.05em;
margin: 2em 0 0;
text-align: center;
}
body.page-template-contact .acf-map {
width: 100%;
min-height: 70vh;
}
body.page-template-contact main .container {
align-items: center;
}
body.page-template-contact main .container #map {
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
body.page-template-contact main .container .infos {
padding: 4em 0;
}
body.page-template-contact main .container .infos address {
color: #000;
margin-bottom: 20px;
font-style: normal;
}
body.page-template-contact main .container .infos address a {
color: inherit;
}
body.page-template-contact main .container .infos .horaires {
margin-bottom: 4em;
}
body.page-template-contact main .container form .form-group {
display: flex;
display: -webkit-flex;
display: -ms-flexbox;
flex-wrap: wrap;
}
body.page-template-contact main .container form .form-group p {
display: flex;
width: 100%;
margin: 0;
}
body.page-template-contact main .container form .form-group.full {
flex-direction: column;
}
body.page-template-contact main .container form .form-group.full span.wpcf7-form-control-wrap {
flex: 0 0 100%;
padding: 0 0 15px 0 !important;
}
body.page-template-contact main .container form .form-group input[type="submit"] {
padding: 1em 3em 0.6em;
color: #8c8c8c;
text-transform: uppercase;
font-size: 0.8em;
letter-spacing: 0.1em;
border: solid 1px #8c8c8c;
background: transparent;
outline: none;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
margin-right: -20px;
}
body.page-template-contact main .container form .form-group input[type="submit"]:hover {
border-color: #000;
color: #000;
}
@media screen and (max-width: 480px) {
body.page-template-contact main .container form .form-group input[type="submit"] {
margin-top: 20px;
}
}
body.page-template-contact main .container form .form-group span.wpcf7-not-valid-tip {
padding: 10px 10px;
font-size: 0.8em;
font-weight: bold;
}
body.page-template-contact main .container form .form-group span.wpcf7-form-control-wrap {
flex: 0 0 50%;
padding-bottom: 15px;
display: block;
}
@media screen and (max-width: 480px) {
body.page-template-contact main .container form .form-group span.wpcf7-form-control-wrap {
flex: 0 0 100%;
padding-left: 0 !important;
padding-right: 0 !important;
}
}
body.page-template-contact main .container form .form-group span.wpcf7-form-control-wrap:nth-child(odd) {
padding-right: 15px;
}
body.page-template-contact main .container form .form-group span.wpcf7-form-control-wrap:nth-child(even) {
padding-left: 15px;
}
body.page-template-contact main .container form .form-group span.wpcf7-form-control-wrap input[type="text"],
body.page-template-contact main .container form .form-group span.wpcf7-form-control-wrap input[type="tel"],
body.page-template-contact main .container form .form-group span.wpcf7-form-control-wrap input[type="email"],
body.page-template-contact main .container form .form-group span.wpcf7-form-control-wrap textarea {
width: 100%;
background: transparent;
border: solid 1px #000;
display: block;
outline: none;
text-transform: uppercase;
font-size: 0.8em;
letter-spacing: 0.05em;
padding: 13px 15px 10px;
}
body.page-template-contact main .container form .form-group span.wpcf7-form-control-wrap input[type="file"],
body.page-template-contact main .container form .form-group span.wpcf7-form-control-wrap.Joindreunfichier {
display: none;
}
body.page-template-contact main .container form .form-group label[for="fichier"] {
display: inline-block;
padding: 1em calc(3em + 20px) 0.6em 3em;
color: #8c8c8c;
cursor: pointer;
text-transform: uppercase;
font-size: 0.8em;
letter-spacing: 0.1em;
border: solid 1px #8c8c8c;
background: transparent;
outline: none;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
margin-right: -20px;
position: relative;
}
@media screen and (max-width: 480px) {
body.page-template-contact main .container form .form-group label[for="fichier"] {
display: block;
width: 100%;
}
}
body.page-template-contact main .container form .form-group label[for="fichier"]:after {
content: "";
width: 14px;
height: 15px;
background: url(//www.ingenierie-alpine.com/wp-content/themes/am/_img/upload.png);
position: absolute;
right: 10px;
top: 50%;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
}
body.page-template-contact main .container form .form-group label[for="fichier"]:hover {
color: #000;
border-color: #000;
}
body.page-template-contact main .container form .wpcf7-response-output {
background: #cfae75;
border: none;
padding: 20px 15px 15px;
text-transform: uppercase;
color: #FFF;
font-size: 0.8em;
letter-spacing: 0.05em;
margin: 2em 0 0;
text-align: center;
}
body.blog main {
padding-top: 6em;
}
body.blog main section h1 span {
color: #cfae75;
}
body.page-template-default main {
padding-top: 60px;
}
body.page-template-default main article a {
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
body.page-template-bureaux {
padding-top: 0;
}
body.page-template-bureaux header {
background: transparent;
}
body.page-template-bureaux header #grille-header {
background: transparent;
}
body.page-template-bureaux header #mainlogo #logonormal,
body.page-template-bureaux header #mainlogo #logomin {
display: none;
}
body.page-template-bureaux header #mainlogo #logoblanc {
display: inline-block;
}
@media screen and (max-width: 768px) {
body.page-template-bureaux header {
background: #FFF;
}
body.page-template-bureaux header #logomin,
body.page-template-bureaux header #logoblanc {
display: none !important;
}
body.page-template-bureaux header #logonormal {
display: inline-block !important;
}
}
@media screen and (max-width: 768px) {
body.page-template-bureaux article #hero {
padding: 20px;
}
}
body.page-template-bureaux article #hero {
height: 100vh;
position: relative;
justify-content: center;
align-items: center;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
}
@media screen and (max-width: 430px) {
body.page-template-bureaux article #hero {
margin: 50px -20px 0;
}
}
body.page-template-bureaux article #hero div.title {
margin-top: 100px;
z-index: 1;
}
body.page-template-bureaux article #hero div.title span {
display: block;
font-size: 25px;
font-weight: normal;
color: white;
text-align: center;
text-transform: uppercase;
}
@media screen and (max-width: 768px) {
body.page-template-bureaux article #hero div.title span {
font-size: 20px;
}
}
body.page-template-bureaux article #hero div.title h1 {
font-size: 55px;
color: white;
line-height: 70px;
font-weight: bold;
text-align: center;
padding: 0px 100px;
}
@media screen and (max-width: 768px) {
body.page-template-bureaux article #hero div.title h1 {
font-size: 36px;
line-height: 50px;
}
}
@media screen and (max-width: 480px) {
body.page-template-bureaux article #hero div.title h1 {
font-size: 30px;
padding: 0px 50px;
}
}
body.page-template-bureaux article #hero div.title h2 {
font-size: 55px;
color: white;
font-weight: bold;
text-align: center;
}
@media screen and (max-width: 768px) {
body.page-template-bureaux article #hero div.title h2 {
font-size: 36px;
}
}
@media screen and (max-width: 480px) {
body.page-template-bureaux article #hero div.title h2 {
font-size: 30px;
}
}
body.page-template-bureaux article #hero div.title div.cursor_b {
text-align: center;
cursor: pointer;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
position: relative;
z-index: 10;
}
@media screen and (max-width: 768px) {
body.page-template-bureaux article #hero div.title div.cursor_b {
margin-top: 2em;
}
}
body.page-template-bureaux article #hero div.title div.cursor_b i,
body.page-template-bureaux article #hero div.title div.cursor_b svg {
color: #FFF;
font-size: 2em;
-webkit-animation: rebond 1s cubic-bezier(0.785, 0.135, 0.15, 0.86) infinite;
-moz-animation: rebond 1s cubic-bezier(0.785, 0.135, 0.15, 0.86) infinite;
animation: rebond 1s cubic-bezier(0.785, 0.135, 0.15, 0.86) infinite;
}
body.page-template-bureaux article #hero div.title div.cursor_b:hover i,
body.page-template-bureaux article #hero div.title div.cursor_b:hover svg {
color: #cfae75;
}
body.page-template-bureaux article #hero .socials-again {
position: absolute;
z-index: 10;
left: 40px;
top: 0;
bottom: 0;
display: flex;
display: -webkit-flex;
display: -ms-flexbox;
flex-direction: column;
justify-content: center;
text-align: center;
}
@media screen and (max-width: 480px) {
body.page-template-bureaux article #hero .socials-again {
display: none;
}
}
body.page-template-bureaux article #hero .socials-again span {
font-weight: bold;
text-transform: uppercase;
color: #FFF;
font-size: 0.8em;
letter-spacing: 0.1em;
-webkit-transform: rotateZ(-90deg) translateX(60%);
-moz-transform: rotateZ(-90deg) translateX(60%);
-ms-transform: rotateZ(-90deg) translateX(60%);
transform: rotateZ(-90deg) translateX(60%);
}
body.page-template-bureaux article #hero .socials-again a {
color: #FFF;
display: block;
padding: 5px 0;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
body.page-template-bureaux article #hero .socials-again a:hover {
opacity: 0.5;
}
body.page-template-bureaux article #content {
padding: 5em 0;
}
@media screen and (max-width: 768px) {
body.page-template-bureaux article #content {
padding: 3em 0;
}
}
@media screen and (max-width: 480px) {
body.page-template-bureaux article #content {
padding: 2em 0;
}
}
body.page-template-bureaux article #content .share {
color: #8c8c8c;
}
body.page-template-bureaux article #content .share strong {
text-transform: uppercase;
font-size: 0.8em;
}
body.page-template-bureaux article #content .share ul {
list-style: none;
margin: 0;
padding: 0;
}
body.page-template-bureaux article #content .share ul li {
display: inline-block;
}
body.page-template-bureaux article #content .share ul li a {
color: #8c8c8c;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
display: block;
padding: 1em;
}
body.page-template-bureaux article #content .share ul li a:hover {
color: #000;
}
body.page-template-bureaux article #content .share ul li a:first-child {
padding-left: 0;
}
body.page-template-bureaux article #content .accroche {
color: #cfae75;
font-weight: bold;
font-size: 2em;
margin: 2em 0;
padding-right: 15%;
}
@media screen and (max-width: 768px) {
body.page-template-bureaux article #content .accroche {
margin: 1.5em 0;
font-size: 1.7em;
}
}
@media screen and (max-width: 480px) {
body.page-template-bureaux article #content .accroche {
margin: 1em 0;
font-size: 1.4em;
}
}
body.page-template-bureaux article #content .description {
padding-right: 15%;
}
body.page-template-bureaux article #content .preview {
display: block;
width: 100%;
position: relative;
background-size: cover;
background-position: center center;
}
body.page-template-bureaux article #content .preview .fix {
padding-bottom: 66.666%;
display: block;
width: 100%;
}
body.page-template-bureaux article #content .controls {
padding: 2em 0 1em 0;
display: flex;
display: -webkit-flex;
display: -ms-flexbox;
align-items: center;
justify-content: space-between;
}
body.page-template-bureaux article #content .controls a.lunch-video {
text-transform: uppercase;
color: #8c8c8c;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
display: block;
flex: 1;
}
body.page-template-bureaux article #content .controls a.lunch-video i,
body.page-template-bureaux article #content .controls a.lunch-video svg {
color: #8c8c8c;
font-size: 1.8em;
margin-right: 10px;
display: inline-block;
vertical-align: middle;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
margin-top: -3px;
}
body.page-template-bureaux article #content .controls a.lunch-video:hover {
color: #cfae75;
}
body.page-template-bureaux article #content .controls a.lunch-video:hover i,
body.page-template-bureaux article #content .controls a.lunch-video:hover svg {
color: #cfae75;
}
body.page-template-bureaux article #content .controls a.preview {
cursor: pointer;
display: block;
text-align: right;
text-transform: uppercase;
color: #8c8c8c;
flex: 1;
}
body.page-template-bureaux article #content .controls a.preview i,
body.page-template-bureaux article #content .controls a.preview svg {
color: #8c8c8c;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
display: inline-block;
vertical-align: middle;
font-size: 1.6em;
margin-left: 10px;
}
body.page-template-bureaux article #content .controls a.preview:hover {
color: #cfae75;
}
body.page-template-bureaux article #content .controls a.preview:hover i,
body.page-template-bureaux article #content .controls a.preview:hover svg {
color: #cfae75;
}
body.page-template-bureaux article #content .sumup {
margin-top: 4em;
margin-bottom: 4em;
}
@media screen and (max-width: 768px) {
body.page-template-bureaux article #content .sumup {
margin-top: 3em;
margin-bottom: 3em;
}
}
@media screen and (max-width: 480px) {
body.page-template-bureaux article #content .sumup {
margin-top: 2em;
margin-bottom: 2em;
}
}
body.page-template-bureaux article #content .sumup .sum {
margin-bottom: 5px;
}
body.page-template-bureaux article #content .sumup .sum span {
display: inline-block;
}
body.page-template-bureaux article #content .sumup .sum span:first-of-type {
width: 26px;
font-size: 1em;
font-weight: bold;
color: #000;
}
body.page-template-bureaux article #content .sumup .sum span:nth-child(2) {
font-weight: bold;
color: #000;
font-size: 0.9em;
}
body.page-template-bureaux article #content .sumup i {
width: 40px;
display: inline-block;
}
body.page-template-bureaux article #content address {
color: #707070;
font-size: 16px;
font-weight: bold;
font-style: normal;
margin-top: 20px;
}
body.page-template-bureaux article #content address a {
color: #cfae75;
transition: 0.3s linear color;
}
body.page-template-bureaux article #content address a:hover {
color: black;
}
body.page-template-bureaux article #content a.all {
display: block;
margin-top: 5em;
color: #8c8c8c;
font-size: 0.8em;
letter-spacing: 0.1em;
text-transform: uppercase;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
body.page-template-bureaux article #content a.all i,
body.page-template-bureaux article #content a.all svg {
color: #cfae75;
font-size: 2em;
vertical-align: middle;
margin-right: 10px;
}
body.page-template-bureaux article #content a.all:hover {
padding-left: 10px;
color: #000;
}
@media screen and (max-width: 768px) {
body.page-template-bureaux article #content a.all {
margin-top: 2em;
margin-bottom: 2em;
}
}
body.page-template-bureaux article #equipe h2 {
text-transform: uppercase;
color: black;
font-size: 45px;
font-weight: bold;
text-align: center;
}
@media screen and (max-width: 430px) {
body.page-template-bureaux article #equipe h2 {
font-size: 38px;
}
}
body.page-template-bureaux article #equipe h3 {
color: #cfae75;
text-align: center;
font-size: 35px;
font-weight: 600;
line-height: 42px;
margin-bottom: 150px;
}
@media screen and (max-width: 430px) {
body.page-template-bureaux article #equipe h3 {
font-size: 23px;
line-height: 32px;
margin-bottom: 100px;
}
}
body.page-template-bureaux article #equipe div.equipe {
display: flex;
flex-direction: row;
flex-wrap: wrap;
gap: 25px;
align-items: center;
margin-bottom: 150px;
}
@media screen and (max-width: 430px) {
body.page-template-bureaux article #equipe div.equipe {
margin-bottom: 100px;
}
}
body.page-template-bureaux article #equipe div.equipe div.salarie {
flex: 1;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
@media screen and (max-width: 430px) {
body.page-template-bureaux article #equipe div.equipe div.salarie {
margin-bottom: 50px;
}
}
body.page-template-bureaux article #equipe div.equipe div.salarie div.footer {
margin-top: 25px;
display: flex;
flex-direction: column;
align-items: center;
}
body.page-template-bureaux article #equipe div.equipe div.salarie div.footer span {
font-size: 25px;
color: #cfae75;
display: block;
}
body.page-template-bureaux article #equipe div.equipe div.salarie div.footer span:first-child {
color: black;
}
@media screen and (max-width: 1024px) {
body.page-template-bureaux article #equipe div.equipe div.salarie div.footer span {
font-size: 19px;
}
}
body.page-template-bureaux article #equipe div.equipe div.salarie div.footer svg {
height: 32px;
width: 32px;
margin: 10px 0;
color: #cfae75;
}
body.page-template-bureaux article #equipe div.equipe div.salarie div.footer a {
color: #707070;
font-size: 20px;
text-transform: uppercase;
transition: 0.3s ease-out;
}
body.page-template-bureaux article #equipe div.equipe div.salarie div.footer a:hover {
color: #cfae75;
}
body.page-template-bureaux article .realimage:hover:after {
background-color: rgba(0, 0, 0, 0.5);
}
body.page-template-bureaux article .realimage:hover:before {
opacity: 1;
}
body.page-template-bureaux article .realimage:after {
transition: 0.5s ease all;
content: "";
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
}
body.page-template-bureaux article .realimage:before {
transition: 0.5s ease all;
content: url(//www.ingenierie-alpine.com/wp-content/themes/am/_img/search-plus.svg);
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
opacity: 0;
width: 48px;
z-index: 1;
}
body.page-template-bureaux article #map {
height: 50vh;
min-height: 400px;
margin: 4em 0;
}
body.page-template-bureaux article #others h3 {
color: #000;
font-size: 2em;
}
body.page-template-bureaux article #others .listing-realisation {
display: flex;
display: -webkit-flex;
display: -ms-flexbox;
flex-wrap: wrap;
}
body.page-template-bureaux article #others .listing-realisation .looprealisation {
flex: 0 0 calc(33.333% - 30px);
width: auto;
}
body.page-template-bureaux article #others .listing-realisation .looprealisation:nth-child(odd),
body.page-template-bureaux article #others .listing-realisation .looprealisation:nth-child(even) {
margin-left: 15px;
margin-right: 15px;
}
body.page-template-bureaux article #others .listing-realisation .looprealisation:nth-child(1) {
margin-left: 0;
margin-right: 30px;
}
body.page-template-bureaux article #others .listing-realisation .looprealisation:nth-child(3) {
margin-left: 30px;
margin-right: 0px;
}
@media screen and (max-width: 768px) {
body.page-template-bureaux article #others .listing-realisation .looprealisation {
flex: 0 0 calc(33.333% - 20px);
}
body.page-template-bureaux article #others .listing-realisation .looprealisation:nth-child(odd),
body.page-template-bureaux article #others .listing-realisation .looprealisation:nth-child(even) {
margin-left: 10px;
margin-right: 10px;
}
body.page-template-bureaux article #others .listing-realisation .looprealisation:nth-child(1) {
margin-left: 0;
margin-right: 20px;
}
body.page-template-bureaux article #others .listing-realisation .looprealisation:nth-child(3) {
margin-left: 20px;
margin-right: 0px;
}
}
@media screen and (max-width: 480px) {
body.page-template-bureaux article #others .listing-realisation .looprealisation {
margin-top: 2em;
margin-bottom: 2em;
flex: 0 0 100%;
margin-left: 0 !important;
margin-right: 0 !important;
}
}
body.page-template-lexique div#intro {
margin-top: 150px;
}
body.page-template-lexique div#intro h1 {
font-size: 35px;
font-weight: 600;
color: #cfae75;
line-height: 42px;
}
@media screen and (max-width: 430px) {
body.page-template-lexique div#intro h1 {
font-size: 28px;
line-height: 36px;
}
}
body.page-template-lexique div#intro p {
font-size: 20px;
line-height: 24px;
color: #707070;
}
@media screen and (max-width: 430px) {
body.page-template-lexique div#intro p {
font-size: 16px;
}
}
body.page-template-lexique div#lexique div.container {
max-width: 1360px;
}
body.page-template-lexique div#lexique div.filtre-lexique {
margin-top: 50px;
}
body.page-template-lexique div#lexique div.filtre-lexique span {
font-size: 20px;
font-weight: bold;
transition: 0.3s ease-out;
}
@media screen and (max-width: 430px) {
body.page-template-lexique div#lexique div.filtre-lexique span {
font-size: 16px;
margin-bottom: 10px;
display: inline-block;
}
}
body.page-template-lexique div#lexique div.filtre-lexique span:nth-child(1n):hover {
color: black;
cursor: pointer;
}
body.page-template-lexique div#lexique div.filtre-lexique span.active {
color: black;
}
body.page-template-lexique div#lexique div.filtre-lexique span:nth-child(2n) {
font-weight: 400;
color: #cfae75;
}
body.page-template-lexique div#lexique div.filtre-lexique span:nth-child(2n):hover {
color: #cfae75;
cursor: default;
}
body.page-template-lexique div#lexique div.lexique {
margin-top: 100px;
margin-bottom: 100px;
}
@media screen and (max-width: 430px) {
body.page-template-lexique div#lexique div.lexique {
margin-top: 50px;
}
}
body.page-template-lexique div#lexique div.lexique div.row-lexique {
margin-bottom: 25px;
display: flex;
flex-direction: row;
flex-wrap: wrap;
align-items: center;
}
@media screen and (max-width: 430px) {
body.page-template-lexique div#lexique div.lexique div.row-lexique {
margin-bottom: 50px;
}
}
body.page-template-lexique div#lexique div.lexique div.row-lexique div.first-part {
flex: 0 0 80%;
}
@media screen and (max-width: 430px) {
body.page-template-lexique div#lexique div.lexique div.row-lexique div.first-part {
flex: 0 0 90%;
}
}
body.page-template-lexique div#lexique div.lexique div.row-lexique div.first-part span {
font-size: 20px;
color: #707070;
}
@media screen and (max-width: 430px) {
body.page-template-lexique div#lexique div.lexique div.row-lexique div.first-part span {
font-size: 16px;
}
}
body.page-template-lexique div#lexique div.lexique div.row-lexique div.first-part span:first-child {
font-weight: bold;
}
body.page-template-lexique div#lexique div.lexique div.row-lexique div.first-part span:nth-child(2) {
color: #cfae75;
}
body.page-template-lexique div#lexique div.lexique div.row-lexique div.second-part {
flex: 0 0 20%;
display: flex;
justify-content: flex-end;
}
@media screen and (max-width: 430px) {
body.page-template-lexique div#lexique div.lexique div.row-lexique div.second-part {
flex: 0 0 10%;
}
}
body.page-template-lexique div#lexique div.lexique div.row-lexique div.second-part > span {
background-color: black;
border-radius: 50%;
width: 28px;
height: 28px;
transition: 0.3s ease-out;
position: relative;
cursor: pointer;
display: flex;
align-items: center;
justify-content: center;
}
@media screen and (max-width: 430px) {
body.page-template-lexique div#lexique div.lexique div.row-lexique div.second-part > span {
transform: scale(0.8);
}
}
body.page-template-lexique div#lexique div.lexique div.row-lexique div.second-part > span.active {
background-color: #cfae75;
}
body.page-template-lexique div#lexique div.lexique div.row-lexique div.second-part > span.active span:before {
transform: rotate(90deg);
}
body.page-template-lexique div#lexique div.lexique div.row-lexique div.second-part > span.active span:after {
transform: rotate(180deg);
}
body.page-template-lexique div#lexique div.lexique div.row-lexique div.second-part > span > span {
position: relative;
width: 14px;
height: 14px;
display: inline-block;
}
body.page-template-lexique div#lexique div.lexique div.row-lexique div.second-part > span > span:before {
content: "";
position: absolute;
background-color: white;
top: 0;
left: 50%;
width: 2px;
height: 100%;
margin-left: -1px;
transition: 0.3s ease-out;
}
body.page-template-lexique div#lexique div.lexique div.row-lexique div.second-part > span > span:after {
content: "";
position: absolute;
background-color: white;
top: 50%;
left: 0;
width: 100%;
height: 2px;
margin-top: -1px;
transition: 0.3s ease-out;
}
body.page-template-lexique div#lexique div.lexique div.row-lexique div.dropdown {
flex: 0 0 100%;
display: none;
border-bottom: 1px solid #cfae75;
}
body.page-template-lexique div#lexique div.lexique div.row-lexique div.dropdown p {
font-size: 17px;
font-weight: 300;
font-style: italic;
line-height: 20px;
}
@media screen and (max-width: 430px) {
body.page-template-lexique div#lexique div.lexique div.row-lexique div.dropdown p {
font-size: 16px;
}
}
body article #hero {
height: 80vh;
display: flex;
display: -webkit-flex;
display: -ms-flexbox;
align-items: flex-end;
}
@media screen and (max-width: 768px) {
body article #hero {
margin: 0 -20px;
height: 60vh !important;
}
}
body article #hero:before {
position: absolute;
left: 0;
top: 0;
right: 0;
bottom: 0;
background: rgba(0, 0, 0, 0.4);
z-index: 1;
content: "";
}
body article #hero .tools {
position: relative;
z-index: 10;
color: #FFF;
max-width: 1600px;
padding: 0 20px;
margin: 0 auto;
width: 100%;
display: flex;
display: -webkit-flex;
display: -ms-flexbox;
justify-content: space-between;
padding-bottom: 2em;
align-items: flex-end;
}
@media screen and (max-width: 480px) {
body article #hero .tools {
flex-direction: column;
justify-content: center;
align-items: center;
text-align: center;
padding-bottom: 0;
}
}
body article #hero .tools .title h1 {
display: none;
}
body article #hero .tools .title .retour {
margin-bottom: 2.5em;
display: block;
cursor: pointer;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
overflow: hidden;
width: 50px;
}
@media screen and (max-width: 480px) {
body article #hero .tools .title .retour {
margin: 0 auto 20px auto;
}
}
body article #hero .tools .title .retour img {
width: 50px;
height: auto;
-webkit-transition: all 0.1s ease;
-moz-transition: all 0.1s ease;
-ms-transition: all 0.1s ease;
transition: all 0.1s ease;
}
body article #hero .tools .title .retour:hover img {
-webkit-transform: translateX(-50%);
-moz-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
}
body article #hero .tools .title h2.type {
text-transform: uppercase;
font-size: 1em;
font-family: 'ITC', sans-serif;
letter-spacing: 0.1em;
font-weight: normal;
margin: 0;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
@media screen and (max-width: 480px) {
body article #hero .tools .title h2.type {
font-size: 0.8em;
letter-spacing: 0;
}
}
body article #hero .tools .title h3.ville {
font-weight: bold;
font-size: 2em;
margin: 0;
padding-top: 0.3em;
}
@media screen and (max-width: 480px) {
body article #hero .tools .title h3.ville {
font-size: 1.4em;
}
}
body article #hero .tools .navigation {
display: flex;
display: -webkit-flex;
display: -ms-flexbox;
align-items: center;
color: #cfae75;
font-size: 1em;
line-height: 1;
}
body article #hero .tools .navigation a {
display: block;
padding: 0 10px;
color: #cfae75;
font-size: 1.2em;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
body article #hero .tools .navigation a:hover {
color: #FFF;
}
body article #hero .tools .navigation .position {
margin-top: -24px;
}
@media screen and (max-width: 480px) {
body article #hero .tools .navigation .position {
margin-top: 10px;
}
}
body article #hero .tools .navigation .position .current {
font-size: 3em;
font-weight: normal;
color: #FFF;
}
body .ff-stream#ff-stream-1 {
margin-left: -30px;
margin-right: -30px;
}
body .ff-stream#ff-stream-1 .ff-header {
visibility: hidden;
display: none;
}
body .ff-stream#ff-stream-1 .ff-stream-wrapper .ff-item {
-webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
-moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
body .ff-stream#ff-stream-1 .ff-stream-wrapper .ff-item .ff-item-cont .ff-label-wrapper .ff-icon {
top: 10px;
right: 10px;
width: 30px;
height: 30px;
line-height: 30px;
background: #cfae75;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
border-radius: 50%;
text-align: center;
}
body .ff-stream#ff-stream-1 .ff-stream-wrapper .ff-item .ff-item-cont .ff-label-wrapper .ff-icon .ff-icon-inner {
line-height: 30px;
font-size: 18px;
left: 0;
right: auto;
top: auto;
}
body .ff-stream#ff-stream-1 .ff-stream-wrapper .ff-item .ff-item-cont .ff-label-wrapper .ff-icon:before {
display: none;
}
body .ff-stream#ff-stream-1 .ff-stream-wrapper .ff-item .ff-item-cont h4 {
color: #000;
text-align: center;
padding: 15px;
}
body .ff-stream#ff-stream-1 .ff-stream-wrapper .ff-item .ff-item-cont .ff-content {
font-size: 0.9em;
text-align: center;
padding: 15px 30px;
color: #8c8c8c;
max-height: auto;
}
body .ff-stream#ff-stream-1 .ff-stream-wrapper .ff-item .ff-item-cont .ff-content a {
color: #cfae75 !important;
font-weight: 500;
}
body .ff-stream#ff-stream-1 .ff-stream-wrapper .ff-item .ff-item-bar {
margin: 0 15%;
border-top: solid 1px #8c8c8c;
text-align: center;
color: #8c8c8c !important;
}
body .ff-stream#ff-stream-1 .ff-stream-wrapper .ff-item .ff-item-bar a {
color: #8c8c8c !important;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
body .ff-stream#ff-stream-1 .ff-stream-wrapper .ff-item .ff-item-bar a:hover {
color: #cfae75 !important;
}
body .ff-stream#ff-stream-1 .ff-stream-wrapper .ff-item .ff-item-bar .ff-share-wrapper {
display: none;
}
body .ff-stream#ff-stream-1 .ff-loadmore-wrapper .ff-btn {
background: transparent;
color: #000;
font-weight: bold;
letter-spacing: 0.1em;
padding: 5px 0;
font-size: 0.8em;
margin-top: 3em;
position: relative;
}
body .ff-stream#ff-stream-1 .ff-loadmore-wrapper .ff-btn:after {
content: "";
position: absolute;
left: 10px;
right: 10px;
bottom: -5px;
height: 1px;
background: #cfae75;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
body .ff-stream#ff-stream-1 .ff-loadmore-wrapper .ff-btn:hover {
background: transparent;
color: #cfae75;
}
body .ff-stream#ff-stream-1 .ff-loadmore-wrapper .ff-btn:hover:after {
left: 0;
right: 0;
}
@media screen and (max-width: 480px) {
body #filters-actus {
display: none;
}
}
body #filters-actus .ff-header .ff-filter-holder {
text-align: right;
}
body #filters-actus .ff-header .ff-filter-holder .ff-filter {
color: #8c8c8c;
background: transparent;
text-transform: uppercase;
font-size: 0.9em;
font-weight: normal;
margin: 0 0.5em;
padding: 0.3em 0.5em;
height: auto;
line-height: 1.4;
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
-ms-border-radius: 0px;
border-radius: 0px;
border-bottom: solid 1px transparent;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
body #filters-actus .ff-header .ff-filter-holder .ff-filter:after {
display: none;
content: "";
}
body #filters-actus .ff-header .ff-filter-holder .ff-filter:before {
content: "";
display: inline-block;
letter-spacing: 0.1em;
color: #8c8c8c;
background: transparent;
text-transform: uppercase;
font-size: 1em;
font-weight: normal;
margin: 0;
padding: 0;
position: relative;
opacity: 1;
bottom: auto;
left: auto;
width: auto;
height: auto;
-webkit-border-radius: 0;
-moz-border-radius: 0;
-ms-border-radius: 0;
border-radius: 0;
-webkit-transform: none;
-moz-transform: none;
-ms-transform: none;
transform: none;
}
body #filters-actus .ff-header .ff-filter-holder .ff-filter:hover,
body #filters-actus .ff-header .ff-filter-holder .ff-filter.ff-filter--active {
color: #000;
border-bottom: solid 1px #cfae75;
}
body #filters-actus .ff-header .ff-filter-holder .ff-filter:hover:before,
body #filters-actus .ff-header .ff-filter-holder .ff-filter.ff-filter--active:before {
color: #000;
}
body #filters-actus .ff-header .ff-filter-holder .ff-filter i {
display: none;
}
body #filters-actus .ff-header .ff-filter-holder .ff-filter[data-filter="posts"]:before {
content: "Offres d'emploi";
}
body #filters-actus .ff-header .ff-filter-holder .ff-filter[data-filter="facebook"]:before {
content: "Facebook";
}
body #filters-actus .ff-header .ff-filter-holder .ff-filter[data-filter="linkedin"]:before {
content: "Linked In";
}
body #filters-actus .ff-header .ff-filter-holder .ff-filter[data-filter="instagram"]:before {
content: "Instagram";
}
body #filters-actus .ff-header .ff-filter-holder .ff-filter[data-filter="youtube"]:before {
content: "YouTube";
}
body #cookie-notice {
background: #cfae75;
color: #FFF;
}
body #cookie-notice a.button {
font-weight: bold;
color: #000;
font-size: 1.2em;
}
#grille {
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: -1;
background: #FFF;
}
#grille .container {
height: 100vh;
}
#grille .container .col-1 {
flex: 0 0 12.5%;
border-left: solid 1px rgba(0, 0, 0, 0.06);
height: 100vh;
}
#grille .container .col-1:last-child {
border-right: solid 1px rgba(0, 0, 0, 0.06);
flex: 0 0 12.5%;
}
@media screen and (max-width: 768px) {
#grille {
display: none;
}
}
header {
display: flex;
padding: 0;
margin: 0;
position: fixed;
top: 0;
left: 0;
z-index: 9999;
right: 0;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
header #grille-header {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: 0;
background: #FFF;
}
@media screen and (max-width: 768px) {
header #grille-header {
display: none;
}
}
header #grille-header .container {
height: 100%;
}
header #grille-header .container .col-1 {
flex: 0 0 12.5%;
border-left: solid 1px rgba(0, 0, 0, 0.06);
height: 100%;
}
header #grille-header .container .col-1:last-child {
border-right: solid 1px rgba(0, 0, 0, 0.06);
flex: 0 0 12.5%;
}
@media screen and (max-width: 768px) {
header {
background: #FFF !important;
-webkit-box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
-moz-box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
height: 60px !important;
}
}
header a {
color: #cfae75;
font-weight: 500;
font-size: 0.9em;
letter-spacing: 0.1em;
text-transform: uppercase;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
header a.realisation {
display: flex;
display: -webkit-flex;
display: -ms-flexbox;
align-items: center;
justify-content: flex-end;
}
@media screen and (max-width: 768px) {
header a.realisation {
font-size: 0.7em;
padding-right: 15px;
letter-spacing: 0em;
}
}
header a.realisation > span:first-child {
padding-top: 3px;
}
header a.realisation span.carres {
display: flex;
display: -webkit-flex;
display: -ms-flexbox;
flex-wrap: wrap;
width: 20px;
height: 20px;
margin-left: 15px;
-webkit-transform: scale(0.9);
-moz-transform: scale(0.9);
-ms-transform: scale(0.9);
transform: scale(0.9);
}
@media screen and (max-width: 768px) {
header a.realisation span.carres {
display: none;
}
}
header a.realisation span.carres span {
flex: 0 0 calc(50% - 2px);
margin: 0 2px 2px 0;
height: 8px;
background: #cfae75;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
header a.realisation:hover .carres span {
-webkit-transform: rotateZ(90deg);
-moz-transform: rotateZ(90deg);
-ms-transform: rotateZ(90deg);
transform: rotateZ(90deg);
background: #000;
-webkit-border-radius: 1px;
-moz-border-radius: 1px;
-ms-border-radius: 1px;
border-radius: 1px;
}
header a.realisation:hover .carres span:nth-child(2) {
transition-delay: 0.05s;
}
header a.realisation:hover .carres span:nth-child(3) {
transition-delay: 0.1s;
}
header a.realisation:hover .carres span:nth-child(4) {
transition-delay: 0.15s;
}
header a:hover {
color: #000;
}
header a i {
vertical-align: initial;
}
header .container {
align-items: center;
}
@media screen and (max-width: 768px) {
header .container {
flex-wrap: nowrap;
}
header .container .col-2,
header .container .col-4 {
flex: 1 !important;
}
}
header .container .right {
display: flex;
align-items: center;
justify-content: flex-end;
gap: 1em;
}
header .container .right #menu-language-switcher {
padding: 0;
margin: 0;
list-style-type: none;
position: relative;
}
header .container .right #menu-language-switcher a {
display: flex;
padding: 10px;
}
header .container .right #menu-language-switcher .current-lang {
display: none;
}
header .container .right #menu-language-switcher > li:first-of-type > a {
padding: 10px;
}
header .container .right #menu-language-switcher .sub-menu {
margin: 0;
padding: 0;
display: none;
position: absolute;
list-style-type: none;
}
header .container .right #menu-language-switcher:hover .sub-menu {
display: block;
}
header #mainlogo {
padding: 10px 0 0;
}
@media screen and (max-width: 768px) {
header #mainlogo {
padding: 0;
}
}
header #mainlogo img {
max-width: 208px;
height: auto;
}
header #mainlogo h1 {
display: none;
}
header #mainlogo #logomin {
display: none;
}
header #mainlogo #logoblanc {
display: none;
}
header #mainlogo.tmpvisible {
display: block !important;
}
header #mainlogo.tmphidden {
display: block !important;
}
header #mainlogo.tmphidden #logoblanc,
header #mainlogo.tmphidden #logomin {
display: none !important;
}
header #mainlogo.tmphidden #logonormal {
display: inline-block !important;
}
@media screen and (max-width: 768px) {
header #mainlogo #logomin,
header #mainlogo #logoblanc {
display: none !important;
}
header #mainlogo #logonormal {
height: 30px;
width: auto;
}
}
header #hamburger {
background: #cfae75;
height: 110px;
width: 66px;
position: absolute;
left: 20px;
top: 0;
display: flex;
display: -webkit-flex;
display: -ms-flexbox;
align-items: flex-end;
justify-content: center;
padding-bottom: 24px;
box-sizing: border-box;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
cursor: pointer;
}
@media screen and (max-width: 768px) {
header #hamburger {
height: 60px;
padding-bottom: 27px;
}
}
header #hamburger .barre {
width: 22px;
height: 4px;
background: #FFF;
display: block;
position: relative;
}
header #hamburger .barre:after {
content: "";
display: block;
width: 22px;
height: 4px;
background: #FFF;
position: absolute;
bottom: -8px;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
header #hamburger .barre:before {
content: "";
display: block;
width: 22px;
height: 4px;
background: #FFF;
position: absolute;
top: -8px;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
header #hamburger:hover,
header #hamburger.active {
background: #000;
}
header #hamburger:hover .barre:before,
header #hamburger.active .barre:before {
top: 0;
}
header #hamburger:hover .barre:after,
header #hamburger.active .barre:after {
bottom: 0;
}
header .logo a img {
max-width: 100%;
height: auto;
}
header.reduce {
background: #FFF !important;
-webkit-box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
-moz-box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
header.reduce #grille-header {
display: none;
}
header.reduce #mainlogo {
padding-top: 5px;
padding-bottom: 5px;
}
header.reduce #mainlogo #logonormal,
header.reduce #mainlogo #logoblanc {
display: none !important;
}
header.reduce #mainlogo #logomin {
display: inline-block !important;
}
header.reduce #mainlogo img {
height: 50px;
}
@media screen and (max-width: 768px) {
header.reduce #mainlogo #logomin,
header.reduce #mainlogo #logoblanc {
display: none !important;
}
header.reduce #mainlogo #logonormal {
display: inline-block !important;
}
}
header.reduce #hamburger {
height: 66px;
}
@media screen and (max-width: 768px) {
header.reduce #hamburger {
height: 60px;
}
}
#menu {
position: fixed;
left: 0;
top: 0;
right: 0;
bottom: 0;
overflow-y: auto;
min-height: 100vh;
-webkit-overflow-scrolling: touch;
z-index: 9998;
background: url(//www.ingenierie-alpine.com/wp-content/themes/am/_img/fondmenu.jpg) bottom center no-repeat #FFF;
background-size: contain;
padding-top: 140px;
padding-bottom: 60px;
color: #000;
display: none;
}
@media screen and (max-width: 768px) {
#menu {
padding: 100px 30px 30px 66px;
}
}
#menu.active {
display: block;
-webkit-animation: fadeIn 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86) backwards;
-moz-animation: fadeIn 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86) backwards;
animation: fadeIn 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86) backwards;
}
#menu.active #first #menu_principal li {
display: block;
opacity: 1;
-webkit-animation: appearFromLeft 1s cubic-bezier(0.785, 0.135, 0.15, 0.86) backwards;
-moz-animation: appearFromLeft 1s cubic-bezier(0.785, 0.135, 0.15, 0.86) backwards;
animation: appearFromLeft 1s cubic-bezier(0.785, 0.135, 0.15, 0.86) backwards;
}
#menu.active #first #menu_principal li:nth-child(1) {
-webkit-animation-delay: 0.2s;
-moz-animation-delay: 0.2s;
animation-delay: 0.2s;
-webkit-transition-delay: 0.2s;
-moz-transition-delay: 0.2s;
transition-delay: 0.2s;
}
#menu.active #first #menu_principal li:nth-child(2) {
-webkit-animation-delay: 0.3s;
-moz-animation-delay: 0.3s;
animation-delay: 0.3s;
-webkit-transition-delay: 0.3s;
-moz-transition-delay: 0.3s;
transition-delay: 0.3s;
}
#menu.active #first #menu_principal li:nth-child(3) {
-webkit-animation-delay: 0.4s;
-moz-animation-delay: 0.4s;
animation-delay: 0.4s;
-webkit-transition-delay: 0.4s;
-moz-transition-delay: 0.4s;
transition-delay: 0.4s;
}
#menu.active #first #menu_principal li:nth-child(4) {
-webkit-animation-delay: 0.5s;
-moz-animation-delay: 0.5s;
animation-delay: 0.5s;
-webkit-transition-delay: 0.5s;
-moz-transition-delay: 0.5s;
transition-delay: 0.5s;
}
#menu.active #first #menu_principal li:nth-child(5) {
-webkit-animation-delay: 0.6s;
-moz-animation-delay: 0.6s;
animation-delay: 0.6s;
-webkit-transition-delay: 0.6s;
-moz-transition-delay: 0.6s;
transition-delay: 0.6s;
}
#menu.active #first #menu_principal li:nth-child(6) {
-webkit-animation-delay: 0.7s;
-moz-animation-delay: 0.7s;
animation-delay: 0.7s;
-webkit-transition-delay: 0.7s;
-moz-transition-delay: 0.7s;
transition-delay: 0.7s;
}
#menu.active #first #menu_principal li:nth-child(7) {
-webkit-animation-delay: 0.8s;
-moz-animation-delay: 0.8s;
animation-delay: 0.8s;
-webkit-transition-delay: 0.8s;
-moz-transition-delay: 0.8s;
transition-delay: 0.8s;
}
#menu.active #first .boite {
display: block;
font-weight: bold;
font-size: 1.5em;
-webkit-animation: appearFromRight 1s cubic-bezier(0.785, 0.135, 0.15, 0.86) backwards;
-moz-animation: appearFromRight 1s cubic-bezier(0.785, 0.135, 0.15, 0.86) backwards;
animation: appearFromRight 1s cubic-bezier(0.785, 0.135, 0.15, 0.86) backwards;
-webkit-animation-delay: 1.2s;
-moz-animation-delay: 1.2s;
animation-delay: 1.2s;
-webkit-transition-delay: 1.2s;
-moz-transition-delay: 1.2s;
transition-delay: 1.2s;
}
#menu.active #first address {
display: block;
-webkit-animation: appearFromRight 1s cubic-bezier(0.785, 0.135, 0.15, 0.86) backwards;
-moz-animation: appearFromRight 1s cubic-bezier(0.785, 0.135, 0.15, 0.86) backwards;
animation: appearFromRight 1s cubic-bezier(0.785, 0.135, 0.15, 0.86) backwards;
-webkit-animation-delay: 1.3s;
-moz-animation-delay: 1.3s;
animation-delay: 1.3s;
-webkit-transition-delay: 1.3s;
-moz-transition-delay: 1.3s;
transition-delay: 1.3s;
}
#menu.active #first .ouverture {
display: block;
-webkit-animation: appearFromRight 1s cubic-bezier(0.785, 0.135, 0.15, 0.86) backwards;
-moz-animation: appearFromRight 1s cubic-bezier(0.785, 0.135, 0.15, 0.86) backwards;
animation: appearFromRight 1s cubic-bezier(0.785, 0.135, 0.15, 0.86) backwards;
-webkit-animation-delay: 1.4s;
-moz-animation-delay: 1.4s;
animation-delay: 1.4s;
-webkit-transition-delay: 1.4s;
-moz-transition-delay: 1.4s;
transition-delay: 1.4s;
}
#menu.active #second {
display: flex;
display: -webkit-flex;
display: -ms-flexbox;
-webkit-animation: appearFromBottom 1s cubic-bezier(0.785, 0.135, 0.15, 0.86) backwards;
-moz-animation: appearFromBottom 1s cubic-bezier(0.785, 0.135, 0.15, 0.86) backwards;
animation: appearFromBottom 1s cubic-bezier(0.785, 0.135, 0.15, 0.86) backwards;
-webkit-animation-delay: 1.8s;
-moz-animation-delay: 1.8s;
animation-delay: 1.8s;
-webkit-transition-delay: 1.8s;
-moz-transition-delay: 1.8s;
transition-delay: 1.8s;
}
#menu #grille-menu {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: 0;
}
@media screen and (max-width: 768px) {
#menu #grille-menu {
display: none;
}
}
#menu #grille-menu .container {
height: 100%;
}
#menu #grille-menu .container .col-1 {
flex: 0 0 12.5%;
border-left: solid 1px rgba(0, 0, 0, 0.06);
height: 100%;
}
#menu #grille-menu .container .col-1:last-child {
border-right: solid 1px rgba(0, 0, 0, 0.06);
flex: 0 0 12.5%;
}
#menu #first {
padding-top: 12vh;
align-items: flex-end;
}
@media screen and (max-width: 768px) {
#menu #first {
padding-top: 0;
}
}
#menu #first nav#menu_principal ul {
list-style: none;
padding: 0;
margin: 0;
}
@media screen and (max-width: 768px) {
#menu #first nav#menu_principal ul {
margin-bottom: 2em;
}
}
#menu #first nav#menu_principal ul li {
font-weight: bold;
font-size: 2em;
margin-bottom: 1em;
display: none;
opacity: 0;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 768px) {
#menu #first nav#menu_principal ul li {
font-size: 1.6em;
margin-bottom: 0.7em;
}
}
@media screen and (max-width: 480px) {
#menu #first nav#menu_principal ul li {
font-size: 1.4em;
margin-bottom: 0.5em;
}
}
#menu #first nav#menu_principal ul li:last-child {
margin-bottom: 0;
}
#menu #first nav#menu_principal ul li a {
color: #000;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
#menu #first nav#menu_principal ul li a:hover {
color: #cfae75;
}
#menu #first h2 {
font-family: 'ITC', sans-serif;
font-weight: bold;
font-size: 1.8em;
color: #000;
margin: 0 0 1.5em 0;
display: none;
}
@media screen and (max-width: 768px) {
#menu #first h2 {
font-size: 1.6em;
margin-bottom: 0;
margin-top: 1em;
}
}
@media screen and (max-width: 480px) {
#menu #first h2 {
font-size: 1.3em;
margin-bottom: 0;
}
}
#menu #first address {
font-style: normal;
margin-bottom: 1em;
line-height: 1.5;
display: none;
}
#menu #first address a {
color: inherit;
}
#menu #first .ouverture {
line-height: 1.5;
display: none;
}
#menu #second {
padding-top: 12vh;
align-items: center;
display: none;
}
@media screen and (max-width: 768px) {
#menu #second {
padding-top: 2em;
padding-bottom: 2em;
}
}
#menu #second strong {
text-transform: uppercase;
font-size: 0.9em;
}
@media screen and (max-width: 768px) {
#menu #second strong {
margin-top: 2em;
display: block;
}
}
#menu #second a {
color: inherit;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
font-size: 0.9em;
}
#menu #second a:hover {
color: #cfae75;
}
#menu #second .social-links {
margin-top: 10px;
}
#menu #second .social-links a {
display: inline-block;
padding: 0 1em;
color: #000;
font-size: 1.2em;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
#menu #second .social-links a:first-child {
padding-left: 0px;
}
#menu #second .social-links a:hover {
color: #cfae75;
}
footer {
position: relative;
display: flex;
display: -webkit-flex;
display: -ms-flexbox;
flex-direction: column;
justify-content: flex-end;
align-items: center;
text-align: center;
border-bottom: solid 1px #333333;
background: #000;
height: 887px;
margin: 0 -20px;
}
@media screen and (max-width: 768px) {
footer {
height: 500px;
}
}
footer .montagne {
position: relative;
width: 100%;
height: 887px;
overflow: hidden;
}
footer .montagne img {
position: absolute;
min-width: 110%;
height: auto;
bottom: 0;
left: 50%;
-webkit-transform: translateX(-50%);
-moz-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
}
footer:before {
content: "";
position: absolute;
background-image: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(rgba(255, 255, 255, 0)));
background-image: -webkit-linear-gradient(top, #FFF, rgba(255, 255, 255, 0));
background-image: -moz-linear-gradient(top, #FFF, rgba(255, 255, 255, 0));
background-image: -ms-linear-gradient(top, #FFF, rgba(255, 255, 255, 0));
background-image: -o-linear-gradient(top, #FFF, rgba(255, 255, 255, 0));
top: 0;
height: 150px;
left: 0;
right: 0;
z-index: 1;
}
footer:after {
content: "";
position: absolute;
background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(#000));
background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), #000);
background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0), #000);
background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0), #000);
background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0), #000);
bottom: 0;
height: 300px;
left: 0;
right: 0;
z-index: 1;
}
footer .overlay {
position: absolute;
bottom: 0;
left: 50%;
-webkit-transform: translateX(-50%);
-moz-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
z-index: 10;
}
footer #footerlogo {
position: relative;
z-index: 10;
}
footer #footerlogo h4 {
display: none;
}
footer .social-links {
padding: 40px;
position: relative;
z-index: 10;
}
footer .social-links a {
display: inline-block;
color: #FFF;
font-size: 1.2em;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
padding: 0 1em;
}
footer .social-links a:hover {
color: #cfae75;
}
footer #grille-footer {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: 0;
}
@media screen and (max-width: 768px) {
footer #grille-footer {
display: none;
}
}
footer #grille-footer .container {
height: 100%;
}
footer #grille-footer .container .col-1 {
flex: 0 0 12.5%;
border-left: solid 1px rgba(0, 0, 0, 0.06);
height: 100%;
}
footer #grille-footer .container .col-1:last-child {
border-right: solid 1px rgba(0, 0, 0, 0.06);
flex: 0 0 12.5%;
}
#footer2 {
background: #000;
padding: 50px 10px;
margin: 0 -20px;
}
#footer2 nav ul {
list-style: none;
padding: 0;
margin: 0;
display: flex;
display: -webkit-flex;
display: -ms-flexbox;
justify-content: center;
align-items: center;
}
@media screen and (max-width: 768px) {
#footer2 nav ul {
flex-direction: column;
text-align: center;
}
}
#footer2 nav ul li a {
color: #8c8c8c;
text-transform: uppercase;
padding: 0 1em;
font-weight: normal;
font-size: 0.9em;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
letter-spacing: 0.05em;
font-weight: 500;
}
#footer2 nav ul li a:hover {
color: #FFF;
}
#copyright-lezards {
padding: 20px;
font-size: 13px;
line-height: 18px;
font-weight: bold;
color: #000;
background: #FFF;
text-align: center;
font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}
#copyright-lezards img {
height: 12px;
display: inline-block;
vertical-align: baseline;
padding-left: 2px;
}
body.home {
padding-top: 0;
}
@media screen and (max-width: 768px) {
body.home {
padding: 0;
}
}
body.home header {
background: transparent;
}
body.home header #grille-header {
background: transparent;
}
body.home header #mainlogo {
display: none;
}
body.home header .lien_realisation {
padding: 30px 0;
}
@media screen and (max-width: 768px) {
body.home header #mainlogo {
display: block;
}
body.home header #logomin,
body.home header #logoblanc {
display: none !important;
}
body.home header #logonormal {
display: inline-block !important;
}
body.home header .lien_realisation {
padding: 0;
}
}
body.home #intro {
min-height: 100vh;
display: block;
text-align: center;
display: flex;
display: -webkit-flex;
display: -ms-flexbox;
flex-direction: column;
justify-content: space-between;
position: relative;
overflow: hidden;
padding: 100px 40px;
}
@media screen and (max-width: 768px) {
body.home #intro {
justify-content: center;
}
}
body.home #intro:before {
content: "";
top: 0;
left: 0;
right: 0;
bottom: 0;
background: rgba(0, 0, 0, 0.4);
position: absolute;
z-index: 1;
}
body.home #intro #logo {
position: relative;
z-index: 10;
text-align: center;
}
@media screen and (max-width: 768px) {
body.home #intro #logo {
display: none;
}
}
body.home #intro #logo img {
max-width: 400px;
height: auto;
width: 80%;
display: inline-block;
}
body.home #intro .titles {
position: relative;
z-index: 10;
color: #FFF;
}
body.home #intro .titles p {
font-size: 1.1em;
text-transform: uppercase;
margin: 0;
font-weight: 500;
letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
body.home #intro .titles p {
font-size: 1em;
margin-bottom: 2em;
}
}
body.home #intro .titles h1 {
color: white;
font-size: 2.7em;
font-weight: bold;
line-height: 1.2;
margin: 20px 0 0;
}
@media screen and (max-width: 768px) {
body.home #intro .titles h1 {
font-size: 2em;
margin-bottom: 1em;
}
}
@media screen and (max-width: 480px) {
body.home #intro .titles h1 {
font-size: 1.6em;
margin-bottom: 1em;
}
}
body.home #intro .nombre_de_chambre {
z-index: 10;
color: white;
font-weight: 500;
font-size: 0.9em;
letter-spacing: 0.1em;
text-transform: uppercase;
}
body.home #intro .nombre_de_chambre span {
font-size: 1.1em;
}
body.home #intro .nombre_de_chambre span span.count {
margin-bottom: -30px;
display: block;
font-size: 6em;
font-weight: 800;
}
@media screen and (max-width: 768px) {
body.home #intro .nombre_de_chambre span span.count {
font-size: 5em;
}
}
@media screen and (max-width: 480px) {
body.home #intro .nombre_de_chambre span span.count {
font-size: 4em;
}
}
body.home #intro .cursor {
cursor: pointer;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
position: relative;
z-index: 10;
}
@media screen and (max-width: 768px) {
body.home #intro .cursor {
margin-top: 2em;
}
}
body.home #intro .cursor i,
body.home #intro .cursor svg {
color: #FFF;
font-size: 2em;
-webkit-animation: rebond 1s cubic-bezier(0.785, 0.135, 0.15, 0.86) infinite;
-moz-animation: rebond 1s cubic-bezier(0.785, 0.135, 0.15, 0.86) infinite;
animation: rebond 1s cubic-bezier(0.785, 0.135, 0.15, 0.86) infinite;
}
body.home #intro .cursor:hover i,
body.home #intro .cursor:hover svg {
color: #cfae75;
}
body.home #intro .socials-again {
position: absolute;
z-index: 10;
left: 40px;
top: 0;
bottom: 0;
display: flex;
display: -webkit-flex;
display: -ms-flexbox;
flex-direction: column;
justify-content: center;
text-align: center;
}
@media screen and (max-width: 480px) {
body.home #intro .socials-again {
display: none;
}
}
body.home #intro .socials-again span {
font-weight: bold;
text-transform: uppercase;
color: #FFF;
font-size: 0.8em;
letter-spacing: 0.1em;
-webkit-transform: rotateZ(-90deg) translateX(60%);
-moz-transform: rotateZ(-90deg) translateX(60%);
-ms-transform: rotateZ(-90deg) translateX(60%);
transform: rotateZ(-90deg) translateX(60%);
}
body.home #intro .socials-again a {
color: #FFF;
display: block;
padding: 5px 0;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
body.home #intro .socials-again a:hover {
opacity: 0.5;
}
body.home #intro .slick-home {
position: absolute;
height: 100vh;
width: 100%;
top: 0;
left: 0;
z-index: 0;
}
body.home #intro .slick-home .slide {
width: 100%;
height: 100vh;
object-fit: cover;
}
body.home #nosrealisations {
height: 80vh;
position: relative;
}
@media (max-width: 768px) {
body.home #nosrealisations {
height: 250px;
}
}
body.home #nosrealisations .header {
position: absolute;
top: 8vh;
color: #FFF;
width: 100%;
max-width: 1600px;
left: 50%;
-webkit-transform: translateX(-50%);
-moz-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
text-align: left;
z-index: 100;
padding: 0 20px;
}
body.home #nosrealisations .header h2 {
margin: 0 0 0.2em 0;
font-size: 2em;
}
@media screen and (max-width: 480px) {
body.home #nosrealisations .header h2 {
font-size: 1.4em;
}
}
body.home #nosrealisations .header a {
font-weight: normal;
text-transform: uppercase;
letter-spacing: 0.1em;
color: #FFF;
font-size: 0.9em;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
body.home #nosrealisations .header a:before {
content: "";
width: 0px;
height: 1px;
background: #cfae75;
display: inline-block;
vertical-align: middle;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
body.home #nosrealisations .header a:hover:before {
width: 20px;
margin-right: 5px;
}
body.home #nosrealisations .slick-part {
background: black;
}
body.home #nosrealisations .slick-part .slide {
height: 80vh;
object-fit: cover;
}
@media (max-width: 768px) {
body.home #nosrealisations .slick-part .slide {
height: 250px;
}
}
body.home #nosrealisations .slick-list {
opacity: 0.5;
}
body.home #nosrealisations .footer {
position: absolute;
bottom: 5vh;
color: #FFF;
width: 100%;
max-width: 1600px;
left: 50%;
z-index: 90;
-webkit-transform: translateX(-50%);
-moz-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
display: flex;
display: -webkit-flex;
display: -ms-flexbox;
align-items: center;
padding: 0 20px;
}
@media screen and (max-width: 768px) {
body.home #nosrealisations .footer {
flex-direction: column;
align-items: center;
text-align: center;
}
}
body.home #nosrealisations .footer .part1 {
flex: 0 0 auto;
display: flex;
display: -webkit-flex;
display: -ms-flexbox;
align-items: flex-end;
}
@media screen and (max-width: 480px) {
body.home #nosrealisations .footer .part1 {
display: none;
}
}
body.home #nosrealisations .footer .part1 i,
body.home #nosrealisations .footer .part1 svg {
color: #cfae75;
cursor: pointer;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
font-size: 1.2em;
}
body.home #nosrealisations .footer .part1 i:hover,
body.home #nosrealisations .footer .part1 svg:hover {
color: #FFF;
}
body.home #nosrealisations .footer .part1 #prevSlide {
color: #cfae75;
font-size: 2em;
}
body.home #nosrealisations .footer .part1 .counter {
padding: 0 10px;
color: #cfae75;
margin-bottom: -10px;
}
body.home #nosrealisations .footer .part1 .counter #current {
color: #FFF;
font-size: 3em;
font-weight: normal;
}
body.home #nosrealisations .footer .centre {
flex: 1;
padding: 0 1em;
text-align: center;
margin: 0;
font-weight: 500;
}
body.home #nosrealisations .footer .centre h3 {
font-weight: bold;
font-size: 1.8em;
}
@media screen and (max-width: 480px) {
body.home #nosrealisations .footer .centre h3 {
font-size: 1.3em;
}
}
body.home #nosrealisations .footer .lien {
flex: 0 0 auto;
font-size: 0.9em;
font-weight: 500;
text-align: right;
position: relative;
}
@media screen and (max-width: 480px) {
body.home #nosrealisations .footer .lien {
font-size: 0.8em;
}
}
body.home #nosrealisations .footer .lien a#slidelink {
text-transform: uppercase;
font-weight: 500;
color: #FFF;
letter-spacing: 0.1em;
position: relative;
}
body.home #nosrealisations .footer .lien a#slidelink:after {
content: "";
position: absolute;
left: 10px;
right: 10px;
bottom: -10px;
height: 1px;
background: #cfae75;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
body.home #nosrealisations .footer .lien a#slidelink:hover:after {
left: 0;
right: 0;
}
body.home #actualites {
background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.04)), to(rgba(0, 0, 0, 0)));
background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.04), rgba(0, 0, 0, 0));
background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.04), rgba(0, 0, 0, 0));
background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0.04), rgba(0, 0, 0, 0));
background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.04), rgba(0, 0, 0, 0));
padding: 6em 0;
}
@media screen and (max-width: 768px) {
body.home #actualites {
padding: 4em 20px;
}
}
@media screen and (max-width: 480px) {
body.home #actualites {
padding: 2em 20px;
}
}
body.home #actualites h2 span {
color: #cfae75;
}
body.home #competences {
padding: 6em 0;
min-height: calc(60vh + 8em);
}
@media screen and (max-width: 768px) {
body.home #competences {
padding: 4em 20px;
}
}
@media screen and (max-width: 480px) {
body.home #competences {
padding: 2em 20px;
}
}
body.home #competences .container {
align-items: stretch;
}
body.home #competences .container #illustration {
height: 100%;
min-height: 60vh;
}
@media screen and (max-width: 768px) {
body.home #competences .container #illustration {
display: none;
}
}
body.home #competences .container .paragraphe {
display: flex;
display: -webkit-flex;
display: -ms-flexbox;
flex-direction: column;
justify-content: space-between;
}
body.home #competences .container .paragraphe h2 {
color: black;
font-size: 32px;
}
body.home #competences .container .paragraphe h2,
body.home #competences .container .paragraphe .intro {
padding-right: 15%;
}
@media screen and (max-width: 480px) {
body.home #competences .container .paragraphe h2,
body.home #competences .container .paragraphe .intro {
word-break: break-all;
padding-right: 0;
}
}
@media screen and (max-width: 480px) {
body.home #competences .container .paragraphe .intro {
font-size: 0.9em;
}
}
body.home #competences .container .paragraphe .certif a {
color: inherit;
text-underline-position: under;
}
body.home #competences .container .paragraphe a.all {
color: #8c8c8c;
font-size: 0.8em;
letter-spacing: 0.1em;
text-transform: uppercase;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
body.home #competences .container .paragraphe a.all i,
body.home #competences .container .paragraphe a.all svg {
color: #cfae75;
font-size: 2em;
vertical-align: middle;
}
body.home #competences .container .paragraphe a.all:hover {
padding-left: 10px;
color: #000;
}
body.home #competences .container .competences {
margin-top: 8em;
}
body.home #competences .container .competences .competence {
margin-bottom: 2em;
}
body.home #competences .container .competences .competence .barre {
display: flex;
display: -webkit-flex;
display: -ms-flexbox;
align-items: center;
cursor: pointer;
}
body.home #competences .container .competences .competence .barre .numero {
flex: 0 0 auto;
color: #8c8c8c;
font-size: 2em;
font-weight: bold;
height: 50px;
width: 50px;
line-height: 54px;
text-align: center;
position: relative;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
body.home #competences .container .competences .competence .barre .numero:before,
body.home #competences .container .competences .competence .barre .numero:after {
box-sizing: inherit;
content: '';
position: absolute;
width: 100%;
height: 100%;
border: solid 2px transparent;
width: 0;
height: 0;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
body.home #competences .container .competences .competence .barre .numero:before,
body.home #competences .container .competences .competence .barre .numero:after {
top: 0;
left: 0;
}
body.home #competences .container .competences .competence .barre .nom {
flex: 1;
font-weight: 500;
color: #000;
font-size: 0.9em;
padding: 5px 15px 0 15px;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
position: relative;
}
body.home #competences .container .competences .competence .barre .nom .inline-link {
display: none;
position: absolute;
text-transform: uppercase;
text-align: right;
padding: 5px;
color: #8c8c8c;
font-size: 0.8em;
letter-spacing: 0.1em;
right: 0;
}
body.home #competences .container .competences .competence .barre .nom .inline-link i,
body.home #competences .container .competences .competence .barre .nom .inline-link svg {
color: #cfae75;
display: inline-block;
padding-right: 5px;
font-size: 2em;
vertical-align: middle;
}
body.home #competences .container .competences .competence .barre .nom .inline-link:hover {
color: #000;
}
body.home #competences .container .competences .competence .barre .fleche {
flex: 0 0 auto;
padding-top: 8px;
font-size: 1.6em;
color: #8c8c8c;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
body.home #competences .container .competences .competence .barre .fleche .fa-times {
display: none;
}
body.home #competences .container .competences .competence .barre:hover .numero {
color: #cfae75;
}
body.home #competences .container .competences .competence .barre:hover .numero:before,
body.home #competences .container .competences .competence .barre:hover .numero:after {
width: 100%;
height: 100%;
}
body.home #competences .container .competences .competence .barre:hover .numero:before {
border-top-color: #cfae75;
border-right-color: #cfae75;
transition: width 0.25s ease-out, height 0.25s ease-out 0.25s;
}
body.home #competences .container .competences .competence .barre:hover .numero:after {
border-bottom-color: #cfae75;
border-left-color: #cfae75;
transition: height 0.25s ease-out, width 0.25s ease-out 0.25s;
}
body.home #competences .container .competences .competence .barre:hover .nom {
color: #cfae75;
}
body.home #competences .container .competences .competence .barre:hover .fleche {
padding-left: 5px;
}
body.home #competences .container .competences .competence.active .barre .numero {
color: #cfae75;
}
body.home #competences .container .competences .competence.active .barre .numero:before,
body.home #competences .container .competences .competence.active .barre .numero:after {
width: 100%;
height: 100%;
}
body.home #competences .container .competences .competence.active .barre .numero:before {
border-top-color: #cfae75;
border-right-color: #cfae75;
transition: width 0.25s ease-out, height 0.25s ease-out 0.25s;
}
body.home #competences .container .competences .competence.active .barre .numero:after {
border-bottom-color: #cfae75;
border-left-color: #cfae75;
transition: height 0.25s ease-out, width 0.25s ease-out 0.25s;
}
body.home #competences .container .competences .competence.active .barre .nom {
color: #cfae75;
}
body.home #competences .container .competences .competence.active .barre .nom .inline-link {
display: block;
-webkit-animation: appearFromLeft 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86) backwards;
-moz-animation: appearFromLeft 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86) backwards;
animation: appearFromLeft 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86) backwards;
}
body.home #competences .container #illustration {
background-size: cover;
background-position: center center;
}
body.home #apropos {
padding: 4em 0;
}
@media screen and (max-width: 768px) {
body.home #apropos {
padding: 4em 20px;
}
}
@media screen and (max-width: 480px) {
body.home #apropos {
padding: 2em 20px;
}
}
body.home #apropos .container:first-child {
align-items: stretch;
margin-bottom: 6em;
}
body.home #apropos .about {
padding: 5em 0;
}
@media screen and (max-width: 768px) {
body.home #apropos .about {
padding-top: 3em;
padding-bottom: 2em;
}
}
@media screen and (max-width: 480px) {
body.home #apropos .about {
padding-top: 1em;
padding-bottom: 0;
}
}
body.home #apropos .about h1,
body.home #apropos .about .description {
padding-right: 15%;
}
@media screen and (max-width: 480px) {
body.home #apropos .about h1,
body.home #apropos .about .description {
padding-right: 0;
}
}
@media screen and (max-width: 480px) {
body.home #apropos .about .description {
font-size: 0.9em;
}
}
body.home #apropos #aproposimage {
background-size: cover;
background-position: center center;
height: 100%;
}
@media screen and (max-width: 768px) {
body.home #apropos #aproposimage {
display: none;
}
}
body.home #apropos a.all {
display: block;
margin-top: 3em;
color: #8c8c8c;
font-size: 0.8em;
letter-spacing: 0.1em;
text-transform: uppercase;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
body.home #apropos a.all i,
body.home #apropos a.all svg {
color: #cfae75;
font-size: 2em;
vertical-align: middle;
margin-right: 10px;
}
body.home #apropos a.all:hover {
padding-left: 10px;
color: #000;
}
body.home #apropos .container:last-child h2 {
color: #000;
}
body.home #apropos .container:last-child .leslogos-slick {
width: 100%;
display: flex;
display: -webkit-flex;
display: -ms-flexbox;
flex-wrap: wrap;
}
body.home #apropos .container:last-child .leslogos-slick a {
flex: 0 0 20%;
padding: 10px;
outline: none;
display: block;
max-width: 100vw;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 768px) {
body.home #apropos .container:last-child .leslogos-slick a {
flex: 0 0 33.333%;
}
}
@media screen and (max-width: 480px) {
body.home #apropos .container:last-child .leslogos-slick a {
flex: 0 0 50%;
}
}
body.home #apropos .container:last-child .leslogos-slick a:hover {
opacity: 0.6;
}
body.home #apropos .container:last-child .leslogos-slick a img {
width: 100%;
height: auto;
}
body.login {
background-image: url(//www.ingenierie-alpine.com/wp-content/themes/am/_img/login.jpg);
background-repeat: no-repeat;
background-attachment: fixed;
background-position: center;
background-size: cover;
}
body.login #login h1 a {
background: url(//www.ingenierie-alpine.com/wp-content/themes/am/_img/login-logo.png) center center no-repeat;
background-size: contain;
width: 90%;
height: 80px;
margin: 10px auto;
}
body.login form input[type="submit"] {
background: #1E88E5;
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
-ms-border-radius: 0px;
border-radius: 0px;
border: none;
-webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
-moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
.hamburger {
padding: 15px 15px;
display: inline-block;
cursor: pointer;
transition-property: opacity, -webkit-filter;
transition-property: opacity, filter;
transition-property: opacity, filter, -webkit-filter;
transition-duration: 0.15s;
transition-timing-function: linear;
font: inherit;
color: inherit;
text-transform: none;
background-color: transparent;
border: 0;
margin: 0;
overflow: visible;
}
.hamburger:hover {
opacity: 0.7;
}
.hamburger-box {
width: 40px;
height: 24px;
display: inline-block;
position: relative;
}
.hamburger-inner {
display: block;
top: 50%;
margin-top: -2px;
}
.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
width: 40px;
height: 4px;
background-color: #000;
border-radius: 4px;
position: absolute;
transition-property: -webkit-transform;
transition-property: transform;
transition-property: transform, -webkit-transform;
transition-duration: 0.15s;
transition-timing-function: ease;
}
.hamburger-inner::before,
.hamburger-inner::after {
content: "";
display: block;
}
.hamburger-inner::before {
top: -10px;
}
.hamburger-inner::after {
bottom: -10px;
}
.hamburger--3dx .hamburger-box {
-webkit-perspective: 80px;
perspective: 80px;
}
.hamburger--3dx .hamburger-inner {
transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
transition: transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
transition: transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dx .hamburger-inner::before,
.hamburger--3dx .hamburger-inner::after {
transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dx.is-active .hamburger-inner {
background-color: transparent;
-webkit-transform: rotateY(180deg);
transform: rotateY(180deg);
}
.hamburger--3dx.is-active .hamburger-inner::before {
-webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--3dx.is-active .hamburger-inner::after {
-webkit-transform: translate3d(0, -10px, 0) rotate(-45deg);
transform: translate3d(0, -10px, 0) rotate(-45deg);
}
.hamburger--3dx-r .hamburger-box {
-webkit-perspective: 80px;
perspective: 80px;
}
.hamburger--3dx-r .hamburger-inner {
transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
transition: transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
transition: transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dx-r .hamburger-inner::before,
.hamburger--3dx-r .hamburger-inner::after {
transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dx-r.is-active .hamburger-inner {
background-color: transparent;
-webkit-transform: rotateY(-180deg);
transform: rotateY(-180deg);
}
.hamburger--3dx-r.is-active .hamburger-inner::before {
-webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--3dx-r.is-active .hamburger-inner::after {
-webkit-transform: translate3d(0, -10px, 0) rotate(-45deg);
transform: translate3d(0, -10px, 0) rotate(-45deg);
}
.hamburger--3dy .hamburger-box {
-webkit-perspective: 80px;
perspective: 80px;
}
.hamburger--3dy .hamburger-inner {
transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
transition: transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
transition: transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dy .hamburger-inner::before,
.hamburger--3dy .hamburger-inner::after {
transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dy.is-active .hamburger-inner {
background-color: transparent;
-webkit-transform: rotateX(-180deg);
transform: rotateX(-180deg);
}
.hamburger--3dy.is-active .hamburger-inner::before {
-webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--3dy.is-active .hamburger-inner::after {
-webkit-transform: translate3d(0, -10px, 0) rotate(-45deg);
transform: translate3d(0, -10px, 0) rotate(-45deg);
}
.hamburger--3dy-r .hamburger-box {
-webkit-perspective: 80px;
perspective: 80px;
}
.hamburger--3dy-r .hamburger-inner {
transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
transition: transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
transition: transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dy-r .hamburger-inner::before,
.hamburger--3dy-r .hamburger-inner::after {
transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dy-r.is-active .hamburger-inner {
background-color: transparent;
-webkit-transform: rotateX(180deg);
transform: rotateX(180deg);
}
.hamburger--3dy-r.is-active .hamburger-inner::before {
-webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--3dy-r.is-active .hamburger-inner::after {
-webkit-transform: translate3d(0, -10px, 0) rotate(-45deg);
transform: translate3d(0, -10px, 0) rotate(-45deg);
}
.hamburger--arrow.is-active .hamburger-inner::before {
-webkit-transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1);
transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}
.hamburger--arrow.is-active .hamburger-inner::after {
-webkit-transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1);
transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1);
}
.hamburger--arrow-r.is-active .hamburger-inner::before {
-webkit-transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1);
transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1);
}
.hamburger--arrow-r.is-active .hamburger-inner::after {
-webkit-transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1);
transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}
.hamburger--arrowalt .hamburger-inner::before {
transition: top 0.1s 0.15s ease, -webkit-transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
transition: top 0.1s 0.15s ease, transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
transition: top 0.1s 0.15s ease, transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hamburger--arrowalt .hamburger-inner::after {
transition: bottom 0.1s 0.15s ease, -webkit-transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
transition: bottom 0.1s 0.15s ease, transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
transition: bottom 0.1s 0.15s ease, transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hamburger--arrowalt.is-active .hamburger-inner::before {
top: 0;
-webkit-transform: translate3d(-8px, -10px, 0) rotate(-45deg) scale(0.7, 1);
transform: translate3d(-8px, -10px, 0) rotate(-45deg) scale(0.7, 1);
transition: top 0.1s ease, -webkit-transform 0.15s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
transition: top 0.1s ease, transform 0.15s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
transition: top 0.1s ease, transform 0.15s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22), -webkit-transform 0.15s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}
.hamburger--arrowalt.is-active .hamburger-inner::after {
bottom: 0;
-webkit-transform: translate3d(-8px, 10px, 0) rotate(45deg) scale(0.7, 1);
transform: translate3d(-8px, 10px, 0) rotate(45deg) scale(0.7, 1);
transition: bottom 0.1s ease, -webkit-transform 0.15s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
transition: bottom 0.1s ease, transform 0.15s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
transition: bottom 0.1s ease, transform 0.15s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22), -webkit-transform 0.15s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}
.hamburger--arrowalt-r .hamburger-inner::before {
transition: top 0.1s 0.15s ease, -webkit-transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
transition: top 0.1s 0.15s ease, transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
transition: top 0.1s 0.15s ease, transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hamburger--arrowalt-r .hamburger-inner::after {
transition: bottom 0.1s 0.15s ease, -webkit-transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
transition: bottom 0.1s 0.15s ease, transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
transition: bottom 0.1s 0.15s ease, transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hamburger--arrowalt-r.is-active .hamburger-inner::before {
top: 0;
-webkit-transform: translate3d(8px, -10px, 0) rotate(45deg) scale(0.7, 1);
transform: translate3d(8px, -10px, 0) rotate(45deg) scale(0.7, 1);
transition: top 0.1s ease, -webkit-transform 0.15s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
transition: top 0.1s ease, transform 0.15s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
transition: top 0.1s ease, transform 0.15s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22), -webkit-transform 0.15s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}
.hamburger--arrowalt-r.is-active .hamburger-inner::after {
bottom: 0;
-webkit-transform: translate3d(8px, 10px, 0) rotate(-45deg) scale(0.7, 1);
transform: translate3d(8px, 10px, 0) rotate(-45deg) scale(0.7, 1);
transition: bottom 0.1s ease, -webkit-transform 0.15s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
transition: bottom 0.1s ease, transform 0.15s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
transition: bottom 0.1s ease, transform 0.15s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22), -webkit-transform 0.15s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}
.hamburger--boring .hamburger-inner,
.hamburger--boring .hamburger-inner::before,
.hamburger--boring .hamburger-inner::after {
transition-property: none;
}
.hamburger--boring.is-active .hamburger-inner {
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
}
.hamburger--boring.is-active .hamburger-inner::before {
top: 0;
opacity: 0;
}
.hamburger--boring.is-active .hamburger-inner::after {
bottom: 0;
-webkit-transform: rotate(-90deg);
transform: rotate(-90deg);
}
.hamburger--collapse .hamburger-inner {
top: auto;
bottom: 0;
transition-duration: 0.15s;
transition-delay: 0.15s;
transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse .hamburger-inner::after {
top: -20px;
transition: top 0.3s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}
.hamburger--collapse .hamburger-inner::before {
transition: top 0.12s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
transition: top 0.12s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
transition: top 0.12s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse.is-active .hamburger-inner {
-webkit-transform: translate3d(0, -10px, 0) rotate(-45deg);
transform: translate3d(0, -10px, 0) rotate(-45deg);
transition-delay: 0.32s;
transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--collapse.is-active .hamburger-inner::after {
top: 0;
opacity: 0;
transition: top 0.3s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.27s linear;
}
.hamburger--collapse.is-active .hamburger-inner::before {
top: 0;
-webkit-transform: rotate(-90deg);
transform: rotate(-90deg);
transition: top 0.12s 0.18s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.15s 0.42s cubic-bezier(0.215, 0.61, 0.355, 1);
transition: top 0.12s 0.18s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.15s 0.42s cubic-bezier(0.215, 0.61, 0.355, 1);
transition: top 0.12s 0.18s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.15s 0.42s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.15s 0.42s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--collapse-r .hamburger-inner {
top: auto;
bottom: 0;
transition-duration: 0.15s;
transition-delay: 0.15s;
transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse-r .hamburger-inner::after {
top: -20px;
transition: top 0.3s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}
.hamburger--collapse-r .hamburger-inner::before {
transition: top 0.12s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
transition: top 0.12s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
transition: top 0.12s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse-r.is-active .hamburger-inner {
-webkit-transform: translate3d(0, -10px, 0) rotate(45deg);
transform: translate3d(0, -10px, 0) rotate(45deg);
transition-delay: 0.32s;
transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--collapse-r.is-active .hamburger-inner::after {
top: 0;
opacity: 0;
transition: top 0.3s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.27s linear;
}
.hamburger--collapse-r.is-active .hamburger-inner::before {
top: 0;
-webkit-transform: rotate(90deg);
transform: rotate(90deg);
transition: top 0.12s 0.18s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.15s 0.42s cubic-bezier(0.215, 0.61, 0.355, 1);
transition: top 0.12s 0.18s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.15s 0.42s cubic-bezier(0.215, 0.61, 0.355, 1);
transition: top 0.12s 0.18s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.15s 0.42s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.15s 0.42s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--elastic .hamburger-inner {
top: 2px;
transition-duration: 0.4s;
transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic .hamburger-inner::before {
top: 10px;
transition: opacity 0.15s 0.4s ease;
}
.hamburger--elastic .hamburger-inner::after {
top: 20px;
transition: -webkit-transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
transition: transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
transition: transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55), -webkit-transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic.is-active .hamburger-inner {
-webkit-transform: translate3d(0, 10px, 0) rotate(135deg);
transform: translate3d(0, 10px, 0) rotate(135deg);
transition-delay: 0.1s;
}
.hamburger--elastic.is-active .hamburger-inner::before {
transition-delay: 0s;
opacity: 0;
}
.hamburger--elastic.is-active .hamburger-inner::after {
-webkit-transform: translate3d(0, -20px, 0) rotate(-270deg);
transform: translate3d(0, -20px, 0) rotate(-270deg);
transition-delay: 0.1s;
}
.hamburger--elastic-r .hamburger-inner {
top: 2px;
transition-duration: 0.4s;
transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic-r .hamburger-inner::before {
top: 10px;
transition: opacity 0.15s 0.4s ease;
}
.hamburger--elastic-r .hamburger-inner::after {
top: 20px;
transition: -webkit-transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
transition: transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
transition: transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55), -webkit-transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic-r.is-active .hamburger-inner {
-webkit-transform: translate3d(0, 10px, 0) rotate(-135deg);
transform: translate3d(0, 10px, 0) rotate(-135deg);
transition-delay: 0.1s;
}
.hamburger--elastic-r.is-active .hamburger-inner::before {
transition-delay: 0s;
opacity: 0;
}
.hamburger--elastic-r.is-active .hamburger-inner::after {
-webkit-transform: translate3d(0, -20px, 0) rotate(270deg);
transform: translate3d(0, -20px, 0) rotate(270deg);
transition-delay: 0.1s;
}
.hamburger--emphatic {
overflow: hidden;
}
.hamburger--emphatic .hamburger-inner {
transition: background-color 0.2s 0.25s ease-in;
}
.hamburger--emphatic .hamburger-inner::before {
left: 0;
transition: top 0.05s 0.2s linear, left 0.2s 0.25s ease-in, -webkit-transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335);
transition: transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.2s linear, left 0.2s 0.25s ease-in;
transition: transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.2s linear, left 0.2s 0.25s ease-in, -webkit-transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335);
}
.hamburger--emphatic .hamburger-inner::after {
top: 10px;
right: 0;
transition: top 0.05s 0.2s linear, right 0.2s 0.25s ease-in, -webkit-transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335);
transition: transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.2s linear, right 0.2s 0.25s ease-in;
transition: transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.2s linear, right 0.2s 0.25s ease-in, -webkit-transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335);
}
.hamburger--emphatic.is-active .hamburger-inner {
transition-delay: 0s;
transition-timing-function: ease-out;
background-color: transparent;
}
.hamburger--emphatic.is-active .hamburger-inner::before {
left: -80px;
top: -80px;
-webkit-transform: translate3d(80px, 80px, 0) rotate(45deg);
transform: translate3d(80px, 80px, 0) rotate(45deg);
transition: left 0.2s ease-out, top 0.05s 0.2s linear, -webkit-transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1);
transition: left 0.2s ease-out, top 0.05s 0.2s linear, transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1);
transition: left 0.2s ease-out, top 0.05s 0.2s linear, transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1), -webkit-transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.hamburger--emphatic.is-active .hamburger-inner::after {
right: -80px;
top: -80px;
-webkit-transform: translate3d(-80px, 80px, 0) rotate(-45deg);
transform: translate3d(-80px, 80px, 0) rotate(-45deg);
transition: right 0.2s ease-out, top 0.05s 0.2s linear, -webkit-transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1);
transition: right 0.2s ease-out, top 0.05s 0.2s linear, transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1);
transition: right 0.2s ease-out, top 0.05s 0.2s linear, transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1), -webkit-transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.hamburger--emphatic-r {
overflow: hidden;
}
.hamburger--emphatic-r .hamburger-inner {
transition: background-color 0.2s 0.25s ease-in;
}
.hamburger--emphatic-r .hamburger-inner::before {
left: 0;
transition: top 0.05s 0.2s linear, left 0.2s 0.25s ease-in, -webkit-transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335);
transition: transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.2s linear, left 0.2s 0.25s ease-in;
transition: transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.2s linear, left 0.2s 0.25s ease-in, -webkit-transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335);
}
.hamburger--emphatic-r .hamburger-inner::after {
top: 10px;
right: 0;
transition: top 0.05s 0.2s linear, right 0.2s 0.25s ease-in, -webkit-transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335);
transition: transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.2s linear, right 0.2s 0.25s ease-in;
transition: transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.2s linear, right 0.2s 0.25s ease-in, -webkit-transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335);
}
.hamburger--emphatic-r.is-active .hamburger-inner {
transition-delay: 0s;
transition-timing-function: ease-out;
background-color: transparent;
}
.hamburger--emphatic-r.is-active .hamburger-inner::before {
left: -80px;
top: 80px;
-webkit-transform: translate3d(80px, -80px, 0) rotate(-45deg);
transform: translate3d(80px, -80px, 0) rotate(-45deg);
transition: left 0.2s ease-out, top 0.05s 0.2s linear, -webkit-transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1);
transition: left 0.2s ease-out, top 0.05s 0.2s linear, transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1);
transition: left 0.2s ease-out, top 0.05s 0.2s linear, transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1), -webkit-transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.hamburger--emphatic-r.is-active .hamburger-inner::after {
right: -80px;
top: 80px;
-webkit-transform: translate3d(-80px, -80px, 0) rotate(45deg);
transform: translate3d(-80px, -80px, 0) rotate(45deg);
transition: right 0.2s ease-out, top 0.05s 0.2s linear, -webkit-transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1);
transition: right 0.2s ease-out, top 0.05s 0.2s linear, transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1);
transition: right 0.2s ease-out, top 0.05s 0.2s linear, transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1), -webkit-transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.hamburger--slider .hamburger-inner {
top: 2px;
}
.hamburger--slider .hamburger-inner::before {
top: 10px;
transition-property: opacity, -webkit-transform;
transition-property: transform, opacity;
transition-property: transform, opacity, -webkit-transform;
transition-timing-function: ease;
transition-duration: 0.2s;
}
.hamburger--slider .hamburger-inner::after {
top: 20px;
}
.hamburger--slider.is-active .hamburger-inner {
-webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--slider.is-active .hamburger-inner::before {
-webkit-transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
opacity: 0;
}
.hamburger--slider.is-active .hamburger-inner::after {
-webkit-transform: translate3d(0, -20px, 0) rotate(-90deg);
transform: translate3d(0, -20px, 0) rotate(-90deg);
}
.hamburger--slider-r .hamburger-inner {
top: 2px;
}
.hamburger--slider-r .hamburger-inner::before {
top: 10px;
transition-property: opacity, -webkit-transform;
transition-property: transform, opacity;
transition-property: transform, opacity, -webkit-transform;
transition-timing-function: ease;
transition-duration: 0.2s;
}
.hamburger--slider-r .hamburger-inner::after {
top: 20px;
}
.hamburger--slider-r.is-active .hamburger-inner {
-webkit-transform: translate3d(0, 10px, 0) rotate(-45deg);
transform: translate3d(0, 10px, 0) rotate(-45deg);
}
.hamburger--slider-r.is-active .hamburger-inner::before {
-webkit-transform: rotate(45deg) translate3d(5.71429px, -6px, 0);
transform: rotate(45deg) translate3d(5.71429px, -6px, 0);
opacity: 0;
}
.hamburger--slider-r.is-active .hamburger-inner::after {
-webkit-transform: translate3d(0, -20px, 0) rotate(90deg);
transform: translate3d(0, -20px, 0) rotate(90deg);
}
.hamburger--spring .hamburger-inner {
top: 2px;
transition: background-color 0s 0.15s linear;
}
.hamburger--spring .hamburger-inner::before {
top: 10px;
transition: top 0.12s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
transition: top 0.12s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
transition: top 0.12s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring .hamburger-inner::after {
top: 20px;
transition: top 0.3s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
transition: top 0.3s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
transition: top 0.3s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring.is-active .hamburger-inner {
transition-delay: 0.32s;
background-color: transparent;
}
.hamburger--spring.is-active .hamburger-inner::before {
top: 0;
transition: top 0.12s 0.18s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.15s 0.32s cubic-bezier(0.215, 0.61, 0.355, 1);
transition: top 0.12s 0.18s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.15s 0.32s cubic-bezier(0.215, 0.61, 0.355, 1);
transition: top 0.12s 0.18s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.15s 0.32s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.15s 0.32s cubic-bezier(0.215, 0.61, 0.355, 1);
-webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--spring.is-active .hamburger-inner::after {
top: 0;
transition: top 0.3s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.15s 0.32s cubic-bezier(0.215, 0.61, 0.355, 1);
transition: top 0.3s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.15s 0.32s cubic-bezier(0.215, 0.61, 0.355, 1);
transition: top 0.3s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.15s 0.32s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.15s 0.32s cubic-bezier(0.215, 0.61, 0.355, 1);
-webkit-transform: translate3d(0, 10px, 0) rotate(-45deg);
transform: translate3d(0, 10px, 0) rotate(-45deg);
}
.hamburger--spring-r .hamburger-inner {
top: auto;
bottom: 0;
transition-duration: 0.15s;
transition-delay: 0s;
transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring-r .hamburger-inner::after {
top: -20px;
transition: top 0.3s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0s linear;
}
.hamburger--spring-r .hamburger-inner::before {
transition: top 0.12s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
transition: top 0.12s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
transition: top 0.12s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring-r.is-active .hamburger-inner {
-webkit-transform: translate3d(0, -10px, 0) rotate(-45deg);
transform: translate3d(0, -10px, 0) rotate(-45deg);
transition-delay: 0.32s;
transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--spring-r.is-active .hamburger-inner::after {
top: 0;
opacity: 0;
transition: top 0.3s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0s 0.32s linear;
}
.hamburger--spring-r.is-active .hamburger-inner::before {
top: 0;
-webkit-transform: rotate(90deg);
transform: rotate(90deg);
transition: top 0.12s 0.18s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.15s 0.32s cubic-bezier(0.215, 0.61, 0.355, 1);
transition: top 0.12s 0.18s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.15s 0.32s cubic-bezier(0.215, 0.61, 0.355, 1);
transition: top 0.12s 0.18s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.15s 0.32s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.15s 0.32s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--stand .hamburger-inner {
transition: background-color 0s 0.1s linear, -webkit-transform 0.1s 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
transition: transform 0.1s 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.1s linear;
transition: transform 0.1s 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.1s linear, -webkit-transform 0.1s 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--stand .hamburger-inner::before {
transition: top 0.1s 0.1s ease-in, -webkit-transform 0.1s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
transition: top 0.1s 0.1s ease-in, transform 0.1s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
transition: top 0.1s 0.1s ease-in, transform 0.1s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.1s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--stand .hamburger-inner::after {
transition: bottom 0.1s 0.1s ease-in, -webkit-transform 0.1s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
transition: bottom 0.1s 0.1s ease-in, transform 0.1s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
transition: bottom 0.1s 0.1s ease-in, transform 0.1s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.1s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--stand.is-active .hamburger-inner {
-webkit-transform: rotate(90deg);
transform: rotate(90deg);
background-color: transparent;
transition: background-color 0s 0.22s linear, -webkit-transform 0.1s 0s cubic-bezier(0.215, 0.61, 0.355, 1);
transition: transform 0.1s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.22s linear;
transition: transform 0.1s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.22s linear, -webkit-transform 0.1s 0s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--stand.is-active .hamburger-inner::before {
top: 0;
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg);
transition: top 0.1s 0.12s ease-out, -webkit-transform 0.1s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
transition: top 0.1s 0.12s ease-out, transform 0.1s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
transition: top 0.1s 0.12s ease-out, transform 0.1s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.1s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--stand.is-active .hamburger-inner::after {
bottom: 0;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
transition: bottom 0.1s 0.12s ease-out, -webkit-transform 0.1s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
transition: bottom 0.1s 0.12s ease-out, transform 0.1s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
transition: bottom 0.1s 0.12s ease-out, transform 0.1s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.1s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--stand-r .hamburger-inner {
transition: background-color 0s 0.1s linear, -webkit-transform 0.1s 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
transition: transform 0.1s 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.1s linear;
transition: transform 0.1s 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.1s linear, -webkit-transform 0.1s 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--stand-r .hamburger-inner::before {
transition: top 0.1s 0.1s ease-in, -webkit-transform 0.1s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
transition: top 0.1s 0.1s ease-in, transform 0.1s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
transition: top 0.1s 0.1s ease-in, transform 0.1s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.1s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--stand-r .hamburger-inner::after {
transition: bottom 0.1s 0.1s ease-in, -webkit-transform 0.1s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
transition: bottom 0.1s 0.1s ease-in, transform 0.1s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
transition: bottom 0.1s 0.1s ease-in, transform 0.1s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.1s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--stand-r.is-active .hamburger-inner {
-webkit-transform: rotate(-90deg);
transform: rotate(-90deg);
background-color: transparent;
transition: background-color 0s 0.22s linear, -webkit-transform 0.1s 0s cubic-bezier(0.215, 0.61, 0.355, 1);
transition: transform 0.1s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.22s linear;
transition: transform 0.1s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.22s linear, -webkit-transform 0.1s 0s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--stand-r.is-active .hamburger-inner::before {
top: 0;
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg);
transition: top 0.1s 0.12s ease-out, -webkit-transform 0.1s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
transition: top 0.1s 0.12s ease-out, transform 0.1s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
transition: top 0.1s 0.12s ease-out, transform 0.1s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.1s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--stand-r.is-active .hamburger-inner::after {
bottom: 0;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
transition: bottom 0.1s 0.12s ease-out, -webkit-transform 0.1s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
transition: bottom 0.1s 0.12s ease-out, transform 0.1s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
transition: bottom 0.1s 0.12s ease-out, transform 0.1s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.1s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--spin .hamburger-inner {
transition-duration: 0.3s;
transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin .hamburger-inner::before {
transition: top 0.1s 0.34s ease-in, opacity 0.1s ease-in;
}
.hamburger--spin .hamburger-inner::after {
transition: bottom 0.1s 0.34s ease-in, -webkit-transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
transition: bottom 0.1s 0.34s ease-in, transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
transition: bottom 0.1s 0.34s ease-in, transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin.is-active .hamburger-inner {
-webkit-transform: rotate(225deg);
transform: rotate(225deg);
transition-delay: 0.14s;
transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--spin.is-active .hamburger-inner::before {
top: 0;
opacity: 0;
transition: top 0.1s ease-out, opacity 0.1s 0.14s ease-out;
}
.hamburger--spin.is-active .hamburger-inner::after {
bottom: 0;
-webkit-transform: rotate(-90deg);
transform: rotate(-90deg);
transition: bottom 0.1s ease-out, -webkit-transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
transition: bottom 0.1s ease-out, transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
transition: bottom 0.1s ease-out, transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--spin-r .hamburger-inner {
transition-duration: 0.3s;
transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin-r .hamburger-inner::before {
transition: top 0.1s 0.34s ease-in, opacity 0.1s ease-in;
}
.hamburger--spin-r .hamburger-inner::after {
transition: bottom 0.1s 0.34s ease-in, -webkit-transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
transition: bottom 0.1s 0.34s ease-in, transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
transition: bottom 0.1s 0.34s ease-in, transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin-r.is-active .hamburger-inner {
-webkit-transform: rotate(-225deg);
transform: rotate(-225deg);
transition-delay: 0.14s;
transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--spin-r.is-active .hamburger-inner::before {
top: 0;
opacity: 0;
transition: top 0.1s ease-out, opacity 0.1s 0.14s ease-out;
}
.hamburger--spin-r.is-active .hamburger-inner::after {
bottom: 0;
-webkit-transform: rotate(-90deg);
transform: rotate(-90deg);
transition: bottom 0.1s ease-out, -webkit-transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
transition: bottom 0.1s ease-out, transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
transition: bottom 0.1s ease-out, transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--squeeze .hamburger-inner {
transition-duration: 0.1s;
transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--squeeze .hamburger-inner::before {
transition: top 0.1s 0.14s ease, opacity 0.1s ease;
}
.hamburger--squeeze .hamburger-inner::after {
transition: bottom 0.1s 0.14s ease, -webkit-transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
transition: bottom 0.1s 0.14s ease, transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
transition: bottom 0.1s 0.14s ease, transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--squeeze.is-active .hamburger-inner {
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
transition-delay: 0.14s;
transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--squeeze.is-active .hamburger-inner::before {
top: 0;
opacity: 0;
transition: top 0.1s ease, opacity 0.1s 0.14s ease;
}
.hamburger--squeeze.is-active .hamburger-inner::after {
bottom: 0;
-webkit-transform: rotate(-90deg);
transform: rotate(-90deg);
transition: bottom 0.1s ease, -webkit-transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
transition: bottom 0.1s ease, transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
transition: bottom 0.1s ease, transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--vortex .hamburger-inner {
transition-duration: 0.3s;
transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.hamburger--vortex .hamburger-inner::before,
.hamburger--vortex .hamburger-inner::after {
transition-duration: 0s;
transition-delay: 0.1s;
transition-timing-function: linear;
}
.hamburger--vortex .hamburger-inner::before {
transition-property: top, opacity;
}
.hamburger--vortex .hamburger-inner::after {
transition-property: bottom, -webkit-transform;
transition-property: bottom, transform;
transition-property: bottom, transform, -webkit-transform;
}
.hamburger--vortex.is-active .hamburger-inner {
-webkit-transform: rotate(765deg);
transform: rotate(765deg);
transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.hamburger--vortex.is-active .hamburger-inner::before,
.hamburger--vortex.is-active .hamburger-inner::after {
transition-delay: 0s;
}
.hamburger--vortex.is-active .hamburger-inner::before {
top: 0;
opacity: 0;
}
.hamburger--vortex.is-active .hamburger-inner::after {
bottom: 0;
-webkit-transform: rotate(90deg);
transform: rotate(90deg);
}
.hamburger--vortex-r .hamburger-inner {
transition-duration: 0.3s;
transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.hamburger--vortex-r .hamburger-inner::before,
.hamburger--vortex-r .hamburger-inner::after {
transition-duration: 0s;
transition-delay: 0.1s;
transition-timing-function: linear;
}
.hamburger--vortex-r .hamburger-inner::before {
transition-property: top, opacity;
}
.hamburger--vortex-r .hamburger-inner::after {
transition-property: bottom, -webkit-transform;
transition-property: bottom, transform;
transition-property: bottom, transform, -webkit-transform;
}
.hamburger--vortex-r.is-active .hamburger-inner {
-webkit-transform: rotate(-765deg);
transform: rotate(-765deg);
transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.hamburger--vortex-r.is-active .hamburger-inner::before,
.hamburger--vortex-r.is-active .hamburger-inner::after {
transition-delay: 0s;
}
.hamburger--vortex-r.is-active .hamburger-inner::before {
top: 0;
opacity: 0;
}
.hamburger--vortex-r.is-active .hamburger-inner::after {
bottom: 0;
-webkit-transform: rotate(-90deg);
transform: rotate(-90deg);
} .animated {
animation-duration: 1s;
animation-fill-mode: both;
}
.animated.infinite {
animation-iteration-count: infinite;
}
.animated.hinge {
animation-duration: 2s;
}
.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
animation-duration: 0.75s;
}
@keyframes bounce {
from,
20%,
53%,
80%,
to {
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
transform: translate3d(0, 0, 0);
}
40%,
43% {
animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
transform: translate3d(0, -30px, 0);
}
70% {
animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
transform: translate3d(0, -15px, 0);
}
90% {
transform: translate3d(0, -4px, 0);
}
}
.bounce {
animation-name: bounce;
transform-origin: center bottom;
}
@keyframes flash {
from,
50%,
to {
opacity: 1;
}
25%,
75% {
opacity: 0;
}
}
.flash {
animation-name: flash;
} @keyframes pulse {
from {
transform: scale3d(1, 1, 1);
}
50% {
transform: scale3d(1.05, 1.05, 1.05);
}
to {
transform: scale3d(1, 1, 1);
}
}
.pulse {
animation-name: pulse;
}
@keyframes rubberBand {
from {
transform: scale3d(1, 1, 1);
}
30% {
transform: scale3d(1.25, 0.75, 1);
}
40% {
transform: scale3d(0.75, 1.25, 1);
}
50% {
transform: scale3d(1.15, 0.85, 1);
}
65% {
transform: scale3d(0.95, 1.05, 1);
}
75% {
transform: scale3d(1.05, 0.95, 1);
}
to {
transform: scale3d(1, 1, 1);
}
}
.rubberBand {
animation-name: rubberBand;
}
@keyframes shake {
from,
to {
transform: translate3d(0, 0, 0);
}
10%,
30%,
50%,
70%,
90% {
transform: translate3d(-10px, 0, 0);
}
20%,
40%,
60%,
80% {
transform: translate3d(10px, 0, 0);
}
}
.shake {
animation-name: shake;
}
@keyframes headShake {
0% {
transform: translateX(0);
}
6.5% {
transform: translateX(-6px) rotateY(-9deg);
}
18.5% {
transform: translateX(5px) rotateY(7deg);
}
31.5% {
transform: translateX(-3px) rotateY(-5deg);
}
43.5% {
transform: translateX(2px) rotateY(3deg);
}
50% {
transform: translateX(0);
}
}
.headShake {
animation-timing-function: ease-in-out;
animation-name: headShake;
}
@keyframes swing {
20% {
transform: rotate3d(0, 0, 1, 15deg);
}
40% {
transform: rotate3d(0, 0, 1, -10deg);
}
60% {
transform: rotate3d(0, 0, 1, 5deg);
}
80% {
transform: rotate3d(0, 0, 1, -5deg);
}
to {
transform: rotate3d(0, 0, 1, 0deg);
}
}
.swing {
transform-origin: top center;
animation-name: swing;
}
@keyframes tada {
from {
transform: scale3d(1, 1, 1);
}
10%,
20% {
transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
}
30%,
50%,
70%,
90% {
transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
}
40%,
60%,
80% {
transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
}
to {
transform: scale3d(1, 1, 1);
}
}
.tada {
animation-name: tada;
} @keyframes wobble {
from {
transform: none;
}
15% {
transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
}
30% {
transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
}
45% {
transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
}
60% {
transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
}
75% {
transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
}
to {
transform: none;
}
}
.wobble {
animation-name: wobble;
}
@keyframes jello {
from,
11.1%,
to {
transform: none;
}
22.2% {
transform: skewX(-12.5deg) skewY(-12.5deg);
}
33.3% {
transform: skewX(6.25deg) skewY(6.25deg);
}
44.4% {
transform: skewX(-3.125deg) skewY(-3.125deg);
}
55.5% {
transform: skewX(1.5625deg) skewY(1.5625deg);
}
66.6% {
transform: skewX(-0.78125deg) skewY(-0.78125deg);
}
77.7% {
transform: skewX(0.390625deg) skewY(0.390625deg);
}
88.8% {
transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
}
}
.jello {
animation-name: jello;
transform-origin: center;
}
@keyframes bounceIn {
from,
20%,
40%,
60%,
80%,
to {
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
0% {
opacity: 0;
transform: scale3d(0.3, 0.3, 0.3);
}
20% {
transform: scale3d(1.1, 1.1, 1.1);
}
40% {
transform: scale3d(0.9, 0.9, 0.9);
}
60% {
opacity: 1;
transform: scale3d(1.03, 1.03, 1.03);
}
80% {
transform: scale3d(0.97, 0.97, 0.97);
}
to {
opacity: 1;
transform: scale3d(1, 1, 1);
}
}
.bounceIn {
animation-name: bounceIn;
}
@keyframes bounceInDown {
from,
60%,
75%,
90%,
to {
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
0% {
opacity: 0;
transform: translate3d(0, -3000px, 0);
}
60% {
opacity: 1;
transform: translate3d(0, 25px, 0);
}
75% {
transform: translate3d(0, -10px, 0);
}
90% {
transform: translate3d(0, 5px, 0);
}
to {
transform: none;
}
}
.bounceInDown {
animation-name: bounceInDown;
}
@keyframes bounceInLeft {
from,
60%,
75%,
90%,
to {
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
0% {
opacity: 0;
transform: translate3d(-3000px, 0, 0);
}
60% {
opacity: 1;
transform: translate3d(25px, 0, 0);
}
75% {
transform: translate3d(-10px, 0, 0);
}
90% {
transform: translate3d(5px, 0, 0);
}
to {
transform: none;
}
}
.bounceInLeft {
animation-name: bounceInLeft;
}
@keyframes bounceInRight {
from,
60%,
75%,
90%,
to {
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
from {
opacity: 0;
transform: translate3d(3000px, 0, 0);
}
60% {
opacity: 1;
transform: translate3d(-25px, 0, 0);
}
75% {
transform: translate3d(10px, 0, 0);
}
90% {
transform: translate3d(-5px, 0, 0);
}
to {
transform: none;
}
}
.bounceInRight {
animation-name: bounceInRight;
}
@keyframes bounceInUp {
from,
60%,
75%,
90%,
to {
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
from {
opacity: 0;
transform: translate3d(0, 3000px, 0);
}
60% {
opacity: 1;
transform: translate3d(0, -20px, 0);
}
75% {
transform: translate3d(0, 10px, 0);
}
90% {
transform: translate3d(0, -5px, 0);
}
to {
transform: translate3d(0, 0, 0);
}
}
.bounceInUp {
animation-name: bounceInUp;
}
@keyframes bounceOut {
20% {
transform: scale3d(0.9, 0.9, 0.9);
}
50%,
55% {
opacity: 1;
transform: scale3d(1.1, 1.1, 1.1);
}
to {
opacity: 0;
transform: scale3d(0.3, 0.3, 0.3);
}
}
.bounceOut {
animation-name: bounceOut;
}
@keyframes bounceOutDown {
20% {
transform: translate3d(0, 10px, 0);
}
40%,
45% {
opacity: 1;
transform: translate3d(0, -20px, 0);
}
to {
opacity: 0;
transform: translate3d(0, 2000px, 0);
}
}
.bounceOutDown {
animation-name: bounceOutDown;
}
@keyframes bounceOutLeft {
20% {
opacity: 1;
transform: translate3d(20px, 0, 0);
}
to {
opacity: 0;
transform: translate3d(-2000px, 0, 0);
}
}
.bounceOutLeft {
animation-name: bounceOutLeft;
}
@keyframes bounceOutRight {
20% {
opacity: 1;
transform: translate3d(-20px, 0, 0);
}
to {
opacity: 0;
transform: translate3d(2000px, 0, 0);
}
}
.bounceOutRight {
animation-name: bounceOutRight;
}
@keyframes bounceOutUp {
20% {
transform: translate3d(0, -10px, 0);
}
40%,
45% {
opacity: 1;
transform: translate3d(0, 20px, 0);
}
to {
opacity: 0;
transform: translate3d(0, -2000px, 0);
}
}
.bounceOutUp {
animation-name: bounceOutUp;
}
@keyframes fadeIn {
from {
opacity: 0;
}
to {
opacity: 1;
}
}
.fadeIn {
animation-name: fadeIn;
}
@keyframes fadeInDown {
from {
opacity: 0;
transform: translate3d(0, -100%, 0);
}
to {
opacity: 1;
transform: none;
}
}
.fadeInDown {
animation-name: fadeInDown;
}
@keyframes fadeInDownBig {
from {
opacity: 0;
transform: translate3d(0, -2000px, 0);
}
to {
opacity: 1;
transform: none;
}
}
.fadeInDownBig {
animation-name: fadeInDownBig;
}
@keyframes fadeInLeft {
from {
opacity: 0;
transform: translate3d(-100%, 0, 0);
}
to {
opacity: 1;
transform: none;
}
}
.fadeInLeft {
animation-name: fadeInLeft;
}
@keyframes fadeInLeftBig {
from {
opacity: 0;
transform: translate3d(-2000px, 0, 0);
}
to {
opacity: 1;
transform: none;
}
}
.fadeInLeftBig {
animation-name: fadeInLeftBig;
}
@keyframes fadeInRight {
from {
opacity: 0;
transform: translate3d(100%, 0, 0);
}
to {
opacity: 1;
transform: none;
}
}
.fadeInRight {
animation-name: fadeInRight;
}
@keyframes fadeInRightBig {
from {
opacity: 0;
transform: translate3d(2000px, 0, 0);
}
to {
opacity: 1;
transform: none;
}
}
.fadeInRightBig {
animation-name: fadeInRightBig;
}
@keyframes fadeInUp {
from {
opacity: 0;
transform: translate3d(0, 100%, 0);
}
to {
opacity: 1;
transform: none;
}
}
.fadeInUp {
animation-name: fadeInUp;
}
@keyframes fadeInUpBig {
from {
opacity: 0;
transform: translate3d(0, 2000px, 0);
}
to {
opacity: 1;
transform: none;
}
}
.fadeInUpBig {
animation-name: fadeInUpBig;
}
@keyframes fadeOut {
from {
opacity: 1;
}
to {
opacity: 0;
}
}
.fadeOut {
animation-name: fadeOut;
}
@keyframes fadeOutDown {
from {
opacity: 1;
}
to {
opacity: 0;
transform: translate3d(0, 100%, 0);
}
}
.fadeOutDown {
animation-name: fadeOutDown;
}
@keyframes fadeOutDownBig {
from {
opacity: 1;
}
to {
opacity: 0;
transform: translate3d(0, 2000px, 0);
}
}
.fadeOutDownBig {
animation-name: fadeOutDownBig;
}
@keyframes fadeOutLeft {
from {
opacity: 1;
}
to {
opacity: 0;
transform: translate3d(-100%, 0, 0);
}
}
.fadeOutLeft {
animation-name: fadeOutLeft;
}
@keyframes fadeOutLeftBig {
from {
opacity: 1;
}
to {
opacity: 0;
transform: translate3d(-2000px, 0, 0);
}
}
.fadeOutLeftBig {
animation-name: fadeOutLeftBig;
}
@keyframes fadeOutRight {
from {
opacity: 1;
}
to {
opacity: 0;
transform: translate3d(100%, 0, 0);
}
}
.fadeOutRight {
animation-name: fadeOutRight;
}
@keyframes fadeOutRightBig {
from {
opacity: 1;
}
to {
opacity: 0;
transform: translate3d(2000px, 0, 0);
}
}
.fadeOutRightBig {
animation-name: fadeOutRightBig;
}
@keyframes fadeOutUp {
from {
opacity: 1;
}
to {
opacity: 0;
transform: translate3d(0, -100%, 0);
}
}
.fadeOutUp {
animation-name: fadeOutUp;
}
@keyframes fadeOutUpBig {
from {
opacity: 1;
}
to {
opacity: 0;
transform: translate3d(0, -2000px, 0);
}
}
.fadeOutUpBig {
animation-name: fadeOutUpBig;
}
@keyframes flip {
from {
transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
animation-timing-function: ease-out;
}
40% {
transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
animation-timing-function: ease-out;
}
50% {
transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
animation-timing-function: ease-in;
}
80% {
transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
animation-timing-function: ease-in;
}
to {
transform: perspective(400px);
animation-timing-function: ease-in;
}
}
.animated.flip {
-webkit-backface-visibility: visible;
backface-visibility: visible;
animation-name: flip;
}
@keyframes flipInX {
from {
transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
animation-timing-function: ease-in;
opacity: 0;
}
40% {
transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
animation-timing-function: ease-in;
}
60% {
transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
opacity: 1;
}
80% {
transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
}
to {
transform: perspective(400px);
}
}
.flipInX {
-webkit-backface-visibility: visible !important;
backface-visibility: visible !important;
animation-name: flipInX;
}
@keyframes flipInY {
from {
transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
animation-timing-function: ease-in;
opacity: 0;
}
40% {
transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
animation-timing-function: ease-in;
}
60% {
transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
opacity: 1;
}
80% {
transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
}
to {
transform: perspective(400px);
}
}
.flipInY {
-webkit-backface-visibility: visible !important;
backface-visibility: visible !important;
animation-name: flipInY;
}
@keyframes flipOutX {
from {
transform: perspective(400px);
}
30% {
transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
opacity: 1;
}
to {
transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
opacity: 0;
}
}
.flipOutX {
animation-name: flipOutX;
-webkit-backface-visibility: visible !important;
backface-visibility: visible !important;
}
@keyframes flipOutY {
from {
transform: perspective(400px);
}
30% {
transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
opacity: 1;
}
to {
transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
opacity: 0;
}
}
.flipOutY {
-webkit-backface-visibility: visible !important;
backface-visibility: visible !important;
animation-name: flipOutY;
}
@keyframes lightSpeedIn {
from {
transform: translate3d(100%, 0, 0) skewX(-30deg);
opacity: 0;
}
60% {
transform: skewX(20deg);
opacity: 1;
}
80% {
transform: skewX(-5deg);
opacity: 1;
}
to {
transform: none;
opacity: 1;
}
}
.lightSpeedIn {
animation-name: lightSpeedIn;
animation-timing-function: ease-out;
}
@keyframes lightSpeedOut {
from {
opacity: 1;
}
to {
transform: translate3d(100%, 0, 0) skewX(30deg);
opacity: 0;
}
}
.lightSpeedOut {
animation-name: lightSpeedOut;
animation-timing-function: ease-in;
}
@keyframes rotateIn {
from {
transform-origin: center;
transform: rotate3d(0, 0, 1, -200deg);
opacity: 0;
}
to {
transform-origin: center;
transform: none;
opacity: 1;
}
}
.rotateIn {
animation-name: rotateIn;
}
@keyframes rotateInDownLeft {
from {
transform-origin: left bottom;
transform: rotate3d(0, 0, 1, -45deg);
opacity: 0;
}
to {
transform-origin: left bottom;
transform: none;
opacity: 1;
}
}
.rotateInDownLeft {
animation-name: rotateInDownLeft;
}
@keyframes rotateInDownRight {
from {
transform-origin: right bottom;
transform: rotate3d(0, 0, 1, 45deg);
opacity: 0;
}
to {
transform-origin: right bottom;
transform: none;
opacity: 1;
}
}
.rotateInDownRight {
animation-name: rotateInDownRight;
}
@keyframes rotateInUpLeft {
from {
transform-origin: left bottom;
transform: rotate3d(0, 0, 1, 45deg);
opacity: 0;
}
to {
transform-origin: left bottom;
transform: none;
opacity: 1;
}
}
.rotateInUpLeft {
animation-name: rotateInUpLeft;
}
@keyframes rotateInUpRight {
from {
transform-origin: right bottom;
transform: rotate3d(0, 0, 1, -90deg);
opacity: 0;
}
to {
transform-origin: right bottom;
transform: none;
opacity: 1;
}
}
.rotateInUpRight {
animation-name: rotateInUpRight;
}
@keyframes rotateOut {
from {
transform-origin: center;
opacity: 1;
}
to {
transform-origin: center;
transform: rotate3d(0, 0, 1, 200deg);
opacity: 0;
}
}
.rotateOut {
animation-name: rotateOut;
}
@keyframes rotateOutDownLeft {
from {
transform-origin: left bottom;
opacity: 1;
}
to {
transform-origin: left bottom;
transform: rotate3d(0, 0, 1, 45deg);
opacity: 0;
}
}
.rotateOutDownLeft {
animation-name: rotateOutDownLeft;
}
@keyframes rotateOutDownRight {
from {
transform-origin: right bottom;
opacity: 1;
}
to {
transform-origin: right bottom;
transform: rotate3d(0, 0, 1, -45deg);
opacity: 0;
}
}
.rotateOutDownRight {
animation-name: rotateOutDownRight;
}
@keyframes rotateOutUpLeft {
from {
transform-origin: left bottom;
opacity: 1;
}
to {
transform-origin: left bottom;
transform: rotate3d(0, 0, 1, -45deg);
opacity: 0;
}
}
.rotateOutUpLeft {
animation-name: rotateOutUpLeft;
}
@keyframes rotateOutUpRight {
from {
transform-origin: right bottom;
opacity: 1;
}
to {
transform-origin: right bottom;
transform: rotate3d(0, 0, 1, 90deg);
opacity: 0;
}
}
.rotateOutUpRight {
animation-name: rotateOutUpRight;
}
@keyframes hinge {
0% {
transform-origin: top left;
animation-timing-function: ease-in-out;
}
20%,
60% {
transform: rotate3d(0, 0, 1, 80deg);
transform-origin: top left;
animation-timing-function: ease-in-out;
}
40%,
80% {
transform: rotate3d(0, 0, 1, 60deg);
transform-origin: top left;
animation-timing-function: ease-in-out;
opacity: 1;
}
to {
transform: translate3d(0, 700px, 0);
opacity: 0;
}
}
.hinge {
animation-name: hinge;
}
@keyframes jackInTheBox {
from {
opacity: 0;
transform: scale(0.1) rotate(30deg);
transform-origin: center bottom;
}
50% {
transform: rotate(-10deg);
}
70% {
transform: rotate(3deg);
}
to {
opacity: 1;
transform: scale(1);
}
}
.jackInTheBox {
animation-name: jackInTheBox;
} @keyframes rollIn {
from {
opacity: 0;
transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
}
to {
opacity: 1;
transform: none;
}
}
.rollIn {
animation-name: rollIn;
} @keyframes rollOut {
from {
opacity: 1;
}
to {
opacity: 0;
transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
}
}
.rollOut {
animation-name: rollOut;
}
@keyframes zoomIn {
from {
opacity: 0;
transform: scale3d(0.3, 0.3, 0.3);
}
50% {
opacity: 1;
}
}
.zoomIn {
animation-name: zoomIn;
}
@keyframes zoomInDown {
from {
opacity: 0;
transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
60% {
opacity: 1;
transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
}
}
.zoomInDown {
animation-name: zoomInDown;
}
@keyframes zoomInLeft {
from {
opacity: 0;
transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
60% {
opacity: 1;
transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
}
}
.zoomInLeft {
animation-name: zoomInLeft;
}
@keyframes zoomInRight {
from {
opacity: 0;
transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
60% {
opacity: 1;
transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
}
}
.zoomInRight {
animation-name: zoomInRight;
}
@keyframes zoomInUp {
from {
opacity: 0;
transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
60% {
opacity: 1;
transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
}
}
.zoomInUp {
animation-name: zoomInUp;
}
@keyframes zoomOut {
from {
opacity: 1;
}
50% {
opacity: 0;
transform: scale3d(0.3, 0.3, 0.3);
}
to {
opacity: 0;
}
}
.zoomOut {
animation-name: zoomOut;
}
@keyframes zoomOutDown {
40% {
opacity: 1;
transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
to {
opacity: 0;
transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
transform-origin: center bottom;
animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
}
}
.zoomOutDown {
animation-name: zoomOutDown;
}
@keyframes zoomOutLeft {
40% {
opacity: 1;
transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
}
to {
opacity: 0;
transform: scale(0.1) translate3d(-2000px, 0, 0);
transform-origin: left center;
}
}
.zoomOutLeft {
animation-name: zoomOutLeft;
}
@keyframes zoomOutRight {
40% {
opacity: 1;
transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
}
to {
opacity: 0;
transform: scale(0.1) translate3d(2000px, 0, 0);
transform-origin: right center;
}
}
.zoomOutRight {
animation-name: zoomOutRight;
}
@keyframes zoomOutUp {
40% {
opacity: 1;
transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
to {
opacity: 0;
transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
transform-origin: center bottom;
animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
}
}
.zoomOutUp {
animation-name: zoomOutUp;
}
@keyframes slideInDown {
from {
transform: translate3d(0, -100%, 0);
visibility: visible;
}
to {
transform: translate3d(0, 0, 0);
}
}
.slideInDown {
animation-name: slideInDown;
}
@keyframes slideInLeft {
from {
transform: translate3d(-100%, 0, 0);
visibility: visible;
}
to {
transform: translate3d(0, 0, 0);
}
}
.slideInLeft {
animation-name: slideInLeft;
}
@keyframes slideInRight {
from {
transform: translate3d(100%, 0, 0);
visibility: visible;
}
to {
transform: translate3d(0, 0, 0);
}
}
.slideInRight {
animation-name: slideInRight;
}
@keyframes slideInUp {
from {
transform: translate3d(0, 100%, 0);
visibility: visible;
}
to {
transform: translate3d(0, 0, 0);
}
}
.slideInUp {
animation-name: slideInUp;
}
@keyframes slideOutDown {
from {
transform: translate3d(0, 0, 0);
}
to {
visibility: hidden;
transform: translate3d(0, 100%, 0);
}
}
.slideOutDown {
animation-name: slideOutDown;
}
@keyframes slideOutLeft {
from {
transform: translate3d(0, 0, 0);
}
to {
visibility: hidden;
transform: translate3d(-100%, 0, 0);
}
}
.slideOutLeft {
animation-name: slideOutLeft;
}
@keyframes slideOutRight {
from {
transform: translate3d(0, 0, 0);
}
to {
visibility: hidden;
transform: translate3d(100%, 0, 0);
}
}
.slideOutRight {
animation-name: slideOutRight;
}
@keyframes slideOutUp {
from {
transform: translate3d(0, 0, 0);
}
to {
visibility: hidden;
transform: translate3d(0, -100%, 0);
}
}
.slideOutUp {
animation-name: slideOutUp;
}
body.single-competence {
padding-top: 0;
}
body.single-competence header {
background: transparent;
}
body.single-competence header #grille-header {
background: transparent;
}
body.single-competence header #mainlogo #logonormal,
body.single-competence header #mainlogo #logomin {
display: none;
}
body.single-competence header #mainlogo #logoblanc {
display: inline-block;
}
@media screen and (max-width: 768px) {
body.single-competence header {
background: #FFF;
}
body.single-competence header #logomin,
body.single-competence header #logoblanc {
display: none !important;
}
body.single-competence header #logonormal {
display: inline-block !important;
}
}
body.single-competence article #hero {
height: 450px !important;
}
@media (max-width: 768px) {
body.single-competence article #hero {
height: 250px !important;
}
}
body.single-competence #content {
margin: 50px auto;
}
body.single-competence #content h1 span {
color: #cfae75;
}
@media (max-width: 768px) {
body.single-competence #content h1 {
font-size: 1.5em;
}
}
body.single-competence #content .container {
gap: 50px;
flex-wrap: nowrap;
justify-content: space-between;
}
@media (max-width: 768px) {
body.single-competence #content .container {
flex-wrap: wrap;
}
}
body.single-competence #content .intro {
max-width: 80%;
}
@media (max-width: 768px) {
body.single-competence #content .intro {
min-width: 100%;
}
}
body.single-competence #content .col-2 {
text-align: right;
}
@media (max-width: 768px) {
body.single-competence #content .col-2 {
text-align: left;
}
}
body.single-competence .reassurance {
text-align: center;
color: #000;
}
body.single-competence .reassurance .col-2 {
padding: 0 35px 20px;
}
body.single-competence .reassurance p {
margin-top: 10px;
}
body.single-competence .reassurance span {
color: #cfae75;
font-weight: bold;
display: block;
font-size: 30px;
}
body.single-competence .reassurance img {
margin: 0 auto;
object-fit: contain;
width: 60px;
height: 60px;
}
body.single-competence .bureau,
body.single-competence .pourquoi {
justify-content: space-between;
margin: 120px auto;
}
body.single-competence .bureau h2,
body.single-competence .pourquoi h2,
body.single-competence .bureau h3,
body.single-competence .pourquoi h3 {
margin: 50px 0 25px;
}
body.single-competence .bureau .image,
body.single-competence .pourquoi .image {
position: relative;
height: 500px;
}
@media (max-width: 768px) {
body.single-competence .bureau .image,
body.single-competence .pourquoi .image {
height: 250px;
}
}
body.single-competence .bureau .image #competencebureauimage,
body.single-competence .pourquoi .image #competencebureauimage,
body.single-competence .bureau .image #competencepourquoiimage,
body.single-competence .pourquoi .image #competencepourquoiimage {
right: 0;
width: 100%;
object-fit: cover;
height: 100%;
}
body.single-competence .deroulement-titre {
justify-content: center;
text-align: center;
}
body.single-competence .deroulement {
justify-content: center;
text-align: center;
margin: 50px auto 120px;
}
body.single-competence .deroulement .col-2 {
padding: 0 35px 50px;
}
body.single-competence .deroulement h3 {
margin: 20px 0 5px;
color: #000;
}
body.single-competence .deroulement p {
margin: 0;
}
body.single-competence .deroulement .number {
font-size: 30px;
width: 70px;
padding: 16px 0 7px;
font-weight: bold;
border: 1px solid #cfae75;
display: flex;
align-items: center;
justify-content: center;
margin: 0 auto;
color: #000;
}
body.single-competence .comprend {
justify-content: space-between;
}
body.single-competence .comprend .prose {
padding-right: 80px;
}
@media (max-width: 768px) {
body.single-competence .comprend .prose {
padding-right: 0;
}
}
body.single-competence .gallery {
margin: 80px auto 120px;
}
body.single-competence .gallery .swiper-wrapper {
align-items: flex-end;
}
body.single-competence .gallery .swiper-slide {
display: flex;
align-items: flex-end;
width: 33.3333%;
}
@media (max-width: 768px) {
body.single-competence .gallery .swiper-slide {
width: 80%;
}
}
body.single-competence .gallery .swiper-slide.swiper-slide-active + .swiper-slide img {
clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}
body.single-competence .gallery img {
clip-path: polygon(0 35%, 100% 35%, 100% 100%, 0 100%);
transition: 0.3s ease-out;
width: 100%;
height: 550px;
object-fit: cover;
}
@media (max-width: 768px) {
body.single-competence .gallery img {
clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
height: 250px;
}
}
body.single-competence #others .container > p {
font-size: 30px;
color: #000;
font-weight: bold;
}
body.single-competence .zone {
justify-content: space-between;
margin: 120px auto;
}
@media (max-width: 768px) {
body.single-competence .zone {
margin: 50px auto;
}
}
body.single-competence .zone .col-4 {
position: relative;
height: 550px;
}
@media (max-width: 768px) {
body.single-competence .zone .col-4 {
height: 250px;
}
}
body.single-competence .zone .prose {
margin: 50px 0;
}
body.single-competence #map {
height: 100%;
width: 100%;
position: absolute;
right: 0;
}
body.single-competence .banner {
background: #cfae75;
display: flex;
width: 100%;
}
@media (max-width: 768px) {
body.single-competence .banner {
flex-wrap: wrap;
}
}
body.single-competence .banner .col-3 {
width: 100%;
}
body.single-competence .banner img {
width: 100%;
height: 320px;
object-fit: cover;
display: block;
}
@media (max-width: 768px) {
body.single-competence .banner img {
height: 200px;
}
}
body.single-competence .banner .col-5 {
display: flex;
justify-content: center;
align-items: flex-start;
flex-direction: column;
padding: 50px 80px;
}
@media (max-width: 768px) {
body.single-competence .banner .col-5 {
padding: 30px;
}
}
body.single-competence .questions-titre {
margin: 120px auto 50px;
text-align: center;
justify-content: center;
}
body.single-competence .questions {
justify-content: center;
margin-bottom: 120px;
}
body.single-competence .questions .col-6 {
display: flex;
flex-direction: column;
gap: 10px;
}
body.single-competence .questions details {
background: #cfae75;
color: #000;
}
body.single-competence .questions summary {
padding: 25px;
font-size: 18px;
font-weight: bold;
display: flex;
justify-content: space-between;
gap: 20px;
cursor: pointer;
}
@media (max-width: 768px) {
body.single-competence .questions summary {
font-size: 1em;
}
}
body.single-competence .questions .content {
padding: 0 25px 25px;
}