/*****************  *****************/

/* hide google recaptcha */
.grecaptcha-badge { visibility: hidden !important; }

#page-bio,
#page-golf,
#page-coach,
#page-prepa,
.page-tarifs,
#page-contact {
    padding: 30px 0 0 250px;
}

.title-row {
    align-items: baseline;
}

h2 {
    position: relative;
    padding-left: 15px;
    color: #00761d;
    letter-spacing: 1px;
    font-weight: 800;
    text-transform: uppercase;
    font-size: 1.62rem;
    font-family: 'Fedra-Sans';
    background: url(../img/texture_fond_gris.png);
    background-repeat: repeat;
    padding: 35px 0 30px 30px;    
}

.title-row img {
    width: auto;
    height: 30px;
    margin-left: 20px;
    transform: rotate(20deg) translateY(8px);
    margin-top: 15px;
}

.descr-titles {
    margin-bottom: 15px;
}

 /* titre arrondi */

.ball-title p {
    top: -70px;
    right: -50%;
}

/* bloc texte fond gris */


/*.bloc-text-grey {
    background: url(../img/texture_fond_gris.png);
    background-repeat: repeat;
}*/

.textured-back {
    background: url(../img/texture_fond_gris.png);
    background-repeat: repeat;
}

.dotted-background {
    background: url(../img/texture_dot.png);
    background-repeat: repeat;
}

.green-dark-background {
    background-color: rgba(0, 118, 29, 1);
}

.green-light-background {
    background-color: rgba(135, 167, 0, .9);
}

.shadowed {
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.light-shadowed {
    box-shadow: 20px 40px 40px rgba(0, 0, 0, 0.1);
}

.shadowed-text {
    text-shadow: 1px 1px 2px rgba(0, 0, 0, .15);
}

.left-round-borders {
    border-radius: 12px 0 0 12px;
}

.right-round-borders {
    border-radius: 0 12px 12px 0;
}

.title-no-back {
    background: none;
}
/*box-shadow: 20px 40px 40px rgba(0, 0, 0, 0.1);*/

.round-border {
    border-radius: 12px;
}

.bloc-text-grey {
    padding: 45px;
    position: relative;
}

/* base style for buttons */

.btn-to {
    width: 180px;
    background: #00761d;
    text-align: center;
    height: 58px;
    line-height: 58px;
    color: #fff;
    border-radius: 30px;
    font-weight: 700;
    margin-top: 15px;
}

.btn-to a {
    color: #fff;
}

.btn-to span {
    padding-right: 14px;
}

.btn-to svg {
    padding-bottom: 2px;
    margin-bottom: 2px;
}

.btn-to:hover svg {
    animation: moveForward 1s infinite;
}

@keyframes moveForward {
  from {
    padding-right: 14px;
  }

  to {
    padding-right: -110%;
  }
}

/* header */

#header {
    position: static;
    width: 100%;
    border-bottom: 1px solid transparent;
    margin: 0;
    font-family: "Exo2";
}

/* header */

.header-container {
    position: fixed;
    background-color: rgba(255,255,255, 1);
    transition: left .5s ease-in-out, right .5s ease-in-out;
    height: 100%;
    width: 250px;
    left: 0;
    top: 0;
    z-index: 9999;
    padding-left: 25px;
}

#resp-header-nav {
    display: none;
}

/* header logo */

.header-container #header-logo {
    margin: 15px 0;
    padding: 5px 0 20px 15px;
}

.header-container #header-logo img {
    max-width: 120px;
    filter: saturate(1.5);
}

/* header nav */
#header a,
#header .header-nav .presse-btn,
#header .resp-nav .presse-btn {
    color: #00761d;
    font-size: 12px;
    letter-spacing: 1px;
    font-weight: 800;
    text-transform: uppercase;
}

.header-nav ul {
    padding: 0;
    margin: 0;
}

.header-nav ul li, 
#header .header-nav .presse-btn,
#header .resp-nav .presse-btn {
    position: relative;
}

.header-nav ul li a, 
#header .header-nav .presse-btn,
#header .resp-nav .presse-btn {
    display: block;
    line-height: 19px;
    padding: 12px;
}

#header .header-nav ul li a::before, 
#header .header-nav .presse-btn::before {
    content: "";
    opacity: 0;
    position: absolute;
    border-radius: 2px;
    height: 14px;
    width: 100%;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    transition: all .3s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: -1;
}

#header .header-nav ul li a:hover, 
#header .header-nav .presse-btn:hover a,
#header .header-nav ul li.current_page_item a {
    color: #ff0000;
    transition: all .25s linear;
}

#header .header-nav ul li a:hover::before, 
#header .header-nav .presse-btn:hover::before,
#header .header-nav ul li.current_page_item a::before {
    height: 30px;
    opacity: 1;
}

#header .header-nav ul li a:hover::after, 
#header .header-nav .presse-btn:hover::after,
#header .header-nav ul li.current_page_item a::after {
    width: 100%;
}

#resp-header-nav {
    width: 100%;
}

#resp-header-nav .navbar {
    justify-content: space-between;
}

#resp-header-nav #header-logo {
    margin-left: 15px;
}

#resp-header-nav #header-logo img {
    max-height: 100px;
    width: auto;
}

#resp-header-nav .closeBtn {
      align-self: flex-end;
      margin: 10px 20px 0 0;
      font-size: 50px;
}

.resp-nav .modal-dialog {
    max-width: 100%;
    margin: auto;
    background: #4F5455;
}

.navbar-dark .navbar-toggler {
    border: none;
}

.resp-nav .modal-content {
    width: 100vw;
    height: 100vh;   
}

.resp-nav .modal-content ul {
    margin: 30px 20px;
}

.resp-nav .modal-content ul li {
    padding: 8px;
    font-size: 30px;
    line-height: 28px;
}

.resp-nav .presse-btn {
    margin-left: 12px;
    margin-top: -15px;
    padding-top: 0;
}

.resp-nav .modal-content #header-icons {
    justify-content: center;
}

/* social networks */

#header-icons {
    display: flex;
    justify-content: flex-end;
    padding-right: 10px;
    margin-top: 10px;
}

#header-icons a img {
    max-width: 30px;
    margin: 0 8px;
}

/* template base */

#description {
    color: #212121;
    padding-left: 90px;
}

.descr-container {
    width: 100%;
    padding: 60px 0;
}

.descr-row h2 {
    padding-left: 0;
}

#description .descr-row {
    justify-content: flex-end;
}

#courses .descr-row {
    display: flex;
    flex-wrap: wrap;
}

.descr-left {
    max-width: 585px;
}

.descr-title {
    color: #161346;
}

.descr-texts {
    padding: 60px 75px;
    z-index: 1;
    background-color: rgba(255, 255, 255, 1);
}

.descr-text-1 h2 {
    font-weight: 300;
    font-size: 1.5rem;
    padding: 35px 0 30px 30px;
}

.descr-text-1 p {
    padding: 0 30px;
}

.descr-container .descr-text-1 p {
    font-size: 14px;
    line-height: 36px;
}

.descr-container .descr-title strong {
    display: block;
    font-weight: 600;
}

.descr-container .descr-img-1 {
    margin-left: -25%;
}

.descr-container .descr-img img {
    max-height: 720px;
}

.descr-container .descr-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    opacity: .5;
    z-index: -1;
}

.descr-container .descr-icon img {
    max-width: 150px;
}

/* accueil */

#home {
    width: 100%;
}

#home #home-screen {
    width: 100%;
    height: 100vh;
    position: relative;
}

#home .video-container {
    z-index: -1;
    height: 100vh;
    width: 100vw;
}

#home .video-container video {
    object-fit: cover;
    position: fixed;
    width: 100%;
    height: 100%;
    margin-left: 20px;
}

#home .video-container .home-img {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: calc(100vw + (100vw / 4));
}

#home .video-container .home-img-mobile {
    display: none;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 75px;
}

#home .video-text-container {
    color: #fff;
}

#home .video-text-container .col-12 {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    height: 100vh;
}

#home .video-text-container .video-texts {
    text-shadow: 0px 1px 3px rgba(0, 0, 0, .16);
    padding-bottom: 75px;
}

#home .video-text-container .video-title {
    margin-bottom: 0;
    margin-left: 198px;
}

#home .video-text-container .video-title p {
    font-family: 'Fedra-Sans';
    letter-spacing: 3px;
    font-size: 68px;
}

#home .video-text-container .video-title strong {
    display: inline-block;
    text-transform: uppercase;
    font-size: 73px;
    font-weight: 800;
    letter-spacing: 4px;
}

#home .video-text-container p {
    font-size: 18px;
    margin-bottom: 20px;
    font-weight: 600;
}

#home .video-text-container .video-btn a {
    box-shadow: 20px 40px 40px rgba(0, 0, 0, 0.2);
}

/* accueil section description */

#description .descr-container .descr-texts {
    background-repeat: repeat;
    background-color: rgba(255, 255, 255, .9);
    box-shadow: 20px 40px 40px rgba(0, 0, 0, 0.5);
}

#description .descr-container img {
    box-shadow: 20px 40px 40px rgba(0, 0, 0, 0.2);
}

/* accueil section leçons */

#courses, #courses-m {
    background: #fff;
}

#courses {
    padding-left: 250px;
}

#courses-m {
    display: none;
}

#courses-m .course-text {
    padding: 30px 15px 0;
    font-size: 13px;
}

#courses-m .courses-btn {
    display: flex;
    justify-content: flex-end;
}

#courses-m .btn-to {
    width: 55px;
    height: 55px;
    line-height: 55px;
    background: rgba(255,255,255,0.2);
    margin-top: 0;
    margin-bottom: 15px;
}

.courses-col {
    position: relative;
}

.courses-left-col {
    transform: translateX(15px);
    max-height: 550px;
    min-height: 550px;
}

#home .courses-left-col {
    padding: 3.75em;
    color: #fff;
    background: url(../img/texture_fond_gris.png);
    background-color: rgba(121, 155, 80, .9);
    background-repeat: repeat;
}

#courses-m .courses-left-col {
    width: 100%;
}

#courses-m .courses-left-col .descr-left {
    max-width: unset;
}

.courses-left-col .descr-title {
    text-transform: capitalize;
    color: #fff !important;
}

.courses-left-col .descr-title:after {
    margin-top: 20px;
}

.courses-sub {
    text-transform: uppercase;
    padding-top: 15px;
}

.courses-col .descr-left .courses-texts {
    padding: 0;
}

.courses-col .descr-left .courses-texts li {
    position: relative;
    background-color: rgba(0,0,0,.1);
    padding: 1em;
    line-height: 1.5em;
    font-size: 15px;
    margin-top: .4em;
    padding-left: 6.4em;
    min-height: 98px;
    display: flex;
    align-items: center;
}

.courses-col .descr-left .courses-texts li:hover {
    cursor: pointer;
}

.courses-col .descr-left .courses-texts .course-nbr {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    padding: 1em;
    width: 3.5em;
    font-size: 24px;
    font-weight: 600;
    background-color: rgba(0,0,0,.15);
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.courses-col .descr-left .courses-texts .course-nbr span {
    vertical-align: middle;
}

/* courses right col */


.courses-right-col {
    color: #2d3031;
}

.courses-col .descr-right {
    background: #fff;
    height: 100%;
    padding: 2.7em 3.75em 0.3em;
    overflow-y: auto;
    overflow-x: hidden;
    display: none;
    max-height: 550px;
    min-height: 550px;
}
.courses-col .descr-right h2 {
    font-size: 1.15rem;
}

.courses-col .descr-right:first-child {
    display: block;
}

#home #entr-2 .courses-texts div p:last-child {
    display: none;
}

.courses-col .descr-right .courses-texts {
    padding: 0;
    margin-top: 15px;
    overflow: hidden;
    line-height: 1.5em;
}

.courses-col .descr-right .courses-texts p {
    line-height: 1.8em;
    margin-top: 20px;
    font-size: 15px;
}

#courses .btn-to {
    margin: 30px auto;
    background-color: #161346;
}

#courses .courses-btn a {
    color: #fff;
}

/* Page "Stéphanie Arricau" */
#page-bio {
    padding-bottom: 0;
}

#page-bio section {
    margin-bottom: 30px;
}

#page-bio .bloc-text-grey {
    padding: 60px 45px;
    width: 50%;
    background: none;
}

#page-bio img,
#page-coach #entrainements img {
    max-height: 440px;
    width: auto;
}

#page-bio img {
    max-height: 550px;
}

#page-bio .pres-row:nth-child(2) .img-col {
    text-align: left;
}

#page-bio .pres-row:nth-child(2n + 1) .img-col {
    text-align: right;
}

#page-bio ul li,
#page-coach ul li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 5px;
    line-height: 37px;
}

#page-bio ul li::before,
#page-coach ul li::before {
    content: '';
    height: 6px;
    width: 6px;
    position: absolute;
    top: 18px;
    left: 0;
    background-color: #161346;
    border-radius: 50%;
}

#page-bio .row p {
    margin-bottom: 1.5rem;
    line-height: 35px;
}

#page-bio .ref-section {
    font-size: 18px;
    line-height: 1.55;
}

#page-bio .ball-title p {
    top: -90px;
    right: -105px;
}

/* Page S.Arricaud - "Présentation" */

.pres-row {
    padding: 25px 0;
    align-items: center;
    justify-content: space-around;
}

.pres-row:nth-child(2n) {
    flex-direction: row-reverse;
}

.pres-text {
    max-width: 40%;
}

.presentation p {
    font-size: 16px;
    margin-bottom: 1rem;
}

/* Page "Parcours" */
#page-bio {
    padding-bottom: 30px;
}

#page-bio .parcours img {
    min-height: 739px;
    width: auto;
    transition: opacity .5s ease-in-out;
    margin-top: -120px;
}

#page-bio .parcours-l {
    margin-bottom: 60px !important;
    margin-top: 0 !important;
}

/* Blocs "références" */

#page-bio .ref-section .ref-col {
    padding: 50px 75px 65px;
    height: 100%;
    background-image: url(../img/texture_fond_gris.png);
    background-repeat: repeat;
    background-color: rgba(121, 155, 80, .85);
    color: #fff;
    margin: auto;
}

#page-bio .ref-section .ref-col:nth-child(1) {
    margin-top: 60px;
    background-color: rgba(136, 168, 0, .85);
}

#page-bio .ref-section .ref-col:nth-child(2) {
    margin-top: 60px;
    background-color: rgba(8, 119, 23, .85);
    min-width: 715px;
}

#page-bio .ref-section .ref-col a {
    color: #fff;
	font-weight: bolder;
	margin-right: 2px;
}

#page-bio .ref-section .ref-col a:after {
    background-color: #fff;
	font-weight: bolder;
}

#page-bio .ref-section .ref-col h2 {
    padding-left: unset;
}

#page-bio .ref-section .ref-col h3 {
    font-size: 15px;
    text-transform: uppercase;
    font-weight: bolder;
    padding-left: 5px;
    padding-top: 20px;
    margin-bottom: 20px;
}

#page-bio .presse-section {
    justify-content: flex-end;
}

/* témoignages */

#page-bio .temoin-section {
    padding-top: 50px;
    margin-top: 45px;
}

#page-bio .temoin-section .temoin-row {
    padding: 50px 0;
    display: flex;
    justify-content: space-around; 
}

#page-bio .temoin-section .temoin-row .descr-texts {
    padding-top: 0;
    padding-bottom: 0;
}

#page-bio .temoin-section .temoin-row p {
    font-size: 16px;
    line-height: 33px; 
}

#page-bio .temoin-section .temoin-row .img-col {
    text-align: right;
}

#page-bio .temoin-section .temoin-row:nth-child(2n+1) {
    flex-direction: row-reverse;
}

#page-bio .temoin-section h3 {
    color: #00761d;
    font-size: 1.35rem;
}

#page-bio .temoin-section .descr-texts {
    min-width: 650px;
}

/* Lien revue presse */

.presse-btn:hover {
    cursor: pointer;
}

.presse-btn .btn-to {
    width: 300px;
    height: 67px;
    line-height: 65px;
    font-size: 22px;
    padding-left: 10px;
    background: url(../img/texture_fond_gris.png);
    background-repeat: repeat;
    background-color: #799b50;
}

/* iframe vidéo */
.fancybox-slide--iframe .fancybox-content,
.fancybox-slide--iframe iframe {
    background: transparent;
}

/* page "Golf" et "Coach */

#page-golf {
    padding-bottom: 30px;
}

#page-golf .course-nbr {
    font-size: 1.2rem;
    opacity: .45;
}

#page-golf .intro {
    font-size: 18px;
    padding:  30px 15px;
} 

.section-title {
    padding: 30px 15px;
}

.section-course {
    padding: 30px 0; 
}

.title-img {
    position: absolute;
    top: 28px;
    right: 24px;
    z-index: -1;
}

.title-img img {
    max-height: 120px;
}

#page-golf .descr-container {
    padding: 30px;
    background-color: #fff;
    margin: 30px auto;
}

.descr-container .descr-row {
    align-items: center;
}

.descr-container {
    color: rgba(0,0,0,.9);
}

#page-golf .descr-container .col-12 {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#page-coach .descr-container {
    padding-bottom: 0;
}

#page-golf .tarifs-row {
    margin: 30px 0;
    justify-content: flex-end;
}

#page-golf .tarifs {
    display: flex;
    flex-direction: column;
    padding: 15px;
}

#page-golf .hours-col,
#page-prepa .hours-col {
    padding: 30px;
    margin: 30px 0 30px 30px;
}

#page-golf .descr-container .lecon-text {
    padding-left: 0;
    margin-left: 30px;
}

#page-golf .descr-container .descr-img img {
    height: 370px;
    z-index: 1;
}

#page-coach .row-pres {
    margin: 0;
    padding-top: 15px;
    line-height: 30px;
}

#page-coach .row-pres p {
    font-size: 16px;
    line-height: 33px;
}

#page-coach .row-pres p:last-child {
    font-size: 14px;
}

#page-coach .row-pres .bloc-text-grey p {
    font-size: 15px;
}

#page-coach .row-pres .bloc-text-grey p:last-child {
    font-size: 13px;
}

#page-coach .bloc-text-grey {
    padding: 75px 75px 60px;
    margin: 0;
    max-width: 92%;
}

/*.descr-container .lecon-text {
    padding-left: 200px;
    max-height: 75%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    margin: 0 10px;
    max-width: 90%;
}*/

.descr-container .descr-title {
    color: #00761d;
    font-size: 1.27rem;
    line-height: 30px;
}

.descr-container .courses-sub {
    padding-top: 0;
    padding-bottom: 15px;
    font-size: 15px;
}

.descr-container .descr-text p {
    font-size: 16px;
    color: #2d3031;
}

.ext-link {
    color: #ff0000 !important;
    font-size: 15px !important;
}


.descr-container .lecon-text .ext-link:hover {
    text-decoration: underline;
}

.descr-container .lecon-btn {
    align-self: flex-end;
}

/* tarifs */ 

.tar-lecon-col {
    margin-left: 0 !important;
    font-size: 14px;
}

.tar-lecon-col .lecon-text {
    margin: 0;
    margin-bottom: 30px;
}

.lecon-bloc {
    padding-left: 50px !important;
    flex-direction: row !important;
    max-width: unset !important;
    justify-content: space-between;
    align-items: center;
}

.forfaits {
    margin: 1px 0;
}

.tarifs-single-row {
    display: flex;
    flex-wrap: wrap;
}

.cond-col, .tarifs-col {
    margin-right: 15px;
    min-width: 115px;
    padding: 5px 0;
}

#page-golf .tarifs-header {
    font-weight: 900;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
}

.tarifs-col {
    color: #fff;
}

.conditions {
    display: flex;
    justify-content: flex-end;
    margin-top: 35px;
    padding-right: 30px;
}

.conditions p {
    font-size: 13px;
    color: #000;
    margin: 0;
}

/* page "Préparation mentale */

#page-prepa h2:after {
    background-color: #ff0000;
}

#page-prepa .prepa-row {
    padding: 45px 30px;
    align-items: center;
    justify-content: space-around;
    color: #161346;
    line-height: 30px;
}

#page-prepa .prepa-row:nth-child(2) {
    padding-bottom: 15px;
}

#page-prepa .prepa-row:nth-child(3) {
    margin-top: 0;
}

#page-prepa .prepa-row p {
    font-size: 16px;
}

#page-prepa .prepa-row:nth-child(2) h3 {
    padding-bottom: 15px;
}

#page-prepa .prepa-row:nth-child(3) p {
    padding-top: 15px;
}

#page-prepa img {
    width: 100%;
    height: auto;
}

#page-prepa .tarifs {
    justify-content: flex-end;
}

#page-prepa .tarifs-col {
    max-width: unset !important;
    flex-direction: column;
}

#page-prepa .tarifs-col p {
    color: #fff !important;
}

#page-prepa .tarifs p {
    font-size: 16px;
}

#page-prepa a,
#page-bio a{
	color: #00761d;
	position: relative;
}

#page-prepa a:after,
#page-bio a:after{
	content: '';
	background-color: #00761d;
	position: absolute;
	left: 0;
	bottom: -3px;
	width: 100%;
	height: 1px;
}

/* page "Contact" */

#page-contact {
    padding-bottom: 45px;
}

#page-contact h2 {
    margin-bottom: 0;
}

#page-contact h2:after {
    background-color: #ff0000;
}

#page-contact .ball-title p {
    right: 10%;
    top: -30px;
}

#page-contact .contact-form-container {
    padding: 110px 0 0;
    color: #4F5455;
    max-width: 78%;
}

#page-contact .contact-form-container .contact-required {
    font-size: 14px;
    margin-bottom: 40px;
}

#page-contact .contact-form-container .star {
    color: red;
}

#page-contact .contact-form-container input:not([type=checkbox]),
#page-contact .contact-form-container textarea {
    background: #f7f7f7;
    border: 1px solid #c4c4c4;
    border-radius: 12px;
    color: #787878;
    transition: all .5s;
    padding: 10px;
    margin-bottom: 25px;
    width: 100%;
    box-shadow: 0 1px 0 1px rgba(0,0,0,.1);
}

#page-contact .contact-form-container .project {
    font-size: 18px;
}

#page-contact .contact-form-container .submit-btn {
    text-align: right;
}

#page-contact .contact-form-container .submit-btn input[type=submit] {
    background-color: #00761d;
    color: #FFF;
    font-weight: 600;
    padding: 15px;
    max-width: 200px;
    border: 1px solid #00761d;
    border-radius: 30px;
    transition: all .45s linear;
}

#page-contact .contact-form-container .submit-btn input[type=submit]:hover {
    background-color: rgba(255, 0, 0, .65);
    box-shadow: inset -9px 10px 36px 0px rgba(0,0,0,.35);
    border: 1px solid  rgba(0,0,0,.55);
}

/* footer "Partenaires" */

#footer {
    background: url(../img/texture_fond_gris.png);
    background-repeat: repeat;
    position: relative;
    min-height: 100vh;
    padding-top: 90px;
    padding-left: 250px;
    padding-bottom: 55px;
    z-index: 99;
}

#footer h2,
.partenaires-row .part-col {
    text-align: center;
}

#footer h2 {
    color: #161346;
    text-align: center;
    padding-left: 0;
    background: none;
    margin-bottom: 30px;
}

.partenaires-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 30px;
    padding-top: 30px;
}

.partenaires-row .part-col {
    background:  #fff;
    padding: 50px 5px;
    margin: 10px;
    transition: 0.3s all ease-in-out;
}

.partenaires-row .part-col:hover {
    transform: scale(1.05);
    box-shadow: 20px 40px 40px rgba(0, 0, 0, 0.3);
    
}

.partenaires-row .part-col img {
    max-width: 150px;
}

.partenaires-row .part-col .part-link {
    color: #2d3031;
    margin-top: 30px;
}

.copyright-col {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100vw;
    background-color: #161346;
    color: #fff;
    text-align: center;
    padding: 15px 0;
    z-index: 99999;
    padding-left: 250px;
}

.caption {
    display: block;
    padding: 0;
    padding-top: 7px;
    font-size: 0.8em;
    text-align: right;
    color: rgba(0,0,0,.65);
}

.caption:before {
    content: '@';
    display: inline-block;
}

/* trustpilot */
#trustpilot-widget-trustbox-1-wrapper {
	margin: 30px 0 30px 250px !important;
}