.release-2_10_0 {
    max-width: 100%;
    overflow-x: hidden;
}

/**********************
 * Piwgo website font *
 **********************/

* {
    font-family: 'Open Sans', sans-serif;
    -moz-osx-font-smoothing: grayscale;
}

/*************************
 * My Bootstrap Elements *
 *************************/

/* Bootstrap 5 elements in columns - new classes */

.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.col-xs-15 {
    width: 20%;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-15 {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: left;
    }
}

.popover {
    max-width: 500px;
}

.popover-title {
    font-size: 14px !important;
    color: #FF7700;
    text-align: center;
}

.bold {
    font-weight: bold;
}

.text-white {
    color: #FFFFFF;
}

.equal {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
}

.container-fluide-shadow {
    box-shadow: 0px 3px 3px 4px rgba(0, 0, 0, 0.05);
}

.container-orange {
    background-color: #FF7700;
    height: 5px;
}

.container-grey {
    background-color: #54616F;
    height: 5px;
}

.container-red-salmon {
    background-color: #F46755;
    height: 50px;
}

/*****************************
* Piwigo header (navbar) CSS *
******************************/

.language-available {
    background-color: #5593F4;
    color: white;
    padding: 10px;
    text-align: center;
    font-size: 18px;
}

.language-available a {
    color: white;
}

.navbar {
    border: none;
    margin-top: 20px;
}

.navbar-default {
    background-color: transparent;
}

.nav>li>a {
    text-transform: uppercase;
}

.navbar-brand {
    padding-top: 0;
    /*margin-top:-6px;*/
}

.navbar-brand img {
    height: 50px;
}

.nav>li>a.pwg-navbar-button-demo {
    text-transform: none;
    float: left;
}

.pwg-navbar-button-demo span {
    border: 1px solid #ff7700;
    transition: background-color 0.2s ease-out;
    -webkit-transition: background-color 0.2s ease-out;
    -moz-transition: background-color 0.2s ease-out;
    padding: 15px 25px;
    text-transform: uppercase;
}

.navbar-default .navbar-nav>li>a {
    font-weight: 600;
}

@media (min-width: 991px) and (max-width:1199px) {
    .navbar-default .navbar-nav>li>a {
        font-size: 13px !important;
    }
}

.navbar-default .navbar-nav>li>a:hover {
    color: #FF7700;
}

.navbar-default .navbar-nav>li>a.pwg-navbar-button-demo {
    color: #ff7700;
    display: inline;
}

.navbar-default .navbar-nav>li>a.pwg-navbar-button-demo:hover {}

.navbar-default .navbar-nav>li.pwg-navbar-button-demo-list {
    border: none;
}

.pwg-navbar-button-demo span:hover {
    background-color: #ff7700;
    color: #ffffff;
}

.nav>li>a.pwg-navbar-button-get-piwigo {
    text-transform: none;
}

.pwg-navbar-button-get-piwigo span {
    background-color: #ff7700;
    padding: 15px 25px;
    border: 1px solid #ff7700;
    text-transform: uppercase;
}

.navbar-default .navbar-nav>li>a.pwg-navbar-button-get-piwigo {
    color: #ffffff;
    display: inline-block;
}

.pwg-navbar-button-piwigo span:hover {
    background-color: #ff7700;
    color: #ffffff;
}

.navbar .glyphicon-home:before {
    font-size: 12px;
}

.glyphicon-fire:before {
    padding: 5px;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
    color: #ff7700;
    background-color: transparent;
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover {
    color: #ff7700;
    background-color: transparent;
}

.navbar-default .navbar-nav>li>a>span.glyphicon {
    display: none;
}

.navbar-default .navbar-nav>li>a>i.icon-puzzle {
    display: none;
}

@media (max-width: 1200px) {
    .navbar-brand img {
        height: 40px;
    }

    .nav>li>a {
        padding: 15px 10px;
    }
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #FF7700;
}

.navbar-default .navbar-toggle {
    background-color: #FFFFFF;
    border: 1px solid #FF7700;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: #FFFFFF;
}

.dropdown-menu {
    padding: 0 0;
}

.dropdown-menu>li>a {
    color: #777;
    padding-top: 13px;
    padding-bottom: 13px;
    font-weight: 600;
}

.dropdown-menu>li:focus>a,
.dropdown-menu>li:hover>a {
    color: #FF7700;
}

.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover {
    background-color: transparent;
}

.dropdown-menu {
    left: 50% !important;
    margin-left: -79px;
}

.dropdown-menu li {
    padding: 0px 0;
}

.dropdown-menu:before {
    position: absolute;
    top: -7px;
    left: 72px;
    display: inline-block;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #ccc;
    border-left: 7px solid transparent;
    border-bottom-color: rgba(0, 0, 0, 0.2);
    content: '';
}

.dropdown-menu:after {
    position: absolute;
    top: -6px;
    left: 73px;
    display: inline-block;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #ffffff;
    border-left: 6px solid transparent;
    content: '';
}

@media (min-width: 992px) and (max-width: 1199px) {
    .navbar-brand {
        margin-top: 0px;
        padding-top: 5px;
    }
}

/* Boostrap change Navbar collapse sooner than 768px */

@media (min-width: 768px) and (max-width: 991px) {
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .navbar-nav .open .dropdown-menu>li>a,
    .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 15px 15px 15px 25px;
    }

    .navbar-nav .open .dropdown-menu>li>a {
        line-height: 20px;
    }

    .navbar-nav .open .dropdown-menu>li>a:hover,
    .navbar-nav .open .dropdown-menu>li>a:focus {
        background-image: none;
    }

    .navbar-right .dropdown-menu {
        right: 0;
        left: auto;
    }

    .navbar-right .dropdown-menu-left {
        right: auto;
        left: 0;
    }

    .navbar.navbar-default .container {
        padding-right: 0px;
        padding-left: 0px;
        width: auto;
    }

    .collapse.in {
        padding-left: 0px;
    }
}

@media (max-width: 991px) {
    .navbar-brand img {
        height: 50px;
        margin-left: 15px;
    }

    .navbar-default .navbar-nav>li.navbar-btn {
        border: none;
    }

    .navbar-default .navbar-nav>li.navbar-btn a {
        float: left;
    }

    .navbar-header {
        float: none;
    }

    .navbar {
        margin-top: 0px;
        margin-bottom: 0px;
    }

    .navbar-left,
    .navbar-right {
        float: none !important;
    }

    .navbar-brand {
        float: none;
        margin-top: 5px;
    }

    .navbar-toggle {
        display: block;
    }

    .navbar-default .navbar-toggle {
        margin-top: 29px;
    }

    .pwg-navbar-button {
        text-align: center;
    }

    .navbar-default .navbar-nav>li>a.pwg-navbar-button-demo {
        color: #ff7700;
        float: none;
        display: inline-block;
        margin: 0 5px;
        margin-top: 40px;
        margin-bottom: 40px;
    }

    .navbar-default .navbar-nav>li.pwg-navbar-button {
        border: none;
    }

    .navbar-default .navbar-nav>li>a.pwg-navbar-button-get-piwigo {
        color: #ffffff;
        float: none;
        display: inline-block;
        margin: 0 5px;
        margin-top: 40px;
        margin-bottom: 40px;
    }

    .navbar-default .navbar-nav .open .dropdown-menu>li>a {
        padding-left: 45px;
        letter-spacing: 1px;
        text-transform: uppercase;
    }

    .pwg-navbar-button-get-piwigo span {
        background-color: #ff7700;
        padding: 10px 30px;
    }

    .pwg-navbar-button-demo span {
        padding: 10px 30px;
    }

    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    }

    .nav.navbar-nav.navbar-right {
        margin-bottom: 0px;
    }

    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }

    .navbar-collapse.collapse {
        display: none !important;
    }

    .navbar-nav {
        float: none !important;
        margin-top: 0px;
        margin-bottom: 0px;
    }

    .navbar-nav>li {
        float: none;
    }

    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .collapse.in {
        display: block !important;
    }

    .navbar-default .navbar-nav>li {
        border-bottom: 1px solid #E7E7E7;
    }

    .navbar-default .navbar-nav>li>a>span.glyphicon {
        display: inline;
        margin-left: 3px;
        margin-right: 3px;
    }

    .navbar-default .navbar-nav>li>a>i.icon-puzzle {
        display: inline;
        margin-right: 3px;
    }

    .dropdown-menu {
        left: 0% !important;
        margin-left: 0px;
        padding: 0 0;
    }

    .dropdown-menu li:focus,
    .dropdown-menu li:hover {
        background-color: #FF7700 !important;
    }

    .dropdown-menu>li:focus>a,
    .dropdown-menu>li:hover>a {
        color: white !important;
    }

    .dropdown-menu>li>a:focus,
    .dropdown-menu>li>a:hover {
        background-color: transparent !important;
    }

    .dropdown-menu:before {
        top: 0px;
        left: 0px;
        display: none;
        border: none;
    }

    .dropdown-menu:after {
        top: 0px;
        left: 0px;
        display: none;
        border: none;
    }
}

/* -------------- */
/* section banner */
/* -------------- */

.pwg-banner {
    position: relative;
    background-size: cover;
    background-position: bottom center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    padding-top: 5%;
    padding-bottom: 52%;
    padding: 30px 0;
    overflow-x: hidden;
}

.pwg-banner .pwg-tagline {
    padding: 0;
    padding-left: 15px;
}

.pwg-banner .pwg-tagline h1 {
    margin-top: 20px;
    font-size: 56px;
    font-weight: 900;
    text-align: left;
    color: #3c3c3c;
    line-height: 76px;
    transition: all 1s;
}

.pwg-banner .pwg-tagline p {
    color: #7e7e7e;
    margin-top: 40px;
    font-weight: 700;
    line-height: 28px;
    transition: all 1s;
    text-align: left;
}

#homepage-intro-para {
    font-size: 20px;
}

.get-piwigo-button p {
    font-size: 14px;
    font-weight: 400;
    display: inline;
}

.get-piwigo-button i {
    margin-left: 10px;
    margin-right: 5px;
}

.pwg-banner .btn,
.get-started .btn {
    width: auto;
    max-width: 300px;
    background-color: #ff7700;
    border: none;
    border-radius: 0;
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1px;
    ;
    padding: 15px 25px;
    transition: all 0.2s;
    text-transform: uppercase;
}

.pwg-banner .btn:hover,
.pwg-banner .btn:focus,
.pwg-banner .btn:active {
    color: #ffffff;
    background-color: #ff7700;
    box-shadow: 3px 3px 6px #bbb;
}

.get-piwigo-button {
    padding: 0;
    text-align: left;
}

.pwg-banner .pwg-activities {
    text-align: center;
    font-size: 1em;
    margin-top: 20px;
    padding: 0 15px;
    font-weight: 700;
    display: inline-block;
}

.pwg-banner .pwg-activities a {
    color: #7E7E7E;
    text-decoration: none;
}

/* .pwg-banner .pwg-activities a span:hover{
    text-decoration:underline;
} */

.pwg-banner .pwg-activities>* {
    display: inline-block;
    vertical-align: middle;
}

.pwg-banner .pwg-activities a span {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 200px;
    display: block;

}

.latest-activites .icon-tag,
.pwg-banner .release-date span,
.pwg-banner .release-date a:hover {
    color: #6CADD9;
}

.latest-activites .icon-megaphone,
.pwg-banner .latest-news span,
.pwg-banner .latest-news a:hover {
    color: #7E64D0;
}

.latest-activites .icon-code-branch,
.pwg-banner .latest-code-change span,
.pwg-banner .latest-code-change a:hover {
    color: #6ECE5E;
}

.pwg-banner .release-date span {
    background-color: #ebf5ff;
}

.pwg-banner .latest-news span {
    background-color: #E0DAF4;
}

.pwg-banner .latest-code-change span {
    background-color: #d6ffcf;
}

.pwg-banner .release-date span,
.pwg-banner .latest-news span,
.pwg-banner .latest-code-change span {
    padding: 5px 10px;
    border-radius: 25px;
    margin-left: 10px;
    font-size: 13px;
    font-weight: 700;
}

.pwg-banner .pwg-news {
    color: #FFFFFF;
    text-align: center;
    border: 1px solid #3EA9F5;
    border-radius: 75px 0px 0px 75px;
    background-color: #3EA9F5;
}

.pwg-banner .pwg-version {
    color: #3EA9F5;
    text-align: center;
    border: 1px solid #3EA9F5;
    border-radius: 0px 75px 75px 0px;
    background-color: #FFFFFF;
}

.pwg-banner .responsive-image img {
    width: 160%;
}

.not-visible {
    display: none;
}

.visible {
    display: block;
}

.pwg-banner .container {
    position: relative;
}

.latest-activites {
    text-align: center;
    margin: 40px 0;
}

.latest-activites p {
    display: inline-block;
}


@media (min-width: 1200px) {
    .get-piwigo-button {
        margin-top: 40px;
        margin-left: 0;
    }
}

@media (max-width: 1199px) {
    .pwg-banner .responsive-image img {
        width: 200%;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .pwg-version span {
        font-size: 12px;
    }

    .get-piwigo-button {
        margin: 30px 0;
    }
}

@media (max-width: 991px) {
    .pwg-banner .responsive-image img {
        width: 100% !important;
        padding-top: 30px;
    }

    .get-piwigo-button {
        text-align: center;
        margin-left: 0;
    }

    .pwg-version span {
        font-size: 10px;
    }

    .pwg-banner {
        text-align: center;
        position: relative;
        background-repeat: no-repeat;
        width: 100%;
        height: 100%;
        padding-bottom: 40px;
        padding-left: 10px;
        padding-right: 10px;
    }

    .pwg-banner .pwg-tagline h1 {
        text-align: center;
        font-size: 30px;
        font-weight: 700;
        line-height: 50px;
        margin-bottom: 40px;
    }

    .pwg-banner .btn {
        margin-top: 20px;
        font-size: 14px;
        padding: 15px 25px;
        transition: all 0.2s;
        font-weight: 700;
        text-transform: uppercase;
    }

    .pwg-banner .pwg-tagline p {
        text-align: center;
    }

    .pwg-tagline .get-piwigo-button {
        text-align: center;
    }

    .not-visible {
        display: block;
    }

    .visible {
        display: none;
    }

    .btn-refresh {
        display: none;
    }

    .pwg-banner .pwg-tagline p:last-child {
        padding: 15px;
        display: block;
    }

    .visible {
        display: none;
    }

    .btn-refresh {
        display: none;
    }

    .pwg-banner .get-piwigo-button p {
        margin-top: 30px;
    }

}

@media (max-width: 767px) {
    .pwg-banner .pwg-tagline p {
        font-size: 16px;
    }

    .pwg-banner .pwg-tagline h1 {
        font-weight: 900;
        line-height: 40px;
        text-align: center;
    }
}

/*******************
* Piwigo index CSS *
********************/

/* Organization subscribed to piwigo */

h2 {
    text-align: center;
    margin: 30px 0px;
    color: #3c3c3c;
    font-size: 40px;
    font-weight: 900;
}

.container-organization h3,
.container-piwigo-users h3 {
    font-size: 20px;
    margin-top: 27px;
    letter-spacing: 1px;
    text-align: center;
    font-weight: 900;
}

.carousel-inner>.item {
    text-align: center;
}

#carousel-example-generic img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-height: 150px;
    width: 90%;
    object-fit: contain;

}

#carousel-example-generic .center-block {
    position: relative;
    height: 150px;
    padding: 0 30px;
}

.carousel-indicators {
    position: relative;
    bottom: unset;
    left: unset;
    z-index: 15;
    width: auto;
    padding-left: 0;
    margin-left: 0;
    text-align: center;
    list-style: none;
    padding-top: 20px;
    margin-bottom: 0;
}

.carousel-indicators .active {
    background-color: #ff7700;
    border: none;
}

.carousel-indicators li {
    background-color: #eb8400;
    border: none;
}

.container-organization {
    background-color: #E0DAF4;
}

.container-piwigo-users {
    background-color: #FFEACF;
}

.container-piwigo-users h3 {
    color: #eb8400;
    padding: 30px 0;
    margin-top: 50px;
}

.border-colors {
    width: 100%;
    height: auto;
}

.organization-content {
    padding: 5px 40px 40px 40px;
}

.organization-content img {
    width: 100%;
    height: auto;
    max-height: auto;
    max-width: 200px;
    margin-bottom: 10px;
    margin-top: 10px;
    vertical-align: text-bottom;
}

.organization-content img.logo-federation-francaise-natation {
    max-width: 150px;
}

.helper {
    display: inline-block;
    height: 100%;
    vertical-align: text-bottom;
}

/* piwigo fact - know more about piwigo */

.fact-content,
.take-control {
    padding: 50px;
    padding-bottom: 80px;
}

.fact-content img {
    max-width: 80%;
}

.fact-content h2,
.take-control h2 {
    margin-top: 0;
    margin-bottom: 50px;
}

.take-control h2 {
    color: #5a2b90;
}

.fact-content h3 {
    color: #000000;
    font-size: 20px;
    font-weight: bold;
    margin: 15px 0;
}

.fact-content p {
    padding: 0 20px;
    font-size: 16px;
    line-height: 1.75em;
    margin-top: 20px;
    color: #3c3c3c;
    margin-bottom: 0;
    font-weight: 700;
}

.homepage-batch-manager-image {
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
}

.homepage-batch-manager-image img {
    width: 100%;
    height: auto;
    margin-bottom: 50px;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
}

.btn-know-content {
    margin-bottom: 50px;
}

.btn-know-content a {
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 1px;
}

.btn-discover-features {
    border: 2px solid #5a2b90;
    border-radius: 0;
    padding: 15px;
    color: #5a2b90;
}

.btn-discover-features:hover {
    background-color: #5a2b90;
    color: white;
    box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.10);
}

/* Who are our users - different type of users */

.container-home-users {
    padding: 50px;
    padding-bottom: 20px;
}

.container-home-users h2 {
    margin-top: 0;
    margin-bottom: 50px;
    padding: 40px 0;
}

.container-home-users img {
    max-width: 100%;
}

.piwigo-individual,
.piwigo-professional,
.piwigo-organization,
.piwigo-arrow {
    margin-bottom: 100px;
}

.piwigo-individual h3,
.piwigo-professional h3,
.piwigo-organization h3 {
    margin-top: 0;
    font-size: 16px;
    font-weight: 700 !important;
    font-weight: normal;
    color: #666;
    line-height: 40px;
}

.piwigo-arrow img {
    width: 100%;
    height: auto;
    max-height: 75px;
    margin-top: 125px;
    transition: transform 1s;
    -webkit-transition: transform 1s;
    -moz-transition: transform 1s;
}

@media (max-width: 991px) {
    .piwigo-arrow img {
        margin-top: 0px;
        max-height: 30px;
        transform: rotate(90deg);
    }

    .piwigo-professional img,
    .piwigo-organization img,
    .piwigo-individual img {
        margin-top: 0px;
    }

    .piwigo-individual p,
    .piwigo-professional p,
    .piwigo-organization p {
        font-size: 16px;
        font-weight: bold;
    }

    .piwigo-individual,
    .piwigo-professional,
    .piwigo-organization,
    .piwigo-arrow {
        margin-bottom: 20px;
    }
}

.content-advice-box {
    box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.7);
    padding: 40px;
    font-size: 16px;
    border-radius: 10px;
    background: linear-gradient(135deg, rgba(25, 19, 72, 0.5) 0%, rgba(11, 8, 31, 1) 100%);
    margin: 60px 15px 40px;
    padding-top: 20px;
    text-align: left;
}

.content-advice-box a {
    color: #0DB4BC;
}

.testimonials_badges {
    text-align: right;
    margin-top: 20px;
}

.testimonials_badges span {
    padding: 5px 10px;
    border-radius: 25px;
    margin-left: 10px;
    font-size: 12px;
    font-weight: 700;
    background-color: #92f7f8;
}

.home-quotes {
    width: 70px;
    margin-top: -66px;
}


.jelly-fish {
    text-align: center;
    position: relative;
    background-image: url(../images/home/jelly-fish.jpg);
    background-size: cover;
    background-position: center;
}

.row-advice {
    padding: 40px 0;
}

.row-advice h2 {
    font-size: 40px;
    color: white;
    padding: 0;
    font-weight: 900;
    margin: 40px 0 40px 0;
    text-shadow: 1px 1px 2px black;
}

@media (max-width: 991px) {
    .content-advice-box {
        margin: 40px 20px;
    }
}

.user-advice {
    color: white;
    text-align: left;
    font-size: 18px;
    font-weight: 600;
}

.user-advice-name {
    text-align: right;
    margin: 26px 5px 0 0;
    color: white;
}

/* Piwigo gallery showcases */

.container-showcase {
    padding-top: 80px;
    padding-bottom: 80px !important;
}

.container-showcase h2 {
    margin-bottom: 80px;
}

@media (max-width: 991px) {
    .container-showcase {
        padding-top: 0px;
    }
}

.showcase {
    box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.10);
}

@media (max-width: 991px) {
    .showcase {
        margin-top: 20px;
        margin-bottom: 20px;
    }
}

.showcase img {
    width: 100%;
    height: auto;
}

.showcases-home {
    align-items: baseline;
    display: flex;
}

.showcase-button .btn-view-more-showcases,
.btn-know-more,
.users-button .btn-view-more-users {
    border-radius: 0px;
    border: 2px solid #FF7700;
    color: #FF7700;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
    padding-right: 15px;
    background-color: white;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 1px;
}

.users-button .btn-view-more-users {
    background-color: transparent;
    margin-top: 80px;
    margin-bottom: 50px;
}

.testimonials-button .btn-view-more-testimonials {
    border: 2px solid #92f7f8;
    color: #92f7f8;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
    padding-right: 15px;
    background-color: transparent;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 1px;
    margin-bottom: 40px;
    margin-top: 40px;
}

.testimonials-button .btn-view-more-testimonials:hover {
    background-color: rgba(11, 8, 31, 1);
    border: 2px solid rgba(11, 8, 31, 1);
    color: #FFFFFF;
    box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.10);
}


.showcase-button {
    text-align: right;
}

.showcase-button .btn-view-more-showcases:hover,
.showcase-button .btn-view-more-showcases:focus,
.btn-know-more:hover,
.btn-know-more:focus,
.users-button .btn-view-more-users:hover {
    background-color: #FF7700;
    color: #FFFFFF;
    box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.10);
}

.showcase-button p,
.btn-know-more p {
    margin: 5px;
    text-align: center;
    color: #FF7700;
}

.btn-refresh {
    text-align: left;
    padding-right: 34px;

}

.btn-refresh img {
    height: 55px;
    cursor: pointer;
}

.showcase-refresh {
    margin-top: 80px;
}

@media (max-width: 991px) {

    .showcase-button,
    .btn-refresh {
        text-align: center;
    }

    .btn-refresh {
        padding-top: 40px;
    }
}

/* Feature section */

.feature-content {
    padding: 0 40px;
}

.feature-content a {
    color: black;
    font-size: 20px;
    padding-top: 20px;
    text-decoration: none;
    transition: font-size 1s, color 0.2s;
}

.feature-content p {
    color: #3c3c3c;
    font-weight: 700;
    font-size: 20px;
    padding-top: 20px;
    padding-bottom: 0;
}

.feature-content a:hover {
    color: #FF7700;
}

.feature-content img {
    max-width: 100%;
}

@media (max-width: 991px) {
    .feature-content {
        padding: 0 15px;
    }
}

@media (max-width: 550px) {
    .feature-content p {
        font-size: 20px;
        padding-top: 15px;
        margin-bottom: 35px;
    }

    .feature-content img {
        max-width: 60%;
    }
}

@media (max-width: 320px) {
    .feature-content a {
        font-size: 14px;
    }
}

/* Get started */

.get-started {
    background-color: #F8F8F8;
    padding-top: 50px;
    padding-bottom: 80px;
}

.get-started h1 {
    color: #FF7700;
}

.get-started h2 {
    color: #3c3c3c;
    font-size: 40px;
    font-weight: 900;
}

.get-started p {
    font-size: 16px;
    font-weight: 700;
    color: #7e7e7e;
    margin-bottom: 30px;
}


.get-started a:hover,
.get-started a:active,
.get-started a:focus {
    color: #FFFFFF;
    background-color: #FF7700;
    box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.10);
}


@media (max-width: 991px) {

    .fact-content h2,
    .container-showcase h2,
    .jelly-fish h2,
    .take-control h2,
    .container-piwigo-users h3,
    .get-started h2 {
        font-size: 25px;
        line-height: 2;
    }

    .container-showcase h2 {
        margin-bottom: 40px !important;
        margin-top: 40px;
        padding: 0 15px;
    }
}

@media (max-width: 400px) {

    .fact-content h2,
    .container-showcase h2,
    .jelly-fish h2,
    .take-control h2,
    .container-piwigo-users h3,
    .get-started h2 {
        font-size: 20px;
        line-height: 2;
    }

    .fact-content h2,
    .take-control h2 {
        margin-bottom: 40px;
    }
}

.get-started.users-page {
    margin-top: 40px;
}

/***********************
 * Piwigo download CSS *
 ***********************/

.get-piwigo {
    background-color: #f2f2f2;
    width: 100%;
    padding-bottom: 30px;
}

.get-piwigo h1 {
    text-align: center;
    margin: 30px 0px;
    color: #3c3c3c;
    font-size: 40px;
    font-weight: 900;
}

.get-piwigo .get-piwigo-text-intro,
.piwigo-mobile-apps p {
    text-align: center;
    color: black;
    color: #7e7e7e;
    font-size: 20px;
    margin-top: 40px;
    font-weight: 700;
    line-height: 28px;
    transition: all 1s;
}

.get-piwigo .cloud {
    height: 200px;
    overflow: hidden;
}

.get-piwigo .cloud img {
    width: 75%;
    height: auto;
    margin-top: -10px;
}

@media (max-width: 991px) {
    .get-piwigo .cloud {
        display: none;
    }
}

.get-piwigo-intro-wave {
    width: 100%;
    overflow-x: hidden;
    display: block;
    height: auto;
}

.row-download-piwigo p {
    font-size: 16px;
    margin-top: 30px;
    font-weight: 700;
    line-height: 28px;
    transition: all 1s;
    padding: 0 30px;
    margin-bottom: 0;
}

/* Content box */

.self-hosted-piwigo,
.cloud-hosted-piwigo {
    box-shadow: 5px 5px 15px 0px rgba(0, 0, 0, 0.10);
    padding-left: 15px;
    padding-right: 15px;
    height: auto;
    padding-bottom: 30px;
}

@media (max-width: 991px) {

    .self-hosted-piwigo,
    .cloud-hosted-piwigo {
        height: auto;
    }

    .self-hosted-piwigo div.row,
    .cloud-hosted-piwigo div.row {
        padding-bottom: 30px;
    }
}

.download-piwigo {
    margin-top: -200px;
    margin-bottom: 50px;
}

@media (max-width:991px) {
    .download-piwigo {
        margin-top: -100px;
    }
}

@media (max-width:600px) {
    .download-piwigo {
        margin-top: -20px;
    }
}


/* Self hosted piwigo section */

.btn-download-piwigo a {
    border-radius: 0px;
    color: #FF7700;
    background-color: #FFFFFF;
    transition: background-color 0.2s ease-out;
    -webkit-transition: background-color 0.2s ease-out;
    -moz-transition: background-color 0.2s ease-out;
    padding: 5px 50px;
}

.btn-download-piwigo a:hover,
.btn-download-piwigo a:focus {
    color: #FFFFFF;
    background-color: #FF7700;
    box-shadow: 0 0 0;
}

.self-hosted-piwigo {
    background-color: #ffe4cc;
}

.self-hosted-piwigo h2 {
    color: #eb8400;
    text-align: center;
    margin: 30px 0px;
    font-size: 32px;
    font-weight: 900;
    padding: 35px 0 5px 0;
}

.self-hosted-piwigo p {
    color: #eb8400;
}

.btn-download-piwigo {
    padding-top: 30px;
}

.self-hosted-piwigo div.row {
    margin-top: 30px;
}

.self-hosted-piwigo div.row a {
    color: #eb8400;
    text-decoration: none;
    font-weight: 700;
}

#self-hosted-illustration {
    width: 250px;
    margin-top: 30px;
}

/* Cloud hosted piwigo section */

.cloud-hosted-piwigo {
    background-color: #ffd6e0;
}

.cloud-hosted-piwigo h2 {
    padding-top: 30px;
}

.cloud-hosted-piwigo h2 {
    color: #ff3362;
    text-align: center;
    margin: 30px 0px;
    font-size: 32px;
    font-weight: 900;
    padding: 35px 0 5px 0;
}

.cloud-hosted-piwigo p {
    color: #ff3362;
}

.btn-cloud-individual,
.btn-cloud-entreprise {
    margin-top: 25px;
    margin-bottom: 25px;
}

.cloud-hosted-piwigo div.row {
    margin-top: 30px;
}

.cloud-hosted-piwigo div.row a {
    color: #ff3362;
    text-decoration: none;
    font-weight: 700;
}

.btn-cloud-individual img,
.btn-cloud-entreprise img {
    height: 20px;
}

.btn-cloud-individual {
    text-align: right;
}

.btn-cloud-entreprise {
    text-align: left;
}

.btn-cloud-hosted-piwigo {
    padding-top: 30px;
    height: 82px;
}

.btn-cloud-hosted-piwigo a {
    border-radius: 0px;
    color: #ff3362;
    background-color: #FFFFFF;
    transition: background-color 0.2s ease-out;
    -webkit-transition: background-color 0.2s ease-out;
    -moz-transition: background-color 0.2s ease-out;
    padding: 13px 50px;
    height: 52px;
}

.btn-cloud-hosted-piwigo a:hover {
    color: #FFFFFF;
    background-color: #ff3362;

}

#cloud-hosted-illustration {
    width: 262px;
    margin-top: 30px;
}


@media(max-width: 991px) {

    .self-hosted-piwigo h2,
    .cloud-hosted-piwigo h2 {
        font-size: 22px;
        margin-bottom: 0;
    }

    .cloud-hosted-piwigo p,
    .self-hosted-piwigo p {
        font-size: 16px;
        margin-top: 0;
    }

    .btn-cloud-hosted-piwigo,
    .self-hosted-piwigo h2,
    .cloud-hosted-piwigo h2,
    .cloud-hosted-piwigo p,
    .self-hosted-piwigo p {
        padding-top: 60px;
    }
}


/* Piwigo Mobile Apps */

.piwigo-mobile-apps p {
    padding: 30px 0px;
    font-size: 18px;
}

.piwigo-mobile-apps {
    margin: 0;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
}

.piwigo-mobile-apps-container {
    position: relative;
    margin-bottom: 30px;
}

.piwigo-mobile-apps h2 {
    font-size: 36px;
    font-weight: bold;
}

.btn-applestore,
.btn-googleplay {
    text-align: center;
}

.btn-googleplay a,
.btn-applestore a {
    width: 184px;
    background-color: #FFFFFF;
    box-shadow: 5px 5px 15px 0px rgba(0, 0, 0, 0.10);
    border-radius: 0px;
}

.mobile_applications .store-buttons {
    padding-top: 50px;
}

.mobile_applications .store-buttons img {
    width: 100%;
}

@media (max-width: 991px) {
    .btn-applestore img {
        width: 100%;
        height: 50px;
    }


    .btn-googleplay img {
        width: 100%;
        height: 50px;
    }
}

@media (max-width:767px) {
    .btn-googleplay {
        margin-top: 40px;
    }
}

.btn-googleplay a:hover,
.btn-googleplay a:active,
.btn-googleplay a:focus,
.btn-applestore a:hover,
.btn-applestore a:active,
.btn-applestore a:focus {
    background-color: #FFFFFF;
}

.piwigo-phone {
    overflow: hidden;
    float: right;
    padding-left: 108px;
}

.piwigo-phone img {
    width: 100%;
    height: auto;
}

@media (max-width:991px) {
    .piwigo-mobile-apps {
        position: relative;
        top: 0;
        transform: inherit;
    }

    .piwigo-phone {
        padding: 40px;
        float: inherit;
    }
}


/***********************
 * Piwigo Features CSS *
 ***********************/

/* Feature presenting part */
.features {
    position: relative;
    margin-top: 50px;
}

.features h1 {
    margin-top: 20px;
    font-size: 56px;
    font-weight: 900;
    text-align: left;
    color: #3c3c3c;
    line-height: 76px;
    transition: all 1s;
    margin: 0;
}

.features p {
    color: #7e7e7e;
    font-size: 20px;
    margin-top: 40px;
    font-weight: 700;
    line-height: 28px;
    transition: all 1s;
    text-align: left;
}

.features p {
    padding-top: 10px;
    font-size: 18px;
}

.featuresFirstImage {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
}

.featuresFirstImage img {
    width: 70%;
}

@media (max-width: 991px) {
    .features h1 {
        font-size: 30px;
        font-weight: 900;
        line-height: 40px;
    }

    .features p {
        font-size: 16px;
        margin-top: 40px;
        text-align: left;
        padding: 0;
        line-height: normal;
    }

    #features-main-image {
        margin-top: 50px;
    }
}



/* Feature upload section */

.features-upload {
    margin-top: 100px;
}

.features-upload h2,
.row-features-geolocalisation h2 {
    font-weight: bold;
    font-size: 28px;
    color: #3c3c3c;
}

.features-upload p,
.row-features-batch-manager p {
    padding: 20px;
    font-size: 16px;
    line-height: 1.75em;
    margin-top: 20px;
    color: #3c3c3c;
    font-weight: 700;
    margin-bottom: 0;
}

.features-upload .upload-screenshot,
.features-type {
    position: relative;
}

.features-upload .upload-screenshot img {
    width: 100%;
}

.mobile-display-upload-features {
    display: none;
}

.desktop-display-upload-features {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
}

.desktop-display-upload-features img {
    width: 50px;
}

@media (max-width: 991px) {
    .features-upload {
        margin-top: 60px;
        margin-bottom: 30px;
    }

    .features-upload br {
        display: none;
    }

    .desktop-display-upload-features {
        display: none;
    }

    .mobile-display-upload-features {
        display: block;
        margin-bottom: 30px;
    }

    .mobile-display-upload-features img {
        width: 50px;

    }
}

/* Describe with Tags */

.features-tags {
    margin-top: 100px;
    margin-bottom: 100px;
}

.features-tags h1 {
    padding-top: 100px;
    padding-bottom: 20px;
    font-size: 28px;
    color: #FF7700;
}

.features-tags p {
    font-size: 18px;
    color: #3c3c3c;
}

.features-tags img {
    width: 100%;
    height: auto;
}

@media (max-width: 991px) {
    .features-tags {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .features-tags img {
        margin-bottom: 30px;
    }

    .features-tags h1 {
        padding-top: 0px;
        padding-bottom: 20px;
    }

    .features-tags br {
        display: none;
    }

    .tags-text h1 {
        padding-top: 40px;
    }
}

/* Features elements (file, calendar, lock) */

.features-third-section {
    background-color: #FFEACF;
}

.featuresPageOrganizeShareTitle h2 {
    color: #eb8400;
    text-align: center;
    margin: 30px 0px;
    font-size: 40px;
    font-weight: 900;
}

.features-file h3,
.features-calendar h3,
.features-lock h3 {
    color: #eb8400;
    text-align: center;
    margin: 30px 0px;
    font-size: 20px;
    font-weight: 900;
}

.features-file p,
.features-calendar p,
.features-lock p {
    color: #eb8400;
    padding: 20px;
    font-size: 16px;
    line-height: 1.75em;
    margin-top: 20px;
    font-weight: 700;
    margin-bottom: 0;
}


.features-elements {
    margin-top: 50px;
    margin-bottom: 50px;
}

@media (max-width: 991px) {

    .features-file,
    .features-calendar,
    .features-lock {
        margin-top: 30px;
        margin-bottom: 30px;
        text-align: center;
    }

    .features-elements {
        margin-top: 0px;
        margin-bottom: 0px;
    }

    .featuresPageOrganizeShareTitle h2 {
        font-size: 25px;
    }

    .features-file h3,
    .features-calendar h3,
    .features-lock h3 {
        margin: 15px 0;
    }

    .features-file p,
    .features-calendar p,
    .features-lock p {
        margin: 0;
        padding: 0 20px;
        padding-bottom: 80px;
    }
}

.features-file,
.features-calendar,
.features-lock {
    text-align: center;
}

.features-file img,
.features-calendar img,
.features-lock img {
    max-width: 80%;
    height: 300px;
    object-fit: contain;
}

@media(max-width:991px) {

    .features-file img,
    .features-calendar img,
    .features-lock img {
        max-width: 60%;
    }
}

/* Features Batch Manager */

.container-fluide-features-batch-manager {
    margin-top: 100px;
    margin-bottom: 100px;
    overflow: hidden;
}

.row-features-batch-manager {
    position: relative;
}

.features-batch-manager-text {
    position: absolute;
    margin: 0;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
}

.row-features-batch-manager h2 {
    font-weight: bold;
    font-size: 28px;
    color: #3c3c3c;
}

.pwg-features-batch-manager-screen {
    /*height: 260px;
    overflow: visible;*/
    margin: 0 auto;
    display: block;
    max-width: 100%;
    float: right;
}

.pwg-features-batch-manager-screen img {
    width: 100%;
    height: auto;
}

@media (max-width: 991px) {
    .container-fluide-features-batch-manager {
        margin-top: 0px;
        margin-bottom: 90px;
        overflow: hidden;
    }

    .row-features-batch-manager {
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .row-features-batch-manager h2 {
        padding-bottom: 15px;
    }

    .pwg-features-batch-manager-screen {
        height: auto;
    }

    .pwg-features-batch-manager-screen img {
        width: 100%;
        height: auto;
        margin-left: 0px;
        margin-top: 20px;
    }

    .features-batch-manager-text {
        position: relative;
        top: inherit;
        transform: inherit;
    }
}

/* Features geolocalisation */

.container-fluide-features-geolocalisation {
    margin-top: 50px;
    margin-bottom: 50px;
    position: relative;
}

.container-fluide-features-geolocalisation .container {
    position: relative;
}

.row-features-geolocalisation p {
    padding: 20px;
    font-size: 16px;
    line-height: 1.75em;
    margin-top: 20px;
    color: #3c3c3c;
    font-weight: 700;
    margin-bottom: 0;
}

.pwg-features-geolocalisation-screen {
    overflow: visible;
}

.pwg-features-geolocalisation-text-mobile {
    display: none;
}

.pwg-features-geolocalisation-text-desktop {
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
}

.pwg-features-geolocalisation-screen img {
    width: 100%;
}

@media (max-width: 991px) {
    .container-fluide-features-geolocalisation {
        margin-top: 60px;
        margin-bottom: 90px;
    }

    .row-features-geolocalisation h1 {
        padding-top: 0px;
        padding-bottom: 15px;
    }

    .pwg-features-geolocalisation-screen img {
        width: 100%;
        height: auto;
        margin-left: 0px;
    }

    .pwg-features-geolocalisation-text-mobile {
        display: block;
    }

    .pwg-features-geolocalisation-text-desktop {
        display: none;
    }
}

/* Features themes and plugins */

.features-themes-plugins {
    background-color: #efecfa;
}

.themes-plugins-content {
    margin-top: 30px;
    margin-bottom: 30px;
    text-align: center;
}

.themes-plugins-content h2,
.themes-plugins-content p {
    color: #463283;
    margin-bottom: 20px;
}

.themes-plugins-content h2 {
    text-align: center;
    margin: 30px 0px;
    font-size: 40px;
    font-weight: 900;
}

.themes-plugins-content p {
    font-size: 16px;
    padding: 20px;
    font-size: 16px;
    line-height: 1.75em;
    margin-top: 20px;
    font-weight: 700;
}

.themes-plugins-content a {
    border: 2px solid #5a2b90;
    border-radius: 0;
    padding: 15px;
    color: #5a2b90;
    transition: background-color 0.2s ease-out;
    -webkit-transition: background-color 0.2s ease-out;
    -moz-transition: background-color 0.2s ease-out;
    margin: 30px 0;
}

.themes-plugins-content a:hover,
.themes-plugins-content a:focus,
.themes-plugins-content a:active {
    background-color: #5a2b90;
    color: #ffffff;
    box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.10);
}

.themes-plugin-image {
    margin: 0 auto;
    width: 70%;
    text-align: center;
}

.features-paintbrush,
.features-puzzle {
    text-align: center;
}

.features-paintbrush img,
.features-puzzle img {
    width: 75%;
}

.features-paintbrush img {
    margin-top: 100%;
}

@media (max-width: 991px) {

    .features-paintbrush,
    .features-puzzle {
        display: none;
    }

    #features-bottom-purple-wave {
        height: 60px;
        object-fit: cover;
        overflow: hidden;
    }

    #features-bottom-purple-wave img {
        height: 100%;
    }

    .themes-plugins-content h2 {
        font-size: 25px;
    }
}

/* Features Language - Slide show - Management Tools */

.featuresAdvantagesTitle h2 {
    color: #286aac;
    text-align: center;
    margin: 30px 0px;
    font-size: 40px;
    font-weight: 900;
}

.features-easy-install h3,
.features-great-place h3,
.features-metadata h3 {
    color: #286aac;
    text-align: center;
    margin: 30px 0px;
    font-size: 20px;
    font-weight: 900;
}

.features-elements-container {
    background-color: #f7fbff;
    text-align: center;
}

.features-easy-install p,
.features-great-place p,
.features-metadata p {
    padding: 20px;
    font-size: 16px;
    line-height: 1.75em;
    margin-top: 20px;
    color: #286aac;
    font-weight: 700;
    margin-bottom: 0;

}

.features-easy-install img,
.features-great-place img,
.features-metadata img {
    max-width: 80%;
    height: 300px;
    object-fit: contain;
}

@media (max-width: 991px) {

    .features-easy-install,
    .features-great-place,
    .features-metadata {
        margin-top: 30px;
        margin-bottom: 30px;
        text-align: center;
    }

    .features-elements {
        margin-top: 0px;
        margin-bottom: 0px;
    }

    .featuresAdvantagesTitle h2 {
        font-size: 25px;
    }

    .features-easy-install h3,
    .features-great-place h3,
    .features-metadata h3 {
        margin: 15px 0;
    }

    .features-easy-install p,
    .features-great-place p,
    .features-metadata p {
        margin: 0;
        padding: 0 20px;
        padding-bottom: 80px;
    }

    .features-easy-install img,
    .features-great-place img,
    .features-metadata img {
        max-width: 60%;
    }
}

/* Features Users Management */

.container-fluide-users-management .container {
    position: relative;
    margin-top: 40px;
}

.pwg-features-users-management-screen-text-desktop {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
}

.row-features-users-management h2 {
    font-weight: bold;
    font-size: 28px;
    color: #3c3c3c;
}

.row-features-users-management p {
    padding: 20px;
    font-size: 16px;
    line-height: 1.75em;
    margin-top: 20px;
    color: #3c3c3c;
    font-weight: 700;
    margin-bottom: 20px;
}


.pwg-features-users-management-screen {
    overflow: visible;
}

.pwg-features-users-management-screen img {
    width: 100%;
    height: auto;
}

.pwg-features-users-management-screen-text-mobile {
    display: none;
}

@media (max-width: 991px) {
    .row-features-users-management h1 {
        padding-top: 0;
        padding-bottom: 15px;
    }

    .container-fluide-users-management {
        margin-top: 60px;
        margin-bottom: 90px;
        box-shadow: 0 0 0;
    }

    .pwg-features-users-management-screen img {
        width: 100%;
        height: auto;
        margin-left: 0px;
    }

    .pwg-features-users-management-screen-text-mobile {
        display: block;
    }

    .pwg-features-users-management-screen-text-desktop {
        display: none;
    }
}

/* Features API */

.container-fluide-api {
    margin-top: 100px;
    background-color: #272822;
}

.container-fluide-api h2 {
    font-weight: bold;
    font-size: 28px;
    color: #E61C57;
    margin-top: 65px;
}

.container-fluide-api p {
    font-weight: 600;
    font-size: 15px;
    margin-bottom: 20px;
    color: #FFFFFF;
}

.row-api {
    padding-top: 0;
    padding-bottom: 0;
    margin: 0;
}

.row-api .col-md-6:first-child {
    padding-right: 80px;
}

.row-api img {
    width: 100%;
    height: auto;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .container-fluide-api h1 {
        margin-top: 10px;
    }
}

@media (max-width: 991px) {
    .container-fluide-api {
        margin-top: 60px;
        margin-bottom: 30px;
    }

    .container-fluide-api h1 {
        padding-bottom: 15px;
        margin-top: 10px;
    }

    .row-api img {
        margin-top: 30px;
    }

    .container-fluide-api h2 {
        margin-top: 30px;
    }

    .row-api .col-md-6:first-child {
        padding: 20px;
        ;
    }
}

/* Features Piwigo great place */

.row-features-great-place {
    position: relative;
}

.container-fluide-features-great-place {
    margin-top: 100px;
    margin-bottom: 100px;
    overflow: hidden;
}

.pwg-great-place {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.pwg-great-place-img {
    float: right;
}

.pwg-great-place h2 {
    font-weight: bold;
    font-size: 28px;
    color: #3c3c3c;
}

.pwg-great-place p {
    padding: 20px;
    font-size: 16px;
    line-height: 1.75em;
    margin-top: 20px;
    color: #3c3c3c;
    font-weight: 700;
    margin-bottom: 20px;
}

.pwg-great-place-img {
    overflow: visible;
}

.pwg-great-place-img img {
    margin-left: 50px;
    width: 150%;
    height: auto;
}

@media (max-width: 991px) {
    .container-fluide-features-great-place {
        margin-top: 60px;
        margin-bottom: 30px;
    }

    .pwg-great-place h1 {
        margin-top: 0px;
        margin-bottom: 15px;
    }

    .pwg-great-place-img img {
        margin-top: 30px;
        margin-left: 0px;
        width: 100%;
        height: auto;
    }

    .pwg-great-place {
        position: relative;
        top: inherit;
        transform: inherit;
    }

    .pwg-great-place-img {
        float: none;
        margin-bottom: 90px;
    }
}

/* Piwigo configuration */

.pwg-configuration {
    overflow: hidden;
}

.pwg-configuration-description {
    margin-top: 100px;
    margin-bottom: 50px;
}

.pwg-configuration-description h2 {
    color: #54616F;
    margin-bottom: 25px;
    font-weight: bold;
    font-size: 36px;
}

.pwg-configuration-description p {
    color: #54616F;
    font-size: 20px;
}

.pwg-configuration-logo {
    margin-bottom: 50px;
}

.pwg-configuration-logo img {
    width: 50%;
    margin: 50px
}

@media (max-width: 991px) {
    .pwg-configuration {
        margin-top: 60px;
    }

    .pwg-configuration-description {
        margin-top: 0px;
        margin-bottom: 0px;
    }

    .pwg-configuration-description h1 {
        padding-bottom: 15px;
        margin-bottom: 10px;
    }

    .pwg-configuration-logo {
        height: auto;
    }

    .pwg-configuration-logo img {
        margin-top: 30px;
        margin-bottom: 60px;
        width: 80%;
    }

}

/******************
 * Piwigo News CSS *
 *******************/

/* Piwigo what's news ? */

.pwg-whats-news {
    overflow: hidden;
    background-color: #F46755;
}

.pwg-whats-news h1,
.pwg-whats-news p {
    color: #FFFFFF;
}

.pwg-whats-news p {
    font-size: 18px;
}

.pwg-whats-news-elements {
    background-image: url(../images/news/newspaper_transparent.svg);
    background-size: 300px;
    background-repeat: no-repeat;
    background-position: 75%;
}

.pwg-whats-news-elements a {
    margin-top: 50px;
    background-color: #FFFFFF;
    border-radius: 0px;
    transition: background-color 0.2s ease-out;
    -webkit-transition: background-color 0.2s ease-out;
    -moz-transition: background-color 0.2s ease-out;
    border: 1px solid #F46755;
}

.pwg-whats-news-elements a:hover {
    box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.10);
}

.pwg-whats-news-elements img {
    height: 20px;
    padding-right: 10px;
    padding-bottom: 2px;
}

.pwg-whats-news a>span {
    color: #F46755;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .pwg-whats-news-elements a {
        margin-top: 13.9%;
        margin-bottom: 13.9%;
    }

    .pwg-whats-news br {
        display: none;
    }
}

@media (max-width: 991px) {
    .pwg-whats-news br {
        display: none;
    }

    .pwg-whats-news-elements {
        background-image: none;
    }

    .pwg-whats-news-elements a {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .pwg-whats-news {
        overflow: visible;
    }
}

/* Piwigo release */

.news-releases img {
    width: 100%;
}

.news-release-left {
    border-right: 1px solid #F46755;
}

.news-release-right {
    border-left: 1px solid #F46755;
}

.news-release-date-left {
    color: #FFFFFF;
    margin-right: -15px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 25px;
    background-color: #F46755;
}

.news-release-date-right {
    color: #FFFFFF;
    margin-top: 350px;
    margin-left: -15px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 70px;
    background-color: #F46755;
}

.news-release-content-left {
    margin-right: 30px;
    overflow: hidden;
    box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.10);
}

.news-release-content-right {
    margin-left: 30px;
    overflow: hidden;
    box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.10);
}

.news-padding-top-left {
    padding-top: 80px;
}

.news-padding-bottom-right {
    padding-bottom: 80px;
}

.news-releases h2,
.news-releases p {
    padding-left: 25px;
    padding-right: 25px;
}

.news-releases p {
    font-size: 18px;
    padding-bottom: 20px;
}

.news-releases h2 {
    font-size: 20px;
}

.news-releases h2 a {
    color: #F46755;
}

@media (max-width: 991px) {

    .news-release-left {
        margin-top: 20px;
        margin-bottom: 20px;
        border-right: none;
    }

    .news-release-right {
        margin-top: 20px;
        margin-bottom: 20px;
        border-left: none;
    }

    .news-release-date-left {
        margin-right: 0px;
    }

    .news-release-date-right {
        margin-left: 0px;
        margin-top: 0px;
    }

    .news-padding-top-left {
        padding-top: 40px;
    }

    .news-padding-bottom-right {
        padding-bottom: 40px;
    }

    .news-release-content-left {
        margin-right: 0px;
        margin-bottom: 0px;
    }

    .news-release-content-right {
        margin-left: 0px;
    }
}

.btn-news-see-more {
    height: 40px;
    margin-top: -24px;
    position: relative;
    overflow: visible;
}

.btn-news-see-more button {
    background-color: #FFFFFF;
    border-radius: 0px;
    padding-right: 30px;
    padding-left: 30px;
    color: #F46755;
    font-size: 24px;
    transition: background-color 0.2s ease-out;
    -webkit-transition: background-color 0.2s ease-out;
    -moz-transition: background-color 0.2s ease-out;
    border: 2px solid #F46755;
}

.btn-news-see-more button:hover,
.btn-news-see-more button:focus {
    background-color: #F46755;
    color: #FFFFFF;
    box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.10);
}

/*************************
 * Piwigo Newsletter CSS *
 *************************/

/* Nesletter introduction */

.pwg-newsletter {
    background-color: #F46755;
}

.pwg-newsletter h1,
.pwg-newsletter p {
    color: #FFFFFF;
}

.pwg-newsletter p {
    font-size: 18px;
}

.pwg-newsletter-icon {
    background-image: url(../images/newsletters/newspaper_transparent.svg);
    background-size: 300px;
    background-repeat: no-repeat;
    background-position: 75%;
}

/* Newsletter Subscribe Form */

.form-newsletter {
    padding-right: 300px;
    padding-left: 300px;
}

@media (max-width: 991px) {
    .form-newsletter {
        padding-right: 0px;
        padding-left: 0px;
    }
}

.form-newsletter-subscribe {
    margin-top: 80px;
    margin-bottom: 80px;
    padding-top: 20px;
    padding-bottom: 20px;
    box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.10);
}

.form-newsletter-subscribe h2 {
    padding-bottom: 10px;
    font-size: 20px;
    font-weight: bold;
    color: #F46755;
}

.form-newsletter-subscribe .form-group label,
.form-newsletter-subscribe .form-group input {
    color: #F46755;
}

.form-newsletter-subscribe .form-group input {
    border: none;
    border-bottom: 1px solid #F46755;
}

.form-newsletter-subscribe .btn-default {
    background-color: #FFFFFF;
    color: #F46755;
    box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.10);
    border: none;
    border-radius: 0px;
}

.form-newsletter-subscribe .btn-default:hover,
.form-newsletter-subscribe .btn-default:focus,
.form-newsletter-subscribe .btn-default:active {
    background-color: #F46755;
    color: white;
    box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.10);
}

.form-newsletter-subscribe .btn-default>span {
    text-transform: uppercase;
}

.form-newsletter-email::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    text-align: center;
}

.form-newsletter-email:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    text-align: center;
}

.form-newsletter-email::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    text-align: center;
}

.form-newsletter-email:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    text-align: center;
}

/* Newsletter content */

.newsletter-container {
    margin-bottom: 40px;
}

.newsletter-title {
    color: #FFFFFF;
    background-color: #F46755;
}

.newsletter-title h2 {
    font-size: 18px;
    padding-top: 10px;
    padding-left: 10px;
    padding-bottom: 2px;
    font-weight: bold;
    margin: 0;
}

.newsletter-title h2 a {
    color: white;
}

.newsletter-title p.newsletter-date {
    font-size: 10px;
    font-weight: bold;
    padding: 0 5px 5px 0;
    margin: 0;
    text-align: right;
}

.newsletter-content {
    border-right: 1px solid #F0F0F0;
    border-left: 1px solid #F0F0F0;
    border-bottom: 1px solid #F0F0F0;
    border: none;
    margin-bottom: 40px;
    margin-top: 40px;
}

.newsletter-content p {
    padding: 10px 10px 10px 10px;
}

.newsletter-image {
    text-align: center;
    /*margin-top: -10px;*/
    overflow: hidden;
}

.newsletter-image img {
    width: 100%;
    height: auto;
}

/* specific newsletters */

#newsletter-en-2015-03-28 img,
#newsletter-en-2013-06-25 img {
    height: 244px;
    width: auto;
    margin-top: 10px;
}

/*************************
 * Piwigo extensions CSS *
 *************************/

.pwg-extensions {
    background-color: #5593F4;
    overflow: hidden;
}

.pwg-extensions-content {
    padding: 20px 20px 20px 20px;
    background: url(../images/extensions/puzzle1.svg), url(../images/extensions/puzzle2.svg);
    background-size: 100px, 150px;
    background-repeat: no-repeat;
    background-position: center 5%, 85% 175%;
}

.pwg-extensions-content h1,
.pwg-extensions-content p {
    color: #FFFFFF;
}

.pwg-extensions-authentification a {
    color: #FFFFFF;
    font-weight: bold;
    text-decoration: none;
    margin-right: 15px;
    margin-left: 15px;
}

.pwg-extensions-authentification button {
    color: #FF7700;
    background-color: #FFFFFF;
    border-radius: 0px;
    margin-right: 15px;
    margin-left: 15px;
    transition: background-color 0.2s ease-out;
    -webkit-transition: background-color 0.2s ease-out;
    -moz-transition: background-color 0.2s ease-out;
}

.pwg-extensions-authentification button:hover,
.pwg-extensions-authentification button:focus {
    background-color: #FF7700;
    color: #FFFFFF;
    box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.10);
}

@media (max-width: 991px) {

    .pwg-extensions-authentification button,
    .pwg-extensions-authentification a {
        text-align: center;
    }

    .pwg-extensions-content {
        background: none !important;
    }
}

.navbar-navigation-extensions {
    background-color: #5593f4;
}

.navbar-type-extensions {
    padding-top: 6px;
}

.row-navbar-extensions {
    margin-top: 20px;
    margin-bottom: 20px;
}

.navbar-type-extensions .nav-link {
    margin-right: 10px;
    margin-left: 10px;
    color: #000000;
}

.navbar-type-extensions .nav-link:hover,
.navbar-type-extensions .nav-link:focus {
    color: #5593f4;
}

.navbar-type-extensions a {
    margin-right: 10px;
    margin-left: 10px;
}

@media (max-width: 991px) {
    .navbar-type-extensions {
        margin-bottom: 20px;
    }
}

.dropdown-version-extension .dropdown-toggle {
    box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.10);
    background-color: #FFFFFF;
    color: #000000;
}

.dropdown-version-extension .dropdown-toggle:hover,
.dropdown-version-extension .dropdown-toggle:focus {
    color: #5593f4;
}

/* Search bars */

.stylish-input-group {
    box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.10);
}

.stylish-input-group .input-group-addon {
    background: white !important;
    border: none;
}

.stylish-input-group .form-control {
    border: none;
    border-right: 0;
    box-shadow: 0 0 0;
    border-color: #ccc;
}

.stylish-input-group button {
    border: 0;
    background: transparent;
}

.stylish-input-group input::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    color: #5593f4;
}

.stylish-input-group input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #5593f4;
}

.stylish-input-group input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #5593f4;
}

.stylish-input-group input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #5593f4;
}

.stylish-input-group input::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #5593f4;
}

.pŵg-extensions-row {
    margin-right: -30px;
    margin-left: -30px;
}

.pwg-extensions-block {
    padding: 10px 10px 10px 10px;
    margin: 100px 0px 100px 0px;
}

.pwg-extensions-block-content {
    padding: 20px 20px 20px 20px;
    margin: 20px 20px 20px 20px;
    box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.10);
}

@media (max-width: 991px) {

    .pwg-extensions-block {
        padding: 10px 10px 10px 10px;
        margin: 10px 0px 10px 0px;
    }

    .pwg-extensions-row {
        margin-right: -15px;
        margin-left: -15px;
    }

    .pwg-extensions-block-content {
        padding: 20px 20px 20px 20px;
        box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.10);
    }
}

.pwg-extensions-block .pwg-extensions-description span {
    color: #5593F4;
    font-size: 28px;
}

.pwg-extensions-block .pwg-extensions-description p {
    margin-top: 20px;
    font-size: 20px;
}

.pwg-extensions-logo img {
    width: 100%;
    height: auto;
}

@media (max-width: 991px) {
    .pwg-extensions-logo {
        margin-bottom: 20px;
        margin-top: 20px;
    }

    .pwg-extensions-logo img {
        height: 200px;
        width: auto;
    }
}

.pwg-extensions-block-description {
    margin: 10px 10px 10px 10px;
}

.pwg-extensions-block-footer {
    margin-top: 10px;
    opacity: 0.6;
}

.pwg-extensions-block-footer span {
    color: #FF7700;
}

/* Rating stars */

.rating {
    font-size: 24px;
}

.rating a {
    color: #aaa;
    text-decoration: none;
    -webkit-transition: color .4s;
    -moz-transition: color .4s;
    -o-transition: color .4s;
    transition: color .4s;
}

.rating a:hover,
.rating a:hover~a,
.rating a:focus,
.rating a:focus~a {
    color: orange;
    cursor: pointer;
}

.rating2 {
    direction: rtl;
}

.rating2 a {
    float: none;
}

/********************
 * Piwigo about CSS *
 ********************/

/* Piwigo about us */

.container-about-us {
    background-color: #FF7700;
}

.container-about-us h1,
.container-about-us p {
    color: #FFFFFF;
}

.container-about-us p {
    font-size: 20px;
}

.crowd-background {
    background: url(../images/about_us/crowd.svg);
    background-position: center;
    background-size: 250px;
    background-repeat: no-repeat;
}

/* Piwigo missions */

.container-fluide-missions {
    box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.10);
    padding-bottom: 100px;
    /* TODO remove when we add "contributors" section back */
}

.pwg-about-missions {
    padding-right: 300px;
    padding-left: 300px;
    padding-bottom: 90px;
    padding-top: 90px;
}

@media (max-width: 991px) {
    .pwg-about-missions {
        padding-top: 30px;
        padding-right: 0px;
        padding-left: 0px;
    }

    .crowd-background {
        display: none;
    }
}

.pwg-about-missions h2 {
    font-size: 28px;
    padding-bottom: 30px;
    color: #FF7700;
}

.pwg-about-missions p {
    font-size: 20px;
    color: #666;
}

.pwg-about-stats img {
    height: 45px;
}

.pwg-about-stats h1 {
    font-size: 28px;
    color: #FF7700;
}

.pwg-about-stats p {
    font-size: 18px;
}

.pwg-about-stats .number-infos {
    border: 2px solid #ff7700;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    margin: 0 auto 10px auto;
    line-height: 120px;
    font-size: 37px;
    color: #ff7700;
}

.pwg-about-stats .number-infos:hover {
    background-color: #ff7700;
    color: white;
    cursor: help;
    transition: background-color 0.2s ease-out;
}

@media (max-width: 991px) {

    .pwg-about-download,
    .pwg-about-software-old,
    .pwg-about-pic-uploaded,
    .pwg-about-nationalities,
    .pwg-about-contributors {
        margin-top: 20px;
        margin-bottom: 20px;
    }
}

/* Piwigo contributors - team */

.container-about-title-our-team {
    padding-top: 150px;
}

.container-about-title-our-team h2 {
    color: #FF7700;
    font-size: 28px;
    padding-top: 50px;
    margin-left: -150px;
    text-align: right;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .pwg-about-earth {
        margin-top: 5px;
    }
}

@media (max-width: 991px) {

    .container-about-title-our-team {
        padding-top: 20px;
    }

    .pwg-about-earth {
        display: none;
    }

    .container-about-title-our-team h2 {
        color: #FF7700;
        font-size: 28px;
        padding-top: 20px;
        padding-bottom: 40px;
        margin-left: 0px;
    }
}

.container-fluide-about-contributors {
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: #FF7700;
}

.container-fluide-about-contributors span {
    color: #FFFFFF;
    font-size: 18px;
}

.container-about-team-contributors {
    margin-top: 100px;
    margin-bottom: 100px;
}

.container-about-team-contributors img {
    padding-top: 20px;
    padding-bottom: 20px;
    margin-right: 10px;
    margin-left: 10px;
}

.pwg-team-contributors-involved a {
    text-decoration: none;
}

.pwg-team-contributors-involved .contributor-you {
    font-size: 28px;
    color: #FF7700;
    padding-top: 50px;
    padding-bottom: 10px;
    margin-top: 20px;
}

.pwg-team-contributors-involved p {
    color: #808080;
}

.pwg-team-contributors-involved span {
    font-size: 18px;
}

@media (max-width: 991px) {
    .container-about-team-contributors {
        margin-top: 40px;
        margin-bottom: 40px;
    }

    .pwg-team-contributors-involved {
        padding-bottom: 20px;
    }
}

@media (min-width: 992px) {
    .last-contributor {
        display: none;
    }
}

/* Piwigo timeline history */

.container-fluide-about-piwigo-timeline {
    background-color: #FF7700;
    height: auto;
}

.row-pwg-timeline-computer {
    margin-top: 490px;
    margin-bottom: 75px;
}

.row-pwg-timeline-mobile {
    display: none;
}

.pwg-timeline-bottom-left {
    border-left: 10px solid #FFFFFF;
    border-bottom: 10px solid #FFFFFF;
    border-bottom-left-radius: 125px;
    height: 175px;
}

.pwg-timeline-bottom-left-special {
    border-left: 10px solid #FFFFFF;
    border-bottom: 10px solid #FFFFFF;
    border-bottom-left-radius: 125px;
    height: 175px;
    margin-top: -165px;
}

.pwg-timeline-bottom {
    border-bottom: 10px solid #FFFFFF;
    height: 175px;
}

.pwg-timeline-left {
    border-left: 10px solid #FFFFFF;
    height: 175px;
}

.pwg-timeline-left-special {
    border-left: 10px solid #FFFFFF;
    height: 175px;
    margin-bottom: 165px;
}

.pwg-timeline-top-left {
    border-top: 10px solid #FFFFFF;
    border-left: 10px solid #FFFFFF;
    border-top-left-radius: 125px;
    height: 175px;
}

.pwg-timeline-top-left-special {
    border-top: 10px solid #FFFFFF;
    border-left: 10px solid #FFFFFF;
    border-top-left-radius: 125px;
    height: 175px;
    margin-top: -165px;
}

.pwg-timeline-top {
    border-top: 10px solid #FFFFFF;
    height: 175px;
}

.pwg-timeline-no-border {
    height: 175px;
}

.pwg-timeline-top-half {
    border-top: 10px solid #FFFFFF;
    margin-left: -15px;
    width: 50%;
}

.pwg-timeline-bottom-right {
    border-right: 10px solid #FFFFFF;
    border-bottom: 10px solid #FFFFFF;
    border-bottom-right-radius: 125px;
    height: 175px;
}

.pwg-timeline-bottom-right-special {
    border-right: 10px solid #FFFFFF;
    border-bottom: 10px solid #FFFFFF;
    border-bottom-right-radius: 125px;
    height: 175px;
    margin-top: -165px;
}

.pwg-timeline-right {
    border-right: 10px solid #FFFFFF;
    height: 175px;
}

.pwg-timeline-right-special {
    border-right: 10px solid #FFFFFF;
    height: 175px;
    margin-bottom: 165px;
}

.pwg-timeline-top-right {
    border-right: 10px solid #FFFFFF;
    border-top: 10px solid #FFFFFF;
    border-top-right-radius: 125px;
    height: 175px;
}

.pwg-timeline-top-right-special {
    border-right: 10px solid #FFFFFF;
    border-top: 10px solid #FFFFFF;
    border-top-right-radius: 125px;
    height: 175px;
    margin-top: -165px;
}

.pwg-piwigo-title .pwg-timeline-end {
    font-size: 64px;
    font-weight: bold;
    margin-top: -67px;
    margin-left: -149px;
    margin-bottom: 10px;
    color: #FFFFFF;
    line-height: 1.1em;
}

.pwg-timeline-content-left {
    margin-right: 30px;
}

.pwg-timeline-content-right {
    margin-left: 30px;
}

.col-piwigo-timeline-content-left {
    border-right: 1px dotted #4E4E4E;
    height: 300px;
    margin-top: -250px;
}

.col-piwigo-timeline-content-right {
    border-left: 1px dotted #4E4E4E;
    height: 300px;
    margin-top: -250px;
}

.col-piwigo-timeline-content-left .year,
.col-piwigo-timeline-content-right .year {
    font-size: 42px;
    margin-top: -5px;
    color: #4E4E4E;
    font-weight: bold;
    line-height: 47px;
}

.col-piwigo-timeline-content-left .year,
.col-piwigo-timeline-content-left h2,
.col-piwigo-timeline-content-left p {
    text-align: right;
}

.col-piwigo-timeline-content-right .year,
.col-piwigo-timeline-content-right h2,
.col-piwigo-timeline-content-right p {
    text-align: left;
}

.col-piwigo-timeline-content-left h2,
.col-piwigo-timeline-content-left p,
.col-piwigo-timeline-content-right h2,
.col-piwigo-timeline-content-right p {
    color: #FFFFFF;
}

.col-piwigo-timeline-content-left p,
.col-piwigo-timeline-content-right p {
    font-size: 18px;
}

.col-piwigo-timeline-content-left h2,
.col-piwigo-timeline-content-right h2 {
    font-size: 24px;
    padding-bottom: 20px;
    padding-top: 37px;
}

#circle {
    width: 100px;
    height: 100px;
    background: #FFFFFF;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    position: relative;
    margin: auto;
    margin-top: -50px;
}

#circle img {
    margin-top: -25px;
    margin-left: 25px;
    width: 50%;
    height: auto;
}

#circle.logo-freefr img {
    margin-top: -30px;
    margin-left: 9px;
    width: 80%;
}

@media (min-width: 992px) and (max-width: 1199px) {

    .col-piwigo-timeline-content-left h2,
    .col-piwigo-timeline-content-right h2 {
        font-size: 20px;
    }

    .col-piwigo-timeline-content-left p,
    .col-piwigo-timeline-content-right p {
        font-size: 14px;
    }

    .pwg-piwigo-title h1 {
        font-size: 42px;
        margin-top: -47px;
        margin-left: -87px;
        color: #FFFFFF;
    }
}

.pwg-timeline-mobile-content .year {
    font-size: 20px;
    font-weight: bold;
    /*margin-top: 79px;
    text-align: center;*/
    color: #4E4E4E;
    margin: 20px 0 10px 0;
    line-height: 22px;
}

.pwg-timeline-mobile-content h2,
.pwg-timeline-mobile-content p {
    color: #FFFFFF;
}

.pwg-timeline-mobile-content h2 {
    font-size: 20px;
    /*margin-top: 79px;*/
}

.pwg-timeline-mobile-content p {
    font-size: 18px;
}

@media (max-width: 991px) {
    .container-fluide-about-piwigo-timeline {
        padding-bottom: 60px;
    }

    .container-piwigo-timeline {
        width: 95%;
        padding-right: 0px;
        padding-left: 0px;
        margin-right: 0px;
        margin-left: 0px;
    }

    .row-pwg-timeline-computer {
        display: none;
    }

    .row-pwg-timeline-mobile {
        display: block;
    }

    .pwg-timeline-mobile-article {
        margin-top: 32px;
        padding-left: 40px;
    }

    .pwg-timeline-right {
        border-right: 5px solid #FFFFFF;
        height: 200px;
    }

    .pwg-timeline-right-half-top {
        border-right: 5px solid #FFFFFF;
        height: 100px;
    }

    .pwg-timeline-right-half-bottom {
        border-right: 5px solid #FFFFFF;
        height: 100px;
        margin-top: 100px;
    }

    .circle {
        width: 50px;
        height: 50px;
        background: #FFFFFF;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        position: relative;
        margin: auto;
        margin-top: 75px;
        margin-right: -41.66666667px;
    }

    .circle-top {
        width: 50px;
        height: 50px;
        background: #FFFFFF;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        position: relative;
        margin: auto;
        margin-top: -25px;
        margin-right: -41.66666667px;
    }

    .circle img {
        margin-top: 12px;
        margin-left: 12px;
        width: 50%;
        height: auto;
    }

    .circle-github img {
        margin-top: 12px;
        margin-left: 8px;
        width: 65%;
        height: auto;
    }

    .circle-phone img {
        margin-top: 5px;
        margin-left: 16px;
        width: 37%;
        height: auto;
    }
}

@media (max-width: 768px) {
    .pwg-timeline-mobile-content h1 {
        font-size: 16px;
    }

    .pwg-timeline-mobile-content h2 {
        font-size: 16px;
    }

    .pwg-timeline-mobile-content p {
        font-size: 12px;
    }
}

/* Piwigo business model */

.container-about-business-model {
    margin-top: 100px;
    margin-bottom: 100px;
}

.row-about-title-business-model {
    margin-bottom: 50px;
}

.row-about-title-business-model h2 {
    font-size: 32px;
    color: #FF7700;
    margin-bottom: 40px;
}

.row-about-title-business-model p {
    font-size: 18px;
    color: #666;
}

.row-about-content-business-model {
    padding-top: 0;
    margin-right: -45px;
    margin-left: -45px;
}

@media (max-width: 991px) {

    .container-about-business-model {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .row-about-title-business-model {
        margin-bottom: 20px;
    }

    .row-about-content-business-model {
        padding-top: 0px;
        margin-right: -15px;
        margin-left: -15px;
    }
}

.col-about-donations,
.col-about-piwigodotcom,
.col-about-prestations {
    box-shadow: 1px 3px 5px 1px rgba(0, 0, 0, 0.10);
    padding-right: 20px;
    padding-left: 20px;
    padding-top: 30px;
    padding-bottom: 30px;
    margin-left: 15px;
    margin-right: 15px;
    height: 350px;
    color: #666;
}

@media (min-width: 992px) and (max-width: 1199px) {

    .col-about-donations,
    .col-about-piwigodotcom,
    .col-about-prestations {
        height: 520px;
    }
}

@media (min-width: 520px) and (max-width: 992px) {

    .col-about-donations,
    .col-about-piwigodotcom,
    .col-about-prestations {
        height: 380px;
    }
}

@media (min-width: 280px) and (max-width: 419px) {

    .col-about-donations,
    .col-about-piwigodotcom,
    .col-about-prestations {
        height: 600px;
    }
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) and (-webkit-min-device-pixel-ratio: 2) {
    .row-about-content-business-model {
        padding-top: 0px;
        margin-right: -15px;
        margin-left: -15px;
    }

    .col-about-donations,
    .col-about-piwigodotcom,
    .col-about-prestations {
        margin-left: 0px;
        margin-right: 0px;
    }
}


.col-about-donations {
    background: url(../images/about_us/pig_cut.svg);
    background-position: left 100%;
    background-repeat: no-repeat;
    background-size: 225px;
}

.col-about-piwigodotcom {
    background: url(../images/about_us/camera_cut.svg);
    background-position: center 100%;
    background-repeat: no-repeat;
    background-size: 225px;
}

.col-about-prestations {
    background: url(../images/about_us/buoy.svg);
    background-position: right 100%;
    background-repeat: no-repeat;
    background-size: 225px;
}

.col-about-donations h3,
.col-about-piwigodotcom h3,
.col-about-prestations h3 {
    font-size: 32px;
    color: #FF7700;
    padding-bottom: 30px;
    margin: 0;
}

.col-about-donations p,
.col-about-piwigodotcom p,
.col-about-prestations p {
    font-size: 18px;
}

@media (max-width: 991px) {

    .col-about-donations,
    .col-about-piwigodotcom,
    .col-about-prestations {
        margin-top: 20px;
        margin-bottom: 20px;
    }
}

/* Get involved into Piwigo */

.container-fluide-about-get-involved {
    background-color: #F7F7F7;
}

.container-about-get-involved {
    padding-top: 50px;
    padding-bottom: 50px;
}

.container-about-get-involved h2 {
    font-size: 32px;
    margin-bottom: 40px;
    color: #FF7700;
}

.container-about-get-involved p {
    font-size: 20px;
    color: #4E4E4E;
}

.btn-get-involved {
    margin-top: 40px;
    font-size: 28px;
    border-radius: 0px;
    background-color: #FFFFFF;
    color: #FF7700;
    border: 1px solid #FF7700;
    transition: background-color 0.2s ease-out;
    -webkit-transition: background-color 0.2s ease-out;
    -moz-transition: background-color 0.2s ease-out;
}

.btn-get-involved:focus,
.btn-get-involved:hover,
.btn-get-involved:active {
    background-color: #FF7700;
    color: #FFFFFF;
    box-shadow: 0 0 0;
}

/*****************************
 * Piwigo What-Is-Piwigo CSS *
 *****************************/

/* Piwigo whats is piwigo */

.container-fluide-whatispiwigo {
    padding: 40px 0;
}

.row-whatsispiwigo {
    position: relative;
}

.col-title-whatispiwigo-content {
    margin: 0;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
}

.whatIsPiwigo-mockup {
    float: right;
}

.col-title-whatispiwigo-content h1 {
    margin-top: 20px;
    font-size: 56px;
    font-weight: 900;
    text-align: left;
    color: #3c3c3c;
    line-height: 76px;
    transition: all 1s;
}

.col-title-whatispiwigo-content p {
    color: #7e7e7e;
    font-size: 20px;
    margin-top: 40px;
    font-weight: 700;
    line-height: 28px;
    transition: all 1s;
    text-align: left;
}

/* What can i use piwigo for ? */

.UsePiwigoFor {
    background-color: #FFEACF;
    padding-bottom: 40px;
}

.row-use-piwigo-for {
    margin: 40px 0;
    overflow: hidden;
}

.row-use-piwigo-for h2 {
    color: #eb8400;
    text-align: center;
    margin: 30px 0px;
    font-size: 40px;
    font-weight: 900;
}

/*Responsive*/

@media (max-width:991px) {
    .col-title-whatispiwigo-content {
        margin: 0;
        position: relative;
        top: 50%;
        -ms-transform: none;
        transform: none;
    }

    .col-title-whatispiwigo-content h1 {
        font-size: 30px;
        font-weight: 900;
        line-height: 40px;
    }

    .col-title-whatispiwigo-content p {
        font-size: 16px;
        margin-top: 40px;
        text-align: left;
        padding: 0;
        line-height: normal;
    }

    .row-use-piwigo-for h2,
    .row-whatispiwigo-choosing-piwigo h2,
    .container-whatispiwigo-how-to-use-piwigo h2,
    #gnuLicense h3,
    .get-started h2 {
        font-size: 25px !important;
    }
}

/* Organization - Professional - Individual */

.col-whatispiwigo-organization-content h2,
.col-whatispiwigo-professional-content h2,
.col-whatispiwigo-individual-content h2 {
    color: #eb8400;
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 30px;
    text-align: left;
    font-weight: 900;
    text-align: left;
}

.row-use-piwigo-for p,
.col-whatispiwigo-organization-content p,
.col-whatispiwigo-professional-content p,
.col-whatispiwigo-individual-content p {
    color: #eb8400;
    font-size: 16px;
    margin-top: 40px;
    font-weight: 700;
    line-height: 28px;
    transition: all 1s;
    text-align: left;
}

.col-whatispiwigo-organization-content p,
.col-whatispiwigo-professional-content p {
    text-align: left;
}

.whatsispiwigo-organization,
.whatsispiwigo-professional,
.whatsispiwigo-individual {
    position: relative;
    margin: 150px auto;
}

.whatsispiwigo-organization {
    margin-top: 50px;
}

.row-use-piwigo-for p {
    font-size: 20px;
}

@media (max-width: 991px) {

    .col-whatispiwigo-organization-content h2,
    .col-whatispiwigo-professional-content h2,
    .col-whatispiwigo-individual-content h2,
    .col-whatispiwigo-organization-content p,
    .col-whatispiwigo-professional-content p,
    .col-whatispiwigo-individual-content p {
        text-align: center;
        font-size: 22px;
    }

    .whatsispiwigo-organization,
    .whatsispiwigo-professional,
    .whatsispiwigo-individual {
        margin: 30px auto;
    }

    .row-use-piwigo-for p,
    .col-whatispiwigo-organization-content p,
    .col-whatispiwigo-professional-content p,
    .col-whatispiwigo-individual-content p {
        font-weight: 700;
        font-size: 16px;
        text-align: left;
    }
}

.what-is-piwigo-examples img {
    max-height: 250px;
}

.badges-what-is {
    margin-top: 40px;
}

.WhatIsPiwigo-argument-badge {
    padding: 5px 20px;
    border-radius: 25px;
    font-size: 16px;
    font-weight: 700;
    color: white;
    white-space: nowrap;
    display: inline-block;
    margin: 5px;
}

.argument-badge1 {
    background-color: #7e72c0;
}

.argument-badge2 {
    background-color: #338ac5;
}

.argument-badge3 {
    background-color: #ff7700;
}

.argument-badge4 {
    background-color: #57b894;
}

/* Organizations*/

.col-whatispiwigo-organization-content {
    margin: 0;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    text-align: center;
}

.what-is-piwigo-organization-illustration {
    float: right;
}

/*Professionals*/

.row-whatsispiwigo-professional .circle-container {
    float: right;
}

.col-whatispiwigo-professional-content {
    margin: 0;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    text-align: center;
}

.professional-illustration-desktop {
    display: block;
}

.professional-illustration-mobile {
    display: none;
}

@media (max-width: 991px) {
    .professional-illustration-desktop {
        display: none;
    }

    .professional-illustration-mobile {
        display: block;
    }
}

/*Individuals*/

.what-is-piwigo-individual-illustrations {
    float: right;
}

.col-whatispiwigo-individual-content {
    margin: 0;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    text-align: center;
}

.whatsispiwigo-individual {
    margin-bottom: 0;
}

/* Choosing Piwigo */

.row-whatispiwigo-choosing-piwigo h2 {
    text-align: center;
    margin: 30px 0px;
    font-size: 40px;
    font-weight: 900;
    color: #3c3c3c;
}


@media (max-width: 991px) {
    .row-whatispiwigo-choosing-piwigo h2 {
        text-align: center;
    }

    .row-whatispiwigo-choosing-piwigo {
        margin-top: 40px;
    }

    .what-is-piwigo-examples img {
        padding-top: 30px;
    }

    .col-whatispiwigo-organization-content,
    .col-whatispiwigo-professional-content,
    .col-whatispiwigo-individual-content {
        margin: 0;
        position: inherit;
        top: inherit;
        -ms-transform: inherit;
        transform: inherit;
        right: inherit;
        left: inherit;
    }

    .row-whatsispiwigo-individual {
        padding: 0;
    }

    .what-is-piwigo-individual-illustrations {
        float: inherit;
    }

    .what-is-piwigo-examples {
        text-align: center;
    }
}

/* How to use Piwigo */

.container-whatispiwigo-how-to-use-piwigo {
    margin-top: 60px;
    height: 1000px;
}

.container-whatispiwigo-how-to-use-piwigo h2 {
    text-align: center;
    margin: 30px 0px;
    color: #3c3c3c;
    font-size: 40px;
    font-weight: 900;
}


@media (max-width: 991px) {
    .container-whatispiwigo-how-to-use-piwigo {
        margin: 0px auto;
    }

    .container-whatispiwigo-how-to-use-piwigo br {
        display: none;
    }

    .container-whatispiwigo-how-to-use-piwigo h2,
    .container-whatispiwigo-how-to-use-piwigo p {
        text-align: center;
    }

    .container-whatispiwigo-how-to-use-piwigo p {
        padding-right: 0px;
        margin-bottom: 40px;
    }
}

.topGreyWave {
    margin-bottom: -60px;
}

.WhatIsPiwigo_HowToUsePiwigo {
    height: 1000px;
}

.container-fluide-how-to-use-piwigo {
    background-color: #f8f9fa;
}

.HowToUse_arguments {
    padding: 20px 0;
    height: 100px;
    position: relative;
}

.HowToUse_icon {
    width: 60px;
    padding: 0
}

.porg_whatispiwigo_self_hosted_arguments {
    text-align: left;
    color: #ff7700;
    font-size: 20px;
    font-weight: 700;
    padding-top: 40px;
}

.porg_whatispiwigo_cloud_hosted_arguments {
    text-align: right;
    color: #ff3363;
    font-size: 20px;
    font-weight: 700;
    padding-top: 40px;
}

.porg_whatispiwigo_cloud_hosted_arguments p {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.porg_whatispiwigo_self_hosted_arguments p {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.porg_whatispiwigo_cloud_hosted_arguments .HowToUse_icon {
    float: right;
}

.HowToUse-illustration-container {
    text-align: center;
}

.HowToUse-illustration-desktop {
    top: -180px;
    position: relative;
    max-width: 80%;
    display: block;
    margin: 0 auto;
}

.HowToUse-illustration-mobile {
    display: none;
}

.HowToUse-text {
    height: 0;
}

.HowToUse-selfHosted-text,
.HowToUse-cloudHosted-text {
    padding: 20px;
    font-size: 16px;
    line-height: 1.75em;
    margin-top: 20px;
    color: #7e7e7e;
    font-weight: 700;
    margin-bottom: 0;
    position: relative;
    top: -150px;
    text-align: center;
}


.HowToUse-text .button {
    width: auto;
    max-width: 300px;
    border: none;
    border-radius: 0;
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1px;
    padding: 15px 25px;
    transition: all 0.2s;
    text-transform: uppercase;
    position: relative;
    top: 40px;
}

.HowToUse-text .button1 {
    background-color: #ff7700;
}

.HowToUse-text .button2 {
    background-color: #ff3363;
}

.HowToUse-text .button1:hover,
.HowToUse-text .button2:hover {
    text-decoration: none;
}

.howToUse-Desktop-version {
    display: block;
}

.whatispiwigo_self_hosted_arguments-mobile,
.whatispiwigo_cloud_hosted_arguments-mobile {
    display: none;
}

@media (max-width:991px) {
    .topGreyWave {
        margin-bottom: 0;
    }

    .HowToUse-illustration-desktop {
        display: none;
    }

    .HowToUse-illustration-mobile {
        display: block;
        position: relative;
        height: 600px;
        margin: 0 auto;
        margin-top: 40px
    }

    .howToUse-Desktop-version,
    .HowToUse-text-desktop {
        display: none;
    }

    .whatispiwigo_self_hosted_arguments-mobile,
    .whatispiwigo_cloud_hosted_arguments-mobile {
        display: block;
    }

    .HowToUse-selfHosted-text,
    .HowToUse-cloudHosted-text {
        top: 0;
    }

    .HowToUse-text-mobile {
        height: auto;
        margin: 0 auto;
        max-width: 90%;
    }

    .HowToUse-text .button {
        position: initial;
    }

    .porg_whatispiwigo_self_hosted_arguments p,
    .porg_whatispiwigo_cloud_hosted_arguments p {
        position: relative;
        top: 0;
        left: 0;
        display: inline-block;
        transform: none;
        text-align: center;
        font-size: 16px;
    }

    .porg_whatispiwigo_self_hosted_arguments,
    .porg_whatispiwigo_cloud_hosted_arguments {
        text-align: center;
    }

    .fact-content img {
        width: 60%;
    }

    .WhatIsPiwigo_HowToUsePiwigo,
    .container-fluide-how-to-use-piwigo,
    .container-whatispiwigo-how-to-use-piwigo {
        height: 100%;
    }

    .porg_whatispiwigo_cloud_hosted_arguments .HowToUse_icon {
        float: none;
    }
}


/* GNU license */

.container-fluide-whatispiwigo-gnu-license {
    padding-top: 40px;
    padding-bottom: 80px;
}

.gnu-title-block {
    display: block;
    text-align: center;
}

#gnuLicense h3 {
    text-align: center;
    margin: 30px 0px;
    color: #3c3c3c;
    font-size: 40px;
    font-weight: 900;
}


.whatispiwigo-gnu p {
    margin: 40px auto;
    color: #7e7e7e;
    font-weight: 700;
    font-size: 15px;
    text-align: justify;
    line-height: 28px;
    max-width: 500px;
}

.gnu-license {
    margin-top: 15px;
}

.gnu-license a {
    color: #FFFFFF;
    text-decoration: none;
}

.gnu-title,
.pwg-gnu-logo {
    display: inline-block;
}

.pwg-gnu-logo img {
    height: 100px;
    margin: 10px;
}

@media (max-width: 640px) {
    .gnu-license a {
        margin-left: 15px;
    }

    .pwg-gnu-logo img {
        height: 60px;
    }
}


.gnu-logo img {
    height: 50px;
}



/*************
 * Users page
**************/
.users-page-intro h1 {
    margin-top: 40px;
    margin-bottom: 0;
    font-size: 56px;
    font-weight: 900;
    text-align: left;
    color: #3c3c3c;
    line-height: 76px;
    transition: all 1s;
    padding: 0;
}

.users-page h2 {
    margin-top: 20px;
    font-size: 37px;
    font-weight: 900;
    text-align: left;
    color: #3c3c3c;
    line-height: 76px;
    transition: all 1s;
}

.users-page .p-0 {
    padding: 0;
}

.users-page p.text-content {
    color: #7e7e7e;
    font-size: 20px;
    margin-top: 40px;
    font-weight: 400;
    line-height: 28px;
    transition: all 1s;
    text-align: left;
    margin-bottom: 40px;
}

.users-page p.text-content.bold {
    font-weight: 700;
}

.users-page-examples p.text-content {
    text-align: center;
    max-width: 75%;
}

.users-map {
    width: 40%;
    left: 0;
    position: absolute;
    top: 45px;
    z-index: -1;
}

.users-page button {
    width: auto;
    background-color: #ff7700;
    border: none;
    border-radius: 0;
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1px;
    padding: 15px 25px;
    transition: all 0.2s;
    text-transform: uppercase;
}

.users-page .users-page-logos {
    margin-top: 100px;
}

.users-page .users-page-examples {
    margin-top: 50px;
}

.users-page .users-page-logos h2 {
    text-align: center;
}

.users-page .users-page-logos .img-container {
    margin-top: 15px;
    margin-bottom: 15px;
}

.users-page .users-page-logos img {
    width: 100%;
}

.users-page h2 {
    text-align: center;
}

.users-page .vertical-align {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
}

.users-page .card {
    border: none;
    border-radius: 9px;
    background: #FFF;
    box-shadow: 0px 4px 11px 0px rgba(0, 0, 0, 0.07);
}

.users-page .card-img-top {
    object-fit: contain;
    width: auto;
}

.users-page .sector {
    color: #F37719;
    font-family: Open Sans;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.users-page .country {
    color: #8E8E8E;
    font-family: Open Sans;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.users-page .author {
    color: #585656;
    font-family: Open Sans;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.users-page-examples .author i {
    font-size: 13px;
    color: #585656;
    margin-right: 5px;
}

.users-page a .author {
    text-decoration: underline;
}

.users-page a .author:hover,
.users-page a .author:hover i {
    color: #F37719;
}

.users-page #country {
    border-radius: 4px;
    border: 1px solid #F37719;
    background: #FFF;
}

.users-page-examples .filter-container {
    border-radius: 9px;
    background: #FFEECF;
    box-shadow: 0px 8px 36px 0px rgba(0, 0, 0, 0.15);
}

.users-page-examples .sticky {
    position: sticky;
    top: 0;
    z-index: 99 !important;
}

.users-page-examples .filter-header {
    text-align: center;
    border-bottom: 2px solid #ff7700;
}

.users-page-examples h4 {
    color: #3F3D56;
    font-family: Open Sans;
    font-size: 31px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.users-page-examples i {
    color: #3F3D56;
}

.users-page-examples .filter-title span {
    color: #3F3D56;
    font-family: Open Sans;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.users-page .checkbox {
    display: block;
    margin-bottom: 15px;
}

.users-page .checkbox input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}

.users-page .checkbox label {
    position: relative;
    cursor: pointer;
    padding-left: 0;
}

.users-page .checkbox label:before {
    content: '';
    -webkit-appearance: none;
    background-color: transparent;
    border: 1px solid #000;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
    padding: 10px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 5px;

}

.users-page .checkbox input:checked+label:after {
    content: '';
    display: block;
    position: absolute;
    top: 3px;
    left: 8px;
    width: 6px;
    height: 14px;
    border: 2px solid #ff7700;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.users-page-examples .filter-title>* {
    display: inline-block;
}

.users-page-examples .filter-title .icon-down-open {
    float: right;
    margin-top: 5px;
}

.users-page-examples .rotate {
    rotate: 180deg;
}

.users-page .rounded-button {
    border-radius: 25px;
    border: 1px solid #ff7700;
    background-color: transparent;
    color: #ff7700;
    text-transform: unset;
    color: #F37719;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    padding: 10px 15px;
}

.users-page .rounded-button i {
    color: #ff7700;
}

.users-page #noMatches h4 {
    font-size: 20px;
    font-weight: 400;
}

.users-page .card-body a.discover-more {
    background-color: #D9D9D9;
    color: #585656;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: none;
    padding: 10px 25px;
    margin: 0 auto;
}

.users-page #usersNotVisible div {
    display: none;
}

.users-page #our-users {
    padding-left: 0;
}

.users-page .user {
    padding-left: 10px;
    padding-right: 10px;
}

.users-page .mobile-display {
    display: none;
}

@media (max-width: 576px) {
    .users-page-intro img {
        width: 100%;
    }
}

@media (max-width: 768px) {
    .users-page-examples .filter-container {
        z-index: 99;
    }

    .users-page #our-users {
        z-index: 0;
    }

    .users-page-examples .filter-container .filter-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        border: none;
    }

    .users-page-examples .filter-container .filter-header {
        font-size: 15px;
        font-style: normal;
        font-weight: 700;
        margin: 0 !important;
    }

    .users-page .users-page-logos img {
        width: 50%;
        margin: 0 auto;
    }

    .users-page .vertical-align {
        position: relative;
        top: unset;
        transform: unset;
        right: unset;
    }

    .users-page-examples .sticky {
        margin-bottom: 30px;
    }

    .users-page-examples h4 {
        font-size: 20px;
        margin: 0 !important;
        padding-bottom: 0
    }

    .users-page p.text-content {
        font-size: 16px;
        margin-top: 40px;
        text-align: left;
        padding: 0;
        line-height: normal;
    }

    .users-page .user,
    .users-page .filters {
        padding: 0 !important;
    }

    .users-page .user .card {
        margin: 15px 0 !important;
    }

    .users-page .filters {
        margin-top: 30px;
    }

    .users-page-examples .filter-title span {
        font-size: 15px;
    }

}

@media (max-width: 992px) {
    .users-page-intro h1 {
        font-size: 30px;
        font-weight: 900;
        line-height: 40px;
        margin-top: 0px;
        text-align: center;
    }

    .users-page-intro {
        text-align: center;
    }

    .users-page h2 {
        font-size: 25px;
        line-height: 2;
    }

    .desktop-display {
        display: none;
    }

    .users-map {
        position: relative;
        width: 90%;
    }

}

/**********************************
 * Piwigo Mobile applications CSS *
 **********************************/

.mobile_applications,
.mobile_main_section,
.mobile_first_section .row,
.mobile_third_section .row {
    position: relative;
}

.mobile_main_section,
.mobile_first_section .row,
.mobile_third_section {
    margin-top: 50px;
}

.mobile_applications h1 {
    margin-top: 20px;
    font-size: 50px;
    font-weight: 900;
    text-align: left;
    color: #3c3c3c;
    line-height: 76px;
    transition: all 1s;
    margin: 0;
}

.mobile_applications h2 {
    font-weight: bold;
    font-size: 28px;
    color: #3c3c3c;
}

.mobile_applications p {
    margin-top: 40px;
    font-weight: 700;
    line-height: 28px;
    transition: all 1s;
    text-align: left;
    font-size: 16px;
}

.mobile_applications .mobile_main_section p {
    padding-top: 10px;
    font-size: 18px;
    color: #7e7e7e;
}

.mobile_applications .mobile_first_section p {
    color: #3c3c3c;
    margin-bottom: 0;
    padding: 20px;
    font-size: 16px;
    line-height: 1.75em;
    margin-top: 20px;
}

.mobile_center_text_right {
    right: 0;
}

.mobile_center_text_left {
    left: 0;
}

.mobile_center_text_right,
.mobile_center_text_left {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.float-right {
    float: right;
}

.float-left {
    float: left;
}

.mobile_applications img {
    width: 100%;
}

.mobile_main_section img,
#mobile_image_2,
#mobile_image_5,
#mobile_image_6 {
    width: 70%;
}

.mobile-second-section {
    background-color: #FFEACF;
    text-align: center;
}

.mobile-fourth-section {
    background-color: #f7fbff;
    text-align: center;
}

.mobile-second-section h2,
.mobile-second-section h3,
.mobile-second-section p {
    color: #eb8400;
}

.mobile-fourth-section h2,
.mobile-fourth-section h3,
.mobile-fourth-section p {
    color: #286aac;
}

.mobile-second-section h2,
.mobile-fourth-section h2 {
    text-align: center;
    margin: 30px 0px;
    font-size: 40px;
    font-weight: 900;
}

.mobile-second-section h3,
.mobile-fourth-section h3 {
    text-align: center;
    margin: 30px 0px;
    font-size: 20px;
    font-weight: 900;
}

.mobile-second-section p,
.mobile-fourth-section p {
    padding: 20px;
    font-size: 16px;
    line-height: 1.75em;
    margin-top: 20px;
    font-weight: 700;
    margin-bottom: 0;
    text-align: center;
}

.mobile-second-section img,
.mobile-fourth-section img {
    max-width: 75%;
    height: 200px;
    object-fit: contain;
}

.mobile-second-section .row div {
    text-align: center;
}

.mobile_fifth_section img {
    width: auto;
    display: block;
    margin: 30px auto;
    max-height: 350px;
}

.mobile_fifth_section button {
    min-width: 250px;
}

#androidModal,
#iosModal {
    text-align: center;
}

#androidModal h5,
#iosModal h5 {
    font-weight: bold;
    font-size: 18px;
    color: #3c3c3c;
    padding: 15px;
}

#androidModal .modal-body,
#iosModal .modal-body {
    padding: 30px;
}

#androidModal .close,
#iosModal .close {
    color: black;
}

#androidModal .close:before,
#androidModal .close:after,
#iosModal .close:before,
#iosModal .close:after {
    display: none;
}

#androidModal a img,
#iosModal a img {
    width: 40%;
}

#mobile_image_1,
#mobile_image_4,
#mobile_image_3 {
    width: 45%;
}

.mobile_applications button {
    background-color: #ff7700;
    padding: 15px 25px;
    border: 1px solid #ff7700;
    text-transform: uppercase;
    color: white;
    font-weight: 600;
}

.mobile-applications-mobile-display {
    display: none;
}

.ios-only span {
    padding: 5px 20px;
    border-radius: 15px;
    background-color: #57b894;
    font-size: 16px;
    font-weight: 700;
    color: white;
}

@media (max-width: 992px) {
    .mobile_applications h1 {
        font-size: 30px;
        font-weight: 900;
        line-height: 40px;
    }

    .mobile_applications h2,
    .mobile-second-section h2,
    .mobile-fourth-section h2 {
        font-size: 25px;
    }

    .mobile-applications h3 {
        margin: 15px 0;
    }

    .mobile_applications p {
        font-size: 16px;
        margin-top: 40px;
        text-align: left;
        padding: 0;
        line-height: normal;

    }

    #mobile_applications-main-image {
        margin-top: 50px;
    }

    .mobile_center_text_right,
    .mobile_center_text_left {
        position: relative;
        top: unset;
        transform: unset;
    }

    .mobile_applications .store-buttons {
        text-align: center;
        padding-top: 40px;
        padding-bottom: 50px;
    }

    .mobile_applications .store-buttons img {
        width: 200px;
    }

    .mobile-applications-mobile-display {
        display: block;
    }

    .mobile-applications-desktop-display {
        display: none;
    }

    .mobile-second-section p,
    .mobile-fourth-section p {
        margin: 0;
        padding: 0 20px;
        padding-bottom: 80px;
    }

    .mobile_first_section img,
    .mobile_third_section img {
        position: relative;
        margin-top: 20px;
        margin-bottom: 60px;
    }

    .ios-only {
        margin: 15px auto;
    }

    .mobile_fifth_section div {
        text-align: center;
        margin-bottom: 15px;
    }
}



/********************
 * Piwigo Demo page *
 ********************/


.Demo-page-intro {
    position: relative;
    display: block;
}

.demo-page-intro-text {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.demo-page h1 {
    margin-top: 20px;
    font-size: 56px;
    font-weight: 900;
    text-align: left;
    color: #3c3c3c;
    line-height: 76px;
    transition: all 1s;
}

.demo-page .demo-page-intro-text p {
    color: #7e7e7e;
    font-size: 20px;
    margin-top: 40px;
    font-weight: 700;
    line-height: 28px;
    transition: all 1s;
}

.demo-page-intro-image {
    text-align: center;
    float: right;
    padding: 40px 0;
}

.demo-page-intro-image img {
    width: 100%;
}

.demo-page .container .row {
    padding: 0 15px;
}

.demo-img-gallery {
    position: relative;
}

.demo-img-gallery .demo-gallery-screenshots {
    margin: 40px 0;
    padding: 0;
}

.demo-gallery-description {
    margin-top: 90px;
}

.demo-img-gallery .demo-gallery-screenshots img {
    width: 100%;
    box-shadow: 0 0 10px #d1d1d1;
}

.demo-img-gallery .demo-gallery-screenshots .demo-gallery-description h3 {
    font-size: 25px;
    font-weight: 800;
    color: #7e7e7e;
}

.demo-img-gallery .demo-gallery-screenshots .demo-gallery-description a:hover h3 {
    color: #ff7700;
}

.demo-img-gallery .demo-gallery-screenshots .demo-gallery-description a:hover {
    text-decoration: underline #ff7700;
}

@media (max-width:1200px) {
    .demo-gallery-description {
        margin-top: 60px;
    }
}

@media (max-width:991px) {
    .demo-page h1 {
        text-align: center;
        font-size: 30px;
        font-weight: 700;
        line-height: 50px;
        margin-bottom: 40px;
    }

    .demo-page-intro-image {
        text-align: center;
    }

    .demo-page .demo-page-intro-text p {
        margin-top: 10px;
        font-size: 18px;
        padding-bottom: 50px;
    }

    .demo-gallery-description {
        margin-top: 40px;
        margin-bottom: 80px;
    }

    .demo-page-intro-text {
        position: inherit;
        top: inherit;
        transform: inherit;
    }

    .demo-page-intro-image {
        text-align: center;
        float: none;
    }

}

/***************************
 * Piwigo Get Involved CSS *
 ***************************/

.container-fluide-get-involved-banner {
    background-color: #FF7700;
    overflow: hidden;
}

.container-fluide-get-involved-banner h1,
.container-fluide-get-involved-banner p {
    color: #FFFFFF;
}

.container-fluide-get-involved-banner p {
    font-size: 18px;
}

.get-involved-banner-logo {
    background-image: url(../images/get_involved/banner_hand.svg);
    background-position: right 25%;
    background-size: 30%;
    background-repeat: no-repeat;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .get-involved-banner-logo {
        background-size: 40%;
    }
}

/* Different type to get involved into Piwigo */

.row-get-involved-inside-piwigo {
    margin-top: 100px;
    margin-bottom: 100px;
}

.row-get-involved-inside-piwigo h2,
.row-get-involved-inside-piwigo p {
    color: #4E4E4E;
}

.row-get-involved-inside-piwigo h2 {
    font-size: 24px;
    font-weight: bold;
    padding-top: 20px;
}

.row-get-involved-inside-piwigo p {
    font-size: 18px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.row-get-involved-inside-piwigo a {
    background-color: #FFFFFF;
    color: #FF7700;
    padding-left: 50px;
    padding-right: 50px;
    border-radius: 0px;
    transition: background-color 0.2s ease-out;
    -webkit-transition: background-color 0.2s ease-out;
    -moz-transition: background-color 0.2s ease-out;
    box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.10);
}

.row-get-involved-inside-piwigo .col-md-4 a {
    padding-left: 30px;
    padding-right: 30px;
}

.row-get-involved-inside-piwigo a:active,
.row-get-involved-inside-piwigo a:hover,
.row-get-involved-inside-piwigo a:focus {
    color: #FF7700;
}

.row-get-involved-inside-piwigo a:hover {
    background-color: #FF7700;
    color: #FFFFFF;
    box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.10);
}

.row-get-involved-inside-piwigo img {
    height: 50px;
}

.get-involved-how-to-code {
    border-bottom: 1px solid #F8F8F8;
    border-left: 1px solid #F8F8F8;
}

.get-involved-help-community {
    border-right: 1px solid #F8F8F8;
    border-bottom: 1px solid #F8F8F8;
}

.get-involved-submit-prod {
    border-right: 1px solid #F8F8F8;
    border-top: 1px solid #F8F8F8;
}

.get-involved-write-review {
    border-top: 1px solid #F8F8F8;
    border-left: 1px solid #F8F8F8;
}

.get-involved-how-to-code,
.get-involved-help-community,
.get-involved-submit-prod,
.get-involved-write-review {
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 30px;
    padding-right: 30px;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .row-get-involved-inside-piwigo button {}
}

@media (max-width: 991px) {

    .get-involved-how-to-code,
    .get-involved-help-community,
    .get-involved-submit-prod,
    .get-involved-write-review {
        border: 1px solid #F8F8F8;
    }

    .row-get-involved-inside-piwigo {
        margin-top: 0px;
        margin-bottom: 0px;
    }

    .row-get-involved-inside-piwigo button {
        margin-bottom: 20px;
    }
}

/* Title improve pwg */

.container-fluide-get-involved-improve-pwg {
    background-color: #FF7700;
}

.container-fluide-get-involved-improve-pwg h2 {
    font-size: 24px;
    font-weight: bold;
    margin-top: 15px;
    margin-bottom: 15px;
    color: #FFFFFF;
}

@media (max-width: 991px) {
    .container-fluide-get-involved-improve-pwg h2 {
        font-size: 14px;
    }
}

/* Content improve pwg */

.container-get-involved-improve-pwg-content img {
    height: 30px;
}

.container-get-involved-improve-pwg-content {
    margin-top: 30px;
    margin-bottom: 30px;
}

.container-get-involved-improve-pwg-content p {
    color: #4e4e4e;
    font-size: 18px;
    margin-top: 30px;
    margin-bottom: 30px;
}

.container-get-involved-improve-pwg-content a {
    color: #FF7700;
    text-decoration: none;
}

.container-get-involved-improve-pwg-content .col-md-4 {
    padding-right: 40px;
    padding-left: 40px;
}

@media (max-width: 991px) {
    .container-get-involved-improve-pwg-content p {
        font-size: 12px;
    }

    .container-get-involved-improve-pwg-content .col-md-4 {
        padding-right: 15px;
        padding-left: 15px;
    }


    .container-get-involved-improve-pwg-content a {
        margin-bottom: 10px;
        font-size: 12px;
    }
}

/* Security */

.container-fluide-get-involved-security {
    -webkit-box-shadow: inset 0 20px 20px -20px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 0 20px 20px -20px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 20px 20px -20px rgba(0, 0, 0, 0.2);
    background-color: #F8F8F8;
}

.row-get-involved-security {
    margin-top: 40px;
    margin-bottom: 40px;
}

.row-get-involved-security img {
    height: 50px;
    margin-right: 20px;
    margin-bottom: 20px;
    float: left;
}

.row-get-involved-security h2 {
    font-size: 28px;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 40px;
    color: #4e4e4e;
}

.row-get-involved-security p {
    font-size: 18px;
    color: #4e4e4e;
}

.row-get-involved-security a {
    color: #4e4e4e;
    border: 1px solid #4e4e4e;
    border-radius: 0px;
    font-size: 20px;
    transition: background-color 0.2s ease-out;
    -webkit-transition: background-color 0.2s ease-out;
    -moz-transition: background-color 0.2s ease-out;
    margin-top: 72px;
}

.row-get-involved-security a:hover {
    background-color: #4e4e4e;
    color: #F8F8F8;
    box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.10);

}

.row-get-involved-security a:active,
.row-get-involved-security a:hover,
.row-get-involved-security a:focus {
    color: #F8F8F8;
}

.row-get-involved-inside-piwigo button:hover {
    background-color: #FF7700;
    color: #FFFFFF;
    box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.10);
}

.col-get-involved-security-report {
    padding-right: 15%;
}

@media (max-width: 991px) {
    .row-get-involved-security img {
        margin-top: -10px;
    }

    .row-get-involved-security h1 {
        margin-bottom: 100px;
    }

    .row-get-involved-security p {
        text-align: center;
    }

    .col-get-involved-security-report {
        padding-right: 15px;
    }
}

/* Donate for Piwigo */

.container-get-involved-donate {
    margin-top: 50px;
    margin-bottom: 100px;
}

.container-get-involved-donate h2,
.container-get-involved-donate span,
.container-get-involved-donate label {
    color: #00AAFF;
}

.container-get-involved-donate img {
    height: 50px;
}

.get-involved-with-paypal {
    color: #4E4E4E;
}

.col-get-involved-donate-content h2 {
    font-size: 36px;
    margin-bottom: 60px;
}

.col-get-involved-donate-content p {
    font-size: 20px;
}

.col-get-involved-donate-content {
    padding-right: 15%;
}

.col-get-involved-donate-form input.form-check-input {
    margin-top: 65px;
    margin-bottom: 50px;
    font-size: 20px;
}

.col-get-involved-donate-form h2 {
    margin-bottom: 140px;
    font-size: 36px;
}

.btn-gift-money {
    border-radius: 0px;
    color: #00AAFF;
    margin-left: 5px;
    margin-right: 5px;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 20px;
    transition: background-color 0.2s ease-out;
    -webkit-transition: background-color 0.2s ease-out;
    -moz-transition: background-color 0.2s ease-out;
    background-color: #F7F7F7;
}

.btn-gift-donate {
    border-radius: 0px;
    color: #00AAFF;
    padding-right: 33.667%;
    padding-left: 33.667%;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 20px;
    border: 1px solid #00AAFF;
    transition: background-color 0.2s ease-out;
    -webkit-transition: background-color 0.2s ease-out;
    -moz-transition: background-color 0.2s ease-out;
    background-color: #FFFFFF;
}

.btn-gift-donate:active,
.btn-gift-donate:hover,
.btn-gift-donate:focus {
    color: #FFFFFF;
}

.btn-gift-donate:hover {
    color: #FFFFFF;
    background-color: #00AAFF;
    box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.10);
}

.btn-gift-money:active,
.btn-gift-money:hover,
.btn-gift-money:focus {
    color: #FFFFFF;
    background-color: #00AAFF;
    box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.10);
}

.btn-gift-money.money-active {
    color: #FFFFFF;
    background-color: #00AAFF;
    box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.10);
}

@media (min-width: 992px) and (max-width: 1199px) {
    .btn-gift-money {
        font-size: 12px;
    }
}

@media (max-width: 991px) {

    .container-get-involved-donate {
        margin-bottom: 50px;
    }

    .col-get-involved-donate-content {
        padding-right: 15px;
    }

    .col-get-involved-donate-content h1 {
        text-align: center;
    }

    .col-get-involved-donate-form {
        margin-top: 40px;
        text-align: left;
    }

    .col-get-involved-donate-form h1 {
        display: none;
    }

    .col-get-involved-donate-form input.form-check-input {
        margin-top: 40px;
        margin-bottom: 40px;
    }

    .btn-gift-money {
        font-size: 13px;
        background-color: #F7F7F7;
    }

    .btn-gift-donate {
        border-radius: 0px;
        color: #FFFFFF;
        padding-right: 33.667%;
        padding-left: 33.667%;
        padding-top: 15px;
        padding-bottom: 15px;
        font-size: 20px;
        background-color: #00AAFF;
    }
}

/* Modify checkbox style */

label {
    display: inline;
}

.regular-checkbox {
    display: none;
}

.regular-checkbox+label {
    background-color: #fafafa;
    border: 1px solid #cacece;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
    padding: 9px;
    border-radius: 3px;
    display: inline-block;
    position: relative;
}

.regular-checkbox+label:active,
.regular-checkbox:checked+label:active {
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px 1px 3px rgba(0, 0, 0, 0.1);
}

.regular-checkbox:checked+label {
    background-color: #e9ecee;
    border: 1px solid #adb8c0;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05), inset 15px 10px -12px rgba(255, 255, 255, 0.1);
    color: #99a1a7;
}

.regular-checkbox:checked+label:after {
    content: '\2714';
    font-size: 14px;
    position: absolute;
    top: 0px;
    left: 3px;
    color: #99a1a7;
}

/* Thanks Piwigo donator */

.container-fluide-thanks-donator {
    background-color: #FF7700;
}

.col-thanks-donator-content {
    padding-right: 15%;
}

.col-thanks-donator-content h2,
.col-thanks-donator-content p {
    color: #FFFFFF;
}

.col-thanks-donator-content h2 {
    font-size: 28px;
    margin-bottom: 30px;
}

.col-thanks-donator-content p {
    font-size: 20px;
}

.col-thanks-donator-logo img {
    margin-top: -46px;
    width: 100%;
    height: auto;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .col-thanks-donator-logo img {
        height: 224px;
        width: auto;
        margin-left: -80px;
    }
}

@media (max-width: 991px) {
    .col-thanks-donator-logo img {
        display: none;
    }
}

/********************
 * Piwigo Press CSS *
 ********************/

/* Header piwigo press */

.container-fluide-piwigo-press {
    background-color: #FF7700;
}

.container-fluide-piwigo-press h1,
.container-fluide-piwigo-press p {
    color: #FFFFFF;
}

.container-fluide-piwigo-press h1 {
    font-size: 28px;
    margin-bottom: 20px;
}

.container-fluide-piwigo-press p {
    font-size: 20px;
}

.piwigo-press-logo {
    background-image: url(../images/press/article.svg);
    background-repeat: no-repeat;
    background-size: 30%;
    background-position: 75% -800%;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .piwigo-press-logo {
        background-size: 30%;
        background-position: 75% 250%;
    }
}

@media (max-width: 991px) {
    .piwigo-press-logo {
        display: none;
    }
}

/* Logo kit */

.row-logo-kit {
    margin-top: 100px;
    margin-bottom: 100px;
}

.logo-kit-copyright {
    margin-bottom: 75px;
}

.logo-kit-copyright h1 {
    color: #FF7700;
    font-size: 28px;
    margin-bottom: 30px;
}

.logo-kit-copyright p {
    color: #4E4E4E;
    font-size: 20px;
}

.piwigo-black-fonts {
    text-align: center;
    background-color: #FFFFFF;
    box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.10);
}

.piwigo-black-fonts img {
    margin-top: 20px;
    margin-bottom: 20px;
    width: 75%;
    height: auto;
}

.piwigo-white-fonts {
    text-align: center;
    background-color: #333333;
    box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.10);
}

.piwigo-white-fonts img {
    margin-top: 20px;
    margin-bottom: 20px;
    width: 75%;
    height: auto;
}

.file-extensions-content {
    margin-top: 20px;
}

.file-extensions-content a {
    color: #FF7700;
    text-decoration: none;
}

.file-extensions-separation {
    border-right: 1px solid #E7E7E7;
    border-left: 1px solid #E7E7E7;
}

@media (max-width: 991px) {
    .col-piwigo-black-fonts {
        margin-bottom: 100px;
    }

    .row-logo-kit {
        margin-top: 40px;
        margin-bottom: 40px;
    }
}

/* Press release */

.row-press-releases {
    margin-top: 50px;
    margin-bottom: 50px;
}

.row-press-releases h1 {
    color: #FF7700;
    font-size: 28px;
    margin-bottom: 30px;
}

.row-press-releases p {
    color: #4E4E4E;
    font-size: 20px;
}

.row-press-releases a {
    color: #FF7700;
    text-decoration: none;
}

@media (max-width: 991px) {
    .row-press-releases {
        margin-top: 20px;
        margin-bottom: 20px;
    }
}

/* Press articles */

.row-press-articles {
    margin-top: 100px;
    margin-bottom: 100px;
}

.piwigo-press-articles {
    box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.10);
    margin-bottom: 20px;
    margin-top: 20px;
    padding-right: 20px;
}

.piwigo-press-articles img {
    width: 100%;
    height: auto;
}

.piwigo-press-articles h1 {
    font-size: 24px;
}

.piwigo-press-articles p>span {
    color: #FF7700;
    margin-bottom: 30px;
    font-size: 18px;
}

.piwigo-press-articles p {
    color: #4E4E4E;
    font-size: 18px;
}

.piwigo-press-articles a {
    color: #FF7700;
    float: right;
    text-decoration: none;
    font-size: 18px;
}

@media (min-width: 466px) and (max-width: 991px) {
    .piwigo-press-articles img {
        height: 150px;
    }
}

/* Call to action share news */

.container-fluide-share-news {
    background-color: #F8F8F8;
}

.container-fluide-share-news p {
    font-size: 20px;
    color: #4E4E4E;
}

.container-fluide-share-news a {
    font-size: 22px;
    text-decoration: none;
    color: #FF7700;
}

.row-share-news {
    margin-top: 75px;
    margin-bottom: 75px;
}

/******************************
  * Piwigo Getting Started CSS *
  ******************************/

.row-getting-started {
    position: relative;
    display: block;
}

.container-fluide-getting-started h1,
.container-fluide-getting-started p {
    color: #FFFFFF;
}

.container-fluide-getting-started h1 {
    margin-top: 20px;
    font-size: 56px;
    font-weight: 900;
    text-align: left;
    color: #3c3c3c;
    line-height: 76px;
    transition: all 1s;
}

.container-fluide-getting-started p {
    color: #7e7e7e;
    font-size: 20px;
    margin-top: 40px;
    font-weight: 700;
    line-height: 28px;
    transition: all 1s;
    text-align: left;
}

.intro-text-container {
    margin: 0;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.getting-started-banner-logo {
    text-align: center;
    float: right;
}

.getting-started-banner-logo img {
    width: 300px;
    margin-top: 30px;
}

@media (max-width: 991px) {
    .intro-text-container {
        position: inherit;
        top: inherit;
        -ms-transform: inherit;
        transform: inherit;
        padding: 0 15px;
    }

    .getting-started-banner-logo img {
        width: 60%;
    }

    .container-fluide-getting-started h1 {
        font-size: 30px;
        font-weight: 900;
        line-height: 40px;
    }

    .container-fluide-getting-started p {
        font-size: 16px;
        margin-top: 40px;
        text-align: left;
        padding: 0;
        line-height: normal;
    }
}

/* Download - Requierement - Installation guide */
.getting-started-content-container {
    background-color: #f7fbff;
}

.get-started-wave-top {
    margin-top: 50px;
}

.get-started-wave-bottom {
    margin-bottom: 50px;
}

.row-getting-started-content h3,
.row-getting-started-content p {
    color: #286aac;
}

.row-getting-started-content h3 {
    color: #286aac;
    text-align: center;
    margin: 30px 0px;
    font-size: 20px;
    font-weight: 900;
}

.row-getting-started-content p {
    padding: 20px;
    font-size: 16px;
    line-height: 1.75em;
    margin-top: 20px;
    color: #286aac;
    font-weight: 700;
    margin-bottom: 0;
}

.row-getting-started-content .btn {
    font-weight: bold;
    color: #286aac;
    border: 2px solid #286aac;
    margin: 20px 0;
    padding: 15px;
    border-radius: 0;
    transition: background-color 0.2s ease-out;
    -webkit-transition: background-color 0.2s ease-out;
    -moz-transition: background-color 0.2s ease-out;

}

.row-getting-started-content .btn:hover,
.row-getting-started-content .btn:focus,
.row-getting-started-content .btn:active {
    color: #FFFFFF;
    background-color: #286aac;

}

.row-getting-started-content img {
    max-width: 80%;
    height: 300px;
    object-fit: contain;
}

.container-fluide-unanswered-questions {
    padding: 30px;
    border-bottom: 2px solid #ddd;
    padding-bottom: 80px;
}

.container-fluide-unanswered-questions h1 {
    color: #3c3c3c;
    font-size: 40px;
    font-weight: 900;
    margin: 30px;
}

.container-fluide-unanswered-questions p {
    font-size: 16px;
    font-weight: 700;
    color: #7e7e7e;
    margin-bottom: 30px;
}

.container-fluide-unanswered-questions a {
    font-size: 16px;
    color: #FF7700;
    text-decoration: none;
}

@media (max-width: 991px) {
    .row-getting-started-content {
        margin-top: 60px;
        margin-bottom: 0px;
    }

    .row-getting-started-content button {
        padding-left: 10px;
        padding-right: 10px;
    }

    .row-getting-started-content .btn {
        margin-bottom: 80px;
    }

    .container-fluide-unanswered-questions h1 {
        font-size: 25px;
    }
}

/************************
 * Piwigo Changelogs CSS *
 *************************/

/* Changelogs header*/

.changelogs-intro {
    position: relative;
    padding-top: 30px;
}

.container-fluide-changelogs {
    margin-top: 50px;
}

.container-fluide-changelogs h1 {
    margin-top: 20px;
    font-size: 56px;
    font-weight: 900;
    text-align: left;
    color: #3c3c3c;
    line-height: 76px;
    transition: all 1s;
    margin: 0;
}

.container-fluide-changelogs p {
    color: #7e7e7e;
    font-size: 20px;
    margin-top: 40px;
    font-weight: 700;
    line-height: 28px;
    transition: all 1s;
    text-align: left;
}

.changelogs-intro-text {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.changelogs-intro-image {
    float: right;
}

.changelogs-intro-image img {
    width: 70%;
    margin: 0 auto;
}

/* All piwigo versions */

.container-changelogs-versions {
    margin: 60px 0;
    overflow: hidden;
    padding-bottom: 150px;
}

.container-changelogs-versions .version-wave {
    width: 100%;
}

/* Major versions */

.version-major {
    padding: 30px;
    padding-bottom: 15px;
}

.version-major h2 {
    font-size: 28px;
    font-weight: bold;
    margin: 0;
    padding: 10px;
}

.version-major p {
    padding: 5px 10px;
    border-radius: 25px;
    margin: 0;
    margin-left: 10px;
    font-size: 13px;
    font-weight: 700;
}


.version-major h2,
.version-major p {
    display: inline-block;
    vertical-align: middle;
}

.version-major a {
    text-decoration: none;
}

.version-major-content ul {
    padding-left: 0px;
    list-style: none;
    margin-top: 15px;
}

.version-major-content li {
    margin: 0;
    display: inline-block;
    padding: 5px;
    font-size: 16px;
}

.version-major button {
    border: none;
    border-radius: 0;
    padding: 15px 25px;
    color: white;
    font-weight: 700;
}

/* Minor versions */

.minor-versions-container {
    margin-bottom: 20px;
}

.minor-versions-container ul {
    padding: 0;
}

.minor-versions-container li {
    list-style: none
}

.version-minor {
    width: 170px;
    padding: 30px 15px;
    margin: 10px 6px;
    ;
    display: inline-block;
}

.version-minor h2 {
    margin-bottom: 15px;
    font-size: 28px;
    font-weight: bold;
    margin-top: 5px;
}

.version-minor p {
    font-size: 13px;
}

.version-minor a {
    font-size: 18px;
    text-decoration: none;
}

.version-box {
    display: block;
    line-height: 1.42857143;
    background-color: #fff;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
}

.primary-version {
    width: 100%;
    padding: 30px;
    ;
}


.primary-version h2 {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 15px;
    margin-top: 0;
    color: #eb8400;
}

.primary-version p {
    font-size: 20px;
    margin: 0;
    color: #eb8400;
}

.primary-version-content p {
    margin-top: 15px;
    margin-bottom: 15px;

    display: inline-block;
    padding: 10px 15px;
    font-size: 16px;
    font-weight: bold;
}


.primary-version a:hover {
    text-decoration: none;
    background-color: #eb8400;
    color: white;
}

.primary-version img {
    width: 50%
}

/* Version images */

.version-row {
    position: relative;
}

.right-image-changelogs .version-image {
    margin: 0;
    width: 60%;
}

.container-changelogs-versions .right-image-changelogs .corner1 {
    top: -50px;
    left: 40px;
    position: absolute;
}

.container-changelogs-versions .right-image-changelogs .corner2 {
    bottom: -50px;
    right: 40px;
    position: absolute;
}

.left-image-changelogs {
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
    left: 0;
}

.right-text-changelogs {
    float: right;
}

.right-image-changelogs {
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
    right: 0;
}

.left-text-changelogs {
    float: left;
}

.left-image-changelogs .version-image {
    margin: 0;
    width: 60%;
}

.container-changelogs-versions .left-image-changelogs .corner3 {
    top: -50px;
    right: 40px;
    position: absolute;
    transform: rotate(-90deg);
}

.container-changelogs-versions .left-image-changelogs .corner4 {
    bottom: -50px;
    left: 40px;
    position: absolute;
    transform: rotate(-90deg);
}

.right-image-centered {
    margin: 0;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
}


/* Version colors */
.version-wave-top,
.no-wave {
    margin-top: 40px;
    margin-bottom: -1px;
}

.version-wave-top {
    margin-bottom: -1px;
}

.version-wave-bottom,
.no-wave {
    margin-bottom: 40px;
}

.version-wave-bottom {
    margin-top: -2px;
}


.container-changelogs-versions .version-purple {
    background-color: #efecfa;
    position: relative;
    padding: 60px 0;
}

.version-purple .version-major,
.version-purple .version-major h2,
.version-purple .version-major a,
.version-purple .version-major li,
.version-purple .version-minor h2,
.version-purple .version-minor p,
.version-purple .version-minor a {
    color: #463283;
}

.version-purple .details-major-version {
    background-color: #463283;
}

.version-purple .version-major p {
    background-color: #d6cdf0;
    color: #7e64d0;
}

.version-purple .version-minor {
    border: 2px solid #463283;
}

.version-purple .version-major a:hover h2,
.version-purple .version-minor:hover {
    background-color: #463283;
    color: white;
    cursor: pointer;
}

.version-purple .version-minor:hover h2,
.version-purple .version-minor:hover p {
    color: white;
}

.container-changelogs-versions .version-blue {
    background-color: #f7fbff;
    position: relative;
    padding: 60px 0;
}

.version-blue .version-major,
.version-blue .version-major h2,
.version-blue .version-major a,
.version-blue .version-major li,
.version-blue .version-minor h2,
.version-blue .version-minor p,
.version-blue .version-minor a {
    color: #286aac;
}

.version-blue .details-major-version {
    background-color: #286aac;
}

.version-blue .version-major p {
    background-color: #d8ebfe;
    color: #53a6f9;
}


.version-blue .version-minor {
    border: 2px solid #286aac;
}

.version-blue .version-major a:hover h2,
.version-blue .version-minor:hover {
    background-color: #286aac;
    color: white;
    cursor: pointer;
}

.version-blue .version-minor:hover h2,
.version-blue .version-minor:hover p {
    color: white;
}

.container-changelogs-versions .version-orange {
    background-color: #ffeacf;
    position: relative;
    padding: 60px 0;
}

.version-orange .version-major,
.version-orange .version-major h2,
.version-orange .version-major p,
.version-orange .version-major a,
.version-orange .version-major li,
.version-orange .version-minor h2,
.version-orange .version-minor p,
.version-orange .version-minor a {
    color: #eb8400;
}

.version-orange .details-major-version {
    background-color: #eb8400;
}

.version-orange .version-major p {
    background-color: #ffd5b1;
    color: #ff7700;
}

.version-orange .version-minor {
    border: 2px solid #eb8400;
}

.version-orange .version-major a:hover h2,
.version-orange .version-minor:hover {
    background-color: #eb8400;
    color: white;
    cursor: pointer;
}

.version-orange .version-minor:hover h2,
.version-orange .version-minor:hover p {
    color: white;
}

.no-wave {
    background-color: transparent !important;
}

.summary-list span:last-child {
    display: none;
}

@media (max-width: 991px) {
    .container-fluide-changelogs h1 {
        font-size: 30px;
        font-weight: 900;
        line-height: 40px;
    }

    .container-fluide-changelogs p {
        font-size: 16px;
        margin-top: 40px;
        text-align: left;
        padding: 0;
        line-height: normal;
    }

    .changelogs-intro-image img {
        margin-top: 50px;
    }

    .left-image-changelogs,
    .right-image-changelogs,
    .changelogs-intro-text {
        position: relative;
        transform: unset;
        top: unset;
        left: unset;

    }

    .changelogs-intro-text h1 {
        font-weight: 900;
        line-height: 40px;
        text-align: center;
        font-size: 30px;
    }

    .right-image-changelogs {
        margin-top: 60px;
    }

    .left-image-changelogs {
        margin-bottom: 60px;
    }

    .right-text-changelogs,
    .left-text-changelogs {
        float: unset;
    }

}

/* Techs views */

.container-fluide-techs-view {
    background-color: #F8F8F8;
    padding-top: 20px;
    padding-bottom: 20px;
}

.container-fluide-techs-view p {
    font-size: 22px;
    color: #4E4E4E;
}

.container-fluide-techs-view a {
    font-size: 24px;
    color: #FF7700;
    text-decoration: none;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .changelogs-logo {
        height: 165px;
        background-position: 65% 200%;
    }
}

@media (max-width: 991px) {
    .changelogs-logo {
        display: none;
    }
}

/**********************
 * Piwigo contact CSS *
 **********************/

.container-fluide-contact {
    background-color: #FF7700;
}

.container-fluide-contact h1,
.container-fluide-contact p {
    color: #FFFFFF;
}

.container-fluide-contact h1 {
    margin-bottom: 20px;
}

.container-fluide-contact p {
    font-size: 18px;
}

.contact-logo {
    height: 167px;
    background: url(../images/contact/contact.svg);
    background-size: 40%;
    background-position: 66% 0%;
    background-repeat: no-repeat;
}

@media (min-width: 992px) and (max-width: 1200px) {
    .contact-logo {
        height: 192px;
        background-position: 66% 55px;
    }
}

@media (max-width: 991px) {
    .contact-logo {
        display: none;
    }
}

.container-contact {
    margin-top: 50px;
    margin-bottom: 50px;
}

.container-contact label {
    color: #54616F;
}

.container-contact input,
.container-contact textarea {
    transition: background-color 0.2s ease-out;
    -webkit-transition: background-color 0.2s ease-out;
    -moz-transition: background-color 0.2s ease-out;
}

.container-contact input:active,
.container-contact textarea:active,
.container-contact select:active,
.container-contact input:focus,
.container-contact textarea:focus,
.container-contact select:focus {
    border: 1px solid #FF7700;
    box-shadow: 0 0 0;
}

.container-fluide-border-orange {
    height: 1px;
    border-bottom: 2px solid #FF7700;
}

.btn-send-mail {
    margin-top: 50px;
    font-size: 20px;
    color: #FF7700;
    border-radius: 0px;
    background-color: #FFFFFF;
    padding-left: 100px;
    padding-right: 100px;
    border: 1px solid #FF7700;
    transition: background-color 0.2s ease-out;
    -webkit-transition: background-color 0.2s ease-out;
    -moz-transition: background-color 0.2s ease-out;
    box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.10);
}


.contact-success {
    margin-top: 50px;
    margin-bottom: 50px;
    font-size: 28px;
    color: #1D5D2B;
    background-color: #d4edda;
    border: 1px solid #c3e6cb;
    border-radius: 5px;
    padding: 20px 0;
}

@media (max-width: 380px) {
    .btn-send-mail {
        padding-left: 50px;
        padding-right: 50px;
    }
}

.btn-send-mail:hover,
.btn-send-mail:focus {
    color: #FFFFFF;
    background-color: #FF7700;
}

.input-email {
    height: 28px;
}

.contact-category {
    color: #54616F;
    margin-bottom: -5px;
    margin-top: -2px;
}

.ohnohoney {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 0;
    width: 0;
    z-index: -1;
}

/* Dropdown */

.dropdown-el {
    min-width: 12em;
    position: relative;
    display: inline-block;
    margin-right: 1em;
    min-height: 2em;
    max-height: 2em;
    overflow: hidden;
    top: .5em;
    cursor: pointer;
    text-align: left;
    white-space: nowrap;
    color: #444;
    outline: none;
    border: .1em solid #CCC;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    transition: .3s all ease-in-out;
}

.dropdown-el input {
    display: none;
}

.dropdown-el label {
    border-top: .06em solid #d9d9d9;
    display: block;
    height: 2em;
    line-height: 2em;
    padding-left: 1em;
    padding-right: 3em;
    cursor: pointer;
    position: relative;
    font-weight: normal;
    transition: .3s color ease-in-out;
}

.dropdown-el label:nth-child(2) {
    margin-top: 2em;
    border-top: .06em solid #FF7700;
}

.dropdown-el input:checked+label {
    display: block;
    border-top: none;
    position: absolute;
    top: 0;
}

.dropdown-el input:checked+label:nth-child(2) {
    margin-top: 0;
    position: relative;
}

.dropdown-el::after {
    content: "";
    position: absolute;
    right: 0.8em;
    top: 0.9em;
    border: .3em solid #FF7700;
    border-color: #4F4F4F transparent transparent transparent;
    transition: .4s all ease-in-out;
}

.dropdown-el.expanded {
    border: .06em solid #FF7700;
    background: #fff;
    border-radius: .25em;
    padding: 0;
    box-shadow: rgba(0, 0, 0, 0.1) 3px 3px 5px 0px;
    max-height: 15em;
}

.dropdown-el.expanded label {
    border-top: .06em solid #d9d9d9;
}

.dropdown-el.expanded label:hover {
    color: #FF7700;
    font-weight: bold;
}

.dropdown-el.expanded input:checked+label {
    color: #FF7700;
}

.dropdown-el.expanded::after {
    transform: rotate(-180deg);
    top: .55em;
}

/**********************
 * Piwigo release CSS *
 **********************/

/* Release note */

.container-release-note {
    background-color: #54616F;
}

.container-release-note h1,
.container-release-note p {
    color: white;
}

.container-release-note p {
    font-size: 20px;
}

.container-release-note span {
    font-size: 80px;
    position: absolute;
    line-height: 70px;
    bottom: 0;
    color: #9FA6AE;
    font-size: 80px;
    font-style: italic;
    right: 40px;
}

@media (max-width: 991px) {
    .container-release-note span {
        display: none;
    }
}

.release-notes-intro {
    font-size: 15px;
    text-align: justify;
}

#releaseNotesMain.major-release h3 span.badge {
    background-color: #ccc;
    color: #000;
    padding: 10px 14px;
    border-radius: 10px;
    font-size: 30px;
    margin-left: 20px;
}

#releaseNotesMain.major-release h3 span.badge.badge-new {
    background-color: #ddd8eb;
    color: #754eda;
}

#releaseNotesMain.major-release h3 span.badge.badge-redesign {
    background-color: #cee2e4;
    color: #2e9999;
}

#releaseNotesMain.major-release h3 span.badge.badge-refresh,
#releaseNotesMain.major-release h4 span.badge.badge-refresh {
    background-color: #cfebff;
    color: #2883c3;
}

.badge.badge-quote {
    background-color: #dfeff5;
    color: #119ccc;
}

.badge.badge-quote a {
    color: #119ccc;
}

#releaseNotesMain.major-release h3 span[class*=" icon-"]::before {
    font-size: 25px;
    margin-left: 0;
    margin-right: 8px;
}

#releaseNotesMain.major-release .release-notes-intro .intro-text {
    font-size: 20px;
    margin-bottom: 40px;
    text-align: center;
}

#releaseNotesMain #intro-title {
    font-size: 22px;
    font-weight: bold;
}

#releaseNotesMain.major-release #intro-title {
    margin: 30px 0;
}

#releaseNotesMain #intro-main-text,
.intro-text2_10 {
    font-size: 18px;
    margin-top: 0;
}

.intro-text2_10 {
    margin-top: -10px;
    line-height: 2em !important;
}

#releaseNotesMain.major-release p {
    text-align: center;
}

#releaseNotesMain .back_overview {
    margin-bottom: 30px;
    font-size: 90%;
    text-align: right;
}

#releaseNotesMain.major-release .back_overview {
    display: none;
}

#releaseNotesMain img.screenshot {
    margin: 0 auto;
    display: block;
    max-width: 100%;
}

#releaseNotesMain p.screenshot-caption {
    font-family: 'Coming Soon', cursive;
    text-align: center;
    font-style: italic;
    font-weight: 600;
    color: #666;

}

.first-image-and-caption,
.second-image-and-caption,
.center-image-without-caption {
    position: relative;
    margin: 50px 0;
}

#releaseNotesMain .center-image-without-caption img {
    max-width: 60%;
}

.first-image-and-caption div:last-child {
    margin: 0;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
}

.second-image-and-caption div:first-child {
    margin: 0;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
}

.right-image-screenshot {
    float: right;
}

.underline-img {
    height: 50px;
    margin-top: -22px;
}

.corner1 {
    width: 50px;
    position: absolute;
    top: -26px;
    left: -13px;
}

.corner2 {
    width: 65px;
    position: absolute;
    bottom: -38px;
    right: -30px;
}

.corner3 {
    transform: rotate(90deg);
    width: 50px;
    position: absolute;
    top: -26px;
    right: -13px;
}

.corner4 {
    transform: rotate(90deg);
    width: 50px;
    position: absolute;
    bottom: -23px;
    left: -10px;
}

.corner5 {
    transform: rotate(90deg);
    width: 50px;
    position: absolute;
    top: -30px;
    right: 200px;
}

.corner6 {
    transform: rotate(90deg);
    width: 50px;
    position: absolute;
    bottom: -35px;
    left: 202px;
}

.interview {
    background-color: #dfeff5;
    padding: 50px;
    margin-bottom: 50px;
}

.interview p {
    color: #145f79;
    line-height: 2em;
    font-size: 16px;
}

.interview img.quotes {
    width: 75px;
    margin-top: -122px;
}

#releaseNotesMain .interview p.first {
    margin-top: -17px;
}

.interview-signature {
    text-align: right;
    font-weight: 600;
}

.interview .photo {
    float: right;
    margin: 0 0 50px 50px;
    width: 175px;
}

#releaseNotesMain section h3 {
    border-bottom: 1px solid #cdcdcd;
}

#releaseNotesMain.major-release section h3 {
    border-bottom: none;
    font-size: 40px;
    font-weight: 900;
    text-align: center;
    margin-bottom: -10px;
}

#releaseNotesMain.major-release .section-framed h3 {
    font-size: 30px;
    text-align: right;
    margin-bottom: 10px;
    margin-top: -10px;
}

#releaseNotesMain H4 {
    font-style: normal;
    font-weight: bold;
    border-bottom: 2px solid #cdcdcd;
    font-size: 110%;
    display: inline;
    color: #666;
}

section.release-notes-overview {
    background-color: #54616F;
    color: #ccc;
    margin-bottom: 30px;
}

section.release-notes-overview .user-features {
    padding: 30px 0;
}

section.release-notes-overview .technical-features {
    border-top: none;
    padding: 30px 0;
    border: none;
    border-top: 1px solid #636E7B;
}

#releaseNotesMain section.release-notes-overview h3 {
    border: none;
    text-align: center;
    margin: 0 0 35px 0;
}

section.release-notes-overview h3 i {
    margin-right: 10px;
}

#releaseNotesMain section.release-notes-overview ul {
    margin-top: 0;
    margin-bottom: 0;
}

section.release-notes-overview li {
    font-size: 18px;
    margin-bottom: 10px;
    color: #888;
}

section.release-notes-overview li a {
    color: #ccc;
}

#releaseNotesMain H3 {
    margin-bottom: 30px;
}

#releaseNotesMain.major-release H4 {
    font-style: normal;
    font-weight: bold;
    font-size: 110%;
    color: black;
    font-size: 25px;
    text-align: left;
    margin-top: 40px;
    margin-bottom: -20px;
    border-bottom: none;
}

#releaseNotesMain p {
    margin: 30px 0;
    text-align: justify;
}


#releaseNotesMain p.descriptive-text {
    line-height: 2em;
    font-size: 18px;
}

#releaseNotesMain.major-release .interview p {
    text-align: left;
}

#releaseNotesMain p.descriptive-text-user-comments {
    line-height: 1.5em;
    text-align: left;
    font-size: 16px;
    padding: 30px;
    border-left: solid 3px #FF7700;
    background-color: #ffc99a;
    color: #823b00;
}

#releaseNotesMain .technical-features h4 {
    text-align: left;
}

#releaseNotesMain .technical-features p.descriptive-text {
    font-size: 16px;
    line-height: 1.75em;
    text-align: left;
}

#releaseNotesMain ul {
    margin-top: 20px;
    margin-bottom: 20px;
    padding-left: 30px;
}

#releaseNotesMain ul.api-methods {
    list-style: none;
    padding: 15px;
}

#releaseNotesMain .badge {
    margin-right: 10px;
}

#releaseNotesMain .badge.new {
    background-color: #ddd8eb;
    color: #754eda;
}

#releaseNotesMain .badge.updated {
    background-color: #cee2e4;
    color: #2e9999;
}

#releaseNotesMain .badge.link-learn-more {
    background-color: #d6ffcf;
    color: #219f0c;
}

.section-part {
    padding: 40px 0;
}

#releaseNotesMain .section-framed {
    background-color: #e7a7d6;
    color: #52003B;
    padding: 50px;
}

#releaseNotesMain .section-framed.extension {
    background-color: #efecfa;
    color: #463283;
    padding: 50px;
}

#releaseNotesMain .section-framed img.information {
    width: 75px;
    margin-top: -88px;
    float: left;
}


#releaseNotesMain.major-release .section-framed p {
    text-align: left;
    line-height: 1.5em;
    font-size: 15px;
    font-weight: 600;
    margin: 30px 0 0 0;
}

#releaseNotesMain.major-release .section-framed p a {
    color: #020002;
}

#releaseNotesMain .section-framed.extension i {
    float: left;
    font-size: 100px;
    margin-top: -130px;
}

#releaseNotesMain .section-framed.extension i:before {
    margin: 0;
    width: 100%;
}

.technical-features pre {
    padding: 15px;
    width: 94%;
    font-size: 10px;
}

@media (max-width:1200px) {
    .technical-features pre {
        font-size: 8px;
    }

    .corner5 {
        right: 160px;
    }

    .corner6 {
        left: 160px;
    }
}

@media (max-width:991px) {
    .technical-features pre {
        font-size: 13px;
    }

    .first-image-and-caption,
    .second-image-and-caption {
        margin: 40px 0;
        padding: 20px 0;
    }

    .first-image-and-caption div:last-child {
        position: relative;
        margin: 30px 0;
        top: 0;
        transform: unset;
        padding-top: 0px;
    }

    .second-image-and-caption div:first-child {
        position: relative;
        transform: unset;
    }

    #releaseNotesMain p.screenshot-caption {
        margin: 8px;
    }

    #releaseNotesMain p.screenshot-caption#extra-margin {
        margin-top: 50px;
    }

    .corner2 {
        bottom: -30px;
        right: -20px;
    }

    .corner3-edit {
        right: 0 !important;
        top: -10px !important;
    }

    .corner4 {
        left: -10;
        bottom: auto;
    }

    .corner4-edit {
        left: 0 !important;
        bottom: -15px !important;
    }

    .corner5 {
        right: 40px;
    }

    .corner6 {
        left: 45px;
    }

    #releaseNotesMain p {
        margin: 15px auto;
    }

    .section-part {
        padding: 15px 0;
    }

    .release-notes-intro #responsive-screens {
        width: 100%;
    }

    .interview-container,
    .section-framed-container {
        margin: -20px;
    }

    .interview1 {
        margin-top: 115px;
    }

    .interview .photo {
        margin: 80px auto;
        float: none;
        display: block;
        margin-top: 0;
        width: 75%;
    }

    .extra-margin {
        margin-top: 40px !important;
    }

    .extra-large-margin {
        margin-top: 80px;
    }

    #releaseNotesMain.major-release H4 {
        font-size: 22px;
        display: block;
        padding-bottom: 10px;
    }

    .extra-side-padding {
        padding-left: 30px;
        padding-right: 30px;
    }

    .less-side-padding {
        padding-left: 0;
        padding-right: 0;
    }

    #releaseNotesMain .section-framed {
        padding: 35px;
    }

    #releaseNotesMain .section-framed img.information {
        width: 50px;
        margin-top: -60px;
    }

    #releaseNotesMain #intro-main-text,
    .intro-text {
        padding-left: 15px;
        padding-right: 15px;
    }

    #releaseNotesMain.major-release p,
    #releaseNotesMain .technical-features p#technical-first-paragraph {
        padding-left: 30px;
        padding-right: 30px;
    }

    #releaseNotesMain .technical-features p.descriptive-text {
        padding-left: 15px;
        padding-right: 15px;
    }

    #releaseNotesMain.major-release section h3 {
        font-size: 30px;
        margin-top: 30px;
    }

    #releaseNotesMain img.screenshot {
        margin-top: 30px;
    }
}

@media (max-width:680px) {
    .technical-features pre {
        font-size: 6px;
    }
}

@media (max-width:576px) {
    .technical-features pre {
        font-size: 5px;
    }

    .underline-img {
        max-width: 100%;
    }

    #releaseNotesMain.major-release h3 span.badge {
        font-size: 20px;
        display: block;
        width: fit-content;
        margin: 15px auto;
    }

    #releaseNotesMain.major-release h3 span[class*=" icon-"]::before {
        font-size: 15px;
    }

    .first-image-and-caption,
    .second-image-and-caption {
        margin: 0 20px;
    }

    .second-image-and-caption {
        margin-bottom: 30px;
    }

    .section-framed-container {
        margin-top: 20px;
    }
}

/* Download release */

.container-download-release {
    margin-top: 60px;
    margin-bottom: 60px;
}

.container-download-release h1,
.container-download-release p {
    color: #54616F;
}

.btn-close-popover {
    color: red;
    float: right;
    cursor: pointer;
    transition: transform 0.5s;
    -webkit-transition: transform 0.5s;
    -moz-transition: transform 0.5s;
}

.btn-close-popover:active,
.btn-close-popover:hover {
    color: red;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.container-download-release .row>a.btn {
    font-size: 20px;
    color: white;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 80px;
    padding-right: 80px;
    margin-bottom: 10px;
    border-radius: 0px;
    background-color: #FF7700;
    transition: background-color 0.2s ease-out;
    -webkit-transition: background-color 0.2s ease-out;
    -moz-transition: background-color 0.2s ease-out;
}

.container-download-release .row>a.btn:hover {
    box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.10);
}

@media (max-width: 991px) {
    .container-download-release .row>a.btn {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media (max-width:320px) {
    .container-download-release .row>a.btn {
        font-size: 15px;
    }
}

.container-download-release .row>p>i.icon-info-circled {
    color: #FF7700;
    margin-right: 10px;
}

.container-download-release .row>p>i.icon-dropbox {
    margin-right: 10px;
}

.container-download-release .row>p>span {
    color: #FF7700;
}

.container-download-release .row>p {
    margin-top: 60px;
    margin-bottom: 0px;
    font-size: 18px;
}

.container-download-release .row>a {
    color: #FF7700;
    text-decoration: none;
    cursor: pointer;
}

.container-download-release .row>p.release-date {
    margin-top: 0px;
    margin-bottom: 15px;
    font-size: 14px;
}

.container-download-release .row>a.copy-md5sum {
    color: #54616F;
}

/* Introduction release content */

.container-fluide-release-note-content-intro {
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: auto;
    padding-right: auto;
    box-shadow: 0px 3px 3px 4px rgba(0, 0, 0, 0.05);
}

.container-fluide-release-note-content-intro p {
    font-size: 18px;
    color: #54616F;
    white-space: nowrap;
}

.container-fluide-release-note-content-intro i {
    margin-right: 10px;
}

.container-fluide-release-note-content-intro .container .row {
    display: inline-block;
    text-align: left;
}

.container-fluide-release-note-content-intro .container .row .col-md-4.col-xs-6 {
    margin-top: 10px;
}

@media (max-width: 991px) {
    .container-fluide-release-note-content-intro p {
        font-size: 16px;
    }
}

/* Bugs fixed */

.container-bugs-fixed {
    margin-top: 60px;
    margin-bottom: 60px;
}

.container-bugs-fixed .row .col-md-12>h1 {
    color: #54616F;
    margin-bottom: 30px;
}

.container-bugs-fixed .row .col-md-12>h1>i.icon-wrench {
    margin-right: 15px;
}

.container-bugs-fixed .row .col-md-4>h2>i {
    margin-right: 10px;
    color: #54616F;
}

.container-bugs-fixed .row .col-md-4>h2 {
    font-size: 20px;
    text-align: left;
    margin-bottom: 12px;
}

.container-bugs-fixed .row .col-md-4>h2>a {
    color: #FF7700;
    text-decoration: none;
}

.container-bugs-fixed .row .col-md-4>p {
    color: #54616F;
}

/* Known issues */

.container-fluide-known-issues {
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: #f0f0f0;
}


.container-fluide-known-issues .container .row>h1>i.icon-attention {
    margin-right: 15px;
}

.container-fluide-known-issues .container .row>h1 {
    color: #54616F;
    font-size: 32px;
    margin-bottom: 30px;
}

.container-fluide-known-issues .container .row .col-md-12>h2>i.icon-check-empty {
    color: #54616F;
    margin-right: 10px;
}

.container-fluide-known-issues .container .row .col-md-12>h2 {
    color: #FF7700;
    font-size: 20px;
}

.container-fluide-known-issues .container .row .col-md-12>p {
    color: #54616F;
}

/* New or updated language */
.container-release-language {
    margin-top: 60px;
    margin-bottom: 60px;
}

.container-release-language .row>h1 {
    font-size: 32px;
    color: #54616F;
}

.container-release-language .row>h1>i.icon-globe {
    margin-right: 15px;
}

.container-release-language .row>p {
    color: #FF7700;
    margin-top: 40px;
    margin-bottom: 40px;
    padding-left: 10px;
    font-size: 20px;
}

.container-release-language .row>p>i.icon-plus-circled {
    margin-right: 10px;
}

.container-release-language .row>h2 {
    padding-left: 15px;
    margin-top: 0px;
    margin-bottom: 10px;
    font-size: 24px;
    color: #54616F;
}

.container-release-language .row .col-md-3>p {
    margin-top: 20px;
    margin-bottom: 20px;
    color: #54616F;
}

/* Features added */

.container-fluide-features-added {
    background-color: #F7F7F7;
    padding-top: 50px;
    padding-bottom: 50px;
}

.container-fluide-features-added .container .row>h1 {
    color: #54616F;
    font-size: 32px;
    margin-bottom: 30px;
}

.container-fluide-features-added .container .row>h1>i.icon-plus-circled {
    margin-right: 15px;
}

.container-fluide-features-added .container .row .col-md-4>h2 {
    color: #FF7700;
    font-size: 20px;
}

.container-fluide-features-added .container .row .col-md-4>h2>i.icon-circle-thin {
    color: #54616F;
    margin-right: 10px;
}

.container-fluide-features-added .container .row .col-md-4>p {
    color: #54616F;
}

/* Upgrade from new release */

.container-fluide-release-upgrade {
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: #54616F;
}

.container-fluide-release-upgrade .container .row>h1 {
    font-size: 32px;
    margin-bottom: 30px;
    color: white;
}

.automatic-upgrade {
    margin-top: 30px;
    margin-bottom: 15px;
    width: 100%;
    float: left;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.automatic-upgrade p {
    color: white;
    font-size: 20px;
}

.automatic-upgrade a.btn {
    font-size: 20px;
    color: #54616F;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 80px;
    padding-right: 80px;
    margin-bottom: 10px;
    border-radius: 0px;
    background-color: white;
    transition: background-color 0.2s ease-out;
    -webkit-transition: background-color 0.2s ease-out;
    -moz-transition: background-color 0.2s ease-out;
}

.automatic-upgrade a.btn:hover,
.automatic-upgrade a.btn:focus {
    color: white;
    border: 1px solid white;
    background-color: #54616F;
    box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.10);
}

.transfer-upgrade,
.manual-upgrade {
    border-top: 1px solid #636E7B;
    width: 100%;
    float: left;
    position: relative;
    min-height: 1px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 15px;
    padding-left: 15px;
}

.transfer-upgrade p,
.manual-upgrade p {
    color: white;
    margin-bottom: 0px;
    font-size: 20px;
}

.transfer-upgrade a.btn,
.manual-upgrade a.btn {
    font-size: 20px;
    color: white;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 80px;
    padding-right: 80px;
    margin-top: 30px;
    margin-bottom: 10px;
    border-radius: 0px;
    border: 1px solid white;
    background-color: #54616F;
    transition: background-color 0.2s ease-out;
    -webkit-transition: background-color 0.2s ease-out;
    -moz-transition: background-color 0.2s ease-out;
}

.transfer-upgrade a.btn:hover,
.transfer-upgrade a.btn:focus,
.manual-upgrade a.btn:hover,
.manual-upgrade a.btn:focus {
    color: #54616F;
    background-color: white;
    box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.10);
}

.manual-upgrade a.btn {
    margin-top: 15px;
    padding-left: 90px;
    padding-right: 90px;
}

.manual-upgrade {
    border-top: 1px solid #636E7B;
    width: 100%;
    float: left;
    position: relative;
    min-height: 1px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 15px;
    padding-left: 15px;
}

.manual-upgrade p {
    color: white;
    font-size: 20px;
}

.automatic-upgrade a.btn,
.transfer-upgrade a.btn,
.manual-upgrade a.btn {
    width: 100%;
}

@media (max-width: 991px) {

    .automatic-upgrade a.btn,
    .transfer-upgrade a.btn,
    .manual-upgrade a.btn {
        width: auto;
        margin: 30px auto 0 auto;
        display: block;
    }
}

/* Changelog version 11 */

.release-11_0_0 .container-release-note {
    display: none;
}

.release-11_0_0 .container-download-release {
    display: none;
}

.release-11_0_0 .download11 {
    display: block;
}

.release-11_0_0 .piwigo11-img {
    width: 100%;
}

.release-11_0_0 .release-notes-intro {
    margin-top: 60px;
    margin-bottom: 30px;
}

.release-11_0_0 #releaseNotesMain.major-release .release-notes-intro .intro-text {
    text-align: left;
}

.release-11_0_0 #releaseNotesMain.major-release #intro-title {
    margin: 30px;
    margin-top: 0;
    text-align: center;
}

/* Changelog version 12 */
.release-12_0_0 .container-release-note {
    background: linear-gradient(135deg, rgb(255, 119, 0) 0%, rgb(249, 76, 93) 50%, rgb(249, 76, 93) 100%);
}

.release-12_0_0 .container-release-note span {
    color: white;
}

.release-12_0_0 .container-download-release {
    display: none;
}

.release-12_0_0 .download11 {
    display: block;
}

.release-12_0_0 .piwigo12-img {
    max-width: 100%;
}

.release-12_0_0 .release-notes-intro {
    margin-top: 60px;
    margin-bottom: 30px;
}

.release-12_0_0 #releaseNotesMain.major-release .release-notes-intro .intro-text {
    text-align: left;
}

.release-12_0_0 #releaseNotesMain.major-release #intro-title {
    margin: 30px;
    margin-top: 0;
    text-align: center;
}

/* Changelog version 13 */
.release-13_0_0 .container-release-note {
    background: linear-gradient(135deg, rgb(255, 119, 0) 0%, rgb(249, 76, 93) 50%, rgb(249, 76, 93) 100%);
}

.release-13_0_0 .container-release-note span {
    color: white;
}

.release-13_0_0 .container-download-release {
    display: none;
}

.release-13_0_0 .download13 {
    display: block;
    margin-top: 22px;
}

.release-13_0_0 .piwigo13-img {
    width: 100%;
}

.release-13_0_0 .release-notes-intro {
    margin-top: 60px;
    margin-bottom: 30px;
}

.release-13_0_0 #releaseNotesMain.major-release .release-notes-intro .intro-text {
    text-align: left;
}

.release-13_0_0 #releaseNotesMain.major-release #intro-title {
    margin: 30px;
    margin-top: 0;
    text-align: center;
}

.release-13_0_0 h4#apibrowser {
    margin-bottom: 20px;
}

/* Changelog version 14 */
.release-14_0_0 .container-release-note {
    background: linear-gradient(135deg, rgb(255, 119, 0) 0%, rgb(249, 76, 93) 50%, rgb(249, 76, 93) 100%);
}

.release-14_0_0 .container-release-note span {
    color: white;
}

.release-14_0_0 .container-download-release {
    display: none;
}

.release-14_0_0 .download14 {
    display: block;
    margin-top: 22px;
}

.release-14_0_0 .piwigo14-img {
    width: 100%;
}

.release-14_0_0 .release-notes-intro {
    margin-top: 60px;
    margin-bottom: 30px;
}

.release-14_0_0 #releaseNotesMain.major-release .release-notes-intro .intro-text {
    text-align: left;
}

.release-14_0_0 #releaseNotesMain.major-release #intro-title {
    margin: 30px;
    margin-top: 0;
    text-align: center;
}

.release-14_0_0 h4#apibrowser {
    margin-bottom: 20px;
}

@media (max-width: 991px) {
    .release-14_0_0 #releaseNotesMain.major-release #intro-title {
        padding: 0
    }
}

/* Changelog version 15 */
.release-15_0_0 .container-release-note {
    background: linear-gradient(135deg, rgb(255, 119, 0) 0%, rgb(249, 76, 93) 50%, rgb(249, 76, 93) 100%);
}

.release-15_0_0 .container-release-note span {
    color: white;
}

.release-15_0_0 .container-download-release {
    display: none;
}

.release-15_0_0 .download14 {
    display: block;
    margin-top: 22px;
}

.release-15_0_0 .piwigo15-img {
    width: 100%;
}

.release-15_0_0 .release-notes-intro {
    margin-top: 60px;
    margin-bottom: 30px;
}

.release-15_0_0 #releaseNotesMain.major-release .release-notes-intro .intro-text {
    text-align: left;
}

.release-15_0_0 #releaseNotesMain.major-release #intro-title {
    margin: 30px;
    margin-top: 0;
    text-align: center;
}

.release-15_0_0 #releaseNotesMain img.screenshot {
    max-height: 500px;
}

.release-15_0_0 .first-image-and-caption,
.second-image-and-caption,
.center-image-without-caption {
    margin: 100px 0;
}

@media (max-width: 991px) {
    .release-15_0_0 #releaseNotesMain.major-release #intro-title {
        padding: 0
    }
}

/* Changelog version 16 */
.release-16_0_0 .container-release-note {
    background: linear-gradient(135deg, rgb(255, 119, 0) 0%, rgb(249, 76, 93) 50%, rgb(249, 76, 93) 100%);
}

.release-16_0_0 .container-release-note span {
    color: white;
}

.release-16_0_0 .release-notes-intro {
    margin-top: 60px;
    margin-bottom: 30px;
}

.release-16_0_0 .container-download-release {
    display: none;
}

.release-16_0_0 .download14 {
    display: block;
    margin-top: 22px;
}

.get-docker {
    padding: 7px 15px;
    background-color: #ff7700;
    color: white;
}

/* any release */

.release-menu {
    margin-top: 50px;
    padding: 0;
}

.release-menu-title-line {
    text-align: center;
}

.release-menu-title {
    display: inline-block;
    background: linear-gradient(90deg, rgba(251, 88, 68, 1) 0%, rgba(249, 77, 91, 1) 100%);
    color: white;
    padding: 10px 50px;
    font-size: 16px;
    font-weight: bold;
}

.release-menu-content-container {
    background: linear-gradient(135deg, rgb(255, 119, 0) 0%, rgb(249, 76, 93) 50%, rgb(249, 76, 93) 100%);
    padding: 4px;
}

.release-menu-content {
    background-color: white;
    margin: 0;
    padding-top: 20px;
}

.release-menu-content li {
    list-style-type: none;
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: bold;
    padding: 6px 9px;
}

.release-menu-content li a {
    color: #333;
}

.release-menu-content li a:hover {
    color: #f70;
    text-decoration: none;
}

.badge.badge-quote:hover {
    background-color: #b4e9fd;
}

.badge.badge-quote a:hover {
    color: #119ccc;
}

.release-menu-content li i {
    margin-right: 3px;
}

.release-menu-content li.badge.badge-quote img {
    height: 12px;
    margin-right: 7px;
}

a.btn-back-to-menu {
    width: 50px;
    height: 50px;
    background: url(../images/changelogs/back-to-menu.svg);
    display: none;
    background-size: cover;
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 10;
}

a.btn-back-to-menu:hover {
    background: url(../images/changelogs/back-to-menu-hover.svg);
    background-size: cover;
}

.piwigo-realease-banner {
    width: 100%
}

/******************************
 * Piwigo coding-activity CSS *
 ******************************/

.container-fluid-coding-activity {
    color: black;
    margin-top: 50px;
}

.container-fluid-coding-activity h1 {
    font-size: 56px;
    font-weight: 900;
    text-align: left;
    color: #3c3c3c;
    line-height: 76px;
    transition: all 1s;
}

.container-fluid-coding-activity p {
    color: #7e7e7e;
    font-size: 20px;
    margin-top: 40px;
    font-weight: 700;
    line-height: 28px;
    transition: all 1s;
    text-align: left;
}

.coding-activity-intro {
    text-align: left;
}

.coding-activity-intro-image img {
    width: 80%;
}

.coding-activity-logo {
    height: 165px;
    background: url(../images/coding_activity/coding.svg);
    background-size: 33%;
    background-position: 66% -50%;
    background-repeat: no-repeat;
}

.container-commit {
    margin-top: 100px;
    margin-bottom: 100px;
}

.day {
    margin-bottom: 30px;
}

.day-headline {
    color: #FF7700;
    font-size: 18px;
    text-transform: capitalize;
    margin-top: 15px;
}

.commit {
    margin: 20px;
    padding: 20px;
    box-shadow: 0 0 5px #ccc;
}

.commit+.commit {
    border-top: 1px solid transparent;
}

.commit p {
    margin: 0;
}

.commit-headline {
    font-size: 90%;
}

.commit-headline a {
    color: #F46755;
}

.commit-message {
    font-weight: bold;
}

.commit:hover {
    border-collapse: collapse;
}

/******************
 * Privacy Policy *
 ******************/

.porg-privacy-content {
    margin: 100px auto 0 auto;
    max-width: 750px;
}

.porg-privacy-content h2 {
    font-size: 25px;
    font-weight: 700;
    margin-top: 70px;
    margin-bottom: 30px;
}

.porg-privacy-content h3 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 20px;
}

.porg-privacy-content p {
    font-size: 18px;
    margin-bottom: 30px;
    text-align: justify;
}

.porg-privacy-content p.porg-privacy-last-update {
    text-align: center;
    font-style: italic;
    color: #7e7e7e;
    font-weight: 700;
    margin-top: 50px;
    margin-bottom: -20px;
}

.porg-privacy-address {
    background-color: #eee;
    padding: 20px 40px;
    margin: 50px auto 0 auto;
    max-width: 300px;
    font-size: 16px;
}

/***********************
 * Piwigo error404 CSS *
 ***********************/

.container-error404 {
    padding-top: 100px;
    padding-bottom: 100px;
    background: linear-gradient(120deg, #f60 0, #fcbb31 100%);
}

.container-error404 h1 {
    font-size: 78px;
    font-weight: 600;
}

.container-error404 h1,
.container-error404 p {
    color: white;
}

.container-error404 p {
    margin-top: 40px;
    margin-bottom: 40px;
    font-size: 16px;
}

.container-error404 a {
    color: white;
    font-size: 28px;
    border-radius: 0px;
    padding: 8px 70px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    background-color: #ffb900;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: box-shadow 0.5s;
    -webkit-transition: box-shadow 0.5s;
    -moz-transition: box-shadow 0.5s;
    text-decoration: none;
}

.container-error404 a:hover,
.container-error404 a:focus {
    color: white;
    box-shadow: inset 0 -5px 0 white;
}

.error404-logo {
    height: 280px;
    background: url(../images/error404/error-404.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    transform: rotate(-10deg);
}

@media (max-width: 991px) {

    .container-error404 h1 {
        font-size: 54px;
        font-weight: 600;
    }

    .error404-logo {
        margin-top: 50px;
        background-position: left;
        transform: rotate(0deg);
    }
}

/*********************
 * Piwigo Guides page CSS *
 *********************/

.intro-text-container-guides h1,
.intro-text-container-requirements h1,
.intro-text-container-netinstall h1,
.intro-text-container-manual-installation h1,
.intro-text-container-automatic-update h1,
.intro-text-container-manual-update h1 {
    margin-top: 20px;
    font-size: 56px;
    font-weight: 900;
    text-align: left;
    color: #3c3c3c;
    line-height: 76px;
    transition: all 1s;
}

.intro-text-container-guides p {
    color: #7e7e7e;
    font-size: 20px;
    margin-top: 40px;
    font-weight: 700;
    line-height: 28px;
    transition: all 1s;
    text-align: left;
}

.row-guides {
    position: relative;
}

.col-guides-text {
    margin: 0;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
}

.col-guides-img {
    margin: 0 auto;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    width: 50%;
    text-align: center;
}

.container-fluide-guides {
    margin: 40px 0;
}

.col-guides-img img {
    margin: 0 auto;
    width: 300px;
}

.installation-section {
    background-color: #efecfa;
    text-align: center;
    padding: 40px 0;
}

.installation-section h2 {
    color: #463283;
}

.installation-section a {
    color: white;
    padding: 15px 25px;
    margin: 0 10px;
    text-decoration: none;
    background-color: #7e64d0;
    font-weight: 600;
}

.installation-links,
.update-links {
    padding-top: 40px;
}

.update-section {
    padding: 40px 0;
    text-align: center;
}

.update-section h2 {
    color: #286aac;
    text-align: center;
}

.update-section a {
    color: white;
    padding: 15px 25px;
    margin: 0 10px;
    text-decoration: none;
    background-color: #53a6f9;
    font-weight: 600;
}

.update-section img {
    width: 40%;
    margin-top: 80px;
}

.guide-image-and-caption {
    text-align: center;
    float: right;
    padding-left: 80px;
}

.guide-image-and-caption p {
    font-style: italic;
    font-weight: 400 !important;
}

.guides-breadcrumb a,
.guides-breadcrumb p,
.guides-breadcrumb span {
    display: inline-block;
    color: #3c3c3c;
    font-weight: 600;
}

.guides-breadcrumb,
.content-manual-update {
    margin: 20px 0;
}

.requirements-content,
.automatic-update-content,
.content-manual-update {
    position: relative;
}

.requirements-content p,
.requirements-content li,
.netinstall-content p,
.manual-installation-content p,
.automatic-update-content .automatic-update-text p,
.manual-update-content p,
.using-2-3-higher p {
    padding: 0 15px;
    font-size: 16px;
    line-height: 1.75em;
    margin-top: 20px;
    color: #3c3c3c;
    font-weight: 700;
    margin-bottom: 0;
}

.using-2-3-higher p {
    padding: 0;
}

.requirements-content .optional-requirements li {
    list-style: disc;
}

.requirements-content img {
    width: 50%;
    vertical-align: middle;
    margin: 30px;
}

.requirements-logos {
    text-align: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    margin-right: 110px;
    padding-left: 100px;
}

.requirements-content .minimal-requirements li {
    list-style: none;
}

.requirements-content .minimal-requirements li:before {
    content: '✓';
    margin-left: -37px;
    padding-right: 25px;
}

.guide-steps,
.guide-steps-update {
    padding: 40px 25px;
    margin: 40px 0;
}

.guide-steps {
    background-color: #efecfa;
}

.guide-steps-update {
    background-color: #f7fbff;
}

.guide-steps h3,
.guide-steps-update h3 {
    font-weight: 700;
    margin: 0;
    padding: 0px 15px;
    padding-bottom: 40px;

}

.guide-steps h3,
.guide-steps a {
    color: #463283;
}

.guide-steps-update h3,
.guide-steps-update a {
    color: #286aac;
}

.guide-steps a,
.guide-steps-update a {
    display: block;
    font-weight: 700;
    line-height: 28px;
    transition: all 1s;
    text-align: left;
    padding: 0;
}

.netinstall-content p,
.manual-installation-content p,
.content-manual-update p,
.step1-content-manual-update p,
.step2-content-manual-update p,
.step3-content-manual-update p,
.step4-content-manual-update p,
.step5-content-manual-update p,
.step6-content-manual-update p,
.step7-content-manual-update p,
.step8-content-manual-update p,
.step9-content-manual-update p,
.step10-content-manual-update p {
    padding: 0;
}

.netinstall-content img,
.manual-installation-content img,
.manual-update-content img {
    width: 100%;
    box-shadow: 0 0 10px #777;
}

.pwg-guides-block-content {
    margin-top: 80px;
    position: relative;
    display: block;
}

.pwg-guides-h3 {
    color: #463283;
    font-size: 20px;
    font-weight: 900;
}

.automatic-update-content h3,
.manual-update-content h3 {
    color: #286aac;
}

.step1-content-manual-update ul {
    margin-top: 20px;
}

.step2-content-netinstall li,
.step3-content-netinstall li,
.step2-content-manual-installation li,
.step3-content-manual-installation li,
.step1-content-manual-update li,
.step3-content-manual-update li,
.step5-content-manual-update li {
    font-size: 16px;
    margin-top: 10px;
    color: #3c3c3c;
    font-weight: 700;
    margin-bottom: 0;
}

.step2-content-netinstall li span,
.step3-content-netinstall li span,
.step3-content-manual-installation li span {
    font-style: italic;
    font-weight: 400;
}

#step2-netinstall {
    margin: 0;
}

.guide-longer-text {
    margin-top: 100px;
    margin-bottom: 100px;
}

.step3-content-manual-installation #guides-right {
    right: 0 !important;
    left: unset;
}

/* Guide docker */

.guide-docker-text {
    font-size: 16px;
    line-height: 1.75em;
    margin-top: 20px;
    color: #3c3c3c;
    font-weight: 700;
    margin-bottom: 0;
}

.guide-docker-step3-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
}

.guide-docker-img {
    aspect-ratio: 1;
    max-width: 100%;
    box-shadow: 0 0 10px #777;
}

/*Framed info*/

.framed-info {
    background-color: #e7a7d6;
    color: #52003B;
    padding: 50px;
}

.framed-info-content {
    float: right;
}

.large-info-content {
    padding: 0;
    margin-top: 80px;
}

.framed-info img {
    width: 75px;
    margin-top: -88px;
    float: left;
    box-shadow: none;
}

.framed-info p {
    margin: 0;
    color: #521642;
    font-weight: 500;
    line-height: unset;
    font-size: 14px;
    padding: 0;
}

.framed-info-content a {
    color: #521642;
    text-decoration: underline;
}


.automatic-updates-accordion-container {
    position: relative;
    padding: 15px;
}

.automatic-update-accordion-container {
    background-color: #ebf4fe;
    border-radius: 25px;
    margin: 40px auto;
    box-shadow: 0 0 10px #bbb;
    max-width: 800px;

}

.automatic-update-accordion {
    line-height: 1.75em;
    font-weight: 700;
    color: #286aac;
    cursor: pointer;
    padding: 20px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    transition: 0.4s;
    background-color: transparent;
}

.automatic-update-accordion:after {
    border-style: solid;
    border-width: 2px 2px 0 0;
    content: '';
    display: inline-block;
    height: 0.45em;
    left: 0.15em;
    position: relative;
    top: 0.15em;
    transform: rotate(135deg);
    vertical-align: super;
    width: 0.45em;
    color: #286aac;
    font-weight: bold;
    margin-left: 20px;
}

.active:after {
    transform: rotate(-45deg);
}

.automatic-update-panel {
    padding: 0 18px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    font-size: 15px;
    line-height: 1.75em;
    font-weight: 500;

}

.automatic-update-panel p {
    font-size: 15px;
    font-weight: 500;
    color: #286aac;
    margin-top: 0;
    text-align: center;
    margin-bottom: 20px;
}

.automatic-update-panel li {
    color: #286aac;
    margin-bottom: 20px;
    padding-right: 25px;
}

.automatic-update-panel a {
    background-color: #286aac;
    color: #ebf4fe;
    padding: 3px 7px;
    border-radius: 3px;
}

.automatic-update-border-bottom {
    border-bottom: 2px solid #badbfd;
}

.guide-text-with-clock-badge {
    display: inline-block;
}

.time-badge-guides {
    background-color: #ebf4fe;
    display: inline-block;
    padding: 7px 10px;
    border-radius: 25px;
    color: #63a0d7;
    font-weight: 700;
    font-size: 13px;
    margin: 0 5px;
}

.time-badge-guides img {
    width: 20px;
    box-shadow: none;
    margin-right: 5px;
}

/*Guides pages media queries*/

@media (max-width:1199px) {

    .col-guides-text,
    .col-guides-img {
        position: relative;
        top: unset;
        transform: unset;
    }
}

@media (max-width:991px) {

    .row-guides img,
    .intro-text-container-requirements .col-guides-text,
    .requirements-logos {
        position: relative;
        top: unset;
        transform: unset;
    }

    .requirements-logos {
        padding: 20px;
    }

    .col-guides-img,
    .col-guides-img img {
        width: 100%;
    }

    .intro-text-container-requirements .col-guides-text h1,
    .intro-text-container-guides h1,
    .intro-text-container-netinstall h1,
    .intro-text-container-manual-installation h1,
    .intro-text-container-automatic-update h1 {
        text-align: center;
        position: relative;
        font-size: 30px;
        font-weight: 900;
        line-height: 40px;
    }

    .installation-section h2,
    .update-section h2 {
        font-size: 25px;
    }

    .container-breadcrumb {
        padding: 0;
        margin: 15px;
    }

    .installation-section a,
    .update-section a {
        display: block;
        margin: 15px auto;
        width: 50%;
    }

    .update-section img {
        margin-top: 40px;
        width: 50%;
    }

    .row-guides img {
        width: 50%;
    }

    .guide-steps {
        margin-bottom: 40px;
    }

    .requirements-content p,
    .requirements-content li,
    .netinstall-content p,
    .manual-installation-content p,
    .automatic-update-content .automatic-update-text p,
    .manual-update-content p {
        margin-bottom: 60px;
        position: relative;
        top: unset;
        transform: unset;
    }

    .framed-info p {
        margin-bottom: 0;
    }

    .guide-centered-text {
        position: relative;
        top: unset;
        transform: unset;
    }

    .guide-image-and-caption {
        width: 80%;
        padding: 0;
        margin: 0 auto;
        float: none;
    }

    .step1-content-netinstall,
    .step2-content-netinstall,
    .step3-content-netinstall,
    .step4-content-netinstall,
    .step1-content-manual-installation,
    .step2-content-manual-installation,
    .step3-content-manual-installation {
        margin-top: 40px;
    }

    .guide-longer-text {
        margin: 0;
        margin-top: 40px;
    }

    .automatic-update-accordion-container {
        margin: 20px;
    }

    .requirements-content img {
        width: 50%;
    }

}

@media (max-width:500px) {

    .installation-section a,
    .update-section a {
        width: 70%;
    }
}

/*********************
 * Piwigo footer CSS *
 *********************/

/* Footer container-fluide */

.footer {
    padding-top: 80px;
    padding-bottom: 40px;
}

@media (max-width: 991px) {
    .footer {
        padding-top: 40px;
    }
}

/* Piwigo logo */

.footer-piwigo-logo {
    margin-bottom: 20px;
}

.footer-piwigo-logo img {
    width: 100%;
    height: auto;
}

@media (max-width: 991px) {
    .footer-piwigo-logo {
        margin-top: 40px;
        margin-bottom: 40px;
    }

    .footer-piwigo-logo img {
        height: 50px;
        width: auto;
    }
}

.footer-contact {
    color: #FF7700;
    white-space: nowrap;
    margin-bottom: 10px;
}

.footer-contact a {
    color: #FF7700;
    text-decoration: none;
}

.footer-contact a .glyphicon {
    margin-right: 5px;
}

.footer-language {
    box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.10);
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-bottom: 20px;
    margin-top: 5px;
}

.footer-language li {
    line-height: 35px;
}

.footer-language li a {
    color: #666;
    text-transform: uppercase;
}

.footer-language .glyphicon {
    float: left;
    font-size: 32px;
}

@media (max-width: 991px) {
    .footer-language {
        width: 90%;
        margin: 0px 15px;
        margin-bottom: 60px;
        height: auto;
    }
}

.footer-language li {
    list-style-type: none;
}

.footer-language a {
    color: #FF7700;
    text-decoration: none;
}

/* Elements in a list Discover - extension ... */

.footer-list ul {
    padding-left: 0px;
    list-style-type: none;
}

.footer-list ul li {
    margin-top: 9px;
}

.footer-list a {
    color: #666;
    text-decoration: none;
}

.footer-list a:hover {
    color: #ff7700;
}

.footer-list h5 {
    text-transform: uppercase;
}

@media (max-width: 991px) {
    .footer-list {
        padding-bottom: 40px;
    }
}

/* Social media icon */

.icon-social-media {
    padding-top: 10px;
    margin-bottom: 35px;
}

.icon-facebook,
.icon-twitter,
.icon-github,
.icon-google {
    height: 37px;
}

.icon-linkedin {
    height: 42px;
}

.icon-twitter {
    margin-left: 20px;
    margin-right: 20px;
}

@media (min-width: 992px) and (max-width: 1199px) {

    .icon-facebook,
    .icon-twitter,
    .icon-github,
    .icon-google {
        height: 19px;
    }
}

/* Button donate and Newsletter */

.footer-donate-content a,
.footer-newspaper-content a {
    background-color: white;
    width: 100%;
    box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.10);
    border-radius: 0px;
    font-weight: bold;
    text-decoration: none;
    color: #FF7700;
    line-height: 30px;

}

.footer-donate-content {
    padding-bottom: 30px;
}

.footer-donate-content a:hover,
.footer-donate-content a:active,
.footer-donate-content a:focus,
.footer-newspaper-content a:hover,
.footer-newspaper-content a:active,
.footer-newspaper-content a:focus {
    color: #FF7700;
    box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.10);
}

.footer-newspaper-content img {
    height: 30px;
    margin-right: 20px;
    float: left;
}

.footer-donate-content img {
    height: 30px;
    margin-right: 0px;
    float: left;
}

@media (max-width: 1200px) {

    .footer-donate-content a,
    .footer-newspaper-content a {
        font-size: 12px;
    }

    .footer-donate-content img,
    .footer-newspaper-content img {
        height: 20px;
        margin-right: 10px;
    }
}

@media (max-width: 991px) {

    .footer-donate-content,
    .footer-newspaper-content {
        padding-bottom: 40px;
    }
}