.owl-carousel {
display: none;
width: 100%;
-webkit-tap-highlight-color: transparent; position: relative;
z-index: 1; }
.owl-carousel .owl-stage {
position: relative;
-ms-touch-action: pan-Y;
touch-action: manipulation;
-moz-backface-visibility: hidden; }
.owl-carousel .owl-stage:after {
content: ".";
display: block;
clear: both;
visibility: hidden;
line-height: 0;
height: 0; }
.owl-carousel .owl-stage-outer {
position: relative;
overflow: hidden; -webkit-transform: translate3d(0px, 0px, 0px); }
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
-ms-backface-visibility: hidden;
-webkit-transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0); }
.owl-carousel .owl-item {
position: relative;
min-height: 1px;
float: left;
-webkit-backface-visibility: hidden;
-webkit-tap-highlight-color: transparent;
-webkit-touch-callout: none; }
.owl-carousel .owl-item img {
display: block;
width: 100%; }
.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
display: none; }
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
cursor: pointer;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none; }
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
background: none;
color: inherit;
border: none;
padding: 0;
font: inherit; }
.owl-carousel.owl-loaded {
display: block; }
.owl-carousel.owl-loading {
opacity: 0;
display: block; }
.owl-carousel.owl-hidden {
opacity: 0; }
.owl-carousel.owl-refresh .owl-item {
visibility: hidden; }
.owl-carousel.owl-drag .owl-item {
-ms-touch-action: pan-y;
touch-action: pan-y;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none; }
.owl-carousel.owl-grab {
cursor: move;
cursor: grab; }
.owl-carousel.owl-rtl {
direction: rtl; }
.owl-carousel.owl-rtl .owl-item {
float: right; } .no-js .owl-carousel {
display: block; } .owl-carousel .animated {
animation-duration: 1000ms;
animation-fill-mode: both; }
.owl-carousel .owl-animated-in {
z-index: 0; }
.owl-carousel .owl-animated-out {
z-index: 1; }
.owl-carousel .fadeOut {
animation-name: fadeOut; }
@keyframes fadeOut {
0% {
opacity: 1; }
100% {
opacity: 0; } } .owl-height {
transition: height 500ms ease-in-out; } .owl-carousel .owl-item { }
.owl-carousel .owl-item .owl-lazy {
opacity: 0;
transition: opacity 400ms ease; }
.owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
max-height: 0; }
.owl-carousel .owl-item img.owl-lazy {
transform-style: preserve-3d; } .owl-carousel .owl-video-wrapper {
position: relative;
height: 100%;
background: #000; }
.owl-carousel .owl-video-play-icon {
position: absolute;
height: 80px;
width: 80px;
left: 50%;
top: 50%;
margin-left: -40px;
margin-top: -40px;
background: url(//uacppsi.fr/wp-content/themes/uacppsi/library/css/owl.video.play.png) no-repeat;
cursor: pointer;
z-index: 1;
-webkit-backface-visibility: hidden;
transition: transform 100ms ease; }
.owl-carousel .owl-video-play-icon:hover {
-ms-transform: scale(1.3, 1.3);
transform: scale(1.3, 1.3); }
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
display: none; }
.owl-carousel .owl-video-tn {
opacity: 0;
height: 100%;
background-position: center center;
background-repeat: no-repeat;
background-size: contain;
transition: opacity 400ms ease; }
.owl-carousel .owl-video-frame {
position: relative;
z-index: 1;
height: 100%;
width: 100%; }.owl-theme .owl-nav {
margin-top: 10px;
text-align: center;
-webkit-tap-highlight-color: transparent; }
.owl-theme .owl-nav [class*='owl-'] {
color: #FFF;
font-size: 14px;
margin: 5px;
padding: 4px 7px;
background: #D6D6D6;
display: inline-block;
cursor: pointer;
border-radius: 3px; }
.owl-theme .owl-nav [class*='owl-']:hover {
background: #869791;
color: #FFF;
text-decoration: none; }
.owl-theme .owl-nav .disabled {
opacity: 0.5;
cursor: default; }
.owl-theme .owl-nav.disabled + .owl-dots {
margin-top: 10px; }
.owl-theme .owl-dots {
text-align: center;
-webkit-tap-highlight-color: transparent; }
.owl-theme .owl-dots .owl-dot {
display: inline-block;
zoom: 1;
*display: inline; }
.owl-theme .owl-dots .owl-dot span {
width: 10px;
height: 10px;
margin: 5px 7px;
background: #D6D6D6;
display: block;
-webkit-backface-visibility: visible;
transition: opacity 200ms ease;
border-radius: 30px; }
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
background: #869791; }* {
box-sizing: border-box;
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased; 
font-smoothing: antialiased; 
}
html {
font-size: 100%;
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
}
:root {
--leftright: 6vw;
--noir: #0f1d22;
--french-blue: #002494;
--dark-blue: #105ea8;
--light-blue: #43c7f2;
--rouge: #ed2938;
--headerheight: 120px;
--headerheightscroll: 60px;
}
html, body {
box-sizing: border-box;
font-family: 'Mohave', sans-serif;
font-size: 1rem;
line-height: 1.4rem;
font-weight: 400;
font-style: normal;
background: #fff;
color: var(--noir);
text-rendering: optimizeLegibility; 
word-wrap: normal !important;
-webkit-hyphens: none !important;
hyphens: none !important;
-webkit-word-break: normal !important;
word-break: normal !important;
}
@font-face {
font-family: 'FontAwesome';
font-style: normal;
font-weight: normal;
src: url(//uacppsi.fr/wp-content/themes/uacppsi/fonts/font-awesome/fa-brands-400.eot);
src: url(//uacppsi.fr/wp-content/themes/uacppsi/fonts/font-awesome/fa-brands-400.eot?#iefix) format("embedded-opentype"),
url(//uacppsi.fr/wp-content/themes/uacppsi/fonts/font-awesome/fa-brands-400.woff2) format("woff2"),
url(//uacppsi.fr/wp-content/themes/uacppsi/fonts/font-awesome/fa-brands-400.woff) format("woff"),
url(//uacppsi.fr/wp-content/themes/uacppsi/fonts/font-awesome/fa-brands-400.ttf) format("truetype"),
url(//uacppsi.fr/wp-content/themes/uacppsi/fonts/font-awesome/fa-brands-400.svg#fontawesome) format("svg");
}
.bkg-blanc {
background: #fff;
}
.bkg-noir {
background: var(--noir);
}
.bkg-dark-blue {
background: var(--dark-blue);
}
.bkg-light-blue {
background: var(--light-blue);
}
.bkg-rouge {
background: var(--rouge);
}
.bkg-gris {
background: #f4f4f4;
}
.light-blue {
color: var(--light-blue);
}
.dark-blue {
color: var(--dark-blue);
}
.rouge {
color: var(--rouge);
}
p {
word-wrap: normal !important;
-webkit-hyphens: none !important;
hyphens: none !important;
-webkit-word-break: normal !important;
word-break: normal !important;
margin-bottom: 10px;
font-family: 'Mohave', sans-serif;
margin-top: 0;
font-style: normal;
position: relative;
}
.entry-content p {
margin: 0;
margin-bottom: 10px;
}
p.small {
font-size: .8rem;
line-height: 1.1rem;
}
.big,
p.big {
font-size: 1.3rem;
line-height: 1.5rem;
margin-bottom: 15px;
}
.superbig {
font-size: 2.5rem;
line-height: 2.7rem;
margin-bottom: 40px;
}
.cap {
text-transform: uppercase;
}
ul, ol {
margin: 0;
}
a {
outline: none;
}
a,
a:hover,
a:visited,
a::after,
a:hover::after {
outline-style: none !important;
-webkit-transition: all 0.3s;
transition: all 0.3s;
}
a,
a:visited {
}
a img {
-webkit-transition: all 0.3s;
transition: all 0.3s;
}
img {
max-width: 100%;
}
p a {
display: inline-block;
}
:focus {
outline: none !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
font-style: normal;
font-weight: 400;
margin: 0;
letter-spacing: 0;
}
h1 {
font-size: 4.5vw;
line-height: 4.4vw;
margin: 0 0 30px 0;
font-weight: 700;
text-transform: uppercase;
}
h2 {
font-size: 4.5vw;
line-height: 4.6vw;
margin: 0 0 25px 0;
}
h3 {
font-size: 2.5rem;
line-height: 2.5rem;
margin: 0 0 20px 0;
}
h4 {
font-size: 1.35rem;
line-height: 1.5rem;
margin: 0 0 15px 0;
font-weight: 700;
}
h5 {
font-size: 1.1rem;
line-height: 1.3rem;
margin: 0 0 12px 0;
font-weight: 700;
}
.strong,
.bold,
strong {
font-weight: 700;
}   iframe {
width: 100%;
max-width: 100%;
height: 500px;
margin-bottom: 25px;
}
.rangee-page.rangee-full iframe {
height: 650px;
max-height: 70vh;
}
.flex-item-deux-tiers iframe {
height: 550px;
}
.wrapthin .flex-item-deux-tiers iframe {
height: 470px;
}
.flex-item-deux-moitie iframe {
height: 430px;
}
.flex-item-tiers iframe {
height: 240px;
}
.flex-item-quart iframe {
height: 200px;
}
.contenu-flexible iframe {
max-width: 100%;
margin: 20px 0;
height: 450px;
}
body #tarteaucitronRoot div#tarteaucitronAlertBig {
border-radius: 0 !important;
}
div#tarteaucitronAlertBig:before {
display: none !important;
}
#tarteaucitronAlertBig #tarteaucitronCloseAlert, #tarteaucitronAlertBig #tarteaucitronPersonalize, #tarteaucitronAlertBig #tarteaucitronPersonalize2, .tarteaucitronCTAButton, #tarteaucitron #tarteaucitronPrivacyUrl, #tarteaucitron #tarteaucitronPrivacyUrlDialog, #tarteaucitronRoot .tarteaucitronDeny, #tarteaucitronRoot .tarteaucitronAllow {  
background: #000 !important;
padding: 10px 20px !important;
}
#tarteaucitronRoot #tarteaucitronCloseAlert,
#tarteaucitronRoot .tarteaucitronDeny {
background: #fff !important;
color: #000 !important;
}
#tarteaucitronAlertBig #tarteaucitronCloseAlert,
#tarteaucitron #tarteaucitronPrivacyUrl,
#tarteaucitron #tarteaucitronPrivacyUrlDialog {
background: #fff !important;
}
div#tarteaucitronRoot.tarteaucitronBeforeVisible:before {
background: #fff !important;
opacity: .7 !important;
}
body #tarteaucitronRoot div#tarteaucitronAlertBig {
box-shadow: 0 0 40px rgba(0,0,0,0.7) !important;
background: #fff !important;
}
#tarteaucitronRoot span#tarteaucitronDisclaimerAlert {
color: #000 !important;
}   a.absolute {
width: 100%;
height: 100%;
position: absolute;
z-index: 14;
top: 0;
left: 0;
}
#content {
margin-top: 0;
width: 100%;
-webkit-transition: all .5s;
transition: all .5s;
}
.wrap {
margin: 0 auto;
width: 100%;
}
.wrap {
padding: 0 var(--leftright);
margin: 0 auto;
width: 100%;
position: relative;
}
.wrapthin {
margin: 0 auto;
position: relative;
padding: 0 calc(var(--leftright)*2);
}
.wrapsuperthin {
margin: 0 auto;
position: relative;
width: 768px;
}
.hentry {
background: none;
border-radius: 0;
border: 0;
margin-bottom: 0;
}
.entry-content {
padding: 0;
}
.hentry header {
}
.hentry footer {
border: 0;
padding: 0;
}
.clearboth {
clear: both;
}
.floatleft {
float: left;
}
.floatright {
float: right;
}
.center {
text-align: center;
}
.right {
text-align: right;
}
.display-table {
display: table;
vertical-align: middle;
height: 100%;
width: 100%;
}
.display-table-cell {
display: table-cell;
vertical-align: middle;
height: 100%;
width: 100%;
}
.blanc p,
p.blanc,
.blanc {
color: #fff;
}
.bkg-cover {
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
}
.widget {
padding: 0;
margin: 0;
}
.widgettitle {
border: 0;
margin-bottom: 0;
}
.padding80 {
padding: 80px;
}
.padding60 {
padding: 60px;
}
.padding50 {
padding: 50px;
}
.padding40 {
padding: 40px;
}
.padding30 {
padding: 30px;
}
.padding20 {
padding: 20px;
}
.padding15 {
padding: 15px;
}
.padding10 {
padding: 10px;
}
.cartouche {
margin: 30px auto;
}
.filet-fin {
width: 100%;
height: 1px;
margin: 15px 0;
}
.filet-epais {
width: 100%;
height: 6px;
margin: 20px 0;
}
.filet-tricolore {
width: 100%;
height: 3px;
margin: 25px 0;
background: #fff;
}
.filet-tricolore::before {
content: '';
display: block;
width: 100%;
height: 3px;
margin-bottom: 3px;
background: var(--french-blue);
}
.filet-tricolore::after {
content: '';
display: block;
width: 100%;
height: 3px;
background: var(--rouge);
}
.container-flex {
display: -webkit-flex;
display: -webkit-box;
display: -ms-flexbox;    
display: flex;
position: relative;
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-justify-content: space-between;
justify-content: space-between;
}
.container-flex-center {
display: -webkit-flex;
display: -webkit-box;
display: -ms-flexbox;    
display: flex;
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-justify-content: center;
justify-content: center;
}
.container-flex-nowrap {
display: -webkit-flex;
display: -webkit-box;
display: -ms-flexbox;    
display: flex;
-webkit-flex-wrap: nowrap;
flex-wrap: nowrap;
-webkit-justify-content: space-between;
justify-content: space-between;
}
.container-flex-start {
display: -webkit-flex;
display: -webkit-box;
display: -ms-flexbox;    
display: flex;
flex-wrap: wrap;
-webkit-justify-content: flex-start;
justify-content: flex-start;
}
.container-flex img,
.container-flex-center img,
.container-flex-nowrap img,
.container-flex-start img {
width: auto;
max-width: 100%;
height: auto;
}
.flex-item-moitie {
-webkit-justify-content: space-between;
justify-content: space-between;
width: 48%;
position: relative;
}
.flex-item-quart {
-webkit-justify-content: space-between;
justify-content: space-between;
width: 23%;
position: relative;
}
.flex-item-trois-quart {
-webkit-justify-content: space-between;
justify-content: space-between;
width: 70%;
position: relative;
}
.flex-item-tiers {
-webkit-justify-content: space-between;
justify-content: space-between;
width: 31%;
position: relative;
}
.flex-item-deux-tiers {
-webkit-justify-content: space-between;
justify-content: space-between;
width: 65%;
position: relative;
}
.flex-item-auto {
-webkit-justify-content: space-between;
justify-content: space-between;
position: relative;
}
.flex-item-full {
-webkit-justify-content: space-between;
justify-content: space-between;
width: 100%;
position: relative;
}
.flex-item-cinq {
-webkit-justify-content: space-between;
justify-content: space-between;
width: 18%;
position: relative;
}
.flex-item-40 {
-webkit-justify-content: space-between;
justify-content: space-between;
width: 40%;
position: relative;
}
.flex-item-60 {
-webkit-justify-content: space-between;
justify-content: space-between;
width: 60%;
position: relative;
}
section {
padding: 60px 0;
position: relative;
}
a.cta,
.cta {
font-size: 1.2rem;
font-weight: 700;
text-decoration: none;
display: inline-block;
padding-bottom: 4px;
border-bottom: 4px solid var(--dark-blue);
position: relative;
color: var(--noir);
text-transform: uppercase;
margin-bottom: 25px;
}
a.cta::after,
.cta::after {
content: '\e5c8';
font-family: 'Material icons';
position: absolute;
color: var(--dark-blue);
font-size: 1.4rem;
vertical-align: middle;
right: -30px;
-webkit-transition: all .3s;
transition: all .3s;
}
a.cta:hover {
text-decoration: none;
}
a.cta:hover::after {
right: -36px;
}
a.cta.bottom {
position: absolute;
bottom: 0;
}   #toTop {
display: none;
position: fixed;
top: 48%;
right: 20px;
z-index: 61;
text-decoration: none;
}
#toTop::before {
content: '\e5c7';
font-family: 'Material Icons';
width: 40px;
height: 40px;
border-radius: 6px;
display: block;
background: rgba(0,0,0,.15);
font-size: 1.2rem;
color: var(--noir);
text-align: center;
line-height: 40px;
-webkit-transition: all 0.4s;
transition: all 0.4s;
}
#toTop:hover::before {
background: rgba(0,0,0,1);
color: #fff;
-webkit-transition: all 0.2s;
transition: all 0.2s;
}   .loader-site {
background: #f4f4f4;
width: 100%;
height: 100%;
position: fixed;
z-index: 10000;
}
#loader-wrapper {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1000;
text-align: center;
}
.sk-chase {
margin: 30vh auto;
width: 60px;
height: 60px;
position: relative;
animation: sk-chase 2.5s infinite linear both;
}
.sk-chase-dot {
width: 100%;
height: 100%;
position: absolute;
left: 0;
top: 0; 
animation: sk-chase-dot 2.0s infinite ease-in-out both; 
}
.sk-chase-dot:before {
content: '';
display: block;
width: 25%;
height: 25%;
background-color: var(--dark-blue);
border-radius: 100%;
animation: sk-chase-dot-before 2.0s infinite ease-in-out both; 
}
.sk-chase-dot:nth-child(1) { animation-delay: -1.1s; }
.sk-chase-dot:nth-child(2) { animation-delay: -1.0s; }
.sk-chase-dot:nth-child(3) { animation-delay: -0.9s; }
.sk-chase-dot:nth-child(4) { animation-delay: -0.8s; }
.sk-chase-dot:nth-child(5) { animation-delay: -0.7s; }
.sk-chase-dot:nth-child(6) { animation-delay: -0.6s; }
.sk-chase-dot:nth-child(1):before { animation-delay: -1.1s; }
.sk-chase-dot:nth-child(2):before { animation-delay: -1.0s; }
.sk-chase-dot:nth-child(3):before { animation-delay: -0.9s; }
.sk-chase-dot:nth-child(4):before { animation-delay: -0.8s; }
.sk-chase-dot:nth-child(5):before { animation-delay: -0.7s; }
.sk-chase-dot:nth-child(6):before { animation-delay: -0.6s; }
@keyframes sk-chase {
100% { transform: rotate(360deg); } 
}
@keyframes sk-chase-dot {
80%, 100% { transform: rotate(360deg); } 
}
@keyframes sk-chase-dot-before {
50% {
transform: scale(0.4); 
} 100%, 0% {
transform: scale(1.0); 
} 
}
#holder {
opacity: 0;  
transition: opacity 0.3s ease-in-out;
-moz-transition: opacity 0.3s ease-in-out;
-webkit-transition: opacity 0.3s ease-in-out;
}
#holder.visible {
opacity: 1;
transition: opacity 0.4s ease-in-out;
-moz-transition: opacity 0.4s ease-in-out;
-webkit-transition: opacity 0.4s ease-in-out;
}   .subheader {
height: 35px;
background: var(--noir);
padding: 0 var(--leftright);
position: fixed;
top: 0;
left: 0;
z-index: 4;
width: 100%;
}
header.header {
background: transparent;
position: fixed;
z-index: 30;
top: 35px;
left: 0;
right: 0;
display: flex;
height: var(--headerheight);
background: #fff;
width: 100%;
padding-left: var(--leftright);
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
}
header.header.default-banner {
background-image: url(//uacppsi.fr/wp-content/themes/uacppsi/img/banniere-default.jpg);
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
}
.logo-header {
width: var(--headerheight);
height: var(--headerheight);
text-align: center;
display: inline-block; position: relative;
overflow: hidden;
padding: 0;
-webkit-box-flex: 0;
flex-grow: 0;
flex-shrink: 0;
flex-basis: auto;
-webkit-transition: all .3s !important;
transition: all .3s !important;
}
.logo-header img { width: auto;
max-width: 100%;
height: auto;
max-height: 100%;
margin: auto;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%,-50%);
-webkit-transition: all .3s;
transition: all .3s;
}
header.header nav {
display: flex;
-webkit-box-flex: 1;
flex-grow: 1;
flex-shrink: 1;
flex-basis: auto; padding-left: 30px;
padding-right: 0;
}
header.header nav ul {
display: flex;
-webkit-box-align: center;
}
header.header nav ul.nav-actions {
margin-left: auto;
}
header.header nav li {
float: none;
display: block;
position: relative;
}
header.header nav li a {
height: var(--headerheight);
line-height: var(--headerheight);
padding: 0 20px;
font-size: 1.1rem;
position: relative;
display: flex;
-webkit-box-align: center;
font-weight: 700;
text-transform: uppercase;
color: #fff;
text-decoration: none;
overflow: hidden;
-webkit-transition: all .3s;
transition: all .3s;
}
header.header .nav-actions li a {
color: var(--noir);
background: var(--light-blue);
padding: 0 30px;
font-weight: 400;
font-size: 1rem;
}
header.header .nav-actions li:last-child a {
background: var(--dark-blue);
color: #fff;
}
header.header nav li a:hover {
text-decoration: none;
}
header.header nav li a::after {
content: '';
display: block;
height: 8px;
position: absolute;
background: var(--light-blue);
bottom: -10px;
width: 100%;
left: 0;
opacity: 0;
-webkit-transition: all .3s;
transition: all .3s;
}
header.header nav .nav-actions li a::after {
background: #fff;
}
header.header nav li a:hover::after {
bottom: 0;
opacity: 1;
}
header.header.scroll {
top: 0;
height: var(--headerheightscroll);
border-bottom: 1px solid var(--dark-blue);
}
header.header.scroll nav li a {
height: var(--headerheightscroll);
line-height: var(--headerheightscroll);
}
header.header.scroll .logo-header {
height: var(--headerheightscroll);
padding: 10px;
border-bottom: 1px solid var(--dark-blue);    
}   .shiftnav {  }
.shiftnav:after {
display: none !important;
}
#shiftnav-toggle-main.shiftnav-toggle-edge-right {
top: 30px;
right: 15px;
-webkit-transition: all .3s !important;
transition: all .3s !important;
}
#shiftnav-toggle-main.shiftnav-toggle-edge-right.scroll {
top: 0;
-webkit-transition: all .3s !important;
transition: all .3s !important;
}
.shiftnav.shiftnav-skin-standard-dark ul.shiftnav-menu li.menu-item > .shiftnav-target { 
font-size: 1rem !important;
line-height: 1.3rem !important;
border: 0 !important;
text-shadow: none !important;
color: var(--noir) !important;
}
.shiftnav ul.shiftnav-menu li.menu-item {
padding: 12px 0 !important;
border-bottom: 1px solid #f4f4f4;
}
.shiftnav-inner {
padding: 20px;
}
.shiftnav .shiftnav-panel-close {
top: 0;
}
.shiftnav nav.shiftnav-nav::before {
content: '';
display: block;
width: 220px;
height: 90px;
margin-bottom: 20px;
background: url(//uacppsi.fr/wp-content/themes/uacppsi/img/logo-uacppsi-small.png) center center no-repeat;
background-size: contain;
}
.shiftnav.shiftnav-skin-standard-dark,
.shiftnav.shiftnav-skin-standard-dark ul.shiftnav-menu {
background: #fff !important;
color: #fff !important;
}
.shiftnav.shiftnav-skin-standard-dark ul.shiftnav-menu {
border-top: 4px solid var(--light-blue);
padding-top: 20px;
}
.shiftnav.shiftnav-nojs.shiftnav-skin-standard-dark ul.shiftnav-menu li.menu-item > .shiftnav-target:hover, .shiftnav.shiftnav-skin-standard-dark ul.shiftnav-menu li.menu-item.shiftnav-active > .shiftnav-target, .shiftnav.shiftnav-skin-standard-dark ul.shiftnav-menu li.menu-item.shiftnav-in-transition > .shiftnav-target, .shiftnav.shiftnav-skin-standard-dark ul.shiftnav-menu li.menu-item.current-menu-item > .shiftnav-target, .shiftnav.shiftnav-skin-standard-dark ul.shiftnav-menu > li.shiftnav-sub-accordion.current-menu-ancestor > .shiftnav-target, .shiftnav.shiftnav-skin-standard-dark ul.shiftnav-menu > li.shiftnav-sub-shift.current-menu-ancestor > .shiftnav-target, .shiftnav.shiftnav-skin-standard-dark ul.shiftnav-menu.shiftnav-active-highlight li.menu-item > .shiftnav-target:active, .shiftnav.shiftnav-skin-standard-dark ul.shiftnav-menu.shiftnav-active-on-hover li.menu-item > .shiftnav-target:hover {
background: #fff !important;
}
#shiftnav-toggle-main {
color: #fff !important;
z-index: 365 !important;
}
#shiftnav-toggle-main.visible {
opacity: 1;
}
.shiftnav-open.shiftnav-open-right #shiftnav-toggle-main, .shiftnav-open.shiftnav-open-right .shiftnav-wrap, .shiftnav-open.shiftnav-open-right>.shiftnav-fixed-right {
display: none;
}      .top-image-home {
width: 100%;
height: 100vh;
position: relative;
background-position: center center;
background-repeat: no-repeat;
}   .container-video-home {
position: absolute; 
top: 0;
bottom: 0;
width: 100%;
height: 100vh;
overflow: hidden; 
}
body.home .container-video-home video {
min-width: 100%; 
min-height: 100%; 
width: auto;
height: auto; position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%,-50%);
}   .slider {
width: 100%;
height: 100vh;
overflow: hidden;
position: relative;
}
.slide { 
width: 100%;
height: 100%;
top: 0;
left: 0;
float: left;
position: absolute;
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
}
#slideposition {
position: relative;
bottom: 40px;
left: 0;
width: auto;
text-align: center;
z-index: 18;
display: none;
}
#slideposition ul {
list-style-type: none;
margin: 0;
padding: 0;
display: block;
}
#slideposition ul li.indicator {
display: inline-block;
height: 16px;
width: 16px;
background: #fff;
margin: 0 6px;
padding: 0;
border-radius: 50%;
overflow: hidden;
cursor: pointer;
}
.contenu-accueil-home {
padding-right: 40vw;
padding-left: calc(var(--leftright)*2);
padding-top: var(--headerheight);
position: relative;
z-index: 6;
margin-left: 20px;
}
.contenu-accueil-home h1 {
text-transform: uppercase;
}
.contenu-accueil-home .surtitre {
border-bottom: 3px solid #fff;
padding-bottom: 10px;
text-transform: uppercase;
font-size: 1.9rem;
line-height: 2rem;
font-weight: 700;
color: #fff;
display: inline-block;
margin-bottom: 40px;
position: relative;
padding-left: 56px;
}
.contenu-accueil-home .surtitre::before {
content: '';
display: block;
height: 26px;
width: 45px;
position: absolute;
left: 0;
top: 0;
background: url(//uacppsi.fr/wp-content/themes/uacppsi/img/drapeau.jpg) center center no-repeat;
background-size: cover;
}   .top-image-page {
height: 350px;
width: 100%;
margin-top: calc(var(--headerheight) + 35px);
background-position: top center;
}
.top-image-page.scroll {
margin-top: var(--headerheightscroll);
}
.top-image-page.img-defaut {
background: url(//uacppsi.fr/wp-content/themes/uacppsi/img/bandeau-defaut.jpg) top center no-repeat;
background-size: cover;
}
.header-page {
padding: 30px 0;
}
.margin-zero {
margin: 0 !important;
}
.surtitre {
margin-bottom: 6px;
font-size: 1.3rem;
text-transform: uppercase;
color: var(--dark-blue);
font-weight: 700;
}
.wp-caption {
padding: 0;
background: #fff;
margin: 20px 0;
}
.wp-caption p.wp-caption-text {
text-align: right;
margin: 0;
padding: 4px 10px;
}
.post-password-form {
max-width: 450px;
margin: 0 auto;
text-align: center;
}
.post-password-form p {
font-size: 1.2rem;
line-height: 1.3rem;
margin-bottom: 15px;
}
.post-password-form label {
font-size: .9rem;
margin-bottom: 6px;
}
.post-password-form input[type='password'] {
height: 60px;
line-height: 60px;
margin: 20px 0;
}
input[type='submit'] {
padding: 8px 20px;
text-transform: uppercase;
background: var(--dark-blue);
color: #fff;
font-size: 1.2rem;
text-align: center;
border: 0;
margin-top: 15px;
-webkit-transition: all .3s;
transition: all .3s;
}
input[type='submit']:hover {
background: var(--noir);
}
.custom-password-message {
margin: 30px 0;
}   input[type="text"],
input[type="password"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
textarea {
background: transparent;
border-radius: 0;
border-bottom: 2px solid var(--dark-blue);
padding: 0;
box-shadow: none;
color: inherit;
line-height: 2.5rem;
font-weight: inherit;
display: block;
width: 100%;
margin-bottom: 30px;
}
textarea {
line-height: 1.5rem;
}
input[type="text"]:focus,
input[type="password"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
textarea:focus {
background: transparent;
border-bottom: 3px solid var(--light-blue);
}
.wpcf7-response-output {
width: 100%;
max-width: 100%;
border: 0 !important;
color: #000 !important;
padding: 8px 12px !important;
background: var(--bleulight);
margin-left: 0 !important;
}
div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
background: #c77a8a !important;
color: #fff !important;
}
span.wpcf7-not-valid-tip {
color: #c77a8a !important;
}
.acceptance-73 {
display: block;
margin: 20px 0;
padding: 15px;
background: #f2f2f2;
font-size: .85rem;
line-height: 1.2rem;
}
.acceptance-73 .wpcf7-list-item-label {
margin-left: 8px;
}   footer.footer {
background: #fff;
padding: 40px 0;
}
footer.footer a {
text-decoration: none;
color: var(--noir);
}
footer.footer a:hover {
text-decoration: underline;
}
footer.footer nav li {
float: none;
display: inline-block;
position: relative;
}   li.linkedin,
li.twitter,
li.facebook,
li.instagram {
display: inline-block;
width: auto !important;
padding: 0;
}
li.linkedin a,
li.twitter a,
li.facebook a,
li.instagram a {
padding: 0;
}
li.linkedin a::after,
li.twitter a::after,
li.facebook a::after,
li.instagram a::after {
content: '';
display: inline-block;
font-size: 1.3rem;
font-family: 'fontAwesome';
color: #333;
height: 40px;
padding: 0 10px;
}
li.linkedin a:hover::after,
li.twitter a:hover::after,
li.facebook a:hover::after,
li.instagram a:hover::after {
color: var(--orange);
}
li.facebook a::after {
content: '\f39e' !important;
}
li.instagram a::after {
content: '\f16d' !important;
}
li.twitter a::after {
content: '\f099' !important;
}
li.linkedin a::after {
content: '\f0e1' !important;
}   .owl-carousel {
width: 100%;
}
.owl-nav {
}
.owl-carousel-actus .owl-nav {
}
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
margin: 0 10px;
height: 40px;
width: 40px;
margin: 0 5px;
position: relative;
}
.owl-carousel .owl-nav button.owl-prev {
}
.owl-carousel .owl-nav button.owl-prev:hover,
.owl-carousel .owl-nav button.owl-next:hover {
}
.owl-prev::before,
.owl-next::before {
content: '';
height: 40px;
width: 40px;
position: absolute;
font-family: 'Material icons';
font-size: 1.1rem;
line-height: 40px;
text-align: center;
color: #fff;
top: 0;
left: 0;
-webkit-transition: all 0.4s;
transition: all 0.4s;
}
.owl-prev::before {
content: '\e314';
}
.owl-next::before {
content: '\e315';
}
.owl-dots {
top: 0;
right: 0;
position: absolute;
}
.owl-dot {
width: 12px;
height: 12px;
border-radius: 50%;
margin: 0 0 0 8px;
opacity: .35;
}
.owl-dot.active {
opacity: 1;
}   .bloc-partage {
width: 100%;
text-align: right;
}
a.share-icone {
text-decoration: none !important;
margin-right: 8px;
}
a.share-icone:last-child {
margin-right: 0;
}
a.share-icone::before {
content: '';
display: inline-block;
font-size: 1.5rem;
font-family: 'fontAwesome';
color: #333;
}
a.share-icone:hover::before {
color: var(--orange);
}
a.share-icone.share-twitter::before {
content: '\f081';
}
a.share-icone.share-facebook::before {
content: '\f082';
}
a.share-icone.share-linkedin::before {
content: '\f08c';
}   section.section-page {
padding: 0;
}
.rangee-page {
padding-top: 60px;
padding-bottom: 60px;
position: relative;
}
.rangee-page.bkg-image {
padding-top: 60px;
padding-bottom: 60px;
background-size: cover;
background-repeat: no-repeat;
background-position: center center;
}
.rangee-page.bkg-bleu {
padding-top: 60px;
padding-bottom: 60px;
}
.rangee-image-seule {
background-size: cover;
background-repeat: no-repeat;
background-position: center center;
height: 450px;
max-height: 45vh;
width: 100%;
}
.rangee-image-seule.rangee-image-double {
height: 900px;
max-height: 85vh;
background-position: top center;
}
.rangee-page ul + h3,
.rangee-page img + h3,
.rangee-page p + h3 {
margin: 30px 0 20px 0;
}
.rangee-page ul + h4,
.rangee-page img + h4,
.rangee-page p + h4 {
margin: 25px 0 15px 0;
}
section.section-page img,
.rangee-page img {
max-width: 100%;
height: auto;
}
section.section-page ul,
.item-secteur-popin ul,
.rangee-page ul {
margin: 15px 0;
list-style: square;
}
section.section-page ul li,
.item-secteur-popin ul li,
.rangee-page ul li {
margin-bottom: 6px;
padding-left: 6px;
margin-left: 18px;
}
.contenu-flexible p:last-child,
.contenu-libre p:last-child {
margin-bottom: 0;
}
.rangee-page.blanc h2,
.rangee-page.blanc h3,
.rangee-page.blanc h4,
.rangee-page.blanc h5,
.rangee-page.blanc p,
.rangee-page.blanc p strong,
.rangee-page.blanc a,
.rangee-page.blanc strong {
color: #fff;
}
.rangee-page.bkg-bleu h2,
.rangee-page.bkg-bleu h3,
.rangee-page.bkg-bleu h4,
.rangee-page.bkg-bleu h5,
.rangee-page.bkg-bleu p,
.rangee-page.bkg-bleu p strong,
.rangee-page.bkg-bleu a,
.rangee-page.bkg-bleu strong {
color: #fff;
}
blockquote p {
font-style: italic;
color: var(--dark-blue);
}
blockquote {
position: relative;
}
blockquote::before {
content: '';
display: block;
position: absolute;
left: -30px;
top: 0;
width: 6px;
height: 100%;
background: var(--light-blue);
}
.container-flex-center .flex-item-tiers {
width: 30%;
margin: 0 1.5% 40px;
}
img.aligncenter {
margin: 0 auto;
}
img.alignleft {
float: left;
margin-right: 30px;
}   .pagination {
text-align: center;
}
.pagination ul {
background: none;
border-radius: 0;
text-align: right;
}
.pagination li {
display: inline-block;
float: none;
}
.pagination,
.pagination a {
font-weight: 800;
font-size: .9rem;
}
.pagination a,
.pagination span {
padding: 8px 12px;
}
.pagination .current {
color: var(--bleu);
}
.pagination li a:hover {
text-decoration: underline;
}@media only screen and (max-width: 1366px) {
html {
font-size: 95%;
-webkit-text-size-adjust: 95%;
-ms-text-size-adjust: 95%;
}
.flex-item-moitie iframe {
height: 300px;
}
.flex-item-quart iframe {
height: 200px;
}
.flex-item-tiers iframe {
height: 250px;
}
.flex-item-deux-tiers iframe {
height: 350px;
}
.flex-item-quart iframe {
height: 200px;
}
}   @media only screen and (max-width: 1280px) {
h1 {
}
h2 {
}
h3 {
}
h4 {
}
}   @media only screen and (max-width: 1024px) {
:root {
--leftright: 7vw;
--headerheight: 70px;
--headerheightscroll: 70px;
}
.wrapthin {
padding-left: var(--leftright);
padding-right: var(--leftright);
}
header.header nav ul.nav-actions {
margin-right: 100px;
}
.superbig {
font-size: 1.8rem;
line-height: 2.3rem;
margin-bottom: 30px;
}
.top-image-page {
max-height: 30vh;
}
}   @media only screen and (max-width: 768px) {
.flex-item-moitie {
width: 100%;
margin-bottom: 20px;
}
.flex-item-quart {
width: 48%;
margin-bottom: 20px;
}
.flex-item-cinq {
width: 31%;
margin-bottom: 20px;
}
.flex-item-tiers,
.flex-item-deux-tiers {
width: 100%;
margin-bottom: 20px;
}
section {
padding: 35px 0;    
}
.padding40 {
padding: 30px;
}
.padding30 {
padding: 20px;
}
.flex-item-quart iframe,
.flex-item-trois-quart iframe {
height: 300px;
}
.flex-item-moitie iframe,
.flex-item-deux-tiers iframe,
.flex-item-tiers iframe {
height: 300px;
}
.contenu-accueil-home {
padding-left: 10vw;
padding-right: 10vw;
margin-left: 0;
}
img.logo-footer {
width: 120px !important;
height: auto !important;
}
.logo-header img {
width: auto;
height: auto;
margin: auto;
position: relative;
}
header.header.scroll .logo-header img {
}
h1 {
font-size: 5vw;
line-height: 5.1vw;
margin: 0 0 30px 0;
}
h2 {
font-size: 5vw;
line-height: 5.1vw;
}
h3 {
font-size: 1.3rem;
line-height: 2.2rem;
}
.rangee-page {
padding-top: 40px;
padding-bottom: 40px;
}
}   @media only screen and (max-width: 600px) {
html {
font-size: 90%;
-webkit-text-size-adjust: 90%;
-ms-text-size-adjust: 90%;
}
:root {
--leftright: 8vw;
--headerheight: 50px;
--headerheightscroll: 50px;
}
.flex-item-cinq {
width: 48%;
}
.flex-item-quart iframe,
.flex-item-trois-quart iframe,
.flex-item-moitie iframe,
.wrapthin .flex-item-deux-tiers iframe,
.flex-item-deux-tiers iframe,
.flex-item-tiers iframe {
height: 300px;
}
header.header nav ul.nav-actions {
margin-right: 70px;
}
#shiftnav-toggle-main.shiftnav-toggle-edge-right {
right: 5px;
}
header.header.scroll .logo-header {
border: 0;
}
header.header.scroll .logo-header img {
}
header.header .nav-actions li a {
padding: 0 15px;    
}
h1 {
font-size: 2.3rem;
line-height: 2.5rem;
}
h2 {
font-size: 2.3rem;
line-height: 2.5rem;
}
.superbig {
font-size: 1.5rem;
line-height: 2rem;
}
.contenu-accueil-home .surtitre {
font-size: 1.5rem;
line-height: 2rem;
padding-left: 0;
}
.contenu-accueil-home .surtitre::before {
display: block;
margin-bottom: 6px;
position: relative;
width: 38px;
height: 22px;
}
.subheader {
padding: 0;    
}
}   @media only screen and (max-width: 480px) {
h1 {
}
section {
padding: 20px 0;
}
.flex-item-trois-quart {
width: 100%;    
}
p.big,
.big p,
.big {
font-size: 1rem;
line-height: 1.3rem;
}
.flex-item-quart {
width: 100%;
}
.flex-item-quart iframe,
.flex-item-trois-quart iframe,
.flex-item-moitie iframe,
.wrapthin .flex-item-deux-tiers iframe,
.flex-item-deux-tiers iframe,
.flex-item-tiers iframe {
height: 240px;
}
#tarteaucitronAlertBig #tarteaucitronDisclaimerAlert,
#tarteaucitronAlertBig #tarteaucitronDisclaimerAlert strong {
display: block !important;
text-align: center !important;
margin-bottom: 12px;
padding: 0 20px;
}
.shiftnav nav.shiftnav-nav::before {
width: 180px;
height: 70px;
} }   @media only screen and (max-width: 375px) {
}