@charset "UTF-8";
#cookie-law-info-bar {
font-size: 15px;
margin: 0 auto;
padding: 12px 10px;
position: absolute;
text-align: center;
box-sizing: border-box;
width:100%;
z-index: 9999; display: none;
left:0px;
font-weight:300;
box-shadow: 0 -1px 10px 0 rgba(172, 171, 171, 0.3);
}
#cookie-law-info-again {
font-size: 10pt;
margin: 0;
padding:5px 10px;
text-align: center;
z-index: 9999;
cursor: pointer;
box-shadow: #161616 2px 2px 5px 2px;
}
#cookie-law-info-bar span {
vertical-align: middle;
} .cli-plugin-button, .cli-plugin-button:visited {
display: inline-block;
padding: 9px 12px;
color: #fff;
text-decoration: none;
position: relative;
cursor: pointer;
margin-left: 5px;
text-decoration: none;
}
.cli-plugin-main-link {
margin-left:0px;
font-weight: 550; text-decoration: underline;
}
.cli-plugin-button:hover {
background-color: #111;
color: #fff;
text-decoration: none;
}
.small.cli-plugin-button, .small.cli-plugin-button:visited {
font-size: 11px;
}
.cli-plugin-button, .cli-plugin-button:visited,
.medium.cli-plugin-button, .medium.cli-plugin-button:visited {
font-size: 13px;
font-weight: 400;
line-height: 1;
}
.large.cli-plugin-button, .large.cli-plugin-button:visited {
font-size: 14px;
padding: 8px 14px 9px;
}
.super.cli-plugin-button, .super.cli-plugin-button:visited {
font-size: 34px;
padding: 8px 14px 9px;
}
.pink.cli-plugin-button, .magenta.cli-plugin-button:visited {
background-color: #e22092;
}
.pink.cli-plugin-button:hover {
background-color: #c81e82;
}
.green.cli-plugin-button, .green.cli-plugin-button:visited {
background-color: #91bd09;
}
.green.cli-plugin-button:hover {
background-color: #749a02;
}
.red.cli-plugin-button, .red.cli-plugin-button:visited {
background-color: #e62727;
}
.red.cli-plugin-button:hover {
background-color: #cf2525;
}
.orange.cli-plugin-button, .orange.cli-plugin-button:visited {
background-color: #ff5c00;
}
.orange.cli-plugin-button:hover {
background-color: #d45500;
}
.blue.cli-plugin-button, .blue.cli-plugin-button:visited {
background-color: #2981e4;
}
.blue.cli-plugin-button:hover {
background-color: #2575cf;
}
.yellow.cli-plugin-button, .yellow.cli-plugin-button:visited {
background-color: #ffb515;
}
.yellow.cli-plugin-button:hover {
background-color: #fc9200;
}
.cli-plugin-button{ margin-top:5px; }
.cli-bar-popup{
-moz-background-clip: padding;
-webkit-background-clip: padding;
background-clip: padding-box;
-webkit-border-radius:30px;
-moz-border-radius:30px;
border-radius:30px;
padding:20px;
}
.cli-powered_by_p{width:100% !important; display:block !important; color:#333; clear:both; font-style:italic !important; font-size:12px !important; margin-top:15px !important; }
.cli-powered_by_a{color:#333; font-weight:600 !important; font-size:12px !important;} .cli-plugin-main-link.cli-plugin-button {
text-decoration: none;
}
.cli-plugin-main-link.cli-plugin-button {
margin-left: 5px;
}.gdpr-container-fluid {
width: 100%;
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto;
}
.gdpr-row {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-right: -15px;
margin-left: -15px;
}
.gdpr-col-4 {
-ms-flex: 0 0 33.333333%;
flex: 0 0 33.333333%;
max-width: 33.333333%;
}
.gdpr-col-8 {
-ms-flex: 0 0 66.666667%;
flex: 0 0 66.666667%;
max-width: 66.666667%;
}
.gdpr-align-items-stretch {
-ms-flex-align: stretch!important;
align-items: stretch!important;
}
.gdpr-d-flex {
display: -ms-flexbox!important;
display: flex!important;
}
.gdpr-px-0 {
padding-left: 0;
padding-right: 0;
}
.modal-backdrop.show {
opacity: .8;
}
.modal-open {
overflow: hidden
}
.modal-open .gdpr-modal {
overflow-x: hidden;
overflow-y: auto
}
.gdpr-modal.fade .gdpr-modal-dialog {
transition: -webkit-transform .3s ease-out;
transition: transform .3s ease-out;
transition: transform .3s ease-out,-webkit-transform .3s ease-out;
-webkit-transform: translate(0,-25%);
transform: translate(0,-25%)
}
.gdpr-modal.show .gdpr-modal-dialog {
-webkit-transform: translate(0,0);
transform: translate(0,0)
}
.modal-backdrop {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 1039;
background-color: #000
}
.modal-backdrop.fade {
opacity: 0
}
.modal-backdrop.show {
opacity: .5
}
.gdpr-modal {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 1050;
display: none;
overflow: hidden;
outline: 0
}
.gdpr-modal a {
text-decoration: none;
}
.gdpr-modal .gdpr-modal-dialog {
position: relative;
width: auto;
margin: .5rem;
pointer-events: none;
font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
font-size: 1rem;
font-weight: 400;
line-height: 1.5;
color: #212529;
text-align: left;
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
min-height: calc(100% - (.5rem * 2))
}
@media (min-width: 576px) {
.gdpr-modal .gdpr-modal-dialog {
max-width:500px;
margin: 1.75rem auto;
min-height: calc(100% - (1.75rem * 2));
}
}
@media (min-width: 992px) {
.gdpr-modal .gdpr-modal-dialog {
max-width: 900px;
}
}
.gdpr-modal-content {
position: relative;
display: -ms-flexbox;
display: flex;
-ms-flex-direction: column;
flex-direction: column;
width: 100%;
pointer-events: auto;
background-color: #fff;
background-clip: padding-box;
border: 1px solid rgba(0,0,0,.2);
border-radius: .3rem;
outline: 0
}
.gdpr-modal .row {
margin: 0 -15px;
}
.gdpr-modal .modal-body {
padding: 0;
position: relative;
-ms-flex: 1 1 auto;
flex: 1 1 auto;
}
.gdpr-modal .close {
position: absolute;
right: 10px;
top: 10px;
z-index: 1;
padding: 0;
background-color: transparent;
border: 0;
-webkit-appearance: none;
font-size: 1.5rem;
font-weight: 700;
line-height: 1;
color: #000;
text-shadow: 0 1px 0 #fff;
}
.gdpr-modal .close:focus {
outline: 0;
}
.gdpr-switch {
display: inline-block;
position: relative;
min-height: 1px;
padding-left: 70px;
font-size: 14px;
}
.gdpr-switch input[type="checkbox"] {
display:none;
}
.gdpr-switch .gdpr-slider {
background-color: #e3e1e8;
height: 24px;
width: 50px;
bottom: 0;
cursor: pointer;
left: 0;
position: absolute;
right: 0;
top: 0;
transition: .4s;
}
.gdpr-switch .gdpr-slider:before {
background-color: #fff;
bottom: 2px;
content: "";
height: 20px;
left: 2px;
position: absolute;
transition: .4s;
width: 20px;
}
.gdpr-switch input:checked + .gdpr-slider {
background-color:rgb(99, 179, 95);
}
.gdpr-switch input:checked + .gdpr-slider:before {
transform: translateX(26px);
}
.gdpr-switch .gdpr-slider {
border-radius: 34px;
}
.gdpr-switch .gdpr-slider:before {
border-radius: 50%;
}
.gdpr-tab-content>.gdpr-tab-pane {
display: none;
}
.gdpr-tab-content>.active {
display: block;
}
.gdpr-fade {
transition: opacity .15s linear;
}
.gdpr-nav-pills {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
padding-left: 0;
margin-bottom: 0;
list-style: none;
-ms-flex-direction: column !important;
flex-direction: column !important;
align-items: stretch !important;
-ms-align-items: stretch !important;
}
.nav.gdpr-nav-pills, .gdpr-tab-content {
width: 100%;
padding: 30px;
}
.nav.gdpr-nav-pills {
background: #f3f3f3;
}
.nav.gdpr-nav-pills .gdpr-nav-link {
border: 1px solid #0070ad;
margin-bottom: 10px;
color: #0070ad;
font-size: 14px;
display: block;
padding: .5rem 1rem;
border-radius: .25rem;
}
.nav.gdpr-nav-pills .gdpr-nav-link.active, .nav.gdpr-nav-pills .show>.gdpr-nav-link {
background-color: #0070ad;
border: 1px solid #0070ad;
}
.nav.gdpr-nav-pills .gdpr-nav-link.active {
color: #ffffff;
}
.gdpr-tab-content .gdpr-button-wrapper {
padding-top: 30px;
margin-top: 30px;
border-top: 1px solid #d6d6d6;
}
.gdpr-tab-content .gdpr-button-wrapper .btn-gdpr {
background-color: #0070ad;
border-color: #0070ad;
color: #ffffff;
font-size: 14px;
display: inline-block;
font-weight: 400;
text-align: center;
white-space: nowrap;
vertical-align: middle;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
border: 1px solid transparent;
padding: .375rem .75rem;
font-size: 1rem;
line-height: 1.5;
border-radius: .25rem;
transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.gdpr-tab-content p {
color: #343438;
font-size: 14px;
margin-top: 0;
}
.gdpr-tab-content h4 {
font-size: 20px;
margin-bottom: .5rem;
margin-top: 0;
font-family: inherit;
font-weight: 500;
line-height: 1.2;
color: inherit;
}
.cli-container-fluid {
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto;
}
.cli-row {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-right: -15px;
margin-left: -15px;
}
.cli-col-4 {
-ms-flex: 0 0 33.333333%;
flex: 0 0 33.333333%;
max-width: 33.333333%;
}
.cli-col-8 {
-ms-flex: 0 0 66.666667%;
flex: 0 0 66.666667%;
max-width: 66.666667%;
}
.cli-align-items-stretch {
-ms-flex-align: stretch!important;
align-items: stretch!important;
}
.cli-d-flex {
display: -ms-flexbox!important;
display: flex!important;
}
.cli-px-0 {
padding-left: 0;
padding-right: 0;
}
.cli-btn {
cursor: pointer;
font-size: 14px;
display: inline-block;
font-weight: 400;
text-align: center;
white-space: nowrap;
vertical-align: middle;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
border: 1px solid transparent;
padding: .5rem 1.25rem;
line-height: 1;
border-radius: .25rem;
transition: all .15s ease-in-out;
}
.cli-btn:hover {
opacity: .8;
}
.cli-read-more-link {
cursor: pointer;
font-size: 15px;
font-weight: 500;
text-decoration: underline;
}
.cli-btn:focus {
outline: 0;
}
.cli-modal-backdrop.cli-show {
opacity: .8;
}
.cli-modal-open {
overflow: hidden
}
.cli-barmodal-open {
overflow: hidden
}
.cli-modal-open .cli-modal {
overflow-x: hidden;
overflow-y: auto
}
.cli-modal.cli-fade .cli-modal-dialog {
transition: -webkit-transform .3s ease-out;
transition: transform .3s ease-out;
transition: transform .3s ease-out,-webkit-transform .3s ease-out;
-webkit-transform: translate(0,-25%);
transform: translate(0,-25%)
}
.cli-modal.cli-show .cli-modal-dialog {
-webkit-transform: translate(0,0);
transform: translate(0,0)
}
.cli-modal-backdrop {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 1040;
background-color: #000;
display: none;
}
.cli-modal-backdrop.cli-fade {
opacity: 0
}
.cli-modal-backdrop.cli-show {
opacity: .5;
display: block;
}
.cli-modal.cli-show {
display: block;
}
.cli-modal a {
text-decoration: none;
}
.cli-modal .cli-modal-dialog {
position: relative;
width: auto;
margin: .5rem;
pointer-events: none;
font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
font-size: 1rem;
font-weight: 400;
line-height: 1.5;
color: #212529;
text-align: left;
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
min-height: calc(100% - (.5rem * 2))
}
@media (min-width: 576px) {
.cli-modal .cli-modal-dialog {
max-width:500px;
margin: 1.75rem auto;
min-height: calc(100% - (1.75rem * 2))
}
}
@media (min-width: 992px) {
.cli-modal .cli-modal-dialog {
max-width: 900px;
}
}
.cli-modal-content {
position: relative;
display: -ms-flexbox;
display: flex;
-ms-flex-direction: column;
flex-direction: column;
width: 100%;
pointer-events: auto;
background-color: #fff;
background-clip: padding-box;
border-radius: .3rem;
outline: 0
}
.cli-modal .row {
margin: 0 -15px;
}
.cli-modal .modal-body {
padding: 0;
position: relative;
-ms-flex: 1 1 auto;
flex: 1 1 auto;
}
.cli-modal .cli-modal-close {
position: absolute;
right: 10px;
top: 10px;
z-index: 1;
padding: 0;
background-color: transparent !important;
border: 0;
-webkit-appearance: none;
font-size: 1.5rem;
font-weight: 700;
line-height: 1;
color: #000;
text-shadow: 0 1px 0 #fff;
}
.cli-modal .cli-modal-close:focus {
outline: 0;
}
.cli-switch {
display: inline-block;
position: relative;
min-height: 1px;
padding-left: 70px;
font-size: 14px;
}
.cli-switch input[type="checkbox"] {
display:none;
}
.cli-switch .cli-slider {
background-color: #e3e1e8;
height: 24px;
width: 50px;
bottom: 0;
cursor: pointer;
left: 0;
position: absolute;
right: 0;
top: 0;
transition: .4s;
}
.cli-switch .cli-slider:before {
background-color: #fff;
bottom: 2px;
content: "";
height: 20px;
left: 2px;
position: absolute;
transition: .4s;
width: 20px;
}
.cli-switch input:checked + .cli-slider {
background-color: #00acad
}
.cli-switch input:checked + .cli-slider:before {
transform: translateX(26px);
}
.cli-switch .cli-slider {
border-radius: 34px;
}
.cli-switch .cli-slider:before {
border-radius: 50%;
}
.cli-tab-content {
background: #ffffff;
}
.cli-tab-content>.cli-active {
display: block;
}
.cli-fade {
transition: opacity .15s linear;
}
.cli-nav-pills {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
padding-left: 0;
margin-bottom: 0;
list-style: none;
-ms-flex-direction: column;
flex-direction: column;
}
.cli-nav-pills, .cli-tab-content {
width: 100%;
padding: 30px;
}
@media (max-width: 767px) {
.cli-nav-pills, .cli-tab-content {
padding: 30px 10px;
}
}
.cli-nav-pills {
background: #f3f3f3;
}
.cli-nav-pills .cli-nav-link {
border: 1px solid #00acad;
margin-bottom: 10px;
color: #00acad;
font-size: 14px;
display: block;
padding: .5rem 1rem;
border-radius: .25rem;
cursor: pointer
}
.cli-nav-pills .cli-nav-link.cli-active, .cli-nav-pills .cli-show>.cli-nav-link {
background-color: #00acad;
border: 1px solid #00acad;
}
.cli-nav-pills .cli-nav-link.cli-active {
color: #ffffff;
}
.cli-tab-content .cli-button-wrapper {
padding-top: 30px;
margin-top: 30px;
border-top: 1px solid #d6d6d6;
}
.cli-tab-content p {
color: #343438;
font-size: 14px;
margin-top: 0;
}
.cli-tab-content h4 {
font-size: 20px;
margin-bottom: 1.5rem;
margin-top: 0;
font-family: inherit;
font-weight: 500;
line-height: 1.2;
color: inherit;
} .cli-container-fluid {
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto;
}
.cli-row {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-right: -15px;
margin-left: -15px;
}
.cli-col-4 {
-ms-flex: 0 0 33.333333%;
flex: 0 0 33.333333%;
max-width: 33.333333%;
}
.cli-col-8 {
-ms-flex: 0 0 66.666667%;
flex: 0 0 66.666667%;
max-width: 66.666667%;
flex-direction: column;
}
.cli-align-items-stretch {
-ms-flex-align: stretch!important;
align-items: stretch!important;
}
.cli-d-flex {
display: -ms-flexbox!important;
display: flex!important;
}
.cli-px-0 {
padding-left: 0;
padding-right: 0;
}
.cli-btn {
cursor: pointer;
font-size: 14px;
display: inline-block;
font-weight: 400;
text-align: center;
white-space: nowrap;
vertical-align: middle;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
border: 1px solid transparent;
padding: .5rem 1.25rem;
line-height: 1;
border-radius: .25rem;
transition: all .15s ease-in-out;
}
.cli-btn:hover {
opacity: .8;
}
.cli-read-more-link {
cursor: pointer;
font-size: 15px;
font-weight: 500;
text-decoration: underline;
}
.cli-btn:focus {
outline: 0;
}
.cli-modal-backdrop.cli-show {
opacity: .8;
}
.cli-modal-open {
overflow: hidden
}
.cli-barmodal-open {
overflow: hidden
}
.cli-modal-open .cli-modal {
overflow-x: hidden;
overflow-y: auto
}
.cli-modal.cli-fade .cli-modal-dialog {
transition: -webkit-transform .3s ease-out;
transition: transform .3s ease-out;
transition: transform .3s ease-out,-webkit-transform .3s ease-out;
-webkit-transform: translate(0,-25%);
transform: translate(0,-25%)
}
.cli-modal.cli-show .cli-modal-dialog {
-webkit-transform: translate(0,0);
transform: translate(0,0)
}
.cli-modal-backdrop {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 1040;
background-color: #000;
-webkit-transform:scale(0);
transform:scale(0);
transition: opacity ease-in-out 0.5s;
}
.cli-modal-backdrop.cli-fade {
opacity: 0;
}
.cli-modal-backdrop.cli-show {
opacity: .5;
-webkit-transform:scale(1);
transform:scale(1);
}
.cli-modal {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 99999;
transform: scale(0);
overflow: hidden;
outline: 0;
display: none;
}
.cli-modal a {
text-decoration: none;
}
.cli-modal .cli-modal-dialog {
position: relative;
width: auto;
margin: .5rem;
pointer-events: none;
font-family: inherit;
font-size: 1rem;
font-weight: 400;
line-height: 1.5;
color: #212529;
text-align: left;
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
min-height: calc(100% - (.5rem * 2))
}
@media (min-width: 576px) {
.cli-modal .cli-modal-dialog {
max-width:500px;
margin: 1.75rem auto;
min-height: calc(100% - (1.75rem * 2))
}
}
.cli-modal-content {
position: relative;
display: -ms-flexbox;
display: flex;
-ms-flex-direction: column;
flex-direction: column;
width: 100%;
pointer-events: auto;
background-color: #fff;
background-clip: padding-box;
border-radius: .2rem;
box-sizing: border-box;
outline: 0
}
.cli-modal .row {
margin: 0 -15px;
}
.cli-modal .modal-body {
padding: 0;
position: relative;
-ms-flex: 1 1 auto;
flex: 1 1 auto;
}
.cli-modal .cli-modal-close:focus {
outline: 0;
}
.cli-switch {
display: inline-block;
position: relative;
min-height: 1px;
padding-left: 38px;
font-size: 14px;
}
.cli-switch input[type="checkbox"] {
display:none;
}
.cli-switch .cli-slider {
background-color: #e3e1e8;
height: 20px;
width: 38px;
bottom: 0;
cursor: pointer;
left: 0;
position: absolute;
right: 0;
top: 0;
transition: .4s;
}
.cli-switch .cli-slider:before {
background-color: #fff;
bottom: 2px;
content: "";
height: 15px;
left: 3px;
position: absolute;
transition: .4s;
width: 15px;
}
.cli-switch input:checked + .cli-slider {
background-color: #61a229;
}
.cli-switch input:checked + .cli-slider:before {
transform: translateX(18px);
}
.cli-switch .cli-slider {
border-radius: 34px;
font-size:0;
}
.cli-switch .cli-slider:before {
border-radius: 50%;
}
.cli-tab-content {
background: #ffffff;
}
.cli-nav-pills {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
padding-left: 0;
margin-bottom: 0;
list-style: none;
-ms-flex-direction: column;
flex-direction: column;
}
.cli-nav-pills, .cli-tab-content {
width: 100%;
padding:5px 30px 5px 5px;
box-sizing: border-box;
}
@media (max-width: 767px) {
.cli-nav-pills, .cli-tab-content {
padding: 30px 10px;
}
}
.cli-nav-pills {
background: #fff;
}
.cli-nav-pills .cli-nav-link {
border: 1px solid #cccccc;
margin-bottom: 10px;
color:#2a2a2a;
font-size: 14px;
display: block;
padding: .5rem 1rem;
border-radius: .25rem;
cursor: pointer
}
.cli-nav-pills .cli-nav-link.cli-active, .cli-nav-pills .cli-show>.cli-nav-link {
background-color: #f6f6f9;
border: 1px solid #cccccc;
}
.cli-nav-pills .cli-nav-link.cli-active {
color:#2a2a2a;
}
.cli-tab-content .cli-button-wrapper {
padding-top: 30px;
margin-top: 30px;
border-top: 1px solid #d6d6d6;
}
.cli-tab-content p {
color: #343438;
font-size: 14px;
margin-top: 0;
}
.cli-tab-content h4 {
font-size: 20px;
margin-bottom: 1.5rem;
margin-top: 0;
font-family: inherit;
font-weight: 500;
line-height: 1.2;
color: inherit;
} #cookie-law-info-bar .cli-nav-pills,#cookie-law-info-bar .cli-tab-content,#cookie-law-info-bar .cli-nav-pills .cli-show>.cli-nav-link,#cookie-law-info-bar a.cli-nav-link.cli-active{
background: transparent;
}
#cookie-law-info-bar .cli-nav-pills .cli-nav-link.cli-active,#cookie-law-info-bar  .cli-nav-link,#cookie-law-info-bar .cli-tab-container p,#cookie-law-info-bar span.cli-necessary-caption,#cookie-law-info-bar .cli-switch .cli-slider:after
{
color:inherit;
}
#cookie-law-info-bar .cli-tab-header a:before
{
border-right: 1px solid currentColor;
border-bottom: 1px solid currentColor;
}
#cookie-law-info-bar .cli-row
{
margin-top:20px;
}
#cookie-law-info-bar .cli-col-4
{
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: auto;
max-width: none;
}
#cookie-law-info-bar .cli-col-8
{
flex-basis: 0;
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
max-width: 100%;
}
.cli-wrapper {
max-width: 90%;
float: none;
margin: 0 auto;
}
#cookie-law-info-bar .cli-tab-content h4
{
margin-bottom:0.5rem;
}
#cookie-law-info-bar .cli-nav-pills .cli-nav-link
{
padding: .2rem 0.5rem;
}
#cookie-law-info-bar .cli-tab-container
{
display:none;
text-align:left;
} .cli-tab-footer .cli-btn {
background-color: #00acad;
padding: 10px 15px;
text-decoration:none;
}
.cli-tab-footer .wt-cli-privacy-accept-btn {
background-color: #61a229;
color: #ffffff;
border-radius: 0;
}
.cli-tab-footer {
width:100%;
text-align:right;
padding: 20px 0;
} .cli-col-12
{
width:100%;
}
.cli-tab-header
{
display: flex;
justify-content: space-between;
}
.cli-tab-header a:before {
width: 10px;
height: 2px;
left: 0;
top: calc(50% - 1px);
}
.cli-tab-header a:after {
width: 2px;
height: 10px;
left: 4px;
top: calc(50% - 5px);
-webkit-transform: none;
transform: none;
}
.cli-tab-header a:before {
width: 7px;
height: 7px;
border-right: 1px solid #4a6e78;
border-bottom: 1px solid #4a6e78;
content: " ";
transform: rotate(-45deg);
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
margin-right:10px;
}
.cli-tab-header a.cli-nav-link  {
position: relative;
display: flex;
align-items: center;
font-size:14px;
color:#000;
text-transform: capitalize;
}
.cli-tab-header.cli-tab-active .cli-nav-link:before
{
transform: rotate(45deg);
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
.cli-tab-header {
border-radius: 5px;
padding: 12px 15px;
cursor: pointer;
transition: background-color 0.2s ease-out 0.3s, color 0.2s ease-out 0s;
background-color:#f2f2f2;
}
.cli-modal .cli-modal-close {
position: absolute;
right: 0;
top: 0;
z-index: 1;
-webkit-appearance: none;
width: 40px;
height: 40px;
padding: 0;
border-radius: 50%;
padding: 10px;
background: transparent;
border:none;
min-width: 40px;
}
.cli-tab-container h4,.cli-tab-container h1 {
font-family: inherit;
font-size: 16px;
margin-bottom: 15px;
margin:10px 0;
}
#cliSettingsPopup .cli-tab-section-container {
padding-top: 12px;
}
.cli-tab-container p ,.cli-privacy-content-text{
font-size: 14px;
line-height: 1.4;
margin-top: 0;
padding: 0;
color: #000;
}
.wt-cli-privacy
{
display:none;
}
.cli-tab-content
{
display:none;
}
.cli-tab-section .cli-tab-content
{
padding: 10px 20px 5px 20px;
}
.cli-tab-section
{
margin-top:5px;
}
@media (min-width: 992px) {
.cli-modal .cli-modal-dialog {
max-width: 645px;
}
}
.cli-switch .cli-slider:after{
content: attr(data-cli-disable);
position: absolute;
right: 50px;
color: #000;
font-size:12px;
text-align:right;
min-width: 80px;
}
.cli-switch input:checked + .cli-slider:after
{
content: attr(data-cli-enable);
}
.cli-privacy-overview:not(.cli-collapsed) .cli-privacy-content {
max-height: 60px;
transition: max-height 0.15s ease-out;
overflow: hidden;
}
a.cli-privacy-readmore {
font-size: 12px;
margin-top: 12px;
display: inline-block;
padding-bottom: 0;
cursor: pointer;
color:#000;
text-decoration: underline;
}
.cli-modal-footer {
position: relative;
}
a.cli-privacy-readmore:before {
content: attr(data-readmore-text);
}
.cli-collapsed a.cli-privacy-readmore:before {
content: attr(data-readless-text);
}
.cli-collapsed .cli-privacy-content
{
transition: max-height 0.25s ease-in;
}
.cli-privacy-content p
{
margin-bottom:0;
}
.cli-modal-close svg {
fill: #000;
}
span.cli-necessary-caption {
color: #000;
font-size: 12px;
}
.cli-tab-section.cli-privacy-tab {
display: none;
}
#cookie-law-info-bar .cli-tab-section.cli-privacy-tab {
display: block;
}
#cookie-law-info-bar .cli-privacy-overview {
display: none;
}
.cli-tab-container .cli-row
{
max-height: 500px;
overflow-y: auto;
}
.cli-modal.cli-blowup.cli-out {
z-index: -1;
}
.cli-modal.cli-blowup {
z-index: 999999;
transform: scale(1);
}
.cli-modal.cli-blowup .cli-modal-dialog {
animation: blowUpModal 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
.cli-modal.cli-blowup.cli-out .cli-modal-dialog
{
animation: blowUpModalTwo 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
@keyframes blowUpContent {
0% {
transform: scale(1);
opacity: 1;
}
99.9% {
transform: scale(2);
opacity: 0;
}
100% {
transform: scale(0);
}
}
@keyframes blowUpContentTwo {
0% {
transform: scale(2);
opacity: 0;
}
100% {
transform: scale(1);
opacity: 1;
}
}
@keyframes blowUpModal {
0% {
transform: scale(0);
}
100% {
transform: scale(1);
}
}
@keyframes blowUpModalTwo {
0% {
transform: scale(1);
opacity: 1;
}
50% {
transform: scale(0.5);
opacity: 0;
}
100% {
transform: scale(0);
opacity: 0;
}
}
.cli-tab-section .cookielawinfo-row-cat-table td, .cli-tab-section .cookielawinfo-row-cat-table th {
font-size: 12px;
}
.cli_settings_button
{
cursor: pointer;
} .wt-cli-sr-only
{
display: none;
font-size:16px;
} a.wt-cli-element.cli_cookie_close_button {
text-decoration: none;
color: #333333;
font-size: 22px;
line-height: 22px;
cursor: pointer;
position: absolute;
right: 10px;
top: 5px;
} .cli-bar-container{
float: none;
margin: 0 auto;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
justify-content: space-between;
-webkit-box-align: center;
-moz-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
align-items: center;
}
.cli-bar-btn_container {
margin-left: 20px;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-align: center;
-moz-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
align-items: center;
flex-wrap: nowrap;
}
.cli-style-v2 a
{
cursor: pointer;
}
.cli-bar-btn_container a {
white-space: nowrap;
}
.cli-style-v2 .cli-plugin-main-link
{
font-weight:inherit;
}
.cli-style-v2
{
font-size: 11pt;
line-height: 18px;
font-weight:normal;
}
#cookie-law-info-bar[data-cli-type="widget"] .cli-bar-container,#cookie-law-info-bar[data-cli-type="popup"] .cli-bar-container{
display: block;
}
.cli-style-v2 .cli-bar-message {
width: 70%;
text-align: left;
}
#cookie-law-info-bar[data-cli-type="widget"] .cli-bar-message,#cookie-law-info-bar[data-cli-type="popup"] .cli-bar-message
{
width:100%;
}
#cookie-law-info-bar[data-cli-type="widget"] .cli-style-v2 .cli-bar-btn_container {
margin-top:8px;
margin-left: 0px;
flex-wrap: wrap;
} #cookie-law-info-bar[data-cli-type="popup"] .cli-style-v2 .cli-bar-btn_container {
margin-top:8px;
margin-left: 0px;
}
#cookie-law-info-bar[data-cli-style="cli-style-v2"] .cli_messagebar_head{
text-align: left; margin-bottom: 5px;
margin-top: 0px;
font-size: 16px;
} .cli-style-v2 .cli-bar-message .wt-cli-ccpa-element,.cli-style-v2 .cli-bar-message .wt-cli-ccpa-checkbox {
margin-top: 5px;
}
.cli-style-v2 .cli-bar-btn_container .cli_action_button ,
.cli-style-v2 .cli-bar-btn_container .cli-plugin-main-link,
.cli-style-v2 .cli-bar-btn_container .cli_settings_button
{
margin-left: 5px;
}
.wt-cli-ccpa-checkbox label {
font-size: inherit;
cursor: pointer;
margin: 0px 0px 0px 5px;
} #cookie-law-info-bar[data-cli-style="cli-style-v2"]
{
padding: 14px 25px;
}
#cookie-law-info-bar[data-cli-style="cli-style-v2"][data-cli-type="widget"]
{
padding:32px 30px;
}
#cookie-law-info-bar[data-cli-style="cli-style-v2"][data-cli-type="popup"] {
padding: 32px 45px;
}
.cli-style-v2 .cli-plugin-main-link:not(.cli-plugin-button), .cli-style-v2 .cli_settings_button:not(.cli-plugin-button),.cli-style-v2 .cli_action_button:not(.cli-plugin-button){
text-decoration: underline;
}
.cli-style-v2 .cli-bar-btn_container .cli-plugin-button {
margin-top: 5px;
margin-bottom: 5px;
}
a.wt-cli-ccpa-opt-out {
white-space: nowrap;
text-decoration: underline;
}
.wt-cli-necessary-checkbox {
display: none !important;
}
@media (max-width: 985px) {
.cli-style-v2 .cli-bar-message
{
width:100%;
}
.cli-style-v2.cli-bar-container
{
justify-content:left;
flex-wrap: wrap;
}
.cli-style-v2 .cli-bar-btn_container {
margin-left:0px;
margin-top: 10px;
}
#cookie-law-info-bar[data-cli-style="cli-style-v2"],#cookie-law-info-bar[data-cli-style="cli-style-v2"][data-cli-type="widget"],#cookie-law-info-bar[data-cli-style="cli-style-v2"][data-cli-type="popup"]
{
padding: 25px 25px;
}
} .wt-cli-ckyes-brand-logo {
display: flex;
align-items: center;
font-size: 9px;
color: #111111;
font-weight: normal;
}
.wt-cli-ckyes-brand-logo img{
width: 65px;
margin-left: 2px;
}
.wt-cli-privacy-overview-actions {
padding-bottom:0;
}
@media only screen and (max-width: 479px) and (min-width: 320px){
.cli-style-v2 .cli-bar-btn_container {
flex-wrap: wrap;
}
} .wt-cli-cookie-description {
font-size: 14px;
line-height: 1.4;
margin-top: 0;
padding: 0;
color: #000;
}.fbx-modal,.fbx-modal *{box-sizing:content-box}.fbx-modal{position:fixed;top:0;left:0;z-index:9000001;visibility:hidden;width:100%;height:100%;font-family:"Segoe UI",Helvetica,Arial,"Sans Serif",serif;line-height:normal;outline:0!important;transform:translate3d(0,0,0);perspective:0}.fbx-modal.fbx-loading,.fbx-modal.fbx-show{visibility:visible}.fbx-no-scroll{overflow:hidden!important}.fbx-inner-spacer{display:none;padding:40px}.fbx-inner{position:absolute;top:50%;left:50%;visibility:hidden;overflow:visible!important;margin-top:-5px;margin-left:-5px;min-width:100px;min-height:100px;width:100px;height:100px;z-index:100002}.fbx-show .fbx-inner{visibility:visible}.fbx-loader{position:absolute;top:50%;left:50%;visibility:hidden;z-index:100005;width:80px;height:80px;font-size:16px;transform:translateX(-50%) translateY(-50%)}.fbx-loader .fbx-icon{width:48px;height:48px;margin-top:-24px;margin-left:-24px;transform:none}.fbx-loading .fbx-loader{visibility:visible}.fbx-loading .fbx-loader .fbx-icon{animation:spin 2s infinite linear}.fbx-phone.fbx-portrait .fbx-loader{top:calc(50% + 20px)}@keyframes spin{0%{transform:rotate(0)}100%{transform:rotate(359deg)}}.fbx-stage{position:absolute;top:0;left:0;margin:0;padding:0;width:100%;height:100%;outline:0;border:none;overflow:hidden}.fbx-item-current,.fbx-item-next{-webkit-user-drag:none;position:absolute;top:0;left:0;margin:0;padding:0;width:100%;height:100%;outline:0;border:none;overflow:auto}.fbx-loading .fbx-item-current,.fbx-loading .fbx-item-next{overflow:hidden}.fbx-item-next{z-index:100001}.fbx-item-current{z-index:100002}.fbx-error-msg{width:240px;height:240px;position:relative}.fbx-error-msg>svg{width:auto;height:150px;display:block;top:calc(50% - 20px)}.fbx-error-msg>p{position:absolute;bottom:24px;text-align:center;width:100%;margin:0}.fbx-item-embed,.fbx-item-iframe,.fbx-item-image,.fbx-item-video{margin:0;padding:0;width:100%;height:100%;outline:0;border:none;display:block}.fbx-item-video>.fbx-video{background-color:#000}.fbx-item-embed embed,.fbx-item-embed iframe,.fbx-item-embed object{margin-bottom:0}.fbx-item-embed>embed,.fbx-item-embed>iframe,.fbx-item-embed>object{max-width:100%;max-height:100%}.fbx-ios-12-or-below .fbx-item-current{-webkit-overflow-scrolling:touch!important;overflow:auto!important}.fbx-ios-12-or-below .fbx-item-iframe{width:1px;min-width:100%}.fbx-close,.fbx-next,.fbx-prev{position:absolute;z-index:100006;display:block;outline:0!important;text-decoration:none;cursor:pointer}.fbx-no-buttons .fbx-next,.fbx-no-buttons .fbx-prev{display:none!important}.fbx-credit{position:absolute;z-index:100003;text-transform:lowercase;font-size:10px}.fbx-credit em{font-style:normal;font-size:10px}.fbx-credit a{text-decoration:none;font-size:10px}.fbx-credit a span{letter-spacing:1px;font-size:10px}.fbx-count{position:absolute;z-index:100002;width:100%;text-align:center;font-size:10px}.fbx-btn-transition{transition-property:color,border-color,opacity,box-shadow,filter,-webkit-filter;transition-duration:.2s,.2s,.2s,.2s,.2s,.2s;transition-timing-function:ease-in,linear,ease-in,ease-in,ease-in,ease-in;outline:0}@media (hover:hover){.fbx-close:hover,.fbx-next:hover,.fbx-prev:hover{text-decoration:none}.fbx-credit a:hover span{text-decoration:underline}}.fbx-phone .fbx-count{display:none}.fbx-phone .fbx-credit em{display:none}.fbx-phone.fbx-landscape.fbx-no-nav .fbx-next,.fbx-phone.fbx-landscape.fbx-no-nav .fbx-prev{display:none}.fbx-modal.fbx-phone .fbx-inner{border:none}.fbx-modal.fbx-phone .fbx-close,.fbx-modal.fbx-phone .fbx-next,.fbx-modal.fbx-phone .fbx-prev{position:fixed}.fbx-modal.fbx-phone .fbx-credit{bottom:2px;left:2px}.fbx-modal.fbx-phone.fbx-portrait .fbx-inner-spacer{padding:45px 5px 5px 5px}.fbx-modal.fbx-phone.fbx-portrait .fbx-close,.fbx-modal.fbx-phone.fbx-portrait .fbx-next,.fbx-modal.fbx-phone.fbx-portrait .fbx-prev{border:none;opacity:1;margin:0;top:0;bottom:auto;width:auto;height:40px;border-radius:0;line-height:40px}.fbx-modal.fbx-phone.fbx-portrait .fbx-prev{left:0;right:66%}.fbx-modal.fbx-phone.fbx-portrait .fbx-next{left:33%;right:33%}.fbx-modal.fbx-phone.fbx-portrait .fbx-close{left:66%;right:0}.fbx-modal.fbx-phone.fbx-portrait.fbx-no-buttons .fbx-close{left:0;right:0}.fbx-modal.fbx-phone.fbx-landscape{border-right-width:46px;border-right-style:solid;box-sizing:border-box}.fbx-modal.fbx-phone.fbx-landscape .fbx-inner-spacer{padding:5px}.fbx-modal.fbx-phone.fbx-landscape .fbx-close,.fbx-modal.fbx-phone.fbx-landscape .fbx-next,.fbx-modal.fbx-phone.fbx-landscape .fbx-prev{bottom:auto;left:auto;right:-45px;width:44px;height:44px;line-height:44px;border:none;opacity:1;margin:0}.fbx-modal.fbx-phone.fbx-landscape .fbx-close{top:0;height:60px}.fbx-modal.fbx-phone.fbx-landscape .fbx-prev{top:62px}.fbx-modal.fbx-phone.fbx-landscape .fbx-next{top:108px}.fbx-icon{display:inline-block;fill:currentColor;position:absolute;top:50%;left:50%;transform:translateX(-50%) translateY(-50%)}.fbx-icon-close path{display:none}.fbx-flat .fbx-icon-close-flat,.fbx-metro .fbx-icon-close-default,.fbx-rounded .fbx-icon-close-default{display:inline}.fbx-flat .fbx-pause .fbx-icon-play-flat,.fbx-flat .fbx-play .fbx-icon-pause-flat,.fbx-icon-slideshow path,.fbx-metro .fbx-pause .fbx-icon-play-default,.fbx-metro .fbx-play .fbx-icon-pause-default,.fbx-rounded .fbx-pause .fbx-icon-play-default,.fbx-rounded .fbx-play .fbx-icon-pause-default{display:none}.fbx-flat .fbx-pause .fbx-icon-pause-flat,.fbx-flat .fbx-play .fbx-icon-play-flat,.fbx-metro .fbx-pause .fbx-icon-pause-default,.fbx-metro .fbx-play .fbx-icon-play-default,.fbx-rounded .fbx-pause .fbx-icon-pause-default,.fbx-rounded .fbx-play .fbx-icon-play-default{display:inline}.fbx-flat .fbx-maximize .fbx-icon-minimize-flat,.fbx-flat .fbx-minimize .fbx-icon-maximize-flat,.fbx-icon-fullscreen path,.fbx-metro .fbx-maximize .fbx-icon-minimize-default,.fbx-metro .fbx-minimize .fbx-icon-maximize-default,.fbx-rounded .fbx-maximize .fbx-icon-minimize-default,.fbx-rounded .fbx-minimize .fbx-icon-maximize-default{display:none}.fbx-flat .fbx-maximize .fbx-icon-maximize-flat,.fbx-flat .fbx-minimize .fbx-icon-minimize-flat,.fbx-metro .fbx-maximize .fbx-icon-maximize-default,.fbx-metro .fbx-minimize .fbx-icon-minimize-default,.fbx-rounded .fbx-maximize .fbx-icon-maximize-default,.fbx-rounded .fbx-minimize .fbx-icon-minimize-default{display:inline}.fbx-flat.fbx-arrows-1 .fbx-icon-arrows-flat,.fbx-flat.fbx-arrows-10 .fbx-icon-arrows-flat,.fbx-flat.fbx-arrows-11 .fbx-icon-arrows-flat,.fbx-flat.fbx-arrows-2 .fbx-icon-arrows-flat,.fbx-flat.fbx-arrows-3 .fbx-icon-arrows-flat,.fbx-flat.fbx-arrows-4 .fbx-icon-arrows-flat,.fbx-flat.fbx-arrows-5 .fbx-icon-arrows-flat,.fbx-flat.fbx-arrows-6 .fbx-icon-arrows-flat,.fbx-flat.fbx-arrows-7 .fbx-icon-arrows-flat,.fbx-flat.fbx-arrows-8 .fbx-icon-arrows-flat,.fbx-flat.fbx-arrows-9 .fbx-icon-arrows-flat,.fbx-icon-next path,.fbx-icon-prev path,.fbx-metro.fbx-arrows-1 .fbx-icon-arrows-default,.fbx-metro.fbx-arrows-10 .fbx-icon-arrows-default,.fbx-metro.fbx-arrows-11 .fbx-icon-arrows-default,.fbx-metro.fbx-arrows-2 .fbx-icon-arrows-default,.fbx-metro.fbx-arrows-3 .fbx-icon-arrows-default,.fbx-metro.fbx-arrows-4 .fbx-icon-arrows-default,.fbx-metro.fbx-arrows-5 .fbx-icon-arrows-default,.fbx-metro.fbx-arrows-6 .fbx-icon-arrows-default,.fbx-metro.fbx-arrows-7 .fbx-icon-arrows-default,.fbx-metro.fbx-arrows-8 .fbx-icon-arrows-default,.fbx-metro.fbx-arrows-9 .fbx-icon-arrows-default,.fbx-rounded.fbx-arrows-1 .fbx-icon-arrows-default,.fbx-rounded.fbx-arrows-10 .fbx-icon-arrows-default,.fbx-rounded.fbx-arrows-11 .fbx-icon-arrows-default,.fbx-rounded.fbx-arrows-2 .fbx-icon-arrows-default,.fbx-rounded.fbx-arrows-3 .fbx-icon-arrows-default,.fbx-rounded.fbx-arrows-4 .fbx-icon-arrows-default,.fbx-rounded.fbx-arrows-5 .fbx-icon-arrows-default,.fbx-rounded.fbx-arrows-6 .fbx-icon-arrows-default,.fbx-rounded.fbx-arrows-7 .fbx-icon-arrows-default,.fbx-rounded.fbx-arrows-8 .fbx-icon-arrows-default,.fbx-rounded.fbx-arrows-9 .fbx-icon-arrows-default{display:none}.fbx-arrows-1 .fbx-icon-arrows-1,.fbx-arrows-10 .fbx-icon-arrows-10,.fbx-arrows-11 .fbx-icon-arrows-11,.fbx-arrows-2 .fbx-icon-arrows-2,.fbx-arrows-3 .fbx-icon-arrows-3,.fbx-arrows-4 .fbx-icon-arrows-4,.fbx-arrows-5 .fbx-icon-arrows-5,.fbx-arrows-6 .fbx-icon-arrows-6,.fbx-arrows-7 .fbx-icon-arrows-7,.fbx-arrows-8 .fbx-icon-arrows-8,.fbx-arrows-9 .fbx-icon-arrows-9,.fbx-flat .fbx-icon-arrows-flat,.fbx-metro .fbx-icon-arrows-default,.fbx-rounded .fbx-icon-arrows-default{display:inline}.fbx-flat.fbx-spinner-1 .fbx-icon-spinner-flat,.fbx-flat.fbx-spinner-10 .fbx-icon-spinner-flat,.fbx-flat.fbx-spinner-11 .fbx-icon-spinner-flat,.fbx-flat.fbx-spinner-2 .fbx-icon-spinner-flat,.fbx-flat.fbx-spinner-3 .fbx-icon-spinner-flat,.fbx-flat.fbx-spinner-4 .fbx-icon-spinner-flat,.fbx-flat.fbx-spinner-5 .fbx-icon-spinner-flat,.fbx-flat.fbx-spinner-6 .fbx-icon-spinner-flat,.fbx-flat.fbx-spinner-7 .fbx-icon-spinner-flat,.fbx-flat.fbx-spinner-8 .fbx-icon-spinner-flat,.fbx-flat.fbx-spinner-9 .fbx-icon-spinner-flat,.fbx-icon-spinner path,.fbx-metro.fbx-spinner-1 .fbx-icon-spinner-default,.fbx-metro.fbx-spinner-10 .fbx-icon-spinner-default,.fbx-metro.fbx-spinner-11 .fbx-icon-spinner-default,.fbx-metro.fbx-spinner-2 .fbx-icon-spinner-default,.fbx-metro.fbx-spinner-3 .fbx-icon-spinner-default,.fbx-metro.fbx-spinner-4 .fbx-icon-spinner-default,.fbx-metro.fbx-spinner-5 .fbx-icon-spinner-default,.fbx-metro.fbx-spinner-6 .fbx-icon-spinner-default,.fbx-metro.fbx-spinner-7 .fbx-icon-spinner-default,.fbx-metro.fbx-spinner-8 .fbx-icon-spinner-default,.fbx-metro.fbx-spinner-9 .fbx-icon-spinner-default,.fbx-rounded.fbx-spinner-1 .fbx-icon-spinner-default,.fbx-rounded.fbx-spinner-10 .fbx-icon-spinner-default,.fbx-rounded.fbx-spinner-11 .fbx-icon-spinner-default,.fbx-rounded.fbx-spinner-2 .fbx-icon-spinner-default,.fbx-rounded.fbx-spinner-3 .fbx-icon-spinner-default,.fbx-rounded.fbx-spinner-4 .fbx-icon-spinner-default,.fbx-rounded.fbx-spinner-5 .fbx-icon-spinner-default,.fbx-rounded.fbx-spinner-6 .fbx-icon-spinner-default,.fbx-rounded.fbx-spinner-7 .fbx-icon-spinner-default,.fbx-rounded.fbx-spinner-8 .fbx-icon-spinner-default,.fbx-rounded.fbx-spinner-9 .fbx-icon-spinner-default{display:none}.fbx-flat .fbx-icon-spinner-flat,.fbx-metro .fbx-icon-spinner-default,.fbx-rounded .fbx-icon-spinner-default,.fbx-spinner-1 .fbx-icon-spinner-1,.fbx-spinner-10 .fbx-icon-spinner-10,.fbx-spinner-11 .fbx-icon-spinner-11,.fbx-spinner-2 .fbx-icon-spinner-2,.fbx-spinner-3 .fbx-icon-spinner-3,.fbx-spinner-4 .fbx-icon-spinner-4,.fbx-spinner-5 .fbx-icon-spinner-5,.fbx-spinner-6 .fbx-icon-spinner-6,.fbx-spinner-7 .fbx-icon-spinner-7,.fbx-spinner-8 .fbx-icon-spinner-8,.fbx-spinner-9 .fbx-icon-spinner-9{display:inline}.fbx-loader{box-shadow:0 0 3px rgba(0,0,0,.4)}.fbx-rounded .fbx-prev.fbx-btn-shadow,.fbx-rounded .fbx-prev.fbx-btn-shadow:hover{box-shadow:-2px 0 2px rgba(0,0,0,.4)}.fbx-rounded .fbx-next.fbx-btn-shadow,.fbx-rounded .fbx-next.fbx-btn-shadow:hover{box-shadow:2px 0 2px rgba(0,0,0,.4)}.fbx-fullscreen-mode .fbx-btn-shadow,.fbx-fullscreen-mode .fbx-next.fbx-btn-shadow,.fbx-fullscreen-mode .fbx-prev.fbx-btn-shadow,.fbx-inner-shadow,.fbx-rounded .fbx-btn-shadow,.fbx-rounded.fbx-inset-buttons.fbx-desktop:not(.fbx-fullscreen-mode) .fbx-next.fbx-btn-shadow .fbx-icon,.fbx-rounded.fbx-inset-buttons.fbx-desktop:not(.fbx-fullscreen-mode) .fbx-prev.fbx-btn-shadow .fbx-icon,.fbx-rounded.fbx-inset-buttons.fbx-tablet:not(.fbx-fullscreen-mode) .fbx-next.fbx-btn-shadow .fbx-icon,.fbx-rounded.fbx-inset-buttons.fbx-tablet:not(.fbx-fullscreen-mode) .fbx-prev.fbx-btn-shadow .fbx-icon,.fbx-sticky-buttons .fbx-next.fbx-btn-shadow,.fbx-sticky-buttons .fbx-prev.fbx-btn-shadow{box-shadow:0 0 12px rgba(0,0,0,.4)}@media (hover:hover){.fbx-fullscreen-mode .fbx-btn-shadow:hover,.fbx-fullscreen-mode .fbx-next.fbx-btn-shadow:hover,.fbx-fullscreen-mode .fbx-prev.fbx-btn-shadow:hover,.fbx-rounded .fbx-btn-shadow:hover,.fbx-rounded.fbx-inset-buttons.fbx-desktop:not(.fbx-fullscreen-mode) .fbx-next.fbx-btn-shadow:hover .fbx-icon,.fbx-rounded.fbx-inset-buttons.fbx-desktop:not(.fbx-fullscreen-mode) .fbx-prev.fbx-btn-shadow:hover .fbx-icon,.fbx-rounded.fbx-inset-buttons.fbx-tablet:not(.fbx-fullscreen-mode) .fbx-next.fbx-btn-shadow:hover .fbx-icon,.fbx-rounded.fbx-inset-buttons.fbx-tablet:not(.fbx-fullscreen-mode) .fbx-prev.fbx-btn-shadow:hover .fbx-icon,.fbx-sticky-buttons .fbx-next.fbx-btn-shadow:hover,.fbx-sticky-buttons .fbx-prev.fbx-btn-shadow:hover{box-shadow:0 0 6px rgba(0,0,0,.4)}}.fbx-flat .fbx-inner-shadow{box-shadow:0 5px 35px rgba(0,0,0,.65)}.fbx-flat .fbx-inner-shadow,.fbx-flat .fbx-loader,.fbx-flat.fbx-fullscreen-mode .fbx-btn-shadow,.fbx-flat.fbx-fullscreen-mode .fbx-btn-shadow:hover,.fbx-flat.fbx-fullscreen-mode .fbx-next.fbx-btn-shadow,.fbx-flat.fbx-fullscreen-mode .fbx-next.fbx-btn-shadow:hover,.fbx-flat.fbx-fullscreen-mode .fbx-prev.fbx-btn-shadow,.fbx-flat.fbx-fullscreen-mode .fbx-prev.fbx-btn-shadow:hover,.fbx-flat.fbx-sticky-buttons .fbx-next.fbx-btn-shadow,.fbx-flat.fbx-sticky-buttons .fbx-next.fbx-btn-shadow:hover,.fbx-flat.fbx-sticky-buttons .fbx-prev.fbx-btn-shadow,.fbx-flat.fbx-sticky-buttons .fbx-prev.fbx-btn-shadow:hover,.fbx-rounded.fbx-inset-buttons:not(.fbx-fullscreen-mode) .fbx-next.fbx-btn-shadow,.fbx-rounded.fbx-inset-buttons:not(.fbx-fullscreen-mode) .fbx-next.fbx-btn-shadow:hover,.fbx-rounded.fbx-inset-buttons:not(.fbx-fullscreen-mode) .fbx-prev.fbx-btn-shadow,.fbx-rounded.fbx-inset-buttons:not(.fbx-fullscreen-mode) .fbx-prev.fbx-btn-shadow:hover{box-shadow:none}.fbx-flat .fbx-loader .fbx-icon,.fbx-flat:not(.fbx-phone) .fbx-btn-shadow .fbx-icon{filter:drop-shadow(0 0 3px rgba(0, 0, 0, 1))}.fbx-flat:not(.fbx-phone) .fbx-btn-shadow:hover .fbx-icon{filter:drop-shadow(0 0 1px rgba(0, 0, 0, 1))}.fbx-modal.fbx-phone.fbx-fullscreen-mode .fbx-btn-shadow,.fbx-modal.fbx-phone.fbx-fullscreen-mode .fbx-next.fbx-btn-shadow,.fbx-modal.fbx-phone.fbx-fullscreen-mode .fbx-prev.fbx-btn-shadow,.fbx-modal.fbx-phone.fbx-rounded .fbx-btn-shadow,.fbx-modal.fbx-phone.fbx-rounded.fbx-inset-buttons .fbx-next.fbx-btn-shadow .fbx-icon,.fbx-modal.fbx-phone.fbx-rounded.fbx-inset-buttons .fbx-prev.fbx-btn-shadow .fbx-icon,.fbx-modal.fbx-phone.fbx-sticky-buttons .fbx-next.fbx-btn-shadow,.fbx-modal.fbx-phone.fbx-sticky-buttons .fbx-prev.fbx-btn-shadow{box-shadow:none}.fbx-rounded .fbx-inner{border:solid 8px transparent;border-radius:6px}.fbx-rounded .fbx-item-current,.fbx-rounded .fbx-item-image,.fbx-rounded .fbx-item-next{border-radius:3px}.fbx-rounded .fbx-loader{border-radius:50%}.fbx-rounded .fbx-close{top:-21px;right:-21px;width:28px;height:28px;line-height:28px;border:solid 3px transparent;border-radius:50%}.fbx-rounded .fbx-next,.fbx-rounded .fbx-prev{position:absolute;top:50%;margin-top:-50px;width:30px;height:100px;line-height:100px;border:solid 3px transparent}.fbx-rounded .fbx-prev{left:-40px;border-radius:6px 0 0 6px}.fbx-rounded .fbx-next{right:-40px;border-radius:0 6px 6px 0}.fbx-rounded .fbx-next.fbx-disabled,.fbx-rounded .fbx-prev.fbx-disabled{display:none}.fbx-rounded.fbx-phone .fbx-next.fbx-disabled,.fbx-rounded.fbx-phone .fbx-prev.fbx-disabled{display:block;cursor:default}.fbx-rounded.fbx-phone .fbx-next.fbx-disabled .fbx-icon,.fbx-rounded.fbx-phone .fbx-prev.fbx-disabled .fbx-icon{opacity:.3}.fbx-rounded.fbx-desktop .fbx-next,.fbx-rounded.fbx-desktop .fbx-prev{position:absolute}.fbx-rounded .fbx-count,.fbx-rounded .fbx-credit{bottom:-25px}.fbx-rounded .fbx-inner-spacer{padding:40px 40px 50px 40px}.fbx-modal.fbx-rounded.fbx-phone.fbx-portrait .fbx-inner-spacer{padding:45px 5px 5px 5px}.fbx-rounded.fbx-sticky-buttons .fbx-next,.fbx-rounded.fbx-sticky-buttons .fbx-prev{position:fixed;top:50%;margin-top:-50px;width:40px;height:100px;line-height:100px}.fbx-rounded.fbx-sticky-buttons .fbx-prev{left:0;border-radius:0 6px 6px 0}.fbx-rounded.fbx-sticky-buttons .fbx-next{right:0;border-radius:6px 0 0 6px}.fbx-rounded.fbx-sticky-buttons.fbx-full-buttons .fbx-inner-spacer{padding:40px 80px}.fbx-rounded.fbx-phone.fbx-portrait.fbx-sticky-buttons.fbx-full-buttons .fbx-inner-spacer{padding:45px 5px 5px 5px}.fbx-rounded.fbx-phone.fbx-landscape.fbx-sticky-buttons.fbx-full-buttons .fbx-inner-spacer{padding:5px}.fbx-rounded.fbx-sticky-buttons.fbx-full-buttons .fbx-next,.fbx-rounded.fbx-sticky-buttons.fbx-full-buttons .fbx-prev{top:0;bottom:0;border-radius:0;width:55px;height:auto;opacity:.3}.fbx-rounded.fbx-sticky-buttons.fbx-full-buttons .fbx-next:hover,.fbx-rounded.fbx-sticky-buttons.fbx-full-buttons .fbx-prev:hover{opacity:1}.fbx-rounded.fbx-sticky-buttons.fbx-full-buttons:not(.fbx-fullscreen-mode) .fbx-next .fbx-icon,.fbx-rounded.fbx-sticky-buttons.fbx-full-buttons:not(.fbx-fullscreen-mode) .fbx-prev .fbx-icon{height:32px;width:auto}.fbx-rounded.fbx-phone.fbx-sticky-buttons.fbx-full-buttons .fbx-next,.fbx-rounded.fbx-phone.fbx-sticky-buttons.fbx-full-buttons .fbx-prev{top:0;bottom:auto;border-radius:0;width:auto;min-width:0;height:40px;opacity:1}.fbx-rounded.fbx-phone.fbx-sticky-buttons.fbx-full-buttons .fbx-next .fbx-icon,.fbx-rounded.fbx-phone.fbx-sticky-buttons.fbx-full-buttons .fbx-prev .fbx-icon{height:16px;width:auto}.fbx-modal.fbx-rounded.fbx-phone.fbx-portrait.fbx-sticky-buttons.fbx-full-buttons .fbx-prev{left:0;right:66%}.fbx-modal.fbx-rounded.fbx-phone.fbx-portrait.fbx-sticky-buttons.fbx-full-buttons .fbx-next{left:34%;right:34%}.fbx-modal.fbx-rounded.fbx-phone.fbx-portrait.fbx-sticky-buttons.fbx-full-buttons .fbx-close{left:66%;right:0}.fbx-modal.fbx-rounded.fbx-phone.fbx-portrait.fbx-no-buttons.fbx-sticky-buttons.fbx-full-buttons .fbx-close{left:0;right:0}.fbx-rounded.fbx-phone.fbx-landscape.fbx-sticky-buttons.fbx-full-buttons .fbx-next,.fbx-rounded.fbx-phone.fbx-landscape.fbx-sticky-buttons.fbx-full-buttons .fbx-prev{top:50%;bottom:auto;width:34px;height:80px;opacity:.5}.fbx-rounded.fbx-phone.fbx-landscape.fbx-full-buttons .fbx-prev,.fbx-rounded.fbx-phone.fbx-landscape.fbx-sticky-buttons .fbx-prev,.fbx-rounded.fbx-phone.fbx-landscape.fbx-sticky-buttons.fbx-full-buttons .fbx-prev{top:62px}.fbx-rounded.fbx-phone.fbx-landscape.fbx-full-buttons .fbx-next,.fbx-rounded.fbx-phone.fbx-landscape.fbx-sticky-buttons .fbx-next,.fbx-rounded.fbx-phone.fbx-landscape.fbx-sticky-buttons.fbx-full-buttons .fbx-next{top:108px}.fbx-rounded.fbx-phone.fbx-landscape.fbx-sticky-buttons.fbx-full-buttons .fbx-next:hover,.fbx-rounded.fbx-phone.fbx-landscape.fbx-sticky-buttons.fbx-full-buttons .fbx-prev:hover{opacity:1}.fbx-rounded.fbx-phone.fbx-landscape.fbx-sticky-buttons.fbx-full-buttons .fbx-prev{border-radius:0 6px 6px 0}.fbx-rounded.fbx-phone.fbx-landscape.fbx-sticky-buttons.fbx-full-buttons .fbx-next{border-radius:6px 0 0 6px}.fbx-rounded.fbx-inset-buttons.fbx-desktop .fbx-next,.fbx-rounded.fbx-inset-buttons.fbx-desktop .fbx-prev,.fbx-rounded.fbx-inset-buttons.fbx-tablet .fbx-next,.fbx-rounded.fbx-inset-buttons.fbx-tablet .fbx-prev{z-index:100003;position:absolute;top:0;bottom:0;height:100%;width:25%;margin:0;border-radius:0;box-sizing:border-box;opacity:1}@media (hover:hover){.fbx-rounded.fbx-inset-buttons.fbx-desktop .fbx-next,.fbx-rounded.fbx-inset-buttons.fbx-desktop .fbx-prev,.fbx-rounded.fbx-inset-buttons.fbx-tablet .fbx-next,.fbx-rounded.fbx-inset-buttons.fbx-tablet .fbx-prev{opacity:0}.fbx-rounded.fbx-inset-buttons.fbx-desktop .fbx-next:hover,.fbx-rounded.fbx-inset-buttons.fbx-desktop .fbx-prev:hover,.fbx-rounded.fbx-inset-buttons.fbx-tablet .fbx-next:hover,.fbx-rounded.fbx-inset-buttons.fbx-tablet .fbx-prev:hover{opacity:1}}.fbx-rounded.fbx-inset-buttons.fbx-desktop .fbx-prev,.fbx-rounded.fbx-inset-buttons.fbx-tablet .fbx-prev{left:0;right:auto}.fbx-rounded.fbx-inset-buttons.fbx-desktop .fbx-next,.fbx-rounded.fbx-inset-buttons.fbx-tablet .fbx-next{right:0;left:auto}.fbx-rounded.fbx-inset-buttons.fbx-desktop .fbx-next .fbx-icon,.fbx-rounded.fbx-inset-buttons.fbx-desktop .fbx-prev .fbx-icon,.fbx-rounded.fbx-inset-buttons.fbx-tablet .fbx-next .fbx-icon,.fbx-rounded.fbx-inset-buttons.fbx-tablet .fbx-prev .fbx-icon{width:16px;height:16px;border-radius:50%;position:absolute;top:50%;padding:5px;border-width:3px;border-style:solid;transform:translateY(-50%)}.fbx-rounded.fbx-inset-buttons.fbx-desktop .fbx-prev .fbx-icon,.fbx-rounded.fbx-inset-buttons.fbx-tablet .fbx-prev .fbx-icon{left:10px;right:auto}.fbx-rounded.fbx-inset-buttons.fbx-desktop .fbx-next .fbx-icon,.fbx-rounded.fbx-inset-buttons.fbx-tablet .fbx-next .fbx-icon{right:10px;left:auto}.fbx-light,.fbx-light .fbx-caption,.fbx-light .fbx-open-caption,.fbx-light.fbx-phone .fbx-social{background-color:rgba(0,0,0,.7)}.fbx-light .fbx-progress{background-color:rgba(255,255,255,.5)}.fbx-fullscreen-mode.fbx-light{background-color:grey}.fbx-light .fbx-inner,.fbx-light.fbx-inset-buttons:not(.fbx-fullscreen-mode) .fbx-next .fbx-icon,.fbx-light.fbx-inset-buttons:not(.fbx-fullscreen-mode) .fbx-prev .fbx-icon,.fbx-light.fbx-modal,.fbx-modal.fbx-light.fbx-phone .fbx-close:hover,.fbx-modal.fbx-light.fbx-phone .fbx-fullscreen-toggle:hover,.fbx-modal.fbx-light.fbx-phone .fbx-next:hover,.fbx-modal.fbx-light.fbx-phone .fbx-pause:hover,.fbx-modal.fbx-light.fbx-phone .fbx-play:hover,.fbx-modal.fbx-light.fbx-phone .fbx-prev:hover,.fbx-modal.fbx-light.fbx-phone .fbx-social-toggle:hover,.fbx-rounded.fbx-light .fbx-close,.fbx-rounded.fbx-light .fbx-fullscreen-toggle,.fbx-rounded.fbx-light .fbx-pause,.fbx-rounded.fbx-light .fbx-play,.fbx-rounded.fbx-light .fbx-social-toggle{border-color:#fff}.fbx-light .fbx-close,.fbx-light .fbx-fullscreen-toggle,.fbx-light .fbx-inner,.fbx-light .fbx-loader,.fbx-light .fbx-next,.fbx-light .fbx-pause,.fbx-light .fbx-play,.fbx-light .fbx-prev,.fbx-light .fbx-social-toggle,.fbx-light.fbx-inset-buttons.fbx-phone:not(.fbx-fullscreen-mode) .fbx-next,.fbx-light.fbx-inset-buttons.fbx-phone:not(.fbx-fullscreen-mode) .fbx-prev,.fbx-light.fbx-inset-buttons:not(.fbx-fullscreen-mode) .fbx-next .fbx-icon,.fbx-light.fbx-inset-buttons:not(.fbx-fullscreen-mode) .fbx-prev .fbx-icon{background-color:#fff}.fbx-flat.fbx-light .fbx-close,.fbx-flat.fbx-light .fbx-fullscreen-toggle,.fbx-flat.fbx-light .fbx-loader,.fbx-flat.fbx-light .fbx-next,.fbx-flat.fbx-light .fbx-pause,.fbx-flat.fbx-light .fbx-play,.fbx-flat.fbx-light .fbx-prev,.fbx-flat.fbx-light .fbx-social-toggle,.fbx-flat.fbx-light.fbx-inset-buttons .fbx-next .fbx-icon,.fbx-flat.fbx-light.fbx-inset-buttons .fbx-prev .fbx-icon,.fbx-light.fbx-inset-buttons:not(.fbx-fullscreen-mode) .fbx-next,.fbx-light.fbx-inset-buttons:not(.fbx-fullscreen-mode) .fbx-prev{background-color:transparent}.fbx-flat.fbx-light.fbx-inset-buttons .fbx-next .fbx-icon,.fbx-flat.fbx-light.fbx-inset-buttons .fbx-prev .fbx-icon{border-color:transparent}.fbx-flat.fbx-light.fbx-modal{border-color:rgba(0,0,0,.2)}.fbx-flat.fbx-light.fbx-phone.fbx-portrait .fbx-close,.fbx-flat.fbx-light.fbx-phone.fbx-portrait .fbx-fullscreen-toggle,.fbx-flat.fbx-light.fbx-phone.fbx-portrait .fbx-next,.fbx-flat.fbx-light.fbx-phone.fbx-portrait .fbx-pause,.fbx-flat.fbx-light.fbx-phone.fbx-portrait .fbx-play,.fbx-flat.fbx-light.fbx-phone.fbx-portrait .fbx-prev,.fbx-flat.fbx-light.fbx-phone.fbx-portrait .fbx-social-toggle{background-color:rgba(0,0,0,.2)}.fbx-light .fbx-close,.fbx-light .fbx-error-msg,.fbx-light .fbx-fullscreen-toggle,.fbx-light .fbx-loader,.fbx-light .fbx-next,.fbx-light .fbx-pause,.fbx-light .fbx-play,.fbx-light .fbx-prev,.fbx-light .fbx-social-toggle,.fbx-metro.fbx-light .fbx-count,.fbx-metro.fbx-light .fbx-credit a{color:#666!important}.fbx-flat.fbx-light .fbx-close,.fbx-flat.fbx-light .fbx-close:hover,.fbx-flat.fbx-light .fbx-count,.fbx-flat.fbx-light .fbx-credit a,.fbx-flat.fbx-light .fbx-fullscreen-toggle,.fbx-flat.fbx-light .fbx-fullscreen-toggle:hover,.fbx-flat.fbx-light .fbx-loader,.fbx-flat.fbx-light .fbx-next,.fbx-flat.fbx-light .fbx-next:hover,.fbx-flat.fbx-light .fbx-pause,.fbx-flat.fbx-light .fbx-pause:hover,.fbx-flat.fbx-light .fbx-play,.fbx-flat.fbx-light .fbx-play:hover,.fbx-flat.fbx-light .fbx-prev,.fbx-flat.fbx-light .fbx-prev:hover,.fbx-flat.fbx-light .fbx-social-toggle,.fbx-flat.fbx-light .fbx-social-toggle:hover{color:#fff!important}.fbx-flat.fbx-light .fbx-count,.fbx-flat.fbx-light .fbx-credit a,.fbx-rounded.fbx-light .fbx-count,.fbx-rounded.fbx-light .fbx-credit a{color:#888}.fbx-light .fbx-caption{color:#fff}.fbx-light .fbx-caption-desc,.fbx-light .fbx-caption-desc a{color:#eee}@media (hover:hover){.fbx-light .fbx-close:hover,.fbx-light .fbx-fullscreen-toggle:hover,.fbx-light .fbx-next:hover,.fbx-light .fbx-pause:hover,.fbx-light .fbx-play:hover,.fbx-light .fbx-prev:hover,.fbx-light .fbx-social-toggle:hover,.fbx-metro.fbx-light .fbx-credit a:hover{color:#bababa!important}.fbx-metro.fbx-light .fbx-close:hover,.fbx-metro.fbx-light .fbx-fullscreen-toggle:hover,.fbx-metro.fbx-light .fbx-next:hover,.fbx-metro.fbx-light .fbx-pause:hover,.fbx-metro.fbx-light .fbx-play:hover,.fbx-metro.fbx-light .fbx-prev:hover,.fbx-metro.fbx-light .fbx-social-toggle:hover{border-color:#bababa}.fbx-flat.fbx-light .fbx-credit a:hover span,.fbx-rounded.fbx-light .fbx-credit a:hover span{color:#ddd}}.fbx-light .fbx-item-current::-webkit-scrollbar{width:12px;height:12px}.fbx-light .fbx-item-current::-webkit-scrollbar-track{background:rgba(0,0,0,.1)}.fbx-light .fbx-item-current::-webkit-scrollbar-thumb{background:rgba(0,0,0,.5)}.fbx-light .fbx-item-current::-webkit-scrollbar,.fbx-light .fbx-item-next::-webkit-scrollbar{width:12px;height:12px}.fbx-light .fbx-item-current::-webkit-scrollbar-track,.fbx-light .fbx-item-next::-webkit-scrollbar-track{background:rgba(0,0,0,.1)}.fbx-light .fbx-item-current::-webkit-scrollbar-corner,.fbx-light .fbx-item-current::-webkit-scrollbar-thumb,.fbx-light .fbx-item-next::-webkit-scrollbar-corner,.fbx-light .fbx-item-next::-webkit-scrollbar-thumb{background:rgba(0,0,0,.3)}.fbx-caption{position:absolute;top:auto;right:auto;bottom:0;left:0;z-index:100004;width:100%;text-align:center;font-size:14px;transition:visibility .3s ease,opacity .3s ease,transform .3s ease;opacity:1;transform:translateY(0)}.fbx-caption.fbx-hide-caption{transition:none}.fbx-show .fbx-caption{visibility:visible}.fbx-show .fbx-caption.fbx-fade-caption{opacity:0;visibility:hidden}.fbx-caption.fbx-slide-caption{transform:translateY(100%)}.fbx-loading .fbx-caption.fbx-hide-caption,.fbx-show .fbx-caption.fbx-hide-caption{visibility:hidden}.fbx-fullscreen-mode .fbx-caption,.fbx-sticky-caption .fbx-caption{position:fixed;z-index:100007}.fbx-modal.fbx-phone .fbx-caption{position:fixed;z-index:100004}.fbx-rounded .fbx-caption{border-radius:0 0 3px 3px}.fbx-modal.fbx-phone .fbx-caption,.fbx-sticky-caption.fbx-rounded .fbx-caption{border-radius:0}.fbx-close-caption{position:absolute;top:0;right:0;padding:3px 3px 10px 10px;color:#fff!important;font-size:24px;text-decoration:none;line-height:20px;cursor:pointer}.fbx-open-caption{z-index:100004;position:absolute;bottom:0;right:5px;padding:0 10px 10px 10px;color:#fff!important;font-size:24px;text-decoration:none;line-height:20px;opacity:0;visibility:hidden;transition:opacity .3s ease;border-top-left-radius:6px;border-top-right-radius:6px;cursor:pointer}.fbx-caption-toggle-only.fbx-captions-hidden .fbx-open-caption,.fbx-pannable-item.fbx-captions-hidden .fbx-open-caption{opacity:1;visibility:visible}.fbx-caption-title{font-size:15px;padding:15px}.fbx-caption-desc{font-size:12px;line-height:20px;padding:15px}.fbx-caption-desc a{font-size:12px}.fbx-caption-title+.fbx-caption-desc{margin-top:-30px}.fbx-phone .fbx-caption{min-height:20px;font-size:12px;line-height:20px}.fbx-phone .fbx-caption-title{font-size:13px;padding:10px}.fbx-phone .fbx-caption-desc{font-size:11px;line-height:15px;padding:10px}.fbx-phone .fbx-caption-title+.fbx-caption-desc{margin-top:-20px}.fbx-modal.fbx-phone .fbx-caption{bottom:0;position:fixed}.fbx-modal.fbx-phone.fbx-landscape .fbx-caption,.fbx-phone.fbx-landscape.fbx-sticky-caption .fbx-caption{z-index:100004}.fbx-pannable{cursor:-moz-grab;cursor:-webkit-grab;cursor:grab}.fbx-pannable.fbx-panning{cursor:-moz-grabbing;cursor:-webkit-grabbing;cursor:grabbing}.fbx-pannable>div>img.fbx-item{max-width:none;max-height:none}.fbx-pan-overview{cursor:pointer;max-width:150px;max-height:150px;overflow:hidden;background-position:top left;background-size:cover;position:absolute;z-index:100006;border:solid 2px #666;box-shadow:0 0 12px rgba(0,0,0,.8)}.fbx-pan-overview.fbx-top-left{top:20px;left:20px}.fbx-pan-overview.fbx-top-right{top:20px;right:32px}.fbx-pan-overview.fbx-bottom-left{bottom:32px;left:20px}.fbx-pan-overview.fbx-bottom-right{bottom:32px;right:32px}.fbx-pan-viewport{position:absolute;top:0;left:0;box-shadow:0 0 300px 300px rgba(0,0,0,.7)}.fbx-ie10.fbx-modal.fbx-phone.fbx-landscape .fbx-close,.fbx-ie10.fbx-modal.fbx-phone.fbx-landscape .fbx-fullscreen-toggle,.fbx-ie10.fbx-modal.fbx-phone.fbx-landscape .fbx-next,.fbx-ie10.fbx-modal.fbx-phone.fbx-landscape .fbx-pause,.fbx-ie10.fbx-modal.fbx-phone.fbx-landscape .fbx-play,.fbx-ie10.fbx-modal.fbx-phone.fbx-landscape .fbx-prev,.fbx-ie10.fbx-modal.fbx-phone.fbx-landscape .fbx-social-toggle,.fbx-ie11.fbx-modal.fbx-phone.fbx-landscape .fbx-close,.fbx-ie11.fbx-modal.fbx-phone.fbx-landscape .fbx-fullscreen-toggle,.fbx-ie11.fbx-modal.fbx-phone.fbx-landscape .fbx-next,.fbx-ie11.fbx-modal.fbx-phone.fbx-landscape .fbx-pause,.fbx-ie11.fbx-modal.fbx-phone.fbx-landscape .fbx-play,.fbx-ie11.fbx-modal.fbx-phone.fbx-landscape .fbx-prev,.fbx-ie11.fbx-modal.fbx-phone.fbx-landscape .fbx-social-toggle,.fbx-ie9.fbx-modal.fbx-phone.fbx-landscape .fbx-close,.fbx-ie9.fbx-modal.fbx-phone.fbx-landscape .fbx-fullscreen-toggle,.fbx-ie9.fbx-modal.fbx-phone.fbx-landscape .fbx-next,.fbx-ie9.fbx-modal.fbx-phone.fbx-landscape .fbx-pause,.fbx-ie9.fbx-modal.fbx-phone.fbx-landscape .fbx-play,.fbx-ie9.fbx-modal.fbx-phone.fbx-landscape .fbx-prev,.fbx-ie9.fbx-modal.fbx-phone.fbx-landscape .fbx-social-toggle{right:1px!important}#wphal-keys {
text-align : justify;
word-wrap: break-word;
}
#wphal-keys a{
text-decoration:none;
white-space: nowrap;
}
#wphal-aut{
max-height : 500px;
overflow: auto;
}
#wphal-discipline{
max-height : 500px;
overflow: auto;
}
#wphal-keyw{
max-height : 500px;
overflow: auto;
}
#wphal-rev{
max-height : 500px;
overflow: auto;
}
#wphal-an{
max-height : 500px;
overflow: auto;
}
#wphal-institu{
max-height : 500px;
overflow: auto;
}
#wphal-labo{
max-height : 500px;
overflow: auto;
}
#wphal-dpt{
max-height : 500px;
overflow: auto;
}
#wphal-rteam{
max-height : 500px;
overflow: auto;
}
.grp-content{
max-height : 250px;
overflow: auto;
}
ul.wphal-discipline li{
list-style: none !important;
}
#wphal-menu, #wphal-menu ul{
padding: 5px;
margin: 0;
list-style: none;
}
#wphal-menu li {
display: inline-block;
padding-right: 10px;
}
#wphal-menu li ul {
padding: 8px 8px 8px 16px;
background: #fff;
border : 1px solid #BEBEBE;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}
#wphal-menu a {
border-bottom: none !important;
text-decoration: none !important;
display: block;
}
#wphal-menu ul {
position: absolute;
left: -999em;
text-align: left;
width: 450px;
padding: 5px;
}
#wphal-menu li:hover ul {
left: auto;
}
.wphal-pagination {
text-align: center;
margin: 20px;
}
.wphal-pagination a, .wphal-pagination li {
background: #fff;
display: inline-block;
padding: 4px 8px;
border-bottom: none !important;
text-decoration: none !important;
line-height: 1.5em;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
.wphal-pagination .disabled {
pointer-events: none;
}
.wphal-pagination a:hover {
background-color: #BEBEBE;
color: #fff;
}
.wphal-pagination .active a{
background: #BEBEBE;
}
#wphal-content button{
margin : 5px;
}
.wphal-infocontact {
margin-bottom : 15px;
}
.grp-div .wphal-titre-groupe{
padding: 10px;
margin: 0;
font-size: 14px;
font-weight: bold;
line-height: 16px;
background-color: #f7f7f7;
text-transform: uppercase;
-webkit-border-radius: 4px 4px 0 0;
-moz-border-radius: 4px 4px 0 0;
border-radius: 4px 4px 0 0;
border-bottom: 1px solid #ebebeb;
}
.grp-div .grp-content {
padding-top: 10px;
padding-bottom: 10px;
}
.wphal-nbmetadata {
float:right;
color:#999999;
font-weight:normal;
text-transform: lowercase;
font-size: 12px;
}
.wphal-nbtot {
font-weight: bold;
font-size: x-large;
} .widhal-li {
padding-bottom : 5px;
}
.widhal-ul {
}table.tablesorter thead tr th { 
background-image: url(//lpp.cnrs.fr/wp-content/plugins/table-sorter/images/bg.gif); 
cursor: pointer; 
background-repeat: no-repeat; 
background-position: right center;
}
table.tablesorter thead tr th{    border: 1px solid #dad9c7; }
table.tablesorter thead tr th.tablesorter-headerAsc { 
background-image: url(//lpp.cnrs.fr/wp-content/plugins/table-sorter/images/asc.gif); 
}
table.tablesorter thead tr th.tablesorter-headerDesc { 
background-image: url(//lpp.cnrs.fr/wp-content/plugins/table-sorter/images/desc.gif);
}
table.tablesorter thead tr .sortless{background-image:none; cursor: default;}@font-face {
font-family: "Genericons";
src: url(https://lpp.cnrs.fr/wp-content/themes/cnrswebkit/genericons/Genericons.eot);
src: url(https://lpp.cnrs.fr/wp-content/themes/cnrswebkit/genericons/Genericons.eot?) format("embedded-opentype");
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: "Genericons";
src: url("data:application/x-font-woff;charset=utf-8;base64,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") format("woff"),
url(https://lpp.cnrs.fr/wp-content/themes/cnrswebkit/genericons/Genericons.ttf) format("truetype"),
url(https://lpp.cnrs.fr/wp-content/themes/cnrswebkit/genericons/Genericons.svg#Genericons) format("svg");
font-weight: normal;
font-style: normal;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
@font-face {
font-family: "Genericons";
src: url(https://lpp.cnrs.fr/wp-content/themes/cnrswebkit/genericons/Genericons.svg#Genericons) format("svg");
}
} .genericon {
font-size: 16px;
vertical-align: top;
text-align: center;
-moz-transition: color .1s ease-in 0;
-webkit-transition: color .1s ease-in 0;
display: inline-block;
font-family: "Genericons";
font-style: normal;
font-weight: normal;
font-variant: normal;
line-height: 1;
text-decoration: inherit;
text-transform: none;
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
speak: none;
} .genericon-rotate-90 {
-webkit-transform: rotate(90deg);
-moz-transform: rotate(90deg);
-ms-transform: rotate(90deg);
-o-transform: rotate(90deg);
transform: rotate(90deg);
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
}
.genericon-rotate-180 {
-webkit-transform: rotate(180deg);
-moz-transform: rotate(180deg);
-ms-transform: rotate(180deg);
-o-transform: rotate(180deg);
transform: rotate(180deg);
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
}
.genericon-rotate-270 {
-webkit-transform: rotate(270deg);
-moz-transform: rotate(270deg);
-ms-transform: rotate(270deg);
-o-transform: rotate(270deg);
transform: rotate(270deg);
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}
.genericon-flip-horizontal {
-webkit-transform: scale(-1, 1);
-moz-transform: scale(-1, 1);
-ms-transform: scale(-1, 1);
-o-transform: scale(-1, 1);
transform: scale(-1, 1);
}
.genericon-flip-vertical {
-webkit-transform: scale(1, -1);
-moz-transform: scale(1, -1);
-ms-transform: scale(1, -1);
-o-transform: scale(1, -1);
transform: scale(1, -1);
} .genericon-404:before { content: "\f423"; }
.genericon-activity:before { content: "\f508"; }
.genericon-anchor:before { content: "\f509"; }
.genericon-aside:before { content: "\f101"; }
.genericon-attachment:before { content: "\f416"; }
.genericon-audio:before { content: "\f109"; }
.genericon-bold:before { content: "\f471"; }
.genericon-book:before { content: "\f444"; }
.genericon-bug:before { content: "\f50a"; }
.genericon-cart:before { content: "\f447"; }
.genericon-category:before { content: "\f301"; }
.genericon-chat:before { content: "\f108"; }
.genericon-checkmark:before { content: "\f418"; }
.genericon-close:before { content: "\f405"; }
.genericon-close-alt:before { content: "\f406"; }
.genericon-cloud:before { content: "\f426"; }
.genericon-cloud-download:before { content: "\f440"; }
.genericon-cloud-upload:before { content: "\f441"; }
.genericon-code:before { content: "\f462"; }
.genericon-codepen:before { content: "\f216"; }
.genericon-cog:before { content: "\f445"; }
.genericon-collapse:before { content: "\f432"; }
.genericon-comment:before { content: "\f300"; }
.genericon-day:before { content: "\f305"; }
.genericon-digg:before { content: "\f221"; }
.genericon-document:before { content: "\f443"; }
.genericon-dot:before { content: "\f428"; }
.genericon-downarrow:before { content: "\f502"; }
.genericon-download:before { content: "\f50b"; }
.genericon-draggable:before { content: "\f436"; }
.genericon-dribbble:before { content: "\f201"; }
.genericon-dropbox:before { content: "\f225"; }
.genericon-dropdown:before { content: "\f433"; }
.genericon-dropdown-left:before { content: "\f434"; }
.genericon-edit:before { content: "\f411"; }
.genericon-ellipsis:before { content: "\f476"; }
.genericon-expand:before { content: "\f431"; }
.genericon-external:before { content: "\f442"; }
.genericon-facebook:before { content: "\f203"; }
.genericon-facebook-alt:before { content: "\f204"; }
.genericon-fastforward:before { content: "\f458"; }
.genericon-feed:before { content: "\f413"; }
.genericon-flag:before { content: "\f468"; }
.genericon-flickr:before { content: "\f211"; }
.genericon-foursquare:before { content: "\f226"; }
.genericon-fullscreen:before { content: "\f474"; }
.genericon-gallery:before { content: "\f103"; }
.genericon-github:before { content: "\f200"; }
.genericon-googleplus:before { content: "\f206"; }
.genericon-googleplus-alt:before { content: "\f218"; }
.genericon-handset:before { content: "\f50c"; }
.genericon-heart:before { content: "\f461"; }
.genericon-help:before { content: "\f457"; }
.genericon-hide:before { content: "\f404"; }
.genericon-hierarchy:before { content: "\f505"; }
.genericon-home:before { content: "\f409"; }
.genericon-image:before { content: "\f102"; }
.genericon-info:before { content: "\f455"; }
.genericon-instagram:before { content: "\f215"; }
.genericon-italic:before { content: "\f472"; }
.genericon-key:before { content: "\f427"; }
.genericon-leftarrow:before { content: "\f503"; }
.genericon-link:before { content: "\f107"; }
.genericon-linkedin:before { content: "\f207"; }
.genericon-linkedin-alt:before { content: "\f208"; }
.genericon-location:before { content: "\f417"; }
.genericon-lock:before { content: "\f470"; }
.genericon-mail:before { content: "\f410"; }
.genericon-maximize:before { content: "\f422"; }
.genericon-menu:before { content: "\f419"; }
.genericon-microphone:before { content: "\f50d"; }
.genericon-minimize:before { content: "\f421"; }
.genericon-minus:before { content: "\f50e"; }
.genericon-month:before { content: "\f307"; }
.genericon-move:before { content: "\f50f"; }
.genericon-next:before { content: "\f429"; }
.genericon-notice:before { content: "\f456"; }
.genericon-paintbrush:before { content: "\f506"; }
.genericon-path:before { content: "\f219"; }
.genericon-pause:before { content: "\f448"; }
.genericon-phone:before { content: "\f437"; }
.genericon-picture:before { content: "\f473"; }
.genericon-pinned:before { content: "\f308"; }
.genericon-pinterest:before { content: "\f209"; }
.genericon-pinterest-alt:before { content: "\f210"; }
.genericon-play:before { content: "\f452"; }
.genericon-plugin:before { content: "\f439"; }
.genericon-plus:before { content: "\f510"; }
.genericon-pocket:before { content: "\f224"; }
.genericon-polldaddy:before { content: "\f217"; }
.genericon-portfolio:before { content: "\f460"; }
.genericon-previous:before { content: "\f430"; }
.genericon-print:before { content: "\f469"; }
.genericon-quote:before { content: "\f106"; }
.genericon-rating-empty:before { content: "\f511"; }
.genericon-rating-full:before { content: "\f512"; }
.genericon-rating-half:before { content: "\f513"; }
.genericon-reddit:before { content: "\f222"; }
.genericon-refresh:before { content: "\f420"; }
.genericon-reply:before { content: "\f412"; }
.genericon-reply-alt:before { content: "\f466"; }
.genericon-reply-single:before { content: "\f467"; }
.genericon-rewind:before { content: "\f459"; }
.genericon-rightarrow:before { content: "\f501"; }
.genericon-search:before { content: "\f400"; }
.genericon-send-to-phone:before { content: "\f438"; }
.genericon-send-to-tablet:before { content: "\f454"; }
.genericon-share:before { content: "\f415"; }
.genericon-show:before { content: "\f403"; }
.genericon-shuffle:before { content: "\f514"; }
.genericon-sitemap:before { content: "\f507"; }
.genericon-skip-ahead:before { content: "\f451"; }
.genericon-skip-back:before { content: "\f450"; }
.genericon-skype:before { content: "\f220"; }
.genericon-spam:before { content: "\f424"; }
.genericon-spotify:before { content: "\f515"; }
.genericon-standard:before { content: "\f100"; }
.genericon-star:before { content: "\f408"; }
.genericon-status:before { content: "\f105"; }
.genericon-stop:before { content: "\f449"; }
.genericon-stumbleupon:before { content: "\f223"; }
.genericon-subscribe:before { content: "\f463"; }
.genericon-subscribed:before { content: "\f465"; }
.genericon-summary:before { content: "\f425"; }
.genericon-tablet:before { content: "\f453"; }
.genericon-tag:before { content: "\f302"; }
.genericon-time:before { content: "\f303"; }
.genericon-top:before { content: "\f435"; }
.genericon-trash:before { content: "\f407"; }
.genericon-tumblr:before { content: "\f214"; }
.genericon-twitch:before { content: "\f516"; }
.genericon-twitter:before { content: "\f202"; }
.genericon-unapprove:before { content: "\f446"; }
.genericon-unsubscribe:before { content: "\f464"; }
.genericon-unzoom:before { content: "\f401"; }
.genericon-uparrow:before { content: "\f500"; }
.genericon-user:before { content: "\f304"; }
.genericon-video:before { content: "\f104"; }
.genericon-videocamera:before { content: "\f517"; }
.genericon-vimeo:before { content: "\f212"; }
.genericon-warning:before { content: "\f414"; }
.genericon-website:before { content: "\f475"; }
.genericon-week:before { content: "\f306"; }
.genericon-wordpress:before { content: "\f205"; }
.genericon-xpost:before { content: "\f504"; }
.genericon-youtube:before { content: "\f213"; }
.genericon-zoom:before { content: "\f402"; }html {
font-family: sans-serif;
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
}
body {
margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
display: block;
}
audio,
canvas,
progress,
video {
display: inline-block;
vertical-align: baseline;
}
audio:not([controls]) {
display: none;
height: 0;
}
[hidden],
template {
display: none;
}
a {
background-color: transparent;
}
abbr[title] {
border-bottom: 1px dotted;
}
b,
strong {
font-weight: 700;
}
small {
font-size: 80%;
}
sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sup {
top: -0.5em;
}
sub {
bottom: -0.25em;
}
img {
border: 0;
}
svg:not(:root) {
overflow: hidden;
}
figure {
margin: 0;
}
hr {
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
}
code,
kbd,
pre,
samp {
font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
color: inherit;
font: inherit;
margin: 0;
}
select {
text-transform: none;
}
button {
overflow: visible;
}
button,
input,
select,
textarea {
max-width: 100%;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
-webkit-appearance: button;
cursor: pointer;
}
button[disabled],
html input[disabled] {
cursor: default;
opacity: .5;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
border: 0;
padding: 0;
}
input[type="checkbox"],
input[type="radio"] {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
margin-right: 0.4375em;
padding: 0;
}
input[type="date"]::-webkit-inner-spin-button,
input[type="date"]::-webkit-outer-spin-button,
input[type="time"]::-webkit-inner-spin-button,
input[type="time"]::-webkit-outer-spin-button,
input[type="datetime-local"]::-webkit-inner-spin-button,
input[type="datetime-local"]::-webkit-outer-spin-button,
input[type="week"]::-webkit-inner-spin-button,
input[type="week"]::-webkit-outer-spin-button,
input[type="month"]::-webkit-inner-spin-button,
input[type="month"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
height: auto;
}
input[type="search"] {
-webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
}
fieldset {
border: 1px solid #d1d1d1;
margin: 0 0 1.75em;
min-width: inherit;
padding: 0.875em;
}
fieldset > :last-child {
margin-bottom: 0;
}
legend {
border: 0;
padding: 0;
}
textarea {
overflow: auto;
vertical-align: top;
}
optgroup {
font-weight: bold;
} .menu-item-has-children a:after,
.social-navigation a:before,
.dropdown-toggle:after,
.bypostauthor > article .fn:after,
.comment-reply-title small a:before,
.pagination .prev:before,
.pagination .next:before,
.pagination .nav-links:before,
.pagination .nav-links:after,
.search-submit:before {
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
display: inline-block;
font-family: "Genericons";
font-size: 16px;
font-style: normal;
font-variant: normal;
font-weight: normal;
line-height: 1;
speak: none;
text-align: center;
text-decoration: inherit;
text-transform: none;
vertical-align: top;
} html {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
*,
*:before,
*:after { -webkit-box-sizing: inherit;
-moz-box-sizing: inherit;
box-sizing: inherit;
}
body {
background: #1a1a1a; }
hr {
background-color: #d1d1d1;
border: 0;
height: 1px;
margin: 0 0 1.75em;
}
ul,
ol {
margin: 0 0 1.75em 1.25em;
padding: 0;
}
ul {
list-style: disc;
}
ol {
list-style: decimal;
margin-left: 1.5em;
}
li > ul,
li > ol {
margin-bottom: 0;
}
dl {
margin: 0 0 1.75em;
}
dt {
font-weight: 700;
}
dd {
margin: 0 0 1.75em;
}
img {
height: auto; max-width: 100%; vertical-align: middle;
}
del {
opacity: 0.8;
}
table,
th,
td {
border: 1px solid #d1d1d1;
}
table {
border-collapse: separate;
border-spacing: 0;
border-width: 1px 0 0 1px;
margin: 0 0 1.75em;
table-layout: fixed; width: 100%;
}
caption,
th,
td {
font-weight: normal;
text-align: left;
}
th {
border-width: 0 1px 1px 0;
font-weight: 700;
}
td {
border-width: 0 1px 1px 0;
}
th,
td {
padding: 0.4375em;
} ::-webkit-input-placeholder {
color: #686868;
}
:-moz-placeholder {
color: #686868;
}
::-moz-placeholder {
color: #686868;
opacity: 1; }
:-ms-input-placeholder {
color: #686868;
} input {
line-height: normal;
}
button,
button[disabled]:hover,
button[disabled]:focus,
input[type="button"],
input[type="button"][disabled]:hover,
input[type="button"][disabled]:focus,
input[type="reset"],
input[type="reset"][disabled]:hover,
input[type="reset"][disabled]:focus,
input[type="submit"],
input[type="submit"][disabled]:hover,
input[type="submit"][disabled]:focus {
background: #1a1a1a;
border: 0;
border-radius: 2px;
color: #fff;
font-weight: 700;
letter-spacing: 0.046875em;
line-height: 1;
padding: 0.84375em 0.875em 0.78125em;
text-transform: uppercase;
}
button:hover,
button:focus,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {
background: #007acc;
}
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus {
outline: thin dotted;
outline-offset: -4px;
}
input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="week"],
input[type="month"],
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="number"],
textarea {
background: #f7f7f7;
background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
border: 1px solid #d1d1d1;
border-radius: 2px;
color: #686868;
padding: 0.625em 0.4375em;
width: 100%;
}
input[type="date"]:focus,
input[type="time"]:focus,
input[type="datetime-local"]:focus,
input[type="week"]:focus,
input[type="month"]:focus,
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
textarea:focus {
background-color: #fff;
border-color: #007acc;
color: #1a1a1a;
outline: 0;
}
.post-password-form {
margin-bottom: 1.75em;
}
.post-password-form label {
color: #686868;
display: block;
font-size: 13px;
font-size: 0.8125rem;
letter-spacing: 0.076923077em;
line-height: 1.6153846154;
margin-bottom: 1.75em;
text-transform: uppercase;
}
.post-password-form input[type="password"] {
margin-top: 0.4375em;
}
.post-password-form > :last-child {
margin-bottom: 0;
}
.search-form {
position: relative;
}
input[type="search"].search-field {
border-radius: 2px 0 0 2px;
width: -webkit-calc(100% - 42px);
width: calc(100% - 42px);
}
.search-submit:before {
content: "\f400";
font-size: 24px;
left: 2px;
line-height: 42px;
position: relative;
width: 40px;
}
.search-submit {
border-radius: 0 2px 2px 0;
bottom: 0;
overflow: hidden;
padding: 0;
position: absolute;
right: 0;
top: 0;
width: 42px;
}  a:hover,
a:focus,
a:active {
color: #686868;
}
a:focus {
outline: thin dotted;
}
a:hover,
a:active {
outline: 0;
}
.entry-content a,
.entry-summary a,
.taxonomy-description a,
.logged-in-as a,
.comment-content a,
.pingback .comment-body > a,
.textwidget a,
.entry-footer a:hover,
.site-info a:hover {
box-shadow: 0 1px 0 0 currentColor;
}
.entry-content a:hover,
.entry-content a:focus,
.entry-summary a:hover,
.entry-summary a:focus,
.taxonomy-description a:hover,
.taxonomy-description a:focus,
.logged-in-as a:hover,
.logged-in-as a:focus,
.comment-content a:hover,
.comment-content a:focus,
.pingback .comment-body > a:hover,
.pingback .comment-body > a:focus,
.textwidget a:hover,
.textwidget a:focus {
box-shadow: none;
} .site-header-menu {
display: none;
-webkit-flex: 0 1 100%;
-ms-flex: 0 1 100%;
flex: 0 1 100%;
margin: 0.875em 0;
}
.site-header-menu.toggled-on,
.no-js .site-header-menu {
display: block;
}
.site-footer .main-navigation {
margin-bottom: 1.75em;
}
.main-navigation ul {
list-style: none;
margin: 0;
}
.main-navigation li { position: relative;
}
.main-navigation a {
color: #1a1a1a;
display: block;
line-height: 1.3125;
outline-offset: -1px;
padding: 0.84375em 0;
}
.main-navigation a:hover,
.main-navigation a:focus {
color: #007acc;
}
.main-navigation .current-menu-item > a,
.main-navigation .current-menu-ancestor > a {
font-weight: 700;
}
.main-navigation ul ul {
display: none;
margin-left: 0.875em;
}
.no-js .main-navigation ul ul {
display: block;
}
.main-navigation ul .toggled-on {
display: block;
}
.main-navigation .secondary-menu {
border-bottom: 1px solid #d1d1d1;
}
.main-navigation .menu-item-has-children > a {
margin-right: 56px;
}
.dropdown-toggle {
background-color: transparent;
border: 0;
border-radius: 0;
color: #1a1a1a;
content: "";
height: 48px;
padding: 0;
position: absolute;
right: 0;
text-transform: none;
top: 0;
width: 48px;
}
.dropdown-toggle:after {
border: 0 solid #d1d1d1;
border-left-width: 1px;
content: "\f431";
font-size: 24px;
left: 1px;
position: relative;
width: 48px;
}
.dropdown-toggle:hover,
.dropdown-toggle:focus {
background-color: transparent;
color: #007acc;
}
.dropdown-toggle:focus {
outline: thin dotted;
outline-offset: -1px;
}
.dropdown-toggle:focus:after {
border-color: transparent;
}
.dropdown-toggle.toggled-on:after {
content: "\f432";
}
.site-header .main-navigation + .social-navigation {
margin-top: 1.75em;
}
.site-footer .social-navigation {
margin-bottom: 1.75em;
}
.social-navigation ul {
list-style: none;
margin: 0 0 -0.4375em;
}
.social-navigation li {
float: left;
margin: 0 0.4375em 0.4375em 0;
}
.social-navigation a {
border: 1px solid #d1d1d1;
border-radius: 50%;
color: #1a1a1a;
display: block;
height: 35px;
position: relative;
width: 35px;
}
.social-navigation a:before {
content: "\f415";
height: 33px;
line-height: 33px;
text-align: center;
width: 33px;
}
.social-navigation a:hover:before,
.social-navigation a:focus:before {
color: #007acc;
}
.social-navigation a[href*="codepen.io"]:before {
content: "\f216";
}
.social-navigation a[href*="digg.com"]:before {
content: "\f221";
}
.social-navigation a[href*="dribbble.com"]:before {
content: "\f201";
}
.social-navigation a[href*="dropbox.com"]:before {
content: "\f225";
}
.social-navigation a[href*="facebook.com"]:before {
content: "\f203";
}
.social-navigation a[href*="flickr.com"]:before {
content: "\f211";
}
.social-navigation a[href*="foursquare.com"]:before {
content: "\f226";
}
.social-navigation a[href*="plus.google.com"]:before {
content: "\f206";
}
.social-navigation a[href*="github.com"]:before {
content: "\f200";
}
.social-navigation a[href*="instagram.com"]:before {
content: "\f215";
}
.social-navigation a[href*="linkedin.com"]:before {
content: "\f208";
}
.social-navigation a[href*="path.com"]:before {
content: "\f219";
}
.social-navigation a[href*="pinterest.com"]:before {
content: "\f210";
}
.social-navigation a[href*="getpocket.com"]:before {
content: "\f224";
}
.social-navigation a[href*="polldaddy.com"]:before {
content: "\f217";
}
.social-navigation a[href*="reddit.com"]:before {
content: "\f222";
}
.social-navigation a[href*="skype.com"]:before {
content: "\f220";
}
.social-navigation a[href*="stumbleupon.com"]:before {
content: "\f223";
}
.social-navigation a[href*="tumblr.com"]:before {
content: "\f214";
}
.social-navigation a[href*="twitter.com"]:before {
content: "\f202";
}
.social-navigation a[href*="vimeo.com"]:before {
content: "\f212";
}
.social-navigation a[href*="wordpress.com"]:before,
.social-navigation a[href*="wordpress.org"]:before {
content: "\f205";
}
.social-navigation a[href*="youtube.com"]:before {
content: "\f213";
}
.social-navigation a[href^="mailto:"]:before {
content: "\f410";
}
.social-navigation a[href*="spotify.com"]:before {
content: "\f515";
}
.social-navigation a[href*="twitch.tv"]:before {
content: "\f516";
}
.social-navigation a[href$="/feed/"]:before {
content: "\f413";
}
.post-navigation {
border-top: 4px solid #1a1a1a;
border-bottom: 4px solid #1a1a1a;
clear: both;
margin: 0 7.6923% 3.5em;
}
.post-navigation a {
color: #1a1a1a;
display: block;
padding: 1.75em 0;
}
.post-navigation span {
display: block;
}
.post-navigation .meta-nav {
color: #686868;
font-size: 13px;
font-size: 0.8125rem;
letter-spacing: 0.076923077em;
line-height: 1.6153846154;
margin-bottom: 0.5384615385em;
text-transform: uppercase;
}
.post-navigation .post-title {
display: inline;
font-size: 23px;
font-size: 1.4375rem;
font-weight: 700;
line-height: 1.2173913043;
text-rendering: optimizeLegibility;
}
.post-navigation a:hover .post-title,
.post-navigation a:focus .post-title {
color: #007acc;
}
.post-navigation div + div {
border-top: 4px solid #1a1a1a;
}
.pagination {
border-top: 4px solid #1a1a1a;
font-size: 19px;
font-size: 1.1875rem;
margin: 0 7.6923% 2.947368421em;
min-height: 56px;
position: relative;
}
.pagination:before,
.pagination:after {
background-color: #1a1a1a;
content: "";
height: 52px;
position: absolute;
top:0;
width: 52px;
z-index: 0;
}
.pagination:before {
right: 0;
}
.pagination:after {
right: 54px;
}
.pagination a:hover,
.pagination a:focus {
color: #1a1a1a;
}
.pagination .nav-links {
padding-right: 106px;
position: relative;
}
.pagination .nav-links:before,
.pagination .nav-links:after {
color: #fff;
font-size: 32px;
line-height: 51px;
opacity: 0.3;
position: absolute;
width: 52px;
z-index: 1;
}
.pagination .nav-links:before {
content: "\f429";
right: -1px;
}
.pagination .nav-links:after {
content: "\f430";
right: 55px;
} .pagination .current .screen-reader-text {
position: static !important;
}
.pagination .page-numbers {
display: none;
letter-spacing: 0.013157895em;
line-height: 1;
margin: 0 0.7368421053em 0 -0.7368421053em;
padding: 0.8157894737em 0.7368421053em 0.3947368421em;
text-transform: uppercase;
}
.pagination .current {
display: inline-block;
font-weight: 700;
}
.pagination .prev,
.pagination .next {
background-color: #1a1a1a;
color: #fff;
display: inline-block;
height: 52px;
margin: 0;
overflow: hidden;
padding: 0;
position: absolute;
top: 0;
width: 52px;
z-index: 2;
}
.pagination .prev:before,
.pagination .next:before {
font-size: 32px;
height: 53px;
line-height: 52px;
position: relative;
width: 53px;
}
.pagination .prev:hover,
.pagination .prev:focus,
.pagination .next:hover,
.pagination .next:focus {
background-color: #007acc;
color: #fff;
}
.pagination .prev:focus,
.pagination .next:focus {
outline: 0;
}
.pagination .prev {
right: 54px;
}
.pagination .prev:before {
content: "\f430";
left: -1px;
top: -1px;
}
.pagination .next {
right: 0;
}
.pagination .next:before {
content: "\f429";
right: -1px;
top: -1px;
}
.image-navigation,
.comment-navigation {
border-top: 1px solid #d1d1d1;
border-bottom: 1px solid #d1d1d1;
color: #686868;
font-size: 13px;
font-size: 0.8125rem;
line-height: 1.6153846154;
margin: 0 7.6923% 2.1538461538em;
padding: 1.0769230769em 0;
}
.comment-navigation {
margin-right: 0;
margin-left: 0;
}
.comments-title + .comment-navigation {
border-bottom: 0;
margin-bottom: 0;
}
.image-navigation .nav-previous:not(:empty),
.image-navigation .nav-next:not(:empty),
.comment-navigation .nav-previous:not(:empty),
.comment-navigation .nav-next:not(:empty) {
display: inline-block;
}
.image-navigation .nav-previous:not(:empty) + .nav-next:not(:empty):before,
.comment-navigation .nav-previous:not(:empty) + .nav-next:not(:empty):before {
content: "\002f";
display: inline-block;
opacity: 0.7;
padding: 0 0.538461538em;
}  .says,
.screen-reader-text {
clip: rect(1px, 1px, 1px, 1px);
height: 1px;
overflow: hidden;
position: absolute !important;
width: 1px; word-wrap: normal !important;
} .site .skip-link {
background-color: #f1f1f1;
box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.2);
color: #21759b;
display: block;
font-size: 14px;
font-weight: 700;
left: -9999em;
outline: none;
padding: 15px 23px 14px;
text-decoration: none;
text-transform: none;
top: -9999em;
}
.logged-in .site .skip-link {
box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.2);
font-family: "Open Sans", sans-serif;
}
.site .skip-link:focus {
clip: auto;
height: auto;
left: 6px;
top: 7px;
width: auto;
z-index: 100000;
} .alignleft {
float: left;
margin: 0.375em 1.75em 1.75em 0;
}
.alignright {
float: right;
margin: 0.375em 0 1.75em 1.75em;
}
.aligncenter {
clear: both;
display: block;
margin: 0 auto 1.75em;
}
blockquote.alignleft {
margin: 0.3157894737em 1.4736842105em 1.473684211em 0;
}
blockquote.alignright {
margin: 0.3157894737em 0 1.473684211em 1.4736842105em;
}
blockquote.aligncenter {
margin-bottom: 1.473684211em;
} .clear:before,
.clear:after,
blockquote:before,
blockquote:after,
.entry-content:before,
.entry-content:after,
.entry-summary:before,
.entry-summary:after,
.comment-content:before,
.comment-content:after,
.site-content:before,
.site-content:after,
.site-main > article:before,
.site-main > article:after,
.primary-menu:before,
.primary-menu:after,
.secondary-menu:before,
.secondary-menu:after,
.social-links-menu:before,
.social-links-menu:after,
.textwidget:before,
.textwidget:after,
.content-bottom-widgets:before,
.content-bottom-widgets:after {
content: "";
display: table;
}
.clear:after,
blockquote:after,
.entry-content:after,
.entry-summary:after,
.comment-content:after,
.site-content:after,
.site-main > article:after,
.secondary-menu:after,
.social-links-menu:after,
.textwidget:after,
.content-bottom-widgets:after {
clear: both;
} .widget-area > :last-child,
.widget > :last-child {
margin-bottom: 0;
}
.widget .widget-title {
font-size: 16px;
font-size: 1rem;
letter-spacing: 0.046875em;
line-height: 1.3125;
margin: 0 0 0.25em;
}
.widget .widget-title:empty {
margin-bottom: 0;
}
.widget-title a {
color: #1a1a1a;
} .widget.widget_calendar table {
margin: 0;
}
.widget_calendar td,
.widget_calendar th {
line-height: 2.5625;
padding: 0;
text-align: center;
}
.widget_calendar caption {
font-weight: 900;
margin-bottom: 1.75em;
}
.widget_calendar tbody a {
background-color: #007acc;
color: #fff;
display: block;
font-weight: 700;
}
.widget_calendar tbody a:hover,
.widget_calendar tbody a:focus {
background-color: #686868;
color: #fff;
} .widget_recent_entries .post-date {
color: #686868;
display: block;
font-size: 13px;
font-size: 0.8125rem;
line-height: 1.615384615;
margin-bottom: 0.538461538em;
}
.widget_recent_entries li:last-child .post-date {
margin-bottom: 0;
} .widget_rss .rsswidget img {
margin-top: -0.375em;
}
.widget_rss .rss-date,
.widget_rss cite {
color: #686868;
display: block;
font-size: 13px;
font-size: 0.8125rem;
font-style: normal;
line-height: 1.615384615;
margin-bottom: 0.538461538em;
}
.widget_rss .rssSummary:last-child {
margin-bottom: 2.1538461538em;
}
.widget_rss li:last-child :last-child {
margin-bottom: 0;
} .tagcloud a {
border: 1px solid #d1d1d1;
border-radius: 2px;
display: inline-block;
line-height: 1;
margin: 0 0.1875em 0.4375em 0;
padding: 0.5625em 0.4375em 0.5em;
}
.tagcloud a:hover,
.tagcloud a:focus {
border-color: #007acc;
color: #007acc;
outline: 0;
} .site-inner {
margin: 0 auto;
max-width: 1320px;
position: relative;
}
.site-content {
word-wrap: break-word;
} #content[tabindex="-1"]:focus {
outline: 0;
}
.site-main {
margin-bottom: 3.5em;
}
.site-main > :last-child {
margin-bottom: 0;
} .site-header {
padding: 2.625em 7.6923%;
}
.site-header-main {
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.site-branding {
margin: 0.875em auto 0.875em 0; max-width: 100%;
min-width: 0;
overflow: hidden;
}
.headerThumbPart img {
height:50px;
}
.custom-logo-link {
display: block;
}
.custom-logo {
max-width: 180px;
}
.site-title {
font-size: 23px;
font-size: 1.4375rem;
font-weight: 700;
line-height: 1.2173913043;
margin: 0;
}
.site-branding .site-title a {
color: #1a1a1a;
}
.site-branding .site-title a:hover,
.site-branding .site-title a:focus {
color: #007acc;
}
.wp-custom-logo .site-title {
margin-top: 0.608695652em;
}
.site-description {
color: #686868;
display: none;
font-size: 13px;
font-size: 0.8125rem;
font-weight: 400;
line-height: 1.0769230769;
margin: 0.538461538em 0 0;
}
.menu-toggle {
background-color: transparent;
border: 1px solid #d1d1d1;
color: #1a1a1a;
font-size: 13px;
font-size: 0.8125rem;
margin: 1.076923077em 0;
padding: 0.769230769em;
}
.no-js .menu-toggle {
display: none;
}
.menu-toggle:hover,
.menu-toggle:focus {
background-color: transparent;
border-color: #007acc;
color: #007acc;
}
.menu-toggle.toggled-on,
.menu-toggle.toggled-on:hover,
.menu-toggle.toggled-on:focus {
background-color: #1a1a1a;
border-color: #1a1a1a;
color: #fff;
}
.menu-toggle:focus {
outline: 0;
}
.menu-toggle.toggled-on:focus {
outline: thin dotted;
}
.header-image {
clear: both;
margin: 0.875em 0;
}
.header-image a {
display: block;
}
.header-image a:hover img,
.header-image a:focus img {
opacity: 0.85;
} .site-main > article {
margin-bottom: 3.5em;
position: relative;
}
.entry-header,
.entry-summary,
.entry-content,
.entry-footer,
.page-content {
margin-right: 7.6923%;
margin-left: 7.6923%;
}
.entry-title {
font-size: 28px;
font-size: 1.75rem;
font-weight: 700;
line-height: 1.25;
margin-bottom: 1em;
}
.entry-title a {
color: #1a1a1a;
}
.entry-title a:hover,
.entry-title a:focus {
color: #007acc;
}
.entry-content,
.entry-summary {
border-color: #d1d1d1;
}
.entry-content h1,
.entry-summary h1,
.comment-content h1,
.textwidget h1 {
font-size: 28px;
font-size: 1.75rem;
line-height: 1.25;
margin-top: 2em;
margin-bottom: 1em;
}
.entry-content h2,
.entry-summary h2,
.comment-content h2,
.textwidget h2 {
font-size: 23px;
font-size: 1.4375rem;
line-height: 1.2173913043;
margin-top: 2.4347826087em;
margin-bottom: 1.2173913043em;
}
.entry-content h3,
.entry-summary h3,
.comment-content h3,
.textwidget h3 {
font-size: 19px;
font-size: 1.1875rem;
line-height: 1.1052631579;
margin-top: 2.9473684211em;
margin-bottom: 1.4736842105em;
}
.entry-content h4,
.entry-content h5,
.entry-content h6,
.entry-summary h4,
.entry-summary h5,
.entry-summary h6,
.comment-content h4,
.comment-content h5,
.comment-content h6,
.textwidget h4,
.textwidget h5,
.textwidget h6 {
font-size: 16px;
font-size: 1rem;
line-height: 1.3125;
margin-top: 3.5em;
margin-bottom: 1.75em;
}
.entry-content h4,
.entry-summary h4,
.comment-content h4,
.textwidget h4 {
letter-spacing: 0.140625em;
text-transform: uppercase;
}
.entry-content h6,
.entry-summary h6,
.comment-content h6,
.textwidget h6 {
font-style: italic;
}
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6,
.entry-summary h1,
.entry-summary h2,
.entry-summary h3,
.entry-summary h4,
.entry-summary h5,
.entry-summary h6,
.comment-content h1,
.comment-content h2,
.comment-content h3,
.comment-content h4,
.comment-content h5,
.comment-content h6,
.textwidget h1,
.textwidget h2,
.textwidget h3,
.textwidget h4,
.textwidget h5,
.textwidget h6 {
font-weight: 900;
}
.entry-content h1:first-child,
.entry-content h2:first-child,
.entry-content h3:first-child,
.entry-content h4:first-child,
.entry-content h5:first-child,
.entry-content h6:first-child,
.entry-summary h1:first-child,
.entry-summary h2:first-child,
.entry-summary h3:first-child,
.entry-summary h4:first-child,
.entry-summary h5:first-child,
.entry-summary h6:first-child,
.comment-content h1:first-child,
.comment-content h2:first-child,
.comment-content h3:first-child,
.comment-content h4:first-child,
.comment-content h5:first-child,
.comment-content h6:first-child,
.textwidget h1:first-child,
.textwidget h2:first-child,
.textwidget h3:first-child,
.textwidget h4:first-child,
.textwidget h5:first-child,
.textwidget h6:first-child {
margin-top: 0;
}
.post-navigation .post-title,
.entry-title,
.comments-title {
-webkit-hyphens: auto;
-moz-hyphens: auto;
-ms-hyphens: auto;
hyphens: auto;
}
body:not(.search-results) .entry-summary {
color: #686868;
font-size: 19px;
font-size: 1.1875rem;
line-height: 1.4736842105;
margin-bottom: 1.4736842105em;
}
body:not(.search-results) .entry-header + .entry-summary {
margin-top: -0.736842105em;
}
body:not(.search-results) .entry-summary p,
body:not(.search-results) .entry-summary address,
body:not(.search-results) .entry-summary hr,
body:not(.search-results) .entry-summary ul,
body:not(.search-results) .entry-summary ol,
body:not(.search-results) .entry-summary dl,
body:not(.search-results) .entry-summary dd,
body:not(.search-results) .entry-summary table {
margin-bottom: 1.4736842105em;
}
body:not(.search-results) .entry-summary li > ul,
body:not(.search-results) .entry-summary li > ol {
margin-bottom: 0;
}
body:not(.search-results) .entry-summary th,
body:not(.search-results) .entry-summary td {
padding: 0.3684210526em;
}
body:not(.search-results) .entry-summary fieldset {
margin-bottom: 1.4736842105em;
padding: 0.3684210526em;
}
body:not(.search-results) .entry-summary blockquote {
border-color: currentColor;
}
body:not(.search-results) .entry-summary blockquote > :last-child {
margin-bottom: 0;
}
body:not(.search-results) .entry-summary .alignleft {
margin: 0.2631578947em 1.4736842105em 1.4736842105em 0;
}
body:not(.search-results) .entry-summary .alignright {
margin: 0.2631578947em 0 1.4736842105em 1.4736842105em;
}
body:not(.search-results) .entry-summary .aligncenter {
margin-bottom: 1.4736842105em;
}
.entry-content > :last-child,
.entry-summary > :last-child,
body:not(.search-results) .entry-summary > :last-child,
.page-content > :last-child,
.comment-content > :last-child,
.textwidget > :last-child {
margin-bottom: 0;
}
.more-link {
white-space: nowrap;
}
.author-info {
border-color: inherit;
border-style: solid;
border-width: 1px 0 1px 0;
clear: both;
padding-top: 1.75em;
padding-bottom: 1.75em;
}
.author-avatar .avatar {
float: left;
height: 42px;
margin: 0 1.75em 1.75em 0;
width: 42px;
}
.author-description > :last-child {
margin-bottom: 0;
}
.entry-content .author-title {
clear: none;
font-size: 16px;
font-size: 1rem;
font-weight: 900;
line-height: 1.75;
margin: 0;
}
.author-bio {
color: #686868;
font-size: 13px;
font-size: 0.8125rem;
line-height: 1.6153846154;
margin-bottom: 1.6153846154em;
overflow: hidden;
}
.author-link {
white-space: nowrap;
}
.entry-footer {
color: #686868;
font-size: 13px;
font-size: 0.8125rem;
line-height: 1.6153846154;
margin-top: 2.1538461538em;
}
.entry-footer:empty {
margin: 0;
}
.entry-footer a {
color: #686868;
}
.entry-footer a:hover,
.entry-footer a:focus {
color: #007acc;
}
.entry-footer > span:not(:last-child):after {
content: "\002f";
display: inline-block;
opacity: 0.7;
padding: 0 0.538461538em;
}
.entry-footer .avatar {
height: 21px;
margin: -0.1538461538em 0.5384615385em 0 0;
width: 21px;
}
.sticky-post {
color: #686868;
display: block;
font-size: 13px;
font-size: 0.8125rem;
letter-spacing: 0.076923077em;
line-height: 1.6153846154;
margin-bottom: 0.5384615385em;
text-transform: uppercase;
} .updated:not(.published) {
display: none;
}
.sticky .posted-on,
.byline {
display: none;
}
.single .byline,
.group-blog .byline {
display: inline;
}
.page-header {
border-top: 4px solid #1a1a1a;
margin: 0 7.6923% 3.5em;
padding-top: 1.75em;
}
body.error404 .page-header,
body.search-no-results .page-header {
border-top: 0;
padding-top: 0;
}
.page-title {
font-size: 23px;
font-size: 1.4375rem;
line-height: 1.2173913043;
}
.taxonomy-description {
color: #686868;
font-size: 13px;
font-size: 0.8125rem;
line-height: 1.6153846154;
}
.taxonomy-description p {
margin: 0.5384615385em 0 1.6153846154em;
}
.taxonomy-description > :last-child {
margin-bottom: 0;
}
.page-links {
clear: both;
margin: 0 0 1.75em;
}
.page-links a,
.page-links > span {
border: 1px solid #d1d1d1;
border-radius: 2px;
display: inline-block;
font-size: 13px;
font-size: 0.8125rem;
height: 1.8461538462em;
line-height: 1.6923076923em;
margin-right: 0.3076923077em;
text-align: center;
width: 1.8461538462em;
}
.page-links a {
background-color: #1a1a1a;
border-color: #1a1a1a;
color: #fff;
}
.page-links a:hover,
.page-links a:focus {
background-color: #007acc;
border-color: transparent;
color: #fff;
}
.page-links > .page-links-title {
border: 0;
color: #1a1a1a;
height: auto;
margin: 0;
padding-right: 0.6153846154em;
width: auto;
}
.entry-attachment {
margin-bottom: 1.75em;
}
.entry-caption {
color: #686868;
font-size: 13px;
font-size: 0.8125rem;
font-style: italic;
line-height: 1.6153846154;
padding-top: 1.0769230769em;
}
.entry-caption > :last-child {
margin-bottom: 0;
}
.content-bottom-widgets {
margin: 0 7.6923%;
}
.content-bottom-widgets .widget-area {
margin-bottom: 3.5em;
} .format-aside .entry-title,
.format-image .entry-title,
.format-video .entry-title,
.format-quote .entry-title,
.format-gallery .entry-title,
.format-status .entry-title,
.format-link .entry-title,
.format-audio .entry-title,
.format-chat .entry-title {
font-size: 19px;
font-size: 1.1875rem;
line-height: 1.473684211;
margin-bottom: 1.473684211em;
}
.blog .format-status .entry-title,
.archive .format-status .entry-title {
display: none;
} .comments-area {
margin: 0 7.6923% 3.5em;
}
.comment-list + .comment-respond,
.comment-navigation + .comment-respond {
padding-top: 1.75em;
}
.comments-title,
.comment-reply-title {
border-top: 4px solid #1a1a1a;
font-size: 23px;
font-size: 1.4375rem;
font-weight: 700;
line-height: 1.3125;
padding-top: 1.217391304em;
}
.comments-title {
margin-bottom: 1.217391304em;
}
.comment-list {
list-style: none;
margin: 0;
}
.comment-list article,
.comment-list .pingback,
.comment-list .trackback {
border-top: 1px solid #d1d1d1;
padding: 1.75em 0;
}
.comment-list .children {
list-style: none;
margin: 0;
}
.comment-list .children > li {
padding-left: 0.875em;
}
.comment-author {
color: #1a1a1a;
margin-bottom: 0.4375em;
}
.comment-author .avatar {
float: left;
height: 28px;
margin-right: 0.875em;
position: relative;
width: 28px;
}
.bypostauthor > article .fn:after {
content: "\f304";
left: 3px;
position: relative;
top: 5px;
}
.comment-metadata,
.pingback .edit-link {
color: #686868;
font-size: 13px;
font-size: 0.8125rem;
line-height: 1.6153846154;
}
.comment-metadata {
margin-bottom: 2.1538461538em;
}
.comment-metadata a,
.pingback .comment-edit-link {
color: #686868;
}
.comment-metadata a:hover,
.comment-metadata a:focus,
.pingback .comment-edit-link:hover,
.pingback .comment-edit-link:focus {
color: #007acc;
}
.comment-metadata .edit-link,
.pingback .edit-link {
display: inline-block;
}
.comment-metadata .edit-link:before,
.pingback .edit-link:before {
content: "\002f";
display: inline-block;
opacity: 0.7;
padding: 0 0.538461538em;
}
.comment-content ul,
.comment-content ol {
margin: 0 0 1.5em 1.25em;
}
.comment-content li > ul,
.comment-content li > ol {
margin-bottom: 0;
}
.comment-reply-link {
border: 1px solid #d1d1d1;
border-radius: 2px;
color: #007acc;
display: inline-block;
font-size: 13px;
font-size: 0.8125rem;
line-height: 1;
margin-top: 2.1538461538em;
padding: 0.5384615385em 0.5384615385em 0.4615384615em;
}
.comment-reply-link:hover,
.comment-reply-link:focus {
border-color: currentColor;
color: #007acc;
outline: 0;
}
.comment-form {
padding-top: 1.75em;
}
.comment-form label {
color: #686868;
display: block;
font-size: 13px;
font-size: 0.8125rem;
letter-spacing: 0.076923077em;
line-height: 1.6153846154;
margin-bottom: 0.5384615385em;
text-transform: uppercase;
}
.comment-list .comment-form {
padding-bottom: 1.75em;
}
.comment-notes,
.comment-awaiting-moderation,
.logged-in-as,
.form-allowed-tags {
color: #686868;
font-size: 13px;
font-size: 0.8125rem;
line-height: 1.6153846154;
margin-bottom: 2.1538461538em;
}
.no-comments {
border-top: 1px solid #d1d1d1;
font-weight: 700;
margin: 0;
padding-top: 1.75em;
}
.comment-navigation + .no-comments {
border-top: 0;
padding-top: 0;
}
.form-allowed-tags code {
font-family: monospace;
}
.form-submit {
margin-bottom: 0;
}
.required {
color: #007acc;
font-family: Georgia, serif;
}
.comment-reply-title small {
font-size: 100%;
}
.comment-reply-title small a {
border: 0;
float: right;
height: 32px;
overflow: hidden;
width: 26px;
}
.comment-reply-title small a:hover,
.comment-reply-title small a:focus {
color: #1a1a1a;
}
.comment-reply-title small a:before {
content: "\f405";
font-size: 32px;
position: relative;
top: -5px;
} .sidebar {
margin-bottom: 3.5em;
padding: 0 7.6923%;
} .site-footer {
padding: 0 7.6923% 1.75em;
}
.site-info {
color: #686868;
font-size: 13px;
font-size: 0.8125rem;
line-height: 1.6153846154;
}
.site-info a {
color: #686868;
}
.site-info a:hover,
.site-info a:focus {
color: #007acc;
}
.site-footer .site-title {
font-family: inherit;
font-size: inherit;
font-weight: 400;
}
.site-footer .site-title:after {
content: "\002f";
display: inline-block;
opacity: 0.7;
padding: 0 0.307692308em 0 0.538461538em;
} .site .avatar {
border-radius: 50%;
}
.entry-content .wp-smiley,
.entry-summary .wp-smiley,
.comment-content .wp-smiley,
.textwidget .wp-smiley {
border: none;
margin-top: 0;
margin-bottom: 0;
padding: 0;
}
.entry-content a img,
.entry-summary a img,
.comment-content a img,
.textwidget a img {
display: block;
} embed,
iframe,
object,
video {
margin-bottom: 1.75em;
max-width: 100%;
vertical-align: middle;
}
p > embed,
p > iframe,
p > object,
p > video {
margin-bottom: 0;
}
.entry-content .wp-audio-shortcode a,
.entry-content .wp-playlist a {
box-shadow: none;
}
.wp-audio-shortcode,
.wp-video,
.wp-playlist.wp-audio-playlist {
margin-top: 0;
margin-bottom: 1.75em;
}
.wp-playlist.wp-audio-playlist {
padding-bottom: 0;
}
.wp-playlist .wp-playlist-tracks {
margin-top: 0;
}
.wp-playlist-item .wp-playlist-caption {
border-bottom: 0;
padding: 0.7142857143em 0;
}
.wp-playlist-item .wp-playlist-item-length {
top: 0.7142857143em;
} .wp-caption {
margin-bottom: 1.75em;
max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
display: block;
margin: 0;
}
.wp-caption .wp-caption-text {
color: #686868;
font-size: 13px;
font-size: 0.8125rem;
font-style: italic;
line-height: 1.6153846154;
padding-top: 0.5384615385em;
} .gallery {
margin: 0 -1.1666667% 1.75em;
}
.gallery-item {
display: inline-block;
max-width: 33.33%;
padding: 0 1.1400652% 2.2801304%;
text-align: center;
vertical-align: top;
width: 100%;
}
.gallery-columns-1 .gallery-item {
max-width: 100%;
}
.gallery-columns-2 .gallery-item {
max-width: 50%;
}
.gallery-columns-4 .gallery-item {
max-width: 25%;
}
.gallery-columns-5 .gallery-item {
max-width: 20%;
}
.gallery-columns-6 .gallery-item {
max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
max-width: 11.11%;
}
.gallery-icon img {
margin: 0 auto;
}
.gallery-caption {
color: #686868;
display: block;
font-size: 13px;
font-size: 0.8125rem;
font-style: italic;
line-height: 1.6153846154;
padding-top: 0.5384615385em;
}
.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
display: none;
} .widecolumn {
margin-bottom: 3.5em;
padding: 0 7.6923%;
}
.widecolumn .mu_register {
width: auto;
}
.widecolumn .mu_register .mu_alert {
background: transparent;
border-color: #d1d1d1;
color: inherit;
margin-bottom: 3.5em;
padding: 1.75em;
}
.widecolumn form,
.widecolumn .mu_register form {
margin-top: 0;
}
.widecolumn h2 {
font-size: 23px;
font-size: 1.4375rem;
font-weight: 900;
line-height: 1.2173913043;
margin-bottom: 1.2173913043em;
}
.widecolumn p {
margin: 1.75em 0;
}
.widecolumn p + h2 {
margin-top: 2.4347826087em;
}
.widecolumn label,
.widecolumn .mu_register label {
color: #686868;
font-size: 13px;
font-size: 0.8125rem;
font-weight: 400;
letter-spacing: 0.076923077em;
line-height: 1.6153846154;
text-transform: uppercase;
}
.widecolumn .mu_register label {
margin: 2.1538461538em 0.7692307692em 0.5384615385em 0;
}
.widecolumn .mu_register label strong {
font-weight: 400;
}
.widecolumn #key,
.widecolumn .mu_register #blog_title,
.widecolumn .mu_register #user_email,
.widecolumn .mu_register #blogname,
.widecolumn .mu_register #user_name {
font-size: 16px;
font-size: 1rem;
width: 100%;
}
.widecolumn .mu_register #blogname {
margin: 0;
}
.widecolumn .mu_register #blog_title,
.widecolumn .mu_register #user_email,
.widecolumn .mu_register #user_name {
margin: 0 0 0.375em;
}
.widecolumn #submit,
.widecolumn .mu_register input[type="submit"] {
font-size: 16px;
font-size: 1rem;
margin: 0;
width: auto;
}
.widecolumn .mu_register .prefix_address,
.widecolumn .mu_register .suffix_address {
font-size: inherit;
}
.widecolumn .mu_register > :last-child,
.widecolumn form > :last-child {
margin-bottom: 0;
}  @-ms-viewport {
width: device-width;
}
@viewport {
width: device-width;
} @media screen and (min-width: 44.375em) {
body:not(.custom-background-image):before,
body:not(.custom-background-image):after {
background: inherit;
content: "";
display: block;
height: 21px;
left: 0;
position: fixed;
width: 100%;
z-index: 99;
}
body:not(.custom-background-image):before {
top: 0;
}
body:not(.custom-background-image).admin-bar:before {
top: 46px;
}
body:not(.custom-background-image):after {
bottom: 0;
}
.site {
margin: 21px;
}
.site-main {
margin-bottom: 5.25em;
}
.site-header {
padding: 3.9375em 7.6923%;
}
.site-branding {
margin-top: 1.3125em;
margin-bottom: 1.3125em;
}
.custom-logo {
max-width: 210px;
}
.site-title {
font-size: 28px;
font-size: 1.75rem;
line-height: 1.25;
}
.wp-custom-logo .site-title {
margin-top: 0.5em;
}
.site-description {
display: block;
}
.menu-toggle {
font-size: 16px;
font-size: 1.0rem;
margin: 1.3125em 0;
padding: 0.8125em 0.875em 0.6875em;
}
.site-header-menu {
margin: 1.3125em 0;
}
.site-header .main-navigation + .social-navigation {
margin-top: 2.625em;
}
.header-image {
margin: 1.3125em 0;
}
.pagination {
margin: 0 23.0769% 4.421052632em 7.6923%
}
.post-navigation {
margin-bottom: 5.25em;
}
.post-navigation .post-title {
font-size: 28px;
font-size: 1.75rem;
line-height: 1.25;
} .pagination .current .screen-reader-text {
position: absolute !important;
}
.pagination .page-numbers {
display: inline-block;
}
.site-main > article {
margin-bottom: 5.25em;
}
.entry-header,
.post-thumbnail,
.entry-content,
.entry-summary,
.entry-footer,
.comments-area,
.image-navigation,
.post-navigation,
.page-header,
.page-content,
.content-bottom-widgets {
margin-right: 23.0769%;
}
.entry-title {
font-size: 33px;
font-size: 2.0625rem;
line-height: 1.2727272727;
margin-bottom: 0.8484848485em;
}
.entry-content blockquote.alignleft,
.entry-content blockquote.alignright {
border-width: 4px 0 0 0;
padding: 0.9473684211em 0 0;
width: -webkit-calc(50% - 0.736842105em);
width: calc(50% - 0.736842105em);
}
.entry-content blockquote:not(.alignleft):not(.alignright),
.entry-summary blockquote,
.comment-content blockquote {
margin-left: -1.473684211em;
}
.entry-content blockquote blockquote:not(.alignleft):not(.alignright),
.entry-summary blockquote blockquote,
.comment-content blockquote blockquote {
margin-left: 0;
}
.entry-content ul,
.entry-summary ul,
.comment-content ul,
.entry-content ol,
.entry-summary ol,
.comment-content ol {
margin-left: 0;
}
.entry-content li > ul,
.entry-summary li > ul,
.comment-content li > ul,
.entry-content blockquote > ul,
.entry-summary blockquote > ul,
.comment-content blockquote > ul {
margin-left: 1.25em;
}
.entry-content li > ol,
.entry-summary li > ol,
.comment-content li > ol,
.entry-content blockquote > ol,
.entry-summary blockquote > ol,
.comment-content blockquote > ol {
margin-left: 1.5em;
}
.comment-author {
margin-bottom: 0;
}
.comment-author .avatar {
height: 42px;
position: relative;
top: 0.25em;
width: 42px;
}
.comment-list .children > li {
padding-left: 1.75em;
}
.comment-list + .comment-respond,
.comment-navigation + .comment-respond {
padding-top: 3.5em;
}
.comments-area,
.content-bottom-widgets {
margin-bottom: 5.25em;
}
.sidebar,
.widecolumn {
margin-bottom: 5.25em;
padding-right: 23.0769%;
}
body:not(.search-results) .entry-summary li > ul,
body:not(.search-results) .entry-summary blockquote > ul {
margin-left: 1.157894737em;
}
body:not(.search-results) .entry-summary li > ol,
body:not(.search-results) .entry-summary blockquote > ol {
margin-left: 1.473684211em;
}
} @media screen and (min-width: 48.9375em) {
body:not(.custom-background-image).admin-bar:before {
top: 32px;
}
} @media screen and (min-width: 56.875em) {
.site-header {
padding-right: 4.5455%;
padding-left: 4.5455%;
}
.site-header-main {
-webkit-align-items: flex-start;
-ms-flex-align: start;
align-items: flex-start;
}
.wp-custom-logo .site-header-main {
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
}
.site-header-menu {
display: block;
-webkit-flex: 0 1 auto;
-ms-flex: 0 1 auto;
flex: 0 1 auto;
}
.main-navigation {
margin: 0 -0.875em;
}
.main-navigation .primary-menu,
.main-navigation .primary-menu > li {
border: 0;
}
.main-navigation .primary-menu > li {
float: left;
}
.main-navigation .secondary-menu,
.main-navigation .secondary-menu > li {
border: 0;
}
.main-navigation .secondary-menu > li {
float: left;
}
.main-navigation a {
outline-offset: -8px;
padding: 0.65625em 0.875em;
white-space: nowrap;
}
.main-navigation li:hover > a,
.main-navigation li.focus > a {
color: #007acc;
}
.main-navigation ul ul { display: block;
left: -999em;
margin: 0;
position: absolute;
z-index: 99999;
}
.main-navigation ul ul ul {
top: -1px;
}
.main-navigation ul ul ul:before,
.main-navigation ul ul ul:after {
border: 0;
}
.main-navigation ul ul li {
background-color: #fff; border-bottom-width: 0;
}
.main-navigation ul ul a {
white-space: normal;
width: 12.6875em;
}
.main-navigation ul ul:before,
.main-navigation ul ul:after {
border-style: solid;
content: "";
position: absolute;
}
.main-navigation ul ul:before {
border-color: #d1d1d1 transparent;
border-width: 0 10px 10px;
right: 9px;
top: -9px;
}
.main-navigation ul ul:after {
border-color: #fff transparent;
border-width: 0 8px 8px;
right: 11px;
top: -7px;
}
.main-navigation li:hover > ul,
.main-navigation li.focus > ul {
left: auto;
right: 0;
}
.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
left: auto;
right: 100%;
}
.main-navigation .menu-item-has-children > a {
margin: 0;
padding-right: 2.25em;
}
.main-navigation .menu-item-has-children > a:after {
content: "\f431";
position: absolute;
right: 0.625em;
top: 0.8125em;
}
.main-navigation ul ul .menu-item-has-children > a {
padding-right: 2.0625em;
}
.main-navigation ul ul .menu-item-has-children > a:after {
right: 0.5625em;
top: 0.875em;
-webkit-transform: rotate(90deg);
-moz-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg);
}
.dropdown-toggle,
.main-navigation ul .dropdown-toggle.toggled-on,
.menu-toggle,
.site-header .social-navigation,
.site-footer .main-navigation {
display: none;
}
.site-content {
padding: 0 4.5455%;
}
.content-area {
float: left;
margin-right: -100%;
width: 70%;
}
.entry-header,
.entry-content,
.entry-summary,
.entry-footer,
.comments-area,
.image-navigation,
.post-navigation,
.pagination,
.page-header,
.page-content,
.content-bottom-widgets {
margin-right: 0;
margin-left: 0;
}
.sidebar {
float: left;
margin-left: 75%;
padding: 0;
width: 25%;
}
.widget {
font-size: 13px;
font-size: 0.8125rem;
line-height: 1.6153846154;
}
.widget .widget-title {
margin-bottom: 1.3125em;
}
.widget p,
.widget address,
.widget hr,
.widget ul,
.widget ol,
.widget dl,
.widget dd,
.widget table {
margin-bottom: 1.6153846154em;
}
.widget li > ul,
.widget li > ol {
margin-bottom: 0;
}
.widget blockquote {
font-size: 16px;
font-size: 1rem;
line-height: 1.3125;
margin-bottom: 1.3125em;
padding-left: 1.0625em;
}
.widget blockquote cite,
.widget blockquote small {
font-size: 13px;
font-size: 0.8125rem;
line-height: 1.6153846154;
}
.widget th,
.widget td {
padding: 0.5384615385em;
}
.widget pre {
font-size: 13px;
font-size: 0.8125rem;
line-height: 1.6153846154;
margin-bottom: 1.6153846154em;
padding: 0.5384615385em;
}
.widget fieldset {
margin-bottom: 1.6153846154em;
padding: 0.5384615385em;
}
.widget button,
.widget input,
.widget select,
.widget textarea {
font-size: 13px;
font-size: 0.8125rem;
line-height: 1.6153846154;
}
.widget button,
.widget input[type="button"],
.widget input[type="reset"],
.widget input[type="submit"] {
line-height: 1;
padding: 0.846153846em;
}
.widget input[type="date"],
.widget input[type="time"],
.widget input[type="datetime-local"],
.widget input[type="week"],
.widget input[type="month"],
.widget input[type="text"],
.widget input[type="email"],
.widget input[type="url"],
.widget input[type="password"],
.widget input[type="search"],
.widget input[type="tel"],
.widget input[type="number"],
.widget textarea {
padding: 0.4615384615em 0.5384615385em;
}
.widget h1 {
font-size: 23px;
font-size: 1.4375rem;
line-height: 1.2173913043;
margin-bottom: 0.9130434783em;
}
.widget h2 {
font-size: 19px;
font-size: 1.1875rem;
line-height: 1.1052631579;
margin-bottom: 1.1052631579em;
}
.widget h3 {
font-size: 16px;
font-size: 1rem;
line-height: 1.3125;
margin-bottom: 1.3125em;
}
.widget h4,
.widget h5,
.widget h6 {
font-size: 13px;
font-size: 0.8125rem;
line-height: 1.6153846154;
margin-bottom: 0.9130434783em;
}
.widget .alignleft {
margin: 0.2307692308em 1.6153846154em 1.6153846154em 0;
}
.widget .alignright {
margin: 0.2307692308em 0 1.6153846154em 1.6153846154em;
}
.widget .aligncenter {
margin-bottom: 1.6153846154em;
}
.widget_calendar td,
.widget_calendar th {
line-height: 2.6923076923;
padding: 0;
}
.widget_rss .rssSummary:last-child {
margin-bottom: 1.615384615em;
}
.widget input[type="search"].search-field {
width: -webkit-calc(100% - 35px);
width: calc(100% - 35px);
}
.widget .search-submit:before {
font-size: 16px;
left: 1px;
line-height: 35px;
width: 34px;
}
.widget button.search-submit {
padding: 0;
width: 35px;
}
.tagcloud a {
margin: 0 0.2307692308em 0.5384615385em 0;
padding: 0.5384615385em 0.4615384615em 0.4615384615em;
}
.textwidget h1 {
margin-top: 1.8260869565em;
}
.textwidget h2 {
margin-top: 2.2105263158em;
}
.textwidget h3 {
margin-top: 2.625em;
}
.textwidget h4 {
letter-spacing: 0.153846154em;
}
.textwidget h4,
.textwidget h5,
.textwidget h6 {
margin-top: 3.2307692308em;
}
.content-bottom-widgets .widget-area:nth-child(1):nth-last-child(2),
.content-bottom-widgets .widget-area:nth-child(2):nth-last-child(1) {
float: left;
margin-right: 7.1428571%;
width: 46.42857145%;
}
.content-bottom-widgets .widget-area:nth-child(2):nth-last-child(1):last-of-type {
margin-right: 0;
}
.site-footer {
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
padding: 0 4.5455% 3.5em;
}
.site-footer .social-navigation {
margin: 0;
-webkit-order: 2;
-ms-flex-order: 2;
order: 2;
}
.site-info {
padding-top: 1em;
margin: 1em auto 1em 0;
-webkit-order: 1;
-ms-flex-order: 1;
order: 1;
}
.no-sidebar .content-area {
float: none;
margin: 0;
width: 100%;
}
.no-sidebar .entry-header,
.no-sidebar .entry-content,
.no-sidebar .entry-summary,
.no-sidebar .entry-footer,
.no-sidebar .comments-area,
.no-sidebar .image-navigation,
.no-sidebar .post-navigation,
.no-sidebar .pagination,
.no-sidebar .page-header,
.no-sidebar .page-content,
.no-sidebar .content-bottom-widgets {
margin-right: 0;
margin-left: 0;
}
.widecolumn {
padding-right: 15%;
padding-left: 15%;
}
} @media screen and (min-width: 61.5625em) {
.site-main {
margin-bottom: 7.0em;
}
.site-header {
padding: 5.25em 4.5455%;
}
.site-branding,
.site-header-menu,
.header-image {
margin-top: 1.75em;
margin-bottom: 1.75em;
}
.custom-logo {
max-width: 240px;
}
.image-navigation {
margin-bottom: 3.230769231em;
}
.post-navigation {
margin-bottom: 7.0em;
}
.pagination {
margin-bottom: 5.894736842em;
}
.site-main > article {
margin-bottom: 7.0em;
}
.entry-title {
font-size: 40px;
font-size: 2.5rem;
line-height: 1.225;
margin-bottom: 1.05em;
}
.format-aside .entry-title,
.format-image .entry-title,
.format-video .entry-title,
.format-quote .entry-title,
.format-gallery .entry-title,
.format-status .entry-title,
.format-link .entry-title,
.format-audio .entry-title,
.format-chat .entry-title {
font-size: 23px;
font-size: 1.4375em;
line-height: 1.304347826;
margin-bottom: 1.826086957em;
}
.entry-content h1,
.entry-summary h1,
.comment-content h1 {
font-size: 33px;
font-size: 2.0625rem;
line-height: 1.2727272727;
margin-top: 1.696969697em;
margin-bottom: 0.8484848485em;
}
.entry-content h2,
.entry-summary h2,
.comment-content h2 {
font-size: 28px;
font-size: 1.75rem;
line-height: 1.25;
margin-top: 2em;
margin-bottom: 1em;
}
.entry-content h3,
.entry-summary h3,
.comment-content h3 {
font-size: 23px;
font-size: 1.4375rem;
line-height: 1.2173913043;
margin-top: 2.4347826087em;
margin-bottom: 1.2173913043em;
}
.entry-content h4,
.entry-summary h4,
.entry-intro h4,
.comment-content h4 {
letter-spacing: 0.131578947em;
}
.entry-content h4,
.entry-content h5,
.entry-content h6,
.entry-summary h4,
.entry-summary h5,
.entry-summary h6,
.comment-content h4,
.comment-content h5,
.comment-content h6 {
font-size: 19px;
font-size: 1.1875rem;
line-height: 1.1052631579;
margin-top: 2.9473684211em;
margin-bottom: 1.473684211em;
}
.author-info {
border-bottom-width: 0;
padding-bottom: 0;
}
.comment-list + .comment-respond,
.comment-navigation + .comment-respond {
padding-top: 5.25em;
}
.comments-area,
.sidebar,
.content-bottom-widgets .widget-area,
.widecolumn {
margin-bottom: 7.0em;
}
body:not(.search-results) .entry-summary {
margin-bottom: 2.210526316em;
}
body:not(.search-results) .entry-header + .entry-summary {
margin-top: -1.105263158em;
}
body:not(.search-results) article:not(.type-page) .entry-content {
float: right;
width: 71.42857144%;
}
body:not(.search-results) article:not(.type-page) .entry-content > blockquote.alignleft.below-entry-meta {
margin-left: -40%;
width: -webkit-calc(60% - 1.4736842105em);
width: calc(60% - 1.4736842105em);
}
body:not(.search-results) article:not(.type-page) img.below-entry-meta,
body:not(.search-results) article:not(.type-page) figure.below-entry-meta {
clear: both;
display: block;
float: none;
margin-right: 0;
margin-left: -40%;
max-width: 140%;
}
body:not(.search-results) article:not(.type-page) figure.below-entry-meta img.below-entry-meta,
body:not(.search-results) article:not(.type-page) table figure.below-entry-meta,
body:not(.search-results) article:not(.type-page) table img.below-entry-meta {
margin: 0;
max-width: 100%;
}
body:not(.search-results) article:not(.type-page) .entry-footer {
float: left;
margin-top: 0.1538461538em;
width: 21.42857143%;
}
body:not(.search-results) article:not(.type-page) .entry-footer > span:not(:last-child):after {
display: none;
}
.single .byline,
.full-size-link,
body:not(.search-results).group-blog .byline,
body:not(.search-results) .entry-format,
body:not(.search-results) .cat-links,
body:not(.search-results) .tags-links,
body:not(.search-results) article:not(.sticky) .posted-on,
body:not(.search-results) article:not(.type-page) .comments-link,
body:not(.search-results) article:not(.type-page) .entry-footer .edit-link {
display: block;
margin-bottom: 0.5384615385em;
}
body:not(.search-results) article:not(.type-page) .entry-footer > span:last-child {
margin-bottom: 0;
}
body:not(.search-results) article:not(.type-page) .entry-footer .avatar {
display: block;
height: auto;
margin: 0 0 0.5384615385em;
width: 49px;
}
body.no-sidebar:not(.search-results) article:not(.type-page) .entry-content {
float: left;
margin-right: -100%;
margin-left: 34.99999999%;
width: 50.00000001%;
}
body.no-sidebar:not(.search-results) article:not(.type-page) .entry-footer {
margin-right: -100%;
margin-left: 15%;
width: 15%;
}
} @media screen and (min-width: 75em) {
body:not(.search-results) .entry-summary {
font-size: 23px;
font-size: 1.4375rem;
line-height: 1.5217391304;
margin-bottom: 1.826086957em;
}
body:not(.search-results) .entry-header + .entry-summary {
margin-top: -0.913043478em;
}
body:not(.search-results) .entry-summary p,
body:not(.search-results) .entry-summary address,
body:not(.search-results) .entry-summary hr,
body:not(.search-results) .entry-summary ul,
body:not(.search-results) .entry-summary ol,
body:not(.search-results) .entry-summary dl,
body:not(.search-results) .entry-summary dd,
body:not(.search-results) .entry-summary table {
margin-bottom: 1.5217391304em;
}
body:not(.search-results) .entry-summary li > ul,
body:not(.search-results) .entry-summary blockquote > ul {
margin-left: 0.956521739em;
}
body:not(.search-results) .entry-summary li > ol,
body:not(.search-results) .entry-summary blockquote > ol {
margin-left: 1.52173913em;
}
body:not(.search-results) .entry-summary blockquote {
font-size: 23px;
font-size: 1.4375rem;
line-height: 1.5217391304;
margin: 0 0 1.5217391304em;
padding-left: 1.347826087em;
}
body:not(.search-results) .entry-summary blockquote:not(.alignleft):not(.alignright) {
margin-left: -1.52173913em;
}
body:not(.search-results) .entry-summary blockquote blockquote:not(.alignleft):not(.alignright) {
margin-left: 0;
}
body:not(.search-results) .entry-summary blockquote cite,
body:not(.search-results) .entry-summary blockquote small {
font-size: 19px;
font-size: 1.1875rem;
line-height: 1.8421052632;
}
body:not(.search-results) .entry-summary th,
body:not(.search-results) .entry-summary td {
padding: 0.3043478261em;
}
body:not(.search-results) .entry-summary pre {
font-size: 16px;
font-size: 1rem;
line-height: 1.75;
margin-bottom: 1.75em;
padding: 1.75em;
}
body:not(.search-results) .entry-summary fieldset {
margin-bottom: 1.5217391304em;
padding: 0.3043478261em;
}
body:not(.search-results) .entry-summary h1 {
margin-top: 2.121212121em;
margin-bottom: 1.060606061em;
}
body:not(.search-results) .entry-summary h2 {
margin-top: 2.5em;
margin-bottom: 1.25em;
}
body:not(.search-results) .entry-summary h3 {
margin-top: 3.043478261em;
margin-bottom: 1.52173913em;
}
body:not(.search-results) .entry-summary h4,
body:not(.search-results) .entry-summary h5,
body:not(.search-results) .entry-summary h6 {
margin-top: 3.684210526em;
margin-bottom: 1.842105263em;
}
body:not(.search-results) .entry-summary h1:first-child,
body:not(.search-results) .entry-summary h2:first-child,
body:not(.search-results) .entry-summary h3:first-child,
body:not(.search-results) .entry-summary h4:first-child,
body:not(.search-results) .entry-summary h5:first-child,
body:not(.search-results) .entry-summary h6:first-child {
margin-top: 0;
}
body:not(.search-results) .entry-summary .alignleft {
margin: 0.2608695652em 1.5217391304em 1.5217391304em 0;
}
body:not(.search-results) .entry-summary .alignright {
margin: 0.2608695652em 0 1.5217391304em 1.5217391304em;
}
body:not(.search-results) .entry-summary .aligncenter {
margin-bottom: 1.5217391304em;
}
} @media print {
form,
button,
input,
select,
textarea,
.navigation,
.main-navigation,
.social-navigation,
.sidebar,
.content-bottom-widgets,
.header-image,
.page-links,
.edit-link,
.comment-respond,
.comment-edit-link,
.comment-reply-link,
.comment-metadata .edit-link,
.pingback .edit-link {
display: none;
}
body,
blockquote cite,
blockquote small,
pre,
.entry-content h4,
.entry-content h5,
.entry-content h6,
.entry-summary h4,
.entry-summary h5,
.entry-summary h6,
.comment-content h4,
.comment-content h5,
.comment-content h6,
.entry-content .author-title {
font-size: 12pt;
}
blockquote {
font-size: 14.25pt;
}
.site-title,
.page-title,
.comments-title,
.entry-content h2,
.entry-summary h2,
.comment-content h2,
.widecolumn h2 {
font-size: 17.25pt;
}
.site-description {
display: block;
}
.entry-title {
font-size: 24.75pt;
line-height: 1.2727272727;
margin-bottom: 1.696969697em;
}
.format-aside .entry-title,
.format-image .entry-title,
.format-video .entry-title,
.format-quote .entry-title,
.format-gallery .entry-title,
.format-status .entry-title,
.format-link .entry-title,
.format-audio .entry-title,
.format-chat .entry-title {
font-size: 17.25pt;
line-height: 1.304347826;
margin-bottom: 1.826086957em;
}
.entry-content h1,
.entry-summary h1,
.comment-content h1 {
font-size: 21pt;
}
.entry-content h3,
.entry-summary h3,
.comment-content h3,
body:not(.search-results) .entry-summary {
font-size: 14.25pt;
}
.site-description,
.author-bio,
.entry-footer,
.sticky-post,
.taxonomy-description,
.entry-caption,
.comment-metadata,
.comment-notes,
.comment-awaiting-moderation,
.site-info,
.wp-caption .wp-caption-text,
.gallery-caption {
font-size: 9.75pt;
}
body,
.site {
background: none !important; }
body,
blockquote cite,
blockquote small,
.site-branding .site-title a,
.entry-title a,
.comment-author {
color: #1a1a1a !important; }
blockquote,
.page-header,
.comments-title {
border-color: #1a1a1a !important; }
blockquote,
.site-description,
body:not(.search-results) .entry-summary,
body:not(.search-results) .entry-summary blockquote,
.author-bio,
.entry-footer,
.entry-footer a,
.sticky-post,
.taxonomy-description,
.entry-caption,
.comment-author,
.comment-metadata a,
.comment-notes,
.comment-awaiting-moderation,
.site-info,
.site-info a,
.wp-caption .wp-caption-text,
.gallery-caption {
color: #686868 !important; }
code,
hr {
background-color: #d1d1d1 !important; }
pre,
abbr,
acronym,
table,
th,
td,
.author-info,
.comment-list article,
.comment-list .pingback,
.comment-list .trackback,
.no-comments {
border-color: #d1d1d1 !important; }
a {
color: #007acc !important; }
.entry-content a,
.entry-summary a,
.taxonomy-description a,
.comment-content a,
.pingback .comment-body > a {
box-shadow: none;
border-bottom: 1px solid #007acc !important; }
.site {
margin: 5%;
}
.site-inner {
max-width: none;
}
.site-header {
padding: 0 0 1.75em;
}
.site-branding {
margin-top: 0;
margin-bottom: 1.75em;
}
.site-main {
margin-bottom: 3.5em;
}
.entry-header,
.entry-footer,
.page-header,
.page-content,
.entry-content,
.entry-summary,
.post-thumbnail,
.comments-area {
margin-right: 0;
margin-left: 0;
}
.post-thumbnail,
.site-main > article {
margin-bottom: 3.5em;
}
.entry-content blockquote.alignleft,
.entry-content blockquote.alignright {
border-width: 4px 0 0 0;
padding: 0.9473684211em 0 0;
width: -webkit-calc(50% - 0.736842105em);
width: calc(50% - 0.736842105em);
}
body:not(.search-results) .entry-header + .entry-summary {
margin-top: -1.473684211em;
}
.site-footer,
.widecolumn {
padding: 0;
}
}ul {
list-style: disc;
font-size:  18px;
}
ol {
list-style: decimal;
margin-left: 1.5em;
font-size:  18px;
}
ul > li,
ol > li {
padding-top: 5px;
padding-bottom: 5px;
}
.footer-navigation div{
text-align: center;
}
.footer-menu li {
display: inline;
padding-right: 20px;
}
#actualite-social-links{
display:none;
}
#breadcrumbs span i{
display: inline;
}
#breadcrumbs span a {
margin-right: 5px;
} body.page-template-templateactualite .entry-content .loop-contents-actualite article.type-actualite, body.page-template-templateactualiteno-sidebar .entry-content .loop-contents-actualite article.type-actualite, body.page-template-homepage .entry-content .loop-contents-actualite article.type-actualite {
padding: 10px;
padding-bottom: 40px;
border: 1px dashed #2f3373;
border-bottom: 3px solid #2f3373;
}
div p {
margin: 0 0 30px 0;
font-size: 17px;
line-height: 30px;
letter-spacing: 0;
font-weight: 400;
}
div.wprt-container > ul > li:not(:last-child) {
margin-bottom: 10px;
}
div.wprt-container > ul > li {
line-height: 30px;
}
@media screen and (max-width: 910px){
.tutellesContainer {
display: none;
}
.tutellesHomeContainer .partContainer .itemPart .thumbPart {
display: flex;
align-items: center;
justify-content: center;
}
.tutellesHomeContainer .partContainer .itemPart .thumbPart a {
border-bottom:none !important; 
}
}
.tutellesHomeContainer {
border-right: 0px;
}
.tutellesHomeContainer .partContainer .itemPart .thumbPart {
display: flex;
align-items: center;
justify-content: center;
}
.tutellesHomeContainer .partContainer .itemPart .thumbPart a {
border-bottom:none !important; 
}
.label {
font-weight: normal;
text-transform: none;
padding: 0.2em 0.2em 0.2em;
display: inline-block;
font-size: 90%;
line-height: 1;
color: #1a1a1a;
vertical-align: baseline;
border-radius: .25em;
margin:2px;
}
span.tag{
cursor: pointer;
font-size: smaller;
white-space: nowrap;
border-radius: 15px;
padding: 0px 10px 0px 10px; 
border:1px solid black;
margin-top: 2px;
margin-bottom: 2px;
width: auto;
height: 22px;
}
span.tag a:link, a:hover, a:visited, a:active{
text-decoration: none;
box-shadow: unset;
}@font-face {
font-family: 'icomoon';
src:  url(//lpp.cnrs.fr/wp-content/themes/cnrswebkit/css/icomoon/icomoon.eot?cuot60);
src:  url(//lpp.cnrs.fr/wp-content/themes/cnrswebkit/css/icomoon/icomoon.eot?cuot60#iefix) format('embedded-opentype'),
url(//lpp.cnrs.fr/wp-content/themes/cnrswebkit/css/icomoon/icomoon.ttf?cuot60) format('truetype'),
url(//lpp.cnrs.fr/wp-content/themes/cnrswebkit/css/icomoon/icomoon.woff?cuot60) format('woff'),
url(//lpp.cnrs.fr/wp-content/themes/cnrswebkit/css/icomoon/icomoon.svg?cuot60#icomoon) format('svg');
font-weight: normal;
font-style: normal;
}
[class^="icon-"], [class*=" icon-"] { font-family: 'icomoon' !important;
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1; -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.icon-folder:before {
content: "\e908";
}
.icon-arrow:before {
content: "\e907";
}
.icon-calendar:before {
content: "\e900";
}
.icon-close:before {
content: "\e901";
}
.icon-download:before {
content: "\e902";
}
.icon-left:before {
content: "\e903";
}
.icon-play:before {
content: "\e904";
}
.icon-right:before {
content: "\e905";
}
.icon-search:before {
content: "\e906";
}

body{background-color:#1a1a1a}.site-inner{background-color:#ffffff}mark,ins,button,button[disabled]:hover,button[disabled]:focus,input[type="button"],input[type="button"][disabled]:hover,input[type="button"][disabled]:focus,input[type="reset"],input[type="reset"][disabled]:hover,input[type="reset"][disabled]:focus,input[type="submit"],input[type="submit"][disabled]:hover,input[type="submit"][disabled]:focus,.menu-toggle.toggled-on,.menu-toggle.toggled-on:hover,.menu-toggle.toggled-on:focus,.pagination .prev,.pagination .next,.pagination .prev:hover,.pagination .prev:focus,.pagination .next:hover,.pagination .next:focus,.pagination .nav-links:before,.pagination .nav-links:after,.widget_calendar tbody a,.widget_calendar tbody a:hover,.widget_calendar tbody a:focus,.page-links a,.page-links a:hover,.page-links a:focus{color:#ffffff}.menu-toggle:hover,.menu-toggle:focus,a,.main-navigation a:hover,.main-navigation a:focus,.dropdown-toggle:hover,.dropdown-toggle:focus,.social-navigation a:hover:before,.social-navigation a:focus:before,.post-navigation a:hover .post-title,.post-navigation a:focus .post-title,.tagcloud a:hover,.tagcloud a:focus,.site-branding .site-title a:hover,.site-branding .site-title a:focus,.entry-title a:hover,.entry-title a:focus,.entry-footer a:hover,.entry-footer a:focus,.comment-metadata a:hover,.comment-metadata a:focus,.pingback .comment-edit-link:hover,.pingback .comment-edit-link:focus,.comment-reply-link,.comment-reply-link:hover,.comment-reply-link:focus,.required,.site-info a:hover,.site-info a:focus{color:#2f3373}mark,ins,button:hover,button:focus,input[type="button"]:hover,input[type="button"]:focus,input[type="reset"]:hover,input[type="reset"]:focus,input[type="submit"]:hover,input[type="submit"]:focus,.pagination .prev:hover,.pagination .prev:focus,.pagination .next:hover,.pagination .next:focus,.widget_calendar tbody a,.page-links a:hover,.page-links a:focus{background-color:#2f3373}input[type="date"]:focus,input[type="time"]:focus,input[type="datetime-local"]:focus,input[type="week"]:focus,input[type="month"]:focus,input[type="text"]:focus,input[type="email"]:focus,input[type="url"]:focus,input[type="password"]:focus,input[type="search"]:focus,input[type="tel"]:focus,input[type="number"]:focus,textarea:focus,.tagcloud a:hover,.tagcloud a:focus,.menu-toggle:hover,.menu-toggle:focus{border-color:#2f3373}body.page-template-homepage .homeLabo .laboInfo .umi,#site-header-menu #searchContainer form #searchIconContainer{background-color:#2f3373}body.page-template-template-rubrique article .entry-content a.basePage:hover,header.site-header #site-header-menu nav#secondary-navigation .menu-menu-secondaire-container li>a,header.site-header #site-header-menu nav#secondary-navigation .menu-menu-secondaire-container li>a:visited,#breadcrumbs span a:hover{color:#2f3373}body .widget>.widget-title{border-top:2px solid #2f3373}body,blockquote cite,blockquote small,.main-navigation a,.menu-toggle,.dropdown-toggle,.social-navigation a,.post-navigation a,.pagination a:hover,.pagination a:focus,.widget-title a,.site-branding .site-title a,.entry-title a,.page-links>.page-links-title,.comment-author,.comment-reply-title small a:hover,.comment-reply-title small a:focus{color:#1a1a1a}blockquote,.menu-toggle.toggled-on,.menu-toggle.toggled-on:hover,.menu-toggle.toggled-on:focus,.post-navigation,.post-navigation div+div,.pagination,.widget,.page-header,.page-links a,.comments-title,.comment-reply-title{border-color:#1a1a1a}button,button[disabled]:hover,button[disabled]:focus,input[type="button"],input[type="button"][disabled]:hover,input[type="button"][disabled]:focus,input[type="reset"],input[type="reset"][disabled]:hover,input[type="reset"][disabled]:focus,input[type="submit"],input[type="submit"][disabled]:hover,input[type="submit"][disabled]:focus,.menu-toggle.toggled-on,.menu-toggle.toggled-on:hover,.menu-toggle.toggled-on:focus,.pagination:before,.pagination:after,.pagination .prev,.pagination .next,.page-links a{background-color:#1a1a1a}body:not(.search-results) .entry-summary{color:#686868}blockquote,.post-password-form label,a:hover,a:focus,a:active,.post-navigation .meta-nav,.image-navigation,.comment-navigation,.widget_recent_entries .post-date,.widget_rss .rss-date,.widget_rss cite,.site-description,.author-bio,.entry-footer,.entry-footer a,.sticky-post,.taxonomy-description,.entry-caption,.comment-metadata,.pingback .edit-link,.comment-metadata a,.pingback .comment-edit-link,.comment-form label,.comment-notes,.comment-awaiting-moderation,.logged-in-as,.form-allowed-tags,.site-info,.site-info a,.wp-caption .wp-caption-text,.gallery-caption,.widecolumn label,.widecolumn .mu_register label{color:#686868}.widget_calendar tbody a:hover,.widget_calendar tbody a:focus{background-color:#686868}fieldset,pre,abbr,acronym,table,th,td,input[type="date"],input[type="time"],input[type="datetime-local"],input[type="week"],input[type="month"],input[type="text"],input[type="email"],input[type="url"],input[type="password"],input[type="search"],input[type="tel"],input[type="number"],textarea,.main-navigation li,.main-navigation .primary-menu,.menu-toggle,.dropdown-toggle:after,.social-navigation a,.image-navigation,.comment-navigation,.tagcloud a,.entry-content,.entry-summary,.page-links a,.page-links>span,.comment-list article,.comment-list .pingback,.comment-list .trackback,.comment-reply-link,.no-comments,.widecolumn .mu_register .mu_alert{border-color:#1a1a1a;border-color:rgba(26, 26, 26, 0.2)}hr,code{background-color:#1a1a1a;background-color:rgba(26, 26, 26, 0.2)}body,span,div,p,.sidebar{text-align:left}@media screen and (min-width:56.875em){.main-navigation li:hover>a,.main-navigation li.focus>a{color:#2f3373}.main-navigation ul ul,.main-navigation ul ul li{border-color:rgba(26, 26, 26, 0.2)}.main-navigation ul ul:before{border-top-color:rgba(26, 26, 26, 0.2);border-bottom-color:rgba(26, 26, 26, 0.2)}.main-navigation ul ul li{background-color:#ffffff}.main-navigation ul ul:after{border-top-color:#ffffff;border-bottom-color:#ffffff}}.site-inner,.main-navigation{font-family:'Roboto', sans-serif}a{outline:none !important;text-decoration:none}body{background:#fff}body .site-header{padding:0 112px}body .site-footer{padding:20px 112px;width:100%;margin:0;border-top:1px solid #e6e6e6}body .site-footer .menu-menu-principal-container{display:none}@media screen and (min-width:44.375em){body body:not(.custom-background-image):before,body body:not(.custom-background-image):after{height:0}}body .site{margin:0}body .site .site-inner{max-width:1280px}body .site .site-inner #content{padding:0 112px}@media screen and (max-width:910px){body .site .site-inner #content{padding:0}}body .site .site-inner .site-main{margin-bottom:30px}body .widget{border:0;margin-bottom:0.5em;padding-top:0.5em}body .widget>.widget-title{background-color:#e6e6e6}body h1.entry-title{font-family:'Roboto', sans-serif;font-weight:700;margin-bottom:10px;letter-spacing:0.2px;margin-top:0}body .site-main>article>.entry-content>p{margin:0 0 50px 0;font-size:20px;font-weight:400;line-height:30px;width:auto}@media screen and (max-width:910px){body .site-main>article>.entry-content>p{width:100%}}.post-thumbnail{display:block;margin:0 0 1em 1em;float:right}header.site-header{width:100%;margin:0 0 60px 0}@media screen and (max-width:910px){header.site-header{padding:0}}@media screen and (max-width:910px){header.site-header #menu-toggle{margin-right:7.6%}}header.site-header #site-header-menu{max-width:60%;margin:20px 0 0 0;height:60px;flex:flex-end}@media screen and (max-width:1060px){header.site-header #site-header-menu{margin:45px 40px 0 0;max-width:600px}}@media screen and (max-width:910px){header.site-header #site-header-menu{height:auto;margin:0 60px}}header.site-header #site-header-menu nav#site-navigation .menu-menu-principal-container li>a,header.site-header #site-header-menu nav#site-navigation .menu-menu-principal-container li>a:visited{color:#b2b2b2;font-size:15px;font-weight:400}header.site-header #site-header-menu nav#site-navigation .menu-menu-principal-container li>a:hover,header.site-header #site-header-menu nav#site-navigation .menu-menu-principal-container li>a:active,header.site-header #site-header-menu nav#site-navigation .menu-menu-principal-container li>a:visited:hover,header.site-header #site-header-menu nav#site-navigation .menu-menu-principal-container li>a:visited:active{color:#0a0b0d}header.site-header #site-header-menu nav#site-navigation .menu-menu-principal-container li.current-menu-item>a{color:#0a0b0d}header.site-header #site-header-menu nav#site-navigation #menu-menu-principal{margin-right:24px}@media screen and (max-width:910px){header.site-header #site-header-menu nav#site-navigation #menu-menu-principal{width:100%}}header.site-header #site-header-menu ul{float:right}@media screen and (max-width:910px){header.site-header #site-header-menu ul{float:none}}header.site-header #site-header-menu ul li a{padding:0 25px}@media screen and (max-width:1060px){header.site-header #site-header-menu ul li a{padding:0 10px}}header.site-header #site-header-menu ul li:last-of-type a{padding:0 0 0 25px}@media screen and (max-width:1060px){header.site-header #site-header-menu ul li:last-of-type a{padding:0 0 0 10px}}@media screen and (max-width:910px){header.site-header #site-header-menu ul li a{padding:20px !important}}header.site-header #site-header-menu nav#secondary-navigation{margin:0 50px 0 0}header.site-header #site-header-menu nav#secondary-navigation .menu-menu-secondaire-container li>a,header.site-header #site-header-menu nav#secondary-navigation .menu-menu-secondaire-container li>a:visited{font-size:17px;font-weight:700}header.site-header #site-header-menu nav#secondary-navigation .menu-menu-secondaire-container li>a:hover,header.site-header #site-header-menu nav#secondary-navigation .menu-menu-secondaire-container li>a:visited:hover{color:#0a0b0d}header.site-header #site-header-menu nav#secondary-navigation .menu-menu-secondaire-container li.current-menu-item>a{color:#0a0b0d}header.site-header #site-header-menu nav#secondary-navigation ul#menu-menu-secondaire{margin-top:23px}@media screen and (max-width:910px){header.site-header #site-header-menu nav#secondary-navigation ul#menu-menu-secondaire{margin:auto}}header.site-header .site-header-main{justify-content:space-between;border-bottom:1px solid #e6e6e6;padding-bottom:40px}header.site-header .site-header-main .site-branding{margin:0;max-width:40%}@media screen and (max-width:910px){header.site-header .site-header-main .site-branding{max-width:none}}header.site-header .site-header-main .site-branding img{width:auto;max-height:135px}#breadcrumbs{margin:0;padding:25px 112px;border-bottom:1px solid #e6e6e6}@media screen and (max-width:910px){#breadcrumbs{padding:25px 7.6923%}}#breadcrumbs a,#breadcrumbs span{color:#b2b2b2}#breadcrumbs span a{margin-right:20px}#breadcrumbs span span.breadcrumb{position:relative;padding-left:10px}#breadcrumbs span span.breadcrumb:before{content:"";font-family:"icomoon";position:absolute;left:-15px;top:1px}#breadcrumbs span span.breadcrumb_last{position:relative;padding-left:10px}#breadcrumbs span span.breadcrumb_last:before{content:"";font-family:"icomoon";position:absolute;left:-15px;top:1px}#breadcrumbs span i{display:none}.content-bottom-widgets{margin-bottom:20px}.content-bottom-widgets li{list-style-type:none;white-space:nowrap;margin-right:20px}.content-bottom-widgets li a,.content-bottom-widgets li a:visited{color:#0a0b0d;font-weight:500;font-size:15px;line-height:28px}.content-bottom-widgets li a:hover,.content-bottom-widgets li a:active,.content-bottom-widgets li a:visited:hover,.content-bottom-widgets li a:visited:active{color:#2f3373}.content-bottom-widgets .widget-area{margin-bottom:0}#NewsletterRegistration{background-color:#2f3373;color:#fff;padding:70px 112px 100px 112px;padding-top:40px;padding-bottom:40px;display:flex;justify-content:space-between;align-items:center;font-size:20px;font-weight:500;letter-spacing:0.1px;height:140px}@media screen and (max-width:910px){#NewsletterRegistration{width:100%;margin:0;padding:20px}}@media screen and (max-width:910px){#NewsletterRegistration{display:block;padding:7.6%;margin:0;width:100%;height:200px}}#NewsletterRegistration span{font-size:18px;font-weight:400;margin-left:20px}#NewsletterRegistration>div{border:2px solid rgba(255, 255, 255, 0.3);padding:10px;display:flex;flex-grow:1;font-weight:400;margin-left:10vw}@media screen and (max-width:910px){#NewsletterRegistration>div{margin:20px 0}}#NewsletterRegistration>div input{border:0;color:#fff;font-size:17px;background-color:transparent;font-family:'Roboto', sans-serif}#NewsletterRegistration>div button{font-family:'Roboto', sans-serif;font-size:14px;font-weight:400;background-color:#2f3373;transition:all 0.2s ease-Out}#NewsletterRegistration>div button:hover{background-color:#fff;color:#2f3373}#InnerNewsletterRegistration{color:#0a0b0d;padding:70px 112px 100px 112px;padding-top:40px;padding-bottom:40px;display:flex;justify-content:space-between;align-items:center;font-size:20px;font-weight:500;letter-spacing:0.1px;height:140px}@media screen and (max-width:910px){#InnerNewsletterRegistration{width:100%;margin:0;padding:20px}}@media screen and (max-width:910px){#InnerNewsletterRegistration{display:block;padding:40px;margin:0;width:100%;height:200px}}#InnerNewsletterRegistration span{font-size:18px;font-weight:400}#InnerNewsletterRegistration>div{border:2px solid rgba(10, 11, 13, 0.3);padding:10px;display:flex;flex-grow:1;font-weight:400}@media screen and (max-width:910px){#InnerNewsletterRegistration>div{margin:20px 0}}#InnerNewsletterRegistration>div form{display:flex;flex-grow:1}#InnerNewsletterRegistration>div form input{border:0;color:#0a0b0d;font-size:17px;background-color:transparent;font-family:'Roboto', sans-serif}#InnerNewsletterRegistration>div form button{font-family:'Roboto', sans-serif;font-size:14px;font-weight:400;background-color:#2f3373;transition:all 0.2s ease-Out}#InnerNewsletterRegistration>div form button:hover{background-color:#fff;color:#2f3373}.site-info{width:100%;border-top:1px solid #e6e6e6}.site-info .cnrs-bottom-line{width:100%;display:flex;justify-content:space-between}@media screen and (max-width:910px){.site-info .cnrs-bottom-line{flex-direction:column}}.site-info .cnrs-bottom-line a{font-size:15px;color:#b3b3b3}::-webkit-input-placeholder{color:#fff}.cnrs-filters{border-top:1px solid #e6e6e6;border-bottom:1px solid #e6e6e6;border-radius:4px;padding:30px 0 30px 0;margin-bottom:-1px;margin-top:60px;display:flex;justify-content:space-between;align-items:center}.cnrs-filters>div:nth-of-type(1){flex:1;color:#b2b2b2;font-size:inherit;font-weight:400}.cnrs-filters>div:not(:nth-of-type(1)){position:relative}.cnrs-filters>div:not(:nth-of-type(1)) select{border-radius:4px;border:1px solid lightgray;margin-left:30px;-webkit-appearance:none;-moz-appearance:none;appearance:none;box-shadow:none;background:transparent;background-image:none;padding:0 20px;font-family:'Roboto', sans-serif;font-size:inherit;color:#0a0b0d;font-weight:500}.cnrs-filters>div:not(:nth-of-type(1)) select:focus{outline:none}.cnrs-filters>div:not(:nth-of-type(1)) select::-ms-expand{display:none}.cnrs-filters>div:not(:nth-of-type(1)):after{font-family:"Genericons";content:"";position:absolute;right:0;font-size:17px;z-index:1}.pods-pagination-advanced{width:100%;margin:15px 0;padding:30px 0;display:flex;justify-content:center;align-items:center;position:relative;text-align:center}.pods-pagination-advanced .pods-pagination-number:not(.pods-pagination-next):not(.pods-pagination-prev){width:30px;height:30px;line-height:30px;margin:0 10px;font-size:17px;box-shadow:none;font-weight:500}.pods-pagination-advanced .pods-pagination-number:not(.pods-pagination-current){color:#2f3373}.pods-pagination-advanced .pods-pagination-number:not(.pods-pagination-current):hover{background-color:#2f3373;color:#fff}.pods-pagination-advanced .pods-pagination-current{color:#0a0b0d;text-decoration:underline}.pods-pagination-advanced a.pods-pagination-next,.pods-pagination-advanced a.pods-pagination-prev{width:30px;height:30px;box-shadow:none;position:absolute;transition:all 0.2s ease-Out}.pods-pagination-advanced a.pods-pagination-next:before,.pods-pagination-advanced a.pods-pagination-prev:before{display:block;font-family:"icomoon";color:#2f3373;font-size:25px;font-weight:700;position:absolute}.pods-pagination-advanced a.pods-pagination-next:hover,.pods-pagination-advanced a.pods-pagination-prev:hover{background-color:#2f3373}.pods-pagination-advanced a.pods-pagination-next:hover:before,.pods-pagination-advanced a.pods-pagination-prev:hover:before{color:#fff}.pods-pagination-advanced a.pods-pagination-next:focus,.pods-pagination-advanced a.pods-pagination-prev:focus{outline:0}.pods-pagination-advanced a.pods-pagination-prev{left:0}.pods-pagination-advanced a.pods-pagination-prev:before{content:""}.pods-pagination-advanced a.pods-pagination-next{right:0}.pods-pagination-advanced a.pods-pagination-next:before{content:""}.tutellesContainer{display:inline-block;border-right:1px solid #b2b2b2;margin-top:10px;font-family:'Roboto', sans-serif;width:100%;margin-bottom:10px}@media screen and (max-width:910px){.tutellesContainer{display:flex;flex-direction:column}}.tutellesContainer .partKnowMore{float:right;height:auto;margin-bottom:10px;margin-top:10px}.tutellesContainer .partKnowMore a{padding-bottom:inherit}.tutellesContainer .partTitle{font-weight:700;letter-spacing:0.1px;float:left;width:60%;height:auto;margin-bottom:10px;margin-left:10px}@media screen and (max-width:910px){.tutellesContainer .partTitle{font-size:30px;height:auto;width:100%}}.tutellesContainer .partContainer{display:flex;justify-content:space-between;flex-wrap:wrap;width:100%}.tutellesContainer .partContainer .itemPart{max-width:200px;padding:0 20px 0 20px;line-height:15px;text-align:center;margin-top:10px;border:1px solid transparent}.tutellesContainer .partContainer .itemPart:hover{border:1px solid #2f3373}@media screen and (max-width:910px){.tutellesContainer .partContainer .itemPart{width:50%}}.tutellesContainer .partContainer .itemPart .thumbPart{display:flex;align-items:center;border:none;justify-content:space-evenly}.tutellesContainer .partContainer .itemPart .thumbPart:hover~div a{color:#2f3373}.tutellesContainer .partContainer .itemPart .thumbPart a{box-shadow:none;width:100%;height:100%;text-align:center;display:flex;justify-content:center;align-items:center}.tutellesContainer .partContainer .itemPart .titlePart{margin:0 0 0 0}@media screen and (max-width:910px){.tutellesContainer .partContainer .itemPart .titlePart{display:none}}.tutellesContainer .partContainer .itemPart .titlePart a{color:#0a0b0d;box-shadow:none;font-weight:700;line-height:25px}.tutellesContainer .partContainer .itemPart .titlePart a:hover{color:#2f3373}.tutellesContainernotfirst{border-left:0px}.headerTutellesContainer{border:0px;max-height:80px}.headerTutellesContainer .partContainer{display:flex;justify-content:start}.headerTutellesContainer .partContainer .itemPart{margin:0 20px 0 20px}.partKnowMore{width:100%;text-align:right;margin-bottom:10px;padding-right:20px}@media screen and (max-width:910px){.partKnowMore{height:auto;width:100%;order:3}}.partKnowMore a{color:#2f3373;font-size:15px;font-weight:500;border-bottom:1px dashed #2f3373;box-shadow:none;padding-bottom:10px;border-bottom:none}.partKnowMore a:hover{color:#0a0b0d;border-bottom:1px dashed #0a0b0d}body.page-template-homepage header.site-header{margin-bottom:30px}body.page-template-homepage .entry-content h3{font-family:'Roboto', sans-serif;font-weight:700;font-size:40px;text-transform:none;letter-spacing:0;margin-bottom:0}body.page-template-homepage .entry-content h3.titleDL{margin-top:70px;margin-bottom:60px}body.page-template-homepage .entry-content h3.actuTitle{margin-bottom:60px}body.page-template-homepage .entry-content .home-downloads .itemDL{border-bottom:1px solid #e6e6e6;padding:20px;display:flex;justify-content:space-between;align-items:center}body.page-template-homepage .entry-content .home-downloads .itemDL:first-of-type{border-top:1px solid #e6e6e6}body.page-template-homepage .entry-content .home-downloads .itemDL span{color:#0a0b0d;font-weight:500;font-size:15px;flex:1}body.page-template-homepage .entry-content .home-downloads .itemDL span.icon-folder{color:#d0d0d0;font-size:70px;flex:1;max-width:85px}body.page-template-homepage .entry-content .home-downloads .itemDL strong{font-size:15px;color:#b2b2b2;font-weight:500;flex:1}body.page-template-homepage .entry-content .home-downloads .itemDL a{display:block;font-size:15px;text-transform:uppercase;border:1px solid #0a0b0d;padding:10px 20px;color:#0a0b0d;font-weight:600;box-shadow:none;border-radius:2px}body.page-template-homepage .entry-content .home-downloads .itemDL a:hover{background-color:#2f3373;border:1px solid #2f3373;color:#fff}body.page-template-homepage .actuHeader{display:flex;justify-content:space-between;align-items:flex-start}body.page-template-homepage .actuHeader h3{letter-spacing:0.2px}body.page-template-homepage .actuHeader a.linkAllActus{color:#2f3373;font-size:15px;font-weight:500;border-bottom:1px dashed #2f3373;box-shadow:none;padding-bottom:10px;float:right;margin-top:20px}body.page-template-homepage .actuHeader a.linkAllActus:hover{color:#0a0b0d;border-bottom:1px dashed #0a0b0d}body.page-template-homepage .actuHeader a.linkAllActus:hover{color:#0a0b0d;border-bottom:1px dashed #0a0b0d}@media screen and (max-width:910px){body.page-template-homepage .actuHeader a.linkAllActus{float:left}}body.page-template-homepage .nextEvents{background-color:#2f3373;color:#fff;font-family:'Roboto', sans-serif;padding:70px 112px 100px 112px;display:flex;justify-content:space-between;align-items:flex-start;flex-wrap:wrap}@media screen and (max-width:910px){body.page-template-homepage .nextEvents{width:100%;margin:0;padding:20px}}body.page-template-homepage .nextEvents>header{display:flex;align-items:center;justify-content:space-between;border-bottom:2px solid rgba(255, 255, 255, 0.4);padding-bottom:40px;margin-bottom:0;width:100%}body.page-template-homepage .nextEvents>header h1{flex:1;font-size:40px;font-weight:700;letter-spacing:0.2px;margin:0}body.page-template-homepage .nextEvents>header>a{display:block;text-align:right;box-shadow:none;font-size:15px;color:#2f3373;font-size:15px;font-weight:500;border-bottom:1px dashed #2f3373;box-shadow:none;padding-bottom:10px;font-weight:500;border-bottom:1px dashed #fff;color:#fff}body.page-template-homepage .nextEvents>header>a:hover{color:#0a0b0d;border-bottom:1px dashed #0a0b0d}body.page-template-homepage .nextEvents>header>a:hover{color:#0a0b0d;border-bottom:1px dashed #0a0b0d}body.page-template-homepage .nextEvents article{width:calc(50% - 30px);margin-top:60px}@media screen and (max-width:910px){body.page-template-homepage .nextEvents article{width:100%}}body.page-template-homepage .nextEvents article .eventDate{margin-bottom:40px}body.page-template-homepage .nextEvents article .eventDate span{color:rgba(255, 255, 255, 0.3);font-weight:700;font-size:20px;letter-spacing:0.1px}body.page-template-homepage .nextEvents article .eventDate span:nth-of-type(2){margin-left:10px}body.page-template-homepage .nextEvents article .eventDate span:nth-of-type(2):before{content:"";font-family:"icomoon";margin-right:10px}body.page-template-homepage .nextEvents article header{margin:0}body.page-template-homepage .nextEvents article header h1{margin:0;padding:0;font-size:30px;line-height:35px;letter-spacing:0.1px}body.page-template-homepage .nextEvents article header h1 a{box-shadow:none;color:#fff}body.page-template-homepage .nextEvents article header h1 a:hover{color:#0a0b0d}body.page-template-homepage .nextEvents article .entry-content{float:none !important;margin-left:0 !important;margin-right:0 !important;width:100% !important;border:0;margin:35px 0 0 0;padding:0}body.page-template-homepage .nextEvents article .entry-content p{font-family:'Roboto', sans-serif;font-size:15px;line-height:25px;font-weight:400;margin:0}body.page-template-homepage .nextEvents article:first-of-type{margin-right:60px}@media screen and (max-width:910px){body.page-template-homepage .nextEvents article:first-of-type{margin:0 0 30px 0;padding-bottom:30px;border-bottom:1px solid rgba(255, 255, 255, 0.4)}}body.page-template-homepage .homeLabo{display:flex;align-items:flex-start;margin-bottom:30px}@media screen and (max-width:910px){body.page-template-homepage .homeLabo{flex-direction:column}}body.page-template-homepage .homeLabo .laboThumb{height:398px;min-width:325px;overflow:hidden;border-bottom:5px solid #2f3373}@media screen and (max-width:910px){body.page-template-homepage .homeLabo .laboThumb{width:100%;max-width:100%;height:auto}}body.page-template-homepage .homeLabo .laboThumb img{height:100%;width:auto;max-width:none}@media screen and (max-width:910px){body.page-template-homepage .homeLabo .laboThumb img{width:100%;max-width:100%}}body.page-template-homepage .homeLabo .laboInfo{margin-left:70px}@media screen and (max-width:910px){body.page-template-homepage .homeLabo .laboInfo{margin-left:0}}body.page-template-homepage .homeLabo .laboInfo .umi{color:#fff;text-transform:uppercase;font-size:13px;font-weight:500;padding:10px 11px;letter-spacing:1px;display:inline-block}@media screen and (max-width:910px){body.page-template-homepage .homeLabo .laboInfo .umi{margin-top:20px}}body.page-template-homepage .homeLabo .laboInfo h3{margin:20px 0;font-size:40px;font-weight:500}body.page-template-homepage .homeLabo .laboInfo p{font-size:20px;line-height:30px;letter-spacing:0.1px}body.page-template-homepage .homeLabo .laboInfo .bottomLabo{display:flex;justify-content:space-between;align-items:center}body.page-template-homepage .homeLabo .laboInfo .bottomLabo a{color:#2f3373;font-size:15px;font-weight:500;border-bottom:1px dashed #2f3373;box-shadow:none;padding-bottom:10px}body.page-template-homepage .homeLabo .laboInfo .bottomLabo a:hover{color:#0a0b0d;border-bottom:1px dashed #0a0b0d}body.page-template-homepage .tutellesHomeContainer .partContainer{display:flex}body.page-template-homepage .tutellesHomeContainer .partContainer .itemPart{max-width:100px}body.page-template-homepage .tutellesHomeContainer .partContainer .itemPart img{width:100px}body.page-template-templateactualite .entry-header,body.page-template-templateactualiteno-sidebar .entry-header,body.page-template-homepage .entry-header{margin-right:0}@media screen and (max-width:910px){body.page-template-templateactualite .entry-content,body.page-template-templateactualiteno-sidebar .entry-content,body.page-template-homepage .entry-content{margin-right:7.6923%}}body.page-template-templateactualite .entry-content .loop-contents-actualite article.type-actualite,body.page-template-templateactualiteno-sidebar .entry-content .loop-contents-actualite article.type-actualite,body.page-template-homepage .entry-content .loop-contents-actualite article.type-actualite{display:inline-block;width:325px;padding-bottom:40px;margin-bottom:60px;border-bottom:3px solid #2f3373;transition:all 0.3s ease-Out}@media screen and (max-width:1080px){body.page-template-templateactualite .entry-content .loop-contents-actualite article.type-actualite,body.page-template-templateactualiteno-sidebar .entry-content .loop-contents-actualite article.type-actualite,body.page-template-homepage .entry-content .loop-contents-actualite article.type-actualite{width:calc(50% - 20px)}}@media screen and (max-width:910px){body.page-template-templateactualite .entry-content .loop-contents-actualite article.type-actualite,body.page-template-templateactualiteno-sidebar .entry-content .loop-contents-actualite article.type-actualite,body.page-template-homepage .entry-content .loop-contents-actualite article.type-actualite{width:100%}}body.page-template-templateactualite .entry-content .loop-contents-actualite article.type-actualite img,body.page-template-templateactualiteno-sidebar .entry-content .loop-contents-actualite article.type-actualite img,body.page-template-homepage .entry-content .loop-contents-actualite article.type-actualite img{width:100%}body.page-template-templateactualite .entry-content .loop-contents-actualite article.type-actualite header,body.page-template-templateactualiteno-sidebar .entry-content .loop-contents-actualite article.type-actualite header,body.page-template-homepage .entry-content .loop-contents-actualite article.type-actualite header{padding:0px 0 25px 5px}body.page-template-templateactualite .entry-content .loop-contents-actualite article.type-actualite header h1,body.page-template-templateactualiteno-sidebar .entry-content .loop-contents-actualite article.type-actualite header h1,body.page-template-homepage .entry-content .loop-contents-actualite article.type-actualite header h1{margin:0;line-height:35px;letter-spacing:0.1px}body.page-template-templateactualite .entry-content .loop-contents-actualite article.type-actualite header h1 a,body.page-template-templateactualiteno-sidebar .entry-content .loop-contents-actualite article.type-actualite header h1 a,body.page-template-homepage .entry-content .loop-contents-actualite article.type-actualite header h1 a{box-shadow:none;font-size:30px}body.page-template-templateactualite .entry-content .loop-contents-actualite article.type-actualite .entry-content,body.page-template-templateactualiteno-sidebar .entry-content .loop-contents-actualite article.type-actualite .entry-content,body.page-template-homepage .entry-content .loop-contents-actualite article.type-actualite .entry-content{margin:0;padding:0 60px 0 5px;float:none;width:100%;line-height:25px;font-size:15px;font-weight:400;letter-spacing:0.1px}body.page-template-templateactualite .entry-content .loop-contents-actualite article.type-actualite:hover,body.page-template-templateactualiteno-sidebar .entry-content .loop-contents-actualite article.type-actualite:hover,body.page-template-homepage .entry-content .loop-contents-actualite article.type-actualite:hover{-background-color:#2f3373;cursor:pointer}body.page-template-templateactualite .entry-content .loop-contents-actualite article.type-actualite:hover header a,body.page-template-templateactualite .entry-content .loop-contents-actualite article.type-actualite:hover .entry-content,body.page-template-templateactualiteno-sidebar .entry-content .loop-contents-actualite article.type-actualite:hover header a,body.page-template-templateactualiteno-sidebar .entry-content .loop-contents-actualite article.type-actualite:hover .entry-content,body.page-template-homepage .entry-content .loop-contents-actualite article.type-actualite:hover header a,body.page-template-homepage .entry-content .loop-contents-actualite article.type-actualite:hover .entry-content{color:#2f3373}body.page-template-templateactualite .entry-content .loop-contents-actualite article.type-actualite:hover img,body.page-template-templateactualiteno-sidebar .entry-content .loop-contents-actualite article.type-actualite:hover img,body.page-template-homepage .entry-content .loop-contents-actualite article.type-actualite:hover img{opacity:0.9}body.page-template-templateactualite .entry-content .loop-contents-actualite article.type-actualite.newsletterActus,body.page-template-templateactualiteno-sidebar .entry-content .loop-contents-actualite article.type-actualite.newsletterActus,body.page-template-homepage .entry-content .loop-contents-actualite article.type-actualite.newsletterActus{border-bottom:0;background-color:#2f3373;padding:30px;color:#fff}body.page-template-templateactualite .entry-content .loop-contents-actualite article.type-actualite.newsletterActus strong,body.page-template-templateactualiteno-sidebar .entry-content .loop-contents-actualite article.type-actualite.newsletterActus strong,body.page-template-homepage .entry-content .loop-contents-actualite article.type-actualite.newsletterActus strong{font-weight:500;font-size:17px;line-height:20px;display:block}body.page-template-templateactualite .entry-content .loop-contents-actualite article.type-actualite.newsletterActus span,body.page-template-templateactualiteno-sidebar .entry-content .loop-contents-actualite article.type-actualite.newsletterActus span,body.page-template-homepage .entry-content .loop-contents-actualite article.type-actualite.newsletterActus span{font-weight:300;font-size:25px;line-height:35px;display:block;margin:30px 0}body.page-template-templateactualite .entry-content .loop-contents-actualite article.type-actualite.newsletterActus button,body.page-template-templateactualiteno-sidebar .entry-content .loop-contents-actualite article.type-actualite.newsletterActus button,body.page-template-homepage .entry-content .loop-contents-actualite article.type-actualite.newsletterActus button{background-color:#2f3373;border:1px solid rgba(255, 255, 255, 0.5);font-weight:700;font-size:15px;text-transform:uppercase;padding:20px;font-family:'Roboto', sans-serif;transition:all 0.3s ease-Out}body.page-template-templateactualite .entry-content .loop-contents-actualite article.type-actualite.newsletterActus button:hover,body.page-template-templateactualiteno-sidebar .entry-content .loop-contents-actualite article.type-actualite.newsletterActus button:hover,body.page-template-homepage .entry-content .loop-contents-actualite article.type-actualite.newsletterActus button:hover{background-color:#fff;color:#2f3373}body.page-template-templateactualite .entry-content .loop-contents-actualite article.type-actualite.newsletterActus:hover,body.page-template-templateactualiteno-sidebar .entry-content .loop-contents-actualite article.type-actualite.newsletterActus:hover,body.page-template-homepage .entry-content .loop-contents-actualite article.type-actualite.newsletterActus:hover{cursor:default}body.single-actualite:not(.search-results) article:not(.type-page) .entry-header,body.single-evenement:not(.search-results) article:not(.type-page) .entry-header,body.single-emploi:not(.search-results) article:not(.type-page) .entry-header{color:#b2b2b2;font-size:17px;font-weight:400}body.single-actualite:not(.search-results) article:not(.type-page) .entry-header h1,body.single-evenement:not(.search-results) article:not(.type-page) .entry-header h1,body.single-emploi:not(.search-results) article:not(.type-page) .entry-header h1{color:#0a0b0d}body.single-actualite:not(.search-results) article:not(.type-page) .entry-header h1.entry-title,body.single-evenement:not(.search-results) article:not(.type-page) .entry-header h1.entry-title,body.single-emploi:not(.search-results) article:not(.type-page) .entry-header h1.entry-title{font-size:55px;letter-spacing:0.2px;line-height:60px;margin-bottom:60px}body.single-actualite:not(.search-results) article:not(.type-page) .entry-content,body.single-evenement:not(.search-results) article:not(.type-page) .entry-content,body.single-emploi:not(.search-results) article:not(.type-page) .entry-content{margin:20px 0;padding:50px 10px 0 10px;border-top:1px solid #e6e6e6;text-align:left;float:none;width:100%;font-family:'Roboto', sans-serif}body.single-actualite:not(.search-results) article:not(.type-page) .entry-content .article-chapo,body.single-evenement:not(.search-results) article:not(.type-page) .entry-content .article-chapo,body.single-emploi:not(.search-results) article:not(.type-page) .entry-content .article-chapo{font-size:30px;line-height:40px;font-style:italic;margin-bottom:60px}body.single-actualite:not(.search-results) article:not(.type-page) .entry-content figcaption,body.single-evenement:not(.search-results) article:not(.type-page) .entry-content figcaption,body.single-emploi:not(.search-results) article:not(.type-page) .entry-content figcaption{font-size:15px;font-family:'Roboto', sans-serif;font-weight:400;font-style:normal}body.single-actualite:not(.search-results) article:not(.type-page) .entry-content p,body.single-evenement:not(.search-results) article:not(.type-page) .entry-content p,body.single-emploi:not(.search-results) article:not(.type-page) .entry-content p{font-size:18px}body.single-actualite:not(.search-results) article:not(.type-page) .so-panel,body.single-evenement:not(.search-results) article:not(.type-page) .so-panel,body.single-emploi:not(.search-results) article:not(.type-page) .so-panel{padding-top:0}body.single-actualite:not(.search-results) article:not(.type-page) .textwidget p,body.single-evenement:not(.search-results) article:not(.type-page) .textwidget p,body.single-emploi:not(.search-results) article:not(.type-page) .textwidget p{margin-top:0;font-size:17px;line-height:30px}body.single-actualite:not(.search-results) article:not(.type-page) .panel-last-child,body.single-evenement:not(.search-results) article:not(.type-page) .panel-last-child,body.single-emploi:not(.search-results) article:not(.type-page) .panel-last-child{margin-bottom:40px}body.single-actualite:not(.search-results) .bottom-notes,body.single-evenement:not(.search-results) .bottom-notes,body.single-emploi:not(.search-results) .bottom-notes{border-top:1px solid #e6e6e6;padding-top:50px}body.single-actualite:not(.search-results) .bottom-notes p,body.single-evenement:not(.search-results) .bottom-notes p,body.single-emploi:not(.search-results) .bottom-notes p{font-size:15px !important;line-height:25px;color:#2f3373;font-family:'Roboto', sans-serif;font-weight:400;margin:0 0 30px 0}body.single-actualite:not(.search-results) .toRead,body.single-evenement:not(.search-results) .toRead,body.single-emploi:not(.search-results) .toRead{padding:70px 112px 100px 112px;padding-top:60px;margin-top:60px;padding-bottom:0;border-top:1px solid #e6e6e6}@media screen and (max-width:910px){body.single-actualite:not(.search-results) .toRead,body.single-evenement:not(.search-results) .toRead,body.single-emploi:not(.search-results) .toRead{width:100%;margin:0;padding:20px}}@media screen and (max-width:910px){body.single-actualite:not(.search-results) .toRead,body.single-evenement:not(.search-results) .toRead,body.single-emploi:not(.search-results) .toRead{padding:60px}}body.single-actualite:not(.search-results) .toRead header h1,body.single-evenement:not(.search-results) .toRead header h1,body.single-emploi:not(.search-results) .toRead header h1{font-family:'Roboto', sans-serif;font-size:40px;font-weight:700;letter-spacing:0.1px;margin-bottom:60px}body.single-actualite:not(.search-results) .toRead>div,body.single-evenement:not(.search-results) .toRead>div,body.single-emploi:not(.search-results) .toRead>div{display:flex;justify-content:flex-start;align-items:flex-start}@media screen and (max-width:910px){body.single-actualite:not(.search-results) .toRead>div,body.single-evenement:not(.search-results) .toRead>div,body.single-emploi:not(.search-results) .toRead>div{flex-direction:column}}body.single-actualite:not(.search-results) .toRead>div article.type-actualite,body.single-evenement:not(.search-results) .toRead>div article.type-actualite,body.single-emploi:not(.search-results) .toRead>div article.type-actualite{width:calc(33% - 10px);margin-right:20px}body.single-actualite:not(.search-results) .toRead>div article.type-actualite:last-of-type,body.single-evenement:not(.search-results) .toRead>div article.type-actualite:last-of-type,body.single-emploi:not(.search-results) .toRead>div article.type-actualite:last-of-type{margin-right:0}body.single-actualite:not(.search-results) .toRead>div article.type-actualite .entry-header,body.single-evenement:not(.search-results) .toRead>div article.type-actualite .entry-header,body.single-emploi:not(.search-results) .toRead>div article.type-actualite .entry-header{margin:0}body.single-actualite:not(.search-results) .toRead>div article.type-actualite .entry-header h1.entry-title,body.single-evenement:not(.search-results) .toRead>div article.type-actualite .entry-header h1.entry-title,body.single-emploi:not(.search-results) .toRead>div article.type-actualite .entry-header h1.entry-title{font-size:20px;line-height:25px;margin:0;padding:0}body.single-actualite:not(.search-results) .toRead>div article.type-actualite .entry-header h1.entry-title a,body.single-evenement:not(.search-results) .toRead>div article.type-actualite .entry-header h1.entry-title a,body.single-emploi:not(.search-results) .toRead>div article.type-actualite .entry-header h1.entry-title a{font-size:20px;line-height:25px;font-weight:700;letter-spacing:0.1px;color:#0a0b0d;box-shadow:none}body.single-actualite:not(.search-results) .toRead>div article.type-actualite .entry-header h1.entry-title a:hover,body.single-evenement:not(.search-results) .toRead>div article.type-actualite .entry-header h1.entry-title a:hover,body.single-emploi:not(.search-results) .toRead>div article.type-actualite .entry-header h1.entry-title a:hover{color:#2f3373}body.single-actualite:not(.search-results) .toRead>div article.type-actualite .entry-content,body.single-evenement:not(.search-results) .toRead>div article.type-actualite .entry-content,body.single-emploi:not(.search-results) .toRead>div article.type-actualite .entry-content{margin:20px 0 0 0;padding:0;border:0;color:#b2b2b2;font-size:15px;letter-spacing:0.1px;font-weight:400;font-family:'Roboto', sans-serif}@media screen and (max-width:910px){body.single-actualite:not(.search-results) .toRead>div article.type-actualite .entry-content,body.single-evenement:not(.search-results) .toRead>div article.type-actualite .entry-content,body.single-emploi:not(.search-results) .toRead>div article.type-actualite .entry-content{margin-bottom:50px}}@media screen and (max-width:910px){body.page-template-templateagenda main>article>.entry-content{margin-right:7.6923%}}body.page-template-templateagenda main>article>.entry-content .agendaMonth{color:#2f3373;font-size:30px;font-weight:700;width:100%;border-top:1px solid #e6e6e6;padding-top:50px;margin-bottom:55px}body.page-template-templateagenda main>article>.entry-content article.evenement{border-bottom:1px solid #e6e6e6;padding:35px 0;display:flex;justify-content:space-between;align-items:flex-start}@media screen and (max-width:910px){body.page-template-templateagenda main>article>.entry-content article.evenement{flex-direction:column}}body.page-template-templateagenda main>article>.entry-content article.evenement:last-of-type{border-bottom:0}body.page-template-templateagenda main>article>.entry-content article.evenement .eventDate{width:25%;padding:0 10px 0 0}@media screen and (max-width:910px){body.page-template-templateagenda main>article>.entry-content article.evenement .eventDate{width:100%;padding:0;order:2;margin-top:20px}}body.page-template-templateagenda main>article>.entry-content article.evenement .eventDate span{font-size:20px;line-height:35px;letter-spacing:0.1px;font-weight:700}body.page-template-templateagenda main>article>.entry-content article.evenement .eventDate span:nth-of-type(2){margin-left:10px}body.page-template-templateagenda main>article>.entry-content article.evenement .eventDate span:nth-of-type(2):before{content:"";font-family:"icomoon";margin-right:10px}body.page-template-templateagenda main>article>.entry-content article.evenement .eventThumb{width:25%;background-color:#2f3373;position:relative}@media screen and (max-width:910px){body.page-template-templateagenda main>article>.entry-content article.evenement .eventThumb{width:100%;order:1}}body.page-template-templateagenda main>article>.entry-content article.evenement .eventThumb img{width:100%;transition:all 0.3s ease-Out}body.page-template-templateagenda main>article>.entry-content article.evenement .eventThumb .imgPlaceholder{position:relative;width:100%;height:200px;border:1px solid #e6e6e6;min-height:200px;background-color:#fff}body.page-template-templateagenda main>article>.entry-content article.evenement .eventThumb .imgPlaceholder:after{content:"";font-family:"icomoon";color:#e6e6e6;font-size:35px;bottom:10px;left:10px;position:absolute}body.page-template-templateagenda main>article>.entry-content article.evenement .eventThumb .imgPlaceholder svg{width:100%;height:100%}body.page-template-templateagenda main>article>.entry-content article.evenement .eventThumb:hover img{opacity:0.8}body.page-template-templateagenda main>article>.entry-content article.evenement .eventInfo{width:50%;padding-left:25px}@media screen and (max-width:910px){body.page-template-templateagenda main>article>.entry-content article.evenement .eventInfo{width:100%;padding-left:0;order:3}}body.page-template-templateagenda main>article>.entry-content article.evenement .eventInfo header{margin:0}@media screen and (max-width:910px){body.page-template-templateagenda main>article>.entry-content article.evenement .eventInfo header{margin:10px 0}}body.page-template-templateagenda main>article>.entry-content article.evenement .eventInfo header h1{font-size:30px;line-height:35px;margin-bottom:30px;letter-spacing:0.1px}body.page-template-templateagenda main>article>.entry-content article.evenement .eventInfo header h1 a{box-shadow:none;color:#0a0b0d;transition:all 0.2s ease-Out}body.page-template-templateagenda main>article>.entry-content article.evenement .eventInfo header h1 a:hover{color:#2f3373}body.page-template-templateagenda main>article>.entry-content article.evenement .eventInfo p{font-weight:400;margin:0;padding:0;font-size:15px;line-height:25px;letter-spacing:0.1px}body.page-template-templateagenda main>article>.entry-content article.evenement .eventInfo .entry-content{margin:0;text-align:left;float:none;width:100%}body.page-template-templateagenda main>article>.entry-content .moreEvents{margin:50px 0 20px 0;text-align:right;width:100%}body.page-template-templateagenda main>article>.entry-content .moreEvents a{color:#2f3373;font-size:15px;font-weight:500;border-bottom:1px dashed #2f3373;box-shadow:none;padding-bottom:10px}body.page-template-templateagenda main>article>.entry-content .moreEvents a:hover{color:#0a0b0d;border-bottom:1px dashed #0a0b0d}body.page-template-templateagenda main>article>.entry-content .moreEvents a:hover{cursor:pointer}body.single-evenement:not(.search-results) article:not(.type-page) .entry-header>div,body.single-evenement:not(.search-results) article:not(.type-page) .entry-header .eventDateHeader span,body.single-emploi:not(.search-results) article:not(.type-page) .entry-header>div,body.single-emploi:not(.search-results) article:not(.type-page) .entry-header .eventDateHeader span{color:#2f3373;font-size:30px;line-height:35px;font-weight:700;margin-bottom:30px;letter-spacing:0.2px}body.single-evenement:not(.search-results) article:not(.type-page) .entry-header .eventDateHeader span:nth-of-type(2),body.single-emploi:not(.search-results) article:not(.type-page) .entry-header .eventDateHeader span:nth-of-type(2){margin-left:10px}body.single-evenement:not(.search-results) article:not(.type-page) .entry-header .eventDateHeader span:nth-of-type(2):before,body.single-emploi:not(.search-results) article:not(.type-page) .entry-header .eventDateHeader span:nth-of-type(2):before{content:"";font-family:"icomoon";margin-right:10px}body.single-evenement:not(.search-results) article:not(.type-page) .entry-header h1,body.single-emploi:not(.search-results) article:not(.type-page) .entry-header h1{font-size:55px;line-height:60px;letter-spacing:0.2px}body.single-evenement:not(.search-results) article:not(.type-page) .entry-content,body.single-emploi:not(.search-results) article:not(.type-page) .entry-content{padding:30px 0 0 0}@media screen and (max-width:910px){body.single-evenement:not(.search-results) article:not(.type-page) .entry-content,body.single-emploi:not(.search-results) article:not(.type-page) .entry-content{padding:30px}}body.single-evenement:not(.search-results) article:not(.type-page) .entry-content>div,body.single-emploi:not(.search-results) article:not(.type-page) .entry-content>div{display:inline-block;vertical-align:top;padding:0}body.single-evenement:not(.search-results) article:not(.type-page) .entry-content .leftCol,body.single-emploi:not(.search-results) article:not(.type-page) .entry-content .leftCol{width:calc(65% - 40px);margin-right:40px;margin-bottom:50px;border-bottom:1px solid #e6e6e6}@media screen and (max-width:910px){body.single-evenement:not(.search-results) article:not(.type-page) .entry-content .leftCol,body.single-emploi:not(.search-results) article:not(.type-page) .entry-content .leftCol{width:100%;padding:0}}body.single-evenement:not(.search-results) article:not(.type-page) .entry-content .leftCol article-chapo,body.single-emploi:not(.search-results) article:not(.type-page) .entry-content .leftCol article-chapo{margin-bottom:50px}body.single-evenement:not(.search-results) article:not(.type-page) .entry-content .leftCol p,body.single-emploi:not(.search-results) article:not(.type-page) .entry-content .leftCol p{font-size:17px;line-height:30px}body.single-evenement:not(.search-results) article:not(.type-page) .entry-content .rightCol,body.single-emploi:not(.search-results) article:not(.type-page) .entry-content .rightCol{width:34%;font-family:'Roboto', sans-serif}@media screen and (max-width:910px){body.single-evenement:not(.search-results) article:not(.type-page) .entry-content .rightCol,body.single-emploi:not(.search-results) article:not(.type-page) .entry-content .rightCol{width:100%}}body.single-evenement:not(.search-results) article:not(.type-page) .entry-content .rightCol>div,body.single-emploi:not(.search-results) article:not(.type-page) .entry-content .rightCol>div{font-size:17px;font-weight:700;letter-spacing:0.1px;line-height:22px}body.single-evenement:not(.search-results) article:not(.type-page) .entry-content .rightCol>div a,body.single-emploi:not(.search-results) article:not(.type-page) .entry-content .rightCol>div a{font-size:17px;font-weight:700;letter-spacing:0.1px}body.single-evenement:not(.search-results) article:not(.type-page) .entry-content .rightCol>div:not(:last-of-type),body.single-emploi:not(.search-results) article:not(.type-page) .entry-content .rightCol>div:not(:last-of-type){padding:30px 0;border-bottom:1px solid #e6e6e6}body.single-evenement:not(.search-results) article:not(.type-page) .entry-content .rightCol>div:not(:last-of-type):first-of-type,body.single-emploi:not(.search-results) article:not(.type-page) .entry-content .rightCol>div:not(:last-of-type):first-of-type{padding-top:0}body.single-evenement:not(.search-results) article:not(.type-page) .entry-content .rightCol>div:last-of-type,body.single-emploi:not(.search-results) article:not(.type-page) .entry-content .rightCol>div:last-of-type{margin-top:30px}body.single-evenement:not(.search-results) article:not(.type-page) .entry-content .rightCol .eventDateRight span,body.single-emploi:not(.search-results) article:not(.type-page) .entry-content .rightCol .eventDateRight span{font-size:17px;font-weight:700;letter-spacing:0.1px}body.single-evenement:not(.search-results) article:not(.type-page) .entry-content .rightCol .eventDateRight span:nth-of-type(2),body.single-emploi:not(.search-results) article:not(.type-page) .entry-content .rightCol .eventDateRight span:nth-of-type(2){margin-left:10px}body.single-evenement:not(.search-results) article:not(.type-page) .entry-content .rightCol .eventDateRight span:nth-of-type(2):before,body.single-emploi:not(.search-results) article:not(.type-page) .entry-content .rightCol .eventDateRight span:nth-of-type(2):before{content:"";font-family:"icomoon";margin-right:10px}body.single-evenement:not(.search-results) article:not(.type-page) .entry-content .rightCol .contactMail a,body.single-evenement:not(.search-results) article:not(.type-page) .entry-content .rightCol .addCalendar a,body.single-evenement:not(.search-results) article:not(.type-page) .entry-content .rightCol .ficheOffre a,body.single-evenement:not(.search-results) article:not(.type-page) .entry-content .rightCol .eventLocation a,body.single-emploi:not(.search-results) article:not(.type-page) .entry-content .rightCol .contactMail a,body.single-emploi:not(.search-results) article:not(.type-page) .entry-content .rightCol .addCalendar a,body.single-emploi:not(.search-results) article:not(.type-page) .entry-content .rightCol .ficheOffre a,body.single-emploi:not(.search-results) article:not(.type-page) .entry-content .rightCol .eventLocation a{color:#2f3373;font-family:'Roboto', sans-serif;text-transform:none;background-color:#fff;font-weight:700;box-shadow:none;position:relative;padding-left:50px;transition:all 0.2s ease-Out}body.single-evenement:not(.search-results) article:not(.type-page) .entry-content .rightCol .contactMail a:before,body.single-evenement:not(.search-results) article:not(.type-page) .entry-content .rightCol .addCalendar a:before,body.single-evenement:not(.search-results) article:not(.type-page) .entry-content .rightCol .ficheOffre a:before,body.single-evenement:not(.search-results) article:not(.type-page) .entry-content .rightCol .eventLocation a:before,body.single-emploi:not(.search-results) article:not(.type-page) .entry-content .rightCol .contactMail a:before,body.single-emploi:not(.search-results) article:not(.type-page) .entry-content .rightCol .addCalendar a:before,body.single-emploi:not(.search-results) article:not(.type-page) .entry-content .rightCol .ficheOffre a:before,body.single-emploi:not(.search-results) article:not(.type-page) .entry-content .rightCol .eventLocation a:before{font-family:"icomoon";margin-right:10px;font-size:40px;position:absolute;top:0px;left:0px;font-weight:100}body.single-evenement:not(.search-results) article:not(.type-page) .entry-content .rightCol .contactMail a:hover,body.single-evenement:not(.search-results) article:not(.type-page) .entry-content .rightCol .addCalendar a:hover,body.single-evenement:not(.search-results) article:not(.type-page) .entry-content .rightCol .ficheOffre a:hover,body.single-evenement:not(.search-results) article:not(.type-page) .entry-content .rightCol .eventLocation a:hover,body.single-emploi:not(.search-results) article:not(.type-page) .entry-content .rightCol .contactMail a:hover,body.single-emploi:not(.search-results) article:not(.type-page) .entry-content .rightCol .addCalendar a:hover,body.single-emploi:not(.search-results) article:not(.type-page) .entry-content .rightCol .ficheOffre a:hover,body.single-emploi:not(.search-results) article:not(.type-page) .entry-content .rightCol .eventLocation a:hover{color:#0a0b0d}body.single-evenement:not(.search-results) article:not(.type-page) .entry-content .rightCol .eventLocation a,body.single-emploi:not(.search-results) article:not(.type-page) .entry-content .rightCol .eventLocation a{padding-left:0;color:#0a0b0d}body.single-evenement:not(.search-results) article:not(.type-page) .entry-content .rightCol .eventLocation a:hover,body.single-emploi:not(.search-results) article:not(.type-page) .entry-content .rightCol .eventLocation a:hover{color:#2f3373}body.single-evenement:not(.search-results) article:not(.type-page) .entry-content .rightCol .addCalendar a:before,body.single-emploi:not(.search-results) article:not(.type-page) .entry-content .rightCol .addCalendar a:before{content:""}body.single-evenement:not(.search-results) article:not(.type-page) .entry-content .rightCol .ficheOffre a:before,body.single-emploi:not(.search-results) article:not(.type-page) .entry-content .rightCol .ficheOffre a:before{content:""}body.single-evenement:not(.search-results) article:not(.type-page) .entry-content .rightCol .adresseOffre,body.single-emploi:not(.search-results) article:not(.type-page) .entry-content .rightCol .adresseOffre{padding-bottom:30px;border-bottom:1px solid #e6e6e6;margin-bottom:30px}body.single-evenement:not(.search-results) article:not(.type-page) .entry-content .nextEvents,body.single-emploi:not(.search-results) article:not(.type-page) .entry-content .nextEvents{background-color:#2f3373;color:#fff;font-family:'Roboto', sans-serif;padding:70px 112px 100px 112px;display:flex;justify-content:space-between;align-items:flex-start;flex-wrap:wrap}@media screen and (max-width:910px){body.single-evenement:not(.search-results) article:not(.type-page) .entry-content .nextEvents,body.single-emploi:not(.search-results) article:not(.type-page) .entry-content .nextEvents{width:100%;margin:0;padding:20px}}body.single-evenement:not(.search-results) article:not(.type-page) .entry-content .nextEvents>header,body.single-emploi:not(.search-results) article:not(.type-page) .entry-content .nextEvents>header{display:flex;align-items:center;justify-content:space-between;border-bottom:2px solid rgba(255, 255, 255, 0.4);padding-bottom:40px;margin-bottom:0;width:100%}body.single-evenement:not(.search-results) article:not(.type-page) .entry-content .nextEvents>header h1,body.single-emploi:not(.search-results) article:not(.type-page) .entry-content .nextEvents>header h1{flex:1;font-size:40px;font-weight:700;letter-spacing:0.2px;margin:0}body.single-evenement:not(.search-results) article:not(.type-page) .entry-content .nextEvents>header>a,body.single-emploi:not(.search-results) article:not(.type-page) .entry-content .nextEvents>header>a{display:block;text-align:right;box-shadow:none;font-size:15px;color:#2f3373;font-size:15px;font-weight:500;border-bottom:1px dashed #2f3373;box-shadow:none;padding-bottom:10px;font-weight:500;border-bottom:1px dashed #fff;color:#fff}body.single-evenement:not(.search-results) article:not(.type-page) .entry-content .nextEvents>header>a:hover,body.single-emploi:not(.search-results) article:not(.type-page) .entry-content .nextEvents>header>a:hover{color:#0a0b0d;border-bottom:1px dashed #0a0b0d}body.single-evenement:not(.search-results) article:not(.type-page) .entry-content .nextEvents>header>a:hover,body.single-emploi:not(.search-results) article:not(.type-page) .entry-content .nextEvents>header>a:hover{color:#0a0b0d;border-bottom:1px dashed #0a0b0d}body.single-evenement:not(.search-results) article:not(.type-page) .entry-content .nextEvents article,body.single-emploi:not(.search-results) article:not(.type-page) .entry-content .nextEvents article{width:calc(50% - 30px);margin-top:60px}@media screen and (max-width:910px){body.single-evenement:not(.search-results) article:not(.type-page) .entry-content .nextEvents article,body.single-emploi:not(.search-results) article:not(.type-page) .entry-content .nextEvents article{width:100%}}body.single-evenement:not(.search-results) article:not(.type-page) .entry-content .nextEvents article .eventDate,body.single-emploi:not(.search-results) article:not(.type-page) .entry-content .nextEvents article .eventDate{margin-bottom:40px}body.single-evenement:not(.search-results) article:not(.type-page) .entry-content .nextEvents article .eventDate span,body.single-emploi:not(.search-results) article:not(.type-page) .entry-content .nextEvents article .eventDate span{color:rgba(255, 255, 255, 0.3);font-weight:700;font-size:20px;letter-spacing:0.1px}body.single-evenement:not(.search-results) article:not(.type-page) .entry-content .nextEvents article .eventDate span:nth-of-type(2),body.single-emploi:not(.search-results) article:not(.type-page) .entry-content .nextEvents article .eventDate span:nth-of-type(2){margin-left:10px}body.single-evenement:not(.search-results) article:not(.type-page) .entry-content .nextEvents article .eventDate span:nth-of-type(2):before,body.single-emploi:not(.search-results) article:not(.type-page) .entry-content .nextEvents article .eventDate span:nth-of-type(2):before{content:"";font-family:"icomoon";margin-right:10px}body.single-evenement:not(.search-results) article:not(.type-page) .entry-content .nextEvents article header,body.single-emploi:not(.search-results) article:not(.type-page) .entry-content .nextEvents article header{margin:0}body.single-evenement:not(.search-results) article:not(.type-page) .entry-content .nextEvents article header h1,body.single-emploi:not(.search-results) article:not(.type-page) .entry-content .nextEvents article header h1{margin:0;padding:0;font-size:30px;line-height:35px;letter-spacing:0.1px}body.single-evenement:not(.search-results) article:not(.type-page) .entry-content .nextEvents article header h1 a,body.single-emploi:not(.search-results) article:not(.type-page) .entry-content .nextEvents article header h1 a{box-shadow:none;color:#fff}body.single-evenement:not(.search-results) article:not(.type-page) .entry-content .nextEvents article header h1 a:hover,body.single-emploi:not(.search-results) article:not(.type-page) .entry-content .nextEvents article header h1 a:hover{color:#0a0b0d}body.single-evenement:not(.search-results) article:not(.type-page) .entry-content .nextEvents article .entry-content,body.single-emploi:not(.search-results) article:not(.type-page) .entry-content .nextEvents article .entry-content{float:none !important;margin-left:0 !important;margin-right:0 !important;width:100% !important;border:0;margin:35px 0 0 0;padding:0}body.single-evenement:not(.search-results) article:not(.type-page) .entry-content .nextEvents article .entry-content p,body.single-emploi:not(.search-results) article:not(.type-page) .entry-content .nextEvents article .entry-content p{font-family:'Roboto', sans-serif;font-size:15px;line-height:25px;font-weight:400;margin:0}body.single-evenement:not(.search-results) article:not(.type-page) .entry-content .nextEvents article:first-of-type,body.single-emploi:not(.search-results) article:not(.type-page) .entry-content .nextEvents article:first-of-type{margin-right:60px}@media screen and (max-width:910px){body.single-evenement:not(.search-results) article:not(.type-page) .entry-content .nextEvents article:first-of-type,body.single-emploi:not(.search-results) article:not(.type-page) .entry-content .nextEvents article:first-of-type{margin:0 0 30px 0;padding-bottom:30px;border-bottom:1px solid rgba(255, 255, 255, 0.4)}}@media screen and (max-width:910px){body.single-evenement:not(.search-results) article:not(.type-page) .entry-content>div,body.single-emploi:not(.search-results) article:not(.type-page) .entry-content>div{padding:0;margin:0}}body.single-emploi:not(.search-results) article:not(.type-page) .entry-content .leftCol{border-bottom:0;margin-bottom:100px}body.page-template-template-rubrique .site-header{margin-bottom:70px}body.page-template-template-rubrique article>.entry-header>h1{letter-spacing:0.2px;margin:0 0 30px 0;font-size:40px}body.page-template-template-rubrique article>p{margin:0 0 60px 0;font-size:20px;line-height:30px;letter-spacing:0.1px;font-weight:400;width:75%}@media screen and (max-width:910px){body.page-template-template-rubrique article>p{padding:0 60px;width:100%}}body.page-template-template-rubrique article .entry-content a.basePage{display:block;padding:50px 0 0 0;margin-bottom:50px;border-top:1px solid #e6e6e6;display:flex;width:100%;align-items:center;color:#0a0b0d;text-decoration:none;box-shadow:none}body.page-template-template-rubrique article .entry-content a.basePage:last-of-type{border-bottom:1px solid #e6e6e6;padding-bottom:50px;margin:0}@media screen and (max-width:910px){body.page-template-template-rubrique article .entry-content a.basePage{flex-direction:column}}body.page-template-template-rubrique article .entry-content a.basePage h2{font-weight:700;font-size:20px;letter-spacing:0.1px;width:20%;margin:0 50px 0 0;padding:0}@media screen and (max-width:910px){body.page-template-template-rubrique article .entry-content a.basePage h2{margin:0 0 30px 0;width:100%}}body.page-template-template-rubrique article .entry-content a.basePage span{font-size:15px;line-height:25px;letter-spacing:0.1px;font-weight:400;width:calc(70% - 50px)}@media screen and (max-width:910px){body.page-template-template-rubrique article .entry-content a.basePage span{width:100%}}.mediasContainer article{position:relative;background-color:#2f3373}.mediasContainer article .chapoContainer{line-height:16px;z-index:999;position:absolute;bottom:0;width:100%}.mediasContainer article .chapoContainer a{color:#fff;font-size:15px;box-shadow:none;transition:all 0.2s ease-Out;text-overflow:ellipsis;display:block;overflow:hidden;white-space:nowrap;background:-moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 100%);background:-webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 100%);background:linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#4d000000',GradientType=0);padding:25px}.mediasContainer article a.imageContainer{transition:all 0.2s ease-Out;background-size:cover;background-position-y:50%;display:block;box-shadow:none;width:100%;height:100%}.mediasContainer article a.imageContainer:hover{opacity:0.5}.mediasContainer article.size400{height:calc(250px - 1px);width:calc(350px - (2 * 1px));margin:1px}.mediasContainer article.size800{height:500px;width:calc(700px - (2 * 1px));margin:1px}@media screen and (max-width:910px){.mediasContainer article{width:100% !important;height:400px !important}}body.page-template-templatemediatheque .pods-pagination-advanced:nth-of-type(2){margin-top:50px}body.fixed{overflow-y:hidden}#popinOverlay{z-index:1000;background-color:rgba(10, 11, 13, 0.99);position:fixed;width:100vw;height:100vh;top:0;left:0;display:none;justify-content:center;align-items:flex-start}#popinOverlay #popinContainer{padding:50px;z-index:1001;display:none;margin-top:50px;width:100vw;color:#fff;max-height:calc(100vh - 50px);height:calc(100vh - 50px);overflow:auto;position:relative;justify-content:center;align-items:flex-start}#popinOverlay #popinContainer .itemContainer{position:relative;max-width:70%;max-height:100%;text-align:center}@media screen and (max-width:910px){#popinOverlay #popinContainer .itemContainer{max-width:100%}}#popinOverlay #popinContainer .itemContainer .imgContainer{max-width:calc(100vw - 115px)}#popinOverlay #popinContainer .itemContainer .imgContainer img{max-height:70vh}#popinOverlay #popinContainer .itemContainer .detailsContainer{max-height:calc(30vh - 100px);position:relative}#popinOverlay #popinContainer .itemContainer .detailsContainer h1{color:#fff;font-weight:700;font-size:30px;line-height:35px;letter-spacing:0.1px;text-align:left;margin:50px 0 30px 0;max-width:calc(100% - 250px)}#popinOverlay #popinContainer .itemContainer .detailsContainer p{font-weight:400;font-size:15px;line-height:25px;letter-spacing:0.1px;color:#fff;padding:0;margin:0;text-align:left;width:100%;max-width:calc(80vw - 115px)}#popinOverlay #popinContainer .itemContainer .detailsContainer span{display:block;width:100%;color:#b2b2b2;font-weight:400;font-size:15px;letter-spacing:0.1px;text-align:left;padding-bottom:20px}#popinOverlay #popinContainer .itemContainer #popinClose{position:fixed;top:50px;right:50px}#popinOverlay #popinContainer .itemContainer #popinClose a{border:1px solid #fff;display:block;padding:5px;color:#fff;width:40px;height:40px;transition:all 0.2s ease-Out}#popinOverlay #popinContainer .itemContainer #popinClose a:before{content:"";font-family:"icomoon";font-size:25px;top:7px;left:7px;position:absolute}#popinOverlay #popinContainer .itemContainer #popinClose a:hover{background-color:#fff}#popinOverlay #popinContainer .itemContainer #popinClose a:hover:before{color:#2f3373}@media screen and (max-width:910px){article.type-page .entry-content{margin-right:7.6923%}}body.page-child article>entry-header h1{margin:0}body.page-child article>p{padding:0;margin:30px 0 0 0;font-size:20px;line-height:30px;letter-spacing:0.1px;width:80%}@media screen and (max-width:910px){body.page-child article>p{width:100%}}body.page-child article>.entry-content{border-top:1px solid #e6e6e6;margin:20px 0 0 0;padding:20px 0 0 0}body.page-child article>.entry-content>div h3{font-size:30px;text-transform:none;font-weight:700;font-family:'Roboto', sans-serif;color:#0a0b0d;letter-spacing:0;margin-bottom:70px}body.page-child article>.entry-content>div p{width:65%;margin:0 0 30px 0;font-size:17px;line-height:30px;letter-spacing:0;font-weight:400}@media screen and (max-width:910px){body.page-child article>.entry-content>div p{width:100%}}body.page-child article>.entry-content>div p:last-of-type{margin:0 0 60px 0}body.page-child article>.entry-content>div .so-panel{margin:0 !important;padding:0 !important}@media screen and (max-width:910px){body.page-child article{margin:0 60px}}body.page-child .voirAussi{padding:20px 0 30px 0;margin:30px 0 0 0;border-top:1px solid #e6e6e6;border-bottom:1px solid #e6e6e6}body.page-child .voirAussi h2{font-size:30px;font-weight:700;letter-spacing:0.1px;margin-bottom:0.5em}body.page-child .voirAussi a.vaItem{vertical-align:top;width:calc(33% - 40px);display:inline-block;color:#0a0b0d;text-decoration:none;box-shadow:none}body.page-child .voirAussi a.vaItem:not(:last-of-type){margin-right:50px}body.page-child .voirAussi a.vaItem:hover{color:#2f3373}body.page-child .voirAussi a.vaItem strong{display:block;font-size:17px;font-weight:700;margin:0 0 10px 0}body.page-child .voirAussi a.vaItem span{display:block;font-size:17px}@media screen and (max-width:910px){body.page-child .voirAussi a.vaItem{margin:0 0 30px 0;width:100%}}body.page-template-templateemploi:not(.search-results) .cnrs-filter-emploi{border-bottom:1px solid #e6e6e6;padding:30px 0 30px 0;margin-bottom:0}body.page-template-templateemploi:not(.search-results) .emploiType{color:#2f3373;font-size:30px;letter-spacing:0.1px;font-weight:700;width:100%;padding:40px 0;border-bottom:1px solid #e6e6e6}body.page-template-templateemploi:not(.search-results) article.type-emploi{padding:60px 0;border-bottom:1px solid #e6e6e6;display:flex}@media screen and (max-width:910px){body.page-template-templateemploi:not(.search-results) article.type-emploi{flex-direction:column}}body.page-template-templateemploi:not(.search-results) article.type-emploi>div:first-of-type{width:20%;font-weight:700;font-size:20px;line-height:25px;padding-right:30px;letter-spacing:0.1px}@media screen and (max-width:910px){body.page-template-templateemploi:not(.search-results) article.type-emploi>div:first-of-type{width:100%}}body.page-template-templateemploi:not(.search-results) article.type-emploi>div:nth-of-type(2){width:80%}@media screen and (max-width:910px){body.page-template-templateemploi:not(.search-results) article.type-emploi>div:nth-of-type(2){width:100%}}@media screen and (max-width:910px){body.page-template-templateemploi:not(.search-results) article.type-emploi>div:nth-of-type(2) .entry-header{margin:0}}body.page-template-templateemploi:not(.search-results) article.type-emploi>div:nth-of-type(2) .entry-header h1{margin:0 0 30px 0}body.page-template-templateemploi:not(.search-results) article.type-emploi>div:nth-of-type(2) .entry-header h1 a{font-size:30px;line-height:35px;letter-spacing:0.1px;display:block;box-shadow:none}body.page-template-templateemploi:not(.search-results) article.type-emploi>div:nth-of-type(2) .entry-header h1 a:hover{color:#2f3373}body.page-template-templateemploi:not(.search-results) article.type-emploi>div:nth-of-type(2) .entry-content{margin:0;text-align:left;float:none;width:100%;line-height:20px;font-weight:400;font-size:15px;line-height:25px;letter-spacing:0.1px}body.page-template-templateemploi:not(.search-results) article.type-emploi>div:nth-of-type(2) .entry-content a{color:#2f3373;font-size:15px;font-weight:500;border-bottom:1px dashed #2f3373;box-shadow:none;padding-bottom:10px;margin:30px 0;position:relative}body.page-template-templateemploi:not(.search-results) article.type-emploi>div:nth-of-type(2) .entry-content a:hover{color:#0a0b0d;border-bottom:1px dashed #0a0b0d}body.page-template-templateemploi:not(.search-results) article.type-emploi>div:nth-of-type(2) .entry-content a:hover{color:#0a0b0d;border-bottom:1px dashed #0a0b0d}body.page-template-templateemploi:not(.search-results) article.type-emploi>div:nth-of-type(2) .entry-content a:before{content:"";display:block;width:100%;height:30px}body.page-template-templatepublication:not(.search-results) article.type-page .entry-header h1{margin:0}body.page-template-templatepublication:not(.search-results) article.type-page .entry-content article.publication{border-top:1px solid #e6e6e6;padding:30px 0;display:flex}@media screen and (max-width:910px){body.page-template-templatepublication:not(.search-results) article.type-page .entry-content article.publication{flex-direction:column}}body.page-template-templatepublication:not(.search-results) article.type-page .entry-content article.publication:first-of-type{margin-top:60px}body.page-template-templatepublication:not(.search-results) article.type-page .entry-content article.publication>div:first-of-type{padding-right:80px;text-align:center}@media screen and (max-width:910px){body.page-template-templatepublication:not(.search-results) article.type-page .entry-content article.publication>div:first-of-type{padding-right:0}}body.page-template-templatepublication:not(.search-results) article.type-page .entry-content article.publication>div:first-of-type img{max-width:200px}@media screen and (max-width:910px){body.page-template-templatepublication:not(.search-results) article.type-page .entry-content article.publication>div:first-of-type img{max-width:100%}}body.page-template-templatepublication:not(.search-results) article.type-page .entry-content article.publication>div:nth-of-type(2){width:60%}@media screen and (max-width:910px){body.page-template-templatepublication:not(.search-results) article.type-page .entry-content article.publication>div:nth-of-type(2){width:100%}}@media screen and (max-width:910px){body.page-template-templatepublication:not(.search-results) article.type-page .entry-content article.publication>div:nth-of-type(2) header{margin:0}}body.page-template-templatepublication:not(.search-results) article.type-page .entry-content article.publication>div:nth-of-type(2) header .authorsPub{color:#2f3373;font-weight:700;font-size:20px;line-height:25px;letter-spacing:0.1px}@media screen and (max-width:910px){body.page-template-templatepublication:not(.search-results) article.type-page .entry-content article.publication>div:nth-of-type(2) header .authorsPub{margin:20px 0}}body.page-template-templatepublication:not(.search-results) article.type-page .entry-content article.publication>div:nth-of-type(2) header h1{font-size:30px;line-height:35px;margin:30px 0 20px 0;padding:0}@media screen and (max-width:910px){body.page-template-templatepublication:not(.search-results) article.type-page .entry-content article.publication>div:nth-of-type(2) header h1{margin:20px 0}}body.page-template-templatepublication:not(.search-results) article.type-page .entry-content article.publication>div:nth-of-type(2) .entry-content{margin:0;padding:0;text-align:left;float:none;width:100%;line-height:20px;font-weight:400}body.page-template-templatepublication:not(.search-results) article.type-page .entry-content article.publication>div:nth-of-type(2) .entry-content a{color:#2f3373;color:#2f3373;font-size:15px;font-weight:500;border-bottom:1px dashed #2f3373;box-shadow:none;padding-bottom:10px;font-size:15px;box-shadow:none;text-decoration:none}body.page-template-templatepublication:not(.search-results) article.type-page .entry-content article.publication>div:nth-of-type(2) .entry-content a:hover{color:#0a0b0d;border-bottom:1px dashed #0a0b0d}body.page-template-templatepublication:not(.search-results) article.type-page .entry-content article.publication>div:nth-of-type(2) .entry-content a:hover{color:#0a0b0d}body.page-template-templatepublication:not(.search-results) article.type-page .entry-content article.publication>div:nth-of-type(2) .entry-content a.knowMorePubLink{text-decoration:none;color:#2f3373;font-size:15px;font-weight:500;border-bottom:1px dashed #2f3373;box-shadow:none;padding-bottom:10px}body.page-template-templatepublication:not(.search-results) article.type-page .entry-content article.publication>div:nth-of-type(2) .entry-content a.knowMorePubLink:hover{color:#0a0b0d;border-bottom:1px dashed #0a0b0d}body.page-template-templatepublication:not(.search-results) article.type-page .entry-content article.publication>div:nth-of-type(2) .entry-content a.knowMorePubLink:hover{border-bottom:1px dashed #0a0b0d}body.page-template-templatepublication:not(.search-results) article.type-page .entry-content article.publication>div:nth-of-type(2) .entry-content a.knowMorePubLink:before{content:"";display:block;width:100%;height:40px}body.page-template-templatepublication:not(.search-results) article.type-page .entry-content article.publication>div:nth-of-type(2) .entry-content .knowMorePub{color:#2f3373;margin-top:30px;display:none}body.page-template-templatepublication:not(.search-results) article.type-page .entry-content article.publication>div:nth-of-type(2) .entry-content p{margin:0;font-size:15px;line-height:25px;letter-spacing:0.1px}body.page-template-templatepublication:not(.search-results) article.type-page .entry-content article.publication:last-of-type{margin-bottom:100px}body.page-template-templatecontact .loop-contents-contact{padding:30px 0 50px 0;border-top:1px solid #e6e6e6}body.page-template-templatecontact .loop-contents-contact .lettrecontact{padding:20px 0;font-size:40px;font-weight:500}body.page-template-templatecontact .loop-contents-contact .lettrecontact:not(:first-of-type){border-top:1px solid #e6e6e6}body.page-template-templatecontact .loop-contents-contact article{font-size:17px}body.page-template-templatecontact .loop-contents-contact article a.contact{padding:20px 5px;border-top:1px solid #e6e6e6;display:flex;width:100%;justify-content:space-between;align-items:center;box-shadow:none;text-decoration:none;transition:all 0.2s ease-Out}body.page-template-templatecontact .loop-contents-contact article a.contact span{flex:1;color:#0a0b0d;font-weight:500;transition:all 0.2s ease-Out}body.page-template-templatecontact .loop-contents-contact article a.contact strong{flex:1;color:#b2b2b2;font-weight:500;transition:all 0.2s ease-Out}body.page-template-templatecontact .loop-contents-contact article a.contact:hover{background-color:rgba(230, 230, 230, 0.2)}body.page-template-templatecontact .loop-contents-contact article a.contact:hover span,body.page-template-templatecontact .loop-contents-contact article a.contact:hover strong{color:#2f3373}body.page-template-templatecontact .loop-contents-contact article:last-of-type{border-bottom:1px solid #e6e6e6}body.page-template-templatecontact .loop-contents-contact article .contactDetails{display:none;background-color:#0a0b0d;padding:150px 100px;justify-content:center;align-items:flex-start;color:#fff;position:relative}@media screen and (max-width:910px){body.page-template-templatecontact .loop-contents-contact article .contactDetails{flex-direction:column;align-items:center;padding:100px 30px}}body.page-template-templatecontact .loop-contents-contact article .contactDetails .closeContact{position:absolute;top:10px;right:10px}body.page-template-templatecontact .loop-contents-contact article .contactDetails .closeContact span{color:#fff;font-size:30px;transition:all 0.2s ease-Out}body.page-template-templatecontact .loop-contents-contact article .contactDetails .closeContact:hover{cursor:pointer}body.page-template-templatecontact .loop-contents-contact article .contactDetails .closeContact:hover span{color:#2f3373}body.page-template-templatecontact .loop-contents-contact article .contactDetails .thumbContainer{padding-right:50px}@media screen and (max-width:910px){body.page-template-templatecontact .loop-contents-contact article .contactDetails .thumbContainer{padding-right:0}}body.page-template-templatecontact .loop-contents-contact article .contactDetails .thumbContainer img{max-height:400px;width:auto}@media screen and (max-width:910px){body.page-template-templatecontact .loop-contents-contact article .contactDetails .thumbContainer img{width:auto;max-height:auto}}body.page-template-templatecontact .loop-contents-contact article .contactDetails .detailsContainer{padding-left:50px;flex:1}@media screen and (max-width:910px){body.page-template-templatecontact .loop-contents-contact article .contactDetails .detailsContainer{padding:0;margin-top:30px;width:100%}}body.page-template-templatecontact .loop-contents-contact article .contactDetails .detailsContainer span{display:block;font-size:30px;font-weight:600;line-height:35px}body.page-template-templatecontact .loop-contents-contact article .contactDetails .detailsContainer span.normal{font-size:15px}body.page-template-templatecontact .loop-contents-contact article .contactDetails .detailsContainer span.name{color:#fff}body.page-template-templatecontact .loop-contents-contact article .contactDetails .detailsContainer span.function{color:#515151;padding-bottom:30px;border-bottom:1px solid #515151}body.page-template-templatecontact .loop-contents-contact article .contactDetails .detailsContainer p{margin:30px 0;font-size:15px;line-height:25px}body.page-template-templatecontact .loop-contents-contact article .contactDetails .detailsContainer a{color:#2f3373;font-size:15px;font-weight:500;border-bottom:1px dashed #2f3373;box-shadow:none;padding-bottom:10px;transition:all 0.2s ease-Out;font-size:18px}body.page-template-templatecontact .loop-contents-contact article .contactDetails .detailsContainer a:hover{color:#0a0b0d;border-bottom:1px dashed #0a0b0d}body.page-template-templatecontact .loop-contents-contact article .contactDetails .detailsContainer a:hover{color:#fff;border-bottom:1px dashed #fff}body.page-template-templatecontact .moreContacts{margin:50px 0 20px 0;text-align:right;width:100%}body.page-template-templatecontact .moreContacts a{color:#2f3373;font-size:15px;font-weight:500;border-bottom:1px dashed #2f3373;box-shadow:none;padding-bottom:10px}body.page-template-templatecontact .moreContacts a:hover{color:#0a0b0d;border-bottom:1px dashed #0a0b0d}body.page-template-templatecontact .moreContacts a:hover{cursor:pointer}div[id^="form-container-"]{margin-top:10px;font-family:'Roboto', sans-serif}@media screen and (max-width:910px){div[id^="form-container-"]{width:500px}}div[id^="form-container-"] input,div[id^="form-container-"] textarea{color:#515151;border:0;margin:5px 0;padding:5px;border-radius:3px;letter-spacing:-1px;display:inline-block}@media screen and (max-width:910px){div[id^="form-container-"] input,div[id^="form-container-"] textarea{display:block;width:100%;margin:10px}}div[id^="form-container-"] input[id^="nom"],div[id^="form-container-"] input[id^="prenom"],div[id^="form-container-"] textarea[id^="nom"],div[id^="form-container-"] textarea[id^="prenom"]{font-weight:500}div[id^="form-container-"] textarea{min-height:200px}div[id^="form-container-"] button{font-family:'Roboto', sans-serif;font-weight:900;color:#fff;transition:all 0.2s ease-Out}div[id^="form-container-"] button[id^="contact-form-submit-"]{background-color:#2f3373}div[id^="form-container-"] button[id^="contact-form-submit-"]:hover{color:#2f3373;background-color:#fff}div[id^="form-container-"] button[id^="contact-form-cancel-"]{background-color:#515151}div[id^="form-container-"] button[id^="contact-form-cancel-"]:hover{background-color:#b2b2b2}div[id^="form-container-"] #popinContainer-errors{color:#fff}#popinClose{position:fixed;top:50px;right:50px}#popinClose a{border:1px solid #fff;display:block;padding:5px;color:#fff;width:40px;height:40px;transition:all 0.2s ease-Out}#popinClose a:before{content:"";font-family:"icomoon";font-size:25px;top:7px;left:7px;position:absolute}#popinClose a:hover{background-color:#fff}#popinClose a:hover:before{color:#2f3373}#site-header-menu{position:relative}#site-header-menu nav#site-navigation{padding-right:80px}#site-header-menu nav#site-navigation .menu-menu-principal-container ul{width:auto;text-align:right}@media screen and (max-width:910px){#site-header-menu nav#site-navigation .menu-menu-principal-container ul{text-align:left}}#site-header-menu nav#site-navigation .menu-menu-principal-container ul li{float:none;display:inline-block}@media screen and (max-width:910px){#site-header-menu nav#site-navigation .menu-menu-principal-container ul li{display:block}}#site-header-menu #searchContainer{position:absolute;right:0;top:0;background-color:#fff;display:flex}@media screen and (max-width:910px){#site-header-menu #searchContainer{position:relative;left:0;padding:20px;margin-top:20px}}#site-header-menu #searchContainer form{display:flex;align-items:center;justify-content:flex-end}#site-header-menu #searchContainer form #checkSearch{display:none}#site-header-menu #searchContainer form #checkSearch:checked~#searchIconContainer{background-color:transparent}#site-header-menu #searchContainer form #checkSearch:checked~#searchIconContainer span:before{content:"";color:#2f3373;font-size:20px;transition:all 0.2s ease-Out}#site-header-menu #searchContainer form #checkSearch:checked~#searchInput{width:600px;padding:0 10px;border:1px solid #b2b2b2}@media screen and (max-width:910px){#site-header-menu #searchContainer form #checkSearch:checked~#searchInput{width:75vw}}#site-header-menu #searchContainer form #searchInput{border:0;border-radius:5px;font-size:20px;height:40px;width:0px;padding:0;font-family:'Roboto', sans-serif;font-weight:500;background-color:#fff;border:1px solid #fff;transition:all 0.2s ease-Out}#site-header-menu #searchContainer form #searchIconContainer{color:white;margin:0;width:30px;height:30px;display:flex;justify-content:center;align-items:center;transition:all 0.2s ease-Out}#site-header-menu #searchContainer form #searchIconContainer span{font-size:20px;transition:all 0.2s ease-Out}#site-header-menu #searchContainer form #searchIconContainer:hover{cursor:pointer;background-color:rgba(47, 51, 115, 0.5)}.pll-parent-menu-item a:after{right:initial !important;top:initial !important}.page-content button[type="submit"]{background-color:#2f3373;transition:all 0.2s ease-Out}.page-content button[type="submit"]:hover{background-color:rgba(47, 51, 115, 0.5)}body.search-results .page-header{border-top:0}body.search-results .site-main article{padding-bottom:30px;margin-bottom:30px}body.search-results .site-main article:not(:last-of-type){border-bottom:1px solid #e6e6e6}body.search-results .site-main article h2{margin:0;font-size:25px}body.search-results .site-main article h2 a{transition:all 0.2s ease-Out}body.search-results .site-main article h2 a:hover{color:#2f3373}body.search-results .site-main article .entry-summary a{color:#2f3373;font-size:15px;font-weight:500;border-bottom:1px dashed #2f3373;box-shadow:none;padding-bottom:10px;margin-left:10px;position:absolute;right:0;padding-bottom:5px;bottom:5px}body.search-results .site-main article .entry-summary a:hover{color:#0a0b0d;border-bottom:1px dashed #0a0b0d}body.search-results .navigation.pagination{border-top:1px solid #2f3373}body.search-results .navigation.pagination .nav-links .page-numbers{color:#2f3373;transition:all 0.2s ease-Out}body.search-results .navigation.pagination .nav-links .page-numbers:hover{color:#0a0b0d}body.search-results .navigation.pagination .nav-links a.prev,body.search-results .navigation.pagination .nav-links a.next{background-color:#2f3373;transition:all 0.2s ease-Out;color:#fff}body.search-results .navigation.pagination .nav-links a.prev:hover,body.search-results .navigation.pagination .nav-links a.next:hover{background-color:rgba(47, 51, 115, 0.5);color:#fff}body.search-results .navigation.pagination .nav-links a.prev:before{content:"";font-family:"icomoon"}body.search-results .navigation.pagination .nav-links a.next:before{content:"";font-family:"icomoon"}body.search-results .navigation.pagination .nav-links:before,body.search-results .navigation.pagination .nav-links:after{background-color:#fff;color:#e6e6e6;opacity:1}body.search-results .navigation.pagination .nav-links:before{content:"";font-family:"icomoon"}body.search-results .navigation.pagination .nav-links:after{content:"";font-family:"icomoon"}body.search-results .navigation.pagination:before,body.search-results .navigation.pagination:after{background-color:transparent}.the_champ_sharing_container{margin-top:20px}.the_champ_sharing_container li.theChampSharingRound{margin-right:10px !important}.the_champ_sharing_container li.theChampSharingRound i{background-color:#090b0d !important}.the_champ_sharing_container li.theChampSharingRound i:hover{background-color:#2f3373 !important}#popinOverlay .the_champ_sharing_container{position:absolute;top:-20px;right:0}#popinOverlay .the_champ_sharing_container i{background-color:#2f3373 !important}#popinOverlay .the_champ_sharing_container i:hover{background-color:#090b0d !important}.social-media-button-container a:hover{background:#2f3373 !important;border-color:#2f3373 !important}.social-media-button-container .sow-social-media-button{font-size:1.5em !important;padding:0.5em 0.5em !important;margin:0.1em 12px 0.1em 0 !important;max-height:50px;max-width:50px}.entry-content blockquote p{border-left:3px solid #2f3373}::-webkit-input-placeholder{color:#b2b2b2}::-moz-placeholder{color:#b2b2b2}:-ms-input-placeholder{color:#b2b2b2}:-moz-placeholder{color:#b2b2b2}#NewsletterRegistration ::-webkit-input-placeholder{color:#fff}#NewsletterRegistration ::-moz-placeholder{color:#fff}#NewsletterRegistration :-ms-input-placeholder{color:#fff}#NewsletterRegistration :-moz-placeholder{color:#fff}#searchInput::-webkit-input-placeholder{font-family:'Roboto', sans-serif;font-weight:500}#searchInput::-moz-placeholder{font-family:'Roboto', sans-serif;font-weight:500}#searchInput:-ms-input-placeholder{font-family:'Roboto', sans-serif;font-weight:500}#searchInput:-moz-placeholder{font-family:'Roboto', sans-serif;font-weight:500}.wsp-item{display:block;max-width:300px;min-width:200px;float:left;padding-right:20px}.wsp-item h2{margin-bottom:0.25em}.wsp-item li{list-style-position:inside}.wsp-container::after{clear:both}header.site-header .site-header-main .site-branding {
max-width:35%;
}
header.site-header #site-header-menu {
max-width:65%;
}
header.site-header #site-header-menu ul li a{
padding: 0 15px;
}
.main-navigation .menu-item-has-children > a:after {
right: -2px!important;
} header.site-header #site-header-menu nav#site-navigation .menu-menu-principal-container li > a, 
header.site-header #site-header-menu nav#site-navigation .menu-menu-principal-container li > a:visited,
.cnrs-bottom-line div ul li > a, .cnrs-bottom-line div ul li > a:visited {
color: #202020;
}
header.site-header #site-header-menu nav#site-navigation .menu-menu-principal-container li > a:hover, 
header.site-header #site-header-menu nav#site-navigation .menu-menu-principal-container li > a:visited:hover,
.cnrs-bottom-line div ul li > a:hover, .cnrs-bottom-line div ul li > a:visited:hover { color: #888888;
}
ul.sub-menu {
width: 250px;
font-size:13px;
}
header.site-header #site-header-menu nav#secondary-navigation .sub-menu li > a{
font-size:13px;
}
header.site-header #site-header-menu nav#secondary-navigation .sub-menu li > a:hover, header.site-header #site-header-menu nav#secondary-navigation .menu-menu-secondaire-container li > a:hover, header.site-header #site-header-menu nav#secondary-navigation .menu-menu-secondaire-container li > a:visited:hover {
color: #b7d2e6;
} .main-navigation ul ul li > ul {
left: -999em;
right: auto;
} .main-navigation ul li:hover > ul,
.main-navigation ul li:focus > ul {
left: 25px;
} .main-navigation ul ul li:hover > ul,
.main-navigation ul ul li:focus > ul {
left: 150px;
} .main-navigation ul ul .menu-item-has-children > a:after {
right: 0.5625em;
top: 0.875em;
-webkit-transform: rotate(-90deg);
-moz-transform: rotate(-90deg);
-ms-transform: rotate(-90deg);
transform: rotate(-90deg);
}
a:hover:after {
font-weight: bolder;
}
header.site-header #site-header-menu ul li:last-of-type a {
padding: 0 25px 0 25px;
}
header.site-header #site-header-menu ul li:first-of-type a {
padding: 0 25px 0 25px;
}
.secondary-menu .menu-item-has-children > a::after {
right: 0px !important;
}
.main-navigation ul ul li {
background-color: #f5f5f5;
}
.main-navigation ul ul li a {
width: 225px;
padding: 0 25px 0 5px !important;
}
.main-navigation ul ul::after {
content: none;
} .footer-navigation{
width: 100%;
}
.cnrs-bottom-line {
width: 100%;
display: flex;
justify-content: space-between;
text-align: center;
}
.cnrs-bottom-line > div{
text-align: center;
width:100%;
}
.cnrs-bottom-line div > ul {
display: inline-block;
width: 100%;
text-align:center;
margin:0 auto;
}
.cnrs-bottom-line div ul > li {
display: inline;
text-align:center;
}
.cnrs-bottom-line div ul li > a{
display: inline-block;
}
body.page-child article > .entry-content > div p {
width: 100%; 
}