<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body{
	font-family: 'Source Sans Pro', sans-serif;
}
#conteneur{
	width:100%;
	margin: 0 auto;
}
nav.navbar {
  margin-bottom: 0px;
	background: white;
	box-shadow: 0px 0.2px 5px 0px rgba(235,226,235,1);
}
.navbar-brand {
  height: auto;
}
.navbar-brand img{
	width:200px;
}
.navbar-nav li a {
  line-height: 48px;
}
.navbar-toggle{
	margin-top: 19px;
}
.seConnecter{
  color: #FF5252;
}
header{
	width:100%;
	height: auto;
}
header img{
	width:100%;
	height: auto;
}
main{
	width:100%;
	height:auto;
	margin: 0 auto;
}
footer{
	background: black;
	width:100%;
	height: 200px;
	display: flex;
}
footer div:nth-child(1){
	margin:auto auto;
	width:30%;
}
footer div:nth-child(2){
	margin:auto auto;
	width:20%;
}
footer div:nth-child(3){
	margin:auto auto;
	width:20%;
}
footer div:nth-child(1) p:nth-child(1){
	font-family: 'Meddon', cursive;
	color: #F0F2F1;
	font-size: 18px;
}
footer div:nth-child(2) ul{
	list-style:none;
}
footer div:nth-child(2) ul li a{
	color: #F0F2F1;
	font-weight: 200;
}
.message{
	color: #F0F2F1;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 13px;
	font-weight: 200;
}
footer div:nth-child(3) button{
	color: #F0F2F1;
	background: none;
	border:none;
	font-size: 30px;
	padding-right: 20px;
}
h1{
	text-align: center;
	font-weight: 300;
	font-size: 30px;
	padding-top: 20px;
}
h2{
	color:#434444;
	font-size: 22px;
	text-align: center;
	font-weight: 300;
}
.footer_social_media{
	width:35px;
	height:35px;
}
.footer_social_media img{
	width:35px;
	height:35px;
}
.footer_social_media img:hover{
	transition-duration: 0,3s;
	transform: scale(1.07);
}
/**h3{
	color:#008b8b;
	font-size: 16px;
	text-align: left;
	font-weight: 400;
	margin-left: 30px;
}**/
.clear{
	clear: both;
}
.intro{
	padding-top: 30px;
	padding-bottom: 30px;
}
.intro blockquote{
	width: 60%;
	text-align: center;
	margin: auto;
}
.intro p{
	width: 100%;
	text-align: center;
}
hr{
	width:1%;
	border: 1px solid #FF5252;
}
.auteur{
	font-family: 'Parisienne', cursive;
	font-size: 25px;
}
.argument{
	display: flex;
	flex-wrap: wrap;
	width:90%;
	margin:20px auto;
}
.argument1{
	display: flex;
	width: 50%;
	align-items: center;
	padding-bottom: 20px;
}
.argument img{
	width:20%;
}
.argument p{
	width:60%;
	margin: 0 auto;
}
span{
	font-weight: 700;
}
/****PARAGRAPHE SUR LES AVIS POUR LES RECRUTEURS****/
#recruteurs{
	padding-top: 40px;
	padding-bottom: 40px;
}
#recruteurs span{
	text-transform: uppercase;
}
.arguments{
	background: #F0F2F1;
}

.timeline {
  list-style: none;
  padding: 20px 0 20px;
  position: relative;
}
.timeline:before {
  top: 0;
  bottom: 0;
  position: absolute;
  content: " ";
  width: 3px;
  background-color: #eeeeee;
  left: 50%;
  margin-left: -1.5px;
}
.timeline &gt; li {
  margin-bottom: 20px;
  position: relative;
}
.timeline &gt; li:before,
.timeline &gt; li:after {
  content: " ";
  display: table;
}
.timeline &gt; li:after {
  clear: both;
}
.timeline &gt; li:before,
.timeline &gt; li:after {
  content: " ";
  display: table;
}
.timeline &gt; li:after {
  clear: both;
}
.timeline &gt; li &gt; .timeline-panel {
  width: 46%;
  float: left;
  border: 1px solid #d4d4d4;
  /*border-radius: 2px;*/
  /*padding: 20px;*/
  position: relative;
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
}

.timeline &gt; li &gt; .timeline-panel:before {
  position: absolute;
  top: 26px;
  right: -15px;
  display: inline-block;
  border-top: 15px solid transparent;
  border-left: 15px solid #ccc;
  border-right: 0 solid #ccc;
  border-bottom: 15px solid transparent;
  content: " ";
}
.timeline &gt; li &gt; .timeline-panel:after {
  position: absolute;
  top: 27px;
  right: -14px;
  display: inline-block;
  border-top: 14px solid transparent;
  border-left: 14px solid #fff;
  border-right: 0 solid #fff;
  border-bottom: 14px solid transparent;
  content: " ";
}
.timeline &gt; li &gt; .timeline-badge {
  color: #fff;
  width: 24px;
  height: 24px;
  line-height: 50px;
  font-size: 1.4em;
  text-align: center;
  position: absolute;
  top: 16px;
  left: 50%;
  margin-left: -12px;
  /*background-color: #999999;*/
  z-index: 100;
  /*
  border-top-right-radius: 50%;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  */
}
.timeline &gt; li.timeline-inverted &gt; .timeline-panel {
  float: right;
}
.timeline &gt; li.timeline-inverted &gt; .timeline-panel:before {
  border-left-width: 0;
  border-right-width: 15px;
  left: -15px;
  right: auto;
}
.timeline &gt; li.timeline-inverted &gt; .timeline-panel:after {
  border-left-width: 0;
  border-right-width: 14px;
  left: -14px;
  right: auto;
}
.timeline-badge &gt; a {
  color: #C5C7C5 !important;
}
.timeline-badge a:hover {
  color: #FF531F !important;
}
.timeline-title {
  margin-top: 0;
  color: inherit;
}
.timeline-body{
	background: white;
}
.timeline-body &gt; p,
.timeline-body &gt; ul {
    padding:20px;
    margin-bottom: 0;
}
.timeline-body p span{
    font-weight: 600;
		margin-bottom: none;
		font-size: 20px;
}
.timeline-body &gt; p + p {
  margin-top: 5px;
}
.timeline-footer{
    padding:20px;
    background-color:#f4f4f4;
}
.timeline-footer &gt; a{
    cursor: pointer;
    text-decoration: none;
}
.tooltip{

    position:absolute;
    z-index:1020;
    display:block;
    visibility:visible;
    padding:5px;
    font-size:11px;
    opacity:0;
    filter:alpha(opacity=0);

}
.tooltip.in{
    /*opacity:0;
    filter:alpha(opacity=80);*/

}
.tooltip.top{
    margin-top:-2px;
}
.tooltip.right{
    margin-left:2px;
}
.tooltip.bottom{
    margin-top:2px;
}
.tooltip.left{
    margin-left:-2px;
}
.tooltip.top .tooltip-arrow{
    bottom:0;
    left:0;
    margin-left:0;
    border-left:0 solid transparent;
    border-right:5px solid transparent;
    border-top:0 solid #000;
}
.tooltip.left .tooltip-arrow{
    bottom:0;
    left:0;
    margin-left:0;
    border-left:0 solid transparent;
    border-right:5px solid transparent;
    border-top:0 solid #000;
}
.tooltip.bottom .tooltip-arrow{
    bottom:0;
    left:0;
    margin-left:0;
    border-left:0 solid transparent;
    border-right:5px solid transparent;
    border-top:0 solid #000;
}
.tooltip.right .tooltip-arrow{
    bottom:0;
    left:0;
    margin-left:0;
    border-left:0 solid transparent;
    border-right:5px solid transparent;
    border-top:0 solid #000;
}
.tooltip-inner{
    width:200px;
    padding:3px 8px;
    color:#fff;
    text-align:center;
    text-decoration:none;
    background-color:#FF531F;
    -webkit-border-radius:0px;
    -moz-border-radius:0px;
    border-radius:0px;
}
.tooltip-arrow{
    position:absolute;
    width:0;
    height:0;
}
@media (max-width: 767px) {
    ul.timeline:before {
        left: 40px;
    }

    ul.timeline &gt; li &gt; .timeline-panel {
        width: calc(100% - 90px);
        width: -moz-calc(100% - 90px);
        width: -webkit-calc(100% - 90px);
    }

    ul.timeline &gt; li &gt; .timeline-badge {
        left: 15px;
        margin-left: 0;
        top: 16px;
    }

    ul.timeline &gt; li &gt; .timeline-panel {
        float: right;
    }

        ul.timeline &gt; li &gt; .timeline-panel:before {
            border-left-width: 0;
            border-right-width: 15px;
            left: -15px;
            right: auto;
        }

        ul.timeline &gt; li &gt; .timeline-panel:after {
            border-left-width: 0;
            border-right-width: 14px;
            left: -14px;
            right: auto;
        }
			}
/****PARAGRAPHE SUR LES ARGUMENTS DES PROFESSIONNELS DE L'AAUDIOVISUEL****/
#professionnelsAudiovisuel{
	padding-top: 30px;
	padding-bottom: 10px;
}
.argumentsProf{
	width: 100%;
}
.argumentsProf h2{
	padding-top:20px;
}
.argumentProf{
	width:80%;
	display: flex;
	justify-content: center;
	margin: 0 auto;
}
.arg{
	display: flex;
	flex-direction: column;
	width:25%;
	margin: 5px;
}
.arg p{
	width:80%;
	margin: 10px auto;
	text-align: center;
	padding-bottom: 20px;
}
.arg p span{
	font-size: 16px;
	font-weight: 300;
	text-transform: uppercase;
}
.arg img{
	width:40%;
	margin: 10px auto;
}

@media (max-width:780px){
	.argumentProf{
		width:95%;
		margin: 20px auto;
	}
	.arg{
		display: flex;
		flex-direction: column;
		width:33%;
		margin: 5px;
	}
	.arg img{
		width:30%;
		margin: 10px auto;
	}
}

@media (max-width:580px){
	#conteneur{
		width:100%;
	}
	.argument{
		width:95%;
		justify-content: center;
	}
	.arguments h2{
		font-size: 20px;
		padding-top:30px;
		padding-bottom:20px;
	}
	.argument1{
		width: 90%;
	}
	.argumentProf{
		width:100%;
		flex-direction: column;
		align-items: center;
		flex-wrap: wrap
	}
	.arg{
		width:90%;
		text-align: center;
	}
	.arg img{
		width:27%;
		margin: 10px auto;
	}
	.arg p{
		width:80%;
		font-size: 15px;
	}
	.argumentsProf h2{
		font-size: 20px;
		padding-top:30px;
		padding-bottom:20px;
	}

	hr{
		width:10%;
		border: 1px solid #FF5252;
	}
	footer div:nth-child(1){
		margin: 50px auto;
		width:85%;
	}
	footer div:nth-child(2){
		margin:0 auto;
		width:85%;
		line-height: 25px;
	}
	footer div:nth-child(3){
		width:85%;
		margin: 20px auto;
	}
	footer{
		flex-direction: column;
		height: auto;
	}
	footer div:nth-child(3) button{
		color: #F0F2F1;
		background: none;
		border:none;
		font-size: 25px;
		padding-right: 20px;
	}
	footer div:nth-child(2) ul{
		margin-left:0;
		padding-left:0;
	}
}
</pre></body></html>