/* cmsms stylesheet: Simplex Core modified: 10/12/16 17:29:22 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}
audio,
canvas,
video {
    display: inline-block;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
[hidden],
template {
    display: none;
}
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
body {
    margin: 0;
}
a {
    background: transparent;
}
a:focus {
    outline: thin dotted;
}
a:active,
a:hover {
    outline: 0;
}
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}
abbr[title] {
    border-bottom: 1px dotted;
}
b,
strong {
    font-weight: bold;
}
dfn {
    font-style: italic;
}
hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}
mark {
    background: #ff0;
    color: #000;
}
code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    font-size: 1em;
}
pre {
    white-space: pre-wrap;
}
q {
    quotes: "\201C" "\201D" "\2018" "\2019";
}
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;
}
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}
legend {
    border: 0;
    padding: 0;
}
button,
input,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    margin: 0;
}
button,
input {
    line-height: normal;
}
button,
select {
    text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}
button[disabled],
html input[disabled] {
    cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}
input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
textarea {
    overflow: auto;
    vertical-align: top;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}
audio,
canvas,
img,
svg,
video {
    vertical-align: middle;
}
fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}
textarea {
    resize: vertical;
}
.hidden {
    display: none !important;
    visibility: hidden;
}
.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}
.invisible {
    visibility: hidden;
}
.cf:before,
.cf:after {
    content: " ";
    display: table;
}
.cf:after {
    clear: both;
}
textarea {
    overflow: auto;
    vertical-align: top;
    resize: vertical
}
ul,
ol {
    margin: 1em 0;
    padding: 0 0 0 40px
}
dd {
    margin: 0 0 0 40px
}
nav ul,
nav ol {
    list-style: none;
    list-style-image: none;
    margin: 0;
    padding: 0
}
pre,
code,
kbd,
samp {
    font-family: monospace, serif;
    _font-family: courier new, monospace;
    font-size: 1em
}
pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word
}
q {
    quotes: none
}
q:before,
q:after {
    content: "";
    content: none
}
small {
    font-size: 85%
}
html {
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}
body {
    margin: 0;
    font-size: 1em;
    -webkit-font-smoothing: antialiased;
}
.container {
    padding-left: 10px;
    padding-right: 10px;
}
/*.row {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    position: relative;
}*/
.row:before,
.row:after,
.form-row:before,
.form-row:after {
    content: " ";
    display: table;
}
.row:after,
.form-row:after {
    clear: both;
}
.full {
    width: 100%;
    display: block;
}
.half,
.third,
.two-third,
.quarter,
.three-quarter,
.fifth,
.two-fifth,
.three-fifth,
.four-fifth {
    float: left;
}
.half {
    width: 50%;
}
.third {
    width: 33.33%;
}
.two-third {
    width: 66.66%;
}
.quarter {
    width: 25%;
}
.three-quarter {
    width: 75%;
}
.fifth {
    width: 20%;
}
.two-fifth {
    width: 40%;
}
.three-fifth {
    width: 60%;
}
.four-fifth {
    width: 80%
}
.row [class*="-col"] {
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    -ms-transition: all .4s ease;
    transition: all .4s ease;
}
@media only screen and (min-width: 768px) {
    .container {
        padding-left: 20px;
        padding-right: 20px;
    }
    .col,
    .one-col,
    .two-col,
    .three-col,
    .four-col,
    .five-col,
    .six-col,
    .seven-col,
    .eight-col,
    .nine-col,
    .ten-col,
    .eleven-col {
        margin-left: 3.8%;
        float: left;
        min-height: 1px;
        position: relative;
    }
    .row .one-col {
        width: 4.85%;
    }
    .row .two-col {
        width: 13.45%;
    }
    .row .three-col {
        width: 22.05%;
    }
    .row .four-col {
        width: 30.75%;
    }
    .row .five-col {
        width: 39.45%;
    }
    .row .six-col {
        width: 48.1%;
    }
    .row .seven-col {
        width: 56.75%;
    }
    .row .eight-col {
        width: 65.4%;
    }
    .row .nine-col {
        width: 74.05%;
    }
    .row .ten-col {
        width: 82.7%;
    }
    .row .eleven-col {
        width: 91.35%;
    }
    .row .twelve-col {
        width: 100%;
        margin-left: 0;
    }
    .row [class*="-col"]:first-child,
    .row [class*="-col"].first {
        margin-left: 0;
    }
    .row .offset-one {
        margin-left: 8.65% !important;
    }
    .row .offset-two {
        margin-left: 17.25% !important;
    }
    .row .offset-three {
        margin-left: 25.85% !important;
    }
    .row .offset-four {
        margin-left: 34.55% !important;
    }
    .row .offset-five {
        margin-left: 43.25% !important;
    }
    .row .offset-six {
        margin-left: 51.8% !important;
    }
    .row .offset-seven {
        margin-left: 60.55% !important;
    }
    .row .offset-eight {
        margin-left: 69.2% !important;
    }
    .row .offset-nine {
        margin-left: 77.85% !important;
    }
    .row .offset-ten {
        margin-left: 86.5% !important;
    }
    .row .offset-eleven {
        margin-left: 95.15% !important;
    }
    .row .push-one,
    .row .push-two,
    .row .push-three,
    .row .push-four,
    .row .push-five,
    .row .push-six,
    .row .push-seven,
    .row .push-eight,
    .row .push-nine,
    .row .push-ten,
    .row .push-eleven,
    .row .pull-one,
    .row .pull-two,
    .row .pull-three,
    .row .pull-four,
    .row .pull-five,
    .row .pull-six,
    .row .pull-seven,
    .row .pull-eight,
    .row .pull-nine,
    .row .pull-ten,
    .row .pull-eleven {
        position: relative;
        margin-left: 0;
    }
    .row .push-one {
        left: 8.65%;
    }
    .row .push-two {
        left: 17.25%;
    }
    .row .push-three {
        left: 25.85%;
    }
    .row .push-four {
        left: 34.55%;
    }
    .row .push-five {
        left: 43.25%;
    }
    .row .push-six {
        left: 51.8%;
    }
    .row .push-seven {
        left: 60.55%;
    }
    .row .push-eight {
        left: 69.2%;
    }
    .row .push-nine {
        left: 77.85%;
    }
    .row .push-ten {
        left: 86.5%;
    }
    .row .push-eleven {
        left: 95.15%;
    }
    .row .pull-one {
        right: 4.85%;
    }
    .row .pull-two {
        right: 13.45%;
    }
    .row .pull-three {
        right: 22.05%;
    }
    .row .pull-four {
        right: 30.75%;
    }
    .row .pull-five {
        right: 39.45%;
    }
    .row .pull-six {
        right: 48%;
    }
    .row .pull-seven {
        right: 56.75%;
    }
    .row .pull-eight {
        right: 65.4%;
    }
    .row .pull-nine {
        right: 74.05%;
    }
    .row .pull-ten {
        right: 82.7%;
    }
    .row .pull-eleven {
        right: 91.35%;
    }
}
/* cmsms stylesheet: Simplex Layout modified: 10/19/16 12:19:15 */
/*#f39c2c*/
/*#e6870e*/

@font-face {
    font-family: 'simplex';
    src: url('https://ivisparis2017.org/uploads/simplex/fonts/simplex.eot');
    src: url('https://ivisparis2017.org/uploads/simplex/fonts/simplex.eot?#iefix') format('embedded-opentype'), url('https://ivisparis2017.org/uploads/simplex/fonts/simplex.woff') format('woff'), url('https://ivisparis2017.org/uploads/simplex/fonts/simplex.ttf') format('truetype'), url('https://ivisparis2017.org/uploads/simplex/fonts/simplex.svg#simplex') format('svg');
    font-weight: normal;
    font-style: normal;
}
[class^="icon-"],
[class*=" icon-"] {
    font-family: 'simplex';
    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-arrow-up:before {
    content: "\e600";
}
.icon-arrow-left:before {
    content: "\e601";
}
.icon-search:before {
    content: "\e603";
}
.icon-printer:before {
    content: "\e604";
}
.icon-linkedin:before {
    content: "\e605";
}
.icon-pinterest:before {
    content: "\e606";
}
.icon-youtube:before {
    content: "\e607";
}
.icon-facebook:before {
    content: "\e608";
}
.icon-google:before {
    content: "\e609";
}
.icon-twitter:before {
    content: "\e60a";
}
.icon-link:before {
    content: "\e602";
}
body {
    background: #fff;
    font-family: 'Noto Sans', sans-serif;
    font-size: 1em;
    color: #555;
    line-height: 1.5;
}
.leftaligned {
    margin-left: 0;
}
.rightaligned {
    margin-right: 0;
}
body#boxed {
    background: #f2f2f2 url(https://ivisparis2017.org/uploads/simplex/images/body-background.png) repeat;
}
body.fullwidth .row {
    max-width: none;
}
a img {
    border: none;
}
.right {
    float: right;
}
.left {
    float: left;
}
.spacing {
    margin: 15px;
}
.spacing.left {
    margin-right: 0;
}
.spacing.right {
    margin-left: 0;
}
.border {
    border: 2px solid #e9e9e9;
}
pre,
code,
kbd,
samp {
    font-family: Consolas, 'Andale Mono WT', 'Andale Mono', 'Lucida Console', 'Lucida Sans Typewriter', monospace;
    color: #555;
}
pre code {
    line-height: 1.4;
    font-size: .8125em;
}
pre {
    padding: 10px;
    margin: 10px 0;
    overflow: auto;
    width: 93%;
    background: #f1f1f1;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
}
*:first-child+ html pre {
    padding-bottom: 20px;
    overflow-y: hidden;
    overflow: visible;
    overflow-x: auto;
}
* html pre {
    padding-bottom: 20px;
    overflow: visible;
    overflow-x: auto;
}
hr {
    border: solid #e9e9e9;
    border-width: 1px 0 0 0;
    clear: both;
    margin: 10px 0 30px 0;
    height: 0;
}
a {
    color: #d1ebfb;
}
a.external {
    text-decoration: none;
}

a:hover {
    color: #555;
    transition: transform .3s ease-out;
    -webkit-transition: color .3s ease-out;
    -moz-transition: color .3s ease-out;
    -o-transition: color .3s ease-out;
    text-decoration: underline;
}
a:focus {
    outline: thin dotted;
}
a:hover,
a:active {
    outline: 0;
}
a.external:after {
    content: "\e602";
    padding-left: 4px;
    font-family: 'simplex';
    text-decoration: none;
}
h1,
h2 {
    font-family: 'Oswald', Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    font-weight: 700;
}
h3,
h4,
h5,
h6 {
    font-weight: 400;
}
h1 {
    color: #506780;
    margin: 10px 0;
    font-size: 2em;
    text-transform: uppercase;
}
h2 {
    color: #555;
    font-size: 1.75em;
}
h3 {
    color: #555;
    font-size: 1.5em;
}
h4 {
    color: #d1ebfb;
    font-size: 1.375em;
}
h5 {
    font-size: 1.25em
}
h6 {
    font-size: 1.125em;
}
blockquote,
blockquote p {
    font-size: 1.0625em;
    line-height: 1.5;
    color: #555;
    font-style: italic;
    font-family: Georgia, Times New Roman, serif;
}
blockquote {
    margin: 0 0 20px 0;
    padding: 9px 10px 10px 19px;
    border-left: 5px solid #f1f1f1;
}
blockquote cite {
    display: block;
    font-size: .941176em;
    color: #555;
}
blockquote cite:before {
    content: "\2014 \0020";
}
blockquote cite a,
blockquote cite a:visited,
blockquote cite a:visited {
    font-family: Georgia, Times New Roman, serif;
}
.page-wrapper {
    border-top: 5px solid #d1ebfb;
    margin-bottom: 15px;
}
#boxed #wrapper {
    margin-top: 15px;
    border-top: 5px solid #d1ebfb;
    background: #fff;
    box-shadow: 0 0 15px 0 #c6c6c6;
}
#boxed.page-wrapper {
    border-top: none;
}
.inner-section {
    padding-left: 30px;
    padding-right: 30px;
}
.logo {
    /*margin-top: 20px;*/
    text-align: center;
}
.logo a {
    display: block;
}
.top .header {
    border-bottom: 1px solid #f1f1f1;
}
.phrase span {
    font-family: 'Oswald', Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    text-transform: uppercase;
    color: #ddd;
    font-weight: 700;
    font-size: 1.5em;
}
.search {
    text-align: right;
}
input.search-input::-webkit-search-decoration,
input.search-input::-webkit-search-results-button,
input.search-input::-webkit-search-results-decoration {
    -webkit-appearance: none;
}
.search .icon-search {
    margin-left: -25px;
    display: inline-block;
    height: 24px;
    line-height: 24px;
    text-align: center;
    width: 24px;
    position: relative;
    z-index: 10;
    color: #ddd;
    top: 3px;
}
.search::-webkit-input-placeholder,
.search::-moz-placeholder,
.search input[placeholder] {
    line-height: normal;
}
input.search-input {
    border: 1px solid #f1f1f1;
    line-height: normal;
    outline: 0;
    padding: 6px 0 6px .5%;
    font-size: .6875em;
    color: #555;
    transition: all .35s ease-in-out;
    -webkit-transition: all .35s ease-in-out;
    -moz-transition: all .35s ease-in-out;
    -o-transition: all .35s ease-in-out;
    max-width: 99.5%;
}
input.search-input:focus {
    border: 1px solid #d1ebfb;
    box-shadow: 0 0 3px #d1ebfb;
    -webkit-box-shadow: 0 0 3px #d1ebfb;
    -moz-box-shadow: 0 0 3px #d1ebfb;
    -o-box-shadow: 0 0 3px #d1ebfb;
}
#main-menu {
    margin-top: 25px;
}
#main-menu > li {
    display: block;
    border-bottom: 1px dotted #f1f1f1;
    position: relative;
}
#main-menu > li:last-child {
    border-bottom: none;
}
#main-menu > li > a,
#main-menu > li.sectionheader > span {
    font-family: 'Oswald', Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    text-transform: uppercase;
    color: #555;
    text-decoration: none;
    font-size: 1.0625em;
    font-weight: 700;
    cursor: pointer;
    padding: 8px 0;
    display: block;
    position: relative;
}
#main-menu > li.current > a,
#main-menu > li.current.sectionheader > span,
#main-menu > li:hover > a,
#main-menu > li.sectionheader:hover > span {
    color: #d1ebfb;
}
#main-menu > li > ul,
#main-menu > li > ul > li > ul {
    position: absolute;
    left: -999em;
}
#main-menu > li:hover > ul,
#main-menu > li.active > ul,
#main-menu > li > ul > li:hover > ul,
#main-menu > li > ul > li.active > ul {
    position: relative;
    left: 0;
}
#main-menu > li > ul > li > a,
#main-menu > li > ul > li.sectionheader > span,
#main-menu > li > ul > li > ul > li > a,
#main-menu > li > ul > li > ul > li.sectionheader > span {
    text-decoration: none;
    color: #555;
    text-transform: uppercase;
    display: block;
    padding: 4px 0;
}
#main-menu > li > ul > li:hover > a,
#main-menu > li > ul > li.sectionheader:hover > span,
#main-menu > li > ul > li > ul > li:hover > a,
#main-menu > li > ul > li > ul > li.sectionheader:hover > span {
    color: #999;
}
#main-menu > li > ul > li > ul > li > a,
#main-menu > li > ul > li > ul > li.sectionheader > span {
    padding-left: 15px;
    font-size: .875em;
    text-transform: none;
}
#main-menu > li > a i,
#main-menu > li > ul > li > a i,
#main-menu > li.sectionheader > span i,
#main-menu > li > ul > li.sectionheader > span i {
    float: right;
    position: relative;
    padding-top: 6px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: -webkit-transform 250ms ease-out 0s;
    -moz-transition: -moz-transform 250ms ease-out 0s;
    -o-transition: -o-transform 250ms ease-out 0s;
    transition: transform 250ms ease-out 0s;
}
#main-menu > li:hover > a i,
#main-menu > li.active > a i,
#main-menu > li > ul > li:hover > a i,
#main-menu > li > ul > li.active > a i,
#main-menu > li.sectionheader:hover > span i,
#main-menu > li.active.sectionheader > span i,
#main-menu > li > ul > li.sectionheader:hover > span i,
#main-menu > li > ul > li.active.sectionheader > span i {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
.content-wrapper {
    padding-top: 0px;
}
.content-top {
    font-family: Georgia, Times New Roman, serif;
    color: #555;
    font-style: italic;
    line-height: 20px;
    position: relative;
}
.content-top .title-border {
    content: '';
    height: 1px;
    display: block;
    width: 100%;
    border-bottom: 1px dotted #ddd;
    position: absolute;
    top: 50%;
}
.breadcrumb {
    display: inline-block;
    background: #fff;
    width: auto;
    padding-right: 6px;
    z-index: 1;
    position: relative;
}
.breadcrumb a {
    color: #555;
    display: inline-block;
    width: auto;
    background: #fff;
}
a.printbutton {
    display: none;
}
.content .news-summary span.heading {
    display: none;
}
.content .news-article {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px dotted #e9e9e9;
}
.content .news-summary ul.category-list {
    margin: 15px 0;
}
.content .news-summary ul.category-list li a,
.news-summary ul.category-list li span {
    border-radius: 4px;
}
.news-summary ul.category-list li span {
    opacity: .4;
}
.news-article h2 {
    margin: 0 0 15px 0;
}
.news-article h2 a {
    font-family: 'Oswald', Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    text-transform: uppercase;
    color: #555;
    font-size: 16px;
    text-decoration: none;
    font-weight: 700;
}
.news-article .date {
    background: #d1ebfb;
    color: #fff;
    display: block;
    float: left;
    width: 40px;
    padding: 6px;
    height: 40px;
    border-radius: 26px;
    text-align: center;
    font-family: Georgia, Times New Roman, serif;
}
.news-article .day {
    font-size: 20px;
    line-height: 1;
    padding-bottom: 2px;
    font-style: italic;
    display: block;
}
.news-article.month {
    font-size: 11px;
    display: block
}
.news-article .author,
.news-article .category {
    font-family: Georgia, Times New Roman, serif;
    display: block;
    padding-left: 60px;
    font-size: 11px;
    font-style: italic;
}
.news-summary ul.category-list {
    margin: 15px 0 -1px 0;
    padding: 0;
    list-style: none;
}
.news-summary ul.category-list li {
    float: left;
    display: block;
    width: auto;
    margin-right: 5px;
}
.news-summary ul.category-list li a,
.news-summary ul.category-list li span {
    display: block;
    color: #555;
    padding: 4px 8px;
    background: #f1f1f1;
    border-radius: 4px 4px 0 0;
    text-decoration: none;
    font-size: 11px;
    text-transform: uppercase;
}
.news-summary ul.category-list li a:hover {
    color: #d1ebfb;
}
.news-summary .paginate {
    font: italic 11px/1.2 Georgia, Times New Roman, serif;
}
.news-summary .paginate a {
    padding: 0 3px;
}
.news-meta {
    background: #f1f1f1;
    padding: 10px;
    margin: 10px 0;
}
.more,
.more a,
.back,
.back a,
.previous a,
.next a,
.previous,
.next {
    font: italic 12px/1.3 Georgia, Times New Roman, serif;
    color: #555;
    text-decoration: none;
}
.more a:hover,
.back a:hover,
.previous a:hover,
.next a:hover {
    text-decoration: underline;
}
.previous,
.next {
    padding: 6px 0;
}
.previous {
    float: left;
}
.next {
    float: right;
}
.sidebar .news-summary span.heading {
    position: relative;
    color: #555;
    font: normal 1em/1.25 Georgia, Times New Roman, serif;
    margin: 0 0 15px 0;
    display: block;
}
.sidebar .news-summary span.heading:after {
    content: '';
    height: 1px;
    display: block;
    width: 100%;
    border-bottom: 1px dotted #ddd;
    position: absolute;
    top: 50%;
}
.sidebar .news-summary .heading span {
    display: inline-block;
    width: auto;
    background: #fff;
    padding-right: 6px;
    position: relative;
    z-index: 10;
}
.sidebar .news-article {
    padding: 15px;
    position: relative;
    background: #f1f1f1;
    margin-bottom: 20px;
    border-radius: 0 0 6px 0;
    font-size: .8125em;
}
.sidebar .news-article:before {
    content: '';
    position: absolute;
    bottom: -15px;
    right: 25px;
    width: 10px;
    height: 35px;
    -webkit-transform: rotate(55deg) skewY(55deg);
    -moz-transform: rotate(55deg) skewY(55deg);
    -o-transform: rotate(55deg) skewY(55deg);
    -ms-transform: rotate(55deg) skewY(55deg);
    transform: rotate(55deg) skewY(55deg);
    background: #f1f1f1;
}
.lt-ie9 .sidebar .news-article:before {
    display: none;
}
.footer {
    position: relative;
    border-top: 8px solid #f1f1f1;
    margin: 25px 0 10px 0;
    padding-top: 20px;
    padding-bottom: 20px;
}
.footer:before {
    content: ' ';
    border-top: 2px dotted #fff;
    border-bottom: 2px dotted #fff;
    height: 4px;
    display: block;
    position: absolute;
    width: 100%;
    top: -8px;
    left: 0;
}
.copyright {
    padding-top: 15px;
}
.copyright-info {
    color: #555;
    font-size: .6875em;
}
.footer ul.social {
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}
.footer .social li {
    display: inline;
    margin: 0;
    padding: 0;
    margin-right: 6px;
}
.footer .social li a {
    display: inline-block;
    text-decoration: none;
    font-size: 2.625em;
    line-height: 1;
    color: #555;
}
.footer .social li a:hover {
    color: #d1ebfb;
}
.footer .social li a i {
    display: inline-block;
}
.back-top a {
    display: inline-block;
    width: 16px;
    height: 16px;
    line-height: 16px;
    padding: 8px;
    border: 5px solid #fff;
    text-decoration: none;
    color: #555;
    background-color: #f1f1f1;
    border-radius: 500px;
    -webkit-border-radius: 500px;
    -moz-border-radius: 500px;
    -o-border-radius: 500px;
    position: absolute;
    top: -24px;
    left: 50%;
    margin-left: -12px;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}
.back-top a:hover {
    background-color: #d1ebfb;
    color: #fff;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.footer-navigation {
    padding-top: 15px;
    border-bottom: 1px solid #f1f1f1;
}
#footer-menu li > a,
#footer-menu li.sectionheader > span {
    color: #555;
    display: block;
    text-decoration: none;
}
#footer-menu li > a:hover,
#footer-menu li > a.current,
#footer-menu li.sectionheader > span:hover,
#footer-menu li.sectionheader > span.current {
    color: #d1ebfb;
}
#footer-menu > li > a,
#footer-menu > li.sectionheader > span {
    font-family: 'Oswald', Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    text-transform: uppercase;
    text-decoration: none;
    display: block;
}
#footer-menu > li > ul > li > a,
#footer-menu > li > ul > li.sectionheader > span {
    font-size: .875em;
    padding: 2px 0;
}
#footer-menu > li > ul {
    margin: 15px 0;
}
@media screen and (min-width: 768px) {
    .lt-768 {
        display: none;
    }
    .logo {
        /*margin-top: 12px;*/
        position: relative;
        text-align: left;
    }
    .logo .palm {
        position: absolute;
        top: 5px;
        left: 45px;
        background: url(http://ivisparis2017.org/uploads/simplex/images/palm-circle.png) no-repeat;
        display: block;
        width: 48px;
        height: 48px;
        transition: transform 0.6s ease-out;
        -webkit-transition: -webkit-transform 0.6s ease-out;
        -moz-transition: -moz-transform 0.6s ease-out;
        -o-transition: -o-transform 0.6s ease-out;
        -webkit-perspective: 1000;
        -webkit-backface-visibility: hidden;
    }
    .logo a:hover .palm {
        transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
    }
    nav.main-navigation {
        z-index: 990;
        height: 55px;
        line-height: 37px;
        margin-top: 20px;
    }
    #main-menu {
        float: right;
        margin-top: 0;
    }
    /*#main-menu > li {display: inline-block;padding: 0;margin: 0 4px;border: none;position: relative;}*/
    
    #main-menu > li i {
        display: none;
    }
    .touch-device #main-menu > li i {
        display: inline-block;
        float: none;
    }
    .touch-device #main-menu > li li i {
        float: left;
        display: inline-block;
        margin-right: 8px;
        padding-top: 2px;
        text-align: left;
    }
    .touch-device #main-menu > li:first-child li i {
        float: right;
    }
    #main-menu > li:first-child,
    #main-menu > li.first {
        margin-left: 0;
    }
    #main-menu > li:last-child,
    #main-menu > li.last {
        margin-right: 0;
    }
    #main-menu > li > a,
    #main-menu > li.sectionheader span {
        padding: 0 6px 0 10px;
        line-height: 37px;
        font-size: 1em;
    }
    #main-menu > li.parent:hover > a,
    #main-menu > li.sectionheader.parent:hover > span,
    #main-menu > li.parent.active > a,
    #main-menu > li.parent.active > span {
        color: #fff;
        background-color: #555;
        background-color: rgba(85, 85, 85, .95);
    }
    #main-menu > li > ul,
    #main-menu > li > ul > li > ul {
        display: block;
        width: 260px;
    }
    #main-menu > li:hover > ul,
    #main-menu > li.active > ul,
    #main-menu > li > ul > li:hover > ul,
    #main-menu > li > ul > li.active > ul {
        height: auto;
        position: absolute;
        z-index: 9999;
        top: 37px;
        right: 0;
        left: auto;
        display: block;
        border-radius: 3px;
    }
    #main-menu > li:first-child:hover > ul,
    #main-menu > li:first-child.active > ul {
        right: auto;
        left: 0;
    }
    #main-menu > li > ul > li {
        position: relative;
        line-height: 1;
        margin: 0;
        padding-left: 10px;
    }
    #main-menu > li:first-child > ul > li {
        padding-right: 10px;
        padding-left: 0;
    }
    #main-menu > li > ul > li > a,
    #main-menu > li > ul > li.sectionheader > span,
    #main-menu > li > ul > li > ul > li > a,
    #main-menu > li > ul > li > ul > li.sectionheader > span {
        color: #fff;
        display: block;
        text-transform: none;
        line-height: 1.2;
        border-bottom: 1px dotted #858585;
        background-color: #555;
        background-color: rgba(90, 90, 90, .98);
        padding: 8px 12px;
        font-size: .875em;
        text-decoration: none;
    }
    #main-menu > li > ul > li.current > a,
    #main-menu > li > ul > li.current.sectionheader > span,
    #main-menu > li > ul > li > ul > li.current > a,
    #main-menu > li > ul > ul > li > li.current.sectionheader > span {
        color: #d1ebfb;
    }
    #main-menu > li > ul > li:hover > ul,
    #main-menu > li > ul > li.active > ul {
        width: 250px;
        height: auto;
        top: 0;
        right: auto;
        left: -250px;
    }
    #main-menu > li:first-child > ul > li:hover > ul,
    #main-menu > li:first-child > ul > li.active > ul {
        left: auto;
        right: -250px;
    }
    .lt-ie9 #main-menu > li > ul > li:hover > ul,
    .lt-ie9 #main-menu > li > ul > li.active > ul {
        left: -247px;
    }
    #main-menu > li > ul > li:hover > ul:after,
    #main-menu > li > ul > li.active > ul:after {
        content: ' ';
        width: 0px;
        height: 0px;
        border-style: solid;
        border-width: 7px 0 7px 6px;
        border-color: transparent transparent transparent #555;
        border-color: transparent transparent transparent rgba(85, 85, 85, .95);
        position: absolute;
        right: -6px;
        top: 12px;
    }
    .lt-ie9 #main-menu > li:first-child > ul > li:hover > ul,
    .lt-ie9 #main-menu > li:first-child > ul > li.active > ul {
        left: auto;
        right: -247px;
    }
    #main-menu > li:first-child > ul > li:hover > ul:after,
    #main-menu > li:first-child > ul > li.active > ul:after {
        left: -10px;
        right: auto;
    }
    #main-menu li ul li a:hover,
    #main-menu li ul li span.sectionheader:hover {
        box-shadow: 0 0 5px rgba(85, 85, 85, .9);
        z-index: 2px;
    }
    #main-menu > ul > li:last-child > a,
    #main-menu > ul > li.sectionheader:last-child > span,
    #main-menu > ul > li > ul > li:last-child > a,
    #main-menu > ul > li > ul > li.sectionheader:last-child > span {
        border-bottom: none;
    }
    .header-bottom {
        height: 55px;
        line-height: 55px;
        padding: 8px 0;
    }
    .phrase-text {
        text-align: left;
    }
    input.search-input {
        height: 17px;
        line-height: 17px;
        width: 100%;
        max-width: 320px;
    }
    input.search-input:focus {
        max-width: 90%;
    }
    a.printbutton {
        display: block;
        padding-left: 6px;
        width: 16px;
        height: 16px;
        float: right;
        text-decoration: none;
        color: #555;
        background-color: #fff;
        z-index: 1;
        position: relative;
    }
    a.printbutton i {
        display: inline-block;
        -webkit-transform: rotateY(0deg);
        -moz-transform: rotateY(0deg);
        -ms-transform: rotateY(0deg);
        -o-transform: rotateY(0deg);
        transform: rotateY(0deg);
        -webkit-transition: -webkit-transform 250ms ease-out 0s;
        -moz-transition: -moz-transform 250ms ease-out 0s;
        -o-transition: -o-transform 250ms ease-out 0s;
        transition: transform 250ms ease-out 0s;
    }
    a.printbutton:hover {
        color: #d1ebfb;
    }
    a.printbutton:hover i {
        -webkit-transform: rotateY(360deg);
        -moz-transform: rotateY(180deg);
        -ms-transform: rotateY(360deg);
        -o-transform: rotateY(360deg);
        transform: rotateY(360deg);
    }
    .footer ul.social {
        text-align: left;
    }
    .footer .social li a i {
        display: inline-block;
        -webkit-transform: rotateY(0deg);
        -moz-transform: rotateY(0deg);
        -ms-transform: rotateY(0deg);
        -o-transform: rotateY(0deg);
        transform: rotateY(0deg);
        -webkit-transition: -webkit-transform 250ms ease-out 0s;
        -moz-transition: -moz-transform 250ms ease-out 0s;
        -ms-transition: -moz-transform 250ms ease-out 0s;
        -o-transition: -o-transform 250ms ease-out 0s;
        transition: transform 250ms ease-out 0s;
    }
    .footer .social li a:hover i {
        -webkit-transform: rotateY(360deg);
        -moz-transform: rotateY(180deg);
        -ms-transform: rotateY(360deg);
        -o-transform: rotateY(360deg);
        transform: rotateY(360deg);
    }
    .footer-navigation {
        border-bottom: none;
    }
    #footer-menu > li {
        float: left;
        display: block;
        position: relative;
        margin-left: 3.8%;
        width: 30.75%;
    }
    #footer-menu > li:first-child {
        margin-left: 0;
    }
}
@media only screen and (max-width: 780px) {
    .search {
        margin-top: 15px;
    }
    input.search-input {
        width: 100%;
        max-width: 100%;
        float: left;
    }
    input.search-input:focus {
        max-width: none;
    }
    .header-bottom {
        padding-top: 20px;
        text-align: center;
        line-height: inherit;
        padding: 20px 0;
    }
}
@media only screen and (min-width: 940px) and (max-width: 1110px) {
    /*#main-menu > li {margin: 0;}#main-menu > li > a,#main-menu > li.sectionheader span {padding: 0 6px;}*/
}
@media only screen and (min-width: 768px) and (max-width: 1050px) {
    */.row nav.main-navigation {
        height: auto;
        float: none;
        display: block;
        margin-left: 0;
        width: 100%;
        clear: left;
    }
    #main-menu {
        margin-top: 15px;
        margin-bottom: 15px;
        border-bottom: 1px solid #f1f1f1;
        float: none;
        display: block;
    }
    #main-menu > li {
        margin: 0;
        bottom: -1px;
        text-align: center;
        border-bottom: 1px solid #f1f1f1;
        border-right: 1px solid #f1f1f1;
        border-top: 1px solid #f1f1f1;
    }
    #main-menu > li.current {
        border-bottom-color: #fff;
        border-top-color: #d1ebfb;
    }
    #main-menu > li.current > a {
        border-top: 1px solid #d1ebfb;
        line-height: 45px;
    }
    #main-menu > li:first-child {
        border-left: 1px solid #f1f1f1;
    }
    #main-menu > li > a,
    #main-menu > li > span {
        line-height: 46px;
        padding-left: 12px;
        padding-right: 6px;
    }
    #main-menu > li:hover > ul,
    #main-menu > li.active > ul {
        top: 45px;
    }
    */.header-bottom {
        height: auto;
    }
    .row .seven-col.phrase-text,
    .row .five-col.search {
        display: block;
        float: none;
        width: 100%;
        margin-left: 0;
        text-align: center;
    }
}
@-ms-viewport {
    width: device-width;
}
@-o-viewport {
    width: device-width;
}
@-moz-viewport {
    width: device-width;
}
@-webkit-viewport {
    width: device-width;
}
@viewport {
    width: device-width;
}
/* cmsms stylesheet: Simplex Slideshow modified: 10/12/16 17:29:22 */

.banner {
    background: #fefefe;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZlZmVmZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQ3JSIgc3RvcC1jb2xvcj0iI2YxZjFmMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlOWU5ZTkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #fefefe 0%, #f1f1f1 47%, #e9e9e9 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fefefe), color-stop(47%, #f1f1f1), color-stop(100%, #e9e9e9));
    background: -webkit-linear-gradient(top, #fefefe 0%, #f1f1f1 47%, #e9e9e9 100%);
    background: -o-linear-gradient(top, #fefefe 0%, #f1f1f1 47%, #e9e9e9 100%);
    background: -ms-linear-gradient(top, #fefefe 0%, #f1f1f1 47%, #e9e9e9 100%);
    background: linear-gradient(to bottom, #fefefe 0%, #f1f1f1 47%, #e9e9e9 100%);
}
.lt-ie9 .banner {
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#e9e9e9', GradientType=0);
}
#sx-slides {
    position: relative;
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
    position: relative;
    height: 380px;
}
#sx-slides > .sequence-canvas {
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
}
#sx-slides > .sequence-canvas > li {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    top: -50%;
}
#sx-slides > .sequence-canvas > li img {
    height: 96%;
}
#sx-slides > .sequence-canvas li > * {
    position: absolute;
    -webkit-transition-property: left, bottom, right, top, -webkit-transform, opacity;
    -moz-transition-property: left, bottom, right, top, -moz-opacity;
    -ms-transition-property: left, bottom, right, top, -ms-opacity;
    -o-transition-property: left, bottom, right, top, -o-opacity;
    transition-property: left, bottom, right, top, transform, opacity;
}
#sx-slides .title {
    color: #d1ebfb;
    font-size: 2.25em;
    line-height: 1.1;
    font-weight: 700;
    left: 65%;
    opacity: 0;
    bottom: 22%;
    z-index: 50;
    margin-top: 0;
}
#sx-slides .animate-in .title {
    left: 12%;
    opacity: 1;
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    -ms-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
    transition-duration: 0.8s;
}
#sx-slides .animate-out .title {
    left: 35%;
    opacity: 0;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -ms-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
#sx-slides .subtitle {
    margin-top: 0;
    z-index: 5;
    color: #555;
    font-family: 'Oswald', Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    font-weight: 700;
    font-size: 1.8125em;
    left: 35%;
    opacity: 0;
    top: 72%;
}
#sx-slides .animate-in .subtitle {
    left: 20%;
    opacity: 1;
    -webkit-transition-duration: 1.3s;
    -moz-transition-duration: 1.3s;
    -ms-transition-duration: 1.3s;
    -o-transition-duration: 1.3s;
    transition-duration: 1.3s;
}
#sx-slides .animate-out .subtitle {
    left: 65%;
    opacity: 0;
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    -ms-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
    transition-duration: 0.8s;
}
#sx-slides .image {
    left: -10px;
    position: absolute;
    bottom: 800px;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
    max-width: 70%;
    height: auto !important;
    max-height: 275px !important;
}
#sx-slides .animate-in .image {
    left: 14%;
    bottom: -49%;
    opacity: 1;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition-duration: 2s;
    -moz-transition-duration: 2s;
    -ms-transition-duration: 2s;
    -o-transition-duration: 2s;
    transition-duration: 2s;
}
#sx-slides .animate-out .image {
    left: -10px;
    bottom: -800px;
    opacity: 0;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transition-duration: 1s;
    -moz-transition-duration: 1s;
    -ms-transition-duration: 1s;
    -o-transition-duration: 1s;
    transition-duration: 1s;
}
@media only screen and (min-width: 768px) {
    #sx-slides .title {
        font-size: 3em;
    }
    #sx-slides .animate-in .title {
        left: 3%;
    }
    #sx-slides .subtitle {
        font-size: 2.5em;
    }
    #sx-slides .animate-in .subtitle {
        left: 8%;
    }
    #sx-slides .image {
        left: auto;
        right: -10px;
        position: absolute;
        max-width: 70%;
        height: auto !important;
        max-height: 300px !important;
    }
    #sx-slides .animate-in .image {
        left: auto;
        right: 5%;
        bottom: -45%;
    }
    #sx-slides .animate-out .image {
        left: auto;
        bottom: -800px;
    }
}
@media only screen and (min-width: 1050px) {
    #sx-slides {
        height: 440px;
    }
    #sx-slides .title {
        font-size: 3.25em;
        bottom: 15%;
    }
    #sx-slides .animate-in .title {
        left: 8%;
    }
    #sx-slides .subtitle {
        font-size: 2.875em;
        top: 78%
    }
    #sx-slides .animate-in .subtitle {
        left: 12%;
    }
    #sx-slides .image {
        max-width: 90%;
        height: auto !important;
        max-height: 400px !important;
    }
}