@font-face {
    font-family: 'Verveine';
    font-style: normal;
    font-weight: normal;
    src: local('Verveine'), url('verveine.woff') format('woff');
}

body{
    font-family: 'Raleway';
    font-size: 16px;
    overflow-x: hidden;
}
.verveine{
    font-family: 'Verveine';
    font-size: 1.3rem;
}

header{
    background-image: url('../img/fondphotoheader.png');
    background-repeat: no-repeat;
    background-size: contain;
}
#header{}
#header .headerTitle{
    text-align: center;
}
#header .headerTitle h2{
    color: #464885;
    font-size: 63px;
    font-weight: 900;
}
#header .headerTitle h3 span{
    padding: 0px 20px 0px 20px;
    color: #FFFFFF;
    background-color: #464885;
    border-bottom: 8px solid #df7c2f;
    overflow: hidden;
    font-size: 63px;
    font-weight: 900;
}
#header .headerTitle h3 span:first-child{
    position: relative;
    top: 10px;
    border-bottom: none;
}
#header .headerTitle p{
    font-size: 20px;
    font-weight: bold;
    color: #464885;
}
#header .headerFormAlign{
    display: flex;
    justify-content: center;
}
#header .headerFormAlign::after{
    content: "";
    display:block;
    width: 100px;
    height:175px;
    background-image: url('../img/flechesroses.svg');
    background-repeat: no-repeat;
    margin: 30px;
}
#header .headerFormAlign::before{
    content: "";
    display:block;
    width: 100px;
    height:175px;
    background-image: url('../img/flechesroses.svg');
    background-repeat: no-repeat;
    transform: rotateY(180deg);
    margin: 30px;
}
#header .headerFormAlign .headerForm{
    color: #FFFFFF;
    background-color: #464885;
    width: 60%;
}
#header .headerFormAlign .headerForm .headerFormTitle{
    background-color: #df7c2f;
    text-align: center;
    padding-top: 5px;
}
#header .headerFormAlign .headerForm .headerFormTitle h2{
    font-size:  40px;
    font-weight: 900;
    text-transform: uppercase;
}
#header .headerFormAlign .headerForm .headerFormTitle p{
    position: relative;
    top: -10px;
    font-size: 1.2rem;
}
#header .headerFormAlign .headerForm .headerFormContent{
    text-align: center;
    position: relative;
    top: -15px;
}
#header .headerFormAlign .headerForm .headerFormContent::before{
    content: '';
    position: relative;
    top:15px;
    border-left:  30px solid transparent;
    border-right: 30px solid transparent;
    border-top: 20px solid #df7c2f;
}
#header .headerFormAlign .headerForm .headerFormContent .formList .item{
    color: black;
    height: 45px;
    padding-top: 11px;
    padding-left: 5px;
    background: #FFFFFF;
    text-align: justify;
    font-size: 0.9rem;
}
#header .headerFormAlign .headerForm .headerFormContent .formList .item span{
    background: #d5e2f5;
    color: #d5e2f5;
    margin-right: 3px;
}
#header .headerFormAlign .headerForm .headerFormContent .formList .item:hover span{
    background: #df7c2f;
    color: #df7c2f;
}
#header .headerFormAlign .headerForm .headerFormContent .formList2{
    text-align: center;
}
#header .headerFormAlign .headerForm .headerFormContent .formList2 input{
    width:231px;
    height: 50px;
    border: none;
}
#sectionAction{}
#sectionAction .sectionActionTitle{}
#sectionAction .sectionActionTitle h2{
    font-weight: 900;
    font-size: 50px;
	text-align:center;
}
#sectionAction .sectionActionContent{}
#sectionAction .sectionActionContent .btnAct span{
    color: #df7c2f;
    margin-left: 4rem;
}
#sectionEligible{
    background-color: #464885;
    text-align: center;
    color: white;
}
#sectionEligible .sectionEligibleTitle{margin-bottom: 2rem;}
#sectionEligible .sectionEligibleTitle h2{
    font-size: 63px;
    font-weight: 900;
    line-height: 4rem;
}
#sectionEligible .sectionEligibleTitle p{}
#sectionEligible .sectionEligibleContent .sectionEligibleListCard .item{
    background: white;
    padding: 15px;
    height: 275px;
    box-shadow:  0px 20px 40px rgb(27, 26, 26);
    padding: 1.5rem 1rem;
}
#sectionEligible .sectionEligibleContent .sectionEligibleListCard{}
#sectionEligible .sectionEligibleContent .sectionEligibleListCard img{
    width: auto;
    margin-bottom: 0.7rem;
    height: 95px;
}
#sectionEligible .sectionEligibleContent .sectionEligibleListCard p{
    color: #464885;
    line-height: 1.3rem;
}
#sectionEligible .sectionEligibleContent .sectionEligibleListAction{

margin-bottom: -2rem;
}
#sectionEligible .sectionEligibleContent .sectionEligibleListAction h3{
    font-weight: 900;
}
#sectionEligible .sectionEligibleContent .sectionEligibleListAction ul{
    display: inline-flex;
    flex-direction: column;
    margin-top: 1rem;
}
#sectionEligible .sectionEligibleContent .sectionEligibleListAction ul li{
    display: flex;
    position:relative;
    list-style-type: none;
    margin: 0.5rem 0 0.5rem;
    align-items: center;
}
#sectionEligible .sectionEligibleContent .sectionEligibleListAction ul li::before{
    content: "";
    display:block;
    width: 25px;
    height:25px;
    background-image: url('../img/bullpoint.svg');
    background-repeat: no-repeat;
    margin-right: 0.5rem;
}
#sectionEligible .sectionEligibleContent .sectionEligibleFooter{
    position: relative;
    top: 60px;
}
#sectionEligible .sectionEligibleContent .sectionEligibleFooter span{
    color: #df7c2f;
}
#sectionAcc{}
#sectionAcc .sectionAccTitle{
    text-align: center;
    margin-bottom: 3rem;
}
#sectionAcc .sectionAccTitle h2{
    font-size: 63px;
    font-weight: 900;
    line-height: 4rem;
}
#sectionAcc .sectionAccList img{
    border-radius: 50%;
    box-shadow: 15px 10px 30px rgb(221, 214, 214);
    width: 110px;
    height: auto;
    margin: 0 auto 1rem;
}
#sectionAcc .sectionAccList p{
    text-align:center;
    margin-top:5px;
}
#sectionAcc .sectionAccFooter{
    text-align:center;
    color:#df7c2f;
}
.btn-gabarit{
    background-color: #df7c2f;
    color:white;
    text-transform: uppercase;
    font-weight: 900;
    border-radius: 0px;
    font-size: 20px;
    padding: 15px 2rem;
}
.btn-gabarit:hover{
    color:white;
}
.sectionAccList .item{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    font-size: 0.9rem;
    margin-bottom: 1rem;
}

 .radiobtn {
	 position: relative;
	 display: block;
}
 .radiobtn label {
	display: block;
    background: #ffffff;
    color: #00375b;
    padding: 9px 0px 10px 30px;
    border: 1px solid #c3c3c3;
    margin-bottom: 5px;
    cursor: pointer;
    font-weight: normal;
    font-size: 14px;
	 text-align: left;
}
 .radiobtn label:after, .radiobtn label:before {
	content: "";
    position: absolute;
    left: 7px;
    top: 12px;
    width: 18px;
    height: 18px;
    background: #d0dfff;
	 
}
 .radiobtn label:before {
	 background: transparent;
	 transition: 0.1s width cubic-bezier(0.075, 0.82, 0.165, 1) 0s, 0.3s height cubic-bezier(0.075, 0.82, 0.165, 2) 0.1s;
	 z-index: 2;
	 overflow: hidden;
	 background-repeat: no-repeat;
	 background-size: 13px;
	 background-position: center;
	 width: 0;
	 height: 0;
	 background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNS4zIDEzLjIiPiAgPHBhdGggZmlsbD0iI2ZmZiIgZD0iTTE0LjcuOGwtLjQtLjRhMS43IDEuNyAwIDAgMC0yLjMuMUw1LjIgOC4yIDMgNi40YTEuNyAxLjcgMCAwIDAtMi4zLjFMLjQgN2ExLjcgMS43IDAgMCAwIC4xIDIuM2wzLjggMy41YTEuNyAxLjcgMCAwIDAgMi40LS4xTDE1IDMuMWExLjcgMS43IDAgMCAwLS4yLTIuM3oiIGRhdGEtbmFtZT0iUGZhZCA0Ii8+PC9zdmc+);
}
 .radiobtn input[type="checkbox"], .radiobtn input[type="radio"] {
	 display: none;
	 position: absolute;
	 width: 100%;
	 appearance: none;
}
 .radiobtn input[type="checkbox"]:checked + label, .radiobtn input[type="radio"]:checked + label {
	 background: #e9efff;
    animation-name: blink;
    animation-duration: 1s;
    border-color: #7ca9ff;
}
 .radiobtn input[type="checkbox"]:checked + label:after, .radiobtn input[type="radio"]:checked + label:after {
	 background: #7ca9ff;
}
 .radiobtn input[type="checkbox"]:checked + label:before, .radiobtn input[type="radio"]:checked + label:before {
	 width: 18px;
    height: 18px;
}

.formList .row{
	margin-left:0;
	margin-right:0;
}

.connexion{font-size:18px;}


footer{
	margin-top:20px;
	float: left;
	width: 100%;
	text-align:center;
	font-size: 13px;
    padding: 10px;
    background: #efefef;
}

footer a{
	color: #333;
	text-decoration:none;
}

.qBis{
	text-align:left;
}

.titleq{
	background-color: #ffbe8c;
    margin: 10px 0;
    padding: 3px 10px;
	color: #000;
}

.labelq{
	margin-bottom:0px;
}

select.form-control{
	margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
    #header .headerTitle h2, 
    #header .headerTitle h3 span, 
    #sectionAction .sectionActionTitle h2, 
    #sectionDemande .sectionActionTitle h2,
    #sectionEligible .sectionEligibleTitle h2,
    #sectionAcc .sectionAccTitle h2 {
        font-size: 36px;
        line-height: 2.5rem;
    }

    #header .headerTitle h3 span {
        width: 100%;
        display: block;
        top: 7px !important;
    }

    #header .headerTitle h3 span:last-child {
        padding: 5px 0;
    }

    #sectionArgent .sectionAccList .item {
        text-align: center;
        margin-bottom: 75px;
    }

    #header .headerFormAlign {
    }

    #header .headerFormAlign:before, #header .headerFormAlign:after {
        display: none;
    }

    #header .headerFormAlign .headerForm {
        width: 100%;
    }

    #sectionAvantage .sectionEligibleContent .sectionEligibleListCard .col {
        flex: 0 0 100%;
        margin-bottom: 1rem;
    }

    #sectionAvantage .sectionEligibleContent .sectionEligibleListCard .item {
        height: auto;
    }

    header {
        background-size: cover
    }

    #header .headerFormAlign .headerForm .headerFormTitle h2 {
        font-size: 2rem;
    }
    #header .headerTitle p br,
    #sectionEligible .sectionEligibleTitle h2 br{
        display: none
    }
    #sectionAction .sectionActionTitle h2{
        text-align: center;
        margin: 0 0 2rem;
    }
    #sectionAction .sectionActionContent img{
        position:relative;
        left: -2rem;
    }
    #sectionEligible .sectionEligibleContent .sectionEligibleListCard .item{
        height: auto
    }
    #sectionEligible .sectionEligibleContent .sectionEligibleListAction{
        text-align: left
    }
    #sectionEligible .sectionEligibleContent .sectionEligibleListAction ul{
        padding: 0
    }
    #sectionEligible .sectionEligibleContent .sectionEligibleListAction ul li{
        align-items: flex-start
    }
    #sectionEligible .sectionEligibleContent .sectionEligibleListAction ul li::before{
        position: relative;
        top: 3px
    }
	
	.formLast{
		padding: 0 15px !important;
	}
	
	.group-retraite .mt-3{margin-top: 0px !important;}
}

@media screen and (min-width: 768px) and (max-width: 1160px) {
    header {
        background-size: cover
    }

    #header .headerTitle h2, 
    #header .headerTitle h3 span, 
    #sectionAction .sectionActionTitle h2, 
    #sectionDemande .sectionActionTitle h2,
    #sectionEligible .sectionEligibleTitle h2,
    #sectionAcc .sectionAccTitle h2 {
        font-size: 3rem;
        line-height: 3rem;
    }
    #sectionAction .sectionActionTitle h2{
        text-align: center;
        margin-bottom: 2rem
    }

    #header .headerTitle h3 span {
        top: 1rem !important;
        padding-bottom: 0.5rem !important;
        width: 100%;
    }

    #header .headerTitle h3 span:last-child {
        top: 13px !important;
        position: relative;
        padding-bottom: 0 !important;
    }

    #header .headerTitle p{
        margin-top: 3rem !important;
    }

    #sectionAvantage .sectionEligibleContent .sectionEligibleListCard .row {
        justify-content: center;
    }

    #sectionAvantage .sectionEligibleContent .sectionEligibleListCard .col {
        flex: 0 0 50%;
        margin-bottom: 1rem
    }

    #sectionAvantage .sectionEligibleContent .sectionEligibleListCard .item {
        margin: 0 1rem;
        height: 230px;
    }

    #header .headerFormAlign {
        margin-top: 4rem
    }
    #header .headerFormAlign::after,
    #header .headerFormAlign::before{
        width: 40px;
        background-position: top center;
        margin: 1rem;
    }
    #header .headerFormAlign .headerForm{
        width: 100%;
    }
    #sectionAction .sectionActionContent{
        text-align: center;
    }
    #sectionAction .sectionActionContent img{
        margin: 0 auto;
        display: block;
        position: relative;
        left: -1rem;
    }
    #sectionAction .sectionActionContent .btnAct span{
        margin: 0;
    }
    #sectionEligible .sectionEligibleTitle p br,
    #sectionEligible .sectionEligibleContent .sectionEligibleListAction h3 br,
    .sectionAccList .offset-1{
        display: none
    }
    #sectionEligible .sectionEligibleContent .sectionEligibleListCard .item{
        height: 250px;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }
    .sectionAccList .row {
        justify-content: center;
    }
    .sectionAccList .col-lg-2{
        width: 40%;
        margin-bottom: 2rem
    }
}
