body.compensate-for-scrollbar {
overflow: hidden;
}
.fancybox-active {
height: auto;
}
.fancybox-is-hidden {
left: -9999px;
margin: 0;
position: absolute !important;
top: -9999px;
visibility: hidden;
}
.fancybox-container {
-webkit-backface-visibility: hidden;
height: 100%;
left: 0;
outline: none;
position: fixed;
-webkit-tap-highlight-color: transparent;
top: 0;
-ms-touch-action: manipulation;
touch-action: manipulation;
transform: translateZ(0);
width: 100%;
z-index: 99992;
}
.fancybox-container * {
box-sizing: border-box;
}
.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
bottom: 0;
left: 0;
position: absolute;
right: 0;
top: 0;
}
.fancybox-outer {
-webkit-overflow-scrolling: touch;
overflow-y: auto;
}
.fancybox-bg {
background: rgb(30, 30, 30);
opacity: 0;
transition-duration: inherit;
transition-property: opacity;
transition-timing-function: cubic-bezier(.47, 0, .74, .71);
}
.fancybox-is-open .fancybox-bg {
opacity: .9;
transition-timing-function: cubic-bezier(.22, .61, .36, 1);
}
.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
direction: ltr;
opacity: 0;
position: absolute;
transition: opacity .25s ease, visibility 0s ease .25s;
visibility: hidden;
z-index: 99997;
}
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
opacity: 1;
transition: opacity .25s ease 0s, visibility 0s ease 0s;
visibility: visible;
}
.fancybox-infobar {
color: #ccc;
font-size: 13px;
-webkit-font-smoothing: subpixel-antialiased;
height: 44px;
left: 0;
line-height: 44px;
min-width: 44px;
mix-blend-mode: difference;
padding: 0 10px;
pointer-events: none;
top: 0;
-webkit-touch-callout: none;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.fancybox-toolbar {
right: 0;
top: 0;
}
.fancybox-stage {
direction: ltr;
overflow: visible;
transform: translateZ(0);
z-index: 99994;
}
.fancybox-is-open .fancybox-stage {
overflow: hidden;
}
.fancybox-slide {
-webkit-backface-visibility: hidden; display: none;
height: 100%;
left: 0;
outline: none;
overflow: auto;
-webkit-overflow-scrolling: touch;
padding: 44px;
position: absolute;
text-align: center;
top: 0;
transition-property: transform, opacity;
white-space: normal;
width: 100%;
z-index: 99994;
}
.fancybox-slide::before {
content: '';
display: inline-block;
font-size: 0;
height: 100%;
vertical-align: middle;
width: 0;
}
.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
display: block;
}
.fancybox-slide--image {
overflow: hidden;
padding: 44px 0;
}
.fancybox-slide--image::before {
display: none;
}
.fancybox-slide--html {
padding: 6px;
}
.fancybox-content {
background: #fff;
display: inline-block;
margin: 0;
max-width: 100%;
overflow: auto;
-webkit-overflow-scrolling: touch;
padding: 44px;
position: relative;
text-align: left;
vertical-align: middle;
}
.fancybox-slide--image .fancybox-content {
animation-timing-function: cubic-bezier(.5, 0, .14, 1);
-webkit-backface-visibility: hidden;
background: transparent;
background-repeat: no-repeat;
background-size: 100% 100%;
left: 0;
max-width: none;
overflow: visible;
padding: 0;
position: absolute;
top: 0;
-ms-transform-origin: top left;
transform-origin: top left;
transition-property: transform, opacity;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
z-index: 99995;
}
.fancybox-can-zoomOut .fancybox-content {
cursor: zoom-out;
}
.fancybox-can-zoomIn .fancybox-content {
cursor: zoom-in;
}
.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
cursor: -webkit-grab;
cursor: grab;
}
.fancybox-is-grabbing .fancybox-content {
cursor: -webkit-grabbing;
cursor: grabbing;
}
.fancybox-container [data-selectable='true'] {
cursor: text;
}
.fancybox-image,
.fancybox-spaceball {
background: transparent;
border: 0;
height: 100%;
left: 0;
margin: 0;
max-height: none;
max-width: none;
padding: 0;
position: absolute;
top: 0;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
width: 100%;
}
.fancybox-spaceball {
z-index: 1;
}
.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
height: 100%;
overflow: visible;
padding: 0;
width: 100%;
}
.fancybox-slide--video .fancybox-content {
background: #000;
}
.fancybox-slide--map .fancybox-content {
background: #e5e3df;
}
.fancybox-slide--iframe .fancybox-content {
background: #fff;
}
.fancybox-video,
.fancybox-iframe {
background: transparent;
border: 0;
display: block;
height: 100%;
margin: 0;
overflow: hidden;
padding: 0;
width: 100%;
} .fancybox-iframe {
left: 0;
position: absolute;
top: 0;
}
.fancybox-error {
background: #fff;
cursor: default;
max-width: 400px;
padding: 40px;
width: 100%;
}
.fancybox-error p {
color: #444;
font-size: 16px;
line-height: 20px;
margin: 0;
padding: 0;
} .fancybox-button {
background: rgba(30, 30, 30, .6);
border: 0;
border-radius: 0;
box-shadow: none;
cursor: pointer;
display: inline-block;
height: 44px;
margin: 0;
padding: 10px;
position: relative;
transition: color .2s;
vertical-align: top;
visibility: inherit;
width: 44px;
}
.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
color: #ccc;
}
.fancybox-button:hover {
color: #fff;
}
.fancybox-button:focus {
outline: none;
}
.fancybox-button.fancybox-focus {
outline: 1px dotted;
}
.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
color: #888;
cursor: default;
outline: none;
} .fancybox-button div {
height: 100%;
}
.fancybox-button svg {
display: block;
height: 100%;
overflow: visible;
position: relative;
width: 100%;
}
.fancybox-button svg path {
fill: currentColor;
stroke-width: 0;
}
.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
display: none;
}
.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
display: none;
}
.fancybox-progress {
background: #ff5268;
height: 2px;
left: 0;
position: absolute;
right: 0;
top: 0;
-ms-transform: scaleX(0);
transform: scaleX(0);
-ms-transform-origin: 0;
transform-origin: 0;
transition-property: transform;
transition-timing-function: linear;
z-index: 99998;
} .fancybox-close-small {
background: transparent;
border: 0;
border-radius: 0;
color: #ccc;
cursor: pointer;
opacity: .8;
padding: 8px;
position: absolute;
right: -12px;
top: -44px;
z-index: 401;
}
.fancybox-close-small:hover {
color: #fff;
opacity: 1;
}
.fancybox-slide--html .fancybox-close-small {
color: currentColor;
padding: 10px;
right: 0;
top: 0;
}
.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
overflow: hidden;
}
.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
display: none;
} .fancybox-navigation .fancybox-button {
background-clip: content-box;
height: 100px;
opacity: 0;
position: absolute;
top: calc(50% - 50px);
width: 70px;
}
.fancybox-navigation .fancybox-button div {
padding: 7px;
}
.fancybox-navigation .fancybox-button--arrow_left {
left: 0;
left: env(safe-area-inset-left);
padding: 31px 26px 31px 6px;
}
.fancybox-navigation .fancybox-button--arrow_right {
padding: 31px 6px 31px 26px;
right: 0;
right: env(safe-area-inset-right);
} .fancybox-caption {
background: linear-gradient(to top,
rgba(0, 0, 0, .85) 0%,
rgba(0, 0, 0, .3) 50%,
rgba(0, 0, 0, .15) 65%,
rgba(0, 0, 0, .075) 75.5%,
rgba(0, 0, 0, .037) 82.85%,
rgba(0, 0, 0, .019) 88%,
rgba(0, 0, 0, 0) 100%);
bottom: 0;
color: #eee;
font-size: 14px;
font-weight: 400;
left: 0;
line-height: 1.5;
padding: 75px 44px 25px 44px;
pointer-events: none;
right: 0;
text-align: center;
z-index: 99996;
}
@supports (padding: max(0px)) {
.fancybox-caption {
padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left));
}
}
.fancybox-caption--separate {
margin-top: -50px;
}
.fancybox-caption__body {
max-height: 50vh;
overflow: auto;
pointer-events: all;
}
.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
color: #ccc;
text-decoration: none;
}
.fancybox-caption a:hover {
color: #fff;
text-decoration: underline;
} .fancybox-loading {
animation: fancybox-rotate 1s linear infinite;
background: transparent;
border: 4px solid #888;
border-bottom-color: #fff;
border-radius: 50%;
height: 50px;
left: 50%;
margin: -25px 0 0 -25px;
opacity: .7;
padding: 0;
position: absolute;
top: 50%;
width: 50px;
z-index: 99999;
}
@keyframes fancybox-rotate {
100% {
transform: rotate(360deg);
}
} .fancybox-animated {
transition-timing-function: cubic-bezier(0, 0, .25, 1);
} .fancybox-fx-slide.fancybox-slide--previous {
opacity: 0;
transform: translate3d(-100%, 0, 0);
}
.fancybox-fx-slide.fancybox-slide--next {
opacity: 0;
transform: translate3d(100%, 0, 0);
}
.fancybox-fx-slide.fancybox-slide--current {
opacity: 1;
transform: translate3d(0, 0, 0);
} .fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
opacity: 0;
transition-timing-function: cubic-bezier(.19, 1, .22, 1);
}
.fancybox-fx-fade.fancybox-slide--current {
opacity: 1;
} .fancybox-fx-zoom-in-out.fancybox-slide--previous {
opacity: 0;
transform: scale3d(1.5, 1.5, 1.5);
}
.fancybox-fx-zoom-in-out.fancybox-slide--next {
opacity: 0;
transform: scale3d(.5, .5, .5);
}
.fancybox-fx-zoom-in-out.fancybox-slide--current {
opacity: 1;
transform: scale3d(1, 1, 1);
} .fancybox-fx-rotate.fancybox-slide--previous {
opacity: 0;
-ms-transform: rotate(-360deg);
transform: rotate(-360deg);
}
.fancybox-fx-rotate.fancybox-slide--next {
opacity: 0;
-ms-transform: rotate(360deg);
transform: rotate(360deg);
}
.fancybox-fx-rotate.fancybox-slide--current {
opacity: 1;
-ms-transform: rotate(0deg);
transform: rotate(0deg);
} .fancybox-fx-circular.fancybox-slide--previous {
opacity: 0;
transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}
.fancybox-fx-circular.fancybox-slide--next {
opacity: 0;
transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}
.fancybox-fx-circular.fancybox-slide--current {
opacity: 1;
transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
} .fancybox-fx-tube.fancybox-slide--previous {
transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg);
}
.fancybox-fx-tube.fancybox-slide--next {
transform: translate3d(100%, 0, 0) scale(.1) skew(10deg);
}
.fancybox-fx-tube.fancybox-slide--current {
transform: translate3d(0, 0, 0) scale(1);
} @media all and (max-height: 576px) {
.fancybox-slide {
padding-left: 6px;
padding-right: 6px;
}
.fancybox-slide--image {
padding: 6px 0;
}
.fancybox-close-small {
right: -6px;
}
.fancybox-slide--image .fancybox-close-small {
background: #4e4e4e;
color: #f2f4f6;
height: 36px;
opacity: 1;
padding: 6px;
right: 0;
top: 0;
width: 36px;
}
.fancybox-caption {
padding-left: 12px;
padding-right: 12px;
}
@supports (padding: max(0px)) {
.fancybox-caption {
padding-left: max(12px, env(safe-area-inset-left));
padding-right: max(12px, env(safe-area-inset-right));
}
}
} .fancybox-share {
background: #f4f4f4;
border-radius: 3px;
max-width: 90%;
padding: 30px;
text-align: center;
}
.fancybox-share h1 {
color: #222;
font-size: 35px;
font-weight: 700;
margin: 0 0 20px 0;
}
.fancybox-share p {
margin: 0;
padding: 0;
}
.fancybox-share__button {
border: 0;
border-radius: 3px;
display: inline-block;
font-size: 14px;
font-weight: 700;
line-height: 40px;
margin: 0 5px 10px 5px;
min-width: 130px;
padding: 0 15px;
text-decoration: none;
transition: all .2s;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
white-space: nowrap;
}
.fancybox-share__button:visited,
.fancybox-share__button:link {
color: #fff;
}
.fancybox-share__button:hover {
text-decoration: none;
}
.fancybox-share__button--fb {
background: #3b5998;
}
.fancybox-share__button--fb:hover {
background: #344e86;
}
.fancybox-share__button--pt {
background: #bd081d;
}
.fancybox-share__button--pt:hover {
background: #aa0719;
}
.fancybox-share__button--tw {
background: #1da1f2;
}
.fancybox-share__button--tw:hover {
background: #0d95e8;
}
.fancybox-share__button svg {
height: 25px;
margin-right: 7px;
position: relative;
top: -1px;
vertical-align: middle;
width: 25px;
}
.fancybox-share__button svg path {
fill: #fff;
}
.fancybox-share__input {
background: transparent;
border: 0;
border-bottom: 1px solid #d7d7d7;
border-radius: 0;
color: #5d5b5b;
font-size: 14px;
margin: 10px 0 0 0;
outline: none;
padding: 10px 15px;
width: 100%;
} .fancybox-thumbs {
background: #ddd;
bottom: 0;
display: none;
margin: 0;
-webkit-overflow-scrolling: touch;
-ms-overflow-style: -ms-autohiding-scrollbar;
padding: 2px 2px 4px 2px;
position: absolute;
right: 0;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
top: 0;
width: 212px;
z-index: 99995;
}
.fancybox-thumbs-x {
overflow-x: auto;
overflow-y: hidden;
}
.fancybox-show-thumbs .fancybox-thumbs {
display: block;
}
.fancybox-show-thumbs .fancybox-inner {
right: 212px;
}
.fancybox-thumbs__list {
font-size: 0;
height: 100%;
list-style: none;
margin: 0;
overflow-x: hidden;
overflow-y: auto;
padding: 0;
position: absolute;
position: relative;
white-space: nowrap;
width: 100%;
}
.fancybox-thumbs-x .fancybox-thumbs__list {
overflow: hidden;
}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
width: 7px;
}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
background: #fff;
border-radius: 10px;
box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
background: #2a2a2a;
border-radius: 10px;
}
.fancybox-thumbs__list a {
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
background-color: rgba(0, 0, 0, .1);
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
cursor: pointer;
float: left;
height: 75px;
margin: 2px;
max-height: calc(100% - 8px);
max-width: calc(50% - 4px);
outline: none;
overflow: hidden;
padding: 0;
position: relative;
-webkit-tap-highlight-color: transparent;
width: 100px;
}
.fancybox-thumbs__list a::before {
border: 6px solid #ff5268;
bottom: 0;
content: '';
left: 0;
opacity: 0;
position: absolute;
right: 0;
top: 0;
transition: all .2s cubic-bezier(.25, .46, .45, .94);
z-index: 99991;
}
.fancybox-thumbs__list a:focus::before {
opacity: .5;
}
.fancybox-thumbs__list a.fancybox-thumbs-active::before {
opacity: 1;
} @media all and (max-width: 576px) {
.fancybox-thumbs {
width: 110px;
}
.fancybox-show-thumbs .fancybox-inner {
right: 110px;
}
.fancybox-thumbs__list a {
max-width: calc(100% - 10px);
}
}* {
box-sizing: border-box;
}
html {
font-size: 100%;
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
}
html, body {
box-sizing: border-box;
font-family: 'Open Sans', helvetica, arial, lucida, sans-serif;
color:#1d1d1b;
background: #fff;
font-size: 1rem;
line-height: 1.4rem;
font-weight: 300;
font-style: normal;
-webkit-font-smoothing: subpixel-antialiased; 
font-smoothing: antialiased; 
text-rendering: optimizeLegibility; 
-moz-osx-font-smoothing: auto !important; 
-webkit-font-smoothing: auto !important; 
word-wrap: normal !important;
-webkit-hyphens: none !important;
hyphens: none !important;
-webkit-word-break: normal !important;
word-break: normal !important;
}
@font-face {
font-family: 'BrandonGrotesqueWeb-Bold';
src: url(//femmes-numerique.fr/wp-content/themes/femmes-numerique/fonts/365833_0_0.eot);
src: url(//femmes-numerique.fr/wp-content/themes/femmes-numerique/fonts/365833_0_0.eot?#iefix) format('embedded-opentype'),
url(//femmes-numerique.fr/wp-content/themes/femmes-numerique/fonts/365833_0_0.woff2) format('woff2'),
url(//femmes-numerique.fr/wp-content/themes/femmes-numerique/fonts/365833_0_0.woff) format('woff'),
url(//femmes-numerique.fr/wp-content/themes/femmes-numerique/fonts/365833_0_0.ttf) format('truetype'),
url(//femmes-numerique.fr/wp-content/themes/femmes-numerique/fonts/365833_0_0.svg#wf) format('svg');
}
@font-face {
font-family: 'FontAwesome';
src: url(//femmes-numerique.fr/wp-content/themes/femmes-numerique/fonts/fontawesome-webfont.eot?v=#4.1.0);
src: url(//femmes-numerique.fr/wp-content/themes/femmes-numerique/fonts/fontawesome-webfont.eot?#iefix&v=#4.1.0) format('embedded-opentype'),
url(//femmes-numerique.fr/wp-content/themes/femmes-numerique/fonts/fontawesome-webfont.woff2?v=#4.1.0) format('woff2'),
url(//femmes-numerique.fr/wp-content/themes/femmes-numerique/fonts/fontawesome-webfont.woff?v=#4.1.0) format('woff'),
url(//femmes-numerique.fr/wp-content/themes/femmes-numerique/fonts/fontawesome-webfont.ttf?v=#4.1.0) format('truetype'),
url(//femmes-numerique.fr/wp-content/themes/femmes-numerique/fonts/fontawesome-webfont.svg?v=#4.1.0#fontawesomeregular) format('svg');
font-weight: normal;
font-style: normal;
}
.BrandonGrotesqueWeb-Bold, 
.brandon { 
font-family: 'BrandonGrotesqueWeb-Bold';
font-weight: normal;
font-style: normal;
}
:root {
--prune: #70075e;
--rose: #bb006b;
--gris: #828282;
--gris-clair: #f4f4f4;
--gris-typo: #333333;
--brandon: 'BrandonGrotesqueWeb-Bold';
}
.rose {
color: #bb006b;
}
.prune {
color: #70075e;
}
.bkg-rose {
background: #bb006b;
}
.bkg-prune {
background: #70075e;
color: #fff;
}
.bkg-prune > h3,
.bkg-prune > h4,
.bkg-prune > h5,
.bkg-prune > p {
color: #fff;
}
.bkg-gris-clair {
background: #f4f4f4;
}
.bkg-gris {
background: #828282;
}
.bkg-blanc {
background: #fff;
}
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-size: 1rem;
line-height: 1.4rem;
font-weight: 300;
color: #333333;
margin-top: 0;
font-family: 'Open Sans', helvetica, arial, lucida, sans-serif;
font-weight: 300;
font-style: normal;
}
.entry-content p {
margin-bottom: 10px;
}
p.small {
font-size: .85rem;
line-height: 1.3rem;
}
p.big {
font-size: 1.1rem;
line-height: 1.5rem;
}
p.superbig {
font-size: 1.6rem;
line-height: 1.8rem;
}
.cap {
text-transform: uppercase;
margin-bottom: 15px;
margin-top: 20px;
font-family: 'BrandonGrotesqueWeb-Bold';
}
.contenu-texte ul {
margin: 25px 0;
padding-left: 15px;
}
.contenu-texte ul li {
list-style: square;
margin-bottom: 10px;
margin-left: 17px;
}
ul, ol {
margin: 0;
}
a {
text-decoration: none;
outline: none;
}
a,
a:hover,
a:visited,
a::after,
a:hover::after {
outline-style: none !important;
text-decoration: none !important;
}
a,
a:visited {
color: #000;
}
a img {
-webkit-transition: all 0.3s;
transition: all 0.3s;
}
img.image-grise {
-webkit-filter: grayscale(100%);
filter: grayscale(100%);
}
a:hover {
color: #000;
}
h1,
h2,
h3,
h4 {
font-family: 'BrandonGrotesqueWeb-Bold';
font-weight: normal;
font-style: normal;
text-transform: uppercase;
}
h1 {
font-size: 3.2rem;
line-height: 3rem;
}
h1.filet {
margin-bottom: 50px;
}
h1.filet::after {
content: '';
display: block;
margin-top: 30px;
height: 5px;
background: #bb006b;
width: 50%;
}
h1.filet.blanc::after {
background: #fff;
}
h2 {
font-size: 2.3rem;
line-height: 2.5rem;
color: #70075e;
margin-top: 0;
padding-right: 80px;
margin-bottom: 60px;
}
h2::after {
content: '';
display: block;
margin-top: 30px;
height: 5px;
background: #bb006b;
width: 30%;
}
h2.center {
padding-right: 0;
}
h2.center::after {
content: '';
display: block;
margin: 30px auto 0;
height: 5px;
background: #bb006b;
width: 50%;
}
h2.small {
font-size: 2rem;
line-height: 2.4rem;
margin-top: 0;
padding-right: 0;
}
h2.small::after {
display: none;
}
h3 {
font-size: 1.8rem;
line-height: 1.8rem;
}
h3.filet {
color: #70075e;
margin-top: 0;
margin-bottom: 50px;
}
h3.filet::after {
content: '';
display: block;
margin-top: 30px;
height: 3px;
background: #bb006b;
width: 40%;
}
h3.center.filet::after {
margin: 30px auto 0;
}
h4 {
margin-bottom: 10px;
margin-top: 25px;
}
.bloc-profil a.userpro-button.secondary,
.bloc-profil div.userpro-submit input[type=submit].userpro-button,
.bloc-profil div.userpro-submit input,
.cta,
#popin-connection .wp-submit,
button.cta,
a.cta {
height: 34px !important;
border-radius: 17px !important;
padding: 0 40px !important;
line-height: 38px !important;
display: inline-block;
text-align: center;
background: #bb006b !important;
color: #fff !important;
border: 0 !important;
font-family: 'BrandonGrotesqueWeb-Bold' !important;
text-transform: uppercase;
text-decoration: none !important;
letter-spacing: 1px;
font-size: .8rem !important;
margin: 30px auto;
-webkit-transition: all 0.3s;
transition: all 0.3s;
}
a.cta.cta-blanc {
background: #fff !important;
color: #bb006b !important;
}
a.cta.cta-blanc:hover {
background: #fff !important;
color: #70075e !important;
}
.cta.cta-small {
font-size: .7rem !important;
height: 28px !important;
border-radius: 14px !important;
line-height: 30px !important;
padding: 0 30px !important;
margin: 20px auto;
}
.cta {
margin-right: 20px !important;
}
.bloc-profil a.userpro-button.secondary:hover,
.bloc-profil div.userpro-submit input[type=submit].userpro-button:hover,
.bloc-profil div.userpro-submit input:hover,
#popin-connection .wp-submit,
.cta:hover,
button.cta:hover,
a.cta:hover {
background: #70075e !important;
-webkit-transition: all 0.3s;
transition: all 0.3s;
}
.cta-inscription a.cta {
background: #fff !important;
color: #70075e !important;
height: 44px !important;
border-radius: 22px;
padding: 0 50px;
line-height: 46px;
font-size: .9rem;
}
.cta-inscription a.cta:hover {
background: #bb006b;
color: #fff;
}
a.cta.lien-liste-users {
background: #fff;
color: #70075e;
margin: 10px auto;
}
a.lien-texte {
color: #bb006b;
font-family: 'BrandonGrotesqueWeb-Bold';
font-size: .85rem;
margin: 20px 0 0;
text-transform: uppercase;
display: inline-block;
text-decoration: none !important;
}
a.lien-texte::after {
content: '';
display: block;
margin-top: 4px;
width: 0%;
height: 2px;
background: #70075e;
}
a.lien-texte.blanc {
color: #fff;
}
a.lien-texte.blanc::after {
background: #fff;
}
a.lien-texte:hover::after {
width: 30%;
}
p strong {
color: #70075e;
}
footer.footer strong {
color: #fff;
}
p a {
color: #bb006b !important;
text-decoration: underline !important;
}
.contenu-texte h3.filet {
margin: 40px 0 20px;
}    #tarteaucitron {
} #tarteaucitronAlertSmall {
}
#tarteaucitronAlertBig {
padding: 12px 30px 15px !important;
width: auto!important;
}
#tarteaucitronAlertBig #tarteaucitronDisclaimerAlert, #tarteaucitronAlertBig #tarteaucitronDisclaimerAlert b {
font-family: 'Open Sans', helvetica, arial, lucida, sans-serif !important;
width: auto!important;
}
#tarteaucitronDisclaimerAlert {
margin-bottom: 15px;
font-size: .8rem !important;
padding: 0 50px;
}
.accepte-tout,
.choix-cookies {
background: #fff !important;
color: #70075e !important;
height: 36px !important;
border-radius: 18px !important;
line-height: 36px !important;
padding: 0 25px !important;
margin: 6px 20px !important;
font-family: 'BrandonGrotesqueWeb-Bold' !important;
text-transform: uppercase;
font-size: .75rem !important;
}
#tarteaucitron {
border: 2px solid #70075e !important;
box-shadow: 0px 15px 15px rgba(0, 0, 0, .2);
background: #fff !important;
}
#tarteaucitron #tarteaucitronServices .tarteaucitronMainLine {
background: #70075e !important;
border: 0 !important;
}
#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList .tarteaucitronHidden, #tarteaucitron #tarteaucitronServices .tarteaucitronHidden {
background: #fff !important;
}
#tarteaucitron .tarteaucitronBorder {
border: 0 !important;
}   .wrap {
width: 100%;
margin: 0 auto;
padding: 0 140px;
}
.hentry {
background: none;
border-radius: 0;
border: 0;
margin-bottom: 0;
}
.entry-content {
padding: 0;
}
.hentry header {
border: 0;
padding: 0;
}
.hentry footer {
border: 0;
}
.clearboth {
clear: both;
}
.floatleft {
float: left;
}
.floatright {
float: right;
}
.center {
text-align: center;
}
#content {
margin-top: 0;
}
.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 {
color: #fff;
}
.bkg-cover {
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
}
.bkg-cover.bkg-top {
background-position: top center;
background-repeat: no-repeat;
background-size: cover;
}
.container768 {
width: 768px;
max-width: 98%;
margin: 0 auto;
}
.container1200 {
width: 1200px;
max-width: 95%;
margin: 0 auto;
}
.container-moitie {
width: 48%;
}
.container-tiers {
width: 32%;
}
.container33 {
width: 33%;
}
.container25 {
width: 25%;
}
.container30 {
width: 30%;
}
.container40 {
width: 50%;
}
.container50 {
width: 50%;
}
.container55 {
width: 55%;
}
.container60 {
width: 60%;
}
.container65 {
width: 65%;
}
.container70 {
width: 70%;
}
.container45 {
width: 45%;
}
.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;
}
.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-end {
display: -webkit-flex;
display: -webkit-box;
display: -ms-flexbox;    
display: flex;
flex-wrap: wrap;
-webkit-justify-content: flex-end;
justify-content: flex-end;
}
.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: 74%;
position: relative;
}
.flex-item-tiers {
-webkit-justify-content: space-between;
justify-content: space-between;
width: 31%;
margin-bottom: 20px;
position: relative;
}
.flex-item-deux-tiers {
-webkit-justify-content: space-between;
justify-content: space-between;
width: 67%;
position: relative;
}
.flex-item-auto {
-webkit-justify-content: space-between;
justify-content: space-between;
position: relative;
}
.flex-item-cinq {
-webkit-justify-content: space-between;
justify-content: space-between;
width: 18%;
position: relative;
}
.flex-item-six {
-webkit-justify-content: space-between;
justify-content: space-between;
width: 16%;
position: relative;
}   #toTop {
display: none;
position: fixed;
bottom: 100px;
right: 20px;
width: 40px;
height: 40px;
opacity: .5;
background: url(//femmes-numerique.fr/wp-content/themes/femmes-numerique/img/fleche-toptop.png) center center no-repeat #bb006b;
-webkit-transition: all 0.4s;
transition: all 0.4s;
z-index: 8222;
}
#toTop:hover {
opacity: 1;
-webkit-transition: all 0.2s;
transition: all 0.2s;
}   .loader-site {
background: #fff;
width: 100%;
height: 100%;
position: fixed;
z-index: 15000;
}
#loader-wrapper {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1000;
}
.spinner {
width: 50px;
height: 50px;
position: relative;
margin: 400px auto;
}
.spinner::before {
content: '';
display: block;
bottom: 60px;
left: -5px; width: 58px;
height: 70px;
background-size: contain;
position: absolute;
}
.double-bounce1, .double-bounce2 {
width: 100%;
height: 100%;
border-radius: 50%;
background-color: #70075e;
opacity: 0.6;
position: absolute;
top: 0;
left: 0;
-webkit-animation: sk-bounce 2.0s infinite ease-in-out;
animation: sk-bounce 2.0s infinite ease-in-out;
}
.double-bounce2 {
-webkit-animation-delay: -1.0s;
animation-delay: -1.0s;
}
@-webkit-keyframes sk-bounce {
0%, 100% { -webkit-transform: scale(0.0) }
50% { -webkit-transform: scale(1.0) }
}
@keyframes sk-bounce {
0%, 100% { 
transform: scale(0.0);
-webkit-transform: scale(0.0);
} 50% { 
transform: scale(1.0);
-webkit-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;
}   header.header {
position: fixed;
background: none;
width: 100%;
z-index: 9800;
}
#inner-header {
margin-top: 30px;
position: relative;
}
.logo-header {
width: 240px;
height: 55px;
background: url(//femmes-numerique.fr/wp-content/themes/femmes-numerique/img/logo-femmes-numerique.png) top left no-repeat;
background-size: contain;
float: left;
}
#inner-header nav {
float: right;
margin-top: 4px;
}
header.header nav a {
font-family: 'BrandonGrotesqueWeb-Bold';
font-style: normal;
font-weight: normal;
text-transform: uppercase;
font-size: .8rem;
letter-spacing: 0;
padding: 5px 7px 5px;
}
header.header nav a::after {
content: '';
display: block;
margin: 4px auto;
height: 3px;
width: 0%;
background: #bb006b;
}
#inner-header .declenche-search {
float: right;
position: relative;
width: 30px;
height: 30px;
border-radius: 50%;
margin-left: 10px;
background: #fff;
cursor: pointer;
z-index: 99999;
margin-top: 2px;
}
#inner-header .declenche-search::after {
content: '\f002';
position: absolute;
display: block;
font-size: .75rem;
font-family: 'fontAwesome';
color: #70075e;
z-index: 10233;
left: 10px;
top: 5px;
-webkit-transition: all .3s;
transition: all .3s;
}
#inner-header .declenche-search:hover {
background: #70075e;
-webkit-transition: all .3s;
transition: all .3s;
}
#inner-header .declenche-search:hover::after {
color: #fff;
}
#sidebar-search {
position: fixed;
background: rgba(0,0,0,0.9);
opacity: 0;
top: 100px;
left: 0;
width: 100%;
height: calc(100% - 100px);
z-index: -1;
text-align: center;
-webkit-transition: all .5s;
transition: all .5s;
}
#sidebar-search.actif {
z-index: 9999;
opacity: 1;
-webkit-transition: all .5s;
transition: all .5s;
}
#sidebar-search .bloc-search {
margin-top: 25vh;
}
#sidebar-search .input-search-big {
background: #fff;
height: 80px;
width: 60%;
margin-left: 20%;
max-width: 98%;
}
.close-search {
position: absolute;
top: 40px;
right: 40px;
cursor: pointer;
}
.close-search::after {
content: '\f00d';
display: block;
font-size: 2rem;
font-family: 'fontAwesome';
color: #fff;
z-index: 10233;
}
.resultats-recherche article {
padding: 30px;
background: #fff;
margin-bottom: 30px;
}
.resultats-recherche article h4 a {
color: #bb006b;
}
.resultats-recherche article h4 a:hover {
text-decoration: underline !important;
}
.pagination .current {
color: #70075e;
}
.pagination a, .pagination span {
color: #bb006b;
}
.pagination a:hover, .pagination a:focus, .pagination span:hover, .pagination span:focus {
background-color: #bb006b;
}
header.header nav li.current-menu-item a::after,
header.header nav a:hover::after {
width: 60%;
}
.top-header-login .widgettitle {
display: none;
}
.statut-login {
position: fixed;
top: 7px;
right: 7px;
font-size: .5rem;
text-transform: uppercase;
padding: 3px 20px 0;
font-family: 'BrandonGrotesqueWeb-Bold';
letter-spacing: 1px;
background: #fff;
color: #70075e;
line-height: .8rem;
border-radius: 10px;
}
.top-header-login {
float: right;
margin-right: 0;
padding-top: 3px;
}
.top-header-login a {
text-align: center;
background: #70075e;
padding: 0 24px;
height: 30px;
line-height: 34px;
border-radius: 15px;
color: #fff;
font-size: .65rem;
font-family: 'BrandonGrotesqueWeb-Bold';
font-style: normal;
font-weight: normal;
text-transform: uppercase;
letter-spacing: 1px;
display: inline-block;
margin-left: 10px;
}
.top-header-login a.lien-profil {
background: #bb006b;
}
#menu-menu-top-anonymes li {
display: inline-block;
}
#menu-menu-top-anonymes li.lien-popin-connect a,
#menu-menu-top-anonymes li:nth-child(2) a {
background: #bb006b;
} header.header.scroll {
background: #fff;
border-bottom: 1px solid #e3e3e3;
}
header.header.scroll .logo-header {
width: 255px;
height: 35px;
background: url(//femmes-numerique.fr/wp-content/themes/femmes-numerique/img/logo-femmes-numerique-coul.png) top left no-repeat;
background-size: contain;
margin-top: 4px;
}
header.header.scroll #inner-header {
margin-top: 12px;
padding-bottom: 8px;
margin-top: 4px;
}
header.header.scroll nav a {
color: #70075e;
font-size: .75rem;
}
header.header.scroll .statut-login {
display: none;
}
header.header.scroll .top-header-login {
padding-top: 4px;
}
header.header.scroll #menu-menu-top-anonymes a,
header.header.scroll .top-header-login a {
background: none;
padding: 0;
height: auto;
line-height: 30px;
border-radius: 0;
color: #bb006b;
font-size: .65rem;
}
header.header.scroll .top-header-login a:first-child {
margin-left: 30px;   
}   button#responsive-menu-button {
right: 5px !important;
top: 0px !important;
z-index: 99995;
}
.responsive-menu-label {
font-family: 'BrandonGrotesqueWeb-Bold' !important;
font-size: .65rem !important;
text-transform: uppercase;
font-weight: normal !important;
}
#responsive-menu-button.scroll .responsive-menu-label {
color: #70075e;
}
#responsive-menu-container a {
text-transform: uppercase;
}
#responsive-menu-button.scroll .responsive-menu-inner,
#responsive-menu-button.scroll .responsive-menu-inner::before,
#responsive-menu-button.scroll .responsive-menu-inner::after {
background: #70075e;
}
button#responsive-menu-button.scroll:hover .responsive-menu-inner,
#responsive-menu-button.scroll:hover .responsive-menu-inner::before,
#responsive-menu-button.scroll:hover .responsive-menu-inner::after {
background: #70075e;
}   footer.footer {
background: #535353;
color: #fff;
padding: 40px 0 0;
}
.logo-footer {
background: url(//femmes-numerique.fr/wp-content/themes/femmes-numerique/img/logo-femmes-numerique.png) top left no-repeat;
width: 240px;
height: 45px;
background-size: contain;
margin-bottom: 30px;
margin-right: 30px;
}
#sidebar-footer-contact {
margin-top: 45px;
}
#sidebar-footer-contact p,
#sidebar-footer-contact a {
color: #fff !important;
font-size: .85rem;
}
.source-org {
text-align: center;
padding: 8px 0;
background: #fff;
color: #000;
font-size: .75rem;
margin-top: 20px;
}
footer.footer .floatleft .widget_nav_menu {
margin-right: 50px;
}
footer.footer .floatright .widget_nav_menu {
margin-right: 0;
text-align: right;
}
footer.footer .widget_nav_menu li {
margin-bottom: 8px;
}
footer.footer .widget_nav_menu a {
color: #fff;
font-family: 'BrandonGrotesqueWeb-Bold';
text-transform: uppercase;
font-size: .85rem;
}
footer.footer h3 {
font-size: .9rem;
line-height: 1.3rem;
margin: 0 0 10px 0;
text-align: right;
}
#sidebar-footer03 #text-2 {
text-align: right;
}
#sidebar-footer03 #text-2 h5 {
font-size: .65rem !important;
margin-bottom: 8px;
margin-top: 0;
line-height: .85rem;
}
#sidebar-footer03 #text-2 img {
width: 80px;
height: auto;
margin-bottom: 25px;
}   .header-page {
margin: 0;
height: 380px;
}
.header-home {
height: 650px;
}
.header-home.bkg-cover.bkg-top {
background-position: top right;
}
.header-page-standard {
height: 280px;
background: url(//femmes-numerique.fr/wp-content/themes/femmes-numerique/img/image-top-pages.jpg) center center no-repeat;
background-size: cover;
}
.header-page-actualites {
height: 280px;
background: url(//femmes-numerique.fr/wp-content/themes/femmes-numerique/img/image-top-pages.jpg) center center no-repeat;
background-size: cover;
}
.header-page-membres {
height: 280px;
background: url(//femmes-numerique.fr/wp-content/themes/femmes-numerique/img/image-top-pages.jpg) center center no-repeat;
background-size: cover;
}
.header-page-association {
height: 280px;
background: url(//femmes-numerique.fr/wp-content/themes/femmes-numerique/img/image-top-actions.jpg) top center no-repeat;
background-size: cover;
}
.header-single-actualite {
height: 150px !important;
background: #333333;
}
.header-single {
padding-bottom: 50px;
}
.home-section-01 {
margin-bottom: 50px;
}
.home-section-01 .bkg-prune {
margin-top: -100px;
}
section.bkg-gris-clair {
padding-top: 80px;
padding-bottom: 80px;
}
section.bkg-blanc {
padding-top: 80px;
padding-bottom: 60px;
}
.container-flex {
display: -webkit-flex;
display: flex;    
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-justify-content: space-between;
justify-content: space-between;
}
.container-flex-start {
display: -webkit-flex;
display: flex;    
flex-wrap: wrap;
justify-content: flex-start;
}
.flex-15 {
flex-basis: 13%;
height: auto;
}
img.flex-26 { width: 100%;
height: auto;
}
.cont-logo {
width: 30%; margin: 3% 10px;
}
.infographie-home {
margin: 50px auto;
}
.infographie {
height: 415px;
-webkit-justify-content: space-around;
justify-content: space-around;
width: 24%;
background-size: contain;
background-repeat: no-repeat;
margin-bottom: 12px;
}
.image-fullwidth {
background-attachment: fixed;
background-size: cover;
background-position: center center;
background-repeat: no-repeat;
height: 550px;
text-align: center;
}
.image-fullwidth .display-table {
background: rgba(0,0,0,0.5);
}
.image-fullwidth h2 {
max-width: 500px;
margin: 0 auto;
}
.fts-powered-by-text-popup a.fts-powered-by-text {
display: none !important;
}
.titre-twitter {
color: #1da1f2;
font-family: 'BrandonGrotesqueWeb-Bold';
margin-left: 10px;
}
.titre-twitter::before {
content: '\f099';
display: inline-block;
margin-right: 15px;
font-family: 'fontAwesome';
font-size: 1.5rem;
vertical-align: middle;
}
.actu-home {
position: relative;
-webkit-transition: all 0.3s;
transition: all 0.3s;
}
.actu-home .date-actu {
margin-bottom: 30px;
-webkit-transition: all 0.2s;
transition: all 0.2s;
}
img,
.actu-home img {
max-width: 100%;
height: auto;
}
.actu-home .prune.superbig {
margin-bottom: 30px;
-webkit-transition: all 0.3s;
transition: all 0.3s;
}
.actu-home .lien-texte {
position: absolute;
left: 40px;
bottom: 30px;
opacity: 0;
-webkit-transition: all 0.2s;
transition: all 0.2s;
}
.actu-home:hover {
cursor: pointer;
background: #70075e;
-webkit-transition: all 0.2s;
transition: all 0.2s;
}
.actu-home:hover .lien-texte {
-webkit-transition: all 0.2s;
transition: all 0.2s;
opacity: 1;
}
.actu-home:hover .date-actu,
.actu-home:hover .prune.superbig {
-webkit-transition: all 0.2s;
transition: all 0.2s;
color: #fff;
}
.container33.twitter,
.container-tiers.twitter { overflow-y: auto;
height: 480px;
padding-bottom: 30px;
}
iframe {
width: 100%;
max-width: 100%;
height: 400px;
}
.container-video-home iframe {
width: 100%;
max-width: 100%;
height: 400px;
margin-top: -70px;
}   .titre-page,
h1.titre-page {
font-size: 1.3rem;
margin: 0;
line-height: 2rem;
}
.container-titre {
margin-top: -20px;
padding: 15px;
height: auto;
min-height: 45px;
margin-bottom: 80px;
}
.image-module-tiers {
width: 100%;
height: 230px;
background-color: #eaeaea;
}
.cta-inscription {
background: #70075e;
text-align: center;
width: 100%;
margin: 0;
padding: 40px 0;
}
.section-fullwidth {
padding-bottom: 0;
padding-top: 60px;
}
.section-fullwidth .container50 {
min-height: 630px;
}
.section-fullwidth .container50.container-video p {
margin-bottom: 0;
line-height: .7rem;
}
.section-fullwidth .container50.container-video {
min-height: 550px;
}
.section-fullwidth .container50.container-video iframe {
width: 100%;
max-width: 100%;
height: 550px;
margin-top: 0;
}
.section-fullwidth h3 {
max-width: 65%;
}
.section-fullwidth .container50.bkg-cover {
background-color: #f4f4f4;
}
a.lien-associations {
text-decoration: none !important;
}
a.lien-associations:hover {
cursor: pointer;
}
.Zebra_Accordion dd {
display: none;
}
.Zebra_Accordion dt {
cursor: pointer;
}
.accordion-titre {
background: #fff;
color: #70075e;
border-bottom: 2px solid #f4f4f4;
padding: 20px 20px 17px;
position: relative;
}
.accordion-titre h4 {
margin: 0 0 0 100px;
}
.accordion-titre .logo-association {
width: 80px;
height: 50px;
position: absolute;
left: 20px;
top: 5px;
background-repeat: no-repeat;
background-size: contain;
}
.accordion-titre::after {
position: absolute;
content: '';
display: block;
width: 30px;
height: 30px;
right: 30px;
top: 15px;
background: url(//femmes-numerique.fr/wp-content/themes/femmes-numerique/img/accordion-close.png) top left no-repeat;
background-size: contain;
}
.accordion-titre.Zebra_Accordion_Expanded {
background: #eaeaea;
}
.accordion-titre.Zebra_Accordion_Expanded::after {
background: url(//femmes-numerique.fr/wp-content/themes/femmes-numerique/img/accordion-open.png) top left no-repeat;
background-size: contain;
}
.accordion-contenu {
color: #fff;
padding: 20px 40px;
background: #70075e;
}
.accordion-contenu h5 {
margin-top: 0;
padding-bottom: 15px;
border-bottom: 1px solid #fff;
}
.accordion-contenu a {
color: #fff;
display: block;
margin-bottom: 12px;
font-size: .85rem;
text-align: left;
position: relative;
padding-left: 30px;
}
.single-association_type a::before,
.accordion-contenu a::before {
content: '';
display: inline-block;
font-size: .8rem;
font-family: 'fontAwesome';
vertical-align: middle;
position: absolute;
left: 0;
}
.single-association_type a.lien-mail::before,
.accordion-contenu a.lien-mail::before {
content: '\f003';
}
.single-association_type a.lien-web::before,
.accordion-contenu a.lien-web::before {
content: '\f0ac';
}
.single-association_type a.lien-twitter::before,
.accordion-contenu a.lien-twitter::before {
content: '\f099';
}
.single-association_type a.lien-facebook::before,
.accordion-contenu a.lien-facebook::before {
content: '\f09a';
}
.single-association_type .container-form a {
display: block;
margin-bottom: 12px;
font-size: .85rem;
text-align: left;
position: relative;
padding-left: 30px;
color: #70075e;
}
section.section-cibles .container25 {
border: 10px solid #70075e;
margin-bottom: 40px;
position: relative;
}
section.section-cibles .container25 h3 {
margin-top: 40px;
}
section.section-cibles .container25::before {
content: '';
display: block;
width: 80px;
height: 80px;
border-radius: 50%;
border: 4px solid #70075e;
position: absolute;
top: -40px;
left: 50%;
margin-left: -40px;
background: #fff;
color: #70075e;
font-family: 'BrandonGrotesqueWeb-Bold';
text-align: center;
font-size: 2rem;
line-height: 90px;
}
section.section-cibles .container25:nth-child(1)::before {
content: '1';
}
section.section-cibles .container25:nth-child(2)::before {
content: '2';
}
section.section-cibles .container25:nth-child(3)::before {
content: '3';
}
section.section-cibles .container25:nth-child(4)::before {
content: '4';
}
section.section-cibles .container25:nth-child(5)::before {
content: '5';
}
section.section-cibles .container25:nth-child(6)::before {
content: '6';
}
section.section-cibles .container25:nth-child(7)::before {
content: '7';
}
section.section-cibles .container25:nth-child(8)::before {
content: '8';
}
section.section-actions .flex-item-moitie,
section.section-actions .flex-item-tiers,
section.section-actions .flex-item-quart {
margin-bottom: 20px;
position: relative;
}
section.section-actions .flex-item-quart::before,
section.section-actions .flex-item-tiers::before,
section.section-actions .flex-item-moitie::before {
content: '';
position: absolute;
display: block;
top: -8px;
left: 0;
height: 16px;
width: 50px;
background: #bb006b;
}   .module-actualite {
margin-bottom: 30px;
}
.module-actualite .image-actualite {
width: 100%;
height: 230px;
}
a.excerpt-read-more {
display: none;
}
.contenu-actualite h3 {
font-size: 1.1rem;
line-height: 1.3rem;
margin-bottom: 20px;
}
.image-actualite {
opacity: 1;
}
.image-actualite:hover {
opacity: .5;
-webkit-transition: .3s ease-in-out;
transition: .3s ease-in-out;    
}
.module-actu-der {
margin-bottom: 50px;
position: relative; border-top: 0;
}
.module-actu-der .image-actualite {
height: 100%;
}
.single-actu img {
margin: 40px auto;
max-width: 100%;
height: auto;
}
.single-actu .wp-post-image {
width: 100%;
height: auto;
margin: 0 auto 40px;
}
.single-actu h3.filet {
margin-top: 50px;
margin-bottom: 30px;
}
.single-actu .bkg-gris-clair,
.single-actu .bkg-prune,
.single-actu .bkg-gris {
margin: 40px auto;
}
.single-actu h3,
.single-actu h4,
.single-actu a {
color: #70075e;
}
body.page-template-page-actualites table {
width: 98%;
max-width: 98%;
}   .rangee-page {
margin: 40px 0;
}
.contenu-flexible h2 {
margin: 0 0 40px 0;
}
.contenu-flexible h3 {
margin: 0 0 30px 0;
}
.contenu-flexible h4 {
margin: 0 0 15px 0;
}
.contenu-flexible ul + h3,
.contenu-flexible img + h3,
.contenu-flexible p + h3 {
margin: 30px 0 30px 0;
}
.contenu-flexible ul + h4,
.contenu-flexible img + h4,
.contenu-flexible p + h4 {
margin: 25px 0 15px 0;
}
.contenu-flexible img {
max-width: 100%;
height: auto;
}
.contenu-flexible h3,
.contenu-flexible h4,
.contenu-flexible h5 {
color: #70075e !important;
}   form.acf-form {
margin-top: 40px;
}
.acf-fields>.acf-field {
border: 0;
}
.acf-fields.-border {
border: 0 !important;
}
.acf-form label,
form.form label {
font-family: 'BrandonGrotesqueWeb-Bold';
color: #70075e; font-size: .85rem;
text-transform: uppercase;
}
.acf-field-number label,
.acf-image-uploader label,
.wpcf7-form .wpcf7-list-item label,
.acf-radio-list label,
.acf-checkbox-list label {
font-family: inherit;
color: #000;
text-transform: none;
font-size: 1rem;
cursor: pointer;
}
.acf-field-5ff3331196ac9 .acf-label,
.acf-field-5ff3336c96acb .acf-label,
.acf-field-5ff3337f96acc .acf-label {
display: none;
}
.acf-field-5ff3331196ac9,
.acf-field-5ff3336c96acb,
.acf-field-5ff3337f96acc {
padding-top: 0 !important;
padding-bottom: 0 !important;
}
.acf-field-5ff3331196ac9 {
padding-left: 0 !important;
}
.acf-field-5ff3337f96acc {
padding-right: 0 !important;
}
.acf-field-group:not(.acf-field-5feb0f3ff956e) > .acf-label {
margin-bottom: 30px;
padding: 20px;
background: #70075e;
color: #fff;
}
.acf-field-group:not(.acf-field-5feb0f3ff956e) > .acf-label label,
.acf-field-group:not(.acf-field-5feb0f3ff956e) > .acf-label p {
color: #fff;
}
.acf-google-map .title,
.acf-google-map {
border: 0 !important;
}
.acf-google-map .canvas {
visibility: hidden;
}
.acf-field[data-width]+.acf-field[data-width] {
border: 0;
}
.select2-container--default .select2-selection--multiple {
border-radius: 0;
border: 2px solid #bbb;
}
.acf-url i {
display: none;
}
.acf-field-true-false p {
font-size: .85rem !important;
line-height: 1.3rem !important;
}
.wpcf7-form input,
form.form input {
font-family: 'Open Sans', helvetica, arial, lucida, sans-serif;
border: 0 !important;
background: #eaeaea !important;
color: var(gris-typo) !important;
padding: 12px 25px !important;
height: auto !important;
border-bottom: 2px solid #fff !important;
-webkit-transition: all 0.3s;
transition: all 0.3s;
}
.acf-form input[type=text]:not(.select2-search__field),
.wpcf7-form input[type=text],
.wpcf7-form input[type=url],
.acf-form input[type=url],
#popin-connection input[type=text],
#popin-connection input[type=password],
.wpcf7-form input[type=email],
.acf-form input[type=email],
.acf-form input[type=number],
.wpcf7-form input[type=number],
.wpcf7-form textarea,
.acf-form textarea {
font-family: 'Open Sans', helvetica, arial, lucida, sans-serif;
border: 0 !important;
background: #eaeaea !important;
color: var(gris-typo) !important;
padding: 12px 25px !important;
height: auto !important;
border-bottom: 2px solid #fff !important;
-webkit-transition: all 0.3s;
transition: all 0.3s;
}
#popin-connection input[type=text]:focus,
#popin-connection input[type=password]:focus,
.wpcf7-form input[type=text]:focus,
.acf-form input[type=text]:focus,
.acf-form input[type=url]:focus,
.acf-form input[type=email]:focus,
.acf-form input[type=number]:focus,
.acf-form textarea:focus {
background: #f1f1f1 !important;
border-bottom: 2px solid #bb006b !important;
-webkit-transition: all 0.3s;
transition: all 0.3s;
}
.acf-field.public .acf-label label::before {
content: '\e8f4';
display: inline-block;
vertical-align: sub;
margin-right: 8px;
font-family: 'Material icons';
font-size: 1.2rem;
color: #70075e;
}
.wpcf7-form input:focus,
form.form input:focus {
border-bottom: 2px solid #bb006b !important;
-webkit-transition: all 0.3s;
transition: all 0.3s;
}
.acf-file-uploader,
.acf-field-image .acf-input {
background: #f1f1f1;
padding: 20px;
}
.acf-form input[type='file'] {
background: #828282 !important;
color: #fff !important;
text-transform: uppercase;
font-family: 'BrandonGrotesqueWeb-Bold';
padding: 12px 20px !important; 
border: 0 !important;
letter-spacing: 1px;
font-size: .9rem !important;
}
.button#submit,
#popin-connection input[type='submit'],
.wpcf7-form input[type='submit'],
.acf-form input[type='submit'],
form.form input[type='submit'] {
height: 42px !important;
border-radius: 21px;
line-height: 44px !important;
background: #70075e !important;
color: #fff !important;
text-transform: uppercase;
font-family: 'BrandonGrotesqueWeb-Bold';
padding: 0 25px !important; 
border: 0 !important;
letter-spacing: 1px;
margin-top: 20px;
font-size: .8rem !important;
-webkit-transition: all 0.3s;
transition: all 0.3s;
}
form.form input#tos {
margin-bottom: 0 !important;
}
.button#submit:hover,
.wpcf7-form input[type='submit']:hover,
.acf-form input[type='submit']:hover,
form.form input[type='submit']:hover {
background: #bb006b !important;
-webkit-transition: all 0.3s;
transition: all 0.3s;
}
#wpmem_login .div_text, #wpmem_reg .div_text, #wpmem_reg .div_textarea, #wpmem_reg .div_select, #wpmem_reg .div_checkbox, #wpmem_reg .div_multiselect, #wpmem_reg .div_multicheckbox, #wpmem_reg .div_radio, #wpmem_reg .div_image, #wpmem_reg .div_file, #wpmem_reg .div_url, #wpmem_reg .div_number, #wpmem_reg .div_date {
width: 100%;
}
#wpmem_reg .button_div, #wpmem_login .button_div {
width: 100%;
}
#wpmem_reg .noinput {
width: 100% !important;
margin-bottom: 40px !important;
color: #999 !important;
}
#wpmem_reg .noinput::after {
content: 'L\'identifiant ne peut être modifié';
display: block;
margin-top: 10px;
font-size: .75rem;
}
.req-text {
color: #828282 !important;
font-size: .8rem;
text-transform: uppercase;
}
body.page-id-1191 .userpro-field-phone1 .userpro-tip,
body.page-id-1191 .userpro-field-user_email .userpro-tip {
display: none !important;
}   body.page-template-page-connexion {
background: url(//femmes-numerique.fr/wp-content/themes/femmes-numerique/img/bkg-login.jpg) center center no-repeat;
background-size: cover;
}
.container768.container-form {
box-shadow: 0px 15px 15px rgba(0, 0, 0, .2);
border-radius: 20px;
position: relative;
}
.button_div {
width: 100% !important;
text-align: center !important;
margin-bottom: 30px !important;
}
.zone-connexion .button_div input[type=submit] {
margin-left: 50px !important;
}
.zone-connexion .link-text {
text-align: center !important;
font-size: .75rem;
margin-bottom: 15px;
color: #333333;
width: 100% !important;
}
.zone-connexion .link-text a {
display: block;
margin-top: 6px;
}
.zone-connexion .link-text a::after {
margin: 4px auto;
}
.zone-connexion .link-text:last-child {
font-size: 1rem;
font-family: 'BrandonGrotesqueWeb-Bold';
color: #70075e;
text-transform: uppercase;
}
.zone-connexion .link-text:last-child a {
width: 350px;
}
.wpmem_msg {
width: 100%;
border: 1px solid #70075e;
padding: 20px;
}
.cont02 {
margin-top: 50px;
}
.cont02 a {
margin-top: 0;
}
.cont-lien-delete .cont02::before {
content: 'Pour supprimer votre profil et ne plus faire partie de la base de données Femmes@numérique cliquez le lien ci-dessous';
display: block;
padding: 15px;
margin-bottom: 20px;
background: #f4f4f4;
font-size: .85rem;
line-height: 1.1rem;
font-style: italic;
}
.profil-consulteur .zone-profil li:nth-child(1) a,
.profil-consulteur .zone-profil li:nth-child(3) a {
display: none;
}
.profil-moderateur .zone-profil li:nth-child(1) a,
.profil-moderateur .zone-profil li:nth-child(3) a {
display: none;
} .pass-text {
color: #70075e;
font-family: 'BrandonGrotesqueWeb-Bold';
}
#pass1.password {
margin-bottom: 12px !important;
}   input#twitter {
position: relative;
}
input#twitter::before {
content: '\f099';
display: block;
font-size: .8rem;
font-family: 'fontAwesome';
color: #70075e;
position: absolute;
top: 0;
left: 0;
}
.div_multicheckbox {
padding: 30px;
border: 2px solid #eaeaea;
border-radius: 10px;
font-size: .85rem;
line-height: 1.1rem;
color: #333333;
}
.div_multicheckbox_separator {
display: block;
padding-bottom: 12px;
margin-bottom: 10px;
border-bottom: 1px solid #bb006b;
}
.div_multicheckbox input[type=checkbox] {
margin-bottom: 10px !important;
}
body.page-template-page-inscription input[type=submit] { }
.mention-form {
width: 100%;
background: #f4f4f4;
padding: 20px;
margin: 20px auto 30px;
font-size: .8rem;
line-height: 1.1rem;
}
body.logged-in .mention-form {
display: none;
}
body.page-template-page-inscription.logged-in .contenu-texte a.cta {
display: none;
}
body.page-template-page-inscription.logged-in .contenu-texte a.lien-texte {
margin-left: 0 !important;
}   .module-logo-assoc {
background-position: center center;
background-repeat: no-repeat;
background-size: 60% auto;
overflow: hidden;
height: 190px;
cursor: pointer;
margin-bottom: 20px;
}
.survol-assoc {
position: absolute;
z-index: 6;
top: 100%;
left: 0;
width: 100%;
height: 100%;
-webkit-transition: all .3s;
transition: all .3s;
}
.survol-assoc.cap {
margin-top: 0;
margin-bottom: 0;
}
.module-logo-assoc:hover .survol-assoc {
top: 0;
left: 0;
-webkit-transition: all .3s;
transition: all .3s;
}
.image-pilier-autre {
background-size: cover;
background-position: center center;
background-repeat: no-repeat;
height: 230px;
}
.module-logo-assoc .display-table-cell {
background: #f5f5f5;
}
.module-logo-assoc .display-table-cell.avec-logo,
.module-logo-assoc a .display-table-cell {
background: none;
}
.nom-asso-alt {
padding-left: 10px;
padding-right: 10px;
}
.module-logo-assoc {
position: relative;
}
.module-logo-assoc .logo-asso {
position: absolute;
z-index: 3;
width: 90%;
height: 90%;
top: 5%;
left: 5%;
background-color: #fff;
background-size: contain;
background-repeat: no-repeat;
background-position: center center;
}   .flex-item-deux-tiers {
-webkit-justify-content: space-between;
justify-content: space-between;
width: 64%;
position: relative;
}
.flex-item-tiers .lien-profil {
cursor: pointer;
padding-right: 45px;
position: relative;
color: #bb006b;
background: rgba(255,255,255,0.5);
margin: 0 0 15px 0;
}
.flex-item-tiers .lien-profil.actif {
color: #70075e;
background: rgba(255,255,255,1);
}
.flex-item-tiers .lien-profil::after {
content: '\f061';
display: block;
font-family: 'fontAwesome';
font-size: 1.3rem;
position: absolute;
top: 30%;
opacity: 0;
right: 25px;
-webkit-transition: all .3s;
transition: all .3s;
}
.flex-item-tiers .lien-profil:hover::after,
.flex-item-tiers .lien-profil.actif::after {
opacity: 1;
right: 20px;
}
.contenu-profil {
position: absolute; 
left: 0; 
width: 100%; 
opacity: 0;
top: 100%;
padding: 30px; -webkit-transition: all .5s;
transition: all .5s;
}
.contenu-profil.actif {
height: auto;
top: 0; opacity: 1;
-webkit-transition: all .5s;
transition: all .5s;
} .sib_signup_form {
width: 100%;
max-width: 400px;
margin: 30px 0 0;
position: relative;
}
input.sib-email-area {
background-color: #eaedf2 !important;
}
#sib_signup_form_1 input[type=submit] {
width: 100%;
height: 34px;
background-color: #bb006b !important;
color: #fff;
line-height: 34px;
border: 0 !important;
border-radius: 6px !important;
font-weight: 800;
font-size: .85rem;
max-width: 400px;
-webkit-transition: all .3s;
transition: all .3s;
}
#sib_signup_form_1 input[type=submit]:hover {
background: #70075e !important;
border-radius: 10px !important;
-webkit-transition: all .3s;
transition: all .3s;
} .sib-email-area {
position: relative;
}
p.sib-email-area::before {
content: '\e554';
display: block;
font-family: 'Material Icons';
font-size: 1.6rem;
color: rgba(0,0,0,0.2);
z-index: 7;
top: 8px;
left: 12px;
position: absolute;
}
input.sib-email-area {
font-size: .85rem;
padding-left: 45px;
}
.acceptance-newsletter {
font-size: .85rem;
line-height: 1.1rem;
margin: 15px 0;
}
.acceptance-newsletter input {
margin-right: 8px;
cursor: pointer;
}
.help-block a {
font-weight: bold;
}
.acceptance-newsletter a {
display: block;
color: #999;
margin: 10px 0 !important;
}
.acceptance-newsletter a:hover {
color: #000 !important;
text-decoration: underline !important;
}
.newsletters-field-error {
margin: 12px 0;
background: #333333;
color: #fff;
font-weight: bold;
padding: 4px 8px;
}
.newsletters-acknowledgement {
padding: 10px 20px;
margin-top: 15px;
border: 2px solid #eaeaea;
}
.newsletters-acknowledgement h4 {
margin-top: 0;
margin-bottom: 0;
}   .modules-home .rangee-home {
margin-bottom: 30px;
}
.modules-home .flex-item-moitie {
}
.modules-home .flex-item-moitie,
.modules-home .flex-item-quart,
.modules-home .flex-item-trois-quart,
.modules-home .flex-item-tiers,
.modules-home .flex-item-deux-tiers {
height: 450px;
max-height: 55vh;
-webkit-transition: all .3s;
transition: all .3s;
}
.row02 .flex-item-moitie,
.row02 .flex-item-quart,
.row02 .flex-item-trois-quart,
.row02 .flex-item-tiers,
.row02 .flex-item-deux-tiers {
height: 400px;
}
.modules-home .flex-item-moitie.bkg-rose:hover,
.modules-home .flex-item-quart.bkg-rose:hover,
.modules-home .flex-item-tiers.bkg-rose:hover {
background: #70075e;
-webkit-transition: all .3s;
transition: all .3s;
}
.modules-home .flex-item-moitie.bkg-prune:hover,
.modules-home .flex-item-quart.bkg-prune:hover,
.modules-home .flex-item-tiers.bkg-prune:hover {
background: #bb006b;
-webkit-transition: all .3s;
transition: all .3s;
}
.modules-home .bkg-image {
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
-webkit-transition: all .3s;
transition: all .3s;
}
.modules-home .bkg-image:hover {
background-color: #bb006b;
background-blend-mode: overlay;
-webkit-transition: all .3s;
transition: all .3s;
}
.modules-home .video-home {
}
.modules-home .video-home,
.modules-home .video-home iframe {
height: 450px;
width: 100%;
max-height: 100%;
}
.module-twitter {
overflow-y: auto;
}
a.absolute {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 3;
}
.modules-home h2 {
position: absolute;
z-index: 2;
bottom: 40px;
left: 40px;
margin-right: 40px;
margin-bottom: 0;
padding-right: 0;
}
.modules-home h2::before {
content: '\e5c8';
display: block;
font-family: 'Material Icons';
color: #fff;
font-size: 3.5rem;
margin-bottom: 15px;
-webkit-transition: all .3s;
transition: all .3s;
}
.modules-home .module-home:hover h2::before {
margin-bottom: 25px;
-webkit-transition: all .3s;
transition: all .3s;
}
.modules-home h2::after {
display: none;
}
.modules-home .cap {
margin-top: 0;
margin-bottom: 0;
}
.module-home-map {
overflow: hidden;
}
.module-home-map img {
width: 100%;
min-width: 100%;
height: auto;
min-height: 100%;
}   div.userpro-body {
padding: 0;
}
div.userpro-input input {
max-width: 100%;
}
div.userpro-section {
font-size: 1rem;
border: 0;
background: #70075e !important;
font-family: 'BrandonGrotesqueWeb-Bold';
padding: 8px 15px !important;
text-transform: uppercase;
font-weight: normal !important;
}
div.userpro-section.userpro-collapsed-0 i,
div.userpro-section.userpro-collapsed-1 i,
div.userpro-section.userpro-collapsed-0,
div.userpro-section.userpro-collapsed-1 {
color: #fff !important;
text-shadow: none !important;
}
div.userpro-body .userpro-section.userpro-column.userpro-collapsible-0.userpro-collapsed-1 {
display: none !important;
}
.userpro-section.userpro-column.userpro-collapsible-0.userpro-collapsed-0 {
display: none !important;
}
.bloc-profil div.userpro-section.userpro-collapsible-0.userpro-collapsed-0,
.bloc-profil .userpro-centered .userpro-small-link,
.bloc-profil .userpro-sc-bar {
display: none !important;
}
.userpro-field-ebo_wpgmp_location_address,
.userpro-field-ebo_wpgmp_location_city,
.userpro-field-ebo_wpgmp_location_state,
.userpro-field-ebo_wpgmp_location_country,
.userpro-field-ebo_wpgmp_metabox_latitude,
.userpro-field-ebo_wpgmp_metabox_longitude,
.userpro-field-ebo_wpgmp_extensions_fields,
.userpro-field-ebo_wpgmp_metabox_location_redirect,
.userpro-field-ebo_wpgmp_metabox_custom_link,
.userpro-field-ebo_wpgmp_map_id,
.userpro-field-ebo_wpgmp_metabox_marker_id,
.userpro-field-ebo_wpgmp_metabox_taxomomies_terms {
display: none !important;
}
.userpro-head a { }
.userpro-badges img {
display: none !important;
}
.bloc-login .userpro-head {
display: none;
}
.bloc-login .userpro.userpro-float {
width: 480px;
margin: 0 auto;
max-width: 100%;
}
div.userpro-head,
div.userpro-centered {
border-bottom: 0;
}
div.userpro-field.userpro-submit {
border-top: 0;   
}
.bloc-profil .userpro.userpro-float {
width: 480px;
margin: 0 auto;
max-width: 100%;
}
.bloc-profil div.userpro-section.userpro-collapsible-0.userpro-collapsed-0,
.bloc-profil .userpro-centered .userpro-small-link,
.bloc-profil .userpro-sc-bar {
display: none !important;
}
.bloc-profil .userpro-centered-icons {
display: none;
}
.bloc-profil .userpro-profile-img {
width: 200px !important;
}
.bloc-profil .userpro-profile-img img {
max-width: 100% !important;
height: auto !important;
max-height: 100% !important;
border: 0 !important;
}
div.userpro-submit input {
line-height: 34px !important;
}
body.page-id-213 .userpro-button.secondary {
display: none;
}
body.page-id-1576 .bloc-login .userpro-head,
body.page-id-1576 .userpro-head a {
display: block;
}   div.wpgmp_categories,
div.wpgmp_listing_container,
.wpgmp-filters-container, .categories_filter_reset,
div.categories_filter select,
div.categories_filter,
div.wpgmp_listing_header div.wpgmp_search_form,
.location_listing2,
.wpgmp_filter_wrappers,
div.wpgmp_listing_header,
.wpgmp_map_parent {
float: none !important;
}
.wpgmp_before_listing {
display: none;
}
.wpgmp-map-2 div.wpgmp_search_form input.wpgmp_search_input {
max-width: 100% !important;
border-bottom: 0 !important;
background: #fff;
}
div.wpgmp_search_form:after {
display: none;
}
.wpgmp_filter_wrappers {
background: none;
border-radius: 0;
margin-bottom: 0;
padding: 0;
}
div.categories_filter select {
max-width: 100% !important;
padding: 10px 20px !important;
text-transform: none !important;
margin-right: 0 !important;
margin: 0 0 15px 0 !important;
background-color: #bb006b !important;
font-size: 1rem !important;
}
div.categories_filter {
position: relative; }
.categories_filter select:nth-of-type(2) { }
.categories_filter select:nth-of-type(2)::before {
content: 'Recherche par critère';
display: block;
}
div.categories_filter > select {
background-color: #333333 !important;
position: absolute;
top: 0;
left: 0;
}
div.wpgmp_listing_header div.wpgmp_search_form {
margin: 0 0 10px 0;
}
.fc-item-box.flex-item-quart {
position: relative !important;
left: auto !important;
width: 23% !important;
top: 0 !important;
}
.wpgmp_listing_container .fc-itemcontent-padding {
background: #fff;
}
.wpgmp_listing_container .fc-location-marker:before {
display: none;
}
.wpgmp_listing_container .fc-location-marker.fc-css {
padding-left: 0 !important;
}
.wpgmp_listing_container .wpgmp_listing_grid .wpgmp_locations {
border: 0 !important;
line-height: 1.2rem !important;
}
.wpgmp_listing_container .fc-item-title.fc-item-primary-text-color,
.wpgmp_listing_container .fc-item-title.fc-item-primary-text-color a {
color: #bb006b;
}
h4.filtre01 {
margin-top: 0;
}
.wpgmp_pagination {
margin-top: 30px !important;
}
.wpgmp_pagination a {
background-color: transparent !important;
color: #70075e !important;
border-bottom: 2px solid #f4f4f4;
}
.wpgmp_pagination a:hover {
color: #bb006b !important;
border-bottom: 2px solid #bb006b;
}
.wpgmp_pagination span.current {
background-color: #70075e !important;
}
div.wpgmp_categories div.wpgmp_no_locations {
padding: 12px 20px;
background: #fff;
width: 372px;
right: 0;
float: right;
margin: -50px 0 0 auto;
}
.affiche-map a::before {
content: 'Afficher sur la carte';
display: block;
padding: 2px 6px;
background: #eaeaea;
color: #bb006b;
margin-bottom: 10px;
font-size: .75rem;
max-width: 150px;
border-radius: 4px;
text-align: center;
-webkit-transition: all .3s;
transition: all .3s;
}
.affiche-map a:hover::before {
background: #70075e;
color: #fff;
-webkit-transition: all .3s;
transition: all .3s;
}
.wpgmp_map_container.wpgmp-map-3 .wpgmp_categories .fc-component-6 {
display: -webkit-flex;
display: flex;    
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-justify-content: space-between;
justify-content: space-between;
-webkit-transition: all .5s;
transition: all .5s;
}   .asso-liens {
margin-top: 20px;
}
.asso-liens li {
display: inline-block;
margin-right: 10px;
}
.asso-liens a::before {
content: '';
display: inline-block;
font-size: 1.1rem;
font-family: 'fontAwesome';
vertical-align: middle;
display: block;
margin-right: 0;
color: #bb006b;
width: 40px;
height: 40px;
border: 2px solid #bb006b;
line-height: 40px;
text-align: center;
border-radius: 50%;
-webkit-transition: all .3s;
transition: all .3s;
}
.asso-liens a:hover::before {
color: #fff;
background: #bb006b;
-webkit-transition: all .3s;
transition: all .3s;
}
.asso-liens li.email a::before {
content: '\f003';
}
.asso-liens li.web a::before {
content: '\f0ac';
}
.asso-liens li.twitter a::before {
content: '\f099';
}
.asso-liens li.facebook a::before {
content: '\f09a';
}
.asso-liens li.linkedin a::before {
content: '\f0e1';
}
.asso-liens a.linkedin::before {
content: '\f0e1';
}
.liste-taxo-asso li {
margin-bottom: 10px;
}
.liste-taxo-asso li::before {
content: '';
display: inline-block;
margin-right: 8px;
width: 8px;
height: 4px;
background: #bb006b;
vertical-align: middle;
}
.association-single h3 {
margin-bottom: 15px;
}
.liste-taxo-asso {
margin-bottom: 50px;
}
.asso-infos h4 {
padding-top: 30px;
border-top: 2px solid var(--gris-clair);
margin-top: 30px;
}
.asso-infos h4:first-child {
padding-top: 0;
border-top: 0;
margin-top: 0;
}
.assoc_type.type-assoc_type img {
max-width: 250px;
height: auto;
}   .fiches-fondateurs .flex-item-tiers {
background: #fff;
padding: 6px;
}
.fiches-fondateurs img {
width: 100%;
height: auto;
max-width: 100%;
-webkit-filter: grayscale(100%);
filter: grayscale(100%);
-webkit-transition: all .4s;
transition: all .4s;
}
.fiches-fondateurs a:hover img {
-webkit-filter: grayscale(0%);
filter: grayscale(0%);
-webkit-transition: all .4s;
transition: all .4s;
}   .sub-menu {
-webkit-transition: all 0.2s;
transition: all 0.2s;
top: -600px; position: absolute;  
z-index: 800;
height: 0;
}
.menu-item-has-children:hover .sub-menu {
top: 32px;
}
.nav li ul.sub-menu,
.nav li ul.children {
visibility: visible;
border: 0 !important;
}
header.header nav li.current-menu-item.menu-item-has-children a::after,
header.header ul.sub-menu a::after {
display: none;
}
.nav li ul.sub-menu li a,
.nav li ul.children li a {
background: #333333;
width: 180px;
padding: 7px 10px 5px;
margin-bottom: 2px;
border: 0;
}
.nav li ul.sub-menu li a:hover,
.nav li ul.children li a:hover {
background: #70075e;
}
header.header.scroll nav ul.sub-menu a {
color: #fff;
}
.responsive-menu-subarrow {
display: none !important;
}   a.share-icone {
text-decoration: none !important;
margin-right: 10px;
}
a.share-icone::before {
content: '';
display: inline-block;
font-size: 1.4rem;
font-family: 'fontAwesome';
color: #70075e;
}
a.share-icone:hover::before {
color: #243a75;
}
a.share-icone.share-twitter::before {
content: '\f081';
}
a.share-icone.share-facebook::before {
content: '\f082';
}
a.share-icone.share-linkedin::before {
content: '\f08c';
}
a.share-icone.share-google::before {
content: '\f0d4';
}   .menu-reseaux-sociaux li {
display: inline-block;
margin: 0 8px;
}
.menu-reseaux-sociaux li a {
}
.menu-reseaux-sociaux li a::before {
content: '';
display: inline-block;
font-size: 1.2rem;
font-family: 'fontAwesome'; color: #fff;
}
.menu-reseaux-sociaux li.twitter a::before {
content: '\f099';
}
.menu-reseaux-sociaux li.linkedin a::before {
content: '\f0e1';
}
.menu-reseaux-sociaux li.instagram a::before {
content: '\f16d';
}
.menu-reseaux-sociaux li.facebook a::before {
content: '\f39e';
}
.menu-reseaux-sociaux li.youtube a::before {
content: '\f167';
}
.menu-reseaux-sociaux li a:hover::before {
color: #bb006b;
}    .fancybox-content {
max-width  : 95% !important;
max-height : 90%;
margin: 0 auto;
padding: 30px !important;
box-shadow: 0 0 20px rgba(0,0,0,0.3);
width: 650px; min-height: 300px;
}
.fancybox-is-open .fancybox-bg {
opacity: .95; 
}
#popin-connect li {
margin-bottom: 15px;
padding-bottom: 15px;
border-bottom: 1px solid #bb006b;
}
#popin-connect li:last-child {
padding-bottom: 0;
border-bottom: 0;
}
#popin-connection p.login-remember label,
#popin-connection a {
font-size: .8rem;
}
#popin-connection a.lost-password {
text-align: right;
float: right;
}
#popin-connection input[type="password"],
#popin-connection input[type="text"] {
font-size: .85rem !important;
letter-spacing: 0;
}
.login-username label,
.login-password label {
display: none;
}
#popin-connection input[type=text],
#popin-connection input[type=password] {
padding-top: 6px;
padding-bottom: 6px;
line-height: 30px;
}
.filet-epais {
width: 100%;
height: 5px;
margin: 15px 0;
}
.header-page-extranet {
height: 150px;
background: url(//femmes-numerique.fr/wp-content/themes/femmes-numerique/img/image-top-pages.jpg) center center no-repeat;
background-size: cover;
}
.modules-espace .flex-item-tiers {
padding: 80px 40px;
border: 5px solid var(--prune);
-webkit-transition: all .3s;
transition: all .3s;
}
.modules-espace .flex-item-tiers:hover {
border: 5px solid var(--rose);
background: var(--rose);
-webkit-transition: all .3s;
transition: all .3s;
}
.modules-espace .flex-item-tiers h4::before {
content: '';
display: block;
margin-bottom: 45px;
font-family: 'Material icons';
font-size: 3.5rem;
color: var(--rose);
-webkit-transition: all .3s;
transition: all .3s;
}
.modules-espace .flex-item-tiers.module-profil h4::before {
content: '\e7fd';
}
.modules-espace .flex-item-tiers.module-ressources h4::before {
content: '\e2c7';
}
.modules-espace .flex-item-tiers.module-video h4::before {
content: '\e02c';
}
.modules-espace .flex-item-tiers:hover h4,
.modules-espace .flex-item-tiers:hover h4::before {
color: #fff;
}
.modules-espace .flex-item-tiers:hover h4::before {
margin-bottom: 30px;
-webkit-transition: all .3s;
transition: all .3s;
}
body.page-template-page-extranet-video .rangee-page .big-chiffre {
width: 60px;
height: 60px;
background: var(--rose);
color: #fff;
border-radius: 50%;
margin: 0 auto 25px;
line-height: 65px;
text-align: center;
}
.form-consentement-video {
background: #f4f4f4;
margin: 20px 0;
padding: 30px;
}
.form-consentement-video form.acf-form {
margin-top: 0;
}
.liste-competences {
font-size: .75rem;
margin: 10px 0;
padding-top: 10px;
border-top: 1px solid var(--rose);
}
section.extranet {
padding-top: 40px;
padding-bottom: 40px;
}
.acf-google-map.-value .title .acf-icon.-cancel {
display: none !important;
}
.acf-image-uploader.has-value .acf-icon.-cancel.dark::before {
position: absolute;
z-index: 6;
content: 'X';
width: 105%;
height: 105%;
border-radius: 50%;
background: #000;
color: #fff;
top: -5px;
left: -5px;
border: 2px solid #000;
font-family: inherit;
}
a.cta.retour-espace {
margin-bottom: 30px !important;
margin-top: 0 !important;
line-height: 20px;
}
a.cta.retour-espace span::before {
content: '\e941';
display: inline-block;
margin-right: 10px;
font-family: 'Material icons';
font-size: 1.8rem;
vertical-align: middle;
transform: rotate(-180deg)
}
.new-password .acf-form {
margin-top: 0;
margin-bottom: 20px;
}
.new-password .acf-label {
font-size: .85rem;
}
.new-password .acf-label label {
display: none;
}
.new-password input {
font-size: .85rem;
}
#popin-connection .login-password,
.ebo-field-password .acf-input-wrap {
position: relative;
}
.ebo-field-password .acf-input-wrap i {
top: 12px;
right: 10px;
cursor: pointer;
position: absolute;
z-index: 8;
}
#popin-connection .login-password i {
top: 20px;
right: 20px;
cursor: pointer;
position: absolute;
z-index: 8;
}
.display-none {
display: none;
}
.form-supp-profil {
margin-top: 20px;
}
.form-supp-profil p.cap {
margin: 0;
}
.form-supp-profil input.cta-blanc {
background: #fff !important;
color: #bb006b !important;
margin: 0 0 15px !important;
}
.form-supp-profil input.cta-blanc:hover {
background: #fff !important;
color: #70075e !important;
}
input[type=submit]:focus {
outline: 0 !important;
}
#message_form {
padding: 12px;
margin-bottom: 15px;
border: 1px solid var(--rose);
border-radius: 4px;
}
.acf-field-5feb1cb5813b5 .acf-checkbox-list li:last-child {
margin-top: 10px;
padding-top: 10px;
border-top: 3px solid #eaeaea;
} .acf-field-5feb1cb5813b5 .acf-checkbox-list li:last-child::after {
content: "Si vous souhaitez faire une vidéo sur le site de Femmes@Numérique («Elles témoignent»), nous vous invitons à vous connecter à votre compte, une fois le mot de passe reçu, et à suivre le parcours indiqué dans «Faire une vidéo». N'hésitez pas !";
display: block;
font-size: .75rem;
line-height: 1.1rem;
font-style: italic;
margin-top: 6px;
}
.acf-field-5feb1cb5813b5 .acf-taxonomy-field .categorychecklist-holder {
overflow: hidden;
max-height: 300px;
}  .vimeo_player,
.youtube_player {
width: 100%;
background: #f4f4f4;
margin-bottom: 30px;
}
.vimeo_player iframe,
.youtube_player iframe {
width: 100%;
}
.youtube-full,
.vimeo_player,
.youtube_player,
.youtube-full iframe {
height: 500px;
}
.youtube-deux-tiers,
.youtube-deux-tiers .vimeo_player,
.youtube-deux-tiers .youtube_player,
.youtube-deux-tiers iframe {
height: 550px;
}
.youtube-moitie,
.youtube-moitie .youtube_player,
.youtube-moitie .vimeo_player,
.youtube-moitie iframe {
height: 430px;
}
.youtube-tiers,
.youtube-tiers .youtube_player,
.youtube-tiers .vimeo_player,
.youtube-tiers iframe {
height: 240px;
}
.youtube-quart,
.youtube-quart .youtube_player,
.youtube-quart .vimeo_player,
.youtube-quart iframe {
height: 200px;
}
#portfolio-list .item-portfolio {
height: 250px;
}
.videos-portfolio {
margin-bottom: 40px;
}
.videos-portfolio .flex-item-tiers {
margin-bottom: 30px;
}
.videos-portfolio .titre-video {
margin-top: 0;
}
.videos-portfolio .titre-video p {
margin: 0;
}
.videos-portfolio .titre-video p:last-child {
margin-top: 5px;
}
.filtres-videos {
margin: 30px 0;
}
.filtres-videos .flex-item-tiers {
margin-bottom: 0;
}
.filtres-videos select {
max-width: 100% !important;
padding: 10px 20px !important;
text-transform: none !important;
background-color: #333333 !important;
font-size: 1rem !important;
background: url(//femmes-numerique.fr/wp-content/themes/femmes-numerique/img/white_select_arrow.png) no-repeat 99% 50% #333333 !important;
height: 60px;
color: #fff;
margin-bottom: 0 !important;
}
.filtres-videos select:focus {
outline: 0 !important;
}
.filtres-videos h4 {
margin: 0;
}
.filtres-videos select option {
max-width: 100%;
}
.titre-video .asso-liens {
margin-top: 0;
text-align: right;
}
.titre-video .asso-liens a {
display: inline-block;
}
.titre-video .asso-liens a:before {
width: 36px;
height: 36px;
line-height: 36px;
font-size: .9rem;
}  .photo-membre {
width: 180px;
height: 200px;
margin-bottom: 30px;
}  .contenu-ressource {
margin-bottom: 40px;
}
.contenu-ressource a {
color: #bb006b;
font-family: 'BrandonGrotesqueWeb-Bold';
font-size: .85rem;
margin-bottom: 20px;
text-transform: uppercase;
display: inline-block;
text-decoration: none !important;
}
.contenu-ressource a::after {
content: '';
display: block;
margin-top: 4px;
width: 0%;
height: 2px;
background: #70075e;
}
.contenu-ressource a:hover::after {
width: 30%;
}
.module-ressource {
margin-bottom: 30px;
}
.module-ressource .image-ressource {
height: 220px;
width: 100%;
margin-bottom: 20px;
position: relative;
}
.image-defaut {
background: url(//femmes-numerique.fr/wp-content/themes/femmes-numerique/img/ressource-image-defaut.jpg) center center no-repeat;
background-size: cover;
}
.hover-image {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 2;
background: #000;
opacity: 0;
-webkit-transition: all .3s;
transition: all .3s;
}
.module-ressource:hover .hover-image {
opacity: .6;
-webkit-transition: all .3s;
transition: all .3s;
}
.container-flex-start .flex-item-quart,
.container-flex-start .flex-item-tiers {
padding: 0 25px 0 0;
}
.img-bandeau {
width: 100%;
margin: 0 auto;
height: 350px;
max-height: 70vh;
}   section.section-soutien-action .lien-profil a {
color: #bb006b;
padding: 30px;
display: inline-block;
margin: 0;
width: 100%;
}
section.section-soutien-action .lien-profil.ui-tabs-active a {
color: #70075e;
}
section.section-soutien-action .lien-profil {
position: relative;
padding: 0;
background: rgba(255,255,255,0.5);
margin: 0 0 15px 0;
-webkit-transition: all .3s;
transition: all .3s;
}
section.section-soutien-action .lien-profil.ui-tabs-active {
position: relative;
padding: 0;
background: rgba(255,255,255,1);
margin: 0 0 15px 0;
-webkit-transition: all .3s;
transition: all .3s;
}
section.section-soutien-action .lien-profil.ui-tabs-active::after {
opacity: 1;
right: 20px;
-webkit-transition: all .3s;
transition: all .3s;
}
.contenu-tab-action {
background: #fff !important;
}
.contenu-tab-action h3 {
margin-top: 0;
}
.contenu-tab-action h4 {
color: var(--rose);
}
.wpcf7 {
margin-top: 30px;
}
.wpcf7-radio {
margin-bottom: 20px;
padding-bottom: 20px;
border-bottom: 1px solid var(--rose);
display: block;
}
.wpcf7-not-valid-tip {
display: block;
font-size: .85rem;
background: #333;
color: #fff;
margin-bottom: 25px;
margin-top: -10px;
padding: 4px 12px;
}
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
border: 0;
background: #f4f4f4;
padding: 12px;
color: var(--rose);
}
.wpcf7 form.sent .wpcf7-response-output {
border: 0;
padding: 12px;
background: var(--rose);
color: #fff;
font-weight: bold;
}
.give-form-title {
display: none;
}
#give_show_terms {
display: block;
margin-bottom: 15px;
}
.give_terms_links {
float: none;
}
.give-total-wrap {
display: block;
margin: 30px 0 25px;
background: #f4f4f4;
padding: 20px;
width: 100%;
}
#give-donation-level-button-wrap {
margin: 0 0 30px;
}
.give-custom-amount-text {
display: none !important;
}
.give-total-wrap.clone-montant-total {
display: block;
margin: 10px 0;
background: #f4f4f4;
padding: 20px;
width: 100%;
}
.give-total-wrap #give-amount,
.give-total-wrap span {
border: 0 !important;
}
.give-donation-amount {
margin: 0 auto !important;
}
form[id*=give-form] .give-donation-amount::before {
content: 'Saisissez le montant de votre don';
display: block;
text-transform: uppercase;
font-family: 'BrandonGrotesqueWeb-Bold';
font-size: .9rem !important;
color: var(--prune);
border: 0 !important;
font-weight: normal !important;
margin: 0 0 10px 0 !important;
padding: 0 !important;
}
#give-donation-level-button-wrap>li {
float: none;
margin: 0;
}
#give-donation-level-button-wrap>li.flex-item-quart {
width: 25%;
border-right: 8px solid #fff;
}
#give-donation-level-button-wrap>li:nth-child(4) {
border: 0 !important;
}
#give-donation-level-button-wrap>li button {
width: 100%;
}
button.give-btn {
border: 0;
font-size: 1rem;
padding: 14px 0;
background: #f4f4f4 !important;
color: #000 !important;
}
button.give-btn:hover,
button.give-btn.give-default-level {
background: #000 !important;
color: #fff !important;
}
#give-recurring-form h3.give-section-break, #give-recurring-form h4.give-section-break, #give-recurring-form legend, form.give-form h3.give-section-break, form.give-form h4.give-section-break, form.give-form legend, form[id*=give-form] h3.give-section-break, form[id*=give-form] h4.give-section-break, form[id*=give-form] legend {
margin: 10px 0;
border: 0;
font-weight: normal;
padding: 0;
font-size: 1.3rem;
}
form[id*=give-form] .give-donation-amount input.give-amount-top {
width: 200px;
}
#statut-wrap .give-ffm-section,
#numro_et_voie-wrap .give-ffm-section {
margin-bottom: 5px;
}
#statut_1-wrap label {
display: inline-block;
}
#statut_1-wrap label.give-label {
display: none;
}
#statut_1-wrap label input.radiofield {
margin-left: 20px;
}
#statut_1-wrap label:nth-child(1) input.radiofield {
margin-left: 0;
}
#ffm-statut_1 label {
cursor: pointer;
} .montant-deduction-impot-part {
display: block;
}
.montant-deduction-impot-part.actif,
.montant-deduction-impot-societe.actif {
display: block;
}
.montant-deduction-impot-part.inactif,
.montant-deduction-impot-societe.inactif {
display: none;
}
.sous-container {
margin: 0;
padding-bottom: 10px;
padding-top: 14px;
border-top: 4px solid var(--rose);
border-bottom: 4px solid var(--rose);
display: block;
margin: 15px 0;
}
form[id*=give-form] #give-final-total-wrap {
margin: 0;
float: left;
width: 48%;
display: inline-flex;
}
form[id*=give-form] #give-final-total-wrap .give-final-total-amount,
form[id*=give-form] #give-final-total-wrap .give-donation-total-label {
display: inline-block;
float: none;
}
.validation-don {
margin-top: 30px;
}
.give-submit-button-wrap {
text-align: right;
float: right;
}
.give-submit-button-wrap::after {
content: '';
display: block;
width: 100%;
height: 1px;
clear: both;
}
.validation-don input[type=submit]{
margin: 0;
position: absolute;
right: 0;
top: 5px;
}
.give-submit-button-wrap span.give-loading-animation, [id^=give-user-login-submit] span.give-loading-animation {
position: absolute;
margin: 0;
}
.give-donation-total-label {
font-size: 1.8rem !important;
color: var(--rose) !important;
background-color: #fff !important;
border: 0 !important;
height: auto !important;
line-height: 1.6rem !important;
padding: 0 !important;
margin: 0 !important;
font-family: 'BrandonGrotesqueWeb-Bold';
font-weight: normal;
font-style: normal;
text-transform: uppercase;
}
.give-final-total-amount {
height: auto !important;
font-size: 1.8rem !important;
color: #000 !important;
border: 0 !important;
line-height: 1.6rem !important;
font-family: 'BrandonGrotesqueWeb-Bold';
font-weight: normal;
font-style: normal;
text-transform: uppercase;
}
#give_terms_agreement {
font-size: .85rem;
line-height: 1.15rem;
position: relative;
min-height: 50px;
} #statut_1-wrap {
padding: 20px;
background: #f4f4f4;
}
#give_terms {
padding: 12px;
background: #f1f1f1;
margin-bottom: 15px;
}
#give_terms p:last-child {
margin-bottom: 0;
}
.ui-widget-content {
border: 0;
color: inherit;
background: none;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
border: 0;
font-weight: inherit;
}
.ui-widget button,
.ui-widget input,
.ui-widget select,
.ui-widget textarea {
font-family: 'Open Sans', helvetica, arial, lucida, sans-serif !important;
color: #1d1d1b !important;
font-size: .95rem !important;
line-height: 1.4rem !important;
}
button.give-btn:hover,
button.give-btn.give-default-level {
background: var(--rose) !important;
}
#give-payment-mode-select {
margin-top: 25px !important;
}
.section-wrap-adresse,
fieldset#give-payment-mode-select,
fieldset#give_checkout_user_info {
margin-bottom: 20px;
}
.give-section-break,
fieldset#give-payment-mode-select legend,
fieldset#give_checkout_user_info legend {
text-transform: uppercase;
font-family: 'BrandonGrotesqueWeb-Bold';
font-size: .9rem !important;
color: var(--prune);
border: 0 !important;
font-weight: normal !important;
margin: 10px 0 10px 0 !important;
padding: 0 !important;
}
#give-email-wrap {
margin-bottom: 0;
}
#give-recurring-form .form-row,
form.give-form .form-row,
form[id*=give-form] .form-row {
margin: 0;
}
.give-fl-wrap {
margin-bottom: 15px !important;   
}
#give_offline_payment_info {
padding: 30px;
background: var(--gris-clair);
margin: 20px 0;
font-size: .9rem;
line-height: 1.4rem;
clear: both;
}
.give-ffm-form-row-third {
width: 31%;
float: left;
}
.give-ffm-form-row-thirds {
width: 67%;
float: right;
}
.give-section-break {
clear: both;
}
#give_purchase_form_wrap .give-ffm-form-row-half {
background: var(--gris-clair);
padding: 20px !important;
margin-bottom: 0 !important;
width: 100%;
float: none;
border-bottom: 2px solid #fff;
}
#give_purchase_form_wrap .give-ffm-form-row-half:first-child {
margin-right: 0;
}
.container-deduction {
display: none;
}
.ffm-field-container[data-field-name="statut_2"],
.container-deduction {
background: var(--gris-typo);
width: 100%;
color: #fff !important;
float: none;
padding: 20px !important;
}
.ffm-field-container[data-field-name="statut_2"] p,
.container-deduction p {
color: #fff;
font-weight: 400;
margin-bottom: 0;
}
.ffm-field-container[data-field-name="statut_2"] p strong,
.container-deduction p strong {
color: #fff;
display: inline-block;
padding: 3px 5px;
margin: 0 3px;
background: var(--rose);
}
#give_purchase_form_wrap .give-ffm-form-row-half label {
display: inline-block !important;
font-size: .9rem;
margin-right: 15px !important;
cursor: pointer;
}
#give-gateway-radio-list label {
font-size: .9rem !important;
margin-right: 15px !important;
}
#give_terms_agreement {
margin: 20px 0 35px;
padding: 20px 0;
border-top: 5px solid var(--gris-clair);
border-bottom: 5px solid var(--gris-clair);
}
#give_show_terms a {
font-weight: bold;
color: var(--prune);
margin-bottom: 5px;
display: inline-block;
}
#give_show_terms a::after {
content: '';
display: block;
width: 100%;
height: 3px;
background: var(--prune);
margin-top: 6px;
}
form[id*=give-form] #give-final-total-wrap {
float: none;
width: 100%;
display: block;
}
#give-purchase-button,
.give-submit.cta {
font-family: 'BrandonGrotesqueWeb-Bold' !important;
font-weight: normal;
font-style: normal;
letter-spacing: 1px;
background: #bb006b !important;
color: #fff !important;
padding: 10px 30px !important;
line-height: 1.8rem !important;
border-radius: 50px !important;
float: none !important;
height: auto !important;
border: 0 !important;
text-decoration: none !important;
font-size: .8rem !important;
-webkit-transition: all 0.3s;
transition: all 0.3s;
margin: 30px auto 0;
display: inline-block;
text-align: center;
text-transform: uppercase;
}
#give-purchase-button:hover {
background: var(--prune) !important;
}
[id*=give-form].give-fl-form .give-fl-has-focus label.give-fl-label {
color: var(--rose);
}
#give_cc_fields {
margin: 20px 0;
}
.big.brandon.prune {
text-transform: uppercase;
}
a.cta-soutien {
width: 100px;
height: 100px;
border-radius: 50%;
border: 2px solid #fff;
z-index: 12;
background: url(//femmes-numerique.fr/wp-content/themes/femmes-numerique/img/icone-cta-soutien.png) center center no-repeat;
background-color: var(--prune);
background-size: cover;
display: block;
margin-top: 40px;
color: #fff;
box-shadow: 0 10px 10px rgba(0,0,0,0.2);
-webkit-transition: all 0.3s;
transition: all 0.3s;
}
a.cta-soutien:hover {
background-color: var(--rose);
color: #fff;
box-shadow: 0 6px 6px rgba(0,0,0,0.4);
}
header.header.scroll a.cta-soutien {
height: 70px;
width: 70px;
margin-top: 0;
position: absolute;
top: 10px;
left: 30px;
}
body.give-success a.cta-soutien,
body.single-contenu_prive_type a.cta-soutien,
body.single-femme_type a.cta-soutien,
body.page-template-page-inscription-femme a.cta-soutien,
body.page-template-page-inscription-association a.cta-soutien,
body.page-template-page-extranet-video a.cta-soutien,
body.page-template-page-extranet-video-formulaire a.cta-soutien,
body.page-template-page-extranet-ressources a.cta-soutien,
body.page-template-page-extranet-espace a.cta-soutien,
body.page-template-page-extranet-espace-supprime a.cta-soutien,
body.page-template-page-extranet-accueil a.cta-soutien,
body.page-template-page-annuaire a.cta-soutien,
body.page-template-page-soutien-action a.cta-soutien {
display: none;
}
#give-iban-number-wrap .give-label,
#give-iban-number-wrap .give-tooltip.hint--top {
display: none !important;
}
.give-stripe-sepa-mandate-acceptance-text {
margin-top: 15px !important;
font-size: .85rem;
line-height: 1.3rem;
font-family: 'Open Sans', helvetica, arial, lucida, sans-serif;
opacity: .8;
}
#give-payment-mode-wrap {
padding: 15px 15px 0;
background: var(--gris-clair);
margin-bottom: 15px;
border-bottom: 3px solid var(--rose);
}
#give-gateway-radio-list {
margin-bottom: 0 !important;
}
#give-gateway-radio-list li {
width: 30%;
}
#give-gateway-radio-list li:nth-of-type(2) label::after {
content: '';
display: block;
width: 120px;
margin-top: 5px;
height: 20px;
background: url(//femmes-numerique.fr/wp-content/themes/femmes-numerique/img/logos-cb.jpg) center center no-repeat;
background-size: contain;
}
#give-gateway-radio-list li:nth-of-type(3) label::after {
content: '';
display: block;
width: 120px;
margin-top: 5px;
height: 25px;
background: url(//femmes-numerique.fr/wp-content/themes/femmes-numerique/img/logo-sepa.jpg) left center no-repeat;
background-size: contain;
}
#give-gateway-radio-list li:nth-of-type(1) label::after {
content: '';
display: block;
width: 120px;
margin-top: 5px;
height: 25px;
background: url(//femmes-numerique.fr/wp-content/themes/femmes-numerique/img/cheque.jpg) left center no-repeat;
background-size: contain;
}
.give-stripe-single-cc-field-wrap::after {
content: '';
display: block;
width: 120px;
margin-top: 20px;
margin-left: -12px;
height: 20px;
background: url(//femmes-numerique.fr/wp-content/themes/femmes-numerique/img/logos-cb.jpg) center center no-repeat;
background-size: contain;
}
#give-iban-number-wrap::after {
content: '';
display: block;
width: 120px;
height: 25px;
margin-top: 10px;
margin-left: -3px;
background: url(//femmes-numerique.fr/wp-content/themes/femmes-numerique/img/logo-sepa.jpg) left center no-repeat;
background-size: contain;
}
#give_donation_receipt tr:last-child,
#give_donation_receipt tr:last-child td {
opacity: 0;
display: none !important;
}
.give-fl-select,
.wpcf7-form-control-wrap select {
max-width: 100% !important;
padding: 10px 20px !important;
text-transform: none !important;
background-color: #fff !important;
font-size: 1rem !important;
background: url(//femmes-numerique.fr/wp-content/themes/femmes-numerique/img/black_select_arrow.png) no-repeat 99% 50% #fff !important;
height: 50px;
color: #000 !important;
border: 1px solid #000 !important;
}
.give-fl-select {
border: 1px solid #ccc !important;
margin-bottom: 15px !important;
padding: 0 20px !important; 
min-height: 60px;
}
.structure_field {
margin-bottom: 25px !important;
}
#give-recurring-form,
form.give-form,
form[id*=give-form] {
margin-bottom: 0 !important;
}
form[id*=give-form] #give_terms_agreement label {
display: inline;
}
.give-label {
font-size: .85rem !important;
line-height: 1.2rem !important;
}     h3.header-accordion {
display: block;
width: 100%;
font-size: 1.2rem;
line-height: 1.4rem;
padding: 15px 0;
margin-bottom: 5px;
border-bottom: 3px solid var(--rose);
position: relative;
color: var(--rose);
padding-right: 30px;
cursor: pointer;
-webkit-transition: all .3s;
transition: all .3s;
}
h3.header-accordion:first-child {
border-top: 3px solid var(--rose);
padding-top: 20px;
}
h3.header-accordion.ui-state-active:first-child {
border-top: 3px solid var(--prune);
}
h3.header-accordion::after {
content: '\e5cf';
display: block;
position: absolute;
top: 25%;
right: -10px;
font-size: 2.2rem;
font-family: 'Material Icons';
color: var(--rose);
-webkit-transition: all .3s;
transition: all .3s;
}
#accordion .ui-accordion-header-icon {
display: none;
}
h3.header-accordion.ui-state-active {
color: var(--prune);
}
h3.header-accordion.ui-state-active::after {
content: '\e5cc';
}
h3.header-accordion:hover {
color: var(--prune);
border-color: var(--prune);
-webkit-transition: all .3s;
transition: all .3s;
}
.body-accordion {
margin-bottom: 30px;
border-top: 4px solid #f4f4f4;
padding-top: 20px;
}@media only screen and (max-width: 1600px) {
html {
font-size: 97%;
-webkit-text-size-adjust: 97%;
-ms-text-size-adjust: 97%;
}
#menu-menu-top-anonymes a,
.top-header-login a {
padding: 0 22px;
height: 30px;
line-height: 32px;
border-radius: 15px;
margin-left: 10px;
font-size: .6rem;
}
.wrap {
padding: 0 80px;
}
.header-page {
margin: 0;
height: 300px;
}
.header-home {
height: 550px;
}
header.header.scroll a.cta-soutien {
left: 330px;
}
}   @media only screen and (max-width: 1366px) {
.modules-home .padding40 {
padding: 30px;
}
.modules-home h2 {
bottom: 30px;
left: 30px;
margin-right: 30px;
font-size: 1.8rem;
line-height: 2rem;
}
header.header.scroll a.cta-soutien {
left: 280px;
}
}   @media only screen and (max-width: 1280px) {
html {
font-size: 85%;
-webkit-text-size-adjust: 85%;
-ms-text-size-adjust: 85%;
}
.wrap {
padding: 0 50px;
}
.header-home {
height: 450px;
}
#inner-header {
margin-top: 15px;
}
.logo-header {
height: 45px;
}
.statut-login {
position: fixed;
top: 23px;
right: 330px;
padding: 3px 20px 0;
}
.top-header-login,
#menu-menu-top-anonymes {
margin-right: 15px;
}
#menu-menu-top-anonymes a,
.top-header-login a {
padding: 0 15px;
height: 20px;
line-height: 24px;
border-radius: 10px;
margin-left: 8px;
font-size: .6rem;
}
h1 {
font-size: 2.8rem;
line-height: 2.6rem;
}
h2 {
font-size: 2rem;
line-height: 2.2rem;
padding-right: 80px;
margin-bottom: 40px;
}
h3 {
font-size: 1.5rem;
line-height: 1.5rem;
}
.padding80 {
padding: 50px;
}
.padding60 {
padding: 45px;
}
.padding40 {
padding: 30px;
}
.image-fullwidth {
background-attachment: fixed;
background-size: cover;
height: 400px;
}
.titre-home-sec03 {
float: none;
}
.home-section-03 .container-tiers {
width: 48%;
margin-bottom: 30px;
}
.header-page {
margin: 0;
height: 300px;
}
.header-page-standard,
.header-page-actualites,
.header-page-membres {
height: 220px;
}
.header-single-actualite {
height: 120px;
}
.container-flex .container-deux-tiers,
.container-flex .container-tiers {
width: 100%;
margin-bottom: 20px;
}
.cont-logo {
width: 25%;
margin: 3% 10px;
}
#inner-header .declenche-search {
margin-right: 15px;
margin-left: 0;
height: 20px;
width: 20px;
margin-top: 4px;
}
#inner-header .declenche-search::after {
left: 5px;
top: 0;
}
.flex-item-trois-quart.profil-femme,
.flex-item-trois-quart.profil-association,
.flex-item-quart.new-password {
width: 100%;
}
a.cta-soutien {
width: 90px;
height: 90px;
margin-top: 20px;
}
header.header.scroll a.cta-soutien {
height: 70px;
width: 70px;
margin-top: 0;
top: 10px;
left: 50%;
margin-left: -35px;
}
h3.header-accordion {
font-size: 1.3rem;
line-height: 1.7rem;
padding: 10px 0;
border-bottom: 4px solid #111;
}
}   @media only screen and (max-width: 1024px) {
#wpmem-ul-list .wpmem-ul-user,
#wpmem-ul-list .wpmem-ul-user-odd {
width: 48%;
}
.modules-home .padding40 {
padding: 20px;
}
.modules-home h2 {
bottom: 25px;
left: 25px;
margin-right: 25px;
font-size: 1.5rem;
line-height: 1.7rem;
}
.modules-home h2::before {
display: none;
}
.modules-home .cap {
font-size: .9rem;
line-height: 1.1rem;
}
}   @media only screen and (max-width: 768px) {
.home-section-01 .container-moitie {
width: 100%;
float: none;
}
.flex-item-moitie {
width: 100%;
margin-bottom: 20px;
}
.flex-item-quart {
width: 48%;
margin-bottom: 20px;
}
.titre-video .flex-item-trois-quart {
width: 48%;
}
.flex-item-tiers,
.flex-item-deux-tiers {
width: 100%;
margin-bottom: 20px;
}
.infographie-home {
margin: 30px auto;
}
.infographie {
height: 415px;
width: 48%;
}
#sidebar-footer03 {
margin-top: 30px;
}
footer.footer .floatright {
float: none;
margin-left: 0;
margin-top: 30px;
clear: both;
}
footer.footer .widget_media_gallery {
width: auto;
margin-right: auto;
margin-left: 0;
margin-bottom: 20px;
text-align: left;
}
section.bkg-blanc {
padding-top: 40px !important;
padding-bottom: 40px;
}
.bkg-prune.container-moitie.container-titre {
width: 100%;
height: 40px;
margin-bottom: 50px;
}
.titre-page, h1.titre-page {
font-size: 1rem;
}
.section-cibles .container25 {
width: 50%;
}
section.section-actions .container25 {
width: 48%;
}
.container65,
.container30,
.container33 {
float: none;
width: 100%;
margin-bottom: 25px;
}
.container-tiers,
.container-moitie {
width: 100%;
margin-bottom: 20px;
}
.container-tiers.floatright,
.container-tiers.floatleft,
.container-moitie.floatright,
.container-moitie.floatleft {
float: none;
}
.home-section-03 .container-tiers {
width: 100%;
margin-bottom: 20px;
}
.container-video-home iframe {
margin-top: -30px;
}
.flex-item-six {
width: 23%;
}
.home-section-01 {
margin-bottom: 0;
}
.modules-home .flex-item-moitie,
.modules-home .flex-item-quart,
.modules-home .flex-item-trois-quart,
.modules-home .flex-item-tiers,
.modules-home .flex-item-deux-tiers {
height: auto;
max-height: 100%;
}
.modules-home h2::before {
display: block;
}
.modules-home .rangee-home {
margin-bottom: 15px;
}
.rangee-home .flex-item-trois-quart {
width: 100%;   
}
.rangee-home .flex-item-quart {
width: 100%;    
height: 300px;
max-height: 300px;
}
.rangee-home .flex-item-moitie {
height: 300px;
max-height: 300px;
width: 100%;
}
.rangee-home .flex-item-trois-quart .flex-item-tiers,
.rangee-home .flex-item-trois-quart .flex-item-deux-tiers {
width: 48%;
height: 300px;
max-height: 300px;
}
.rangee-home .flex-item-tiers {
width: 48%;
height: 300px;
max-height: 300px;
}
.rangee-home .flex-item-tiers.module-twitter {
width: 100%;
height: 300px;
max-height: 300px;
}
.rangee-home .module-home-map {
height: 450px;
max-height: 75vh;
}
.contenu-profil {
position: relative; 
left: 0; 
width: 100%; 
display: none;
top: 0;
opacity: 1;
-webkit-transition: all .5s;
transition: all .5s;
}
.contenu-profil.actif {
height: auto;
display: block; 
opacity: 1;
-webkit-transition: all .5s;
transition: all .5s;
}
.container-join {
height: auto !important;
}
body.page-template-page-actualites table {
font-size: .9rem;
line-height: 1.3rem;
}
.youtube-full,
.dailymotion_player,
.youtube_player,
.youtube-full iframe {
height: 400px;
}
.youtube-deux-tiers,
.youtube-deux-tiers .vimeo_player,
.youtube-deux-tiers .youtube_player,
.youtube-deux-tiers iframe {
height: 400px;
}
.youtube-moitie,
.youtube-moitie .vimeo_player,
.youtube-moitie .youtube_player,
.youtube-moitie iframe {
height: 400px;
}
.youtube-tiers,
.youtube-tiers .vimeo_player,
.youtube-tiers .youtube_player,
.youtube-tiers iframe {
height: 400px;
}
.youtube-quart,
.youtube-quart .vimeo_player,
.youtube-quart .youtube_player,
.youtube-quart iframe {
height: 230px;
}
.wpcf7-form .flex-item-tiers,
.wpcf7-form .flex-item-deux-tiers,
.wpcf7-form .flex-item-moitie {
margin-bottom: 0;    
}
.home-section-01 .bkg-prune {
margin-top: -50px;    
}
}   @media only screen and (max-width: 720px) {
#inner-header .declenche-search {
display: none;
}
.statut-login {
display: none;
}
}   @media only screen and (max-width: 600px) {
.spinner {
margin: 200px auto;
}
.statut-login {
top: 60px;
right: auto;
left: 20px;
padding: 3px 14px 0;
}
.top-header-login,
#menu-menu-top-anonymes {
margin-right: 15px;
}
#menu-menu-top-anonymes li {
display: block;
}
.top-header-login a {
display: block;
margin-left: 0;
margin-bottom: 8px;
margin-right: 20px;
}
header.header.scroll #menu-menu-top-anonymes a,
header.header.scroll .top-header-login a {
line-height: 12px;
}
#inner-header {
margin-top: 5px;
}
header.header.scroll .logo-header,
.logo-header {
height: 35px;
margin-top: 5px;
width: 140px;
}
.container-tiers,
.container-moitie {
width: 100%;
margin-bottom: 20px;
}
.container-tiers.floatright,
.container-tiers.floatleft,
.container-moitie.floatright,
.container-moitie.floatleft {
float: none;
}
.home-section-03 .container-tiers {
width: 100%;
margin-bottom: 20px;
}
h1 {
font-size: 2rem;
line-height: 2rem;
}
h2 {
font-size: 1.7rem;
line-height: 1.9rem;
padding-right: 0;
margin-bottom: 30px;
}
h2.small {
font-size: 1.4rem;
line-height: 1.4rem;
}
h3 {
font-size: 1.2rem;
line-height: 1.2rem;
}
.padding80 {
padding: 40px;
}
.padding60 {
padding: 30px;
}
.padding40 {
padding: 20px;
}
.padding20 {
padding: 15px;
}
.image-fullwidth {
background-attachment: scroll;
-webkit-background-attachment: scroll !important;
height: 350px;
}
.image-fullwidth h2 {
padding: 0 30px;
}
.wrap {
padding: 0 20px;
}
.header-home {
height: 350px;
}
.logo-footer {
width: 200px;
height: 35px;
}
footer.footer .container1200 {
padding: 0 20px;
}
footer.footer .floatleft {
float: none;
}
.section-fullwidth {
padding-bottom: 0;
padding-top: 60px;
}
.section-fullwidth .container50 {
float: none;
width: 100%;
min-height: 280px;
}
.section-fullwidth h3 {
max-width: auto;
}
.Zebra_Accordion .container25,    
.Zebra_Accordion .container33 {
float: none;
width: 100%;
margin-bottom: 20px;
}
section.section-actions .container25,
.section-cibles .container25 {
width: 100%;
margin-bottom: 20px;
}
section.section-actions .container25 {
margin-bottom: 30px;
}
#sidebar-footer03 .gallery-item {
max-width: 24%;
width: 24%;
text-align: center;
}
#sidebar-footer03 .gallery-item img {
max-width: 90%;
height: auto;
}
.page-template-page-actualites .container65,
.page-template-page-actualites .container33 {
float: none;
width: 100%;
margin-bottom: 25px;
}
.module-actu-der .container50 {
float: none;
width: 100%;
}
.wrap.single-actu {
padding-right: 0;
padding-left: 0;
padding-top: 20px;
padding-bottom: 20px;
}
.accordion-titre h4 {
margin: 0;
}
.accordion-titre .logo-association {
display: none;
}
.rangee-home .flex-item-trois-quart .flex-item-tiers,
.rangee-home .flex-item-trois-quart .flex-item-deux-tiers {
width: 100%;
height: 300px;
max-height: 300px;
}
.rangee-home .flex-item-tiers {
width: 100%;
height: 300px;
max-height: 300px;
}
.rangee-home .flex-item-tiers.module-twitter {
width: 100%;
height: 300px;
max-height: 300px;
}
.rangee-home .module-home-map {
height: 450px;
max-height: 75vh;
}
}   @media only screen and (max-width: 520px) {
.fc-item-box.flex-item-quart,
.flex-item-quart {
width: 100% !important;
}
.titre-video .flex-item-quart {
width: 48% !important;
}
.infographie {
height: 415px;
width: 100%;
}
.titre-page, h1.titre-page {
font-size: .8rem;
}
#wpmem_login .div_text, #wpmem_reg .div_text, #wpmem_reg .div_textarea, #wpmem_reg .div_select, #wpmem_reg .div_checkbox, #wpmem_reg .div_multiselect, #wpmem_reg .div_multicheckbox, #wpmem_reg .div_radio, #wpmem_reg .div_image, #wpmem_reg .div_file, #wpmem_reg .div_url, #wpmem_reg .div_number, #wpmem_reg .div_date {
width: 88%;
max-width: 88%;
}
.mention-form {
width: 88%;
margin: 20px 0px 30px;
}
#wpmem-ul-list .wpmem-ul-user,
#wpmem-ul-list .wpmem-ul-user-odd {
width: 100%;
}
.flex-item-six {
width: 48%;
height: 230px;
}
iframe {
height: 230px;    
}
.youtube-full,
.dailymotion_player,
.youtube_player,
.youtube-full iframe {
height: 220px;
}
.youtube-deux-tiers,
.youtube-deux-tiers .vimeo_player,
.youtube-deux-tiers .youtube_player,
.youtube-deux-tiers iframe {
height: 220px;
}
.youtube-moitie,
.youtube-moitie .vimeo_player,
.youtube-moitie .youtube_player,
.youtube-moitie iframe {
height: 220px;
}
.youtube-tiers,
.youtube-tiers .vimeo_player,
.youtube-tiers .youtube_player,
.youtube-tiers iframe {
height: 220px;
}
.youtube-quart,
.youtube-quart .vimeo_player,
.youtube-quart .youtube_player,
.youtube-quart iframe {
height: 220px;
}
a.cta-soutien {
width: 80px;
height: 80px;
margin-top: 20px;
}
header.header.scroll a.cta-soutien {
height: 60px;
width: 60px;
margin-left: -30px;
}
}   @media only screen and (max-width: 375px) {
}