
/**********************
 * 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 {
    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: 60px;
}

.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:3px 7px;
}

.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:3px 7px;
    border:1px solid #ff7700;
}

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

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

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

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

.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;
    }
}


.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:focus, .dropdown-menu li:hover {
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    background-color: #FF7700;
}

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

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

.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-image: url(../images/home/homepage_banner_resized_top.jpg);
    background-size: cover;
    background-position: bottom center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    padding-top: 5%;
    padding-bottom: 52%;
}

.pwg-banner .pwg-tagline {
    padding:0;
}

.pwg-banner .pwg-tagline h1 {
    margin-top: 0;
    font-size: 3em;
    font-weight: 300;
    text-align: left;
    color:#666;
    transition: all 1s;
}

.pwg-banner .pwg-tagline p {
    color:#666;
    font-size: 1.1em;
    margin-top: 20px;
    transition: all 1s;
}

.pwg-banner .btn {
    width:100%;
    max-width:300px;
    background-color: #ff7700;
    border: none;
    border-radius: 0;
    color:#ffffff;
    font-size:30px;
    letter-spacing: 2px;
    padding: 12px;
    transition: all 0.2s;
}

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

.pwg-banner .pwg-release-date {
    text-align: center;
    font-size:90%;
    color:#aaa;
    margin-top: 10px;
}

.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;
}

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

@media (max-width: 1199px) {
    .pwg-banner .pwg-tagline h1 {
        font-size: 2.5em;
        font-weight: 300;
        text-align: center;
    }
}

@media (max-width: 991px) {
    .pwg-version span {
        font-size: 10px;
    }
    .pwg-banner {
        text-align: center;
        position: relative;
        background-image: url(../images/home/homepage_banner_resized_top.jpg);
        background-size: cover;
        background-position: bottom center;
        background-repeat: no-repeat;
        width: 100%;
        height: 100%;
        padding-bottom: 80%;
        padding-left: 10px;
        padding-right: 10px;
    }
    .pwg-banner .pwg-tagline h1 {
        font-size: 2em;
        font-weight: 300;
        text-align: center;
    }
    .pwg-banner .btn {
        font-size: 16px;
        padding: 11px 15px;
    }
}

@media (max-width: 767px) {
    .pwg-banner .pwg-tagline p {
        font-size: 0.85em;
        font-weight: 100;
    }
    .pwg-banner .pwg-tagline h1 {
        font-size: 1.7em;
        font-weight: 300;
        text-align: center;
    }
}

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


/* Organization subscribed to piwigo */

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

.container-organization h2 {
    font-size:14px;
    color: #888;
    margin-top: 27px;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: center;
}

.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;
}

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

/* piwigo fact - know more about piwigo */

.fact-content {
    padding: 50px;
}

.fact-content img {
    height: 50px;
}

.fact-content h2 {
    color: #000000;
    font-size: 16px;
    font-weight: bold;
}

.fact-content p {
    padding: 20px;
    color: #666;
}

.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 {
    padding-bottom: 40px;
}

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

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

.container-home-users h2 {
    color: #FF7700;
    font-size: 30px;
    padding-top: 100px;
    text-transform: uppercase;
    margin:0 0 10px 0;
}

@media (max-width: 991px) {
    .container-home-users h2 {
        font-size: 18px;
        padding: 40px;
        text-align: center;
    }
}

.piwigo-individual img {
    height: 100px;
    margin-top: 100px;
}

.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: 28px;
    font-weight: normal;
    color: #666;
    line-height: 40px;
}

.piwigo-professional img {
    height: 150px;
    margin-top: 50px;
}

.piwigo-organization img {
    height: 200px;
}

.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 img {
        max-height: 60px;
    }

    .piwigo-professional img {
        max-height: 90px;
    }

    .piwigo-organization img {
        max-height: 110px;
    }

    .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;
    }
}

.advice-box {
    padding: 10px;
}

.content-advice-box {
    height: 135px;
    box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.10);
    padding: 10px;
    font-size:16px;
}

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

.user-advice {
    color: #666;
}

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

/* Piwigo gallery showcases */

.container-showcase {
    padding-top: 125px;
    padding-bottom: 20px;
}

@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;
}
@media (max-width: 991px) {
    .showcase-button {
        padding: 40px;
    }
}

.showcase-button .btn-view-more-showcases, .btn-know-more {
    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;
}

.showcase-button .btn-view-more-showcases:hover,
.showcase-button .btn-view-more-showcases:focus,
.btn-know-more:hover, .btn-know-more:focus {
    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: right;
    padding-right: 34px;
}

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

@media (max-width: 991px) {
    .btn-refresh img {
    }
}

/* Feature section */

.feature-content {
    padding: 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 {
    margin-top: 20px;
}

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

.feature-content img {
    height: 50px;
}

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

/* Get started */

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

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

.get-started h2 {
    color: #FF7700;
    font-size:36px;
}

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

.get-started a {
    margin-top: 30px;
    border-radius: 0px;
    font-size: 24px;
    border: 1px solid #FF7700;
    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;
}

.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);
}

.row-getting-started-content .btn {
    text-transform: uppercase;
}

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

 .get-piwigo {
    background-color: #FF7700;
    height: 175px;
 }

 .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 h1 {
   font-size: 28px;
}

.get-piwigo p {
    font-size: 18px;
}

 .get-piwigo h1, .get-piwigo p {
    color: #FFFFFF;
 }

.row-download-piwigo p {
    font-size: 18px;
}

 /* 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: 375px;
 }

 @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: 50px;
    margin-bottom: 50px;
 }

/* Self hosted piwigo section */

 .btn-download-piwigo a {
    border-radius: 0px;
    color: #FF7700;
    background-color: #FFFFFF;
    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: 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-image: url(../images/get_piwigo/texture_org_1.svg);
    background-size: cover;
    background-position: center;
 }

 .self-hosted-piwigo h2 {
    color: #FF7700;
    font-size: 36px;
    font-weight: bold;
 }

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

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

.self-hosted-piwigo div.row a {
    color: #FF7700;
    text-decoration: none;
}

/* Cloud hosted piwigo section */

.cloud-hosted-piwigo {
    background-image: url(../images/get_piwigo/texture_com.svg);
    background-size: cover;
    background-position: center;
    background-color: #FF3362;
}

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

.cloud-hosted-piwigo h2 {
    font-size: 36px;
    color: white;
    font-weight: bold;
}

.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: #FFFFFF;
    text-decoration: none;
}

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

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

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

.btn-cloud-individual a, .btn-cloud-entreprise a {
    border-radius: 0px;
    background-color: #FFFFFF;
    color: #FF3362;
    padding-left: 25px;
    padding-right: 25px;
}

@media (max-width: 380px) {
    .btn-cloud-individual, .btn-cloud-entreprise {
        width: 100%;
        text-align: center;
    }
}

.btn-cloud-individual a:hover, .btn-cloud-entreprise a:hover,
.btn-cloud-individual a:focus, .btn-cloud-entreprise a:focus,
.btn-cloud-individual a:active, .btn-cloud-entreprise a:active {
    color: #FF3362;
}

/* Piwigo Mobile Apps */

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

.piwigo-mobile-apps {
    margin-bottom: 20px;
}

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

.btn-applestore {
    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;
}

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

    .btn-googleplay {
        margin-top: 40px;
    }

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

.btn-googleplay {
    display: none;
}

.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;
}

.piwigo-phone img {
    width: 100%;
    height: auto;
    margin-bottom: -493px;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .piwigo-phone img {
        margin-top: 80px;
        margin-bottom: -650px;
    }
}

@media (max-width: 991px) {
    .piwigo-phone img {
        margin-top: 80px;
        margin-bottom: -200px;
    }
}

@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (orientation : portrait)
and (-webkit-min-device-pixel-ratio: 2) {
    .piwigo-phone img {
        margin-top: 80px;
        margin-bottom: -200px;
    }
}

@media only screen
and (min-device-width: 280px)
and (max-device-width : 480px) {
    .piwigo-phone img {
        margin-top: 80px;
        margin-bottom: -100px;
    }
}


@media (min-device-width: 481px) and (max-device-width : 767px) {
    .piwigo-phone img {
        margin-top: 80px;
        margin-bottom: -180px;
    }
}

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

/* Feature presenting part */

 .features {
    background-color: #54616F;
 }

 .features .gears {
    height: 200px;
    overflow: hidden;
 }

 .features .gears img {
    width: 60%;
    height: auto;
    margin-top: -75px;
 }

 @media (min-width: 992px) and (max-width: 1199px) {
    .features .gears {
        height: 218px;
    }
    .features .gears img {
        margin-top: -20px;
    }
 }

 @media (max-width: 991px) {
    .features .gears {
        display: none;
    }
 }

 .features h1, .features p {
    color: #FFFFFF;
 }

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

 /* Feature upload section */

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


 .features-upload h2, .features-file h2, .features-calendar h2, .features-lock h2 {
    font-weight: bold;
    font-size: 28px;
    color: #54616F;
 }

 .features-upload p, .features-file p, .features-calendar p, .features-lock p {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 20px;
    color: #54616F;
 }

 .features-upload img {
    height: 50px;
 }

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

/* 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: #54616F;
}

.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) */

.pwg-features-batch-manager-screen img,
.pwg-features-geolocalisation-screen img
{
    box-shadow:0 0 10px rgba(0, 0, 0, 0.5);
}

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

@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;
    }
}

.features-file img, .features-calendar img, .features-lock img {
    height: 50px;
}

/* Features Batch Manager */

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

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

.row-features-batch-manager h2 {
    font-weight: bold;
    font-size: 28px;
    padding-bottom: 30px;
    color: #FF7700;
}

.row-features-batch-manager p {
    font-size: 20px;
    color: #54616F;
}

.pwg-features-batch-manager-screen {
    height: 260px;
    overflow: visible;
}

.pwg-features-batch-manager-screen img {
    width: 155%;
    height: auto;
    margin-left: 225px;
    margin-top: -96px;
}

@media (max-width: 991px) {
    .container-fluide-features-batch-manager {
        margin-top: 0px;
        margin-bottom: 0px;
        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 geolocalisation */

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

.row-features-geolocalisation h2 {
    font-weight: bold;
    font-size: 28px;
    padding-top: 200px;
    padding-bottom: 30px;
    color: #FF7700;
}

.row-features-geolocalisation p {
    font-size: 20px;
    color: #54616F;
}

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

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

@media (max-width: 991px) {
    .container-fluide-features-geolocalisation {
        margin-top: 0px;
        margin-bottom: 60px;
    }
    .row-features-geolocalisation h1 {
        padding-top: 0px;
        padding-bottom: 15px;
    }
    .pwg-features-geolocalisation-screen img {
        width: 100%;
        height: auto;
        margin-left: 0px;
    }
}

/* Features themes and plugins */

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

.features-themes-plugins .row {
    margin-right: 0px;
    margin-left: 0px;
}

.themes-plugins-content a {
    border-radius: 0px;
    padding-left: 20px;
    padding-right: 20px;
    background-color: #FFFFFF;
}

.themes-plugins-content {
    margin-top: 40px;
    margin-bottom: 40px;
}

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

.themes-plugins-content h2 {
    font-size: 36px;
    font-weight: bold;
}

.themes-plugins-content p {
    font-size: 20px;
}

.themes-plugins-content a {
    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;
}

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

.features-puzzle-left, .features-puzzle-right {
    height: 290px;
    overflow: hidden;
}

.features-puzzle-left img {
    width: 100px;
    height: auto;
    margin-top: 25px;
    margin-left: 100px;
}


.features-puzzle-right img {
    width: 200px;
    height: auto;
    margin-top: -20px;
    margin-left: 70%;
}

@media (max-width: 991px) {
    .features-puzzle-right, .features-puzzle-left {
        display: none;
    }
}

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

.features-easy-install h2, .features-great-place h2, .features-metadata h2 {
    font-size: 28px;
    color: #54616F;
    font-weight: bold;
}

 .features-easy-install p, .features-great-place p, .features-metadata p {
    font-size: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
    color: #54616F;
}

 .features-easy-install img, .features-great-place img, .features-metadata img {
    height: 50px;
}

 @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;
    }
}

/* Features Users Management */

.row-features-users-management h2 {
    font-size: 28px;
    font-weight: bold;
    padding-top: 100px;
    padding-bottom: 30px;
    color: #FF7700;
}

.row-features-users-management p {
    font-size: 20px;
    color: #54616F;
}

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

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

@media (max-width: 991px) {
    .row-features-users-management h1 {
        padding-top: 0;
        padding-bottom: 15px;
    }
    .container-fluide-users-management {
        margin-top: 30px;
        margin-bottom: 30px;
        box-shadow: 0 0 0;
    }
    .pwg-features-users-management-screen img {
        width: 100%;
        height: auto;
        margin-left: 0px;
    }
}

/* Features API */

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

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

.container-fluide-api p {
    font-size: 20px;
    color: #FFFFFF;
}

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

.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;
    }
}

 /* Features Piwigo great place */


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

 .pwg-great-place h2 {
    color: #FF7700;
    font-size: 28px;
    font-weight: bold;
    margin-top: 175px;
    margin-bottom: 30px;
}

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

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

.pwg-great-place-img img {
    margin-left: 200px;
    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;
    }
}

 /* Piwigo configuration */

 .pwg-configuration {
    margin-top: 50px;
    overflow: hidden;
}

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

 .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 {
    height: 385px;
    overflow: visible;
}

 .pwg-configuration-logo img {
    height: 175px;
    margin-top: 217px;
}

 @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: 0px;
    }

}

 /******************
 * 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 testimonies CSS *
 **************************/

.pwg-testimonies {
    background-color: #54616F;
}

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

.pwg-testimonies p {
    font-size: 20px;
}

.pwg-testimonies-title {
    color: #54616F;
    margin-top: 100px;
    margin-bottom: 100px;
}

.pwg-testimonies-icon {
    background-image: url(../images/testimonies/chat.svg);
    background-size: 350px;
    background-position: center 85%;
    background-repeat: no-repeat;
}

/* Testimonies content - people advice about their experience using piwigo */

.pwg-testimonies-row {
    margin-top: 100px;
    margin-bottom: 50px;
    margin-right: -30px;
    margin-left: -30px;
}

.pwg-testimonies-content {
    margin-bottom: 30px;
    /* Careful, this breaks the word wherever it is without a hyphen */
    overflow-wrap: break-word;
    word-wrap: break-word;

    /* Adds a hyphen where the word breaks */
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
}

.pwg-testimonies-advice {
    color: #FFFFFF;
    font-size: 20px;
    padding: 20px 20px 20px 20px;
}

.pwg-testimonies-grey {
    background-color: #54616F;
}

.pwg-testimonies-blue {
    background-color: #5593F4;
}

.pwg-testimonies-red-salmon {
    background-color: #F46755;
}

.pwg-testimonies-picture {
    padding-right: 0px;
    padding-left: 0px;
}

.pwg-testimonies-picture img {
    width: 100%;
    height: auto;
}

.pwg-testimonies-user {
    margin-left: 0px;
    margin-right: 0px;
    box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.10);    
}

.pwg-testimonies-date, .pwg-testimonies-name {
    color: #54616F;
}

.pwg-testimonies-name span {
    font-size: 20px;
    line-height: 1.8;
}

.pwg-testimonies-name p {
    padding-top: 20px;
}

.pwg-testimonies-date p {
    padding-top: 55px;
    font-size: 12px;
    text-align: center;
}

.padding-right-column-left {
    padding-right: 30px;
}

.padding-left-column-right {
    padding-left: 30px;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .pwg-testimonies-row {
        margin-right: -15px;
        margin-left: -15px;
    }
    .pwg-testimonies-name p {
       padding-top: 5px;
    }
    .pwg-testimonies-name p > span {
        font-size: 12px;
    }
    .pwg-testimonies-date p {
        font-size: 12px;
        padding-top: 30px;
    }
}

@media (max-width: 991px) {

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

    .padding-right-column-left {
        padding-right: 10px;
        padding-left: 10px;
    }

    .padding-left-column-right {
        padding-right: 10px;
        padding-left: 10px;
    }
    .pwg-testimonies-name span {
        font-size: 18px;
        line-height: 1.8;
    }
    .pwg-testimonies-name p {
        font-size: 16px;
        padding-top: 10px;
    }
    .pwg-testimonies-date p {
        font-size: 10px;
        padding-top: 47px;
    }
}

@media (max-width: 550px) {
    .pwg-testimonies-name span {
        font-size: 14px;
    }
    .pwg-testimonies-name p {
        font-size: 12px;
    }
    .pwg-testimonies-date p {
        font-size: 10px;
        padding-top: 40px;
    }
}

@media (max-width: 480px) {
    .pwg-testimonies-name span {
        font-size: 12px;
    }
    .pwg-testimonies-name p {
        font-size: 10px;
    }
    .pwg-testimonies-date p {
        font-size: 10px;
        padding-top: 20px;
    }
}

@media (max-width: 360px) {
    .pwg-testimonies-name span {
        font-size: 10px;
        line-height: 1.8;
    }
    .pwg-testimonies-name p {
        font-size: 8px;
        padding-top: 5px;
    }

    .pwg-testimonies-date p {
        font-size: 8px;
        padding-top: 7px;
    }
}


/* Share testimonies */

.share-testimonies {
    background-color: #F8F8F8;
    padding-top: 50px;
    padding-bottom: 50px;
}

.share-testimonies p {
    font-size: 24px;
}

.share-testimonies a {
    color: #FF7700;
    font-weight: bold;
    text-decoration: none;
}

/*************************
 * 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: 460px;
    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 {
    height: 185px;
    overflow: hidden;
    background-color: #54616F;
}

@media (max-width: 991px) {
    .container-fluide-whatispiwigo {
        height: auto;
    }
}

.col-title-whatispiwigo-content h1, .col-title-whatispiwigo-content p {
    color: #FFFFFF;
}

.col-title-whatispiwigo-content h1 {
    font-size: 28px;
    padding-bottom: 20px;
}

.col-title-whatispiwigo-content p {
    font-size: 20px;
}

.col-title-whatispiwigo-logo {
}

.col-title-whatispiwigo-logo img {
    margin-right: -200px;
    margin-left: 100px;
    margin-top: 100px;
}

@media (max-width: 991px) {
    .col-title-whatispiwigo-logo img {
        display: none;
    }
}

/* What can i use piwigo for ? */

.row-use-piwigo-for {
    height: 545px;
    margin-top: 100px;
    overflow: hidden;
}

.row-use-piwigo-for h2 {
    color: #FF7700;
    padding-bottom: 40px;
    font-weight: bold;
    font-size: 36px;
}

@media (max-width: 991px) {
    .row-use-piwigo-for {
        margin-top: 30px;
    }

    .row-use-piwigo-for h2 {
        font-size: 28px;
        padding-bottom: 30px;
    }

    .row-use-piwigo-for br {
        display: none;
    }
}

.row-use-piwigo-for p {
    color: #54616f;
    font-size: 20px;
}

.row-use-piwigo-for img {
    height: 400px;
}

/* Organization - Professional - Individual */


/* -- Organization -- */

.container-fluide-whatispiwigo-organization {
    background-color: #54616F;
}

.row-whatsispiwigo-organization {
    height: 450px;
    overflow: hidden;
}

.col-whatispiwigo-organization-content h2, .col-whatispiwigo-organization-content p {
    color: #FFFFFF
}

.col-whatispiwigo-organization-content h2 {
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 30px;
    margin-top: 200px;
}

@media (max-width: 991px) {
    .col-whatispiwigo-organization-content h2 {
        margin-top: 30px;
        text-align: center;
    }

    .col-whatispiwigo-organization-content p {
        margin-bottom: 30px;
        text-align: center;
    }
}

.col-whatispiwigo-organization-content p {
    font-size: 20px;
}

.col-whatispiwigo-organization-logo {
    height: 650px;
    background: url(../images/whatispiwigo/organisations.svg);
    background-size: 400px;
    background-position: right 100%;
    background-repeat: no-repeat;
}

.whatispiwigo-organization p, .whatispiwigo-editable p, .whatispiwigo-dam p {
    font-size: 18px;
    color: #FFFFFF;
}

.whatispiwigo-organization p {
    margin-left: 60px;
}

.whatispiwigo-editable p {
    margin-left: -100px;
}

.whatispiwigo-dam p {
    text-align: right;
}

.whatispiwigo-organization {
    margin-top: 295px;
}

.whatispiwigo-organization-line {
    height: 1px;
    width: 50px;
    margin-left: 130px;
    margin-top: 20px;
    border-top: 1px solid #B1B1B1;
    transform:rotate(40deg);
    -ms-transform:rotate(40deg); /* Internet Explorer */
    -moz-transform:rotate(40deg); /* Firefox */
    -webkit-transform:rotate(40deg); /* Safari et Chrome */
    -o-transform:rotate(40deg); /* Opera */
}

.whatispiwigo-editable {
    margin-top: 210px;
}

.whatispiwigo-editable-line {
    height: 1px;
    width: 50px;
    margin-left: 35px;
    margin-top: 25px;
    border-top: 1px solid #B1B1B1;
    transform:rotate(60deg);
    -ms-transform:rotate(60deg); /* Internet Explorer */
    -moz-transform:rotate(60deg); /* Firefox */
    -webkit-transform:rotate(60deg); /* Safari et Chrome */
    -o-transform:rotate(60deg); /* Opera */
}

.whatispiwigo-dam {
    margin-top: 75px;
}

.whatispiwigo-dam-line {
    height: 1px;
    width: 100px;
    margin-left: 30px;
    margin-top: 50px;
    border-top: 1px solid #B1B1B1;
    transform:rotate(-70deg);
    -ms-transform:rotate(-70deg); /* Internet Explorer */
    -moz-transform:rotate(-70deg); /* Firefox */
    -webkit-transform:rotate(-70deg); /* Safari et Chrome */
    -o-transform:rotate(-70deg); /* Opera */
}

@media (min-width: 992px) and (max-width: 1199px) {
    .whatispiwigo-organization-line {
        margin-left: 35px;
        margin-top: 15px;
    }
    .whatispiwigo-organization p {
        margin-left: -20px;
        margin-top: 10px;
    }
    .whatispiwigo-editable-line {
        margin-top: 20px;
        margin-left: 25px;
    }
    .whatispiwigo-editable p {
        margin-left: -80px;
        margin-top: -60px;
    }
}

@media (max-width: 991px) {
    .row-whatsispiwigo-organization {
        height: 600px;
    }

    .whatispiwigo-organization-line {
        display: none;
    }

    .whatispiwigo-editable-line {
        display: none;
    }

    .whatispiwigo-dam-line {
        display: none;
    }

    .whatispiwigo-organization {
       margin-top: 40px;
    }

    .whatispiwigo-organization p {
        margin-left: 0px;
    }

    .whatispiwigo-editable {
        margin-top: 40px;
    }

    .whatispiwigo-editable p {
        margin-left: 0px;
    }

    .whatispiwigo-dam {
        margin-top: 40px;
    }

    .whatispiwigo-dam p {
        text-align: left;
    }

    .whatispiwigo-organization p, .whatispiwigo-editable p, .whatispiwigo-dam p {
        font-size: 14px;
        color: #FFFFFF;
    }

    .col-whatispiwigo-organization-logo {
        height: 450px;
        background: url(../images/whatispiwigo/organisations.svg);
        background-size: 200px;
        background-position: center 75%;
        background-repeat: no-repeat;
    }
}

@media (max-width: 308px) {
    .col-whatispiwigo-organization-logo {
        background-position: center 63%;
    }
}

@media (min-width: 377px) and (max-width: 492px) {
    .col-whatispiwigo-organization-logo {
        background-position: center 87%;
    }
}

@media (min-width: 493px) and (max-width: 710px) {
     .col-whatispiwigo-organization-logo {
        background-position: center 100%;
    }
}

@media (min-width: 711px) and (max-width: 991px) {
  .col-whatispiwigo-organization-logo {
        background-position: center 112%;
    }
}

/* -- Professional -- */

.row-whatsispiwigo-professional {
    height: 450px;
    overflow: hidden;
}

.col-whatispiwigo-professional-content h2, .col-whatispiwigo-professional-content p {
    text-align: right;
    color: #54616F;
}

.col-whatispiwigo-professional-content h2 {
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 30px;
    margin-top: 150px;
}

.col-whatispiwigo-professional-content p {
    font-size: 20px;
}

.col-whatispiwigo-professional-logo {
    height: 610px;
    background: url(../images/whatispiwigo/professional.svg);
    background-size: 400px;
    background-position: 40% 100%;
    background-repeat: no-repeat;
}

.whatispiwigo-showcases p, .whatispiwigo-communication p {
    font-size: 18px;
    color: #54616F;
}

.whatispiwigo-showcases, .whatispiwigo-communication {
    margin-top: 150px;
}

.whatispiwigo-showcases-line {
    height: 1px;
    width: 100px;
    margin-left: 100px;
    margin-top: 45px;
    border-top: 1px solid #54616F;
    transform:rotate(60deg);
    -ms-transform:rotate(60deg); /* Internet Explorer */
    -moz-transform:rotate(60deg); /* Firefox */
    -webkit-transform:rotate(60deg); /* Safari et Chrome */
    -o-transform:rotate(60deg); /* Opera */
}

.whatispiwigo-communication-line {
    height: 1px;
    width: 100px;
    margin-top: 45px;
    border-top: 1px solid #54616F;
    transform:rotate(-60deg);
    -ms-transform:rotate(-60deg); /* Internet Explorer */
    -moz-transform:rotate(-60deg); /* Firefox */
    -webkit-transform:rotate(-60deg); /* Safari et Chrome */
    -o-transform:rotate(-60deg); /* Opera */
}

@media (min-width: 992px) and (max-width: 1199px) {
    .whatispiwigo-showcases-line {
        margin-top: 20px;
    }
}

@media (max-width: 991px) {
    .row-whatsispiwigo-professional {
        height: 600px;
        display: flex;
        flex-direction: column-reverse;
    }

    .whatispiwigo-communication-line {
        display: none;
    }

    .whatispiwigo-showcases-line {
        display: none;
    }

    .whatispiwigo-showcases {
       margin-top: 0px;
    }

    .whatispiwigo-communication {
        margin-top: 0px;
    }

    .whatispiwigo-showcases p {
        text-align: left;
    }

    .whatispiwigo-showcases p, .whatispiwigo-communication p {
        text-align: center;
        margin-top: 60px;
        font-size: 14px;
    }

    .col-whatispiwigo-professional-content h1, .col-whatispiwigo-professional-content p {
        text-align: center;
    }

    .col-whatispiwigo-professional-content h1 {
        margin-top: 30px;
        margin-bottom: 45px;
    }

    .col-whatispiwigo-professional-logo {
        height: 300px;
        background: url(../images/whatispiwigo/professional.svg);
        background-size: 200px;
        background-position: center 140%;
        background-repeat: no-repeat;
    }
}

@media (max-width: 308px) {
    .col-whatispiwigo-professional-logo {
        background-position: center 140%;
    }
}

@media (min-width: 377px) and (max-width: 492px) {
    .col-whatispiwigo-professional-logo {
        background-position: center 140%;
    }
}

@media (min-width: 493px) and (max-width: 710px) {
    .col-whatispiwigo-professional-logo {
        background-position: center 140%;
    }
}

@media (min-width: 711px) and (max-width: 991px) {
    .col-whatispiwigo-professional-logo {
        background-position: center 140%;
    }
}


/* -- Individual -- */

.container-fluide-whatispiwigo-individual {
    background-color: #54616F;
}

.row-whatsispiwigo-individual {
    height: 450px;
    overflow: hidden;
}

.col-whatispiwigo-individual-content h2, .col-whatispiwigo-individual-content p {
    color: #FFFFFF
}

.col-whatispiwigo-individual-content h2 {
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 30px;
    margin-top: 200px;
}

.col-whatispiwigo-individual-content p {
    font-size: 20px;
}

.col-whatispiwigo-individual-logo {
    height: 635px;
    background: url(../images/whatispiwigo/individual.svg);
    background-size: 400px;
    background-position: right 100%;
    background-repeat: no-repeat;
}

.whatispiwigo-amateur p, .whatispiwigo-family p, .whatispiwigo-collector p,.whatispiwigo-fansite p {
    font-size: 18px;
    color: #FFFFFF;
}

.whatispiwigo-amateur {
    margin-top: 285px;
    padding-left: 50px;
}

.whatispiwigo-amateur-line {
    height: 1px;
    width: 100px;
    margin-left: 40px;
    margin-top: 45px;
    border-top: 1px solid #B1B1B1;
    transform:rotate(60deg);
    -ms-transform:rotate(60deg); /* Internet Explorer */
    -moz-transform:rotate(60deg); /* Firefox */
    -webkit-transform:rotate(60deg); /* Safari et Chrome */
    -o-transform:rotate(60deg); /* Opera */
}

.whatispiwigo-family {
    margin-top: 150px;
    padding-left: 0px;
}

.whatispiwigo-family-line {
    height: 1px;
    width: 150px;
    margin-left: 28px;
    margin-top: 70px;
    border-top: 1px solid #B1B1B1;
    transform:rotate(60deg);
    -ms-transform:rotate(60deg); /* Internet Explorer */
    -moz-transform:rotate(60deg); /* Firefox */
    -webkit-transform:rotate(60deg); /* Safari et Chrome */
    -o-transform:rotate(60deg); /* Opera */
}

.whatispiwigo-collector {
    margin-top: 85px;
    padding-left: 120px;
}

.whatispiwigo-collector-line {
    height: 1px;
    width: 150px;
    margin-left: -32px;
    margin-top: 80px;
    border-top: 1px solid #B1B1B1;
    transform:rotate(-90deg);
    -ms-transform:rotate(-90deg); /* Internet Explorer */
    -moz-transform:rotate(-90deg); /* Firefox */
    -webkit-transform:rotate(-90deg); /* Safari et Chrome */
    -o-transform:rotate(-90deg); /* Opera */
}

.whatispiwigo-fansite {
    margin-top: 210px;
    padding-left: 80px;
}

.whatispiwigo-fansite-line {
    height: 1px;
    width: 100px;
    margin-left: -30px;
    margin-top: 50px;
    border-top: 1px solid #B1B1B1;
    transform:rotate(-75deg);
    -ms-transform:rotate(-75deg); /* Internet Explorer */
    -moz-transform:rotate(-75deg); /* Firefox */
    -webkit-transform:rotate(-75deg); /* Safari et Chrome */
    -o-transform:rotate(-75deg); /* Opera */
}

@media (min-width: 992px) and (max-width: 1199px) {
    .whatispiwigo-amateur-line {
        margin-top: 50px;
        margin-left: -50px;
    }
    .whatispiwigo-amateur p {
        margin-top: 0px;
        margin-left: -80px;
    }
    .whatispiwigo-family-line {
        margin-left: -45px;
        margin-top: 75px;
    }
    .whatispiwigo-family p {
        margin-left: -120px;
    }
    .whatispiwigo-collector-line {
        margin-left: -80px;
    }
    .whatispiwigo-collector p {
        margin-left: -40px;
    }
    .whatispiwigo-fansite-line {
        margin-top: 50px;
        margin-left: 62px;
    }
    .whatispiwigo-fansite p {
        margin-top: -190px;
        margin-left: 100px;
    }
}

@media (max-width: 991px) {
    .row-whatsispiwigo-individual {
        height: 600px;
    }

    .col-whatispiwigo-individual-content h1, .col-whatispiwigo-individual-content p {
        color: #FFFFFF
        margin-bottom: 30px;
        text-align: center;
    }

    .col-whatispiwigo-individual-content h1 {
        font-size: 32px;
        margin-top: 30px;
    }

    .whatispiwigo-amateur-line {
        display: none;
    }

    .whatispiwigo-family-line {
        display: none;
    }

    .whatispiwigo-collector-line {
        display: none;
    }

    .whatispiwigo-fansite-line {
        display: none;
    }

    .whatispiwigo-amateur, .whatispiwigo-family, .whatispiwigo-collector, .whatispiwigo-fansite {
        margin-top: 10px;
        padding-left: 0px;
    }

    .whatispiwigo-amateur p, .whatispiwigo-family p, .whatispiwigo-collector p, .whatispiwigo-fansite p {
        font-size: 14px;
    }

    .col-whatispiwigo-individual-logo {
        height: 475px;
        margin-top: 100px;
        background: url(../images/whatispiwigo/individual.svg);
        background-size: 200px;
        background-position: center 60%;
        background-repeat: no-repeat;
    }
}

@media (max-width: 308px) {
    .col-whatispiwigo-individual-logo {
        background-position: center 50%;
    }
}

@media (min-width: 377px) and (max-width: 492px) {
    .col-whatispiwigo-individual-logo {
        background-position: center 70%;
    }
}

@media (min-width: 493px) and (max-width: 710px) {
    .col-whatispiwigo-individual-logo {
        background-position: center 79%;
    }
}

@media (min-width: 711px) and (max-width: 991px) {
    .col-whatispiwigo-individual-logo {
        background-position: center 88%;
    }
}

/* Choosing Piwigo */

.row-whatispiwigo-choosing-piwigo {
    height: 500px;
    overflow: hidden;
    background: url(../images/whatispiwigo/pyramid.svg);
    background-size: 800px;
    background-position: center 120%;
    background-repeat: no-repeat;
}

.row-whatispiwigo-choosing-piwigo h2 {
    padding-top: 200px;
    padding-left: 80px;
    font-size: 32px;
    font-weight: bold;
    color: #FF7700;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .row-whatispiwigo-choosing-piwigo h2 {
        padding-top: 0px;
        margin-top: 100px;
    }
}

@media (max-width: 991px) {
    .row-whatispiwigo-choosing-piwigo h2 {
        padding-top: 10px;
        padding-left: 0px;
        font-size: 28px;
        text-align: center;
    }
}

.container-fluide-piwigo-fundamental {
    box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.10);
}

.container-fluide-piwigo-fundamental h3 {
    font-size: 28px;
    color: #54616F;
    font-weight: bold;
}

@media (max-width: 991px) {
    .container-fluide-piwigo-fundamental h3 {
        font-size: 16px;
        color: #54616F;
    }
}

.container-piwigo-fundamental-content {
    margin-top: 60px;
    margin-bottom: 60px;
}

.container-piwigo-fundamental-content p {
    font-size: 18px;
    color: #54616F;
}

@media (max-width: 991px) {
    .container-piwigo-fundamental-content {
        margin-top: 40px;
        margin-bottom: 40px;
    }

    .container-piwigo-fundamental-content p {
        font-size: 13px;
    }
}

/* How to use Piwigo */

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

.container-whatispiwigo-how-to-use-piwigo h2 {
    font-size: 32px;
    font-weight: bold;
    color: #FF7700;
    padding-bottom: 30px;
}

.container-whatispiwigo-how-to-use-piwigo p {
    font-size: 20px;
    color: #54616F;
    padding-right: 75px;
}

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

    .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;
    }
}

/* GNU license */

.container-fluide-whatispiwigo-gnu-license {
    background-color: #54616F;
    padding-top: 10px;
    padding-bottom: 10px;
}

.whatispiwigo-gnu-collapse p {
    color: #FFFFFF;
    margin-bottom: 20px;
}

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

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

/*.gnu-license a:active,
.gnu-license a:focus,
.gnu-license a:hover {
    font-weight: bold;
}*/



.whatispiwigo-gnu-collapse .card.card-body {
    margin-top: 20px;
}

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

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

/*.gnu-license a:hover > span,
.gnu-license a:focus > span,
.gnu-license a:active > span {
    transform:rotate(90deg);
    -ms-transform:rotate(90deg);
    -moz-transform:rotate(90deg);
    -webkit-transform:rotate(90deg);
    -o-transform:rotate(90deg);
    transition: transform 0.2s ease-out;
    -webkit-transition: transform 0.2s ease-out;
    -moz-transition: transform 0.2s ease-out;
}*/

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

/************************
 * Piwigo Showcases CSS *
 ************************/

.pwg-showcases {
    background-color: #54616f;
    overflow: hidden;
}

.pwg-showcases-content {
    background: url(../images/showcases/banner_showcases.svg);
    background-size: 40%;
    background-repeat: no-repeat;
    background-position: right;
}

@media (max-width: 991px) {
    .pwg-showcases-content  {
        background: unset;
    }
}

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

.pwg-showcases-content h1 {
    padding-bottom: 10px;
}

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

.navbar-navigation-showcases {
    background-color: #54616f;
}

.navbar-navigation-showcases .page-link,
.navbar-navigation-showcases .page-link:active,
.navbar-navigation-showcases .page-link:hover,
.navbar-navigation-showcases .page-link:focus {
    color: #54616F;
}

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

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

.row-navbar-showcases .stylish-input-group input::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: #54616f;
}

.row-navbar-showcases .stylish-input-group input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #54616f;
}

.row-navbar-showcases .stylish-input-group input::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #54616f;
}

.row-navbar-showcases .stylish-input-group input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #54616f;
}

.row-navbar-showcases .stylish-input-group input::-ms-input-placeholder { /* Microsoft Edge */
    color: #54616f;
}

.navbar-type-showcases .nav-link {
    margin-right: 10px;
    margin-left: 10px;
    color: #54616f;
}

.navbar-type-showcases .nav-link:hover, .navbar-type-showcases .nav-link:focus {
    color: #54616f;
}

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

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

.pwg-showcases-row {
    margin-top: 50px;
    margin-bottom: 50px;
}

.pwg-showcases-row > div.col-md-4 {
    padding-bottom: 15px;
    padding-top: 15px;
}

.pwg-showcases-block {
    height: 250px;
    background-color: #F4F4F4;
}

/***************************
 * 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;
 }

 .row-piwigo-press {
 }

 .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 *
  ******************************/

.container-fluide-getting-started {
    background-color: #FF7700;
}

.container-fluide-getting-started h1,
.container-fluide-getting-started p {
    color: #FFFFFF;
}

.container-fluide-getting-started h1 {
    font-size: 28px;
}

.container-fluide-getting-started p {
    font-size: 20px;
}

.getting-started-banner-logo {
    height: 157px;
    background-image: url(../images/get_started/banner_start.svg);
    background-position: 75% -160%;
    background-repeat: no-repeat;
    background-size: 40%;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .getting-started-banner-logo {
        background-image: url(../images/get_started/banner_start.svg);
        background-position: 75% 470%;
        background-repeat: no-repeat;
        background-size: 40%;
    }
}

@media (max-width: 991px) {
    .getting-started-banner-logo {
        display: none;
    }
}

/* Download - Requierement - Installation guide */

.row-getting-started-content {
    margin-top: 100px;
    margin-bottom: 100px;
}

.row-getting-started-content .btn {
    font-size: 20px;
    color: #FF7700;
    border-radius: 0px;
    background-color: #FFFFFF;
    margin-bottom: 20px;
    padding-left: 30px;
    padding-right: 30px;
    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-getting-started-content .btn:hover,
.row-getting-started-content .btn:focus,
.row-getting-started-content .btn:active {
    color: #FFFFFF;
    background-color: #FF7700;
    box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.10);
}

.row-getting-started-content p {
    color: #4E4E4E;
    font-size: 20px;
}

@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 p {
        margin-bottom: 60px;
    }
}

/* */

.container-fluide-unanswered-questions {
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #F8F8F8;
}

.container-fluide-unanswered-questions h1 {
    font-size: 28px;
    color: #FF7700;
    margin-bottom: 30px;
}

.container-fluide-unanswered-questions p {
    font-size: 20px;
    color: #4E4E4E;
}

.container-fluide-unanswered-questions a {
    font-size: 22px;
    color: #FF7700;
    text-decoration: none;
}

/************************
 * Piwigo Changelogs CSS *
 *************************/

 /* Changelogs header*/

 .container-fluide-changelogs {
    background-color: #54616F;
 }

 .container-fluide-changelogs h1,
 .container-fluide-changelogs p {
    color: #FFFFFF;
 }

 .container-fluide-changelogs p {
    font-size: 20px;
 }

 .changelogs-logo {
    height: 165px;
    background-image: url(../images/changelogs/banner_changelogs.svg);
    background-size: 25%;
    background-repeat: no-repeat;
    background-position: 65% 580%;
 }

 /* All piwigo versions */

 .container-changelogs-versions {
    margin-top: 100px;
    margin-bottom: 100px;
 }

 /* Major versions */

.version-major {
    height: 560px;
    margin-top: 30px;
    margin-bottom: 30px;
    padding: 10px 10px 10px 10px;
    background-color: #54616F;
    box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.10);
}

.version-major h2,
.version-major p,
.version-major a {
    color: #FFFFFF;
}

.version-major h2 {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 15px;
}

.version-major p {
    font-size: 20px;
}
 
.version-major a {
    text-decoration: none;
}

.version-major-content {
    margin-top: 100px;
    margin-bottom: 115px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.version-major-content ul {
    padding-left: 0px;
    list-style: none;
}

.version-major-content li {
    margin-top: 15px;
    margin-bottom: 15px;
    color: #FFFFFF;
}

.version-major-border-top {
    width: 33.33%;
    height: 1px;
    margin-left: 33.33%;
    margin-bottom: 30px;
    border-top: 1px solid #FFFFFF;
}

.version-major-border-bottom {
    width: 33.33%;
    height: 1px;
    margin-left: 33.33%;
    margin-top: 30px;
    border-bottom: 1px solid #FFFFFF;
}

 /* Minor versions */

 .version-minor {
    height: 250px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 50px;
    margin-top: 30px;
    margin-bottom: 30px;
    background-color: #FFFFFF;
    box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.10);
}

 .version-minor h2 {
    color: #54616F;
    margin-bottom: 15px;
    font-size: 28px;
    font-weight: bold;
}

 .version-minor p {
    color: #54616F;
    font-size: 18px;
    margin-bottom: 40px;
}

 .version-minor a {
    color: #FF7700;
    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;
}

.read-more {
    display: none;
}

.version-box:hover .read-more {
    display: block;
}

.primary-version {
    height: 250px;
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 30px;
    margin-bottom: 30px;
    background-color: #54616F;
    box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.10);
}

.primary-version h2,
.primary-version p {
    color: #FFFFFF;
}


.primary-version h2 {
    font-size: 28px;
    font-weight: bold;
    margin-top: 100px;
}

.primary-version-content {
    height: 100px;
    margin-top: 75px;
    margin-bottom: 75px;
    border-left: 1px solid #FFFFFF;
    border-right: 1px solid #FFFFFF;
}

.primary-version-content p {
    margin-top: 38.667px;
    font-size: 20px;
    color: #FFFFFF;
}

.primary-version-read-more p {
    margin-top: 113px;
    font-size: 20px;
}

.primary-version-read-more a {
    color: #FFFFFF;
    text-decoration: none;
}

 /* 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;
 }

 /* 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: 18px;
    margin-bottom: 40px;
    text-align: justify;
}

#releaseNotesMain .back_overview {
    margin-bottom:30px;
    font-size:90%;
    text-align:right;
}

#releaseNotesMain img.screenshot {
    margin:20px auto;
    display: block;
    max-width: 100%;
}

#releaseNotesMain section h3 {
    border-bottom: 1px solid #cdcdcd;
}

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;
    font-size: 20px;
}

#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 H4 {
    font-style: normal;
    font-weight: bold;
    border-bottom: 2px solid #cdcdcd;
    font-size: 110%;
    display: inline;
    color: #666;
}

#releaseNotesMain p {
    margin: 20px 0;
    text-align: justify;
}

#releaseNotesMain ul {
    margin-top:20px;
    margin-bottom: 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;
    }
 }

 .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;
}

.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: #54616F;
}


.container-fluide-known-issues .container .row > h1 > i.icon-attention {
    margin-right: 15px;
}

.container-fluide-known-issues .container .row > h1 {
    color: white;
    font-size: 32px;
    margin-bottom: 30px;
}

.container-fluide-known-issues .container .row .col-md-12 > h2 > i.icon-check-empty {
    color: white;
    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: white;
}

/* 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;
    }
 }

/******************************
 * Piwigo coding-activity CSS *
 ******************************/

.container-fluid-coding-activity {
    background-color: #F46755;
}

.container-fluid-coding-activity h1, .container-fluid-coding-activity p {
    color: white;
}

.container-fluid-coding-activity p {
    font-size: 20px;
}

.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;
}

.commit {
    margin-left: 20px;
    margin-bottom: 0px;
    border: 1px solid #eee;
    padding: 10px;
    margin-top: -1px;
}

.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: 1px solid #FF7700;
    border-collapse: collapse;
}

/***********************
 * 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 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 {
/*    font-size:16px;*/
    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-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: 991px) {
    .footer-donate-content, .footer-newspaper-content {
        padding-bottom: 40px;
    }
}

@media (max-width: 768px) {
    .footer-donate-content a, .footer-newspaper-content a {
        font-size: 12px;
    }

    .footer-donate-content img, .footer-newspaper-content img {
        height: 20px;
        margin-right: 10px;
    }
}
