/*
Theme Name: Programme Partage
Theme URI:
Author: Mabreizh 
Author URI: mailto:mabreizh@gmail.com
Description: 
Version: 2.2
License:
License URI: 
Tags:
Text Domain: twentytwelve

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/* =Reset
-------------------------------------------------------------- */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	/* margin: 0; */
	padding: 0;
	border: 0;
	/* font-size: 100%; */
	vertical-align: baseline;
}
/* body {
	line-height: 1.3;
} */
ol,
ul {
	list-style: none;
}
blockquote,
q {
	quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption,
th,
td {
	font-weight: normal;
	text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}
html {
	overflow-y: scroll;
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
a:focus {
	outline: thin dotted;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}
audio,
canvas,
video {
	display: inline-block;
}
audio:not([controls]) {
	display: none;
}
del {
	color: #333;
}
ins {
	background: #fff9c0;
	text-decoration: none;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin: 24px;
	margin-bottom: 1.714285714rem;
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
small {
	font-size: smaller;
}
img {
	border: 0;
	-ms-interpolation-mode: bicubic;
}

/* Clearing floats */
.clear:after,
.wrapper:after,
.format-status .entry-header:after {
	clear: both;
}
.clear:before,
.clear:after,
.wrapper:before,
.wrapper:after,
.format-status .entry-header:before,
.format-status .entry-header:after {
	display: table;
	content: '';
}

.required {
	color: red;
}

@-ms-viewport {
	width: device-width;
}
@viewport {
	width: device-width;
}

/*
------------------------------------------- */

/* @import url('https://fonts.googleapis.com/css?family=Montserrat:400,500, 600, 700&display=swap'); */

body {
	background-position: top right;
	background-repeat: no-repeat;
	background-size: cover;
	/* font-size: 68.5%; */
	font-family: 'Montserrat', sans-serif;
	/* color: #576e73; */
	/* line-height: 1.3; */
	background-attachment: fixed;
}
body,
html {
	min-height: 100%;
	height: 100%;
}
html {
	scroll-behavior: smooth;
}

.grecaptcha-badge {
	visibility: hidden !important;
}
a {
	outline-style: none;
}
.max-width {
	max-width: 1280px;
	margin: 0 auto;
	padding: 0;
	width: 90vw;
}

#global-container {
	/* font-size: 14px; */
	display: flex;
	flex-direction: column;
	min-height: 100%;
}
#global-container > #main-content {
	flex: 1;
}

#main-header {
	background-position: center left 80%;
	background-repeat: no-repeat;
	background-size: contain;
	position: relative;
}
/* #main-header > div {
	padding: 10px;
} */
/* .home #main-header > div {
	padding: 20px 10px;
} */

.header-title {
	padding: 40px 20px;
}
h3 > p {
	margin: 0 !important;
}

@media screen and (max-width: 599px) {
	#main-header {
		background-image: none !important;
	}
}

#main-logo {
	display: block;
	width: 62px;
	margin-left: 20px;
}
#main-logo > img {
	width: 100%;
	height: auto;
	border-radius: 31px;
	background-color: white;
	box-shadow: white 0 0 25px 12px;
}

.home #main-logo {
	width: 80px;
}
.home #main-logo > img {
	border-radius: 62px;
	box-shadow: white 0 0 100px 50px;
}

#main-title {
	font-weight: 600;
	padding: 20px 20px 20px 62px;
	max-width: 800px;
}
#main-title strong {
	font-size: 24px;
	display: block;
	color: black;
}
#main-title span {
	font-size: 18px;
}

#connexion > a,
.return {
	display: inline-block;
	text-decoration: none;
	padding: 10px 10px 10px 20px;
	margin: 0 0 0 20px;
	color: #576e73;
	background-image: url(design/petite-fleche-grise.gif);
	background-repeat: no-repeat;
	background-position: left center;
	transition: all 0.5s;
}
#connexion > a:not(.return) {
	margin: 0 0 0 102px;
}
#connexion > a:hover,
.return:hover {
	text-decoration: underline;
	background-position: 5px center;
}
#connexion > a:first-child {
	font-size: 20px;
	color: black;
	margin: 0 0 0 62px;
	background-image: url(design/petite-fleche-noire.gif);
	padding-left: 25px;
}

body:not(.home) #main-header > div > * {
	display: inline-block;
	vertical-align: middle;
}

.home .site-content {
	background-repeat: no-repeat;
	background-position: bottom right;
	/* line-height: 1.4; */
}

@media screen and (max-width: 450px) {
	.home .site-content {
		background-size: 100%;
	}
}

@media screen and (max-width: 500px) {
	body:not(.home) #main-header > div > * {
		vertical-align: inherit;
	}
}

#main-content {
	background-color: white;
}
/* #primary { padding:20px 20px 40px 20px; } */
/* #primary h1 {
	font-weight: 400;
	font-size: 22px;
	color: #576e73;
} */
#primary > h1 {
	margin: 20px 0 10px 20px;
}
/* #primary h2 {
	font-weight: 400;
	font-size: 16px;
	color: black;
} */
#primary > h2 {
	margin: 20px 0 10px 20px;
}
/* #primary h3 {
	font-weight: 400;
	color: black;
} */
#primary > h3 {
	margin: 10px 0 10px 40px;
}
#primary > p:not(.message) {
	margin: 0 20px 10px 20px;
	background: rgba(255, 255, 255, 0.8);
}
/* @media screen and (min-width: 1024px) {
	.home #primary {
		margin: 0 20px 0 40px;
	}
} */

/* #primary > p:not(.fullwidth) { max-width:600px; } */

.page-user > h2 {
	margin: 20px 0 10px 0;
}
.page-user > h3 {
	margin: 10px 0 10px 0 !important;
	color: #576e73 !important;
}
.page-user > p {
	margin: 2px 0 5px 0;
}
/* .page-user > p:not(.message) {
	max-width: 800px;
}
.page-user > p:first-child {
	margin: 40px 0 20px 0;
} */

.cta-bleu {
	display: inline-block;
	text-decoration: none;
	padding: 0 10 0 20px;
	color: #007b98;
	margin: 0 0 10px 30px;
	background-image: url(design/petite-fleche-bleue.gif);
	background-repeat: no-repeat;
	background-position: left center;
	transition: all 0.5s;
	font-size: 16px;
}
.cta-bleu:hover {
	text-decoration: underline;
	background-position: 5px center;
}

/* BOUTON CONNEXION */
#bt-connexion {
	position: absolute;
	top: 0;
	right: 5%;
	display: inline-block;
}
#bt-connexion > * {
	display: inline-block;
	vertical-align: middle;
}
#bt-connexion > .libelle {
	padding: 10px;
	color: black;
	text-decoration: none;
}
#bt-connexion:hover > .libelle {
	text-decoration: underline;
}
#bt-connexion > .icon {
	background-image: url(design/connexion.png);
	width: 58px;
	height: 50px;
	background-repeat: no-repeat;
}
#bt-connexion.logged > .icon,
#bt-connexion.unlogged:hover > .icon {
	background-position: 0 -50px;
}
#bt-connexion.logged:hover > .icon,
#bt-connexion.unlogged > .icon {
	background-position: 0 0;
}

/* CALENDRIER */
.calendar-content {
	overflow-x: auto;
	width: 100%;
}
.calendar {
	margin: 0;
	padding: 0 10px;
	list-style: none;
	width: 880px;
}
.calendar li {
	width: 156px;
	display: inline-block;
	vertical-align: top;
	text-align: center;
	background: url(design/pix.gif) repeat-x 0 78px;
	cursor: default;
}
.calendar li:not(:last-child) {
	padding-right: 23px;
	margin-right: -4px;
}
.calendar li figure {
	background-color: #6ec5d9;
	border-radius: 100%;
	overflow: hidden;
	position: relative;
	height: 156px;
	margin: 0;
}
.calendar li.active figure {
	background-color: #1d8eac;
	border: 4px solid #a8d1e7;
	height: 148px;
}
.calendar li figure img {
	width: 100%;
	height: 100%;
}
.calendar li:not(.active) figure img {
	visibility: hidden;
}
.calendar li figure .date {
	display: block;
	position: absolute;
	z-index: 2;
	color: white;
	font-size: 17px;
	top: calc(50% - 25px);
	text-align: center;
	width: calc(100% - 40px);
	padding: 0 20px;
}
.calendar li .title {
	color: #007b98;
	font-size: 16px;
	position: relative;
	z-index: 1;
	padding: 20px 5px 0 5px !important;
	margin: 0 !important;
}
.calendar li.active .title {
	color: black;
}
.calendar li .bull {
	display: block;
	width: 20px;
	height: 20px;
	background-color: #007b98;
	border-radius: 50%;
	top: -10px;
	left: calc(50% - 10px);
	position: absolute;
	z-index: 2;
	border: 2px solid white;
}
.calendar li.active .bull {
	background-color: black;
}
.calendar li.passed .bull {
	background-color: #b1dae4;
}

/* MAIN FOOTER */
/* #main-footer {
	background-color: rgba(51, 155, 180, 0.69);
} */
/* #main-footer > .max-width {
	padding: 0 10px;
} */
#logo-footer > * {
	display: inline-block;
	vertical-align: top;
	color: white;
	text-align: left;
	margin-top: 30px;
}
#logo-footer img {
	width: 62px;
}
#logo-footer figcaption {
	width: calc(100% - 92px);
	padding-left: 10px;
}
#logo-footer figcaption strong {
	display: block;
}

.menu-footer a {
	text-decoration: none;
	color: white;
}
.menu-footer a:before {
	content: '● ';
}
.menu-footer a:hover {
	text-decoration: underline;
}
.menu-footer li {
	margin-bottom: 10px;
}

.menu-footer .current-menu-item a {
	color: black;
}

#logo-servier {
	text-align: right;
}
#logo-servier img {
	margin-bottom: -3px;
	width: 100%;
	height: auto;
	max-width: 208px;
}

#copyright {
	text-align: right;
	padding: 5px 20px;
	color: white;
	background-color: black;
}

/* FORMULAIRES */
form:not(.evaluation-form) {
	max-width: 700px;
}
input,
textarea {
	width: calc(100% - 30px);
	padding: 10px 15px;
	background-color: #cae8f2;
	transition: all 0.25s;
	border: none;
	font-family: 'Montserrat', sans-serif;
}

textarea {
	min-width: calc(100% - 30px);
	max-width: calc(100% - 30px) !important;
	resize: vertical;
}
input:focus,
textarea:focus {
	background-color: #3499b2;
	color: #fff;
}

fieldset:not(:last-child) {
	margin-bottom: 30px;
}
.wpcf7-form fieldset {
	margin-bottom: 15px;
}

fieldset.boutons {
	width: 100% !important;
}
fieldset.boutons > * {
	display: inline-block;
	vertical-align: middle;
	min-width: 150px !important;
	width: auto !important;
}

label {
	display: block;
	padding: 5px 0 10px 0;
	color: black;
}
legend {
	font-size: 12px;
}
legend.single {
	padding-bottom: 10px;
}
input[type='button'],
input[type='submit'],
input[type='reset'] {
	background: #3499b2;
	color: white;
	cursor: pointer;
	text-transform: uppercase;
}
input[type='button']:hover,
input[type='submit']:hover,
input[type='reset']:hover {
	background-color: black;
}

.container-cta {
	text-align: center;
	margin: 60px auto 30px auto !important;
}
.cta {
	display: inline-block;
	padding: 10px 15px;
	border: 1px solid #3499b2;
	color: #3499b2;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 20px;
	transition: all 0.25s;
}
.cta:hover {
	background: black;
	color: white;
	border-color: black;
}

#supprimer {
	background-color: #900;
}
#valider,
#clore {
	background-color: #060;
}
#soumettre {
	background-color: #f90;
}
#supprimer:hover,
#valider:hover,
#soumettre:hover,
#clore:hover {
	background-color: black;
}

#form_demande input[type='button'] {
	width: calc(50% - 5px) !important;
}
#form_demande input[type='button']:first-child {
	margin-right: 10px;
}
#refuser {
	background-color: #900;
}
#accepter {
	background-color: #060;
}
#supprimer:hover,
#refuser:hover {
	background-color: black;
}

#project_name {
	font-size: 1.5em;
}

/* MESSAGE */
.message {
	background-color: #060 !important;
	color: white;
	padding: 10px 15px;
	text-align: center;
}
.message.rouge {
	background-color: #900 !important;
	margin-top: 40px !important;
}
span.rouge {
	color: #900 !important;
	display: block;
	margin-top: 20px;
}

/* LISTE PROJETS */
.liste_projets {
	margin: 0;
	padding: 0;
	list-style: none;
}
.liste_projets > li {
	background-color: #e2eff7;
	margin-bottom: 5px;
}
.liste_projets a {
	display: block;
	text-decoration: none;
	color: black;
	padding: 10px;
	transition: all 0.25s;
	position: relative;
}
.liste_projets a .titre {
	padding-right: 100px;
}
.liste_projets a span.editer {
	display: inline-block;
	vertical-align: middle;
	position: absolute;
	right: 0;
	top: 0;
	visibility: hidden;
	color: white;
	padding: 10px;
}
.liste_projets a:hover {
	background-color: #3499b2;
}
.liste_projets a:hover * {
	color: white !important;
}
.liste_projets a:hover span.editer {
	visibility: visible;
}

.project {
	padding: 20px;
	background: #e2eff7;
}
.project-responses {
	margin: 20px 0;
	border-bottom: 1px dotted #576e73;
}
.project-responses > li {
	margin-bottom: 20px;
	border-top: 1px dotted #576e73;
	padding-top: 20px;
	position: relative;
	padding-right: 60px;
}
.project-responses > li > * {
	margin-bottom: 5px;
}

.notes {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	flex-direction: column;
	width: 40px;
	height: 160px;
	flex-wrap: no-wrap;
	position: absolute;
	bottom: 0;
	right: 0;
}
.notes > li {
	background: rgba(0, 0, 0, 0.1);
	color: black;
	cursor: pointer;
	width: 100%;
	height: calc(100% / 4);
	transition: all 0.25s;
	font-size: 24px;
	justify-content: center;
	align-items: center;
	text-align: center;
	line-height: 1.6;
}
.notes > li:hover,
.notes > li.active {
	color: white;
}

.notes .note_1:hover,
.notes .note_1.active {
	background-color: black;
}
.notes .note_2:hover,
.notes .note_2.active {
	background-color: #900;
}
.notes .note_3:hover,
.notes .note_3.active {
	background-color: #f90;
}
.notes .note_4:hover,
.notes .note_4.active {
	background-color: #093;
}

.tb_jurys {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
}
.tb_jurys > li {
	justify-content: center;
	align-items: center;
	line-height: 2.5;
	font-size: 12px;
	height: 30px;
	text-align: center;
}
.tb_jurys > li:not(:first-child) {
	width: 30px;
	cursor: help;
	color: white;
	transition: all 0.25s;
	margin-left: 1px;
}
.tb_jurys > li:first-child {
	padding-right: 10px;
}
.tb_jurys > li.case_rouge {
	background-color: #900;
}
.tb_jurys > li.case_orange {
	background-color: #f90;
}
.tb_jurys > li.case_verte {
	background-color: #093;
}
.tb_jurys > li:not(:first-child):hover {
	background: white;
	color: black !important;
	font-weight: bold;
}

.tablo {
	width: 100%;
}
.tablo thead {
	background-color: #2291ad;
	font-weight: bold;
	color: white;
}
.tablo tbody tr:nth-child(odd) {
	background-color: #ecf4f7;
}
.tablo th,
.tablo td {
	padding: 10px;
	text-align: left;
	border-top: 1px solid #ddd;
}
.tablo a {
	text-decoration: underline;
	color: black;
}
.tablo a:hover {
	color: #2291ad;
}

@media screen and (max-width: 599px) {
	#menu-footer {
		margin: 20px 30px;
		border-top: 1px solid white;
		border-bottom: 1px solid white;
		padding: 20px 0;
	}
	.notes > li:nth-child(odd) {
		background: rgba(0, 0, 0, 0.2);
	}
}

/* .home #primary {
	padding: 0 20px 40px 60px;
} */
/* @media screen and (max-width: 1024px) {
	.home #primary {
		padding: 0 20px 350px 20px;
	}
} */

@media screen and (min-width: 600px) {
	/* .home #main-header > div {
		padding: 40px 10px;
	} */
	.home #main-logo {
		width: 134px;
		margin-left: 30px;
	}
	.home #main-logo > img {
		border-radius: 67px;
	}

	.header-title {
		padding: 20px;
	}

	#main-title {
		padding: 20px 40px 20px 102px;
	}
	#main-title strong {
		font-size: 43px;
	}
	#main-title span {
		font-size: 36px;
	}

	/* #primary { padding:20px 62px 62px 62px; } */
	#primary h1.main-title {
		font-size: 24px;
	}
	#primary > h1,
	#primary > h2 {
		margin: 40px 0 20px 0;
	}
	/* #primary h2 {
		font-size: 20px;
	} */
	/* #primary h3 {
		font-size: 18px;
	} */
	#primary > h3 {
		margin: 20px 0 10px 40px;
	}
	#primary > p {
		margin: 0 40px 10px 40px;
	}

	.page-user > h1 {
		margin: 40px 0 20px;
	}
	.page-user > h2 {
		margin: 40px 0 20px;
	}
	.page-user > h3 {
		margin: 20px 0 10px !important;
	}

	.project-responses > li {
		padding-right: 120px;
	}

	.notes {
		width: 80px;
		height: 80px;
		flex-wrap: wrap;
		flex-direction: row;
	}
	.notes > li {
		width: calc(100% / 2);
		height: calc(100% / 2);
	}
	.notes > li:nth-child(2),
	.notes > li:nth-child(3) {
		background: rgba(0, 0, 0, 0.2);
	}

	.cta-bleu {
		padding: 0 0 0 20px;
		margin: 10px 0 10px 40px;
	}

	/* #main-footer > div {
		padding-bottom: 50px;
	} */

	#logo-footer > * {
		vertical-align: middle;
	}
	#logo-footer img {
		width: 124px;
	}
	#logo-footer figcaption {
		width: calc(100% - 164px);
		padding-left: 20px;
	}

	#menu-footer {
		margin-top: 30px;
		padding-left: 20px;
		border-left: 1px solid white;
	}

	/* #main-footer > div:first-child {
		display: flex;
		flex-flow: row nowrap;
		justify-content: space-between;
	} */

	#main-footer #logo-footer {
		flex-basis: 300px;
	}
	#main-footer #menu-footer {
		flex: 1;
	}
	#main-footer #logo-servier {
		flex-basis: 158px;
	}
}

@media screen and (min-width: 900px) {
	#main-footer #logo-footer {
		flex-basis: 400px;
	}
	#main-footer #logo-servier {
		flex-basis: 208px;
	}
}

#form_acceptation {
	padding: 20px;
	background-color: #d6e8f2;
	margin: 60px auto 0 auto;
	max-width: 400px;
	text-align: center;
}
#form_acceptation > fieldset {
	margin-bottom: 20px;
}
#form_acceptation > fieldset > * {
	display: inline-block;
	vertical-align: middle;
	width: auto;
}

.legals {
	padding: 20px;
	background-color: #d6e8f2;
	margin-top: 60px;
}

#document-lie {
	margin-top: 60px;
	padding-top: 20px;
	border-top: 4px solid #cae8f2;
}

.link_files_list {
	margin: 20px 0 0 0;
}
.link_files_list li a {
	display: block;
	max-width: 280px;
	padding: 20px;
	background: #cae8f2;
	text-decoration: none;
	color: black;
	font-size: 20px;
	transition: all 0.25s;
}
.link_files_list li a:hover {
	background: black;
	color: #ffffff;
}

#ancres {
	display: none;
}
@media screen and (min-width: 900px) {
	#ancres {
		display: block;
		position: fixed;
		right: 0;
		top: calc(60% - 50px);
		text-align: right;
	}
	#ancres a {
		display: inline-block;
		background: black;
		padding: 5px 10px;
		color: white;
		text-decoration: none;
		font-size: 1.3em;
	}
	#ancres a:hover {
		background: #007199;
	}
}

.etoile span {
	color: red;
	font-size: 2em;
	position: relative;
	top: 10px;
}

.title-evaluate {
	background: #3499b2;
	color: #fff !important;
	margin: 40px 0 20px 0;
	padding: 10px;
}

.jury-content {
	width: calc(100% - 20px);
	max-width: calc(100% - 20px);
	overflow-x: auto;
	padding: 0 10px;
}
.jury {
	width: 700px;
	margin-top: 20px;
}
.jury > li {
	display: inline-block;
	vertical-align: top;
	text-align: center;
	width: 120px;
	cursor: pointer;
	margin: 0 10px 20px 0;
}
.jury > li figure {
	border-radius: 50%;
	margin: 0 0 5px 0;
	padding: 0;
	overflow: hidden !important;
	height: 116px;
	border: 2px solid #576e73;
	transition: all 0.25s;
}
.jury > li img {
	width: 100%;
	height: auto;
}
.jury > li p {
	font-size: 0.8em;
	transition: all 0.25s;
}
.jury > li:hover p {
	color: black;
}
.jury > li:hover figure {
	border-color: black;
}

#jury-content {
	position: fixed;
	top: 0;
	left: 0;
	width: calc(100% - 20px);
	height: calc(100% - 20px);
	background: rgba(0, 0, 0, 0.9);
	z-index: 1000;
	padding: 10px;
	font-size: 14px;
}

#jury-content > div {
	position: relative;
	max-width: 600px;
	width: 100%;
	margin: 0 auto;
	height: 100%;
	background-color: white;
	background-position: center;
}
#jury-content > div > ul {
	padding: 60px 20px;
	overflow-y: auto;
	height: calc(100% - 120px);
}
#jury-content .fiche-jury,
#jury-content {
	display: none;
}

#jury-content > div > ul > li > figure {
	width: 146px;
	margin-bottom: 20px;
	border-radius: 50%;
	height: 146px;
	overflow: hidden;
	border: 2px solid #576e73;
}
#jury-content > div > ul > li > figure img {
	width: 100%;
	height: auto;
	margin: 0;
}
#jury-content .cv_jury {
	padding-bottom: 60px;
}
#jury-content .cv_jury > h1 {
	font-size: 1.5em;
	color: black;
	font-weight: normal;
	margin-bottom: 20px;
}
#jury-content .cv_jury > h1 > span {
	font-size: 0.8em;
	color: #3293b4;
}

#close {
	position: absolute;
	top: 0;
	right: 0;
	padding: 10px 15px;
	cursor: pointer;
}
#close:hover {
	color: black;
}

@media screen and (min-width: 900px) {
	#jury-content > div > ul > li > * {
		display: inline-block;
		vertical-align: top;
	}
	#jury-content > div > ul > li > figure {
		margin-right: 20px;
	}
	#jury-content > div > ul > li > div {
		width: calc(100% - 180px);
		padding-top: 20px;
	}
}

@media screen and (max-width: 500px) {
	.wp-block-image .alignleft {
		float: none !important;
		margin: 0 auto !important;
	}
}

.btn-cta {
	display: inline-block;
	background-color: #2291ad;
	padding: 10px 20px;
	color: #fff;
	text-decoration: none;
	margin: 1.5em 0;
	transition: 0.25s all;
}
.btn-cta:hover {
	background-color: black;
}

p strong {
	color: #349bb4;
}

