/*
Bienvenue dans l'éditeur de CSS !

Pour en savoir plus sur le fonctionnement de l'éditeur, vous pouvez vous
rendre sur cette page :
http://wp.me/PEmnE-Bt
*/
/* couleur paragraphe historique*/
.content-timeline p {
	color: #058854;
}

/* bouton don*/
.boutondon:hover {
	background-color: #0DB4FF;
}

.boutondon a {
	color: black;
}

.container {
	padding-top: 100px;
	margin-top: 10px;
}

.boutondon {
	display: block;
	width: 100%;
	background-color: #77D4FF;
	padding: 6px 12px;
	margin-bottom: 0;
	font-size: 18px;
	font-weight: 400;
	line-height: 4.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	cursor: pointer;
	border: 1px solid transparent;
	border-radius: 50px;
}

/* effets portfolio page accueil*/
.portfolio-grid .hentry.has-post-thumbnail .entry-header a:hover {
	opacity: .5;
}

/*Timeline CSS - Historique */
/* The actual timeline (the vertical ruler) */
.timeline {
	position: relative;
	max-width: 1200px;
	margin: 0 auto;
}

/* The actual timeline (the vertical ruler) */
.timeline::after {
	content: '';
	position: absolute;
	width: 6px;
	background-color: #77D4FF;
	top: 0;
	bottom: 0;
	left: 50%;
	margin-left: -3px;
}

/* Container around content */
.container-timeline {
	padding: 0 40px;
	position: relative;
	background-color: inherit;
	width: 50%;
}

/* The circles on the timeline */
.container-timeline::after {
	content: '';
	position: absolute;
	width: 25px;
	height: 25px;
	right: -13px;
	background-color: #058854;
	border: 4px solid #77D4FF;
	top: 15px;
	border-radius: 50%;
	z-index: 1;
}

/* Place the container to the left */
.left-timeline {
	left: 0;
}

/* Place the container to the right */
.right-timeline {
	left: 50%;
}

/* Add arrows to the left container (pointing right) */
.left-timeline::before {
	content: " ";
	height: 0;
	position: absolute;
	top: 22px;
	width: 0;
	z-index: 1;
	right: 30px;
	border: medium solid white;
	border-width: 10px 0 10px 10px;
	border-color: transparent transparent transparent white;
}

/* Add arrows to the right container (pointing left) */
.right-timeline::before {
	content: " ";
	height: 0;
	position: absolute;
	top: 22px;
	width: 0;
	z-index: 1;
	left: 30px;
	border: medium solid white;
	border-width: 10px 10px 10px 0;
	border-color: transparent white transparent transparent;
}

/* Fix the circle for containers on the right side */
.right-timeline::after {
	left: -13px;
}

/* The actual content */
.content-timeline:hover {
	opacity: .7;
}

.content-timeline {
	padding: 0 30px 0 20px;
	background-color: white;
	position: relative;
	border-radius: 6px;
	box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
}

/* Media queries - Responsive timeline on screens less than 600px wide */
@media screen and (max-width: 600px) {
	/* Place the timelime to the left */
	.timeline::after {
		left: 31px;
	}
	
	/* Full-width containers */
	.container-timeline {
		width: 100%;
		padding-left: 70px;
		padding-right: 25px;
	}
	
	/* Make sure that all arrows are pointing leftwards */
	.container-timeline::before {
		left: 60px;
		border: medium solid white;
		border-width: 10px 10px 10px 0;
		border-color: transparent white transparent transparent;
	}
	
	/* Make sure all circles are at the same spot */
	.left-timeline::after, .right-timeline::after {
		left: 15px;
	}
	
	/* Make all right containers behave like the left ones */
	.right-timeline {
		left: 0;
	}
}

/*4 rectangles page d'accueil */
#entoure {
	height: 200px;
	display: flex;
	margin-bottom: 30px;
	position: relative;
}

.projetsdanslemonde:hover {
	opacity: .8;
}

.projetsdanslemonde {
	display: flex;
	flex-direction: column;
	justify-content: center;
	background-color: #058854;
	width: 45%;
	border-radius: 5%;
	position: absolute;
	right: 0;
	bottom: 0;
	top: 0;
	padding-top: 10px;
}

.historique:hover {
	opacity: .8;
}

.historique {
	display: flex;
	flex-direction: column;
	justify-content: center;
	background-color: #77D4FF;
	width: 45%;
	border-radius: 5%;
	position: absolute;
	left: 0;
	bottom: 0;
	top: 0;
	padding-top: 10px;
}

.probleme:hover {
	opacity: .8;
}

.probleme {
	display: flex;
	flex-direction: column;
	justify-content: center;
	background-color: #058854;
	width: 45%;
	border-radius: 5%;
	position: absolute;
	left: 0;
	bottom: 0;
	top: 0;
	padding-top: 10px;
}

.technologie:hover {
	opacity: .8;
}

.technologie {
	display: flex;
	flex-direction: column;
	justify-content: center;
	background-color: #77D4FF;
	width: 45%;
	border-radius: 5%;
	position: absolute;
	right: 0;
	bottom: 0;
	top: 0;
	padding-top: 10px;
}

#blog strong {
	color: orange;
}

#blog strong:hover {
	color: green;
	border-bottom: solid green 1px;
}

/*Paragraphe Probleme page accueil */
#probleme {
	color: red;
}

#probleme a {
	color: blue;
}

#probleme a:hover {
	border-bottom: solid blue 1px;
}

/*Reduction des espaces*/
.front-block.front-blog-posts {
	padding-top: 20px;
}

.front-block.front-porfolio.front-block-three {
	height: ;
	margin-top: 0;
}

.front-block, .front-block.featured-page .hentry-inner {
	padding-top: 40px;
}

#solution {
	margin: 0 auto;
	padding-top: 70px;
	text-align: center;
	width: 300px;
	height: 300px;
	background-color: #3EEF73;
	border-radius: 50%;
}

#solution a:hover {
	border-bottom: solid green 2px;
}

/* Elements de type projet dans le monde*/
.image-projet {
	width: 100%;
	height: 50%;
}

.projet a:hover {
	color: #77D4FF;
}

.projet a {
	color: white;
}

.projet {
	float: left;
	width: 300px;
	height: 420px;
	margin: 10px;
	margin-bottom: 60px;
	margin-right: 65px;
	background-color: #058854;
	box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
	text-align: center;
}

/* Logo visible meme sur fond noir */
.site-branding {
	background-color: white;
	border-radius: 60px;
}

#content {
	background-color: #F3F3F3;
}

/* Hauteur du  haut de la page technologie */
#primary-header {
	height: 3em;
	background: linear-gradient(#058854,#77D4FF);
}

/* Grille des events */
.image-event {
	width: 100%;
	height: 50%;
}

.event {
	float: left;
	width: 300px;
	height: 420px;
	margin: 10px;
	margin-bottom: 60px;
	margin-right: 65px;
	box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
	text-align: center;
}

.front-block.front-block-one {
	padding-top: 40px;
	padding-bottom: 0;
}

.classname {
	-moz-box-shadow: inset 0 1px 0 0 #ffffff;
	-webkit-box-shadow: inset 0 1px 0 0 #ffffff;
	box-shadow: inset 0 1px 0 0 #ffffff;
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0.05,#ededed),color-stop(1,#dfdfdf));
	background: -moz-linear-gradient(center top,#ededed 5%,#dfdfdf 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed',endColorstr='#dfdfdf');
	background-color: #ededed;
	-webkit-border-top-left-radius: 20px;
	border-top-left-radius: 20px;
	-webkit-border-top-right-radius: 20px;
	border-top-right-radius: 20px;
	-webkit-border-bottom-right-radius: 20px;
	border-bottom-right-radius: 20px;
	-webkit-border-bottom-left-radius: 20px;
	border-bottom-left-radius: 20px;
	text-indent: 0;
	border: 2px solid #dcdcdc;
	display: inline-block;
	color: #777777;
	font-family: Roboto;
	font-size: 15px;
	font-weight: bold;
	font-style: normal;
	height: 40px;
	line-height: 40px;
	width: 154px;
	text-decoration: none;
	text-align: center;
	text-shadow: 1px 1px 0 #ffffff;
}

.classname:hover {
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0.05,#dfdfdf),color-stop(1,#ededed));
	background: -moz-linear-gradient(center top,#dfdfdf 5%,#ededed 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf',endColorstr='#ededed');
	background-color: #dfdfdf;
}

.classname:active {
	position: relative;
	top: 1px;
}

/* This button was generated using CSSButtonGenerator.com */
/* WHAT THIS CSS DOES:
Hides the sidebar on all Portfolio pages
-----(HE ID: 61640774)-----*/
.jetpack-portfolio-template-default .sidebar-section {
	display: none;
}

@media (min-width: 1200px) {
	.jetpack-portfolio-template-default .col-lg-8 {
		width: 100%;
	}
}

@media (min-width: 992px) {
	.jetpack-portfolio-template-default .col-md-8 {
		width: 100%;
	}
}

/* Hides overlay of title on homepage links */
.jetpack-portfolio .portfolio-link .entry-title {
	position: absolute;
	left: -10000px;
	top: auto;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

/* WHAT THIS CSS DOES:
Disables the links on four homepage slider articles.
-----(HE ID: 61640774)-----*/
.featured-slide .post-78 .entry-title,
.featured-slide .post-80 .entry-title,
.featured-slide .post-31 .entry-title,
.featured-slide .post-76 .entry-title {
	pointer-events: none;
	cursor: default;
	text-decoration: none;
	color: black;
}

/* WHAT THIS CSS DOES:
Swaps navigation left and right for Portfolio items.
-----(HE ID: 61640774)-----*/
/* swap nav sides in portfolio*/
.jetpack-portfolio-template-default .nav-links {
	display: flex;
	flex-direction: row-reverse;
}

.jetpack-portfolio-template-default .post-navigation .nav-previous {
	text-align: right;
}

.jetpack-portfolio-template-default .post-navigation .nav-next {
	text-align: left;
}

/* Hides arrows that point in wrong direction */
.jetpack-portfolio-template-default .meta-nav:after,
.jetpack-portfolio-template-default .meta-nav:before {
	display: none;
}

/* Text replacement for swapping nav, left side */
.jetpack-portfolio-template-default .nav-next .meta-nav {
	font-size: 0;
}

.jetpack-portfolio-template-default .nav-next .meta-nav:before {
	font-size: 13px;
	content: 'Question précédente';
/* CHANGE WHAT'S IN QUOTES TO CUSTOMIZE WORDS */
	display: block;
}

/* Text replacement for swapping nav, right side */
.jetpack-portfolio-template-default .nav-previous .meta-nav {
	font-size: 0;
}

.jetpack-portfolio-template-default .nav-previous .meta-nav:after {
	font-size: 13px;
	content: 'Question suivante';
/* CHANGE WHAT'S IN QUOTES TO CUSTOMIZE WORDS */
	display: block;
}